Bug 26416 - Не пытаться отмонтировать devtmpfs при выключении/перезагрузке
Summary: Не пытаться отмонтировать devtmpfs при выключении/перезагрузке
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: startup (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL: http://git.altlinux.org/gears/s/start...
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-05 16:48 MSK by Lenar Shakirov
Modified: 2011-10-05 21:06 MSK (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lenar Shakirov 2011-10-05 16:48:49 MSK
При выключении/перезагрузке появляется ошибка:
Remounting remaining filesystems (if any) read-only: umount2: Device or
resource busy
umount: udevfs busy - remounted read-only

Нужно добавить nodevtmpfs в список на 173ой строчке:
http://git.altlinux.org/gears/s/startup.git?p=startup.git;a=blob;f=startup/rc.d/init.d/halt;h=232be31e1cd065b63972e190260aa5ceaafaaf00;hb=HEAD#l173

Выяснилось в баге #26375
Comment 1 Repository Robot 2011-10-05 21:06:52 MSK
startup-0.9.8.31-alt1 -> sisyphus:

* Wed Oct 05 2011 Dmitry V. Levin <ldv@altlinux> 0.9.8.31-alt1
- rc.sysinit: do not check the root filesystem when it is already
  mounted in read-write mode.
- init.d/halt: added $INIT_HALT support (closes: #26391).
- init.d/halt: do not unmount devtmpfs (closes: #26416).
- Added /etc/sysconfig/halt file (closes: #25905).