View previous topic :: View next topic |
Author |
Message |
HTS Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/1385942598450d73fc64a63.jpg)
Joined: 20 Feb 2006 Posts: 410 Location: Bristol, UK
|
Posted: Thu Aug 17, 2006 6:55 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
lro402 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 Jan 2004 Posts: 42
|
Posted: Sat Aug 19, 2006 10:24 am Post subject: |
|
|
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. ![Sad :(](images/smiles/icon_sad.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lro402 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 Jan 2004 Posts: 42
|
Posted: Sun Aug 20, 2006 9:26 am Post subject: |
|
|
I appear to have fixed my problem 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
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 |
|
![](templates/gentoo/images/spacer.gif) |
cutty n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 04 Aug 2005 Posts: 7
|
Posted: Thu Aug 31, 2006 6:25 am Post subject: Solved (for me) |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
nirax Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/138981989445a656b1c3a41.jpg)
Joined: 06 Jul 2004 Posts: 319 Location: Germany, old Europe
|
Posted: Sat Sep 02, 2006 11:32 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
pinojazz n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Sep 2006 Posts: 2
|
Posted: Tue Sep 05, 2006 5:03 pm Post subject: Problems with udevd when rebooting or shutdown |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
nixnut Bodhisattva
![Bodhisattva Bodhisattva](/images/ranks/rank-bodhisattva.gif)
![](images/avatars/29856733845fd04c0f3d8c.gif)
Joined: 09 Apr 2004 Posts: 10974 Location: the dutch mountains
|
Posted: Tue Sep 05, 2006 6:30 pm Post subject: |
|
|
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 |
|
![](templates/gentoo/images/spacer.gif) |
pinojazz n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Sep 2006 Posts: 2
|
Posted: Tue Sep 05, 2006 8:02 pm Post subject: SOLVED: Problems with udevd when rebooting or shutdown |
|
|
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 .
Cheers. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
R4R n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 28 Jul 2005 Posts: 3
|
Posted: Thu Nov 09, 2006 9:40 am Post subject: |
|
|
danke hat mir auch geholfen ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|