[Bug 561750] Re: squid starts and stops immediately (after upgrade from karmic to lucid)

2010-04-14 Thread Ernst Kloppenburg
I have an ethernet interface with a static IP address, there is no
traffic routed to the internet over this interface.

Secondly there is a dsl-connection (pppoe) that provides the route to
the internet.

See also attached file /etc/network/interfaces

But I also have changed /etc/default/squid to prevent squid from doing
the DNS tests during start (there are no error messages in
/var/log/squid attached earlier).


** Attachment added: /etc/network/interfaces
   http://launchpadlibrarian.net/44118835/interfaces

-- 
squid starts and stops immediately (after upgrade from karmic to lucid)
https://bugs.launchpad.net/bugs/561750
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 561750] Re: squid starts and stops immediately (after upgrade from karmic to lucid)

2010-04-14 Thread Ernst Kloppenburg

** Attachment added: /etc/default/squid
   http://launchpadlibrarian.net/44118845/squid

-- 
squid starts and stops immediately (after upgrade from karmic to lucid)
https://bugs.launchpad.net/bugs/561750
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 561750] Re: squid starts and stops immediately (after upgrade from karmic to lucid)

2010-04-14 Thread Ernst Kloppenburg
$ grep squid /var/log/syslog
Apr 14 07:38:33 rechner6 init: squid main process (1086) killed by HUP signal


$ grep init: /var/log/syslog
Apr 14 07:38:33 rechner6 init: squid main process (1086) killed by HUP signal
Apr 14 07:38:33 rechner6 init: ssh main process (1095) terminated with status 
255
Apr 14 07:38:35 rechner6 init: anacron main process (1296) killed by TERM signal
Apr 14 07:38:35 rechner6 init: plymouth-stop pre-start process (2288) 
terminated with status 1

-- 
squid starts and stops immediately (after upgrade from karmic to lucid)
https://bugs.launchpad.net/bugs/561750
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to squid 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 561511] Re: eucalyptus NC doesn't recognize cache site

2010-04-14 Thread Thomy23
thats strange, after i started the first instance on this NC (it doesn't
start due to errors) and restarted Eucalyptus-NC, this error went away
and now i have in my nc.log


...
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] NC is looking for configuration 
in //etc/eucalyptus/eucalyptus.conf
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] sem_alloc(): cleaning up old 
semaphore eucalyptus-nc-semaphore
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] sem_alloc(): cleaning up old 
semaphore eucalyptus-nc-inst-semaphore
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] sem_alloc(): cleaning up old 
semaphore eucalyptus-storage-semaphore
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] SC is looking for configuration 
in //etc/eucalyptus/eucalyptus.conf
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] euca_init_cert(): using file 
//var/lib/eucalyptus/keys/node-cert.pem
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] euca_init_cert(): using file 
//var/lib/eucalyptus/keys/node-pk.pem
[Wed Apr 14 08:29:14 2010][020746][EUCADEBUG ] doInitialized() invoked
[Wed Apr 14 08:29:14 2010][020746][EUCADEBUG ] system_output(): 
[//usr/lib/eucalyptus/euca_rootwrap //usr/share/eucalyptus/get_sys_info]
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] Using 4 cores
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] Using 24476 memory
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] looking for existing domains
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] no currently running domains to 
adopt
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] checking the integrity of 
instances directory (/var/lib/eucalyptus/instances)
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] checking the integrity of the 
cache directory (/var/lib/eucalyptus/instances/eucalyptus/cache)
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] - cached image eri-0923114F 
directory, size=3870627
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] - cached image eki-F4AC10DE 
directory, size=3942356
[Wed Apr 14 08:29:14 2010][020746][EUCAINFO  ] Maximum disk available = 439068 
(under /var/lib/eucalyptus/instances)

-- 
eucalyptus NC doesn't recognize cache site
https://bugs.launchpad.net/bugs/561511
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 423252] Re: NSS using LDAP on Karmic breaks 'su' and 'sudo'

2010-04-14 Thread Bolesław Tokarski
Yes, the problem went away, when I installed libldap, which I compiled
with openssl.

apt-get source libldap
Edit openldap-2.4.21/debian/configure.options to change --with-tls=gnutls to 
--with-tls=openssl
(do not forget to install the libssl-dev package and build-depends for openldap)
debian/rules binary-arch

That solves the problem on Karmic. I hope it is going to be solved on
the LTS. I was intending to use that for corporate workstations. The
fewer manual modifications the better.

I do not know if this solution would be acceptable for Debian, due to
some license concerns.

-- 
NSS using LDAP on Karmic breaks 'su' and 'sudo'
https://bugs.launchpad.net/bugs/423252
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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 561485] Re: Mounting CIFS folder i can only have READ ONLY access

2010-04-14 Thread launchpad99
There is no dmesg output after i run the Mount command. I check dmesg
before and after mounting, and no dmesg new lines.

Moreover: In nautilus, when i right click the mouse i see greyed out all
the new document, new folder, paste etc options.

Moreover: mouting the share through Resources/Mount in gnome, then i have 
correct permissions on the content
of the share.

If more infos are needed, just let me know.
Regards

-- 
Mounting CIFS folder i can only have READ ONLY access
https://bugs.launchpad.net/bugs/561485
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 559628] Re: yust another apparmor-message

2010-04-14 Thread Michael Fritscher
current from lucid beta: Version: 1:4.2.4p8+dfsg-1ubuntu2

-- 
yust another apparmor-message
https://bugs.launchpad.net/bugs/559628
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 545426] Re: SDL support broken when using apparmor

2010-04-14 Thread Ancoron Luziferis
Oh well, I see. Sorry I misunderstood some things here.

-- 
SDL support broken when using apparmor
https://bugs.launchpad.net/bugs/545426
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 559230] Re: multi-machine topology, cannot reach an instance from the CLC

2010-04-14 Thread Thierry Carrez
Some more information about the network configuration on the CC and the
NC could help to compare our working systems with the failing one:

ip address show
sysctl -n net.ipv4.ip_forward

Could it be linked to the metadata service vs. vlan issue that mathiaz
reported ?

-- 
multi-machine topology, cannot reach an instance from the CLC
https://bugs.launchpad.net/bugs/559230
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 423252] Re: NSS using LDAP on Karmic breaks 'su' and 'sudo'

2010-04-14 Thread Hark
I can confirm that this is a show stopper for lots of companies. For
example in the company where I work we are planning to upgrade lots of
machines from Hardy to Lucid, but this won't happen before this bug has
been solved. And I don't expect we are going to compile ldap with a
custom option on each server.

By the way I don't understand the fun of GnuTLS. It has caused us a lot
of trouble in the past. Was licensing the only reason to replace
openssl?

-- 
NSS using LDAP on Karmic breaks 'su' and 'sudo'
https://bugs.launchpad.net/bugs/423252
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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] [NEW] module drbd8 update kernel from 2.6.32-16 to 2.6.32-20

2010-04-14 Thread Gaëtan Ferez
Public bug reported:

I have installed drbd8-utils on Ubuntu Lucid 10.04 beta 1.
 After updating the kernel to 2.6.32-20-generic, the module drbd can't be 
loaded.
I have an error during the load :

FATAL: Error inserting drbd
(/lib/modules/2.6.32-20-generic/updates/dkms/drbd.ko): Invalid module
format

Dmesg :

[  190.376039] drbd: disagrees about version of symbol module_layout

When i update the kernel, i can just see in the log :

ubuntu-laptop dkms_autoinstaller: drbd8 (8.3.7): Installing module on
kernel 2.6.32-20-generic.

I think that the problem results from dkms program

ProblemType: Bug
Architecture: i386
Date: Wed Apr 14 09:47:41 2010
DistroRelease: Ubuntu 10.04
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100318)
Package: drbd8-utils 2:8.3.7-1ubuntu1
ProcEnviron:
 LANG=fr_FR.utf8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.32-20.30-generic 2.6.32.11+drm33.2
SourcePackage: drbd8
Uname: Linux 2.6.32-20-generic i686

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


** Tags: apport-bug i386 lucid

-- 
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: module drbd8 update kernel from 2.6.32-16 to 2.6.32-20

2010-04-14 Thread Gaëtan Ferez

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

-- 
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 562750] Re: Apache2 wont start, missing lib - 10.04

2010-04-14 Thread Andrew Mitchell
Could you test this with apache2 2.2.14-5ubuntu8? A fix for this problem
should be in that version.

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

-- 
Apache2 wont start, missing lib - 10.04
https://bugs.launchpad.net/bugs/562750
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 423252] Re: NSS using LDAP on Karmic breaks 'su' and 'sudo'

