Ubuntu server x64 11.10 проблема при старте

Всё об ОС Linux
Ответить
Сообщение
Автор
Аватара пользователя
[echo]
Капитан
Капитан
Сообщения: 342
Зарегистрирован: 08.10.2011
Откуда: Чернигов
Контактная информация:

#1 Сообщение 19.12.2011, 18:05

root@iptv:/var/log# cat boot.log

Код: Выделить всё

fsck from util-linux 2.19.1
fsck from util-linux 2.19.1
fsck from util-linux 2.19.1
fsck from util-linux 2.19.1
fsck from util-linux 2.19.1
fsck from util-linux 2.19.1
/dev/sdc3: clean, 11426/3055616 files, 328506/12207104 blocks
/dev/sda1: clean, 68/61054976 files, 13097611/244190638 blocks
/dev/sdc2: clean, 237/122400 files, 70768/488448 blocks
/dev/sdc5: clean, 76196/3082352 files, 455006/12328960 blocks
/dev/sdc6: clean, 4828/12214272 files, 987949/48827904 blocks
/dev/sdc7: clean, 11013/5922816 files, 482071/23678208 blocks
Waiting for network configuraion...
Waiting up to 60 more seconds for network configuration...
Booting system whithout full network configuration...
 * Stopping Failsafe Boot Delay                                                                                                             [ OK ]
 * Starting System V initialisation compatibility                                                                                           [ OK ]
 * Starting AppArmor profiles                                                                                                               [ OK ]
Starting memcached:  * Stopping System V initialisation compatibility                                                                       [ OK ]
 * Starting System V runlevel compatibility                                                                                                 [ OK ]
 * Starting save kernel messages                                                                                                            [ OK ]
 * Starting automatic crash report generation                                                                                               [fail]
 * Starting regular background program processing daemon                                                                                    [ OK ]
 * Starting deferred execution scheduler                                                                                                    [ OK ]
 * Stopping save kernel messages                                                                                                            [ OK ]
 * Starting CPU interrupts balancing daemon                                                                                                 [ OK ]
memcached.
Starting nginx: nginx.
Starting static multicast router daemon: smcroute.
Checking for running unattended-upgrades: 
 * Starting MySQL Server                                                                                                                    [ OK ]
 * Starting NTP server ntpd                                                                                                                 [ OK ]
 * Starting web server apache2                                                                                                              [ OK ]
 * Stopping System V runlevel compatibility                                                                                                 [ OK ]
собственно проблема в этом моменте, время загрузки системы увеличилось на 2 мин, настройка сети вроде правильная, гуглил по этому вопросу но ничего не помогает.
+ при старте не стартует автоматически подключение по pptp, хотя на дебиане всё было идеально

Код: Выделить всё

Waiting for network configuraion...
Waiting up to 60 more seconds for network configuration...
Booting system whithout full network configuration...

root@iptv:/var/log# cat /etc/network/interfaces

Код: Выделить всё

# 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
auto eth0
iface eth0 inet static
address 192.168.220.33
netmask 255.255.255.0
#gateway 192.168.220.1
#network 192.168.220.0
broadcast 192.168.220.255
up route add -net 192.168.0.0 netmask 255.255.0.0 gw 192.168.220.1
up route add -net 172.16.0.0 netmask 255.240.0.0 gw 192.168.220.1
up route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0

post-up pon vpn
pre-down poff vpn

Ответить