| Author |
Message |
|
|
Post subject: Fehlermeldungen beim booten nach heutigem du
Posted: Jul 16, 2008 - 04:43 PM
|
|

Joined: Dec 02, 2006
Posts: 152
Status: Offline
|
|
habe vor einer stunde ein du gemacht. seit dem kommt beim hochfahren des Rechers folgende fehlermeldung:
synthesizing the initial hotplug events: .../lib/lsb/init-funktions: line 335: log_actions_end_msg_pre: command not found
gleiche Fehlermeldung auch bei:
loading kernel moduls
setting kernel variables
gibt es hierfür eine lösung?
gruss pischuma
ok hat sich mit folgendem thread wohl überschnitten.
http://sidux.com/PNphpBB2-viewtopic-t-11756.html |
|
|
| |
|
|
|
 |
|
|
Post subject: Fehlermeldungen beim booten nach heutigem du
Posted: Jul 16, 2008 - 04:50 PM
|
|

Joined: Nov 30, 2006
Posts: 3480
Location: Budapest
Status: Offline
|
|
|
|
|
 |
|
|
Post subject: Fehlermeldungen beim booten nach heutigem du
Posted: Jul 16, 2008 - 05:00 PM
|
|

Joined: Dec 02, 2006
Posts: 152
Status: Offline
|
|
habe das nach lsb-base 3.2-12 aus testung gedowngraded. keine Fehlermeldungen mehr.
gruss pischuma |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Fehlermeldungen beim booten nach heutigem du
Posted: Jul 16, 2008 - 08:52 PM
|
|
Joined: Nov 25, 2006
Posts: 2571
Status: Offline
|
|
|
|
|
 |
|
|
Post subject: Re: Fehlermeldungen beim booten nach heutigem du
Posted: Jul 17, 2008 - 06:14 PM
|
|

Joined: Jan 12, 2007
Posts: 73
Status: Offline
|
|
|
pischuma wrote:
habe das nach lsb-base 3.2-12 aus testung gedowngraded. keine Fehlermeldungen mehr.
gruss pischuma
Have lsb-base 3.2-15 installed and I'm having problems with my system , very sluggish and very slow KDE on startup.
Maybe dowgrading lsb-base helps,
how do I downgrade lsb-base to testing?? |
|
|
| |
|
|
|
 |
|
|
Post subject: Re: Fehlermeldungen beim booten nach heutigem du
Posted: Jul 17, 2008 - 06:33 PM
|
|
Team Member

Joined: Nov 24, 2006
Posts: 2870
Location: berlin
Status: Offline
|
|
i dont think thqat is the issue.
check df -h to see if your disk is full and also check /etc/network/interfaces to see if lo is still there.
greetz
devil |
_________________ >>we are sidux - resistance is futile - you will be assimilated<<
|
| |
|
|
|
 |
|
|
Post subject: Re: Fehlermeldungen beim booten nach heutigem du
Posted: Jul 17, 2008 - 06:57 PM
|
|

Joined: Jan 12, 2007
Posts: 73
Status: Offline
|
|
root@jacksbox1:/home/jack# df -h
Bestandssysteem Grtte Gebr Besch Geb% Aangekoppeld op
/dev/sda5 9,8G 3,5G 6,3G 36% /
tmpfs 442M 0 442M 0% /lib/init/rw
udev 10M 76K 10M 1% /dev
tmpfs 442M 4,0K 442M 1% /dev/shm
/dev/sda6 5,9G 5,3G 637M 90% /usr
/dev/sda7 78G 38G 41G 48% /home
/dev/sda1 15G 9,3G 5,5G 63% /windows
/dev/sda8 20G 12G 7,3G 61% /MP3
/etc/network/interfaces ;
# /etc/network/interfaces -- configuration file for ifup( , ifdown(
# The loopback interface
# automatically added when upgrading
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0
auto eth0
iface eth0 inet static
address 192.168.1.153
broadcast 192.168.1.255
gateway 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
allow-hotplug wlan0
iface wlan0 inet dhcp
wireless-essid linksys_SES_51601
/usr looks quit full but is 90% too full?
After logon screen, KDE takes about min to load
firefox and other non-kde programs seem to work normal but all KDE program (konqueror) take very long too start. |
|
|
| |
|
|
|
 |
|
|
Post subject: Re: Fehlermeldungen beim booten nach heutigem du
Posted: Jul 17, 2008 - 11:53 PM
|
|

Joined: Nov 30, 2006
Posts: 3480
Location: Budapest
Status: Offline
|
|
| Well, I am not sure, if that's that, but I have "auto lo" on all my boxes for ages:
Code:
$ cat /etc/network/interfaces
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback
I would give that a try.
hubi |
_________________ Bonitas stultitiaque sodales sunt.
|
| |
|
|
|
 |
|
|
Post subject: Re: Fehlermeldungen beim booten nach heutigem du
Posted: Jul 19, 2008 - 11:25 AM
|
|

Joined: Jan 12, 2007
Posts: 73
Status: Offline
|
|
hubi,
I changed my /etc/network/interfaces to ;
# /etc/network/interfaces -- configuration file for ifup( , ifdown(
# The loopback interface
# automatically added when upgrading
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.1.153
broadcast 192.168.1.255
gateway 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
allow-hotplug wlan0
iface wlan0 inet dhcp
wireless-essid linksys_SES_51601
and I cleaned up /usr
I cheched the uses of /usr with ;
du --max-depth=1 -m
and discovered that /games was using a lot off space in /usr so I removed all games which I didn't use anyway , now /usr is only filled for 75 % intead og more than 90%
Now system starts up very quickly as normal.
Don't know what did the trick , but problem solved.
ps I also discoverd with du --max-depth=1 -m that dir doc in /usr/share takes up a lot of space,
Is there a save way to delete the files in /usr/share/doc as I don't use them anyway? |
|
|
| |
|
|
|
 |
|
|