← Back to team overview

enterprise-support team mailing list archive

[Bug 1726905] Re: package samba 2:4.3.11+dfsg-0ubuntu0.16.04.11 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 1

 

Thanks for filing this bug in Ubuntu.

You have a configuration syntax error in /etc/samba/smb.conf:

[www]
	path = /var/www
	comment = red
	guest ok = red  <---

The "guest ok" parameter takes a boolean value, that is, either yes or
no:


$ testparm ./smb.conf 
Load smb config files from ./smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
WARNING: The "syslog" option is deprecated
Processing section "[printers]"
Processing section "[print$]"
Processing section "[Red]"
Processing section "[www]"
set_variable_helper(red): value is not boolean!
Error loading services.


Fix that in your /etc/samba/smb.conf and then run the following:

sudo apt update
sudo apt -f install

I'll mark this bug as invalid because of that. If the above doesn't fix
your problem, then please reopen the bug with a comment saying what
happened.

Thanks


** Changed in: samba (Ubuntu)
       Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to samba in Ubuntu.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/1726905

Title:
  package samba 2:4.3.11+dfsg-0ubuntu0.16.04.11 failed to
  install/upgrade: el subproceso instalado el script post-installation
  devolvió el código de salida de error 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1726905/+subscriptions


References