pr3dict 33 Posted August 11, 2016 Posted August 11, 2016 I dont think its a huge issue because I dont think it effects anything butttttttt this is what it looks like. Fetched 10.7 MB in 29s (363 kB/s) Reading changelogs... Done (Reading database ... 43442 files and directories currently installed.) Preparing to unpack .../emby-server_3.0.6060_all.deb ... Unpacking emby-server (3.0.6060) over (3.0.6050) ... Processing triggers for systemd (215-17+deb8u4) ... Setting up winbind (2:4.2.10+dfsg-0+deb8u3) ... Job for winbind.service failed. See 'systemctl status winbind.service' and 'journalctl -xn' for details. invoke-rc.d: initscript winbind, action "start" failed. dpkg: error processing package winbind (--configure): subprocess installed post-installation script returned error exit status 1 Setting up emby-server (3.0.6060) ... E: Sub-process /usr/bin/dpkg returned an error code (1)
mastrmind11 722 Posted August 11, 2016 Posted August 11, 2016 I dont think its a huge issue because I dont think it effects anything butttttttt this is what it looks like. Fetched 10.7 MB in 29s (363 kB/s) Reading changelogs... Done (Reading database ... 43442 files and directories currently installed.) Preparing to unpack .../emby-server_3.0.6060_all.deb ... Unpacking emby-server (3.0.6060) over (3.0.6050) ... Processing triggers for systemd (215-17+deb8u4) ... Setting up winbind (2:4.2.10+dfsg-0+deb8u3) ... Job for winbind.service failed. See 'systemctl status winbind.service' and 'journalctl -xn' for details. invoke-rc.d: initscript winbind, action "start" failed. dpkg: error processing package winbind (--configure): subprocess installed post-installation script returned error exit status 1 Setting up emby-server (3.0.6060) ... E: Sub-process /usr/bin/dpkg returned an error code (1) Do you have samba installed? If so, try: sudo dpkg-reconfigure samba-common sudo dpkg --configure -a
pr3dict 33 Posted August 11, 2016 Author Posted August 11, 2016 Do you have samba installed? If so, try: sudo dpkg-reconfigure samba-common sudo dpkg --configure -a I have a samba client installed not server. I use my storage server for sharing the media to my emby clients. My emby server has path substitutions that point to the storage server.
mastrmind11 722 Posted August 11, 2016 Posted August 11, 2016 I have a samba client installed not server. I use my storage server for sharing the media to my emby clients. My emby server has path substitutions that point to the storage server. Right, so the samba client is running on your emby server, which is the box that's throwing the error. IOW, those commands will likely fix the error you see w/ winbind (which is a samba dependency).
pr3dict 33 Posted August 11, 2016 Author Posted August 11, 2016 Right, so the samba client is running on your emby server, which is the box that's throwing the error. IOW, those commands will likely fix the error you see w/ winbind (which is a samba dependency). root@Pr3dict-Emby:~# dpkg-reconfigure samba-common Not replacing deleted config file /etc/samba/smb.conf Install/upgrade will fail. To recover, please try: sudo cp /usr/share/samba/smb.conf /etc/samba/smb.conf sudo dpkg --configure -a root@Pr3dict-Emby:~# dpkg --configure -a Setting up winbind (2:4.2.10+dfsg-0+deb8u3) ... Job for winbind.service failed. See 'systemctl status winbind.service' and 'journalctl -xn' for details. invoke-rc.d: initscript winbind, action "start" failed. dpkg: error processing package winbind (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: winbind root@Pr3dict-Emby:~# noc hange
Solution mastrmind11 722 Posted August 11, 2016 Solution Posted August 11, 2016 root@Pr3dict-Emby:~# dpkg-reconfigure samba-common Not replacing deleted config file /etc/samba/smb.conf Install/upgrade will fail. To recover, please try: sudo cp /usr/share/samba/smb.conf /etc/samba/smb.conf sudo dpkg --configure -a root@Pr3dict-Emby:~# dpkg --configure -a Setting up winbind (2:4.2.10+dfsg-0+deb8u3) ... Job for winbind.service failed. See 'systemctl status winbind.service' and 'journalctl -xn' for details. invoke-rc.d: initscript winbind, action "start" failed. dpkg: error processing package winbind (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: winbind root@Pr3dict-Emby:~# noc hange It failed and tells you how to fix it: "Install/upgrade will fail. To recover, please try: sudo cp /usr/share/samba/smb.conf /etc/samba/smb.conf" So do this (run each command on it's own): sudo cp /usr/share/samba/smb.conf /etc/samba/smb.conf sudo dpkg --configure -a 1
pr3dict 33 Posted August 12, 2016 Author Posted August 12, 2016 Wow thanks. Haha I should probably pay attention more.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now