|
From: Nolan D. <no...@bi...> - 2000-12-13 02:26:54
|
>>>>> "Michael" == Michael Gilfix <mg...@ee...> writes:
Michael> I sent a message about this earlier but it doesn't seem
Michael> to have gone through so I'll try again. I didn't have m
Michael> mailer at the time and that web interface didn't seem to
Michael> work. Ugh.
I received something earlier, actually.
Michael> ./LogParser -config=/etc/peep.conf -helpethereal:~/src/peep/Peep-0.3.4/utils> ls -l /etc/peep.conf
lrwxrwxrwx 1 root root 24 Dec 10 17:09 /etc/peep.conf -> /usr/local/etc/peep.conf
ethereal:~/src/peep/Peep-0.3.4/utils> ls -l /usr/local/etc/peep.conf
lrwxrwxrwx 1 root root 26 Dec 10 17:08 /usr/local/etc/peep.conf -> ../stow/peep/etc/peep.conf
ethereal:~/src/peep/Peep-0.3.4/utils> ls /usr/local/stow/peep/etc/peep.conf -l
-rw-r--r-- 1 root staff 6510 Dec 11 17:42 /usr/local/stow/peep/etc/peep.conf
ethereal:~/src/peep/Peep-0.3.4/utils> ./LogParser -config=/etc/peep.conf -help
Unknown option: help
=============================================================
LogParser - Event producer for PEEP: the network auralizer
Copyright (c) 2000 Michael Gilfix
=============================================================
LogParser command line options:
Valid options are:
-events=[STRING] The string of events to scan for. See below
for a map of events to letter options.
-config=[PATH] Path to the configuration file to use.
-logfile=[PATH] The path of the logfile to scan.
-debug Enable debugging
Generated options (by peep.conf):
Exit 1
My peep.conf is there; it's just buried behind a few symlinks due to
stow.
Michael> Hmm, I'd test first with Peck since it's the easiest
Michael> way to establish that things work. Just do a Peck
Michael> -server=<host> -port=2001. KeyTest currently needs to be
Michael> run on the machine local to the server. If you're not
Michael> hearing anything from logparser, then it sounds like your
Michael> auto-discovery stuff might not be set up right. But
Michael> before you can conclude that, make some noise with Peck
Michael> first.
Peck doesn't work for me at all, either. It doesn't do anything. I've
tried running it on everything from 2000-2003, but no luck. I also
scrapped my peep.conf and started over, but that didn't work either.
Michael> I suggest compiling with ./configure --enable-debug=0
Michael> to help diagnose your problem.
Done. When I run ./Peck without the -server/-port options, I receive:
Server received a packet: Received size: 10 and struct Packet size: 136
Packet header:
Major ver: 1
Minor ver: 0
Type: 4
Reserved: 0
Got client event
Received Event:
Event.type -> 1
Event.sound -> 0
Event->location -> 128
Event->volume -> 0.501961
Event->priority -> 0
Event->dither -> 255
Event->mix_in_time -> 0
Fade value was 255. Ignoring...
Set StateVolumes[0] to 0.050196
Set StateFade[0] to 0.700000
<and a bit later>
Received alarm. Letting valid clients know we're still alive...
Have 0 host entries prior to purge...
Purged 0 hosts...
This also looks the same when I use -server/port.
Hmmm...the plot thickens. :)
|