[Bug 490382] Re: eucalyptus-cc init script doesn't always clear /var/lib/eucalyptus/CC

2009-12-02 Thread Thierry Carrez
CLEAN=1 is supported in eucalyptus-cc.conf, not in eucalyptus.conf. So maybe 
it's something like:
stop eucalyptus CLEAN=1 - FAIL (env not passed to eucalyptus-cc)
stop eucalyptus-cc CLEAN=1 - PASS
start eucalyptus[-cc] CLEAN=1 - FAIL (start not supported, bug 491254)
restart eucalyptus CLEAN=1 - FAIL (env not passed to eucalyptus-cc)

Looks quite non-deterministic from here.
Dustin, if you can confirm the above behavior, in the end it's a matter of what 
CLEAN commands we want to support. IMHO we should support restart eucalyptus 
CLEAN=1 and stop eucalyptus CLEAN=1, start eucalyptus CLEAN=1, stop 
eucalyptus-cc CLEAN=1 and start eucalyptus[-cc] CLEAN=1, since we mainly use 
the eucalyptus script to drive eucalyptus in general, but should also support 
stopping and starting eucalyptus-cc only.

-- 
eucalyptus-cc init script doesn't always clear /var/lib/eucalyptus/CC
https://bugs.launchpad.net/bugs/490382
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 461156] Re: User data is not parsed correctly by Eucalyptus in some cases

2009-12-02 Thread Thierry Carrez
** Description changed:

- User data supplied using euca-run-instances --user-data-file is not decoded 
before being presented to the instance. 
- Inside the instance, curl http://169.254.169.254/latest/user-data; should 
fetch the decoded user data, whereas eucalyptus will return a base64 and url 
encoded string. This breaks ec2-run-user-data from the ec2-init package, 
rendering instance configuration using the user-data mechanism unusable. 
+ User data supplied using euca-run-instances --user-data-file is not decoded 
before being presented to the instance.
+ Inside the instance, curl http://169.254.169.254/latest/user-data; should 
fetch the decoded user data, whereas eucalyptus will return a base64 and url 
encoded string. This breaks ec2-run-user-data from the ec2-init package, 
rendering instance configuration using the user-data mechanism unusable.
  
  EC2 documentation at 
http://docs.amazonwebservices.com/AWSEC2/2007-03-01/DeveloperGuide/AESDG-chapter-instancedata.html
 states that EC2 will return decoded data (i don't have a ec2 account so i 
can't confirm this):
  The user data must be base64-encoded before being submitted to the API. The 
API command-line tools perform the base64-encoding for you. The data will be 
base64 decoded before being presented to the instance.
+ 
+ =
+ SRU Report (eucalyptus, euca2ools):
+ 
+ Impact: This bug makes userdata unusable in cloud images used withing
+ UEC. userdata is used for a lot of things, in particular boot-time
+ configuration of our cloud images. This works within EC2 but not within
+ UEC, due to this bug.
+ 
+ This requires a fix in euca2ools (do not b64_encode twice). But fixing
+ it in euca2ools triggers a bug in eucalyptus when certain userdata is
+ received (the previous bug was protecting eucalyptus from this), so this
+ needs a eucalyptus update as well.
+ 
+ Fix in development release: This was fixed in lucid in eucalyptus
+ (1.6.1~bzr1083-0ubuntu1) by applying the same patch. Was not fixed in
+ euca2ools yet.
+ 
+ Minimal patch for eucalyptus:
+ 
http://bazaar.launchpad.net/~ubuntu-core-dev/eucalyptus/ubuntu-karmic/revision/726
+ 
+ Minimal patch for euca2ools:
+ --- euca2ools-1.0+bzr20091007.orig/bin/euca-run-instances
+ +++ euca2ools-1.0+bzr20091007/bin/euca-run-instances
+ @@ -170,8 +170,6 @@
+   print 'Invalid user data file path'
+   sys.exit(1)
+   user_data = read_user_data(user_data_file)
+ - if user_data:
+ - user_data = base64.urlsafe_b64encode(user_data)
+  euca_conn = euca.make_connection()
+   try:
+  reservation = euca_conn.run_instances(image_id = image_id,
+ 
+ TEST CASE:
+ euca-run-instances -k $MYKEY --user-data   FOO  $EMI -t c1.medium
+ ssh -i $MYKEYPRIV ubu...@$ip 'wget -q http://169.254.169.254/latest/user-data 
-O -'; echo
+ Expected results: should return   FOO 
+ Fails with affected euca2ools and eucalyptus (returns IDw8IEZPTyA- instead 
of   FOO )
+ Succeeds with proposed euca2ools and proposed eucalyptus.
+ 
+ Regression potential:
+ The regression potential is small, since userdata is not really usable right 
now. In euca2ools, only someone relying on the bug (and base64_decoding the 
userdata in the cloud image itself) would be affected. Regression potential is 
slightly higher on eucalyptus side, since the fix is about escaping special 
characters in userdata. Careful testing with various userdata strings (to hit 
the special characters in the urlsafe-base64-encoded string) is necessary.
  
  =
  Karmic release notes:
  
  user-data not usable by guest instances
  
  Starting an instance with euca-run-instances and user-data (either using
  the -d, --user-data option or the -f, --user-data-file option) will
  store the user data  in base64 encoding. Accessing the user data from
  the instance at http://169.254.169.254/latest/user-data will return the
  user data in base64 encoding. Because of this bug ec2-init is unable
  make use of user-data. In order to use this data it must first be
  decoded. A fix for this issue is expected to be provided in a post-
  release update immediately after the Ubuntu 9.10 release.
  
  ==

-- 
User data is not parsed correctly by Eucalyptus in some cases
https://bugs.launchpad.net/bugs/461156
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 491273] [NEW] netfs storage pools are not autostarted at boot (karmic)

2009-12-02 Thread Alvin
Public bug reported:

Release: ubuntu 9.10
libvirt-bin: 0.7.0-1ubuntu13.1

libvirt mounts defined 'netfs' storage pools when the libvirt service is
started. When started at boot time, this does not happen. Restarting
libvirt-bin after boot mounts the drives.

Virtual machines on NFS storage pools can not be autostarted.

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

-- 
netfs storage pools are not autostarted at boot (karmic)
https://bugs.launchpad.net/bugs/491273
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 461156] Re: User data is not parsed correctly by Eucalyptus in some cases

2009-12-02 Thread Thierry Carrez
** Description changed:

  User data supplied using euca-run-instances --user-data-file is not decoded 
before being presented to the instance.
  Inside the instance, curl http://169.254.169.254/latest/user-data; should 
fetch the decoded user data, whereas eucalyptus will return a base64 and url 
encoded string. This breaks ec2-run-user-data from the ec2-init package, 
rendering instance configuration using the user-data mechanism unusable.
  
  EC2 documentation at 
