[Bug 956657] Re: package samba (not installed) failed to install/upgrade: ошибка записи в «<стандартный вывод>»: Ошибка ввода/вывода
Clint Byrum
clint at fewbar.com
Tue Mar 20 06:14:58 UTC 2012
ERROR: lock directory /var/run/samba does not exist
ERROR: pid directory /var/run/samba does not exist
That seems to be the problem. This code in the upstart job prevents it
usually:
pre-start script
RUN_MODE="daemons"
[ -r /etc/default/samba ] && . /etc/default/samba
[ "$RUN_MODE" = inetd ] && { stop; exit 0; }
install -o root -g root -m 755 -d /var/run/samba
end script
can you include /etc/init/smbd.conf ?
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/956657
Title:
package samba (not installed) failed to install/upgrade: ошибка записи
в «<стандартный вывод>»: Ошибка ввода/вывода
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/956657/+subscriptions
More information about the Ubuntu-server-bugs
mailing list