[Pkg-samba-maint] Help needed with Samba 4.0.5 package

Christian PERRIER bubulle at debian.org
Thu May 9 06:10:13 UTC 2013


Quoting Andrew Bartlett (abartlet at samba.org):

> When I install the built package (which now include even more of the
> original samba package), I get:
> 
> Setting up samba (2:4.0.5+dfsg1-2.0) ...
> Generating /etc/default/samba...
> sed: -e expression #1, char 59: unknown option to `s'
> dpkg: error processing samba (--install):
>  subprocess installed post-installation script returned error exit
> status 1


All this is related to the debconf option to decide about running
daemons as standalone or from inetd. Is it even still supported
upstream to run samba daemons from inetd?

IIRC, we talked about dropping this even in Samba3 packages, because I
think there are very very very few people running samba from inetd
now. I even wonder if this is still supported..:-)

What is the result of running the attached script?

-------------- next part --------------
#!/bin/sh
#
# Post-installation script for the Samba package for Debian GNU/Linux
#
#

set -e
# Handle debconf
. /usr/share/debconf/confmodule

db_get samba/run_mode || true
echo "${RET}"

exit 0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-samba-maint/attachments/20130509/056d59ec/attachment.pgp>


More information about the Pkg-samba-maint mailing list