[Bug 391508] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocesso post-installation script retornou erro do status de sa?da 1

2009-06-24 Thread Claudecir Tavares

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/28274098/DpkgTerminalLog.gz

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: subprocesso post-installation script retornou erro do status 
de sa?da 1
https://bugs.launchpad.net/bugs/391508
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 391540] [NEW] mysql client at x86_64 cannot find /etc/mysql/my.cnf

2009-06-24 Thread Alesso
Public bug reported:

Let's look the good system:

r...@alesso:~# uname -m
i686
r...@alesso:~# dpkg -S /usr/bin/mysql
mysql-client-5.0: /usr/bin/mysql
r...@alesso:~# dpkg -s mysql-client-5.0
Package: mysql-client-5.0
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 17964
Maintainer: Ubuntu Core Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: i386
Source: mysql-dfsg-5.0
Version: 5.0.51a-3ubuntu5.4
..skipped..

r...@alesso:~# /usr/bin/mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: 
NO)
r...@alesso:~# strace /usr/bin/mysql 21|grep my.cnf
stat64(/etc/mysql/my.cnf, {st_mode=S_IFREG|0644, st_size=3897, ...}) = 0
open(/etc/mysql/my.cnf, O_RDONLY|O_LARGEFILE) = 3
stat64(/root/.my.cnf, 0xbf8d915c) = -1 ENOENT (No such file or directory)
stat64(/usr/etc/my.cnf, 0xbf8d915c)   = -1 ENOENT (No such file or directory)


As you can see the client finds /etc/mysql/my.cnf, reads it and attempts to 
connect to the server via valid socket. The further error (access denied) is 
expected in this situation, so everything is ok.


Now we will look at buggy systm

r...@y72:~# uname -m
x86_64
r...@y72:~# dpkg -S /usr/bin/mysql
mysql-client-5.0: /usr/bin/mysql
r...@y72:~# dpkg -s mysql-client-5.0
Package: mysql-client-5.0
Status: install ok installed
Priority: optional
Section: misc
Installed-Size: 19628
Maintainer: Ubuntu Core Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: amd64
Source: mysql-dfsg-5.0
Version: 5.0.51a-3ubuntu5.4
..skipped..

r...@y72:~# /usr/bin/mysql
ERROR 2002 (HY000): Can't connect to local MySQL server through socket 
'/tmp/mysql.sock' (2)
r...@y72:~# strace /usr/bin/mysql 21|grep my.cnf
stat(/etc/my.cnf, 0x7fff33e71cc0) = -1 ENOENT (No such file or directory)
stat(/usr/local/mysql/etc/my.cnf, 0x7fff33e71cc0) = -1 ENOENT (No such file 
or directory)
stat(/root/.my.cnf, 0x7fff33e71cc0)   = -1 ENOENT (No such file or directory)

The only difference is that the archicecture is amd64 now.
But client tries to find /etc/my.cnf instead of /etc/mysql/my.cnf and cannot 
find it.

Yeah, I can make a symlink but the situation is inaccurate and looks
like compile bug.

The problem looks to be exist for two years at leasts since there are
such theme at http://ubuntuforums.org/archive/index.php/t-312460.html .

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

-- 
mysql client at x86_64 cannot find /etc/mysql/my.cnf
https://bugs.launchpad.net/bugs/391540
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 391551] [NEW] package openssh-server 1:5.1p1-5ubuntu1 failed to install: sub process post-installation script returned error code 1

2009-06-24 Thread der_vegi
Public bug reported:

Installing openssh-server I get the following error:
useradd: Fehler beim Sperren der shadow-group-Datei
adduser: »/usr/sbin/useradd -d /var/run/sshd -g nogroup -s /usr/sbin/nologin -u 
112 sshd« gab den Fehlercode 10 zurück. Programmende.
dpkg: Fehler beim Bearbeiten von openssh-server (--configure):
 Unterprozess post-installation script gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
 openssh-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: Unterprozess post-installation script gab den Fehlerwert 1 zurück
Package: openssh-server 1:5.1p1-5ubuntu1
SourcePackage: openssh
Title: package openssh-server 1:5.1p1-5ubuntu1 failed to install/upgrade: 
Unterprozess post-installation script gab den Fehlerwert 1 zurück
Uname: Linux 2.6.28-13-generic i686

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


** Tags: apport-package i386

-- 
package openssh-server 1:5.1p1-5ubuntu1 failed to install: sub process 
post-installation script returned error code 1
https://bugs.launchpad.net/bugs/391551
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 391551] Re: package openssh-server 1:5.1p1-5ubuntu1 failed to install: sub process post-installation script returned error code 1

2009-06-24 Thread der_vegi

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

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/28276652/DpkgTerminalLog.gz

-- 
package openssh-server 1:5.1p1-5ubuntu1 failed to install: sub process 
post-installation script returned error code 1
https://bugs.launchpad.net/bugs/391551
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 391551] Re: package openssh-server 1:5.1p1-5ubuntu1 failed to install: sub process post-installation script returned error code 1

2009-06-24 Thread der_vegi
Running the command 'sudo /usr/sbin/useradd -d /var/run/sshd -g nogroup
-s /usr/sbin/nologin -u 112 sshd' results in 'useradd: Fehler beim
Sperren der shadow-group-Datei' which means 'error locking the shadow-
group-file'.

-- 
package openssh-server 1:5.1p1-5ubuntu1 failed to install: sub process 
post-installation script returned error code 1
https://bugs.launchpad.net/bugs/391551
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 391551] Re: package openssh-server 1:5.1p1-5ubuntu1 failed to install: sub process post-installation script returned error code 1

2009-06-24 Thread der_vegi
Removing /etc/gshadow.lock manually and running 'sudo /usr/sbin/useradd
-d /var/run/sshd -g nogroup -s /usr/sbin/nologin -u 112 sshd' resolved
this. But I don't know, why it was locked, this system was set up
yesterday, pretty much a stock configuration...

-- 
package openssh-server 1:5.1p1-5ubuntu1 failed to install: sub process 
post-installation script returned error code 1
https://bugs.launchpad.net/bugs/391551
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 200614] Re: segfault and warnings from net-snmp 5.4.x

2009-06-24 Thread Rafael M.
Jun 24 10:37:59 nix snmpd[4987]: Received TERM or STOP signal...  shutting 
down... 
Jun 24 10:38:05 nix snmpd[5007]: netsnmp_assert !registration != duplicate 
failed agent_registry.c:535 netsnmp_subtree_load() 
Jun 24 10:38:05 nix snmpd[5007]: NET-SNMP version 5.4.1 

Same version of Hassan, ubuntu 8.04 is realy LTS? I don't think so...
:-)

-- 
segfault and warnings from net-snmp 5.4.x
https://bugs.launchpad.net/bugs/200614
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 106146] Re: Cannot mount cifs shares as normal user on directories not owned by the user

2009-06-24 Thread Bug Watch Updater
** Changed in: samba
   Status: Confirmed = Fix Released

-- 
Cannot mount cifs shares as normal user on directories not owned by the user
https://bugs.launchpad.net/bugs/106146
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 382117] Re: Renaming a file through Samba overwrites existing one

2009-06-24 Thread Brice Terzaghi
Using smbclient, I tried to rename a dummy file to an existing name using the 
rename command. Got an error message saying the file already existed.
So I guess the problem comes from Nautilus not using the smbclient commands ?

-- 
Renaming a file through Samba overwrites existing one
https://bugs.launchpad.net/bugs/382117
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 206569] Re: hardy's OpenVPN 2.1_Rc7 not connecting

2009-06-24 Thread Thierry Carrez
No longer an issue for reporter.

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

-- 
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 337207] Re: redesign openvpn startscript

2009-06-24 Thread Thierry Carrez
We'd like to figure out what's causing this bug for you, but we haven't
heard back from you in a while. Could you please provide the requested
information? Thanks!

-- 
redesign openvpn startscript
https://bugs.launchpad.net/bugs/337207
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 385373] Re: Segfault in smbd

2009-06-24 Thread Derek Chen-Becker
Just got another panic. Looks like the same stack trace:

[Thread debugging using libthread_db enabled]
[New Thread 0x7f176d176710 (LWP 24480)]
0x7f1769d298f5 in waitpid () from /lib/libc.so.6
#0  0x7f1769d298f5 in waitpid () from /lib/libc.so.6
#1  0x7f1769cc12d1 in ?? () from /lib/libc.so.6
#2  0x7f176d3667a8 in smb_panic (why=value optimized out)
at lib/util.c:1679
#3  0x7f176d353be7 in sig_fault (sig=11) at lib/fault.c:46
#4  signal handler called
#5  pdb_get_domain (sampass=0x0) at passdb/pdb_get_set.c:285
#6  0x7f176d261b4c in change_to_user (conn=0x7f176e972e80, vuid=100)
at smbd/uid.c:88
#7  0x7f176d27b3cf in switch_message (type=50 '2', req=0x7f176e958610, 
size=value optimized out) at smbd/process.c:1429
#8  0x7f176d27d3cd in smbd_process () at smbd/process.c:1509
#9  0x7f176d24acc8 in main (argc=value optimized out, argv=0x2)
at smbd/server.c:1512
The program is running.  Quit anyway (and detach it)? (y or n) [answered Y; 
input not from terminal]