2010-04-14 Thread Olberd
Why would openssl be a problem?
It is included in debian http://packages.debian.org/sid/openssl

-- 
NSS using LDAP on Karmic breaks 'su' and 'sudo'
https://bugs.launchpad.net/bugs/423252
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap 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 562746] Re: Apache2 wont start, missing lib - 10.04

2010-04-14 Thread Thierry Carrez
*** This bug is a duplicate of bug 562750 ***
https://bugs.launchpad.net/bugs/562750

** This bug has been marked a duplicate of bug 562750
   Apache2 wont start, missing lib - 10.04

-- 
Apache2 wont start, missing lib - 10.04
https://bugs.launchpad.net/bugs/562746
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 562575] Re: vm-builder fails to resolve package dependency in vanilla system

2010-04-14 Thread Thierry Carrez
Yes, that sounds like some inconsistent archive state. Could you update
your mirror and retry ?

** Changed in: vm-builder (Ubuntu)
   Importance: Undecided = Low

** Changed in: vm-builder (Ubuntu)
   Status: New = Incomplete

-- 
vm-builder fails to resolve package dependency in vanilla system
https://bugs.launchpad.net/bugs/562575
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 562388] Re: Authentication failure on successful login when using LDAP authentication

2010-04-14 Thread Thierry Carrez
Not a bug, rather a question.

** Changed in: libpam-ldap (Ubuntu)
   Status: New = Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/libpam-ldap/+question/107363

-- 
Authentication failure on successful login when using LDAP authentication
https://bugs.launchpad.net/bugs/562388
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libpam-ldap 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 562266] Re: Make virt-pki-validate usable on Ubuntu

2010-04-14 Thread Thierry Carrez
** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Medium

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

** Also affects: libvirt (Ubuntu Lucid)
   Importance: Medium
   Status: Triaged

-- 
Make virt-pki-validate usable on Ubuntu
https://bugs.launchpad.net/bugs/562266
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 562189] Re: AttributeError: 'Libvirt' object has no attribute 'vm'

2010-04-14 Thread Thierry Carrez
** Changed in: vm-builder (Ubuntu)
   Importance: Undecided = Medium

-- 
AttributeError: 'Libvirt' object has no attribute 'vm'
https://bugs.launchpad.net/bugs/562189
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 557300] Re: tomcat6 package should fully support running as a different user

2010-04-14 Thread Max
You are only testing /etc/tomcat6/.  This is not in the list of files
that the package is modifying.  See comment 2 in this bug or the
package's postinst script.

-- 
tomcat6 package should fully support running as a different user
https://bugs.launchpad.net/bugs/557300
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 552115] Re: node registration fails if node is co-located with CC, and node hostname is detected as local

2010-04-14 Thread Thierry Carrez
Apparently we already carry the fixed code in our euca_conf.in...

** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Confirmed = Invalid

-- 
node registration fails if node is co-located with CC, and node hostname is 
detected as local
https://bugs.launchpad.net/bugs/552115
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 552115] Re: node registration fails if node is co-located with CC, and node hostname is detected as local

2010-04-14 Thread Thierry Carrez
** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Invalid = Fix Released

-- 
node registration fails if node is co-located with CC, and node hostname is 
detected as local
https://bugs.launchpad.net/bugs/552115
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 562912] [NEW] munin-node plugin initialisation fails on ip_

2010-04-14 Thread Bastian Mäuser
Public bug reported:

Binary package hint: munin

When installing munin-node on Hardy-Server (i386 and x64), the plugin
initialisation fails.

Reproduceable with munin-node-configure --shell:

r...@ncore:~# munin-node-configure --shell
ln -s /usr/share/munin/plugins/ip_ /etc/munin/plugins/ip_0.0.0.0/0
ln -s /usr/share/munin/plugins/ip_ /etc/munin/plugins/ip_192.168.1.0/24
ln -s /usr/share/munin/plugins/ip_ /etc/munin/plugins/ip_192.168.2.0/23
ln -s /usr/share/munin/plugins/ip_ /etc/munin/plugins/ip_192.168.6.0/24
ln -s /usr/share/munin/plugins/ip_ /etc/munin/plugins/ip_192.168.7.0/24

(which have to fail, because of a / in the Filename.

According to munin this is a misbehaviour in 1.2.5 and should be solved
in 1.2.6. Will the packages in the repo be fixed please?

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

-- 
munin-node plugin initialisation fails on ip_
https://bugs.launchpad.net/bugs/562912
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 562919] [NEW] Lucid Beta2: Desktop Crash, then Unable to Boot

2010-04-14 Thread pamindic
Public bug reported:

Binary package hint: samba

Lucid desktop dies. Requires hard boot. That produces a flashing cursor in top 
left hand corner and dies.
Recovery mode kernel output is:

Slow work  thread path: starting up
Slow work  thread path: ready
CIFS VFS: Error connecting to socket: aborting operation
CIFS VFS: cifs-mount failed w/return code  = -101

If I chroot from live CD and comment out mount cifs lines from fstab,
machine boots normally.

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

-- 
Lucid Beta2: Desktop Crash, then Unable to Boot
https://bugs.launchpad.net/bugs/562919
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 562912] Re: munin-node plugin initialisation fails on ip_

2010-04-14 Thread Andreas Olsson
** Bug watch added: Debian Bug tracker #464881
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464881

** Also affects: munin (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=464881
   Importance: Unknown
   Status: Unknown

** Summary changed:

- munin-node plugin initialisation fails on ip_
+ munin-node plugin initialisation fails on ip_, with netmasks present

-- 
munin-node plugin initialisation fails on ip_, with netmasks present
https://bugs.launchpad.net/bugs/562912
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 557300] Re: tomcat6 package should fully support running as a different user

2010-04-14 Thread Peter Matulis
Sorry about that.  Confirmed.

-- 
tomcat6 package should fully support running as a different user
https://bugs.launchpad.net/bugs/557300
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 562912] Re: munin-node plugin initialisation fails on ip_, with netmasks present

2010-04-14 Thread Daniel Hahler
Fixed in Ubuntu already.
This requires a SRU (https://wiki.ubuntu.com/SRU) for affected releases.

** Bug watch added: munin-monitoring.org/ #564
   http://munin-monitoring.org/ticket/564

** Also affects: munin via
   http://munin-monitoring.org/ticket/564
   Importance: Unknown
   Status: Unknown

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

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

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

-- 
munin-node plugin initialisation fails on ip_, with netmasks present
https://bugs.launchpad.net/bugs/562912
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 562912] Re: munin-node plugin initialisation fails on ip_, with netmasks present

2010-04-14 Thread Daniel Hahler
(the upstream bug has a/the patch)

-- 
munin-node plugin initialisation fails on ip_, with netmasks present
https://bugs.launchpad.net/bugs/562912
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 562750] Re: Apache2 wont start, missing lib - 10.04

2010-04-14 Thread Monotoko
That worked :)

Thank you for the speedy response ^.^

-- 
Apache2 wont start, missing lib - 10.04
https://bugs.launchpad.net/bugs/562750
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 562960] [NEW] folder sharing in gnome not working in Lucid

2010-04-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Trying to share a folder on desktop called shared, the required
software is installed and all seems well.

Options selected are :

Share this folder: ticked
Share name: shared
Comment: Random Shares
Allow others to create and delete files in this folder: not ticked
Guest access: ticked

When trying to access share from windows the share is viewable using the
\\ipadddress, however when clicking on it windows displays a message:

Share is not accessible. You might not have permission to use this
network resource. Contact the administrator of the server to find out if
you have access permissions.

No network provider accepted the given network path

My /var/og/samba/ log file contains the following:

  process_usershare_file: stat of /var/lib/samba/usershares/shared failed. 
Permission denied
[2010/04/14 13:35:11,  0] smbd/service.c:988(make_connection_snum)
  canonicalize_connect_path failed for service shared, path 
/home/username/Desktop/Shared

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

-- 
folder sharing in gnome not working in Lucid
https://bugs.launchpad.net/bugs/562960
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 562919] Re: Lucid Beta2: Desktop Crash, then Unable to Boot

2010-04-14 Thread Chuck Short
** Package changed: samba (Ubuntu) = linux (Ubuntu)

-- 
Lucid Beta2: Desktop Crash, then Unable to Boot
https://bugs.launchpad.net/bugs/562919
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 562960] Re: folder sharing in gnome not working in Lucid

2010-04-14 Thread Rickard Närström
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't fix it without more information.

Please include the information requested at
https://wiki.ubuntu.com/DebuggingSamba#samba-server.

