I've been trying to figure this out for a couple of weeks now with little luck. I'm attempting to use gigabit ethernet for the first time. The card is a 3Com 3C996B-T (copper media) connected to a Netgear GS108 gigabit switch. The lights that come on seem to indicate the card is finding the switch at 1000BaseT. This is a -CURRENT box built to sources from the last 24-36 hours or so. uname -a is: FreeBSD Stargate.Tom.Parquette.lan 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Fri Jun 18 00:21:19 EDT 2004 tom_at_P3R-272.Tom.Parquette.lan:/usr/obj/usr/src/sys/STARGATE i386 I have bge and miibus compiled into the kernel. I'm attaching an extract of all.log for the last attempt. This attempt has DHCP coded in rc.conf for bge0. If I change rc.conf to include a static address and netmask, I get what appear to be the same results. With some playing I have determined that the bge0 gigabit link up message will only be issued, and the card seem to come alive, if I logon to the machine issue an ifconfig or ifconfig bge0 command. It does not appear to matter if ifconfig is issued by root or a non-uid 0 user. Once the card comes alive, I can use ifconfig to get some things to work but most of the network definitons are all messed up. I believe this is because the card does note "light up" in time for boot processing to correctly set up the network. By doing some manual work with ifconfig, I'm reasonably sure I do not have a hardware/wiring problem. Searching the mailing lists and google, I could not find anything that seemed to address this problem. I found a couple of things that were similar (but not quite my symptoms) but the threads were not complete. Has anybody seen a bge card not come up until you "hit it over the head" with an ifconfig command? If so, do you have any suggestions on fixing the problem? TIA. I'm stuck... From all.log: Jun 19 21:27:04 Stargate kernel: Copyright (c) 1992-2004 The FreeBSD Project. Jun 19 21:27:04 Stargate kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Jun 19 21:27:04 Stargate kernel: The Regents of the University of California. All rights reserved. Jun 19 21:27:04 Stargate kernel: FreeBSD 5.2-CURRENT #0: Fri Jun 18 00:21:19 EDT 2004 Jun 19 21:27:04 Stargate kernel: tom_at_P3R-272.Tom.Parquette.lan:/usr/obj/usr/src/sys/STARGATE Jun 19 21:27:04 Stargate kernel: Preloaded elf kernel "/boot/kernel/kernel" at 0xc0882000. Jun 19 21:27:04 Stargate kernel: Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0882294. Jun 19 21:27:04 Stargate kernel: acpi_alloc_wakeup_handler: can't alloc wake memory Jun 19 21:27:04 Stargate kernel: ACPI APIC Table: <PTLTD APIC > Jun 19 21:27:04 Stargate kernel: Timecounter "i8254" frequency 1193182 Hz quality 0 Jun 19 21:27:04 Stargate kernel: CPU: AMD Athlon(tm) Processor (2133.42-MHz 686-class CPU) Jun 19 21:27:04 Stargate kernel: Origin = "AuthenticAMD" Id = 0x681 Stepping = 1 Jun 19 21:27:04 Stargate kernel: Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE> Jun 19 21:27:04 Stargate kernel: AMD Features=0xc0480000<MP,AMIE,DSP,3DNow!> Jun 19 21:27:04 Stargate kernel: real memory = 267911168 (255 MB) Jun 19 21:27:04 Stargate kernel: avail memory = 251748352 (240 MB) Jun 19 21:27:04 Stargate kernel: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs Jun 19 21:27:04 Stargate kernel: cpu0 (BSP): APIC ID: 1 Jun 19 21:27:04 Stargate kernel: cpu1 (AP): APIC ID: 0 Jun 19 21:27:04 Stargate kernel: MADT: Forcing active-low polarity and level trigger for SCI Jun 19 21:27:04 Stargate kernel: ioapic0 <Version 1.1> irqs 0-23 on motherboard Jun 19 21:27:04 Stargate kernel: random: <entropy source, Software, Yarrow> Jun 19 21:27:04 Stargate kernel: Pentium Pro MTRR support enabled Jun 19 21:27:04 Stargate kernel: npx0: [FAST] Jun 19 21:27:04 Stargate kernel: npx0: <math processor> on motherboard Jun 19 21:27:04 Stargate kernel: npx0: INT 16 interface Jun 19 21:27:04 Stargate kernel: acpi0: <PTLTD RSDT> on motherboard Jun 19 21:27:04 Stargate kernel: acpi0: [GIANT-LOCKED] Jun 19 21:27:04 Stargate kernel: pcibios: BIOS version 2.10 Jun 19 21:27:04 Stargate kernel: acpi0: Power Button (fixed) Jun 19 21:27:04 Stargate kernel: acpi0: Sleep Button (fixed) Jun 19 21:27:04 Stargate kernel: Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 Jun 19 21:27:04 Stargate kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0x8008-0x800b on acpi0 Jun 19 21:27:04 Stargate kernel: cpu0: <ACPI CPU> port 0x530-0x537 on acpi0 Jun 19 21:27:04 Stargate kernel: cpu1: <ACPI CPU> port 0x530-0x537 on acpi0 Jun 19 21:27:04 Stargate kernel: acpi_button0: <Power Button> on acpi0 Jun 19 21:27:04 Stargate kernel: pcib0: <ACPI Host-PCI bridge> port 0x8080-0x80ff,0x8000-0x807f,0xcf8-0xcff iomem 0xd8000-0xdbfff on acpi0 Jun 19 21:27:04 Stargate kernel: pci0: <ACPI PCI bus> on pcib0 Jun 19 21:27:04 Stargate kernel: agp0: <AMD 762 host to AGP bridge> port 0x1010-0x1013 mem 0xf4100000-0xf4100fff,0xf8000000-0xfbffffff at device 0.0 on pci0 Jun 19 21:27:04 Stargate kernel: pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0 Jun 19 21:27:04 Stargate kernel: pci1: <ACPI PCI bus> on pcib1 Jun 19 21:27:04 Stargate kernel: pci1: <display, VGA> at device 5.0 (no driver attached) Jun 19 21:27:04 Stargate kernel: isab0: <PCI-ISA bridge> at device 7.0 on pci0 Jun 19 21:27:04 Stargate kernel: isa0: <ISA bus> on isab0 Jun 19 21:27:04 Stargate kernel: atapci0: <AMD 768 UDMA100 controller> port 0xf000-0xf00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 7.1 on pci0 Jun 19 21:27:04 Stargate kernel: ata0: at 0x1f0 irq 14 on atapci0 Jun 19 21:27:04 Stargate kernel: ata1: at 0x170 irq 15 on atapci0 Jun 19 21:27:04 Stargate kernel: pci0: <bridge, PCI-unknown> at device 7.3 (no driver attached) Jun 19 21:27:04 Stargate kernel: bge0: <Broadcom BCM5701 Gigabit Ethernet, ASIC rev. 0x105> mem 0xf0000000-0xf000ffff irq 20 at device 8.0 on pci0 Jun 19 21:27:04 Stargate kernel: miibus0: <MII bus> on bge0 Jun 19 21:27:04 Stargate kernel: brgphy0: <BCM5701 10/100/1000baseTX PHY> on miibus0 Jun 19 21:27:04 Stargate kernel: brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto Jun 19 21:27:04 Stargate kernel: bge0: Ethernet address: 00:30:6e:2b:1c:3f Jun 19 21:27:04 Stargate kernel: bge0: [GIANT-LOCKED] Jun 19 21:27:04 Stargate kernel: pcib2: <ACPI PCI-PCI bridge> at device 16.0 on pci0 Jun 19 21:27:04 Stargate kernel: pci2: <ACPI PCI bus> on pcib2 Jun 19 21:27:04 Stargate kernel: ohci0: <OHCI (generic) USB controller> mem 0xf4004000-0xf4004fff irq 19 at device 0.0 on pci2 Jun 19 21:27:04 Stargate kernel: ohci0: [GIANT-LOCKED] Jun 19 21:27:04 Stargate kernel: usb0: OHCI version 1.0, legacy support Jun 19 21:27:04 Stargate kernel: usb0: SMM does not respond, resetting Jun 19 21:27:04 Stargate kernel: usb0: <OHCI (generic) USB controller> on ohci0 Jun 19 21:27:04 Stargate kernel: usb0: USB revision 1.0 Jun 19 21:27:04 Stargate kernel: uhub0: AMD OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Jun 19 21:27:04 Stargate kernel: uhub0: 4 ports with 4 removable, self powered Jun 19 21:27:04 Stargate kernel: pcm0: <Creative Audigy 2 (EMU10K2)> port 0x3080-0x30bf irq 17 at device 5.0 on pci2 Jun 19 21:27:04 Stargate kernel: pcm0: <SigmaTel STAC9721/23 AC97 Codec> Jun 19 21:27:04 Stargate kernel: fwohci0: vendor=1102, dev=4001 Jun 19 21:27:04 Stargate kernel: fwohci0: <1394 Open Host Controller Interface> mem 0xf4000000-0xf4003fff,0xf4005000-0xf40057ff irq 18 at device 5.2 on pci2 Jun 19 21:27:04 Stargate kernel: fwohci0: [GIANT-LOCKED] Jun 19 21:27:04 Stargate kernel: fwohci0: OHCI version 1.10 (ROM=0) Jun 19 21:27:04 Stargate kernel: fwohci0: No. of Isochronous channels is 4. Jun 19 21:27:04 Stargate kernel: fwohci0: EUI64 00:02:3c:00:91:06:71:8d Jun 19 21:27:04 Stargate kernel: fwohci0: Phy 1394a available S400, 2 ports. Jun 19 21:27:04 Stargate kernel: fwohci0: Link S400, max_rec 2048 bytes. Jun 19 21:27:04 Stargate kernel: firewire0: <IEEE1394(FireWire) bus> on fwohci0 Jun 19 21:27:04 Stargate kernel: sbp0: <SBP-2/SCSI over FireWire> on firewire0 Jun 19 21:27:04 Stargate kernel: fwe0: <Ethernet over FireWire> on firewire0 Jun 19 21:27:04 Stargate kernel: if_fwe0: Fake Ethernet address: 02:02:3c:06:71:8d Jun 19 21:27:04 Stargate kernel: fwe0: Ethernet address: 02:02:3c:06:71:8d Jun 19 21:27:04 Stargate kernel: fwohci0: Initiate bus reset Jun 19 21:27:04 Stargate kernel: fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode Jun 19 21:27:04 Stargate kernel: firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me) Jun 19 21:27:04 Stargate kernel: firewire0: bus manager 0 (me) Jun 19 21:27:04 Stargate kernel: atapci1: <CMD 649 UDMA100 controller> port 0x30c0-0x30cf,0x30d8-0x30db,0x30e0-0x30e7,0x30dc-0x30df,0x30e8-0x30ef irq 19 at device 7.0 on pci2 Jun 19 21:27:04 Stargate kernel: ata2: at 0x30e8 on atapci1 Jun 19 21:27:04 Stargate kernel: ata3: at 0x30e0 on atapci1 Jun 19 21:27:04 Stargate kernel: xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0x3000-0x307f mem 0xf4005800-0xf400587f irq 19 at device 8.0 on pci2 Jun 19 21:27:04 Stargate kernel: miibus1: <MII bus> on xl0 Jun 19 21:27:04 Stargate kernel: ukphy0: <Generic IEEE 802.3u media interface> on miibus1 Jun 19 21:27:04 Stargate kernel: ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Jun 19 21:27:04 Stargate kernel: xl0: Ethernet address: 00:e0:81:24:e7:8d Jun 19 21:27:04 Stargate kernel: xl0: [GIANT-LOCKED] Jun 19 21:27:04 Stargate kernel: atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0 Jun 19 21:27:04 Stargate kernel: atkbd0: <AT Keyboard> irq 1 on atkbdc0 Jun 19 21:27:04 Stargate kernel: kbd0 at atkbd0 Jun 19 21:27:04 Stargate kernel: atkbd0: [GIANT-LOCKED] Jun 19 21:27:04 Stargate kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0 Jun 19 21:27:04 Stargate kernel: psm0: [GIANT-LOCKED] Jun 19 21:27:04 Stargate kernel: psm0: model Generic PS/2 mouse, device ID 0 Jun 19 21:27:04 Stargate kernel: sio0 port 0x3f8-0x3ff irq 4 on acpi0 Jun 19 21:27:04 Stargate kernel: sio0: type 16550A Jun 19 21:27:04 Stargate kernel: sio1 port 0x2f8-0x2ff irq 3 on acpi0 Jun 19 21:27:04 Stargate kernel: sio1: type 16550A Jun 19 21:27:04 Stargate kernel: ppc0 port 0x778-0x77f,0x378-0x37f irq 7 drq 3 on acpi0 Jun 19 21:27:04 Stargate kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Jun 19 21:27:04 Stargate kernel: ppc0: FIFO with 16/16/9 bytes threshold Jun 19 21:27:04 Stargate kernel: ppbus0: <Parallel port bus> on ppc0 Jun 19 21:27:04 Stargate kernel: plip0: <PLIP network interface> on ppbus0 Jun 19 21:27:04 Stargate kernel: lpt0: <Printer> on ppbus0 Jun 19 21:27:04 Stargate kernel: lpt0: Interrupt-driven port Jun 19 21:27:04 Stargate kernel: ppi0: <Parallel I/O> on ppbus0 Jun 19 21:27:04 Stargate kernel: fdc0: <Enhanced floppy controller (i82077, NE72065 or clone)> port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 Jun 19 21:27:04 Stargate kernel: fdc0: FIFO enabled, 8 bytes threshold Jun 19 21:27:04 Stargate kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 Jun 19 21:27:04 Stargate kernel: orm0: <Option ROMs> at iomem 0xe0000-0xe3fff,0xca800-0xcbfff,0xca000-0xca7ff,0xc0000-0xc9fff on isa0 Jun 19 21:27:04 Stargate kernel: pmtimer0 on isa0 Jun 19 21:27:04 Stargate kernel: sc0: <System console> at flags 0x100 on isa0 Jun 19 21:27:04 Stargate kernel: sc0: VGA <16 virtual consoles, flags=0x300> Jun 19 21:27:04 Stargate kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Jun 19 21:27:04 Stargate kernel: Timecounters tick every 10.000 msec Jun 19 21:27:04 Stargate kernel: IPv6 packet filtering initialized, logging limited to 5 packets/entry Jun 19 21:27:04 Stargate kernel: ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to deny, logging limited to 5 packets/entry by default Jun 19 21:27:04 Stargate kernel: ad0: 29325MB <Maxtor 6E030L0> [59582/16/63] at ata0-master UDMA100 Jun 19 21:27:04 Stargate kernel: ad1: 29325MB <Maxtor 6E030L0> [59582/16/63] at ata0-slave UDMA100 Jun 19 21:27:04 Stargate kernel: acd0: CDRW <Hewlett-Packard CD-Writer Plus 9100> at ata2-master PIO4 Jun 19 21:27:04 Stargate kernel: SMP: AP CPU #1 Launched! Jun 19 21:27:04 Stargate kernel: cd0 at ata2 bus 0 target 0 lun 0 Jun 19 21:27:04 Stargate kernel: cd0: <HP CD-Writer+ 9100 1.0c> Removable CD-ROM SCSI-0 device Jun 19 21:27:04 Stargate kernel: cd0: 16.000MB/s transfers Jun 19 21:27:04 Stargate kernel: cd0: Attempt to query device size failed: NOT READY, Medium not present Jun 19 21:27:04 Stargate kernel: Mounting root from ufs:/dev/ad0s1a Jun 19 21:27:04 Stargate kernel: Pre-seeding PRNG: Jun 19 21:27:04 Stargate kernel: kickstart Jun 19 21:27:04 Stargate kernel: . Jun 19 21:27:04 Stargate kernel: Loading configuration files. Jun 19 21:27:04 Stargate kernel: Entropy harvesting: Jun 19 21:27:04 Stargate kernel: interrupts Jun 19 21:27:04 Stargate kernel: ethernet Jun 19 21:27:04 Stargate kernel: point_to_point Jun 19 21:27:04 Stargate kernel: kickstart Jun 19 21:27:04 Stargate kernel: . Jun 19 21:27:04 Stargate kernel: swapon: adding /dev/ad0s1b as swap device Jun 19 21:27:04 Stargate kernel: swapon: adding /dev/ad1s1b as swap device Jun 19 21:27:04 Stargate kernel: Starting file system checks: Jun 19 21:27:04 Stargate kernel: /dev/ad0s1a: FILE SYSTEM CLEAN; SKIPPING CHECKS Jun 19 21:27:04 Stargate kernel: /dev/ad0s1a: clean, 90008 free (1744 frags, 11033 blocks, 1.4% fragmentation) Jun 19 21:27:04 Stargate kernel: /dev/ad1s1d: FILE SYSTEM CLEAN; SKIPPING CHECKS Jun 19 21:27:04 Stargate kernel: /dev/ad1s1d: clean, 12305767 free (55 frags, 1538214 blocks, 0.0% fragmentation) Jun 19 21:27:04 Stargate kernel: /dev/ad0s1f: FILE SYSTEM CLEAN; SKIPPING CHECKS Jun 19 21:27:04 Stargate kernel: /dev/ad0s1f: clean, 4804172 free (50132 frags, 594255 blocks, 0.8% fragmentation) Jun 19 21:27:04 Stargate kernel: /dev/ad0s1e: FILE SYSTEM CLEAN; SKIPPING CHECKS Jun 19 21:27:04 Stargate kernel: /dev/ad0s1e: clean, 5033334 free (654 frags, 629085 blocks, 0.0% fragmentation) Jun 19 21:27:04 Stargate kernel: vfs.usermount: Jun 19 21:27:04 Stargate kernel: 0 Jun 19 21:27:04 Stargate kernel: -> Jun 19 21:27:04 Stargate kernel: 1 Jun 19 21:27:04 Stargate kernel: Jun 19 21:27:04 Stargate kernel: Setting hostname: Stargate.Tom.Parquette.lan. Jun 19 21:27:04 Stargate kernel: lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 Jun 19 21:27:04 Stargate kernel: inet 127.0.0.1 netmask 0xff000000 Jun 19 21:27:04 Stargate kernel: inet6 ::1 prefixlen 128 Jun 19 21:27:04 Stargate kernel: inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 Jun 19 21:27:04 Stargate kernel: Firewall rules loaded, starting divert daemons: Jun 19 21:27:04 Stargate kernel: . Jun 19 21:27:04 Stargate kernel: net.inet.ip.fw.enable: Jun 19 21:27:04 Stargate kernel: 1 Jun 19 21:27:04 Stargate kernel: -> Jun 19 21:27:04 Stargate kernel: 1 Jun 19 21:27:04 Stargate kernel: Jun 19 21:27:04 Stargate kernel: Starting dhclient. Jun 19 21:27:04 Stargate kernel: bge0: gigabit link up Jun 19 21:27:04 Stargate kernel: bge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 Jun 19 21:27:04 Stargate kernel: options=1b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING> Jun 19 21:27:04 Stargate kernel: inet6 fe80::230:6eff:fe2b:1c3f%bge0 prefixlen 64 scopeid 0x1 Jun 19 21:27:04 Stargate kernel: inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 Jun 19 21:27:04 Stargate kernel: ether 00:30:6e:2b:1c:3f Jun 19 21:27:04 Stargate kernel: media: Ethernet autoselect (1000baseTX <full-duplex>) Jun 19 21:27:04 Stargate kernel: status: active Jun 19 21:27:04 Stargate kernel: Additional routing options: Jun 19 21:27:04 Stargate kernel: . Jun 19 21:27:04 Stargate kernel: IPv6 Firewall rules loaded. Jun 19 21:27:04 Stargate kernel: net.inet6.ip6.fw.enable: Jun 19 21:27:04 Stargate kernel: 1 Jun 19 21:27:04 Stargate kernel: -> Jun 19 21:27:04 Stargate kernel: 1 Jun 19 21:27:04 Stargate kernel: Jun 19 21:27:04 Stargate kernel: hw.bus.devctl_disable: Jun 19 21:27:04 Stargate kernel: 0 Jun 19 21:27:04 Stargate kernel: -> Jun 19 21:27:04 Stargate kernel: 1 Jun 19 21:27:04 Stargate kernel: Jun 19 21:27:04 Stargate kernel: Mounting NFS file systems: Jun 19 21:27:04 Stargate kernel: [udp] 192.168.0.20:/home: RPCPROG_NFS: RPC: Port mapper failure - RPC: Unable to send Jun 19 21:27:04 Stargate kernel: nfs: Jun 19 21:27:04 Stargate kernel: Cannot immediately mount 192.168.0.20:/home, backgrounding Jun 19 21:27:04 Stargate kernel: Jun 19 21:27:04 Stargate kernel: . Jun 19 21:27:04 Stargate kernel: Starting syslogd. Jun 19 21:27:04 Stargate kernel: Jun 19 21:27:04 Stargate syslogd: kernel boot file is /boot/kernel/kernel Jun 19 21:27:04 Stargate kernel: Setting date via ntp. Jun 19 21:27:04 Stargate kernel: 19 Jun 21:27:04 Jun 19 21:27:04 Stargate kernel: ntpdate[345]: sendto(192.168.0.1): Network is unreachable Jun 19 21:27:05 Stargate kernel: 19 Jun 21:27:05 Jun 19 21:27:05 Stargate kernel: ntpdate[345]: sendto(192.168.0.1): Network is unreachable Jun 19 21:27:06 Stargate kernel: 19 Jun 21:27:06 Jun 19 21:27:06 Stargate kernel: ntpdate[345]: sendto(192.168.0.1): Network is unreachable Jun 19 21:27:07 Stargate kernel: 19 Jun 21:27:07 Jun 19 21:27:07 Stargate kernel: ntpdate[345]: sendto(192.168.0.1): Network is unreachable Jun 19 21:27:08 Stargate kernel: 19 Jun 21:27:08 Jun 19 21:27:08 Stargate kernel: ntpdate[345]: no server suitable for synchronization found Jun 19 21:27:08 Stargate kernel: Starting rpcbind. Jun 19 21:27:09 Stargate kernel: NFS access cache time=2 Jun 19 21:27:09 Stargate kernel: rpc.umntall: Jun 19 21:27:09 Stargate kernel: 192.168.0.20: RPCPROG_MNT: RPC: Port mapper failure - RPC: Unable to send Jun 19 21:27:09 Stargate kernel: Jun 19 21:27:09 Stargate kernel: Starting amd. Jun 19 21:27:09 Stargate amd[376]: switched to logfile "syslog" Jun 19 21:27:09 Stargate amd[376]: AM-UTILS VERSION INFORMATION: Jun 19 21:27:09 Stargate amd[376]: Copyright (c) 1997-2003 Erez Zadok Jun 19 21:27:09 Stargate amd[376]: Copyright (c) 1990 Jan-Simon Pendry Jun 19 21:27:09 Stargate amd[376]: Copyright (c) 1990 Imperial College of Science, Technology & Medicine Jun 19 21:27:09 Stargate amd[376]: Copyright (c) 1990 The Regents of the University of California. Jun 19 21:27:09 Stargate amd[376]: am-utils version 6.0-20030828 (build 502118). Jun 19 21:27:09 Stargate amd[376]: Built by root_at_P3R-272.Tom.Parquette.lan on date Thu Jun 17 21:48:30 EDT 2004. Jun 19 21:27:09 Stargate amd[376]: cpu=i386 (little-endian), arch=i386, karch=i386. Jun 19 21:27:09 Stargate amd[376]: full_os=freebsd5.2, os=freebsd5, osver=5.2, vendor=unknown. Jun 19 21:27:09 Stargate amd[376]: Map support for: root, passwd, hesiod, union, nis, ndbm, file, error. Jun 19 21:27:09 Stargate amd[376]: AMFS: nfs, link, nfsx, nfsl, host, linkx, program, union, inherit, ufs, Jun 19 21:27:09 Stargate amd[376]: cdfs, pcfs, auto, direct, toplvl, error. Jun 19 21:27:09 Stargate amd[376]: FS: cd9660, nfs, nfs3, msdosfs, ufs, unionfs. Jun 19 21:27:09 Stargate amd[376]: Network: wire="0.0.0.0" (netnumber=0). Jun 19 21:27:09 Stargate amd[376]: My ip addr is 127.0.0.1 Jun 19 21:27:09 Stargate amd[382]: released controlling tty using setsid() Jun 19 21:27:09 Stargate amd[382]: file server localhost, type local, state starts up Jun 19 21:27:09 Stargate amd[383]: /host: disabling nfs congestion window Jun 19 21:27:09 Stargate amd[384]: /net: disabling nfs congestion window Jun 19 21:27:09 Stargate amd[382]: first time load of map /etc/amd.map succeeded Jun 19 21:27:09 Stargate amd[382]: /etc/amd.map mounted fstype toplvl on /host Jun 19 21:27:09 Stargate amd[382]: /etc/amd.map mounted fstype toplvl on /net Jun 19 21:27:09 Stargate kernel: ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib Jun 19 21:27:09 Stargate kernel: a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout /usr/X11R6/lib/aout Jun 19 21:27:09 Stargate kernel: Starting mountd. Jun 19 21:27:09 Stargate mountd[430]: -alldirs requested but /cdrom is not a filesystem mountpoint Jun 19 21:27:09 Stargate kernel: Jun 19 21:27:09 Stargate mountd[430]: -alldirs requested but /cdrom is not a filesystem mountpoint Jun 19 21:27:09 Stargate mountd[430]: bad exports list line /cdrom -alldirs Jun 19 21:27:09 Stargate kernel: Jun 19 21:27:09 Stargate mountd[430]: bad exports list line /cdrom -alldirs Jun 19 21:27:09 Stargate kernel: NFS on reserved port only=YES Jun 19 21:27:09 Stargate kernel: Starting nfsd. Jun 19 21:27:09 Stargate kernel: Starting usbd. Jun 19 21:27:09 Stargate kernel: Starting local daemons: Jun 19 21:27:09 Stargate kernel: . Jun 19 21:27:09 Stargate kernel: Starting lpd. Jun 19 21:27:09 Stargate lpd[490]: lpd startup: logging=0 Jun 19 21:27:09 Stargate kernel: Updating motd Jun 19 21:27:10 Stargate kernel: . Jun 19 21:27:10 Stargate kernel: Configuring syscons: Jun 19 21:27:10 Stargate kernel: blanktime Jun 19 21:27:10 Stargate kernel: . Jun 19 21:27:10 Stargate kernel: Starting sshd. Jun 19 21:27:10 Stargate sshd[520]: Server listening on :: port 22. Jun 19 21:27:10 Stargate sshd[520]: Server listening on 0.0.0.0 port 22. Jun 19 21:27:10 Stargate sm-mta[526]: starting daemon (8.12.11): SMTP+queueing_at_00:30:00 Jun 19 21:27:10 Stargate sm-queue[530]: starting daemon (8.12.11): queueing_at_00:30:00 Jun 19 21:27:10 Stargate sm-msp-queue[533]: starting daemon (8.12.11): queueing_at_00:30:00 Jun 19 21:27:11 Stargate kernel: Initial i386 initialization: Jun 19 21:27:11 Stargate kernel: . Jun 19 21:27:11 Stargate kernel: Additional ABI support: Jun 19 21:27:11 Stargate kernel: linux Jun 19 21:27:12 Stargate kernel: . Jun 19 21:27:12 Stargate kernel: Starting cron. Jun 19 21:27:12 Stargate kernel: Local package initialization: Jun 19 21:27:12 Stargate kernel: [1] 583 Jun 19 21:27:12 Stargate kernel: SETI_at_home Jun 19 21:27:12 Stargate kernel: . Jun 19 21:27:13 Stargate kernel: Additional TCP options: Jun 19 21:27:13 Stargate kernel: . Jun 19 21:27:13 Stargate kernel: Starting moused: Jun 19 21:27:13 Stargate kernel: . Jun 19 21:27:13 Stargate kernel: Starting inetd. Jun 19 21:27:13 Stargate kernel: Another processes is already using the shared memory. Jun 19 21:27:13 Stargate kernel: gethostbyname: Connection refused Jun 19 21:27:13 Stargate kernel: Starting background file system checks in 60 seconds. Jun 19 21:27:13 Stargate kernel: Jun 19 21:27:13 Stargate kernel: Sat Jun 19 21:27:13 EDT 2004 Jun 19 21:27:27 Stargate login: login on ttyv0 as root Jun 19 21:27:27 Stargate login: ROOT LOGIN (root) ON ttyv0 Jun 19 21:27:27 Stargate kernel: Jun 19 21:27:27 Stargate login: ROOT LOGIN (root) ON ttyv0Received on Sun Jun 20 2004 - 00:03:40 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:58 UTC