[Bug 529004] Re: package mysql-server-5.1 5.1.37-1ubuntu5 upgrade fails - cannot stop mysqld

2010-07-07 Thread Clint Byrum
Scott, can you try running 'mysql_upgrade -uroot -p' where is the password you chose for your mysql root user. Please run this from the command line, and paste its full output here in the bug report. Also can you do a 'show create table mysql.db' and paste the output of that? -- package

[Bug 603001] [NEW] Guest with user net can't access external network when host has static IP

2010-07-07 Thread Daniel White
Public bug reported: Binary package hint: qemu-kvm I have a wireless network device, so bridging is completely out of the question. All I need is for external network access via user mode networking for the guest machine. I could connect to the host machine through 10.0.2.2, but couldn't connec

[Bug 494141] Re: CUPS starts after SAMBA; printers are not available

2010-07-07 Thread James D
Tada! You rock. That fix is perfect, ship it. -- CUPS starts after SAMBA; printers are not available https://bugs.launchpad.net/bugs/494141 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 li

[Bug 130682] Re: pasv_min_port, pasv_max_port does not work if client uses PASV

2010-07-07 Thread jbfoley
Whoops. Found a flaw in my .conf file. I had copied the pasv_min_port to a different spot while troubleshooting another issue, and had two values for min, with no value for max. Works fine now in both modes. Setting status back the way I found it. ** Changed in: vsftpd (Ubuntu) Status: N

[Bug 602539] Re: qemu-system-x86_64 segfaults if using -no-kvm with -m 4096 or greater

2010-07-07 Thread Serge Hallyn
Thanks you for reporting this bug and helping to make Ubuntu better. And thanks especially for finding the specific patch. This patch should probably get cherry-picked into the lucid qemu-kvm version. I've set importance to low since the fix is to refuse the disallowed arguments. ** Changed in

[Bug 572123] Re: Openvpn 2.1_rc7 in Hardy: ifconfig-pool-persist broken

2010-07-07 Thread Adil Arif
Thank you for taking the time to report this bug and helping to make Ubuntu better. Judging from your description, I am going to assign this bug to the “openvpn” package in hopes that it will have a faster response. If you believe that I have chosen the wrong package, please change your bug to the

[Bug 572123] [NEW] Openvpn 2.1_rc7 in Hardy: ifconfig-pool-persist broken

2010-07-07 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: In the version of openvpn which is in hardy and hardy-updates (2.1_rc7) the feature ifconfig-pool-persist (means that a client will always get the same ip) is broken. The file containing the IPs is always empty. I solved the problem for me by installing t

[Bug 602540] Re: "ldapadduser" adds the user and hangs

2010-07-07 Thread Serge Hallyn
Could you try doing strace -f -o/tmp/strace.out ldapadduser and see where it it hangs? Assuming it is the server and not the client which hangs, then you'll probably want to do p=`pidof slapd` strace -f -o/tmp/strace2.out -p $p and leave that running while you do the ldapadduser c

[Bug 602540] Re: "ldapadduser" adds the user and hangs

2010-07-07 Thread Serge Hallyn
** Changed in: openldap (Ubuntu) Status: New => Confirmed ** Changed in: openldap (Ubuntu) Importance: Undecided => Low -- "ldapadduser" adds the user and hangs https://bugs.launchpad.net/bugs/602540 You received this bug notification because you are a member of Ubuntu Server Team, whi

[Bug 602620] Re: can't login to mysql server, seems is down

2010-07-07 Thread Serge Hallyn
Hi fog, do I understand correctly that you've solved the problem yourself? ** Changed in: mysql-dfsg-5.1 (Ubuntu) Status: New => Incomplete ** Changed in: mysql-dfsg-5.1 (Ubuntu) Importance: Undecided => Low -- can't login to mysql server, seems is down https://bugs.launchpad.net/bug

[Bug 602540] Re: "ldapadduser" adds the user and hangs

2010-07-07 Thread Josejulio
I also have this problem. followed the guide as well. -- "ldapadduser" adds the user and hangs https://bugs.launchpad.net/bugs/602540 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in ubuntu. -- Ubuntu-server-bugs mailing list

[Bug 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-07-07 Thread Serge Hallyn
** Changed in: qemu-kvm Assignee: (unassigned) => Serge Hallyn (serge-hallyn) -- qemu -drive boot=on flag causes boot to hang. https://bugs.launchpad.net/bugs/591423 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in ubuntu.

[Bug 586546] Re: Byobu should be enabled by default for initial login to Ubuntu Server

2010-07-07 Thread Charlie Schluting
-1 ...fully agree with Clint (and love the BMW references). Another opinion is that byobu is unnecessary, and ugly. *sigh* This is they type of stuff that makes long-time sysadmins say horrible things like "Ubuntu is a desktop OS." Really, I'm not trying to be a troll here… I'm sure many people di

[Bug 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-07-07 Thread Serge Hallyn
Note that installing qemu from git fixes the issue for me. When 0.13.0 with this fix is released and packaged I'll drop a note here to ask for confirmation that it fixes your bug. thanks, -serge ** Changed in: libvirt (Ubuntu) Milestone: None => maverick-alpha-3 -- qemu -drive boot=on fl

[Bug 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-07-07 Thread Serge Hallyn
Mike - thanks, yes, that's also the bug I'm seeing - using a debian VM with qemu (--no-kvm) inside a maverick kvm VM. Not at all a windows issue. -- qemu -drive boot=on flag causes boot to hang. https://bugs.launchpad.net/bugs/591423 You received this bug notification because you are a member of

[Bug 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-07-07 Thread Mike Mestnik
Just to be clear the bug was reported while using GRUB, not the Windows XP loader. Grub did not start, so the config entry for XP shouldn't be an issue. Though I can see where the BIOS would need to have the drive attached(and fully detected) if it's going to boot to it. -- qemu -drive boot=on

[Bug 563973] Re: vsftpd fails to start on boot when using pasv_addr_resolve

2010-07-07 Thread jbfoley
Not a big deal for me, since I reboot the server rarely and have added this to /etc/rc.local, but FWIW, I have encountered this strange behavior as well. Using 10.04 Server and vsftpd. Can provide more detailed info if needed. -- vsftpd fails to start on boot when using pasv_addr_resolve https:

[Bug 130682] Re: pasv_min_port, pasv_max_port does not work if client uses PASV

2010-07-07 Thread jbfoley
Same problem on Ubuntu 10.04 server with vsftpd. I'm using a Cisco 1811 router with ports 20 and 21 statically NATed and a NAT pool for the PASV ports. This works fine in standard FTP mode, but when I switch to PASV mode in FTPES, it uses a port outside the range specified by the min/max port set

[Bug 130682] Re: pasv_min_port, pasv_max_port does not work if client uses PASV

2010-07-07 Thread jbfoley
** Changed in: vsftpd (Ubuntu) Status: Invalid => New -- pasv_min_port,pasv_max_port does not work if client uses PASV https://bugs.launchpad.net/bugs/130682 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vsftpd in ubuntu. -- Ubu

[Bug 601501] Re: Apache should tap into the shared-mime-info database

2010-07-07 Thread Stefan Fritsch
About magic: Apache's mod_mime_magic does not support all features that are used in /usr/share/mime/magic. Using that file would result in error messages. And from a quick glance at libmagic, it doesn't seem possible to use it in mod_mime_magic either because it is not thread safe. Therefore apach

[Bug 524447] Re: virsh save is very slow

2010-07-07 Thread Iggy
You may want to try the patch to qemu that avi just posted to the qemu- devel mailing list. I think this would probably fix your issue. -- virsh save is very slow https://bugs.launchpad.net/bugs/524447 You received this bug notification because you are a member of Ubuntu Server Team, which is sub

[Bug 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-07-07 Thread Serge Hallyn
The commit c0897e0cb94e83ec1098867b81870e4f51f225b9 in qemu-kvm will fix this. Unfortunately the patch is not a simple one to cherry-pick. The 0.13.0 qemu-kvm release should be out soon, and should include this fix. We will update the maverick qemu package to this release when it comes out. ** A

[Bug 571093] Re: [SRU] multipath + libvirtd eats away more memory over time

2010-07-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/libvirt -- [SRU] multipath + libvirtd eats away more memory over time https://bugs.launchpad.net/bugs/571093 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in ubuntu. -- Ubuntu-server-b

[Bug 566792] Re: metadata service returns empty data with 200 OK

2010-07-07 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2-0ubuntu30.3 --- eucalyptus (1.6.2-0ubuntu30.3) lucid-proposed; urgency=low * debian/patches/lp566792-metadata-service.patch: Prevent invalid state transitions and fix address handling which mangled in-flight state changes.

[Bug 566792] Re: metadata service returns empty data with 200 OK

2010-07-07 Thread Martin Pitt
Making this a release blocker to avoid regressions in maverick. ** Also affects: cloud-init (Ubuntu Maverick) Importance: Undecided Status: Invalid ** Also affects: eucalyptus (Ubuntu Maverick) Importance: High Assignee: Dave Walker (davewalker) Status: Confirmed ** Chan

[Bug 588293] Re: iovec array memory leak

2010-07-07 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu-kvm - 0.12.3+noroms-0ubuntu9.2 --- qemu-kvm (0.12.3+noroms-0ubuntu9.2) lucid-proposed; urgency=low * Previous patch did not fix memleak for everyone. Appending another separate memleak fix patch. This package (tried out in ppa:serge-h

[Bug 591802] Re: tomcat fails to start using a security manager

2010-07-07 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/tomcat6 -- tomcat fails to start using a security manager https://bugs.launchpad.net/bugs/591802 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to tomcat6 in ubuntu. -- Ubuntu-server-bugs mailing

[Bug 600180] Re: cyrus-sasl2 fails to build from source in maverick

2010-07-07 Thread Colin Watson
** Changed in: cyrus-sasl2 (Ubuntu Maverick) Assignee: (unassigned) => Colin Watson (cjwatson) -- cyrus-sasl2 fails to build from source in maverick https://bugs.launchpad.net/bugs/600180 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed t

[Bug 591802] Re: tomcat fails to start using a security manager

2010-07-07 Thread Martin Pitt
Accepted tomcat6 into lucid-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: tomcat6 (Ubuntu Lucid)

[Bug 571093] Re: [SRU] multipath + libvirtd eats away more memory over time

2010-07-07 Thread Martin Pitt
Accepted libvirt into lucid-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: libvirt (Ubuntu Lucid)

[Bug 571517] Re: package python-boto 1.8d-1ubunt u2 failed to install/upgrade: sub-processo script post-i nstallation instalado retornou estado de saída de err o 2

2010-07-07 Thread moises fernades de sousa
** Changed in: python-boto (Ubuntu) Status: Incomplete => Invalid -- package python-boto 1.8d-1ubuntu2 failed to install/upgrade: sub-processo script post-installation instalado retornou estado de saída de erro 2 https://bugs.launchpad.net/bugs/571517 You received this bug notification be

[Bug 602734] Re: chkrootkit daily report accuses PACKET SNIFFER for /usr/sbin/dhcpd3

2010-07-07 Thread Marc Deslauriers
oh, sorry about that...the cron job doesn't filter the report, it just reformats the dhcp warning so it's always the same and the dhcp line doesn't get reported more than once if DIFF_MODE=true in /etc/chkrootkit.conf. ** Bug watch added: Debian Bug tracker #225827 http://bugs.debian.org/cgi-bi

[Bug 602734] Re: chkrootkit daily report accuses PACKET SNIFFER for /usr/sbin/dhcpd3

2010-07-07 Thread Christian Reis
Date: Tue, 6 Jul 2010 06:42:22 -0300 From: Cron Daemon To: r...@xxx Subject: Cron test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) /etc/cron.daily/chkrootkit: [...] eth1: PACKET SNIFFER(/usr/sbin/dhcpd3[3805]) [...] -- chkrootkit daily report accuses PACKET S

[Bug 602734] Re: ifpromisc reports PACKET SNIFFER for /usr/sbin/dhcpd3

2010-07-07 Thread Christian Reis
I was referring to http://bugs.debian.org/cgi- bin/bugreport.cgi?bug=525370 but now that I see it it's not exactly the same issue. So I think something is wrong in my cron.daily script, then, because I'm seeing this in my email notifications. Let me check. Okay, so if cron.daily is running its chk

[Bug 579909] Re: mysql fails to build form source with Linaro and CodeSourcery toolchains

2010-07-07 Thread Loïc Minier
** Changed in: gcc-linaro Milestone: None => 4.4.2010.07 ** Changed in: gcc-linaro Importance: Undecided => High -- mysql fails to build form source with Linaro and CodeSourcery toolchains https://bugs.launchpad.net/bugs/579909 You received this bug notification because you are a member o

[Bug 602734] Re: ifpromisc reports PACKET SNIFFER for /usr/sbin/dhcpd3

2010-07-07 Thread Marc Deslauriers
Thanks for reporting this. The README.FALSE-POSITIVES file does document that dhcp will come up as a false positive. Although chkrootkit does display dhcpd3, the cron.daily job in the chkrootkit package filters it out before sending the report. What version were you running before that makes thi

[Bug 517478] Re: remotely executed netcat (nc) uses -q option which is not universally supported

2010-07-07 Thread Marc Deslauriers
@glance: please open a new bug for that. Thanks. ** Tags removed: regression-potential -- remotely executed netcat (nc) uses -q option which is not universally supported https://bugs.launchpad.net/bugs/517478 You received this bug notification because you are a member of Ubuntu Server Team, whic

[Bug 602734] [NEW] ifpromisc reports PACKET SNIFFER for /usr/sbin/dhcpd3

2010-07-07 Thread Christian Reis
Public bug reported: Binary package hint: chkrootkit This seems to be a regression from previous versions. Here's what I am seeing on Lucid: ii chkrootkit 0.49-3 rootkit detector k...@anthem:~$ sudo /usr/lib/chkrootkit/ifpromisc lo: not promisc and no packet sniffer sockets

[Bug 517478] Re: remotely executed netcat (nc) uses -q option which is not universally supported

2010-07-07 Thread glance
** Tags added: regression-potential -- remotely executed netcat (nc) uses -q option which is not universally supported https://bugs.launchpad.net/bugs/517478 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in ubuntu. -- Ubuntu-se

[Bug 517478] Re: remotely executed netcat (nc) uses -q option which is not universally supported

2010-07-07 Thread glance
Sorry but this "fix" breaks ssh-connections for everyone not using a sh- based shell as login-shell. I personally use tcsh as login shell and "nc -q 2>&1 | grep -q 'requires an argument';if [ $? -eq 0 ] ; then CMD='-q 0';else CMD='';fi;" isn't valid csh line. ** Attachment added: "log" ht

[Bug 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-07 Thread Kurt Huwig
I don't think it is the same as bug #531150: 1. the page is NOT in ~/public_html/ but in a configured virtual host 2. short_tags = on does not help; in php.ini the option short_open_tag = On was already active. I added "short_tags" but it still crashes. Frankly, I don't quite understand some o

[Bug 564920] Re: PHP5 under Apache2 on 64 bit system is not completely 64 bit

2010-07-07 Thread Peter Matulis
@R. Jones Go to https://launchpad.net/~zulcss/+archive/ppa and follow instructions under "Adding this PPA to your system". Install php5 5.3.2-1ubuntu4.3 I tested this myself and the results were unsatisfactory (Apache error after about 10% download of the test ISO file). Can you confirm

[Bug 423252] Re: NSS using LDAP+SSL breaks setuid applications like su and sudo

2010-07-07 Thread Michael Kiefer
I have the same symptoms on Lucid: With nscd I can at least su to root but not to any other LDAP user -- NSS using LDAP+SSL breaks setuid applications like su and sudo https://bugs.launchpad.net/bugs/423252 You received this bug notification because you are a member of Ubuntu Server Team, which i

[Bug 602689] Re: Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-07 Thread Bilal Akhtar
Please see if this bug is the same as bug #531150 . -- Segmentation fault in libapache2-mod-php5 when calling methods https://bugs.launchpad.net/bugs/602689 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in ubuntu. -- Ubuntu-server

[Bug 602689] [NEW] Segmentation fault in libapache2-mod-php5 when calling methods

2010-07-07 Thread Kurt Huwig
Public bug reported: Binary package hint: php5 I have these 2 php files: - 8< parta.php - 8< - 8< partb.php - 8< When calling this, I get [Wed Jul 07 13:58:07 2010] [notice] child pid 8589 exit signal Segmentation fault (11) I reduced the code to the bar

[Bug 602620] Re: can't login to mysql server, seems is down

2010-07-07 Thread fog
fix is: apt-get install mysql-common -- can't login to mysql server, seems is down https://bugs.launchpad.net/bugs/602620 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu

[Bug 602620] Re: can't login to mysql server, seems is down

2010-07-07 Thread fog
how to fix it? -- can't login to mysql server, seems is down https://bugs.launchpad.net/bugs/602620 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubu

[Bug 602620] Re: can't login to mysql server, seems is down

2010-07-07 Thread fog
file is missing '/etc/mysql/my.cnf' - why? fresh install drwxr-xr-x 2 root root 4,0K 2010-07-07 13:35 conf.d -rw--- 1 root root 333 2010-07-07 13:32 debian.cnf -rwxr-xr-x 1 root root 1,2K 2010-06-07 21:45 debian-start -- can't login to mysql server, seems is down https://bugs.launchpad.net/

[Bug 602620] Re: can't login to mysql server, seems is down

2010-07-07 Thread fog
** Attachment added: ".etc.apparmor.d.usr.sbin.mysqld.txt" http://launchpadlibrarian.net/51503668/.etc.apparmor.d.usr.sbin.mysqld.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/51503669/Dependencies.txt ** Attachment added: "Logs.var.log.daemon.log.txt" http:/

[Bug 602620] [NEW] can't login to mysql server, seems is down

2010-07-07 Thread fog
Public bug reported: r...@localhost:~# service mysql restart restart: Unknown instance: r...@localhost:~# ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: mysql-server 5.1.41-3ubuntu12.3 ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-23-generic i686

[Bug 397393] Re: can't bind to ::1

2010-07-07 Thread Jean Pierre Rupp
I'm affected by this bug. Apache2 seems completely unable to bind to IPv6. Even specifying only port doesn't bind to IPv6 in any way. -- can't bind to ::1 https://bugs.launchpad.net/bugs/397393 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

Re: [Qemu-devel] [Bug 595117] Re: qemu-nbd slow and missing "writeback" cache option

2010-07-07 Thread Stephane Chazelas
2010-06-24 00:16:03 -, Jamie Lokier: > Serge Hallyn wrote: > > The default of qemu-img (of using O_SYNC) is not very sensible > > because anyway, the client (the kernel) uses caches (write-back), > > (and "qemu-nbd -d" doesn't flush those by the way). So if for > > instance qemu-nbd is killed,

[Bug 579909] Re: mysql fails to build form source with Linaro and CodeSourcery toolchains

2010-07-07 Thread Paul Brook
** Changed in: gcc-linaro Assignee: (unassigned) => Paul Brook (paul-codesourcery) -- mysql fails to build form source with Linaro and CodeSourcery toolchains https://bugs.launchpad.net/bugs/579909 You received this bug notification because you are a member of Ubuntu Server Team, which is su

[Bug 590104] Re: ace domain format not allowed for .de whois servers

2010-07-07 Thread Manuel Domke
** Summary changed: - ace domain format not allowed for .de nameservers + ace domain format not allowed for .de whois servers -- ace domain format not allowed for .de whois servers https://bugs.launchpad.net/bugs/590104 You received this bug notification because you are a member of Ubuntu Server