You are not logged in.
Pages: 1
Errors were encountered while processing:
samba
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install. Trying to recover:
Setting up samba (2:4.2.10+dfsg-0+deb8u3) ...
Job for smbd.service failed. See 'systemctl status smbd.service' and 'journalctl -xn' for details.
invoke-rc.d: initscript smbd, action "start" failed.
dpkg: error processing package samba (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
samba
Any ideas?
Offline
The issue was already reported here:
https://www.raspberrypi.org/forums/view … 6&t=145641
http://forums.debian.net/viewtopic.php?f=5&t=128001
There could be some misconfiguration in your '/etc/samba/smb.conf' config file. Please try to stop samba, reconfigure samba services, fix dependencies and finally proceed evolution installation in terminal:
$ sudo systemctl stop smbd.service
$ sudo systemctl mask smbd.service
$ sudo dpkg-reconfigure samba
$ sudo apt-get install -f
$ sudo sh /usr/share/apps/q4os_system/bin/qapt_fix.sh
$ sudo apt-get install evolution
$ sudo systemctl unmask smbd.service
$ sudo systemctl start smbd.service
Note: The samba service will not be available until you start the service again, please see the last command.
Offline
Pages: 1