http://docs.amazonwebservices.com/AWSEC2/2007-03-01/DeveloperGuide/AESDG-chapter-instancedata.html
 states that EC2 will return decoded data (i don't have a ec2 account so i 
can't confirm this):
  The user data must be base64-encoded before being submitted to the API. The 
API command-line tools perform the base64-encoding for you. The data will be 
base64 decoded before being presented to the instance.
  
  =
  SRU Report (eucalyptus, euca2ools):
  
  Impact: This bug makes userdata unusable in cloud images used withing
  UEC. userdata is used for a lot of things, in particular boot-time
  configuration of our cloud images. This works within EC2 but not within
  UEC, due to this bug.
  
  This requires a fix in euca2ools (do not b64_encode twice). But fixing
  it in euca2ools triggers a bug in eucalyptus when certain userdata is
  received (the previous bug was protecting eucalyptus from this), so this
  needs a eucalyptus update as well.
  
  Fix in development release: This was fixed in lucid in eucalyptus
- (1.6.1~bzr1083-0ubuntu1) by applying the same patch. Was not fixed in
- euca2ools yet.
+ (1.6.1~bzr1083-0ubuntu1) and in euca2ools (1.0+bzr20091007-0ubuntu2) by
+ applying the same patches.
  
  Minimal patch for eucalyptus:
  
http://bazaar.launchpad.net/~ubuntu-core-dev/eucalyptus/ubuntu-karmic/revision/726
  
  Minimal patch for euca2ools:
  --- euca2ools-1.0+bzr20091007.orig/bin/euca-run-instances
  +++ euca2ools-1.0+bzr20091007/bin/euca-run-instances
  @@ -170,8 +170,6 @@
-   print 'Invalid user data file path'
-   sys.exit(1)
-   user_data = read_user_data(user_data_file)
+   print 'Invalid user data file path'
+   sys.exit(1)
+    user_data = read_user_data(user_data_file)
  - if user_data:
  - user_data = base64.urlsafe_b64encode(user_data)
-  euca_conn = euca.make_connection()
-   try:
-  reservation = euca_conn.run_instances(image_id = image_id,
+  euca_conn = euca.make_connection()
+   try:
+  reservation = euca_conn.run_instances(image_id = image_id,
  
  TEST CASE:
  euca-run-instances -k $MYKEY --user-data   FOO  $EMI -t c1.medium
  ssh -i $MYKEYPRIV ubu...@$ip 'wget -q http://169.254.169.254/latest/user-data 
-O -'; echo
  Expected results: should return   FOO 
  Fails with affected euca2ools and eucalyptus (returns IDw8IEZPTyA- instead 
of   FOO )
  Succeeds with proposed euca2ools and proposed eucalyptus.
  
  Regression potential:
  The regression potential is small, since userdata is not really usable right 
now. In euca2ools, only someone relying on the bug (and base64_decoding the 
userdata in the cloud image itself) would be affected. Regression potential is 
slightly higher on eucalyptus side, since the fix is about escaping special 
characters in userdata. Careful testing with various userdata strings (to hit 
the special characters in the urlsafe-base64-encoded string) is necessary.
  
  =
  Karmic release notes:
  
  user-data not usable by guest instances
  
  Starting an instance with euca-run-instances and user-data (either using
  the -d, --user-data option or the -f, --user-data-file option) will
  store the user data  in base64 encoding. Accessing the user data from
  the instance at http://169.254.169.254/latest/user-data will return the
  user data in base64 encoding. Because of this bug ec2-init is unable
  make use of user-data. In order to use this data it must first be
  decoded. A fix for this issue is expected to be provided in a post-
  release update immediately after the Ubuntu 9.10 release.
  
  ==

** Changed in: euca2ools (Ubuntu)
 Assignee: Scott Moser (smoser) = Thierry Carrez (ttx)

-- 
User data is not parsed correctly by Eucalyptus in some cases
https://bugs.launchpad.net/bugs/461156
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 461156] Re: User data is not parsed correctly by Eucalyptus in some cases

2009-12-02 Thread Launchpad Bug Tracker
This bug was fixed in the package euca2ools - 1.0+bzr20091007-0ubuntu2

---
euca2ools (1.0+bzr20091007-0ubuntu2) lucid; urgency=low

  [ Scott Moser ]
  * Do not base64 encode user-data in euca-run-instances, as boto takes
care of that (LP: #461156)
 -- Thierry Carrez thierry.car...@ubuntu.com   Wed, 02 Dec 2009 10:08:14 +0100

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

-- 
User data is not parsed correctly by Eucalyptus in some cases
https://bugs.launchpad.net/bugs/461156
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 490951] Re: quagga should use libreadline6 instead of libreadline5

2009-12-02 Thread Thierry Carrez
** Summary changed:

- quagga needs libreadline5
+ quagga should use libreadline6 instead of libreadline5

** Changed in: quagga (Ubuntu)
   Status: New = Triaged

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

-- 
quagga should use libreadline6 instead of libreadline5
https://bugs.launchpad.net/bugs/490951
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to quagga 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 461156] Re: User data is not parsed correctly by Eucalyptus in some cases

2009-12-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/euca2ools

-- 
User data is not parsed correctly by Eucalyptus in some cases
https://bugs.launchpad.net/bugs/461156
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 491288] [NEW] File corruption after copying files via samba from Karmic to Karmic

2009-12-02 Thread Ernst
Public bug reported:

Binary package hint: samba

Yesterday, I tried to copy flac files from my laptop (Ubuntu Karmic,
32-bit, running ext4 but source files are on ntfs) to my desktop (Ubuntu
Karmic, 32-bit, running ext4 but destination was on ntfs) via samba. I
mounted the samba share of my desktop on my latop and started the copy
process on the laptop.

After this, I tried to play the files on my desktop. However, I got
errors from Exaile: the stream was not correct. So, I used foobar to
test the File integrity of the files, and in almost all files, it found
errors. I checked on my laptop, and those errors did not exist on the
files on the laptop.

So, I tried to copy them again using samba, but with the same result.
foobar's File Integrity test even give exactly the same errors for the
files (see the attached error log).

Then, I copied the files using a USB stick and this time, foobar
reported al was ok.

So, I think this is a bug in the samba package, as copying over samba did not 
work and an USB stick worked fine.
I think I should give more info, but I don't know what to report.

$ apt-cache policy samba
samba:
  Installed: 2:3.4.0-3ubuntu5.1
  Candidate: 2:3.4.0-3ubuntu5.2
  Version table:
 2:3.4.0-3ubuntu5.2 0
500 http://nl.archive.ubuntu.com karmic-proposed/main Packages
 *** 2:3.4.0-3ubuntu5.1 0
500 http://nl.archive.ubuntu.com karmic-updates/main Packages
100 /var/lib/dpkg/status
 2:3.4.0-3ubuntu5 0
500 http://nl.archive.ubuntu.com karmic/main Packages


$ apt-cache policy ntfs-3g
ntfs-3g:
  Installed: 1:2009.4.4-1ubuntu4
  Candidate: 1:2009.4.4-1ubuntu4
  Version table:
 *** 1:2009.4.4-1ubuntu4 0
500 http://nl.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

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

-- 
File corruption after copying files via samba from Karmic to Karmic
https://bugs.launchpad.net/bugs/491288
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 491288] Re: File corruption after copying files via samba from Karmic to Karmic

2009-12-02 Thread Ernst

** Attachment added: foobar File Integrity Check.txt
   http://launchpadlibrarian.net/36328212/foobar%20File%20Integrity%20Check.txt

-- 
File corruption after copying files via samba from Karmic to Karmic
https://bugs.launchpad.net/bugs/491288
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 490732] Re: KVM guests no longer start after upgrading host system from 9.04 to 9.10 (i386)

2009-12-02 Thread Thierry Carrez
There seems to be a VM corruption issue when running KVM on 9.10 / i386.
Might be a duplicate of bug 469419 (also corruption running
kvm/9.10/i386, though symptoms are slightly different.

** Summary changed:

- KVM guests no longer start after upgrading host system from 9.04 to 9.10
+ KVM guests no longer start after upgrading host system from 9.04 to 9.10 
(i386)

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

-- 
KVM guests no longer start after upgrading host system from 9.04 to 9.10 (i386)
https://bugs.launchpad.net/bugs/490732
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 491084] Re: Object get requests will non determinstically fail (with the rightaws library)

2009-12-02 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu)
   Importance: Undecided = Medium

** Changed in: eucalyptus (Ubuntu)
   Status: New = Triaged

-- 
Object get requests will non determinstically fail (with the rightaws library)
https://bugs.launchpad.net/bugs/491084
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 490683] Re: package libsnmp-base 5.4.2.1~dfsg-3ubuntu2 failed to install/upgrade: subprocess installed post-installation script killed by signal (Interrupt)

2009-12-02 Thread Thierry Carrez
*** This bug is a duplicate of bug 490843 ***
https://bugs.launchpad.net/bugs/490843

** This bug has been marked a duplicate of bug 490843
   Confusing debconf question on dist-upgrade

-- 
package libsnmp-base 5.4.2.1~dfsg-3ubuntu2 failed to install/upgrade: 
subprocess installed post-installation script killed by signal (Interrupt)
https://bugs.launchpad.net/bugs/490683
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 490843] Re: Confusing debconf question on dist-upgrade

2009-12-02 Thread Thierry Carrez
** Changed in: net-snmp (Ubuntu)
   Importance: Undecided = Wishlist

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

-- 
Confusing debconf question on dist-upgrade
https://bugs.launchpad.net/bugs/490843
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 119660] Re: Autofs should be reloaded when state of network interface changes

2009-12-02 Thread Teej
Upgrading status to Medium. The severity could have quite a big
usability issue with workstations, but in this case does not warrant
High status, as the bug itself would not affect many regular users.
Thank you.

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

-- 
Autofs should be reloaded when state of network interface changes
https://bugs.launchpad.net/bugs/119660
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs 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 429965] Re: nl-be keymap is not correct

2009-12-02 Thread Alvin
/usr/share/qemu/keymaps/nl-be should be changed.
See also:
http://article.gmane.org/gmane.comp.emulators.kvm.devel/14413

-- 
nl-be keymap is not correct
https://bugs.launchpad.net/bugs/429965
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to 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 343870] Re: php-cli segmentation fault with mysql extension

2009-12-02 Thread Morten Bressendorff Schmidt
I too still get these random segfaults. I'm on Karmic.

$ dpkg -l php5-{mysql,cli}|grep ii|awk {' print $2$3 '}
php5-cli  5.2.10.dfsg.1-2ubuntu6.3
php5-mysql  5.2.10.dfsg.1-2ubuntu6.3

-- 
php-cli segmentation fault with mysql extension
https://bugs.launchpad.net/bugs/343870
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 485026] Re: [karmic] slapd hangs at 100% cpu and is unkillable

2009-12-02 Thread Andreas Hasenack
I applied the diff the Howard mentioned
(http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/bconfig.c.diff?r1=1.401r2=1.402hideattic=1sortbydate=0)
to 2.4.20 and now it works!

Thanks!


** Changed in: openldap
   Status: New = Fix Committed

-- 
[karmic] slapd hangs at 100% cpu and is unkillable
https://bugs.launchpad.net/bugs/485026
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 485026] Re: [karmic] slapd hangs at 100% cpu and is unkillable

2009-12-02 Thread Andreas Hasenack
The same patch also worked in 2.4.18, but it applied with some offsets.

** Summary changed:

- [karmic] slapd hangs at 100% cpu and is unkillable
+ [karmic] [PATCH] slapd hangs at 100% cpu and is unkillable

-- 
[karmic] [PATCH] slapd hangs at 100% cpu and is unkillable
https://bugs.launchpad.net/bugs/485026
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
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 490380] Re: Please change the default permissions on SMB shares

2009-12-02 Thread Chuck Short
** Package changed: samba (Ubuntu) = nautilus (Ubuntu)

-- 
Please change the default permissions on SMB shares
https://bugs.launchpad.net/bugs/490380
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 484562] Re: apparmor prevents libvirt-vnc certificate from being read

2009-12-02 Thread Jamie Strandboge
** Changed in: libvirt (Ubuntu Lucid)
   Status: Triaged = In Progress

-- 
apparmor prevents libvirt-vnc certificate from being read
https://bugs.launchpad.net/bugs/484562
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 490380] [NEW] Please change the default permissions on SMB shares

2009-12-02 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: samba

Steps to reproduce:

1) Right clicking on  a folder  in Nautilus and choose sharing options
2) Set up an SMB share with write permissions
3) Using a Windows PC, create a new file (or copy a file) into the new share
4) See how the Ubuntu user cannot access the file without becoming root from 
command line

I suggest setting the default owner of the new files in the share to the
user who created the share.

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

-- 
Please change the default permissions on SMB shares
https://bugs.edge.launchpad.net/bugs/490380
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 490380] Re: Please change the default permissions on SMB shares

2009-12-02 Thread Sebastien Bacher
nautilus doesn't do the sharing, nautilus-share just activates a samba
feature there...

** Package changed: nautilus (Ubuntu) = samba (Ubuntu)

-- 
Please change the default permissions on SMB shares
https://bugs.launchpad.net/bugs/490380
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 491254] Re: eucalyptus CLEAN=1 should also be supported in start

2009-12-02 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
eucalyptus CLEAN=1 should also be supported in start
https://bugs.launchpad.net/bugs/491254
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


Re: [Bug 490382] Re: eucalyptus-cc init script doesn't always clear /var/lib/eucalyptus/CC

2009-12-02 Thread Dustin Kirkland
Thierry-

I'm somewhat happy you could confirm the non-determinism, though it
means that we really need to get this fixed.

I also agree with your analysis of the supported CLEAN=1 states.  I
saw your other bug filed and assigned it to myself.

-- 
eucalyptus-cc init script doesn't always clear /var/lib/eucalyptus/CC
https://bugs.launchpad.net/bugs/490382
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 416313] Re: On samba of ubuntu-arm, large file copy fails

2009-12-02 Thread Paul Larson
** Changed in: samba (Ubuntu)
   Status: Incomplete = Triaged

-- 
On samba of ubuntu-arm, large file copy fails 
https://bugs.launchpad.net/bugs/416313
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 485760] Re: Need to upgrade integrated zip module

2009-12-02 Thread Chuck Short
** Also affects: php5 (Ubuntu Karmic)
   Importance: Undecided
   Status: New

-- 
Need to upgrade integrated zip module
https://bugs.launchpad.net/bugs/485760
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 489418] Re: Strange behavior of libkrb5 since karmic ...

2009-12-02 Thread Mathias Gug
** Also affects: krb5 (Ubuntu Karmic)
   Importance: Undecided
   Status: New

-- 
Strange behavior of libkrb5 since karmic ...
https://bugs.launchpad.net/bugs/489418
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to krb5 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 416313] Re: On samba of ubuntu-arm, large file copy fails

2009-12-02 Thread Paul Larson
Setting back to new since this bug submitter responded

** Changed in: samba (Ubuntu)
   Status: Triaged = New

-- 
On samba of ubuntu-arm, large file copy fails 
https://bugs.launchpad.net/bugs/416313
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 249706] Re: ssh-copy-id fails when run with colon (:)

2009-12-02 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/openssh

-- 
ssh-copy-id fails when run with colon (:)
https://bugs.launchpad.net/bugs/249706
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 416313] Re: On samba of ubuntu-arm, large file copy fails

2009-12-02 Thread Chuck Short
** Changed in: samba (Ubuntu)
   Status: New = Confirmed

-- 
On samba of ubuntu-arm, large file copy fails 
https://bugs.launchpad.net/bugs/416313
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 210175] Re: [openssh] [CVE-2008-1483] allows local users to hijack forwarded X connections

2009-12-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/dapper-security/openssh

** Branch linked: lp:ubuntu/edgy-updates/openssh

** Branch linked: lp:ubuntu/feisty-security/openssh

** Branch linked: lp:ubuntu/gutsy-security/openssh

-- 
[openssh] [CVE-2008-1483] allows local users to hijack forwarded X connections
https://bugs.launchpad.net/bugs/210175
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 119660] Re: Autofs should be reloaded when state of network interface changes

2009-12-02 Thread mbay2002
Thanks for upgrading... I should mention we're using in a university lab
setting with about 40 workstations for students whose accounts are
accessed via NIS... I've implemented the script fix so we're probably
okay...you're right this probably affects a relatively small number of
users...

-- 
Autofs should be reloaded when state of network interface changes
https://bugs.launchpad.net/bugs/119660
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs 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 416313] Re: On samba of ubuntu-arm, large file copy fails

2009-12-02 Thread Oliver Grawert
from teh last comment it is not really clear to me if thats a vfat or
actually a samba issue, since it doesnt seem to happen with different
other underlying filesystems but seems to only occur on vfat.

salil, if you use debians samba package, do you see the same behavior
wrt ext2/3/4 vs vfat ?