No audit lines in kern.log

-- 
Segfault in smbd
https://bugs.launchpad.net/bugs/385373
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 387708] Re: ProxyPassMatch does not work

2009-06-24 Thread Chuck Short
Which version or apache are you using and can you provide more details
of your setup?

Thanks
chuck

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

-- 
ProxyPassMatch does not work
https://bugs.launchpad.net/bugs/387708
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 386768] Re: auth-worker(default): malloc: 197212: Cannot allocate memory

2009-06-24 Thread Chuck Short
The kernel might be running out of memory can you attach the output of
'free -m'?

Thanks
chuck

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

-- 
auth-worker(default): malloc: 197212: Cannot allocate memory
https://bugs.launchpad.net/bugs/386768
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot 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 110992] Re: ipmi modules need to manually inserted and device created

2009-06-24 Thread Chuck Short
Why not just get to load the modules when the server boots?

** Changed in: ipmitool (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: ipmitool (Ubuntu)
   Status: Confirmed = Triaged

-- 
ipmi modules need to manually inserted and device created 
https://bugs.launchpad.net/bugs/110992
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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 389722] Re: skip-name-resolve is not included in default my.cnf

2009-06-24 Thread Chuck Short
Thanks for the bug report. It will be considered for the future.

Regards
chuck

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = Triaged

-- 
skip-name-resolve is not included in default my.cnf
https://bugs.launchpad.net/bugs/389722
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 391508] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocesso post-installation script retornou erro do status de sa?da 1

2009-06-24 Thread Chuck Short
Relevant error messages:

A instalar mysql-client-5.0 (5.1.30really5.0.75-0ubuntu10.2) ...

A instalar mysql-server-5.0 (5.1.30really5.0.75-0ubuntu10.2) ...

 * Stopping MySQL database server mysqld

   ...done.

 * Reloading AppArmor profiles ...

   ...done.

 * Starting MySQL database server mysqld

   ...fail!

invoke-rc.d: initscript mysql, action start failed.

Could you please provide the following information:

 * content of /var/log/daemon.log related to mysql processes:

/var/log/daemon.log

 * apparmor audit messages related to mysqld:

/var/log/kern.log

 * mysql configuration stripped of private information (such as
password):

/etc/mysql/my.cnf

 * extra mysql configuration from the conf.d directory:

/etc/mysql/conf.d/


** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = Incomplete

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: subprocesso post-installation script retornou erro do status 
de sa?da 1
https://bugs.launchpad.net/bugs/391508
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 391410] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2009-06-24 Thread Chuck Short
Revelant errors:

Selecting previously deselected package linux-image-2.6.28-13-generic.

(Reading database ... 132148 files and directories currently installed.)

Unpacking linux-image-2.6.28-13-generic (from .../linux-
image-2.6.28-13-generic_2.6.28-13.44_i386.deb) ...

Done.

Preparing to replace linux-restricted-modules-common 2.6.28-11.15 (using
.../linux-restricted-modules-common_2.6.28-13.17_all.deb) ...

Unpacking replacement linux-restricted-modules-common ...

Selecting previously deselected package linux-restricted-
modules-2.6.28-13-generic.

Unpacking linux-restricted-modules-2.6.28-13-generic (from .../linux-
restricted-modules-2.6.28-13-generic_2.6.28-13.17_i386.deb) ...

Preparing to replace mysql-server-5.0 5.1.30really5.0.75-0ubuntu10
(using .../mysql-server-5.0_5.1.30really5.0.75-0ubuntu10.2_i386.deb) ...

 * Stopping MySQL database server mysqld

   ...fail!

invoke-rc.d: initscript mysql, action stop failed.

dpkg: warning - old pre-removal script returned error exit status 1

dpkg - trying script from the new package instead ...

 * Stopping MySQL database server mysqld

   ...fail!

invoke-rc.d: initscript mysql, action stop failed.

dpkg: error processing /var/cache/apt/archives/mysql-
server-5.0_5.1.30really5.0.75-0ubuntu10.2_i386.deb (--unpack):

 subprocess new pre-removal script returned error exit status 1


Could you please provide the following information:

 * content of /var/log/daemon.log related to mysql processes:

/var/log/daemon.log

 * apparmor audit messages related to mysqld:

/var/log/kern.log

 * mysql configuration stripped of private information (such as
password):

/etc/mysql/my.cnf

 * extra mysql configuration from the conf.d directory:

/etc/mysql/conf.d/

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = Incomplete

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10 failed to 
install/upgrade: subprocess new pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/391410
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 374427] Re: doesn't accept multiple keys in id_rsa

2009-06-24 Thread Steve Lacy
To give more detail, here's what your ~/.ssh/config file needs to look
like:

Host * 
IdentityFile id_rsa.pub
Host hostname_with_special_keys.com
IdentifyFile id_rsa.hostname_with_special_keys.pub
Host another_host.com
IdentityFile id_rsa.another_host.pub

The actual hostnames and file names are arbitrary, and do not need to
match.  By doing this, you won't need to specify -i on the commandline
each time.

-- 
doesn't accept multiple keys in id_rsa
https://bugs.launchpad.net/bugs/374427
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 385614] Re: package snmpd 5.4.1~dfsg-12 ubuntu3 failed to install/upgrade: el subproceso post-in stallation script devolvió el código de salida d e error 127

2009-06-24 Thread Chuck Short
Did you compile net-snmp from source?

Regards
chuck

** Changed in: net-snmp (Ubuntu)
   Status: New = Incomplete

-- 
package snmpd 5.4.1~dfsg-12ubuntu3 failed to install/upgrade: el subproceso 
post-installation script devolvió el código de salida de error 127
https://bugs.launchpad.net/bugs/385614
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 383300] Re: cyrus-sasl2 buffer overflow vulnerability: CVE-2009-0688

2009-06-24 Thread Kees Cook
Published: http://www.ubuntu.com/usn/usn-790-1

** Changed in: cyrus-sasl2 (Ubuntu Jaunty)
   Status: Triaged = Fix Released

** Changed in: cyrus-sasl2 (Ubuntu Jaunty)
 Assignee: (unassigned) = Kees Cook (kees)

** Changed in: cyrus-sasl2 (Ubuntu Intrepid)
   Status: Fix Committed = Fix Released

** Changed in: cyrus-sasl2 (Ubuntu Hardy)
   Status: Fix Committed = Fix Released

** Changed in: cyrus-sasl2 (Ubuntu Dapper)
   Status: Fix Committed = Fix Released

-- 
cyrus-sasl2 buffer overflow vulnerability: CVE-2009-0688
https://bugs.launchpad.net/bugs/383300
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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 318679] Re: snmpd error

2009-06-24 Thread Chuck Short
No response from user.


** Changed in: net-snmp (Ubuntu)
   Status: Incomplete = Won't Fix

-- 
snmpd error
https://bugs.launchpad.net/bugs/318679
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 369577] Re: Setting Logging Priorities via Syslog not possible

2009-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package net-snmp - 5.4.1~dfsg-12ubuntu4

---
net-snmp (5.4.1~dfsg-12ubuntu4) karmic; urgency=low

  * debian/patches/99-fix-net-snmp-syslog.patch: Fixes invalid syslog 
facility.
   (LP: #369577)

 -- Chuck Short zul...@ubuntu.com   Wed, 24 Jun 2009 14:44:51 -0400

** Changed in: net-snmp (Ubuntu)
   Status: New = Fix Released

-- 
Setting Logging Priorities via Syslog not possible
https://bugs.launchpad.net/bugs/369577
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 391274] Re: dhcpclient not overwrites /etc/resolv.conf

2009-06-24 Thread Vany
this is a problem:
v...@vfs:~$ which [
/usr/bin/[

bugfix attached

I need the blood of the author.

** Attachment added: Patch for /sbin/resolvconf
   http://launchpadlibrarian.net/28298895/resolvconf.diff

-- 
dhcpclient not overwrites /etc/resolv.conf
https://bugs.launchpad.net/bugs/391274
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 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: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2009-06-24 Thread David Siegel
Please don't add bugs to hundredpapercuts when you know the bug is not a
paper cut!

** Changed in: hundredpapercuts
   Status: New = Invalid

-- 
Network is brought down before network filesystems are unmounted (CIFS timeout 
at shutdown)
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 27463] Re: [needs-packaging] Fedora Directory Server for Ubuntu

2009-06-24 Thread Timothy Pearson
Hey, sorry for the lack of progress on this bug, but my servers were
fried by a lightning-related EMP on Friday (June 19) and therefore I've
been unable to do anything since then. ( more details are on a temporary
website at http://apt.pearsoncomputing.net )

However, before that time, it was decided that at the very least the
packages need to be renamed to reflect the change from Fedora directory
server to 389 directory server.  That is my top priority--once I can get
at my servers again, that is!!

Tim

-- 
[needs-packaging] Fedora Directory Server for Ubuntu
https://bugs.launchpad.net/bugs/27463
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
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


[Blueprint karmic-fedora-directory-server-inclusion] Fedora Directory Server Inclusion in Karmic

2009-06-24 Thread David Sugar
Blueprint changed by David Sugar:

Whiteboard changed to:

According to http://directory.fedoraproject.org/wiki/389_Change_FAQ all
references to this server and packages built for it should be renamed to
389.  This happened as of sometime May.  I think their FAQ explains the
history and issues well and we should accept the upstream's request in
this matter.

-- 
  Fedora Directory Server Inclusion in Karmic
  
https://blueprints.launchpad.net/ubuntu/+spec/karmic-fedora-directory-server-inclusion

-- 
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 387708] Re: ProxyPassMatch does not work

2009-06-24 Thread jh
** Also affects: apache2
   Importance: Undecided
   Status: New

-- 
ProxyPassMatch does not work
https://bugs.launchpad.net/bugs/387708
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 194140] Re: Dependency cycle prevents upgrade of libsasl2-2

2009-06-24 Thread Martin-Éric Racine
This issue is *still* present in 2.1.22.dfsg1-23ubuntu3.1 (Jaunty).
Could someone please fix this before Karmic releases?

-- 
Dependency cycle prevents upgrade of libsasl2-2
https://bugs.launchpad.net/bugs/194140
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cyrus-sasl2 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 391874] [NEW] “dynamic” applicati on-level port forwarding non-functional

2009-06-24 Thread Michael R. Crusoe
Public bug reported:

Ubuntu 9.04; openssh-client 1:5.1p1-5ubuntu1

What I expected to happen:

$ ssh -ND 127.0.0.1:1080 host

creates a SOCKS proxy listening on 127.0.0.1 that relays traffic through
the host.

What happened instead

No love. Logs below.

mich...@flight:~$ http_proxy=127.0.0.1:1080 wget http://www.google.com
--2009-06-24 16:52:23--  http://www.google.com/
Connecting to 127.0.0.1:1080... connected.
Proxy request sent, awaiting response... No data received.
Retrying.

--2009-06-24 16:52:24--  (try: 2)  http://www.google.com/
Connecting to 127.0.0.1:1080... connected.
Proxy request sent, awaiting response... No data received.
Retrying.

mich...@flight:~$ ssh -vvv -ND 127.0.0.1:1080 localhost
OpenSSH_5.1p1 Debian-5ubuntu1, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to localhost [127.0.0.1] port 22.
debug1: connect to address 127.0.0.1 port 22: Connection refused
ssh: connect to host localhost port 22: Connection refused
mich...@flight:~$ ssh -vvv -ND 127.0.0.1:1080 localhost
OpenSSH_5.1p1 Debian-5ubuntu1, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to localhost [127.0.0.1] port 22.
debug1: Connection established.
debug1: identity file /home/michael/.ssh/identity type -1
debug3: Not a RSA1 key file /home/michael/.ssh/id_rsa.
debug2: key_type_from_name: unknown key type '-BEGIN'
debug3: key_read: missing keytype
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug3: key_read: missing whitespace
debug2: key_type_from_name: unknown key type '-END'
debug3: key_read: missing keytype
debug1: identity file /home/michael/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/michael/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.1p1 
Debian-5ubuntu1
debug1: match: OpenSSH_5.1p1 Debian-5ubuntu1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.1p1 Debian-5ubuntu1
debug2: fd 3 setting O_NONBLOCK
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,z...@openssh.com,zlib
debug2: kex_parse_kexinit: none,z...@openssh.com,zlib
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour128,arcfour256,arcfour,aes192-cbc,aes256-cbc,rijndael-...@lysator.liu.se,aes128-ctr,aes192-ctr,aes256-ctr
debug2: kex_parse_kexinit: 

[Bug 391874] Re: “dynamic” application -level port forwarding non-functional

2009-06-24 Thread Michael R. Crusoe

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

-- 
“dynamic” application-level port forwarding non-functional
https://bugs.launchpad.net/bugs/391874
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 391884] [NEW] insufficient quoting in easy-rsa-2 vars script

2009-06-24 Thread otzenpunk
Public bug reported:

Binary package hint: openvpn

The script /usr/share/doc/openvpn/examples/easy-rsa/2.0/vars does not
quote the variable $EASY_RSA in line 29 properly and should be adjusted
like this:

export KEY_CONFIG=`$EASY_RSA/whichopensslcnf $EASY_RSA`

The $EASY_RSA variable contains the path of the directory. Normally it
therefore wouldn't contain any white space, but the whole easy-rsa
directory is supposed to be copied somewhere, where you want to create
your openvpn ca. It is not unreasonable to use a memory stick for that,
which could leave you with a path like /media/USB DISK/easy-rsa.

This would result in the script displaying the error message bash:
/media/USB: No such file or directory and not working like expected.

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

-- 
insufficient quoting in easy-rsa-2 vars script
https://bugs.launchpad.net/bugs/391884
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 372405] Re: ldb_module.h and associated files not included in package

2009-06-24 Thread Mathias Gug
ldb_module.h is now available from the libldb-dev package.

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

-- 
ldb_module.h and associated files not included in package
https://bugs.launchpad.net/bugs/372405
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba4 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 391884] Re: insufficient quoting in easy-rsa-2 vars script

2009-06-24 Thread otzenpunk
Similar problem in /usr/share/doc/openvpn/examples/easy-rsa/2.0/build-
dh. Should be

if [ -d $KEY_DIR ]  [ $KEY_SIZE ]; then
$OPENSSL dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE}

in line 6 ff.

P.S.: Forgot to tell: Version is openvpn 2.1~rc11-1ubuntu3 as shipped
with jaunty.

-- 
insufficient quoting in easy-rsa-2 vars script
https://bugs.launchpad.net/bugs/391884
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 45842] Re: nfs shares not mounted at startup

2009-06-24 Thread Mateusz Marzantowicz
Hello,

as you can guess I have the problem with mounting NFS at boot time.

My /etc/lsb-release is:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.04
DISTRIB_CODENAME=jaunty
DISTRIB_DESCRIPTION=Ubuntu 9.04

I've installed this system as VMware virtual machine (F4 during install
CD boot, etc.).

This bug is really annoying. I've added mount -a to my /etc/rc.local
which temporarily solved the problem but it's ugly hack!

Is there any solution for this bug?

-- 
nfs shares not mounted at startup
https://bugs.launchpad.net/bugs/45842
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.

-- 
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 387708] Re: ProxyPassMatch does not work

2009-06-24 Thread jh
Ubuntu 9.04 Jaunty
Apache 2.2
a2enmod proxy_ajp

It seems that the documentation was recently fixed to show that
ProxyPass(Match) is not meant to be used within Location declaratives.
Either that or I misread or read the wrong docs, as I remember following
docs that showed ProxyPass(Match) as being placed within Location
declaratives.

Using ProxyPass(Match) within Location declaratives causes unexpected
behavior (to the user), such that ProxyPass disables the use of RegEx
within Location(Match) declaratives, and whereby ProxyPassMatch enables
RegEx within Location(Match).

Here is a use case, where I am trying to proxy(AJP) .jsp extension urls to 
Apache Tomcat
Location .+\.jsp$
ProxyPassMatch ajp://localhost:8009/
ProxyPassReverse ajp://localhost:8009/
/Location
Notice that ProxyPassMatch only takes one parameter.  Also notice that removing 
Match will cause the RegEx to stop matching.

As someone who has used Apache in the past, I probably should have
realized that Apache behaves this way due to the way Locations are
parsed, but I had been trying to follow the docs I was reading as
literally as I could.

Anyhow, this bug should probably be marked invalid.

-- 
ProxyPassMatch does not work
https://bugs.launchpad.net/bugs/387708
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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 387708] Re: ProxyPassMatch does not work

2009-06-24 Thread jh
** Changed in: apache2 (Ubuntu)
   Status: Incomplete = Invalid

** Changed in: apache2
   Status: New = Confirmed

** Changed in: apache2
   Status: Confirmed = Invalid

-- 
ProxyPassMatch does not work
https://bugs.launchpad.net/bugs/387708
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 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