sidux.com
Menu

News

Give back
Last 3 Contributions
30-11-2008 20.00
25-11-2008 100.00
25-11-2008 20.00

Donate


Sponsor
hetzner.de

Languages
Preferred language:



Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
pischuma
Post subject: Fehlermeldungen beim booten nach heutigem du  PostPosted: 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
 
 View user's profile Send private message  
Reply with quote Back to top
hubi
Post subject: Fehlermeldungen beim booten nach heutigem du  PostPosted: Jul 16, 2008 - 04:50 PM



Joined: Nov 30, 2006
Posts: 3480
Location: Budapest
Status: Offline
Bug #491087 in lsb-base 3.2-14

Keine Ahnung, ob man das nach Testing downgraden kann. Ich lasse mal selber die Finger von einem d-u und setze das Ding auf Hold in smxi. Auf meinen Mirror ist diese Version noch gar nicht eingetrudelt.

hubi

_________________
Bonitas stultitiaque sodales sunt.
 
 View user's profile Send private message  
Reply with quote Back to top
pischuma
Post subject: Fehlermeldungen beim booten nach heutigem du  PostPosted: 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
 
 View user's profile Send private message  
Reply with quote Back to top
slh
Post subject: RE: Fehlermeldungen beim booten nach heutigem du  PostPosted: Jul 16, 2008 - 08:52 PM



Joined: Nov 25, 2006
Posts: 2571

Status: Offline
fixed in our repos.
 
 View user's profile Send private message  
Reply with quote Back to top
jackren
Post subject: Re: Fehlermeldungen beim booten nach heutigem du  PostPosted: 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??
 
 View user's profile Send private message  
Reply with quote Back to top
devil
Post subject: Re: Fehlermeldungen beim booten nach heutigem du  PostPosted: 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<<
 
 View user's profile Send private message  
Reply with quote Back to top
jackren
Post subject: Re: Fehlermeldungen beim booten nach heutigem du  PostPosted: 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(Cool, ifdown(Cool

# 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.
 
 View user's profile Send private message  
Reply with quote Back to top
hubi
Post subject: Re: Fehlermeldungen beim booten nach heutigem du  PostPosted: 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.
 
 View user's profile Send private message  
Reply with quote Back to top
jackren
Post subject: Re: Fehlermeldungen beim booten nach heutigem du  PostPosted: 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(Cool, ifdown(Cool

# 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?
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2006-2008 by sidux e.V., 10407 Berlin, Kniprodestr. 104. sidux e.V. is a Berlin, Germany based non-profit foundation. Consult Impressum and Legal Terms for details. sidux™ is Free Software released under the GNU/GPL license and other compatible licenses.
powered by Zikula & Zafenio