[Bug 591128] [NEW] sensord cannot RRD log with multiple chips

2010-06-08 Thread Seth Arnold
Public bug reported:

Binary package hint: lm-sensors

I cannot create an RRD database with my lm-sensors sensord:

Jun  8 00:34:27 haig sensord: Creating round robin database
Jun  8 00:34:27 haig sensord: Error creating RRD file: /var/log/sensord.rrd: 
Duplicate DS name: temp1

This bug has been identified and fixed in upstream lm-sensors:

http://comments.gmane.org/gmane.linux.drivers.sensors/21515
http://www.lm-sensors.org/changeset/5835
http://www.lm-sensors.org/ticket/2377

The problem comes because my Intel Core i7 chip has multiple coretemp-
isa-* sensor chips, one to report the temperature of each HyperThread-
fake core. Each chip of course has the same single temperature name,
'temp1', and the patch in changeset 5835 gives each temp1 a unique name.

The upstream developers do mention that they need to find a naming
scheme that would be stable for e.g. the next ten years. Since this is
an LTS distribution, it'd be worth generating 'stable' RRD DS names, to
avoid future problems. (If this weren't an LTS distribution, I think
just applying the patch as-is would be Just Fine. But since this one is
going to be around for a long time, getting it right on the first shot
sure wouldn't hurt. :)

# lsb_release -rd
Description:Ubuntu 10.04 LTS
Release:10.04
# apt-cache policy lm-sensors
lm-sensors:
  Installed: 1:3.1.2-2
  Candidate: 1:3.1.2-2
  Version table:
 *** 1:3.1.2-2 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

** Affects: lm-sensors (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Binary package hint: lm-sensors
  
  I cannot create an RRD database with my lm-sensors sensord:
  
  Jun  8 00:34:27 haig sensord: Creating round robin database
  Jun  8 00:34:27 haig sensord: Error creating RRD file: /var/log/sensord.rrd: 
Duplicate DS name: temp1
  
  This bug has been identified and fixed in upstream lm-sensors:
  
  http://comments.gmane.org/gmane.linux.drivers.sensors/21515
  http://www.lm-sensors.org/changeset/5835
+ http://www.lm-sensors.org/ticket/2377
  
  The problem comes because my Intel Core i7 chip has multiple coretemp-
  isa-* sensor chips, one to report the temperature of each HyperThread-
  fake core. Each chip of course has the same single temperature name,
  'temp1', and the patch in changeset 5835 gives each temp1 a unique name.
  
  The upstream developers do mention that they need to find a naming
  scheme that would be stable for e.g. the next ten years. Since this is
  an LTS distribution, it'd be worth generating 'stable' RRD DS names, to
  avoid future problems. (If this weren't an LTS distribution, I think
  just applying the patch as-is would be Just Fine. But since this one is
  going to be around for a long time, getting it right on the first shot
  sure wouldn't hurt. :)
  
  # lsb_release -rd
  Description:  Ubuntu 10.04 LTS
  Release:  10.04
  # apt-cache policy lm-sensors
  lm-sensors:
-   Installed: 1:3.1.2-2
-   Candidate: 1:3.1.2-2
-   Version table:
-  *** 1:3.1.2-2 0
- 500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
- 100 /var/lib/dpkg/status
+   Installed: 1:3.1.2-2
+   Candidate: 1:3.1.2-2
+   Version table:
+  *** 1:3.1.2-2 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
+ 100 /var/lib/dpkg/status

-- 
sensord cannot RRD log with multiple chips
https://bugs.launchpad.net/bugs/591128
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors 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 566560] Re: samba server requires smbpasswd -a user constantly

2010-06-08 Thread rolfy
i was convinced this was a simple issue, but thus far, i've been unable
to reproduce the problem in a virtual machine, which would suggest
there's something else at play here, so i'll try to get trace off my
file server when i can :|

-- 
samba server requires smbpasswd -a user constantly
https://bugs.launchpad.net/bugs/566560
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 566792] Re: metadata service returns empty data with 200 OK

2010-06-08 Thread David Futcher
** Tags added: patch-forwarded-upstream

-- 
metadata service returns empty data with 200 OK
https://bugs.launchpad.net/bugs/566792
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 455873] Re: mod proxy causes duplicate query strings when nocanon option is used

2010-06-08 Thread Martin Pitt
So it seems that bug 583698 is not actually a regression from this SRU,
so this seems fine to go. Thanks for testing!

-- 
mod proxy causes duplicate query strings when nocanon option is used
https://bugs.launchpad.net/bugs/455873
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 455873] Re: mod proxy causes duplicate query strings when nocanon option is used

2010-06-08 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.2.8-1ubuntu0.16

---
apache2 (2.2.8-1ubuntu0.16) hardy-proposed; urgency=low

  * debian/patches/211_fix_mod_proxy_nocanon.dpatch: Fix duplicated query string
