Bug 25743 - Не копируются static fifo
Summary: Не копируются static fifo
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: udev (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Alexey Shabalin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-10 07:12 MSK by Dmitry Apeximov
Modified: 2012-08-07 12:57 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 Dmitry Apeximov 2011-06-10 07:12:12 MSK
Отсутствует поддержка копирования файлов типа fifo из /lib/udev/devices в /dev.
Comment 1 Andrey Cherepanov 2011-06-10 18:45:13 MSK
На мейнтейнера.
Comment 2 Alexey Shabalin 2012-08-07 12:57:30 MSK
сейчас копирование статических устройств осуществляется из init-скрипта /etc/init.d/udevd
create_static_inodes()
{
        [ -d /lib/udev/devices -a -n "`ls -A /lib/udev/devices`" ] && \
                cp -a /lib/udev/devices/* "$udev_root/"
}

При systemd другой механизм - используются tmpfiles - там fifo поддерживаются.