[Bug 216869] Re: php5 crashed with SIGSEGV in curl_global_cleanup()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 147207 ***
https://bugs.launchpad.net/bugs/147207

** This bug has been marked a duplicate of bug 147207
   gutsy php5 crashed with SIGSEGV in CRYPTO_lock()

-- 
php5 crashed with SIGSEGV in curl_global_cleanup()
https://bugs.launchpad.net/bugs/216869
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 260291] Re: Network Manager 0.7, openvpn, VPN Connection Failed

2008-11-04 Thread René Oelke
I can confirm this bug. When i start a openvpn-connection with the
network manager, the connection seems to be okay. But when i ping some
hosts (by hostname) something seems to be wrong. I have attached the
syslog output. In my openvpn configuration i use some resolv-scripts:

up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf

It seems to be a special resolver problem. When i start the openvpn
connection manually everything i okay:

# sudo openvpn --script-security 2 --config ./vpn/office.conf

** Attachment added: syslog
   http://launchpadlibrarian.net/19329613/syslog.txt

-- 
Network Manager 0.7, openvpn, VPN Connection Failed
https://bugs.launchpad.net/bugs/260291
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 219274] Re: php5 crashed with SIGSEGV in CRYPTO_lock()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 63141 ***
https://bugs.launchpad.net/bugs/63141

** This bug is no longer a duplicate of bug 147207
   gutsy php5 crashed with SIGSEGV in CRYPTO_lock()

** This bug has been marked a duplicate of bug 63141
   PHP (cli) exits with a segfault if pg_connect() called.

-- 
php5 crashed with SIGSEGV in CRYPTO_lock()
https://bugs.launchpad.net/bugs/219274
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 216869] Re: php5 crashed with SIGSEGV in curl_global_cleanup()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 63141 ***
https://bugs.launchpad.net/bugs/63141

** This bug is no longer a duplicate of bug 147207
   gutsy php5 crashed with SIGSEGV in CRYPTO_lock()

** This bug has been marked a duplicate of bug 63141
   PHP (cli) exits with a segfault if pg_connect() called.

-- 
php5 crashed with SIGSEGV in curl_global_cleanup()
https://bugs.launchpad.net/bugs/216869
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 155829] Re: php5 crashed with SIGSEGV in CRYPTO_lock()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 63141 ***
https://bugs.launchpad.net/bugs/63141

** This bug is no longer a duplicate of bug 147207
   gutsy php5 crashed with SIGSEGV in CRYPTO_lock()

** This bug has been marked a duplicate of bug 63141
   PHP (cli) exits with a segfault if pg_connect() called.

-- 
php5 crashed with SIGSEGV in CRYPTO_lock()
https://bugs.launchpad.net/bugs/155829
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 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2008-11-04 Thread Russell Smith
I have marked all the moodle reports as duplicates of this bug.  They
exhibit the same symptoms as each other.

The workaround for the pg_connect generic bug is to disable the ssl
connection.  Manually altering the moodle connect string in connection
library to disable ssl also removes the segmentation fault in the moodle
cron run.

The very simple patch I used to test moodle is at the bottom.  This is a
workaround for the moodle problem if you don't need to use SSL for your
moodle db connections.  You could also disable ssl connections at the
postgresql end by;

1. ssl = false in postgresql.conf
2. alter pg_hba.conf to only have a hostnossl entry for the moodle user.

2 is a better option as it doesn't disable all instances of ssl on the
server.  It also will be faster for moodle as negotiating SSL is slow.

Overall the underlying problem is exactly the same, hence they are all
duplicates.

--- adodb-postgres64.inc.php.orig   2008-11-04 20:26:31.0 +1100
+++ adodb-postgres64.inc.php2008-11-04 20:19:02.0 +1100
@@ -668,6 +668,7 @@
if ($user) $str .=  user=.$user;
if ($pwd)  $str .=  password=.$pwd;
if ($db)   $str .=  dbname=.$db;
+   $str .=  sslmode=disable;
}
 
