Mailing List Archive

resolution on broadcast address, more issues
Ok, per Theo's suggestion I got the development version via cvs. Now the
broadcast addresses are being handled correctly, with the broadcast address
being the same as the ip address (for ip's with a netmask of
255.255.255.255).

Two misc. things though....

1) The wackamole.conf file in the development version includes a line
"SpreadRetryInterval = 5s", but when wackamole starts it complains with:

Parser error on or before line 1
Offending token: 5s
Error reading config file.

I removed the SpreadRetryInterval from the config and it seems to work fine.
Is the SRI thing "under development" and it's ok to leave it out? Or is this
related to #2 below...

2) Downing a system always causes the VIP's to go to the other system. This
is a good thing. However, not all the time, but fairly frequently, when the
down system comes back, the IP's stay on the system that took them over and
they don't come back to the system that is now back up. I can supply my
config files if it helps, or can someone point me in the right direction?

Thanks!

Jay West

---
[This E-mail scanned for viruses by Declude Virus]
resolution on broadcast address, more issues [ In reply to ]
On Thu, Aug 22, 2002 at 07:07:22AM -0500, Jay West wrote:
> Ok, per Theo's suggestion I got the development version via cvs. Now the
> broadcast addresses are being handled correctly, with the broadcast address
> being the same as the ip address (for ip's with a netmask of
> 255.255.255.255).
>
> Two misc. things though....
>
> 1) The wackamole.conf file in the development version includes a line
> "SpreadRetryInterval = 5s", but when wackamole starts it complains with:
>
> Parser error on or before line 1
> Offending token: 5s
> Error reading config file.
>
> I removed the SpreadRetryInterval from the config and it seems to work fine.
> Is the SRI thing "under development" and it's ok to leave it out? Or is this
> related to #2 below...
>
> 2) Downing a system always causes the VIP's to go to the other system. This
> is a good thing. However, not all the time, but fairly frequently, when the
> down system comes back, the IP's stay on the system that took them over and
> they don't come back to the system that is now back up. I can supply my
> config files if it helps, or can someone point me in the right direction?

- Are you sure the spread daemon comes up first, successfully, and then the
wackamole daemon is up successfully.
- Also ensure that the primary iface for which spread talks through is up
before running any daemon scripts.
- Does your take over system show the newly up'd system joining the spread
group?

-.mag

>
> Thanks!
>
> Jay West
>
> ---
> [This E-mail scanned for viruses by Declude Virus]
>
>
> _______________________________________________
> wackamole-users mailing list
> wackamole-users@lists.backhand.org
> http://lists.backhand.org/mailman/listinfo/wackamole-users
resolution on broadcast address, more issues [ In reply to ]
It was written...
> - Are you sure the spread daemon comes up first, successfully, and then
the
> wackamole daemon is up successfully.
> - Also ensure that the primary iface for which spread talks through is up
> before running any daemon scripts.
> - Does your take over system show the newly up'd system joining the spread
> group?
Yes, I'm sure spread and wackamole come up, and the group shows 4 members
there, all is well.

Perhaps this may shed light on the issue... All four machines are in the
same spread group using completely identical config files (they were scp'd,
so no difference at all). Two of the machines have one wackamole config
file, the other two have a different wackamole config file. The first set
works fine as to failover of IP's. The second set is what doesn't recover
the IP's when one system fails. The only difference between the config file
for set A and set B is that they specify different "Group" settings, and
different Virtual IP's. Here's the config files....

System A
hank# cat /etc/spread.conf
Spread_Segment 192.168.75.255:4803 {
hank.kwcorp.com 192.168.75.22
cy.kwcorp.com 192.168.75.23
willie.kwcorp.com 192.168.75.24
sandy.kwcorp.com 192.168.75.25
}
DebugFlags = { PRINT EXIT }
#EventLogFile = testlog.out
EventTimeStamp = "[%a %d %b %Y %H:%M:%S]"
DangerousMonitor = false
#RequiredAuthMethods = "IP"
#AllowedAuthMethods = "IP"

hank# cat /usr/local/etc/wackamole.conf
Spread = 4803@hank.kwcorp.com
Group = web
Control = /var/tmp/wack.it
Prefer None
VirtualInterfaces {
fxp0:192.168.75.100/32
fxp0:192.168.75.101/32
}
Arp-Cache = 90s
Notify {
fxp0:192.168.1.4/32
fxp0:192.168.75.0/24 throttle 128
arp-cache
}
balance {
AcquisitionsPerRound = all
interval = 4s
}
mature = 5s
hank#

System B
cy# cat /etc/spread.conf
Spread_Segment 192.168.75.255:4803 {
hank.kwcorp.com 192.168.75.22
cy.kwcorp.com 192.168.75.23
willie.kwcorp.com 192.168.75.24
sandy.kwcorp.com 192.168.75.25
}
DebugFlags = { PRINT EXIT }
#EventLogFile = testlog.out
EventTimeStamp = "[%a %d %b %Y %H:%M:%S]"
DangerousMonitor = false
#RequiredAuthMethods = "IP"
#AllowedAuthMethods = "IP"

cy# cat /usr/local/etc/wackamole.conf
Spread = 4803@cy.kwcorp.com
Group = web
Control = /var/tmp/wack.it
Prefer None
VirtualInterfaces {
fxp0:192.168.75.100/32
fxp0:192.168.75.101/32
}
Arp-Cache = 90s
Notify {
fxp0:192.168.1.4/32
fxp0:192.168.75.0/24 throttle 128
arp-cache
}
balance {
AcquisitionsPerRound = all
interval = 4s
}
mature = 5s
cy#

System C
willie# cat /etc/spread.conf
Spread_Segment 192.168.75.255:4803 {
hank.kwcorp.com 192.168.75.22
cy.kwcorp.com 192.168.75.23
willie.kwcorp.com 192.168.75.24
sandy.kwcorp.com 192.168.75.25
}
DebugFlags = { PRINT EXIT }
#EventLogFile = testlog.out
EventTimeStamp = "[%a %d %b %Y %H:%M:%S]"
DangerousMonitor = false
#RequiredAuthMethods = "IP"
#AllowedAuthMethods = "IP"

willie# cat /usr/local/etc/wackamole.conf
Spread = 4803@willie.kwcorp.com
Group = db
Control = /var/tmp/wack.it
Prefer None
VirtualInterfaces {
fxp0:192.168.75.110/32
fxp0:192.168.75.111/32
}
Arp-Cache = 90s
Notify {
fxp0:192.168.1.4/32
fxp0:192.168.75.0/24 throttle 128
arp-cache
}
balance {
AcquisitionsPerRound = all
interval = 4s
}
mature = 5s
willie#

System D
sandy# cat /etc/spread.conf
Spread_Segment 192.168.75.255:4803 {
hank.kwcorp.com 192.168.75.22
cy.kwcorp.com 192.168.75.23
willie.kwcorp.com 192.168.75.24
sandy.kwcorp.com 192.168.75.25
}
DebugFlags = { PRINT EXIT }
#EventLogFile = testlog.out
EventTimeStamp = "[%a %d %b %Y %H:%M:%S]"
DangerousMonitor = false
#RequiredAuthMethods = "IP"
#AllowedAuthMethods = "IP"

sandy# cat /usr/local/etc/wackamole.conf
Spread = 4803@sandy.kwcorp.com
Group = db
Control = /var/tmp/wack.it
Prefer None
VirtualInterfaces {
fxp0:192.168.75.110/32
fxp0:192.168.75.111/32
}
Arp-Cache = 90s
Notify {
fxp0:192.168.1.4/32
fxp0:192.168.75.0/24 throttle 128
arp-cache
}
balance {
AcquisitionsPerRound = all
interval = 4s
}
mature = 5s
sandy#

So as you can see.... Group www is:
hank.kwcorp.com 192.168.75.22 managing 192.168.75.100 and 192.168.75.101
cy.kwcorp.com 192.168.75.23 managing 192.168.75.100 and 192.168.75.101

Group db is:
willie.kwcorp.com 192.168.75.24 managing 192.168.75.110 and 192.168.75.111
sandy.kwcorp.com 192.168.75.25 managing 192.168.75.110 and 192.168.75.111

Do I just have something messed up in my config file? As an example, in
group WWW when I fail either machine, the IP's move and come back just fine.
In group DB, when I fail the first machine (willie) the IP's go to sandy,
but when willie comes back up, sandy hangs onto all the IP's forever. If I
then reboot sandy, ALL the IP's go to willie (showing that willie *IS*
running wackamole and spread right). Once sandy comes back up, the IP's then
split back among the two correctly. Argh! What am I missing?

Thanks!

Jay West

