[Bug 241427] Re: package network-manager-openvpn 0.3.2svn2342-1ubuntu4 failed to install/upgrade: problemi con le dipendenze - lasciato non configurato

2008-06-20 Thread Luca Falavigna
*** This bug is a duplicate of bug 241550 ***
https://bugs.launchpad.net/bugs/241550

** This bug has been marked a duplicate of bug 241550
   package openvpn 2.1~rc7-4build1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1

-- 
package network-manager-openvpn 0.3.2svn2342-1ubuntu4 failed to 
install/upgrade: problemi con le dipendenze - lasciato non configurato
https://bugs.launchpad.net/bugs/241427
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openvpn in ubuntu (via bug 241550).

-- 
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 209520] Re: SMB error: Unable to mount location when server configured with security=share

2008-06-20 Thread Steve Langasek
** Description changed:

  Binary package hint: nautilus
  
  I just updated Ubuntu 8.04.
  Whenever I make a connection to the Window share, I got this error dialog: 
  
  Unable to mount location
  Failed to mount Windows share
  
  With and OK button.
  
  ProblemType: Bug
  Architecture: i386
  Date: Sun Mar 30 21:19:59 2008
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/nautilus
  NonfreeKernelModules: nvidia
  Package: nautilus 1:2.22.1-0ubuntu1
  PackageArchitecture: i386
  ProcEnviron:
   
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  Uname: Linux 2.6.24-12-generic i686
+ 
+ TEST CASE:
+ 
+ 1) install the samba package
+ 2) configure 'security = share' and 'lanman auth = yes' in the [globals] 
section of /etc/samba/smb.conf
+ 3) add a user account to the server (e.g., with 'adduser user')
+ 4) set a password for this (insecure!) account with 'smbpasswd user'
+ 5) add a share which points to this user, e.g.:
+   [test]
+ comment = Test share
+ path = /home/user
+ writable = yes
+ guest ok = no
+ user = user
+ 6) with the hardy version of the libsmbclient package installed, test the 
following:
+   a) smbclient //localhost/user
+ should return
+  Server not using user level security and no password supplied.
+  Server requested LANMAN password (share-level security) but 'client use 
lanman auth' is disabled
+   b) nautilus smb://localhost/user
+ should prompt for a password, and, even when entered correctly, return
+  Couldn't display "smb://localhost/user"
+  Error: Failed to mount Windows share
+  Please select another viewer and try again.
+ 7) install the libsmbclient package from hardy-proposed
+ 8) both of the above two tests should now succeed
+ 9) set 'client lanman auth = no' in /etc/samba/smb.conf
+ 10) confirm that both of the above tests again fail when the config is 
overridden

-- 
SMB error: Unable to mount location when server configured with security=share
https://bugs.launchpad.net/bugs/209520
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 241802] Re: mysql clients ignore port specification when connecting to "localhost"

2008-06-20 Thread Derek Price
Thanks for the link.  I added a comment to the MySQL not-a-bug.  I had
to agree with one of the previous posters that the current behavior is
quite insane.

It does sound like a work-around for at least some clients is to put
"protocol=tcp" in the [client] section of my.cnf (I confirmed that this
works for mysql & mysql-admin, but the mysql bug mentions that some PHP
clients won't notice that).  I think it would be much better to push
this upstream if the MySQL team regains its senses, but for now, maybe
adding that line to the Ubuntu my.cnf would be a good idea?  My feeling
is that it is better not to cause connection errors and let the
performance tuners figure out that they should specify the socket
protocol for connections to localhost.

-- 
mysql clients ignore port specification when connecting to "localhost"
https://bugs.launchpad.net/bugs/241802
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 241448] Re: Playing from Samba SMB shared folder now is not possible (it could be done until last upgrade).

2008-06-20 Thread Néstor Amigo Cairo
This problem happens just after upgrading samba related packages to last 
version, and rebooting. I have finally tested it. Can someone else confirm it??
Please, fix it ASAP.

-- 
Playing from Samba SMB shared folder now is not possible (it could be done 
until last upgrade).
https://bugs.launchpad.net/bugs/241448
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 241802] Re: mysql clients ignore port specification when connecting to "localhost"

2008-06-20 Thread hads
http://bugs.mysql.com/bug.php?id=31577

-- 
mysql clients ignore port specification when connecting to "localhost"
https://bugs.launchpad.net/bugs/241802
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 241802] [NEW] mysql clients ignore port specification when connecting to "localhost"

2008-06-20 Thread Derek Price
Public bug reported:

Binary package hint: mysql-admin

I can duplicate this with all of mysql, mysqldump, and the mysql-admin
GUI on 8.04LTS.  This is not the behavior I am used to from the same
applications on 6.06LTS or the Windows ports of the same applications.

I normally create an SSH tunnel to a remote (6.06LTS) server where I run
a MySQL server (via `ssh -L localhost:33060:localhost:3306').  I also
run a local (8.04LTS) MySQL server.

When I specify a host of "localhost" and a port of "33060" to any of
mysql, mysqldump, or mysql-admin, the client will attach to the local
instance of MySQL server instead of the tunnel to the remote instance,
yet when I connect directly to 127.0.0.1, the connection works (I can
also work around this by defining some other alias for 127.0.0.1 in
/etc/hosts and using it).  In the following transcript, note the local
MySQL instance is hardy's version 5.051a-3ubuntu5.1 and the remote
instance is dapper's version 5.0.22-Debian_0ubuntu6.06.9-log.

[EMAIL PROTECTED]:~$ mysql -h localhost --port=33060 -uroot -p 
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 32
Server version: 5.0.51a-3ubuntu5.1 (Ubuntu)

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> quit
Bye
[EMAIL PROTECTED]:~$ mysql -h 127.0.0.1 --port=33060 -uroot -p 
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 493390
Server version: 5.0.22-Debian_0ubuntu6.06.9-log

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> quit
Bye
[EMAIL PROTECTED]:~$ telnet localhost 33060
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
M
5.0.22-Debian_0ubuntu6.06.9-logO�e\ypDAXy,�!xpHUQy,mc(9)Connection closed by 
foreign host.
[EMAIL PROTECTED]:~$

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

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

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

-- 
mysql clients ignore port specification when connecting to "localhost"
https://bugs.launchpad.net/bugs/241802
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 241448] Re: Playing from Samba SMB shared folder now is not possible (it could be done until last upgrade).

2008-06-20 Thread Néstor Amigo Cairo
I have fully upgraded it except for samba (samba, samba-client,
libsmbclient...), and it works. So you can imagine what causes the
trouble... Some minor change in Samba has made this happen. I only have
to upgrade samba and test, but obviously, it should fail (I'm doing it
when I finish my film).

Good luck! And please, post a fix.

-- 
Playing from Samba SMB shared folder now is not possible (it could be done 
until last upgrade).
https://bugs.launchpad.net/bugs/241448
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 241796] [NEW] sshd doesn't start properly

2008-06-20 Thread wawrzek
Public bug reported:

Binary package hint: openssh-server

The sshd server doesn't start properly:

[EMAIL PROTECTED]:~$ps axf | grep ssh
 4885 ?Ss 0:00 /usr/sbin/sshd

Restarting it helps:

[EMAIL PROTECTED]:~$sudo /etc/init.d/ssh restart
[sudo] password for niewod: 
 * Restarting OpenBSD Secure Shell server sshd
   ...done.
[EMAIL PROTECTED]:~$ps axf | grep ssh
 6683 pts/0S+ 0:00  \_ grep ssh
 6678 ?Ss 0:00 /usr/sbin/sshd

ssh server working again.

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

-- 
sshd doesn't start properly
https://bugs.launchpad.net/bugs/241796
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 69064] Re: Inconvenience viewing documentation

2008-06-20 Thread Jean-Baptiste Lallement
I'm closing this report because:
- the .pod files are glued to the respective .pm files, so one can use perldoc 
on .pm files to read the documentation e.g. perldoc /usr/lib/perl5/mod_perl2.pm
- the documentation is up-to-date (latest changes April 2008)

** Changed in: libapache2-mod-perl2 (Ubuntu)
   Status: New => Fix Released

-- 
Inconvenience viewing documentation
https://bugs.launchpad.net/bugs/69064
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libapache2-mod-perl2 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 241448] Re: Playing from Samba SMB shared folder now is not possible (it could be done until last upgrade).

2008-06-20 Thread blue9
Same behavior from double cliking from samba share or from open on samba share.
Work around : 
Open a console.
cd .gvfs/sharename
totem video.avi   ...
Play fine

-- 
Playing from Samba SMB shared folder now is not possible (it could be done 
until last upgrade).
https://bugs.launchpad.net/bugs/241448
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 241448] Re: Playing from Samba SMB shared folder now is not possible (it could be done until last upgrade).

2008-06-20 Thread Néstor Amigo Cairo
I have observed that one of the last upgraded packages is libsmbclient,
samba-client and samba. Maybe it has something to do with it?? Please,
test!!

** Also affects: samba (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Playing from Samba SMB shared folder now is not possible (it could be done 
until last upgrade).
https://bugs.launchpad.net/bugs/241448
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 231060] Re: packages dnsmasq and libvirt-bin conflict with each other

2008-06-20 Thread Neal McBurnett
How about a more helpful error message?  Perhaps libvirtd could notice
that dnsmasq is already running and say "please disable dnsmasq on
interface xyz".   Or maybe dnsmasq itself could be noticing that?

-- 
packages dnsmasq and libvirt-bin conflict with each other
https://bugs.launchpad.net/bugs/231060
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 236167] Re: "local disk flush failed with status -5" with drbd8 over LVM

2008-06-20 Thread Chuck Short
Please see my previous comment.

Thanks
chuck

** Changed in: drbd8 (Ubuntu)
   Status: Incomplete => Fix Released

-- 
"local disk flush failed with status -5" with drbd8 over LVM
https://bugs.launchpad.net/bugs/236167
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 230016] Re: [intrepid] Rebuild with perl 5.10

2008-06-20 Thread Launchpad Bug Tracker
This bug was fixed in the package courier - 0.59.0-3ubuntu1

---
courier (0.59.0-3ubuntu1) intrepid; urgency=low

  * Merge from Debian unstable. (LP: #226093, #230016, #209449) Remaining
Ubuntu changes:
- debian/watch - Added
- debian/control:
  - Bumped Standards-Version to 3.7.3
  - Changed Build-Depend libgamin-dev instead libfam-dev
  - Updated Build-Depend to debhelper >= 5.0.37
  - Updated Build-Depend to libldap2-dev instead libldap-dev
  - Dropped Build-Depend libmysqlclient-dev
  - Added Build-Depend po-debconf
  - Changed Depends to apache2 instead apache
  - Changed Depends to postfix instead exim4
  - Added Depends debconf to courier-mta, sqwebmail, courier-imap,
courier-webadmin, courier-pop, courier-ssl
  - Added Depends lsb-base to courier-mta, sqwebmail, courier-imap,
courier-pcp, courier-ldap, courier-mta-ssl, courier-pop-ssl,
courier-imap-ssl
  - Added Depends openssl to courier-pop-ssl
- debian/courier-imap.init, debian/courier-imap-ssl.init,
  debian/courier-ldap.init, debian/courier-mta.init,
  debian/courier-mta-ssl.init, debian/courier-pcp.init,
  debian/courier-pop-.init, debian/courier-pop-ssl.init, sqwebmail.init:
  - Added LSB sections
  - Fixed MAILDIR var to MAILDIRPATH
- debian/sqwebmail.pam:
  - Added common-session
- debian/control:
  - Changed maintainer to MOTU
- debian/*.init: use log_success_msg instead of echo
  - If /etc/courier for some reason does not exist, some of the
postinst scripts could die horribly. Make sure that it does.
  - Required-Start and Required-Stop lsb fields similar to Debian version.

courier (0.59.0-3) unstable; urgency=high

  * Applied upstream patch removing IETF license from internet draft files
(Closes: #482048, thanks to Simon Josefsson <[EMAIL PROTECTED]> for
the report)

courier (0.59.0-2) unstable; urgency=low

  * Updated French translation of Debconf templates (Closes: #442215,
thanks to Christian Perrier <[EMAIL PROTECTED]>)
  * Updated German translation of Debconf templates (Closes: #476887,
thanks to Holger Wansing <[EMAIL PROTECTED]>)
  * Updated Finnish translation of the Debconf templates (Closes: #475241,
thanks to Esko Arajärvi <[EMAIL PROTECTED]>)
  * Updated Czech translation of Debconf templates (Closes: #479213, thanks
to Martin Sín <[EMAIL PROTECTED]>)
  * Added Basque translation of Debconf templates (Closes: #479461, thanks
to iarres Beobide <[EMAIL PROTECTED]>)
  * Updated Turkish translation of Debconf templates (Closes: #479531,
thanks to Mehmet Turker <[EMAIL PROTECTED]>)
  * Updated Portuguese translation of Debconf templates (Closes: #479642,
thanks to Miguel Figueiredo <[EMAIL PROTECTED]>)
  * Updated Vietnamese translation of Debconf templates (Closes: #479747,
thanks to Clytie Siddall <[EMAIL PROTECTED]>)
  * Updated Galician translation of Debconf templates (Closes: #479790,
thanks to Jacobo Tarrio <[EMAIL PROTECTED]>)
  * Updated Dutch translation of Debconf templates (Closes: #480126,
thanks to Bart Cornelis <[EMAIL PROTECTED]>)
  * Updated Japanese translation of Debconf templates (Closes: #480881,
thanks to Hideki Yamane <[EMAIL PROTECTED]>)
  * Updated Russian translation of Debconf templates (Closes: #480916,
thanks to Yuri Kozlov <[EMAIL PROTECTED]>)
  * Debhelper compatibility level increased to 5 and moved to debian/compat
  * Don't ignore make clean errors

courier (0.59.0-1) unstable; urgency=low

  * new upstream release
  * remove /var/lib/courier/couriersslcache on purge (Closes: #463497,
thanks to Peter Eisentraut <[EMAIL PROTECTED]> for the report)
  * use MAILDIRPATH from Courier configuration files
(Closes: #463233, #441225)
  * fix bashism in courier-mta postinst script (Closes: #472226, thanks to
Raphael Geissert <[EMAIL PROTECTED]> for the report)
  * build depend on automake instead of automake1.8 (Closes: #473361,
thanks to Eric Dorland <[EMAIL PROTECTED]> for the report)
  * removed TABs from NEWS file
  * added short descriptions to LSB init info
  * lintian:
- added copyright notice to debian/copyright
- fixed doc-base section for sqwebmail package
- use ${shlibs:Depends} for a proper libc dependency
- override for linking with openssl added

 -- Stefan Ebner <[EMAIL PROTECTED]>   Fri, 20 Jun 2008 14:50:50 -0400

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

-- 
[intrepid] Rebuild with perl 5.10
https://bugs.launchpad.net/bugs/230016
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 215904] Re: [SRU] (ITS#5518) Assertion error in io.c:234: ber_flush2

2008-06-20 Thread Nagappan
I don't see this package in hardy-updates, am I missing something ? I'm
able to reproduce the crash with Evolution exchange always. Can I get
the deb package ? I can verify and update this bug.

-- 
[SRU] (ITS#5518) Assertion error in io.c:234: ber_flush2 
https://bugs.launchpad.net/bugs/215904
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 227178] Re: [SRU] Slave slapd crashes when doing syncrepl

2008-06-20 Thread Martin Pitt
** Tags added: verification-done

** Tags removed: verification-needed

-- 
[SRU] Slave slapd crashes when doing syncrepl
https://bugs.launchpad.net/bugs/227178
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 218734] Re: (ITS#5527) slapd segfaults when using dynlist

2008-06-20 Thread Anderson
I just installed them now... No crashes while starting services...

-- 
(ITS#5527) slapd segfaults when using dynlist
https://bugs.launchpad.net/bugs/218734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 218734] Re: (ITS#5527) slapd segfaults when using dynlist

2008-06-20 Thread Anderson
Sorry, I didn't saw your packages before, because of version numbering.
I had installed packages from Chuck's PPA, with version
2.4.9-1ubuntu1~ppa1 and packages from hardy-proposed has version
2.4.9-0ubuntu0.8.04.

In order to allow automatic installation of hardy-proposed packages with
a standard dist-upgrade, can version numbering be changed?

-- 
(ITS#5527) slapd segfaults when using dynlist
https://bugs.launchpad.net/bugs/218734
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 227178] Re: [SRU] Slave slapd crashes when doing syncrepl

2008-06-20 Thread Anderson
I just installed them now... No crashes while starting services...

-- 
[SRU] Slave slapd crashes when doing syncrepl
https://bugs.launchpad.net/bugs/227178
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 227178] Re: [SRU] Slave slapd crashes when doing syncrepl

2008-06-20 Thread Anderson
Sorry, I didn't saw your packages before, because of version numbering.
I had installed packages from Chuck's PPA, with version
2.4.9-1ubuntu1~ppa1 and packages from hardy-proposed has version
2.4.9-0ubuntu0.8.04.

In order to allow automatic installation of hardy-proposed packages with
a standard dist-upgrade, can version numbering be changed?

-- 
[SRU] Slave slapd crashes when doing syncrepl
https://bugs.launchpad.net/bugs/227178
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 180493] Re: [SRU] nmbd shuts down when network disconnected

2008-06-20 Thread Bug Watch Updater
** Changed in: samba
   Status: Confirmed => Fix Released

-- 
[SRU] nmbd shuts down when network disconnected
https://bugs.launchpad.net/bugs/180493
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 236167] Re: "local disk flush failed with status -5" with drbd8 over LVM

2008-06-20 Thread derrick daugherty
2.6.24-19.33 seems to have fixed it for me as well, i was on -18.   i
created an 8.0.12 drbd package, should i just create a drbd backport bug
with the patch?

for the archives, i received a new message on mount, but instead of
repeating for every io it is only at mount time:

Jun 19 11:24:49 bwvm01 kernel: [54082.234571] drbd1: local disk flush
failed with status -95

-- 
"local disk flush failed with status -5" with drbd8 over LVM
https://bugs.launchpad.net/bugs/236167
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 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 241440] Re: bacula catalog fails due to missing script

2008-06-20 Thread Ante Karamatić
So, no query.sql and no delete_catalog_backup. Very strange. Have you
tried reinstall? If you didn't don't do it.

-- 
bacula catalog fails due to missing script
https://bugs.launchpad.net/bugs/241440
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 240519] Re: sybase_* functions missing in php5-sybase for hardy

2008-06-20 Thread Chuck Short

** Attachment added: "Patch that fixes the problem."
   http://launchpadlibrarian.net/15479460/119-sybase-alias.patch

-- 
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
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 240519] Re: sybase_* functions missing in php5-sybase for hardy

2008-06-20 Thread Chuck Short
Hardy introduced a regression that prevents sybase users from using
php5-sybase on hardy. This is due to a change in the packaging between
hardy and gutsy. Attached to this bug report is the patch that fixes the
issue.

TEST CASE:

1. Install php5-sybase with a sybase database.
2. Try to use php5-sybase with an actual sybase database.

Please note it would be easier for people who have sybase already
installed to test this SRU.

I have attached the patch that fixes this issue. If you have any
questions please let me know.

-- 
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
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


Re: [Bug 241440] Re: bacula catalog fails due to missing script

2008-06-20 Thread Tim Richardson
In that directory I have:


[EMAIL PROTECTED]:/etc/bacula/scripts# ls
btraceback.gdb  make_catalog_backup  make_catalog_backup_awk

and this is after a Synaptic reinstall of 
bacula-director-sqlite3

even though the package description lists
/etc/bacula/scripts/delete_catalog_backup 
as an installed file.



On Fri, 2008-06-20 at 05:29 +, Ante Karamatić wrote:
> Hm... I can't confirm this. All four versions of bacula-director do
> contain /etc/bacula/scripts/delete_catalog_backup.
> 
> Check /var/lib/dpkg/info/bacula-director-sqlite.list and/or
> /var/lib/dpkg/info/bacula-director-sqlite3.list.
> 
> Is there anything in /etc/bacula/scripts? If yes, what?
>

-- 
bacula catalog fails due to missing script
https://bugs.launchpad.net/bugs/241440
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 46299] Re: Can't connect to iLO on HP servers without doing "unset LANG"

2008-06-20 Thread Robert Siimon
Hello,

in ILO firmware version 1.92 it seems to be fixed. At least I upgraded some 
ILOs I have at hand and tried to ssh into them and it worked fine :)
Can anyone else confirm this?

-- 
Can't connect to iLO on HP servers without doing "unset LANG"
https://bugs.launchpad.net/bugs/46299
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 230016] Re: [intrepid] Rebuild with perl 5.10

2008-06-20 Thread Anders Kaseorg
** Changed in: rrdtool (Ubuntu)
   Status: New => Fix Released

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

-- 
[intrepid] Rebuild with perl 5.10
https://bugs.launchpad.net/bugs/230016
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 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 241550] [NEW] package openvpn 2.1~rc7-4build1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-06-20 Thread Richie
Public bug reported:

Binary package hint: openvpn

OpenVPN fails to install every time.

Unpacking openvpn (from .../openvpn_2.1~rc7-4build1_i386.deb) ...
Processing triggers for man-db ...
Setting up openvpn (2.1~rc7-4build1) ...
 * Starting virtual private network daemon. 
invoke-rc.d: initscript openvpn, action "start" failed.
dpkg: error processing openvpn (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 openvpn
E: Sub-process /usr/bin/dpkg returned an error code (1)
[EMAIL PROTECTED]:~$ 


[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu intrepid (development branch)
Release:8.10

ProblemType: Package
Architecture: i386
Date: Fri Jun 20 08:25:17 2008
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: openvpn 2.1~rc7-4build1
PackageArchitecture: i386
SourcePackage: openvpn
Title: package openvpn 2.1~rc7-4build1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-package

-- 
package openvpn 2.1~rc7-4build1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/241550
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 241550] Re: package openvpn 2.1~rc7-4build1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2008-06-20 Thread Richie

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

** Attachment added: "DpkgTerminalLog.gz"
   http://launchpadlibrarian.net/15469783/DpkgTerminalLog.gz

-- 
package openvpn 2.1~rc7-4build1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/241550
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 231060] Re: packages dnsmasq and libvirt-bin conflict with each other

2008-06-20 Thread Soren Hansen
dnsmasq is a general purpose dns (and DHCP, but let's ignore this for the 
purpose of this conversation) server.
The dnsmasq package installs itself and starts listening on all interfaces. 
That seems like a reasonable default behaviour for a general purpose caching 
dns server to me.
libvirt uses dnsmasq (the binary, not the service) to provide dns and dhcp 
services to virtual networks. If you're installing dnsmasq and libvirt-bin 
alongside each other, you have to work out the conflicts yourself. I'm not 
convinced there is a reasonable default fix for this case.

-- 
packages dnsmasq and libvirt-bin conflict with each other
https://bugs.launchpad.net/bugs/231060
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