As per the provided DpkgTerminalLog.txt, I can see: Setting up samba-common-bin (2:4.13.5+dfsg-2ubuntu2) ... Checking smb.conf with testparm Load smb config files from /etc/samba/smb.conf handle_name_resolve_order: WARNING: Ignoring invalid list value 'hosts' for parameter 'name resolve order' Error loading services. dpkg: error processing package samba-common-bin (--configure): installed samba-common-bin package post-installation script subprocess returned error exit status 1
In the smb.conf man page, you will find that the possible values for "name resolve order" are: "lmhosts", "host", "wins" and "bcast". In this case, it really seems that there is a configuration error, with a value of "hosts" set in that field. Since the samba-common-bin postinst script does check for issues in the configuration file, your installation fails. Changing that value from "hosts" to "host" may suffice to fix your problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1943994 Title: package samba-common-bin 2:4.13.5+dfsg-2ubuntu2 failed to install/upgrade: installed samba-common-bin package post-installation script subprocess returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1943994/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