//if ($user) $linea = user=$user host=$linea password=$pwd 
dbname=$db port=5432;

-- 
PHP (cli) exits with a segfault if pg_connect() called.
https://bugs.launchpad.net/bugs/63141
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 293515] Re: bacula-director-mysql installed and started before mysql-server

2008-11-04 Thread Dulmandakh Sukhbaatar
of course. when doing 'sudo dpkg-reconfigure bacula-director-mysql' it
asks everything as usual. but it cannot start bacula-dir because of
above problem or /etc/bacula/bacula-dir.conf doesn't exist.

-- 
bacula-director-mysql installed and started before mysql-server
https://bugs.launchpad.net/bugs/293515
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 293567] [NEW] can't install mysql-server due to unmet dependencies

2008-11-04 Thread stianst
Public bug reported:

Binary package hint: mysql-server-5.0

Linux localhost 2.6.27-7-server #1 SMP Fri Oct 24 07:20:47 UTC 2008
x86_64 GNU/Linux

Distributor ID: Ubuntu
Description:Ubuntu 8.10
Release:8.10
Codename:   intrepid

Fails to install mysql-server-5.0 due to unmet dependencies, below is
output from apt-get:

[EMAIL PROTECTED]:~$ sudo apt-get install mysql-server-5.0

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  mysql-server-5.0: Depends: libdbi-perl but it is not going to be installed
Depends: mysql-client-5.0 (= 5.0.51a-3ubuntu5.1) but it is 
not going to be installed
E: Broken packages

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

-- 
can't install mysql-server due to unmet dependencies
https://bugs.launchpad.net/bugs/293567
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 293567] Re: can't install mysql-server due to unmet dependencies

2008-11-04 Thread stianst
[EMAIL PROTECTED]:/etc/apt$ apt-cache policy

Package files:
 100 /var/lib/dpkg/status
 release a=now
 500 http://gb.archive.ubuntu.com hardy-security/multiverse Packages
 release v=8.04,o=Ubuntu,a=hardy-security,l=Ubuntu,c=multiverse
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy-security/universe Packages
 release v=8.04,o=Ubuntu,a=hardy-security,l=Ubuntu,c=universe
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy-security/restricted Packages
 release v=8.04,o=Ubuntu,a=hardy-security,l=Ubuntu,c=restricted
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy-security/main Packages
 release v=8.04,o=Ubuntu,a=hardy-security,l=Ubuntu,c=main
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy-updates/multiverse Packages
 release v=8.04,o=Ubuntu,a=hardy-updates,l=Ubuntu,c=multiverse
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy-updates/universe Packages
 release v=8.04,o=Ubuntu,a=hardy-updates,l=Ubuntu,c=universe
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy-updates/restricted Packages
 release v=8.04,o=Ubuntu,a=hardy-updates,l=Ubuntu,c=restricted
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy-updates/main Packages
 release v=8.04,o=Ubuntu,a=hardy-updates,l=Ubuntu,c=main
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy/multiverse Translation-en_GB
 500 http://gb.archive.ubuntu.com hardy/multiverse Packages
 release v=8.04,o=Ubuntu,a=hardy,l=Ubuntu,c=multiverse
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy/universe Translation-en_GB
 500 http://gb.archive.ubuntu.com hardy/universe Packages
 release v=8.04,o=Ubuntu,a=hardy,l=Ubuntu,c=universe
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy/restricted Translation-en_GB
 500 http://gb.archive.ubuntu.com hardy/restricted Packages
 release v=8.04,o=Ubuntu,a=hardy,l=Ubuntu,c=restricted
 origin gb.archive.ubuntu.com
 500 http://gb.archive.ubuntu.com hardy/main Translation-en_GB
 500 http://gb.archive.ubuntu.com hardy/main Packages
 release v=8.04,o=Ubuntu,a=hardy,l=Ubuntu,c=main
 origin gb.archive.ubuntu.com
Pinned packages:

-- 
can't install mysql-server due to unmet dependencies
https://bugs.launchpad.net/bugs/293567
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 293567] Re: can't install mysql-server due to unmet dependencies

