Установил медиатомб, настроил конфиг
В уровнях выполнения его вообще нет
Код: Выделить всё
rain@rain-P31-S3G:/etc/init.d$ whereis mediatomb
mediatomb: /usr/bin/mediatomb /etc/mediatomb /usr/share/mediatomb /usr/share/man/man1/mediatomb.1.gzПытаюсь запустить
Код: Выделить всё
root@rain-P31-S3G:/lib# /etc/init.d/mediatomb start
Rather than invoking init scripts through /etc/init.d, use the service(8)
utility, e.g. service mediatomb start
Since the script you are attempting to invoke has been converted to an
Upstart job, you may also use the start(8) utility, e.g. start mediatomb
mediatomb start/running, process 10182Ага попробуем по другому
Код: Выделить всё
root@rain-P31-S3G:/lib# service mediatomb start
mediatomb start/running, process 10236И все равно фиг
Код: Выделить всё
root@rain-P31-S3G:/lib# ps ax |grep media
10283 pts/2 S+ 0:00 grep mediaКак по культурному его "запихать" в уровни выполнения??
Код: Выделить всё
mediatomb 0: off 1: off 2: off 3: off 4: off 5: off 6: offРаскидал ссылки.
Код: Выделить всё
rain@rain-P31-S3G:~$ ls -l /etc/rc5.d/
итого 4
-rw-r--r-- 1 root root 677 2011-12-15 12:40 README
lrwxrwxrwx 1 root root 19 2011-12-31 15:31 S01bluetooth -> ../init.d/bluetooth
lrwxrwxrwx 1 root root 19 2011-12-31 15:31 S01dns-clean -> ../init.d/dns-clean
lrwxrwxrwx 1 root root 20 2011-12-31 15:31 S01kerneloops -> ../init.d/kerneloops
lrwxrwxrwx 1 root root 18 2011-12-31 15:31 S01pppd-dns -> ../init.d/pppd-dns
lrwxrwxrwx 1 root root 20 2011-12-31 15:31 S01pulseaudio -> ../init.d/pulseaudio
lrwxrwxrwx 1 root root 15 2011-12-31 15:31 S01rsync -> ../init.d/rsync
lrwxrwxrwx 1 root root 15 2011-12-31 15:31 S01saned -> ../init.d/saned
lrwxrwxrwx 1 root root 27 2011-12-31 15:31 S01speech-dispatcher -> ../init.d/speech-dispatcher
lrwxrwxrwx 1 root root 14 2011-12-31 15:31 S01sudo -> ../init.d/sudo
lrwxrwxrwx 1 root root 29 2011-12-31 15:31 S01unattended-upgrades -> ../init.d/unattended-upgrades
lrwxrwxrwx 1 root root 17 2011-12-31 15:31 S01vboxdrv -> ../init.d/vboxdrv
lrwxrwxrwx 1 root root 20 2012-01-01 18:03 S01virtualbox -> ../init.d/virtualbox
lrwxrwxrwx 1 root root 17 2011-12-31 15:31 S01winbind -> ../init.d/winbind
lrwxrwxrwx 1 root root 22 2011-12-31 15:31 S02acpi-support -> ../init.d/acpi-support
lrwxrwxrwx 1 root root 33 2011-12-31 15:31 S02vboxballoonctrl-service -> ../init.d/vboxballoonctrl-service
lrwxrwxrwx 1 root root 25 2011-12-31 15:31 S02vboxweb-service -> ../init.d/vboxweb-service
lrwxrwxrwx 1 root root 21 2011-12-31 15:31 S03grub-common -> ../init.d/grub-common
lrwxrwxrwx 1 root root 18 2011-12-31 15:31 S03ondemand -> ../init.d/ondemand
lrwxrwxrwx 1 root root 18 2011-12-31 15:31 S03rc.local -> ../init.d/rc.local
lrwxrwxrwx 1 root root 18 2012-01-08 16:05 S10mediatomb -> /usr/bin/mediatombВсе равно не запускается.
Но обратил внимание, что все остальные ссылки ссылаются на /init.d
А у него вместо sh скрипта - какая то ссылка
Код: Выделить всё
rain@rain-P31-S3G:~$ ls -l /etc/init.d/ | grep media
lrwxrwxrwx 1 root root 21 2011-06-03 07:06 mediatomb -> /lib/init/upstart-jobЧтото я упускаю из виду