when using nocanon option to mod_proxy. Patch courtesy of James Troup, based
on upstream cherry pick. (LP: #455873)
 -- Dave Walker (Daviey)Mon, 17 May 2010 18:06:59 
+0100

** Changed in: apache2 (Ubuntu Hardy)
   Status: Fix Committed => Fix Released

-- 
mod proxy causes duplicate query strings when nocanon option is used
https://bugs.launchpad.net/bugs/455873
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 566560] Re: samba server requires smbpasswd -a user constantly

2010-06-08 Thread Timbba
@Thierry:
I'm using also different passwords in unix and samba. How to make then 
persistent SMB password? Do I need to uninstall libpam-smbpass to get rid of 
this automatical setting of SMB password on login phase?

-- 
samba server requires smbpasswd -a user constantly
https://bugs.launchpad.net/bugs/566560
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 562832] Re: [SRU] module drbd8 update kernel from 2.6.32-16 to 2.6.32-20

2010-06-08 Thread Launchpad Bug Tracker
This bug was fixed in the package drbd8 - 2:8.3.7-1ubuntu2.1

---
drbd8 (2:8.3.7-1ubuntu2.1) lucid-proposed; urgency=low

  * Use KDIR instead of KERNELDIR variable for headers path
- thanks Gaëtan Ferez for debugging
- (LP: #562832)
 -- Ante KaramaticMon, 19 May 2010 09:22:17 +0200

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

-- 
[SRU] module drbd8 update kernel from 2.6.32-16 to 2.6.32-20
https://bugs.launchpad.net/bugs/562832
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in ubuntu.

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


[Bug 562832] Re: [SRU] module drbd8 update kernel from 2.6.32-16 to 2.6.32-20

2010-06-08 Thread Martin Pitt
copied to maverick, too.

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

-- 
[SRU] module drbd8 update kernel from 2.6.32-16 to 2.6.32-20
https://bugs.launchpad.net/bugs/562832
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to drbd8 in ubuntu.

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


[Bug 584229] Re: missing named filter/service patterns

2010-06-08 Thread David Futcher
As far as I can see, that attachment is to illustrate the bug not fix
it? I have therefore removed the "patch" flag from the attachment.  If I
have gotten this wrong, please feel free to change it back. Thanks for
the bug report!

-- 
missing named filter/service patterns
https://bugs.launchpad.net/bugs/584229
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to logwatch 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 573657] Re: irqbalance enabled unconditionally, can't be disabled via debconf

2010-06-08 Thread David Futcher
** Tags added: patch-forwarded-debian

-- 
irqbalance enabled unconditionally, can't be disabled via debconf
https://bugs.launchpad.net/bugs/573657
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance 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 551130] Re: infinite loop in /etc/init/mysql.conf if mysqld is not running.

2010-06-08 Thread sPOiDar
@Chuck - preliminary testing seems to indicate that the upstart job in
your package will allow mysql to enter started status even when it does
not start successfully.  I'll try look at creating something a little
cleaner in the next couple of days.

-- 
infinite loop in /etc/init/mysql.conf if mysqld is not running.
https://bugs.launchpad.net/bugs/551130
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.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 566560] Re: samba server requires smbpasswd -a user constantly

2010-06-08 Thread Thierry Carrez
Martin, Timbba: that confirms my hypothesis.

This is not really a bug, it's a feature enabled by default that you
should disable in your use case.

Uninstalling libpam-smbpass will remove the password synchronization that 
occurs every time you log in:
sudo apt-get remove libpam-smbpass

This recurring problem should then disappear. I'll mark the bug as
"Invalid", please set it back to "Confirmed" if that does not fix the
symptoms you're experiencing.

** Changed in: samba (Ubuntu)
   Status: Incomplete => Invalid

-- 
samba server requires smbpasswd -a user constantly
https://bugs.launchpad.net/bugs/566560
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 566560] Re: samba server requires smbpasswd -a user constantly

2010-06-08 Thread Timbba
Seems to solve my problem.
However, I have to say that this is not so nicely managed. User experience is 
awful and this should be handled more user friendly in the future.

-- 
samba server requires smbpasswd -a user constantly
https://bugs.launchpad.net/bugs/566560
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 584229] Re: missing named filter/service patterns

2010-06-08 Thread greenmoss
The patch fixes the bug.

-- 
missing named filter/service patterns
https://bugs.launchpad.net/bugs/584229
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to logwatch 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 536940] Re: -tmpfs=- option broken in 0.12.2-0ubuntu3

2010-06-08 Thread Luke Faraone
>From my cursory reading of the source code, I don't see any problems. I
encourage you to create a merge proposal.

-- 
-tmpfs=- option broken in 0.12.2-0ubuntu3
https://bugs.launchpad.net/bugs/536940
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 566792] Re: metadata service returns empty data with 200 OK

2010-06-08 Thread Scott Moser
** Tags removed: patch-forwarded-upstream

-- 
metadata service returns empty data with 200 OK
https://bugs.launchpad.net/bugs/566792
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 545795] Re: apparmor driver blocks access to hostdev and pcidev devices

2010-06-08 Thread John Ferlito
util/pci.c in function pciDeviceFileIterate
needs vendor added as a directory match:wq

-- 
apparmor driver blocks access to hostdev and pcidev devices
https://bugs.launchpad.net/bugs/545795
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 589297] Re: package mysql-server-5.1 5.1 .41-3ubuntu12.1 failed to install/upgrade: Le paquet est dans un état incohérent - vous devriez le réinstaller avant d'essayer de le supprimer.

2010-06-08 Thread Jean-Baptiste Lallement
** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Incomplete => Confirmed

** Summary changed:

- package mysql-server-5.1 5.1.41-3ubuntu12.1 failed to install/upgrade: Le 
paquet est dans un état incohérent - vous devriez  le réinstaller avant 
d'essayer de le supprimer.
+ package mysql-server-5.1 5.1.41-3ubuntu12.1 failed to install/upgrade: 
upgrade hanged. mysql refuses to stop in pre-removal script.

-- 
package mysql-server-5.1 5.1.41-3ubuntu12.1 failed to install/upgrade: upgrade 
hanged. mysql refuses to stop in pre-removal script.
https://bugs.launchpad.net/bugs/589297
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.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 591286] [NEW] PHP Deprecated: Comments starting with '#' are deprecated in[...] on line 1 in Unknown on line 0

2010-06-08 Thread Jimmy Xu
Public bug reported:

Binary package hint: php5

PHP Deprecated:  Comments starting with '#' are deprecated in 
/etc/php5/cli/conf.d/gd.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in 
/etc/php5/cli/conf.d/mysql.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in 
/etc/php5/cli/conf.d/mysqli.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in 
/etc/php5/cli/conf.d/pdo.ini on line 1 in Unknown on line 0
PHP Deprecated:  Comments starting with '#' are deprecated in 
/etc/php5/cli/conf.d/pdo_mysql.ini on line 1 in Unknown on line 0

All other in the directory are using a ";" instead of "#".

php5-cli:
  Installed: 5.3.2-1ubuntu5
  Candidate: 5.3.2-1ubuntu5
  Version table:
 *** 5.3.2-1ubuntu5 0
500 http://archive.ubuntu.com/ubuntu/ maverick/main Packages
100 /var/lib/dpkg/status

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


** Tags: maverick

-- 
PHP Deprecated:  Comments starting with '#' are deprecated in[...] on line 1 in 
Unknown on line 0
https://bugs.launchpad.net/bugs/591286
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 591286] Re: PHP Deprecated: Comments starting with '#' are deprecated in[...] on line 1 in Unknown on line 0

2010-06-08 Thread Jimmy Xu
These files are from "php5-common", "php5-mysql", and "php5-gd", as per
`dpkg -S`.

php5-common:
  Installed: 5.3.2-1ubuntu5
  Candidate: 5.3.2-1ubuntu5

php5-mysql:
  Installed: 5.3.2-1ubuntu5
  Candidate: 5.3.2-1ubuntu5

php5-gd:
  Installed: 5.3.2-1ubuntu5
  Candidate: 5.3.2-1ubuntu5

-- 
PHP Deprecated:  Comments starting with '#' are deprecated in[...] on line 1 in 
Unknown on line 0
https://bugs.launchpad.net/bugs/591286
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 494141] Re: CUPS starts after SAMBA; printers are not available

2010-06-08 Thread Jan Rathmann
This issue is still present in Lucid.
Another way to work around it is to modify the /etc/init/smd.conf upstart job 
with a kind of "ugly hack" that makes Samba wait for cups (see attached file).

** Attachment added: "smbd.conf"
   http://launchpadlibrarian.net/49951509/smbd.conf

-- 
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 list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 574669] Re: E: bind9: subprocess installed pre-removal script returned error exit status 1

2010-06-08 Thread Jean-Baptiste Lallement
We are closing  this bug report because it lacks the information we need to 
investigate the problem, as described in the previous comments. Please reopen 
it if you can give us the missing information, and don't hesitate to submit bug 
reports in the future. 
To reopen the bug report you can click on the current status, under the Status 
column, and change the Status back to "New". 
Thanks again!

** Changed in: bind9 (Ubuntu)
   Status: Incomplete => Invalid

-- 
E: bind9: subprocess installed pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/574669
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 586134] Re: SC: Maximum number of loop devices should be configurable

2010-06-08 Thread Steve Langasek
Accepted 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: eucalyptus (Ubuntu Lucid)
   Status: Triaged => Fix Committed

** Tags added: verification-needed

-- 
SC: Maximum number of loop devices should be configurable
https://bugs.launchpad.net/bugs/586134
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 566793] Re: [SRU] euca-get-console-output gives first 64k of output, not most recent

2010-06-08 Thread Steve Langasek
Accepted 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!

** Tags removed: verification-failed

** Tags added: verification-needed

-- 
[SRU] euca-get-console-output gives first 64k of output, not most recent
https://bugs.launchpad.net/bugs/566793
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 579942] Re: User Enumeration and account brute force within Eucalyptus 1.6.2 for Enterprise Cloud

2010-06-08 Thread Mathias Gug
** Visibility changed to: Public

-- 
 User Enumeration and account brute force within Eucalyptus 1.6.2 for 