2008-11-04 Thread Soren Hansen
Could you provide the output of:

apt-cache policy

Thank you!

-- 
can't install mysql-server due to unmet dependencies
https://bugs.launchpad.net/bugs/293567
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 182565] Re: Samba package net.8 manpage patch typo

2008-11-04 Thread Joe Smith
Yeah, it looks like this should be closed. I've found another typo, so
I'm filing a new bug about it.

-- 
Samba package net.8 manpage patch typo
https://bugs.launchpad.net/bugs/182565
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 120375] Re: cannot boot raid1 with only one disk

2008-11-04 Thread Dustin Kirkland
Thanks, Nick.

Please respond with any test results in Bug #290885.

Bug #120375 is hereby reserved for wailing, moaning, fussing, cursing,
complaining, lamenting, murmuring, regretting, repining, bewailing,
deploring, weeping, mourning, protesting, charging, accusing,
disapproving, grumbling, fretting, whining, peeving, quarreling,
resenting, dissenting, discontenting, malcontenting, bellyaching, and
non-constructive criticisms :-)

:-Dustin

-- 
cannot boot raid1 with only one disk
https://bugs.launchpad.net/bugs/120375
You received this bug notification because you are a member of Ubuntu
Server Team, which is a subscriber of a duplicate bug.

-- 
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 293515] Re: bacula-director-mysql installed and started before mysql-server

2008-11-04 Thread Ante Karamatić
bacula-director-mysql doesn't depend on mysql server, cause it can
connect to some other already running mysql server. But, reconfigure
should be smart enough to (re)create database and do all the magic once
mysql-server is configured.

** Changed in: bacula (Ubuntu)
   Importance: Undecided = Medium
   Status: New = Triaged

-- 
bacula-director-mysql installed and started before mysql-server
https://bugs.launchpad.net/bugs/293515
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 262251] Re: phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS

2008-11-04 Thread mklebel
im running php - 5.2.6-2ubuntu4, and I still get this error. Even after
doing:

cd /usr/share/aclocal
cat lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4  libtool.m4


no luck..

-- 
phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS
https://bugs.launchpad.net/bugs/262251
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 262251] Re: phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS

2008-11-04 Thread mklebel
im running php - 5.2.6-2ubuntu4, and I still get this error. Even after
doing:

cd /usr/share/aclocal
cat lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4  libtool.m4


no luck..

-- 
phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS
https://bugs.launchpad.net/bugs/262251
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 262251] Re: phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS

2008-11-04 Thread mklebel
sorry, forgot to mention I'm trying to compile php-gtk2

-- 
phpize: configure:8184: error: possibly undefined macro: _LT_SET_OPTIONS
https://bugs.launchpad.net/bugs/262251
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 293741] Re: sepcified typo in net_rap.c

2008-11-04 Thread Joe Smith
** Bug watch added: Samba Bugzilla #5871
   https://bugzilla.samba.org/show_bug.cgi?id=5871

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=5871
   Importance: Unknown
   Status: Unknown

-- 
sepcified typo in net_rap.c
https://bugs.launchpad.net/bugs/293741
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 293515] [NEW] bacula-director-mysql installed and started before mysql-server

2008-11-04 Thread Dulmandakh Sukhbaatar
Public bug reported:

when installing bacula on fresh system, it will try to install mysql-
server as a default catalog server. but running the process it installs
and sets up bacula-director-mysql before mysql-server package. which
means it'll fail to configure and create catalog database, and will get
unusable bacula system.

and after having this problem, I run sudo dpkg-reconfigure 
bacula-director-mysql, after which says 
Config error: Cannot open config file /etc/bacula/bacula-dir.conf: No such 
file or directory

it's Ubuntu Intrepid.

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

-- 
bacula-director-mysql installed and started before mysql-server
https://bugs.launchpad.net/bugs/293515
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula 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 293567] Re: can't install mysql-server due to unmet dependencies

2008-11-04 Thread stianst
Output when including libdbi-perl libdbd-mysql-perl in the list of
packages to install, shows that there are dependencies on different
version of perlapi which could be the problem? Output included below:

[EMAIL PROTECTED]:~$ sudo apt-get install mysql-server-5.0 mysql-client-5.0 
libdbi-perl libdbd-mysql-perl 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
  libdbd-mysql-perl: Depends: perlapi-5.8.8
  libdbi-perl: Depends: perlapi-5.8.4
E: Broken packages

-- 
can't install mysql-server due to unmet dependencies
https://bugs.launchpad.net/bugs/293567
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 293741] [NEW] sepcified typo in net_rap.c

2008-11-04 Thread Joe Smith
Public bug reported:

Binary package hint: samba

Following up on a bug in the man pages (which was fixed in
https://bugzilla.samba.org/show_bug.cgi?id=5193), came upon another
typo. Created a git diff, and will forward upstream.

** Affects: samba
 Importance: Unknown
 Status: Unknown

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

-- 
sepcified typo in net_rap.c
https://bugs.launchpad.net/bugs/293741
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 147207] Re: gutsy php5 crashed with SIGSEGV in CRYPTO_lock()

2008-11-04 Thread Russell Smith
*** This bug is a duplicate of bug 63141 ***
https://bugs.launchpad.net/bugs/63141

** This bug has been marked a duplicate of bug 63141
   PHP (cli) exits with a segfault if pg_connect() called.

-- 
gutsy php5 crashed with SIGSEGV in CRYPTO_lock()
https://bugs.launchpad.net/bugs/147207
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 162821] Re: gbindadmin settings differ from that of bind9 package

2008-11-04 Thread Joe Smith
Is this still relevant? It looks like gbindadmin has been replaced by
gadmin-bind

-- 
gbindadmin settings differ from that of bind9 package
https://bugs.launchpad.net/bugs/162821
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 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 219274] Re: php5 crashed with SIGSEGV in CRYPTO_lock()

2008-11-04 Thread Markus Korn
*** This bug is a duplicate of bug 147207 ***
https://bugs.launchpad.net/bugs/147207

removed private flag as this bugreport does not seem to contain private
data

** Visibility changed to: Public

-- 
php5 crashed with SIGSEGV in CRYPTO_lock()
https://bugs.launchpad.net/bugs/219274
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 63141] Re: PHP (cli) exits with a segfault if pg_connect() called.

2008-11-04 Thread Russell Smith
** Also affects: postgresql-8.3 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: postgresql-8.3 (Ubuntu)
   Status: New = Confirmed

-- 
PHP (cli) exits with a segfault if pg_connect() called.
https://bugs.launchpad.net/bugs/63141
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 292293] Re: udev rules for tun device have wrong permisisons

2008-11-04 Thread Simon
The default install of openvpn uses an unprivileged user. Once the
initial tunnel initial tunnel is set up and the daemon drops privileges,
it is unable to manipulate the tun device.

** Changed in: openvpn (Ubuntu)
Sourcepackagename: udev = openvpn
   Status: Won't Fix = New

-- 
udev rules for tun device have wrong permisisons
https://bugs.launchpad.net/bugs/292293
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 293037] Re: snmpd sigfaults

2008-11-04 Thread Cham
*** This bug is a duplicate of bug 200614 ***
https://bugs.launchpad.net/bugs/200614

** This bug has been marked a duplicate of bug 200614
   segfault and warnings from net-snmp 5.4.x

-- 
snmpd sigfaults
https://bugs.launchpad.net/bugs/293037
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp 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 290673] Re: fusesmb mount disappears - libsmbclient segfaults

2008-11-04 Thread Dr_Willis
Been testing this Out also. I mount the network with  fusesmb Network/
and then go to any fileserver/directory and just 'watch' the directory
with 'watch ls -l' , then i try other file managers   on  'Network' and
see what crashes it.. So far Gnome File manager, and Rox-Filer will
crash it very quickly.  'mc' however does not seem to cause an issue.

