"We are back" « oc.at

Debian fstab/mount Problem

iCA- 06.09.2006 - 23:01 1037 9
Posts

ica

hmm
Avatar
Registered: Jul 2002
Location: Graz
Posts: 9822
hab 2 neue sata platten eingebaut, per cfdisk paritioniert und mit ext3 formatiert. funktioniert soweit auch ganz gut. wenn ich die disks per hand mounte funktionieren sie über samba einwandfrei (ist ein reiner fileserver). allerdings wars das nach dem reboot, denn danach sind sie nicht mehr gemountet (mount -l zeigts nicht an).

fstab:
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hda1       /               ext3    defaults,errors=remount-ro 0       1
/dev/hda2       none            swap    sw              0       0
/dev/hdc        /media/cdrom0   iso9660 ro,user,noauto  0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
/dev/sda1       /samba2         ext3    defaults        0       0
/dev/sdb1       /samba3         ext3    defaults        0       0

teil des syslogs:
Code:
Jul  2 22:59:54 localhost kernel: SCSI subsystem initialized
Jul  2 22:59:54 localhost kernel: libata version 1.02 loaded.
Jul  2 22:59:54 localhost kernel: sata_via version 0.20
Jul  2 22:59:54 localhost kernel: ACPI: PCI interrupt 0000:00:0f.0[B] -> GSI 20 (level, low) -> IRQ 177
Jul  2 22:59:54 localhost kernel: sata_via(0000:00:0f.0): routed to hard irq line 11
Jul  2 22:59:54 localhost kernel: ata1: SATA max UDMA/133 cmd 0x9400 ctl 0x9802 bmdma 0xA400 irq 177
Jul  2 22:59:54 localhost kernel: ata2: SATA max UDMA/133 cmd 0x9C00 ctl 0xA002 bmdma 0xA408 irq 177
Jul  2 22:59:54 localhost kernel: ata1: dev 0 cfg 49:2f00 82:346b 83:7d01 84:4023 85:3469 86:3c01 87:4023 88:407f
Jul  2 22:59:54 localhost kernel: ata1: dev 0 ATA, max UDMA/133, 625142448 sectors: lba48
Jul  2 22:59:54 localhost kernel: ata1: dev 0 configured for UDMA/133
Jul  2 22:59:54 localhost kernel: scsi0 : sata_via
Jul  2 22:59:54 localhost kernel: ata2: dev 0 cfg 49:2f00 82:346b 83:7d01 84:4023 85:3469 86:3c01 87:4023 88:407f
Jul  2 22:59:54 localhost kernel: ata2: dev 0 ATA, max UDMA/133, 625142448 sectors: lba48
Jul  2 22:59:54 localhost kernel: ata2: dev 0 configured for UDMA/133
Jul  2 22:59:54 localhost kernel: scsi1 : sata_via
Jul  2 22:59:54 localhost kernel:   Vendor: ATA       Model: ST3320620AS       Rev: 3.AA
Jul  2 22:59:54 localhost kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05
Jul  2 22:59:54 localhost kernel:   Vendor: ATA       Model: ST3320620AS       Rev: 3.AA
Jul  2 22:59:54 localhost kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05
Jul  2 22:59:54 localhost kernel: SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB)
Jul  2 22:59:54 localhost kernel: SCSI device sda: drive cache: write back
Jul  2 22:59:54 localhost kernel:  /dev/scsi/host0/bus0/target0/lun0: unknown partition table
Jul  2 22:59:54 localhost kernel: Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Jul  2 22:59:54 localhost kernel: SCSI device sdb: 625142448 512-byte hdwr sectors (320073 MB)
Jul  2 22:59:54 localhost kernel: SCSI device sdb: drive cache: write back
Jul  2 22:59:54 localhost kernel:  /dev/scsi/host1/bus0/target0/lun0: unknown partition table
Jul  2 22:59:54 localhost kernel: Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0

vermute ja mal stark, dass die fehlermeldung unkown partition table der fehler ist...nur was passt nicht?

fdisk:
Code:
server:/var/log# fdisk -l

Disk /dev/hda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1               1       24254   194820223+  83  Linux
/dev/hda2           24255       24321      538177+  82  Linux swap / Solaris

Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1       38913   312568641   83  Linux

Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       38913   312568641   83  Linux
server:/var/log#

COLOSSUS

Administrator
GNUltra
Avatar
Registered: Dec 2000
Location: ~
Posts: 12141
Code:
Jul  2 22:59:54 localhost kernel:  /dev/scsi/host0/bus0/target0/lun0: unknown partition table

Vielleicht versuchst du ein anderes Partitionierungstool. Wobvei cfdisk eigentlich (im Gegensatz zu fdisk) nicht deprecated sein sollte... sfdisk oder parted koennten helfen.

Eventuell liegt der Fehler aber auch an: Kernel, libata oder Controller oo Sorry, viel genauer vermag ich das momentan auch nicht einzugrenzen.

ica

hmm
Avatar
Registered: Jul 2002
Location: Graz
Posts: 9822
hm gut habs mal neu partitioniert und formatiert und der fehler ist weg, allerdings wirds noch immer nicht automatisch gemountet :confused:

Code:
Jul  3 03:03:00 localhost kernel: sata_via(0000:00:0f.0): routed to hard irq line 11
Jul  3 03:03:00 localhost kernel: ata1: SATA max UDMA/133 cmd 0x9400 ctl 0x9802 bmdma 0xA400 irq 177
Jul  3 03:03:00 localhost kernel: ata2: SATA max UDMA/133 cmd 0x9C00 ctl 0xA002 bmdma 0xA408 irq 177
Jul  3 03:03:00 localhost kernel: ata1: dev 0 cfg 49:2f00 82:346b 83:7d01 84:4023 85:3469 86:3c01 87:4023 88:407f
Jul  3 03:03:00 localhost kernel: ata1: dev 0 ATA, max UDMA/133, 625142448 sectors: lba48
Jul  3 03:03:00 localhost kernel: ata1: dev 0 configured for UDMA/133
Jul  3 03:03:00 localhost kernel: scsi0 : sata_via
Jul  3 03:03:00 localhost kernel: ata2: dev 0 cfg 49:2f00 82:346b 83:7d01 84:4023 85:3469 86:3c01 87:4023 88:407f
Jul  3 03:03:00 localhost kernel: ata2: dev 0 ATA, max UDMA/133, 625142448 sectors: lba48
Jul  3 03:03:00 localhost kernel: ata2: dev 0 configured for UDMA/133
Jul  3 03:03:00 localhost kernel: scsi1 : sata_via
Jul  3 03:03:00 localhost kernel:   Vendor: ATA       Model: ST3320620AS       Rev: 3.AA
Jul  3 03:03:00 localhost kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05
Jul  3 03:03:00 localhost kernel: SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB)
Jul  3 03:03:00 localhost kernel: SCSI device sda: drive cache: write back
Jul  3 03:03:00 localhost kernel:  /dev/scsi/host0/bus0/target0/lun0: p1
Jul  3 03:03:00 localhost kernel: Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Jul  3 03:03:00 localhost kernel:   Vendor: ATA       Model: ST3320620AS       Rev: 3.AA
Jul  3 03:03:00 localhost kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05
Jul  3 03:03:00 localhost kernel: SCSI device sdb: 625142448 512-byte hdwr sectors (320073 MB)
Jul  3 03:03:00 localhost kernel: SCSI device sdb: drive cache: write back
Jul  3 03:03:00 localhost kernel:  /dev/scsi/host1/bus0/target0/lun0: p1
Jul  3 03:03:00 localhost kernel: Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0