---
[This E-mail scanned for viruses by Declude Virus]
resolution on broadcast address, more issues [ In reply to ]
Have you considered using prefer on the db hosts to get them to try and
get them to balance better when they are both up? It shouldn't be
necessary, jsut curious if that fixes it.


Jay West wrote:

>It was written...
>
>>- Are you sure the spread daemon comes up first, successfully, and then
>>
>the
>
>>wackamole daemon is up successfully.
>>- Also ensure that the primary iface for which spread talks through is up
>>before running any daemon scripts.
>>- Does your take over system show the newly up'd system joining the spread
>>group?
>>
>Yes, I'm sure spread and wackamole come up, and the group shows 4 members
>there, all is well.
>
>Perhaps this may shed light on the issue... All four machines are in the
>same spread group using completely identical config files (they were scp'd,
>so no difference at all). Two of the machines have one wackamole config
>file, the other two have a different wackamole config file. The first set
>works fine as to failover of IP's. The second set is what doesn't recover
>the IP's when one system fails. The only difference between the config file
>for set A and set B is that they specify different "Group" settings, and
>different Virtual IP's. Here's the config files....
>
>System A
>hank# cat /etc/spread.conf
>Spread_Segment 192.168.75.255:4803 {
> hank.kwcorp.com 192.168.75.22
> cy.kwcorp.com 192.168.75.23
> willie.kwcorp.com 192.168.75.24
> sandy.kwcorp.com 192.168.75.25
>}
>DebugFlags = { PRINT EXIT }
>#EventLogFile = testlog.out
>EventTimeStamp = "[%a %d %b %Y %H:%M:%S]"
>DangerousMonitor = false
>#RequiredAuthMethods = "IP"
>#AllowedAuthMethods = "IP"
>
>hank# cat /usr/local/etc/wackamole.conf
>Spread = 4803@hank.kwcorp.com
>Group = web
>Control = /var/tmp/wack.it
>Prefer None
>VirtualInterfaces {
> fxp0:192.168.75.100/32
> fxp0:192.168.75.101/32
>}
>Arp-Cache = 90s
>Notify {
> fxp0:192.168.1.4/32
> fxp0:192.168.75.0/24 throttle 128
> arp-cache
>}
>balance {
> AcquisitionsPerRound = all
> interval = 4s
>}
>mature = 5s
>hank#
>
>System B
>cy# cat /etc/spread.conf
>Spread_Segment 192.168.75.255:4803 {
> hank.kwcorp.com 192.168.75.22
> cy.kwcorp.com 192.168.75.23
> willie.kwcorp.com 192.168.75.24
> sandy.kwcorp.com 192.168.75.25
>}
>DebugFlags = { PRINT EXIT }
>#EventLogFile = testlog.out
>EventTimeStamp = "[%a %d %b %Y %H:%M:%S]"
>DangerousMonitor = false
>#RequiredAuthMethods = "IP"
>#AllowedAuthMethods = "IP"
>
>cy# cat /usr/local/etc/wackamole.conf
>Spread = 4803@cy.kwcorp.com
>Group = web
>Control = /var/tmp/wack.it
>Prefer None
>VirtualInterfaces {
> fxp0:192.168.75.100/32
> fxp0:192.168.75.101/32
>}
>Arp-Cache = 90s
>Notify {
> fxp0:192.168.1.4/32
> fxp0:192.168.75.0/24 throttle 128
> arp-cache
>}
>balance {
> AcquisitionsPerRound = all
> interval = 4s
>}
>mature = 5s
>cy#
>
>System C
>willie# cat /etc/spread.conf
>Spread_Segment 192.168.75.255:4803 {
> hank.kwcorp.com 192.168.75.22
> cy.kwcorp.com 192.168.75.23
> willie.kwcorp.com 192.168.75.24
> sandy.kwcorp.com 192.168.75.25
>}
>DebugFlags = { PRINT EXIT }
>#EventLogFile = testlog.out
>EventTimeStamp = "[%a %d %b %Y %H:%M:%S]"
>DangerousMonitor = false
>#RequiredAuthMethods = "IP"
>#AllowedAuthMethods = "IP"
>
>willie# cat /usr/local/etc/wackamole.conf
>Spread = 4803@willie.kwcorp.com
>Group = db
>Control = /var/tmp/wack.it
>Prefer None
>VirtualInterfaces {
> fxp0:192.168.75.110/32
> fxp0:192.168.75.111/32
>}
>Arp-Cache = 90s
>Notify {
> fxp0:192.168.1.4/32
> fxp0:192.168.75.0/24 throttle 128
> arp-cache
>}
>balance {
> AcquisitionsPerRound = all
> interval = 4s
>}
>mature = 5s
>willie#
>
>System D
>sandy# cat /etc/spread.conf
>Spread_Segment 192.168.75.255:4803 {
> hank.kwcorp.com 192.168.75.22
> cy.kwcorp.com 192.168.75.23
> willie.kwcorp.com 192.168.75.24
> sandy.kwcorp.com 192.168.75.25
>}
>DebugFlags = { PRINT EXIT }
>#EventLogFile = testlog.out
>EventTimeStamp = "[%a %d %b %Y %H:%M:%S]"
>DangerousMonitor = false
>#RequiredAuthMethods = "IP"
>#AllowedAuthMethods = "IP"
>
>sandy# cat /usr/local/etc/wackamole.conf
>Spread = 4803@sandy.kwcorp.com
>Group = db
>Control = /var/tmp/wack.it
>Prefer None
>VirtualInterfaces {
> fxp0:192.168.75.110/32
> fxp0:192.168.75.111/32
>}
>Arp-Cache = 90s
>Notify {
> fxp0:192.168.1.4/32
> fxp0:192.168.75.0/24 throttle 128
> arp-cache
>}
>balance {
> AcquisitionsPerRound = all
> interval = 4s
>}
>mature = 5s
>sandy#
>
>So as you can see.... Group www is:
>hank.kwcorp.com 192.168.75.22 managing 192.168.75.100 and 192.168.75.101
>cy.kwcorp.com 192.168.75.23 managing 192.168.75.100 and 192.168.75.101
>
>Group db is:
>willie.kwcorp.com 192.168.75.24 managing 192.168.75.110 and 192.168.75.111
>sandy.kwcorp.com 192.168.75.25 managing 192.168.75.110 and 192.168.75.111
>
>Do I just have something messed up in my config file? As an example, in
>group WWW when I fail either machine, the IP's move and come back just fine.
>In group DB, when I fail the first machine (willie) the IP's go to sandy,
>but when willie comes back up, sandy hangs onto all the IP's forever. If I
>then reboot sandy, ALL the IP's go to willie (showing that willie *IS*
>running wackamole and spread right). Once sandy comes back up, the IP's then
>split back among the two correctly. Argh! What am I missing?
>
>Thanks!
>
>Jay West
>
>---
>[This E-mail scanned for viruses by Declude Virus]
>
>
>_______________________________________________
>wackamole-users mailing list
>wackamole-users@lists.backhand.org
>http://lists.backhand.org/mailman/listinfo/wackamole-users
>
resolution on broadcast address, more issues [ In reply to ]
Jay West wrote:

>It was written...
>
>
>>- Are you sure the spread daemon comes up first, successfully, and then
>>
>>
>the
>
>
>>wackamole daemon is up successfully.
>>- Also ensure that the primary iface for which spread talks through is up
>>before running any daemon scripts.
>>- Does your take over system show the newly up'd system joining the spread
>>group?
>>
>>
>Yes, I'm sure spread and wackamole come up, and the group shows 4 members
>there, all is well.
>
>Perhaps this may shed light on the issue... All four machines are in the
>same spread group using completely identical config files (they were scp'd,
>so no difference at all). Two of the machines have one wackamole config
>file, the other two have a different wackamole config file. The first set
>works fine as to failover of IP's. The second set is what doesn't recover
>the IP's when one system fails. The only difference between the config file
>for set A and set B is that they specify different "Group" settings, and
>different Virtual IP's. Here's the config files....
>

Ah, the little things we fail to document in all caps.

Except for the "Prefer" section of wackamole.conf (which I recommend
against using unless absolutely necessary), the files MUST be identical.
All VIPS must exist in ALL files in the SAME order. (you can change
things like fxp0 to eth0 to hme0 if the machines are different
architectures).

The VIPs are simply enumerated by wackamole... One becomes VIP 1 and the
next VIP 2. If two wackamole instances have different notions of what
IP "VIP 1" is, then you are in a whole world of trouble.


--
Theo Schlossnagle
1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984
2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7
resolution on broadcast address, more issues [ In reply to ]
Theo wrote...
> Ah, the little things we fail to document in all caps.
Actually, I think that you do have that in the docs somewhere. I assumed
that applied to all the machines in a given cluster, not all the machines in
all clusters in the entire network.

