Итак, дано:
Компьютер с ОС Ubuntu 9.10, используемый как шлюз, + компьютер с Win XP в локальной сети, соединены между собой напрямую.
При условии, что компьютер с XP был онлайн (то есть был линк в сетевой) во время включения Ubuntu, поднимается локалка, раздается интернет, все хорошо.
Однако, если включается Ubuntu, когда второй компьютер выключен (т.е. сетевой кабель, грубо говоря, никуда не подключен), а уже через некоторое время включается компьютер с ХР, то локальная сеть, по сути, отсутствует - нет пингов, ну и соответственно интернет тоже не шарится.
После команды sudo /etc/init.d/networking restart всё снова возвращается на круги своя и прекрасно работает.
Собственно вопрос: как сделать так, что-бы локальная сеть при таких обстоятельствах поднималась автоматически, без ручного вмешательства.
ifconfig
eth0 Link encap:Ethernet HWaddr 00:0e:2e:07:37:b1
inet addr:10.0.22.36 Bcast:10.0.22.255 Mask:255.255.255.0
inet6 addr: fe80::20e:2eff:fe07:37b1/64 Диапазон:Ссылка
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:17891 errors:0 dropped:0 overruns:0 frame:0
TX packets:19652 errors:0 dropped:0 overruns:0 carrier:0
коллизии:0 txqueuelen:1000
RX bytes:16153670 (16.1 MB) TX bytes:3275648 (3.2 MB)
Прервано:18 Base address:0xd800
eth1 Link encap:Ethernet HWaddr 00:22:15:e0:e6:23
inet addr:192.168.137.1 Bcast:192.168.137.255 Mask:255.255.255.0
inet6 addr: fe80::222:15ff:fee0:e623/64 Диапазон:Ссылка
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7564 errors:0 dropped:0 overruns:0 frame:0
TX packets:9614 errors:0 dropped:0 overruns:0 carrier:0
коллизии:0 txqueuelen:1000
RX bytes:939581 (939.5 KB) TX bytes:7849370 (7.8 MB)
Прервано:31
lo Link encap:Локальная петля (Loopback)
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Диапазон:Узел
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:133 errors:0 dropped:0 overruns:0 frame:0
TX packets:133 errors:0 dropped:0 overruns:0 carrier:0
коллизии:0 txqueuelen:0
RX bytes:12376 (12.3 KB) TX bytes:12376 (12.3 KB)
ppp0 Link encap:Протокол PPP (Point-to-Point Protocol)
inet addr:10.64.8.87 P-t-P:10.0.0.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1452 Metric:1
RX packets:15629 errors:0 dropped:0 overruns:0 frame:0
TX packets:13790 errors:0 dropped:0 overruns:0 carrier:0
коллизии:0 txqueuelen:3
RX bytes:15195866 (15.1 MB) TX bytes:2219884 (2.2 MB)
/etc/network/interfaces:
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet static
address 192.168.137.1
netmask 255.255.255.0
network 192.168.137.0
gateway 0.0.0.0
broadcast 192.168.137.255
pre-up ethtool -s eth1 speed 100 duplex full autoneg off
eth1 - локальная сеть
eth0 - сеть с провайдером, куда приходит интернет, настроена через network-manager, по определенным причинам так удобнее.
Cразу говорю, пробывал сносить нетворк-менеджер и прописывать всё вручную, проблема не исчезла.
дальше, вывод команд:
ip route > /home/desktop/logs/"$time".log
route -n >> /home/desktop/logs/"$time".log
ethtool eth0 >> /home/desktop/logs/"$time".log
ethtool eth1 >> /home/desktop/logs/"$time".log
в момент, когда компьютер с XP еще не включен
10.128.4.12 via 10.0.22.1 dev eth0 proto static
10.129.1.7 via 10.0.22.1 dev eth0 proto static
10.129.1.6 via 10.0.22.1 dev eth0 proto static
10.128.4.30 via 10.0.22.1 dev eth0 proto static
217.146.241.36 via 10.0.22.1 dev eth0 proto static
10.129.1.5 via 10.0.22.1 dev eth0 proto static
10.129.1.4 via 10.0.22.1 dev eth0 proto static
10.128.4.8 via 10.0.22.1 dev eth0 proto static
10.128.4.9 via 10.0.22.1 dev eth0 proto static
10.129.1.2 via 10.0.22.1 dev eth0 proto static
10.128.4.10 via 10.0.22.1 dev eth0 proto static
10.128.4.4 via 10.0.22.1 dev eth0 proto static
10.129.0.5 via 10.0.22.1 dev eth0 proto static
10.128.4.1 via 10.0.22.1 dev eth0 proto static
10.128.4.2 via 10.0.22.1 dev eth0 proto static
10.128.4.3 via 10.0.22.1 dev eth0 proto static
10.129.1.8 via 10.0.22.1 dev eth0 proto static
10.0.22.0/24 dev eth0 proto kernel scope link src 10.0.22.36 metric 1
192.168.137.0/24 dev eth1 proto kernel scope link src 192.168.137.1
169.254.0.0/16 dev eth0 scope link metric 1000
default via 10.0.22.1 dev eth0 proto static
Таблица маршутизации ядра протокола IP
Destination Gateway Genmask Flags Metric Ref Use Iface
10.128.4.12 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.7 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.6 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.30 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
217.146.241.36 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.5 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.4 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.8 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.9 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.2 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.10 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.4 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.0.5 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.1 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.2 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.3 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.8 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.0.22.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
192.168.137.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
0.0.0.0 10.0.22.1 0.0.0.0 UG 0 0 0 eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: Not reported
Advertised auto-negotiation: No
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 32
Transceiver: internal
Auto-negotiation: off
Supports Wake-on: pumbg
Wake-on: d
Current message level: 0x00000007 (7)
Link detected: yes
Settings for eth1:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: Not reported
Advertised auto-negotiation: No
Speed: Unknown!
Duplex: Unknown! (255)
Port: MII
PHYAD: 3
Transceiver: external
Auto-negotiation: off
Supports Wake-on: g
Wake-on: d
Link detected: no
когда уже включен, но сеть я еще не перезапустил
10.128.4.12 via 10.0.22.1 dev eth0 proto static
10.129.1.7 via 10.0.22.1 dev eth0 proto static
10.129.1.6 via 10.0.22.1 dev eth0 proto static
10.128.4.30 via 10.0.22.1 dev eth0 proto static
217.146.241.36 via 10.0.22.1 dev eth0 proto static
10.129.1.5 via 10.0.22.1 dev eth0 proto static
10.129.1.4 via 10.0.22.1 dev eth0 proto static
10.0.0.1 dev ppp0 proto kernel scope link src 10.64.8.87
10.128.4.8 via 10.0.22.1 dev eth0 proto static
10.128.4.9 via 10.0.22.1 dev eth0 proto static
10.129.1.2 via 10.0.22.1 dev eth0 proto static
10.128.4.10 via 10.0.22.1 dev eth0 proto static
10.128.4.4 via 10.0.22.1 dev eth0 proto static
10.128.4.5 via 10.0.22.1 dev eth0
10.129.0.5 via 10.0.22.1 dev eth0 proto static
10.128.4.1 via 10.0.22.1 dev eth0 proto static
10.128.4.2 via 10.0.22.1 dev eth0 proto static
10.128.4.3 via 10.0.22.1 dev eth0 proto static
10.129.1.8 via 10.0.22.1 dev eth0 proto static
10.0.22.0/24 dev eth0 proto kernel scope link src 10.0.22.36 metric 1
192.168.137.0/24 dev eth1 proto kernel scope link src 192.168.137.1
169.254.0.0/16 dev eth0 scope link metric 1000
default dev ppp0 scope link
Таблица маршутизации ядра протокола IP
Destination Gateway Genmask Flags Metric Ref Use Iface
10.128.4.12 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.7 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.6 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.30 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
217.146.241.36 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.5 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.4 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.0.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
10.128.4.8 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.9 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.2 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.10 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.4 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.5 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.0.5 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.1 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.2 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.3 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.8 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.0.22.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
192.168.137.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: Not reported
Advertised auto-negotiation: No
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 32
Transceiver: internal
Auto-negotiation: off
Supports Wake-on: pumbg
Wake-on: d
Current message level: 0x00000007 (7)
Link detected: yes
Settings for eth1:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: Not reported
Advertised auto-negotiation: No
Speed: Unknown!
Duplex: Unknown! (255)
Port: MII
PHYAD: 3
Transceiver: external
Auto-negotiation: off
Supports Wake-on: g
Wake-on: d
Link detected: no
когда перезапустил сеть через networking restart
10.128.4.12 via 10.0.22.1 dev eth0 proto static
10.129.1.7 via 10.0.22.1 dev eth0 proto static
10.129.1.6 via 10.0.22.1 dev eth0 proto static
10.128.4.30 via 10.0.22.1 dev eth0 proto static
217.146.241.36 via 10.0.22.1 dev eth0 proto static
10.129.1.5 via 10.0.22.1 dev eth0 proto static
10.129.1.4 via 10.0.22.1 dev eth0 proto static
10.0.0.1 dev ppp0 proto kernel scope link src 10.64.8.87
10.128.4.8 via 10.0.22.1 dev eth0 proto static
10.128.4.9 via 10.0.22.1 dev eth0 proto static
10.129.1.2 via 10.0.22.1 dev eth0 proto static
10.128.4.10 via 10.0.22.1 dev eth0 proto static
10.128.4.4 via 10.0.22.1 dev eth0 proto static
10.128.4.5 via 10.0.22.1 dev eth0
10.129.0.5 via 10.0.22.1 dev eth0 proto static
10.128.4.1 via 10.0.22.1 dev eth0 proto static
10.128.4.2 via 10.0.22.1 dev eth0 proto static
10.128.4.3 via 10.0.22.1 dev eth0 proto static
10.129.1.8 via 10.0.22.1 dev eth0 proto static
10.0.22.0/24 dev eth0 proto kernel scope link src 10.0.22.36 metric 1
192.168.137.0/24 dev eth1 proto kernel scope link src 192.168.137.1
169.254.0.0/16 dev eth0 scope link metric 1000
default dev ppp0 scope link
Таблица маршутизации ядра протокола IP
Destination Gateway Genmask Flags Metric Ref Use Iface
10.128.4.12 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.7 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.6 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.30 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
217.146.241.36 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.5 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.4 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.0.0.1 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
10.128.4.8 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.9 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.2 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.10 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.4 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.5 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.0.5 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.1 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.2 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.128.4.3 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.129.1.8 10.0.22.1 255.255.255.255 UGH 0 0 0 eth0
10.0.22.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0
192.168.137.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 1000 0 0 eth0
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: Not reported
Advertised auto-negotiation: No
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 32
Transceiver: internal
Auto-negotiation: off
Supports Wake-on: pumbg
Wake-on: d
Current message level: 0x00000007 (7)
Link detected: yes
Settings for eth1:
Supported ports: [ MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: Not reported
Advertised auto-negotiation: No
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 3
Transceiver: external
Auto-negotiation: off
Supports Wake-on: g
Wake-on: d
Link detected: yes
Т.е., по сути, различие до перезапуска и после, это:
Speed: Unknown!
Duplex: Unknown! (255)
Link detected: no
=>
Speed: 100Mb/s
Duplex: Full
Link detected: yes
вот некоторые логи
(ориентировочное время:
запуск компьютера: 21:41:02
включение интернета: 21:41:24
включение компьютера с ХР: 21:43:58
перезапуск сети через networking restart: 21:44:11)
dmesg
[ 53.588865] PPP Deflate Compression module registered
[ 53.835006] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 53.835521] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[ 53.835527] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
[ 53.835531] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[ 81.762946] eth1: link up.
[ 81.764362] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 92.500016] eth1: no IPv6 routers present
[ 131.614257] eth1: link down.
[ 157.866839] [fglrx:fireglAsyncioIntDisableMsgHandler] *ERROR* IRQMGR returned error 1 when trying to disable interrupt source ff000036
[ 157.893407] [fglrx:fireglAsyncioIntEnableMsgHandler] *ERROR* IRQMGR returned error 1 when trying to enable interrupt source ff000036
[ 158.108240] CPU0 attaching NULL sched-domain.
[ 158.108246] CPU1 attaching NULL sched-domain.
[ 158.150080] CPU0 attaching sched-domain:
[ 158.150083] domain 0: span 0-1 level MC
[ 158.150085] groups: 0 1
[ 158.150088] CPU1 attaching sched-domain:
[ 158.150089] domain 0: span 0-1 level MC
[ 158.150091] groups: 1 0
[ 230.158675] eth1: link up.
[ 622.616889] tcpdump uses obsolete (PF_INET,SOCK_PACKET)
tail /var/log/messages
Oct 31 21:41:09 home kernel: [ 53.835531] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
Oct 31 21:41:37 home kernel: [ 81.762946] eth1: link up.
Oct 31 21:41:37 home kernel: [ 81.764362] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Oct 31 21:42:27 home kernel: [ 131.614257] eth1: link down.
Oct 31 21:44:05 home kernel: [ 230.158675] eth1: link up.
Oct 31 21:50:38 home kernel: [ 622.616889] tcpdump uses obsolete (PF_INET,SOCK_PACKET)
Oct 31 21:50:42 home kernel: [ 626.749348] device eth1 entered promiscuous mode
Oct 31 21:50:49 home kernel: [ 633.606541] device eth1 left promiscuous mode
Oct 31 22:30:34 home kernel: [ 3018.991373] device eth1 entered promiscuous mode
Oct 31 22:30:42 home kernel: [ 3026.801281] device eth1 left promiscuous mode
tail /var/log/syslog
ct 31 21:41:06 home pptp[1797]: anon log[main:pptp.c:276]: The synchronous pptp option is NOT activated
Oct 31 21:41:06 home pptp[1800]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 1 'Start-Control-Connection-Request'
Oct 31 21:41:06 home pptp[1800]: anon log[ctrlp_disp:pptp_ctrl.c:738]: Received Start Control Connection Reply
Oct 31 21:41:06 home pptp[1800]: anon log[ctrlp_disp:pptp_ctrl.c:772]: Client connection established.
Oct 31 21:41:07 home pptp[1800]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 7 'Outgoing-Call-Request'
Oct 31 21:41:07 home pptp[1800]: anon log[ctrlp_disp:pptp_ctrl.c:857]: Received Outgoing Call Reply.
Oct 31 21:41:07 home pptp[1800]: anon log[ctrlp_disp:pptp_ctrl.c:896]: Outgoing call established (call ID 0, peer's call ID 61191).
Oct 31 21:41:07 home pppd[1801]: pppd 2.4.5 started by root, uid 0
Oct 31 21:41:07 home pppd[1801]: Using interface ppp0
Oct 31 21:41:07 home pppd[1801]: Connect: ppp0 <--> /dev/pts/2
Oct 31 21:41:07 home NetworkManager: SCPlugin-Ifupdown: devices added (path: /sys/devices/virtual/net/ppp0, iface: ppp0)
Oct 31 21:41:07 home NetworkManager: SCPlugin-Ifupdown: device added (path: /sys/devices/virtual/net/ppp0, iface: ppp0): no ifupdown configuration found.
Oct 31 21:41:09 home pppd[1801]: PAP authentication succeeded
Oct 31 21:41:09 home kernel: [ 53.555985] PPP BSD Compression module registered
Oct 31 21:41:09 home kernel: [ 53.588865] PPP Deflate Compression module registered
Oct 31 21:41:09 home pppd[1801]: not replacing existing default route via 10.0.22.1
Oct 31 21:41:09 home pppd[1801]: local IP address 10.64.8.87
Oct 31 21:41:09 home pppd[1801]: remote IP address 10.128.4.5
Oct 31 21:41:09 home kernel: [ 53.835006] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
Oct 31 21:41:09 home kernel: [ 53.835521] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
Oct 31 21:41:09 home kernel: [ 53.835527] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
Oct 31 21:41:09 home kernel: [ 53.835531] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
Oct 31 21:41:37 home NetworkManager: <info> (eth1): carrier now ON (device state 1)
Oct 31 21:41:37 home kernel: [ 81.762946] eth1: link up.
Oct 31 21:41:37 home kernel: [ 81.764362] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
Oct 31 21:41:48 home kernel: [ 92.500016] eth1: no IPv6 routers present
Oct 31 21:42:07 home pptp[1800]: anon log[logecho:pptp_ctrl.c:676]: Echo Reply received.
Oct 31 21:42:27 home kernel: [ 131.614257] eth1: link down.
Oct 31 21:42:27 home NetworkManager: <info> (eth1): carrier now OFF (device state 1)
Oct 31 21:42:52 home acpid: client 1405[0:0] has disconnected
Oct 31 21:42:52 home acpid: client connected from 1405[0:0]
Oct 31 21:42:53 home kernel: [ 157.866839] [fglrx:fireglAsyncioIntDisableMsgHandler] *ERROR* IRQMGR returned error 1 when trying to disable interrupt source ff000036
Oct 31 21:42:53 home kernel: [ 157.893407] [fglrx:fireglAsyncioIntEnableMsgHandler] *ERROR* IRQMGR returned error 1 when trying to enable interrupt source ff000036
Oct 31 21:42:53 home anacron[2168]: Anacron 2.3 started on 2009-10-31
Oct 31 21:42:53 home anacron[2168]: Normal exit (0 jobs run)
Oct 31 21:42:53 home kernel: [ 158.108240] CPU0 attaching NULL sched-domain.
Oct 31 21:42:53 home kernel: [ 158.108246] CPU1 attaching NULL sched-domain.
Oct 31 21:42:53 home kernel: [ 158.150080] CPU0 attaching sched-domain:
Oct 31 21:42:53 home kernel: [ 158.150083] domain 0: span 0-1 level MC
Oct 31 21:42:53 home kernel: [ 158.150085] groups: 0 1
Oct 31 21:42:53 home kernel: [ 158.150088] CPU1 attaching sched-domain:
Oct 31 21:42:53 home kernel: [ 158.150089] domain 0: span 0-1 level MC
Oct 31 21:42:53 home kernel: [ 158.150091] groups: 1 0
Oct 31 21:43:07 home pptp[1800]: anon log[logecho:pptp_ctrl.c:676]: Echo Request received.
Oct 31 21:43:07 home pptp[1800]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 6 'Echo-Reply'
Oct 31 21:43:07 home pptp[1800]: anon log[logecho:pptp_ctrl.c:676]: Echo Reply received.
Oct 31 21:44:05 home kernel: [ 230.158675] eth1: link up.
Oct 31 21:44:05 home NetworkManager: <info> (eth1): carrier now ON (device state 1)
Oct 31 21:44:07 home pptp[1800]: anon log[logecho:pptp_ctrl.c:676]: Echo Request received.
Oct 31 21:44:07 home pptp[1800]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 6 'Echo-Reply'
Oct 31 21:45:07 home pptp[1800]: anon log[logecho:pptp_ctrl.c:676]: Echo Reply received.
Oct 31 21:45:58 home nmbd[1211]: [2009/10/31 21:45:58, 0] nmbd/nmbd_incomingdgrams.c:308(process_local_master_announce)
Oct 31 21:45:58 home nmbd[1211]: process_local_master_announce: Server NATASHA-MUTANT at IP 192.168.137.2 is announcing itself as a local master browser for workgroup WORKGROUP and we think we are master. Forcing election.
Oct 31 21:45:58 home nmbd[1211]: [2009/10/31 21:45:58, 0] nmbd/nmbd_become_lmb.c:148(unbecome_local_master_success)