[Bug 365058] Re: eucalpytus-nc uses //etc/ pathnames instead of /etc

2009-09-27 Thread Loïc Minier
I marked it triaged; I had a look at the init scripts and find them
relatively ugly; I offered upstream to spend some time revamping them if
they agree with the approach.  I think the original issue I reported is
one of the many symptoms of the overly complex init scripts, so even if
it would be trivial to mask this symptom (e.g. by stripping / from
EUCALYPTUS in the init script(s)), I think it's better to clean up the
scripts massively.

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

-- 
eucalpytus-nc uses //etc/ pathnames instead of /etc
https://bugs.launchpad.net/bugs/365058
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 437600] [NEW] package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: my.cnf was missing

2009-09-27 Thread martin
Public bug reported:

When installing this package, it won't start because of (or at least
reports 3 warnings about) the missing file /etc/mysql/my.cnf. I tried to
remove it, re-install it, but the file is still missing.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 9.04
ErrorMessage: subprocess post-installation script returned error exit status 1
Package: mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
1
Uname: Linux 2.6.28-15-generic i686

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


** Tags: apport-package i386

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: my.cnf was missing
https://bugs.launchpad.net/bugs/437600
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 437600] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: my.cnf was missing

2009-09-27 Thread martin

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

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

-- 
package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to 
install/upgrade: my.cnf was missing
https://bugs.launchpad.net/bugs/437600
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 435130] Re: Default MANAGED-NOVLAN network setting not being applied properly

2009-09-27 Thread Launchpad Bug Tracker
This bug was fixed in the package eucalyptus - 1.6~bzr854-0ubuntu7

---
eucalyptus (1.6~bzr854-0ubuntu7) karmic; urgency=low

  [ Dustin Kirkland ]
  * tools/eucalyptus-nc.in: exit 0, rather than 1, in the -nc
init script when unconfigured, related to bug LP: #430075
  * debian/eucalyptus-cc.in, debian/eucalyptus-java-ws.in: help registration
with local sync, no rsync parameters
  * debian/eucalyptus-common.postrm: prune eucalyptus files from /etc and
/var on package purge, essential for testing, LP: #436928

  [ Matt Zimmerman ]
  * Revert revno 573, as according to Dan Nurmi it broke registration entirely
  * Apply upstream revno 895, as according to Dan this fixes the same bug that
revno 573 attempted to fix, but properly (without breaking registration)
  * debian/eucalyptus-cc.postinst: Guard update-rc.d remove calls so that they
don't run on initial installation.  Because -cc could be configured before
or after -walrus/-cloud, this could cause -cc to clobber -walrus/-cloud
init scripts on initial installation
  * tools/eucalyptus.conf: Don't try to run shell code here; it isn't (always)
interpreted as a shell script
  * debian/eucalyptus-cc.postinst: Use euca_conf --import-conf to copy the
network settings into eucalyptus.conf instead
  * Set the default VNET_MODE to MANAGED-NOVLAN
  * The three preceding changes close LP: #435130
  * Store the CC name in a new config file /etc/eucalyptus/eucalyptus-cc.conf
and get rid of /etc/eucalyptus/installer-cc.conf

  [ Steve Langasek ]
  * Move eucalyptus-nc no VT handling for LP: #426830 to a debconf script
instead, so that users are a bit more likely to see this.
  * Drop the dpkg-statoverride check on /var/lib/eucalyptus/keys in the
eucalyptus-common postinst; this was ineffective anyway because we'd done
a chown -R immediately before that, so the only part that was respecting
statoverride were the directory perms.

 -- Dustin Kirkland kirkl...@ubuntu.com   Sat, 26 Sep 2009 00:30:18
-0700

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

-- 
Default MANAGED-NOVLAN network setting not being applied properly
https://bugs.launchpad.net/bugs/435130
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 430163] Re: Cloud/Walrus/SC init script confusing

2009-09-27 Thread Thierry Carrez
Rather than using a file in /etc/eucalyptus/ws.d it is possible to start
all installed services by looking at installed jar files.

Remark: the current design (multiple initscripts) was there to enable
the possibility to stop just one service without affecting all the
installed services. Basically it would stop all services then restart
without the one you stopped. That doesn't invalidate the single-
initscript-for-all-eucalyptus-ws approach, its just that we need to
provide a /etc/init.d/eucalyptus-java-ws stop walrus that would allow
that.

-- 
Cloud/Walrus/SC init script confusing
https://bugs.launchpad.net/bugs/430163
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 365058] Re: eucalpytus-nc uses //etc/ pathnames instead of /etc

2009-09-27 Thread Thierry Carrez
Loic: this is part of the global initscript rewrite effort, see bug
430163 for more details.

-- 
eucalpytus-nc uses //etc/ pathnames instead of /etc
https://bugs.launchpad.net/bugs/365058
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 114660] Re: please add mmdsr to mailman package

2009-09-27 Thread Thijs Kinkhorst
It can not simply be copied into the package as it will not work without 
editing the script, currently.

-- 
please add mmdsr to mailman package
https://bugs.launchpad.net/bugs/114660
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mailman in ubuntu.

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


[Bug 274298] Re: br0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.

2009-09-27 Thread Evan Charlton
I'm using KVM based on Ubuntu 9.04 server and am experiencing this issue. 
Here's what happens for me:
1) The host will lose network connection. No ping, no ssh, nothing.
2) SSH into the guest that dropped will put me into the host (note that it 
first warns about the SSH key changing; I have to remove the offending line 
from ~/.ssh/known_hosts)
3) Eventually the network will kick back on (running `ipconfig eth0 promisc` 
helps, in my experience) and my SSH connection to the host will be dropped (the 
IP gets correctly assigned back to the guest)
4) I can now SSH into both guest and host as expected.

I have not tried rebooting guest systems.

-- 
br0: Dropping NETIF_F_UFO since no NETIF_F_HW_CSUM feature.
https://bugs.launchpad.net/bugs/274298
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bridge-utils in ubuntu.

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


[Bug 437768] [NEW] Unable to connect to web frontend after fresh install of cluster

2009-09-27 Thread Matt Zimmerman
Public bug reported:

Attempting to connect to http://localhost:8773/ gives a 500 server error

ProblemType: Bug
.etc.eucalyptus.eucalyptus.cc.conf: CC_NAME=cc1
Architecture: i386
Date: Sun Sep 27 19:28:55 2009
DistroRelease: Ubuntu 9.10
Package: eucalyptus-cloud 1.6~bzr854-0ubuntu8
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: eucalyptus
Uname: Linux 2.6.31-11-generic i686

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


** Tags: apport-bug i386

-- 
Unable to connect to web frontend after fresh install of cluster
https://bugs.launchpad.net/bugs/437768
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 437768] Re: Unable to connect to web frontend after fresh install of cluster

2009-09-27 Thread Matt Zimmerman

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

** Attachment added: EucalyptusAxis2cLog.txt
   http://launchpadlibrarian.net/32529336/EucalyptusAxis2cLog.txt

** Attachment added: EucalyptusCCLog.txt
   http://launchpadlibrarian.net/32529337/EucalyptusCCLog.txt

** Attachment added: EucalyptusCloudDebugLog.txt
   http://launchpadlibrarian.net/32529338/EucalyptusCloudDebugLog.txt

** Attachment added: EucalyptusCloudOutputLog.txt
   http://launchpadlibrarian.net/32529339/EucalyptusCloudOutputLog.txt

** Attachment added: EucalyptusHTTPDErrorLog.txt
   http://launchpadlibrarian.net/32529342/EucalyptusHTTPDErrorLog.txt

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

-- 
Unable to connect to web frontend after fresh install of cluster
https://bugs.launchpad.net/bugs/437768
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 437768] Re: Unable to connect to web frontend after fresh install of cluster

2009-09-27 Thread Matt Zimmerman
Looks like user error; I was using the wrong port number (should be
8443)

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

-- 
Unable to connect to web frontend after fresh install of cluster
https://bugs.launchpad.net/bugs/437768
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 365058] Re: eucalpytus-nc uses //etc/ pathnames instead of /etc

2009-09-27 Thread Loïc Minier
*** This bug is a duplicate of bug 430163 ***
https://bugs.launchpad.net/bugs/430163

** This bug has been marked a duplicate of bug 430163
   Cloud/Walrus/SC init script confusing

-- 
eucalpytus-nc uses //etc/ pathnames instead of /etc
https://bugs.launchpad.net/bugs/365058
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 392759] Re: apache2 DoS attack using slowloris

2009-09-27 Thread Dekar
** Changed in: apache2 (Ubuntu)
 Assignee: (unassigned) = Dekar (dekar-wc3edit)

** Changed in: apache2 (Ubuntu)
 Assignee: Dekar (dekar-wc3edit) = (unassigned)

** Changed in: apache2 (Ubuntu)
 Assignee: (unassigned) = Ubuntu Security Team (ubuntu-security)

-- 
apache2 DoS attack using slowloris
https://bugs.launchpad.net/bugs/392759
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 437783] [NEW] package bind9 1:9.6.1.dfsg.P1-3 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script killed by signal (Interrupt

2009-09-27 Thread Philip Muskovac
Public bug reported:

Binary package hint: bind9

Setting up bind9 (1:9.6.1.dfsg.P1-3) ...   
 * Stopping domain name service... bind9
[ OK ] 
 * Starting domain name service... bind9
   /usr/sbin/postconf: fatal: open /etc/postfix/main.cf: No 
such file or directory
cp: `/etc/resolv.conf' and `/etc/resolv.conf' are the same file 
   
run-parts: /etc/resolvconf/update-libc.d/postfix exited with return code 1  
   
run-parts: /etc/resolvconf/update.d/libc exited with return code 1  
   
invoke-rc.d: initscript bind9, action restart failed. 
   

After that it just stopped here, so I had to interrupt the process to
continue.

ProblemType: Package
AptOrdering:
 bind9utils: Install
 bind9: Install
 bind9utils: Configure
 bind9: Configure
Architecture: amd64
Date: Sun Sep 27 21:07:06 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: subprocess installed post-installation script killed by signal 
(Interrupt)
NonfreeKernelModules: nvidia
Package: bind9 1:9.6.1.dfsg.P1-3
SourcePackage: bind9
Title: package bind9 1:9.6.1.dfsg.P1-3 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script killed by signal (Interrupt)
Uname: Linux 2.6.30-02063003-generic x86_64

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


** Tags: amd64 apport-package

-- 
package bind9 1:9.6.1.dfsg.P1-3 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script killed by signal (Interrupt)
https://bugs.launchpad.net/bugs/437783
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 437783] Re: package bind9 1:9.6.1.dfsg.P1-3 [modified: usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess installed post-installation script killed by signal (Interrupt)

2009-09-27 Thread Philip Muskovac

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

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

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

-- 
package bind9 1:9.6.1.dfsg.P1-3 [modified: 
usr/share/bind9/bind9-default.md5sum] failed to install/upgrade: subprocess 
installed post-installation script killed by signal (Interrupt)
https://bugs.launchpad.net/bugs/437783
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 364902] Re: eucalyptus-cloud should depend on mail-transport-agent

