[Bug 597875] Re: Clam freezes during recursive scan

2010-06-24 Thread Steve Beattie
I can reproduce the pread() failures with clamscan from clamav 0.96.1
+dfsg-0ubuntu0.10.04.1 on lucid; however, all of the files reporting
errors occur on /sys which is the (default) location where the sysfs
filesystem is located. The sysfs filesystem is a synthetic filesystem
that exposes information about the system: buses, devices, cpus, etc. As
I said, it's a synthetic filesystem; that is, the contents of the
directories and files are generated by the kernel on the fly and in many
cases the amount of data reported may not be easily computable in
advance.

Thus, if you examine the files that clamscan is reporting errors about,
you'll see that they're usually 4096 bytes in size, and clamscan is
failing to read X number of bytes after having read 4096 - X bytes from
the file.

For the speculators, I've also verified by examining /var/log/kern.log
that these pread() failures are not the result of AppArmor rejections.

On my test system, I also reproduce the apparent hanging behavior, it's
stuck repeatedly trying to pread() from
/sys/devices/platform/vga16fb.0/graphics/fb0/bl_curve and not stopping
despite getting EINVAL returned, as the snippet from ptrace shows:

  pread(10, 0x7fd093dd6550, 14189025968, 18446744059520529744) = -1 EINVAL 
(Invalid argument)
  pread(10, 0x7fd093dd654f, 14189025969, 18446744059520529743) = -1 EINVAL 
(Invalid argument)
  pread(10, 0x7fd093dd654e, 14189025970, 18446744059520529742) = -1 EINVAL 
(Invalid argument)

 $ sudo ls -l /proc/15345/fd/10
  lr-x-- 1 root root 64 2010-06-23 23:37 /proc/15345/fd/10 - 
/sys/devices/platform/vga16fb.0/graphics/fb0/bl_curve

Really, clamscan should be skipping sysfs filesystems; if your running
kernel is offering up trojaned or otherwise malicious files there, your
system is seriously compromised and whatever has been maliciously
injected into it would likely also be smart enough to behave normally
for something that looks like a virus/trojan scanner. OTOH, it could be
more sensible about how it behaves in the face of files that lie about
its size.

I've attached the output from my test run of clamscan, to show that
indeed, all the files I saw reported are under /sys aka sysfs.

** Attachment added: clamscan.log
   http://launchpadlibrarian.net/50835770/clamscan.log

-- 
Clam freezes during recursive scan
https://bugs.launchpad.net/bugs/597875
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


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

2010-06-24 Thread ilia
SF bug 1977971 talks about boot from iso image and considered not a bug
(according to comment 1)

** Changed in: libvirt
   Importance: Unknown = Undecided

** Changed in: libvirt
   Status: Unknown = New

** Changed in: libvirt
 Remote watch: SourceForge.net Tracker #1977971 = None

-- 
qemu -drive boot=on flag causes boot to hang.
https://bugs.launchpad.net/bugs/591423
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-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 597587] Re: debconf does not show dialog

2010-06-24 Thread kilmarnock
 Did you have mysql configured and working before, and not change the 
 configuration?
yes

 If so, had you customized apparmor? 
no

If so then I believe you'll need to re-apply your apparmor profile changes.
There is only /etc/apparmor.d/usr.sbin.mysqld which looks quite default

It looks to me like you have mysql db installed under /home/mysql
no. It is installed in the default location

and apparmor is refusing mysqld access to that directory.
maybe. Is there any other apparmor profile location? 

I have to add that I can continue the update process by killing the
debconf task TWICE.

-- 
debconf does not show dialog
https://bugs.launchpad.net/bugs/597587
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 597587] Re: debconf does not show dialog

2010-06-24 Thread kilmarnock
It looks to me like you have mysql db installed under /home/mysql
yes, you are right. Shame on me.

-- 
debconf does not show dialog
https://bugs.launchpad.net/bugs/597587
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 597587] Re: debconf does not show dialog

2010-06-24 Thread kilmarnock
i added the path to usr.sbin.mysqld with w option. The upgrade process still 
hangs until I kill
/usr/bin/perl -w /usr/share/debconf/frontend 
/var/lib/dpkg/info/mysql-server-5.1.prerm upgrade 5.1.41-3ubuntu12.3 TWICE..

-- 
debconf does not show dialog
https://bugs.launchpad.net/bugs/597587
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 595388] Re: starting kvm guests with libvirt on virthost startup doesn't wait till all dependencies are available

2010-06-24 Thread Lars
Hi!

Yes, the vms is configured to be started automatically by libvirtd.

The aoetool start script only loads the module. I don't mount any aoe
device, because it is used directly by the vm.

You're right the best solution would be to enhance libvirtd to check all 
prerequisites for each vm before starting it.
But sadly I had no time to wait for this to be realised. And I'm not skilled 
enough to do this myself.

So my solution was to enhance the upstart script in this way:

pre-start script
mkdir -p /var/run/libvirt
# Clean up a pidfile that might be left around
rm -f /var/run/libvirtd.pid

AOE=$(aoe-stat | wc -l)
until [ $AOE -gt 0 ]
do
sleep 1
AOE=$(aoe-stat | wc -l)
done
end script


This pre-start script waits till at least one aoe device is accessible.

Thanks and kind regards
Lars

-- 
starting kvm guests with libvirt on virthost startup doesn't wait till all 
dependencies are available
https://bugs.launchpad.net/bugs/595388
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 597587] Re: debconf does not show dialog

2010-06-24 Thread kilmarnock
added it like this: 
/home/mysql/ rw,

-- 
debconf does not show dialog
https://bugs.launchpad.net/bugs/597587
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 543478] Re: qemus pmemsave doesn't accept / in filename

2010-06-24 Thread Muelli
Eh. Well. I'm a bit surprised that you won't allow forward slashes if
you try to parse a path. It's actually a quite common character in the
Linux world. Even other Unixes use it for separating components of a
path. And since people use it so much, it should be as easy as possible
to actually give a path to qemu. The excuse that it is used to create
special expressions (which, btw?!) doesn't hold. I'm pretty confident
that people use the '/' character to separate components of a path
rather than doing special expressions. Especially when a path the a
file is expected! So if there are still special expressions needed in
a path, it'd be better to select a different character.

Even if you don't agree on that, I really believe the user deserves some
explanation along with the error message that is printed as I've pointed
out in comment #0.

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

-- 
qemus pmemsave doesn't accept / in filename
https://bugs.launchpad.net/bugs/543478
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 450645] Re: error during slapd configuration: chown: cannot access `olcDbDirectory\nolcDbDirectory'

2010-06-24 Thread Ross Golder
I have the same problem on one of our servers. I don't have backup files
in the config area:

r...@leopard:/etc/ldap/slapd.d# grep olcDbDirectory: 
/etc/ldap/slapd.d/cn\=config/olcDatabase*
/etc/ldap/slapd.d/cn=config/olcDatabase={1}hdb.ldif:olcDbDirectory: 
/var/lib/ldap
/etc/ldap/slapd.d/cn=config/olcDatabase={2}monitor.ldif:olcDbDirectory: 
/var/lib/ldap
/etc/ldap/slapd.d/cn=config/olcDatabase={3}ldap.ldif:olcDbDirectory: 
/var/lib/ldap
r...@leopard:/etc/ldap/slapd.d# grep olcSuffix: 
/etc/ldap/slapd.d/cn\=config/olcDatabase*
/etc/ldap/slapd.d/cn=config/olcDatabase={1}hdb.ldif:olcSuffix: 
dc=cpd,dc=co,dc=uk
/etc/ldap/slapd.d/cn=config/olcDatabase={3}ldap.ldif:olcSuffix: 
dc=cpd,dc=co,dc=uk
r...@leopard:/etc/ldap/slapd.d# ls -l /etc/ldap/slapd.d/cn\=config/olcDatabase*
-rw-r- 1 openldap openldap 2216 2010-06-24 10:29 
/etc/ldap/slapd.d/cn=config/olcDatabase={0}config.ldif
-rw-r- 1 openldap openldap 2142 2010-06-24 10:29 
/etc/ldap/slapd.d/cn=config/olcDatabase={-1}frontend.ldif
-rw-r- 1 openldap openldap 1913 2010-06-24 10:29 
/etc/ldap/slapd.d/cn=config/olcDatabase={1}hdb.ldif
-rw-r- 1 openldap openldap  533 2010-03-24 01:13 
/etc/ldap/slapd.d/cn=config/olcDatabase={2}monitor.ldif
-rw-r- 1 openldap openldap 1375 2010-03-24 01:15 
/etc/ldap/slapd.d/cn=config/olcDatabase={3}ldap.ldif

/etc/ldap/slapd.d/cn=config/olcDatabase={1}hdb:
total 4
-rw-r--r-- 1 openldap openldap 191 2010-03-18 06:05 olcOverlay=syncprov.ldif
r...@leopard:/etc/ldap/slapd.d# apt-get install -f
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  python-xapian libntfs-3g54 libfont-freetype-perl
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up slapd (2.4.21-0ubuntu5) ...
  Backing up /etc/ldap/slapd.d/ in /var/backups/slapd-2.4.21-0ubuntu2... done.
chown: cannot access `olcDbDirectory\nolcDbDirectory': No such file or directory
dpkg: error processing slapd (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 slapd
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
error during slapd configuration: chown: cannot access 
`olcDbDirectory\nolcDbDirectory'
https://bugs.launchpad.net/bugs/450645
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in ubuntu.

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


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

2010-06-24 Thread Thierry Carrez
Server papercuts are for obvious fixes, not for conflictual decisions.
Enabling byobu by default on Ubuntu Server was discussed at UDS-M and
the idea was postponed by server engineering management... so this is
not valid as a papercut.

** Changed in: server-papercuts
   Status: New = Invalid

-- 
Byobu should be enabled by default for initial login to Ubuntu Server
https://bugs.launchpad.net/bugs/586546
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 596781] Re: JSP examples refer to Tomcat 5 (not 6)

2010-06-24 Thread Thierry Carrez
Confirmed, this is actually coming straight from upstream, they failed
to update the version numbers in some parts of the doc.

** Changed in: tomcat6 (Ubuntu)
   Status: Incomplete = Confirmed

-- 
JSP examples refer to Tomcat 5 (not 6)
https://bugs.launchpad.net/bugs/596781
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 598046] [NEW] not able to create vm box

2010-06-24 Thread sony
Public bug reported:

i am getting msg ...
pls suggest, what i need to do to resolve this bug.

  File /usr/lib/python2.6/dist-packages/VMBuilder/plugins/ubuntu/distro.py, 
line 166, in xen_kernel_version
raise VMBuilderException('Something is wrong, no valid xen kernel for the 
suite %s found by rmadison' % self.vm.suite)
NameError: global name 'VMBuilderException' is not defined

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

-- 
not able to create vm box
https://bugs.launchpad.net/bugs/598046
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 303882] Re: python-vm-builder --raw doesn't set size correctly

2010-06-24 Thread sony
when i am trying to creating vm with the help of vmbuilder i am getting error..
pls suggest where i need to work/modify/update.

File /usr/lib/python2.6/dist-packages/VMBuilder/plugins/ubuntu/distro.py, 
line 166, in xen_kernel_version
raise VMBuilderException('Something is wrong, no valid xen kernel for the 
suite %s found by rmadison' % self.vm.suite)
NameError: global name 'VMBuilderException' is not defined


** Changed in: vm-builder (Ubuntu)
   Status: Fix Released = Invalid

** Converted to question:
   https://answers.launchpad.net/ubuntu/+source/vm-builder/+question/115631

-- 
python-vm-builder --raw doesn't set size correctly
https://bugs.launchpad.net/bugs/303882
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 598063] [NEW] package setserial 2.17-45.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-06-24 Thread adelnassar
Public bug reported:

Binary package hint: setserial

setserial

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: setserial 2.17-45.2
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Thu Jun 24 04:33:58 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: setserial
Title: package setserial 2.17-45.2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 2

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


** Tags: apport-package i386 lucid

-- 
package setserial 2.17-45.2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/598063
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to setserial in ubuntu.

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


[Bug 598063] Re: package setserial 2.17-45.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-06-24 Thread adelnassar

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

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

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

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

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

-- 
package setserial 2.17-45.2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/598063
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to setserial in ubuntu.

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


[Bug 596780] [NEW] tomcat6 still missing JSTL (glassfish-javaee)

2010-06-24 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Binary package hint: tomcat6

When running Tomcat6 from repos, it becomes quickly apparent that JSTL is not 
present. This problem was discussed here:
http://help.lockergnome.com/linux/JSTL-repositories--ftopict514769.html

It was fixed by Debian with release 1:2ur2-b04-4: http://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=548242

Even though my system (Pentium M, 1Gb, Tomcat6, Lucid Lynx via upgrades)
reports 1:2ur2-b04-6, Tomcat6 still is missing the JSTL libraries.

** Affects: tomcat6 (Ubuntu)
 Importance: Wishlist
 Status: Incomplete

-- 
tomcat6 still missing JSTL (glassfish-javaee)
https://bugs.launchpad.net/bugs/596780
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 596780] Re: tomcat6 still missing JSTL (glassfish-javaee)

2010-06-24 Thread Thierry Carrez
In Lucid (as in Debian), the Glassfish JSTL implementation is provided
by the glassfish-javaee package (as glassfish-appserv-jstl-
2ur2-b04.jar).

Note that JSTL is not part of the upstream tomcat6 distribution either.
It is, however, packaged with the examples webapp. It's true that the
tomcat6-examples package in Debian/Ubuntu does not provide jstl.jar
(or standard.jar, for that matter). Is that the bug you want to report ?

** Package changed: glassfish (Ubuntu) = tomcat6 (Ubuntu)

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

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

-- 
tomcat6 still missing JSTL (glassfish-javaee)
https://bugs.launchpad.net/bugs/596780
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 582376] Re: Samba (nmbd) fails to start at boot

2010-06-24 Thread Thierry Carrez
Maybe this is a duplicate of bug 596064 -- could you try commenting the
two lines in /etc/init/nmbd.conf as suggested there ?

-- 
Samba (nmbd) fails to start at boot
https://bugs.launchpad.net/bugs/582376
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 417212] Re: package tomcat6 6.0.18-0ubuntu6.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-06-24 Thread Thierry Carrez
Except that I can't reproduce it on a new setup: sudo aptitude purge
tomcat6 just purges the configuration files, including /etc/tomcat6
/tomcat-users.xml...

-- 
package tomcat6 6.0.18-0ubuntu6.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/417212
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 417212] Re: package tomcat6 6.0.18-0ubuntu6.1 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2010-06-24 Thread Thierry Carrez
Looks like the problem is that you ran sudo aptitude remove --purge
instead of sudo aptitude purge, resulting in an non-purged tomcat6
package. remove --purge is an APT option, not an aptitude one.

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

-- 
package tomcat6 6.0.18-0ubuntu6.1 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/417212
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 598063] Re: package setserial 2.17-45.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2010-06-24 Thread Jean-Baptiste Lallement
*** This bug is a duplicate of bug 512096 ***
https://bugs.launchpad.net/bugs/512096

** This bug has been marked a duplicate of bug 512096
   [MASTER] Exec format error : package failed to install/remove : 
installation/removal script returned error exit status 2

-- 
package setserial 2.17-45.2 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 2
https://bugs.launchpad.net/bugs/598063
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to setserial in ubuntu.

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


[Bug 588293] Re: Memory leak

2010-06-24 Thread Serge Hallyn
David and Chris, could you please try to reproduce with the packages in
ppa:serge-hallyn/virt, which was created with the exact tree which I would
like to propose for merge into lucid-proposed?  You can try it by doing
(as root):

cat  /etc/apt/sources.list.d/serge-hallyn-virt.list  EOF
deb http://ppa.launchpad.net/serge-hallyn/virt/ubuntu lucid main
EOF

apt-get update
apt-get upgrade

I then ran
spew -g --raw --statistics -t -v 5G foo
in two guests at the same time, while doing
while [ 1 ]; do
for p in `pidof kvm`; do
grep RSS /proc/$p/status
done
sleep 10s
echo
done
on the host.  Neither guest exceeded its assigned memory size with this
package on my system.

Please let me know if it fixes the memory leak for you.

-- 
Memory leak
https://bugs.launchpad.net/bugs/588293
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 594989] Re: Lucid Lynx authbind defaults too restrictive

2010-06-24 Thread Thierry Carrez
** Changed in: tomcat6 (Ubuntu)
   Importance: Wishlist = Medium

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

-- 
Lucid Lynx authbind defaults too restrictive
https://bugs.launchpad.net/bugs/594989
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 594989] Re: Lucid Lynx authbind defaults too restrictive

2010-06-24 Thread Thierry Carrez
Fix committed to debian java-svn

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

** Changed in: tomcat6 (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

** Changed in: tomcat6 (Ubuntu)
   Importance: Medium = Wishlist

-- 
Lucid Lynx authbind defaults too restrictive
https://bugs.launchpad.net/bugs/594989
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 591802] Re: tomcat fails to start using a security manager

2010-06-24 Thread Thierry Carrez
** Changed in: tomcat6 (Ubuntu)
   Status: Triaged = Fix Committed

-- 
tomcat fails to start using a security manager
https://bugs.launchpad.net/bugs/591802
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

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


[Bug 350936] Re: Should shut down domains on system shutdown

2010-06-24 Thread ossjunkie
thanks for the hint, but after trying i found that start on (runlevel
[06] and stopping libvirt-bin) should do the trick. but i still got
problems as i can use libvirt at first in the upstart job, but when
testing the timeout loop it seems that libvirt-bin still stopped before
the script finished.

why does libvirt-bin still stop before the libvirt-shutdown-guests job has 
finished the script?
do i have to modify the libvirt-bin job to wait for libvirt-shutdown-guests?
does upstart jobs also receive some sort of kill signal? 
does upstart in general allow to delay the shutdown just by a loop in the 
script of a upstart job?

here is my current version. upstart experts required urgently ;)

BTW i have no problems when testing it with initctl start libvirt-
shutdown-guests, so any testing needs to done on real shutdown ;(

** Attachment added: libvirt-shutdown-guests.conf
   http://launchpadlibrarian.net/50850625/libvirt-shutdown-guests.conf

-- 
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
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 588481] Re: Init script fails to start when run via ssh with pty

2010-06-24 Thread Thierry Carrez
Fix committed to debian svn-java

** Changed in: tomcat6 (Ubuntu)
   Status: Confirmed = Fix Committed

** Changed in: tomcat6 (Ubuntu)
 Assignee: (unassigned) = Thierry Carrez (ttx)

** Changed in: tomcat6 (Debian)
   Status: New = Fix Committed

-- 
Init script fails to start when run via ssh with pty
https://bugs.launchpad.net/bugs/588481
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 513562] Re: Windows 7 Pro machines trust relationship fails

2010-06-24 Thread Myles Braithwaite
The issue seems to be that the workstation user accounts change their
passwords every 30 days. Take a look at one of my workstations log
files:


[2010/06/24 09:43:25,  1] auth/auth_util.c:577(make_server_info_sam)
  User WORKSTATION29$ in passdb, but getpwnam() fails!
[2010/06/24 09:43:25,  0] auth/auth_sam.c:355(check_sam_security)
  check_sam_security: make_server_info_sam() failed with 
'NT_STATUS_NO_SUCH_USER'

-- 
Windows 7 Pro machines trust relationship fails
https://bugs.launchpad.net/bugs/513562
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 543478] Re: qemus pmemsave doesn't accept / in filename

2010-06-24 Thread Serge Hallyn
Muelli:  I agree that a help message about quoting pathnames would be
useful.  Please work with the upstream mailing list to do so.  A small
patch to qemu-monitor.hx should suffice, but you'll need to interact with
the qemu-de...@nongnu.org mailing list.

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

-- 
qemus pmemsave doesn't accept / in filename
https://bugs.launchpad.net/bugs/543478
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.

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


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

2010-06-24 Thread Mike Mestnik
ilia,
  What SF project, a link would be nice.  The current link is kinda fun it 
links to that number locally.

-- 
qemu -drive boot=on flag causes boot to hang.
https://bugs.launchpad.net/bugs/591423
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-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 590232] Re: qemu-system-x86_64 crashed with SIGSEGV

2010-06-24 Thread Serge Hallyn
Thanks for taking the time to make Ubuntu better.

Is qemu hogging the cpu itself easily repeatable?

How long had qemu been running?  There is a known memory leak (with fix
hopefully to be committed soon) which would explain both the failure to
malloc memory with GFP_ALLOC in your current_dmesg, and qemu hanging.  If
you think that might fit your problem, then please see
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/588293 to try
out the experimental fix, and let us know if this stops qemu from
hanging.


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

-- 
qemu-system-x86_64 crashed with SIGSEGV
https://bugs.launchpad.net/bugs/590232
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 551130] Re: infinite loop in /etc/init/mysql.conf if mysqld is not running.

2010-06-24 Thread Tom Ellis
Hit the same issue, when there was a typo in my.cnf, mysql-server is a
stuck in an infinite post-start loop.

-- 
infinite loop in /etc/init/mysql.conf if mysqld is not running.
https://bugs.launchpad.net/bugs/551130
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.

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


[Bug 463449] Re: How to decrease cloud-debug / cloud-error log verbosity (or disable them)

2010-06-24 Thread H.M.
Why does the user have to provide anything custom in order to get more
value out of a product?

Having an easy way to reduce log verbosity (if the system is stable and
functioning) will help the user manage the system better by reducing the
noise. Why would a DEBUG log entry need to ever be written to a log file
(consuming disk space and CPU resources) on a normally functioning
system?

Forcing the user to learn log4j is not very user-friendly.

-- 
How to decrease cloud-debug / cloud-error log verbosity (or disable them)
https://bugs.launchpad.net/bugs/463449
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 463449] Re: How to decrease cloud-debug / cloud-error log verbosity (or disable them)

2010-06-24 Thread Etienne Goyer
H.M., fully agreed on all points.  This topic have been brought up in
the past two UDS; not sure what the roadmap for resolution is.

-- 
How to decrease cloud-debug / cloud-error log verbosity (or disable them)
https://bugs.launchpad.net/bugs/463449
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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-24 Thread Tim Gardner
Works with 41440ffe21f29bdb985cab76b2d0b06d83e63b19 (required minor
compile fix)

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 585108] Re: Problems with node registration

2010-06-24 Thread H.M.
I'm also exhibiting the same problem, some of the background is here:
http://open.eucalyptus.com/forum/cc-not-able-registersee-nodes

-- 
Problems with node registration
https://bugs.launchpad.net/bugs/585108
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 598182] [NEW] eucalyptus-cc and uec-component-listener services are not started

2010-06-24 Thread H.M.
Public bug reported:

On Lucid, when the system starts, uec-component-listener and eucalyptus-
cc are not running.

List of my packages:

r...@srv-uec-qa-cc:/var/log/eucalyptus# dpkg -l|grep -i -e eucalyptus -e uec
ii  euca2ools1.2-0ubuntu10 
managing cloud instances for Eucalyptus
ii  eucalyptus-cc1.6.2-0ubuntu30   
Elastic Utility Computing Architecture - Clu
ii  eucalyptus-cloud 1.6.2-0ubuntu30   
Elastic Utility Computing Architecture - Clo
ii  eucalyptus-common1.6.2-0ubuntu30   
Elastic Utility Computing Architecture - Com
ii  eucalyptus-gl1.6.2-0ubuntu30   
Elastic Utility Computing Architecture - Log
ii  eucalyptus-java-common   1.6.2-0ubuntu30   
Elastic Utility Computing Architecture - Com
ii  eucalyptus-sc1.6.2-0ubuntu30   
Elastic Utility Computing Architecture - Sto
ii  eucalyptus-walrus1.6.2-0ubuntu30   
Elastic Utility Computing Architecture - Wal
ii  libeucalyptus-commons-ext-java   0.5.0-0ubuntu2
Eucalyptus commons external Java library
ii  uec-component-listener   1.6.2-0ubuntu30   
Ubuntu Enterprise Cloud - Component listener


Once I manually start uec-component-listener and eucalyptus-cc, I am not able 
to register any nodes. (Here is some background: 
http://open.eucalyptus.com/forum/cc-not-able-registersee-nodes) There is also a 
previous bug on the registration issue: 
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/504704 but I believe 
my issue is slightly different.

I am not sure if the registration problem is independent or related to
the startup issue.

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

-- 
eucalyptus-cc and uec-component-listener services are not started
https://bugs.launchpad.net/bugs/598182
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 598186] [NEW] Unable to register nodes in eucalyptus

2010-06-24 Thread H.M.
Public bug reported:

My topology is as follows: (Server names  Corresponding coponents)

SRV-UEC-QA-CC: Contains CC, CLC, Walrus, SC
SRV-UEC-QA-NODE01:  Contains NC
SRV-UEC-QA-NODE02:  Contains NC

NOTE: I have another problem where eucalyptus-cc  uec-component-
listener are not started by default. (See Bug 598182) In order to deal
with this problem, I start the eucalyptus-cc and uec-component-listener
services manually and there are no indications of failure.

---

PROBLEM:  I am unable to get my nodes to register. My Eucalyptus cluster
is unusable as a result.

Please visit this for more background: http://open.eucalyptus.com/forum
/cc-not-able-registersee-nodes

Here is an example of the issue:

r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --list-nodes

r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --deregister-nodes 10.1.0.2 
10.1.0.3 
SUCCESS: removed node '10.1.0.2'
SUCCESS: removed node '10.1.0.3'
r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --deregister-cluster 
qa-cluster

SUCCESS: cluster 'qa-cluster' successfully deregistered.
r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --register-cluster qa-cluster 
10.0.10.6

Trying rsync to sync keys with 10.0.10.6...done.

SUCCESS: new cluster 'qa-cluster' on host '10.0.10.6' successfully registered.
r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --register-nodes 10.1.0.2 
10.1.0.3

INFO: We expect all nodes to have eucalyptus installed in
//var/lib/eucalyptus/keys for key synchronization.

Trying rsync to sync keys with 10.1.0.2...done.

Trying rsync to sync keys with 10.1.0.3...done.
r...@srv-uec-qa-cc:/var/log/eucalyptus# euca_conf --list-nodes

r...@srv-uec-qa-cc:/var/log/eucalyptus#

---

Here is a list of my packages:

r...@srv-uec-qa-cc:/var/log/eucalyptus# dpkg -l|grep -i -e eucalyptus -e uec
ii  euca2ools1.2-0ubuntu10 
managing cloud instances for Eucalyptus
ii  eucalyptus-cc1.6.2-0ubuntu30   
Elastic Utility Computing Architecture - Clu
ii  eucalyptus-cloud 1.6.2-0ubuntu30   
Elastic Utility Computing Architecture - Clo
ii  eucalyptus-common1.6.2-0ubuntu30   
Elastic Utility Computing Architecture - Com
ii  eucalyptus-gl1.6.2-0ubuntu30   
Elastic Utility Computing Architecture - Log
ii  eucalyptus-java-common   1.6.2-0ubuntu30   
Elastic Utility Computing Architecture - Com
ii  eucalyptus-sc1.6.2-0ubuntu30   
Elastic Utility Computing Architecture - Sto
ii  eucalyptus-walrus1.6.2-0ubuntu30   
Elastic Utility Computing Architecture - Wal
ii  libeucalyptus-commons-ext-java   0.5.0-0ubuntu2
Eucalyptus commons external Java library
ii  uec-component-listener   1.6.2-0ubuntu30   
Ubuntu Enterprise Cloud - Component listener

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

-- 
Unable to register nodes in eucalyptus
https://bugs.launchpad.net/bugs/598186
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 598182] [NEW] eucalyptus-cc and uec-component-listener services are not started

2010-06-24 Thread Torsten Spindler
Is the cluster registered in the cloud at all? Do you see it with
euca-describe-availability-zones?

-- 
eucalyptus-cc and uec-component-listener services are not started
https://bugs.launchpad.net/bugs/598182
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 598182] Re: eucalyptus-cc and uec-component-listener services are not started

2010-06-24 Thread H.M.
The registration problem is filed as Bug #598186

-- 
eucalyptus-cc and uec-component-listener services are not started
https://bugs.launchpad.net/bugs/598182
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 596064] Re: nmbd fails to start on boot - problem with upstart

2010-06-24 Thread aroonsurya
I and Abhishek are working in the same lab setup.
Here are the answers to U'r Q

$ testparm -s --parameter-name='disable netbios' 2/dev/null
$ echo $?

rka...@rka-29-desktop:~$ testparm -s --parameter-name='disable netbios' 
2/dev/null
No
rka...@rka-29-desktop:~$ echo $?
0

Also, on the machine that fail to start nmbd at boot, does starting up
nmbd manually after boot (sudo start nmbd) work with an uncommented
prestart script ?

Yes.

-- 
nmbd fails to start on boot - problem with upstart 
https://bugs.launchpad.net/bugs/596064
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 571432] Re: qemu-system-arm crashed with SIGSEGV in subpage_register()

2010-06-24 Thread Serge Hallyn
I wonder whether this could be related to

http://www.mail-archive.com/qemu-de...@nongnu.org/msg31299.html

-- 
qemu-system-arm crashed with SIGSEGV in subpage_register()
https://bugs.launchpad.net/bugs/571432
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 571432] Re: qemu-system-arm crashed with SIGSEGV in subpage_register()

2010-06-24 Thread Serge Hallyn
Does boot succeed if you add

-net nic,model=rtl8139

to your qemu-system-arm arguments?

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

-- 
qemu-system-arm crashed with SIGSEGV in subpage_register()
https://bugs.launchpad.net/bugs/571432
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 597818] Re: Include files parsed in reverse order

2010-06-24 Thread Launchpad Bug Tracker
This bug was fixed in the package dovecot - 1:1.2.12-0ubuntu3

---
dovecot (1:1.2.12-0ubuntu3) maverick; urgency=low

  * debian/patches/fix-dovecot-config-parser.patch: Fix ordering of external 
config
files. (LP: #597818)
 -- Chuck Short zul...@ubuntu.com   Thu, 24 Jun 2010 14:09:05 -0400

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

-- 
Include files parsed in reverse order
https://bugs.launchpad.net/bugs/597818
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-24 Thread Chris Cheney
Works with 23eb3b64b5e44680c867e165fe1cd18e57fba255 (required compile
fix, probably the same one as Tim mentioned earlier).

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-24 Thread Tim Gardner
works with 23eb3b64b5e44680c867e165fe1cd18e57fba255 (required minor
compile fix)

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 463449] Re: How to decrease cloud-debug / cloud-error log verbosity (or disable them)

2010-06-24 Thread chris grzegorczyk
This bug has long been irrelevant and should be closed.

That is all addressed by adding the 
--log-level={TRACE,DEBUG,INFO,WARN,ERROR,FATAL} flag in:
- 1.6.2 you need to add it to OPTS in the eucalyptus-cloud init script
- devel add it to CLOUD_OPTS in eucalyptus.conf

cheers.

** Changed in: eucalyptus
   Status: Invalid = Fix Released

-- 
How to decrease cloud-debug / cloud-error log verbosity (or disable them)
https://bugs.launchpad.net/bugs/463449
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 586546] Re: Byobu should be enabled by default for initial login to Ubuntu Server

2010-06-24 Thread Ciemon Dunville
Thierry, this bug has nothing to do with conflictual decisions. It is
the opinion of an Ubuntu user on how critical server information can be
best served to a user, as I've detailed in the description.

The discussion at UDS, and the outcome have no influence on whether this
a valid papercut, the suggestion has been discussed, that is all.

The definition of a papercut at https://wiki.ubuntu.com/PaperCut is: a
trivially fixable usability bug that the average user would encounter in
default installation of Ubuntu or Kubuntu Desktop Edition and I believe
that this bug fits that definition.

Server users cannot currently, quickly and easily see server
status/information which is trivially fixed by enabling byobu for the
initial login.

-- 
Byobu should be enabled by default for initial login to Ubuntu Server
https://bugs.launchpad.net/bugs/586546
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 580454] Re: libvirt 'ethernet' or 'bridge' interface machines won't start.

2010-06-24 Thread Serge Hallyn
Note that the problem of the error message being cryptic should be fixed
upstream:

https://bugzilla.redhat.com/show_bug.cgi?id=581381

I'm trying to reproduce your vmbuilder example (on maverick).  Can you tell me
exactly what happens for you with that VM?


** Bug watch added: Red Hat Bugzilla #581381
   https://bugzilla.redhat.com/show_bug.cgi?id=581381

-- 
libvirt 'ethernet' or 'bridge' interface machines won't start.
https://bugs.launchpad.net/bugs/580454
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 571093] Re: [SRU] multipath + libvirtd eats away more memory over time

2010-06-24 Thread .:. brainsik
What's the status of this getting into lucid-updates?

-- 
[SRU] multipath + libvirtd eats away more memory over time
https://bugs.launchpad.net/bugs/571093
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-server-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 350936] Re: Should shut down domains on system shutdown

2010-06-24 Thread Soren Hansen
On Thu, Jun 24, 2010 at 01:38:04PM -, ossjunkie wrote:
 thanks for the hint, but after trying i found that start on (runlevel
 [06] and stopping libvirt-bin) should do the trick. but i still got
 problems as i can use libvirt at first in the upstart job, but when
 testing the timeout loop it seems that libvirt-bin still stopped before
 the script finished.

That shouldn't happen. You're doing the right thing with upstart. I
double checked with one of the experts. :) Something else seems to be
killing libvirt-bin. Try putting a a post-stop thing in the libvirt-bin
job to log when it's being killed, just to double check.

 why does libvirt-bin still stop before the libvirt-shutdown-guests job
 has finished the script?

Good question. Upstart shouldn't be killing it, but something else
might. I can't imagine what, though.

 do i have to modify the libvirt-bin job to wait for
 libvirt-shutdown-guests?

Nope.

 does upstart jobs also receive some sort of kill signal?  does upstart
 in general allow to delay the shutdown just by a loop in the script of
 a upstart job?

Yes.

 BTW i have no problems when testing it with initctl start libvirt-
 shutdown-guests, so any testing needs to done on real shutdown ;(

 ** Attachment added: libvirt-shutdown-guests.conf
 http://launchpadlibrarian.net/50850625/libvirt-shutdown-guests.conf

The script still has some debugging stuff in it. That would need to go
away before we can include this in the package.

Thanks for your efforts so far! This has been a problem for a looong
time.

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

-- 
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
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 586546] Re: Byobu should be enabled by default for initial login to Ubuntu Server

2010-06-24 Thread Serge Hallyn
Sorry, I'm probably missing some background, but why can't the admins do

   ssh -t myserver byobu

?

-- 
Byobu should be enabled by default for initial login to Ubuntu Server
https://bugs.launchpad.net/bugs/586546
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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-24 Thread Tim Gardner
Fails with 79a56ed0e11c7d924762062a0e2a46b87014498d

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 591423] Re: qemu -drive boot=on flag causes boot to hang.

2010-06-24 Thread Mike Mestnik
I have this working at home under KVM, it's the software emulator that
this is broken on.

http://sourceforge.net/tracker/index.php?func=detailaid=1977971group_id=180599atid=893831
This is also something to keep in mind, with or w/o -boot c it's the same.

-- 
qemu -drive boot=on flag causes boot to hang.
https://bugs.launchpad.net/bugs/591423
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

-- 
Ubuntu-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 549828] Re: package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-06-24 Thread Javier Borja
Since I'm having this same problem can you please explain what steps you would 
like me to take?
I would love to help troubleshoot this problem.

-- 
package backuppc 3.1.0-9ubuntu1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/549828
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc in ubuntu.

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


Re: [Bug 350936] Re: Should shut down domains on system shutdown

2010-06-24 Thread Francesco Pretto
2010/6/24 Soren Hansen so...@ubuntu.com:
 why does libvirt-bin still stop before the libvirt-shutdown-guests job
 has finished the script?

 Good question. Upstart shouldn't be killing it, but something else
 might. I can't imagine what, though.


I'm not sure Upstart isn't supposed to kill them. Let's suppose
upstart is able to track all pids forked for livbvirt-bin job start
(and it doesn't do so, even if the expect daemon stanza is used:
this may be an upstart bug): there would be a pid for libvirt-bin and
many pids for kvm guests. Suppose you want to kill the libvirt-bin
job: how can you tell upstart to kill just libvirt-bin and not kvm
guests? I don't think upstart jobs are so flexible.

-- 
Should shut down domains on system shutdown
https://bugs.launchpad.net/bugs/350936
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 580454] Re: libvirt 'ethernet' or 'bridge' interface machines won't start.

2010-06-24 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu)
   Status: New = Incomplete

-- 
libvirt 'ethernet' or 'bridge' interface machines won't start.
https://bugs.launchpad.net/bugs/580454
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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-24 Thread Tim Gardner
Fails with e33c01972239fee4696679ae5f7d1f340f424999

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-24 Thread Tim Gardner
Fails with 951c30d135390a108f102b0f6e3cfa6241f2a1aa

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 594179] Re: Missing -f option for 'qemu-img snapshot'

2010-06-24 Thread Serge Hallyn
Hi Andreas,

just to be clear, you are saying that qemu-img in upstream git tree
would not need this patch, right?

-- 
Missing -f option for 'qemu-img snapshot'
https://bugs.launchpad.net/bugs/594179
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 598275] Re: munin-node fw_conntrack plugin reports incorrect critical threshold

2010-06-24 Thread Micah Stetson
** Description changed:

  Binary package hint: munin
  
  Ubuntu 10.04 LTS, munin-node 1.4.4-1ubuntu1.  On my newly installed
  Lucid server, Munin's fw_conntrack plugin reports the critical number
  of network connects as 5 or 6.  This means that I get constant alerts
  about having too many network connections.  I think this is actually
  caused by a bug in dash's built-in read command.  Fw_conntrack gets its
  max connection number by reading /proc/sys/net/ipv4/ip_conntrack_max or
  /proc/sys/net/ipv4/netfilter/ip_conntrack_max around line 110 of
  /usr/share/munin/plugins/fw_conntrack.  Like this:
  
- read MAX  /proc/sys/net/ipv4/netfilter/ip_conntrack_max
+ read MAX  /proc/sys/net/ipv4/netfilter/ip_conntrack_max
  
  If I run this in bash:
  
- bash# read MAX  /proc/sys/net/ipv4/netfilter/ip_conntrack_max  echo 
good: $MAX || echo bad: $MAX
- good: 7852
+ bash# read MAX  /proc/sys/net/ipv4/netfilter/ip_conntrack_max  echo 
good: $MAX || echo bad: $MAX
+ good: 7852
  
  but in dash:
  
- dash# read MAX  /proc/sys/net/ipv4/netfilter/ip_conntrack_max  echo 
good: $MAX || echo bad: $MAX
- bad: 7
+ dash# read MAX  /proc/sys/net/ipv4/netfilter/ip_conntrack_max  echo 
good: $MAX || echo bad: $MAX
+ bad: 7
  
  So dash's read is failing AND setting $MAX.  I imagine this is a bug in
- dash, but fw_conntrack is also ignoring the fact that read returning
+ dash, but fw_conntrack is also ignoring the fact that read is returning
  failure.
  
  Changing fw_conntrack's #! line to #!/bin/bash works around the problem,
  but I wouldn't call that a fix.

-- 
munin-node fw_conntrack plugin reports incorrect critical threshold
https://bugs.launchpad.net/bugs/598275
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 575919] Re: no sound: pulseaudio connection refused

2010-06-24 Thread Serge Hallyn
Hi Jake,

can you tell us the exact command line you were running?  I have a basically
stock 10.04 laptop, and the following:

kvm -drive file=lucid.img,if=virtio,index=0,boot=on -m 1G -smp 2
-net nic,model=virtio -net user -soundhw es1370

runs just fine for me.  Are you able to run, say, rhythmbox?  Is there
a pulseaudio process running in your name?  (See 'ps -ef | grep pulseaudio')


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

-- 
no sound: pulseaudio connection refused
https://bugs.launchpad.net/bugs/575919
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 595591] Re: 'delvm' does not work with QMP

2010-06-24 Thread Serge Hallyn
Hi Andreas,

thanks for the patch, it does look useful.  I notice it is not in upstream git.
Can you please send it to the qemu-devel mailing list so it can be pulled in?

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

-- 
'delvm' does not work with QMP
https://bugs.launchpad.net/bugs/595591
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 590201] Re: OpenSolaris (previously working) no longer boots: kernel panics early

2010-06-24 Thread Ed Hynan
Well, no comment on this for some time. I'll say that I've updated kvm*
from the proposed repository, and that did not help.

Let there be no doubt about the the file housing OpenSolaris: I can
still boot an older Ubuntu 9.10 (with no upgrades applied since this
problem appeared) and use ***the same*** file as OpenSolaris with the
old kvm; and it works as expected (or as one would hope).

Is it time to state explicitly for Google and Ubuntu users that kvm
under Ubuntu (10.04) does *not* support OpenSolaris?

-- 
OpenSolaris (previously working) no longer boots: kernel panics early
https://bugs.launchpad.net/bugs/590201
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 592491] Re: Problems to autostart a VM with kvm on 10.04

2010-06-24 Thread Serge Hallyn
Hi,

The next time that libvirt does start up on boot, but the autostart
VM fails to start, can you look under /var/log/libvirt/qemu/ for
some meaningful info?  There may be something useful in
/var/log/libvirt/qemu/enm-fw.log.

Also, if libvirt fails to start at all, there may be more information
/var/log/messages.  You might edit /etc/libvirt/libvirtd.conf to
set log_level=1 or 'log_outputs=1:syslog:libvirtd'

Since your enm-fw VM uses 'br0' and not 'virbr0' as the bridge, I am
curious about your networking setup.  Delays in setting up br0
might account for the libvirt and VM startup failures.  Can you
post the output of 'virsh net-edit default', and outputs of
'ifconfig -a' and 'brctl show'?


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

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

-- 
Problems to autostart a VM with kvm on 10.04
https://bugs.launchpad.net/bugs/592491
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 571432] Re: qemu-system-arm crashed with SIGSEGV in subpage_register()

2010-06-24 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu)
   Status: New = Incomplete

-- 
qemu-system-arm crashed with SIGSEGV in subpage_register()
https://bugs.launchpad.net/bugs/571432
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 574665] Re: kvm + virtio disk corrupts large volumes (1TB).

2010-06-24 Thread Steven Wagner
As mentioned in comment #3, could this be related to a specific SATA
chipset?  I have a Intel 82801JI ICH10 SATA AHCI Controller, and have
experienced random disk corruption on guests. Guests are both Linux and
Win2k3. High usage on the sata controller seemed to be the trigger. Ive
noticed no difference for if the guest is using virtio or ide mode.
Guests will become unresponsive for 10 seconds when there is high disk
usage on the node.

-- 
kvm + virtio disk corrupts large volumes (1TB).
https://bugs.launchpad.net/bugs/574665
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 575919] Re: no sound: pulseaudio connection refused

2010-06-24 Thread Jake Cobb
Serge,

Sorry, I should have provided more info.  I'm running the Kubuntu
variant and did a distribution upgrade from Karmic to Lucid, after which
this problem started occurring.

Turns out I was sloppy in my checks, the pulseaudio package was not
installed.  I was thrown off by the fact /etc/init.d/pulseaudio existed
and forgot to check package status.

Sound works if I do one of two things:

1) Install pulseaudio
2) Override the driver, e.g. with: $ export QEMU_AUDIO_DRV=oss

I'm not sure if pulseaudio was lost during the distribution upgrade or
if it's not normally installed for Kubuntu and the default driver for
kvm changed to it.

All other programs were working fine without it, both KDE (e.g. Amarok)
and non-KDE (e.g. Flash plugin in Firefox).  It seems like Amarok is
using phonon, I'm not sure about other programs.

Probably irrelevant now, but I was using:

kvm -hda /home/jake/vm_disks/windowsxp.img -m 1024 -vga std -no-frame
-usb -usbdevice -localtime

For testing, I was appending various -soundhw options, but used just
es1370 for this report.

-- 
no sound: pulseaudio connection refused
https://bugs.launchpad.net/bugs/575919
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 575919] Re: no sound: pulseaudio connection refused

2010-06-24 Thread Sam Azer
FYI I also did an online upgrade from karmic to lucid but everything
works perfectly except KVM. Pulseaudio works fine from KDE apps like
amarok as well as Adobe Flash under Firefox and Chrome. I remember I
lost cups-pdf during the upgrade but everything sound-related upgraded
perfectly. The only thing that absolutely refuses to work is QEMU under
KVM.  I start it from virt-manager so the command line is auto-
generated. When I rdesktop into a Windows VM I get perfect sound through
rdesktop / pulseaudio. The same VM, when accessed by opening the VNC
screen through virt-manager, doesn't seem to connect with PulseAudio. I
tried all the available settings for QEMU_AUDIO_DRV. I've tried lots of
things (including manually starting VM's with padsp) but I just can't
get it to work. Any tips, links to recent FAQ pages that I might have
missed; any help at all would be much appreciated. Thanks, --Sam.

-- 
no sound: pulseaudio connection refused
https://bugs.launchpad.net/bugs/575919
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 598182] Re: eucalyptus-cc and uec-component-listener services are not started

2010-06-24 Thread Hovanes Manucharyan
Yes, I'm able to see it with euca-describe-availability-zones:


$ euca-describe-availability-zones verbose
AVAILABILITYZONEqa-cluster  10.0.10.6
AVAILABILITYZONE|- vm types free / max   cpu   ram  disk
AVAILABILITYZONE|- m1.small  /    1512 5
AVAILABILITYZONE|- c1.medium /    190020
AVAILABILITYZONE|- m1.large  /    2   180040
AVAILABILITYZONE|- m1.xlarge /    3   270060
AVAILABILITYZONE|- c1.xlarge /    4   360080

-- 
eucalyptus-cc and uec-component-listener services are not started
https://bugs.launchpad.net/bugs/598182
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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-24 Thread Tim Gardner
Works with 4f570f995f68ef77aae7e5a441222f59232f2d0e

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 597330] Re: Please update gwt to 2.0.3

2010-06-24 Thread Dmitrii Zagorodnov
Since this bug affects Eucalyptus, I am attaching a patch (for
Eucalyptus 1.7) that allows one to build it using GWT 1.6.4, which is
already packaged. This is a temporary solution, however, as future
versions of Eucalyptus will rely on GWT 2.0.3 heavily.

** Patch added: Patch for Eucalyptus 1.7 so it can be built with GWT 1.6.4
   http://launchpadlibrarian.net/50875448/eucalyptus-1.7-with-gwt-1.6.4.patch

-- 
Please update gwt to 2.0.3
https://bugs.launchpad.net/bugs/597330
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to gwt in ubuntu.

-- 
Ubuntu-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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-24 Thread Tim Gardner
Works with 150e6c67f4bf6ab51e62defc41bd19a2eefe5709

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-24 Thread Tim Gardner
works with f21121cde6e617b90cd03ce083652ca543004dc2

r...@zinc:~/linux-2.6$ git bisect good
cc56f7de7f00d188c7c4da1e9861581853b9e92f is first bad commit
commit cc56f7de7f00d188c7c4da1e9861581853b9e92f
Author: Changli Gao xiao...@gmail.com
Date:   Wed Nov 4 09:09:52 2009 +0100

sendfile(): check f_op.splice_write() rather than f_op.sendpage()

sendfile(2) was reworked with the splice infrastructure, but it still
checks f_op.sendpage() instead of f_op.splice_write() wrongly.  Although
if f_op.sendpage() exists, f_op.splice_write() always exists at the same
time currently, the assumption will be broken in future silently.  This
patch also brings a side effect: sendfile(2) can work with any output
file.  Some security checks related to f_op are added too.

Signed-off-by: Changli Gao xiao...@gmail.com
Signed-off-by: Jens Axboe jens.ax...@oracle.com

:04 04 c10964cc42af214af80ecfd5cc3e9e873c09b8d5
a1fecaea1c9a54c62471cdfe3b6540ca6619e2cb M  fs

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 588861] Re: pad block corrupted error when trying to register an image with 2.6.34 kernel

2010-06-24 Thread Chris Cheney
He appears to have made another update related to sendfile on May 26.
However, I am not sure if it fixes this problem or that it has been
applied to mainline yet.

http://marc.info/?a=119980668900012r=1w=2

-- 
pad block corrupted error when trying to register an image with 2.6.34 kernel
https://bugs.launchpad.net/bugs/588861
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 597963] Re: Laptop lid reports incorrectly

2010-06-24 Thread Berend De Schouwer
This may or may not be a BIOS bug.

I'd still like to be able to disable acpi/lid/LID, since this is
extremely annoying with rolling blackouts.

-- 
Laptop lid reports incorrectly
https://bugs.launchpad.net/bugs/597963
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597035] Re: CPU usage dependent crackling on USB sound card

2010-06-24 Thread Alex Forencich
Please reopen this.  I posted the information asked for, so it is no
longer incomplete for the moment.

-- 
CPU usage dependent crackling on USB sound card
https://bugs.launchpad.net/bugs/597035
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 563801] Re: Offset in cursor and actual position of text change in output window

2010-06-24 Thread Sandeep
@atti - what OS and KDE version ?

-- 
Offset in cursor and actual position of text change in output window
https://bugs.launchpad.net/bugs/563801
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 441835] Re: Clicking on floppy gives no device media found

2010-06-24 Thread Mikele
After updated udisks 1.0.1-1build1 to 1.0.1-1ubuntu1 the floppy don't mount in 
Gnome by clicking on the menu icon.
Retroceding it the floppy back to work.

-- 
Clicking on floppy gives no device media found
https://bugs.launchpad.net/bugs/441835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 441835] Re: Clicking on floppy gives no device media found

2010-06-24 Thread Mikele
After updated udisks 1.0.1-1build1 to 1.0.1-1ubuntu1 the floppy don't mount in 
Gnome by clicking on the menu icon.
Retroceding it the floppy back to work.

-- 
Clicking on floppy gives no device media found
https://bugs.launchpad.net/bugs/441835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 441835] Re: Clicking on floppy gives no device media found

2010-06-24 Thread Mikele
After updated udisks 1.0.1-1build1 to 1.0.1-1ubuntu1 the floppy don't mount in 
Gnome by clicking on the menu icon.
Retroceding it the floppy back to work.

-- 
Clicking on floppy gives no device media found
https://bugs.launchpad.net/bugs/441835
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 597722] Re: Please merge usbmount 0.0.20(universe) from debian unstable(main)

2010-06-24 Thread Bhavani Shankar
Hello Rogerio,

Yes this is for maverick and a new version you upload to debian can be
merged to maverick and backported to lucid and karmic

Regards

2010/6/24 Rogério Theodoro de Brito rbr...@ime.usp.br

 Hi there.

 On Jun 23 2010, Bhavani Shankar wrote:
  ** Patch added: debian  ubuntu diff
 http://launchpadlibrarian.net/50802416/usbmount.diff
 (...)

 Is this for maverick or is this meant to another distribution?

 Some people have been asking me for the newer version of usbmount to be
 included in karmic and lucid, but I don't know what can be done here, as
 I am not familiar with Ubuntu's modus operandi.

 Anyway, thanks for caring about this. I will probably be uploading a new
 version of usbmount to the Debian repository soon.


 Regards,

 --
 Rogério Brito : rbr...@{ime.usp.br,gmail.com} : GPG key 1024D/7C2CAEB8
 http://rb.doesntexist.org : Packages for LaTeX : algorithms.berlios.de
 DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br

 --
 Please merge usbmount 0.0.20(universe) from debian unstable(main)
 https://bugs.launchpad.net/bugs/597722
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in “usbmount” package in Ubuntu: Confirmed

 Bug description:
 Binary package hint: usbmount

 Debian changes:

  usbmount  (0.0.20) unstable; urgency=low

   * The jidanni QA release.
   * [28109ae9] Update changelog in preparation for new release.
   * [5e418982] Change character classes :space: - :blank: and anchor
 grep's regexp.
   * [d60466c8] Include comments regarding unmounting the filesystems
 safely.
   * [48788d01] Eliminate confusing extra empty line in usbmount.conf
 (Closes: #568959)
   * [edd2eb4f] Describe dealing with FUSE mounted filesystems (Closes:
 #570405)
   * [aac8a8e2] Update the VCS-* from SVN to GIT
   * [cee7f5fc] Convert to format 3.0 (native)
   * [120fbcca] Reformat debian/NEWS to kill lintian warnings
   * [072cfd6c] Update the copyright years.
   * [e3824bb7] Don't use UUID's hiding under a comment. Closes: #576778.
   * [ebcf8f68] Log some error conditions. Closes: #576767.
   * [46323216] The package complies with Policy 3.8.4. No changes
 necessary.

  -- Rogério Brito rbr...@ime.usp.br  Sat, 24 Apr 2010 23:26:05 -0300

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/ubuntu/+source/usbmount/+bug/597722/+subscribe



-- 
Bhavani Shankar.R
https://launchpad.net/~bhavi, a proud ubuntu community  member.
What matters in life is application of mind!,
It makes great sense to have some common sense..!

-- 
Please merge usbmount 0.0.20(universe) from debian unstable(main)
https://bugs.launchpad.net/bugs/597722
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 528286] Re: gwibber-accounts crashed with ServerError in _request()

2010-06-24 Thread Omer Akram
gwibber will use desktopcouch in future too in Ubuntu atleast.

-- 
gwibber-accounts crashed with ServerError in _request()
https://bugs.launchpad.net/bugs/528286
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597967] [NEW] xorg intel is not runnig aiglx

2010-06-24 Thread Hector Miuler Malpica Gallegos
Public bug reported:

Binary package hint: xserver-xorg-video-intel

Hi, my aspire 4810TZ is not running aiglx therefore compiz not work (in
ubuntu 10.10)


log Xorg.0.log in ubuntu 10.10 (bug!!)
...
[37.724] (II) intel(0): [DRI2] Setup complete
[37.724] (II) intel(0): [DRI2]   DRI driver: i965
[37.724] (**) intel(0): Tiling enabled
[37.724] (**) intel(0): SwapBuffers wait enabled
[37.724] (==) intel(0): VideoRam: 262144 KB
[37.724] (II) intel(0): Attempting memory allocation with tiled buffers.
[37.724] (II) intel(0): Tiled allocation successful.
[37.759] (II) UXA(0): Driver registered support for the following 
operations:
[37.759] (II) solid
[37.759] (II) copy
[37.759] (II) composite (RENDER acceleration)
[37.759] (II) put_image
[37.759] (==) intel(0): Backing store disabled
[37.759] (==) intel(0): Silken mouse enabled
[37.759] (II) intel(0): Initializing HW Cursor
[37.801] (II) intel(0): RandR 1.2 enabled, ignore the following RandR 
disabled message.
[37.869] (**) intel(0): DPMS enabled
[37.869] (==) intel(0): Intel XvMC decoder enabled
[37.869] (II) intel(0): Set up textured video
[37.869] (II) intel(0): [XvMC] xvmc_vld driver initialized.
[37.869] (II) intel(0): direct rendering: DRI2 Enabled
[37.869] (WW) intel(0): Option AccelMethod is not used
[37.869] (WW) intel(0): Option XAANoOffscreenPixmaps is not used
[37.869] (--) RandR disabled
[37.869] (II) Initializing built-in extension Generic Event Extension
[37.869] (II) Initializing built-in extension SHAPE
[37.869] (II) Initializing built-in extension MIT-SHM
[37.869] (II) Initializing built-in extension XInputExtension
[37.869] (II) Initializing built-in extension XTEST
[37.869] (II) Initializing built-in extension BIG-REQUESTS
[37.869] (II) Initializing built-in extension SYNC
[37.869] (II) Initializing built-in extension XKEYBOARD
[37.869] (II) Initializing built-in extension XC-MISC
[37.869] (II) Initializing built-in extension SECURITY
[37.869] (II) Initializing built-in extension XINERAMA
[37.869] (II) Initializing built-in extension XFIXES
[37.869] (II) Initializing built-in extension RENDER
[37.869] (II) Initializing built-in extension RANDR
[37.869] (II) Initializing built-in extension COMPOSITE
[37.869] (II) Initializing built-in extension DAMAGE
[37.886] (EE) Failed to initialize GLX extension (Compatible NVIDIA X 
driver not found)
[37.893] (II) intel(0): Setting screen physical size to 361 x 203
[38.482] (II) XKB: reuse xkmfile 
/var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
...


log Xorg.1.log in ubuntu 10.4 (is all ok)
...
(II) intel(0): using SSC reference clock of 100 MHz
(II) intel(0): Selecting standard 18 bit TMDS pixel format.
(II) intel(0): Output configuration:
(II) intel(0):   Pipe A is off
(II) intel(0):   Display plane A is now disabled and connected to pipe A.
(II) intel(0):   Pipe B is on
(II) intel(0):   Display plane B is now enabled and connected to pipe B.
(II) intel(0):   Output VGA is connected to pipe none
(II) intel(0):   Output LVDS is connected to pipe B
(II) intel(0):   Output HDMI-1 is connected to pipe none
(II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
(==) intel(0): DPMS enabled
(==) intel(0): Intel XvMC decoder disabled
(II) intel(0): Set up textured video
(II) intel(0): direct rendering: DRI2 Enabled
(--) RandR disabled
(II) Initializing built-in extension Generic Event Extension
(II) Initializing built-in extension SHAPE
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension BIG-REQUESTS
(II) Initializing built-in extension SYNC
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-MISC
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) AIGLX: enabled GLX_MESA_copy_sub_buffer
(II) AIGLX: enabled GLX_SGI_make_current_read
(II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
(II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
(II) AIGLX: Loaded and initialized /usr/lib/dri/i965_dri.so
(II) GLX: Initialized DRI2 GL provider for screen 0
(II) intel(0): Setting screen physical size to 361 x 203
(II) XKB: reuse xkmfile 
/var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
...

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: intel video xorg

-- 
xorg intel is not runnig aiglx
https://bugs.launchpad.net/bugs/597967
You received this bug 

[Bug 597967] Re: xorg intel is not runnig aiglx

2010-06-24 Thread Hector Miuler Malpica Gallegos

** Attachment added: Xorg.0.log
   http://launchpadlibrarian.net/50834050/Xorg.0.log

-- 
xorg intel is not runnig aiglx
https://bugs.launchpad.net/bugs/597967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597967] Re: xorg intel is not runnig aiglx

2010-06-24 Thread Hector Miuler Malpica Gallegos
ubuntu 10.4, OK AIGLX

** Attachment added: Xorg.1.log
   http://launchpadlibrarian.net/50834152/Xorg.1.log

-- 
xorg intel is not runnig aiglx
https://bugs.launchpad.net/bugs/597967
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597898] Re: Empathy can't login to Facebook

2010-06-24 Thread Omer Akram
please attach a screenshot of the situation

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

-- 
Empathy can't login to Facebook
https://bugs.launchpad.net/bugs/597898
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 596499] Re: gpointing device settings get reset after restarts/logout

2010-06-24 Thread Tom Gelinas
Do you have disable touchpad while typing disabled in Gnome Mouse
Preferences? You should try disabling it and see if the settings are
retained.

-- 
gpointing  device settings get reset after restarts/logout
https://bugs.launchpad.net/bugs/596499
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 586934] Re: Disable touchpad while typing does not work.

2010-06-24 Thread Tom Gelinas
What laptop do you have? Did you upgrade from Karmic, or is this a fresh
install?

-- 
Disable touchpad while typing does not work.
https://bugs.launchpad.net/bugs/586934
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 560205] Re: vertical scrolling not working in 10.04

2010-06-24 Thread Tom Gelinas
** Changed in: gpointing-device-settings (Ubuntu)
   Status: New = Incomplete

-- 
vertical scrolling not working in 10.04
https://bugs.launchpad.net/bugs/560205
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597969] [NEW] Update doesn't work anymore

2010-06-24 Thread rapsli
Public bug reported:

Binary package hint: update-manager

I'm new to the whole Ubuntu Bugtracking thing. Well, Ubuntu told me to
report the bug here. Hope you can help.

'W:Duplicate sources.list entry http://de.archive.ubuntu.com/ubuntu/
karmic/main Packages (/var/lib/apt/lists/de.archive.ubuntu
.com_ubuntu_dists_karmic_main_binary-amd64_Packages), W:Duplicate
sources.list entry http://de.archive.ubuntu.com/ubuntu/ karmic/main
Translation-de (/var/lib/apt/lists/de.archive.ubuntu
.com_ubuntu_dists_karmic_main_i18n_Translation-de), W:Duplicate
sources.list entry http://de.archive.ubuntu.com/ubuntu/
karmic/restricted Packages (/var/lib/apt/lists/de.archive.ubuntu
.com_ubuntu_dists_karmic_restricted_binary-amd64_Packages), W:Duplicate
sources.list entry http://de.archive.ubuntu.com/ubuntu/
karmic/restricted Translation-de (/var/lib/apt/lists/de.archive.ubuntu
.com_ubuntu_dists_karmic_restricted_i18n_Translation-de), W:Duplicate
sources.list entry http://de.archive.ubuntu.com/ubuntu/ karmic/universe
Packages (/var/lib/apt/lists/de.archive.ubuntu
.com_ubuntu_dists_karmic_universe_binary-amd64_Packages), W:Duplicate
sources.list entry http://de.archive.ubuntu.com/ubuntu/ karmic/universe
Translation-de (/var/lib/apt/lists/de.archive.ubuntu
.com_ubuntu_dists_karmic_universe_i18n_Translation-de), W:Duplicate
sources.list entry http://de.archive.ubuntu.com/ubuntu/
karmic/multiverse Packages (/var/lib/apt/lists/de.archive.ubuntu
.com_ubuntu_dists_karmic_multiverse_binary-amd64_Packages), W:Duplicate
sources.list entry http://de.archive.ubuntu.com/ubuntu/
karmic/multiverse Translation-de (/var/lib/apt/lists/de.archive.ubuntu
.com_ubuntu_dists_karmic_multiverse_i18n_Translation-de), E:Nicht
genügend Platz für Dynamic MMap. Bitte erhöhen Sie den Wert von APT
::Cache-Limit. Aktueller Wert: 25165824. (Siehe auch man 5 apt.conf.),
E:Ein Fehler trat beim Bearbeiten von mencoder auf (NewVersion1),
E:Problem with MergeList /var/lib/apt/lists/de.archive.ubuntu
.com_ubuntu_dists_karmic-updates_multiverse_binary-amd64_Packages, E:Die
Paketliste oder die Statusdatei konnte nicht eingelesen oder geöffnet
werden.'

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Update doesn't work anymore
https://bugs.launchpad.net/bugs/597969
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 597847] Re: network manager would not connect lan after resume from hibernate (wlan works) on dell inspiron 11z

2010-06-24 Thread Hans-Christian Payer
apport information

** Tags added: apport-collected

** Description changed:

  On my Dell Inspiron 11z resuming from hibernating and suspend works, except 
network manager would not reconnect via eth0. WLAN reconnects without any 
trouble. Gnome nm-applet icon in tray tried to connect, but obviosly does not 
get IP throu dhcp and stops with the message: You are now disconnected from 
auto-eth0. After reboot it connects without problem to the wirde network 
(eth0). I tried to restart network-manger when problem after resuming occurred, 
without any success. Additionally  i tried to connect manually via bypassing 
network manager in configuring /etc/network/interfaces both for dhcp or fixed 
ip address and restarting   network - again without any success. Only rebooting 
helps to get a wired connection.
  I am using Ubuntu 10.04. I reinstalled Win7 to see, if there is the same 
problem, which is not.  Wired Network works well after resuming both from 
suspend and hibernate. (I am on Ubuntu again, dont worry...)
  lsb_release -rd
  Description:  Ubuntu 10.04 LTS
  Release:  10.04
  
  Here is the output of lspci:
  00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory 
Controller Hub (rev 07)
  00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)
  00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset 
Integrated Graphics Controller (rev 07)
  00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 (rev 03)
  00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 (rev 03)
  00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 (rev 03)
  00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 03)
  00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 
(rev 03)
  00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 
(rev 03)
  00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #1 (rev 03)
  00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #2 (rev 03)
  00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #3 (rev 03)
  00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #1 (rev 03)
  00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
  00:1f.0 ISA bridge: Intel Corporation ICH9M-E LPC Interface Controller (rev 
03)
  00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller 
(rev 03)
  00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 
03)
  02:00.0 Ethernet controller: Atheros Communications Atheros AR8132 / L1c 
Gigabit Ethernet Adapter (rev c0)
  08:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
+ Architecture: i386
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  hans   1813 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xf070 irq 22'
+Mixer name : 'Intel G45 DEVCTG'
+Components : 'HDA:10ec0272,10280409,0011 
HDA:80862802,80860101,0010'
+Controls  : 18
+Simple ctrls  : 9
+ DistroRelease: Ubuntu 10.04
+ HibernationDevice: RESUME=UUID=3ce7874c-11d2-4b70-a346-1b66fe0821a4
+ InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
+ MachineType: Dell Inc. Inspiron 1110
+ NonfreeKernelModules: wl
+ Package: linux (not installed)
+ ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-22-generic-pae 
root=/dev/mapper/ubuntu-root ro quiet splash
+ ProcEnviron:
+  PATH=(custom, user)
+  LANG=de_AT.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-22.36-generic-pae 2.6.32.11+drm33.2
+ Regression: Yes
+ RelatedPackageVersions: linux-firmware 1.34
+ Reproducible: Yes
+ Tags: lucid hibernate resume regression-potential needs-upstream-testing
+ Uname: Linux 2.6.32-22-generic-pae i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 12/01/2009
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: A06
+ dmi.board.name: 0T644R
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A06
+ dmi.chassis.type: 8
+ dmi.chassis.vendor: Dell Inc.
+ dmi.chassis.version: A06
+ dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd12/01/2009:svnDellInc.:pnInspiron1110:pvrA06:rvnDellInc.:rn0T644R:rvrA06:cvnDellInc.:ct8:cvrA06:
+ dmi.product.name: Inspiron 1110
+ dmi.product.version: A06
+ dmi.sys.vendor: Dell Inc.

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/50834594/AlsaDevices.txt

-- 

[Bug 597847] AplayDevices.txt

2010-06-24 Thread Hans-Christian Payer
apport information

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/50834596/AplayDevices.txt

-- 
network manager would not connect lan after resume from hibernate (wlan works) 
on dell inspiron 11z
https://bugs.launchpad.net/bugs/597847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597847] Card0.Codecs.codec.0.txt

2010-06-24 Thread Hans-Christian Payer
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/50834599/Card0.Codecs.codec.0.txt

-- 
network manager would not connect lan after resume from hibernate (wlan works) 
on dell inspiron 11z
https://bugs.launchpad.net/bugs/597847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597847] BootDmesg.txt

2010-06-24 Thread Hans-Christian Payer
apport information

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/50834597/BootDmesg.txt

-- 
network manager would not connect lan after resume from hibernate (wlan works) 
on dell inspiron 11z
https://bugs.launchpad.net/bugs/597847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597847] Card0.Amixer.values.txt

2010-06-24 Thread Hans-Christian Payer
apport information

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/50834598/Card0.Amixer.values.txt

-- 
network manager would not connect lan after resume from hibernate (wlan works) 
on dell inspiron 11z
https://bugs.launchpad.net/bugs/597847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597847] Card0.Codecs.codec.2.txt

2010-06-24 Thread Hans-Christian Payer
apport information

** Attachment added: Card0.Codecs.codec.2.txt
   http://launchpadlibrarian.net/50834601/Card0.Codecs.codec.2.txt

-- 
network manager would not connect lan after resume from hibernate (wlan works) 
on dell inspiron 11z
https://bugs.launchpad.net/bugs/597847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597847] Lspci.txt

2010-06-24 Thread Hans-Christian Payer
apport information

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/50834605/Lspci.txt

-- 
network manager would not connect lan after resume from hibernate (wlan works) 
on dell inspiron 11z
https://bugs.launchpad.net/bugs/597847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597847] IwConfig.txt

2010-06-24 Thread Hans-Christian Payer
apport information

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/50834604/IwConfig.txt

-- 
network manager would not connect lan after resume from hibernate (wlan works) 
on dell inspiron 11z
https://bugs.launchpad.net/bugs/597847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 597847] Lsusb.txt

2010-06-24 Thread Hans-Christian Payer
apport information

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/50834607/Lsusb.txt

-- 
network manager would not connect lan after resume from hibernate (wlan works) 
on dell inspiron 11z
https://bugs.launchpad.net/bugs/597847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   5   6   7   8   9   10   >