FreeBSD meldet bei PXE Boot: cannot open pid file: Operation not supported

arcona

Well-Known Member
Hallo,
ich boote eine FreeBSD 8.1 Installation über das Netzwerk per PXE, wobei / über NFS eingebunden wird.
Beim Start spuckt die Box ein paar mir unbekannte Fehler aus
Code:
acpi0: <DELL SX270  > on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, f00000 (3) failed
acpi0: reservation of 1000000, 3e770000 (3) failed
...
mount_nfs: can't update /var/db/mounttab for 192.168.0.127:/tftpboot/FreeBSD/root
...
Starting ums0 mousedmoused: cannot open pid file: Operation not supported
...
Starting devd.
devd: cannot open pid file: Operation not supported
...
NFS access cache time=60
Bei "NFS access cache time=60" hängt der Start für ein paar Sekunden.

So sieht es auf dem client aus:
Code:
> mount
192.168.0.127:/tftpboot/FreeBSD/root on / (nfs)
devfs on /dev (devfs, local, multilabel)
procfs on /proc (procfs, local)
192.168.0.127:/jail/JAIL_DISKLESS/client_FreeBSD on /usr/jails (nfs)
Export des Servers:
Code:
free81# cat /etc/exports 
/tftpboot/                      -alldirs                -maproot=root:wheel
/jail/JAIL_DISKLESS             -alldirs                -maproot=root:wheel
Dei dhcpd.conf
Code:
# Configuration file for ISC's dhcpd v. 3.0
#
# Server is authoritative for the subnets.
authoritative; 

# Disable dynamic dns update
ddns-update-style none;

subnet 192.168.0.0 netmask 255.255.255.0 {
  range 192.168.0.200 192.168.0.254;
  default-lease-time 3600;
  max-lease-time 86400;
 
  option domain-name-servers 192.168.0.1;
  option routers 192.168.0.1;

}

group { # diskless freebsd
  use-host-decl-names on;
  next-server 192.168.0.127;

...

host optiplex-222 { fixed-address 192.168.0.222; hardware ethernet 00:0D:56:02:F4:40; filename "FreeBSD/pxe/pxeboot"; option root-path "192.168.0.127:/tftpboot/FreeBSD/root"; always-reply-rfc1048 true; }

...

}
Kann ich dem NFS-Server oder Client noch irgendwelche Optionen mitgeben, damit die pid files angelegt werden können?
Oder kann ich die Fehlermeldungen ganz ignorieren?

Grüße.
arcona