2009-09-27 Thread Colin Watson
This was fixed in r605 and thus in eucalyptus 1.6~bzr854-0ubuntu6,
although we forgot to mention it in the changelog so the bug didn't get
automatically closed.

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

-- 
eucalyptus-cloud should depend on mail-transport-agent
https://bugs.launchpad.net/bugs/364902
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 434036] Re: euca-describe-availability-zones verbose doesn't report the types of instances available

2009-09-27 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
euca-describe-availability-zones verbose doesn't report the types of instances 
available
https://bugs.launchpad.net/bugs/434036
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 437854] [NEW] apparmor profile denies access to alsa

2009-09-27 Thread Jamie Strandboge
Public bug reported:

Try to create a new VM with a karmic desktop install CD and get this in 
audit.log:
type=APPARMOR_DENIED msg=audit(1254087656.765:34): operation=open pid=16669 
parent=1 profile=libvirt-d7f9680e-25e3-1384-713d-7c470417d3da 
requested_mask=r:: denied_mask=r:: fsuid=0 ouid=0 
name=/usr/share/alsa/alsa.conf. Need to allow the audio abstraction in 
abstractions/libvirt-qemu.

** Affects: libvirt (Ubuntu)
 Importance: Medium
 Assignee: Jamie Strandboge (jdstrand)
 Status: Triaged

** Affects: libvirt (Ubuntu Karmic)
 Importance: Medium
 Assignee: Jamie Strandboge (jdstrand)
 Status: Triaged

** Also affects: libvirt (Ubuntu Karmic)
   Importance: Undecided
   Status: New

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

** Changed in: libvirt (Ubuntu Karmic)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

** Changed in: libvirt (Ubuntu Karmic)
   Importance: Undecided = Medium

** Changed in: libvirt (Ubuntu Karmic)
Milestone: None = ubuntu-9.10

-- 
apparmor profile denies access to alsa
https://bugs.launchpad.net/bugs/437854
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.

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


[Bug 437881] [NEW] fail

2009-09-27 Thread MarcosPinho
Public bug reported:

I'm a noob, don't know the type the fail

ProblemType: Package
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 8.10
ErrorMessage: impossível acessar arquivo: Arquivo ou diretório inexistente
Package: mysql-client-5.0 None [modified: 
/var/lib/dpkg/info/mysql-client-5.0.list]
SourcePackage: mysql-dfsg-5.0
Title: package mysql-client-5.0 None [modified: 
/var/lib/dpkg/info/mysql-client-5.0.list] failed to install/upgrade: impossível 
acessar arquivo: Arquivo ou diretório inexistente
Uname: Linux 2.6.27-14-generic i686

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


** Tags: apport-package

-- 
fail
https://bugs.launchpad.net/bugs/437881
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 437881] Re: fail

2009-09-27 Thread MarcosPinho

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

-- 
fail
https://bugs.launchpad.net/bugs/437881
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 437058] Re: Automated registration assumes that walrus, SC and CC are running on the same host as the CLC

2009-09-27 Thread Matt Zimmerman
** Summary changed:

- Walrus registration assumes that walrus is running on the same host as the 
frontend
+ Automated registration assumes that walrus, SC and CC are running on the same 
host as the CLC

-- 
Automated registration assumes that walrus, SC and CC are running on the same 
host as the CLC
https://bugs.launchpad.net/bugs/437058
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 437910] [NEW] on UEC node install, bridge device is not coming up on boot

2009-09-27 Thread Daniel Nurmi
Public bug reported:

When installing a UEC node (from server iso 09272009.1), I'm finding
that the bridge device that is defined in /etc/network/interfaces never
comes up on machine boot.  contents of /etc/network/interfaces looks
correct:

---
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet manual

auto br0
iface br0 inet dhcp
bridge_ports eth0
bridge_fd 9
bridge_hello 2
bridge_maxage 12
bridge_stp off
---

My ethernet interface is:

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5722
Gigabit Ethernet PCI Express

After the machine boots, I can bring up the bridge successfully with:

sudo ifup br0

Could this be an interaction with upstart that is causing the bridge to
never be started?  Any suggestions on how to debug this further would be
appreciated!

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


** Tags: eucalyptus

** Tags added: eucalyptus

-- 
on UEC node install, bridge device is not coming up on boot
https://bugs.launchpad.net/bugs/437910
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 430226] Re: modify image attribute (launch perms) always displays image as public

2009-09-27 Thread Neil Soman

revno: 899
committer: Neil
branch nick: 1.6
timestamp: Sun 2009-09-27 19:13:58 -0700
message:
  fixes #430226



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

-- 
modify image attribute (launch perms) always displays image as public
https://bugs.launchpad.net/bugs/430226
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 436041] Re: Access Denied but TSC confirms it should not be.

2009-09-27 Thread DrC
The smbclient -L test consistently gives an error message when addressing my 
server by its IP address.  I will open this as a separate bug.
To avoid red herrings, my /etc/hosts file did not have an entry for the server. 
 Access by name used a name resolution service.

-- 
Access Denied but TSC confirms it should not be.
https://bugs.launchpad.net/bugs/436041
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 437944] [NEW] Samba session request failure when using IP address

2009-09-27 Thread DrC
Public bug reported:

Binary package hint: samba

smbclient -L consistently throws session request errors when addressing a 
Windows2003 server by its IP address.
(spawned from Ubuntu bug - see https://bugs.launchpad.net/bugs/436041 and 
attached screenshot for serve details)

To check consistency I ran a test script three times.  The script first
uses the server name, then its IP address.  The script with console
output appended, and the two redirected output files are attached.

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

-- 
Samba session request failure when using IP address
https://bugs.launchpad.net/bugs/437944
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 437944] Re: Samba session request failure when using IP address

2009-09-27 Thread DrC

** Attachment added: SessionRequestFailure.tar.gz
   http://launchpadlibrarian.net/32542103/SessionRequestFailure.tar.gz

-- 
Samba session request failure when using IP address
https://bugs.launchpad.net/bugs/437944
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 437881] Re: fail

2009-09-27 Thread Dante Díaz
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we can't fix it because your description
didn't include enough information. You may find it helpful to read How
to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks! 

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = Invalid

-- 
fail
https://bugs.launchpad.net/bugs/437881
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

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


[Bug 432291] Re: Fatal error: Call to undefined function gzopen() on php5 5.2.10.dfsg.1-2ubuntu3

2009-09-27 Thread bellbind
The error also occurs when use  package
php5-5.2.10.dfsg.1(5.2.10.dfsg.1-2ubuntu4) rebuilded in my machine.

But, it changes well when uncomment  the line:

#019-z_off_t_as_long.patch

to

019-z_off_t_as_long.patch

in debian/patches/series before dpkg-buildpackage.

-- 
Fatal error: Call to undefined function gzopen() on php5 
5.2.10.dfsg.1-2ubuntu3
https://bugs.launchpad.net/bugs/432291
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 426588] Re: No file when mounting CIFS share in Karmic

2009-09-27 Thread merlin
See bug 406466:

http://bugs.launchpad.net/ubuntu/+bug/406466

-- 
No file when mounting CIFS share in Karmic
https://bugs.launchpad.net/bugs/426588
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 437501] [NEW] update manager

2009-09-27 Thread bernard
Public bug reported:

Binary package hint: file-roller

my update manager cant continue to update my other application?? such as
flash player and other specific softwares...

ProblemType: Bug
Architecture: i386
Date: Sun Sep 27 06:49:43 2009
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/file-roller
Package: file-roller 2.22.2-0ubuntu1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: file-roller
Uname: Linux 2.6.24-16-generic i686

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
update manager
https://bugs.launchpad.net/bugs/437501
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 437500] [NEW] package goldendict (not installed) failed to install/upgrade: trying to overwrite '/usr/share/app-install/desktop/goldendict.desktop', which is also in package app-install-data 0:0.

2009-09-27 Thread kulight
Public bug reported:

Binary package hint: software-center

cannot install goldendict

ProblemType: Package
AptOrdering:
 goldendict: Install
 goldendict: Configure
Architecture: amd64
Date: Sun Sep 27 07:50:49 2009
DistroRelease: Ubuntu 9.10
ErrorMessage: trying to overwrite 
'/usr/share/app-install/desktop/goldendict.desktop', which is also in package 
app-install-data 0:0.9.10.8
NonfreeKernelModules: nvidia
Package: goldendict (not installed)
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: goldendict
Title: package goldendict (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/app-install/desktop/goldendict.desktop', which is also in 
package app-install-data 0:0.9.10.8
Uname: Linux 2.6.31-11-generic x86_64

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package

-- 
package goldendict (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/app-install/desktop/goldendict.desktop', which is also in 
package app-install-data 0:0.9.10.8
https://bugs.launchpad.net/bugs/437500
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 437501] Re: update manager

2009-09-27 Thread bernard

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/32511627/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/32511628/ProcStatus.txt

-- 
update manager
https://bugs.launchpad.net/bugs/437501
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 437500] Re: package goldendict (not installed) failed to install/upgrade: trying to overwrite '/usr/share/app-install/desktop/goldendict.desktop', which is also in package app-install-data 0:0.9.

2009-09-27 Thread kulight

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

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

-- 
package goldendict (not installed) failed to install/upgrade: trying to 
overwrite '/usr/share/app-install/desktop/goldendict.desktop', which is also in 
package app-install-data 0:0.9.10.8
https://bugs.launchpad.net/bugs/437500
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 356206] Re: libopenal doesn't working properly with pulse

2009-09-27 Thread David Henningsson
Lasse, I can not reproduce your hang in pulse_open. 
Is Kaidenn your local machine or are you trying to open a connection to a 
machine that does not respond?

-- 
libopenal doesn't working properly with pulse
https://bugs.launchpad.net/bugs/356206
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 349425] Re: [Micro-Star International PR210] suspend/resume failure

2009-09-27 Thread exebat
This also happens in Karmic.

-- 
[Micro-Star International PR210] suspend/resume failure
https://bugs.launchpad.net/bugs/349425
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 437497] Re: gnome-terminal assert failure: ERROR:terminal-app.c:1444:terminal_app_init: assertion failed: (app-default_profile_id != NULL)

2009-09-27 Thread Apport retracing service
*** This bug is a duplicate of bug 436188 ***
https://bugs.launchpad.net/bugs/436188

Thank you for taking the time to report this crash and helping to make
Ubuntu better.  This particular crash has already been reported and is a
duplicate of bug #436188, so 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.

** Attachment removed: CoreDump.gz
   http://launchpadlibrarian.net/32511237/CoreDump.gz

** Attachment removed: Dependencies.txt
   http://launchpadlibrarian.net/32511238/Dependencies.txt