COLOSSUS

Administrator
GNUltra
Avatar
Registered: Dec 2000
Location: ~
Posts: 12141
Hmm, koenntest du mal (nach einem Reboot) das gesamte Syslog seit dem Bootvorgangsstart plus dem kompletten dmesg-Output nopasten?

ica

hmm
Avatar
Registered: Jul 2002
Location: Graz
Posts: 9822
syslog
Code:
Jul  3 11:30:10 localhost syslogd 1.4.1#17: restart.
Jul  3 11:30:10 localhost kernel: klogd 1.4.1#17, log source = /proc/kmsg started.
Jul  3 11:30:10 localhost kernel: Inspecting /boot/System.map-2.6.8-2-386
Jul  3 11:30:10 localhost kernel: Loaded 28183 symbols from /boot/System.map-2.6.8-2-386.
Jul  3 11:30:10 localhost kernel: Symbols match kernel version 2.6.8.
Jul  3 11:30:10 localhost kernel: No module symbols loaded - kernel modules not enabled. 
Jul  3 11:30:10 localhost kernel: 00000 - 000000001dff0000 (usable)
Jul  3 11:30:10 localhost kernel:  BIOS-e820: 000000001dff0000 - 000000001dff3000 (ACPI NVS)
Jul  3 11:30:10 localhost kernel:  BIOS-e820: 000000001dff3000 - 000000001e000000 (ACPI data)
Jul  3 11:30:10 localhost kernel:  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Jul  3 11:30:10 localhost kernel:  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Jul  3 11:30:10 localhost kernel:  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
Jul  3 11:30:10 localhost kernel: 479MB LOWMEM available.
Jul  3 11:30:10 localhost kernel: found SMP MP-table at 000f5bb0
Jul  3 11:30:10 localhost kernel: On node 0 totalpages: 122864
Jul  3 11:30:10 localhost kernel:   DMA zone: 4096 pages, LIFO batch:1
Jul  3 11:30:10 localhost kernel:   Normal zone: 118768 pages, LIFO batch:16
Jul  3 11:30:10 localhost kernel:   HighMem zone: 0 pages, LIFO batch:1
Jul  3 11:30:10 localhost kernel: DMI 2.3 present.
Jul  3 11:30:10 localhost kernel: ACPI: RSDP (v000 KM400A                                    ) @ 0x000f7690
Jul  3 11:30:10 localhost kernel: ACPI: RSDT (v001 KM400A AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1dff3040
Jul  3 11:30:10 localhost kernel: ACPI: FADT (v001 KM400A AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1dff30c0
Jul  3 11:30:10 localhost kernel: ACPI: MADT (v001 KM400A AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1dff8040
Jul  3 11:30:10 localhost kernel: ACPI: DSDT (v001 KM400A AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
Jul  3 11:30:10 localhost kernel: ACPI: PM-Timer IO Port: 0x408
Jul  3 11:30:10 localhost kernel: ACPI: Local APIC address 0xfee00000
Jul  3 11:30:10 localhost kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Jul  3 11:30:10 localhost kernel: Processor #0 6:3 APIC version 16
Jul  3 11:30:10 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jul  3 11:30:10 localhost kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Jul  3 11:30:10 localhost kernel: IOAPIC[0]: Assigned apic_id 2
Jul  3 11:30:10 localhost kernel: IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
Jul  3 11:30:10 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul  3 11:30:10 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Jul  3 11:30:10 localhost kernel: ACPI: IRQ0 used by override.
Jul  3 11:30:10 localhost kernel: ACPI: IRQ2 used by override.
Jul  3 11:30:10 localhost kernel: ACPI: IRQ9 used by override.
Jul  3 11:30:10 localhost kernel: Enabling APIC mode:  Flat.  Using 1 I/O APICs
Jul  3 11:30:10 localhost kernel: Using ACPI (MADT) for SMP configuration information
Jul  3 11:30:10 localhost kernel: Built 1 zonelists
Jul  3 11:30:10 localhost kernel: Kernel command line: root=/dev/hda1 ro 
Jul  3 11:30:10 localhost kernel: Initializing CPU#0
Jul  3 11:30:10 localhost kernel: PID hash table entries: 2048 (order 11: 16384 bytes)
Jul  3 11:30:10 localhost kernel: Detected 799.951 MHz processor.
Jul  3 11:30:10 localhost kernel: Using pmtmr for high-res timesource
Jul  3 11:30:10 localhost kernel: Console: colour VGA+ 80x25
Jul  3 11:30:10 localhost kernel: Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Jul  3 11:30:10 localhost kernel: Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Jul  3 11:30:10 localhost kernel: Memory: 479676k/491456k available (1337k kernel code, 11008k reserved, 732k data, 204k init, 0k highmem)
Jul  3 11:30:10 localhost kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
Jul  3 11:30:10 localhost kernel: Calibrating delay loop... 1568.76 BogoMIPS
Jul  3 11:30:10 localhost kernel: Security Scaffold v1.0.0 initialized
Jul  3 11:30:10 localhost kernel: Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
Jul  3 11:30:10 localhost kernel: CPU: After generic identify, caps: 0183fbff c1c7fbff 00000000 00000000
Jul  3 11:30:10 localhost kernel: CPU: After vendor identify, caps:  0183fbff c1c7fbff 00000000 00000000
Jul  3 11:30:10 localhost kernel: CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Jul  3 11:30:10 localhost kernel: CPU: L2 Cache: 64K (64 bytes/line)
Jul  3 11:30:10 localhost kernel: CPU: After all inits, caps:        0183fbff c1c7fbff 00000000 00000020
Jul  3 11:30:10 localhost kernel: CPU: AMD Duron(tm) processor stepping 01
Jul  3 11:30:10 localhost kernel: Enabling fast FPU save and restore... done.
Jul  3 11:30:10 localhost kernel: Checking 'hlt' instruction... OK.
Jul  3 11:30:10 localhost kernel: Checking for popad bug... OK.
Jul  3 11:30:10 localhost kernel: enabled ExtINT on CPU#0
Jul  3 11:30:10 localhost kernel: ESR value before enabling vector: 00000000
Jul  3 11:30:10 localhost kernel: ESR value after enabling vector: 00000000
Jul  3 11:30:10 localhost kernel: ENABLING IO-APIC IRQs
Jul  3 11:30:10 localhost kernel: init IO_APIC IRQs
Jul  3 11:30:10 localhost kernel:  IO-APIC (apicid-pin) 2-0, 2-16, 2-17, 2-18, 2-19, 2-20, 2-21, 2-22, 2-23 not connected.
Jul  3 11:30:10 localhost kernel: ..TIMER: vector=0x31 pin1=2 pin2=-1
Jul  3 11:30:10 localhost kernel: Using local APIC timer interrupts.
Jul  3 11:30:10 localhost kernel: calibrating APIC timer ...
Jul  3 11:30:10 localhost kernel: ..... CPU clock speed is 799.0800 MHz.
Jul  3 11:30:10 localhost kernel: ..... host bus clock speed is 199.0950 MHz.
Jul  3 11:30:10 localhost kernel: checking if image is initramfs...it isn't (ungzip failed); looks like an initrd
Jul  3 11:30:10 localhost kernel: Freeing initrd memory: 4216k freed
Jul  3 11:30:10 localhost kernel: NET: Registered protocol family 16
Jul  3 11:30:10 localhost kernel: EISA bus registered
Jul  3 11:30:10 localhost kernel: PCI: PCI BIOS revision 2.10 entry at 0xf1550, last bus=1
Jul  3 11:30:10 localhost kernel: PCI: Using configuration type 1
Jul  3 11:30:10 localhost kernel: mtrr: v2.0 (20020519)
Jul  3 11:30:10 localhost kernel: ACPI: Subsystem revision 20040326
Jul  3 11:30:10 localhost kernel: ACPI: Interpreter enabled
Jul  3 11:30:10 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Jul  3 11:30:10 localhost kernel: ACPI: PCI Root Bridge [PCI0] (00:00)
Jul  3 11:30:10 localhost kernel: PCI: Probing PCI hardware (bus 00)
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12)
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12) *5
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [ALKA] (IRQs *20)
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [ALKB] (IRQs *21)
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [ALKC] (IRQs *22)
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [ALKD] (IRQs *23)
Jul  3 11:30:10 localhost kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
Jul  3 11:30:10 localhost kernel: PnPBIOS: Scanning system for PnP BIOS support...
Jul  3 11:30:10 localhost kernel: PnPBIOS: Found PnP BIOS installation structure at 0xc00fc740
Jul  3 11:30:10 localhost kernel: PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xc770, dseg 0xf0000
Jul  3 11:30:10 localhost kernel: pnp: 00:0b: ioport range 0x3f0-0x3f1 has been reserved
Jul  3 11:30:10 localhost kernel: PnPBIOS: 15 nodes reported by PnP BIOS; 15 recorded by driver
Jul  3 11:30:10 localhost kernel: PCI: Using ACPI for IRQ routing
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:08.0[A] -> GSI 16 (level, low) -> IRQ 169
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:0f.0[B] -> GSI 20 (level, low) -> IRQ 177
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:0f.1[A] -> GSI 20 (level, low) -> IRQ 177
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:10.0[A] -> GSI 21 (level, low) -> IRQ 185
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:10.1[A] -> GSI 21 (level, low) -> IRQ 185
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:10.2[B] -> GSI 21 (level, low) -> IRQ 185
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:10.3[B] -> GSI 21 (level, low) -> IRQ 185
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:10.4[C] -> GSI 21 (level, low) -> IRQ 185
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 193
Jul  3 11:30:10 localhost kernel: ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 23
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:12.0[A] -> GSI 23 (level, low) -> IRQ 201
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 169
Jul  3 11:30:10 localhost kernel: number of MP IRQ sources: 15.
Jul  3 11:30:10 localhost kernel: number of IO-APIC #2 registers: 24.
Jul  3 11:30:10 localhost kernel: testing the IO APIC.......................
Jul  3 11:30:10 localhost kernel: IO APIC #2......
Jul  3 11:30:10 localhost kernel: .... register #00: 02000000
Jul  3 11:30:10 localhost kernel: .......    : physical APIC id: 02
Jul  3 11:30:10 localhost kernel: .......    : Delivery Type: 0
Jul  3 11:30:10 localhost kernel: .......    : LTS          : 0
Jul  3 11:30:10 localhost kernel: .... register #01: 00178003
Jul  3 11:30:10 localhost kernel: .......     : max redirection entries: 0017
Jul  3 11:30:10 localhost kernel: .......     : PRQ implemented: 1
Jul  3 11:30:10 localhost kernel: .......     : IO APIC version: 0003
Jul  3 11:30:10 localhost kernel: .... IRQ redirection table:
Jul  3 11:30:10 localhost kernel:  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
Jul  3 11:30:10 localhost kernel:  00 000 00  1    0    0   0   0    0    0    00
Jul  3 11:30:10 localhost kernel:  01 001 01  0    0    0   0   0    1    1    39
Jul  3 11:30:10 localhost kernel:  02 001 01  0    0    0   0   0    1    1    31
Jul  3 11:30:10 localhost kernel:  03 001 01  0    0    0   0   0    1    1    41
Jul  3 11:30:10 localhost kernel:  04 001 01  0    0    0   0   0    1    1    49
Jul  3 11:30:10 localhost kernel:  05 001 01  0    0    0   0   0    1    1    51
Jul  3 11:30:10 localhost kernel:  06 001 01  0    0    0   0   0    1    1    59
Jul  3 11:30:10 localhost kernel:  07 001 01  0    0    0   0   0    1    1    61
Jul  3 11:30:10 localhost kernel:  08 001 01  0    0    0   0   0    1    1    69
Jul  3 11:30:10 localhost kernel:  09 001 01  0    1    0   1   0    1    1    71
Jul  3 11:30:10 localhost kernel:  0a 001 01  0    0    0   0   0    1    1    79
Jul  3 11:30:10 localhost kernel:  0b 001 01  0    0    0   0   0    1    1    81
Jul  3 11:30:10 localhost kernel:  0c 001 01  0    0    0   0   0    1    1    89
Jul  3 11:30:10 localhost kernel:  0d 001 01  0    0    0   0   0    1    1    91
Jul  3 11:30:10 localhost kernel:  0e 001 01  0    0    0   0   0    1    1    99
Jul  3 11:30:10 localhost kernel:  0f 001 01  0    0    0   0   0    1    1    A1
Jul  3 11:30:10 localhost kernel:  10 001 01  1    1    0   1   0    1    1    A9
Jul  3 11:30:10 localhost kernel:  11 000 00  1    0    0   0   0    0    0    00
Jul  3 11:30:10 localhost kernel:  12 000 00  1    0    0   0   0    0    0    00
Jul  3 11:30:10 localhost kernel:  13 000 00  1    0    0   0   0    0    0    00
Jul  3 11:30:10 localhost kernel:  14 001 01  1    1    0   1   0    1    1    B1
Jul  3 11:30:10 localhost kernel:  15 001 01  1    1    0   1   0    1    1    B9
Jul  3 11:30:10 localhost kernel:  16 001 01  1    1    0   1   0    1    1    C1
Jul  3 11:30:10 localhost kernel:  17 001 01  1    1    0   1   0    1    1    C9
Jul  3 11:30:10 localhost kernel: Using vector-based indexing
Jul  3 11:30:10 localhost kernel: IRQ to pin mappings:
Jul  3 11:30:10 localhost kernel: IRQ0 -> 0:2
Jul  3 11:30:10 localhost kernel: IRQ1 -> 0:1
Jul  3 11:30:10 localhost kernel: IRQ3 -> 0:3
Jul  3 11:30:10 localhost kernel: IRQ4 -> 0:4
Jul  3 11:30:10 localhost kernel: IRQ5 -> 0:5
Jul  3 11:30:10 localhost kernel: IRQ6 -> 0:6
Jul  3 11:30:10 localhost kernel: IRQ7 -> 0:7
Jul  3 11:30:10 localhost kernel: IRQ8 -> 0:8
Jul  3 11:30:10 localhost kernel: IRQ9 -> 0:9
Jul  3 11:30:10 localhost kernel: IRQ10 -> 0:10
Jul  3 11:30:10 localhost kernel: IRQ11 -> 0:11
Jul  3 11:30:10 localhost kernel: IRQ12 -> 0:12
Jul  3 11:30:10 localhost kernel: IRQ13 -> 0:13
Jul  3 11:30:10 localhost kernel: IRQ14 -> 0:14
Jul  3 11:30:10 localhost kernel: IRQ15 -> 0:15
Jul  3 11:30:10 localhost kernel: IRQ169 -> 0:16
Jul  3 11:30:10 localhost kernel: IRQ177 -> 0:20
Jul  3 11:30:10 localhost kernel: IRQ185 -> 0:21
Jul  3 11:30:10 localhost kernel: IRQ193 -> 0:22
Jul  3 11:30:10 localhost kernel: IRQ201 -> 0:23
Jul  3 11:30:10 localhost kernel: .................................... done.
Jul  3 11:30:10 localhost kernel: VFS: Disk quotas dquot_6.5.1
Jul  3 11:30:10 localhost kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Jul  3 11:30:10 localhost kernel: devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
Jul  3 11:30:10 localhost kernel: devfs: boot_options: 0x0
Jul  3 11:30:10 localhost kernel: Initializing Cryptographic API
Jul  3 11:30:10 localhost kernel: PCI: Via IRQ fixup for 0000:00:10.0, from 10 to 9
Jul  3 11:30:10 localhost kernel: PCI: Via IRQ fixup for 0000:00:10.1, from 10 to 9
Jul  3 11:30:10 localhost kernel: PCI: Via IRQ fixup for 0000:00:10.2, from 11 to 9
Jul  3 11:30:10 localhost kernel: PCI: Via IRQ fixup for 0000:00:10.3, from 11 to 9
Jul  3 11:30:10 localhost kernel: PCI: Via IRQ fixup for 0000:00:11.5, from 5 to 1
Jul  3 11:30:10 localhost kernel: isapnp: Scanning for PnP cards...
Jul  3 11:30:10 localhost kernel: isapnp: No Plug & Play device found
Jul  3 11:30:10 localhost kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 54 ports, IRQ sharing enabled
Jul  3 11:30:10 localhost kernel: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Jul  3 11:30:10 localhost kernel: RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
Jul  3 11:30:10 localhost kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jul  3 11:30:10 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jul  3 11:30:10 localhost kernel: input: AT Translated Set 2 keyboard on isa0060/serio0
Jul  3 11:30:10 localhost kernel: EISA: Probing bus 0 at eisa0
Jul  3 11:30:10 localhost kernel: EISA: Detected 0 cards.
Jul  3 11:30:10 localhost kernel: NET: Registered protocol family 2
Jul  3 11:30:10 localhost kernel: IP: routing cache hash table of 4096 buckets, 32Kbytes
Jul  3 11:30:10 localhost kernel: TCP: Hash tables configured (established 32768 bind 65536)
Jul  3 11:30:10 localhost kernel: NET: Registered protocol family 8
Jul  3 11:30:10 localhost kernel: NET: Registered protocol family 20
Jul  3 11:30:10 localhost kernel: ACPI: (supports S0 S1 S3 S4 S5)
Jul  3 11:30:10 localhost kernel: RAMDISK: cramfs filesystem found at block 0
Jul  3 11:30:10 localhost kernel: RAMDISK: Loading 4216 blocks [1 disk] into ram disk... |^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^H|^H/^H-^H\^Hdone.
Jul  3 11:30:10 localhost kernel: VFS: Mounted root (cramfs filesystem) readonly.
Jul  3 11:30:10 localhost kernel: Freeing unused kernel memory: 204k freed
Jul  3 11:30:10 localhost kernel: vesafb: probe of vesafb0 failed with error -6
Jul  3 11:30:10 localhost kernel: NET: Registered protocol family 1
Jul  3 11:30:10 localhost kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Jul  3 11:30:10 localhost kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Jul  3 11:30:10 localhost kernel: VP_IDE: IDE controller at PCI slot 0000:00:0f.1
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:0f.1[A] -> GSI 20 (level, low) -> IRQ 177
Jul  3 11:30:10 localhost kernel: VP_IDE: chipset revision 6
Jul  3 11:30:10 localhost kernel: VP_IDE: not 100%% native mode: will probe irqs later
Jul  3 11:30:10 localhost kernel: VP_IDE: VIA vt8237 (rev 00) IDE UDMA133 controller on pci0000:00:0f.1
Jul  3 11:30:10 localhost kernel:     ide0: BM-DMA at 0xac00-0xac07, BIOS settings: hda:DMA, hdb:pio
Jul  3 11:30:10 localhost kernel:     ide1: BM-DMA at 0xac08-0xac0f, BIOS settings: hdc:pio, hdd:pio
Jul  3 11:30:10 localhost kernel: hda: ST3200822A, ATA DISK drive
Jul  3 11:30:10 localhost kernel: Using anticipatory io scheduler
Jul  3 11:30:10 localhost kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Jul  3 11:30:10 localhost kernel: hda: max request size: 1024KiB
Jul  3 11:30:10 localhost kernel: hda: 390721968 sectors (200049 MB) w/8192KiB Cache, CHS=24321/255/63, UDMA(100)
Jul  3 11:30:10 localhost kernel:  /dev/ide/host0/bus0/target0/lun0: p1 p2
Jul  3 11:30:10 localhost kernel: kjournald starting.  Commit interval 5 seconds
Jul  3 11:30:10 localhost kernel: EXT3-fs: mounted filesystem with ordered data mode.
Jul  3 11:30:10 localhost kernel: Adding 538168k swap on /dev/hda2.  Priority:-1 extents:1
Jul  3 11:30:10 localhost kernel: EXT3 FS on hda1, internal journal
Jul  3 11:30:10 localhost kernel: Generic RTC Driver v1.07
Jul  3 11:30:10 localhost kernel: Capability LSM initialized
Jul  3 11:30:10 localhost kernel: SCSI subsystem initialized
Jul  3 11:30:10 localhost kernel: r8169 Gigabit Ethernet driver 1.2 loaded
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:08.0[A] -> GSI 16 (level, low) -> IRQ 169
Jul  3 11:30:10 localhost kernel: eth0: Identified chip type is 'RTL8169s/8110s'.
Jul  3 11:30:10 localhost kernel: eth0: RTL8169 at 0xde820000, 00:02:44:b0:ff:1a, IRQ 169
Jul  3 11:30:10 localhost kernel: eth0: Auto-negotiation Enabled.
Jul  3 11:30:10 localhost kernel: eth0: 1000Mbps Full-duplex operation.
Jul  3 11:30:10 localhost kernel: via-rhine.c:v1.10-LK1.1.20-2.6 May-23-2004 Written by Donald Becker
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:12.0[A] -> GSI 23 (level, low) -> IRQ 201
Jul  3 11:30:10 localhost kernel: eth1: VIA Rhine II at 0xc800, 00:13:d4:55:69:77, IRQ 201.
Jul  3 11:30:10 localhost kernel: eth1: MII PHY found at address 1, status 0x7849 advertising 05e1 Link 0000.
Jul  3 11:30:10 localhost kernel: libata version 1.02 loaded.
Jul  3 11:30:10 localhost kernel: sata_via version 0.20
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:0f.0[B] -> GSI 20 (level, low) -> IRQ 177
Jul  3 11:30:10 localhost kernel: sata_via(0000:00:0f.0): routed to hard irq line 11
Jul  3 11:30:10 localhost kernel: ata1: SATA max UDMA/133 cmd 0x9400 ctl 0x9802 bmdma 0xA400 irq 177
Jul  3 11:30:10 localhost kernel: ata2: SATA max UDMA/133 cmd 0x9C00 ctl 0xA002 bmdma 0xA408 irq 177
Jul  3 11:30:10 localhost kernel: ata1: dev 0 cfg 49:2f00 82:346b 83:7d01 84:4023 85:3469 86:3c01 87:4023 88:407f
Jul  3 11:30:10 localhost kernel: ata1: dev 0 ATA, max UDMA/133, 625142448 sectors: lba48
Jul  3 11:30:10 localhost kernel: ata1: dev 0 configured for UDMA/133
Jul  3 11:30:10 localhost kernel: scsi0 : sata_via
Jul  3 11:30:10 localhost kernel: ata2: dev 0 cfg 49:2f00 82:346b 83:7d01 84:4023 85:3469 86:3c01 87:4023 88:407f
Jul  3 11:30:10 localhost kernel: ata2: dev 0 ATA, max UDMA/133, 625142448 sectors: lba48
Jul  3 11:30:10 localhost kernel: ata2: dev 0 configured for UDMA/133
Jul  3 11:30:10 localhost kernel: scsi1 : sata_via
Jul  3 11:30:10 localhost kernel:   Vendor: ATA       Model: ST3320620AS       Rev: 3.AA
Jul  3 11:30:10 localhost kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05
Jul  3 11:30:10 localhost kernel: SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB)
Jul  3 11:30:10 localhost kernel: SCSI device sda: drive cache: write back
Jul  3 11:30:10 localhost kernel:  /dev/scsi/host0/bus0/target0/lun0: p1
Jul  3 11:30:10 localhost kernel: Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Jul  3 11:30:10 localhost kernel:   Vendor: ATA       Model: ST3320620AS       Rev: 3.AA
Jul  3 11:30:10 localhost kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05
Jul  3 11:30:10 localhost kernel: SCSI device sdb: 625142448 512-byte hdwr sectors (320073 MB)
Jul  3 11:30:10 localhost kernel: SCSI device sdb: drive cache: write back
Jul  3 11:30:10 localhost kernel:  /dev/scsi/host1/bus0/target0/lun0: p1
Jul  3 11:30:10 localhost kernel: Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
Jul  3 11:30:10 localhost kernel: Via 686a/8233/8235 audio driver 1.9.1-ac4-2.5
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 193
Jul  3 11:30:10 localhost kernel: via82cxxx: Six channel audio available
Jul  3 11:30:10 localhost kernel: PCI: Setting latency timer of device 0000:00:11.5 to 64
Jul  3 11:30:10 localhost kernel: ac97_codec: AC97 Audio codec, id: ADS104 (Unknown)
Jul  3 11:30:10 localhost kernel: via82cxxx: board #1 at 0xC000, IRQ 193
Jul  3 11:30:10 localhost kernel: usbcore: registered new driver usbfs
Jul  3 11:30:10 localhost kernel: usbcore: registered new driver hub
Jul  3 11:30:10 localhost kernel: USB Universal Host Controller Interface driver v2.2
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:10.0[A] -> GSI 21 (level, low) -> IRQ 185
Jul  3 11:30:10 localhost kernel: uhci_hcd 0000:00:10.0: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
Jul  3 11:30:10 localhost kernel: uhci_hcd 0000:00:10.0: irq 185, io base 0000b000
Jul  3 11:30:10 localhost kernel: uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
Jul  3 11:30:10 localhost kernel: hub 1-0:1.0: USB hub found
Jul  3 11:30:10 localhost kernel: hub 1-0:1.0: 2 ports detected
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:10.1[A] -> GSI 21 (level, low) -> IRQ 185
Jul  3 11:30:10 localhost kernel: uhci_hcd 0000:00:10.1: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#2)
Jul  3 11:30:10 localhost kernel: uhci_hcd 0000:00:10.1: irq 185, io base 0000b400
Jul  3 11:30:10 localhost kernel: uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
Jul  3 11:30:10 localhost kernel: hub 2-0:1.0: USB hub found
Jul  3 11:30:10 localhost kernel: hub 2-0:1.0: 2 ports detected
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:10.2[B] -> GSI 21 (level, low) -> IRQ 185
Jul  3 11:30:10 localhost kernel: uhci_hcd 0000:00:10.2: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#3)
Jul  3 11:30:10 localhost kernel: uhci_hcd 0000:00:10.2: irq 185, io base 0000b800
Jul  3 11:30:10 localhost kernel: uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
Jul  3 11:30:10 localhost kernel: hub 3-0:1.0: USB hub found
Jul  3 11:30:10 localhost kernel: hub 3-0:1.0: 2 ports detected
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:10.3[B] -> GSI 21 (level, low) -> IRQ 185
Jul  3 11:30:10 localhost kernel: uhci_hcd 0000:00:10.3: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#4)
Jul  3 11:30:10 localhost kernel: uhci_hcd 0000:00:10.3: irq 185, io base 0000bc00
Jul  3 11:30:10 localhost kernel: uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
Jul  3 11:30:10 localhost kernel: hub 4-0:1.0: USB hub found
Jul  3 11:30:10 localhost kernel: hub 4-0:1.0: 2 ports detected
Jul  3 11:30:10 localhost kernel: ACPI: PCI interrupt 0000:00:10.4[C] -> GSI 21 (level, low) -> IRQ 185
Jul  3 11:30:10 localhost kernel: ehci_hcd 0000:00:10.4: VIA Technologies, Inc. USB 2.0
Jul  3 11:30:10 localhost kernel: ehci_hcd 0000:00:10.4: irq 185, pci mem de82d000
Jul  3 11:30:10 localhost kernel: ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 5
Jul  3 11:30:10 localhost kernel: ehci_hcd 0000:00:10.4: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10
Jul  3 11:30:10 localhost kernel: hub 5-0:1.0: USB hub found
Jul  3 11:30:10 localhost kernel: hub 5-0:1.0: 8 ports detected
Jul  3 11:30:10 localhost kernel: Linux agpgart interface v0.100 (c) Dave Jones
Jul  3 11:30:10 localhost kernel: agpgart: Detected VIA KM400/KM400A chipset
Jul  3 11:30:10 localhost kernel: agpgart: Maximum main memory to use for agp memory: 409M
Jul  3 11:30:10 localhost kernel: agpgart: AGP aperture is 64M @ 0xe0000000
Jul  3 11:30:10 localhost kernel: cpci_hotplug: CompactPCI Hot Plug Core version: 0.2
Jul  3 11:30:10 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jul  3 11:30:10 localhost kernel: pciehp: acpi_pciehprm:\_SB_.PCI0 evaluate _BBN fail=0x5
Jul  3 11:30:10 localhost kernel: pciehp: acpi_pciehprm:get_device PCI ROOT HID fail=0x5
Jul  3 11:30:10 localhost kernel: shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
Jul  3 11:30:10 localhost kernel: shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
Jul  3 11:30:10 localhost kernel: input: PC Speaker
Jul  3 11:30:10 localhost kernel: inserting floppy driver for 2.6.8-2-386
Jul  3 11:30:10 localhost kernel: Floppy drive(s): fd0 is 1.44M
Jul  3 11:30:10 localhost kernel: FDC 0 is a post-1991 82077
Jul  3 11:30:10 localhost kernel: parport: PnPBIOS parport detected.
Jul  3 11:30:10 localhost kernel: parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
Jul  3 11:30:10 localhost kernel: NET: Registered protocol family 17
Jul  3 11:30:12 localhost lpd[2400]: restarted
Jul  3 11:30:12 localhost kernel: NET: Registered protocol family 5
Jul  3 11:30:12 localhost atalkd[2410]: restart (2.0.2)
Jul  3 11:30:13 localhost atalkd[2410]: zip_getnetinfo for eth0
Jul  3 11:30:33 localhost last message repeated 2 times
Jul  3 11:30:43 localhost atalkd[2410]: config for no router
Jul  3 11:30:44 localhost atalkd[2410]: ready 0/0/0
Jul  3 11:30:56 localhost papd[2414]: restart (2.0.2)
Jul  3 11:30:56 localhost papd[2414]: CUPS support enabled (1.1)
Jul  3 11:30:56 localhost afpd[2416]: Registering CNID module [last]
Jul  3 11:30:56 localhost afpd[2416]: Registering CNID module [cdb]
Jul  3 11:30:56 localhost afpd[2416]: Registering CNID module [dbd]
Jul  3 11:30:56 localhost afpd[2416]: Loading ConfigFile
Jul  3 11:30:56 localhost afpd[2416]: Finished parsing Config File
Jul  3 11:30:57 localhost kernel: NET: Registered protocol family 10
Jul  3 11:30:57 localhost kernel: Disabled Privacy Extensions on device c02cc960(lo)
Jul  3 11:30:57 localhost kernel: IPv6 over IPv4 tunneling driver
Jul  3 11:30:57 localhost rpc.statd[2451]: Version 1.0.6 Starting
Jul  3 11:30:57 localhost rpc.statd[2451]: statd running as root. chown /var/lib/nfs/sm to choose different user 
Jul  3 11:30:57 localhost /usr/sbin/cron[2456]: (CRON) INFO (pidfile fd = 3)
Jul  3 11:30:57 localhost /usr/sbin/cron[2457]: (CRON) STARTUP (fork ok)
Jul  3 11:30:58 localhost /usr/sbin/cron[2457]: (CRON) INFO (Running @reboot jobs)
Jul  3 11:31:02 localhost afpd[2416]: localhost:AFPServer@* started on 65280.30:128 (2.0.2)
Jul  3 11:31:02 localhost afpd[2416]: dsi_tcp: hostname 'server' resolves to loopback address
Jul  3 11:31:02 localhost afpd[2416]: dsi_tcp: '192.168.1.8' on interface 'eth0' will be used instead.
Jul  3 11:31:02 localhost afpd[2416]: ASIP started on 192.168.1.8:548(5) (2.0.2)
Jul  3 11:31:02 localhost afpd[2416]: DSIConfigInit: Error registering afp://192.168.1.8/?NAME=localhost&ZONE= with SRVLOC
Jul  3 11:31:02 localhost afpd[2416]: uam: loading (/usr/lib/netatalk/uams_dhx.so)
Jul  3 11:31:02 localhost afpd[2416]: uam: uam not found (status=-1)
Jul  3 11:31:02 localhost afpd[2416]: uam: loading (/usr/lib/netatalk/uams_clrtxt.so)
Jul  3 11:31:02 localhost afpd[2416]: uam: uams_clrtxt.so loaded
Jul  3 11:31:02 localhost afpd[2416]: uam: loading (/usr/lib/netatalk/uams_randnum.so)
Jul  3 11:31:02 localhost afpd[2416]: uam: uam not found (status=-1)
Jul  3 11:31:02 localhost afpd[2416]: uam: "Cleartxt Passwrd" available
Jul  3 11:31:07 localhost kernel: eth0: no IPv6 routers present

dmesg
Code:
00000 - 000000001dff0000 (usable)
 BIOS-e820: 000000001dff0000 - 000000001dff3000 (ACPI NVS)
 BIOS-e820: 000000001dff3000 - 000000001e000000 (ACPI data)
 BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
 BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
 BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
479MB LOWMEM available.
found SMP MP-table at 000f5bb0
On node 0 totalpages: 122864
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 118768 pages, LIFO batch:16
  HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 KM400A                                    ) @ 0x000f7690