Please change the status of this report back to new when the requested
information is attached.

** Package changed: ubuntu = samba (Ubuntu)

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

-- 
folder sharing in gnome not working in Lucid
https://bugs.launchpad.net/bugs/562960
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 562261] Re: Sync krb5 1.8.1+dfsg-2 (main) from Debian unstable (main)

2010-04-14 Thread Thierry Carrez
** Also affects: krb5 (Ubuntu Lucid)
   Importance: High
   Status: Confirmed

-- 
Sync krb5 1.8.1+dfsg-2 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/562261
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 556833] Re: System fails to reboot after eucalyptus preseeded instlation

2010-04-14 Thread Thierry Carrez
Downgrading prio since that could not be reproduced outside the testrig

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

-- 
System fails to reboot after eucalyptus preseeded instlation
https://bugs.launchpad.net/bugs/556833
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 562750] Re: Apache2 wont start, missing lib - 10.04

2010-04-14 Thread Thierry Carrez
** Changed in: apache2 (Ubuntu)
   Status: Incomplete = Fix Released

-- 
Apache2 wont start, missing lib - 10.04
https://bugs.launchpad.net/bugs/562750
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 562912] Re: munin-node plugin initialisation fails on ip_, with netmasks present

2010-04-14 Thread Bug Watch Updater
** Changed in: munin
   Status: Unknown = Fix Released

-- 
munin-node plugin initialisation fails on ip_, with netmasks present
https://bugs.launchpad.net/bugs/562912
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 561751] Re: package clamav-milter 0.96+dfsg-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 20

2010-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package clamav - 0.96+dfsg-1ubuntu2

---
clamav (0.96+dfsg-1ubuntu2) lucid; urgency=low

  [ Scott Kitterman ]
  * Cherry pick packaging fixes from Debian pkg-clamav git (LP: #561751)

  [ Stephen Gran ]
  * Note that this series (closes: #577462)
  * Added debconf handling of new config options (closes: #577611)
  * Remove code from clamav-milter.postrm that cleans up install directories
- No longer needed as other packages do that now

  [ Michael Tautschnig ]
  * Create and maintain logrotate file (closes: #577041)
  * Set milter's LogFile debconf option to a non-blank value; LogFile was
implicitly enabled by default anyway through postinst logic; make LogTime
default to sync with clamav-daemon (closes: #534748)
  * Copy files from /usr/share/doc/clamav-base/examples/ only if this dir
exists (closes: #550641)
 -- Scott Kitterman sc...@kitterman.com   Tue, 13 Apr 2010 22:09:37 -0400

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

-- 
package clamav-milter 0.96+dfsg-1ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 20
https://bugs.launchpad.net/bugs/561751
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to clamav 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 562261] Re: Sync krb5 1.8.1+dfsg-2 (main) from Debian unstable (main)

2010-04-14 Thread Sam Hartman
 Mathias == Mathias Gug math...@ubuntu.com writes:

Mathias To really make sure things are not broken, we'd have to
Mathias look at packages started to use krb5_init_creds_step in
Mathias lucid and make sure they're using the flags in the correct
Mathias order.

Yes, but I think there are going to be no such packages at this point.
Obviously, if you can run that check, then do so, but I would not punt
the sync request simply because you cannot run the check.  It's an API
we mainly expect to be used by a GSS-API mechanism being introduced in
1.9 and possibly by a future version of Samba, although definitely not
aything currently in Debian.

-- 
Sync krb5 1.8.1+dfsg-2 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/562261
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 562370] Re: Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, missing module

2010-04-14 Thread Robert Massaioli
Just letting everyone know that I received this fix already. Nice turn
around time really. Less than a day. And that was from a not so well
known package mirror.

-- 
Upgrade from 2.2.14-5ubuntu6 to 2.2.14-5ubuntu7 results in syntax error, 
missing module
https://bugs.launchpad.net/bugs/562370
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 562787] Re: hardy2lucid: hwcap index 0 already defined

2010-04-14 Thread Scott Moser
** Also affects: vm-builder (Ubuntu)
   Importance: Undecided
   Status: New

-- 
hardy2lucid: hwcap index 0 already defined
https://bugs.launchpad.net/bugs/562787
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 563039] [NEW] package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-04-14 Thread JoeBlack
Public bug reported:

Binary package hint: bacula

failed

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bacula-director-mysql 5.0.1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-20.30-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-20-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Apr 14 07:31:48 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta i386 (20100318)
SourcePackage: bacula
Title: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/563039
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 563039] Re: package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-04-14 Thread JoeBlack

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

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

** Attachment added: Df.txt
   http://launchpadlibrarian.net/44152628/Df.txt

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

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

-- 
package bacula-director-mysql 5.0.1-1ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/563039
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 562787] Re: hardy2lucid: hwcap index 0 already defined

2010-04-14 Thread Scott Moser
My guess is that vmbuilder is writing 'hwcap 0 nosegneg' is written by
vmbuilder because of bug 246625 and other similar/duplicate bugs there.
However, as far as I can tell there is no affect of writing that file
other than that it breaks the upgrade as I reported here.

Ie:

$ sudo rm /etc/ld.so.conf.d/libc6-xen.conf
$ sudo /sbin/ldconfig
$ sudo reboot
...
$ sudo do-release-upgrade -d

The reboot are just to show a generally functional system after removal
of that file (also shown by the ablility to do-release-upgrade).

The do-release-upgrade finished successfully.  A reboot of the system is
a bad idea, though on ec2 as the old kernel simply isn't going to work
for upstart/mountall/udev of lucid.

-- 
hardy2lucid: hwcap index 0 already defined
https://bugs.launchpad.net/bugs/562787
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 563053] [NEW] Please remove Mysql 5.0 from the archive for lucid.

2010-04-14 Thread Chuck Short
Public bug reported:

Please remove mysql 5.0 from the archive from lucid. There should be
nothing depending on it now and we prefer to have users run mysql 5.1
for lucid.

Regards
chuck

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

-- 
Please remove Mysql 5.0 from the archive for lucid.
https://bugs.launchpad.net/bugs/563053
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 563065] [NEW] AttributeError: 'Hardy' object has no attribute 'destdir'

2010-04-14 Thread Brian Fallik
Public bug reported:

Trying to build a hardy guest on a lucid host with the command:
  ubuntu-vm-builder kvm hardy \
--destdir /opt/hound-hardy \
--arch i386 \
--hostname hound-hardy \
--cpus 4 \
--mem 8192 \
--user bfallik \
--pass bfallik \
--components main,restricted,universe,multiverse \
--addpkg vim openssh-server \
--libvirt qemu:///system
I get the following python exception:
  Traceback (most recent call last):
File /usr/bin/ubuntu-vm-builder, line 24, in module uvb.main()
File /usr/lib/python2.6/dist-packages/VMBuilder/contrib/cli.py, line 116, 
in main hypervisor.install_os()
File /usr/lib/python2.6/dist-packages/VMBuilder/hypervisor.py, line 68, 
in install_os self.call_hooks('install_bootloader', self.chroot_dir, self.disks)
File /usr/lib/python2.6/dist-packages/VMBuilder/distro.py, line 66, in 
call_hooks call_hooks(self, *args, **kwargs)
File /usr/lib/python2.6/dist-packages/VMBuilder/util.py, line 158, in 
call_hooks getattr(plugin, func, log_no_such_method)(*args, **kwargs)
File /usr/lib/python2.6/dist-packages/VMBuilder/plugins/ubuntu/distro.py, 
line 222, in install_bootloader self.suite.install_menu_lst(disks)
File /usr/lib/python2.6/dist-packages/VMBuilder/plugins/ubuntu/dapper.py, 
line 211, in install_menu_lst self.mangle_grub_menu_lst(disks)
File /usr/lib/python2.6/dist-packages/VMBuilder/plugins/ubuntu/edgy.py, 
line 33, in mangle_grub_menu_lst run_cmd('sed', '-ie', 's/^# kopt=root=\([^ 
]*\)\(.*\)/# kopt=root=UUID=%s\\2/g' % bootdev.fs.uuid, '%s/boot/grub/menu.lst' 
% self.destdir)
AttributeError: 'Hardy' object has no attribute 'destdir'

$ lsb_release -rd
Description:Ubuntu lucid (development branch)
Release:10.04

$ dpkg -l ubuntu-vm-builder
ii  ubuntu-vm-builder   0.12.3-0ubuntu1

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: New

-- 
AttributeError: 'Hardy' object has no attribute 'destdir'
https://bugs.launchpad.net/bugs/563065
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 562912] Re: munin-node plugin initialisation fails on ip_, with netmasks present

2010-04-14 Thread Bastian Mäuser
Why is my Hardy still behaving that way?! It's apt-get update/upgraded!

And I don't see munin in the SRU list for Hardy!

-- 
munin-node plugin initialisation fails on ip_, with netmasks present
https://bugs.launchpad.net/bugs/562912
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin 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 563084] [NEW] bacula-director-pgsql does not install cleanly with db-config

2010-04-14 Thread Jakub Witkowski
Public bug reported:

Binary package hint: bacula-director-pgsql

The package postinst script (through db-config) does not set template
database properly and thus the database creation fails:

Creating config file /etc/dbconfig-common/bacula-director-pgsql.conf with new 
version
creating postgres user bacula:  success.
verifying creation of user: success.
creating database bacula: failed.
error encountered creating database:
ERROR: new encoding (SQL_ASCII) is incompatible with the encoding of the 
template database (UTF8) HINT: Use the same encoding as in the template 
database, or use template0 as template.
dbconfig-common: bacula-director-pgsql configure: ignoring errors from here 
forwards

The bacula database should be set to SQL_ASCII, as evidenced here:
http://www.bacula.org/5.0.x-manuals/en/main/main/Installing_Configuring_Post.html#SECTION00422

Steps to repeat:

1. Install postrgesql server
2. Install bacula-director-pgsql
3. Select configure the database via dbconfig

This is Ubuntu 10.04 (up to date as of 14.04.2010)
Package bacula-director-pgsql 5.0.1-1ubuntu1

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: bacula-director-pgsql 5.0.1-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-20.30-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-20-generic x86_64
NonfreeKernelModules: openafs nvidia
Architecture: amd64
Date: Wed Apr 14 16:30:52 2010
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 10.04 Lucid Lynx - Beta amd64 (20100316)
ProcEnviron:
 PATH=(custom, no user)
 LANG=pl_PL.UTF-8
 SHELL=/bin/bash
SourcePackage: bacula

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


** Tags: amd64 apport-bug lucid

-- 
bacula-director-pgsql does not install cleanly with db-config
https://bugs.launchpad.net/bugs/563084
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 563084] Re: bacula-director-pgsql does not install cleanly with db-config

2010-04-14 Thread Jakub Witkowski

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

-- 
bacula-director-pgsql does not install cleanly with db-config
https://bugs.launchpad.net/bugs/563084
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 559628] Re: yust another apparmor-message

2010-04-14 Thread Jamie Strandboge
I'll mark this as Triaged, but I'm thinking that the profile is doing
its job. From the ld.so man page:

/etc/ld.so.preload: File containing a whitespace separated list of ELF
shared libraries to be loaded before the program. libraries and an
ordered list of candidate libraries.

IMO, if the administrator wants to use /etc/ld.so.preload, then he/she
should update the profile accordingly. This makes sense too because if
the administrator updated /etc/ld.so.preload, there is a good chance the
profile would have to be updated to allow access to the preload
libraries anyway (ie simply adding this to the profile doesn't really
'fix' it).

Michael, if you want access to /etc/ld.so.preload (keeping in mind you may need 
to make other changes), please add to /etc/apparmor.d/usr.sbin.ntpd:
  /etc/ld.so.preload r,

then perform:
$ sudo apparmor_parser -r /etc/apparmor.d/usr.sbin.ntpd

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

** Summary changed:

- yust another apparmor-message
+ ntpd profile denies access to /etc/ld.so.preload

-- 
ntpd profile denies access to /etc/ld.so.preload
https://bugs.launchpad.net/bugs/559628
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 559628] Re: ntpd profile denies access to /etc/ld.so.preload

2010-04-14 Thread Chuck Short
I second this based on Jamie's comments and marking this as wont fixed.

Regards
chuck

** Changed in: ntp (Ubuntu)
   Status: Triaged = Won't Fix

-- 
ntpd profile denies access to /etc/ld.so.preload
https://bugs.launchpad.net/bugs/559628
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 559628] Re: ntpd profile denies access to /etc/ld.so.preload

2010-04-14 Thread Jamie Strandboge
Michael, alternatively, if you don't want ntpd to access /etc/ld.so.preload but 
want to silence the message, please add to /etc/apparmor.d/usr.sbin.ntpd:
  deny /etc/ld.so.preload r,

then perform:
$ sudo apparmor_parser -r /etc/apparmor.d/usr.sbin.ntpd

-- 
ntpd profile denies access to /etc/ld.so.preload
https://bugs.launchpad.net/bugs/559628
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 555597] Re: package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-04-14 Thread PatrickCD
removing the skip-bdb option from /etc/mysql/my.cnf worked for me.

-- 
package mysql-server-5.1 5.1.37-1ubuntu5.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/97
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 559628] Re: ntpd profile denies access to /etc/ld.so.preload

2010-04-14 Thread Michael Fritscher
it seems that many programs seem to want to access this file...
I didn't ever touched this file, it is even empty (it is from 26.7.2009) - if 
it helps I could even delete this file...

-- 
ntpd profile denies access to /etc/ld.so.preload
https://bugs.launchpad.net/bugs/559628
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 563114] [NEW] w83697hf-isa-0290 wrong voltage values and tags

2010-04-14 Thread frnstefano
Public bug reported:

Binary package hint: lm-sensors

1) Linux pcl0 2.6.32-20-generic #30-Ubuntu SMP Mon Apr 12 15:19:41 UTC 2010 
i686 GNU/Linux
Ubuntu 10.04 (lucid)

$ lsb_release -rd
Description:Ubuntu lucid (development branch)
Release:10.04

2) $ apt-cache policy lm-sensors 
lm-sensors:
  Installato: 1:3.1.2-2
  Candidato: 1:3.1.2-2
  Tabella versione:
 *** 1:3.1.2-2 0
500 http://it.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

3) command sensors it's expected to report voltages for core, 3.3V, 5V, 12V, 
etc... something like this:
$ sensors
w83697hf-isa-0290
Adapter: ISA adapter
VCore: +1.90 V (min = +0.00 V, max = +0.00 V) ALARM
+3.3V: +3.38 V (min = +0.26 V, max = +0.06 V) ALARM
+5V: +5.03 V (min = +0.00 V, max = +0.00 V) ALARM
+12V: +11.37 V (min = +0.00 V, max = +0.49 V) ALARM
-12V: +0.55 V (min = -14.91 V, max = -14.91 V) ALARM
-5V: +1.79 V (min = -7.71 V, max = -7.71 V) ALARM
V5SB: +5.56 V (min = +0.00 V, max = +0.00 V) ALARM
VBat: +3.28 V (min = +0.00 V, max = +0.00 V) ALARM
...

4) when i execute sensors command i obtain the following answer:
$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:+0.0°C  (crit = +60.0°C)  

w83697hf-isa-0290
Adapter: ISA adapter
in0: +1.65 V  (min =  +3.66 V, max =  +1.06 V)   ALARM
in2: +3.31 V  (min =  +3.87 V, max =  +1.57 V)   ALARM
in3: +2.99 V  (min =  +2.61 V, max =  +2.27 V)   ALARM
in4: +3.26 V  (min =  +2.51 V, max =  +0.08 V)   ALARM
in5: +0.78 V  (min =  +0.10 V, max =  +1.81 V)   
in6: +3.58 V  (min =  +1.87 V, max =  +1.76 V)   ALARM
in7: +3.30 V  (min =  +2.93 V, max =  +0.59 V)   ALARM
in8: +3.09 V  (min =  +3.95 V, max =  +2.69 V)   ALARM
fan1:   1493 RPM  (min = 2033 RPM, div = 8)  ALARM
fan2:992 RPM  (min = 168750 RPM, div = 8)  ALARM
temp1:   +26.0°C  (high = -10.0°C, hyst = -100.0°C)  ALARM  sensor = 
thermistor
temp2:   -77.5°C  (high = +120.0°C, hyst = +115.0°C)  sensor = transistor
beep_enable:enabled

As you can see voltages seems to have abnormal values and tags are
strange (in0, in2, in3, ecc...). I used this package in the past with
ubuntu server 8.04 with 2.6.24 kernel and 9.10 with 2.6.31 kernel and
all was functioning good.

Thanks!!

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


** Tags: w83697hf w83697hf-isa-0290

-- 
w83697hf-isa-0290 wrong voltage values and tags
https://bugs.launchpad.net/bugs/563114
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 559628] Re: ntpd profile denies access to /etc/ld.so.preload

2010-04-14 Thread Jamie Strandboge
Michael, if you aren't using it, it is fine to delete.

-- 
ntpd profile denies access to /etc/ld.so.preload
https://bugs.launchpad.net/bugs/559628
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp 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 556343] Re: upgrade error on 8.04 - 10.04

2010-04-14 Thread Michael Vogt
I just ran it again, modifying /etc/init.d/bind9 to set /bin/sh -x -
this prevented the error because of resulting conffile prompt is set to
keep old by default in the upgrade tester. So my test was not
meaningful (other than that it did show that apparently with the  config
file the failure is not triggered). I re-run now with plain config.

-- 
upgrade error on 8.04 - 10.04 
https://bugs.launchpad.net/bugs/556343
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 563175] [NEW] eucalyptus should hold on to console logs as after instance terminated

2010-04-14 Thread Scott Moser
Public bug reported:

$ euca-run-instances --key mykey emi-4287166D
$ euca-terminate-instances i-51F80895
$ sleep 3
$ euca-describe-instances
RESERVATION r-4B79091F  admin   default
INSTANCEi-51F80895  emi-4287166D172.19.1.2  172.19.1.2 
terminated   mykey   0   m1.small
2010-04-14T16:12:18.264Z
cluster1eki-7B8A16F6
$ euca-get-console-output i-51F80895
DefaultJavaComponent: Can't find registered object: i-51F80895 in VmInstances

Above, I started an instance, terminated it, and then tried to get the
console log.  describe-instances knew about the instance, but get-
console-output did not.

In ec2, as long as the instance shows up in describe-images output, get-
console-output will succeed.

Eucalyptus loses the console log immediately on termination.  Instead,
it should hang onto it.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: eucalyptus-common 1.6.2-0ubuntu29
ProcVersionSignature: Ubuntu 2.6.32-21.31~security201004122115-server 
2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-server x86_64
.etc.eucalyptus.eucalyptus.cc.conf: CC_NAME=cluster1
Architecture: amd64
Date: Wed Apr 14 11:23:19 2010
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: eucalyptus

** Affects: eucalyptus
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug lucid

-- 
eucalyptus should hold on to console logs as after instance terminated
https://bugs.launchpad.net/bugs/563175
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 563175] Re: eucalyptus should hold on to console logs as after instance terminated

2010-04-14 Thread Scott Moser

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

** Attachment added: EucalyptusInstalledVersions.txt
   http://launchpadlibrarian.net/44166250/EucalyptusInstalledVersions.txt

** Attachment added: eucalyptus.conf.txt
   http://launchpadlibrarian.net/44166251/eucalyptus.conf.txt

** Attachment added: eucalyptus.local.conf.txt
   http://launchpadlibrarian.net/44166252/eucalyptus.local.conf.txt

** Also affects: eucalyptus
   Importance: Undecided
   Status: New

-- 
eucalyptus should hold on to console logs as after instance terminated
https://bugs.launchpad.net/bugs/563175
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 562139] Re: FUSE filesystems cannot be accessed when shared

2010-04-14 Thread Szabolcs Szakacsits
*** This bug is a duplicate of bug 175689 ***
https://bugs.launchpad.net/bugs/175689

On Tuesday 13, April, Chow Loong Jin wrote:

 crippled filesystem (driver)s that do not 
 implement ownership and/or permissions properly.

For the record, NTFS-3G developers has ported the POSIX File System Test
Suite to Linux and ensured NTFS-3G passes all ownership and permission
tests successfully. Unlike some non-crippled file system drivers which
were fixed later. http://www.tuxera.com/community/posix-test-suite/

-- 
FUSE filesystems cannot be accessed when shared
https://bugs.launchpad.net/bugs/562139
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu (via bug 175689).

-- 
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 551847] Re: Rebundled uec instance boot fail

2010-04-14 Thread Scott Moser
Just for reference, http://forum.eucalyptus.com/forum/multiple-network-
interface-configuration discusses multiple network interfaces in a
eucalyptus instance.  So, simple blacklisting there would possibly,
though unlikely could lead to inconsistent naming (kernel change isn't
going to occur in Eucalyptus and the kernel driver woudl be the same for
both devices).

I was previously unaware of this.  Its something that will need to be
addressed.  The current cloud-init expects that

-- 
Rebundled uec instance boot fail
https://bugs.launchpad.net/bugs/551847
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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 551847] Re: Rebundled uec instance boot fail

2010-04-14 Thread Scott Moser
The current cloud-init expects that 'eth0' will come up and have the
metadata service on it.

-- 
Rebundled uec instance boot fail
https://bugs.launchpad.net/bugs/551847
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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 559230] Re: multi-machine topology, cannot reach an instance from the CLC

2010-04-14 Thread C de-Avillez
IP addresses and forward status on Marula:

ubu...@marula:~$ ip address show
1: lo: LOOPBACK,UP,LOWER_UP mtu 16436 qdisc noqueue state UNKNOWN 
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host 
   valid_lft forever preferred_lft forever
2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:25:b3:25:ee:68 brd ff:ff:ff:ff:ff:ff
inet 169.254.169.254/32 scope link eth0:metadata
inet 10.55.55.8/24 brd 10.55.55.255 scope global eth0
inet 172.19.1.1/27 brd 172.19.1.31 scope global eth0:priv
inet 10.55.55.100/32 scope global eth0:pub
inet6 fe80::225:b3ff:fe25:ee68/64 scope link 
   valid_lft forever preferred_lft forever
3: eth1: BROADCAST,MULTICAST mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 00:25:b3:25:ee:6a brd ff:ff:ff:ff:ff:ff
4: eth2: BROADCAST,MULTICAST mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 00:25:b3:25:ee:6c brd ff:ff:ff:ff:ff:ff
5: eth3: BROADCAST,MULTICAST mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 00:25:b3:25:ee:6e brd ff:ff:ff:ff:ff:ff
ubu...@marula:~$ sysctl -n net.ipv4.ip_forward
1
ubu...@marula:~$

-- 
multi-machine topology, cannot reach an instance from the CLC
https://bugs.launchpad.net/bugs/559230
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 563202] [NEW] euca2ools often output error messages to stdout

2010-04-14 Thread Scott Moser
Public bug reported:

Binary package hint: euca2ools

$ euca-get-console-output i-51F80895 ; echo $?
DefaultJavaComponent: Can't find registered object: i-51F80895 in VmInstances
1
$ euca-get-console-output i-51F80895 /dev/null ; echo $?
1

The error message should have gone to stderr.  This can be a problem for
programs that invoke the tools, see bug 559244 as an example.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: euca2ools 1.2-0ubuntu9
ProcVersionSignature: Ubuntu 2.6.32-21.31~security201004122115-server 
2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-server x86_64
Architecture: amd64
Date: Wed Apr 14 11:45:30 2010
PackageArchitecture: all
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: euca2ools

** Affects: eucalyptus
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug lucid

-- 
euca2ools often output error messages to stdout
https://bugs.launchpad.net/bugs/563202
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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 563202] Re: euca2ools often output error messages to stdout

2010-04-14 Thread Scott Moser

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

** Also affects: eucalyptus
   Importance: Undecided
   Status: New

-- 
euca2ools often output error messages to stdout
https://bugs.launchpad.net/bugs/563202
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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 559230] Re: multi-machine topology, cannot reach an instance from the CLC

2010-04-14 Thread Etienne Goyer
Just a question: why is VNET_PUBLICIPS commented in eucalyptus.conf?

-- 
multi-machine topology, cannot reach an instance from the CLC
https://bugs.launchpad.net/bugs/559230
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 563216] [NEW] Openssh5.1p1 sftp file control

2010-04-14 Thread volksman
Public bug reported:

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION=Ubuntu 9.10

openssh 5.1-p1

Has support for chroot sftp users, however there is no way to control
file permissions.

There is a patch here:

http://sftpfilecontrol.sourceforge.net/

That when applied adds a few items to sshd_conf to allow umask and a
couple other overrides.  This seems to have been accepted for
openssh5.4.  Would be great to see that patch implemented in 5.1p1 and
even 5.3 (for Lucid).

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

-- 
Openssh5.1p1 sftp file control
https://bugs.launchpad.net/bugs/563216
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 551901] [NEW] likewise-open fails to join Windows 2000 SP4 domain

2010-04-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: likewise-open

Package: likewise-open
Architecture: amd64
Version: 5.4.0.42111-1
uname: Linux 2.6.32-18-generic #27-Ubuntu SMP

I am unable to join an AD domain.  This machine was upgraded from 9.04
to 9.10, after that update, I was able to join the domain and things
worked fine.  I upgraded to 10.04, and the likewise-open upgrade failed.
I cleaned the old likewise-open install, reinstalled likewise-open and
was unable to join the domain.  I also tried using the suggestions
offered in Bug #543963, but that resulted in the same outcome which
follows:

sudo domainjoin-cli --loglevel verbose join mydomain.com adminuser
Joining to AD Domain:   mydomain.com
With Computer DNS Name: mycomputer.mydomain.com

adminu...@mydomain.com's password:

(at this point the program pauses for 30 seconds to a minute)

Error: Lsass Error [code 0x00080047]

59 (0x3B) ERROR_UNEXP_NET_ERR - Unknown error

The last few syslog entries:

Mar 30 10:19:07 mycomputer lwiod[17879]: GSS-API error calling 
gss_init_sec_context: 589824 (Invalid token was supplied)
Mar 30 10:19:07 mycomputer lwiod[17879]: GSS-API error calling 
gss_init_sec_context: 13 ()
Mar 30 10:19:11 mycomputer lwiod[17879]: GSS-API error calling 
gss_init_sec_context: 589824 (Invalid token was supplied)
Mar 30 10:19:11 mycomputer lwiod[17879]: GSS-API error calling 
gss_init_sec_context: 13 ()
Mar 30 10:19:12 mycomputer lwiod[17879]: GSS-API error calling 
gss_init_sec_context: 589824 (Invalid token was supplied)
Mar 30 10:19:12 mycomputer lwiod[17879]: GSS-API error calling 
gss_init_sec_context: 13 ()
Mar 30 10:19:17 mycomputer lsassd[17901]: 0x7fee6ae8a710:Failed to run provider 
specific request (request code = 8, provider = 'lsa-activedirectory-provider') 
- error = 59, symbol = ERROR_UNEXP_NET_ERR, client pid = 17933

** Affects: krb5 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

-- 
likewise-open fails to join Windows 2000 SP4 domain
https://bugs.launchpad.net/bugs/551901
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 551901] Re: likewise-open fails to join Windows 2000 SP4 domain

2010-04-14 Thread Gerald Carter
Moving to krb5 component for requesting inclusion of the spnego patch

** Package changed: likewise-open (Ubuntu) = krb5 (Ubuntu)

** Changed in: krb5 (Ubuntu)
 Assignee: Gerald Carter (coffeedude.jerry) = (unassigned)

-- 
likewise-open fails to join Windows 2000 SP4 domain
https://bugs.launchpad.net/bugs/551901
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 563240] [NEW] package libmysqlclient16 5.1.41-3ubuntu12 failed to install/upgrade: error writing to 'standard output': Success

2010-04-14 Thread Mir Tanvir Hossain
Public bug reported:

I was running a partial distro upgrade, and it hung for about an hour. I
killed it, and got the error.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: libmysqlclient16 5.1.41-3ubuntu12
ProcVersionSignature: Ubuntu 2.6.32-20.30-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-20-generic i686
Architecture: i386
Date: Wed Apr 14 10:37:16 2010
ErrorMessage: error writing to 'standard output': Success
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Logs.var.log.daemon.log:
 
Logs.var.log.kern.log:
 Apr 12 21:34:46 belkin kernel: [   50.627730] type=1505 
audit(1271133286.489:14):  operation=profile_load pid=884 
name=/usr/sbin/mysqld
 Apr 14 07:05:59 belkin kernel: [   20.762157] type=1505 
audit(1271253959.616:14):  operation=profile_load pid=898 
name=/usr/sbin/mysqld
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['mysql', 'gudgie', 'ib_logfile1', 'mysql_upgrade_info', 
'ibdata1', 'ib_logfile0', 'bookstoc', 'debian-5.1.flag', 'sakila']
SourcePackage: mysql-dfsg-5.1
Title: package libmysqlclient16 5.1.41-3ubuntu12 failed to install/upgrade: 
error writing to 'standard output': Success

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


** Tags: apport-package i386 lucid

-- 
package libmysqlclient16 5.1.41-3ubuntu12 failed to install/upgrade: error 
writing to 'standard output': Success
https://bugs.launchpad.net/bugs/563240
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 563240] Re: package libmysqlclient16 5.1.41-3ubuntu12 failed to install/upgrade: error writing to 'standard output': Success

2010-04-14 Thread Mir Tanvir Hossain

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

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

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

** Attachment added: Df.txt
   http://launchpadlibrarian.net/44174924/Df.txt

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

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

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

-- 
package libmysqlclient16 5.1.41-3ubuntu12 failed to install/upgrade: error 
writing to 'standard output': Success
https://bugs.launchpad.net/bugs/563240
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 559194] Re: update-motd.d symlinks are not listed as conffiles

2010-04-14 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

-- 
update-motd.d symlinks are not listed as conffiles
https://bugs.launchpad.net/bugs/559194
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 563241] [NEW] package mysql-server-5.1 5.1.41-3ubuntu11 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-04-14 Thread Mir Tanvir Hossain
Public bug reported:

Mysql server is not upgrading.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: mysql-server-5.1 5.1.41-3ubuntu11
ProcVersionSignature: Ubuntu 2.6.32-20.30-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-20-generic i686
AptOrdering:
 mysql-server-5.1: Install
 libpam0g: Configure
 mysql-server-5.1: Configure
 mysql-server: Configure
Architecture: i386
Date: Wed Apr 14 10:48:51 2010
ErrorMessage: subprocess new pre-removal script returned error exit status 1
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
Logs.var.log.daemon.log:
 
Logs.var.log.kern.log:
 Apr 12 21:34:46 belkin kernel: [   50.627730] type=1505 
audit(1271133286.489:14):  operation=profile_load pid=884 
name=/usr/sbin/mysqld
 Apr 14 07:05:59 belkin kernel: [   20.762157] type=1505 
audit(1271253959.616:14):  operation=profile_load pid=898 
name=/usr/sbin/mysqld
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: ['mysql', 'gudgie', 'ib_logfile1', 'mysql_upgrade_info', 
'ibdata1', 'ib_logfile0', 'bookstoc', 'debian-5.1.flag', 'sakila']
SourcePackage: mysql-dfsg-5.1
Title: package mysql-server-5.1 5.1.41-3ubuntu11 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1

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


** Tags: apport-package i386 lucid

-- 
package mysql-server-5.1 5.1.41-3ubuntu11 failed to install/upgrade: subprocess 
new pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/563241
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 563241] Re: package mysql-server-5.1 5.1.41-3ubuntu11 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2010-04-14 Thread Mir Tanvir Hossain

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

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

** Attachment added: Df.txt
   http://launchpadlibrarian.net/44175926/Df.txt

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

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

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

-- 
package mysql-server-5.1 5.1.41-3ubuntu11 failed to install/upgrade: subprocess 
new pre-removal script returned error exit status 1
https://bugs.launchpad.net/bugs/563241
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


Re: [Bug 551901] Re: likewise-open fails to join Windows 2000 SP4 domain

2010-04-14 Thread Sam Hartman
I don't see a upstream krb5 bug for this issue.
I would recommend against applying this patch  until someone familiar
with the SPNEGO  security model and the code has evaluated it.

Basically, certain versions of Windows produce bad SPNEGO tokens.  It's
appropriate to ignore these in some situations spelled out in the RFC,
but creates a significant security issue in others.  I suspect that this
may be OK, but I don't have the spnego state machine in my head now, nor
do I have the MIT SPNEGO code in my head now.  The easiest way to get
comfortable with this patch would be for upstream krb5 to evaluate it:
they have been working on the SPNEGO code a lot lately so it would
probably require less effort for them.

-- 
likewise-open fails to join Windows 2000 SP4 domain
https://bugs.launchpad.net/bugs/551901
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 559194] Re: update-motd.d symlinks are not listed as conffiles

2010-04-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~kirkland/eucalyptus/week24

-- 
update-motd.d symlinks are not listed as conffiles
https://bugs.launchpad.net/bugs/559194
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 552883] Re: When volume creation fails, storage statistics are incorrectly updated in some cases

2010-04-14 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

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

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

-- 
When volume creation fails, storage statistics are incorrectly updated in some 
cases
https://bugs.launchpad.net/bugs/552883
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 552829] Re: In rare cases, if the SC fails to export a volume, volume state is not correctly updated

2010-04-14 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

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

-- 
In rare cases, if the SC fails to export a volume, volume state is not 
correctly updated
https://bugs.launchpad.net/bugs/552829
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 552115] Re: node registration fails if node is co-located with CC, and node hostname is detected as local

2010-04-14 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu Lucid)
   Status: Fix Released = Fix Committed

-- 
node registration fails if node is co-located with CC, and node hostname is 
detected as local
https://bugs.launchpad.net/bugs/552115
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 559230] Re: multi-machine topology, cannot reach an instance from the CLC

2010-04-14 Thread C de-Avillez
from a NC (Sapodilla):

ubu...@sapodilla:~$ ip address show
1: lo: LOOPBACK,UP,LOWER_UP mtu 16436 qdisc noqueue state UNKNOWN 
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host 
   valid_lft forever preferred_lft forever
2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc mq state UP qlen 1000
link/ether 00:25:b3:1f:d6:ee brd ff:ff:ff:ff:ff:ff
inet6 fe80::225:b3ff:fe1f:d6ee/64 scope link 
   valid_lft forever preferred_lft forever
3: eth1: BROADCAST,MULTICAST mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 00:25:b3:1f:d6:f0 brd ff:ff:ff:ff:ff:ff
4: eth2: BROADCAST,MULTICAST mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 00:25:b3:1f:d6:f2 brd ff:ff:ff:ff:ff:ff
5: eth3: BROADCAST,MULTICAST mtu 1500 qdisc noop state DOWN qlen 1000
link/ether 00:25:b3:1f:d6:f4 brd ff:ff:ff:ff:ff:ff
6: br0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state UNKNOWN 
link/ether 00:25:b3:1f:d6:ee brd ff:ff:ff:ff:ff:ff
inet 10.55.55.3/24 brd 10.55.55.255 scope global br0
inet6 fe80::225:b3ff:fe1f:d6ee/64 scope link 
   valid_lft forever preferred_lft forever
7: virbr0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc noqueue state 
UNKNOWN 
link/ether ee:47:b3:d7:54:ca brd ff:ff:ff:ff:ff:ff
inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
inet6 fe80::ec47:b3ff:fed7:54ca/64 scope link 
   valid_lft forever preferred_lft forever
ubu...@sapodilla:~$ sysctl -n net.ipv4.ip_forward
1
ubu...@sapodilla:~$

-- 
multi-machine topology, cannot reach an instance from the CLC
https://bugs.launchpad.net/bugs/559230
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 559194] Re: update-motd.d symlinks are not listed as conffiles

2010-04-14 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu)
   Status: In Progress = Fix Committed

-- 
update-motd.d symlinks are not listed as conffiles
https://bugs.launchpad.net/bugs/559194
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 551778] Re: Doc bug: euca_conf --deregister-sc must be used with a cluster name

2010-04-14 Thread Dustin Kirkland
** Changed in: eucalyptus (Ubuntu)
   Status: Triaged = Fix Committed

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

** Also affects: eucalyptus (Ubuntu Lucid)
   Importance: Low
 Assignee: Dustin Kirkland (kirkland)
   Status: Fix Committed

-- 
Doc bug: euca_conf --deregister-sc must be used with a cluster name
https://bugs.launchpad.net/bugs/551778
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 545000] Re: walrus, create_bucket with spaces

2010-04-14 Thread Dustin Kirkland
** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

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

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

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

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

-- 
walrus, create_bucket with spaces
https://bugs.launchpad.net/bugs/545000
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 559194] Re: update-motd.d symlinks are not listed as conffiles

2010-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2-0ubuntu30

---
eucalyptus (1.6.2-0ubuntu30) lucid; urgency=low

  * Cherry-pick merge from upstream 1.6.2, now on revision 1222
- LP: #552883 - r1222, fix volume statistics
- LP: #552829 - r1221, fix volume state
- LP: #552115 - r1220, fix node registration when nc+cc colocated
- LP: #551778 - r1219, fix sc documentation
- LP: #545000 - r1218, fix bad bucket name handling
  * debian/control: recommend qemu-kvm, rather than kvm
  * eucalyptus-cc.install, eucalyptus-cc.links, rules, 15-eucalyptus-url:
- relocate the help text and url to just after the 10-help-text links,
  and before 50-landscape-sysinfo, which should come after; also,
  install the script as a conffile in /etc, rather than a symlink
  which allows the admin to modify it without upgrades automatically
  stomping local changes, LP: #559194
  * 15-eucalyptus-url, eucalyptus-cc.install, eucalyptus-common.install:
install in the eucalyptus-common package, improve logic of determining
if on CLC
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 14 Apr 2010 13:48:48 -0500

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

-- 
update-motd.d symlinks are not listed as conffiles
https://bugs.launchpad.net/bugs/559194
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 552883] Re: When volume creation fails, storage statistics are incorrectly updated in some cases

2010-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2-0ubuntu30

---
eucalyptus (1.6.2-0ubuntu30) lucid; urgency=low

  * Cherry-pick merge from upstream 1.6.2, now on revision 1222
- LP: #552883 - r1222, fix volume statistics
- LP: #552829 - r1221, fix volume state
- LP: #552115 - r1220, fix node registration when nc+cc colocated
- LP: #551778 - r1219, fix sc documentation
- LP: #545000 - r1218, fix bad bucket name handling
  * debian/control: recommend qemu-kvm, rather than kvm
  * eucalyptus-cc.install, eucalyptus-cc.links, rules, 15-eucalyptus-url:
- relocate the help text and url to just after the 10-help-text links,
  and before 50-landscape-sysinfo, which should come after; also,
  install the script as a conffile in /etc, rather than a symlink
  which allows the admin to modify it without upgrades automatically
  stomping local changes, LP: #559194
  * 15-eucalyptus-url, eucalyptus-cc.install, eucalyptus-common.install:
install in the eucalyptus-common package, improve logic of determining
if on CLC
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 14 Apr 2010 13:48:48 -0500

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

-- 
When volume creation fails, storage statistics are incorrectly updated in some 
cases
https://bugs.launchpad.net/bugs/552883
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 552829] Re: In rare cases, if the SC fails to export a volume, volume state is not correctly updated

2010-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2-0ubuntu30

---
eucalyptus (1.6.2-0ubuntu30) lucid; urgency=low

  * Cherry-pick merge from upstream 1.6.2, now on revision 1222
- LP: #552883 - r1222, fix volume statistics
- LP: #552829 - r1221, fix volume state
- LP: #552115 - r1220, fix node registration when nc+cc colocated
- LP: #551778 - r1219, fix sc documentation
- LP: #545000 - r1218, fix bad bucket name handling
  * debian/control: recommend qemu-kvm, rather than kvm
  * eucalyptus-cc.install, eucalyptus-cc.links, rules, 15-eucalyptus-url:
- relocate the help text and url to just after the 10-help-text links,
  and before 50-landscape-sysinfo, which should come after; also,
  install the script as a conffile in /etc, rather than a symlink
  which allows the admin to modify it without upgrades automatically
  stomping local changes, LP: #559194
  * 15-eucalyptus-url, eucalyptus-cc.install, eucalyptus-common.install:
install in the eucalyptus-common package, improve logic of determining
if on CLC
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 14 Apr 2010 13:48:48 -0500

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

-- 
In rare cases, if the SC fails to export a volume, volume state is not 
correctly updated
https://bugs.launchpad.net/bugs/552829
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 552115] Re: node registration fails if node is co-located with CC, and node hostname is detected as local

2010-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2-0ubuntu30

---
eucalyptus (1.6.2-0ubuntu30) lucid; urgency=low

  * Cherry-pick merge from upstream 1.6.2, now on revision 1222
- LP: #552883 - r1222, fix volume statistics
- LP: #552829 - r1221, fix volume state
- LP: #552115 - r1220, fix node registration when nc+cc colocated
- LP: #551778 - r1219, fix sc documentation
- LP: #545000 - r1218, fix bad bucket name handling
  * debian/control: recommend qemu-kvm, rather than kvm
  * eucalyptus-cc.install, eucalyptus-cc.links, rules, 15-eucalyptus-url:
- relocate the help text and url to just after the 10-help-text links,
  and before 50-landscape-sysinfo, which should come after; also,
  install the script as a conffile in /etc, rather than a symlink
  which allows the admin to modify it without upgrades automatically
  stomping local changes, LP: #559194
  * 15-eucalyptus-url, eucalyptus-cc.install, eucalyptus-common.install:
install in the eucalyptus-common package, improve logic of determining
if on CLC
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 14 Apr 2010 13:48:48 -0500

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

-- 
node registration fails if node is co-located with CC, and node hostname is 
detected as local
https://bugs.launchpad.net/bugs/552115
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 551778] Re: Doc bug: euca_conf --deregister-sc must be used with a cluster name

2010-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2-0ubuntu30

