You are not logged in.

#1 2016-11-16 00:37

nomadxp1
Member
Registered: 2016-10-18
Posts: 21

When trying to install Evolution..

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

#2 2016-11-16 07:58

q4osteam
Q4OS Team
Registered: 2015-12-06
Posts: 4,284
Website

Re: When trying to install Evolution..

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

Board footer

Powered by FluxBB