Once it fails , i can unmount/remount the   'Network' and it will work
again.

Im not seeing any errors in dmesg output, so i am still exploreing this.

-- 
fusesmb mount disappears - libsmbclient segfaults
https://bugs.launchpad.net/bugs/290673
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 293000] Re: hardy: openssh-server oom_adj can lead to denial of service

2008-11-04 Thread ksuehring
** Bug watch added: Debian Bug tracker #480020
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480020

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480020
   Importance: Unknown
   Status: Unknown

-- 
hardy: openssh-server oom_adj can lead to denial of service
https://bugs.launchpad.net/bugs/293000
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 293823] Re: package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade:

2008-11-04 Thread Leaf

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/19350775/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/19350777/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/19350778/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/19350779/VarLogDistupgradeTermlog.gz

-- 
package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/293823
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 293823] [NEW] package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade:

2008-11-04 Thread Leaf
Public bug reported:

Binary package hint: samba

during upgrade from 7.04 to 8.10

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit status 3
NonfreeKernelModules: nvidia ath_hal
Package: samba-common 2:3.2.3-1ubuntu3
SourcePackage: samba
Title: package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade: 
Uname: Linux 2.6.24-21-generic x86_64

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


** Tags: apport-package

-- 
package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/293823
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 293567] Re: can't install mysql-server due to unmet dependencies

2008-11-04 Thread stianst
Not sure if this will be helpful or not, but I've included the apt-cache
show for the relevant packages:

[EMAIL PROTECTED]:/etc/apt$ for i in mysql-server-5.0 mysql-client-5.0 
libdbi-perl libdbd-mysql-perl; do echo X $i; apt-cache 
show $i; done

X mysql-server-5.0
Package: mysql-server-5.0
Priority: optional
Section: misc
Installed-Size: 84096
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Original-Maintainer: Debian MySQL Maintainers [EMAIL PROTECTED]
Architecture: i386
Source: mysql-dfsg-5.0
Version: 5.0.51a-3ubuntu5.1
Replaces: apparmor-profiles ( 2.1+1075-0ubuntu4), mysql-doc-5.0 ( 
5.0.56-0ubuntu1), mysql-enterprise-server-5.0, mysql-server ( 
5.0.51a-3ubuntu5.1)
Provides: mysql-community-server-5.0, mysql-server, virtual-mysql-server
Depends: debconf (= 0.5) | debconf-2.0, libc6 (= 2.4), libdbi-perl, libgcc1 
(= 1:4.1.1-21), libmysqlclient15off (= 5.0.27-1), libncurses5 (= 
5.6+20071006-3), libreadline5 (= 5.2), libstdc++6 (= 4.1.1-21), libwrap0, 
lsb-base (= 3.0-10), mysql-client-5.0 (= 5.0.51a-3ubuntu5.1), passwd, perl 
(= 5.6), psmisc, zlib1g (= 1:1.2.3.3.dfsg-1)
Pre-Depends: adduser (= 3.40), debconf, mysql-common (= 5.0.51a-3ubuntu5.1)
Recommends: apparmor (= 2.1+1075-0ubuntu6), libhtml-template-perl, mailx
Suggests: mysql-doc-5.0, tinyca
Conflicts: apparmor-profiles ( 2.1+1075-0ubuntu4), mysql-doc-5.0 ( 
5.0.56-0ubuntu1), mysql-server ( 5.0.51a-3ubuntu5.1)
Filename: 
pool/main/m/mysql-dfsg-5.0/mysql-server-5.0_5.0.51a-3ubuntu5.1_i386.deb
Size: 27426454
MD5sum: c6257e88d36a38e4c6832a9340bc7784
SHA1: 185a9f8d4986b3e381f92c2b383edcd332c752ba
SHA256: e981b570c17efa53c705c8b04ecb247cac56984890126b642a79cb397c99ee20
Description: MySQL database server binaries
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package includes the server and ndb-cluster binaries.
Homepage: http://dev.mysql.com/
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu
Task: lamp-server