** Attachment removed: Disassembly.txt
   http://launchpadlibrarian.net/32511239/Disassembly.txt

** Attachment removed: ProcMaps.txt
   http://launchpadlibrarian.net/32511240/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   http://launchpadlibrarian.net/32511241/ProcStatus.txt

** Attachment removed: Registers.txt
   http://launchpadlibrarian.net/32511242/Registers.txt

** Attachment removed: Stacktrace.txt
   http://launchpadlibrarian.net/32511243/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   http://launchpadlibrarian.net/32511244/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 436188
   gnome-terminal assert failure: ERROR:terminal-app.c:1444:terminal_app_init: 
assertion failed: (app-default_profile_id != NULL)

** Visibility changed to: Public

** Tags removed: need-i386-retrace

-- 
gnome-terminal assert failure: ERROR:terminal-app.c:1444:terminal_app_init: 
assertion failed: (app-default_profile_id != NULL)
https://bugs.launchpad.net/bugs/437497
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 436410] Re: Icon for Firefox 3.5 is lower quality than for 3.0

2009-09-27 Thread Caleb
Never mind. New upstream icon just looks kind of funny when rendered
that small.

** Changed in: firefox-3.5 (Ubuntu)
   Status: New = Invalid

-- 
Icon for Firefox 3.5 is lower quality than for 3.0
https://bugs.launchpad.net/bugs/436410
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 428783] Re: shadow remains on desktop after closing applet window

2009-09-27 Thread Travis Watkins
Fixed in compiz packaging bzr, will be in next upload.

** Changed in: xorg-server (Ubuntu)
   Status: Triaged = Invalid

** Changed in: mesa (Ubuntu)
   Status: Triaged = Invalid

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

-- 
shadow remains on desktop after closing applet window
https://bugs.launchpad.net/bugs/428783
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 368497] Re: /etc/acpi/powerbtn.sh does not check for KDE 4

2009-09-27 Thread Steve Langasek
** Changed in: acpid (Ubuntu Jaunty)
   Status: New = Fix Released

-- 
/etc/acpi/powerbtn.sh does not check for KDE 4
https://bugs.launchpad.net/bugs/368497
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 367522] Re: When holding down Alt+Tab in Ring Switcher, X Restarts

2009-09-27 Thread Travis Watkins
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  The issue that you reported is one that should be
reproducible with the live environment of the Desktop CD of the
development release - Karmic Koala.  It would help us greatly if you
could test with it so we can work on getting it fixed in the next
release of Ubuntu.  You can find out more about the development release
at http://www.ubuntu.com/testing/.  Thanks again and we appreciate your
help.

I cannot reproduce this problem with an Intel X3100 in karmic.

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

-- 
When holding down Alt+Tab in Ring Switcher, X Restarts
https://bugs.launchpad.net/bugs/367522
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 434817] Re: vlc assert failure: vlc: /build/buildd/libdvdnav-4.1.3/src/vm/vm.c:1744: get_ID: Assertion `pgcit != ((void *)0)' failed.

2009-09-27 Thread Miron Cuperman
I opened a duplicate bug...

There might be a kernel issue here, I'm seeing these intermittently when
inserting discs (resulting in failed automount):

Sep 23 23:54:44 living kernel: [ 530.944013] sr 4:0:1:0: [sr0] unaligned 
transfer
Sep 23 23:54:44 living kernel: [ 530.944087] sr 4:0:1:0: [sr0] unaligned 
transfer
Sep 23 23:54:44 living kernel: [ 530.944149] sr 4:0:1:0: [sr0] unaligned 
transfer
Sep 23 23:55:21 living kernel: [ 530.944367] sr 4:0:1:0: [sr0] unaligned 
transfer
Sep 23 23:55:21 living kernel: [ 530.944432] sr 4:0:1:0: [sr0] unaligned 
transfer
Sep 23 23:55:21 living kernel: [ 530.944483] sr 4:0:1:0: [sr0] unaligned 
transfer

I am running Ubuntu Karmic alpha-6.  I tried older kernels with the same
installation, and ran into the same issue.

The issue is intermittent.  Also, swapping out the PATA DVD drive with a
SATA one did not resolve the issue.

-- 
vlc assert failure: vlc: /build/buildd/libdvdnav-4.1.3/src/vm/vm.c:1744: 
get_ID: Assertion `pgcit != ((void *)0)' failed.
https://bugs.launchpad.net/bugs/434817
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 226194] Re: High CPU usages rendering X display which is not visible (e.g. after user switch)

2009-09-27 Thread Travis Watkins
*** This bug is a duplicate of bug 270880 ***
https://bugs.launchpad.net/bugs/270880

** This bug has been marked a duplicate of bug 270880
   High CPU when on another user's desktop

-- 
High CPU usages rendering X display which is not visible (e.g. after user 
switch)
https://bugs.launchpad.net/bugs/226194
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 437504] Re: system crashes while removing unused wireless profile

2009-09-27 Thread sachin kumar

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

** Attachment added: ExtensionSummary.txt
   http://launchpadlibrarian.net/32511966/ExtensionSummary.txt

** Attachment added: profiles.ini.txt
   http://launchpadlibrarian.net/32511967/profiles.ini.txt

-- 
system crashes while removing unused wireless profile
https://bugs.launchpad.net/bugs/437504
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 129398] Re: Freeze when pressing alt-space after scaling out (super-E)

2009-09-27 Thread cornelius
I can't reproduce this either. This is with latest compiz packages on
Ubuntu 9.10, Nvidia GPU.