Enterprise Cloud
https://bugs.launchpad.net/bugs/579942
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 579942] Re: User Enumeration and account brute force within Eucalyptus 1.6.2 for Enterprise Cloud

2010-06-08 Thread Steve Langasek
Accepted 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: eucalyptus (Ubuntu Lucid)
   Status: Triaged => Fix Committed

** Tags added: verification-needed

-- 
 User Enumeration and account brute force within Eucalyptus 1.6.2 for 
Enterprise Cloud
https://bugs.launchpad.net/bugs/579942
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 515740] Re: [SRU] Crash on using unitialized vals and __get/__set

2010-06-08 Thread Jonathan Riddell
Rejecting upload in hardy-proposed as discussed on irc with zul

-- 
[SRU] Crash on using unitialized vals and __get/__set
https://bugs.launchpad.net/bugs/515740
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 591043] Re: merge request: changing source_samba.py

2010-06-08 Thread Launchpad Bug Tracker
This bug was fixed in the package samba - 2:3.5.3~dfsg-0ubuntu3

---
samba (2:3.5.3~dfsg-0ubuntu3) maverick; urgency=low

  * debian/source_samba.py: if /etc/samba/smb.conf is missing, pop up
a message for why this is not a bug, and end run. (LP: #591043)
 -- C de-AvillezMon, 07 Jun 2010 19:06:51 -0500

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

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

2010-06-08 Thread Jonathan Riddell
Removing from hardy-proposed due to lack of testing.  Requested by zul
on irc.


** Changed in: php5 (Ubuntu Hardy)
   Status: Fix Committed => Triaged

-- 
sybase_* functions missing in php5-sybase for hardy
https://bugs.launchpad.net/bugs/240519
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 586134] Re: SC: Maximum number of loop devices should be configurable

2010-06-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/eucalyptus

-- 
SC: Maximum number of loop devices should be configurable
https://bugs.launchpad.net/bugs/586134
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 579942] Re: User Enumeration and account brute force within Eucalyptus 1.6.2 for Enterprise Cloud

2010-06-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/eucalyptus

-- 
 User Enumeration and account brute force within Eucalyptus 1.6.2 for 
Enterprise Cloud
https://bugs.launchpad.net/bugs/579942
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 321091] Re: Bacula fails to install correctly if mysql wasn't installed before

2010-06-08 Thread Thierry Carrez
Assigning to ivoks for evaluation/guidance/fix

** Changed in: server-papercuts
 Assignee: (unassigned) => Ante Karamatić (ivoks)

-- 
Bacula fails to install correctly if mysql wasn't installed before
https://bugs.launchpad.net/bugs/321091
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 591413] [NEW] .diff file leaves doesn't change timegm to gmtime on line 6782

2010-06-08 Thread Mike Maloon
Public bug reported:

Binary package hint: ipmitool

it changes timegm to gmtime everywhere else though.

also i'm getting error - dpkg-gencontrol: error: current host
architecture 'solaris-i386' does not appear in package's architecture
list (i386 amd64 ia64 powerpc) easy fix as well

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

-- 
.diff file leaves doesn't change timegm to gmtime on line 6782
https://bugs.launchpad.net/bugs/591413
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ipmitool 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 591423] [NEW] qemu -drive boot=on flag causes boot to hang.

2010-06-08 Thread Mike Mestnik
Public bug reported:

Binary package hint: qemu-kvm

I'm working on getting a UI to start qemu.  In debugging I am working
exclusively on the command line.  I'm able to reproduce and correct this
bug from the command line.  The UI is libvirt.

The testing I did was to remove part of the command each part at a time
and add it back in until I discovered the one option that caused the
problem.

This command boot's just fine.
/usr/bin/qemu -snapshot -M pc-0.12 -no-kvm -m 1024 -smp 1 -localtime -boot c 
-drive file=/dev/sda,if=ide,index=0 -serial none -parallel none -usb -usbdevice 
tablet -vga cirrus

These commands do not:
/usr/bin/qemu -snapshot -M pc-0.12 -no-kvm -m 1024 -smp 1 -localtime -boot c 
-drive file=/dev/sda,if=ide,index=0,boot=on -serial none -parallel none -usb 
-usbdevice tablet -vga cirrus
/usr/bin/qemu -snapshot -M pc-0.12 -no-kvm -m 1024 -smp 1 -localtime -drive 
file=/dev/sda,if=ide,index=0,boot=on -serial none -parallel none -usb 
-usbdevice tablet -vga cirrus
/usr/bin/qemu -snapshot -boot c -drive file=/dev/sda,boot=on
/usr/bin/qemu -snapshot -drive file=/dev/sda,boot=on
/usr/bin/qemu -boot c -drive file=/dev/sda,boot=on
/usr/bin/qemu -drive file=/dev/sda,boot=on