> Except for the "Prefer" section of wackamole.conf (which I recommend
> against using unless absolutely necessary), the files MUST be identical.
> All VIPS must exist in ALL files in the SAME order. (you can change
> things like fxp0 to eth0 to hme0 if the machines are different
> architectures).
So, how can I have two separate clusters in the same network? I want one
cluster to have one set of VIP's, the other cluster to have another set of
VIP's. Does wackamole have to run on different ports for each cluster? Can
they all use the same spread network at least? I think I follow what you are
saying, just not sure how to fix it.

Thanks a ton folks!

Jay West

---
[This E-mail scanned for viruses by Declude Virus]
resolution on broadcast address, more issues [ In reply to ]
Jay West wrote:

>So, how can I have two separate clusters in the same network? I want one
>cluster to have one set of VIP's, the other cluster to have another set of
>VIP's. Does wackamole have to run on different ports for each cluster? Can
>they all use the same spread network at least? I think I follow what you are
>saying, just not sure how to fix it.
>
>Thanks a ton folks!
>
>
Use a different group name or a different Spread ring. I would suggest
a different group name.

--
Theo Schlossnagle
1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984
2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7
resolution on broadcast address, more issues [ In reply to ]
Theo Schlossnagle wrote:

> Jay West wrote:
>
>> So, how can I have two separate clusters in the same network? I want one
>> cluster to have one set of VIP's, the other cluster to have another
>> set of
>> VIP's. Does wackamole have to run on different ports for each
>> cluster? Can
>> they all use the same spread network at least? I think I follow what
>> you are
>> saying, just not sure how to fix it.
>
> Use a different group name or a different Spread ring. I would
> suggest a different group name.

I did just go back and read your original email. I see that you are
using different groups for you db machines and you web machines... So
your configs look okay.

One thing to help diagnose the problem would be read the output of
syslog (wherever you may have it going). wackamole logs its intentions
and operations it performs to syslog. So, if it says that it drops one
interface, but you see it drop more than that, then we would know a bit
more about the problem.

--
Theo Schlossnagle
1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984
2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7
resolution on broadcast address, more issues [ In reply to ]
Theo wrote...
----- Original Message -----
> Use a different group name or a different Spread ring. I would suggest
> a different group name.

If you're referring to the "group" setting in the wackamole, I DO have
different group names. The first two servers are group "www", and the second
two servers are "db", as that's what I assumed that parameter was for and
they still have the problem switching IP's that I mentioned. Or were you
speaking of something else?

Thanks!

Jay West


---
[This E-mail scanned for viruses by Declude Virus]
resolution on broadcast address, more issues [ In reply to ]
Theo wrote...
> I did just go back and read your original email. I see that you are
> using different groups for you db machines and you web machines... So
> your configs look okay.
>
> One thing to help diagnose the problem would be read the output of
> syslog (wherever you may have it going). wackamole logs its intentions
> and operations it performs to syslog. So, if it says that it drops one
> interface, but you see it drop more than that, then we would know a bit
> more about the problem.

Below are the appropriate syslog entries from both machines... but first,
some comments are in order as to the exact sequence of events that these
logs were produced under. I know the logs are very long below, but I wanted
to be sure the rebooting & such was in there to show the sequence of events.

Both machines were already running. On both machines, I killed syslog,
deleted the messages file, and rebooted both machines. One of the two
(willie) came up first, so it got ownership of both 75.110 and 75.111. Then
sandy finished booting and it took over one of those two addresses. This is
all correct. At this point, each machine had one non-VIP and one VIP on
fxp0. Then to cause the problem, I did a "shutdown -r now" on willie. Sandy
immediately took over BOTH VIP's, so sandy had 75.110 and 75.111. This is
all correct as well. When willie finished booting, it DID take over one of
the two addresses (either 75.110 or 75.111, I forget which). This also, is
exactly as it should work. So as you can tell, the problem is frequent, but
intermittent. So without touching any logs, I rebooted willie a second time.
Sandy again took over it's VIP. But this time, when willie came back up, it
did NOT take one of the VIP's back over. I waited about 20 minutes, and
still, willie only had it's non-VIP on fxp0. Seems like it just quit working
with wackamole. The message logs are below... warning, they are LONG.

