[Bug 371530] [NEW] samba does not start since upgrade to 9.04

2009-05-04 Thread Wolfgang Bachleitner
Public bug reported:

Binary package hint: samba

>From Syslog I got the following informations

May  4 08:39:36 wolfgang-laptop nmbd[10488]: [2009/05/04 08:39:36,  0] 
lib/debug.c:debug_parse_params(451) 
May  4 08:39:36 wolfgang-laptop nmbd[10488]:   debug_parse_params: unrecognized 
debug class name or format [default] 
May  4 08:39:36 wolfgang-laptop nmbd[10488]: [2009/05/04 08:39:36,  0] 
param/params.c:pm_process(585) 
May  4 08:39:36 wolfgang-laptop nmbd[10488]:   params.c:pm_process() - Failed.  
Error returned from params.c:parse(). 
May  4 08:39:36 wolfgang-laptop nmbd[10488]: [2009/05/04 08:39:36,  0] 
nmbd/nmbd.c:main(854) 
May  4 08:39:36 wolfgang-laptop nmbd[10488]:   error opening config file 
May  4 08:39:38 wolfgang-laptop nmbd[10545]: [2009/05/04 08:39:38,  0] 
lib/debug.c:debug_parse_params(451) 
May  4 08:39:38 wolfgang-laptop nmbd[10545]:   debug_parse_params: unrecognized 
debug class name or format [default] 
May  4 08:39:38 wolfgang-laptop nmbd[10545]: [2009/05/04 08:39:38,  0] 
param/params.c:pm_process(585) 
May  4 08:39:38 wolfgang-laptop nmbd[10545]:   params.c:pm_process() - Failed.  
Error returned from params.c:parse(). 
May  4 08:39:38 wolfgang-laptop nmbd[10545]: [2009/05/04 08:39:38,  0] 
nmbd/nmbd.c:main(854) 
May  4 08:39:38 wolfgang-laptop nmbd[10545]:   error opening config file 

I tried to install again, bat had the same problems

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: Unterprozess post-installation script gab den Fehlerwert 1 zurück
Package: samba 2:3.3.2-1ubuntu3
SourcePackage: samba
Title: package samba 2:3.3.2-1ubuntu3 failed to install/upgrade: Unterprozess 
post-installation script gab den Fehlerwert 1 zurück
Uname: Linux 2.6.28-11-generic i686

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


** Tags: apport-package i386

-- 
samba does not start since upgrade to 9.04
https://bugs.launchpad.net/bugs/371530
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 371530] Re: samba does not start since upgrade to 9.04

2009-05-04 Thread Wolfgang Bachleitner

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/26302263/Dependencies.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/26302264/DpkgTerminalLog.txt

-- 
samba does not start since upgrade to 9.04
https://bugs.launchpad.net/bugs/371530
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 371530] Re: samba does not start since upgrade to 9.04

2009-05-05 Thread Wolfgang Bachleitner
There is no share and has never been that is connected to "/". I don't
know where these warnings come from!

-- 
samba does not start since upgrade to 9.04
https://bugs.launchpad.net/bugs/371530
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 371530] Re: samba does not start since upgrade to 9.04

2009-05-05 Thread Wolfgang Bachleitner
Here are my share definitions from smb.conf

# Un-comment the following (and tweak the other settings below to suit)
# to enable the default home directory shares.  This will share each
# user's home directory as \\server\username
;[homes]
;   comment = Home Directories
;   browseable = no

# By default, \\server\username shares can be connected to by anyone
# with access to the samba server.  Un-comment the following parameter
# to make sure that only "username" can connect to \\server\username
# This might need tweaking when using external authentication schemes
;   valid users = %S

# By default, the home directories are exported read-only. Change next
# parameter to 'yes' if you want to be able to write to them.
;   writable = no

# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
   create mask = 0750

# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
   directory mask = 0750

# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
;   comment = Network Logon Service
;   path = /home/samba/netlogon
;   guest ok = yes
;   writable = no
;   share modes = no

# Un-comment the following and create the profiles directory to store
# users profiles (see the "logon path" option above)
# (you need to configure Samba to act as a domain controller too.)
# The path below should be writable by all users so that their
# profile directory may be created the first time they log on
;[profiles]
;   comment = Users profiles
;   path = /home/samba/profiles
;   guest ok = no
;   browseable = no
;   create mask = 0600
;   directory mask = 0700

[printers]
   comment = All Printers
   browseable = yes
   path = /var/spool/samba
   printable = yes
   public = yes
   writable = yes
   create mode = 0700

# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
valid users = wbachleitner,wolfgang
public = yes
path = /var/lib/samba/printers
# Uncomment to allow remote administration of Windows print drivers.
# Replace 'ntadmin' with the name of the group your admin users are
# members of.
;   write list = root, @ntadmin

# A sample share for sharing your CD-ROM with others.
;[cdrom]
;   comment = Samba server's CD-ROM
;   writable = no
;   locking = no
;   path = /cdrom
;   public = yes

# The next two parameters show how to auto-mount a CD-ROM when the
#   cdrom share is accesed. For this to work /etc/fstab must contain
#   an entry like this:
#
#   /dev/scd0   /cdrom  iso9660 defaults,noauto,ro,user   0 0
#
# The CD-ROM gets unmounted automatically after the connection to the
#
# If you don't want to use auto-mounting/unmounting make sure the CD
#   is mounted on /cdrom
#
;   preexec = /bin/mount /cdrom
;   postexec = /bin/umount /cdrom


[Windows]
revalidate = yes
browsable = yes
path = /home/Windows
#   valid users = wolfgang,wbachleitner
#   force group = users
#   force user = wolfgang
[HPG95]
printable = yes
valid users = wbachleitner,wolfgang
path = /var/run/cups

[PDF]
printer = PDF_file_generator
printable = yes
path = /var/run/cups/

[home]
browseable = no
valid users = wbachleitner,wolfgang
path = /home

-- 
samba does not start since upgrade to 9.04
https://bugs.launchpad.net/bugs/371530
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs