Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
System Halt and udev Errors
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3  
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
HTS
Guru
Guru


Joined: 20 Feb 2006
Posts: 410
Location: Bristol, UK

PostPosted: Thu Aug 17, 2006 6:55 pm    Post subject: Reply with quote

Well for a start 0.90 doesn't fix the issue. >=0.94 fix it.
Currently using sys-fs/udev-096-r1 but I guess you've already tried this one.

Dunno what/who could help you...
_________________
Plasma desktop on Core i7 8086K OC @ 5GHz, 64GB DDR4, 2 x M.2 Samsung 970 PRO 1TB SSDs
Back to top
View user's profile Send private message
lro402
n00b
n00b


Joined: 01 Jan 2004
Posts: 42

PostPosted: Sat Aug 19, 2006 10:24 am    Post subject: Reply with quote

Thanks HTS. I emerged udev-096-r1 as you suggested and thought it may have fixed the udev runaway problem as it didn't reappear for a number of shutdowns. However it is now back again on most shutdowns so that has not fixed the problem for me.

But let me focus on the shutdown problem that immediately precedes the udev runaway. That is referred to earlier in this thread and described in detail in:

https://forums.gentoo.org/viewtopic-t-474796-highlight-halt.html

The halt.sh script is calling stop_addon, ebegin, eend and start_volumes but can't find these commands so the shutdown just freezes for several seconds and usually, but not always, then begins the udev runaway scrolling on the screen. There is a related error on startup when checkfs calls start_volumes but cannot find the command - this is reported but doesn't effect the bootup. Have I somehow in the past failed to emerge a package that supplies these commands for halt.sh and checkfs to use? If so, what package contains these commands? I have run revdep_rebuild on my system and it reports that everything is OK with my installation. I do hope someone can supply an answer to this problem so I can get my system back to good health again.

Frank. :(
Back to top
View user's profile Send private message
lro402
n00b
n00b


Joined: 01 Jan 2004
Posts: 42

PostPosted: Sun Aug 20, 2006 9:26 am    Post subject: Reply with quote

I appear to have fixed my problem :D :D :D As this thread suggests that this problem may arise from a number of causes the following fix may not work for everyone but it appears to have worked for me. I can't claim credit for this as it is hidden in another poorly named thread and credit should go to Waninkoko in that thread:

https://forums.gentoo.org/viewtopic-t-467967-highlight-halt.html

I removed the /etc/init.d/ scripts halt.sh, shutdown.sh, reboot.sh and checkfs then emerged baselayout again and everything now shutdowns and boots up without any problems or messages. Emerging baselayout restores these scripts to /etc/init.d/ and the restored scripts no longer produce the errors I referred to in my last post on this thread. So the shutdown is now clean and fast :D

cd /etc/init.d
rm halt.sh
rm shutdown.sh
rm reboot.sh
rm checkfs
USE="unicode -bootstrap -build -static" emerge baselayout
etc-update (I had nothing to do here)

I am running baselayout-1.12.4-r6 and udev-096-r1 at present.

I hope this may be useful to other Gentoo users.
Frank.
Back to top
View user's profile Send private message
cutty
n00b
n00b


Joined: 04 Aug 2005
Posts: 7

PostPosted: Thu Aug 31, 2006 6:25 am    Post subject: Solved (for me) Reply with quote

Following the former post, thanks Iro 402, the problem disappears.

I have baselayout 1.12.4-r7 and udev-087-r1. In fact I think that the udev version isn't important. Btw it also solved me another problem, not described here, that produced an error during the start when the net interfaces failed to start.
_________________
Si Dios nos hizo libres, el infierno no es rojo... es AZUL
Back to top
View user's profile Send private message
nirax
Guru
Guru


Joined: 06 Jul 2004
Posts: 319
Location: Germany, old Europe

PostPosted: Sat Sep 02, 2006 11:32 pm    Post subject: Reply with quote

thanks lro, could fix the problem also with your solution.

baselayout install seems not mature enoug thogh ..
_________________
quot licet iovi non licet bovi
Back to top
View user's profile Send private message
pinojazz
n00b
n00b


Joined: 05 Sep 2006
Posts: 2

PostPosted: Tue Sep 05, 2006 5:03 pm    Post subject: Problems with udevd when rebooting or shutdown Reply with quote

Hi everyone, I got problems with udevd .When try to reboot or shutdown the machine , the procces stops with this message repeated on the whole screen :

Code:
 udevd [471] : delete_path: rmdir (/dev/.udev/failed ) failed: Read-only file system


If i remove manually /dev/.udev/failed the procces stop with:

Code:
/etc/conf.d/keymaps: line 26: unexpected EOF while looking matching '"'
/etc/conf.d/keymaps: line 27: syntax error: unexpected end of file
* Stopping syslog-ng ...                                              [ ok ]
/etc/init.d/halt.sh: line 16: stop_addon: command not found
/etc/init.d/halt.sh: line 17: stop_addon: command not found
/etc/init.d/halt.sh: line 24: ebegin: command not found
/etc/init.d/halt.sh: line 26: eend: command not found
/etc/init.d/halt.sh: line 78: ebegin: command not found
/etc/init.d/halt.sh: line 102: eend: command not found
/etc/init.d/halt.sh: line 105: stop_addon: command not found
/etc/init.d/halt.sh: line 108: stop_volumes: command not found
/etc/init.d/halt.sh: line 157: ebegin: command not found
/etc/init.d/halt.sh: line 168: eend: command not found
INIT: no more processes left in this runlevel


the only way to finish the action is pushing the reset button .

I'm using a 2.6.17 vanilla kernel patched with the Ingo Molnar's realtime-preemption patch http://people.redhat.com/mingo/realtime-preempt/ as I use the machine for multitrack audio-midi recording purposes .

Any help would be very much apreciate .

Thanks in advance.

PD.- This is my first Gentoo installation. Everything seems to work very well but the shutdown action.
Back to top
View user's profile Send private message
nixnut
Bodhisattva
Bodhisattva


Joined: 09 Apr 2004
Posts: 10974
Location: the dutch mountains

PostPosted: Tue Sep 05, 2006 6:30 pm    Post subject: Reply with quote

merged above post here.
_________________
Please add [solved] to the initial post's subject line if you feel your problem is resolved. Help answer the unanswered

talk is cheap. supply exceeds demand
Back to top
View user's profile Send private message
pinojazz
n00b
n00b


Joined: 05 Sep 2006
Posts: 2

PostPosted: Tue Sep 05, 2006 8:02 pm    Post subject: SOLVED: Problems with udevd when rebooting or shutdown Reply with quote

nixnut wrote:
merged above post here.


Thank you very much for moving the post here , you bring me to the right place to find the solution, that came as lro402 explain.
Gentoo rocks!

Muchas gracias . :D

Cheers.
Back to top
View user's profile Send private message
R4R
n00b
n00b


Joined: 28 Jul 2005
Posts: 3

PostPosted: Thu Nov 09, 2006 9:40 am    Post subject: Reply with quote

danke hat mir auch geholfen :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum