[Bug 636195] [NEW] Autofs for LDAP doesn't contain ldif file

2010-09-12 Thread infestator
Public bug reported:

Binary package hint: autofs5-ldap

Configuration of slapd is directory based and ldapadd is not able to add
'.schema' files to LDAP configuration tree. To find out the way I can
add schema file into LDAP I wasted a lot of time for googleing. I think
it is not a very big problem and not a lot of work to add autofs.ldif
file to autofs5-ldap package to be able quickly setup LDAP for it
without additional googleing for special scripts.

I supplied autofs.ldif file in attachment.

Thanks!

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


** Tags: autofs ldap

-- 
Autofs for LDAP doesn't contain ldif file
https://bugs.launchpad.net/bugs/636195
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 in ubuntu.

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


[Bug 636195] Re: Autofs for LDAP doesn't contain ldif file

2010-09-12 Thread infestator

** Attachment added: The working autofs.ldif file
   https://bugs.launchpad.net/bugs/636195/+attachment/1573058/+files/autofs.ldif

-- 
Autofs for LDAP doesn't contain ldif file
https://bugs.launchpad.net/bugs/636195
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 in ubuntu.

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


[Bug 211631] Re: Network is brought down before network filesystems are unmounted (CIFS timeout at shutdown)

2010-09-12 Thread Jan Lillelund
This is still a big issue on WiFi-enabled workstations. To put it into
perspective, we have upgraded from 8.04 LTS to 10.04 LTS and shutdown
still takes around 40 minutes for the 16 cifs mounts in FSTAB on four
workstations.  Users are seriously inconvenienced.

As hinted earlier, a workaround could be adding the K14-links to rc0.d
and rc6.d:

ln -s /etc/init.d/umountnfs.sh /etc/rc0.d/K14umountnfs.sh
ln -s /etc/init.d/umountnfs.sh /etc/rc6.d/K14umountnfs.sh

and deleting the equivalent S31umountnfs.sh link.

I see this as a stop-gap measure only until it has been fully tested and
verified.

However, as Max-Ulrich Farber also stated more than two years ago, the
full ramifications of this are not clear as I do not have the test cases
nor insight for that matter to determine that this does not adversely
affect something else.

Could someone please please take a look at this and have the issue
resolved.  This is not just an obscure technical issue but also affects
the image that ordinary mortal users have of Ubuntu.

-- 
Network is brought down before network filesystems are unmounted (CIFS timeout 
at shutdown)
https://bugs.launchpad.net/bugs/211631
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 636363] [NEW] After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Zaphod
Public bug reported:

So I was trying to document configuring a new OpenLDAP install in
Maverick but I ran into problems pretty quick. After I import my
backend.ldif file I am unable to import the front end because of the
error Invalid credentials (49).

Here is what I did. I can't see any mistakes so far:

sudo apt-get install slapd ldap-utils

load some additional schema files

sudo ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/cosine.ldif
sudo ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/nis.ldif
sudo ldapadd -Y EXTERNAL -H ldapi:/// -f /etc/ldap/schema/inetorgperson.ldif

create a file called backend.lan.local.ldif 


# Load dynamic backend modules
dn: cn=module,cn=config
objectClass: olcModuleList
cn: module
olcModulepath: /usr/lib/ldap
olcModuleload: back_hdb

# Database settings
dn: olcDatabase=hdb,cn=config
objectClass: olcDatabaseConfig
objectClass: olcHdbConfig
olcDatabase: {1}hdb
olcSuffix: dc=lan,dc=local
olcDbDirectory: /var/lib/ldap
olcRootDN: cn=admin,dc=lan,dc=local
olcRootPW: secret
olcDbConfig: set_cachesize 0 2097152 0
olcDbConfig: set_lk_max_objects 1500
olcDbConfig: set_lk_max_locks 1500
olcDbConfig: set_lk_max_lockers 1500
olcDbIndex: objectClass eq
olcLastMod: TRUE
olcDbCheckpoint: 512 30
olcAccess: to attrs=userPassword by dn=cn=admin,dc=lan,dc=local write by 
anonymous auth by self write by * none
olcAccess: to attrs=shadowLastChange by self write by * read
olcAccess: to dn.base= by * read
olcAccess: to * by dn=cn=admin,dc=lan,dc=local write by * read


load it into the LDAP

sudo ldapadd -Y EXTERNAL -H ldapi:/// -f backend.lan.local.ldif

Create a file called frontend.lan.local.ldif on the server. 
--

# Create top-level object in domain
dn: dc=lan,dc=local
objectClass: top
objectClass: dcObject
objectclass: organization
o: lan Organization
dc: lan
description: LDAP lan

# Admin user.
dn: cn=admin,dc=lan,dc=local
objectClass: simpleSecurityObject
objectClass: organizationalRole
cn: admin
description: LDAP administrator
userPassword: secret

dn: ou=people,dc=lan,dc=local
objectClass: organizationalUnit
ou: people

dn: ou=groups,dc=lan,dc=local
objectClass: organizationalUnit
ou: groups


dn: ou=computers,dc=lan,dc=local
objectClass: organizationalUnit
ou: computers


dn: uid=john,ou=people,dc=lan,dc=local
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: shadowAccount
uid: john
sn: Doe
givenName: John
cn: John Doe
displayName: John Doe
uidNumber: 1000
gidNumber: 1
userPassword: password
gecos: John Doe
loginShell: /bin/bash
homeDirectory: /home/john
shadowExpire: -1
shadowFlag: 0
shadowWarning: 7
shadowMin: 8
shadowMax: 99
shadowLastChange: 10877
mail: john@lan.local
postalCode: 31000
l: Toulouse
o: lan
mobile: +33 (0)6 xx xx xx xx
homePhone: +33 (0)5 xx xx xx xx
title: System Administrator
postalAddress:
initials: JD

dn: cn=lan,ou=groups,dc=lan,dc=local
objectClass: posixGroup
cn: lan
gidNumber: 1

import front end configuration

sudo ldapadd -x -D cn=admin,dc=lan,dc=local -W -f
frontend.lan.local.ldif

Here is where I get 
Enter LDAP Password: 
ldap_bind: Invalid credentials (49)

From what I can tell I haven't made any mistake.

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

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
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 636363] Re: After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Stephan Hermann
Hi,

did you try to do this:

sudo ldapadd -Y EXTERNAL -H ldapi:/// -f frontend.lan.local.ldif

Could be that you are missing some acls for cn=admin

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
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 636363] Re: After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Zaphod
I haven't installed the ldap scripts package yet as acording to this document I 
don't do it until much later
https://help.ubuntu.com/10.04/serverguide/C/openldap-server.html
So without that ldapscripts package I can't use that command

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
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 636363] Re: After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Zaphod
hold on never mind

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
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 636363] Re: After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Zaphod
I forgot I removed openldap I will re-install and try that and let you
know.

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
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 636363] Re: After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Zaphod
@Stephan Hermann
When I run your command I get:

$ sudo ldapadd -Y EXTERNAL -H ldapi:/// -f frontend.lan.local.ldif
SASL/EXTERNAL authentication started
SASL username: gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth
SASL SSF: 0
adding new entry dc=lan,dc=local
ldap_add: Server is unwilling to perform (53)
additional info: no global superior knowledge


Then it exits

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
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 632934] Re: apache2 crashed with SIGSEGV in invoke_cmd()

2010-09-12 Thread Andreas Olsson
** Visibility changed to: Public

-- 
apache2 crashed with SIGSEGV in invoke_cmd()
https://bugs.launchpad.net/bugs/632934
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 603192] Re: install of libapache2-mod-php5 may not result in enabled php

2010-09-12 Thread Andreas Olsson
I wonder if this is the explanation to the not necessarily fixed bug
#403599?

-- 
install of libapache2-mod-php5 may not result in enabled php
https://bugs.launchpad.net/bugs/603192
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 636363] Re: After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Stephan Hermann
hmm...

I just followed the document and everything worked fine...

I wonder what's missing...

INvestigating

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
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 636363] Re: After importing backend.ldif I get Invalid credentials (49)

2010-09-12 Thread Zaphod
Are you using Ubuntu 10.10? I did a fresh install of the latest Ubuntu
10.10 x32 I can try again from the start and see what I get.

-- 
After importing backend.ldif I get Invalid credentials (49) 
https://bugs.launchpad.net/bugs/636363
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 636573] Re: package mysql-server-5.1 (not installed) failed to install/upgrade: subprocess new pre-installation script returned error exit status 128

2010-09-12 Thread H.S.Rai

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/636573/+attachment/1575152/+files/AptOrdering.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/636573/+attachment/1575153/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/636573/+attachment/1575154/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/636573/+attachment/1575155/+files/DpkgTerminalLog.txt

-- 
package mysql-server-5.1 (not installed) failed to install/upgrade: subprocess 
new pre-installation script returned error exit status 128
https://bugs.launchpad.net/bugs/636573
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 633981] Re: apache2 does not listen on ipv6 at all when there is no routable IPv6 address

2010-09-12 Thread Stefan Fritsch
It seems reasonable to not listen on IPv6 if no v6 address is
configured. Unfortunately, Apache (or rather APR) does this by using
getaddrinfo's AI_ADDRCONFIG flag. And glibc seems to ignore IPv6
addresses of scope host (i.e. ::1) when deciding if an v6 address is
configured. For me, the default fe80::* address of scope link that is
configured on eth0 is enough to make getaddrinfo return v6 addresses. If
I delete that address, getaddressinfo returns only the v4 address.

So, this looks more like a problem of eglibc than apache/APR to me.

-- 
apache2 does not listen on ipv6 at all 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 does not listen on ipv6 at all when there is no routable IPv6 address

2010-09-12 Thread Stefan Fritsch
** Package changed: apache2 (Ubuntu) = eglibc (Ubuntu)

-- 
apache2 does not listen on ipv6 at all 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 631064] Re: connection forbidden on localhost after wireless connected

2010-09-12 Thread Stefan Fritsch
Thanks for checking, Gerben.

Maybe this is related to bug #633981: Can you please check in the output
of

ip a

before and after wireless is connected. Are there any inet6 addresses besides 
the loop-back entry inet6 ::1/128 scope host?
Do you use network manager for connecting to the wireless? Maybe some versions 
of network manager delete an existing IPv6 address when it creates the wireless 
connection.

-- 
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 626728] Re: typing error in default-ssl

2010-09-12 Thread Stefan Fritsch
Luka, that's correct. MSIE [17-9] matches MSIE 7 to 9 and 10 to 19
(and 1, but that should not be a problem).

-- 
typing error in default-ssl
https://bugs.launchpad.net/bugs/626728
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 312493] Re: Not possible to run PHP in a multiuser and secure way

2010-09-12 Thread Jakob Unterwurzacher
The proposal is to get the packages apache2-suexec and libapache2-mod-
fcgid from universe into main? This combo works really well.

-- 
Not possible to run PHP in a multiuser and secure way
https://bugs.launchpad.net/bugs/312493
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

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


[Bug 636687] [NEW] package eucalyptus-java-commo n 2.0~bzr1233-0ubuntu2 failed to install/upgrade: el subproceso script pre-installation nuevo devolvió el código de salida de error 1

2010-09-12 Thread Ing. Forigua
Public bug reported:

I do a normally system upgrade when it crash

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: eucalyptus-java-common 2.0~bzr1233-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.35-20.29-generic 2.6.35.4
Uname: Linux 2.6.35-20-generic i686
.etc.eucalyptus.eucalyptus.cc.conf: CC_NAME=IngForiguaCluster
Architecture: i386
Date: Sun Sep 12 17:07:33 2010
ErrorMessage: el subproceso script pre-installation nuevo devolvió el código de 
salida de error 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: eucalyptus
Title: package eucalyptus-java-common 2.0~bzr1233-0ubuntu2 failed to 
install/upgrade: el subproceso script pre-installation nuevo devolvió el código 
de salida de error 1

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


** Tags: apport-package i386 maverick

-- 
package eucalyptus-java-common 2.0~bzr1233-0ubuntu2 failed to install/upgrade: 
el subproceso script pre-installation nuevo devolvió el código de salida de 
error 1
https://bugs.launchpad.net/bugs/636687
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 636687] Re: package eucalyptus-java-common 2 .0~bzr1233-0ubuntu2 failed to install/upgrade: el su bproceso script pre-installation nuevo devolvió el c ódigo de salida de error 1

2010-09-12 Thread Ing. Forigua

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575852/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575853/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/636687/+attachment/1575854/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/636687/+attachment/1575855/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575856/+files/DpkgTerminalLog.gz

** Attachment added: EucalyptusAxis2cLog.gz
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575857/+files/EucalyptusAxis2cLog.gz

** Attachment added: EucalyptusCloudDebugLog.gz
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575858/+files/EucalyptusCloudDebugLog.gz

** Attachment added: EucalyptusCloudOutputLog.gz
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575859/+files/EucalyptusCloudOutputLog.gz

** Attachment added: EucalyptusHTTPDErrorLog.gz
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575860/+files/EucalyptusHTTPDErrorLog.gz

** Attachment added: EucalyptusInstalledVersions.txt
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575861/+files/EucalyptusInstalledVersions.txt

** Attachment added: eucalyptus.conf.txt
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575862/+files/eucalyptus.conf.txt

** Attachment added: eucalyptus.local.conf.txt
   
https://bugs.launchpad.net/bugs/636687/+attachment/1575863/+files/eucalyptus.local.conf.txt

-- 
package eucalyptus-java-common 2.0~bzr1233-0ubuntu2 failed to install/upgrade: 
el subproceso script pre-installation nuevo devolvió el código de salida de 
error 1
https://bugs.launchpad.net/bugs/636687
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 636687] Re: package eucalyptus-java-common 2 .0~bzr1233-0ubuntu2 failed to install/upgrade: el su bproceso script pre-installation nuevo devolvió el c ódigo de salida de error 1

2010-09-12 Thread Dave Walker
Thanks for reporting this bug..  The logs suggest the upgrade happened
on the 5th September 2010... Is this the case?

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

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

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

-- 
package eucalyptus-java-common 2.0~bzr1233-0ubuntu2 failed to install/upgrade: 
el subproceso script pre-installation nuevo devolvió el código de salida de 
error 1
https://bugs.launchpad.net/bugs/636687
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 636101] Re: Server ISO 20100911 failed to install eucalyptus -- eucalyptus.udeb failure

2010-09-12 Thread Dave Walker
** Changed in: eucalyptus (Ubuntu)
 Assignee: (unassigned) = Dave Walker (davewalker)

-- 
Server ISO 20100911 failed to install eucalyptus -- eucalyptus.udeb failure
https://bugs.launchpad.net/bugs/636101
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 636687] Re: package eucalyptus-java-common 2 .0~bzr1233-0ubuntu2 failed to install/upgrade: el su bproceso script pre-installation nuevo devolvió el c ódigo de salida de error 1

2010-09-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-virt/ubuntu/maverick/eucalyptus/2.0

-- 
package eucalyptus-java-common 2.0~bzr1233-0ubuntu2 failed to install/upgrade: 
el subproceso script pre-installation nuevo devolvió el código de salida de 
error 1
https://bugs.launchpad.net/bugs/636687
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 636101] Re: Server ISO 20100911 failed to install eucalyptus -- eucalyptus.udeb failure

2010-09-12 Thread Dave Walker
** Changed in: eucalyptus (Ubuntu)
   Status: New = Confirmed

-- 
Server ISO 20100911 failed to install eucalyptus -- eucalyptus.udeb failure
https://bugs.launchpad.net/bugs/636101
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 636101] Re: Server ISO 20100911 failed to install eucalyptus -- eucalyptus.udeb failure

2010-09-12 Thread Dave Walker
Not fulling convinced this is a bug in eucalyptus, but certainly affects
it (investigating further).

My log:
Sep 13 00:37:17 main-menu[465]: DEBUG: resolver (libnewt0.52): package doesn't 
exist (ignored)
Sep 13 00:37:17 main-menu[465]: DEBUG: resolver (libavahi-common3): package 
doesn't exist (ignored)
Sep 13 00:37:17 main-menu[465]: DEBUG: resolver (libavahi-core7): package 
doesn't exist (ignored)
Sep 13 00:37:17 main-menu[465]: DEBUG: resolver (ext2-modules): package doesn't 
exist (ignored)
Sep 13 00:37:17 main-menu[465]: INFO: Falling back to the package description 
for console-setup-udeb
Sep 13 00:37:17 main-menu[465]: INFO: Falling back to the package description 
for console-setup-udeb
Sep 13 00:37:17 main-menu[465]: INFO: Menu item 'eucalyptus-udeb' selected
Sep 13 00:37:17 main-menu[465]: (process:9296): euca_find_component: error 
while loading shared libraries: libavahi-common.so.3: cannot open shared object 
file: No such file or directory
Sep 13 00:37:17 main-menu[465]: WARNING **: Configuring 'eucalyptus-udeb' 
failed with error code 127
Sep 13 00:37:17 main-menu[465]: WARNING **: Menu item 'eucalyptus-udeb' failed.

-- 
Server ISO 20100911 failed to install eucalyptus -- eucalyptus.udeb failure
https://bugs.launchpad.net/bugs/636101
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 636738] [NEW] package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-12 Thread Musa Amin
Public bug reported:

Binary package hint: bind9

apt-get install bind9
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following extra packages will be installed:
  bind9utils
Suggested packages:
  bind9-doc resolvconf
The following NEW packages will be installed:
  bind9 bind9utils
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 433kB of archives.
After this operation, 1,368kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://ubuntu.pesat.net.id/archive/ lucid/main bind9utils 
1:9.7.0.dfsg.P1-1 [111kB]
Get:2 http://ubuntu.pesat.net.id/archive/ lucid/main bind9 1:9.7.0.dfsg.P1-1 
[321kB] 
Fetched 433kB in 31s (13.9kB/s) 
 
Preconfiguring packages ...
Selecting previously deselected package bind9utils.
(Reading database ... 252404 files and directories currently installed.)
Unpacking bind9utils (from .../bind9utils_1%3a9.7.0.dfsg.P1-1_i386.deb) ...
Selecting previously deselected package bind9.
Unpacking bind9 (from .../bind9_1%3a9.7.0.dfsg.P1-1_i386.deb) ...
Processing triggers for man-db ...
Processing triggers for ufw ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Setting up bind9utils (1:9.7.0.dfsg.P1-1) ...
Setting up bind9 (1:9.7.0.dfsg.P1-1) ...
 * Starting domain name service... bind9
   [fail] 
invoke-rc.d: initscript bind9, action start failed.
dpkg: error processing bind9 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 bind9
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bind9 1:9.7.0.dfsg.P1-1
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
NonfreeKernelModules: fglrx
AptOrdering:
 bind9utils: Install
 bind9: Install
 bind9utils: Configure
 bind9: Configure
Architecture: i386
Date: Mon Sep 13 09:07:35 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
SourcePackage: bind9
Title: package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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


** Tags: apport-package i386 lucid

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

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


[Bug 636738] Re: package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-12 Thread Musa Amin

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/636738/+attachment/1576074/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/636738/+attachment/1576075/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/636738/+attachment/1576076/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.gz
   
https://bugs.launchpad.net/bugs/636738/+attachment/1576077/+files/DpkgTerminalLog.gz

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

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


[Bug 636738] Re: package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-12 Thread drizzle
*** This bug is a duplicate of bug 610313 ***
https://bugs.launchpad.net/bugs/610313

** This bug has been marked a duplicate of bug 610313
   package bind9 1:9.7.0.dfsg.P1-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
 * You can subscribe to bug 610313 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/610313/+subscribe

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

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


[Bug 611226] Re: Dovecot-common Install Error

2010-09-12 Thread Bill Mills
I also had this issue.  I saw a good number of questions but no answers
so I am linking to my resolution in the forum.

http://newyork.ubuntuforums.org/showthread.php?p=9839614#post9839614

It may not be a bug but hostname -f is definitely picker in 10.04 than
it was in 9.10.  I duplicated the same config in both (via a script
using the official cononical EC2 AMIs for each) and the simple setup
works in 9.10 and not in 10.04.  editing /etc/hosts and
/etc/dhcp3/dhclient.conf gets me to a working solution in 10.04.

-- 
Dovecot-common Install Error
https://bugs.launchpad.net/bugs/611226
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

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


[Bug 636181] [NEW] package initramfs-tools 0.98.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2010-09-12 Thread Heero Yuy
Public bug reported:

Binary package hint: initramfs-tools

Encountered when upgrading form 10.04 to 10.10 beta.

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: initramfs-tools 0.98.1ubuntu1
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: Sun Sep 12 13:40:19 2010
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100429)
PackageArchitecture: all
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.98.1ubuntu1 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1

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


** Tags: apport-package i386 maverick

-- 
package initramfs-tools 0.98.1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/636181
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 636181] Re: package initramfs-tools 0.98.1ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2010-09-12 Thread Heero Yuy

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/636181/+attachment/1572977/+files/Dependencies.txt

** Attachment added: VarLogDistupgradeAptlog.gz
   
https://bugs.launchpad.net/bugs/636181/+attachment/1572978/+files/VarLogDistupgradeAptlog.gz

** Attachment added: VarLogDistupgradeApttermlog.gz
   
https://bugs.launchpad.net/bugs/636181/+attachment/1572979/+files/VarLogDistupgradeApttermlog.gz

** Attachment added: VarLogDistupgradeHistorylog.gz
   
https://bugs.launchpad.net/bugs/636181/+attachment/1572980/+files/VarLogDistupgradeHistorylog.gz

** Attachment added: VarLogDistupgradeLspcitxt.gz
   
https://bugs.launchpad.net/bugs/636181/+attachment/1572981/+files/VarLogDistupgradeLspcitxt.gz

** Attachment added: VarLogDistupgradeMainlog.gz
   
https://bugs.launchpad.net/bugs/636181/+attachment/1572982/+files/VarLogDistupgradeMainlog.gz

** Attachment added: VarLogDistupgradeSystemstatetargz.gz
   
https://bugs.launchpad.net/bugs/636181/+attachment/1572983/+files/VarLogDistupgradeSystemstatetargz.gz

** Attachment added: VarLogDistupgradeTermlog.gz
   
https://bugs.launchpad.net/bugs/636181/+attachment/1572984/+files/VarLogDistupgradeTermlog.gz

-- 
package initramfs-tools 0.98.1ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/636181
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 581337] Re: package fglrx (not installed) failed to install/upgrade: fglrx kernel module failed to build

2010-09-12 Thread KAMI
I am using Ubuntu kernel... And I have same problem...

-- 
package fglrx (not installed) failed to install/upgrade: fglrx kernel module 
failed to build
https://bugs.launchpad.net/bugs/581337
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 636170] Re: Tomboy gets error 500 from U1 servers during Sync

2010-09-12 Thread Sandy Armstrong
*** This bug is a duplicate of bug 554313 ***
https://bugs.launchpad.net/bugs/554313

** This bug has been marked a duplicate of bug 554313
   Internal server error when syncing notes
 * You can subscribe to bug 554313 by following this link: 
https://bugs.launchpad.net/ubuntuone-servers/+bug/554313/+subscribe

-- 
Tomboy gets error 500 from U1 servers during Sync
https://bugs.launchpad.net/bugs/636170
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 628302] Re: [gm45] GPU lockup 94bd073a (EIR: 0x00000010)

2010-09-12 Thread Erlan Sergaziev
*** This bug is a duplicate of bug 616986 ***
https://bugs.launchpad.net/bugs/616986

Hi Sean,

There are lot's of similar bug reports which seem to stem from the same problem.
I found that killerkind (Bug #616986) reported it earliest and marked all 
similar bugs as duplicates.

Feel free to change it back if you think I was wrong.

Regards,
Erlan


** This bug has been marked a duplicate of bug 616986
   [gm45] GPU lockup 5c7c70b2 (EIR: 0x0010)
 * You can subscribe to bug 616986 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/616986/+subscribe

-- 
[gm45] GPU lockup 94bd073a (EIR: 0x0010)
https://bugs.launchpad.net/bugs/628302
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 621998] Re: [gm45] GPU lockup 01321e5f (EIR: 0x00000010)

2010-09-12 Thread Erlan Sergaziev
*** This bug is a duplicate of bug 616986 ***
https://bugs.launchpad.net/bugs/616986

** This bug has been marked a duplicate of bug 616986
   [gm45] GPU lockup 5c7c70b2 (EIR: 0x0010)
 * You can subscribe to bug 616986 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/616986/+subscribe

-- 
[gm45] GPU lockup 01321e5f (EIR: 0x0010)
https://bugs.launchpad.net/bugs/621998
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 619405] Re: [gm45] GPU lockup aadb9f06 (EIR: 0x00000010)

2010-09-12 Thread Erlan Sergaziev
*** This bug is a duplicate of bug 616986 ***
https://bugs.launchpad.net/bugs/616986

** This bug has been marked a duplicate of bug 616986
   [gm45] GPU lockup 5c7c70b2 (EIR: 0x0010)
 * You can subscribe to bug 616986 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/616986/+subscribe

-- 
[gm45] GPU lockup aadb9f06 (EIR: 0x0010)
https://bugs.launchpad.net/bugs/619405
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 617444] Re: [gm45] GPU lockup a534bfde (EIR: 0x00000010)

2010-09-12 Thread Erlan Sergaziev
*** This bug is a duplicate of bug 616986 ***
https://bugs.launchpad.net/bugs/616986

Hi Tomas,

There are lot's of similar bug reports which seem to stem from the same problem.
I found that killerkind (Bug #616986) reported it earliest and marked all 
similar bugs as duplicates.

Feel free to change it back if you think I was wrong.

Regards,
Erlan

** This bug has been marked a duplicate of bug 616986
   [gm45] GPU lockup 5c7c70b2 (EIR: 0x0010)
 * You can subscribe to bug 616986 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/616986/+subscribe

-- 
[gm45] GPU lockup a534bfde (EIR: 0x0010)
https://bugs.launchpad.net/bugs/617444
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 635072] Re: [gm45] GPU lockup caae4366 (EIR: 0x00000010)

2010-09-12 Thread Erlan Sergaziev
*** This bug is a duplicate of bug 616986 ***
https://bugs.launchpad.net/bugs/616986

** This bug has been marked a duplicate of bug 616986
   [gm45] GPU lockup 5c7c70b2 (EIR: 0x0010)
 * You can subscribe to bug 616986 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/616986/+subscribe

-- 
[gm45] GPU lockup caae4366 (EIR: 0x0010)
https://bugs.launchpad.net/bugs/635072
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-12 Thread Micah Gersten
*** This bug is a duplicate of bug 328862 ***
https://bugs.launchpad.net/bugs/328862

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 328862, 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.  Please continue to report any other bugs you may
find.

** Package changed: xulrunner-1.9.1 (Ubuntu) = ubuntu

** Changed in: ubuntu
   Status: New = Confirmed

** This bug has been marked a duplicate of bug 328862
   [MASTER] update-manager should deal with corrupted debs better
 * You can subscribe to bug 328862 by following this link: 
https://bugs.edge.launchpad.net/ubuntu/+source/update-manager/+bug/328862/+subscribe

-- 
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 627338] Re: [gm45] GPU lockup e7090a18 (EIR: 0x00000010)

2010-09-12 Thread Erlan Sergaziev
*** This bug is a duplicate of bug 616986 ***
https://bugs.launchpad.net/bugs/616986

Hi Sean,

There are lot's of similar bug reports which seem to stem from the same problem.
I found that killerkind (Bug #616986) reported it earliest and marked all 
similar bugs as duplicates.

Feel free to change it back if you think I was wrong.

Regards,
Erlan


** This bug has been marked a duplicate of bug 616986
   [gm45] GPU lockup 5c7c70b2 (EIR: 0x0010)
 * You can subscribe to bug 616986 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/616986/+subscribe

-- 
[gm45] GPU lockup e7090a18 (EIR: 0x0010)
https://bugs.launchpad.net/bugs/627338
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 626959] Re: [gm45] GPU lockup e98cd6e2 (EIR: 0x00000010)

2010-09-12 Thread Erlan Sergaziev
*** This bug is a duplicate of bug 616986 ***
https://bugs.launchpad.net/bugs/616986

** This bug has been marked a duplicate of bug 616986
   [gm45] GPU lockup 5c7c70b2 (EIR: 0x0010)
 * You can subscribe to bug 616986 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/616986/+subscribe

-- 
[gm45] GPU lockup e98cd6e2 (EIR: 0x0010)
https://bugs.launchpad.net/bugs/626959
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 621998] Re: [gm45] GPU lockup 01321e5f (EIR: 0x00000010)

2010-09-12 Thread Erlan Sergaziev
*** This bug is a duplicate of bug 616986 ***
https://bugs.launchpad.net/bugs/616986

Hi Vadim,

There are lot's of similar bug reports which seem to stem from the same problem.
I found that killerkind (Bug #616986) reported it earliest and marked all 
similar bugs as duplicates.

Feel free to change it back if you think I was wrong.

Regards,
Erlan

-- 
[gm45] GPU lockup 01321e5f (EIR: 0x0010)
https://bugs.launchpad.net/bugs/621998
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 474607] Re: ubuntu 9.10 'not' multi-booting mandriva family

2010-09-12 Thread hansie
The reason and the bases of the problem is very simple:
1.  Ubuntu now uses 'Grub2'
2.  PCLOS still uses 'Legacy Grub'
The problem then applies to all 'Legacy Grub' and 'Grub2' distros; since their 
'configuration' files do have different names -  and reside in different 
locations - unkwnown and unsuspected to the 'booting' distro!!
Thanks!!

-- 
ubuntu 9.10 'not' multi-booting mandriva family
https://bugs.launchpad.net/bugs/474607
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 328862] Re: [MASTER] update-manager should deal with corrupted debs better

2010-09-12 Thread Micah Gersten
Marking this triaged as there appears to be enough information here.

** Changed in: update-manager (Ubuntu)
   Importance: Undecided = Medium

** Changed in: update-manager (Ubuntu)
   Status: Confirmed = Triaged

-- 
[MASTER] update-manager should deal with corrupted debs better
https://bugs.launchpad.net/bugs/328862
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 625786] Re: [gm45] GPU lockup ee3ab198 (EIR: 0x00000010)

2010-09-12 Thread Erlan Sergaziev
*** This bug is a duplicate of bug 616986 ***
https://bugs.launchpad.net/bugs/616986

Hi Sean,

There are lot's of similar bug reports which seem to stem from the same problem.
I found that killerkind (Bug #616986) reported it earliest and marked all 
similar bugs as duplicates.

Feel free to change it back if you think I was wrong.

Regards,
Erlan


** This bug has been marked a duplicate of bug 616986
   [gm45] GPU lockup 5c7c70b2 (EIR: 0x0010)
 * You can subscribe to bug 616986 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/616986/+subscribe

-- 
[gm45] GPU lockup ee3ab198 (EIR: 0x0010)
https://bugs.launchpad.net/bugs/625786
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 636191] [NEW] Gnome desktop crashed successively

2010-09-12 Thread Atalanttore
Public bug reported:

I'm using Ubuntu 10.04 x64 with latest updates.

The Gnome desktop crashed just now and it happened successively. At
first it crashed Firefox 3.6, then the clock applet and after an
unsuccessful attempt to restore the entire gnome-panel. Some seconds
later I was on the console, but had no cursor to type some commands. In
the end I did a restart.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: crash desktop gnome successively

-- 
Gnome desktop crashed successively
https://bugs.launchpad.net/bugs/636191
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 636191] Re: Gnome desktop crashed successively

2010-09-12 Thread Atalanttore

** Attachment added: syslog
   https://bugs.launchpad.net/bugs/636191/+attachment/1573031/+files/syslog

-- 
Gnome desktop crashed successively
https://bugs.launchpad.net/bugs/636191
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 635547] Re: Simulate requires an authentication before

2010-09-12 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu)
   Status: New = In Progress

** Changed in: aptdaemon (Ubuntu)
 Assignee: (unassigned) = Sebastian Heinlein (glatzor)

-- 
Simulate requires an authentication before
https://bugs.launchpad.net/bugs/635547
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 635072] Re: [gm45] GPU lockup caae4366 (EIR: 0x00000010)

2010-09-12 Thread Erlan Sergaziev
*** This bug is a duplicate of bug 616986 ***
https://bugs.launchpad.net/bugs/616986

Hi Kai,

There are lot's of similar bug reports which seem to stem from the same problem.
I found that killerkind (Bug #616986) reported it earliest and marked all 
similar bugs as duplicates.

Feel free to change it back if you think I was wrong.

Regards,
Erlan

-- 
[gm45] GPU lockup caae4366 (EIR: 0x0010)
https://bugs.launchpad.net/bugs/635072
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 631619] Re: Authentication dialog doesn't make sense when purchasing

2010-09-12 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
Authentication dialog doesn't make sense when purchasing
https://bugs.launchpad.net/bugs/631619
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 626959] Re: [gm45] GPU lockup e98cd6e2 (EIR: 0x00000010)

2010-09-12 Thread Erlan Sergaziev
*** This bug is a duplicate of bug 616986 ***
https://bugs.launchpad.net/bugs/616986

Hi Leif,

There are lot's of similar bug reports which seem to stem from the same problem.
I found that killerkind (Bug #616986) reported it earliest and marked all 
similar bugs as duplicates.

Feel free to change it back if you think I was wrong.

Regards,
Erlan

-- 
[gm45] GPU lockup e98cd6e2 (EIR: 0x0010)
https://bugs.launchpad.net/bugs/626959
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 619405] Re: [gm45] GPU lockup aadb9f06 (EIR: 0x00000010)

2010-09-12 Thread Erlan Sergaziev
*** This bug is a duplicate of bug 616986 ***
https://bugs.launchpad.net/bugs/616986

Hi Paul,

There are lot's of similar bug reports which seem to stem from the same problem.
I found that killerkind (Bug #616986) reported it earliest and marked all 
similar bugs as duplicates.

Feel free to change it back if you think I was wrong.

Regards,
Erlan

-- 
[gm45] GPU lockup aadb9f06 (EIR: 0x0010)
https://bugs.launchpad.net/bugs/619405
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 459647] Re: Cannot change mouse cursor theme when compiz is enabled

2010-09-12 Thread Mackenzie Morgan
Could there be two bugs?  Two guys came up to me at Ohio LinuxFest today 
saying it worked perfectly for them and asking me to find a way to get a patch 
merged, and there are comments on here saying it works correctly in Maverick 
with this fix.

-- 
Cannot change mouse cursor theme when compiz is enabled
https://bugs.launchpad.net/bugs/459647
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 636194] [NEW] [gm45] GPU lockup 7a35da95 (EIR: 0x00000010)

2010-09-12 Thread Serj
Public bug reported:

Binary package hint: xserver-xorg-video-intel

Ubuntu 10.10 Beta

ProblemType: Crash
DistroRelease: Ubuntu 10.10
Package: xserver-xorg-video-intel 2:2.12.0-1ubuntu3
ProcVersionSignature: Ubuntu 2.6.35-20.29-generic 2.6.35.4
Uname: Linux 2.6.35-20-generic i686
NonfreeKernelModules: wl
Architecture: i386
Chipset: gm45
DRM.card0.DisplayPort.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.DisplayPort.2:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.HDMI_Type_A.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1366x768
 edid-base64: 
AP///wAw5AGMAAASAQOAIhN4CgAFUFQBAQEBAQEBAQEBAQEBAQEBPhxWoFAAFjAwIDUAWMIQAAAZ/gBMRyBEaXNwbGF5CiAg/gBMUDE1NldIMi1UTEExAJo=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: On
 modes: 
 edid-base64:
Date: Sun Sep 12 09:45:12 2010
DkmsStatus:
 bcmwl, 5.60.48.36+bdcom, 2.6.35-19-generic, i686: installed 
 bcmwl, 5.60.48.36+bdcom, 2.6.35-20-generic, i686: installed
DumpSignature: 7a35da95 (EIR: 0x0010)
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta i386 (20100901.1)
InterpreterPath: /usr/bin/python2.6
MachineType: LENOVO 20023
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-20-generic 
root=UUID=61517079-1e74-4815-86d3-1478d02f0bcc ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
SourcePackage: xserver-xorg-video-intel
Title: [gm45] GPU lockup 7a35da95 (EIR: 0x0010)
UserGroups:
 
dmi.bios.date: 04/19/2010
dmi.bios.vendor: LENOVO
dmi.bios.version: 18CN44WW(V2.53)
dmi.board.name: NITU1
dmi.board.vendor: LENOVO
dmi.board.version: REFERENCE
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnLENOVO:bvr18CN44WW(V2.53):bd04/19/2010:svnLENOVO:pn20023:pvrLenovoG550:rvnLENOVO:rnNITU1:rvrREFERENCE:cvnNoEnclosure:ct10:cvrN/A:
dmi.product.name: 20023
dmi.product.version: Lenovo G550
dmi.sys.vendor: LENOVO
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   i686
 kernel: 2.6.35-20-generic

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


** Tags: apport-crash freeze i386 maverick

-- 
[gm45] GPU lockup 7a35da95 (EIR: 0x0010)
https://bugs.launchpad.net/bugs/636194
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 636194] Re: [gm45] GPU lockup 7a35da95 (EIR: 0x00000010)

2010-09-12 Thread Serj

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573032/+files/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573033/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573034/+files/Dependencies.txt

** Attachment added: GdmLog.txt
   https://bugs.launchpad.net/bugs/636194/+attachment/1573035/+files/GdmLog.txt

** Attachment added: GdmLog1.txt
   https://bugs.launchpad.net/bugs/636194/+attachment/1573036/+files/GdmLog1.txt

** Attachment added: GdmLog2.txt
   https://bugs.launchpad.net/bugs/636194/+attachment/1573037/+files/GdmLog2.txt

** Attachment added: IntelGpuDump.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573038/+files/IntelGpuDump.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/636194/+attachment/1573039/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/636194/+attachment/1573040/+files/Lsusb.txt

** Attachment added: PciDisplay.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573041/+files/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573042/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573043/+files/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573044/+files/ProcMaps.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573045/+files/ProcModules.txt

** Attachment added: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573046/+files/ProcStatus.txt

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573047/+files/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/636194/+attachment/1573048/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/636194/+attachment/1573049/+files/UdevLog.txt

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/636194/+attachment/1573050/+files/XorgLog.txt

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573051/+files/XorgLogOld.txt

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/636194/+attachment/1573052/+files/Xrandr.txt

** Attachment added: i915_error_state.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573053/+files/i915_error_state.txt

** Attachment added: peripherals.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573054/+files/peripherals.txt

** Attachment added: setxkbmap.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573055/+files/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/636194/+attachment/1573056/+files/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   https://bugs.launchpad.net/bugs/636194/+attachment/1573057/+files/xkbcomp.txt

-- 
[gm45] GPU lockup 7a35da95 (EIR: 0x0010)
https://bugs.launchpad.net/bugs/636194
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 630014] Re: package python-aptdaemon-gtk 0.11 bzr345-0ubuntu4.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-12 Thread Sebastian Heinlein
Could you please append the file /usr/lib/python2.6/dist-
packages/aptdaemon/gtkwidgets.py


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

-- 
package python-aptdaemon-gtk 0.11 bzr345-0ubuntu4.1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/630014
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 636195] [NEW] Autofs for LDAP doesn't contain ldif file

2010-09-12 Thread infestator
Public bug reported:

Binary package hint: autofs5-ldap

Configuration of slapd is directory based and ldapadd is not able to add
'.schema' files to LDAP configuration tree. To find out the way I can
add schema file into LDAP I wasted a lot of time for googleing. I think
it is not a very big problem and not a lot of work to add autofs.ldif
file to autofs5-ldap package to be able quickly setup LDAP for it
without additional googleing for special scripts.

I supplied autofs.ldif file in attachment.

Thanks!

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


** Tags: autofs ldap

-- 
Autofs for LDAP doesn't contain ldif file
https://bugs.launchpad.net/bugs/636195
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 636195] Re: Autofs for LDAP doesn't contain ldif file

2010-09-12 Thread infestator

** Attachment added: The working autofs.ldif file
   https://bugs.launchpad.net/bugs/636195/+attachment/1573058/+files/autofs.ldif

-- 
Autofs for LDAP doesn't contain ldif file
https://bugs.launchpad.net/bugs/636195
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 80365] Re: [master] ASX files that don't play

2010-09-12 Thread Shahin
Trying to play a *.asx file I get the message: „GstDecodeBin2:This appears to 
be a text file.“
It seems that asx files which contain a dynamic link produce this message. I 
can play the same file in “Windows Media player” immediately! In Ubuntu I have 
installed all codecs. It did not help. Neither Totem nor VLC is able to stream 
the file.

** Attachment added: an example for asx file
   
https://bugs.launchpad.net/ubuntu/+source/gstreamer0.10/+bug/80365/+attachment/1573079/+files/BBC%202%20Jam-e%20Jahannama.asx

-- 
[master] ASX files that don't play
https://bugs.launchpad.net/bugs/80365
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 636201] [NEW] iTunes 10 wil not display song list mt-daapd

2010-09-12 Thread Mike Ryan
Public bug reported:

Binary package hint: mt-daapd

Ubuntu release: Ubuntu 10.04 LTS
Package version: 0.9~r1696.dfsg-15build2
Expected behavior: iTunes 10 connects to mt-daapd, fetches a list of songs, and 
displays them
Actual behavior: iTunes 10 connects to mt-daapd, fetches a list of songs, but 
does not display them

Note: iTunes 9.2 (and prior) are not affected

A fix is described (with a patch) at this page:
http://tutorial.downloadatoz.com/how-to-fix-itunes-10-break-firefly-mt-daapd.html

The dpatch file is attached. I have successfully built and tested a .deb
with the patch.

** Affects: mt-daapd (Ubuntu)
 Importance: Undecided
 Status: New

-- 
iTunes 10 wil not display song list mt-daapd
https://bugs.launchpad.net/bugs/636201
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 636201] Re: iTunes 10 wil not display song list mt-daapd

2010-09-12 Thread Mike Ryan

** Patch added: Fix to allow iTunes 10 clients to list and play music
   
https://bugs.launchpad.net/bugs/636201/+attachment/1573083/+files/13_itunes10.dpatch

-- 
iTunes 10 wil not display song list mt-daapd
https://bugs.launchpad.net/bugs/636201
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 610899] Re: file transfer Empathy 2.30.2 reports: Error receiving his_filename from his_nick

2010-09-12 Thread Detlef Lechner
This bug  persists in Ubuntu 10.10 Maverick Beta also on another computer.
~$ uname -a
Linux MD97600 2.6.35-20-generic #29-Ubuntu SMP Fri Sep 3 14:49:14 UTC 2010 i686 
GNU/Linux

-- 
file transfer Empathy 2.30.2 reports: Error receiving his_filename from 
his_nick
https://bugs.launchpad.net/bugs/610899
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 493575] Re: Buildbot master generates a setupBuild exception when attempting to run a builder

2010-09-12 Thread Yagisan
To be honest, I needed a continuous integration system to be deployed,
and instead of fiddling around with buildbot, I replaced it with hudson
( which I wish was in ubuntu ... ) and shipped it, so I never got around
to having another go with buildbot.

-- 
Buildbot master generates a setupBuild exception when attempting to run a 
builder
https://bugs.launchpad.net/bugs/493575
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 383793] Re: Egypt 3G mobile networks not included.

2010-09-12 Thread Bhavani Shankar
Well I think those networks support is present in the latest version of
the package in maverick

!-- Egypt --
country code=eg
provider
nameVodafone/name
gsm
network-id mcc=602 mnc=02/
apn value=internet.vodafone.net
usernameinternet/username
passwordinternet/password
/apn
/gsm
/provider
provider
nameEtisalat/name
gsm
network-id mcc=602 mnc=03/
apn value=etisalat/
/gsm
/provider
provider
nameMobiNil/name
gsm
network-id mcc=602 mnc=01/
apn value=mobinilweb
dns80.75.166.250/dns
dns163.121.163.201/dns
/apn
/gsm
/provider
/country

So marking the bug as fixed

Please feel free to reopen in case of inconveniences

warm regards

** Changed in: mobile-broadband-provider-info
   Status: Incomplete = Fix Released

** Changed in: mobile-broadband-provider-info (Ubuntu)
   Status: Incomplete = Fix Released

-- 
Egypt 3G mobile networks not included.
https://bugs.launchpad.net/bugs/383793
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 583902] Re: [i915gm] X crashes minutes after resuming from suspend to RAM

2010-09-12 Thread roger64
Hi,

I downloaded yesterday the Maverick beta iso. I installed it on a USB
key and ran it on my computer. The same bug happened: I experimented an
X freeze some minutes after suspend.

So, if this can be of some help, this bug appeared in Karmic, was
present on Lucid and is now present on the standard iso beta edition of
Maverick...

-- 
[i915gm] X crashes minutes after resuming from suspend to RAM
https://bugs.launchpad.net/bugs/583902
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 401456] Re: APN for Comviq (.se) incorrect

2010-09-12 Thread Bhavani Shankar
Hello

I believe this is fixed in the latest version of the package

thanks for reporting the bug

marking as fixed

warm regards

** Also affects: mobile-broadband-provider-info
   Importance: Undecided
   Status: New

** Changed in: mobile-broadband-provider-info
   Status: New = Fix Released

** Changed in: mobile-broadband-provider-info (Ubuntu)
   Status: New = Fix Released

-- 
APN for Comviq (.se) incorrect
https://bugs.launchpad.net/bugs/401456
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 636203] [NEW] package nvidia-173 173.14.22-0ubuntu11 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-12 Thread Victor Soto
Public bug reported:

Crashed when trying to use proprietary driver. Tried version 173 and the
one that says Current, both same result.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nvidia-173 173.14.22-0ubuntu11
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic i686
Architecture: i386
Date: Sat Sep 11 23:13:09 2010
DkmsStatus:
 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
GdmLog2: Error: command ['cat', '/var/log/gdm/:0.log.2'] failed with exit code 
1: cat: /var/log/gdm/:0.log.2: No such file or directory
LiveMediaBuild: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
MachineType: Hewlett-Packard HP Compaq 8510w (AN075US)
PccardctlStatus:
 Socket 0:
   no card
 Socket 1:
   3.3V 16-bit PC Card
   Subdevice 0 (function 0) bound to driver pata_pcmcia
ProcCmdLine: noprompt cdrom-detect/try-usb=true persistent 
file=/cdrom/preseed/hostname.seed boot=casper initrd=/casper/initrd.lz splash 
-- BOOT_IMAGE=/casper/vmlinuz
SourcePackage: nvidia-graphics-drivers-173
Title: package nvidia-173 173.14.22-0ubuntu11 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
dmi.bios.date: 06/24/2008
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68MVD Ver. F.13
dmi.board.name: 30C5
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 71.36
dmi.chassis.asset.tag: 2770898
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68MVDVer.F.13:bd06/24/2008:svnHewlett-Packard:pnHPCompaq8510w(AN075US):pvrF.13:rvnHewlett-Packard:rn30C5:rvrKBCVersion71.36:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP Compaq 8510w (AN075US)
dmi.product.version: F.13
dmi.sys.vendor: Hewlett-Packard
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   i686
 kernel: 2.6.32-24-generic

** Affects: nvidia-graphics-drivers-173 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

-- 
package nvidia-173 173.14.22-0ubuntu11 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/636203
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 636203] Re: package nvidia-173 173.14.22-0ubuntu11 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-12 Thread Victor Soto

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/636203/+attachment/1573084/+files/AptOrdering.txt

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/636203/+attachment/1573085/+files/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/636203/+attachment/1573086/+files/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/636203/+attachment/1573087/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/636203/+attachment/1573088/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/636203/+attachment/1573089/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/636203/+attachment/1573090/+files/DpkgTerminalLog.txt

** Attachment added: GdmLog.txt
   https://bugs.launchpad.net/bugs/636203/+attachment/1573091/+files/GdmLog.txt

** Attachment added: GdmLog1.txt
   https://bugs.launchpad.net/bugs/636203/+attachment/1573092/+files/GdmLog1.txt

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/636203/+attachment/1573093/+files/Lspci.txt

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/636203/+attachment/1573094/+files/Lsusb.txt

** Attachment added: PccardctlIdent.txt
   
https://bugs.launchpad.net/bugs/636203/+attachment/1573095/+files/PccardctlIdent.txt

** Attachment added: PciDisplay.txt
   
https://bugs.launchpad.net/bugs/636203/+attachment/1573096/+files/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/636203/+attachment/1573097/+files/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/636203/+attachment/1573098/+files/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/636203/+attachment/1573099/+files/ProcModules.txt

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.launchpad.net/bugs/636203/+attachment/1573100/+files/RelatedPackageVersions.txt

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/636203/+attachment/1573101/+files/UdevDb.txt

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/636203/+attachment/1573102/+files/UdevLog.txt

** Attachment added: XorgLog.txt
   https://bugs.launchpad.net/bugs/636203/+attachment/1573103/+files/XorgLog.txt

** Attachment added: XorgLogOld.txt
   
https://bugs.launchpad.net/bugs/636203/+attachment/1573104/+files/XorgLogOld.txt

** Attachment added: Xrandr.txt
   https://bugs.launchpad.net/bugs/636203/+attachment/1573105/+files/Xrandr.txt

** Attachment added: setxkbmap.txt
   
https://bugs.launchpad.net/bugs/636203/+attachment/1573106/+files/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   
https://bugs.launchpad.net/bugs/636203/+attachment/1573107/+files/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   https://bugs.launchpad.net/bugs/636203/+attachment/1573108/+files/xkbcomp.txt

-- 
package nvidia-173 173.14.22-0ubuntu11 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/636203
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 636205] [NEW] RAID10 install with LVM doesn't work

2010-09-12 Thread Olli Niemi
Public bug reported:

I tested the beta alternate Maverick (10.10) from CD and tried to create
a RAID10 array with LVM. What happens is that the RAID10 array itself is
correctly created and it shows the correct size ((N/2)*S). However when
I try to create the LVM for this array it shows a size as if it were
calculated from RAID5 size ((N-1)*S). So what the LVM shows is a *lot*
bigger than the actual usable size for RAID10.

I also tried to use this incorrect size and create the LVM. It caused a
serious lockup of the partitioner for all subsequent install attempts.
So I was forced to take the Live CD and repartition with Disk Utility
(also GParted crashed with Live CD).

I also tested RAID5. It worked correctly with correct sizes shown
((N-1)*S). Does the installer mix the RAID10 with RAID5?

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Description changed:

- I tested the beta alternate Maverick (10.10) from CD and tried to create a 
RAID10 array with LVM.
- What happens is that the RAID10 array itself is correctly created and it 
shows the correct size ((N/2)*S).
- However when I try to create the LVM for this array it shows a size as if it 
were calculated from RAID5 size ((N-1)*S).
- So what the LVM shows is a *lot* bigger than the actual usable size for 
RAID10.
+ I tested the beta alternate Maverick (10.10) from CD and tried to create
+ a RAID10 array with LVM. What happens is that the RAID10 array itself is
+ correctly created and it shows the correct size ((N/2)*S). However when
+ I try to create the LVM for this array it shows a size as if it were
+ calculated from RAID5 size ((N-1)*S). So what the LVM shows is a *lot*
+ bigger than the actual usable size for RAID10.
  
  I also tried to use this incorrect size and create the LVM. It caused a
  serious lockup of the partitioner for all subsequent install attempts.
  So I was forced to take the Live CD and repartition with Disk Utility
  (also GParted crashed with Live CD).
  
  I also tested RAID5. It worked correctly with correct sizes shown
  ((N-1)*S). Does the installer mix the RAID10 with RAID5?

-- 
RAID10 install with LVM doesn't work
https://bugs.launchpad.net/bugs/636205
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 576001] Re: kernel 2.6.32-32 makes machine hang during boot

2010-09-12 Thread Thomas Pedersen
*** This bug is a duplicate of bug 571444 ***
https://bugs.launchpad.net/bugs/571444

I agree with Andreas, the fstab setup we are using here, is the default,
and only contains local disks. Further more I see no such error message
as mountall: Filesystem could not be mounted: 

We still have a server or two offline, due to lack of networking, so I
will try to see if I can sneak in the server image package on one of
them, and see if it works -- but I cannot do anything before monday.

-- 
kernel 2.6.32-32 makes machine hang during boot
https://bugs.launchpad.net/bugs/576001
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 414843] Re: Mobile Broadband Wizard - APN for UK/Virgin Mobile incorrect

2010-09-12 Thread Bhavani Shankar
Confirmed on the latest maverick package

reporting upstream

thanks for the bug report

warm regards

** Changed in: mobile-broadband-provider-info (Ubuntu)
   Status: New = Confirmed

** Changed in: network-manager (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Mobile Broadband Wizard - APN for UK/Virgin Mobile incorrect
https://bugs.launchpad.net/bugs/414843
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 385807] Re: Network Manager incorrect APN for Virgin Broadband in Australia

2010-09-12 Thread Bhavani Shankar
Confirming this on the latest package in maverick

reporting upstream

thanks for the bugreport

regards

** Changed in: mobile-broadband-provider-info (Ubuntu)
   Status: New = Confirmed

** Changed in: network-manager (Ubuntu)
   Status: Incomplete = Confirmed

-- 
Network Manager incorrect APN for Virgin Broadband in Australia
https://bugs.launchpad.net/bugs/385807
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 636206] [NEW] Unity crashes on opening Firefox Browser

2010-09-12 Thread dinky
Public bug reported:

Binary package hint: unity

Using 10.10beta netbook edition, opening the default browser installed,
firefox, causes firefox to crash. Happens 9 times out of 10, not sure
why. Worked fine on first bootup, then became problematic. Switched
desktop to desktop version at gdm login, and firefox works flawlessly.
Seems to be a problem with unity.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: unity 0.2.36-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-20.29-generic 2.6.35.4
Uname: Linux 2.6.35-20-generic i686
Architecture: i386
Date: Sun Sep 12 17:04:26 2010
InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Beta i386 
(20100902.1)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: unity

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


** Tags: apport-bug i386 maverick ubuntu-une

-- 
Unity crashes on opening Firefox Browser
https://bugs.launchpad.net/bugs/636206
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 636206] Re: Unity crashes on opening Firefox Browser

2010-09-12 Thread dinky

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/636206/+attachment/1573116/+files/Dependencies.txt

-- 
Unity crashes on opening Firefox Browser
https://bugs.launchpad.net/bugs/636206
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 397755] Re: Ubuntu CD wont Boot

2010-09-12 Thread Keith Armstrong-Bridges
Hi Fabio I have progressed a bit and have installed 10.4 but I ignores my
USB keyboard thet works fine in Windows - Keith
PS this amkes it a little difficule to eneter a password for the keyring -
Keith

On 7 September 2010 20:31, Fabio Marconi marconifa...@hotmail.it
wrote:

 We'd like to figure out what's causing this bug for you, but we haven't
 heard back from you in a while. Could you please provide the requested
 information? Thanks!

 --
 Ubuntu CD wont Boot
 https://bugs.launchpad.net/bugs/397755
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in Ubuntu: Incomplete

 Bug description:
 Old Machine Dell 4100 - Formatted and removed Win98 - MSdos works fine
 after Fdisk etc. - CMOS set to Floppy - Apati CD - Hard disk
 Put Ubuntu i CD and reboot - Gives blank screen - I expected a try Ubuntu
 without  Menu - No messages - Boot from floppy (Win 98 to Dos prompt - No
 CD exists drive's C and D OK by Scandisk ( I have been a windows user since
 Windows 3)
 PS I don't want Bl**dy Windows on this System. It is to be a Ubuntu/Linux
 only system
 This is sent from my XP machine which works fine - Windows fashion -
 Hope someone can help - Keith
 PS. The Ubuntu CD is from Canonical but i also tried a Hardy heron CD from
 the download site (both Slow Burned)
 PPS. With only Dos available on this M/c and no network I am a Bit Buggered
 by it.

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



-- 
Keith R. Armstrong-Bridges. MBCS. CITP.

-- 
Ubuntu CD wont Boot
https://bugs.launchpad.net/bugs/397755
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 321784] Re: Wrong GPRS mobile phone setting for Tele2/Comviq Sweden

2010-09-12 Thread Bhavani Shankar
** Changed in: mobile-broadband-provider-info (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Wrong GPRS mobile phone setting for Tele2/Comviq Sweden
https://bugs.launchpad.net/bugs/321784
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 89860] Re: /proc/acpi/button/lid/*/state always says open

2010-09-12 Thread MNLipp
Same problem with lucid and nc6000.

lshal -m
and pushing lid button does not produce any output at all (and it is not a 
hardware failure, checked with Windows).

-- 
/proc/acpi/button/lid/*/state always says open
https://bugs.launchpad.net/bugs/89860
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 626184] Re: alarm-clock ftbfs in maverick

2010-09-12 Thread Bhavani Shankar
Alright stefano,

Its done :)

attaching the modified diff

regards


** Patch added: the updated diff
   
https://bugs.edge.launchpad.net/ubuntu/+source/alarm-clock/+bug/626184/+attachment/1573117/+files/alarm-clock.diff

-- 
alarm-clock ftbfs in maverick
https://bugs.launchpad.net/bugs/626184
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 570858] Re: Can't install dvipsk-ja in Lucid Lynx

2010-09-12 Thread Mitsuya Shibata
Sorry for the late reply.

 huge diff
Apparently, it is huge diff. This arises from the particularity of dvipsk-ja 
package.

dvipsk-ja is dvipsk with Japanese patch. Original dvipsk is released within
TeX Live package, not released by itself. Therefore old/new dvipsk-ja source
pacakge create orig.tar.gz to strip dvipsk code from TeX Live source tree.

Japanese patch is released independently. In old dvipsk-ja, orig.tar.gz has
been already applied. In new dvipsk-ja, separated alternate archive file.

For above reason, old dvipsk-ja orig.tar.gz includes libkpathsea4 code.
If would like to resolve FTBFS to rebulid against libkpathsea5, it seems that
needs modify orig.tar.gz drastically (ie. needs big patch which is similar
in new upstream version).

 rebuild against libkpathsea5

Result of FTBFS to rebuild against libkpathsea5:
http://launchpadlibrarian.net/42881224/buildlog_ubuntu-lucid-amd64.dvipsk-ja_5.96%2Bjp1.7a-3.1build1_FAILEDTOBUILD.txt.gz

-- 
Can't install dvipsk-ja in Lucid Lynx
https://bugs.launchpad.net/bugs/570858
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 407580] Re: Plasma panel interferes with fullscreen games when kwin compositing enabled

2010-09-12 Thread Andrew Logan
I can't comment on whether the latest kde/lucid packages still have this bug as 
I currently do not use ubuntu in any environment where compositing is 
available. It's quite possible that the bug has since been fixed by the kde 
desktop team. I am sorry for the inconvenience as I am no longer in a position 
to trouble shoot the issue.
Thank you for your time.
Andrew.

-- 
Plasma panel interferes with fullscreen games when kwin compositing enabled
https://bugs.launchpad.net/bugs/407580
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 632779] Re: Xulrunner based applications affected by extensions using symlinks

2010-09-12 Thread Micah Gersten
bzr commit -m '* fix LP: #632779 - Xulrunner based applications affected by 
extensions using
  symlinks; Add patch from firefox-3.6 branch to fix the symlinks
  - add debian/patches/lp518422.patch
  - update debian/patches/series' --fixes 'lp:632779'

** Changed in: xulrunner-1.9.2 (Ubuntu)
   Status: In Progress = Fix Committed

-- 
Xulrunner based applications affected by extensions using symlinks
https://bugs.launchpad.net/bugs/632779
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 636211] [NEW] package lilo 1:22.8-8ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-12 Thread justincase
Public bug reported:

Binary package hint: lilo

package lilo 1:22.8-8ubuntu1 failed to install/upgrade

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: lilo 1:22.8-8ubuntu1
ProcVersionSignature: Ubuntu 2.6.32-24.41-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sat Sep 11 20:59:31 2010
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
SourcePackage: lilo
Title: package lilo 1:22.8-8ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1

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


** Tags: amd64 apport-package lucid

-- 
package lilo 1:22.8-8ubuntu1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/636211
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 636211] Re: package lilo 1:22.8-8ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2010-09-12 Thread justincase

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/636211/+attachment/1573150/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/636211/+attachment/1573151/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/636211/+attachment/1573152/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/636211/+attachment/1573153/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/636211/+attachment/1573154/+files/DpkgTerminalLog.txt

-- 
package lilo 1:22.8-8ubuntu1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/636211
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 632779] Re: Xulrunner based applications affected by extensions using symlinks

2010-09-12 Thread Launchpad Bug Tracker
** Branch linked: lp:~mozillateam/xulrunner/xulrunner-1.9.2.head

-- 
Xulrunner based applications affected by extensions using symlinks
https://bugs.launchpad.net/bugs/632779
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 632779] Re: Xulrunner based applications affected by extensions using symlinks

2010-09-12 Thread Micah Gersten
Issue is with xulrunner, not gears.

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

-- 
Xulrunner based applications affected by extensions using symlinks
https://bugs.launchpad.net/bugs/632779
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 636214] [NEW] package update-manager-core 1:0.134.10 failed to install/upgrade: kan archief niet benaderen: Bestand of map bestaat niet

2010-09-12 Thread Bastiaan Wakkie
Public bug reported:

Binary package hint: update-manager

after upgrade/update this happened

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: update-manager-core 1:0.134.10
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: Sun Sep 12 08:26:51 2010
ErrorMessage: kan archief niet benaderen: Bestand of map bestaat niet
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release i386 (20091028.5)
SourcePackage: update-manager
Title: package update-manager-core 1:0.134.10 failed to install/upgrade: kan 
archief niet benaderen: Bestand of map bestaat niet

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


** Tags: apport-package i386 lucid

-- 
package update-manager-core 1:0.134.10 failed to install/upgrade: kan archief 
niet benaderen: Bestand of map bestaat niet
https://bugs.launchpad.net/bugs/636214
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 636214] Re: package update-manager-core 1:0.134.10 failed to install/upgrade: kan archief niet benaderen: Bestand of map bestaat niet

2010-09-12 Thread Bastiaan Wakkie

** Attachment added: AptOrdering.txt
   
https://bugs.launchpad.net/bugs/636214/+attachment/1573166/+files/AptOrdering.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/636214/+attachment/1573167/+files/Dependencies.txt

** Attachment added: Df.txt
   https://bugs.launchpad.net/bugs/636214/+attachment/1573168/+files/Df.txt

** Attachment added: Dmesg.txt
   https://bugs.launchpad.net/bugs/636214/+attachment/1573169/+files/Dmesg.txt

** Attachment added: DpkgTerminalLog.txt
   
https://bugs.launchpad.net/bugs/636214/+attachment/1573170/+files/DpkgTerminalLog.txt

-- 
package update-manager-core 1:0.134.10 failed to install/upgrade: kan archief 
niet benaderen: Bestand of map bestaat niet
https://bugs.launchpad.net/bugs/636214
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 636221] [NEW] package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-09-12 Thread ciro auriemma
Public bug reported:

i don't know what's happen. i'll just doing the advancing to 10.10...

ProblemType: Package
DistroRelease: Ubuntu 10.10
Package: blcr-dkms 0.8.2-13
ProcVersionSignature: Ubuntu 2.6.35-19.28-generic 2.6.35.3
Uname: Linux 2.6.35-19-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Sun Sep 12 09:44:55 2010
ErrorMessage: blcr kernel module failed to build
PackageArchitecture: all
PackageVersion: 0.8.2-13
SourcePackage: blcr
Title: package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module 
failed to build

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


** Tags: apport-package i386 maverick

-- 
package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed 
to build
https://bugs.launchpad.net/bugs/636221
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 636221] Re: package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed to build

2010-09-12 Thread ciro auriemma

** Attachment added: DKMSBuildLog.txt
   
https://bugs.launchpad.net/bugs/636221/+attachment/1573203/+files/DKMSBuildLog.txt

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/636221/+attachment/1573204/+files/Dependencies.txt

-- 
package blcr-dkms 0.8.2-13 failed to install/upgrade: blcr kernel module failed 
to build
https://bugs.launchpad.net/bugs/636221
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 132988] Re: [gutsy] rhythmbox doesn't show daap shared smart playlists

2010-09-12 Thread H3g3m0n
This has been working fine for me in Kamic and Lucid but seems to be
broken in the Maverick beta. Banshee shows them up fine.

-- 
[gutsy] rhythmbox doesn't show daap shared smart playlists
https://bugs.launchpad.net/bugs/132988
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 636223] [NEW] [Maverick] DAAP playlists missing

2010-09-12 Thread H3g3m0n
Public bug reported:

Binary package hint: rhythmbox

Description:Ubuntu maverick (development branch)
Release:10.10

DAAP playlists are no longer showing up under the DAAP shares in
Rhythmvox 0.13.1 in Maverik beta.

In 9.10 and 10.04 there was an expand arrow and they appeared under
that. mt-daap has smart playlists that allow you to sort by age of
files, metadata and so on but it no longer appears.

Working fine in Banshee.

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

-- 
[Maverick] DAAP playlists missing
https://bugs.launchpad.net/bugs/636223
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 555736] Re: Lucid rhythmbox causes Firefly to die on Netgear NAS

2010-09-12 Thread pvanderploeg
@Joze Castellano  The mt-daap version running on 10.04 server is svn-1696,
or so it says on my internal website http://192.168.2.94:3689
Is that what you mean?

2010/9/12 Joze Castellano joze...@gmail.com

 Did u already mention mt-daap version are u using?

 --
 Lucid rhythmbox causes Firefly to die on Netgear NAS
 https://bugs.launchpad.net/bugs/555736
 You received this bug notification because you are a direct subscriber
 of the bug.

 Status in The Rhythmbox Music Management Application: Invalid
 Status in “rhythmbox” package in Ubuntu: Fix Committed

 Bug description:
 Binary package hint: rhythmbox

 The Lucid version of rhythmbox kills the DAAP Firefly server on a Netgear
 ReadyDuo NAS with a:

 2010-04-05 13:17:57 (0019c004): Thread 99: Out of memory

 error when trying to play a track. This doesn't happen with the Karmic
 version of Rhythmbox.

 Both versions appear to download the directory correctly.

 ProblemType: Bug
 DistroRelease: Ubuntu 10.04
 Package: rhythmbox 0.12.8-0ubuntu1
 ProcVersionSignature: Ubuntu 2.6.32-19.28-generic 2.6.32.10+drm33.1
 Uname: Linux 2.6.32-19-generic x86_64
 Architecture: amd64
 Date: Mon Apr  5 14:47:08 2010
 InstallationMedia: Ubuntu 10.04 Lucid Lynx - Alpha amd64 (20100224.1)
 ProcEnviron:
  PATH=(custom, user)
  LANG=en_GB.utf8
  SHELL=/bin/bash
 SourcePackage: rhythmbox

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/rhythmbox/+bug/555736/+subscribe


-- 
Lucid rhythmbox causes Firefly to die on Netgear NAS
https://bugs.launchpad.net/bugs/555736
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 636224] [NEW] pitivi rendering useless to newbies

2010-09-12 Thread csy33delight
Public bug reported:

Binary package hint: pitivi

I have just started to use pitivi which came in Ubuntu 10.4.  I wanted
to do a simple edit of some video.  After a little fiddling, I figured
out how to do it.  Then I went to output my video.  Up pops a massive
choice menu with thousands of possible permutations.  I have been trying
for 2 days now to find a combination that works properly.  A simple
default to the same format of the clips used, with codecs that work for
that format, would make it usable to newbies who just want a simple edit
of some home video or a DVD.

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

-- 
pitivi rendering useless to newbies
https://bugs.launchpad.net/bugs/636224
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 587185] Re: [Realtek ALC889A] Playback problem, stuttering audio video

2010-09-12 Thread Jan-Niklas Meier
I can also confirm that adding options snd-hda-intel position_fix=1
does not fix the problem.

-- 
[Realtek ALC889A] Playback problem,  stuttering audio  video
https://bugs.launchpad.net/bugs/587185
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 636225] [NEW] FFE: sync from unstable to fix build failure on powerpc

2010-09-12 Thread Matthias Klose
Public bug reported:

Binary package hint: asymptote

please sync asymptote (2.02-2) from unstable; fixing build failure on
powerpc.

asymptote (2.02-2) unstable; urgency=low

   * Fix debian/rules to not fail when building arch-only
 packages. (Closes: #589062)

asymptote (2.02-1) unstable; urgency=low

   * New Upstream Version
   * Add texlive-latex-recommended and texlive-latex-extra to Build-Depends.

asymptote (1.99-1) unstable; urgency=low

   * New upstream version
   * Reworking debian/rules
   * Adding autotools-dev to Build-Depends so config.* can be updated.
   * Adding dpkg (= 1.15.4) | install-info to Depends, as recommended by
 Policy 12.2 (It's needed for the transition to triggerized install-info)
   * Patching prc/PRCdouble.h to solve a FTBFS in hppa (Closes: ##561423)
   * Updating Copyright on debian/*

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

-- 
FFE: sync from unstable to fix build failure on powerpc
https://bugs.launchpad.net/bugs/636225
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 614949] Re: Software Center crashes in Kubuntu after starting installation (Segmentation fault)

2010-09-12 Thread Nikola Snele
I have also this problem in Kubuntu Lucid. Output from terminal:

nik...@laptop:~$ sudo software-center 
WARNING:root:No styling hints for Raleigh were found... using Human hints.
WARNING:root:No styling hints for Raleigh were found... using Human hints.
WARNING:root:No styling hints for Raleigh were found... using Human hints.
WARNING:root:No styling hints for Raleigh were found... using Human hints.
WARNING:root:No styling hints for Raleigh were found... using Human hints.
WARNING:root:No styling hints for Raleigh were found... using Human hints.
WARNING:root:No styling hints for Raleigh were found... using Human hints.
WARNING:root:No styling hints for Raleigh were found... using Human hints.
WARNING:root:No styling hints for Raleigh were found... using Human hints.
Segmentation fault

-- 
Software Center crashes in Kubuntu after starting installation (Segmentation 
fault)
https://bugs.launchpad.net/bugs/614949
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 636229] [NEW] armel build failure (armv7 specific?)

2010-09-12 Thread Matthias Klose
Public bug reported:

Binary package hint: coq

builds in debian

http://launchpadlibrarian.net/52602138/buildlog_ubuntu-maverick-
armel.coq_8.2.pl2%2Bdfsg-1_FAILEDTOBUILD.txt.gz

ocamlc -rectypes  -I config -I tools -I tools/coqdoc -I scripts -I lib -I 
kernel -I kernel/byterun -I library -I proofs -I tactics -I pretyping -I interp 
-I toplevel -I parsing -I ide/utils -I ide -I contrib/omega -I contrib/romega 
-I contrib/micromega -I contrib/ring -I contrib/dp -I contrib/setoid_ring -I 
contrib/xml -I contrib/extraction -I contrib/interface -I contrib/fourier -I 
contrib/cc -I contrib/funind -I contrib/firstorder -I contrib/field -I 
contrib/subtac -I contrib/rtauto  -I +camlp5   -a -o contrib/contrib.cma 
contrib/omega/omega.cmo contrib/omega/coq_omega.cmo contrib/omega/g_omega.cmo  
contrib/romega/const_omega.cmo contrib/romega/refl_omega.cmo 
contrib/romega/g_romega.cmo contrib/micromega/mutils.cmo 
contrib/micromega/vector.cmo contrib/micromega/micromega.cmo 
contrib/micromega/mfourier.cmo contrib/micromega/certificate.cmo 
contrib/micromega/coq_micromega.cmo contrib/micromega/g_micromega.cmo 
contrib/ring/quote.cmo contrib/ring/g_quote.cmo contrib/ring/ring.cmo 
contrib/ring/g_ring.cmo  contrib/setoid_ring/newring.cmo contrib/dp/dp_why.cmo 
contrib/dp/dp_zenon.cmo contrib/dp/dp.cmo contrib/dp/dp_gappa.cmo 
contrib/dp/g_dp.cmo contrib/field/field.cmo  contrib/fourier/fourier.cmo 
contrib/fourier/fourierR.cmo contrib/fourier/g_fourier.cmo 
contrib/extraction/table.cmo contrib/extraction/mlutil.cmo 
contrib/extraction/modutil.cmo contrib/extraction/extraction.cmo 
contrib/extraction/common.cmo contrib/extraction/ocaml.cmo 
contrib/extraction/haskell.cmo contrib/extraction/scheme.cmo 
contrib/extraction/extract_env.cmo contrib/extraction/g_extraction.cmo 
contrib/xml/unshare.cmo contrib/xml/xml.cmo contrib/xml/acic.cmo 
contrib/xml/doubleTypeInference.cmo contrib/xml/cic2acic.cmo 
contrib/xml/acic2Xml.cmo contrib/xml/proof2aproof.cmo 
contrib/xml/xmlcommand.cmo contrib/xml/proofTree2Xml.cmo 
contrib/xml/xmlentries.cmocontrib/xml/cic2Xml.cmo contrib/xml/dumptree.cmo 
contrib/cc/ccalgo.cmo contrib/cc/ccproof.cmo contrib/cc/cctac.cmo 
contrib/cc/g_congruence.cmo   contrib/firstorder/formula.cmo 
contrib/firstorder/unify.cmo contrib/firstorder/sequent.cmo 
contrib/firstorder/rules.cmo contrib/firstorder/instances.cmo 
contrib/firstorder/ground.cmo contrib/firstorder/g_ground.cmo 
contrib/subtac/subtac_utils.cmo contrib/subtac/eterm.cmo 
contrib/subtac/g_eterm.cmo contrib/subtac/subtac_errors.cmo 
contrib/subtac/subtac_coercion.cmo contrib/subtac/subtac_obligations.cmo 
contrib/subtac/subtac_cases.cmo contrib/subtac/subtac_pretyping_F.cmo 
contrib/subtac/subtac_pretyping.cmo contrib/subtac/subtac_command.cmo 
contrib/subtac/subtac_classes.cmo contrib/subtac/subtac.cmo 
contrib/subtac/g_subtac.cmo contrib/subtac/equations.cmo 
contrib/rtauto/proof_search.cmo contrib/rtauto/refl_tauto.cmo 
contrib/rtauto/g_rtauto.cmo contrib/funind/indfun_common.cmo 
contrib/funind/rawtermops.cmo contrib/funind/recdef.cmo 
contrib/funind/rawterm_to_relation.cmo 
contrib/funind/functional_principles_proofs.cmo 
contrib/funind/functional_principles_types.cmo contrib/funind/invfun.cmo 
contrib/funind/indfun.cmo contrib/funind/merge.cmo contrib/funind/g_indfun.cmo
cd kernel/byterun/  ocamlc -rectypes  -ccopt -fno-defer-pop -Wall 
-Wno-unused -c coq_fix_code.c
cd kernel/byterun/  ocamlc -rectypes  -ccopt -fno-defer-pop -Wall 
-Wno-unused -c coq_memory.c
cd kernel/byterun/  ocamlc -rectypes  -ccopt -fno-defer-pop -Wall 
-Wno-unused -c coq_values.c
cd kernel/byterun/  ocamlc -rectypes  -ccopt -fno-defer-pop -Wall 
-Wno-unused -c coq_interp.c
coq_interp.c: In function 'coq_interprete':
coq_interp.c:1393: error: r7 cannot be used in asm here
make[3]: *** [kernel/byterun/coq_interp.o] Error 2
make[3]: Leaving directory `/build/buildd/coq-8.2.pl2+dfsg'
make[2]: *** [check] Error 2

** Affects: coq (Ubuntu)
 Importance: High
 Status: Confirmed


** Tags: armel armv7

** Changed in: coq (Ubuntu)
   Importance: Undecided = High

** Changed in: coq (Ubuntu)
   Status: New = Confirmed

-- 
armel build failure (armv7 specific?)
https://bugs.launchpad.net/bugs/636229
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 634755] Re: QtWebKit package is not installing the QML plugin

2010-09-12 Thread Jonathan Riddell
Package uploaded

Hard to get rid of the debian patches, Qt's build system likes to change
things :(

** Changed in: qtwebkit-source (Ubuntu)
   Status: New = Fix Released

-- 
QtWebKit package is not installing the QML plugin
https://bugs.launchpad.net/bugs/634755
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 634755] Re: QtWebKit package is not installing the QML plugin

2010-09-12 Thread Jonathan Riddell
Package uploaded

Hard to get rid of the debian patches, Qt's build system likes to change
things :(

-- 
QtWebKit package is not installing the QML plugin
https://bugs.launchpad.net/bugs/634755
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   >