---
eucalyptus (1.6.2-0ubuntu30) lucid; urgency=low

  * Cherry-pick merge from upstream 1.6.2, now on revision 1222
- LP: #552883 - r1222, fix volume statistics
- LP: #552829 - r1221, fix volume state
- LP: #552115 - r1220, fix node registration when nc+cc colocated
- LP: #551778 - r1219, fix sc documentation
- LP: #545000 - r1218, fix bad bucket name handling
  * debian/control: recommend qemu-kvm, rather than kvm
  * eucalyptus-cc.install, eucalyptus-cc.links, rules, 15-eucalyptus-url:
- relocate the help text and url to just after the 10-help-text links,
  and before 50-landscape-sysinfo, which should come after; also,
  install the script as a conffile in /etc, rather than a symlink
  which allows the admin to modify it without upgrades automatically
  stomping local changes, LP: #559194
  * 15-eucalyptus-url, eucalyptus-cc.install, eucalyptus-common.install:
install in the eucalyptus-common package, improve logic of determining
if on CLC
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 14 Apr 2010 13:48:48 -0500

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

-- 
Doc bug: euca_conf --deregister-sc must be used with a cluster name
https://bugs.launchpad.net/bugs/551778
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 545000] Re: walrus, create_bucket with spaces

2010-04-14 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6.2-0ubuntu30

---
eucalyptus (1.6.2-0ubuntu30) lucid; urgency=low

  * Cherry-pick merge from upstream 1.6.2, now on revision 1222
- LP: #552883 - r1222, fix volume statistics
- LP: #552829 - r1221, fix volume state
- LP: #552115 - r1220, fix node registration when nc+cc colocated
- LP: #551778 - r1219, fix sc documentation
- LP: #545000 - r1218, fix bad bucket name handling
  * debian/control: recommend qemu-kvm, rather than kvm
  * eucalyptus-cc.install, eucalyptus-cc.links, rules, 15-eucalyptus-url:
- relocate the help text and url to just after the 10-help-text links,
  and before 50-landscape-sysinfo, which should come after; also,
  install the script as a conffile in /etc, rather than a symlink
  which allows the admin to modify it without upgrades automatically
  stomping local changes, LP: #559194
  * 15-eucalyptus-url, eucalyptus-cc.install, eucalyptus-common.install:
install in the eucalyptus-common package, improve logic of determining
if on CLC
 -- Dustin Kirkland kirkl...@ubuntu.com   Wed, 14 Apr 2010 13:48:48 -0500

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

-- 
walrus, create_bucket with spaces
https://bugs.launchpad.net/bugs/545000
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 517300] Re: [armel] likewise-open needs porting to ARM

2010-04-14 Thread Michael Casadevall
Updated debdiff attached

** Patch added: likewise-open.debdiff
   http://launchpadlibrarian.net/44182186/likewise-open.debdiff

-- 
[armel] likewise-open needs porting to ARM
https://bugs.launchpad.net/bugs/517300
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 556343] Re: upgrade error on 8.04 - 10.04

2010-04-14 Thread Michael Vogt
I ran it again and the error is gone.

The only change I can think of that fixed is the following bit in
update-manager:

  * DistUpgrade/DistUpgradeQuirks.py:
- stop apparmor before dpkg starts on hardy - lucid upgrades to
  avoid potentially confusing error messages during the upgrade
  (LP: #559433)

 -- Michael Vogt michael.v...@ubuntu.com  Mon, 12 Apr 2010 18:32:59
+0200

To double check I will run the upgrader again with this change removed.

-- 
upgrade error on 8.04 - 10.04 
https://bugs.launchpad.net/bugs/556343
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 515706] Re: qemu-kvm-extras-static sysctl.d settings remain active when package is removed but not purged

2010-04-14 Thread Dustin Kirkland
Unassigning myself, won't-fix for Lucid.  This isn't release critical,
and no one yet has an approved, suggested approach.  Triaged/Wishlist
for Maverick.

** Changed in: qemu-kvm (Ubuntu Lucid)
 Assignee: Dustin Kirkland (kirkland) = (unassigned)

** Changed in: qemu-kvm (Ubuntu Lucid)
   Status: Triaged = Won't Fix

-- 
qemu-kvm-extras-static sysctl.d settings remain active when package is removed 
but not purged
https://bugs.launchpad.net/bugs/515706
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 523148] Re: virsh console does not work (/dev/pts/1: Permission denied)

2010-04-14 Thread Dustin Kirkland
** Changed in: libvirt (Ubuntu)
 Assignee: Dustin Kirkland (kirkland) = (unassigned)

-- 
virsh console does not work (/dev/pts/1: Permission denied)
https://bugs.launchpad.net/bugs/523148
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 345485] Re: libvirt does not remove interfaces on stop

2010-04-14 Thread Dustin Kirkland
Unassigning myself, won't-fix for Lucid, as we don't yet have an agreed
upon approach, and this bug is not release critical.

** Changed in: libvirt (Ubuntu Lucid)
 Assignee: Dustin Kirkland (kirkland) = (unassigned)

** Changed in: libvirt (Ubuntu Lucid)
   Status: Confirmed = Won't Fix

-- 
libvirt does not remove interfaces on stop
https://bugs.launchpad.net/bugs/345485
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 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-04-14 Thread Dustin Kirkland
Hi Ogra-

Can you try the aio=native,cache=off backing disk image options to qemu?

  -drive file=foo.img,aio=native,cache=off

where foo.img is your backing disk image?

This should ensure that disk writes are synchronous, and *might* help
the issue.  Can you try that and report back?

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

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


[Bug 532733] Re: apt/dpkg in qemu-system-arm hangs if a big task is installed

2010-04-14 Thread Dustin Kirkland
Alternatively, aio=threads is your other option.  Perhaps try that too?

Also, perhaps play with the cache, which can be cache=none,
cache=writethrough, or cache=writeback.

(Sorry, in my last post, I wrote cache=off).

See:
 * http://manpages.ubuntu.com/manpages/lucid/en/man1/qemu.1.html

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

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


[Bug 517300] Re: [armel] likewise-open needs porting to ARM

2010-04-14 Thread Gerald Carter
Thanks Michael.  I've forward the patch to our dcerpc developer for
review and testing it myself as well.

-- 
[armel] likewise-open needs porting to ARM
https://bugs.launchpad.net/bugs/517300
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

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


[Bug 559230] Re: multi-machine topology, cannot reach an instance from the CLC

2010-04-14 Thread Etienne Goyer
Looking at the comment history, I think it might be that the
VNET_PUBLICIPS range and the address of VNET_PUBINTERFACE are in the
same subnet, which cannot possibly work.  Which is a known limitation
related to netfilter; ask Dan about it.

But without knowing what the value of VNET_PUBLICIPS on the CC is, I
cannot be sure.

-- 
multi-machine topology, cannot reach an instance from the CLC
https://bugs.launchpad.net/bugs/559230
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 551901] Re: likewise-open fails to join Windows 2000 SP4 domain

2010-04-14 Thread Sam Hartman
As best I can tell, the behavior of the patch is explicitly forbidden by
RFC 4178 section 5; see II under clause B and C.  However, I'll admit
that the behavior described in Appendix C does not seem consistent with
what I remember for Windows 2000...  Perhaps that's only the Windows
behavior for krb5 but not NTLM?

-- 
likewise-open fails to join Windows 2000 SP4 domain
https://bugs.launchpad.net/bugs/551901
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 559230] Re: multi-machine topology, cannot reach an instance from the CLC

2010-04-14 Thread Etienne Goyer
Just to explain a bit further.  The reason I am suspecting
VNET_PUBLICIPS to be wrong is that eth0 on the CC has two IP in the
10.55.55.0/24 range (see comment #11).  I presume 10.55.55.8 is the CC
actual IP, and comment #7 indicate that 10.55.55.100 is the IP of the
instance.  In this case, VNET_PUBLICIPS overlap with 10.55.55.0/24,
which would screw up SNAT/DNAT on the CC.  i am actually fairly sure if
you try to connect using any other machine (not just the CLC), it is
going to fail.

-- 
multi-machine topology, cannot reach an instance from the CLC
https://bugs.launchpad.net/bugs/559230
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 551847] Re: Rebundled uec instance boot fail

2010-04-14 Thread Scott Moser
I just realized that this same issue was fixed in ec2-bundle-vol in bug
308548 .

As such, it would be in keeping with that to make the same fix to euca-
bundle-vol.

-- 
Rebundled uec instance boot fail
https://bugs.launchpad.net/bugs/551847
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools 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


  1   2   3   4   5   6   7   8   9   10   >