Package: mysql-server-5.0
Priority: optional
Section: misc
Installed-Size: 84096
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Original-Maintainer: Debian MySQL Maintainers [EMAIL PROTECTED]
Architecture: i386
Source: mysql-dfsg-5.0
Version: 5.0.51a-3ubuntu5
Replaces: apparmor-profiles ( 2.1+1075-0ubuntu4), mysql-doc-5.0 ( 
5.0.56-0ubuntu1), mysql-enterprise-server-5.0, mysql-server ( 
5.0.51a-3ubuntu5)
Provides: mysql-community-server-5.0, mysql-server, virtual-mysql-server
Depends: debconf (= 0.5) | debconf-2.0, libc6 (= 2.7-1), libdbi-perl, libgcc1 
(= 1:4.1.1-21), libmysqlclient15off (= 5.0.27-1), libncurses5 (= 
5.6+20071006-3), libreadline5 (= 5.2), libstdc++6 (= 4.1.1-21), libwrap0, 
lsb-base (= 3.0-10), mysql-client-5.0 (= 5.0.51a-3ubuntu5), passwd, perl (= 
5.6), psmisc, zlib1g (= 1:1.2.3.3.dfsg-1)
Pre-Depends: adduser (= 3.40), debconf, mysql-common (= 5.0.51a-3ubuntu5)
Recommends: apparmor (= 2.1+1075-0ubuntu6), libhtml-template-perl, mailx
Suggests: mysql-doc-5.0, tinyca
Conflicts: apparmor-profiles ( 2.1+1075-0ubuntu4), mysql-doc-5.0 ( 
5.0.56-0ubuntu1), mysql-server ( 5.0.51a-3ubuntu5)
Filename: pool/main/m/mysql-dfsg-5.0/mysql-server-5.0_5.0.51a-3ubuntu5_i386.deb
Size: 27426070
MD5sum: 64c063ad4c96dc8ef71d4d2e15f5be67
SHA1: fa121fbcc2141bb04cc075528fa84d74178eb028
SHA256: 03395b4809b6c0dc384abf14b777998916f897bbb8ffdae4b48a40ddce0c8226
Description: MySQL database server binaries
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 server. SQL (Structured Query Language) is the most popular database query
 language in the world. The main goals of MySQL are speed, robustness and
 ease of use.
 .
 This package includes the server and ndb-cluster binaries.
Homepage: http://dev.mysql.com/
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu
Task: lamp-server

X mysql-client-5.0
Package: mysql-client-5.0
Priority: optional
Section: misc
Installed-Size: 17964
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Original-Maintainer: Debian MySQL Maintainers [EMAIL PROTECTED]
Architecture: i386
Source: mysql-dfsg-5.0
Version: 5.0.51a-3ubuntu5.1
Replaces: mysql-client ( 5.0.51a-3ubuntu5.1), mysql-doc-5.0 ( 
5.0.56-0ubuntu1), mysql-server
Provides: mysql-client, mysql-community-client-5.0, virtual-mysql-client
Depends: debianutils (= 1.6), libc6 (= 2.4), libdbd-mysql-perl (= 1.2202), 
libdbi-perl, libgcc1 (= 1:4.1.1-21), libmysqlclient15off (= 
5.0.51a-3ubuntu5.1), libncurses5 (= 5.6+20071006-3), libreadline5 (= 5.2), 
libstdc++6 (= 4.1.1-21), libwrap0, mysql-common (= 5.0.51a-3ubuntu5.1), perl 
(= 5.6.0-16), zlib1g (= 1:1.2.3.3.dfsg-1)
Recommends: libterm-readkey-perl
Suggests: mysql-doc-5.0
Conflicts: mysql-client ( 5.0.51a-3ubuntu5.1), mysql-doc-5.0 ( 
5.0.56-0ubuntu1), mysql-enterprise-client-5.0
Filename: 
pool/main/m/mysql-dfsg-5.0/mysql-client-5.0_5.0.51a-3ubuntu5.1_i386.deb
Size: 7824072
MD5sum: 