-- 
Freeze when pressing alt-space after scaling out (super-E)
https://bugs.launchpad.net/bugs/129398
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 437504] [NEW] system crashes while removing unused wireless profile

2009-09-27 Thread sachin kumar
Public bug reported:

system crashes while removing unused wireless profile. my wireless card
detects various signals which  belongs to my neighbours. when I try
deleting them system crashes (ctrl+alt+f1 also don't work at that time).
I have to perform a system restart then.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
NonfreeKernelModules: nvidia
Package: firefox-3.0 3.0.14+build2+nobinonly-0ubuntu0.9.04.1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: firefox-3.0
Uname: Linux 2.6.28-15-generic x86_64

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
system crashes while removing unused wireless profile
https://bugs.launchpad.net/bugs/437504
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 334358] Re: Does not support _NET_REQUEST_FRAME_EXTENTS

2009-09-27 Thread Travis Watkins
Actually this was just added for the packages in karmic so I understand
what you meant now. Closing bug since we have this now.

** Changed in: compiz (Ubuntu)
   Status: Incomplete = Fix Released

-- 
Does not support _NET_REQUEST_FRAME_EXTENTS
https://bugs.launchpad.net/bugs/334358
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 435657] Re: Totem crashes when playing an audio file after a video file with visualizations enabled

2009-09-27 Thread Louis Simard
Adding backtrace as requested.

** Attachment added: gdb-totem.txt
   http://launchpadlibrarian.net/32512043/gdb-totem.txt

-- 
Totem crashes when playing an audio file after a video file with visualizations 
enabled
https://bugs.launchpad.net/bugs/435657
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 437505] [NEW] man page of gnome-volume-control is not updated

2009-09-27 Thread David Henningsson
Public bug reported:

Binary package hint: gnome-media

according to man page, there is a switch gnome-volume-control
--device=device, but when I try to use that switch, gnome-volume-
control tells me that there is no such switch, so apparently the man
page is not updated.

ProblemType: Bug
Architecture: i386
Date: Sun Sep 27 08:24:01 2009
DistroRelease: Ubuntu 9.10
Package: gnome-media 2.28.0-0ubuntu1
ProcEnviron:
 LANG=C
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
SourcePackage: gnome-media
Uname: Linux 2.6.31-11-generic i686

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


** Tags: apport-bug i386

-- 
man page of gnome-volume-control is not updated
https://bugs.launchpad.net/bugs/437505
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 437505] Re: man page of gnome-volume-control is not updated

2009-09-27 Thread David Henningsson

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

-- 
man page of gnome-volume-control is not updated
https://bugs.launchpad.net/bugs/437505
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 44609] Re: RAID not implemented (use alternate CD instead)

2009-09-27 Thread Saïvann Carignan
Tormod Volden : I'm not a expert, but I think that mdadm is necessary
for linux software raid (not fakeRaids). I would not be able to confirm
you if ubuntu can be installed on fakeRaids controller from liveCD at
the moment, but it is not possible at the time with linux software raid.
The alternate install CD offer the creation of software RAID devices,
and it install mdadm on target system. mdadm seems to be necessary as it
monitor raid and assemble them based on config files. I looked quickly
at dmraid and it didn't seem to support linux software raid, so I guess
that both mdadm and dmraid are necessary.

Also, as said earlier, if mdadm was configured to auto detect and
assemble raid arrays in his initramfs hook script (mdadm --assemble
--scan), my fix would not be necessary. If this solution makes sense,
this would be by far more flexible than my bugfix, however there might
be reasons why mdadm is not already configured in that way, needs to be
confirmed.

-- 
RAID not implemented (use alternate CD instead)
https://bugs.launchpad.net/bugs/44609
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 411057] Re: bluetooth-applet icon knows if bluetooth is on, nothing else does

2009-09-27 Thread Steve Langasek
Yes, I no longer get a 'turn on bluetooth' menu item after toggling
bluetooth.

** Changed in: gnome-bluetooth (Ubuntu)
   Status: Triaged = Fix Released

-- 
bluetooth-applet icon knows if bluetooth is on, nothing else does
https://bugs.launchpad.net/bugs/411057
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 437489] Re: main window deformed by cover art

2009-09-27 Thread Dale Jefferson
I've just tested this with Ubuntu 9.10 and Rhythbox 0.12.5 and I can not
reproduce the issue, the album art gets to a max size of ~300px and does
not grow any bigger. Attached is a screenshot.

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/32512304/Screenshot.png

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

-- 
main window deformed by cover art
https://bugs.launchpad.net/bugs/437489
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 433109] Re: WARNING: at /build/buildd/linux-2.6.31/drivers/char/tty_io.c:1267 __tty_open+0x44d/0x460()

2009-09-27 Thread Dave H
Booted this morning following kernel update yesterday, Crash report
indicator popped up about 20 seconds following login and achieving
desktop display.

-- 
WARNING: at /build/buildd/linux-2.6.31/drivers/char/tty_io.c:1267 
__tty_open+0x44d/0x460()
https://bugs.launchpad.net/bugs/433109
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 419413] Re: internet keeps crashing, pages won't close

2009-09-27 Thread sageclouddancer
i'm  sorry but i can't help with this my computer fried it's motherboard
recently and i have to get a new linux computer



From: Connor Imes rocket2...@gmail.com
To: sageclouddan...@yahoo.com
Sent: Friday, September 25, 2009 6:44:46 PM
Subject: [Bug 419413] Re: internet keeps crashing, pages won't close

Thank you for reporting this bug, can you please expand on what your
problem is?  Does it still exist?  If so, please give steps on how to
reproduce your problem.

** Changed in: ubuntu-docs (Ubuntu)
   Status: New = Incomplete

-- 
internet keeps crashing, pages won't close
https://bugs.launchpad.net/bugs/419413
You received this bug notification because you are a direct subscriber
of the bug.

Status in “ubuntu-docs” package in Ubuntu: Incomplete

Bug description:
Binary package hint: ubuntu-docs

internet freezes and you can't close the page or press stop or use the mouse to 
shut off the computer
using ubuntu 9.04

-- 
internet keeps crashing, pages won't close
https://bugs.launchpad.net/bugs/419413
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 304698] Re: Trailfocus: saturation changes does not work

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Trailfocus: saturation changes does not work
https://bugs.launchpad.net/bugs/304698
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 289473] Re: Windows move offscreen on raise

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Windows move offscreen on raise
https://bugs.launchpad.net/bugs/289473
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 214692] Re: scrolling in evolution or firefox (or others) create glitches on the window

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
scrolling in evolution or firefox (or others) create glitches on the window
https://bugs.launchpad.net/bugs/214692
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 204238] Re: compiz crashes randomly when using a Qt OpenGL Widget

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
compiz crashes randomly when using a Qt OpenGL Widget
https://bugs.launchpad.net/bugs/204238
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 270880] Re: High CPU when on another user's desktop

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
High CPU when on another user's desktop
https://bugs.launchpad.net/bugs/270880
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 154230] Re: Volume applet slider is sometimes unusable

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Volume applet slider is sometimes unusable
https://bugs.launchpad.net/bugs/154230
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 122084] Re: gnome-screensaver doesn't work with compiz

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
gnome-screensaver doesn't work with compiz
https://bugs.launchpad.net/bugs/122084
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 407557] Re: compiz not loaded on startup

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
compiz not loaded on startup
https://bugs.launchpad.net/bugs/407557
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 397511] Re: Compiz Effect on closing window does not work.

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Compiz Effect on closing window does not work.
https://bugs.launchpad.net/bugs/397511
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 350327] Re: vinagre connects but appears that I cannot start anything on remote desktop

2009-09-27 Thread Andy McCallum
me too!  Nvidia proprietary driver and Ubuntu 9.04.

This is a very annoying bug. Has anybody found a fix that doesn't
involve crippling the operating system?

-- 
vinagre connects but appears  that I cannot start anything on remote desktop
https://bugs.launchpad.net/bugs/350327
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 349365] Re: compiz rotation to another desktop randomly stops working

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
compiz rotation to another desktop randomly stops working
https://bugs.launchpad.net/bugs/349365
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 341673] Re: title bar errors when compiz enabled

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
title bar errors when compiz enabled
https://bugs.launchpad.net/bugs/341673
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 337487] Re: Total graphical crash

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Total graphical crash
https://bugs.launchpad.net/bugs/337487
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 337259] Re: i can not enable desktop effects in Jaunty alpha 5 - NVIDIA GeForce 6150 SE chipset

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
i can not enable desktop effects in Jaunty alpha 5 - NVIDIA GeForce 6150 SE 
chipset
https://bugs.launchpad.net/bugs/337259
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 333818] Re: Can't switch workspaces using custom keyboard shortcut when compiz is enabled

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Can't switch workspaces using custom keyboard shortcut when compiz is enabled
https://bugs.launchpad.net/bugs/333818
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 330725] Re: kernel: [231755.363998] BUG: soft lockup - CPU#0 stuck for 61s! [compiz.real:13261]

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
kernel: [231755.363998] BUG: soft lockup - CPU#0 stuck for 61s! 
[compiz.real:13261]
https://bugs.launchpad.net/bugs/330725
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 326690] Re: Default resize mode is inconsistent with configuration

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Default resize mode is inconsistent with configuration
https://bugs.launchpad.net/bugs/326690
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 326173] Re: Ring switcher window filter has no effect

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Ring switcher window filter has no effect
https://bugs.launchpad.net/bugs/326173
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 324267] Re: Cube Deformation does not work well with Cube skydome

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Cube Deformation does not work well with Cube skydome
https://bugs.launchpad.net/bugs/324267
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 310736] Re: keyboard layout is ignored by some compiz-related modules in intrepid

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
keyboard layout is ignored by some compiz-related modules in intrepid
https://bugs.launchpad.net/bugs/310736
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 308737] Re: window unmaximise size setting is crushed by compiz

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
window unmaximise size setting is crushed by compiz
https://bugs.launchpad.net/bugs/308737
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 307346] Re: compiz screws with firefox hotkeys

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
compiz screws with firefox hotkeys
https://bugs.launchpad.net/bugs/307346
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 298561] Re: Compiz won't put objects on second screen if set up after login

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Compiz won't put objects on second screen if set up after login
https://bugs.launchpad.net/bugs/298561
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 297424] Re: black screen after log-in caused by compiz

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
black screen after log-in caused by compiz
https://bugs.launchpad.net/bugs/297424
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 296990] Re: windows won't restore from minimize to desktop

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
windows won't restore from minimize to desktop
https://bugs.launchpad.net/bugs/296990
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 294767] Re: Turning on compiz breaks X, nvidia chipset

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Turning on compiz breaks X, nvidia chipset
https://bugs.launchpad.net/bugs/294767
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 294361] Re: Black Gnome Screen Live-CD Install Upgrade 8.10

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Black Gnome Screen Live-CD Install Upgrade 8.10
https://bugs.launchpad.net/bugs/294361
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 290615] Re: [Intrepid] Compiz Resume Failure

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
[Intrepid] Compiz Resume Failure
https://bugs.launchpad.net/bugs/290615
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 288836] Re: firefox window too big

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
firefox window too big
https://bugs.launchpad.net/bugs/288836
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 285747] Re: compiz freezes the whole system in Ubuntu 8.10 when transforming a playing video

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
compiz freezes the whole system in Ubuntu 8.10 when transforming a playing video
https://bugs.launchpad.net/bugs/285747
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 290538] Re: Intrepid: compiz F9 function not working well

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Intrepid: compiz F9 function not working well
https://bugs.launchpad.net/bugs/290538
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 276311] Re: magnifier plugin in compiz make X crash

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
magnifier plugin in compiz make X crash
https://bugs.launchpad.net/bugs/276311
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 257532] Re: open office full screen mode, black screen on scroll wheel.

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
open office full screen mode, black screen on scroll wheel.
https://bugs.launchpad.net/bugs/257532
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 279974] Re: i seems that when dragging windows under compiz, the window position jumps to a previous position and when window released it stays in that wrong position

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
i seems that when dragging windows under compiz, the window position jumps to a 
previous position and when window released it stays in that wrong position
https://bugs.launchpad.net/bugs/279974
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 284495] Re: compiz hangs once enabling second monitor

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
compiz hangs once enabling second monitor
https://bugs.launchpad.net/bugs/284495
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 241813] Re: pidgin does not allow typing in chat fields after switching desktops with compiz

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
pidgin does not allow typing in chat fields after switching desktops with compiz
https://bugs.launchpad.net/bugs/241813
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 228343] Re: Ctrl-Alt-Tab no longer moves focus between panels with compiz

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Ctrl-Alt-Tab no longer moves focus between panels with compiz
https://bugs.launchpad.net/bugs/228343
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 250963] Re: Expo saturation setting causes desktops to disappear

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Expo saturation setting causes desktops to disappear
https://bugs.launchpad.net/bugs/250963
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 222327] Re: Minimizing firefox sometimes logs me out 8.04 LTS

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
Minimizing firefox sometimes logs me out 8.04 LTS
https://bugs.launchpad.net/bugs/222327
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 218642] Re: compiz resolution is incorrect on internal and external monitors ATI Radeon X600

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
compiz resolution is incorrect on internal and external monitors ATI Radeon X600
https://bugs.launchpad.net/bugs/218642
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 222002] Re: compiz fails to start

2009-09-27 Thread Travis Watkins

We're closing this bug since it is has been some time with no response from the 
original reporter.  However, if the issue still exists please feel free to 
reopen with the requested information.  Also, if you could, please test against 
the latest development version of Ubuntu, since this confirms the bug is one we 
may be able to pass upstream for help.


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

-- 
compiz fails to start
https://bugs.launchpad.net/bugs/222002
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 437354] Re: Installation does not remove software-store menu item

2009-09-27 Thread Dale Jefferson
Confirmed. Attached screenshot of issue.

** Attachment added: Screenshot-software-center.png
   http://launchpadlibrarian.net/32512452/Screenshot-software-center.png

** Changed in: software-center (Ubuntu)
   Status: New = Confirmed

-- 
Installation does not remove software-store menu item
https://bugs.launchpad.net/bugs/437354
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 437508] [NEW] policykit prompts don't use sensible defaults (current user should be default)

2009-09-27 Thread Steve Langasek
Public bug reported:

Binary package hint: policykit-1

Every time update-manager prompts me for authentication information now,
I have to manually select my current username from the list of available
admin users.  This is not sensible default behavior; if the current user
is an admin user, it should be prepopulated in the pulldown list.

ProblemType: Bug
Architecture: amd64
Date: Sat Sep 26 22:32:09 2009
DistroRelease: Ubuntu 9.10
Package: policykit 0.9-4ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-10.35-generic
SourcePackage: policykit
Uname: Linux 2.6.31-10-generic x86_64

** Affects: policykit-1 (Ubuntu)
 Importance: Medium
 Status: Triaged


** Tags: amd64 apport-bug

-- 
policykit prompts don't use sensible defaults (current user should be default)
https://bugs.launchpad.net/bugs/437508
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 437508] Re: policykit prompts don't use sensible defaults (current user should be default)

2009-09-27 Thread Steve Langasek

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

** Changed in: policykit-1 (Ubuntu)
   Importance: Undecided = Medium

** Changed in: policykit-1 (Ubuntu)
   Status: New = Triaged

-- 
policykit prompts don't use sensible defaults (current user should be default)
https://bugs.launchpad.net/bugs/437508
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 437449] Re: calendar leaves a shadow when is closed

2009-09-27 Thread Miloš Mandarić
*** This bug is a duplicate of bug 437394 ***
https://bugs.launchpad.net/bugs/437394

** This bug is no longer a duplicate of bug 152264
   Shadow remains after window closed
** This bug has been marked a duplicate of bug 437394
   gnome-applets clock applet leave artifacts

-- 
calendar leaves a shadow when is closed
https://bugs.launchpad.net/bugs/437449
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 437394] Re: gnome-applets clock applet leave artifacts

2009-09-27 Thread Miloš Mandarić
** This bug is no longer a duplicate of bug 152264
   Shadow remains after window closed

-- 
gnome-applets clock applet leave artifacts
https://bugs.launchpad.net/bugs/437394
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   >