Willie (the machine I kept rebooting till the problem occured)
Aug 23 15:52:30 willie /kernel: Copyright (c) 1992-2002 The FreeBSD Project.
Aug 23 15:52:30 willie /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988,
1989, 1991, 1992, 1993, 1994
Aug 23 15:52:30 willie /kernel: The Regents of the University of California.
All rights reserved.
Aug 23 15:52:30 willie /kernel: FreeBSD 4.6.2-RELEASE #0: Mon Aug 19
07:48:27 CDT 2002
Aug 23 15:52:30 willie /kernel: root@:/usr/src/sys/compile/FBSD
Aug 23 15:52:30 willie /kernel: Timecounter "i8254" frequency 1193182 Hz
Aug 23 15:52:30 willie /kernel: CPU: Pentium III/Pentium III Xeon/Celeron
(1130.12-MHz 686-class CPU)
Aug 23 15:52:30 willie /kernel: Origin = "GenuineIntel" Id = 0x6b1
Stepping = 1
Aug 23 15:52:30 willie /kernel:
Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,
CMOV,PAT,PSE36,MMX,FXSR,SSE>
Aug 23 15:52:30 willie /kernel: real memory = 1073676288 (1048512K bytes)
Aug 23 15:52:30 willie /kernel: config> di sn0
Aug 23 15:52:30 willie /kernel: No such device: sn0
Aug 23 15:52:30 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:52:30 willie /kernel: config> di lnc0
Aug 23 15:52:30 willie /kernel: No such device: lnc0
Aug 23 15:52:30 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:52:30 willie /kernel: config> di ie0
Aug 23 15:52:30 willie /kernel: No such device: ie0
Aug 23 15:52:30 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:52:30 willie /kernel: config> di fe0
Aug 23 15:52:30 willie /kernel: No such device: fe0
Aug 23 15:52:30 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:52:30 willie /kernel: config> di ed0
Aug 23 15:52:30 willie /kernel: No such device: ed0
Aug 23 15:52:30 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:52:30 willie /kernel: config> di cs0
Aug 23 15:52:30 willie /kernel: No such device: cs0
Aug 23 15:52:30 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:52:30 willie /kernel: config> di bt0
Aug 23 15:52:30 willie /kernel: No such device: bt0
Aug 23 15:52:30 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:52:30 willie /kernel: config> di ata1
Aug 23 15:52:30 willie /kernel: No such device: ata1
Aug 23 15:52:30 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:52:30 willie /kernel: config> di aic0
Aug 23 15:52:30 willie /kernel: No such device: aic0
Aug 23 15:52:30 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:52:30 willie /kernel: config> di aha0
Aug 23 15:52:30 willie /kernel: No such device: aha0
Aug 23 15:52:30 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:52:30 willie /kernel: config> di adv0
Aug 23 15:52:30 willie /kernel: No such device: adv0
Aug 23 15:52:30 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:52:30 willie /kernel: config> q
Aug 23 15:52:30 willie /kernel: avail memory = 1042239488 (1017812K bytes)
Aug 23 15:52:30 willie /kernel: Programming 24 pins in IOAPIC #0
Aug 23 15:52:30 willie /kernel: IOAPIC #0 intpin 2 -> irq 0
Aug 23 15:52:30 willie /kernel: FreeBSD/SMP: Multiprocessor motherboard
Aug 23 15:52:30 willie /kernel: cpu0 (BSP): apic id: 0, version:
0x00040011, at 0xfee00000
Aug 23 15:52:30 willie /kernel: cpu1 (AP): apic id: 1, version:
0x00040011, at 0xfee00000
Aug 23 15:52:30 willie /kernel: io0 (APIC): apic id: 2, version:
0x00178011, at 0xfec00000
Aug 23 15:52:30 willie /kernel: Preloaded elf kernel "kernel" at 0xc02ce000.
Aug 23 15:52:30 willie /kernel: Preloaded userconfig_script
"/boot/kernel.conf" at 0xc02ce09c.
Aug 23 15:52:31 willie /kernel: Pentium Pro MTRR support enabled
Aug 23 15:52:31 willie /kernel: md0: Malloc disk
Aug 23 15:52:31 willie /kernel: Using $PIR table, 11 entries at 0xc00fde00
Aug 23 15:52:31 willie /kernel: npx0: <math processor> on motherboard
Aug 23 15:52:31 willie /kernel: npx0: INT 16 interface
Aug 23 15:52:31 willie /kernel: pcib0: <Host to PCI bridge> on motherboard
Aug 23 15:52:31 willie /kernel: IOAPIC #0 intpin 10 -> irq 2
Aug 23 15:52:31 willie /kernel: IOAPIC #0 intpin 15 -> irq 10
Aug 23 15:52:31 willie /kernel: pci0: <PCI bus> on pcib0
Aug 23 15:52:31 willie /kernel: pcib1: <VIA 82C598MVP (Apollo MVP3) PCI-PCI
(AGP) bridge> at device 1.0 on pci0
Aug 23 15:52:31 willie /kernel: pci1: <PCI bus> on pcib1
Aug 23 15:52:31 willie /kernel: pci0: <ATI Mach64-GR graphics accelerator>
at 6.0 irq 2
Aug 23 15:52:31 willie /kernel: isab0: <VIA 82C686 PCI-ISA bridge> at device
7.0 on pci0
Aug 23 15:52:31 willie /kernel: isa0: <ISA bus> on isab0
Aug 23 15:52:31 willie /kernel: atapci0: <VIA 82C686 ATA100 controller> port
0xd400-0xd40f at device 7.1 on pci0
Aug 23 15:52:31 willie /kernel: ata0: at 0x1f0 irq 14 on atapci0
Aug 23 15:52:31 willie /kernel: ata1: at 0x170 irq 15 on atapci0
Aug 23 15:52:31 willie /kernel: pci0: <VIA 83C572 USB controller> at 7.2 irq
0
Aug 23 15:52:31 willie /kernel: pci0: <VIA 83C572 USB controller> at 7.3
Aug 23 15:52:31 willie /kernel: pci0: <unknown card> (vendor=0x1106,
dev=0x3057) at 7.4
Aug 23 15:52:31 willie /kernel: fxp0: <Intel Pro 10/100B/100+ Ethernet> port
0xe000-0xe03f mem 0xf8100000-0xf81fffff,0xf8201000-0xf8201fff irq 10 at
device 13.0 on pci0
Aug 23 15:52:31 willie /kernel: fxp0: Ethernet address 00:e0:81:22:2a:f6
Aug 23 15:52:31 willie /kernel: inphy0: <i82555 10/100 media interface> on
miibus0
Aug 23 15:52:31 willie /kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX,
100baseTX-FDX, auto
Aug 23 15:52:31 willie /kernel: fxp1: <Intel Pro 10/100B/100+ Ethernet> port
0xe400-0xe43f mem 0xf8000000-0xf80fffff,0xf8200000-0xf8200fff irq 11 at
device 14.0 on pci0
Aug 23 15:52:31 willie /kernel: fxp1: Ethernet address 00:e0:81:22:2a:f7
Aug 23 15:52:31 willie /kernel: inphy1: <i82555 10/100 media interface> on
miibus1
Aug 23 15:52:31 willie /kernel: inphy1: 10baseT, 10baseT-FDX, 100baseTX,
100baseTX-FDX, auto
Aug 23 15:52:31 willie /kernel: pcib2: <PCI to PCI bridge (vendor=1044
device=a500)> at device 16.0 on pci0
Aug 23 15:52:31 willie /kernel: pci2: <PCI bus> on pcib2
Aug 23 15:52:31 willie /kernel: asr0: <Adaptec Caching SCSI RAID> mem
0xf4000000-0xf5ffffff irq 11 at device 16.1 on pci0
Aug 23 15:52:31 willie /kernel: asr0: major=154
Aug 23 15:52:31 willie /kernel: asr0: ADAPTEC 2100S FW Rev. 370F, 1 channel,
256 CCBs, Protocol I2O
Aug 23 15:52:31 willie /kernel: orm0: <Option ROMs> at iomem
0xc0000-0xc7fff,0xc8000-0xcdfff on isa0
Aug 23 15:52:31 willie /kernel: fdc0: <NEC 72065B or clone> at port
0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
Aug 23 15:52:31 willie /kernel: fdc0: FIFO enabled, 8 bytes threshold
Aug 23 15:52:31 willie /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0
Aug 23 15:52:31 willie /kernel: atkbdc0: <Keyboard controller (i8042)> at
port 0x60,0x64 on isa0
Aug 23 15:52:31 willie /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on
atkbdc0
Aug 23 15:52:31 willie /kernel: kbd0 at atkbd0
Aug 23 15:52:31 willie /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
Aug 23 15:52:31 willie /kernel: psm0: model IntelliMouse, device ID 3
Aug 23 15:52:31 willie /kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df
iomem 0xa0000-0xbffff on isa0
Aug 23 15:52:31 willie /kernel: sc0: <System console> at flags 0x100 on isa0
Aug 23 15:52:31 willie /kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Aug 23 15:52:31 willie /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on
isa0
Aug 23 15:52:31 willie /kernel: sio0: type 16550A
Aug 23 15:52:31 willie /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0
Aug 23 15:52:31 willie /kernel: sio1: type 16550A
Aug 23 15:52:31 willie /kernel: ppc0: <Parallel port> at port 0x378-0x37f
irq 7 on isa0
Aug 23 15:52:31 willie /kernel: ppc0: Generic chipset (EPP/NIBBLE) in
COMPATIBLE mode
Aug 23 15:52:31 willie /kernel: lpt0: <Printer> on ppbus0
Aug 23 15:52:31 willie /kernel: lpt0: Interrupt-driven port
Aug 23 15:52:31 willie /kernel: APIC_IO: Testing 8254 interrupt delivery
Aug 23 15:52:31 willie /kernel: APIC_IO: routing 8254 via IOAPIC #0 intpin 2
Aug 23 15:52:31 willie /kernel: SMP: AP CPU #1 Launched!
Aug 23 15:52:31 willie /kernel: acd0: CDROM <CDU5211> at ata0-master PIO4
Aug 23 15:52:31 willie /kernel: Mounting root from ufs:/dev/da0s1a
Aug 23 15:52:31 willie /kernel: da0 at asr0 bus 0 target 0 lun 0
Aug 23 15:52:31 willie /kernel: da0: <ADAPTEC RAID-5 370F> Fixed Direct
Access SCSI-2 device
Aug 23 15:52:31 willie /kernel: da0: Tagged Queueing Enabled
Aug 23 15:52:31 willie /kernel: da0: 35002MB (71684096 512 byte sectors:
255H 63S/T 4462C)
Aug 23 15:52:31 willie ntpd[76]: ntpd 4.1.0-a Wed Aug 14 18:56:47 GMT 2002
(1)
Aug 23 15:52:31 willie ntpd[76]: kernel time discipline status 2040
Aug 23 20:52:31 willie wackamole[116]: connecting to 4803@willie.kwcorp.com
Aug 23 20:52:32 willie wackamole[116]:
Aug 23 20:52:32 willie wackamole[116]:
Aug 23 15:52:37 willie login: ROOT LOGIN (root) ON ttyv0
Aug 23 20:52:38 willie wackamole[116]: UP:
fxp0:192.168.75.110/255.255.255.255
Aug 23 20:52:38 willie wackamole[116]: created notification thread for
virtual entry
Aug 23 20:52:38 willie wackamole[116]: UP:
fxp0:192.168.75.111/255.255.255.255
Aug 23 20:52:38 willie wackamole[116]: created notification thread for
virtual entry
Aug 23 20:52:40 willie wackamole[116]: finished notification thread for
virtual entry
Aug 23 20:52:40 willie wackamole[116]: finished notification thread for
virtual entry
Aug 23 20:53:19 willie wackamole[116]: DOWN:
fxp0:192.168.75.110/255.255.255.255
Aug 23 15:53:40 willie shutdown: reboot by root:
Aug 23 20:53:42 willie wackamole[116]:
Aug 23 20:53:42 willie wackamole[116]: DOWN:
fxp0:192.168.75.111/255.255.255.255
Aug 23 15:53:42 willie syslogd: exiting on signal 15
Aug 23 15:55:25 willie /kernel: Copyright (c) 1992-2002 The FreeBSD Project.
Aug 23 15:55:25 willie /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988,
1989, 1991, 1992, 1993, 1994
Aug 23 15:55:25 willie /kernel: The Regents of the University of California.
All rights reserved.
Aug 23 15:55:25 willie /kernel: FreeBSD 4.6.2-RELEASE #0: Mon Aug 19
07:48:27 CDT 2002
Aug 23 15:55:25 willie /kernel: root@:/usr/src/sys/compile/FBSD
Aug 23 15:55:25 willie /kernel: Timecounter "i8254" frequency 1193182 Hz
Aug 23 15:55:25 willie /kernel: CPU: Pentium III/Pentium III Xeon/Celeron
(1130.12-MHz 686-class CPU)
Aug 23 15:55:25 willie /kernel: Origin = "GenuineIntel" Id = 0x6b1
Stepping = 1
Aug 23 15:55:25 willie /kernel:
Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,
CMOV,PAT,PSE36,MMX,FXSR,SSE>
Aug 23 15:55:25 willie /kernel: real memory = 1073676288 (1048512K bytes)
Aug 23 15:55:25 willie /kernel: config> di sn0
Aug 23 15:55:25 willie /kernel: No such device: sn0
Aug 23 15:55:25 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:55:25 willie /kernel: config> di lnc0
Aug 23 15:55:25 willie /kernel: No such device: lnc0
Aug 23 15:55:25 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:55:25 willie /kernel: config> di ie0
Aug 23 15:55:25 willie /kernel: No such device: ie0
Aug 23 15:55:25 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:55:25 willie /kernel: config> di fe0
Aug 23 15:55:25 willie /kernel: No such device: fe0
Aug 23 15:55:25 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:55:25 willie /kernel: config> di ed0
Aug 23 15:55:25 willie /kernel: No such device: ed0
Aug 23 15:55:25 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:55:25 willie /kernel: config> di cs0
Aug 23 15:55:25 willie /kernel: No such device: cs0
Aug 23 15:55:25 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:55:25 willie /kernel: config> di bt0
Aug 23 15:55:25 willie /kernel: No such device: bt0
Aug 23 15:55:25 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:55:25 willie /kernel: config> di ata1
Aug 23 15:55:25 willie /kernel: No such device: ata1
Aug 23 15:55:26 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:55:26 willie /kernel: config> di aic0
Aug 23 15:55:26 willie /kernel: No such device: aic0
Aug 23 15:55:26 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:55:26 willie /kernel: config> di aha0
Aug 23 15:55:26 willie /kernel: No such device: aha0
Aug 23 15:55:26 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:55:26 willie /kernel: config> di adv0
Aug 23 15:55:26 willie /kernel: No such device: adv0
Aug 23 15:55:26 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:55:26 willie /kernel: config> q
Aug 23 15:55:26 willie /kernel: avail memory = 1042239488 (1017812K bytes)
Aug 23 15:55:26 willie /kernel: Programming 24 pins in IOAPIC #0
Aug 23 15:55:26 willie /kernel: IOAPIC #0 intpin 2 -> irq 0
Aug 23 15:55:26 willie /kernel: FreeBSD/SMP: Multiprocessor motherboard
Aug 23 15:55:26 willie /kernel: cpu0 (BSP): apic id: 0, version:
0x00040011, at 0xfee00000
Aug 23 15:55:26 willie /kernel: cpu1 (AP): apic id: 1, version:
0x00040011, at 0xfee00000
Aug 23 15:55:26 willie /kernel: io0 (APIC): apic id: 2, version:
0x00178011, at 0xfec00000
Aug 23 15:55:26 willie /kernel: Preloaded elf kernel "kernel" at 0xc02ce000.
Aug 23 15:55:26 willie /kernel: Preloaded userconfig_script
"/boot/kernel.conf" at 0xc02ce09c.
Aug 23 15:55:26 willie /kernel: Pentium Pro MTRR support enabled
Aug 23 15:55:26 willie /kernel: md0: Malloc disk
Aug 23 15:55:26 willie /kernel: Using $PIR table, 11 entries at 0xc00fde00
Aug 23 15:55:26 willie /kernel: npx0: <math processor> on motherboard
Aug 23 15:55:26 willie /kernel: npx0: INT 16 interface
Aug 23 15:55:26 willie /kernel: pcib0: <Host to PCI bridge> on motherboard
Aug 23 15:55:26 willie /kernel: IOAPIC #0 intpin 10 -> irq 2
Aug 23 15:55:26 willie /kernel: IOAPIC #0 intpin 15 -> irq 10
Aug 23 15:55:26 willie /kernel: pci0: <PCI bus> on pcib0
Aug 23 15:55:26 willie /kernel: pcib1: <VIA 82C598MVP (Apollo MVP3) PCI-PCI
(AGP) bridge> at device 1.0 on pci0
Aug 23 15:55:26 willie /kernel: pci1: <PCI bus> on pcib1
Aug 23 15:55:26 willie /kernel: pci0: <ATI Mach64-GR graphics accelerator>
at 6.0 irq 2
Aug 23 15:55:26 willie /kernel: isab0: <VIA 82C686 PCI-ISA bridge> at device
7.0 on pci0
Aug 23 15:55:26 willie /kernel: isa0: <ISA bus> on isab0
Aug 23 15:55:26 willie /kernel: atapci0: <VIA 82C686 ATA100 controller> port
0xd400-0xd40f at device 7.1 on pci0
Aug 23 15:55:26 willie /kernel: ata0: at 0x1f0 irq 14 on atapci0
Aug 23 15:55:26 willie /kernel: ata1: at 0x170 irq 15 on atapci0
Aug 23 15:55:26 willie /kernel: pci0: <VIA 83C572 USB controller> at 7.2 irq
0
Aug 23 15:55:26 willie /kernel: pci0: <VIA 83C572 USB controller> at 7.3
Aug 23 15:55:26 willie /kernel: pci0: <unknown card> (vendor=0x1106,
dev=0x3057) at 7.4
Aug 23 15:55:26 willie /kernel: fxp0: <Intel Pro 10/100B/100+ Ethernet> port
0xe000-0xe03f mem 0xf8100000-0xf81fffff,0xf8201000-0xf8201fff irq 10 at
device 13.0 on pci0
Aug 23 15:55:26 willie /kernel: fxp0: Ethernet address 00:e0:81:22:2a:f6
Aug 23 15:55:26 willie /kernel: inphy0: <i82555 10/100 media interface> on
miibus0
Aug 23 15:55:26 willie /kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX,
100baseTX-FDX, auto
Aug 23 15:55:26 willie /kernel: fxp1: <Intel Pro 10/100B/100+ Ethernet> port
0xe400-0xe43f mem 0xf8000000-0xf80fffff,0xf8200000-0xf8200fff irq 11 at
device 14.0 on pci0
Aug 23 15:55:26 willie /kernel: fxp1: Ethernet address 00:e0:81:22:2a:f7
Aug 23 15:55:26 willie /kernel: inphy1: <i82555 10/100 media interface> on
miibus1
Aug 23 15:55:26 willie /kernel: inphy1: 10baseT, 10baseT-FDX, 100baseTX,
100baseTX-FDX, auto
Aug 23 15:55:26 willie /kernel: pcib2: <PCI to PCI bridge (vendor=1044
device=a500)> at device 16.0 on pci0
Aug 23 15:55:26 willie /kernel: pci2: <PCI bus> on pcib2
Aug 23 15:55:26 willie /kernel: asr0: <Adaptec Caching SCSI RAID> mem
0xf4000000-0xf5ffffff irq 11 at device 16.1 on pci0
Aug 23 15:55:26 willie /kernel: asr0: major=154
Aug 23 15:55:26 willie /kernel: asr0: ADAPTEC 2100S FW Rev. 370F, 1 channel,
256 CCBs, Protocol I2O
Aug 23 15:55:26 willie /kernel: orm0: <Option ROMs> at iomem
0xc0000-0xc7fff,0xc8000-0xcdfff on isa0
Aug 23 15:55:26 willie /kernel: fdc0: <NEC 72065B or clone> at port
0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
Aug 23 15:55:26 willie /kernel: fdc0: FIFO enabled, 8 bytes threshold
Aug 23 15:55:26 willie /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0
Aug 23 15:55:26 willie /kernel: atkbdc0: <Keyboard controller (i8042)> at
port 0x60,0x64 on isa0
Aug 23 15:55:26 willie /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on
atkbdc0
Aug 23 15:55:26 willie /kernel: kbd0 at atkbd0
Aug 23 15:55:26 willie /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
Aug 23 15:55:26 willie /kernel: psm0: model IntelliMouse, device ID 3
Aug 23 15:55:26 willie /kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df
iomem 0xa0000-0xbffff on isa0
Aug 23 15:55:26 willie /kernel: sc0: <System console> at flags 0x100 on isa0
Aug 23 15:55:26 willie /kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Aug 23 15:55:26 willie /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on
isa0
Aug 23 15:55:26 willie /kernel: sio0: type 16550A
Aug 23 15:55:26 willie /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0
Aug 23 15:55:26 willie /kernel: sio1: type 16550A
Aug 23 15:55:26 willie /kernel: ppc0: <Parallel port> at port 0x378-0x37f
irq 7 on isa0
Aug 23 15:55:26 willie /kernel: ppc0: Generic chipset (EPP/NIBBLE) in
COMPATIBLE mode
Aug 23 15:55:26 willie /kernel: lpt0: <Printer> on ppbus0
Aug 23 15:55:26 willie /kernel: lpt0: Interrupt-driven port
Aug 23 15:55:26 willie /kernel: APIC_IO: Testing 8254 interrupt delivery
Aug 23 15:55:26 willie /kernel: APIC_IO: routing 8254 via IOAPIC #0 intpin 2
Aug 23 15:55:26 willie /kernel: SMP: AP CPU #1 Launched!
Aug 23 15:55:26 willie /kernel: acd0: CDROM <CDU5211> at ata0-master PIO4
Aug 23 15:55:26 willie /kernel: Mounting root from ufs:/dev/da0s1a
Aug 23 15:55:26 willie /kernel: da0 at asr0 bus 0 target 0 lun 0
Aug 23 15:55:26 willie /kernel: da0: <ADAPTEC RAID-5 370F> Fixed Direct
Access SCSI-2 device
Aug 23 15:55:26 willie /kernel: da0: Tagged Queueing Enabled
Aug 23 15:55:26 willie /kernel: da0: 35002MB (71684096 512 byte sectors:
255H 63S/T 4462C)
Aug 23 15:55:26 willie ntpd[76]: ntpd 4.1.0-a Wed Aug 14 18:56:47 GMT 2002
(1)
Aug 23 15:55:26 willie ntpd[76]: kernel time discipline status 2040
Aug 23 20:55:27 willie wackamole[116]: connecting to 4803@willie.kwcorp.com
Aug 23 20:55:27 willie wackamole[116]:
Aug 23 20:55:27 willie wackamole[116]:
Aug 23 20:55:33 willie wackamole[116]: UP:
fxp0:192.168.75.110/255.255.255.255
Aug 23 20:55:33 willie wackamole[116]: created notification thread for
virtual entry
Aug 23 20:55:36 willie wackamole[116]: finished notification thread for
virtual entry
Aug 23 15:55:56 willie login: ROOT LOGIN (root) ON ttyv0
Aug 23 15:56:10 willie shutdown: reboot by root:
Aug 23 20:56:12 willie wackamole[116]: DOWN:
fxp0:192.168.75.110/255.255.255.255
Aug 23 20:56:12 willie wackamole[116]:
Aug 23 15:56:12 willie syslogd: exiting on signal 15
Aug 23 15:57:22 willie /kernel: Copyright (c) 1992-2002 The FreeBSD Project.
Aug 23 15:57:22 willie /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988,
1989, 1991, 1992, 1993, 1994
Aug 23 15:57:22 willie /kernel: The Regents of the University of California.
All rights reserved.
Aug 23 15:57:22 willie /kernel: FreeBSD 4.6.2-RELEASE #0: Mon Aug 19
07:48:27 CDT 2002
Aug 23 15:57:22 willie /kernel: root@:/usr/src/sys/compile/FBSD
Aug 23 15:57:22 willie /kernel: Timecounter "i8254" frequency 1193182 Hz
Aug 23 15:57:22 willie /kernel: CPU: Pentium III/Pentium III Xeon/Celeron
(1130.12-MHz 686-class CPU)
Aug 23 15:57:22 willie /kernel: Origin = "GenuineIntel" Id = 0x6b1
Stepping = 1
Aug 23 15:57:22 willie /kernel:
Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,
CMOV,PAT,PSE36,MMX,FXSR,SSE>
Aug 23 15:57:22 willie /kernel: real memory = 1073676288 (1048512K bytes)
Aug 23 15:57:22 willie /kernel: config> di sn0
Aug 23 15:57:22 willie /kernel: No such device: sn0
Aug 23 15:57:22 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:57:22 willie /kernel: config> di lnc0
Aug 23 15:57:22 willie /kernel: No such device: lnc0
Aug 23 15:57:22 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:57:22 willie /kernel: config> di ie0
Aug 23 15:57:22 willie /kernel: No such device: ie0
Aug 23 15:57:22 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:57:22 willie /kernel: config> di fe0
Aug 23 15:57:22 willie /kernel: No such device: fe0
Aug 23 15:57:22 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:57:22 willie /kernel: config> di ed0
Aug 23 15:57:22 willie /kernel: No such device: ed0
Aug 23 15:57:22 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:57:22 willie /kernel: config> di cs0
Aug 23 15:57:22 willie /kernel: No such device: cs0
Aug 23 15:57:22 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:57:22 willie /kernel: config> di bt0
Aug 23 15:57:22 willie /kernel: No such device: bt0
Aug 23 15:57:22 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:57:22 willie /kernel: config> di ata1
Aug 23 15:57:22 willie /kernel: No such device: ata1
Aug 23 15:57:22 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:57:22 willie /kernel: config> di aic0
Aug 23 15:57:22 willie /kernel: No such device: aic0
Aug 23 15:57:22 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:57:22 willie /kernel: config> di aha0
Aug 23 15:57:22 willie /kernel: No such device: aha0
Aug 23 15:57:22 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:57:22 willie /kernel: config> di adv0
Aug 23 15:57:23 willie /kernel: No such device: adv0
Aug 23 15:57:23 willie /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 15:57:23 willie /kernel: config> q
Aug 23 15:57:23 willie /kernel: avail memory = 1042239488 (1017812K bytes)
Aug 23 15:57:23 willie /kernel: Programming 24 pins in IOAPIC #0
Aug 23 15:57:23 willie /kernel: IOAPIC #0 intpin 2 -> irq 0
Aug 23 15:57:23 willie /kernel: FreeBSD/SMP: Multiprocessor motherboard
Aug 23 15:57:23 willie /kernel: cpu0 (BSP): apic id: 0, version:
0x00040011, at 0xfee00000
Aug 23 15:57:23 willie /kernel: cpu1 (AP): apic id: 1, version:
0x00040011, at 0xfee00000
Aug 23 15:57:23 willie /kernel: io0 (APIC): apic id: 2, version:
0x00178011, at 0xfec00000
Aug 23 15:57:23 willie /kernel: Preloaded elf kernel "kernel" at 0xc02ce000.
Aug 23 15:57:23 willie /kernel: Preloaded userconfig_script
"/boot/kernel.conf" at 0xc02ce09c.
Aug 23 15:57:23 willie /kernel: Pentium Pro MTRR support enabled
Aug 23 15:57:23 willie /kernel: md0: Malloc disk
Aug 23 15:57:23 willie /kernel: Using $PIR table, 11 entries at 0xc00fde00
Aug 23 15:57:23 willie /kernel: npx0: <math processor> on motherboard
Aug 23 15:57:23 willie /kernel: npx0: INT 16 interface
Aug 23 15:57:23 willie /kernel: pcib0: <Host to PCI bridge> on motherboard
Aug 23 15:57:23 willie /kernel: IOAPIC #0 intpin 10 -> irq 2
Aug 23 15:57:23 willie /kernel: IOAPIC #0 intpin 15 -> irq 10
Aug 23 15:57:23 willie /kernel: pci0: <PCI bus> on pcib0
Aug 23 15:57:23 willie /kernel: pcib1: <VIA 82C598MVP (Apollo MVP3) PCI-PCI
(AGP) bridge> at device 1.0 on pci0
Aug 23 15:57:23 willie /kernel: pci1: <PCI bus> on pcib1
Aug 23 15:57:23 willie /kernel: pci0: <ATI Mach64-GR graphics accelerator>
at 6.0 irq 2
Aug 23 15:57:23 willie /kernel: isab0: <VIA 82C686 PCI-ISA bridge> at device
7.0 on pci0
Aug 23 15:57:23 willie /kernel: isa0: <ISA bus> on isab0
Aug 23 15:57:23 willie /kernel: atapci0: <VIA 82C686 ATA100 controller> port
0xd400-0xd40f at device 7.1 on pci0
Aug 23 15:57:23 willie /kernel: ata0: at 0x1f0 irq 14 on atapci0
Aug 23 15:57:23 willie /kernel: ata1: at 0x170 irq 15 on atapci0
Aug 23 15:57:23 willie /kernel: pci0: <VIA 83C572 USB controller> at 7.2 irq
0
Aug 23 15:57:23 willie /kernel: pci0: <VIA 83C572 USB controller> at 7.3
Aug 23 15:57:23 willie /kernel: pci0: <unknown card> (vendor=0x1106,
dev=0x3057) at 7.4
Aug 23 15:57:23 willie /kernel: fxp0: <Intel Pro 10/100B/100+ Ethernet> port
0xe000-0xe03f mem 0xf8100000-0xf81fffff,0xf8201000-0xf8201fff irq 10 at
device 13.0 on pci0
Aug 23 15:57:23 willie /kernel: fxp0: Ethernet address 00:e0:81:22:2a:f6
Aug 23 15:57:23 willie /kernel: inphy0: <i82555 10/100 media interface> on
miibus0
Aug 23 15:57:23 willie /kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX,
100baseTX-FDX, auto
Aug 23 15:57:23 willie /kernel: fxp1: <Intel Pro 10/100B/100+ Ethernet> port
0xe400-0xe43f mem 0xf8000000-0xf80fffff,0xf8200000-0xf8200fff irq 11 at
device 14.0 on pci0
Aug 23 15:57:23 willie /kernel: fxp1: Ethernet address 00:e0:81:22:2a:f7
Aug 23 15:57:23 willie /kernel: inphy1: <i82555 10/100 media interface> on
miibus1
Aug 23 15:57:23 willie /kernel: inphy1: 10baseT, 10baseT-FDX, 100baseTX,
100baseTX-FDX, auto
Aug 23 15:57:23 willie /kernel: pcib2: <PCI to PCI bridge (vendor=1044
device=a500)> at device 16.0 on pci0
Aug 23 15:57:23 willie /kernel: pci2: <PCI bus> on pcib2
Aug 23 15:57:23 willie /kernel: asr0: <Adaptec Caching SCSI RAID> mem
0xf4000000-0xf5ffffff irq 11 at device 16.1 on pci0
Aug 23 15:57:23 willie /kernel: asr0: major=154
Aug 23 15:57:23 willie /kernel: asr0: ADAPTEC 2100S FW Rev. 370F, 1 channel,
256 CCBs, Protocol I2O
Aug 23 15:57:23 willie /kernel: orm0: <Option ROMs> at iomem
0xc0000-0xc7fff,0xc8000-0xcdfff on isa0
Aug 23 15:57:23 willie /kernel: fdc0: <NEC 72065B or clone> at port
0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
Aug 23 15:57:23 willie /kernel: fdc0: FIFO enabled, 8 bytes threshold
Aug 23 15:57:23 willie /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0
Aug 23 15:57:23 willie /kernel: atkbdc0: <Keyboard controller (i8042)> at
port 0x60,0x64 on isa0
Aug 23 15:57:23 willie /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on
atkbdc0
Aug 23 15:57:23 willie /kernel: kbd0 at atkbd0
Aug 23 15:57:23 willie /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
Aug 23 15:57:23 willie /kernel: psm0: model IntelliMouse, device ID 3
Aug 23 15:57:23 willie /kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df
iomem 0xa0000-0xbffff on isa0
Aug 23 15:57:23 willie /kernel: sc0: <System console> at flags 0x100 on isa0
Aug 23 15:57:23 willie /kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Aug 23 15:57:23 willie /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on
isa0
Aug 23 15:57:23 willie /kernel: sio0: type 16550A
Aug 23 15:57:23 willie /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0
Aug 23 15:57:23 willie /kernel: sio1: type 16550A
Aug 23 15:57:23 willie /kernel: ppc0: <Parallel port> at port 0x378-0x37f
irq 7 on isa0
Aug 23 15:57:23 willie /kernel: ppc0: Generic chipset (EPP/NIBBLE) in
COMPATIBLE mode
Aug 23 15:57:23 willie /kernel: lpt0: <Printer> on ppbus0
Aug 23 15:57:23 willie /kernel: lpt0: Interrupt-driven port
Aug 23 15:57:23 willie /kernel: APIC_IO: Testing 8254 interrupt delivery
Aug 23 15:57:23 willie /kernel: APIC_IO: routing 8254 via IOAPIC #0 intpin 2
Aug 23 15:57:23 willie /kernel: SMP: AP CPU #1 Launched!
Aug 23 15:57:23 willie /kernel: acd0: CDROM <CDU5211> at ata0-master PIO4
Aug 23 15:57:23 willie /kernel: Mounting root from ufs:/dev/da0s1a
Aug 23 15:57:23 willie /kernel: da0 at asr0 bus 0 target 0 lun 0
Aug 23 15:57:23 willie /kernel: da0: <ADAPTEC RAID-5 370F> Fixed Direct
Access SCSI-2 device
Aug 23 15:57:23 willie /kernel: da0: Tagged Queueing Enabled
Aug 23 15:57:23 willie /kernel: da0: 35002MB (71684096 512 byte sectors:
255H 63S/T 4462C)
Aug 23 15:57:23 willie ntpd[76]: ntpd 4.1.0-a Wed Aug 14 18:56:47 GMT 2002
(1)
Aug 23 15:57:23 willie ntpd[76]: kernel time discipline status 2040
Aug 23 20:57:23 willie wackamole[116]: connecting to 4803@willie.kwcorp.com
Aug 23 20:57:24 willie wackamole[116]:
Aug 23 20:57:24 willie wackamole[116]:
Aug 23 15:57:41 willie login: ROOT LOGIN (root) ON ttyv0


