[Bug 633811] [NEW] package irqbalance 0.56-0ubuntu2 failed to install/upgrade: ErrorMessage: failed to read on buffer copy for md5hash: Input/output error

2010-09-09 Thread rderoko
Public bug reported:

Binary package hint: irqbalance

During upgrade to 10.10

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: irqbalance 0.56-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Sep  8 22:46:49 2010
ErrorMessage: ErrorMessage: failed to read on buffer copy for md5hash: 
Input/output error
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: irqbalance
Title: package irqbalance 0.56-0ubuntu2 failed to install/upgrade: 
ErrorMessage: failed to read on buffer copy for md5hash: Input/output error

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


** Tags: apport-package i386 maverick

-- 
package irqbalance 0.56-0ubuntu2 failed to install/upgrade: ErrorMessage: 
failed to read on buffer copy for md5hash: Input/output error
https://bugs.launchpad.net/bugs/633811
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance in ubuntu.

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


[Bug 633811] Re: package irqbalance 0.56-0ubuntu2 failed to install/upgrade: ErrorMessage: failed to read on buffer copy for md5hash: Input/output error

2010-09-09 Thread rderoko

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559254/+files/Dependencies.txt

** Attachment added: VarLogDistupgradeAptlog.gz
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559255/+files/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559256/+files/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeHistorylog.gz
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559257/+files/VarLogDistupgradeHistorylog.gz

** Attachment added: VarLogDistupgradeLspcitxt.gz
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559258/+files/VarLogDistupgradeLspcitxt.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559259/+files/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeSystemstatetargz.gz
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559260/+files/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559261/+files/VarLogDistupgradeTermlog.gz

-- 
package irqbalance 0.56-0ubuntu2 failed to install/upgrade: ErrorMessage: 
failed to read on buffer copy for md5hash: Input/output error
https://bugs.launchpad.net/bugs/633811
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to irqbalance in ubuntu.

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


[Bug 632263] Re: ProductCode has ambigious import, can cause build failure on some systems

2010-09-09 Thread chris grzegorczyk
** Changed in: eucalyptus (Ubuntu)
   Status: Incomplete = Invalid

-- 
ProductCode has ambigious import, can cause build failure on some systems
https://bugs.launchpad.net/bugs/632263
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 631064] Re: connection forbidden on localhost after wireless connected

2010-09-09 Thread Gerben
Hi,

In both situations the same list is produced:
BEFORE:
getent hosts ::1
::1 localhost ip6-localhost ip6-loopback
getent hosts 127.0.0.1
127.0.0.1   localhost
getent hosts localhost
::1 localhost ip6-localhost ip6-loopback
getent hosts ip6-localhost
::1 localhost ip6-localhost ip6-loopback

AFTER:
getent hosts ::1
::1 localhost ip6-localhost ip6-loopback
getent hosts 127.0.0.1
127.0.0.1   localhost
getent hosts localhost
::1 localhost ip6-localhost ip6-loopback
getent hosts ip6-localhost
::1 localhost ip6-localhost ip6-loopback

I've also altered on the hostnames used in the URL, and localhost
ip6-localhost ip6-loopback all act the same as in pages fetches before
wireless network got configured and access denied after.

I've tried a /etc/init.d/apache restart, and this still fails for
ip6-localhost ip6-loopback, both translate only into ::1 which is not
connected anymore (connection refused), whereas is would at leas provide
a '403 forbidden' right after the wireless network got configured.

localhost succeeds, but has an extra translation first into ::1 and then 
127.0.0.1
See selections for wget for localhost and ip6-localhost, (before wireless 
configured, after wireless configured, after apache restart):

BEFORE
wget http://localhost/server-info
--2010-09-09 07:43:24--  http://localhost/server-info
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:80... connected.
HTTP request sent, awaiting response... 200 OK

wget http://ip6-localhost/server-info
--2010-09-09 07:43:24--  http://ip6-localhost/server-info
Resolving ip6-localhost... ::1
Connecting to ip6-localhost|::1|:80... connected.
HTTP request sent, awaiting response... 200 OK


AFTER  (wireless configured)
wget http://localhost/server-info
--2010-09-09 07:44:14--  http://localhost/server-info
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2010-09-09 07:44:14 ERROR 403: Forbidden.

wget http://ip6-localhost/server-info
--2010-09-09 07:44:14--  http://ip6-localhost/server-info
Resolving ip6-localhost... ::1
Connecting to ip6-localhost|::1|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2010-09-09 07:44:14 ERROR 403: Forbidden.


APACHE RESTART
wget http://localhost/server-info
--2010-09-09 07:52:22--  http://localhost/server-info
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:80... failed: Connection refused.
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]

wget http://ip6-localhost/server-info
--2010-09-09 07:54:56--  http://ip6-localhost/server-info
Resolving ip6-localhost... ::1
Connecting to ip6-localhost|::1|:80... failed: Connection refused.

-- 
connection forbidden on localhost after wireless connected
https://bugs.launchpad.net/bugs/631064
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 632263] Re: ProductCode has ambigious import, can cause build failure on some systems

2010-09-09 Thread chris grzegorczyk
Sorry about that!  The conflict arises due to a redefinition of
{javax.persistence,org.hibernate.annotations}.Cache with geronimo.  This
may arise in the future, so I note the details for posterity.

cheers.

-- 
ProductCode has ambigious import, can cause build failure on some systems
https://bugs.launchpad.net/bugs/632263
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 498614] Re: SSH in and out of host produces bad packet length on fresh build

2010-09-09 Thread jokker
Hi,

When I ssh a solaris 8 server from Ubuntu 10.04 I get:

Bad packet length 1783261441.
Disconnecting: Packet corrupt

It works from any other ssh client I tried on Debian. Seems to be a bug
from ubuntu side, ssh client or even ssl.

ssh -vv gives me:

OpenSSH_5.3p1 Debian-3ubuntu4, OpenSSL 0.9.8k 25 Mar 2009
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 144.165.11.89 [144.165.11.89] port 22.
debug1: Connection established.
debug1: identity file /home/david/.ssh/identity type -1
debug1: identity file /home/david/.ssh/id_rsa type -1
debug1: identity file /home/david/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.4
debug1: match: OpenSSH_4.4 pat OpenSSH_4*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.3p1 Debian-3ubuntu4
debug2: fd 3 setting O_NONBLOCK
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-...@lysator.liu.se
debug2: kex_parse_kexinit: 
aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-...@lysator.liu.se
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,umac...@openssh.com,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,z...@openssh.com,zlib
debug2: kex_parse_kexinit: none,z...@openssh.com,zlib
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: kex_parse_kexinit: 
diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: aes256-cbc,aes256-ctr
debug2: kex_parse_kexinit: aes256-cbc,aes256-ctr
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd...@openssh.com,hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,z...@openssh.com
debug2: kex_parse_kexinit: none,z...@openssh.com
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: mac_setup: found hmac-md5
debug1: kex: server-client aes256-ctr hmac-md5 none
debug2: mac_setup: found hmac-md5
debug1: kex: client-server aes256-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(102440968192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug2: dh_gen_key: priv key bits set: 279/512
debug2: bits set: 2091/4096
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host '144.165.11.89' is known and matches the RSA host key.
debug1: Found key in /home/david/.ssh/known_hosts:2
debug2: bits set: 2100/4096
debug1: ssh_rsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug2: cipher_init: set keylen (16 - 32)
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug2: cipher_init: set keylen (16 - 32)
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
Bad packet length 2218907575.
Disconnecting: Packet corrupt

You guys need any other info ? Let me know.

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

-- 
SSH in and out of host produces bad packet length on fresh build
https://bugs.launchpad.net/bugs/498614
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 619712] Re: keepalived vrrp race condition and fix (versions 1.1.17 and 1.2.0 but perhaps all?)

2010-09-09 Thread Thierry Carrez
Needs more upstream investigation, will have to land in natty.

** Changed in: keepalived (Ubuntu Maverick)
   Status: Incomplete = Won't Fix

-- 
keepalived vrrp race condition and fix (versions 1.1.17 and 1.2.0 but perhaps 
all?)
https://bugs.launchpad.net/bugs/619712
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keepalived in ubuntu.

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


[Bug 632314] Re: slapd Too many open files

2010-09-09 Thread Alex Harrington
Ended up with adding

openldap soft nofile 8096
openldap hard nofile 8096
root soft nofile 8096
root hard nofile 8096

Rebooted. ulimit -a as root/openldap shows the change but still the
system goes unresponsive and I get the too many open files message.

Does anyone have anything else to suggest?

-- 
slapd Too many open files
https://bugs.launchpad.net/bugs/632314
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.

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


[Bug 633891] [NEW] package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade:

2010-09-09 Thread Tony M. Jones
Public bug reported:

Binary package hint: samba

samba could not install with ubuntuu package 10 upgrade.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: samba 2:3.4.0-3ubuntu5.6
ProcVersionSignature: Ubuntu 2.6.31-22.63-generic
Uname: Linux 2.6.31-22-generic i686
Architecture: i386
Date: Wed Sep  8 14:10:34 2010
ErrorMessage:
 ErrorMessage: package samba is not ready for configuration  cannot configure 
(current status `half-installed')
RelatedPackageVersions:
 nautilus 1:2.30.1-0ubuntu1.1
 gvfs 1.6.1-0ubuntu1build1
SambaClientRegression: Yes
SourcePackage: samba
Title: package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade:

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


** Tags: apport-package i386 lucid

-- 
package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade:
https://bugs.launchpad.net/bugs/633891
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 633891] Re: package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade:

2010-09-09 Thread Tony M. Jones

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/633891/+attachment/1559526/+files/Dependencies.txt

** Attachment added: SambaInstalledVersions.txt
   
https://bugs.launchpad.net/bugs/633891/+attachment/1559527/+files/SambaInstalledVersions.txt

** Attachment added: VarLogDistupgradeAptlog.gz
   
https://bugs.launchpad.net/bugs/633891/+attachment/1559528/+files/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   
https://bugs.launchpad.net/bugs/633891/+attachment/1559529/+files/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeLspcitxt.gz
   
https://bugs.launchpad.net/bugs/633891/+attachment/1559530/+files/VarLogDistupgradeLspcitxt.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   
https://bugs.launchpad.net/bugs/633891/+attachment/1559531/+files/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeMainlogpartial.gz
   
https://bugs.launchpad.net/bugs/633891/+attachment/1559532/+files/VarLogDistupgradeMainlogpartial.gz

** Attachment added: VarLogDistupgradeSystemstatetargz.gz
   
https://bugs.launchpad.net/bugs/633891/+attachment/1559533/+files/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   
https://bugs.launchpad.net/bugs/633891/+attachment/1559534/+files/VarLogDistupgradeTermlog.gz

-- 
package samba 2:3.4.0-3ubuntu5.6 failed to install/upgrade:
https://bugs.launchpad.net/bugs/633891
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 633364] Re: InnoDB should be the default table type

2010-09-09 Thread papukaija
** Tags added: wishlist

-- 
InnoDB should be the default table type
https://bugs.launchpad.net/bugs/633364
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-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 633912] [NEW] Ubuntu 10.04 ./. MySQL ./. Konfiguring InnoDB-Plugin for MySQL will not work, because of AppArmor

2010-09-09 Thread Erkan Yanar
Public bug reported:


Changing my.cnf to use the InnoDB-Plugin 
#v+

ignore-builtin-innodb

plugin-
load=innodb=ha_innodb_plugin.so;innodb_trx=ha_innodb_plugin.so;innodb_locks=ha_innodb_plugin.so;innodb_lock_waits=ha_innodb_plugin.so;innodb_cmp=ha_innodb_plugin.so;innodb_cmp_reset=ha_innodb_plugin.so;innodb_cmpmem=ha_innodb_plugin.so;innodb_cmpmem_reset=ha_innodb_plugin.so

#v-

Gives an Error:
100909  0:16:27 [ERROR] Can't open shared library 
'/usr/lib/mysql/plugin/ha_innodb_plugin.so' (errno: 0 failed to map segment 
from shared object: Permission denied)

Changing /etc/apparmor.d/usr.sbin.mysqld by adding following line:
 /usr/lib/mysql/plugin/* m,
keeps AppArmor quiet and the InnoDB-Plugin happy and working.

Thx
erkan

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

-- 
Ubuntu 10.04 ./. MySQL ./. Konfiguring InnoDB-Plugin for MySQL will not work, 
because of AppArmor
https://bugs.launchpad.net/bugs/633912
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-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 632314] Re: slapd Too many open files

2010-09-09 Thread Alex Harrington
http://readlist.com/lists/openldap.org/openldap-software/2/12904.html
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378261

Both worth reading. I've tried adding a ulimit -n 8192 as suggested in
/etc/defaults/slapd so I'll see if that fixes things.

** Bug watch added: Debian Bug tracker #378261
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378261

-- 
slapd Too many open files
https://bugs.launchpad.net/bugs/632314
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap2.3 in ubuntu.

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


[Bug 592493] Re: runlevel arguments (2 3 4 5) do not match LSB Default-Start values (none)

2010-09-09 Thread ReimarBauer
just run in this today too

dpkg-reconfigure libnss-ldap

I decided to use the same values for start and stop as ssh is using


# Default-Start: 2 3 4 5
# Default-Stop: 

It tells me now:
dpkg-reconfigure libnss-ldap
update-rc.d: warning: libnss-ldap stop runlevel arguments (0 1 6) do not match 
LSB Default-Stop values (none)

what did I missed?

Reimar

-- 
runlevel arguments (2 3 4 5) do not match LSB Default-Start values (none)
https://bugs.launchpad.net/bugs/592493
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libnss-ldap in ubuntu.

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


[Bug 633912] Re: Ubuntu 10.04 ./. MySQL ./. Konfiguring InnoDB-Plugin for MySQL will not work, because of AppArmor

2010-09-09 Thread Jamie Strandboge
*** This bug is a duplicate of bug 594932 ***
https://bugs.launchpad.net/bugs/594932

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 594932, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 594932
   MySQL cannot access it's plugin directory (AppArmor rule)
 * You can subscribe to bug 594932 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/mysql-dfsg-5.1/+bug/594932/+subscribe

-- 
Ubuntu 10.04 ./. MySQL ./. Konfiguring InnoDB-Plugin for MySQL will not work, 
because of AppArmor
https://bugs.launchpad.net/bugs/633912
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-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 594932] Re: MySQL cannot access it's plugin directory (AppArmor rule)

2010-09-09 Thread Jamie Strandboge
** Also affects: mysql-dfsg-5.1 (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid)
   Status: New = Triaged

** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid)
   Importance: Undecided = Medium

** Changed in: mysql-dfsg-5.1 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
MySQL cannot access it's plugin directory (AppArmor rule)
https://bugs.launchpad.net/bugs/594932
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 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-09 Thread Sylvain Pineau
I've applied the fix from
http://archive.ubuntu.com/ubuntu/pool/main/e/eucalyptus/eucalyptus-
sc_1.6.2-0ubuntu30.4_amd64.deb and unfortunately the creation loop still
reports some errors :

Volume: Error while communicating with Storage Controller:
CreateStorageVolume:Internal Error.

Deletion loop iterates well but volumes are still present in
/var/lib/eucalyptus/volumes and a quick 'sudo losetup -a' shows them
all.

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

** Changed in: jaguarundi
   Status: In Progress = Confirmed

-- 
[SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC 
+ ENT configs)
https://bugs.launchpad.net/bugs/590929
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 633981] [NEW] apache2 doens't listen on ::1 when there is no routable IPv6 address

2010-09-09 Thread Loïc Minier
Public bug reported:

Binary package hint: apache2

Hi

I created a lucid vm on a lucid host (with routable IPv6, but that's
irrelevant) with vm-builder and installed apache2, then added a
virtualhost configuration.

From a job on that same vm, I'm doing wget
http://$hostname.$domainname/somefile; which should download a file via
apache2.

This first fails with IPv6 then succeeds with IPv4:
+ wget -O .config http://somehost.example.com/somefile
--2010-09-09 12:45:21--  http://somehost.example.com/somefile
Resolving somehost.example.com... ::1, 127.0.1.1
Connecting to somehost.example.com|::1|:80... failed: Connection refused.
Connecting to somehost.example.com|127.0.1.1|:80... connected.
HTTP request sent, awaiting response... 200 OK

I checked with netstat, and apache2 does NOT listen on port 80 for IPv6
connections, only for IPv4.  Another http server (java based) on the
same host DOES listen on both and works fine with a similar wget test.

I added a routable IPv6 address with something like:
sudo ip addr add 2a01:e35::/64 dev eth0
(even if it's actually not routed)
restarted apache2, and wget / w3m would be able to connect to 
http://ip6-localhost.

I removed the address with ip addr del, restarted apache2, and wget/w3m
didn't work anymore, apache2 wasn't listening anymore.

It seems apache2 or possibly eglibc change behavior depending on whether
there is a routable IPv6 address, and apache2 doesn't consider listening
on ::1 which is a bug preventing local ipv6 traffic.

Thanks,

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: apache2 2.2.14-5ubuntu8
ProcVersionSignature: Ubuntu 2.6.32-24.42-server 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-server x86_64
Architecture: amd64
Date: Thu Sep  9 14:14:13 2010
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: apache2

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


** Tags: amd64 apport-bug lucid

-- 
apache2 doens't listen on ::1 when there is no routable IPv6 address
https://bugs.launchpad.net/bugs/633981
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 633981] Re: apache2 doens't listen on ::1 when there is no routable IPv6 address

2010-09-09 Thread Loïc Minier

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/633981/+attachment/1560115/+files/Dependencies.txt

-- 
apache2 doens't listen on ::1 when there is no routable IPv6 address
https://bugs.launchpad.net/bugs/633981
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 632051] Re: Improve error message in case suffix is incorrect

2010-09-09 Thread Thierry Carrez
** Summary changed:

- slapd dist-upgrade chown: invalid argument: `'
+ Improve error message in case suffix is incorrect

** Description changed:

+ Bug is due to buggy configuration, but we could have a better error
+ message. See comment 5 for details.
+ 
+ Original description:
  When doing a apt-get dist-upgrade going from  slapd_2.4.15-1ubuntu3_amd64.deb 
to slapd_2.4.15-1ubuntu3.1_amd64.deb
  I get the following output:
  ba...@work-isp:/tmp$ sudo apt-get dist-upgrade
- [sudo] password for batch: 
+ [sudo] password for batch:
  Reading package lists... Done
- Building dependency tree   
+ Building dependency tree
  Reading state information... Done
  Calculating upgrade... Done
  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.
  Do you want to continue [Y/n]? y
  Setting up slapd (2.4.15-1ubuntu3.1) ...
-   Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.4.15-1ubuntu3... 
done.
+   Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.4.15-1ubuntu3... 
done.
  chown: invalid argument: `'
  dpkg: error processing slapd (--configure):
-  subprocess post-installation script returned error exit status 1
+  subprocess post-installation script returned error exit status 1
  Errors were encountered while processing:
-  slapd
+  slapd
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  
  output of lsb_release -rd:
  ba...@work-isp:/tmp$ lsb_release -rd
  Description:  Ubuntu 9.04
  Release:  9.04
  
  output of apt-cache policy slapd:
  ba...@work-isp:/tmp$ apt-cache policy slapd
  slapd:
-   Installed: 2.4.15-1ubuntu3.1
-   Candidate: 2.4.15-1ubuntu3.1
-   Version table:
-  *** 2.4.15-1ubuntu3.1 0
- 500 http://us.archive.ubuntu.com jaunty-updates/main Packages
- 500 http://security.ubuntu.com jaunty-security/main Packages
- 100 /var/lib/dpkg/status
-  2.4.15-1ubuntu3 0
- 500 http://us.archive.ubuntu.com jaunty/main Packages
+   Installed: 2.4.15-1ubuntu3.1
+   Candidate: 2.4.15-1ubuntu3.1
+   Version table:
+  *** 2.4.15-1ubuntu3.1 0
+ 500 http://us.archive.ubuntu.com jaunty-updates/main Packages
+ 500 http://security.ubuntu.com jaunty-security/main Packages
+ 100 /var/lib/dpkg/status
+  2.4.15-1ubuntu3 0
+ 500 http://us.archive.ubuntu.com jaunty/main Packages
  
  I except the package to install without error.
  
  The package did not install correct leaves the sysem with
  1 not fully installed or removed

** Changed in: openldap (Ubuntu)
   Importance: Low = Wishlist

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

-- 
Improve error message in case suffix is incorrect
https://bugs.launchpad.net/bugs/632051
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 620441] Re: MySQL upstart stop job does not cleanly shutdown mysql

2010-09-09 Thread Thierry Carrez
+1

-- 
MySQL upstart stop job does not cleanly shutdown mysql
https://bugs.launchpad.net/bugs/620441
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 631489] Re: Browsing through Folders via samba is very slow

2010-09-09 Thread Thierry Carrez
Is there any error visible in the server logs for the 10.04 client
connection ?

Would you be able to run the same test using Ubuntu 10.10 beta, to see
if the bug still persists ? You should be able to use a LiveCD to test.

-- 
Browsing through Folders via samba is very slow
https://bugs.launchpad.net/bugs/631489
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

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


Re: [Bug 632554] Re: tomcat fails to start with: /bin/bash already running.

2010-09-09 Thread Thag
On Thu, Sep 9, 2010 at 5:48 AM, Thierry Carrez
thierry.car...@ubuntu.comwrote:

 I agree that we should not force tomcat6 to run under a user that has no
 bash running.

 Note that the proposed patch breaks use of AUTHBIND. This should rather
 be fixed by shipping once and for all the catalina.sh wrapper to use
 (rather than recreate it every time). Furthermore this should be shipped
 in /usr/share/tomcat6 rather than in /etc/init.d/.


That does sound like a better option. Is someone else looking at this or
should I take a crack at it.
Note, I'm not very good at java env stuff. :-)


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

 --
 tomcat fails to start with: /bin/bash already running.
 https://bugs.launchpad.net/bugs/632554
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
tomcat fails to start with: /bin/bash already running.
https://bugs.launchpad.net/bugs/632554
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 633981] Re: apache2 doens't listen on ::1 when there is no routable IPv6 address

2010-09-09 Thread drizzle
Loic,

Thank you for reporting this. Do you know if this is specific to Ubuntu?
Have you tried it on other distros? I will look for an upstream bug in
the meantime.

Darran

-- 
apache2 doens't listen on ::1 when there is no routable IPv6 address
https://bugs.launchpad.net/bugs/633981
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 632051] Re: Improve slapd postinst error message in case database directory can't be determined for a given LDAP suffix

2010-09-09 Thread Nathan Stratton Treadway
** Summary changed:

- Improve error message in case suffix is incorrect
+ Improve slapd postinst error message in case database directory can't be 
determined for a given LDAP suffix

** Description changed:

  Bug is due to buggy configuration, but we could have a better error
  message. See comment 5 for details.
  
  Original description:
  When doing a apt-get dist-upgrade going from  slapd_2.4.15-1ubuntu3_amd64.deb 
to slapd_2.4.15-1ubuntu3.1_amd64.deb
  I get the following output:
  ba...@work-isp:/tmp$ sudo apt-get dist-upgrade
  [sudo] password for batch:
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Calculating upgrade... Done
  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.
  Do you want to continue [Y/n]? y
  Setting up slapd (2.4.15-1ubuntu3.1) ...
-   Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.4.15-1ubuntu3... 
done.
+   Backing up /etc/ldap/slapd.conf in /var/backups/slapd-2.4.15-1ubuntu3... 
done.
  chown: invalid argument: `'
  dpkg: error processing slapd (--configure):
-  subprocess post-installation script returned error exit status 1
+  subprocess post-installation script returned error exit status 1
  Errors were encountered while processing:
-  slapd
+  slapd
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  
  output of lsb_release -rd:
  ba...@work-isp:/tmp$ lsb_release -rd
  Description:  Ubuntu 9.04
  Release:  9.04
  
  output of apt-cache policy slapd:
  ba...@work-isp:/tmp$ apt-cache policy slapd
  slapd:
-   Installed: 2.4.15-1ubuntu3.1
-   Candidate: 2.4.15-1ubuntu3.1
-   Version table:
-  *** 2.4.15-1ubuntu3.1 0
- 500 http://us.archive.ubuntu.com jaunty-updates/main Packages
- 500 http://security.ubuntu.com jaunty-security/main Packages
- 100 /var/lib/dpkg/status
-  2.4.15-1ubuntu3 0
- 500 http://us.archive.ubuntu.com jaunty/main Packages
+   Installed: 2.4.15-1ubuntu3.1
+   Candidate: 2.4.15-1ubuntu3.1
+   Version table:
+  *** 2.4.15-1ubuntu3.1 0
+ 500 http://us.archive.ubuntu.com jaunty-updates/main Packages
+ 500 http://security.ubuntu.com jaunty-security/main Packages
+ 100 /var/lib/dpkg/status
+  2.4.15-1ubuntu3 0
+ 500 http://us.archive.ubuntu.com jaunty/main Packages
  
  I except the package to install without error.
  
  The package did not install correct leaves the sysem with
  1 not fully installed or removed

-- 
Improve slapd postinst error message in case database directory can't be 
determined for a given LDAP suffix
https://bugs.launchpad.net/bugs/632051
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 633981] Re: apache2 doens't listen on ::1 when there is no routable IPv6 address

2010-09-09 Thread Loïc Minier
I didn't try on other distros, no; I did check the build log to confirm
we weren't passing any --enable/--disable-v4-mapped and we don't.

-- 
apache2 doens't listen on ::1 when there is no routable IPv6 address
https://bugs.launchpad.net/bugs/633981
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-09 Thread Neil Soman
Sylvain, are you positive that you are running the right version? Did
you start from a clean state? Are there any other error messages on the
storage controller? Is lvdisplay, vgdisplay and pvdisplay added to the
white list of commands?

We have tested this several times on our end and I'm puzzled that you'd
still see this, but we'd be happy to take a look.

-- 
[SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC 
+ ENT configs)
https://bugs.launchpad.net/bugs/590929
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 634085] [NEW] package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 3

2010-09-09 Thread odonata
Public bug reported:

Binary package hint: vsftpd

I have a script which loads a series of packages whenever I do a fresh
install of Ubuntu. One of the items that's loaded is  Zero Ice (Internet
Communication Engine). On this particular install, Ice loaded before
vsftpd. Vsftpd did not like this and wanted to remove all the Ice
packages before proceeding.

I realized this when I tried to edit vsftpd.conf and it wasn't there. I
tried to load vsftpd manually using aptitude install -y vsftpd and it
showed all the Ice packages would be removed it I proceeded.  I also
noticed that all the Ice packages were marked for removal if I ran
aptitude build-dep eclipse.

I went ahead and loaded vsftpd. It removed all the Ice packages. I
reinstalled the Ice packages (zeroc-ice). Now everything appears fine.
The aptitude build-dep eclipse command no longer complains about the
Ice packages being there.

Apparently, several packages (most of the qt4, some of the boost, etc.)
had a problem with zeroc-ice being there because they did not load
either. I had to rerun my long install command to load these missing
packages once I manually fixed the problem described above.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: vsftpd 2.2.2-3ubuntu6
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Thu Sep  9 08:12:44 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 3
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: vsftpd
Title: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 3

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


** Tags: apport-package i386 lucid

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

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


[Bug 634085] Re: package vsftpd 2.2.2-3ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 3

2010-09-09 Thread odonata

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/634085/+attachment/1560862/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/634085/+attachment/1560863/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/634085/+attachment/1560864/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/634085/+attachment/1560865/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   
https://bugs.launchpad.net/bugs/634085/+attachment/1560866/+files/DpkgTerminalLog.gz

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

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


[Bug 627963] Re: [maverick] Inconsistent certificates prevent CC to start correctly (no cc.log)

2010-09-09 Thread Dave Walker
Marking fix released, as Dimitri has confirmed this has landed in there
branch.

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

-- 
[maverick] Inconsistent certificates prevent CC to start correctly (no cc.log)
https://bugs.launchpad.net/bugs/627963
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 564355] Re: Second euca-run-instance request in same security group causes eucalyptus to remove network assoicated with security group

2010-09-09 Thread Thierry Carrez
We were not able to reproduce this on maverick / 2.0. Please set it back
to Triaged if anyone can.

** Changed in: eucalyptus (Ubuntu Maverick)
   Status: Triaged = Invalid

-- 
Second euca-run-instance request in same security group causes eucalyptus to 
remove network assoicated with security group
https://bugs.launchpad.net/bugs/564355
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 622818] Re: unexpected errors after a sequence of tests

2010-09-09 Thread Thierry Carrez
Needs to be rolled out in a package now

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

** Changed in: eucalyptus (Ubuntu Maverick)
 Assignee: (unassigned) = Dave Walker (davewalker)

-- 
unexpected errors after a sequence of tests
https://bugs.launchpad.net/bugs/622818
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 607311] Re: mount.cifs fails with cannot allocate memory

2010-09-09 Thread freecode
This appears to be resolved in Ubuntu server bug #570456 if I am reading
the thread correctly:

http://www.mail-archive.com/ubuntu-server-
b...@lists.ubuntu.com/msg38649.html

Seems there is an unimplemented cp15 register write (c9, c12, {0, 0})
with Ubuntu OMAP image that is at the root of the issue and is fixed in
Maverick's qemu-kvm package.

-- 
mount.cifs fails with cannot allocate memory
https://bugs.launchpad.net/bugs/607311
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 627963] Re: [maverick] Inconsistent certificates prevent CC to start correctly (no cc.log)

2010-09-09 Thread Thierry Carrez
I think the correct status in eucalyptus upstream should be fix
committed since they didn't release with it (I think) yet.

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

-- 
[maverick] Inconsistent certificates prevent CC to start correctly (no cc.log)
https://bugs.launchpad.net/bugs/627963
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 607311] Re: mount.cifs fails with cannot allocate memory

2010-09-09 Thread Michael Stevens
Perhaps I'm being dumb, but I can't see the relevance?

On Thu, Sep 09, 2010 at 03:56:38PM -, freecode wrote:
 This appears to be resolved in Ubuntu server bug #570456 if I am reading
 the thread correctly:
 
 http://www.mail-archive.com/ubuntu-server-
 b...@lists.ubuntu.com/msg38649.html
 
 Seems there is an unimplemented cp15 register write (c9, c12, {0, 0})
 with Ubuntu OMAP image that is at the root of the issue and is fixed in
 Maverick's qemu-kvm package.
 
 -- 
 mount.cifs fails with cannot allocate memory
 https://bugs.launchpad.net/bugs/607311
 You received this bug notification because you are a direct subscriber
 of the bug.

-- 
mount.cifs fails with cannot allocate memory
https://bugs.launchpad.net/bugs/607311
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 572317] Re: image-store does not support images without a ramdisk

2010-09-09 Thread Kate Stewart
** Also affects: ubuntu-release-notes
   Importance: Undecided
   Status: New

-- 
image-store does not support images without a ramdisk
https://bugs.launchpad.net/bugs/572317
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to image-store-proxy in ubuntu.

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


[Bug 634388] Re: /etc/init.d/ssh stop doesn't stop sshd

2010-09-09 Thread Jesse Michael

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/634388/+attachment/1562180/+files/Dependencies.txt

** Attachment added: SSHDConfig.txt
   
https://bugs.launchpad.net/bugs/634388/+attachment/1562181/+files/SSHDConfig.txt

-- 
/etc/init.d/ssh stop doesn't stop sshd
https://bugs.launchpad.net/bugs/634388
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

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


[Bug 634488] [NEW] new virtual machines do not boot

2010-09-09 Thread Matt Price
Public bug reported:

Machines built with vmbuilder appear not to boot when started with 
# virsh start VMName
at least, virt-viewer does not see them.  

A sample command line is here:
sudo vmbuilder kvm ubuntu --suite lucid --flavour virtual --arch amd64  
--libvirt qemu:///system  --user matt --pass  --components 
main,universe,restricted,multiverse --addpkg wordpress --addpkg emacs-snapshot 
--addpkg openssh-server --domain suntour --dest suntour --name=Matt Price  
--hostname suntour  -o

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: python-vm-builder 0.12.4-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-19.28-server 2.6.35.3
Uname: Linux 2.6.35-19-server x86_64
Architecture: amd64
Date: Thu Sep  9 17:06:00 2010
InstallationMedia: Ubuntu-Server 10.04.1 LTS Lucid Lynx - Release amd64 
(20100816.2)
PackageArchitecture: all
ProcEnviron:
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: vm-builder

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


** Tags: amd64 apport-bug maverick

-- 
new virtual machines do not boot
https://bugs.launchpad.net/bugs/634488
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 623144] Stacktrace.txt

2010-09-09 Thread Apport retracing service

** Attachment added: Stacktrace.txt
   
https://bugs.edge.launchpad.net/bugs/623144/+attachment/1562894/+files/Stacktrace.txt

-- 
chkutmp assert failure: *** stack smashing detected ***: ./chkutmp terminated
https://bugs.launchpad.net/bugs/623144
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to chkrootkit in ubuntu.

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


[Bug 623144] ThreadStacktrace.txt

2010-09-09 Thread Apport retracing service

** Attachment added: ThreadStacktrace.txt
   
https://bugs.edge.launchpad.net/bugs/623144/+attachment/1562897/+files/ThreadStacktrace.txt

** Attachment removed: CoreDump.gz
   
https://bugs.edge.launchpad.net/bugs/623144/+attachment/1514805/+files/CoreDump.gz

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

** Tags removed: need-amd64-retrace

-- 
chkutmp assert failure: *** stack smashing detected ***: ./chkutmp terminated
https://bugs.launchpad.net/bugs/623144
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to chkrootkit in ubuntu.

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


[Bug 633392] Re: Bridged Guests losing network connectivity

2010-09-09 Thread Andrew Klettke
Serge,

No luck, still having the same issues with the new kernel.

-- 
Bridged Guests losing network connectivity
https://bugs.launchpad.net/bugs/633392
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 607311] Re: mount.cifs fails with cannot allocate memory

2010-09-09 Thread freecode
You're not being dumb - my mistake. I managed to find the issue locally.
The two are unrelated as the issue actually traced down to a
misconfigured share in AD and not the same issue as above. Call this one
a mea culpa - and never mind the report.

-- 
mount.cifs fails with cannot allocate memory
https://bugs.launchpad.net/bugs/607311
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 631383] Re: Samba: Slow file open Incomplete multibyte sequence error

2010-09-09 Thread EXJ
Is it a problem you also experienced using previous versions of samba ?
Unfortunately, we installed the server, then ran a full update upgrading us to 
the current version. 
This is our new main fileserver.

For a given document, does it always fail ?

Doesnt fail, but takes 30-60 seconds to open depending on the file
(small simple documents). All other samba functions (browsing, etc) is
working fine and at normal speed. This has been observed over the entire
network (around 24 workstations)

Do you confirm that accessing the same document from a Linux client
works ok ?

Actually, after checking the error also occurs for linux, but there is no speed 
issue. All files open at normal speed.
I am attaching part of the log file from a windows workstation. I will followup 
with the linux log (which looks the same)

** Attachment added: encoding error (windows)
   
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/631383/+attachment/1564242/+files/encoding%20error%20%28windows%29

-- 
Samba: Slow file open  Incomplete multibyte sequence error
https://bugs.launchpad.net/bugs/631383
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 634671] [NEW] package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-09 Thread Greg Bair
Public bug reported:

Binary package hint: apache2

Using 10.04.1

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: apache2.2-common 2.2.14-5ubuntu8
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Fri Sep 10 00:20:10 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
SourcePackage: apache2
Title: package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

-- 
package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/634671
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 634671] Re: package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-09 Thread Greg Bair

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/634671/+attachment/1564284/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/634671/+attachment/1564285/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/634671/+attachment/1564286/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   
https://bugs.launchpad.net/bugs/634671/+attachment/1564287/+files/DpkgTerminalLog.gz

-- 
package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/634671
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 634671] Re: package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-09 Thread Greg Bair
My fault, I had some old packages still installed.

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

-- 
package apache2.2-common 2.2.14-5ubuntu8 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/634671
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

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


[Bug 633815] [NEW] package libwildmidi0 0.2.2-3 failed to install/upgrade: ErrorMessage: failed to read on buffer copy for md5hash: Input/output error

2010-09-09 Thread rderoko
Public bug reported:

Binary package hint: wildmidi

During upgrade to 10.10

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: libwildmidi0 0.2.2-3
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Sep  8 22:43:03 2010
ErrorMessage: ErrorMessage: failed to read on buffer copy for md5hash: 
Input/output error
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: wildmidi
Title: package libwildmidi0 0.2.2-3 failed to install/upgrade: ErrorMessage: 
failed to read on buffer copy for md5hash: Input/output error

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


** Tags: apport-package i386 maverick

-- 
package libwildmidi0 0.2.2-3 failed to install/upgrade: ErrorMessage: failed to 
read on buffer copy for md5hash: Input/output error
https://bugs.launchpad.net/bugs/633815
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 633815] Re: package libwildmidi0 0.2.2-3 failed to install/upgrade: ErrorMessage: failed to read on buffer copy for md5hash: Input/output error

2010-09-09 Thread rderoko

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/633815/+attachment/1559269/+files/Dependencies.txt

** Attachment added: VarLogDistupgradeAptlog.gz
   
https://bugs.launchpad.net/bugs/633815/+attachment/1559270/+files/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   
https://bugs.launchpad.net/bugs/633815/+attachment/1559271/+files/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeHistorylog.gz
   
https://bugs.launchpad.net/bugs/633815/+attachment/1559272/+files/VarLogDistupgradeHistorylog.gz

** Attachment added: VarLogDistupgradeLspcitxt.gz
   
https://bugs.launchpad.net/bugs/633815/+attachment/1559273/+files/VarLogDistupgradeLspcitxt.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   
https://bugs.launchpad.net/bugs/633815/+attachment/1559274/+files/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeSystemstatetargz.gz
   
https://bugs.launchpad.net/bugs/633815/+attachment/1559275/+files/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   
https://bugs.launchpad.net/bugs/633815/+attachment/1559276/+files/VarLogDistupgradeTermlog.gz

-- 
package libwildmidi0 0.2.2-3 failed to install/upgrade: ErrorMessage: failed to 
read on buffer copy for md5hash: Input/output error
https://bugs.launchpad.net/bugs/633815
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 633813] [NEW] unable to select different alert sounds with sound preferences

2010-09-09 Thread Bill Smith
Public bug reported:

Binary package hint: gnome-panel

  Description:  Ubuntu 10.04.1 LTS
  Release:  10.04

  gnome-panel:
  Installed: 1:2.30.2-0ubuntu0.2
  Candidate: 1:2.30.2-0ubuntu0.2
  Version table:
  *** 1:2.30.2-0ubuntu0.2 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 1:2.30.0-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages

- I expected to be able to change the alert settings using the default
GUI.

- I was unable to change the alert setting from the default alert, I would 
click to fill in the bubble but it would not fill in. I
expected the radio selector to behave as normally, but it did not.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: gnome-panel 1:2.30.2-0ubuntu0.2
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Thu Sep  9 01:47:44 2010
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-panel

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 lucid

-- 
unable to select different alert sounds with sound preferences
https://bugs.launchpad.net/bugs/633813
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 633813] Re: unable to select different alert sounds with sound preferences

2010-09-09 Thread Bill Smith

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/633813/+attachment/1559267/+files/Dependencies.txt

** Attachment added: GConfNonDefault.txt
   
https://bugs.launchpad.net/bugs/633813/+attachment/1559268/+files/GConfNonDefault.txt

-- 
unable to select different alert sounds with sound preferences
https://bugs.launchpad.net/bugs/633813
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 633812] [NEW] package initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-09 Thread ap_itbhu
Public bug reported:

Binary package hint: initramfs-tools

n/a

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs]
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
Architecture: i386
Date: Thu Sep  9 05:50:17 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu-Netbook 10.04 Lucid Lynx - Release i386 (20100429.4)
PackageArchitecture: all
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.92bubuntu78 [modified: 
usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid ubuntu-une

-- 
package initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs] 
failed to install/upgrade: subprocess installed post-installation script 
returned error exit status 1
https://bugs.launchpad.net/bugs/633812
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 633812] Re: package initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs] failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-09 Thread ap_itbhu

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/633812/+attachment/1559262/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/633812/+attachment/1559263/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/633812/+attachment/1559264/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/633812/+attachment/1559265/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/633812/+attachment/1559266/+files/DpkgTerminalLog.txt

-- 
package initramfs-tools 0.92bubuntu78 [modified: usr/sbin/update-initramfs] 
failed to install/upgrade: subprocess installed post-installation script 
returned error exit status 1
https://bugs.launchpad.net/bugs/633812
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 633811] Re: package irqbalance 0.56-0ubuntu2 failed to install/upgrade: ErrorMessage: failed to read on buffer copy for md5hash: Input/output error

2010-09-09 Thread rderoko

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559254/+files/Dependencies.txt

** Attachment added: VarLogDistupgradeAptlog.gz
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559255/+files/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559256/+files/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeHistorylog.gz
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559257/+files/VarLogDistupgradeHistorylog.gz

** Attachment added: VarLogDistupgradeLspcitxt.gz
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559258/+files/VarLogDistupgradeLspcitxt.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559259/+files/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeSystemstatetargz.gz
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559260/+files/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   
https://bugs.launchpad.net/bugs/633811/+attachment/1559261/+files/VarLogDistupgradeTermlog.gz

-- 
package irqbalance 0.56-0ubuntu2 failed to install/upgrade: ErrorMessage: 
failed to read on buffer copy for md5hash: Input/output error
https://bugs.launchpad.net/bugs/633811
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 633811] [NEW] package irqbalance 0.56-0ubuntu2 failed to install/upgrade: ErrorMessage: failed to read on buffer copy for md5hash: Input/output error

2010-09-09 Thread rderoko
Public bug reported:

Binary package hint: irqbalance

During upgrade to 10.10

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: irqbalance 0.56-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Sep  8 22:46:49 2010
ErrorMessage: ErrorMessage: failed to read on buffer copy for md5hash: 
Input/output error
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: irqbalance
Title: package irqbalance 0.56-0ubuntu2 failed to install/upgrade: 
ErrorMessage: failed to read on buffer copy for md5hash: Input/output error

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


** Tags: apport-package i386 maverick

-- 
package irqbalance 0.56-0ubuntu2 failed to install/upgrade: ErrorMessage: 
failed to read on buffer copy for md5hash: Input/output error
https://bugs.launchpad.net/bugs/633811
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 633503] Re: Bad string concatenation for l10n

2010-09-09 Thread David Planella
** Changed in: ubuntu-translations
   Status: New = Triaged

** Changed in: ubuntu-translations
   Importance: Undecided = Low

-- 
Bad string concatenation for l10n
https://bugs.launchpad.net/bugs/633503
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 629627] Re: Translations not loaded for the You may wish to read the release notes sentence

2010-09-09 Thread David Planella
** Changed in: ubuntu-translations
   Status: Triaged = Fix Released

-- 
Translations not loaded for the You may wish to read the release notes 
sentence
https://bugs.launchpad.net/bugs/629627
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 629437] Re: Button try ubuntu to narrow for some localizations

2010-09-09 Thread David Planella
** Changed in: ubuntu-translations
   Status: Triaged = Fix Released

-- 
Button try ubuntu to narrow for some localizations
https://bugs.launchpad.net/bugs/629437
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 564769] Re: Please add backgrounds from arc-colors to shiki-colors

2010-09-09 Thread Andrew Starr-Bochicchio
yes ;-)

-- 
Please add backgrounds from arc-colors to shiki-colors
https://bugs.launchpad.net/bugs/564769
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 633446] Re: wrong translation template generated

2010-09-09 Thread David Planella
Template approved as well.

** Changed in: ubuntu-translations
   Importance: Undecided = Medium

** Changed in: ubuntu-translations
   Status: New = Fix Released

-- 
wrong translation template generated
https://bugs.launchpad.net/bugs/633446
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 631263] Re: i can not run

2010-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package gwibber - 2.31.92-0ubuntu1

---
gwibber (2.31.92-0ubuntu1) maverick; urgency=low

  * New upstream release
- Don't crash if there are streams configured for accounts that no longer
  exist (LP: #631263)
- Delete associated streams when an account is deleted
- Reuse worker pool of threads (LP: #624918)
- Ensure the timer is reset on each refresh, prevents multiple timers
  created to perform the refresh operations causing crashes (LP: #600010)
- Clicking on the message indicator should focus replies (LP: #549817)
- When focusing replies stream from the indicator, clear the
  indicators (LP: #629623)
- gwibber-service crashed with IOError in get_avatar_path() (LP: #626068)
- gwibber-service crashed with GError in notify() (LP: #622812)
  * debian/gwibber-service.py
- Added apport package-hook to attach the gwibber.log (LP: #384552)
 -- Ken VanDine ken.vand...@canonical.com   Fri, 03 Sep 2010 15:06:17 -0400

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

-- 
i can not run 
https://bugs.launchpad.net/bugs/631263
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 629623] Re: Remove messaging menu notifications in a single click

2010-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package gwibber - 2.31.92-0ubuntu1

---
gwibber (2.31.92-0ubuntu1) maverick; urgency=low

  * New upstream release
- Don't crash if there are streams configured for accounts that no longer
  exist (LP: #631263)
- Delete associated streams when an account is deleted
- Reuse worker pool of threads (LP: #624918)
- Ensure the timer is reset on each refresh, prevents multiple timers
  created to perform the refresh operations causing crashes (LP: #600010)
- Clicking on the message indicator should focus replies (LP: #549817)
- When focusing replies stream from the indicator, clear the
  indicators (LP: #629623)
- gwibber-service crashed with IOError in get_avatar_path() (LP: #626068)
- gwibber-service crashed with GError in notify() (LP: #622812)
  * debian/gwibber-service.py
- Added apport package-hook to attach the gwibber.log (LP: #384552)
 -- Ken VanDine ken.vand...@canonical.com   Fri, 03 Sep 2010 15:06:17 -0400

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

-- 
Remove messaging menu notifications in a single click
https://bugs.launchpad.net/bugs/629623
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 627975] Re: PowerTOP: Remove hard coded values for C and P states

2010-09-09 Thread Amit Arora
The patch has been accepted upstream.
Here is the link : 
http://www.bughost.org/pipermail/power/2010-September/001984.html

And, here is the commit id in the powertop git tree :
0a8620213f1841af2ad46bb59e5cf57c305fc43a


Can this patch be included in the PowerTOP package, targeting the Maverick 
Ubuntu release ? Thanks!

-- 
PowerTOP: Remove hard coded values for C and P states
https://bugs.launchpad.net/bugs/627975
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 626068] Re: gwibber-service crashed with IOError in get_avatar_path()

2010-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package gwibber - 2.31.92-0ubuntu1

---
gwibber (2.31.92-0ubuntu1) maverick; urgency=low

  * New upstream release
- Don't crash if there are streams configured for accounts that no longer
  exist (LP: #631263)
- Delete associated streams when an account is deleted
- Reuse worker pool of threads (LP: #624918)
- Ensure the timer is reset on each refresh, prevents multiple timers
  created to perform the refresh operations causing crashes (LP: #600010)
- Clicking on the message indicator should focus replies (LP: #549817)
- When focusing replies stream from the indicator, clear the
  indicators (LP: #629623)
- gwibber-service crashed with IOError in get_avatar_path() (LP: #626068)
- gwibber-service crashed with GError in notify() (LP: #622812)
  * debian/gwibber-service.py
- Added apport package-hook to attach the gwibber.log (LP: #384552)
 -- Ken VanDine ken.vand...@canonical.com   Fri, 03 Sep 2010 15:06:17 -0400

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

-- 
gwibber-service crashed with IOError in get_avatar_path()
https://bugs.launchpad.net/bugs/626068
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 626056] Re: zeitgeist crash when opening activity journal

2010-09-09 Thread xof32
sure..

python -V :

Python 2.6.6

python -c import time; print time.gmtime(0)  :
time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0,
tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)


2010/9/7 Markus Korn thek...@gmx.de

 Raised importance as other users seem to be affected by this bug too
 (see duplicate)

 @xof32,
 as you are the reporter of the same issue, can you also please give me the
 output of

 python -V
 and

 python -c import time; print time.gmtime(0)


 Thanks,
 Markus

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

 --
 zeitgeist crash when opening activity journal
 https://bugs.launchpad.net/bugs/626056
 You received this bug notification because you are a direct subscriber
 of a duplicate bug (632279).

 Status in “zeitgeist” package in Ubuntu: Incomplete

 Bug description:
 Binary package hint: zeitgeist

 zeitgest crash when opening activity journal and it dosent display any
 information

 ProblemType: Crash
 DistroRelease: Ubuntu 10.10
 Package: zeitgeist-datahub 0.5.0-0ubuntu2
 ProcVersionSignature: Ubuntu 2.6.35-19.26-generic 2.6.35.3
 Uname: Linux 2.6.35-19-generic i686
 Architecture: i386
 Date: Sat Aug 28 17:18:53 2010
 ExecutablePath: /usr/bin/zeitgeist-datahub
 InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
 InterpreterPath: /usr/bin/python2.6
 PackageArchitecture: all
 ProcCmdline: /usr/bin/python /usr/bin/zeitgeist-datahub
 ProcEnviron:
  SHELL=/bin/bash
  LANG=es_MX.utf8
 PythonArgs: ['/usr/bin/zeitgeist-datahub']
 SourcePackage: zeitgeist
 Title: zeitgeist-datahub crashed with OverflowError in module()
 UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare

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


-- 
zeitgeist-datahub crash when opening activity journal
https://bugs.launchpad.net/bugs/626056
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 624918] Re: gwibber-service creates a new worker pool of threads/processes for each async request that it decided to do

2010-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package gwibber - 2.31.92-0ubuntu1

---
gwibber (2.31.92-0ubuntu1) maverick; urgency=low

  * New upstream release
- Don't crash if there are streams configured for accounts that no longer
  exist (LP: #631263)
- Delete associated streams when an account is deleted
- Reuse worker pool of threads (LP: #624918)
- Ensure the timer is reset on each refresh, prevents multiple timers
  created to perform the refresh operations causing crashes (LP: #600010)
- Clicking on the message indicator should focus replies (LP: #549817)
- When focusing replies stream from the indicator, clear the
  indicators (LP: #629623)
- gwibber-service crashed with IOError in get_avatar_path() (LP: #626068)
- gwibber-service crashed with GError in notify() (LP: #622812)
  * debian/gwibber-service.py
- Added apport package-hook to attach the gwibber.log (LP: #384552)
 -- Ken VanDine ken.vand...@canonical.com   Fri, 03 Sep 2010 15:06:17 -0400

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

-- 
gwibber-service creates a new worker pool of threads/processes for each async 
request that it decided to do
https://bugs.launchpad.net/bugs/624918
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 622812] Re: gwibber-service crashed with GError in notify()

2010-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package gwibber - 2.31.92-0ubuntu1

---
gwibber (2.31.92-0ubuntu1) maverick; urgency=low

  * New upstream release
- Don't crash if there are streams configured for accounts that no longer
  exist (LP: #631263)
- Delete associated streams when an account is deleted
- Reuse worker pool of threads (LP: #624918)
- Ensure the timer is reset on each refresh, prevents multiple timers
  created to perform the refresh operations causing crashes (LP: #600010)
- Clicking on the message indicator should focus replies (LP: #549817)
- When focusing replies stream from the indicator, clear the
  indicators (LP: #629623)
- gwibber-service crashed with IOError in get_avatar_path() (LP: #626068)
- gwibber-service crashed with GError in notify() (LP: #622812)
  * debian/gwibber-service.py
- Added apport package-hook to attach the gwibber.log (LP: #384552)
 -- Ken VanDine ken.vand...@canonical.com   Fri, 03 Sep 2010 15:06:17 -0400

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

-- 
gwibber-service crashed with GError in notify()
https://bugs.launchpad.net/bugs/622812
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 600010] Re: gwibber-service crashed with SIGSEGV in pthread_mutex_lock()

2010-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package gwibber - 2.31.92-0ubuntu1

---
gwibber (2.31.92-0ubuntu1) maverick; urgency=low

  * New upstream release
- Don't crash if there are streams configured for accounts that no longer
  exist (LP: #631263)
- Delete associated streams when an account is deleted
- Reuse worker pool of threads (LP: #624918)
- Ensure the timer is reset on each refresh, prevents multiple timers
  created to perform the refresh operations causing crashes (LP: #600010)
- Clicking on the message indicator should focus replies (LP: #549817)
- When focusing replies stream from the indicator, clear the
  indicators (LP: #629623)
- gwibber-service crashed with IOError in get_avatar_path() (LP: #626068)
- gwibber-service crashed with GError in notify() (LP: #622812)
  * debian/gwibber-service.py
- Added apport package-hook to attach the gwibber.log (LP: #384552)
 -- Ken VanDine ken.vand...@canonical.com   Fri, 03 Sep 2010 15:06:17 -0400

** Changed in: gwibber (Ubuntu)
   Status: Confirmed = Fix Released

-- 
gwibber-service crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/600010
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 549817] Re: Clicking notifications in drop down should take me to messages

2010-09-09 Thread Launchpad Bug Tracker
This bug was fixed in the package gwibber - 2.31.92-0ubuntu1

---
gwibber (2.31.92-0ubuntu1) maverick; urgency=low

  * New upstream release
- Don't crash if there are streams configured for accounts that no longer
  exist (LP: #631263)
- Delete associated streams when an account is deleted
- Reuse worker pool of threads (LP: #624918)
- Ensure the timer is reset on each refresh, prevents multiple timers
  created to perform the refresh operations causing crashes (LP: #600010)
- Clicking on the message indicator should focus replies (LP: #549817)
- When focusing replies stream from the indicator, clear the
  indicators (LP: #629623)
- gwibber-service crashed with IOError in get_avatar_path() (LP: #626068)
- gwibber-service crashed with GError in notify() (LP: #622812)
  * debian/gwibber-service.py
- Added apport package-hook to attach the gwibber.log (LP: #384552)
 -- Ken VanDine ken.vand...@canonical.com   Fri, 03 Sep 2010 15:06:17 -0400

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

-- 
Clicking notifications in drop down should take me to messages
https://bugs.launchpad.net/bugs/549817
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 617884] Re: Cannot access some websites in Ubuntu Lucid

2010-09-09 Thread Mirza Ibrahim
hello everybody.
this problem is solved for me, and now I want to remove this bug report. Please 
tell me how can I remove this bug report ??
thank you.

** Tags removed: needs-upstream-testing

** Changed in: linux (Ubuntu)
   Status: Incomplete = Invalid

-- 
Cannot access some websites in Ubuntu Lucid
https://bugs.launchpad.net/bugs/617884
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 308191] Re: Multitouch support not available for Synaptics touchpads v7.2

2010-09-09 Thread tob
I have found the multitouch initialization sequence for the Synaptics
V7.4 Clickpad touchpad in my HP dv7t Select.  The touchpad uses a new 12
byte protocol for multitouch events after it has been properly
initialized.  I have not completely figured out the new multitouch
protocol.  I would imagine that the initialization sequence and
multitouch protocol for the Synaptics V7.2 touchpads is similar if not
the same as the V7.4 touchpads.  More info can be found at
https://bugzilla.kernel.org/show_bug.cgi?id=18062

** Bug watch added: Linux Kernel Bug Tracker #18062
   http://bugzilla.kernel.org/show_bug.cgi?id=18062

-- 
Multitouch support not available for Synaptics touchpads v7.2
https://bugs.launchpad.net/bugs/308191
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 633820] [NEW] Fn+F9 on Asus x72j doesn't work

2010-09-09 Thread luka
Public bug reported:

Binary package hint: t38modem

In ASUS X72j model the combination of Fn + F9 don't disable and enable 
TouchPad, and nto show any message.
I've installed Ubuntu 10.04 download by Ubuntu site
the version of ubuntu is 2.6.32-24 generic pae
thanks in advance

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

-- 
Fn+F9 on Asus x72j doesn't work
https://bugs.launchpad.net/bugs/633820
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 633432] Re: wrong translation domain generated

2010-09-09 Thread David Planella
Template approved as well.

** Changed in: ubuntu-translations
   Status: New = Fix Released

** Changed in: ubuntu-translations
   Importance: Undecided = Medium

-- 
wrong translation domain generated
https://bugs.launchpad.net/bugs/633432
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 633824] Re: dconf crashed with signal 5 in __libc_start_main()

2010-09-09 Thread igizol

** Attachment added: CoreDump.gz
   https://bugs.launchpad.net/bugs/633824/+attachment/1559288/+files/CoreDump.gz

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/633824/+attachment/1559289/+files/Dependencies.txt

** Attachment added: Disassembly.txt
   
https://bugs.launchpad.net/bugs/633824/+attachment/1559290/+files/Disassembly.txt

** Attachment added: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/633824/+attachment/1559291/+files/ProcMaps.txt

** Attachment added: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/633824/+attachment/1559292/+files/ProcStatus.txt

** Attachment added: Registers.txt
   
https://bugs.launchpad.net/bugs/633824/+attachment/1559293/+files/Registers.txt

** Attachment added: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/633824/+attachment/1559294/+files/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/633824/+attachment/1559295/+files/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
dconf crashed with signal 5 in __libc_start_main()
https://bugs.launchpad.net/bugs/633824
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 633823] [NEW] ardour and ardour-dbgsym package versions differ

2010-09-09 Thread Donald Douwsma
Public bug reported:

Binary package hint: ardour

While trying to install ardour and its debug package I found that 
the versions in the Ubuntu repositories (10.04) differ

$ sudo apt-get install ardour ardour-dbgsym
[sudo] password for donaldd: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  ardour-dbgsym: Depends: ardour (= 1:2.8.6-1ubuntu0.1) but 1:2.8.6-1 is to be 
installed
E: Broken packages

dona...@cryptonomicon:~$ lsb_release -rd
Description:Ubuntu 10.04.1 LTS
Release:10.04

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

-- 
ardour and ardour-dbgsym package versions differ
https://bugs.launchpad.net/bugs/633823
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 633603] Re: Mouse left click stops if music plays. Some keyboard keys work

2010-09-09 Thread jastonas
How can I delete this??

-- 
Mouse left click stops if music plays. Some keyboard keys work
https://bugs.launchpad.net/bugs/633603
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 633827] [NEW] Minitube 0.9 (in lucid) no longer working due to changes in YouTube

2010-09-09 Thread Nicola Ferralis
Public bug reported:

Binary package hint: minitube

The version of Minitube in Lucid (0.9-0ubuntu1) no longer works due to
changes in YouTube. The issue has been fixed upstream (with version
1.1-1, now in Maverick):

http://flavio.tordini.org/announcing-minitube-1-1

This critical issue in Lucid could be easily fixed with a backport from
Maverick. Testing builds are available here:

https://launchpad.net/~lucid-bleed/+archive/ppa/+packages

** Affects: lucid-backports
 Importance: Undecided
 Status: New

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

** Also affects: lucid-backports
   Importance: Undecided
   Status: New

-- 
Minitube 0.9 (in lucid) no longer working due to changes in YouTube
https://bugs.launchpad.net/bugs/633827
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 633826] [NEW] package grub-common 1.98+20 100804-4ubuntu4 failed to install/upgrade: по дпроцесс dpkg-deb --control воз вратил код ошибки 2

2010-09-09 Thread lolikandr
Public bug reported:

Binary package hint: grub2

It had appeared when i tried to install kdiff3 with aptitude: sudo
aptitude install kdiff3

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: grub-common 1.98+20100804-4ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-20.29-generic 2.6.35.4
Uname: Linux 2.6.35-20-generic i686
Architecture: i386
Date: Thu Sep  9 01:02:38 2010
ErrorMessage: подпроцесс dpkg-deb --control возвратил код ошибки 2
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta i386 (20100901.1)
SourcePackage: grub2
Title: package grub-common 1.98+20100804-4ubuntu4 failed to install/upgrade: 
подпроцесс dpkg-deb --control возвратил код ошибки 2

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


** Tags: apport-package i386 maverick

-- 
package grub-common 1.98+20100804-4ubuntu4 failed to install/upgrade: 
подпроцесс dpkg-deb --control возвратил код ошибки 2
https://bugs.launchpad.net/bugs/633826
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 633826] Re: package grub-common 1.98+201008 04-4ubuntu4 failed to install/upgrade: по дпроцесс dpkg-deb --control воз вратил код ошибки 2

2010-09-09 Thread lolikandr

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/633826/+attachment/1559305/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/633826/+attachment/1559306/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/633826/+attachment/1559307/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   
https://bugs.launchpad.net/bugs/633826/+attachment/1559308/+files/DpkgTerminalLog.gz

-- 
package grub-common 1.98+20100804-4ubuntu4 failed to install/upgrade: 
подпроцесс dpkg-deb --control возвратил код ошибки 2
https://bugs.launchpad.net/bugs/633826
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 633483] Re: buttons not translated in KDE UI

2010-09-09 Thread David Planella
** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

** Changed in: ubuntu-translations
   Status: New = Fix Released

** Changed in: ubuntu-translations
   Importance: Undecided = Medium

-- 
buttons not translated in KDE UI
https://bugs.launchpad.net/bugs/633483
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 633422] Re: untranslatable strings

2010-09-09 Thread David Planella
** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

** Changed in: ubuntu-translations
   Status: New = Triaged

** Changed in: ubuntu-translations
   Importance: Undecided = Medium

-- 
untranslatable strings
https://bugs.launchpad.net/bugs/633422
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 633399] Re: aplay works fine, alsamixer does not

2010-09-09 Thread UndiFineD
Ok, I have tried several of the livecd's and they do not boot for me,
either from usb stick or cd.

-- 
aplay works fine, alsamixer does not
https://bugs.launchpad.net/bugs/633399
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 633399] Re: aplay works fine, alsamixer does not

2010-09-09 Thread UndiFineD
forgot to mention, the i386 does boot in virtual box, but not a 64bit
version, as it is incompatible with my xeon

-- 
aplay works fine, alsamixer does not
https://bugs.launchpad.net/bugs/633399
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 632263] Re: ProductCode has ambigious import, can cause build failure on some systems

2010-09-09 Thread chris grzegorczyk
** Changed in: eucalyptus (Ubuntu)
   Status: Incomplete = Invalid

-- 
ProductCode has ambigious import, can cause build failure on some systems
https://bugs.launchpad.net/bugs/632263
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 631263] Re: i can not run

2010-09-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gwibber

-- 
i can not run 
https://bugs.launchpad.net/bugs/631263
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 631064] Re: connection forbidden on localhost after wireless connected

2010-09-09 Thread Gerben
Hi,

In both situations the same list is produced:
BEFORE:
getent hosts ::1
::1 localhost ip6-localhost ip6-loopback
getent hosts 127.0.0.1
127.0.0.1   localhost
getent hosts localhost
::1 localhost ip6-localhost ip6-loopback
getent hosts ip6-localhost
::1 localhost ip6-localhost ip6-loopback

AFTER:
getent hosts ::1
::1 localhost ip6-localhost ip6-loopback
getent hosts 127.0.0.1
127.0.0.1   localhost
getent hosts localhost
::1 localhost ip6-localhost ip6-loopback
getent hosts ip6-localhost
::1 localhost ip6-localhost ip6-loopback

I've also altered on the hostnames used in the URL, and localhost
ip6-localhost ip6-loopback all act the same as in pages fetches before
wireless network got configured and access denied after.

I've tried a /etc/init.d/apache restart, and this still fails for
ip6-localhost ip6-loopback, both translate only into ::1 which is not
connected anymore (connection refused), whereas is would at leas provide
a '403 forbidden' right after the wireless network got configured.

localhost succeeds, but has an extra translation first into ::1 and then 
127.0.0.1
See selections for wget for localhost and ip6-localhost, (before wireless 
configured, after wireless configured, after apache restart):

BEFORE
wget http://localhost/server-info
--2010-09-09 07:43:24--  http://localhost/server-info
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:80... connected.
HTTP request sent, awaiting response... 200 OK

wget http://ip6-localhost/server-info
--2010-09-09 07:43:24--  http://ip6-localhost/server-info
Resolving ip6-localhost... ::1
Connecting to ip6-localhost|::1|:80... connected.
HTTP request sent, awaiting response... 200 OK


AFTER  (wireless configured)
wget http://localhost/server-info
--2010-09-09 07:44:14--  http://localhost/server-info
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2010-09-09 07:44:14 ERROR 403: Forbidden.

wget http://ip6-localhost/server-info
--2010-09-09 07:44:14--  http://ip6-localhost/server-info
Resolving ip6-localhost... ::1
Connecting to ip6-localhost|::1|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2010-09-09 07:44:14 ERROR 403: Forbidden.


APACHE RESTART
wget http://localhost/server-info
--2010-09-09 07:52:22--  http://localhost/server-info
Resolving localhost... ::1, 127.0.0.1
Connecting to localhost|::1|:80... failed: Connection refused.
Connecting to localhost|127.0.0.1|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]

wget http://ip6-localhost/server-info
--2010-09-09 07:54:56--  http://ip6-localhost/server-info
Resolving ip6-localhost... ::1
Connecting to ip6-localhost|::1|:80... failed: Connection refused.

-- 
connection forbidden on localhost after wireless connected
https://bugs.launchpad.net/bugs/631064
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 629711] Re: [Maverick] Removing external display on Vostro 3500 corrupts the screen

2010-09-09 Thread Chris Halse Rogers
Hm.

Ok.  So, that log shows you booting with just the laptop's internal
panel, plugging in a second display to the VGA port, which comes up in
an extended desktop situation, then disabling the VGA output, presumably
through the Monitors capplet or equivalent, and then letting the timeout
expire to get back to the extended desktop.

Once it's back on the extended desktop the display returns to normal?

Given that the mouse pointer continues working properly I'd guess the
problem is somewhere in the framebuffer settings for that particular
mode change.

-- 
[Maverick] Removing external display on Vostro 3500 corrupts the screen
https://bugs.launchpad.net/bugs/629711
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 629623] Re: Remove messaging menu notifications in a single click

2010-09-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gwibber

-- 
Remove messaging menu notifications in a single click
https://bugs.launchpad.net/bugs/629623
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 626068] Re: gwibber-service crashed with IOError in get_avatar_path()

2010-09-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gwibber

-- 
gwibber-service crashed with IOError in get_avatar_path()
https://bugs.launchpad.net/bugs/626068
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 624918] Re: gwibber-service creates a new worker pool of threads/processes for each async request that it decided to do

2010-09-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gwibber

-- 
gwibber-service creates a new worker pool of threads/processes for each async 
request that it decided to do
https://bugs.launchpad.net/bugs/624918
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 622812] Re: gwibber-service crashed with GError in notify()

2010-09-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gwibber

-- 
gwibber-service crashed with GError in notify()
https://bugs.launchpad.net/bugs/622812
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 600010] Re: gwibber-service crashed with SIGSEGV in pthread_mutex_lock()

2010-09-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gwibber

-- 
gwibber-service crashed with SIGSEGV in pthread_mutex_lock()
https://bugs.launchpad.net/bugs/600010
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 549817] Re: Clicking notifications in drop down should take me to messages

2010-09-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/gwibber

-- 
Clicking notifications in drop down should take me to messages
https://bugs.launchpad.net/bugs/549817
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 633807] Re: canon IP3000: 'pdftoraster failed' on Maverick

2010-09-09 Thread Till Kamppeter
Can you please attach files which you tried to print and where the
problem occured? Tell also with which applications you printed them and
with which settings.

-- 
canon IP3000: 'pdftoraster failed' on Maverick 
https://bugs.launchpad.net/bugs/633807
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 633635] Re: Assertion (dev != NULL) at ../../libparted/disk.c:185 in function ped_disk_new() failed

2010-09-09 Thread UndiFineD
I have several different branded sticks, all work ok, except this one
Used them yesterday to make a maverick livecd

-- 
Assertion (dev != NULL) at ../../libparted/disk.c:185 in function 
ped_disk_new() failed
https://bugs.launchpad.net/bugs/633635
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 633514] Re: notifyrc file does not contain translations

2010-09-09 Thread David Planella
I'm not sure what importance to give this for the translations task. How
visible are these strings? Do now all notifications appear untranslated
in Kubuntu?

** Also affects: ubuntu-translations
   Importance: Undecided
   Status: New

** Changed in: ubuntu-translations
   Status: New = Triaged

-- 
notifyrc file does not contain translations
https://bugs.launchpad.net/bugs/633514
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 632263] Re: ProductCode has ambigious import, can cause build failure on some systems

2010-09-09 Thread chris grzegorczyk
Sorry about that!  The conflict arises due to a redefinition of
{javax.persistence,org.hibernate.annotations}.Cache with geronimo.  This
may arise in the future, so I note the details for posterity.

cheers.

-- 
ProductCode has ambigious import, can cause build failure on some systems
https://bugs.launchpad.net/bugs/632263
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 625881] Re: indicator-datetime do not shows

2010-09-09 Thread Thorsten Reinbold
Same behavior for me here. The Applet is installed, but doesn't shows
up. I get the following message on a terminal:

** (process:4605): DEBUG: Building Menus.
** (process:4605): DEBUG: Updating Date/Time
** (process:4605): DEBUG: Unable to find calendar app.
** (process:4605): DEBUG: Found the time-admin application: /usr/bin/time-admin

(process:4605): libindicator-WARNING **: No watchers, service timing
out.

** (process:4605): WARNING **: Shutting down service!

-- 
indicator-datetime do not shows
https://bugs.launchpad.net/bugs/625881
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 459639] Re: X server starts randomly in failsafe when starting from cold boot

2010-09-09 Thread Cesare Mastroianni

Hi there. I removed the 2 seconds delay workaround some time ago, after the 
latest nvidia drivers update.

Later, the problem/bug came back: however I missed to add the 2 seconds
delay trick, and it vanished some days later. I noticed that this
peculiar behaviour happened when some automatic update was performed...
I mean:

On Sept 3rd these packages have been updated:
Start-Date: 2010-09-03  09:06:18
Upgrade: libgudev-1.0-0 (151-12, 151-12.1), usb-creator-gtk (0.2.22, 0.2.22.1), 
udev (151-12, 151-12.1), python-aptdaemon (0.11+bzr345-0ubuntu4, 
0.11+bzr345-0ubuntu4.1), aptdaemon (0.11+bzr345-0ubuntu4, 
0.11+bzr345-0ubuntu4.1), wget (1.12-1.1ubuntu2, 1.12-1.1ubuntu2.1), 
python-aptdaemon-gtk (0.11+bzr345-0ubuntu4, 0.11+bzr345-0ubuntu4.1), libudev0 
(151-12, 151-12.1), usb-creator-common (0.2.22, 0.2.22.1), mountall (2.15, 
2.15.1), usb-creator (0.2.22, 0.2.22.1)
End-Date: 2010-09-03  09:09:06

After this update the bug comes back.

On Sept 08th these packages have been update:
Start-Date: 2010-09-08  10:11:02
Upgrade: gdebi (0.6.0ubuntu1, 0.6.0ubuntu2), gdebi-core (0.6.0ubuntu1, 
0.6.0ubuntu2), sudo (1.7.2p1-1ubuntu5.1, 1.7.2p1-1ubuntu5.2), gwibber-service 
(2.30.1-0ubuntu1, 2.30.2-0ubuntu1), gwibber (2.30.1-0ubuntu1, 2.30.2-0ubuntu1), 
python-lazr.restfulclient (0.9.11-1ubuntu1, 0.9.11-1ubuntu1.1), lftp (4.0.2-1, 
4.0.2-1ubuntu0.1)
End-Date: 2010-09-08  10:11:45

After this update the bug vanished.

I can't understand which package update trigged this behaviour ...

Ciao from Italy
CM

-- 
X server starts randomly in failsafe when starting from cold boot
https://bugs.launchpad.net/bugs/459639
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 633829] [NEW] package xulrunner-1.9.1 1.9.1.12 build1 nobinonly-0ubuntu0.9.10.2 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2010-09-09 Thread Stone Thrower
Public bug reported:

Binary package hint: xulrunner-1.9.1

This is one of two errors that I received after I conducted the latest
updates.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: xulrunner-1.9.1 1.9.1.12+build1+nobinonly-0ubuntu0.9.10.2
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Wed Sep  8 23:17:56 2010
ErrorMessage: corrupted filesystem tarfile - corrupted package archive
SourcePackage: xulrunner-1.9.1
Title: package xulrunner-1.9.1 1.9.1.12+build1+nobinonly-0ubuntu0.9.10.2 failed 
to install/upgrade: corrupted filesystem tarfile - corrupted package archive

** Affects: xulrunner-1.9.1 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

-- 
package xulrunner-1.9.1 1.9.1.12 build1 nobinonly-0ubuntu0.9.10.2 failed to 
install/upgrade: corrupted filesystem tarfile - corrupted package archive
https://bugs.launchpad.net/bugs/633829
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 633829] Re: package xulrunner-1.9.1 1.9.1.12 build1 nobinonly-0ubuntu0.9.10.2 failed to install/upgrade: corrupted filesystem tarfile - corrupted package archive

2010-09-09 Thread Stone Thrower

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/633829/+attachment/1559310/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/633829/+attachment/1559311/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/633829/+attachment/1559312/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/633829/+attachment/1559313/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/633829/+attachment/1559314/+files/DpkgTerminalLog.txt

-- 
package xulrunner-1.9.1 1.9.1.12 build1 nobinonly-0ubuntu0.9.10.2 failed to 
install/upgrade: corrupted filesystem tarfile - corrupted package archive
https://bugs.launchpad.net/bugs/633829
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   >