-- 
On samba of ubuntu-arm, large file copy fails 
https://bugs.launchpad.net/bugs/416313
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 491437] [NEW] Wrong URL port suggested for Landscape registration

2009-12-02 Thread Torsten Spindler
Public bug reported:

When using the services tab in the UEC webUI and registering with
Landscape, the 8443 port is suggested instead of the correct 8773.

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

-- 
Wrong URL port suggested for Landscape registration
https://bugs.launchpad.net/bugs/491437
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 491437] Re: Wrong URL port suggested for Landscape registration

2009-12-02 Thread ZhengPeng Hou
and also ssl shouldn't be used in suggested URL

-- 
Wrong URL port suggested for Landscape registration
https://bugs.launchpad.net/bugs/491437
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 490382] Re: eucalyptus-cc init script doesn't always clear /var/lib/eucalyptus/CC

2009-12-02 Thread Thierry Carrez
I meant Looks quite deterministic from here.
i.e. stop eucalyptus-cc CLEAN=1 always PASSed

-- 
eucalyptus-cc init script doesn't always clear /var/lib/eucalyptus/CC
https://bugs.launchpad.net/bugs/490382
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 490201] Re: samba fails to open shares because of fixed unknown password

2009-12-02 Thread ubername
I see this bug is marked as incomplete and due to be expired in 59 days.
Could someone help me to do whatever is necessary to resurrect it
possibly by letting me know what else is needed to change its status
from 'incomplete'?

-- 
samba fails to open shares because of fixed unknown password
https://bugs.launchpad.net/bugs/490201
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 484562] Re: apparmor prevents libvirt-vnc certificate from being read

2009-12-02 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.7.2-4ubuntu1

---
libvirt (0.7.2-4ubuntu1) lucid; urgency=low

  * Merge from debian testing. Remaining changes:
- debian/control:
  + Don't build-depend on QEmu
  + Bump bridge-utils, dnsmasq-base, netcat-openbsd, and iptables
to Depends of libvirt-bin
  + Recommends qemu-kvm (= 0.11.0-0ubuntu6)
  + Add versioned Conflicts/Replaces to libvirt0 for libvirt0-dbg,
since we used to ship them as such
  + We call libxen-dev libxen3-dev, so change all references
  + Build-Depends on libxml2-utils
  + Build-Depends on open-iscsi-utils instead of open-iscsi due to
LP: #414986
- debian/postinst:
  + rename the libvirt group to libvirtd
  + add each admin user to the libvirtd group
- debian/libvirt-bin.postrm: rename the libvirt group to libvirtd
- debian/rules: add DEB_MAKE_CHECK_TARGET := check
- debian/patches/900[0-7]: updated/refreshed for new paths in 0.7.2
- debian/patches/series: don't apply 0002-qemu-disable-network.diff.patch
- AppArmor integration:
  + debian/control: Build-Depends on libapparmor-dev and Suggests
apparmor (= 2.3+1289-0ubuntu14)
  + debian/libvirt-bin.dirs: add /etc/apparmor.d/abstractions,
/etc/apparmor.d/force-complain, /etc/apparmor.d/libvirt,
/etc/cron.daily and /usr/share/apport/package-hooks
  + add debian/libvirt-bin.cron.daily (LP: #438165)
  + add debian/libvirt-bin.apport
  + debian/libvirt-bin.install: install apparmor profiles, abstractions
and apport hook
  + debian/postinst: reload apparmor profiles
  + debian/libvirt-bin.postrm: remove apparmor symlinks on purge
  + debian/libvirt-bin.preinst: added to force complain on certain
upgrades
  + debian/README.Debian: add AppArmor section based on the upstream
documentation
  + debian/rules: use --with-apparmor and copy apparmor and apport hook to
debian/tmp
- Dropped the following patches now included upstream:
  + 0005-Close-logfile-fd-after-spawning-qemu.patch
  + 9090-reenable-nonfile-labels.patch
  + 9091-apparmor.patch
  + 9092-apparmor-autoreconf.patch
  * AppArmor integration updates:
- debian/apparmor/usr.sbin.libvirtd: allow libvirtd access to
  /usr/lib/libvirt/* (LP: #480478)
- debian/apparmor/libvirt-qemu: allow guests access to
  /etc/pki/libvirt-vnc/** (LP: #484562)
- debian/libvirt-bin.postinst: 0.7.2 moved /usr/bin/virt-aa-helper to
  /usr/lib/libvirt, so the profile changed from usr.bin.virt-aa-helper
  to usr.lib.libvirt.virt-aa-helper and needs to be migrated. If the user
  made no changes to the old profile, remove it, otherwise, update the
  paths, preserving the shipped usr.lib.libvirt.virt-aa-helper
- update to 0.7.4 version of the sVirt AppArmor driver (can be dropped in
  0.7.4):
  + debian/patches/9008-apparmor-caps-mockup.patch
  + debian/patches/9009-apparmor-lp453335.patch
  + debian/patches/9010-apparmor-lp460271.patch
  + debian/patches/9011-apparmor-code-cleanups.patch
- add virt-aa-helper-test and examples/apparmor that were omitted from the
  upstream tarball (can be dropped in 0.7.5):
  + debian/patches/9012-apparmor-add-virt-aa-helper-test.patch
  + debian/patches/9013-apparmor-examples.patch
  + debian/rules: add post-patches target to make virt-aa-helper-test
executable
  * debian/patches/0005-Fix-SELinux-linking-issues.patch: updated to work
when both apparmor and selinux are available. This patch should be
dropped in 0.7.4.
  * debian/patches/9007-default-config-test-case.patch: updated to not fail
if building in a deep directory
  * debian/patches/9014-event-fuzz.patch: add a little fuzz to not be quite
so precise with expected expiry time. Fixes FTBFS with HZ=100 kernels.
Can be dropped in 0.7.5.
  * debian/patches/9015-hal-startup-failure-is-nonfatal.patch: disable hal
driver if hald is not running instead of dying. Can be dropped in
0.7.4.
  * debian/control: temporarily remove Build-Depends on libcap-ng-dev, which
isn't available in Ubuntu main yet
  * revert change to new source format 3.0 (quilt) since Launchpad can't
handle it yet (see LP: #293106)

libvirt (0.7.2-4) unstable; urgency=low

  * [213ca47] switch to new source format 3.0 (quilt)
  * [f5a10e9] Depend on hal (Closes: #556730)
  * [7d1422d] Drop build-dep on libpolkit-dbus-dev (Closes: #549500)
  * [95ad85c] Depend on libcap-ng-dev for lxc driver.

libvirt (0.7.2-3) unstable; urgency=low

  * [2c0aa82] Fix qemu:///session Backported from upsgtream's
79218cdd9887b132eb0f29fe2048f89e90beae1 (Closes: #554869)

libvirt (0.7.2-2) unstable; urgency=low

  [ Laurent Léonard ]
  * [a9ea205] Change requirement of libvirt-bin in libvirt- suspendonreboot.
  * [a4db804] Update debian/patches/0006-Don-t-let-parent-of-daemon-

[Bug 480478] Re: libvirt's apparmor profile doesn't allow execution of /usr/lib/libvirt/libvirt_lxc

2009-12-02 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.7.2-4ubuntu1

---
libvirt (0.7.2-4ubuntu1) lucid; urgency=low

  * Merge from debian testing. Remaining changes:
- debian/control:
  + Don't build-depend on QEmu
  + Bump bridge-utils, dnsmasq-base, netcat-openbsd, and iptables
to Depends of libvirt-bin
  + Recommends qemu-kvm (= 0.11.0-0ubuntu6)
  + Add versioned Conflicts/Replaces to libvirt0 for libvirt0-dbg,
since we used to ship them as such
  + We call libxen-dev libxen3-dev, so change all references
  + Build-Depends on libxml2-utils
  + Build-Depends on open-iscsi-utils instead of open-iscsi due to
LP: #414986
- debian/postinst:
  + rename the libvirt group to libvirtd
  + add each admin user to the libvirtd group
- debian/libvirt-bin.postrm: rename the libvirt group to libvirtd
- debian/rules: add DEB_MAKE_CHECK_TARGET := check
- debian/patches/900[0-7]: updated/refreshed for new paths in 0.7.2
- debian/patches/series: don't apply 0002-qemu-disable-network.diff.patch
- AppArmor integration:
  + debian/control: Build-Depends on libapparmor-dev and Suggests
apparmor (= 2.3+1289-0ubuntu14)
  + debian/libvirt-bin.dirs: add /etc/apparmor.d/abstractions,
/etc/apparmor.d/force-complain, /etc/apparmor.d/libvirt,
/etc/cron.daily and /usr/share/apport/package-hooks
  + add debian/libvirt-bin.cron.daily (LP: #438165)
  + add debian/libvirt-bin.apport
  + debian/libvirt-bin.install: install apparmor profiles, abstractions
and apport hook
  + debian/postinst: reload apparmor profiles
  + debian/libvirt-bin.postrm: remove apparmor symlinks on purge
  + debian/libvirt-bin.preinst: added to force complain on certain
upgrades
  + debian/README.Debian: add AppArmor section based on the upstream
documentation
  + debian/rules: use --with-apparmor and copy apparmor and apport hook to
debian/tmp
- Dropped the following patches now included upstream:
  + 0005-Close-logfile-fd-after-spawning-qemu.patch
  + 9090-reenable-nonfile-labels.patch
  + 9091-apparmor.patch
  + 9092-apparmor-autoreconf.patch
  * AppArmor integration updates:
- debian/apparmor/usr.sbin.libvirtd: allow libvirtd access to
  /usr/lib/libvirt/* (LP: #480478)
- debian/apparmor/libvirt-qemu: allow guests access to
  /etc/pki/libvirt-vnc/** (LP: #484562)
- debian/libvirt-bin.postinst: 0.7.2 moved /usr/bin/virt-aa-helper to
  /usr/lib/libvirt, so the profile changed from usr.bin.virt-aa-helper
  to usr.lib.libvirt.virt-aa-helper and needs to be migrated. If the user
  made no changes to the old profile, remove it, otherwise, update the
  paths, preserving the shipped usr.lib.libvirt.virt-aa-helper
- update to 0.7.4 version of the sVirt AppArmor driver (can be dropped in
  0.7.4):
  + debian/patches/9008-apparmor-caps-mockup.patch
  + debian/patches/9009-apparmor-lp453335.patch
  + debian/patches/9010-apparmor-lp460271.patch
  + debian/patches/9011-apparmor-code-cleanups.patch
- add virt-aa-helper-test and examples/apparmor that were omitted from the
  upstream tarball (can be dropped in 0.7.5):
  + debian/patches/9012-apparmor-add-virt-aa-helper-test.patch
  + debian/patches/9013-apparmor-examples.patch
  + debian/rules: add post-patches target to make virt-aa-helper-test
executable
  * debian/patches/0005-Fix-SELinux-linking-issues.patch: updated to work
when both apparmor and selinux are available. This patch should be
dropped in 0.7.4.
  * debian/patches/9007-default-config-test-case.patch: updated to not fail
if building in a deep directory
  * debian/patches/9014-event-fuzz.patch: add a little fuzz to not be quite
so precise with expected expiry time. Fixes FTBFS with HZ=100 kernels.
Can be dropped in 0.7.5.
  * debian/patches/9015-hal-startup-failure-is-nonfatal.patch: disable hal
driver if hald is not running instead of dying. Can be dropped in
0.7.4.
  * debian/control: temporarily remove Build-Depends on libcap-ng-dev, which
isn't available in Ubuntu main yet
  * revert change to new source format 3.0 (quilt) since Launchpad can't
handle it yet (see LP: #293106)

libvirt (0.7.2-4) unstable; urgency=low

  * [213ca47] switch to new source format 3.0 (quilt)
  * [f5a10e9] Depend on hal (Closes: #556730)
  * [7d1422d] Drop build-dep on libpolkit-dbus-dev (Closes: #549500)
  * [95ad85c] Depend on libcap-ng-dev for lxc driver.

libvirt (0.7.2-3) unstable; urgency=low

  * [2c0aa82] Fix qemu:///session Backported from upsgtream's
79218cdd9887b132eb0f29fe2048f89e90beae1 (Closes: #554869)

libvirt (0.7.2-2) unstable; urgency=low

  [ Laurent Léonard ]
  * [a9ea205] Change requirement of libvirt-bin in libvirt- suspendonreboot.
  * [a4db804] Update debian/patches/0006-Don-t-let-parent-of-daemon-

[Bug 490466] Re: [armel] unrecognizable insn with -mthumb

2009-12-02 Thread Dave Martin
Patch posted upstream which should hopefully fix this:

http://gcc.gnu.org/ml/gcc-patches/2009-12/msg00118.html

-- 
[armel] unrecognizable insn with -mthumb
https://bugs.launchpad.net/bugs/490466
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 491481] [NEW] package tomcat6 6.0.20-2ubuntu2 failed to install/upgrade: el subproceso script post-installation instalado devolvi? el c?digo de salida de error 1

2009-12-02 Thread juanjo
Public bug reported:

Binary package hint: tomcat6

error tomcat server

ProblemType: Package
Architecture: i386
Date: Wed Dec  2 17:19:39 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: el subproceso script post-installation instalado devolvió el 
código de salida de error 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
NonfreeKernelModules: nvidia
Package: tomcat6 6.0.20-2ubuntu2
PackageArchitecture: all
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: tomcat6
Title: package tomcat6 6.0.20-2ubuntu2 failed to install/upgrade: el subproceso 
script post-installation instalado devolvió el código de salida de error 1
Uname: Linux 2.6.31-15-generic i686

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


** Tags: apport-package i386

-- 
package tomcat6 6.0.20-2ubuntu2 failed to install/upgrade: el subproceso script 
post-installation instalado devolvi? el c?digo de salida de error 1
https://bugs.launchpad.net/bugs/491481
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 list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 491481] Re: package tomcat6 6.0.20-2ubuntu2 failed to install/upgrade: el subproceso script post-installation instalado devolvi? el c?digo de salida de error 1

2009-12-02 Thread juanjo

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/36340206/AptOrdering.txt

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

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/36340208/Dmesg.txt

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

-- 
package tomcat6 6.0.20-2ubuntu2 failed to install/upgrade: el subproceso script 
post-installation instalado devolvi? el c?digo de salida de error 1
https://bugs.launchpad.net/bugs/491481
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 list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 490664] Re: Samba stopped working between 9.10 LiveCD and current installed system.

2009-12-02 Thread rozen
I tried using the IP address as you asked.

from MacOS:  smbclient //192.168.0.30/rozen  works giving me a working
prompt.  I don't know how to make finder use the IP address instead of
the name.

from XP: I am able to attach the share using \\192.168.0.30\rozen as my
w: disk and access the files.

-- 
Samba stopped working between 9.10 LiveCD and current installed system.
https://bugs.launchpad.net/bugs/490664
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


Re: [Bug 416313] Re: On samba of ubuntu-arm, large file copy fails

2009-12-02 Thread Salil
Apologies for not being clear and informative in the previous comment.

Yes even in the debian samba package, the error is seen for vfat only - not
for ext2/3.

My preliminary opinion is that the issue is with respect to the way samba is
currently handling large file transfers for vfat file systems and hence not
necessarily a vfat issue.
But as it is seen only on ARM platform, maybe something going haywire while
handling large files because of some ARM specific peculiarities like
alignment issues etc.?

Regards,
Salil

On Wed, Dec 2, 2009 at 7:42 AM, Oliver Grawert o...@ubuntu.com wrote:

 from teh last comment it is not really clear to me if thats a vfat or
 actually a samba issue, since it doesnt seem to happen with different
 other underlying filesystems but seems to only occur on vfat.

 salil, if you use debians samba package, do you see the same behavior
 wrt ext2/3/4 vs vfat ?

 --
 On samba of ubuntu-arm, large file copy fails
 https://bugs.launchpad.net/bugs/416313
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “samba” package in Ubuntu: Confirmed

 Bug description:
 Binary package hint: samba

 I am using ubuntu-arm on Sheevaplug platform - Jaunty-9.04 - A samba share
 is exported, I can access it fine from windows copy/paste  small sized files
 easily. But when I try to copy a larger sized file, greater than 100 M or
 so, the copy fails after a minute or so saying 'Network Name is no longer
 available'. Now the copying is still going on in the background - because I
 can see the size of the file increasing via console on the sheevaplug.  I
 have fair reason to believe that this might be the call to ftruncate() which
 is taking a lot of time. So a way out might be to compile samba again with
 'enable large-file' support of something similar.
 Right now it appears to be broken.


-- 
On samba of ubuntu-arm, large file copy fails 
https://bugs.launchpad.net/bugs/416313
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 456602] Re: libvirtError: operation failed: could not query memory balloon allocation

2009-12-02 Thread Steve Beattie
** Tags added: karmic regression-release
** Tags removed: regression-potential

-- 
libvirtError: operation failed: could not query memory balloon allocation
https://bugs.launchpad.net/bugs/456602
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 491084] Re: Object get requests will non determinstically fail (with the rightaws library)

2009-12-02 Thread Neil Soman
Fixed correctly in revno 1085 (1084 caused a regression in inline get).

-- 
Object get requests will non determinstically fail (with the rightaws library)
https://bugs.launchpad.net/bugs/491084
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 491271] [NEW] testparm changes syntax

2009-12-02 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Testparm strips out rems and checks syntax, but it converts browseable
to browsable.  Is this significant?

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

-- 
testparm changes syntax
https://bugs.edge.launchpad.net/bugs/491271
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 491271] Re: testparm changes syntax

2009-12-02 Thread Brian Murray
Thank you for taking the time to report this bug and helping to make
Ubuntu better. This bug did not have a package associated with it, which
is important for ensuring that it gets looked at by the proper
developers.  You can learn more about finding the right package at
https://wiki.ubuntu.com/Bugs/FindRightPackage.  I have classified this
bug as a bug in samba.

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = samba (Ubuntu)

-- 
testparm changes syntax
https://bugs.launchpad.net/bugs/491271
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 491271] Re: testparm changes syntax

2009-12-02 Thread Chuck Short
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Unfortunately, we can't fix it because your description didn't include 
enough information.  You may find it helpful to read How to report bugs 
effectively http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be 
grateful if you would then provide a more complete description of the problem.  
We have instructions on debugging some types of problems at 
http://wiki.ubuntu.com/DebuggingProcedures.
At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks!

When reporting bugs in the future please use apport, either via the
appropriate application's Help - Report a Problem menu or using
'ubuntu-bug' and the name of the package affected.  You can learn more
about this functionality at https://wiki.ubuntu.com/ReportingBugs.

** Changed in: samba (Ubuntu)
   Importance: Undecided = Low

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

-- 
testparm changes syntax
https://bugs.launchpad.net/bugs/491271
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 257682] Re: dig compiled without -DDIG_SIGCHASE!

2009-12-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/hardy-updates/bind9

-- 
dig compiled without -DDIG_SIGCHASE!
https://bugs.launchpad.net/bugs/257682
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 490380] Re: Please change the default permissions on SMB shares

2009-12-02 Thread Fabio Bossi
What do you mean? Is this the wrong package?

Maybe you mean that this is not a bug? I thought that when you create a
share between two Windows PCs, you don't have to be Administrator if you
want to access the files that were created inside the share by a remote
user. Couldn't this frustrate newcomers?

-- 
Please change the default permissions on SMB shares
https://bugs.launchpad.net/bugs/490380
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 490201] Re: samba fails to open shares because of fixed unknown password

2009-12-02 Thread garvinrick4
Have had same:3 ubuntu 9.10 and 2 Windows 1 Windows 7 and 1 Windows Vista 
all networked and working properly.
Upgraded to Lucid on 1 of the 9.10 and in that version when went into network 
saw Workgroup Icon when selected
password and authentication window nothing from there.
  All other versions see other Computes and their partitions on opening network 
and also a icon for Workgroup.
Any part of Samba.conf or any other file and I will be glad to post. Let me 
know what you would like posted.

Seems to be quite a few with same identical problem on Lucid upgrade. No
doubt an issue.

-- 
samba fails to open shares because of fixed unknown password
https://bugs.launchpad.net/bugs/490201
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 491623] [NEW] ndiff crashes when its called with not nmap files

2009-12-02 Thread Johannes
Public bug reported:

Binary package hint: nmap

steps to reproduce:
no...@neo:~/tmp/c$cat foo  cat bar
1
2
no...@neo:~/tmp/c$ndiff foo bar
Traceback (most recent call last):
  File /usr/bin/ndiff, line 1036, in module
main()
  File /usr/bin/ndiff, line 1024, in main
scan_a.load_from_file(filename_a)
  File /usr/bin/ndiff, line 56, in load_from_file
self.load(f)
  File /usr/bin/ndiff, line 50, in load
parser.parse(f)
  File /usr/lib/python2.6/xml/sax/expatreader.py, line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
  File /usr/lib/python2.6/xml/sax/xmlreader.py, line 123, in parse
self.feed(buffer)
  File /usr/lib/python2.6/xml/sax/expatreader.py, line 211, in feed
self._err_handler.fatalError(exc)
  File /usr/lib/python2.6/xml/sax/handler.py, line 38, in fatalError
raise exception
xml.sax._exceptions.SAXParseException: foo:1:0: syntax error

im missing some errormessages if ndiff is called with files in the wrong
format.

ProblemType: Bug
Architecture: i386
Date: Wed Dec  2 23:11:33 2009
DistroRelease: Ubuntu 9.10
Package: nmap 5.00-2
ProcEnviron:
 LANGUAGE=de_DE.UTF-8
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: nmap
Uname: Linux 2.6.31-15-generic i686

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


** Tags: apport-bug i386

-- 
ndiff crashes when its called with not nmap files
https://bugs.launchpad.net/bugs/491623
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap 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 491623] Re: ndiff crashes when its called with not nmap files

2009-12-02 Thread Johannes

** Attachment added: ndiff.patch
   http://launchpadlibrarian.net/36350506/ndiff.patch

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

-- 
ndiff crashes when its called with not nmap files
https://bugs.launchpad.net/bugs/491623
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap 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 490201] Re: samba fails to open shares because of fixed unknown password

2009-12-02 Thread garvinrick4
 2.6.31-15-generic #50-Ubuntu SMP Tue Nov 10 14:53:52 UTC 2009 x86_64 GNU/Linux
Ubuntu 10.04 Lucid

HP-G71-34OUS
Intel Mobile 4 Series Chipset Memory controller Hub (revision 07)
Subsystem: Hewlett-Packard Company Device 306b
Intel Corporation 82801I (ICH9 Family)

Downloaded samba-gdb file and in usr/bin/gdb  would not open for info.
Any other file please inform.

-- 
samba fails to open shares because of fixed unknown password
https://bugs.launchpad.net/bugs/490201
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 491623] Re: ndiff crashes when its called with not nmap files

2009-12-02 Thread Johannes
i made a mistake with the file ndiff.patch. its just the diff file.
the path is this attachment now.

** Attachment added: ndiff.patch
   http://launchpadlibrarian.net/36350932/ndiff.patch

** Attachment removed: ndiff.patch
   http://launchpadlibrarian.net/36350506/ndiff.patch

-- 
ndiff crashes when its called with not nmap files
https://bugs.launchpad.net/bugs/491623
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap 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 491639] [NEW] instalation fail in folder

2009-12-02 Thread drchaos
Public bug reported:

installation /setup configuration failed.

problems looking for file or resource under /usr/sbin/mysqld
which looks like a file not a directory.

ProblemType: Package
Architecture: i386
Date: Wed Dec  2 17:14:57 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Xubuntu 9.10 Karmic Koala - Release i386 (20091028.3)
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['mysql', 'debian-5.1.flag', 'ibdata1', 'ib_logfile0', 
'ib_logfile1']
Package: mysql-server-5.1 5.1.37-1ubuntu5
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.37-1ubuntu5 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-package i386

-- 
instalation fail in folder 
https://bugs.launchpad.net/bugs/491639
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 491639] Re: instalation fail in folder

2009-12-02 Thread drchaos

** Attachment added: .etc.apparmor.d.usr.sbin.mysqld.txt
   http://launchpadlibrarian.net/36351345/.etc.apparmor.d.usr.sbin.mysqld.txt

** Attachment added: AptOrdering.txt
   http://launchpadlibrarian.net/36351346/AptOrdering.txt

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

** Attachment added: Dmesg.txt
   http://launchpadlibrarian.net/36351348/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/36351349/DpkgTerminalLog.txt

** Attachment added: Logs.var.log.daemon.log.txt
   http://launchpadlibrarian.net/36351350/Logs.var.log.daemon.log.txt

** Attachment added: Logs.var.log.kern.log.txt
   http://launchpadlibrarian.net/36351351/Logs.var.log.kern.log.txt

** Attachment added: MySQLConf.etc.mysql.my.cnf.txt
   http://launchpadlibrarian.net/36351352/MySQLConf.etc.mysql.my.cnf.txt

-- 
instalation fail in folder 
https://bugs.launchpad.net/bugs/491639
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 491254] Re: eucalyptus CLEAN=1 should also be supported in start

2009-12-02 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu Karmic)
   Importance: Undecided
   Status: New

** Also affects: eucalyptus (Ubuntu Lucid)
   Importance: Wishlist
 Assignee: Dustin Kirkland (kirkland)
   Status: Triaged

** Changed in: eucalyptus (Ubuntu Karmic)
   Status: New = In Progress

** Changed in: eucalyptus (Ubuntu Karmic)
   Importance: Undecided = High

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Triaged = In Progress

** Changed in: eucalyptus (Ubuntu Lucid)
   Importance: Wishlist = High

** Changed in: eucalyptus (Ubuntu Karmic)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

** Changed in: eucalyptus (Ubuntu Karmic)
Milestone: None = karmic-updates

-- 
eucalyptus CLEAN=1 should also be supported in start
https://bugs.launchpad.net/bugs/491254
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 490382] Re: eucalyptus-cc init script doesn't always clear /var/lib/eucalyptus/CC

2009-12-02 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Karmic)
   Status: Triaged = In Progress

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Triaged = In Progress

** Changed in: eucalyptus (Ubuntu Karmic)
   Importance: Medium = High

** Changed in: eucalyptus (Ubuntu Lucid)
   Importance: Medium = High

-- 
eucalyptus-cc init script doesn't always clear /var/lib/eucalyptus/CC
https://bugs.launchpad.net/bugs/490382
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 490382] Re: eucalyptus-cc init script doesn't always clear /var/lib/eucalyptus/CC

2009-12-02 Thread Dustin Kirkland
*** This bug is a duplicate of bug 491254 ***
https://bugs.launchpad.net/bugs/491254

** This bug has been marked a duplicate of bug 491254
   eucalyptus CLEAN=1 should also be supported in start

-- 
eucalyptus-cc init script doesn't always clear /var/lib/eucalyptus/CC
https://bugs.launchpad.net/bugs/490382
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 491623]

2009-12-02 Thread Brian Murray
Thank you for providing a patch for this bug report. This particular
package is synchronized with Debian so it would be quite helpful if you
were to forward the patch to the Debian bug tracker.  You can learn more
about how to use the Debian bug tracker at
https://wiki.ubuntu.com/Debian/Bugs.  After you've forwarded the bug
report and patch please add a bug watch, following the procedure at
http://wiki.ubuntu.com/Bugs/Watches, so we can track the progress of the
upstream bug report.

-- 
ndiff crashes when its called with not nmap files
https://bugs.launchpad.net/bugs/491623
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nmap 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 491254] Re: eucalyptus CLEAN=1 should also be supported in start

2009-12-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu

-- 
eucalyptus CLEAN=1 should also be supported in start
https://bugs.launchpad.net/bugs/491254
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 461156] Re: User data is not parsed correctly by Eucalyptus in some cases

2009-12-02 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Karmic)
   Status: In Progress = Fix Committed

-- 
User data is not parsed correctly by Eucalyptus in some cases
https://bugs.launchpad.net/bugs/461156
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 460085] Re: memory leak; rampart_context not freed (memory leaked per connection)

2009-12-02 Thread Dustin Kirkland
Dan/Thierry-

I just uploaded a package to karmic-proposed containing the eucalyptus
r946 fix.

Could one of you guys help draft the SRU testing notes and put that into
the bug description?  Thanks.

** Changed in: eucalyptus (Ubuntu Karmic)
   Status: Triaged = Fix Committed

-- 
memory leak; rampart_context not freed (memory leaked per connection)
https://bugs.launchpad.net/bugs/460085
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 491254] Re: eucalyptus CLEAN=1 should also be supported in start

2009-12-02 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/eucalyptus/ubuntu-karmic

-- 
eucalyptus CLEAN=1 should also be supported in start
https://bugs.launchpad.net/bugs/491254
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 491254] Re: eucalyptus CLEAN=1 should also be supported in start

2009-12-02 Thread Dustin Kirkland
** Description changed:

  CLEAN=1 support has been implemented as part of bug 460089, to avoid
  cleaning up the CC network state at each restart. A CLEAN=1 option was
  added to the post-stop in eucalyptus-cc.conf. A similar option should be
  added to the pre-start so that CLEAN=1 is also supported at start. That
  will mimic what the eucalyptus init script provides (cleanstart and
  cleanstop).
+ 
+ ===
+ SRU Testing
+ 
+ MINIMAL PATCH:
+ 
http://bazaar.launchpad.net/~ubuntu-core-dev/eucalyptus/ubuntu-karmic/revision/727
+ 
+ IMPACT:
+  When we converted the Eucalyptus init scripts to upstart jobs, we lost some 
functionality.  The initscripts supported a few additional actions, namely: 
cleanstop, cleanstart, cleanrestart.  These clean action would actually clear 
out the CC's state from /var/lib/eucalyptus/CC.  We should *not* do this in the 
default case, but we *should* provide a convenient, documented mechanism for 
administrators to do the clean restart process.  This update adds that 
functionality.
+ 
+ TEST CASE:
+  After installing/upgrading the -proposed eucalyptus packages:
+  1) Open a window on the CLC/CC, and watch the contents of 
/var/lib/eucalyptus/CC:
+   $ watch -n1 sudo ls -alF /var/lib/eucalyptus/CC
+  2) Perform each of the following actions, ensuring that the files in 
/var/lib/eucalyptus/CC are NOT removed:
+   $ sudo restart eucalyptus
+   $ sudo stop eucalyputs
+   $ sudo start eucalyptus
+   $ sudo restart eucalyptus-cc
+   $ sudo stop eucalyptus-cc
+   $ sudo start eucalyputs-cc
+  3) Now perform each of the following actions, ensure that the files in 
/var/lib/eucalyptus/CC ARE in fact removed at each operation:
+   $ sudo restart eucalyptus CLEAN=1
+   $ sudo stop eucalyputs CLEAN=1
+   $ sudo start eucalyptus CLEAN=1
+   $ sudo restart eucalyptus-cc CLEAN=1
+   $ sudo stop eucalyptus-cc CLEAN=1
+   $ sudo start eucalyputs-cc CLEAN=1
+ 
+ REGRESSION POTENTIAL:
+ Regression potential is rather low.  The behavior is only changed when 
CLEAN=1 is passed to any of the eucalyptus scripts.  We have only recently 
documented this behavior.  It is intended to restore some functionality that 
was lost as of 9.10 GA when the eucalyptus init scripts were replaced by 
upstart jobs.
+ ===

** Changed in: eucalyptus (Ubuntu Karmic)
   Status: In Progress = Fix Committed

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: In Progress = Fix Committed

-- 
eucalyptus CLEAN=1 should also be supported in start
https://bugs.launchpad.net/bugs/491254
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 487270] Re: improve wsdl stubs generation

2009-12-02 Thread Dustin Kirkland
Dan Nurmi indicated that the carried patch could be eliminated, and
instead generated at build time if some axis2 (??) package were in main
instead of universe, and eucalyptus could build-depend on it, rather
than the eucalyptus package maintainer installing this universe package
on his local system and generating the patch.

I'm still learning about this WSDL-stubs issue, but I'm trying to
document my understanding here in this bug.

Looking through the archive for what package Dan is talking about ---

$ apt-cache search axis2 | awk '{print $1}' | xargs -i apt-cache show {} | grep 
Filename
Filename: pool/main/a/axis2c/libapache2-mod-axis2c_1.6.0-0ubuntu7_amd64.deb
Filename: pool/main/a/axis2c/libaxis2c-dev_1.6.0-0ubuntu7_amd64.deb
Filename: pool/main/a/axis2c/libaxis2c-doc_1.6.0-0ubuntu7_all.deb
Filename: pool/main/a/axis2c/libaxis2c0_1.6.0-0ubuntu7_amd64.deb
Filename: pool/main/r/rampart/librampart-doc_1.3.0-0ubuntu5_amd64.deb
Filename: pool/universe/a/axis2c/libaxis2c-bin_1.6.0-0ubuntu7_amd64.deb 

Filename: pool/main/r/rampart/librampart0_1.3.0-0ubuntu5_amd64.deb
Filename: pool/main/r/rampart/librampart-dev_1.3.0-0ubuntu5_amd64.deb

I only see one axis2c-related package that's in universe, libaxis2c-bin.

Is it not possible/practical to get this package promoted to Main for
Lucid?  Thierry, do you know?

** Changed in: eucalyptus (Ubuntu)
   Status: Triaged = Incomplete

-- 
improve wsdl stubs generation
https://bugs.launchpad.net/bugs/487270
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 306134] Re: package snmpd 5.4.1~dfsg-7.1ubuntu6.1 failed to install/upgrade: subprocess post-installation script returned error exit status 127

2009-12-02 Thread Kamus
We are closing this bug report because it lacks the information we need
to investigate the problem. Please reopen it if you encounter that this
issue is still occurring in latest Ubuntu Karmic version. To reopen the
bug report you can click under the Status column, and change the Status
back to New. Thanks again!

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

-- 
package snmpd 5.4.1~dfsg-7.1ubuntu6.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 127
https://bugs.launchpad.net/bugs/306134
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


Re: [Bug 460871] Re: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2009-12-02 Thread DFrye333
Output of ls -ld /ur/share/samba/ /etc/alternatives:

drwxr-xr-x 2 root root 12288 2009-11-03 19:19 /etc/alternatives / 
drwxr-xr-x 2 root root 4096 2009-11-03 19:01 /usr/share/samba/ 

Output of mount:

/dev/sda5 on / type ext3 (rw,relatime,errors=remount-ro) 
proc on /proc type proc (rw) 
none on /sys type sysfs (rw,noexec,nosuid,nodev) 
none on /sys /fs/fuse/connections type fusectl (rw) 
none on /sys/kernel/debug type debugfs (rw) 
none on /sys/kernel/security type securityfs (rw) 
udev on /dev type tmpfs (rw,mode=0755) 
none on /dev/pts type devpts (rw,noexec,nosuid, gid=5,mode=0620) 
none on /dev/shm type tmpfs (rw,nosuid,nodev) 
none on /var/run type tmpfs (rw,nosuid,mode=0755) 
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev) 
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755) 
binfmit_misc on /proc/sys/fs/binfmt_misc type binfmt_misc 
(rw,noexec,nosuid,nodev) 
gvfs-fuse-daemon on /home/blackdeath3/.gvfs type fuse.gvfs-fuse-daemon 
(rw,nosuid,nodev,user=blackdeath3) 

That was all typed in by hand, as I'm a relatively new Linux user still
multibooting with Windows. Is there any sort of copy-paste that I can
use with the terminal? Or is it something that needs to be typed by
hand?


- Original Message - 
From: Soren Hansen so...@ubuntu.com 
To: davedude...@comcast.net 
Sent: Tuesday, October 27, 2009 6:40:22 AM GMT -08:00 US/Canada Pacific 
Subject: [Bug 460871] Re: package samba-common 2:3.3.2-1ubuntu3.1 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
2 

Can you provide the output of the following commands, please?

ls -ld /usr/share/samba/ /etc/alternatives/ 
mount 

Thank you.

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

** Changed in: samba (Ubuntu) 
Importance: Undecided = Medium 

-- 
package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 2 
https://bugs.launchpad.net/bugs/460871 
You received this bug notification because you are a direct subscriber 
of the bug. 

Status in “samba” package in Ubuntu: Incomplete

Bug description: 
Binary package hint: samba 

Ubuntu 9.04 
Expected - clicked on update in the top bar above the desktop, expected update. 

ProblemType: Package 
Architecture: amd64 
DistroRelease: Ubuntu 9.04 
ErrorMessage: subprocess post-installation script returned error exit status 2 
NonfreeKernelModules: nvidia 
Package: samba-common 2:3.3.2-1ubuntu3.1 
SourcePackage: samba 
Title: package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: 
subprocess post-installation script returned error exit status 2 
Uname: Linux 2.6.28-15-generic x86_64

-- 
package samba-common 2:3.3.2-1ubuntu3.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/460871
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 462169] Re: nmbd dies on startup when network interfaces are not up yet

2009-12-02 Thread Marco
Update was done. Bug not solved.

-- 
nmbd dies on startup when network interfaces are not up yet
https://bugs.launchpad.net/bugs/462169
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 480617] Re: dpkg-reconfigure samba fails with sed error

2009-12-02 Thread Marco
LANG=C don't help.

-- 
dpkg-reconfigure samba fails with sed error
https://bugs.launchpad.net/bugs/480617
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


[Blueprint ldap-defaultdit-usergrp-mgmt] Default LDAP DIT for user and group managment

2009-12-02 Thread Mathias Gug
Blueprint changed by Mathias Gug:

Drafter: Mathias Gug = (none)

-- 
  Default LDAP DIT for user and group managment
  https://blueprints.launchpad.net/ubuntu/+spec/ldap-defaultdit-usergrp-mgmt

-- 
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 448674] Re: VM is suspended after live migrate in Karmic

2009-12-02 Thread Jordan Desroches
Some host and guest updates ago, the suspend/resume worked on my Karmic
64 hosts with a variety of guests, including Window 2008 R2, Windows XP
and various Ubuntu releases. Now, when I try to suspend and resume, upon
resume, the machine reboots instead of resuming.

virsh # version
Compiled against library: libvir 0.7.0
Using library: libvir 0.7.0
Using API: QEMU 0.7.0
Running hypervisor: QEMU 0.11.0

$ uname -a
Linux kvm1 2.6.31-15-server #50-Ubuntu SMP Tue Nov 10 15:50:36 UTC 2009 x86_64 
GNU/Linux

-- 
VM is suspended after live migrate in Karmic
https://bugs.launchpad.net/bugs/448674
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 490664] Re: Samba stopped working between 9.10 LiveCD and current installed system.

2009-12-02 Thread Thierry Carrez
So the problem is in your name resolution setup. The XP and MacOS
machines are set up in a way that atlas is not resolved to
192.168.0.30. Try ping atlas on those and see if it works ?

-- 
Samba stopped working between 9.10 LiveCD and current installed system.
https://bugs.launchpad.net/bugs/490664
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