Now the syslog for Sandy....
Aug 23 13:55:19 sandy /kernel: Copyright (c) 1992-2002 The FreeBSD Project.
Aug 23 13:55:19 sandy /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988,
1989, 1991, 1992, 1993, 1994
Aug 23 13:55:19 sandy /kernel: The Regents of the University of California.
All rights reserved.
Aug 23 13:55:19 sandy /kernel: FreeBSD 4.6.2-RELEASE #0: Mon Aug 19 05:51:06
CDT 2002
Aug 23 13:55:19 sandy /kernel: root@:/usr/src/sys/compile/FBSD
Aug 23 13:55:19 sandy /kernel: Timecounter "i8254" frequency 1193182 Hz
Aug 23 13:55:19 sandy /kernel: CPU: Pentium III/Pentium III Xeon/Celeron
(1130.12-MHz 686-class CPU)
Aug 23 13:55:19 sandy /kernel: Origin = "GenuineIntel" Id = 0x6b1 Stepping
= 1
Aug 23 13:55:19 sandy /kernel:
Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,
CMOV,PAT,PSE36,MMX,FXSR,SSE>
Aug 23 13:55:19 sandy /kernel: real memory = 1073676288 (1048512K bytes)
Aug 23 13:55:19 sandy /kernel: config> di sn0
Aug 23 13:55:19 sandy /kernel: No such device: sn0
Aug 23 13:55:19 sandy /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 13:55:19 sandy /kernel: config> di lnc0
Aug 23 13:55:19 sandy /kernel: No such device: lnc0
Aug 23 13:55:19 sandy /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 13:55:19 sandy /kernel: config> di ie0
Aug 23 13:55:19 sandy /kernel: No such device: ie0
Aug 23 13:55:19 sandy /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 13:55:19 sandy /kernel: config> di fe0
Aug 23 13:55:19 sandy /kernel: No such device: fe0
Aug 23 13:55:19 sandy /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 13:55:19 sandy /kernel: config> di ed0
Aug 23 13:55:19 sandy /kernel: No such device: ed0
Aug 23 13:55:19 sandy /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 13:55:19 sandy /kernel: config> di cs0
Aug 23 13:55:19 sandy /kernel: No such device: cs0
Aug 23 13:55:19 sandy /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 13:55:19 sandy /kernel: config> di bt0
Aug 23 13:55:19 sandy /kernel: No such device: bt0
Aug 23 13:55:19 sandy /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 13:55:19 sandy /kernel: config> di ata1
Aug 23 13:55:19 sandy /kernel: No such device: ata1
Aug 23 13:55:19 sandy /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 13:55:19 sandy /kernel: config> di aic0
Aug 23 13:55:19 sandy /kernel: No such device: aic0
Aug 23 13:55:19 sandy /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 13:55:19 sandy /kernel: config> di aha0
Aug 23 13:55:19 sandy /kernel: No such device: aha0
Aug 23 13:55:19 sandy /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 13:55:19 sandy /kernel: config> di adv0
Aug 23 13:55:19 sandy /kernel: No such device: adv0
Aug 23 13:55:19 sandy /kernel: Invalid command or syntax. Type `?' for
help.
Aug 23 13:55:19 sandy /kernel: config> q
Aug 23 13:55:19 sandy /kernel: avail memory = 1042239488 (1017812K bytes)
Aug 23 13:55:19 sandy /kernel: Programming 24 pins in IOAPIC #0
Aug 23 13:55:19 sandy /kernel: IOAPIC #0 intpin 2 -> irq 0
Aug 23 13:55:19 sandy /kernel: FreeBSD/SMP: Multiprocessor motherboard
Aug 23 13:55:19 sandy /kernel: cpu0 (BSP): apic id: 0, version: 0x00040011,
at 0xfee00000
Aug 23 13:55:19 sandy /kernel: cpu1 (AP): apic id: 1, version: 0x00040011,
at 0xfee00000
Aug 23 13:55:19 sandy /kernel: io0 (APIC): apic id: 2, version: 0x00178011,
at 0xfec00000
Aug 23 13:55:19 sandy /kernel: Preloaded elf kernel "kernel" at 0xc02ce000.
Aug 23 13:55:19 sandy /kernel: Preloaded userconfig_script
"/boot/kernel.conf" at 0xc02ce09c.
Aug 23 13:55:19 sandy /kernel: Pentium Pro MTRR support enabled
Aug 23 13:55:19 sandy /kernel: md0: Malloc disk
Aug 23 13:55:19 sandy /kernel: Using $PIR table, 11 entries at 0xc00fde00
Aug 23 13:55:19 sandy /kernel: npx0: <math processor> on motherboard
Aug 23 13:55:19 sandy /kernel: npx0: INT 16 interface
Aug 23 13:55:19 sandy /kernel: pcib0: <Host to PCI bridge> on motherboard
Aug 23 13:55:19 sandy /kernel: IOAPIC #0 intpin 10 -> irq 2
Aug 23 13:55:19 sandy /kernel: IOAPIC #0 intpin 15 -> irq 10
Aug 23 13:55:19 sandy /kernel: pci0: <PCI bus> on pcib0
Aug 23 13:55:19 sandy /kernel: pcib1: <VIA 82C598MVP (Apollo MVP3) PCI-PCI
(AGP) bridge> at device 1.0 on pci0
Aug 23 13:55:19 sandy /kernel: pci1: <PCI bus> on pcib1
Aug 23 13:55:19 sandy /kernel: pci0: <ATI Mach64-GR graphics accelerator> at
6.0 irq 2
Aug 23 13:55:19 sandy /kernel: isab0: <VIA 82C686 PCI-ISA bridge> at device
7.0 on pci0
Aug 23 13:55:19 sandy /kernel: isa0: <ISA bus> on isab0
Aug 23 13:55:19 sandy /kernel: atapci0: <VIA 82C686 ATA100 controller> port
0xd400-0xd40f at device 7.1 on pci0
Aug 23 13:55:19 sandy /kernel: ata0: at 0x1f0 irq 14 on atapci0
Aug 23 13:55:19 sandy /kernel: ata1: at 0x170 irq 15 on atapci0
Aug 23 13:55:19 sandy /kernel: pci0: <VIA 83C572 USB controller> at 7.2 irq
2
Aug 23 13:55:19 sandy /kernel: pci0: <VIA 83C572 USB controller> at 7.3 irq
2
Aug 23 13:55:19 sandy /kernel: pci0: <unknown card> (vendor=0x1106,
dev=0x3057) at 7.4
Aug 23 13:55:19 sandy /kernel: fxp0: <Intel Pro 10/100B/100+ Ethernet> port
0xe000-0xe03f mem 0xf8100000-0xf81fffff,0xf8201000-0xf8201fff irq 10 at
device 13.0 on pci0
Aug 23 13:55:19 sandy /kernel: fxp0: Ethernet address 00:e0:81:22:2b:1e
Aug 23 13:55:19 sandy /kernel: inphy0: <i82555 10/100 media interface> on
miibus0
Aug 23 13:55:19 sandy /kernel: inphy0: 10baseT, 10baseT-FDX, 100baseTX,
100baseTX-FDX, auto
Aug 23 13:55:19 sandy /kernel: fxp1: <Intel Pro 10/100B/100+ Ethernet> port
0xe400-0xe43f mem 0xf8000000-0xf80fffff,0xf8200000-0xf8200fff irq 11 at
device 14.0 on pci0
Aug 23 13:55:19 sandy /kernel: fxp1: Ethernet address 00:e0:81:22:2b:1f
Aug 23 13:55:19 sandy /kernel: inphy1: <i82555 10/100 media interface> on
miibus1
Aug 23 13:55:19 sandy /kernel: inphy1: 10baseT, 10baseT-FDX, 100baseTX,
100baseTX-FDX, auto
Aug 23 13:55:19 sandy /kernel: pcib2: <PCI to PCI bridge (vendor=1044
device=a500)> at device 16.0 on pci0
Aug 23 13:55:19 sandy /kernel: pci2: <PCI bus> on pcib2
Aug 23 13:55:19 sandy /kernel: asr0: <Adaptec Caching SCSI RAID> mem
0xf4000000-0xf5ffffff irq 11 at device 16.1 on pci0
Aug 23 13:55:19 sandy /kernel: asr0: major=154
Aug 23 13:55:19 sandy /kernel: asr0: ADAPTEC 2100S FW Rev. 370F, 1 channel,
256 CCBs, Protocol I2O
Aug 23 13:55:19 sandy /kernel: orm0: <Option ROMs> at iomem
0xc0000-0xc7fff,0xc8000-0xcdfff on isa0
Aug 23 13:55:19 sandy /kernel: fdc0: <NEC 72065B or clone> at port
0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
Aug 23 13:55:19 sandy /kernel: fdc0: FIFO enabled, 8 bytes threshold
Aug 23 13:55:19 sandy /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0
Aug 23 13:55:19 sandy /kernel: atkbdc0: <Keyboard controller (i8042)> at
port 0x60,0x64 on isa0
Aug 23 13:55:19 sandy /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on
atkbdc0
Aug 23 13:55:19 sandy /kernel: kbd0 at atkbd0
Aug 23 13:55:19 sandy /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
Aug 23 13:55:19 sandy /kernel: psm0: model IntelliMouse, device ID 3
Aug 23 13:55:20 sandy /kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df
iomem 0xa0000-0xbffff on isa0
Aug 23 13:55:20 sandy /kernel: sc0: <System console> at flags 0x100 on isa0
Aug 23 13:55:20 sandy /kernel: sc0: VGA <16 virtual consoles, flags=0x300>
Aug 23 13:55:20 sandy /kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on
isa0
Aug 23 13:55:20 sandy /kernel: sio0: type 16550A
Aug 23 13:55:20 sandy /kernel: sio1 at port 0x2f8-0x2ff irq 3 on isa0
Aug 23 13:55:20 sandy /kernel: sio1: type 16550A
Aug 23 13:55:20 sandy /kernel: ppc0: <Parallel port> at port 0x378-0x37f irq
7 on isa0
Aug 23 13:55:20 sandy /kernel: ppc0: Generic chipset (EPP/NIBBLE) in
COMPATIBLE mode
Aug 23 13:55:20 sandy /kernel: lpt0: <Printer> on ppbus0
Aug 23 13:55:20 sandy /kernel: lpt0: Interrupt-driven port
Aug 23 13:55:20 sandy /kernel: APIC_IO: Testing 8254 interrupt delivery
Aug 23 13:55:20 sandy /kernel: APIC_IO: routing 8254 via IOAPIC #0 intpin 2
Aug 23 13:55:20 sandy /kernel: SMP: AP CPU #1 Launched!
Aug 23 13:55:20 sandy /kernel: acd0: CDROM <CDU5211> at ata0-master PIO4
Aug 23 13:55:20 sandy /kernel: Mounting root from ufs:/dev/da0s1a
Aug 23 13:55:20 sandy /kernel: da0 at asr0 bus 0 target 0 lun 0
Aug 23 13:55:20 sandy /kernel: da0: <ADAPTEC RAID-5 370F> Fixed Direct
Access SCSI-2 device
Aug 23 13:55:20 sandy /kernel: da0: Tagged Queueing Enabled
Aug 23 13:55:20 sandy /kernel: da0: 35002MB (71684096 512 byte sectors: 255H
63S/T 4462C)
Aug 23 13:55:20 sandy ntpd[76]: ntpd 4.1.0-a Wed Aug 14 18:56:47 GMT 2002
(1)
Aug 23 13:55:20 sandy ntpd[76]: kernel time discipline status 2040
Aug 23 18:55:20 sandy wackamole[116]: connecting to 4803@sandy.kwcorp.com
Aug 23 18:55:20 sandy wackamole[116]:
Aug 23 18:55:20 sandy wackamole[116]:
Aug 23 18:55:27 sandy wackamole[116]: UP:
fxp0:192.168.75.110/255.255.255.255
Aug 23 18:55:27 sandy wackamole[116]: created notification thread for
virtual entry
Aug 23 18:55:29 sandy wackamole[116]: finished notification thread for
virtual entry
Aug 23 13:55:30 sandy login: ROOT LOGIN (root) ON ttyv0
Aug 23 18:56:02 sandy wackamole[116]: UP:
fxp0:192.168.75.111/255.255.255.255
Aug 23 18:56:02 sandy wackamole[116]: created notification thread for
virtual entry
Aug 23 18:56:04 sandy wackamole[116]: finished notification thread for
virtual entry
Aug 23 18:57:41 sandy wackamole[116]: DOWN:
fxp0:192.168.75.110/255.255.255.255
Aug 23 18:58:31 sandy wackamole[116]: UP:
fxp0:192.168.75.110/255.255.255.255
Aug 23 18:58:31 sandy wackamole[116]: created notification thread for
virtual entry
Aug 23 18:58:33 sandy wackamole[116]: finished notification thread for
virtual entry


So, any ideas?


---
[This E-mail scanned for viruses by Declude Virus]