The boot hangs presumably when the BIOS passes control to the MBR or
during the MBR load, ect, ect, ect.  In other words the BIOS parts seam
to work, except it never boots anything.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: qemu 0.12.3+noroms-0ubuntu9
ProcVersionSignature: Ubuntu 2.6.32-22.33-generic-pae 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic-pae i686
Architecture: i386
Date: Tue Jun  8 14:17:31 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100427.1)
KvmCmdLine: Error: command ['ps', '-C', 'kvm', '-F'] failed with exit code 1: 
UIDPID  PPID  CSZ   RSS PSR STIME TTY  TIME CMD
MachineType: Dell Inc. OptiPlex GX620
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-22-generic-pae 
root=/dev/mapper/Chrome-root ro quiet splash
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: qemu-kvm
dmi.bios.date: 11/30/2006
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A11
dmi.board.name: 0HH807
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 6
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd11/30/2006:svnDellInc.:pnOptiPlexGX620:pvr:rvnDellInc.:rn0HH807:rvr:cvnDellInc.:ct6:cvr:
dmi.product.name: OptiPlex GX620
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug i386 lucid

-- 
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 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 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-06-08 Thread Mike Mestnik

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/49966398/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/49966399/CurrentDmesg.txt

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

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/49966401/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/49966402/Lsusb.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/49966403/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/49966404/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/49966405/ProcModules.txt

** Attachment added: "RelatedPackageVersions.txt"
   http://launchpadlibrarian.net/49966406/RelatedPackageVersions.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/49966407/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/49966408/UdevLog.txt

-- 
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 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 582251] Re: debug1: Remote: No xauth program; cannot forward with spoofing.

2010-06-08 Thread Andreas Wenning
Tested in fresh ubuntu-server install (with the openssh-server task).
After installing the version from lucid-proposed an .Xauthority file is
now created and the DISPLAY variable is now set.

-- 
debug1: Remote: No xauth program; cannot forward with spoofing.
https://bugs.launchpad.net/bugs/582251
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


Re: [Bug 536940] Re: -tmpfs=- option broken in 0.12.2-0ubuntu3

2010-06-08 Thread Soren Hansen
On Mon, Jun 07, 2010 at 01:53:19PM -, Данило Шеган wrote:
> I've created a branch which re-introduces --tmp and --tmpfs options for
> vmbuilder: lp:~danilo/vmbuilder/bug-536940
> 
> I also did a few cleanups of the tmpfile and tmpdir methods in the util
> module (they were doing some very weird stuff). If you like the general
> approach, let me know and I can make a merge-proposal.

Please do. I have some specific comments on the patch, though, but let's
deal with them through the merge proposal thing.

-- 
Soren Hansen
Ubuntu Developer
http://www.ubuntu.com/

-- 
-tmpfs=- option broken in 0.12.2-0ubuntu3
https://bugs.launchpad.net/bugs/536940
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to vm-builder 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 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-06-08 Thread Mike Mestnik
I wrote a little script that should have solved my problems, however
libvirt has other ideas.

http://pastebin.com/HgwtQ3iL
#!/bin/bash
out_args=( )
while (( $# ))
do if [[ "$1" = "-drive" ]]
then out_args+=( "$1" "$(<<<"$2" sed \
-e s/,boot=on//g \
-e s/boot=on,//g \
-e s/boot=on//g \
)" )
shift 2
else out_args+=( "$1" )
shift
fi
done
exec "${0}-original" "${out_ar...@]}"

http://pastebin.com/7SKxnJGV
Some strace output, the exec on line 15 fails with a permission problem.

-- 
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 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 588953] Re: Unable to add /dev/md0 as storage pool

2010-06-08 Thread Rusty Burchfield
Sorry about that.

This is the workstation I am managing from.
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.04 LTS
Release:10.04
Codename:   lucid
$ dpkg -l libvirt\* | egrep '^ii'
ii  libvirt-bin   0.7.5-5ubuntu27   
  the programs for the libvirt library
ii  libvirt0  0.7.5-5ubuntu27   
  library for interfacing with different virtu
$ dpkg -l virt-manager\* | egrep '^ii'
ii  virt-manager  0.8.2-2ubuntu8
  desktop application for managing virtual machines

This is the server I am managing.
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.04 LTS
Release:10.04
Codename:   lucid
$ dpkg -l libvirt\* | egrep '^ii'
ii  libvirt-bin 0.7.5-5ubuntu27 
the programs for the libvirt library
ii  libvirt00.7.5-5ubuntu27 
library for interfacing with different virtu
$ dpkg -l virt-manager\* | egrep '^ii'
No packages found matching virt-manager*.

I haven't tested with virsh, but if you look at the source code, the
errors are being thrown by libvirt (on the remote machine) and are only
being displayed by virt-manager.

** Changed in: libvirt (Ubuntu)
   Status: Incomplete => New

-- 
Unable to add /dev/md0 as storage pool
https://bugs.launchpad.net/bugs/588953
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 496922] Re: Ubuntu snmpd package doesn't include all net-snmpd modules

2010-06-08 Thread Alex G
Can we get a fix backported to Hardy please?

-- 
Ubuntu snmpd package doesn't include all net-snmpd modules
https://bugs.launchpad.net/bugs/496922
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 590704] Sync libcommons-jxpath-java 1.3-3 (main) from Debian unstable (main)

