Anzeige:
Seite 1 von 2 12 LetzteLetzte
Ergebnis 1 bis 15 von 19

Thema: HILFE Schwerwigendes Problem mit Netzwerkdownload

  1. #1
    "!§%$&$!§§"%
    Registriert seit
    Nov 2007
    Beiträge
    124

    HILFE Schwerwigendes Problem mit Netzwerkdownload

    Hi...

    Ich habe hier einen Domain Controller per SAMBA+LDAP und einige Freigaben!

    Kopiere ich eine 100MB Datei in einen Share des SAMBA Servers ist sie in kürzester Zeit hochgeladen, kopier ich sie aus dem Share auf den Client sagt er etwas von 30+ minuten, und es dauert auch so lange...

    Übrigens das selbe bekomme ich bei einem scp:
    Ich mache einen "scp" von dem Domain Server zu einem anderen Linux Server oder Client und hole eine Datei, dies geht ruck zuck, mache ich es anders rum, also sende ich eine Datei zurück dauert es JAHRE!!!!

    Hat jemand eine Ahnung? Welche Configs braucht ihr um mir weiter zuhelfen?

  2. #2
    Registrierter Benutzer
    Registriert seit
    Dec 2003
    Ort
    Dettenhausen
    Beiträge
    22.054
    IPv6, DNS, HDx/FDx, Erros beim NetzIO, ...

    das wären so aus meiner Sicht mal die Ansatzpunkte...
    Ich bin root - ich darf das.

  3. #3
    "!§%$&$!§§"%
    Registriert seit
    Nov 2007
    Beiträge
    124
    Laut "ethtool":
    Code:
            Supported ports: [ TP ]
            Supported link modes:   10baseT/Half 10baseT/Full
                                    100baseT/Half 100baseT/Full
                                    1000baseT/Full
            Supports auto-negotiation: Yes
            Advertised link modes:  10baseT/Half 10baseT/Full
                                    100baseT/Half 100baseT/Full
                                    1000baseT/Full
            Advertised auto-negotiation: Yes
            Speed: 1000Mb/s
            Duplex: Full
            Port: Twisted Pair
            PHYAD: 0
            Transceiver: internal
            Auto-negotiation: on
            Supports Wake-on: pumbg
            Wake-on: g
            Current message level: 0x00000033 (51)
            Link detected: yes
    meine "/etc/network/interfaces"
    Code:
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).
    
    # The loopback network interface
    auto lo
    iface lo inet loopback
    
    # The primary network interface
    allow-hotplug eth0
    iface eth0 inet static
            address 192.168.0.2
            netmask 255.255.252.0
            network 192.168.0.0
            broadcast 192.168.0.255
            # dns-* options are implemented by the resolvconf package, if installed
            dns-nameservers 194.25.2.129
    
    auto eth0
    
    allow-hotplug eth1
    iface eth1 inet static
            address 10.0.0.2
            netmask 255.255.255.0
            network 10.0.0.0
            broadcast 10.0.0.255
            gateway 10.0.0.4
            # dns-* options are implemented by the resolvconf package, if installed
            dns-nameservers 10.0.0.4
    
    auto eth1
    + Zudem keine IO Fehler in IRGEND einem logfile...
    + Ich gehe normalerweise über eine Realteck 1GBit aber auch wenn ich
    über die 3Com 100Mbit gehe sendet der Server nur mit ca. 2,4 MBit raus!

  4. #4
    "!§%$&$!§§"%
    Registriert seit
    Nov 2007
    Beiträge
    124
    Naja "Google" bringt auch nix....

    Ich verstehe nicht wieso das Problem auf zwei verschiedenen Karten exestiert...

    PS: Ich nutze übrigens Debian GNU/Linux 4.0

  5. #5
    "!§%$&$!§§"%
    Registriert seit
    Nov 2007
    Beiträge
    124
    Morgen,

    (so ich muss das nochmal hoch schieben)

    Habe die Netzwerkkarten ausgetauscht, daran liegtes nicht denn das Problem bleibt, Treiber kann ich mir auch nicht Vorstellen, sonst müsstenalle Defekt sein und ich habe von 3Com über Allnet nach Realteck ca. 10 Verschiedene Karten ausprobiert.....

    Bin mit meinem Latein am Ende, weiß noch wer einen Anhaltspunktdem ich nachgehen kann ? Und in meinen Logs sieht alles normal aus..

    Also:
    + Daten per SSH oder SMB auf den Server runterladen geht mit voller Geschwindigkeit
    + Daten von einem Client auf diesen Server laden geht auch m8it vollergeschwindigkeit.

    Aber:
    - Daten von dem Server herunterladen über SSH / SMB macht Faxen dort habe ich nur zwischen 100 Kbits/sec bis 2200 Kbit/sec..


    ALSO HILFE!!!

  6. #6
    Registrierter Benutzer
    Registriert seit
    Dec 2003
    Ort
    Dettenhausen
    Beiträge
    22.054
    Poste doch mal die Logs - vielleicht sieht für uns nicht "alles normal" aus.

    Ansonsten - Du hast noch keinerlei verwertbare Infos zu Konfigurationen, Versionen und den von mir oben angeregten Ansatzpunkten geliefert. Und ohne Infos können wir auch nur raten...
    Ich bin root - ich darf das.

  7. #7
    "!§%$&$!§§"%
    Registriert seit
    Nov 2007
    Beiträge
    124
    Sag mir doch einfach mal welche LOGs du möchtest!

  8. #8
    Registrierter Benutzer
    Registriert seit
    Dec 2003
    Ort
    Dettenhausen
    Beiträge
    22.054
    Messages-Log könnte interessant sein, Samba-Log, evtl. auch Prozesslisten, top, iostat, vmstat, ifconfig, ...
    Ich bin root - ich darf das.

  9. #9
    "!§%$&$!§§"%
    Registriert seit
    Nov 2007
    Beiträge
    124
    var/log/message:
    Code:
    Jan 21 13:16:57 Atlantis kernel: Memory: 1031076k/1048192k available (1541k kernel code, 16468k reserved, 576k data, 196k init, 130688k highmem)
    Jan 21 13:16:57 Atlantis kernel: Checking if this processor honours the WP bit even in supervisor mode... Ok.
    Jan 21 13:16:57 Atlantis kernel: Calibrating delay using timer specific routine.. 6026.84 BogoMIPS (lpj=12053688)
    Jan 21 13:16:57 Atlantis kernel: Security Framework v1.0.0 initialized
    Jan 21 13:16:57 Atlantis kernel: SELinux:  Disabled at boot.
    Jan 21 13:16:57 Atlantis kernel: Capability LSM initialized
    Jan 21 13:16:57 Atlantis kernel: Mount-cache hash table entries: 512
    Jan 21 13:16:57 Atlantis kernel: monitor/mwait feature present.
    Jan 21 13:16:57 Atlantis kernel: using mwait in idle threads.
    Jan 21 13:16:57 Atlantis kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K
    Jan 21 13:16:57 Atlantis kernel: CPU: L2 cache: 1024K
    Jan 21 13:16:57 Atlantis kernel: CPU: Physical Processor ID: 0
    Jan 21 13:16:57 Atlantis kernel: Intel machine check architecture supported.
    Jan 21 13:16:57 Atlantis kernel: Intel machine check reporting enabled on CPU#0.
    Jan 21 13:16:57 Atlantis kernel: CPU0: Intel P4/Xeon Extended MCE MSRs (24) available
    Jan 21 13:16:57 Atlantis kernel: CPU0: Thermal monitoring enabled
    Jan 21 13:16:57 Atlantis kernel: Compat vDSO mapped to ffffe000.
    Jan 21 13:16:57 Atlantis kernel: Checking 'hlt' instruction... OK.
    Jan 21 13:16:57 Atlantis kernel: SMP alternatives: switching to UP code
    Jan 21 13:16:57 Atlantis kernel: ACPI: Core revision 20060707
    Jan 21 13:16:57 Atlantis kernel: CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 09
    Jan 21 13:16:57 Atlantis kernel: SMP alternatives: switching to SMP code
    Jan 21 13:16:57 Atlantis kernel: Booting processor 1/1 eip 3000
    Jan 21 13:16:57 Atlantis kernel: Initializing CPU#1
    Jan 21 13:16:57 Atlantis kernel: Calibrating delay using timer specific routine.. 6021.78 BogoMIPS (lpj=12043566)
    Jan 21 13:16:57 Atlantis kernel: monitor/mwait feature present.
    Jan 21 13:16:57 Atlantis kernel: CPU: Trace cache: 12K uops, L1 D cache: 16K
    Jan 21 13:16:57 Atlantis kernel: CPU: L2 cache: 1024K
    Jan 21 13:16:57 Atlantis kernel: CPU: Physical Processor ID: 0
    Jan 21 13:16:57 Atlantis kernel: Intel machine check architecture supported.
    Jan 21 13:16:57 Atlantis kernel: Intel machine check reporting enabled on CPU#1.
    Jan 21 13:16:57 Atlantis kernel: CPU1: Intel P4/Xeon Extended MCE MSRs (24) available
    Jan 21 13:16:57 Atlantis kernel: CPU1: Thermal monitoring enabled
    Jan 21 13:16:57 Atlantis kernel: CPU1: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 09
    Jan 21 13:16:57 Atlantis kernel: Total of 2 processors activated (12048.62 BogoMIPS).
    Jan 21 13:16:57 Atlantis kernel: ENABLING IO-APIC IRQs
    Jan 21 13:16:57 Atlantis kernel: ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
    Jan 21 13:16:57 Atlantis kernel: checking TSC synchronization across 2 CPUs: passed.
    Jan 21 13:16:57 Atlantis kernel: Brought up 2 CPUs
    Jan 21 13:16:57 Atlantis kernel: migration_cost=23
    Jan 21 13:16:57 Atlantis kernel: checking if image is initramfs... it is
    Jan 21 13:16:57 Atlantis kernel: Freeing initrd memory: 4772k freed
    Jan 21 13:16:57 Atlantis kernel: NET: Registered protocol family 16
    Jan 21 13:16:57 Atlantis kernel: ACPI: bus type pci registered
    Jan 21 13:16:57 Atlantis kernel: PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=3
    Jan 21 13:16:57 Atlantis kernel: PCI: Using configuration type 1
    Jan 21 13:16:57 Atlantis kernel: Setting up standard PCI resources
    Jan 21 13:16:57 Atlantis kernel: ACPI: Interpreter enabled
    Jan 21 13:16:57 Atlantis kernel: ACPI: Using IOAPIC for interrupt routing
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Root Bridge [PCI0] (0000:00)
    Jan 21 13:16:57 Atlantis kernel: PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
    Jan 21 13:16:57 Atlantis kernel: PCI: Transparent bridge - 0000:00:1e.0
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Jan 21 13:16:57 Atlantis kernel: Linux Plug and Play Support v0.97 (c) Adam Belay
    Jan 21 13:16:57 Atlantis kernel: pnp: PnP ACPI init
    Jan 21 13:16:57 Atlantis kernel: pnp: PnP ACPI: found 14 devices
    Jan 21 13:16:57 Atlantis kernel: PnPBIOS: Disabled by ACPI PNP
    Jan 21 13:16:57 Atlantis kernel: PCI: Using ACPI for IRQ routing
    Jan 21 13:16:57 Atlantis kernel: PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
    Jan 21 13:16:57 Atlantis kernel: pnp: 00:07: ioport range 0x290-0x297 has been reserved
    Jan 21 13:16:57 Atlantis kernel: PCI: Bridge: 0000:00:1c.0
    Jan 21 13:16:57 Atlantis kernel:   IO window: e000-efff
    Jan 21 13:16:57 Atlantis kernel:   MEM window: disabled.
    Jan 21 13:16:57 Atlantis kernel:   PREFETCH window: disabled.
    Jan 21 13:16:57 Atlantis kernel: PCI: Bridge: 0000:00:1c.3
    Jan 21 13:16:57 Atlantis kernel:   IO window: d000-dfff
    Jan 21 13:16:57 Atlantis kernel:   MEM window: eff00000-efffffff
    Jan 21 13:16:57 Atlantis kernel:   PREFETCH window: disabled.
    Jan 21 13:16:57 Atlantis kernel: PCI: Bridge: 0000:00:1e.0
    Jan 21 13:16:57 Atlantis kernel:   IO window: c000-cfff
    Jan 21 13:16:57 Atlantis kernel:   MEM window: ef000000-efefffff
    Jan 21 13:16:57 Atlantis kernel:   PREFETCH window: 50000000-500fffff
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 169
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 177
    Jan 21 13:16:57 Atlantis kernel: NET: Registered protocol family 2
    Jan 21 13:16:57 Atlantis kernel: IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    Jan 21 13:16:57 Atlantis kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    Jan 21 13:16:57 Atlantis kernel: TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    Jan 21 13:16:57 Atlantis kernel: TCP: Hash tables configured (established 131072 bind 65536)
    Jan 21 13:16:57 Atlantis kernel: TCP reno registered
    Jan 21 13:16:57 Atlantis kernel: audit: initializing netlink socket (disabled)
    Jan 21 13:16:57 Atlantis kernel: audit(1200917794.068:1): initialized
    Jan 21 13:16:57 Atlantis kernel: highmem bounce pool size: 64 pages
    Jan 21 13:16:57 Atlantis kernel: VFS: Disk quotas dquot_6.5.1
    Jan 21 13:16:57 Atlantis kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Jan 21 13:16:57 Atlantis kernel: Initializing Cryptographic API
    Jan 21 13:16:57 Atlantis kernel: io scheduler noop registered
    Jan 21 13:16:57 Atlantis kernel: io scheduler anticipatory registered
    Jan 21 13:16:57 Atlantis kernel: io scheduler deadline registered
    Jan 21 13:16:57 Atlantis kernel: io scheduler cfq registered (default)
    Jan 21 13:16:57 Atlantis kernel: assign_interrupt_mode Found MSI capability
    Jan 21 13:16:57 Atlantis kernel: assign_interrupt_mode Found MSI capability
    Jan 21 13:16:57 Atlantis kernel: isapnp: Scanning for PnP cards...
    Jan 21 13:16:57 Atlantis kernel: isapnp: No Plug & Play device found
    Jan 21 13:16:57 Atlantis kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
    Jan 21 13:16:57 Atlantis kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Jan 21 13:16:57 Atlantis kernel: 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    Jan 21 13:16:57 Atlantis kernel: RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
    Jan 21 13:16:57 Atlantis kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    Jan 21 13:16:57 Atlantis kernel: PNP: PS/2 controller doesn't have AUX irq; using default 12
    Jan 21 13:16:57 Atlantis kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Jan 21 13:16:57 Atlantis kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Jan 21 13:16:57 Atlantis kernel: mice: PS/2 mouse device common for all mice
    Jan 21 13:16:57 Atlantis kernel: TCP bic registered
    Jan 21 13:16:57 Atlantis kernel: NET: Registered protocol family 1
    Jan 21 13:16:57 Atlantis kernel: NET: Registered protocol family 17
    Jan 21 13:16:57 Atlantis kernel: NET: Registered protocol family 8
    Jan 21 13:16:57 Atlantis kernel: NET: Registered protocol family 20
    Jan 21 13:16:57 Atlantis kernel: Starting balanced_irq
    Jan 21 13:16:57 Atlantis kernel: Using IPI No-Shortcut mode
    Jan 21 13:16:57 Atlantis kernel: ACPI: (supports S0 S1 S3 S4 S5)
    Jan 21 13:16:57 Atlantis kernel: Freeing unused kernel memory: 196k freed
    Jan 21 13:16:57 Atlantis kernel: Time: tsc clocksource has been installed.
    Jan 21 13:16:57 Atlantis kernel: input: AT Translated Set 2 keyboard as /class/input/input0
    Jan 21 13:16:57 Atlantis kernel: ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.CPU1._PDC] (Node c18f389c), AE_BAD_HEADER
    Jan 21 13:16:57 Atlantis kernel: ACPI: Processor [CPU1] (supports 8 throttling states)
    Jan 21 13:16:57 Atlantis kernel: ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.CPU2._PDC] (Node c18f37fc), AE_BAD_HEADER
    Jan 21 13:16:57 Atlantis kernel: ACPI: Processor [CPU2] (supports 8 throttling states)
    Jan 21 13:16:57 Atlantis kernel: usbcore: registered new driver usbfs
    Jan 21 13:16:57 Atlantis kernel: usbcore: registered new driver hub
    Jan 21 13:16:57 Atlantis kernel: r8169 Gigabit Ethernet driver 2.2LK-NAPI loaded
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 19 (level, low) -> IRQ 177
    Jan 21 13:16:57 Atlantis kernel: eth0: RTL8168b/8111b at 0xf883e000, 00:17:31:89:e1:35, IRQ 177
    Jan 21 13:16:57 Atlantis kernel: SCSI subsystem initialized
    Jan 21 13:16:57 Atlantis kernel: USB Universal Host Controller Interface driver v3.0
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 20 (level, low) -> IRQ 209
    Jan 21 13:16:57 Atlantis kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Jan 21 13:16:57 Atlantis kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    Jan 21 13:16:57 Atlantis kernel: uhci_hcd 0000:00:1d.0: irq 209, io base 0x00009000
    Jan 21 13:16:57 Atlantis kernel: usb usb1: configuration #1 chosen from 1 choice
    Jan 21 13:16:57 Atlantis kernel: hub 1-0:1.0: USB hub found
    Jan 21 13:16:57 Atlantis kernel: hub 1-0:1.0: 2 ports detected
    Jan 21 13:16:57 Atlantis kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    Jan 21 13:16:57 Atlantis kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    Jan 21 13:16:57 Atlantis kernel: 8139too Fast Ethernet driver 0.9.27
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 17 (level, low) -> IRQ 217
    Jan 21 13:16:57 Atlantis kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Jan 21 13:16:57 Atlantis kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    Jan 21 13:16:57 Atlantis kernel: uhci_hcd 0000:00:1d.1: irq 217, io base 0x00009400
    Jan 21 13:16:57 Atlantis kernel: usb usb2: configuration #1 chosen from 1 choice
    Jan 21 13:16:57 Atlantis kernel: hub 2-0:1.0: USB hub found
    Jan 21 13:16:57 Atlantis kernel: hub 2-0:1.0: 2 ports detected
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 225
    Jan 21 13:16:57 Atlantis kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Jan 21 13:16:57 Atlantis kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
    Jan 21 13:16:57 Atlantis kernel: uhci_hcd 0000:00:1d.2: irq 225, io base 0x00009800
    Jan 21 13:16:57 Atlantis kernel: usb usb3: configuration #1 chosen from 1 choice
    Jan 21 13:16:57 Atlantis kernel: hub 3-0:1.0: USB hub found
    Jan 21 13:16:57 Atlantis kernel: hub 3-0:1.0: 2 ports detected
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 19 (level, low) -> IRQ 177
    Jan 21 13:16:57 Atlantis kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller
    Jan 21 13:16:57 Atlantis kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
    Jan 21 13:16:57 Atlantis kernel: uhci_hcd 0000:00:1d.3: irq 177, io base 0x0000a000
    Jan 21 13:16:57 Atlantis kernel: usb usb4: configuration #1 chosen from 1 choice
    Jan 21 13:16:57 Atlantis kernel: hub 4-0:1.0: USB hub found
    Jan 21 13:16:57 Atlantis kernel: hub 4-0:1.0: 2 ports detected
    Jan 21 13:16:57 Atlantis kernel: ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 23 (level, low) -> IRQ 233
    Jan 21 13:16:57 Atlantis kernel: ata1: SATA max UDMA/133 cmd 0xB800 ctl 0xB402 bmdma 0xA400 irq 233
    Jan 21 13:16:57 Atlantis kernel: ata2: SATA max UDMA/133 cmd 0xB000 ctl 0xA802 bmdma 0xA408 irq 233
    Jan 21 13:16:57 Atlantis kernel: scsi0 : ata_piix
    Jan 21 13:16:57 Atlantis kernel: ata1.00: ATA-7, max UDMA/133, 625142448 sectors: LBA48 NCQ (depth 0/1)
    Jan 21 13:16:57 Atlantis kernel: ata1.00: ata1: dev 0 multi count 16
    Jan 21 13:16:57 Atlantis kernel: ata1.00: configured for UDMA/133
    Jan 21 13:16:57 Atlantis kernel: scsi1 : ata_piix
    Jan 21 13:16:57 Atlantis kernel: ata2.00: ATA-7, max UDMA/133, 625142448 sectors: LBA48 NCQ (depth 0/1)
    Jan 21 13:16:57 Atlantis kernel: ata2.00: ata2: dev 0 multi count 16
    Jan 21 13:16:57 Atlantis kernel: ata2.00: configured for UDMA/133
    Jan 21 13:16:57 Atlantis kernel:   Vendor: ATA       Model: WDC WD3200YS-01P  Rev: 21.0
    Jan 21 13:16:57 Atlantis kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05
    Jan 21 13:16:57 Atlantis kernel:   Vendor: ATA       Model: WDC WD3200YS-01P  Rev: 21.0
    Jan 21 13:16:57 Atlantis kernel:   Type:   Direct-Access                      ANSI SCSI revision: 05
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt 0000:01:02.0[A] -> <6>ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 20 (level, low) -> IRQ 209
    Jan 21 13:16:57 Atlantis kernel: GSI 22 (level, low) -> IRQ 50
    Jan 21 13:16:57 Atlantis kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller
    Jan 21 13:16:57 Atlantis kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
    Jan 21 13:16:57 Atlantis kernel: ehci_hcd 0000:00:1d.7: debug port 1
    Jan 21 13:16:57 Atlantis kernel: ehci_hcd 0000:00:1d.7: irq 209, io mem 0xeefffc00
    Jan 21 13:16:57 Atlantis kernel: eth1: RealTek RTL8139 at 0xc800, 00:02:2a:e0:c8:77, IRQ 50
    Jan 21 13:16:57 Atlantis kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt 0000:01:01.0[A] -> GSI 21 (level, low) -> IRQ 58
    Jan 21 13:16:57 Atlantis kernel: usb usb5: configuration #1 chosen from 1 choice
    Jan 21 13:16:57 Atlantis kernel: hub 5-0:1.0: USB hub found
    Jan 21 13:16:57 Atlantis kernel: hub 5-0:1.0: 8 ports detected
    Jan 21 13:16:57 Atlantis kernel: 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
    Jan 21 13:16:57 Atlantis kernel: 0000:01:01.0: 3Com PCI 3c905B Cyclone 100baseTx at f887e800.
    Jan 21 13:16:57 Atlantis kernel: 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
    Jan 21 13:16:57 Atlantis kernel: ICH7: IDE controller at PCI slot 0000:00:1f.1
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 22 (level, low) -> IRQ 50
    Jan 21 13:16:57 Atlantis kernel: ICH7: chipset revision 1
    Jan 21 13:16:57 Atlantis kernel: ICH7: not 100%% native mode: will probe irqs later
    Jan 21 13:16:57 Atlantis kernel:     ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
    Jan 21 13:16:57 Atlantis kernel:     ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:pio, hdd:pio
    Jan 21 13:16:57 Atlantis kernel: SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB)
    Jan 21 13:16:57 Atlantis kernel: sda: Write Protect is off
    Jan 21 13:16:57 Atlantis kernel: SCSI device sda: drive cache: write back
    Jan 21 13:16:57 Atlantis kernel: SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB)
    Jan 21 13:16:57 Atlantis kernel: sda: Write Protect is off
    Jan 21 13:16:57 Atlantis kernel: SCSI device sda: drive cache: write back
    Jan 21 13:16:57 Atlantis kernel:  sda: sda1 sda2 sda3 sda4
    Jan 21 13:16:57 Atlantis kernel: sd 0:0:0:0: Attached scsi disk sda
    Jan 21 13:16:57 Atlantis kernel: SCSI device sdb: 625142448 512-byte hdwr sectors (320073 MB)
    Jan 21 13:16:57 Atlantis kernel: sdb: Write Protect is off
    Jan 21 13:16:57 Atlantis kernel: SCSI device sdb: drive cache: write back
    Jan 21 13:16:57 Atlantis kernel: SCSI device sdb: 625142448 512-byte hdwr sectors (320073 MB)
    Jan 21 13:16:57 Atlantis kernel: sdb: Write Protect is off
    Jan 21 13:16:57 Atlantis kernel: SCSI device sdb: drive cache: write back
    Jan 21 13:16:57 Atlantis kernel:  sdb: sdb1
    Jan 21 13:16:57 Atlantis kernel: sd 1:0:0:0: Attached scsi disk sdb
    Jan 21 13:16:57 Atlantis kernel: hda: HL-DT-STDVD-ROM GDR8164B, ATAPI CD/DVD-ROM drive
    Jan 21 13:16:57 Atlantis kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    Jan 21 13:16:57 Atlantis kernel: hda: ATAPI 52X DVD-ROM drive, 256kB Cache, UDMA(33)
    Jan 21 13:16:57 Atlantis kernel: Uniform CD-ROM driver Revision: 3.20
    Jan 21 13:16:57 Atlantis kernel: Attempting manual resume
    Jan 21 13:16:57 Atlantis kernel: kjournald starting.  Commit interval 5 seconds
    Jan 21 13:16:57 Atlantis kernel: EXT3-fs: mounted filesystem with ordered data mode.
    Jan 21 13:16:57 Atlantis kernel: Linux agpgart interface v0.101 (c) Dave Jones
    Jan 21 13:16:57 Atlantis kernel: input: PC Speaker as /class/input/input1
    Jan 21 13:16:57 Atlantis kernel: Floppy drive(s): fd0 is 1.44M
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 23 (level, low) -> IRQ 233
    Jan 21 13:16:57 Atlantis kernel: FDC 0 is a post-1991 82077
    Jan 21 13:16:57 Atlantis kernel: Real Time Clock Driver v1.12ac
    Jan 21 13:16:57 Atlantis kernel: ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 19 (level, low) -> IRQ 177
    Jan 21 13:16:57 Atlantis kernel: Adding 3903784k swap on /dev/sda2.  Priority:-1 extents:1 across:3903784k
    Jan 21 13:16:57 Atlantis kernel: EXT3 FS on sda3, internal journal
    Jan 21 13:16:57 Atlantis kernel: loop: loaded (max 8 devices)
    Jan 21 13:16:57 Atlantis kernel: device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com
    Jan 21 13:16:57 Atlantis kernel: kjournald starting.  Commit interval 5 seconds
    Jan 21 13:16:57 Atlantis kernel: EXT3 FS on sda1, internal journal
    Jan 21 13:16:57 Atlantis kernel: EXT3-fs: mounted filesystem with ordered data mode.
    Jan 21 13:16:57 Atlantis kernel: kjournald starting.  Commit interval 5 seconds
    Jan 21 13:16:57 Atlantis kernel: EXT3 FS on sda4, internal journal
    Jan 21 13:16:57 Atlantis kernel: EXT3-fs: mounted filesystem with ordered data mode.
    Jan 21 13:16:57 Atlantis kernel: kjournald starting.  Commit interval 5 seconds
    Jan 21 13:16:57 Atlantis kernel: EXT3 FS on sdb1, internal journal
    Jan 21 13:16:57 Atlantis kernel: EXT3-fs: mounted filesystem with ordered data mode.
    Jan 21 13:16:57 Atlantis kernel: r8169: eth0: link up
    Jan 21 13:16:57 Atlantis kernel: r8169: eth0: link up
    Jan 21 13:16:57 Atlantis kernel: eth1:  setting full-duplex.
    Jan 21 13:17:00 Atlantis kernel: NET: Registered protocol family 10
    Jan 21 13:17:00 Atlantis kernel: lo: Disabled Privacy Extensions
    Jan 21 13:17:00 Atlantis kernel: IPv6 over IPv4 tunneling driver
    Jan 21 13:17:01 Atlantis hpiod: 1.6.10 accepting connections at 2208...
    Jan 21 13:17:06 Atlantis kernel: ACPI: Power Button (FF) [PWRF]
    Jan 21 13:17:06 Atlantis kernel: ACPI: Power Button (CM) [PWRB]
    Jan 21 13:17:06 Atlantis kernel: lp: driver loaded but no devices found
    Jan 21 13:17:06 Atlantis kernel: ppdev: user-space parallel port driver
    Jan 21 13:17:09 Atlantis dhcdbd: Started up.
    Jan 21 13:17:09 Atlantis kernel: eth2: link down
    Jan 21 13:17:09 Atlantis kernel: ADDRCONF(NETDEV_UP): eth2: link is not ready
    Jan 21 13:17:12 Atlantis dhcpd: Internet Systems Consortium DHCP Server V3.0.4
    Jan 21 13:17:12 Atlantis dhcpd: Copyright 2004-2006 Internet Systems Consortium.
    Jan 21 13:17:12 Atlantis dhcpd: All rights reserved.
    Jan 21 13:17:12 Atlantis dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
    Jan 21 13:17:12 Atlantis dhcpd: Internet Systems Consortium DHCP Server V3.0.4
    Jan 21 13:17:12 Atlantis dhcpd: Copyright 2004-2006 Internet Systems Consortium.
    Jan 21 13:17:12 Atlantis dhcpd: All rights reserved.
    Jan 21 13:17:12 Atlantis dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
    Jan 21 13:17:12 Atlantis dhcpd: Wrote 0 deleted host decls to leases file.
    Jan 21 13:17:12 Atlantis dhcpd: Wrote 0 new dynamic host decls to leases file.
    Jan 21 13:17:12 Atlantis dhcpd: Wrote 4 leases to leases file.
    Jan 21 13:36:56 Atlantis -- MARK --
    Jan 21 13:56:57 Atlantis -- MARK --
    Jan 21 13:56:59 Atlantis dhcpd: DHCPREQUEST for 192.168.3.253 from 00:11:2f:7b:c4:69 (Lehrerstation-4) via eth0
    Jan 21 13:56:59 Atlantis dhcpd: DHCPACK on 192.168.3.253 to 00:11:2f:7b:c4:69 (Lehrerstation-4) via eth0
    Jan 21 13:58:00 Atlantis dhcpd: DHCPINFORM from 192.168.3.253 via eth0
    Jan 21 13:58:00 Atlantis dhcpd: DHCPACK to 192.168.3.253 (00:11:2f:7b:c4:69) via eth0
    Jan 21 13:58:03 Atlantis dhcpd: DHCPINFORM from 192.168.3.253 via eth0
    Jan 21 13:58:03 Atlantis dhcpd: DHCPACK to 192.168.3.253 (00:11:2f:7b:c4:69) via eth0
    Jan 21 14:07:10 Atlantis dhcpd: Added new forward map from BIBIC002.GE-TDF to 192.168.1.2
    Jan 21 14:07:10 Atlantis dhcpd: added reverse map from 2.1.168.192.in-addr.arpa. to BIBIC002.GE-TDF
    Jan 21 14:07:10 Atlantis dhcpd: DHCPREQUEST for 192.168.1.2 from 00:1a:4d:42:e3:6e via eth0
    Jan 21 14:07:10 Atlantis dhcpd: DHCPACK on 192.168.1.2 to 00:1a:4d:42:e3:6e via eth0
    Jan 21 14:16:37 Atlantis dhcpd: Added new forward map from BIBIC003.GE-TDF to 192.168.1.3
    Jan 21 14:16:37 Atlantis dhcpd: added reverse map from 3.1.168.192.in-addr.arpa. to BIBIC003.GE-TDF
    Jan 21 14:16:37 Atlantis dhcpd: DHCPREQUEST for 192.168.1.3 from 00:1a:4d:43:10:9f via eth0
    Jan 21 14:16:37 Atlantis dhcpd: DHCPACK on 192.168.1.3 to 00:1a:4d:43:10:9f via eth0
    Jan 21 14:36:57 Atlantis -- MARK --
    Jan 21 14:56:57 Atlantis -- MARK --
    Jan 21 15:16:58 Atlantis -- MARK --
    Jan 21 15:36:58 Atlantis -- MARK --
    Jan 21 15:56:58 Atlantis -- MARK --
    Jan 21 16:16:58 Atlantis -- MARK --
    Jan 21 16:36:59 Atlantis -- MARK --
    Jan 21 16:56:59 Atlantis -- MARK --
    Jan 21 17:16:59 Atlantis -- MARK --
    Jan 21 17:36:59 Atlantis -- MARK --
    Jan 21 17:57:00 Atlantis -- MARK --
    Jan 21 18:07:14 Atlantis dhcpd: DHCPINFORM from 192.168.1.2 via eth0
    Jan 21 18:07:14 Atlantis dhcpd: DHCPACK to 192.168.1.2 (00:1a:4d:42:e3:6e) via eth0
    Jan 21 18:07:20 Atlantis dhcpd: DHCPINFORM from 192.168.1.3 via eth0
    Jan 21 18:07:20 Atlantis dhcpd: DHCPACK to 192.168.1.3 (00:1a:4d:43:10:9f) via eth0
    Jan 21 18:37:00 Atlantis -- MARK --
    Jan 21 18:57:00 Atlantis -- MARK --
    Jan 21 19:17:01 Atlantis -- MARK --
    Jan 21 19:37:01 Atlantis -- MARK --
    Jan 21 19:57:01 Atlantis -- MARK --
    Jan 21 20:17:01 Atlantis -- MARK --
    Jan 21 20:37:02 Atlantis -- MARK --
    Jan 21 20:57:02 Atlantis -- MARK --
    Jan 21 21:17:02 Atlantis -- MARK --
    Jan 21 21:37:02 Atlantis -- MARK --
    Jan 21 21:57:03 Atlantis -- MARK --
    Jan 21 22:17:03 Atlantis -- MARK --
    Jan 21 22:37:03 Atlantis -- MARK --
    Jan 21 22:57:03 Atlantis -- MARK --
    Jan 21 23:17:03 Atlantis -- MARK --
    Jan 21 23:37:04 Atlantis -- MARK --
    Jan 21 23:57:04 Atlantis -- MARK --
    Jan 22 00:17:04 Atlantis -- MARK --
    Jan 22 00:37:04 Atlantis -- MARK --
    Jan 22 00:57:05 Atlantis -- MARK --
    Jan 22 01:17:05 Atlantis -- MARK --
    Jan 22 01:37:05 Atlantis -- MARK --
    Jan 22 01:57:05 Atlantis -- MARK --
    Jan 22 02:17:06 Atlantis -- MARK --
    Jan 22 02:37:06 Atlantis -- MARK --
    Jan 22 02:51:45 Atlantis dhcpd: DHCPINFORM from 192.168.0.14 via eth0
    Jan 22 02:51:45 Atlantis dhcpd: DHCPACK to 192.168.0.14 (00:13:8f:0a:2a:08) via eth0
    Jan 22 02:52:50 Atlantis dhcpd: DHCPINFORM from 192.168.0.14 via eth0
    Jan 22 02:52:50 Atlantis dhcpd: DHCPACK to 192.168.0.14 (00:13:8f:0a:2a:08) via eth0
    Jan 22 02:53:55 Atlantis dhcpd: DHCPINFORM from 192.168.0.14 via eth0
    Jan 22 02:53:55 Atlantis dhcpd: DHCPACK to 192.168.0.14 (00:13:8f:0a:2a:08) via eth0
    Jan 22 02:55:01 Atlantis dhcpd: DHCPINFORM from 192.168.0.14 via eth0
    Jan 22 02:55:01 Atlantis dhcpd: DHCPACK to 192.168.0.14 (00:13:8f:0a:2a:08) via eth0
    Jan 22 02:56:06 Atlantis dhcpd: DHCPINFORM from 192.168.0.14 via eth0
    Jan 22 02:56:06 Atlantis dhcpd: DHCPACK to 192.168.0.14 (00:13:8f:0a:2a:08) via eth0
    Jan 22 02:57:35 Atlantis dhcpd: DHCPINFORM from 192.168.0.14 via eth0
    Jan 22 02:57:35 Atlantis dhcpd: DHCPACK to 192.168.0.14 (00:13:8f:0a:2a:08) via eth0
    Jan 22 02:59:04 Atlantis dhcpd: DHCPINFORM from 192.168.0.14 via eth0
    Jan 22 02:59:04 Atlantis dhcpd: DHCPACK to 192.168.0.14 (00:13:8f:0a:2a:08) via eth0
    Jan 22 03:00:14 Atlantis dhcpd: DHCPINFORM from 192.168.0.14 via eth0
    Jan 22 03:00:14 Atlantis dhcpd: DHCPACK to 192.168.0.14 (00:13:8f:0a:2a:08) via eth0
    Jan 22 03:17:06 Atlantis -- MARK --
    Jan 22 03:37:07 Atlantis -- MARK --
    Jan 22 03:57:07 Atlantis -- MARK --
    Jan 22 04:17:07 Atlantis -- MARK --
    Jan 22 04:37:07 Atlantis -- MARK --
    Jan 22 04:57:08 Atlantis -- MARK --
    Jan 22 05:17:08 Atlantis -- MARK --
    Jan 22 05:37:08 Atlantis -- MARK --
    Jan 22 05:57:08 Atlantis -- MARK --
    Jan 22 06:17:09 Atlantis -- MARK --
    Jan 22 06:37:09 Atlantis -- MARK --
    Jan 22 06:57:09 Atlantis -- MARK --
    Jan 22 07:17:09 Atlantis -- MARK --
    Jan 22 07:35:57 Atlantis syslogd 1.4.1#18: restart.
    Jan 22 07:57:10 Atlantis -- MARK --
    Jan 22 08:00:38 Atlantis dhcpd: DHCPINFORM from 192.168.0.14 via eth0
    Jan 22 08:00:38 Atlantis dhcpd: DHCPACK to 192.168.0.14 (00:13:8f:0a:2a:08) via eth0
    Jan 22 08:13:47 Atlantis dhcpd: Added new forward map from R110C001.GE-TDF to 192.168.0.21
    Jan 22 08:13:47 Atlantis dhcpd: added reverse map from 21.0.168.192.in-addr.arpa. to R110C001.GE-TDF
    Jan 22 08:13:47 Atlantis dhcpd: DHCPREQUEST for 192.168.0.21 from 00:40:d0:3a:0a:90 via eth0
    Jan 22 08:13:47 Atlantis dhcpd: DHCPACK on 192.168.0.21 to 00:40:d0:3a:0a:90 via eth0
    Jan 22 08:14:46 Atlantis dhcpd: DHCPINFORM from 192.168.0.21 via eth0
    Jan 22 08:14:46 Atlantis dhcpd: DHCPACK to 192.168.0.21 (00:40:d0:3a:0a:90) via eth0
    Jan 22 08:14:49 Atlantis dhcpd: DHCPINFORM from 192.168.0.21 via eth0
    Jan 22 08:14:49 Atlantis dhcpd: DHCPACK to 192.168.0.21 (00:40:d0:3a:0a:90) via eth0
    Jan 22 08:16:29 Atlantis dhcpd: DHCPDISCOVER from 00:50:ba:78:ac:82 via eth0
    Jan 22 08:16:30 Atlantis dhcpd: DHCPOFFER on 192.168.3.250 to 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:16:34 Atlantis dhcpd: DHCPDISCOVER from 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:16:34 Atlantis dhcpd: DHCPOFFER on 192.168.3.250 to 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:16:42 Atlantis dhcpd: DHCPDISCOVER from 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:16:42 Atlantis dhcpd: DHCPOFFER on 192.168.3.250 to 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:16:42 Atlantis dhcpd: Added new forward map from laptop-ejytzib8.GE-TDF to 192.168.3.250
    Jan 22 08:16:42 Atlantis dhcpd: added reverse map from 250.3.168.192.in-addr.arpa. to laptop-ejytzib8.GE-TDF
    Jan 22 08:16:42 Atlantis dhcpd: Wrote 0 deleted host decls to leases file.
    Jan 22 08:16:42 Atlantis dhcpd: Wrote 0 new dynamic host decls to leases file.
    Jan 22 08:16:42 Atlantis dhcpd: Wrote 5 leases to leases file.
    Jan 22 08:16:42 Atlantis dhcpd: DHCPREQUEST for 192.168.3.250 (192.168.0.2) from 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:16:42 Atlantis dhcpd: DHCPACK on 192.168.3.250 to 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:18:08 Atlantis dhcpd: DHCPINFORM from 192.168.3.250 via eth0
    Jan 22 08:18:08 Atlantis dhcpd: DHCPACK to 192.168.3.250 (00:50:ba:78:ac:82) via eth0
    Jan 22 08:18:12 Atlantis dhcpd: DHCPINFORM from 192.168.3.250 via eth0
    Jan 22 08:18:12 Atlantis dhcpd: DHCPACK to 192.168.3.250 (00:50:ba:78:ac:82) via eth0
    Jan 22 08:37:02 Atlantis dhcpd: Added new forward map from BIBIC000.GE-TDF to 192.168.1.7
    Jan 22 08:37:02 Atlantis dhcpd: added reverse map from 7.1.168.192.in-addr.arpa. to BIBIC000.GE-TDF
    Jan 22 08:37:02 Atlantis dhcpd: DHCPREQUEST for 192.168.1.7 from 52:54:05:c2:ac:92 via eth0
    Jan 22 08:37:02 Atlantis dhcpd: DHCPACK on 192.168.1.7 to 52:54:05:c2:ac:92 via eth0
    Jan 22 08:39:12 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:39:12 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:39:15 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:39:15 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:40:31 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:40:31 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:40:34 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:40:34 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:41:47 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:41:47 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:41:51 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:41:51 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:42:37 Atlantis dhcpd: Added new forward map from BIBIC001.GE-TDF to 192.168.1.1
    Jan 22 08:42:37 Atlantis dhcpd: added reverse map from 1.1.168.192.in-addr.arpa. to BIBIC001.GE-TDF
    Jan 22 08:42:37 Atlantis dhcpd: DHCPREQUEST for 192.168.1.1 from 00:1a:4d:42:ec:ee via eth0
    Jan 22 08:42:37 Atlantis dhcpd: DHCPACK on 192.168.1.1 to 00:1a:4d:42:ec:ee via eth0
    Jan 22 08:43:01 Atlantis dhcpd: Added new forward map from BIBIC004.GE-TDF to 192.168.1.4
    Jan 22 08:43:01 Atlantis dhcpd: added reverse map from 4.1.168.192.in-addr.arpa. to BIBIC004.GE-TDF
    Jan 22 08:43:01 Atlantis dhcpd: DHCPREQUEST for 192.168.1.4 from 00:1a:4d:43:16:44 via eth0
    Jan 22 08:43:01 Atlantis dhcpd: DHCPACK on 192.168.1.4 to 00:1a:4d:43:16:44 via eth0
    Jan 22 08:43:04 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:43:04 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:43:08 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:43:08 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:43:33 Atlantis dhcpd: DHCPINFORM from 192.168.1.1 via eth0
    Jan 22 08:43:33 Atlantis dhcpd: DHCPACK to 192.168.1.1 (00:1a:4d:42:ec:ee) via eth0
    Jan 22 08:43:40 Atlantis dhcpd: Added new forward map from BIBIC005.GE-TDF to 192.168.1.5
    Jan 22 08:43:40 Atlantis dhcpd: added reverse map from 5.1.168.192.in-addr.arpa. to BIBIC005.GE-TDF
    Jan 22 08:43:40 Atlantis dhcpd: DHCPREQUEST for 192.168.1.5 from 00:1a:4d:43:0f:5b via eth0
    Jan 22 08:43:40 Atlantis dhcpd: DHCPACK on 192.168.1.5 to 00:1a:4d:43:0f:5b via eth0
    Jan 22 08:43:48 Atlantis dhcpd: Added new forward map from BIBIC006.GE-TDF to 192.168.1.6
    Jan 22 08:43:48 Atlantis dhcpd: added reverse map from 6.1.168.192.in-addr.arpa. to BIBIC006.GE-TDF
    Jan 22 08:43:48 Atlantis dhcpd: DHCPREQUEST for 192.168.1.6 from 00:1a:4d:42:e3:43 via eth0
    Jan 22 08:43:48 Atlantis dhcpd: DHCPACK on 192.168.1.6 to 00:1a:4d:42:e3:43 via eth0
    Jan 22 08:43:58 Atlantis dhcpd: DHCPINFORM from 192.168.1.4 via eth0
    Jan 22 08:43:58 Atlantis dhcpd: DHCPACK to 192.168.1.4 (00:1a:4d:43:16:44) via eth0
    Jan 22 08:44:21 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:44:21 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:44:26 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:44:26 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:44:36 Atlantis dhcpd: DHCPINFORM from 192.168.1.5 via eth0
    Jan 22 08:44:36 Atlantis dhcpd: DHCPACK to 192.168.1.5 (00:1a:4d:43:0f:5b) via eth0
    Jan 22 08:44:44 Atlantis dhcpd: DHCPINFORM from 192.168.1.6 via eth0
    Jan 22 08:44:44 Atlantis dhcpd: DHCPACK to 192.168.1.6 (00:1a:4d:42:e3:43) via eth0
    Jan 22 08:45:39 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:45:39 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:45:42 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:45:42 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:55:28 Atlantis dhcpd: DHCPDISCOVER from 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:55:29 Atlantis dhcpd: DHCPOFFER on 192.168.3.250 to 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:55:29 Atlantis dhcpd: DHCPREQUEST for 192.168.3.250 (192.168.0.2) from 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:55:29 Atlantis dhcpd: DHCPACK on 192.168.3.250 to 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 09:17:11 Atlantis -- MARK --
    Jan 22 09:24:49 Atlantis dhcpd: DHCPINFORM from 192.168.1.2 via eth0
    Jan 22 09:24:49 Atlantis dhcpd: DHCPACK to 192.168.1.2 (00:1a:4d:42:e3:6e) via eth0
    Jan 22 09:24:53 Atlantis dhcpd: DHCPINFORM from 192.168.1.3 via eth0
    Jan 22 09:24:53 Atlantis dhcpd: DHCPACK to 192.168.1.3 (00:1a:4d:43:10:9f) via eth0
    /var/log/daemon.log
    Code:
    Jan 21 13:15:41 Atlantis init: Switching to runlevel: 6
    Jan 21 13:15:50 Atlantis avahi-daemon[2866]: Got SIGTERM, quitting.
    Jan 21 13:15:50 Atlantis avahi-daemon[2866]: Leaving mDNS multicast group on interface eth1.IPv4 with address 10.0.0.2.
    Jan 21 13:15:50 Atlantis avahi-daemon[2866]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.0.2.
    Jan 21 13:15:50 Atlantis NetworkManager: <WARNING>^I nm_signal_handler (): Caught signal 15, shutting down normally.
    Jan 21 13:15:50 Atlantis NetworkManager: <information>^ICaught terminiation signal
    Jan 21 13:15:50 Atlantis NetworkManager: <debug info>^I[1200917750.349262] nm_print_open_socks (): Open Sockets List:
    Jan 21 13:15:50 Atlantis NetworkManager: <debug info>^I[1200917750.349302] nm_print_open_socks (): Open Sockets List Done.
    Jan 21 13:15:50 Atlantis NetworkManager: <information>^IDeactivating device eth2.
    Jan 21 13:15:50 Atlantis ntpd[3059]: ntpd exiting on signal 15
    Jan 21 13:15:53 Atlantis rpc.statd[3021]: Caught signal 15, un-registering and exiting.
    Jan 21 13:17:00 Atlantis named[2623]: starting BIND 9.3.4 -u bind
    Jan 21 13:17:00 Atlantis named[2623]: found 2 CPUs, using 2 worker threads
    Jan 21 13:17:00 Atlantis named[2623]: loading configuration from '/etc/bind/named.conf'
    Jan 21 13:17:00 Atlantis named[2623]: listening on IPv6 interfaces, port 53
    Jan 21 13:17:00 Atlantis named[2623]: listening on IPv4 interface lo, 127.0.0.1#53
    Jan 21 13:17:00 Atlantis named[2623]: listening on IPv4 interface eth0, 192.168.0.2#53
    Jan 21 13:17:00 Atlantis named[2623]: listening on IPv4 interface eth1, 10.0.0.2#53
    Jan 21 13:17:00 Atlantis named[2623]: command channel listening on 127.0.0.1#953
    Jan 21 13:17:09 Atlantis NetworkManager: <information>^Istarting...
    Jan 21 13:17:09 Atlantis NetworkManager: <information>^Ieth2: Device is fully-supported using driver '8139too'.
    Jan 21 13:17:09 Atlantis NetworkManager: <information>^Inm_device_init(): waiting for device's worker thread to start
    Jan 21 13:17:09 Atlantis NetworkManager: <information>^Inm_device_init(): device's worker thread started, continuing.
    Jan 21 13:17:09 Atlantis NetworkManager: <information>^INow managing wired Ethernet (802.3) device 'eth2'.
    Jan 21 13:17:09 Atlantis NetworkManager: <information>^IDeactivating device eth2.
    Jan 21 13:17:09 Atlantis avahi-daemon[2883]: Found user 'avahi' (UID 104) and group 'avahi' (GID 105).
    Jan 21 13:17:09 Atlantis avahi-daemon[2883]: Successfully dropped root privileges.
    Jan 21 13:17:09 Atlantis avahi-daemon[2883]: avahi-daemon 0.6.16 starting up.
    Jan 21 13:17:09 Atlantis avahi-daemon[2883]: Successfully called chroot().
    Jan 21 13:17:09 Atlantis avahi-daemon[2883]: Successfully dropped remaining capabilities.
    Jan 21 13:17:09 Atlantis avahi-daemon[2883]: No service found in /etc/avahi/services.
    Jan 21 13:17:09 Atlantis avahi-daemon[2883]: New relevant interface eth1.IPv4 for mDNS.
    Jan 21 13:17:09 Atlantis avahi-daemon[2883]: Joining mDNS multicast group on interface eth1.IPv4 with address 10.0.0.2.
    Jan 21 13:17:09 Atlantis avahi-daemon[2883]: New relevant interface eth0.IPv4 for mDNS.
    Jan 21 13:17:09 Atlantis avahi-daemon[2883]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.0.2.
    Jan 21 13:17:09 Atlantis avahi-daemon[2883]: Network interface enumeration completed.
    Jan 21 13:17:09 Atlantis avahi-daemon[2883]: Registering new address record for 10.0.0.2 on eth1.
    Jan 21 13:17:09 Atlantis avahi-daemon[2883]: Registering new address record for 192.168.0.2 on eth0.
    Jan 21 13:17:09 Atlantis avahi-daemon[2883]: Registering HINFO record with values 'I686'/'LINUX'.
    Jan 21 13:17:10 Atlantis avahi-daemon[2883]: Server startup complete. Host name is Atlantis.local. Local service cookie is 94537472.
    Jan 21 13:17:11 Atlantis rpc.statd[3044]: Version 1.0.10 Starting
    Jan 21 13:17:11 Atlantis ntpd[3082]: ntpd 4.2.2p4@1.1585-o Sun Mar  4 13:21:35 UTC 2007 (1)
    Jan 21 13:17:11 Atlantis ntpd[3083]: precision = 1.000 usec
    Jan 21 13:17:11 Atlantis ntpd[3083]: Listening on interface wildcard, 0.0.0.0#123 Disabled
    Jan 21 13:17:11 Atlantis ntpd[3083]: Listening on interface wildcard, ::#123 Disabled
    Jan 21 13:17:11 Atlantis ntpd[3083]: Listening on interface lo, ::1#123 Enabled
    Jan 21 13:17:11 Atlantis ntpd[3083]: Listening on interface eth1, fe80::210:4bff:fe47:fffb#123 Enabled
    Jan 21 13:17:11 Atlantis ntpd[3083]: Listening on interface eth0, fe80::217:31ff:fe89:e135#123 Enabled
    Jan 21 13:17:11 Atlantis ntpd[3083]: Listening on interface lo, 127.0.0.1#123 Enabled
    Jan 21 13:17:11 Atlantis ntpd[3083]: Listening on interface eth0, 192.168.0.2#123 Enabled
    Jan 21 13:17:11 Atlantis ntpd[3083]: Listening on interface eth1, 10.0.0.2#123 Enabled
    Jan 21 13:17:11 Atlantis ntpd[3083]: kernel time sync status 0040
    Jan 21 13:17:11 Atlantis ntpd[3083]: frequency initialized 43.481 PPM from /var/lib/ntp/ntp.drift
    Jan 21 13:17:12 Atlantis dhcpd: Internet Systems Consortium DHCP Server V3.0.4
    Jan 21 13:17:12 Atlantis dhcpd: Copyright 2004-2006 Internet Systems Consortium.
    Jan 21 13:17:12 Atlantis dhcpd: All rights reserved.
    Jan 21 13:17:12 Atlantis dhcpd: For info, please visit http://www.isc.org/sw/dhcp/
    Jan 21 13:17:14 Atlantis ntpd[3083]: io_setbclient: Opened broadcast client on interface 7, socket: 24
    Jan 21 13:17:20 Atlantis ntpd[3083]: synchronized to 134.34.3.18, stratum 1
    Jan 21 13:17:20 Atlantis ntpd[3083]: time reset -0.476730 s
    Jan 21 13:17:20 Atlantis ntpd[3083]: kernel time sync enabled 0001
    Jan 21 13:21:13 Atlantis ntpd[3083]: synchronized to 134.34.3.18, stratum 1
    Jan 21 13:29:51 Atlantis ntpd[3083]: synchronized to 134.34.3.19, stratum 1
    Jan 21 13:41:46 Atlantis ntpd[3083]: synchronized to 134.34.3.18, stratum 1
    Jan 21 13:50:50 Atlantis ntpd[3083]: synchronized to 134.34.3.19, stratum 1
    Jan 21 13:54:02 Atlantis ntpd[3083]: synchronized to 134.34.3.18, stratum 1
    Jan 21 14:41:17 Atlantis ntpd[3083]: synchronized to 134.34.3.19, stratum 1
    Jan 21 14:52:00 Atlantis ntpd[3083]: synchronized to 134.34.3.18, stratum 1
    Jan 21 15:08:42 Atlantis ntpd[3083]: synchronized to 134.34.3.19, stratum 1
    Jan 21 18:25:53 Atlantis ntpd[3083]: synchronized to 134.34.3.18, stratum 1
    Jan 21 18:53:23 Atlantis ntpd[3083]: synchronized to 134.34.3.19, stratum 1
    Jan 21 19:10:46 Atlantis ntpd[3083]: synchronized to 134.34.3.18, stratum 1

  10. #10
    "!§%$&$!§§"%
    Registriert seit
    Nov 2007
    Beiträge
    124
    /var/log/dmsg
    Code:
    Linux version 2.6.18-5-686 (Debian 2.6.18.dfsg.1-17) (dannf@debian.org) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP Mon Dec 24 16:41:07 UTC 2007
    BIOS-provided physical RAM map:
     BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
     BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
     BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
     BIOS-e820: 0000000000100000 - 000000003ffa0000 (usable)
     BIOS-e820: 000000003ffa0000 - 000000003ffae000 (ACPI data)
     BIOS-e820: 000000003ffae000 - 000000003ffe0000 (ACPI NVS)
     BIOS-e820: 000000003ffe0000 - 0000000040000000 (reserved)
     BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
    127MB HIGHMEM available.
    896MB LOWMEM available.
    found SMP MP-table at 000ff780
    On node 0 totalpages: 262048
      DMA zone: 4096 pages, LIFO batch:0
      Normal zone: 225280 pages, LIFO batch:31
      HighMem zone: 32672 pages, LIFO batch:7
    DMI 2.3 present.
    ACPI: RSDP (v000 ACPIAM                                ) @ 0x000fad80
    ACPI: RSDT (v001 A M I  OEMRSDT  0x07000612 MSFT 0x00000097) @ 0x3ffa0000
    ACPI: FADT (v001 A M I  OEMFACP  0x07000612 MSFT 0x00000097) @ 0x3ffa0200
    ACPI: MADT (v001 A M I  OEMAPIC  0x07000612 MSFT 0x00000097) @ 0x3ffa0390
    ACPI: OEMB (v001 A M I  AMI_OEM  0x07000612 MSFT 0x00000097) @ 0x3ffae040
    ACPI: MCFG (v001 A M I  OEMMCFG  0x07000612 MSFT 0x00000097) @ 0x3ffa8560
    ACPI: DSDT (v001  A0402 A0402000 0x00000000 INTL 0x02002026) @ 0x00000000
    ACPI: PM-Timer IO Port: 0x808
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Processor #0 15:4 APIC version 20
    ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Processor #1 15:4 APIC version 20
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 32, 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 high level)
    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 high 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
    Allocating PCI resources starting at 50000000 (gap: 40000000:bfb80000)
    Detected 3010.817 MHz processor.
    Built 1 zonelists.  Total pages: 262048
    Kernel command line: root=/dev/sda3 ro
    mapped APIC to ffffd000 (fee00000)
    mapped IOAPIC to ffffc000 (fec00000)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    Console: colour VGA+ 80x25
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Memory: 1031076k/1048192k available (1541k kernel code, 16468k reserved, 576k data, 196k init, 130688k highmem)
    Checking if this processor honours the WP bit even in supervisor mode... Ok.
    Calibrating delay using timer specific routine.. 6026.84 BogoMIPS (lpj=12053688)
    Security Framework v1.0.0 initialized
    SELinux:  Disabled at boot.
    Capability LSM initialized
    Mount-cache hash table entries: 512
    CPU: After generic identify, caps: bfebfbff 20000000 00000000 00000000 0000641d 00000000 00000001
    CPU: After vendor identify, caps: bfebfbff 20000000 00000000 00000000 0000641d 00000000 00000001
    monitor/mwait feature present.
    using mwait in idle threads.
    CPU: Trace cache: 12K uops, L1 D cache: 16K
    CPU: L2 cache: 1024K
    CPU: Physical Processor ID: 0
    CPU: After all inits, caps: bfebfbff 20000000 00000000 00000180 0000641d 00000000 00000001
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    CPU0: Intel P4/Xeon Extended MCE MSRs (24) available
    CPU0: Thermal monitoring enabled
    Compat vDSO mapped to ffffe000.
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    ACPI: Core revision 20060707
    CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 09
    SMP alternatives: switching to SMP code
    Booting processor 1/1 eip 3000
    Initializing CPU#1
    Calibrating delay using timer specific routine.. 6021.78 BogoMIPS (lpj=12043566)
    CPU: After generic identify, caps: bfebfbff 20000000 00000000 00000000 0000641d 00000000 00000001
    CPU: After vendor identify, caps: bfebfbff 20000000 00000000 00000000 0000641d 00000000 00000001
    monitor/mwait feature present.
    CPU: Trace cache: 12K uops, L1 D cache: 16K
    CPU: L2 cache: 1024K
    CPU: Physical Processor ID: 0
    CPU: After all inits, caps: bfebfbff 20000000 00000000 00000180 0000641d 00000000 00000001
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#1.
    CPU1: Intel P4/Xeon Extended MCE MSRs (24) available
    CPU1: Thermal monitoring enabled
    CPU1: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 09
    Total of 2 processors activated (12048.62 BogoMIPS).
    ENABLING IO-APIC IRQs
    ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
    checking TSC synchronization across 2 CPUs: passed.
    Brought up 2 CPUs
    migration_cost=23
    checking if image is initramfs... it is
    Freeing initrd memory: 4772k freed
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: BIOS Bug: MCFG area at f0000000 is not E820-reserved
    PCI: Not using MMCONFIG.
    PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=3
    PCI: Using configuration type 1
    Setting up standard PCI resources
    ACPI: Interpreter enabled
    ACPI: Using IOAPIC for interrupt routing
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    PCI: Probing PCI hardware (bus 00)
    PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
    Boot video device is 0000:01:00.0
    PCI: Transparent bridge - 0000:00:1e.0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P3._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    pnp: PnP ACPI: found 14 devices
    PnPBIOS: Disabled by ACPI PNP
    PCI: Using ACPI for IRQ routing
    PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
    pnp: 00:07: ioport range 0x290-0x297 has been reserved
    PCI: Bridge: 0000:00:1c.0
      IO window: e000-efff
      MEM window: disabled.
      PREFETCH window: disabled.
    PCI: Bridge: 0000:00:1c.3
      IO window: d000-dfff
      MEM window: eff00000-efffffff
      PREFETCH window: disabled.
    PCI: Bridge: 0000:00:1e.0
      IO window: c000-cfff
      MEM window: ef000000-efefffff
      PREFETCH window: 50000000-500fffff
    ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 169
    PCI: Setting latency timer of device 0000:00:1c.0 to 64
    ACPI: PCI Interrupt 0000:00:1c.3[D] -> GSI 19 (level, low) -> IRQ 177
    PCI: Setting latency timer of device 0000:00:1c.3 to 64
    PCI: Setting latency timer of device 0000:00:1e.0 to 64
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    audit: initializing netlink socket (disabled)
    audit(1200917794.068:1): initialized
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Initializing Cryptographic API
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    PCI: Setting latency timer of device 0000:00:1c.0 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:1c.0:pcie00]
    Allocate Port Service[0000:00:1c.0:pcie02]
    PCI: Setting latency timer of device 0000:00:1c.3 to 64
    assign_interrupt_mode Found MSI capability
    Allocate Port Service[0000:00:1c.3:pcie00]
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
    PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    PNP: PS/2 controller doesn't have AUX irq; using default 12
    serio: i8042 AUX port at 0x60,0x64 irq 12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    mice: PS/2 mouse device common for all mice
    TCP bic registered
    NET: Registered protocol family 1
    NET: Registered protocol family 17
    NET: Registered protocol family 8
    NET: Registered protocol family 20
    Starting balanced_irq
    Using IPI No-Shortcut mode
    ACPI: (supports S0 S1 S3 S4 S5)
    Freeing unused kernel memory: 196k freed
    Time: tsc clocksource has been installed.
    input: AT Translated Set 2 keyboard as /class/input/input0
    ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.CPU1._PDC] (Node c18f389c), AE_BAD_HEADER
    ACPI: Processor [CPU1] (supports 8 throttling states)
    ACPI Error (psparse-0537): Method parse/execution failed [\_PR_.CPU2._PDC] (Node c18f37fc), AE_BAD_HEADER
    ACPI: Processor [CPU2] (supports 8 throttling states)
    usbcore: registered new driver usbfs
    usbcore: registered new driver hub
    r8169 Gigabit Ethernet driver 2.2LK-NAPI loaded
    ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 19 (level, low) -> IRQ 177
    PCI: Setting latency timer of device 0000:02:00.0 to 64
    eth0: RTL8168b/8111b at 0xf883e000, 00:17:31:89:e1:35, IRQ 177
    SCSI subsystem initialized
    USB Universal Host Controller Interface driver v3.0
    ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 20 (level, low) -> IRQ 209
    PCI: Setting latency timer of device 0000:00:1d.0 to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:1d.0: irq 209, io base 0x00009000
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    libata version 2.00 loaded.
    Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    8139too Fast Ethernet driver 0.9.27
    ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 17 (level, low) -> IRQ 217
    PCI: Setting latency timer of device 0000:00:1d.1 to 64
    uhci_hcd 0000:00:1d.1: UHCI Host Controller
    uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:1d.1: irq 217, io base 0x00009400
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 225
    PCI: Setting latency timer of device 0000:00:1d.2 to 64
    uhci_hcd 0000:00:1d.2: UHCI Host Controller
    uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:1d.2: irq 225, io base 0x00009800
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 19 (level, low) -> IRQ 177
    PCI: Setting latency timer of device 0000:00:1d.3 to 64
    uhci_hcd 0000:00:1d.3: UHCI Host Controller
    uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:1d.3: irq 177, io base 0x0000a000
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    ata_piix 0000:00:1f.2: version 2.00
    ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
    ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 23 (level, low) -> IRQ 233
    PCI: Setting latency timer of device 0000:00:1f.2 to 64
    ata1: SATA max UDMA/133 cmd 0xB800 ctl 0xB402 bmdma 0xA400 irq 233
    ata2: SATA max UDMA/133 cmd 0xB000 ctl 0xA802 bmdma 0xA408 irq 233
    scsi0 : ata_piix
    ata1.00: ATA-7, max UDMA/133, 625142448 sectors: LBA48 NCQ (depth 0/1)
    ata1.00: ata1: dev 0 multi count 16
    ata1.00: configured for UDMA/133
    scsi1 : ata_piix
    ata2.00: ATA-7, max UDMA/133, 625142448 sectors: LBA48 NCQ (depth 0/1)
    ata2.00: ata2: dev 0 multi count 16
    ata2.00: configured for UDMA/133
      Vendor: ATA       Model: WDC WD3200YS-01P  Rev: 21.0
      Type:   Direct-Access                      ANSI SCSI revision: 05
      Vendor: ATA       Model: WDC WD3200YS-01P  Rev: 21.0
      Type:   Direct-Access                      ANSI SCSI revision: 05
    ACPI: PCI Interrupt 0000:01:02.0[A] -> <6>ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 20 (level, low) -> IRQ 209
    GSI 22 (level, low) -> IRQ 50
    PCI: Setting latency timer of device 0000:00:1d.7 to 64
    ehci_hcd 0000:00:1d.7: EHCI Host Controller
    ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
    ehci_hcd 0000:00:1d.7: debug port 1
    PCI: cache line size of 128 is not supported by device 0000:00:1d.7
    ehci_hcd 0000:00:1d.7: irq 209, io mem 0xeefffc00
    eth1: RealTek RTL8139 at 0xc800, 00:02:2a:e0:c8:77, IRQ 50
    eth1:  Identified 8139 chip type 'RTL-8100B/8139D'
    ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    ACPI: PCI Interrupt 0000:01:01.0[A] -> GSI 21 (level, low) -> IRQ 58
    usb usb5: configuration #1 chosen from 1 choice
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 8 ports detected
    3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
    0000:01:01.0: 3Com PCI 3c905B Cyclone 100baseTx at f887e800.
    8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
    ICH7: IDE controller at PCI slot 0000:00:1f.1
    ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 22 (level, low) -> IRQ 50
    ICH7: chipset revision 1
    ICH7: not 100% native mode: will probe irqs later
        ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio
        ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:pio, hdd:pio
    Probing IDE interface ide0...
    SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB)
    sda: Write Protect is off
    sda: Mode Sense: 00 3a 00 00
    SCSI device sda: drive cache: write back
    SCSI device sda: 625142448 512-byte hdwr sectors (320073 MB)
    sda: Write Protect is off
    sda: Mode Sense: 00 3a 00 00
    SCSI device sda: drive cache: write back
     sda: sda1 sda2 sda3 sda4
    sd 0:0:0:0: Attached scsi disk sda
    SCSI device sdb: 625142448 512-byte hdwr sectors (320073 MB)
    sdb: Write Protect is off
    sdb: Mode Sense: 00 3a 00 00
    SCSI device sdb: drive cache: write back
    SCSI device sdb: 625142448 512-byte hdwr sectors (320073 MB)
    sdb: Write Protect is off
    sdb: Mode Sense: 00 3a 00 00
    SCSI device sdb: drive cache: write back
     sdb: sdb1
    sd 1:0:0:0: Attached scsi disk sdb
    hda: HL-DT-STDVD-ROM GDR8164B, ATAPI CD/DVD-ROM drive
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    Probing IDE interface ide1...
    hda: ATAPI 52X DVD-ROM drive, 256kB Cache, UDMA(33)
    Uniform CD-ROM driver Revision: 3.20
    Attempting manual resume
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs: mounted filesystem with ordered data mode.
    Linux agpgart interface v0.101 (c) Dave Jones
    input: PC Speaker as /class/input/input1
    intel_rng: FWH not detected
    Floppy drive(s): fd0 is 1.44M
    ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 23 (level, low) -> IRQ 233
    FDC 0 is a post-1991 82077
    Real Time Clock Driver v1.12ac
    ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 19 (level, low) -> IRQ 177
    PCI: Setting latency timer of device 0000:00:1b.0 to 64
    Adding 3903784k swap on /dev/sda2.  Priority:-1 extents:1 across:3903784k
    EXT3 FS on sda3, internal journal
    loop: loaded (max 8 devices)
    device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialised: dm-devel@redhat.com
    kjournald starting.  Commit interval 5 seconds
    EXT3 FS on sda1, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    kjournald starting.  Commit interval 5 seconds
    EXT3 FS on sda4, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    kjournald starting.  Commit interval 5 seconds
    EXT3 FS on sdb1, internal journal
    EXT3-fs: mounted filesystem with ordered data mode.
    r8169: eth0: link up
    r8169: eth0: link up
    eth1:  setting full-duplex.
    var/log/syslog:
    Code:
    Jan 22 07:35:57 Atlantis syslogd 1.4.1#18: restart.
    Jan 22 07:35:57 Atlantis anacron[6768]: Job `cron.daily' terminated
    Jan 22 07:35:57 Atlantis anacron[6768]: Normal exit (1 job run)
    Jan 22 07:39:01 Atlantis /USR/SBIN/CRON[9642]: (root) CMD (  [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -r -0 rm)
    Jan 22 07:57:10 Atlantis -- MARK --
    Jan 22 08:00:38 Atlantis dhcpd: DHCPINFORM from 192.168.0.14 via eth0
    Jan 22 08:00:38 Atlantis dhcpd: DHCPACK to 192.168.0.14 (00:13:8f:0a:2a:08) via eth0
    Jan 22 08:09:01 Atlantis /USR/SBIN/CRON[18643]: (root) CMD (  [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -r -0 rm)
    Jan 22 08:13:47 Atlantis dhcpd: Added new forward map from R110C001.GE-TDF to 192.168.0.21
    Jan 22 08:13:47 Atlantis dhcpd: added reverse map from 21.0.168.192.in-addr.arpa. to R110C001.GE-TDF
    Jan 22 08:13:47 Atlantis dhcpd: DHCPREQUEST for 192.168.0.21 from 00:40:d0:3a:0a:90 via eth0
    Jan 22 08:13:47 Atlantis dhcpd: DHCPACK on 192.168.0.21 to 00:40:d0:3a:0a:90 via eth0
    Jan 22 08:14:46 Atlantis dhcpd: DHCPINFORM from 192.168.0.21 via eth0
    Jan 22 08:14:46 Atlantis dhcpd: DHCPACK to 192.168.0.21 (00:40:d0:3a:0a:90) via eth0
    Jan 22 08:14:49 Atlantis dhcpd: DHCPINFORM from 192.168.0.21 via eth0
    Jan 22 08:14:49 Atlantis dhcpd: DHCPACK to 192.168.0.21 (00:40:d0:3a:0a:90) via eth0
    Jan 22 08:16:29 Atlantis dhcpd: DHCPDISCOVER from 00:50:ba:78:ac:82 via eth0
    Jan 22 08:16:30 Atlantis dhcpd: DHCPOFFER on 192.168.3.250 to 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:16:34 Atlantis dhcpd: DHCPDISCOVER from 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:16:34 Atlantis dhcpd: DHCPOFFER on 192.168.3.250 to 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:16:42 Atlantis dhcpd: DHCPDISCOVER from 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:16:42 Atlantis dhcpd: DHCPOFFER on 192.168.3.250 to 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:16:42 Atlantis dhcpd: Added new forward map from laptop-ejytzib8.GE-TDF to 192.168.3.250
    Jan 22 08:16:42 Atlantis dhcpd: added reverse map from 250.3.168.192.in-addr.arpa. to laptop-ejytzib8.GE-TDF
    Jan 22 08:16:42 Atlantis dhcpd: Wrote 0 deleted host decls to leases file.
    Jan 22 08:16:42 Atlantis dhcpd: Wrote 0 new dynamic host decls to leases file.
    Jan 22 08:16:42 Atlantis dhcpd: Wrote 5 leases to leases file.
    Jan 22 08:16:42 Atlantis dhcpd: DHCPREQUEST for 192.168.3.250 (192.168.0.2) from 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:16:42 Atlantis dhcpd: DHCPACK on 192.168.3.250 to 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:17:01 Atlantis /USR/SBIN/CRON[21067]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
    Jan 22 08:18:08 Atlantis dhcpd: DHCPINFORM from 192.168.3.250 via eth0
    Jan 22 08:18:08 Atlantis dhcpd: DHCPACK to 192.168.3.250 (00:50:ba:78:ac:82) via eth0
    Jan 22 08:18:12 Atlantis dhcpd: DHCPINFORM from 192.168.3.250 via eth0
    Jan 22 08:18:12 Atlantis dhcpd: DHCPACK to 192.168.3.250 (00:50:ba:78:ac:82) via eth0
    Jan 22 08:37:02 Atlantis dhcpd: Added new forward map from BIBIC000.GE-TDF to 192.168.1.7
    Jan 22 08:37:02 Atlantis dhcpd: added reverse map from 7.1.168.192.in-addr.arpa. to BIBIC000.GE-TDF
    Jan 22 08:37:02 Atlantis dhcpd: DHCPREQUEST for 192.168.1.7 from 52:54:05:c2:ac:92 via eth0
    Jan 22 08:37:02 Atlantis dhcpd: DHCPACK on 192.168.1.7 to 52:54:05:c2:ac:92 via eth0
    Jan 22 08:39:01 Atlantis /USR/SBIN/CRON[27709]: (root) CMD (  [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -r -0 rm)
    Jan 22 08:39:12 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:39:12 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:39:15 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:39:15 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:40:31 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:40:31 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:40:34 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:40:34 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:41:47 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:41:47 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:41:51 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:41:51 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:42:37 Atlantis dhcpd: Added new forward map from BIBIC001.GE-TDF to 192.168.1.1
    Jan 22 08:42:37 Atlantis dhcpd: added reverse map from 1.1.168.192.in-addr.arpa. to BIBIC001.GE-TDF
    Jan 22 08:42:37 Atlantis dhcpd: DHCPREQUEST for 192.168.1.1 from 00:1a:4d:42:ec:ee via eth0
    Jan 22 08:42:37 Atlantis dhcpd: DHCPACK on 192.168.1.1 to 00:1a:4d:42:ec:ee via eth0
    Jan 22 08:43:01 Atlantis dhcpd: Added new forward map from BIBIC004.GE-TDF to 192.168.1.4
    Jan 22 08:43:01 Atlantis dhcpd: added reverse map from 4.1.168.192.in-addr.arpa. to BIBIC004.GE-TDF
    Jan 22 08:43:01 Atlantis dhcpd: DHCPREQUEST for 192.168.1.4 from 00:1a:4d:43:16:44 via eth0
    Jan 22 08:43:01 Atlantis dhcpd: DHCPACK on 192.168.1.4 to 00:1a:4d:43:16:44 via eth0
    Jan 22 08:43:04 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:43:04 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:43:08 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:43:08 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:43:33 Atlantis dhcpd: DHCPINFORM from 192.168.1.1 via eth0
    Jan 22 08:43:33 Atlantis dhcpd: DHCPACK to 192.168.1.1 (00:1a:4d:42:ec:ee) via eth0
    Jan 22 08:43:40 Atlantis dhcpd: Added new forward map from BIBIC005.GE-TDF to 192.168.1.5
    Jan 22 08:43:40 Atlantis dhcpd: added reverse map from 5.1.168.192.in-addr.arpa. to BIBIC005.GE-TDF
    Jan 22 08:43:40 Atlantis dhcpd: DHCPREQUEST for 192.168.1.5 from 00:1a:4d:43:0f:5b via eth0
    Jan 22 08:43:40 Atlantis dhcpd: DHCPACK on 192.168.1.5 to 00:1a:4d:43:0f:5b via eth0
    Jan 22 08:43:48 Atlantis dhcpd: Added new forward map from BIBIC006.GE-TDF to 192.168.1.6
    Jan 22 08:43:48 Atlantis dhcpd: added reverse map from 6.1.168.192.in-addr.arpa. to BIBIC006.GE-TDF
    Jan 22 08:43:48 Atlantis dhcpd: DHCPREQUEST for 192.168.1.6 from 00:1a:4d:42:e3:43 via eth0
    Jan 22 08:43:48 Atlantis dhcpd: DHCPACK on 192.168.1.6 to 00:1a:4d:42:e3:43 via eth0
    Jan 22 08:43:58 Atlantis dhcpd: DHCPINFORM from 192.168.1.4 via eth0
    Jan 22 08:43:58 Atlantis dhcpd: DHCPACK to 192.168.1.4 (00:1a:4d:43:16:44) via eth0
    Jan 22 08:44:21 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:44:21 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:44:26 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:44:26 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:44:36 Atlantis dhcpd: DHCPINFORM from 192.168.1.5 via eth0
    Jan 22 08:44:36 Atlantis dhcpd: DHCPACK to 192.168.1.5 (00:1a:4d:43:0f:5b) via eth0
    Jan 22 08:44:44 Atlantis dhcpd: DHCPINFORM from 192.168.1.6 via eth0
    Jan 22 08:44:44 Atlantis dhcpd: DHCPACK to 192.168.1.6 (00:1a:4d:42:e3:43) via eth0
    Jan 22 08:45:39 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:45:39 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:45:42 Atlantis dhcpd: DHCPINFORM from 192.168.1.7 via eth0
    Jan 22 08:45:42 Atlantis dhcpd: DHCPACK to 192.168.1.7 (52:54:05:c2:ac:92) via eth0
    Jan 22 08:55:28 Atlantis dhcpd: DHCPDISCOVER from 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:55:29 Atlantis dhcpd: DHCPOFFER on 192.168.3.250 to 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:55:29 Atlantis dhcpd: DHCPREQUEST for 192.168.3.250 (192.168.0.2) from 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 08:55:29 Atlantis dhcpd: DHCPACK on 192.168.3.250 to 00:50:ba:78:ac:82 (laptop-ejytzib8) via eth0
    Jan 22 09:09:01 Atlantis /USR/SBIN/CRON[4346]: (root) CMD (  [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -print0 | xargs -r -0 rm)
    Jan 22 09:17:01 Atlantis /USR/SBIN/CRON[6804]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
    Jan 22 09:24:49 Atlantis dhcpd: DHCPINFORM from 192.168.1.2 via eth0
    Jan 22 09:24:49 Atlantis dhcpd: DHCPACK to 192.168.1.2 (00:1a:4d:42:e3:6e) via eth0
    Jan 22 09:24:53 Atlantis dhcpd: DHCPINFORM from 192.168.1.3 via eth0
    Jan 22 09:24:53 Atlantis dhcpd: DHCPACK to 192.168.1.3 (00:1a:4d:43:10:9f) via eth0

  11. #11
    "!§%$&$!§§"%
    Registriert seit
    Nov 2007
    Beiträge
    124
    vmstat:
    Code:
    procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----
     r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa
     0  0      0  14628  24240 861396    0    0     1    18  144   52  1  0 99  0
    ifconfig -a:
    Code:
    th0      Protokoll:Ethernet  Hardware Adresse 00:17:31:89:E1:35
              inet Adresse:192.168.0.2  Bcast:192.168.0.255  Maske:255.255.252.0
              inet6 Adresse: fe80::217:31ff:fe89:e135/64 Gültigkeitsbereich:Verbindung
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:1175953 errors:0 dropped:0 overruns:0 frame:0
              TX packets:832572 errors:0 dropped:0 overruns:0 carrier:0
              Kollisionen:0 Sendewarteschlangenlänge:1000
              RX bytes:1134153325 (1.0 GiB)  TX bytes:615425741 (586.9 MiB)
              Interrupt:177 Basisadresse:0xe000
    
    eth1      Protokoll:Ethernet  Hardware Adresse 00:10:4B:47:FF:FB
              inet Adresse:10.0.0.2  Bcast:10.0.0.255  Maske:255.255.255.0
              inet6 Adresse: fe80::210:4bff:fe47:fffb/64 Gültigkeitsbereich:Verbindung
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:10461 errors:0 dropped:0 overruns:0 frame:0
              TX packets:13369 errors:0 dropped:0 overruns:0 carrier:0
              Kollisionen:0 Sendewarteschlangenlänge:1000
              RX bytes:1957579 (1.8 MiB)  TX bytes:1136887 (1.0 MiB)
              Interrupt:58 Basisadresse:0xe800
    
    eth2      Protokoll:Ethernet  Hardware Adresse 00:02:2A:E0:C8:77
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              Kollisionen:0 Sendewarteschlangenlänge:1000
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
              Interrupt:50 Basisadresse:0xc800
    
    lo        Protokoll:Lokale Schleife
              inet Adresse:127.0.0.1  Maske:255.0.0.0
              inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:212296 errors:0 dropped:0 overruns:0 frame:0
              TX packets:212296 errors:0 dropped:0 overruns:0 carrier:0
              Kollisionen:0 Sendewarteschlangenlänge:0
              RX bytes:34647083 (33.0 MiB)  TX bytes:34647083 (33.0 MiB)
    
    sit0      Protokoll:IPv6-nach-IPv4
              NOARP  MTU:1480  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              Kollisionen:0 Sendewarteschlangenlänge:0
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    PS: ETH2 WIRD NICHT GENUTZT!!! (noch nicht!)

    ps:
    Code:
      PID TTY      STAT   TIME COMMAND
        1 ?        Ss     0:01 init [2]
        2 ?        S      0:00 [migration/0]
        3 ?        SN     0:00 [ksoftirqd/0]
        4 ?        S      0:00 [migration/1]
        5 ?        SN     0:00 [ksoftirqd/1]
        6 ?        S<     0:00 [events/0]
        7 ?        S<     0:00 [events/1]
        8 ?        S<     0:00 [khelper]
        9 ?        S<     0:00 [kthread]
       13 ?        S<     0:00 [kblockd/0]
       14 ?        S<     0:00 [kblockd/1]
       15 ?        S<     0:00 [kacpid]
      108 ?        S<     0:00 [kseriod]
      150 ?        S      0:00 [pdflush]
      151 ?        S      0:00 [pdflush]
      152 ?        S<     0:00 [kswapd0]
      153 ?        S<     0:00 [aio/0]
      154 ?        S<     0:00 [aio/1]
      300 ?        S      0:00 [kirqd]
      635 ?        S<     0:00 [khubd]
      660 ?        S<     0:00 [ata/0]
      661 ?        S<     0:00 [ata/1]
      662 ?        S<     0:00 [ata_aux]
      718 ?        S<     0:00 [scsi_eh_0]
      719 ?        S<     0:00 [scsi_eh_1]
     1103 ?        S<     0:00 [kjournald]
     1291 ?        S<s    2:29 udevd --daemon
     1694 ?        S<     0:00 [kpsmoused]
     1982 ?        S<     0:00 [kmirrord]
     2033 ?        S<     0:00 [kjournald]
     2035 ?        S<     0:00 [kjournald]
     2037 ?        S<     0:00 [kjournald]
     2367 ?        Ss     0:00 /sbin/portmap
     2602 ?        Ss     0:00 /sbin/syslogd
     2608 ?        Ss     0:00 /sbin/klogd -x
     2623 ?        Ssl    0:05 /usr/sbin/named -u bind
     2673 ?        Ss     0:00 /usr/sbin/hpiod
     2676 ?        S      0:00 python /usr/sbin/hpssd
     2706 ?        Ssl    0:17 /usr/sbin/slapd -g openldap -u openldap
     2777 ?        Ss     0:00 /usr/sbin/acpid -c /etc/acpi/events -s /var/run/acpid.socket
     2809 ?        Ss     0:00 /usr/sbin/cupsd
     2819 ?        Ss     0:00 /usr/bin/dbus-daemon --system
     2827 ?        Ss     0:01 /usr/sbin/hald
     2828 ?        S      0:00 hald-runner
     2834 ?        S      0:00 hald-addon-acpi: listening on acpid socket /var/run/acpid.socket
     2838 ?        S      0:00 hald-addon-keyboard: listening on /dev/input/event0
     2848 ?        S      0:01 hald-addon-storage: polling /dev/hda
     2862 ?        Ss     0:00 /usr/sbin/dhcdbd --system
     2869 ?        Ssl    0:00 /usr/sbin/NetworkManager --pid-file /var/run/NetworkManager/NetworkManager.pid
     2883 ?        Ss     0:00 avahi-daemon: running [Atlantis.local]
     2885 ?        Ss     0:00 avahi-daemon: chroot helper
     2892 ?        Ss     0:00 /usr/sbin/NetworkManagerDispatcher --pid-file /var/run/NetworkManager/NetworkManagerDispatcher.
     2939 ?        Ss     0:00 /usr/sbin/exim4 -bd -q30m
     2969 ?        Ss     0:00 /usr/sbin/inetd
     2976 ?        Ss     0:02 /usr/sbin/nmbd -D
     2977 ?        S      0:00 /usr/sbin/nmbd -D
     2979 ?        Ss     0:00 /usr/sbin/smbd -D
     2988 ?        S      0:00 /usr/sbin/smbd -D
     2990 ?        Ss     0:00 /usr/sbin/sshd
     3032 ?        Ss     0:00 /usr/sbin/gdm
     3038 ?        S      0:00 /usr/sbin/gdm
     3039 tty7     Ss+    0:01 /usr/bin/X :0 -dpi 96 -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten tcp vt7
     3044 ?        Ss     0:00 /sbin/rpc.statd
     3067 ?        Ss     0:00 /usr/sbin/rpc.idmapd
     3083 ?        Ss     0:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -u 111:115 -g
     3094 ?        Ss     0:00 /usr/sbin/rpc.nfsd
     3096 ?        S      0:00 /usr/sbin/rpc.mountd
     3103 ?        Ss     0:00 /usr/sbin/dhcpd3 -q
     3110 ?        Ss     0:01 /usr/lib/gdm/gdmgreeter
     3126 ?        Ss     0:00 /usr/sbin/atd
     3133 ?        Ss     0:00 /usr/sbin/cron
     3152 ?        Ss     0:00 /usr/sbin/apache2 -k start
     3163 ?        S      0:00 /usr/sbin/apache2 -k start
     3164 ?        S      0:00 /usr/sbin/apache2 -k start
     3165 ?        S      0:00 /usr/sbin/apache2 -k start
     3166 ?        S      0:00 /usr/sbin/apache2 -k start
     3167 ?        S      0:00 /usr/sbin/apache2 -k start
     3168 ?        S      0:00 tail -f /var/log/messages
     3171 ?        S      0:00 tail -f /var/log/syslog
     3174 ?        S      0:00 tail -f /var/log/daemon.log
     3177 ?        S      0:03 /bin/bash /usr/sbin/ge-tdf.monitor
     3206 tty1     Ss     0:00 /bin/login --
     3207 tty2     Ss     0:00 /bin/login --
     3208 tty3     Ss+    0:00 /sbin/getty 38400 tty3
     3209 tty4     Ss+    0:00 /sbin/getty 38400 tty4
     3210 tty5     Ss+    0:00 /sbin/getty 38400 tty5
     3211 tty6     Ss+    0:00 /sbin/getty 38400 tty6
    14295 ?        S      0:00 /usr/sbin/apache2 -k start
    14417 ?        S      0:00 /usr/sbin/apache2 -k start
    20876 tty1     S      0:00 -bash
    24172 tty1     S+     0:05 mc
    24173 ?        Ss     0:00 cons.saver /dev/tty1
    24174 pts/0    Ss     0:00 bash -rcfile .bashrc
    24296 tty1     S+     0:11 ssh -l root 192.168.0.1 echo FISH:; /bin/sh
    27908 pts/0    S+     0:27 iptraf
    28842 ?        S      0:00 /usr/sbin/smbd -D
    28964 ?        S      0:00 /usr/sbin/smbd -D
    29148 ?        S      0:00 /usr/sbin/smbd -D
    29195 ?        S      0:00 /usr/sbin/smbd -D
     2469 ?        S      0:00 /usr/sbin/smbd -D
     4296 tty2     S      0:00 -bash
     4320 tty2     S+     0:00 mc
     4321 ?        Ss     0:00 cons.saver /dev/tty2
     4322 pts/1    Ss+    0:00 bash -rcfile .bashrc
     9460 ?        Ss     0:00 sshd: root@pts/2
     9483 pts/2    Ss     0:00 -bash
    13512 ?        S      0:00 sleep 4
    13514 pts/2    R+     0:00 ps -ax

  12. #12
    "!§%$&$!§§"%
    Registriert seit
    Nov 2007
    Beiträge
    124
    log.smbd:
    Code:
    [2008/01/21 13:17:10, 0] smbd/server.c:main(847)
      smbd version 3.0.24 started.
      Copyright Andrew Tridgell and the Samba Team 1992-2006
    log.nmbd:
    Code:
    [2008/01/21 13:17:10, 0] smbd/server.c:main(847)
      smbd version 3.0.24 started.
      Copyright Andrew Tridgell and the Samba Team 1992-2006
    Atlantis:~# cat /var/log/samba/log.nmbd
    [2008/01/21 13:17:10, 0] nmbd/nmbd.c:main(699)
      Netbios nameserver version 3.0.24 started.
      Copyright Andrew Tridgell and the Samba Team 1992-2006
    [2008/01/21 13:17:10, 0] nmbd/asyncdns.c:start_async_dns(151)
      started asyncdns process 2977
    [2008/01/21 13:17:10, 0] nmbd/nmbd_logonnames.c:add_logon_names(163)
      add_domain_logon_names:
      Attempting to become logon server for workgroup GE-TDF on subnet 192.168.0.2
    [2008/01/21 13:17:10, 0] nmbd/nmbd_logonnames.c:add_logon_names(163)
      add_domain_logon_names:
      Attempting to become logon server for workgroup GE-TDF on subnet UNICAST_SUBNET
    [2008/01/21 13:17:10, 0] nmbd/nmbd_become_dmb.c:become_domain_master_browser_wins(335)
      become_domain_master_browser_wins:
      Attempting to become domain master browser on workgroup GE-TDF, subnet UNICAST_SUBNET.
    [2008/01/21 13:17:10, 0] nmbd/nmbd_become_dmb.c:become_domain_master_browser_wins(349)
      become_domain_master_browser_wins: querying WINS server from IP 192.168.0.2 for domain master browser name GE-TDF<1b> on workgroup GE-TDF
    [2008/01/21 13:17:10, 0] nmbd/nmbd_logonnames.c:become_logon_server_success(124)
      become_logon_server_success: Samba is now a logon server for workgroup GE-TDF on subnet UNICAST_SUBNET
    [2008/01/21 13:17:10, 0] nmbd/nmbd_become_dmb.c:become_domain_master_stage2(113)
      *****
    
      Samba server ATLANTIS is now a domain master browser for workgroup GE-TDF on subnet UNICAST_SUBNET
    
      *****
    [2008/01/21 13:17:10, 0] nmbd/nmbd_become_dmb.c:become_domain_master_browser_bcast(290)
      become_domain_master_browser_bcast:
      Attempting to become domain master browser on workgroup GE-TDF on subnet 192.168.0.2
    [2008/01/21 13:17:10, 0] nmbd/nmbd_become_dmb.c:become_domain_master_browser_bcast(303)
      become_domain_master_browser_bcast: querying subnet 192.168.0.2 for domain master browser on workgroup GE-TDF
    [2008/01/21 13:17:15, 0] nmbd/nmbd_logonnames.c:become_logon_server_success(124)
      become_logon_server_success: Samba is now a logon server for workgroup GE-TDF on subnet 192.168.0.2
    [2008/01/21 13:17:19, 0] nmbd/nmbd_become_dmb.c:become_domain_master_stage2(113)
      *****
    
      Samba server ATLANTIS is now a domain master browser for workgroup GE-TDF on subnet 192.168.0.2
    
      *****
    [2008/01/21 13:17:34, 0] nmbd/nmbd_become_lmb.c:become_local_master_stage2(396)
      *****
    
      Samba name server ATLANTIS is now a local master browser for workgroup GE-TDF on subnet 192.168.0.2
    
      *****

  13. #13
    "!§%$&$!§§"%
    Registriert seit
    Nov 2007
    Beiträge
    124
    Wenn noch mehr gebraucht wird sagt bescheid!

  14. #14
    Registrierter Benutzer
    Registriert seit
    Dec 2003
    Ort
    Dettenhausen
    Beiträge
    22.054
    nur noch eine Frage: In dem Zeitfenster, aus dem die Logs sind fand auch ein entsprechender Transfer statt?
    Ich bin root - ich darf das.

  15. #15
    "!§%$&$!§§"%
    Registriert seit
    Nov 2007
    Beiträge
    124
    Mehr als einer ca. 30 mal habe ich einige 100MB Dateien hin und her kopiert, gerade bevor ich die logs rausgeholt habe, habe ich über SMB und SHH versucht eine 400MB Iso Datei runterzuladen, mit dem Ergbiniss über alle drei wege von 1000 bis 2200 Kbits/sec, hat Jahregedauert, für die Normalen Windowsprofiles ist das noch verkraftbar aber nicht wenn es um andere Daten geht....

Ähnliche Themen

  1. CS Source Server Problem Hilfe!
    Von maffin im Forum Dedizierte Spiele Server
    Antworten: 2
    Letzter Beitrag: 26.09.05, 13:24
  2. kompliziertes Gateway wlan2eth problem - Hilfe
    Von KingPinOne im Forum Router und Netzaufbau
    Antworten: 9
    Letzter Beitrag: 15.09.05, 21:01
  3. Antworten: 2
    Letzter Beitrag: 18.05.02, 23:36
  4. Hilfe.. mega Problem!
    Von Smokefoot im Forum System installieren und konfigurieren
    Antworten: 1
    Letzter Beitrag: 12.05.02, 10:56
  5. Hilfe, Problem mit (del) bzw. (entf) Taste
    Von Catonga im Forum Linux Allgemein
    Antworten: 8
    Letzter Beitrag: 20.05.01, 23:03

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •