[Bug 578064] ThreadStacktrace.txt (retraced)

2010-07-16 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://launchpadlibrarian.net/52019195/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/48183899/CoreDump.gz

** Changed in: php5 (Ubuntu)
   Importance: Low = Medium

** Tags removed: need-amd64-retrace

-- 
php5 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/578064
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 578064] Stacktrace.txt (retraced)

2010-07-16 Thread Apport retracing service

StacktraceTop:?? ()
start_thread () from /lib/libpthread.so.0
__qfcvt_r (value=0, ndigit=value optimized out, 
?? ()

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/52019182/Stacktrace.txt

-- 
php5 crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/578064
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 577710] Stacktrace.txt (retraced)

2010-07-16 Thread Apport retracing service

StacktraceTop:execute (op_array=0x391c5d8) at
/usr/include/bits/string3.h:85

** Attachment added: Stacktrace.txt (retraced)
   http://launchpadlibrarian.net/52019539/Stacktrace.txt

-- 
php5 crashed with SIGSEGV in execute()
https://bugs.launchpad.net/bugs/577710
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 577710] ThreadStacktrace.txt (retraced)

2010-07-16 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt (retraced)
   http://launchpadlibrarian.net/52019540/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/48104319/CoreDump.gz

** Tags removed: need-amd64-retrace

-- 
php5 crashed with SIGSEGV in execute()
https://bugs.launchpad.net/bugs/577710
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 606163] [NEW] apparmor profile for dhcp3-client is too strict

2010-07-16 Thread Aurelien Naldi
Public bug reported:

on a up to date maverick AMD64 install, dhclient stopped working: I
didn't touch apparmor or dhclient configuration and it worked well 2
days ago. The process get killed as shown by strace:


execve(/sbin/dhclient, [dhclient, eth0], [/* 21 vars */]) = 0
brk(0)  = 0x7fd0c8571000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7fd0c7e21000
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY unfinished ...


stopping apparmor allows dhclient to work again, so I guess the problem comes 
from the apparmor profile included in the package. Unfortunatly, I can't check 
it as it now fails to fail. I started apparmor again and dhclient works. the 
strace file starts with the same access and now opening /etc/ld.so.cache works!

execve(/sbin/dhclient, [dhclient, eth0], [/* 21 vars */]) = 0
brk(0)  = 0x7fd16bbfd000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7fd169f26000
access(/etc/ld.so.preload, R_OK)  = -1 ENOENT (No such file or directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=130154, ...}) = 0
mmap(NULL, 130154, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fd169f06000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or directory)

can anyone reproduce it?

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: dhcp3-client 3.1.3-2ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-8.13-generic 2.6.35-rc5
Uname: Linux 2.6.35-8-generic x86_64
Architecture: amd64
Date: Fri Jul 16 09:52:41 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: dhcp3

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


** Tags: amd64 apport-bug maverick

-- 
apparmor profile for dhcp3-client is too strict
https://bugs.launchpad.net/bugs/606163
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 606163] Re: apparmor profile for dhcp3-client is too strict

2010-07-16 Thread Aurelien Naldi

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

-- 
apparmor profile for dhcp3-client is too strict
https://bugs.launchpad.net/bugs/606163
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 584048] Re: kvm images losing connectivity w/bridged network

2010-07-16 Thread fabrica64
Yesterday I saw another strange behavior.

I shutdown VM once a day to make a backup and I adjusted my scripts for
the 1-10 min network freeze, but yesterday the network did not unfreeze
at all. I restarted the machine and the network continued to be frozen!
I had to physically power off the machine to unfreeze the network, as if
something was kept somewhere in the network chip that resisted reboot.
My machine is a HP DL380 G6

Network freeze is indeed not total. Not all IPs are blocked. It seems
IPs that have no traffic at the time of the bridge operation are not
blocked. So the freeze I am talking about above (the one that resisted
the reboot) was not total. Some IPs were able to ping and connect and
other no. And the situation was identical before and after reboot. Only
after power off everything returned to normal state.

Hope it may help...

-- 
kvm images losing connectivity w/bridged network
https://bugs.launchpad.net/bugs/584048
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 105457] Re: mysqd_safe high cpu usage

2010-07-16 Thread Calabacin
If it's hard to reproduce for you, I'm having it every now and then on
my Ubuntu 9.04 server 64-bit, and I am willing to enable logs and do
anything necessary to help you.

-- 
mysqd_safe high cpu usage
https://bugs.launchpad.net/bugs/105457
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 606203] [NEW] Packages install use deprecated option

2010-07-16 Thread JOORIS Emmanuel
Public bug reported:

Binary package hint: setserial

When installing setserial, dpkg report some warning :

└% sudo apt-get install setserial
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Les NOUVEAUX paquets suivants seront installés :
  setserial
0 mis à jour, 1 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 53,3ko dans les archives.
Après cette opération, 180ko d'espace disque supplémentaires seront utilisés.
Réception de : 1 http://fr.archive.ubuntu.com/ubuntu/ lucid/main setserial 
2.17-45.2 [53,3kB]
53,3ko réceptionnés en 0s (97,9ko/s)
Préconfiguration des paquets...
dpkg : avertissement : option obsolète « --print-installation-architecture », 
veuillez utiliser « --print-architecture » à la place.
Sélection du paquet setserial précédemment désélectionné.
(Lecture de la base de données... 189345 fichiers et répertoires déjà 
installés.)
Dépaquetage de setserial (à partir de .../setserial_2.17-45.2_amd64.deb) ...
Traitement des actions différées (« triggers ») pour « ureadahead »...
ureadahead will be reprofiled on next reboot
Traitement des actions différées (« triggers ») pour « man-db »...
Paramétrage de setserial (2.17-45.2) ...
dpkg : avertissement : option obsolète « --print-installation-architecture », 
veuillez utiliser « --print-architecture » à la place.
removing the old setserial entry in the rcn.d directories
Update complete.
dpkg : avertissement : option obsolète « --print-installation-architecture », 
veuillez utiliser « --print-architecture » à la place.
dpkg : avertissement : option obsolète « --print-installation-architecture », 
veuillez utiliser « --print-architecture » à la place.
Saving state of known serial devices... backing up 
/var/lib/setserial/autoserial.conf done.

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

-- 
Packages install use deprecated option
https://bugs.launchpad.net/bugs/606203
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to setserial 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 600106] Re: apparmor blocks journal creation for dnssec

2010-07-16 Thread LaMont Jones
The apparmor profile wants those files to be in /var/lib/bind, along
with any other non-secondaried zone files that are subject to updates.
See also /usr/share/doc/bind9/README.Debian.gz

lamont

** Changed in: bind9 (Ubuntu)
   Status: Confirmed = Invalid

** Changed in: bind9 (Ubuntu)
 Assignee: (unassigned) = LaMont Jones (lamont)

-- 
apparmor blocks journal creation for dnssec
https://bugs.launchpad.net/bugs/600106
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 570936] Re: permission denied on /var/run/named/named.stats

2010-07-16 Thread LaMont Jones
The stats file is written to /var/cache/bind/named.stats not to
/var/run/named... Not sure why you have it going to /var/run/named, but
that is the issue here, not the apparmor profile.

** Changed in: bind9 (Ubuntu)
 Assignee: (unassigned) = LaMont Jones (lamont)

** Changed in: bind9 (Ubuntu)
   Status: Triaged = Invalid

-- 
permission denied on /var/run/named/named.stats
https://bugs.launchpad.net/bugs/570936
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 567529] Re: sadc assert failure: *** glibc detected *** /usr/lib/sysstat/sadc: double free or corruption (!prev): 0x08155c18 ***

2010-07-16 Thread Apport retracing service
*** This bug is a duplicate of bug 460356 ***
https://bugs.launchpad.net/bugs/460356

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #460356, so 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.  Please continue to report any other bugs you may
find.

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/44922431/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/44922432/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/44922433/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/44922434/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/44922435/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/44922436/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/44922437/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/44922438/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 460356

** Visibility changed to: Public

** Tags removed: need-i386-retrace

-- 
sadc assert failure: *** glibc detected *** /usr/lib/sysstat/sadc: double free 
or corruption (!prev): 0x08155c18 ***
https://bugs.launchpad.net/bugs/567529
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to sysstat 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 564920] Re: PHP5 under Apache2 on 64 bit system is not completely 64 bit

2010-07-16 Thread Chuck Short
So this is caused by a regression by the fix for php bug #48309. Marc
patch does work but the side effect of the fix is that it re-introduces
the same bug, so we need to find a better fix for bug #48309.

The plan going forward is the following:

- Make a PHP version with the patch available in a PPA.
- Ask for testers
- Make sure there isnt any more regressions
- Get it fixed in maverick
- Get it fixed for lucid through an SRU.
- Let upstream know about the regression and submit the patch upstream.

If you have any questions please let me know.

chuck

-- 
PHP5 under Apache2 on 64 bit system is not completely 64 bit 
https://bugs.launchpad.net/bugs/564920
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 606163] Re: apparmor profile for dhcp3-client is too strict

2010-07-16 Thread Jamie Strandboge
** Tags added: apparmor

-- 
apparmor profile for dhcp3-client is too strict
https://bugs.launchpad.net/bugs/606163
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 591489] Re: QEMU_AUDIO_DRV set to none by libvirtd in Lucid

2010-07-16 Thread Sachin Garg
Since the VNC viewer does not support the audio extension, shouldn't we
have an easy option to turn ON the QEMU_AUDIO_DRV to something -
overriding the hardcoded behaviour to allow users to get sound till VNC
viewer is fixed.

-- 
QEMU_AUDIO_DRV set to none by libvirtd in Lucid
https://bugs.launchpad.net/bugs/591489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 54918] Re: DNS-lookup to AAAA (IPv6) doesn't seem to work

2010-07-16 Thread Greg Franklin
As far as I've found, there are two points where IPv6 Fails.

Firstly, in the use of gethostbyname.  You'll need to install
libsocket6-perl.  I tried getnameinfo, but for some reason that didn't
work so I've used getaddrinfo:

=== modified file 'bin/BackupPC_dump'
--- bin/BackupPC_dump   2008-06-30 11:20:59 +
+++ bin/BackupPC_dump   2010-07-16 13:54:27 +
@@ -91,6 +91,7 @@
 use File::Path;
 use File::Find;
 use Getopt::Std;
+use Socket6;
 
 ###
 # Initialize
@@ -247,7 +248,8 @@
 } else {
 $host = $client;
 }
-if ( !defined(gethostbyname($host)) ) {
+
+if ( defined(getaddrinfo($host,22)) ) {
 #
 # Ok, NS doesn't know about it.  Maybe it is a NetBios name
 # instead.

Secondly, is the use of ping in CheckHostAlive in lib/BackupPC/Lib.pm
If you are IPv6 only, you can change $Conf{PingPath} to /bin/pin6 in config.pl
The alternative is to change $Conf{PingCmd} to '' in config.pl which skips the 
ping test.

-- 
DNS-lookup to  (IPv6) doesn't seem to work
https://bugs.launchpad.net/bugs/54918
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc 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 605977] Re: emacs puppet-mode not auto loaded in lucid

2010-07-16 Thread Jon Kjaersgaard
The emacs mode is installed on my system as well, it just doesn't
autoload.

That is /usr/share/emacs23/site-lisp/puppet-el/puppet-mode.elc is there,
and if I load it manually ( M-x load-library -- puppet-mode) it works
perfectly but it doesn't load automatically when I open a .pp file.

Two ways of getting it to work:
Put autoload and add-to-list commands for puppet-mode in to each users .emacs 
profile, this will work for each user individually.
Alternatively put a file into the /etc/emacs/site-start.d/ directory to get it 
working for all users. 
The latter used to be the case before the emacs mode was put into its own 
package, and is in my opinion the proper way of doing it.

I don't think it's my system that's the problem.
apt-file list puppet | grep emacs gives:
puppet-el: /usr/lib/emacsen-common/packages/install/puppet-el
puppet-el: /usr/lib/emacsen-common/packages/remove/puppet-el
puppet-el: /usr/share/emacs/site-lisp/puppet-mode.el
which would seem to indicate that no file is put into /etc/emacs/site-start.d. 

Just to make absolutely sure I checked the emacs install and remove scripts, 
they are the normal utility scripts used by emacs-package-install to byte 
compile the .el file into a elc. And neither they nor emacs-package-install 
generate site-start files.
Further I unpacked the deb helper scripts from the package (dpkg-deb -e 
/var/cache/apt/archives/puppet-el_0.25.4-2ubuntu6_all.deb ./puppet-el-DEBIAN), 
and checked to see if the postinst script generates the auto load files, it 
doesn't (can't really imagine why anyone would do it that way, but you never 
know :) ).