2010-06-08 Thread Jonathan Riddell
2010-06-08 21:23:14 INFOlibcommons-jxpath-java_1.3.orig.tar.gz: already in 
distro - downloading from librarian
2010-06-08 21:23:15 INFO  - http://ftp.debian.org/debian/>
[Updating] libcommons-jxpath-java (1.3-2ubuntu1 [Ubuntu] < 1.3-3 [Debian])
 * Trying to add libcommons-jxpath-java...
2010-06-08 21:23:15 INFO  - http://ftp.debian.org/debian/>
2010-06-08 21:23:15 INFO  - 
I: libcommons-jxpath-java [main] -> libcommons-jxpath-java_1.3-2ubuntu1 [main].
I: libcommons-jxpath-java [main] -> libcommons-jxpath-java-doc_1.3-2ubuntu1 
[main].


** Changed in: libcommons-jxpath-java (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Sync libcommons-jxpath-java 1.3-3 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/590704
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libcommons-jxpath-java 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 590629] Please sync dbconfig-common 1.8.46 (main) from Debian unstable (main).

2010-06-08 Thread Jonathan Riddell
2010-06-08 21:22:07 INFO  - http://ftp.debian.org/debian/>
[Updating] dbconfig-common (1.8.44ubuntu1 [Ubuntu] < 1.8.46 [Debian])
 * Trying to add dbconfig-common...
2010-06-08 21:22:07 INFO  - http://ftp.debian.org/debian/>
I: dbconfig-common [main] -> dbconfig-common_1.8.44ubuntu1 [main].


** Changed in: dbconfig-common (Ubuntu)
   Status: Triaged => Fix Released

-- 
Please sync dbconfig-common 1.8.46 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/590629
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dbconfig-common 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 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-06-08 Thread Mike Mestnik
(04:12:14 PM) cheako: operation="exec" pid=24359 parent=1 
profile="libvirt-02e3d7e8-79e5-6dc3-2954-d43fe1130cdf" requested_mask="x::" 
denied_mask="x::" fsuid=0 ouid=0 name="/usr/bin/qemu-original"
(04:12:25 PM) cheako: operation="mknod" pid=24361 parent=24360 
profile="libvirt-02e3d7e8-79e5-6dc3-2954-d43fe1130cdf" requested_mask="c::" 
denied_mask="c::" fsuid=0 ouid=0 name="/tmp/sh-thd-1276031548"
(04:12:39 PM) cheako: operation="open" pid=24359 parent=1 
profile="libvirt-02e3d7e8-79e5-6dc3-2954-d43fe1130cdf" requested_mask="r::" 
denied_mask="r::" fsuid=0 ouid=0 name="/usr/bin/qemu-original"

-- 
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 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 591472] [NEW] When the eucalyptus-cc service is stopped, the private dhcpd3 is left running and the iptables rules are not flushed

2010-06-08 Thread Etienne Goyer
Public bug reported:

Binary package hint: eucalyptus-cc

After stopping the eucalyptus-cc service, it seems like the private
dhcpd3 process to serve IP to instances is left running.  Moreover, the
iptables rules added by Eucalyptus in MANAGED mode are not being
flushed.

Here is a screen dump to demonstrate the problem:


ubu...@uec-cc1:~$ sudo status eucalyptus-cc
eucalyptus-cc start/running, process 9172
ubu...@uec-cc1:~$ sudo stop eucalyptus-cc
eucalyptus-cc stop/waiting
ubu...@uec-cc1:~$ sudo status eucalyptus-cc
eucalyptus-cc stop/waiting
ubu...@uec-cc1:~$ sudo iptables -L -v -n 
Chain INPUT (policy ACCEPT 988 packets, 281K bytes)
 pkts bytes target prot opt in out source   destination 


Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target prot opt in out source   destination 

0 0 ACCEPT all  --  *  *   0.0.0.0/00.0.0.0/0   
ctstate ESTABLISHED 
0 0 ACCEPT all  --  *  *   0.0.0.0/0   
!172.19.0.0/16   

Chain OUTPUT (policy ACCEPT 762 packets, 322K bytes)
 pkts bytes target prot opt in out source   destination
ubu...@uec-cc1:~$ sudo iptables -L -v -n -t nat
Chain PREROUTING (policy ACCEPT 85 packets, 5100 bytes)
 pkts bytes target prot opt in out source   destination 

0 0 DNAT   tcp  --  *  *   172.19.0.0/16
169.254.169.254 tcp dpt:80 to:169.254.169.254:8773 

Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target prot opt in out source   destination 

   12   720 MASQUERADE  all  --  *  *  !127.0.0.0/8 
!172.19.0.0/16   

Chain OUTPUT (policy ACCEPT 12 packets, 720 bytes)
 pkts bytes target prot opt in out source   destination 