[Bug 293823] Re: package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade:

2008-11-04 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 293539 ***
https://bugs.launchpad.net/bugs/293539

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 293539, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

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

** This bug has been marked a duplicate of bug 293539
   package samba failed to install/upgrade: Conflicts found! Please edit 
`/etc/samba/smb.conf' and sort them out manually.

-- 
package samba-common 2:3.2.3-1ubuntu3 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/293823
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 286063] Re: slapd package cannot be installed when using bash as the default shell

2008-11-04 Thread Nathaniel W. Turner
Note that this will cause an upgrade failure for any users who have
slapd installed and /bin/sh - /bin/bash.  Since this is a perfectly
valid configuration, this should probably be added to the 8.10 release
notes, with a recommendation that users temporarily change the default
shell to dash (dpkg-reconfigure dash) before starting the upgrade.

-- 
slapd package cannot be installed when using bash as the default shell
https://bugs.launchpad.net/bugs/286063
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 286063] Re: slapd package cannot be installed when using bash as the default shell

2008-11-04 Thread Mathias Gug
** Changed in: openldap (Ubuntu Intrepid)
   Importance: Undecided = Low
 Assignee: (unassigned) = Mathias Gug (mathiaz)
   Status: New = In Progress

-- 
slapd package cannot be installed when using bash as the default shell
https://bugs.launchpad.net/bugs/286063
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 282051] Re: package samba-common 3.0.28a-1ubuntu4.7 failed to install/upgrade: il sottoprocesso post-installation script ha restituito un codice di errore 1

2008-11-04 Thread Jean-Baptiste Lallement
Thanks for your report.

The error is
=
onfiguro samba-common (3.0.28a-1ubuntu4.7) ...
Not replacing deleted config file /etc/samba/smb.conf
chmod: impossibile accedere a `/etc/samba/smb.conf': Nessun file o directory
dpkg: errore processando samba-common (--configure):
 il sottoprocesso post-installation script ha restituito un codice di errore 1
=

Did you delete the file /etc/samba/smb.conf by hand ?

** Changed in: samba (Ubuntu)
   Status: New = Incomplete

-- 
package samba-common 3.0.28a-1ubuntu4.7 failed to install/upgrade: il 
sottoprocesso post-installation script ha restituito un codice di errore 1
https://bugs.launchpad.net/bugs/282051
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 226185] Re: update-resolv-conf script does not restore old values

2008-11-04 Thread Tom Dickson
This bug is happening to me on Hardy Heron. I'm using OpenVPN and I need
to add a search domain and a dns server line so that the internal VPN
hosts will resolve correcty, but when the VPN disconnects the internal
nameservers are left in /etc/resolv.con and not refreshed.

I'm using wicd instead of Network Manager because Network Manager
doesn't remember the wireless settings after reboot. As it is, the
system would require a manual interface restart to get the original DHCP
information back after the OpenVPN tunnel is taken down. I'm working on
how to do this automatically.

-- 
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 226185] Re: update-resolv-conf script does not restore old values

2008-11-04 Thread Tom Dickson
Weird. I'm actually getting a different issue now after a reboot cleared
things out - the original DHCP hostname and DNS address are staying in
resolv.conf, and the new server line is being added. After the OpenVPN
tunnel goes down, the VPN server stays in resolv.conf.

-- 
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 286063] Re: [SRU] slapd package cannot be installed when using bash as the default shell

2008-11-04 Thread Mathias Gug
** Summary changed:

- slapd package cannot be installed when using bash as the default shell
+ [SRU] slapd package cannot be installed when using bash as the default shell

** Description changed:

  In Intrepid I'd like to install slapd package and the preinst script gives an 
error message:
  /var/lib/dpkg/tmp.ci/config: line 944: local: can only be used in a function
  dpkg: error processing /var/cache/apt/archives/slapd_2.4.11-0ubuntu5_i386.deb 
(--unpack):
   subprocess pre-installation script returned error exit status 1
  Errors were encountered while processing:
   /var/cache/apt/archives/slapd_2.4.11-0ubuntu5_i386.deb