For comparison, on a Karmic install the command 
apt-file list puppet | grep emacs gives:
puppet: /etc/emacs/site-start.d/50puppet-mode-init.el
puppet: /usr/share/emacs/site-lisp/puppet-mode.el
so back when the emacs stuff was in the main puppet package the site-start 
scripts _was_ included.

If your lucid system is an upgraded karmic, I would think that's the reason it 
worked for you, as the site-start file would already be there. 
At least that's what happened to me when I upgraded , I only noticed the 
problem on a new Lucid install.

For now I guess I'll just use puppet to get the 
/etc/emacs/site-start.d/50puppet-mode-init.el file to my clients (and don't you 
just love how easy that is :) ).
While this has a somewhat nice poetic feel, I think that the 'proper' way of 
doing things would be to include it in the deb package.

-- Jon

-- 
emacs puppet-mode not auto loaded in lucid
https://bugs.launchpad.net/bugs/605977
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to puppet 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 604185] Re: Unable to start vsftpd with upstart if private key

2010-07-16 Thread Charlie Kravetz
Since this bug has enough information provided for a developer to begin
work, I'm going to mark it as confirmed and let them handle it from
here. Thanks for taking the time to make Ubuntu better!

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

-- 
Unable to start vsftpd with upstart if private key
https://bugs.launchpad.net/bugs/604185
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vsftpd 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 604802] Re: Merge commons-io 1.4-3 (main) from Debian unstable (main)

2010-07-16 Thread Benjamin Drung
** Changed in: commons-io (Ubuntu)
   Importance: Undecided = Wishlist

-- 
Merge commons-io 1.4-3 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/604802
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to commons-io 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 603363] Re: sshd never stops, prevents umount of /usr partition

2010-07-16 Thread C de-Avillez
** Also affects: openssh (Ubuntu Lucid)
   Importance: Undecided
   Status: New

-- 
sshd never stops, prevents umount of /usr partition
https://bugs.launchpad.net/bugs/603363
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 579584] Re: setgid, setuid needed by /etc/apparmor.d/abstractions/libvirt-qemu

2010-07-16 Thread C de-Avillez
** Also affects: libvirt (Ubuntu Lucid)
   Importance: Undecided
   Status: New

-- 
setgid, setuid needed by /etc/apparmor.d/abstractions/libvirt-qemu
https://bugs.launchpad.net/bugs/579584
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 606368] [NEW] Please merge excalibur-logkit 2.0-4 (main) from Debian unstable (main)

2010-07-16 Thread Angel Abad
Public bug reported:

There is new version in Debian to be merged:

 excalibur-logkit (2.0-4) unstable; urgency=low
 .
   * Servlet 2.5 transition: Also runtime-depend on libservlet2.5-java

Thanks!

** Affects: excalibur-logkit (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Changed in: excalibur-logkit (Ubuntu)
 Assignee: (unassigned) = Angel Abad (angelabad)

** Changed in: excalibur-logkit (Ubuntu)
   Status: New = In Progress

-- 
Please merge excalibur-logkit 2.0-4 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/606368
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to excalibur-logkit 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 606368] Re: Please merge excalibur-logkit 2.0-4 (main) from Debian unstable (main)

2010-07-16 Thread Angel Abad

** Patch added: debian  ubuntu debdiff
   http://launchpadlibrarian.net/52040115/debian-ubuntu.debdiff

-- 
Please merge excalibur-logkit 2.0-4 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/606368
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to excalibur-logkit 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 606368] Re: Please merge excalibur-logkit 2.0-4 (main) from Debian unstable (main)

2010-07-16 Thread Angel Abad

** Patch added: ubuntu.old  ubuntu debdiff
   http://launchpadlibrarian.net/52040139/ubuntu.debdiff

** Changed in: excalibur-logkit (Ubuntu)
 Assignee: Angel Abad (angelabad) = (unassigned)

** Changed in: excalibur-logkit (Ubuntu)
   Status: In Progress = Confirmed

-- 
Please merge excalibur-logkit 2.0-4 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/606368
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to excalibur-logkit 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 606375] [NEW] Racoon daemon script is missing a newline

2010-07-16 Thread Leo Arias
Public bug reported:

Binary package hint: ipsec-tools

The printed message after starting/stoping/restarting racoon deamon from
/etc/init.d/racoon is missing an ending newline.

So, it currently prints something like this:

elo...@tangamandapio-laptop:~$ sudo /etc/init.d/racoon start
Starting IKE (ISAKMP/Oakley) server: racoonelo...@tangamandapio-laptop:~$

The correct thing should be :
elo...@tangamandapio-laptop:~$ sudo /etc/init.d/racoon start
Starting IKE (ISAKMP/Oakley) server: racoon [NEW LINE HERE]
elo...@tangamandapio-laptop:~$

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: racoon 1:0.7.1-1.6ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
Architecture: i386
Date: Fri Jul 16 10:56:43 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: ipsec-tools

** Affects: ipsec-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
Racoon daemon script is missing a newline
https://bugs.launchpad.net/bugs/606375
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-tools in ubuntu.

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


[Bug 606375] Re: Racoon daemon script is missing a newline

2010-07-16 Thread Leo Arias

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

-- 
Racoon daemon script is missing a newline
https://bugs.launchpad.net/bugs/606375
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-tools in ubuntu.

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


[Bug 606375] Re: Racoon daemon script is missing a newline

2010-07-16 Thread Leo Arias
Looking at the script /etc/init.d/racoon
on lines 76 and 82 it does an echo -n. The -n option tells echo to not print 
the trailing line.

Then on lines 78 and 86 it does executes echo . This should print the
. and a new line, but neither the . nor the newline are printed. I
don't know why...

-- 
Racoon daemon script is missing a newline
https://bugs.launchpad.net/bugs/606375
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipsec-tools in ubuntu.

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


[Bug 572410] Re: [SRU] nmbd doesn't start because of missing testparm

2010-07-16 Thread Chuck Short
** Summary changed:

- nmbd doesn't start because of missing testparm
+ [SRU] nmbd doesn't start because of missing testparm

-- 
[SRU] nmbd doesn't start because of missing testparm
https://bugs.launchpad.net/bugs/572410
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 572410] Re: [SRU] nmbd doesn't start because of missing testparm

2010-07-16 Thread Chuck Short
Statement of Impact:

When users are installing samba, samba-common-bin might not be installed
so the nmbd upstart job may not run because testparm is missing.

Explanation of Fix: I have added samba-common-bin to debian/control.
This has been addressed in maverick and has been backported to lucid. I
have attached the debdiff to this bug.

Impact/Regressions: I dont think there will be any regressions from this
change.

How to reproduce:

1. Install samba
2. Check to see if samba-common-bin
3. Try to start nmbd.

If you have any questions please let me know.

Regards
chuck

** Attachment added: patch
   http://launchpadlibrarian.net/52041632/patch

-- 
[SRU] nmbd doesn't start because of missing testparm
https://bugs.launchpad.net/bugs/572410
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 591489] Re: QEMU_AUDIO_DRV set to none by libvirtd in Lucid

2010-07-16 Thread Tristan Schmelcher
I don't think that would improve things as much as one would expect. I
think most people use virt-manager with VMs in the root QEMU instance
rather than the per-user QEMU Usermode one (because it doesn't work
well, as per bug 521428), so the VM process wouldn't be able to output
any sound because it runs as root and won't have access to the user's
PulseAudio process. So for sound to work, the user needs to either use
ALSA or use the QEMU Usermode domain. Neither option is very
attractive (though if virt-manager worked better with QEMU Usermode then
that would be a viable option).

-- 
QEMU_AUDIO_DRV set to none by libvirtd in Lucid
https://bugs.launchpad.net/bugs/591489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt 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 579737] Re: [SRU] OpenVPN client connect hangs on PUSH_REQUEST

2010-07-16 Thread Chuck Short
** Summary changed:

- OpenVPN client connect hangs on PUSH_REQUEST
+ [SRU] OpenVPN client connect hangs on PUSH_REQUEST

-- 
[SRU] OpenVPN client connect hangs on PUSH_REQUEST
https://bugs.launchpad.net/bugs/579737
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 579737] Re: [SRU] OpenVPN client connect hangs on PUSH_REQUEST

2010-07-16 Thread Chuck Short
Statement of Impact: OpenVPN in lucid was shipped with a bug that can
cause an openvpn client to hang when sending a PUSH_REQUEST. This has
been addressed upstream and fixed in maverick. I have backported the
patch to lucid. I have backported this patch to lucid.

How to reproduce:

1. Use the client and server config found at: 
https://community.openvpn.net/openvpn/ticket/13
2. You shouldnt get a hang.

I dont see a regression with this patch included in lucid.

-- 
[SRU] OpenVPN client connect hangs on PUSH_REQUEST
https://bugs.launchpad.net/bugs/579737
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 579737] Re: [SRU] OpenVPN client connect hangs on PUSH_REQUEST

2010-07-16 Thread Chuck Short

** Attachment added: patch
   http://launchpadlibrarian.net/52042855/patch

-- 
[SRU] OpenVPN client connect hangs on PUSH_REQUEST
https://bugs.launchpad.net/bugs/579737
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 579924] Re: Upgrading Ubuntu LTS skips database version - Fatal error: Version error for database bacula. Wanted 12, got 10

2010-07-16 Thread Pedro Monteiro
I'm affected, but my 9.10 - 10.04 upgrade will not proceed. I'm stuck on the 
screen:
 Configuring bacula-director-mysql

with the following error:
An error occurred while upgrading the database: 
ERROR 2002 (HY000): Can't connect to local MySQL server through socket
\u2592 
'/var/run/mysqld/mysqld.sock' (2) 

The problem is that there is an OK prompt in the Ubuntu Distribution
Upgrade terminal window, but it is unresponsive, so I cannot complete
the 10.04 upgrade, even if I chose to ignore bacula. Are there any work-
arounds so that I can finish the rest of the 10.04 upgrade?

-- 
Upgrading Ubuntu LTS skips database version - Fatal error: Version error for 
database bacula. Wanted 12, got 10
https://bugs.launchpad.net/bugs/579924
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 605252] Re: qemu-kvm fails to build from source with Linaro toolchain

2010-07-16 Thread Loïc Minier
qemu-kvm (0.12.4+noroms-0ubuntu5) maverick; urgency=low

  * Re-add patch Detect-and-use-GCC-atomic-builtins-for-locking from
0.12.2-0ubuntu6arm1 (0.12.2-0ubuntu7) since it was not merged upstream and
is sitll needed to build qemu-kvm in thumb mode on armel; LP: #605252.

 -- Loic Minier loic.min...@ubuntu.com   Fri, 16 Jul 2010 23:06:00
+0200

** Also affects: qemu-kvm (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gcc-linaro
   Status: New = Invalid

** Changed in: qemu-kvm (Ubuntu)
   Importance: Undecided = Low

** Changed in: qemu-kvm (Ubuntu)
 Assignee: (unassigned) = Loïc Minier (lool)

** Changed in: qemu-kvm (Ubuntu)
   Status: New = Fix Released

** Summary changed:

- qemu-kvm fails to build from source with Linaro toolchain
+ qemu-kvm fails to build from source on armel

-- 
qemu-kvm fails to build from source on armel
https://bugs.launchpad.net/bugs/605252
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-07-16 Thread Ricardo Salveti
Here is where it's getting stuck now:

Selecting previously deselected package libimobiledevice0.
Unpacking libimobiledevice0 (from 
.../libimobiledevice0_0.9.7-1ubuntu1_armel.deb) ...
Selecting previously deselected package libtalloc2.
Unpacking libtalloc2 (from .../libtalloc2_2.0.1-1_armel.deb) ...
Selecting previously deselected package libwbclient0.
Unpacking libwbclient0 (from 
.../libwbclient0_2%3a3.4.7~dfsg-1ubuntu3_armel.deb) ...

-- 
apt/dpkg in qemu-system-arm hangs if a big task is installed
https://bugs.launchpad.net/bugs/532733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm 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