ubu...@uec-cc1:~$ ps -ef | grep euca
dhcpd 8276 1  0 00:38 ?00:00:00 /usr/sbin/dhcpd3 -cf 
//var/run/eucalyptus/net/euca-dhcp.conf -lf 
//var/run/eucalyptus/net/euca-dhcp.leases -pf 
//var/run/eucalyptus/net/euca-dhcp.pid -tf 
//var/run/eucalyptus/net/euca-dhcp.trace eth0
ubuntu9353  9087  0 01:15 pts/100:00:00 grep --color=auto euca
--

eucalyptus-cc package version 1.6.2-0ubuntu30

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

-- 
When the eucalyptus-cc service is stopped, the private dhcpd3 is left running 
and the iptables rules are not flushed
https://bugs.launchpad.net/bugs/591472
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 517574] Re: Please backport agent/mibgroup/host/hr_swrun.c to 5.4.1

2010-06-08 Thread Zach Wily
I don't think this is fixed in Lucid. Lucid has version 5.4.2.1, but I
think the change was committed upstream after that. From the source code
for the package included in Lucid:

if ((fp = fopen(string, "r")) == NULL)
return NULL;
fgets(buf, sizeof(buf), fp);/* Name: process name */
if ( cp == NULL ) {
fclose(fp);
return NULL;/* the process probably died */
}

If you look at the change linked to by Sergey (#2), you can see that
it's not applied. Also, the hrSWRunPath is still not available.

-- 
Please backport agent/mibgroup/host/hr_swrun.c to 5.4.1
https://bugs.launchpad.net/bugs/517574
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 579868] Re: Unable to use Eucalyptus' iptables-preload feature with UEC

2010-06-08 Thread Etienne Goyer
This bug is affecting me too.

A scenario where the iptables-preload feature would be needed is one
where the NC are in a separate private network (where the CC would have
its VNET_PRIVINTERFACE).  If you wish to NAT traffic between the private
NC network and the public one (where the Walrus presumably service
reside) through the CC, you would need the iptables-preload feature.

Technically, inthis topology, it would be possible to use another
gateway between the private NC network and the outside, bu the CC is
naturally positioned to provide this service.

-- 
Unable to use Eucalyptus' iptables-preload feature with UEC
https://bugs.launchpad.net/bugs/579868
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 591481] [NEW] package tftpd-hpa 0.49-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2010-06-08 Thread diffusr
Public bug reported:

Binary package hint: tftp-hpa

update manager on lucid lynx will not remove this package that does not
install.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: tftpd-hpa 0.49-1
ProcVersionSignature: Ubuntu 2.6.32-22.36-386 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-386 i686
Architecture: i386
Date: Tue Jun  8 23:49:24 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 127
SourcePackage: tftp-hpa
Title: package tftpd-hpa 0.49-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 127

** Affects: tftp-hpa (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

-- 
package tftpd-hpa 0.49-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/591481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa 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 591481] Re: package tftpd-hpa 0.49-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 127

2010-06-08 Thread diffusr

** Attachment added: "AptOrdering.txt"
   http://launchpadlibrarian.net/49975549/AptOrdering.txt

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

** Attachment added: "Df.txt"
   http://launchpadlibrarian.net/49975551/Df.txt

** Attachment added: "Dmesg.txt"
   http://launchpadlibrarian.net/49975552/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   http://launchpadlibrarian.net/49975553/DpkgTerminalLog.txt

-- 
package tftpd-hpa 0.49-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/591481
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tftp-hpa 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 579868] Re: Unable to use Eucalyptus' iptables-preload feature with UEC

2010-06-08 Thread Etienne Goyer
Please disregard the previous command.  Looking again, it seems like the
iptables rules eucalyptus-cc set up are sufficient to NAT connection
from NC to the outside world, so the private NC network topology is not
made impossible by this bug.

Still, iptables-preload sounds like a useful feature.  It's a bummer it
does not work on UEC due to /var/run being a tmpfs.  We should change
the location of the iptables-preload file so that it persist through
reboot.  Perhaps there is a compile-time option for this?  Otherwise, I
guess we could patch the path wherever it is hard-coded in the source.

-- 
Unable to use Eucalyptus' iptables-preload feature with UEC
https://bugs.launchpad.net/bugs/579868
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 575452] Re: package mysql-server-5.1 5.1.41-3ubuntu12 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2010-06-08 Thread Niels Dimmers
After some hours of trying, I managed to get to an very nasty work-
around for people not needing mysql, but needing apt-get to work. In my
apt-get, it hung over the error as the first package, and just wouldn't
continue. I couldn't find a way to disable it, but removed mysql with:

sudo dpkg --force-remove-reinstreq --remove mysql-server-5.1

sudo apt-get upgrade hung at some packages of postgresql with a similar
error, so I used the same way to remove those. errors with a package
called "man-db" dissapeared (and it installed properly).

I have to say tough, that I didn't check if the mysql files were removed
completely, this could cause security issues, minor disk space issues,
and huge issues when re-installing the packages, but it got my apt-get
working again and that's all I'm concerned about. If you're an
experienced ubuntu user owning a test server, I ask you to test the
severity of the risks of this (temporarily) solution, since I don't have
the knowledge to do this, and my server is a part-hobby part production
server.

-- 
package mysql-server-5.1 5.1.41-3ubuntu12 failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/575452
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.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 591489] [NEW] QEMU_AUDIO_DRV set to none by libvirtd in Lucid

2010-06-08 Thread Victor J. Orlikowski
Public bug reported:

When using virt-manager and libvirtd to manage VMs, VMs that use VNC for 
graphical consoles
have the QEMU_AUDIO_DRV environment variable automatically set to "none" in 
Lucid.

This prevents audio from working, at all, if one is using virt-manager
for controlling VMs.

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

-- 
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 587340] Re: otherwise live instance goes deaf connection refused

2010-06-08 Thread waltc
OK, you asked for more information. I gave you the requested
information. Could this bug be placed in a status where it won't self
destruct if nobody picks it up in 53 days?

Thanks

-- 
otherwise live instance goes deaf connection refused
https://bugs.launchpad.net/bugs/587340
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus 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 490370] Re: Cannot start guest with emulator wrapper

2010-06-08 Thread FunkyM0nk3y
I'm testing kvm on 10.04 and have some similar problems.  I found that
sometimes after rebooting the host don't responses virsh

r...@baal:~# virsh vncdisplay enm-fw
error: unable to connect to '/var/run/libvirt/libvirt-sock': No such file or 
directory
error: failed to connect to the hypervisor
r...@baal:~#

Looking in services up:

r...@baal:~# initctl list
qemu-kvm stop/waiting
...
libvirt-bin stop/waiting
...
r...@baal:~#

qemu-kvm is down and libvirt-bin too.
And other times the services are up and virsh responding but don't autostart 
the VM.  If i started in the command line the VM can boot normally.

-- 
Cannot start guest with emulator wrapper
https://bugs.launchpad.net/bugs/490370
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 591517] [NEW] package libmysqlclient16 5. 1.41-3ubuntu12.1 failed to install/upgrade: ErrorMes sage: el subproceso script post-installation instalado d evolvió el código de salida de error 2

2010-06-08 Thread Madelyn Del Rosario Cruz
Public bug reported:

I am trying install a Lamp server.

ubuntu 10.04 LTS
amd64

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libmysqlclient16 5.1.41-3ubuntu12.1
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic x86_64
.etc.apparmor.d.usr.sbin.mysqld: Error: [Errno 2] No existe el fichero ó 
directorio: '/etc/apparmor.d/usr.sbin.mysqld'
Architecture: amd64
Date: Sat Jun  5 13:59:53 2010
ErrorMessage: ErrorMessage: el subproceso script post-installation instalado 
devolvió el código de salida de error 2
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
Logs.var.log.daemon.log:
 
Logs.var.log.kern.log:
 
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf.dpkg.new: 
MySQLConf.etc.mysql.my.cnf: 
MySQLVarLibDirListing: []
SourcePackage: mysql-dfsg-5.1
Title: package libmysqlclient16 5.1.41-3ubuntu12.1 failed to install/upgrade: 
ErrorMessage: el subproceso script post-installation instalado devolvió el 
código de salida de error 2
modified.conffile..etc.apparmor.d.usr.sbin.mysqld: [deleted]
modified.conffile..etc.init.mysql.conf: [deleted]
modified.conffile..etc.logcheck.ignore.d.paranoid.mysql.server.5.1: [deleted]
modified.conffile..etc.logcheck.ignore.d.server.mysql.server.5.1: [deleted]
modified.conffile..etc.logcheck.ignore.d.workstation.mysql.server.5.1: [deleted]
modified.conffile..etc.logrotate.d.mysql.server: [deleted]
modified.conffile..etc.mysql.conf.d.mysqld.safe.syslog.cnf: [deleted]
modified.conffile..etc.mysql.debian.start: [deleted]

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


** Tags: amd64 apport-package lucid

-- 
package libmysqlclient16 5.1.41-3ubuntu12.1 failed to install/upgrade: 
ErrorMessage: el subproceso script post-installation instalado devolvió el 
código de salida de error 2
https://bugs.launchpad.net/bugs/591517
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.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 591517] Re: package libmysqlclient16 5.1. 41-3ubuntu12.1 failed to install/upgrade: ErrorMessage : el subproceso script post-installation instalado devol vió el código de salida de error 2

2010-06-08 Thread Madelyn Del Rosario Cruz

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

** Attachment added: "VarLogDistupgradeAptlog.gz"
   http://launchpadlibrarian.net/49981413/VarLogDistupgradeAptlog.gz

** Attachment added: "VarLogDistupgradeApttermlog.gz"
   http://launchpadlibrarian.net/49981414/VarLogDistupgradeApttermlog.gz

** Attachment added: "VarLogDistupgradeHistorylog.gz"
   http://launchpadlibrarian.net/49981415/VarLogDistupgradeHistorylog.gz

-- 
package libmysqlclient16 5.1.41-3ubuntu12.1 failed to install/upgrade: 
ErrorMessage: el subproceso script post-installation instalado devolvió el 
código de salida de error 2
https://bugs.launchpad.net/bugs/591517
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.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


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

2010-06-08 Thread Marc Deslauriers
** Tags added: apparmor

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