+ 
+ SRU PROCESS
+ =
+ 
+ IMPACT
+ -
+ 
+ If a system is using /bin/bash as the default sh shell, slapd config script 
fails during an upgrade from hardy to intrepid.
+ This is due to the usage of a local statement outside of a function. dash 
doesn't fail while bash fails.
+ 
+ RESOLUTION
+ 
+ 
+ Remove the local statement in the slapd config script.
+ 
+ PATCH
+ 
+ 
+ diff -u openldap-2.4.11/debian/slapd.config 
openldap-2.4.11/debian/slapd.config
+ --- openldap-2.4.11/debian/slapd.config
+ +++ openldap-2.4.11/debian/slapd.config
+ @@ -185,7 +185,6 @@
+ db_go || true
+  
+ # Make sure the passwords match
+ -   local pass1 pass2
+ db_get slapd/cfgpassword1
+ pass1=$RET
+ db_get slapd/cfgpassword2
+ 
+ TESTCASE
+ -
+ 
+ Install slapd in hardy.
+ 
+ Change the default shell to bash:
+ 
+ $ sudo ln -sf /bin/bash /bin/sh
+ 
+ Do an upgrade - enter a new password for the cn=config backend.
+ 
+ Expected Result:
+ The upgrade completes and upon reboot slapd is running with a cn=config 
backend:
+ 
+ $  ldapsearch -b cn=config -D cn=admin,cn=config -x -W
+ 
+ The command should return a long list of ldap attributes in ldif format.
+ 
+ Potential regression
+ --
+ None.

-- 
[SRU] slapd package cannot be installed when using bash as the default shell
https://bugs.launchpad.net/bugs/286063
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 292293] Re: udev rules for tun device have wrong permisisons

2008-11-04 Thread Scott James Remnant
Then that's a bug in OpenVPN, as you've reassigned it to.

We're not shipping with default permissions to allow any user to create
network tunnels.

-- 
udev rules for tun device have wrong permisisons
https://bugs.launchpad.net/bugs/292293
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 293941] [NEW] distribution upgrade fails on samba

2008-11-04 Thread guus
Public bug reported:

Binary package hint: samba

A distribution upgrade is running. Unfortunately the tiny logwindow is
way past the error.

ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 8.10
ErrorMessage: ErrorMessage: SystemError in cache.commit(): E:Sub-process 
/usr/bin/dpkg returned an error code (1)

NonfreeKernelModules: nvidia
Package: update-manager 1:0.93.32
PackageArchitecture: all
SourcePackage: update-manager
Title: package update-manager 1:0.93.32 failed to install/upgrade: 
ErrorMessage: SystemError in cache.commit(): E:Sub-process /usr/bin/dpkg 
returned an error code (1)
Uname: Linux 2.6.24-20-generic x86_64

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


** Tags: apport-package

-- 
distribution upgrade fails on samba
https://bugs.launchpad.net/bugs/293941
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 293941] Re: distribution upgrade fails on samba

2008-11-04 Thread guus

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

** Attachment added: VarLogDistupgradeAptlog.gz
   http://launchpadlibrarian.net/19367907/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   http://launchpadlibrarian.net/19367909/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   http://launchpadlibrarian.net/19367911/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   http://launchpadlibrarian.net/19367912/VarLogDistupgradeTermlog.gz

-- 
distribution upgrade fails on samba
https://bugs.launchpad.net/bugs/293941
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 286063] Re: [SRU] slapd package cannot be installed when using bash as the default shell

2008-11-04 Thread Martin Pitt
Accepted into intrepid-proposed, please test and give feedback here.
Please see https://wiki.ubuntu.com/Testing/EnableProposed for
documentation how to enable and use -proposed. Thank you in advance!

** Changed in: openldap (Ubuntu Intrepid)
   Status: In Progress = Fix Committed

** Tags added: verification-needed

-- 
[SRU] slapd package cannot be installed when using bash as the default shell
https://bugs.launchpad.net/bugs/286063
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