Jump to content

Question about upgrade


pr3dict
Go to solution Solved by mastrmind11,

Recommended Posts

pr3dict

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)
Link to comment
Share on other sites

mastrmind11

 

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

Link to comment
Share on other sites

pr3dict

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. 

Link to comment
Share on other sites

mastrmind11

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).

Link to comment
Share on other sites

pr3dict

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 :(

Link to comment
Share on other sites

  • Solution
mastrmind11
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 trysudo 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

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...