← Back to team overview

enterprise-support team mailing list archive

[Bug 1330408] [NEW] ucfr fails if smb.conf is not owned by samba

 

Public bug reported:

Line 107 in /var/lib/dpkg/info/samba-common.postinst fails if smb.conf is not owned by samba and because of set -e breaks the configuration of the package.
Thats the line:
ucfr samba-common "$CONFIG" 

it should be something like that:

ucfr samba-common "$CONFIG" || true

in the end it samba-common should install anyway. Thats what ucfr is
intended for.

Cheers

Bog

** Affects: samba (Ubuntu)
     Importance: Undecided
         Status: New

-- 
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/1330408

Title:
  ucfr fails if smb.conf is not owned by samba

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


Follow ups

References