Zur Vollständigkeit die gesamt Ausgabe vom dmesg direkt nach dem Start:
Code:
> dmesg 
Copyright (c) 1992-2010 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
        The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 8.1-RELEASE #0: Mon Sep 20 10:57:01 CEST 2010
    root@free81.bsd:/usr/obj/usr/src/sys/GENERIC i386
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (2394.01-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf29  Family = f  Model = 2  Stepping = 9
  Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
  Features2=0x4400<CNXT-ID,xTPR>
real memory  = 1073741824 (1024 MB)
avail memory = 1027551232 (979 MB)
ACPI APIC Table: <DELL   SX270  >
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
FreeBSD/SMP: 1 package(s) x 1 core(s) x 2 HTT threads
 cpu0 (BSP): APIC ID:  0
 cpu1 (AP/HT): APIC ID:  1
ioapic0: Changing APIC ID to 2
ioapic0 <Version 2.0> irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0: <DELL SX270  > on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, f00000 (3) failed
acpi0: reservation of 1000000, 3e770000 (3) failed
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
cpu0: <ACPI CPU> on acpi0
cpu1: <ACPI CPU> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_button0: enable wake failed
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
vgapci0: <VGA-compatible display> port 0xed98-0xed9f mem 0xf0000000-0xf7ffffff,0xfeb80000-0xfebfffff irq 16 at device 2.0 on pci0
agp0: <Intel 82865G (865G GMCH) SVGA controller> on vgapci0
agp0: detected 8060k stolen memory
agp0: aperture size is 128M
uhci0: <Intel 82801EB (ICH5) USB controller USB-A> port 0xff80-0xff9f irq 16 at device 29.0 on pci0
uhci0: [ITHREAD]
usbus0: <Intel 82801EB (ICH5) USB controller USB-A> on uhci0
uhci1: <Intel 82801EB (ICH5) USB controller USB-C> port 0xff40-0xff5f irq 18 at device 29.2 on pci0
uhci1: [ITHREAD]
usbus1: <Intel 82801EB (ICH5) USB controller USB-C> on uhci1
uhci2: <Intel 82801EB (ICH5) USB controller USB-D> port 0xff20-0xff3f irq 16 at device 29.3 on pci0
uhci2: [ITHREAD]
usbus2: <Intel 82801EB (ICH5) USB controller USB-D> on uhci2
ehci0: <Intel 82801EB/R (ICH5) USB 2.0 controller> mem 0xffa80800-0xffa80bff irq 23 at device 29.7 on pci0
ehci0: [ITHREAD]
usbus3: EHCI version 1.0
usbus3: <Intel 82801EB/R (ICH5) USB 2.0 controller> on ehci0
pcib1: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pci1: <ACPI PCI bus> on pcib1
em0: <Intel(R) PRO/1000 Legacy Network Connection 1.0.1> port 0xdf40-0xdf7f mem 0xfeae0000-0xfeafffff irq 18 at device 12.0 on pci1
em0: [FILTER]
em0: Ethernet address: 00:0d:56:02:f4:40
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH5 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf mem 0xfeb7fc00-0xfeb7ffff irq 18 at device 31.1 on pci0
ata0: <ATA channel 0> on atapci0
ata0: [ITHREAD]
ata1: <ATA channel 1> on atapci0
ata1: [ITHREAD]
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
pci0: <multimedia, audio> at device 31.5 (no driver attached)
atrtc0: <AT realtime clock> port 0x70-0x7f irq 8 on acpi0
fdc0: <floppy drive controller (FDE)> port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: [FILTER]
uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
uart0: [FILTER]
ppc0: <Parallel port> port 0x378-0x37f,0x778-0x77f irq 7 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppc0: [ITHREAD]
ppbus0: <Parallel port bus> on ppc0
plip0: <PLIP network interface> on ppbus0
plip0: [ITHREAD]
lpt0: <Printer> on ppbus0
lpt0: [ITHREAD]
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xca7ff,0xca800-0xcbfff,0xcc000-0xd87ff,0xd8800-0xdbfff pnpid ORM0000 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
p4tcc0: <CPU Frequency Thermal Control> on cpu0
p4tcc1: <CPU Frequency Thermal Control> on cpu1
Timecounters tick every 1.000 msec
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 480Mbps High Speed USB v2.0
ugen0.1: <Intel> at usbus0
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
ugen2.1: <Intel> at usbus2
uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
ugen3.1: <Intel> at usbus3
uhub3: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
uhub2: 2 ports with 2 removable, self powered
ad0: 38154MB <TOSHIBA MK4025GAS KA100A> at ata0-master UDMA100 
uhub3: 8 ports with 8 removable, self powered
acd0: DVDROM <HL-DT-STDVD-ROM GDR8081N/0110> at ata1-master PIO4 
SMP: AP CPU #1 Launched!
Trying to mount root from nfs:192.168.0.127:/tftpboot/FreeBSD/root
NFS ROOT: 192.168.0.127:/tftpboot/FreeBSD/root
ugen1.2: <vendor 0x04d9> at usbus1
ukbd0: <vendor 0x04d9 product 0x1400, class 0/0, rev 1.10/1.30, addr 2> on usbus1
kbd2 at ukbd0
ums0: <vendor 0x04d9 product 0x1400, class 0/0, rev 1.10/1.30, addr 2> on usbus1
ums0: 5 buttons and [XYZ] coordinates ID=1
>
 
Zuletzt bearbeitet:
Zurück
Oben