ACPI: RSDT (v001 KM400A AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1dff3040
ACPI: FADT (v001 KM400A AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1dff30c0
ACPI: MADT (v001 KM400A AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1dff8040
ACPI: DSDT (v001 KM400A AWRDACPI 0x00001000 MSFT 0x0100000e) @ 0x00000000
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:3 APIC version 16
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
IOAPIC[0]: Assigned apic_id 2
IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode:  Flat.  Using 1 I/O APICs
Using ACPI (MADT) for SMP configuration information
Built 1 zonelists
Kernel command line: root=/dev/hda1 ro 
Initializing CPU#0
PID hash table entries: 2048 (order 11: 16384 bytes)
Detected 799.951 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 479676k/491456k available (1337k kernel code, 11008k reserved, 732k data, 204k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 1568.76 BogoMIPS
Security Scaffold v1.0.0 initialized
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0183fbff c1c7fbff 00000000 00000000
CPU: After vendor identify, caps:  0183fbff c1c7fbff 00000000 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 64K (64 bytes/line)
CPU: After all inits, caps:        0183fbff c1c7fbff 00000000 00000020
CPU: AMD Duron(tm) processor stepping 01
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
Checking for popad bug... OK.
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
ENABLING IO-APIC IRQs
init IO_APIC IRQs
 IO-APIC (apicid-pin) 2-0, 2-16, 2-17, 2-18, 2-19, 2-20, 2-21, 2-22, 2-23 not connected.
..TIMER: vector=0x31 pin1=2 pin2=-1
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 799.0800 MHz.
..... host bus clock speed is 199.0950 MHz.
checking if image is initramfs...it isn't (ungzip failed); looks like an initrd
Freeing initrd memory: 4216k freed
NET: Registered protocol family 16
EISA bus registered
PCI: PCI BIOS revision 2.10 entry at 0xf1550, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040326
ACPI: Interpreter enabled
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12) *5
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
ACPI: PCI Interrupt Link [ALKA] (IRQs *20)
ACPI: PCI Interrupt Link [ALKB] (IRQs *21)
ACPI: PCI Interrupt Link [ALKC] (IRQs *22)
ACPI: PCI Interrupt Link [ALKD] (IRQs *23)
Linux Plug and Play Support v0.97 (c) Adam Belay
PnPBIOS: Scanning system for PnP BIOS support...
PnPBIOS: Found PnP BIOS installation structure at 0xc00fc740
PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xc770, dseg 0xf0000
pnp: 00:0b: ioport range 0x3f0-0x3f1 has been reserved
PnPBIOS: 15 nodes reported by PnP BIOS; 15 recorded by driver
PCI: Using ACPI for IRQ routing
ACPI: PCI interrupt 0000:00:08.0[A] -> GSI 16 (level, low) -> IRQ 169
ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
ACPI: PCI interrupt 0000:00:0f.0[B] -> GSI 20 (level, low) -> IRQ 177
ACPI: PCI interrupt 0000:00:0f.1[A] -> GSI 20 (level, low) -> IRQ 177
ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
ACPI: PCI interrupt 0000:00:10.0[A] -> GSI 21 (level, low) -> IRQ 185
ACPI: PCI interrupt 0000:00:10.1[A] -> GSI 21 (level, low) -> IRQ 185
ACPI: PCI interrupt 0000:00:10.2[B] -> GSI 21 (level, low) -> IRQ 185
ACPI: PCI interrupt 0000:00:10.3[B] -> GSI 21 (level, low) -> IRQ 185
ACPI: PCI interrupt 0000:00:10.4[C] -> GSI 21 (level, low) -> IRQ 185
ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
ACPI: PCI interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 193
ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 23
ACPI: PCI interrupt 0000:00:12.0[A] -> GSI 23 (level, low) -> IRQ 201
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 169
number of MP IRQ sources: 15.
number of IO-APIC #2 registers: 24.
testing the IO APIC.......................
IO APIC #2......
.... register #00: 02000000
.......    : physical APIC id: 02
.......    : Delivery Type: 0
.......    : LTS          : 0
.... register #01: 00178003
.......     : max redirection entries: 0017
.......     : PRQ implemented: 1
.......     : IO APIC version: 0003
.... IRQ redirection table:
 NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
 00 000 00  1    0    0   0   0    0    0    00
 01 001 01  0    0    0   0   0    1    1    39
 02 001 01  0    0    0   0   0    1    1    31
 03 001 01  0    0    0   0   0    1    1    41
 04 001 01  0    0    0   0   0    1    1    49
 05 001 01  0    0    0   0   0    1    1    51
 06 001 01  0    0    0   0   0    1    1    59
 07 001 01  0    0    0   0   0    1    1    61
 08 001 01  0    0    0   0   0    1    1    69
 09 001 01  0    1    0   1   0    1    1    71
 0a 001 01  0    0    0   0   0    1    1    79
 0b 001 01  0    0    0   0   0    1    1    81
 0c 001 01  0    0    0   0   0    1    1    89
 0d 001 01  0    0    0   0   0    1    1    91
 0e 001 01  0    0    0   0   0    1    1    99
 0f 001 01  0    0    0   0   0    1    1    A1
 10 001 01  1    1    0   1   0    1    1    A9
 11 000 00  1    0    0   0   0    0    0    00
 12 000 00  1    0    0   0   0    0    0    00
 13 000 00  1    0    0   0   0    0    0    00
 14 001 01  1    1    0   1   0    1    1    B1
 15 001 01  1    1    0   1   0    1    1    B9
 16 001 01  1    1    0   1   0    1    1    C1
 17 001 01  1    1    0   1   0    1    1    C9
Using vector-based indexing
IRQ to pin mappings:
IRQ0 -> 0:2
IRQ1 -> 0:1
IRQ3 -> 0:3
IRQ4 -> 0:4
IRQ5 -> 0:5
IRQ6 -> 0:6
IRQ7 -> 0:7
IRQ8 -> 0:8
IRQ9 -> 0:9
IRQ10 -> 0:10
IRQ11 -> 0:11
IRQ12 -> 0:12
IRQ13 -> 0:13
IRQ14 -> 0:14
IRQ15 -> 0:15
IRQ169 -> 0:16
IRQ177 -> 0:20
IRQ185 -> 0:21
IRQ193 -> 0:22
IRQ201 -> 0:23
.................................... done.
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x0
Initializing Cryptographic API
PCI: Via IRQ fixup for 0000:00:10.0, from 10 to 9
PCI: Via IRQ fixup for 0000:00:10.1, from 10 to 9
PCI: Via IRQ fixup for 0000:00:10.2, from 11 to 9
PCI: Via IRQ fixup for 0000:00:10.3, from 11 to 9
PCI: Via IRQ fixup for 0000:00:11.5, from 5 to 1
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 54 ports, IRQ sharing enabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
EISA: Probing bus 0 at eisa0
EISA: Detected 0 cards.
NET: Registered protocol family 2
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
NET: Registered protocol family 8
NET: Registered protocol family 20
ACPI: (supports S0 S1 S3 S4 S5)
RAMDISK: cramfs filesystem found at block 0
RAMDISK: Loading 4216 blocks [1 disk] into ram disk... |/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\done.
VFS: Mounted root (cramfs filesystem) readonly.
Freeing unused kernel memory: 204k freed
vesafb: probe of vesafb0 failed with error -6
NET: Registered protocol family 1
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot 0000:00:0f.1
ACPI: PCI interrupt 0000:00:0f.1[A] -> GSI 20 (level, low) -> IRQ 177
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt8237 (rev 00) IDE UDMA133 controller on pci0000:00:0f.1
    ide0: BM-DMA at 0xac00-0xac07, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xac08-0xac0f, BIOS settings: hdc:pio, hdd:pio
hda: ST3200822A, ATA DISK drive
Using anticipatory io scheduler
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 1024KiB
hda: 390721968 sectors (200049 MB) w/8192KiB Cache, CHS=24321/255/63, UDMA(100)
 /dev/ide/host0/bus0/target0/lun0: p1 p2
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Adding 538168k swap on /dev/hda2.  Priority:-1 extents:1
EXT3 FS on hda1, internal journal
Generic RTC Driver v1.07
Capability LSM initialized
SCSI subsystem initialized
r8169 Gigabit Ethernet driver 1.2 loaded
ACPI: PCI interrupt 0000:00:08.0[A] -> GSI 16 (level, low) -> IRQ 169
eth0: Identified chip type is 'RTL8169s/8110s'.
eth0: RTL8169 at 0xde820000, 00:02:44:b0:ff:1a, IRQ 169
eth0: Auto-negotiation Enabled.
eth0: 1000Mbps Full-duplex operation.
via-rhine.c:v1.10-LK1.1.20-2.6 May-23-2004 Written by Donald Becker
ACPI: PCI interrupt 0000:00:12.0[A] -> GSI 23 (level, low) -> IRQ 201
eth1: VIA Rhine II at 0xc800, 00:13:d4:55:69:77, IRQ 201.
eth1: MII PHY found at address 1, status 0x7849 advertising 05e1 Link 0000.
libata version 1.02 loaded.
sata_via version 0.20
ACPI: PCI interrupt 0000:00:0f.0[B] -> GSI 20 (level, low) -> IRQ 177
sata_via(0000:00:0f.0): routed to hard irq line 11
ata1: SATA max UDMA/133 cmd 0x9400 ctl 0x9802 bmdma 0xA400 irq 177
ata2: SATA max UDMA/133 cmd 0x9C00 ctl 0xA002 bmdma 0xA408 irq 177
ata1: dev 0 cfg 49:2f00 82:346b 83:7d01 84:4023 85:3469 86:3c01 87:4023 88:407f
ata1: dev 0 ATA, max UDMA/133, 625142448 sectors: lba48
ata1: dev 0 configured for UDMA/133
scsi0 : sata_via
ata2: dev 0 cfg 49:2f00 82:346b 83:7d01 84:4023 85:3469 86:3c01 87:4023 88:407f
ata2: dev 0 ATA, max UDMA/133, 625142448 sectors: lba48
ata2: dev 0 configured for UDMA/133
scsi1 : sata_via
  Vendor: ATA       Model: ST3320620AS       Rev: 3.AA
  Type:   Direct-Access                      ANSI SCSI revision: 05
SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB)
SCSI device sda: drive cache: write back
 /dev/scsi/host0/bus0/target0/lun0: p1
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
  Vendor: ATA       Model: ST3320620AS       Rev: 3.AA
  Type:   Direct-Access                      ANSI SCSI revision: 05
SCSI device sdb: 625142448 512-byte hdwr sectors (320073 MB)
SCSI device sdb: drive cache: write back
 /dev/scsi/host1/bus0/target0/lun0: p1
Attached scsi disk sdb at scsi1, channel 0, id 0, lun 0
Via 686a/8233/8235 audio driver 1.9.1-ac4-2.5
ACPI: PCI interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 193
via82cxxx: Six channel audio available
PCI: Setting latency timer of device 0000:00:11.5 to 64
ac97_codec: AC97 Audio codec, id: ADS104 (Unknown)
via82cxxx: board #1 at 0xC000, IRQ 193
usbcore: registered new driver usbfs
usbcore: registered new driver hub
USB Universal Host Controller Interface driver v2.2
ACPI: PCI interrupt 0000:00:10.0[A] -> GSI 21 (level, low) -> IRQ 185
uhci_hcd 0000:00:10.0: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller
uhci_hcd 0000:00:10.0: irq 185, io base 0000b000
uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:10.1[A] -> GSI 21 (level, low) -> IRQ 185
uhci_hcd 0000:00:10.1: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#2)
uhci_hcd 0000:00:10.1: irq 185, io base 0000b400
uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:10.2[B] -> GSI 21 (level, low) -> IRQ 185
uhci_hcd 0000:00:10.2: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#3)
uhci_hcd 0000:00:10.2: irq 185, io base 0000b800
uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:10.3[B] -> GSI 21 (level, low) -> IRQ 185
uhci_hcd 0000:00:10.3: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (#4)
uhci_hcd 0000:00:10.3: irq 185, io base 0000bc00
uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:10.4[C] -> GSI 21 (level, low) -> IRQ 185
ehci_hcd 0000:00:10.4: VIA Technologies, Inc. USB 2.0
ehci_hcd 0000:00:10.4: irq 185, pci mem de82d000
ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 5
ehci_hcd 0000:00:10.4: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 8 ports detected
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected VIA KM400/KM400A chipset
agpgart: Maximum main memory to use for agp memory: 409M
agpgart: AGP aperture is 64M @ 0xe0000000
cpci_hotplug: CompactPCI Hot Plug Core version: 0.2
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
pciehp: acpi_pciehprm:\_SB_.PCI0 evaluate _BBN fail=0x5
pciehp: acpi_pciehprm:get_device PCI ROOT HID fail=0x5
shpchp: acpi_shpchprm:\_SB_.PCI0 evaluate _BBN fail=0x5
shpchp: acpi_shpchprm:get_device PCI ROOT HID fail=0x5
input: PC Speaker
inserting floppy driver for 2.6.8-2-386
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
NET: Registered protocol family 17

fstab
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hda1       /               ext3    defaults,errors=remount-ro 0       1
/dev/hda2       none            swap    sw              0       0
/dev/hdc        /media/cdrom0   iso9660 ro,user,noauto  0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0
/dev/sda1	/samba/storage2 ext3    defaults        0       0
/dev/sdb1	/samba/storage3 ext3    defaults        0       0

/samba/storage2 und /samba/storage3 haben chmod 777

fdisk -l
Code:
Disk /dev/hda: 200.0 GB, 200049647616 bytes
255 heads, 63 sectors/track, 24321 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1               1       24254   194820223+  83  Linux
/dev/hda2           24255       24321      538177+  82  Linux swap / Solaris

Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1       38913   312568641   83  Linux

Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       38913   312568641   83  Linux

mount -l
Code:
/dev/hda1 on / type ext3 (rw,errors=remount-ro) [/]
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)

NyoMic

xepera-xeper-xeperu
Avatar
Registered: Feb 2001
Location: Stahlstadt
Posts: 2620
wennst "mount -a" eingibst, werdens dann gemounted oder auch nicht?

ica

hmm
Avatar
Registered: Jul 2002
Location: Graz
Posts: 9822
ja, werden dann gemountet

NyoMic

xepera-xeper-xeperu
Avatar
Registered: Feb 2001
Location: Stahlstadt
Posts: 2620
als schlampige lösung würde ich einfach irgendwo eine eigene datei erstellen und diese zum jeweiligen runlevel hinzufügen mit dem befehl "mount -a". Unter gentoo gibts z.B eine local.start wo du sowas reinschreiben kannst. Ist aber eine absolute quick&dirty lösung, aber was anderes fällt mir auch grad ned ein

ica

hmm
Avatar
Registered: Jul 2002
Location: Graz
Posts: 9822
mhm, ist sicher eine möglichkeit allerdings hätt ich kein gutes gefühl dabei :)

andere vorschläge?

Marcellus

OC Addicted
Avatar
Registered: Mar 2005
Location: ~
Posts: 1755
Bin mir nicht sicher ob das geht, aber du könntest einfach in der /etc/fstab einen anderen parameter eingeben statt default, auto zb, bin mir aber nicht sicher, welche es da gibt, man fstab verweist auf man mount und dort find ich nix passendes, vllt gibts eine option onboot oder wwi, aber wenn ers erkennt und du musst es selber mounten hört sich das nach dem an.

hth
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz