[Bug 329067] Re: Cannot change password on ldap client unless libpam-cracklib also installed

2009-03-04 Thread Michael Kofler
Ubuntu 8.10, used pam-auth-update to configure /etc/pam.d/common-*,
enabled unix, ldap, consolekit (no kerberos, no cracklib)

resulting common-password:

#
# /etc/pam.d/common-password - password-related modules common to all services
#
# This file is included from other service-specific PAM config files,
# and should contain a list of modules that define the services to be
# used to change user passwords.  The default is pam_unix.

# Explanation of pam_unix options:
#
# The sha512 option enables salted SHA512 passwords.  Without this option,
# the default is Unix crypt.  Prior releases used the option md5.
#
# The obscure option replaces the old `OBSCURE_CHECKS_ENAB' option in
# login.defs.
#
# See the pam_unix manpage for other options.

# As of pam 1.0.1-5, this file is managed by pam-auth-update by default.
# To take advantage of this, it is recommended that you configure any
# local modules either before or after the default block, and use
# pam-auth-update to manage selection of other modules.  See
# pam-auth-update(8) for details.

# here are the per-package modules (the Primary block)
password[success=2 default=ignore]  pam_unix.so obscure sha512
password[success=1 user_unknown=ignore default=die] pam_ldap.so 
use_authtok try_first_pass
# here's the fallback if no module succeeds
passwordrequisite   pam_deny.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
passwordrequiredpam_permit.so
# and here are more per-package modules (the Additional block)
# end of pam-auth-update config

-- 
Cannot change password on ldap client unless libpam-cracklib also installed
https://bugs.launchpad.net/bugs/329067
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libpam-ldap 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


Re: [Bug 1568] Re: nut takes too long to start

2009-03-04 Thread Arnaud Quette
2009/3/4 Laurent Dinclaux laurent.dincl...@gmail.com

 It won't fix under intrepid. is that true?
 - Afficher le texte des messages précédents -


right, that fix is for jaunty.
and I don't think it will be backported to Intrepid (since it is not an LTS
and not an RC bug, and this fix is part of a big set in nut 2.4...)

Arnaud

-- 
nut takes too long to start
https://bugs.launchpad.net/bugs/1568
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nut 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 329067] Re: Cannot change password on ldap client unless libpam-cracklib also installed

2009-03-04 Thread stephen mulcahy
This is my /etc/pam.d/common-password after recently running another
aptitude upgrade, restoring the problematic line to /etc/pam.d/common-
password

In this format, if I login as an LDAP user and type passwd, I get the
following interaction

ste...@apps:~$ passwd
Enter login(LDAP) password: 
passwd: password updated successfully

If I now change the line below

password[success=1 user_unknown=ignore default=die]
pam_ldap.so use_authtok try_first_pass

to

password[success=1 user_unknown=ignore default=die]
pam_ldap.so try_first_pass

and then try changing my password again ...

ste...@apps:~$ passwd
Enter login(LDAP) password: 
New password: 
Re-enter new password: 
LDAP password information changed for stemul
passwd: password updated successfully
ste...@apps:~$ 

#
# /etc/pam.d/common-password - password-related modules common to all services
#
# This file is included from other service-specific PAM config files,
# and should contain a list of modules that define the services to be
# used to change user passwords.  The default is pam_unix.

# Explanation of pam_unix options:
#
# The sha512 option enables salted SHA512 passwords.  Without this option,
# the default is Unix crypt.  Prior releases used the option md5.
#
# The obscure option replaces the old `OBSCURE_CHECKS_ENAB' option in
# login.defs.
#
# See the pam_unix manpage for other options.

# As of pam 1.0.1-5, this file is managed by pam-auth-update by default.
# To take advantage of this, it is recommended that you configure any
# local modules either before or after the default block, and use
# pam-auth-update to manage selection of other modules.  See
# pam-auth-update(8) for details.

# here are the per-package modules (the Primary block)
password[success=2 default=ignore]  pam_unix.so obscure sha512
password[success=1 user_unknown=ignore default=die] pam_ldap.so 
use_authtok try_first_pass
# here's the fallback if no module succeeds
passwordrequisite   pam_deny.so
# prime the stack with a positive return value if there isn't one already;
# this avoids us returning an error just because nothing sets a success code
# since the modules above will each just jump around
passwordrequiredpam_permit.so
# and here are more per-package modules (the Additional block)
# end of pam-auth-update config


** Changed in: libpam-ldap (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Cannot change password on ldap client unless libpam-cracklib also installed
https://bugs.launchpad.net/bugs/329067
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libpam-ldap 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 211631] Re: CIFS/SMBFS shares not unmounted before network is shut down

2009-03-04 Thread Thierry Carrez
Just refreshed my PPA (a security update superseded it), please test:
0.7~~svn20081018t105859-0ubuntu1.8.10.3~ppa1

@Max-Ulrich Farber:
I guess WICD has the same bug as NetworkManager (gets killed by sendsigs before 
the network filesystems are unmounted). If testing shows that the solution for 
NM is right, we'll push the same kind of fix to WICD.

-- 
CIFS/SMBFS shares not unmounted before network is shut down
https://bugs.launchpad.net/bugs/211631
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 312449] Re: samba-common fails to upgrade if smb.conf is deleted

2009-03-04 Thread Thierry Carrez
Refreshed debdiff that builds on recent 3.3.1-1ubuntu1 release

** Attachment added: samba_3.3.1-1ubuntu2.debdiff
   http://launchpadlibrarian.net/23416108/samba_3.3.1-1ubuntu2.debdiff

-- 
samba-common fails to upgrade if smb.conf is deleted
https://bugs.launchpad.net/bugs/312449
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 294148] Re: move_uploaded_file does not set right permissions (ignores umask)

2009-03-04 Thread Nicolas
Hi,

I am experiencing the same problem since I upgraded my server (I only
upgraded a couple of week ago, the system is on production for about 6
months).

My server is running Ubuntu 8.04. The version of PHP5 I am using is:

r...@hosting:~# php-cgi  -v
PHP 5.2.4-2ubuntu5.5 with Suhosin-Patch 0.9.6.2 (cgi-fcgi) (built: Feb 11 2009 
20:02:50)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies

Problem is: files uploaded through a PHP upload form and then moved with
move_uploaded_file are given a umask of 0002 insted of 0022.

** Changed in: php5 (Ubuntu)
   Status: Invalid = New

-- 
move_uploaded_file does not set right permissions (ignores umask)
https://bugs.launchpad.net/bugs/294148
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 254151] Re: samba fails to install prperly after unnistall+deleting smb.conf

2009-03-04 Thread Doomicle
Hmm fixed it for me, I ran: apt-get remove --purge samba-common 
(Someone in a forum said to do it and it worked! :oD)

-- 
samba fails to install prperly after unnistall+deleting smb.conf
https://bugs.launchpad.net/bugs/254151
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 332338] Re: package samba 2:3.2.3-1ubuntu3.4 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-03-04 Thread Thierry Carrez
*** This bug is a duplicate of bug 312449 ***
https://bugs.launchpad.net/bugs/312449

** This bug has been marked a duplicate of bug 312449
   samba-common fails to upgrade if smb.conf is deleted

-- 
package samba 2:3.2.3-1ubuntu3.4 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/332338
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 307408] Re: System freeze when working on Samba or Cifs mounted share of NetApp server

2009-03-04 Thread Thierry Carrez
** Changed in: linux (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
System freeze when working on Samba or Cifs mounted share of NetApp server
https://bugs.launchpad.net/bugs/307408
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 192643] Re: dnsmasq with enable-dbus doesn't work properly with NetworkManager

2009-03-04 Thread Thierry Carrez
Patch on upstream bugtracker received no attention.
Alexander: is it something we can/should carry on our side ?

** Changed in: network-manager (Ubuntu)
   Status: Incomplete = New

-- 
dnsmasq with enable-dbus doesn't work properly with NetworkManager
https://bugs.launchpad.net/bugs/192643
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq 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 264489] Re: le demarrage de tomcat6 ne marche pas

2009-03-04 Thread Thierry Carrez
Closing as Invalid since Now all is good.
Thanks for filing this bug !

** Changed in: tomcat6 (Ubuntu)
   Status: Incomplete = Invalid

-- 
le demarrage de tomcat6 ne marche pas
https://bugs.launchpad.net/bugs/264489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 299866] Re: Tomcat fails to shutdown (can't connect to port 8009)

2009-03-04 Thread Thierry Carrez
Fixed in Jaunty / 6.0.18-0ubuntu4 by disabling AJP13 by default

** Changed in: tomcat6 (Ubuntu)
   Status: New = Fix Released

-- 
Tomcat fails to shutdown (can't connect to port 8009)
https://bugs.launchpad.net/bugs/299866
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 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 206569] Re: hardy's OpenVPN 2.1_Rc7 not connecting

2009-03-04 Thread Thierry Carrez
shaggy:
Did you find any time to test the problem against the hardy-proposed openvpn 
package, as requested in the previous comment ? Thanks in advance.

-- 
hardy's OpenVPN 2.1_Rc7 not connecting
https://bugs.launchpad.net/bugs/206569
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 226185] Re: update-resolv-conf script does not restore old values

2009-03-04 Thread Thierry Carrez
Tom Dickson: your request is a separate issue. This bug was about 
update-resolv-conf not restoring old values, and will be set to Invalid since 
update-resolv-conf works properly. To avoid confusion, could you please file a 
separate bug about adding documentation to make it clearer how to use 
update-resolv-conf ?
Thanks in advance.

** Changed in: openvpn (Ubuntu)
   Status: Incomplete = Invalid

-- 
update-resolv-conf script does not restore old values
https://bugs.launchpad.net/bugs/226185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 41794] Re: VPN tunnel is closed before network drives are unmounted when shutting down

2009-03-04 Thread Thierry Carrez
OpenVPN would need to be protected in sendsigs to survive until
umountnfs is called.

** Changed in: openvpn (Ubuntu)
   Importance: Undecided = Medium

-- 
VPN tunnel is closed before network drives are unmounted when shutting down
https://bugs.launchpad.net/bugs/41794
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn 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 318703] Re: nagios check_smtp expects integer instead of double

2009-03-04 Thread Thierry Carrez
** Changed in: nagios-plugins (Ubuntu)
   Importance: Undecided = Low

-- 
nagios check_smtp expects integer instead of double
https://bugs.launchpad.net/bugs/318703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins 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 337037] Re: MS Office reports Access Denied when saving to samba share

2009-03-04 Thread James
1)
The new update:
jmor...@ed:~$ apt-cache policy samba
samba:
  Installed: (none)
  Candidate: 2:3.3.1-1ubuntu1
  Version table:
 2:3.3.1-1ubuntu1 0
500 http://us.archive.ubuntu.com jaunty/main Packages

Does not fix the problem.

2)
I'm almost certain that this is a regression, as I have been saving excel files 
from windows for quite some time.  It was working in Intrepid and Hardy.  I 
could confirm, but I couldn't downgrade my samba to a point where it would 
function correctly where I could test.

-- 
MS Office reports Access Denied when saving to samba share
https://bugs.launchpad.net/bugs/337037
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 312449] Re: samba-common fails to upgrade if smb.conf is deleted

2009-03-04 Thread Thierry Carrez
slangasek once said:
the reasons for not regenerating the config file whenever it's missing or 
empty are rooted in the Debian and Ubuntu policy on config files, and this 
can't be changed without causing more problems than it solves.

so we should rather have a more informative error message. Something like:
Not replacing deleted config file /etc/samba/smb.conf
Install/upgrade will fail. To recover, please try:
  sudo cp /usr/share/samba/smb.conf /etc/samba/smb.conf
  sudo dpkg --configure -a


** Changed in: samba (Ubuntu)
   Importance: Medium = Wishlist

-- 
samba-common fails to upgrade if smb.conf is deleted
https://bugs.launchpad.net/bugs/312449
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 276606] Re: package update-manager 1:0.93.18 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error code (1)

2009-03-04 Thread Michael Vogt
** Changed in: rkhunter (Ubuntu)
 Assignee: Michael Vogt (mvo) = (unassigned)

-- 
package update-manager 1:0.93.18 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg returned an error 
code (1)
https://bugs.launchpad.net/bugs/276606
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 294148] Re: move_uploaded_file does not set right permissions (ignores umask)

2009-03-04 Thread Andreas Olsson
Guess I shouldn't have been so eager to close this bug.

@Nicolas: Thanks for reopening it and providing the needed version
information.

I can confirm this issue on Ubuntu 8.04 (libapache2-mod-php5:
5.2.4-2ubuntu5.5). As Hark mentions this bug only seems to affect the
case when the php upload_tmp_dir is on the same file system as the
file's destination.

The php versions in Ubuntu 8.10 and 9.04 seems to obey the set umask
just fine.

** Changed in: php5 (Ubuntu)
   Status: New = Confirmed

-- 
move_uploaded_file does not set right permissions (ignores umask)
https://bugs.launchpad.net/bugs/294148
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 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 134080] Re: Navigating directories for DFS shares buggy

2009-03-04 Thread Chris Higgins
I'm running Jaunty Alpha 5 (fresh install) - and can confirm that I
still see this today.

-- 
Navigating directories for DFS shares buggy
https://bugs.launchpad.net/bugs/134080
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 332431] Re: 9.04 Jaunty Samba 2:3.3.0-3ubuntu2: files (permissions set to a=rwx) can only be renamed by owner although their content can be changed by all

2009-03-04 Thread ububugs
Confirmed.
Thanks.

-- 
9.04 Jaunty Samba 2:3.3.0-3ubuntu2: files (permissions set to a=rwx) can only 
be renamed by owner although their content can be changed by all
https://bugs.launchpad.net/bugs/332431
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 332606] Re: Racoon 0.7 fails with address already in use

2009-03-04 Thread Martin Fuzzey
Hi Johnathon

that's a bit difficult to do without giving you an account on my
companie's VPN (which I can't do)

configuration is aggressive mode with x509 certificates

connection establishment is requested using racoonctl

Martin

-- 
Racoon 0.7 fails with address already in use
https://bugs.launchpad.net/bugs/332606
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-tools 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 305264] Re: gnutls regression: failure in certificate chain validation

2009-03-04 Thread Mathias Gug
I was able to reproduce the libldap client bug:

0. Need two versions of openldap : one compiled with gnutls, the other with
openssl.

1. Create a V1 CA.
2. Create a certificate to be used by slapd and sign it with the V1 CA.
3. Configure a slapd+openssl system with certificates issues above.
4. Try to connect to the slapd+openssl system with a libldap+gnutls client:

math...@t-slapd-gnutls:~$ ldapsearch -b dc=vmnet -D cn=admin,dc=vmnet -x -w
mypwd -H ldaps://t-slapd-openssl./ -d 1
ldap_url_parse_ext(ldaps://t-slapd-openssl./)
ldap_create
ldap_url_parse_ext(ldaps://t-slapd-openssl.:636/??base)
ldap_sasl_bind
ldap_send_initial_request
ldap_new_connection 1 1 0
ldap_int_open_connection
ldap_connect_to_host: TCP t-slapd-openssl.:636
ldap_new_socket: 3
ldap_prepare_socket: 3
ldap_connect_to_host: Trying 172.19.42.220:636
ldap_pvt_connect: fd: 3 tm: -1 async: 0
TLS: peer cert untrusted or revoked (0x82)
TLS: can't connect: (unknown error code).
ldap_err2string
ldap_sasl_bind(SIMPLE): Can't contact LDAP server (-1)

I've filed a bug in openldap bug tracker:
http://www.OpenLDAP.org/its/index.cgi?findid=5992

Note that a possible workaround is to put *all* of the CA certificates
from the chain in the TLS_CACERT file. If one of the intermediate CA
certs is a V3 certificate gnutls shouldn't fail and the ldap connection
should proceed.

This is actually mentioned in the Admin guide:

16.2.2.1. TLS_CACERT filename

  This is equivalent to the server's TLSCACertificateFile option. As
noted in the TLS Configuration section, a client typically  may need to
know about more CAs than a server, but otherwise the same considerations
apply.

which points to section 16.2.1.1. TLSCACertificateFile filename:

  If the signing CA was not a top-level (root) CA, certificates for the
entire sequence of CA's from the signing CA to the top-level CA should
be present.

-- 
gnutls regression: failure in certificate chain validation
https://bugs.launchpad.net/bugs/305264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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 338043] [NEW] mysql 5 installation crashes if no new root password supplied

2009-03-04 Thread wescarmichael
Public bug reported:

Using Synaptic Package Manager in new Ubuntu 8.10 was prompted for a password 
for root - chose not to supply ( local development machine only ). 
Would have expected package to accept no password.
After a number of times being prompted the system generated the error.

Package mysql_common ( I think )

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 1
NonfreeKernelModules: nvidia
Package: mysql-server-5.0 5.0.67-0ubuntu6
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: 
subprocess post-installation script returned error exit status 1
Uname: Linux 2.6.27-11-generic i686

** Affects: mysql-dfsg-5.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package

-- 
mysql 5 installation crashes if no new root password supplied
https://bugs.launchpad.net/bugs/338043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 338043] Re: mysql 5 installation crashes if no new root password supplied

2009-03-04 Thread wescarmichael

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/23451816/Dependencies.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/23451817/DpkgTerminalLog.txt

-- 
mysql 5 installation crashes if no new root password supplied
https://bugs.launchpad.net/bugs/338043
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 275349] Re: postfix fails to start: chdir(/usr/libexec/postfix)

2009-03-04 Thread Ronald Kasl
how did you fix it? thanks!

-- 
postfix fails to start: chdir(/usr/libexec/postfix)
https://bugs.launchpad.net/bugs/275349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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


Re: [Bug 275349] Re: postfix fails to start: chdir(/usr/libexec/postfix)

2009-03-04 Thread sds
I think the directory was wrong in the config file

On Wed, Mar 4, 2009 at 8:27 PM, Ronald Kasl rk...@computer.org wrote:
 how did you fix it? thanks!

 --
 postfix fails to start: chdir(/usr/libexec/postfix)
 https://bugs.launchpad.net/bugs/275349
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “postfix” source package in Ubuntu: Invalid

 Bug description:
 Binary package hint: postfix

 I installed postfix and created /etc/postfix/main.cf but postfix does not run:

 # /etc/init.d/postfix restart
  * Stopping Postfix Mail Transport Agent postfix                         [ OK 
 ]
  * Starting Postfix Mail Transport Agent postfix
                               postfix: fatal: chdir(/usr/libexec/postfix): No 
 such file or directory
                                                                         [fail]

 # dpkg-query -W postfix
 postfix 2.5.1-2ubuntu1.2
 #

 # lsb_release -a
 No LSB modules are available.
 Distributor ID: Ubuntu
 Description:    Ubuntu 8.04.1
 Release:        8.04
 Codename:       hardy



-- 
Sam Steingold http://sds.podval.org

-- 
postfix fails to start: chdir(/usr/libexec/postfix)
https://bugs.launchpad.net/bugs/275349
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix 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 332431] Re: 9.04 Jaunty Samba 2:3.3.0-3ubuntu2: files (permissions set to a=rwx) can only be renamed by owner although their content can be changed by all

2009-03-04 Thread Thierry Carrez
Fixed in 3.3.1-1ubuntu1.

** Changed in: samba (Ubuntu)
   Status: Triaged = Fix Released

-- 
9.04 Jaunty Samba 2:3.3.0-3ubuntu2: files (permissions set to a=rwx) can only 
be renamed by owner although their content can be changed by all
https://bugs.launchpad.net/bugs/332431
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 305264] Re: gnutls regression: failure in certificate chain validation

2009-03-04 Thread Howard Chu
libldap is now patched in OpenLDAP cvs HEAD. We anticipate releasing a
bugfix-only 2.4.16 release very soon, with this fix included.

-- 
gnutls regression: failure in certificate chain validation
https://bugs.launchpad.net/bugs/305264
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap 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