[Bug 517574] Re: Please backport agent/mibgroup/host/hr_swrun.c to 5.4.1

2011-10-11 Thread pdf
A proposed solution is to simply backport hr_swrun.c from 5.4.4, tested
and problem resolved here using this patch.

** Patch added: hr_swrun-5.4.4-backport.patch
   
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/517574/+attachment/2536023/+files/hr_swrun-5.4.4-backport.patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/517574

Title:
  Please backport agent/mibgroup/host/hr_swrun.c to 5.4.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/server-papercuts/+bug/517574/+subscriptions

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


[Bug 862129] Re: samba postrm depends on packages not guaranteed to be configured

2011-10-11 Thread Robie Basak
** Bug watch added: Debian Bug tracker #644963
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644963

** Also affects: samba via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644963
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/862129

Title:
  samba postrm depends on packages not guaranteed to be configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/862129/+subscriptions

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


[Bug 871966] Re: FQDN written to /etc/hosts causes problems for clustering systems

2011-10-11 Thread James Page
As a work-around until this is resolved in one way or another in juju
I'm using:

  dig +short `unit-get private-address`

dig deals with being passed an IP address nicely and will resolve a
hostname correctly to the internal IP address of the instance in ec2 and
openstack environments.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/871966

Title:
  FQDN written to /etc/hosts causes problems for clustering systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/871966/+subscriptions

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


[Bug 872210] [NEW] /etc/network/if-up.d/ntpdate: Fails to stop openntp

2011-10-11 Thread Reinhard Tartler
Public bug reported:

From /etc/network/if-up.d/ntpdate:


invoke-rc.d --quiet ntp stop /dev/null 21 || true

/usr/sbin/ntpdate-debian -s $OPTS 2/dev/null || :

invoke-rc.d --quiet ntp start /dev/null 21 || true


This code is supposed to stop the running ntpd. However, this fails if openntpd 
is installed.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/872210

Title:
  /etc/network/if-up.d/ntpdate: Fails to stop openntp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/872210/+subscriptions

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


[Bug 872210] Re: /etc/network/if-up.d/ntpdate: Fails to stop openntp

2011-10-11 Thread Reinhard Tartler
** Also affects: ntp (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Also affects: ntp (Ubuntu Precise)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/872210

Title:
  /etc/network/if-up.d/ntpdate: Fails to stop openntp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/872210/+subscriptions

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


[Bug 872210] Re: /etc/network/if-up.d/ntpdate: Fails to stop openntp

2011-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/ntp

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/872210

Title:
  /etc/network/if-up.d/ntpdate: Fails to stop openntp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/872210/+subscriptions

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


[Bug 872217] [NEW] diskstats plugin: error Byte order is not compatible

2011-10-11 Thread Daniel Hahler
Public bug reported:

The diskstats plugin fails to provide any data since a while:

% sudo munin-run diskstats  

Byte order is not compatible at ../../lib/Storable.pm (autosplit into 
../../lib/auto/Storable/thaw.al) line 415, at /etc/munin/plugins/diskstats line 
120

Line 120 mentioned in the error is the second line of the following
return value in the function choose_old_state:

return $return_timestamp,
  %{ thaw decode_base64 $states{$return_timestamp} };

I assume that upgrading from Ubuntu Natty to Oneiric might have caused
this?!

I am using munin 1.4.6-1ubuntu1 currently, which has not made it into
Ubuntu though yet (merged from Debian by myself).

** Affects: munin
 Importance: Unknown
 Status: Unknown

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

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to munin in Ubuntu.
https://bugs.launchpad.net/bugs/872217

Title:
  diskstats plugin: error Byte order is not compatible

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/872217/+subscriptions

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


[Bug 868538] Re: /etc/init.d/xinetd kills LXC container's xinetd

2011-10-11 Thread Bug Watch Updater
** Changed in: xinetd (Debian)
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to xinetd in Ubuntu.
https://bugs.launchpad.net/bugs/868538

Title:
   /etc/init.d/xinetd kills LXC container's xinetd

To manage notifications about this bug go to:
https://bugs.launchpad.net/lxc/+bug/868538/+subscriptions

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


[Bug 871966] Re: FQDN written to /etc/hosts causes problems for clustering systems

2011-10-11 Thread James Page
A bit more testing reveals that this solution does not work so well in a
local juju environment; adapting with a check to see if an IP address is
returned from private-address before trying to resolve using dig

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/871966

Title:
  FQDN written to /etc/hosts causes problems for clustering systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/871966/+subscriptions

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


[Bug 872210] Re: /etc/network/if-up.d/ntpdate: Fails to stop openntp

2011-10-11 Thread Reinhard Tartler
This is very likely the cause for bugs such as

 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330587 or 
 - http://www.jfix.com/news/?p=92

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in Ubuntu.
https://bugs.launchpad.net/bugs/872210

Title:
  /etc/network/if-up.d/ntpdate: Fails to stop openntp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/872210/+subscriptions

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


[Bug 872261] [NEW] service autofs command fails with Rejected send message

2011-10-11 Thread Hariharan Iyer
Public bug reported:

Most upstart commands fail for autofs. Examples:
hiyer1-lxp:/home/hiyer% service autofs restart
restart: Rejected send message, 1 matched rules; type=method_call, 
sender=:1.66 (uid=7530 pid=6087 comm=restart autofs ) 
interface=com.ubuntu.Upstart0_6.Job member=Restart error name=(unset) 
requested_reply=0 destination=com.ubuntu.Upstart (uid=0 pid=1 
comm=/sbin/init)
hiyer1-lxp:/home/hiyer% ubuntu-bug autofs
hiyer1-lxp:/home/hiyer% service autofs stop   
stop: Rejected send message, 1 matched rules; type=method_call, 
sender=:1.67 (uid=7530 pid=7064 comm=stop autofs ) 
interface=com.ubuntu.Upstart0_6.Job member=Stop error name=(unset) 
requested_reply=0 destination=com.ubuntu.Upstart (uid=0 pid=1 
comm=/sbin/init)

Version Information:
hiyer1-lxp:/home/hiyer% lsb_release -rd
Description:Ubuntu 11.10
Release:11.10

autofs: 5.0.6-0ubuntu2

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: autofs 5.0.6-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Tue Oct 11 18:21:36 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Alpha amd64 (20110803.1)
SourcePackage: autofs5
UpgradeStatus: Upgraded to oneiric on 2011-09-06 (35 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 in Ubuntu.
https://bugs.launchpad.net/bugs/872261

Title:
  service autofs command fails with Rejected send message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/872261/+subscriptions

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


[Bug 872261] Re: service autofs command fails with Rejected send message

2011-10-11 Thread Hariharan Iyer
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs5 in Ubuntu.
https://bugs.launchpad.net/bugs/872261

Title:
  service autofs command fails with Rejected send message

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/872261/+subscriptions

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


[Bug 843701] Re: CVE-2011-3190 Apache Tomcat Authentication bypass and information disclosure

2011-10-11 Thread Tyler Hicks
** Changed in: tomcat5.5 (Ubuntu Hardy)
   Status: Confirmed = In Progress

** Changed in: tomcat5.5 (Ubuntu Hardy)
 Assignee: (unassigned) = Tyler Hicks (tyhicks)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in Ubuntu.
https://bugs.launchpad.net/bugs/843701

Title:
  CVE-2011-3190 Apache Tomcat Authentication bypass and information
  disclosure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat5.5/+bug/843701/+subscriptions

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


[Bug 862129] Re: samba postrm depends on packages not guaranteed to be configured

2011-10-11 Thread Bug Watch Updater
** Changed in: samba
   Status: Unknown = New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in Ubuntu.
https://bugs.launchpad.net/bugs/862129

Title:
  samba postrm depends on packages not guaranteed to be configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/862129/+subscriptions

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


[Bug 735072] Re: The hostname proposed by installer is too long for file sharing to work correctly.

2011-10-11 Thread Brian Murray
** Changed in: samba (Ubuntu)
   Status: New = Triaged

** Tags added: rls-mgr-p-tracking

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a bug assignee.
https://bugs.launchpad.net/bugs/735072

Title:
  The hostname proposed by installer is too long for file sharing to
  work correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/735072/+subscriptions

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


Re: [Bug 868753] Re: qemu+ssh connections to a remote libvirt fail

2011-10-11 Thread Serge Hallyn
Quoting C de-Avillez (hgg...@ubuntu.com):
 My laptop is a 64-bit core-i7; aldebaran is a 64-bit, probably Xeon-
 based.
 
 Also, running visrh -c qemu+ssh//localhost/system works on my laptop.

Hi,

I've failed to reproduce this.  Is there any chance you would have time
to take these two exact same systems, re-install uptodate natty and
oneiric on them, and re-test?  Or, could I get access to them  (pls
feel free to ping me in irc) if they are still set up?  If the oneiric
one is your laptop, I can try setting up a new oneiric client in the
lab.

thanks,
-serge

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/868753

Title:
  qemu+ssh connections to a remote libvirt fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/868753/+subscriptions

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


Re: [Bug 871966] Re: FQDN written to /etc/hosts causes problems for clustering systems

2011-10-11 Thread Clint Byrum
Excerpts from Scott Moser's message of Tue Oct 11 00:18:27 UTC 2011:
 gethostbyname(hostname) is non-determinable.
 there could be multiple responses.  and indeterminable order.
 

Agreed, which is precisely why I believe cloud-init must leave the FQDN
out of /etc/hosts if there is any response to this call.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/871966

Title:
  FQDN written to /etc/hosts causes problems for clustering systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/871966/+subscriptions

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


[Bug 863629] Re: libvirt-lxc: virFileOpenTtyAt can't be called on /some/other/dev/pts

2011-10-11 Thread Scott Moser
I now know how I I was hitting this.
On my local system, I would log, open a terminal and and then run a bip proxy 
with:
 ssh -o ControlPath=none -C -L 7778:localhost:7778 -f -N ${HOST}

I can replicate that same behavior by ssh'ing to a system, then doing:
  sleep 30m  disown; exit
After that, 'sleep 30m' will be alive and holding the /dev/pts/0 so nothing 
will get that any more, but the entry is deleted.

I couldn't seem to get that to work through ssh running the command ie, the 
following kills the sleep and frees the /dev/pts/0:
  ssh $HOST -t 'sleep 30m  disown; exit 0;'

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/863629

Title:
  libvirt-lxc: virFileOpenTtyAt can't be called on /some/other/dev/pts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/863629/+subscriptions

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


[Bug 645082] Re: bacula misses requirement of gawk

2011-10-11 Thread Serge Hallyn
@Fred,

I'm sorry, I don't know what i was thinking with comments #3 and #5.
I'll get a debdiff sponsored as soon as precise opens up, switching the
awk call to gawk in bacula-dir.conf (in addition to adding gawk as a
dependency as before).

Thanks for catching that.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bacula in Ubuntu.
https://bugs.launchpad.net/bugs/645082

Title:
  bacula misses requirement of gawk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bacula/+bug/645082/+subscriptions

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


Re: [Bug 871966] Re: FQDN written to /etc/hosts causes problems for clustering systems

2011-10-11 Thread Scott Moser
On Tue, 11 Oct 2011, Clint Byrum wrote:

 Excerpts from Scott Moser's message of Tue Oct 11 00:18:27 UTC 2011:
  gethostbyname(hostname) is non-determinable.
  there could be multiple responses.  and indeterminable order.
 

 Agreed, which is precisely why I believe cloud-init must leave the FQDN
 out of /etc/hosts if there is any response to this call.

That doesn't make any sense.  Its non-determinable, its non-determinable
when cloud-init runs as well as later on.
When cloud-init ran to decide if there was a response to this call, it may
give a single value, or may give 4 values, or may give no response.  That
may change later on when some other utility was asking.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/871966

Title:
  FQDN written to /etc/hosts causes problems for clustering systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/871966/+subscriptions

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


Re: [Bug 871966] Re: FQDN written to /etc/hosts causes problems for clustering systems

2011-10-11 Thread Clint Byrum
Excerpts from Scott Moser's message of Tue Oct 11 16:57:27 UTC 2011:
 On Tue, 11 Oct 2011, Clint Byrum wrote:
 
  Excerpts from Scott Moser's message of Tue Oct 11 00:18:27 UTC 2011:
   gethostbyname(hostname) is non-determinable.
   there could be multiple responses.  and indeterminable order.
  
 
  Agreed, which is precisely why I believe cloud-init must leave the FQDN
  out of /etc/hosts if there is any response to this call.
 
 That doesn't make any sense.  Its non-determinable, its non-determinable
 when cloud-init runs as well as later on.
 When cloud-init ran to decide if there was a response to this call, it may
 give a single value, or may give 4 values, or may give no response.  That
 may change later on when some other utility was asking.
 

The number and content of responses is irrelevant, only that the count
of positive responses is at least one.

The idea isn't to cover the case for all time, its to cover the case
where users have not asked to have fqdn fixed, yet we need to make a
best effort attempt to make sure it is resolvable during bootup.

If it can be resolved through the normal means, what reason do we have
to override that with a value like 127.0.1.1?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/871966

Title:
  FQDN written to /etc/hosts causes problems for clustering systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/871966/+subscriptions

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


[Bug 872437] [NEW] the slapd-config database should not be under /etc

2011-10-11 Thread Peter Matulis
Public bug reported:

The live slapd-config database currently reside under /etc/ldap/slapd.d .  Can 
we change it to something like /var/lib/slapd ?
Although it *does* consist of configuration material it is also a live database 
that people always think they can hand-edit due to it being under /etc.

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/872437

Title:
  the slapd-config database should not be under /etc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/872437/+subscriptions

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


[Bug 872443] [NEW] package backuppc (not installed) failed to install/Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-10-11 Thread Viking
Public bug reported:

After de-installation for reinstall with web-server integration
(apache2) backuppc failed to isntall, even the manual deletion of all
installed files and folders did not succeed in correct installation.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: backuppc (not installed)
ProcVersionSignature: Ubuntu 2.6.32-34.77-generic 2.6.32.44+drm33.19
Uname: Linux 2.6.32-34-generic i686
NonfreeKernelModules: nvidia
Architecture: i386
Date: Tue Oct 11 20:17:00 2011
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100427.1)
SourcePackage: backuppc
Title: package backuppc (not installed) failed to install/upgrade: Unterprozess 
installiertes post-installation-Skript gab den Fehlerwert 1 zurück

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


** Tags: apport-package i386 lucid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc in Ubuntu.
https://bugs.launchpad.net/bugs/872443

Title:
  package backuppc (not installed) failed to install/Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/872443/+subscriptions

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


[Bug 872443] Re: package backuppc (not installed) failed to install/Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-10-11 Thread Viking
-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc in Ubuntu.
https://bugs.launchpad.net/bugs/872443

Title:
  package backuppc (not installed) failed to install/Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/872443/+subscriptions

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


[Bug 872443] Re: package backuppc (not installed) failed to install/Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-10-11 Thread Phil V
As English is the most commonly used language by developers and bug
triagers, could you please translate your bug report completely?
Particularly the error messages.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc in Ubuntu.
https://bugs.launchpad.net/bugs/872443

Title:
  package backuppc (not installed) failed to install/Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/872443/+subscriptions

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


[Bug 871966] Re: FQDN written to /etc/hosts causes problems for clustering systems

2011-10-11 Thread Clint Byrum
After discussing with Scott Moser, its agreed that this may cause
issues, but not necessarily that it is a bug as much as a change in
behavior that needs documenting. Adding a ubuntu-release-notes task with
suggested release note.

** Changed in: cassandra (juju Charms Collection)
   Status: New = In Progress

** Changed in: cassandra (juju Charms Collection)
 Assignee: (unassigned) = James Page (james-page)

** Changed in: cloud-init (Ubuntu)
   Importance: Undecided = Low

** Also affects: ubuntu-release-notes
   Importance: Undecided
   Status: New

** Description changed:

- By writing the FQDN to /etc/hosts as resolving to 127.0.1.1, systems
- like Cassandra have a much harder time determining their address to
- communicate to other cluster members.
+ *** Ubuntu 11.10 Release Note ***
+ 
+ Cloud instances and servers pre-seeded with cloud-init will have their
+ FQDN written to /etc/hosts and pointed to the IP 127.0.1.1. This may
+ cause issues for daemons which try to listen on their hostname, rather
+ than 0.0.0.0, as they will now only be reachable locally, rather than on
+ the network address that their FQDN resolves to.
+ 
+ ***
+ 
+ 
+ By writing the FQDN to /etc/hosts as resolving to 127.0.1.1, systems like 
Cassandra have a much harder time determining their address to communicate to 
other cluster members.
  
  While some might see communicating your IP to others as  a bug, being
  able to use gethostname() and then resolving it to get the actual IP
  address of one's machine is fairly important.
  
  Its my understanding that in resolving bug #802637 , the Debian
  networking docs were used as a guide:
  
  http://www.debian.org/doc/manuals/debian-reference/ch05.en.html
  Point 5.1.2 specifically.
  
  It does suggest that one needs an FQDN in /etc/hosts.
  
  However cloud-init should only set the addresss if it cannot be
  determined.
  
  cloud-init should first try gethostbyname() on the FQDN. If it resolves,
  *do not write FQDN to /etc/hosts*. This assures that if it has been
  configured to be resolvable by some method in nsswitch.conf such as DNS
  or NIS or etc., it will not be overidden by /etc/hosts.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/871966

Title:
  FQDN written to /etc/hosts causes problems for clustering systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/871966/+subscriptions

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


[Bug 872443] Re: package backuppc (not installed) failed to install/Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2011-10-11 Thread Ubuntu QA's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your log files attached to this bug report it
seems that a package failed to install due to a segmentation fault in
application being used by the package installation process.
Unfortunately, this bug report isn't very useful in its current state
and a crash report would be much more useful.  Could you try recreating
this issue by enabling apport to catch the crash report 'sudo service
apport start force_start=1' and then trying to install the same package
again?  This process will create a new bug report so I am marking this
one as Invalid.  Thanks again for helping out!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: package-install-segfault

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc in Ubuntu.
https://bugs.launchpad.net/bugs/872443

Title:
  package backuppc (not installed) failed to install/Unterprozess
  installiertes post-installation-Skript gab den Fehlerwert 1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/872443/+subscriptions

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


[Bug 831886] Re: Dovecot regression: Evolution quick sync (QRESYNC) not working anymore

2011-10-11 Thread Jeff Waugh
It is a bug in both dovecot and Evolution. Remember, dovecot shouldn't
fail even if the client does something silly. This patch should totally
go in updates for Ubuntu 10.04 LTS and supported releases beyond. The
fix was shipped in Fedora 12 and 13.

http://comments.gmane.org/gmane.mail.imap.dovecot/50841
https://bugzilla.redhat.com/show_bug.cgi?id=625207

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

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

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

Title:
  Dovecot regression: Evolution quick sync (QRESYNC) not working anymore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/831886/+subscriptions

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


[Bug 859679] A change has been merged to openstack/nova

2011-10-11 Thread Openstack Gerrit
Reviewed:  https://review.openstack.org/651
Committed: 
http://github.com/openstack/nova/commit/114ca0b2dc090270d8d20bd10b6e1e7a0b451db2
Submitter: Jenkins
Branch:master

 status fixcommitted
 done

commit 114ca0b2dc090270d8d20bd10b6e1e7a0b451db2
Author: Vishvananda Ishaya vishvana...@gmail.com
Date:   Mon Sep 26 08:34:14 2011 -0700

Fix the grantee group loading for source groups

Fixes bug 859679.

Change-Id: Ia0b90b8373a02955f23b6dda0495f01511762822

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/859679

Title:
  using source groups (-o) with security groups causes a lazy load
  exception

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/859679/+subscriptions

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


[Bug 391874] Re: “dynamic” application-level port forwarding non-functional

2011-10-11 Thread Māris Fogels
I encountered a very similar problem running a development version of
Oneiric, openssh-client 1:5.8p1-7ubuntu1.

Michael, try using 'curl -I --socks5 127.0.0.1:1080 http://thesite'.  I
find that curl connects perfectly through the SOCKS SSH tunnel and that
Firefox 7.0.1+build1+nobinonly-0ubuntu1 fails with almost exactly the
log messages you pasted.

Here is a successful connection I recorded using 'curl -I
https://thewebhost --socks5 localhost:12345' and 'ssh -vvv -ND 12345
thesshhost':

debug1: Connection to port 12345 forwarding to socks port 0 requested.
debug2: fd 7 setting TCP_NODELAY
debug2: fd 7 setting O_NONBLOCK
debug3: fd 7 is O_NONBLOCK
debug1: channel 2: new [dynamic-tcpip]
debug2: channel 2: pre_dynamic: have 0
debug2: channel 2: pre_dynamic: have 4
debug2: channel 2: decode socks5
debug2: channel 2: socks5 auth done
debug2: channel 2: pre_dynamic: need more
debug2: channel 2: pre_dynamic: have 0
debug2: channel 2: pre_dynamic: have 10
debug2: channel 2: decode socks5
debug2: channel 2: socks5 post auth
debug2: channel 2: dynamic request: socks5 host 91.189.89.100 port 443 command 1
debug2: channel 2: open confirm rwindow 2097152 rmax 32768
debug2: channel 2: read=0 rfd 7 len 0
debug2: channel 2: read failed
debug2: channel 2: close_read
debug2: channel 2: input open - drain
debug2: channel 2: ibuf empty
debug2: channel 2: send eof
debug2: channel 2: input drain - closed
debug2: channel 2: rcvd eof
debug2: channel 2: output open - drain
debug2: channel 2: obuf empty
debug2: channel 2: close_write
debug2: channel 2: chan_shutdown_write: shutdown() failed for fd 7: Transport 
endpoint is not connected
debug2: channel 2: output drain - closed
debug2: channel 2: send close
debug3: channel 2: will not send data after close
debug2: channel 2: rcvd close
debug3: channel 2: will not send data after close
debug2: channel 2: is dead
debug2: channel 2: garbage collecting
debug1: channel 2: free: direct-tcpip: listening port 12345 for 91.189.89.100 
port 443, connect from 127.0.0.1 port 60535, nchannels 3
debug3: channel 2: status: The following connections are open:
  #2 direct-tcpip: listening port 12345 for 91.189.89.100 port 443, connect 
from 127.0.0.1 port 60535 (t4 r0 i3/0 o3/0 fd 7/7 cc -1)

Here is a failed connection, same https:// address, same ssh tunnel,
using Firefox 7.0.1.  Firefox is configured with all traffic proxied to
127.0.0.1 port 12345:

debug1: Connection to port 12345 forwarding to socks port 0 requested.
debug2: fd 7 setting TCP_NODELAY
debug2: fd 7 setting O_NONBLOCK
debug3: fd 7 is O_NONBLOCK
debug1: channel 2: new [dynamic-tcpip]
debug2: channel 2: pre_dynamic: have 0
debug2: channel 2: pre_dynamic: have 424
debug2: channel 2: zombie
debug2: channel 2: garbage collecting
debug1: channel 2: free: dynamic-tcpip, nchannels 3
debug3: channel 2: status: The following connections are open:

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/391874

Title:
  “dynamic” application-level port forwarding non-functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/391874/+subscriptions

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


[Bug 391874] Re: “dynamic” application-level port forwarding non-functional

2011-10-11 Thread Michael R. Crusoe
Thanks mars for making feel a little less crazy :-) I don't have a
remote host any more, so I won't be able to do further testing on this
issue.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/391874

Title:
  “dynamic” application-level port forwarding non-functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/391874/+subscriptions

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


[Bug 391874] Re: “dynamic” application-level port forwarding non-functional

2011-10-11 Thread Māris Fogels
Installing the FoxProxy Firefox extension allowed the Firefox SOCKS
proxy connection to start working.  According to the SSH output the
browser now sets up proxy connections just like curl does.


debug1: Connection to port 12345 forwarding to socks port 0 requested.
debug2: fd 7 setting TCP_NODELAY
debug2: fd 7 setting O_NONBLOCK
debug3: fd 7 is O_NONBLOCK
debug1: channel 2: new [dynamic-tcpip]
debug2: channel 2: pre_dynamic: have 0
debug2: channel 2: pre_dynamic: have 3
debug2: channel 2: decode socks5
debug2: channel 2: socks5 auth done
debug2: channel 2: pre_dynamic: need more
debug2: channel 2: pre_dynamic: have 0
debug2: channel 2: pre_dynamic: have 27
debug2: channel 2: decode socks5
debug2: channel 2: socks5 post auth
debug2: channel 2: dynamic request: socks5 host 91.189.89.100 port 443 command 1
debug2: channel 2: open confirm rwindow 2097152 rmax 32768
debug1: Connection to port 12345 forwarding to socks port 0 requested.
debug2: fd 8 setting TCP_NODELAY
debug2: fd 8 setting O_NONBLOCK
debug3: fd 8 is O_NONBLOCK
debug1: channel 3: new [dynamic-tcpip]
debug2: channel 3: pre_dynamic: have 0
debug2: channel 3: pre_dynamic: have 3
debug2: channel 3: decode socks5
debug2: channel 3: socks5 auth done
debug2: channel 3: pre_dynamic: need more
debug2: channel 3: pre_dynamic: have 0
debug2: channel 3: pre_dynamic: have 27
debug2: channel 3: decode socks5
debug2: channel 3: socks5 post auth
debug2: channel 3: dynamic request: socks5 host 91.189.89.100 port 443 command 1
debug2: channel 3: open confirm rwindow 2097152 rmax 32768
debug2: channel 3: read=0 rfd 8 len -1
debug2: channel 3: read failed
debug2: channel 3: close_read
debug2: channel 3: input open - drain
debug2: channel 3: ibuf empty
debug2: channel 3: send eof
debug2: channel 3: input drain - closed
debug2: channel 3: rcvd eof
debug2: channel 3: output open - drain
debug2: channel 3: obuf empty
debug2: channel 3: close_write
debug2: channel 3: chan_shutdown_write: shutdown() failed for fd 8: Transport 
endpoint is not connected
debug2: channel 3: output drain - closed
debug2: channel 3: rcvd close
debug3: channel 3: will not send data after close
debug2: channel 3: send close
debug2: channel 3: is dead
debug2: channel 3: garbage collecting
debug1: channel 3: free: direct-tcpip: listening port 12345 for 91.189.89.100 
port 443, connect from 127.0.0.1 port 32956, nchannels 4
debug3: channel 3: status: The following connections are open:
  #2 direct-tcpip: listening port 12345 for 91.189.89.100 port 443, connect 
from 127.0.0.1 port 32955 (t4 r0 i0/0 o0/0 fd 7/7 cc -1)
  #3 direct-tcpip: listening port 12345 for 91.189.89.100 port 443, connect 
from 127.0.0.1 port 32956 (t4 r1 i3/0 o3/0 fd 8/8 cc -1)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/391874

Title:
  “dynamic” application-level port forwarding non-functional

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/391874/+subscriptions

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


[Bug 854946] Re: [SRU] Rampart's configuration on Ubuntu's package doesn't define a default ClockSkewBuffer

2011-10-11 Thread Martin Pitt
** Tags removed: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/854946

Title:
  [SRU] Rampart's configuration on Ubuntu's package doesn't define a
  default ClockSkewBuffer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eucalyptus/+bug/854946/+subscriptions

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


[Bug 872553] Re: upon creating a node via juju orchestra, etckeeper hangs

2011-10-11 Thread Clint Byrum
I believe this is likely an issue with etckeeper, not orchestra itself,
so adding it as an affected package. When I experienced the issue, I had
to stop the 'tty1' upstart job and confirm etckeeper's error that it had
problems committing. I believe the issue may be related to files with
names or contents that don't agree with the locale of the box.

** Changed in: orchestra
   Status: New = Confirmed

** Changed in: orchestra
   Importance: Undecided = High

** Also affects: orchestra (Ubuntu)
   Importance: Undecided
   Status: New

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

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

** Also affects: orchestra (Ubuntu Oneiric)
   Importance: High
   Status: Confirmed

** Also affects: etckeeper (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to etckeeper in Ubuntu.
https://bugs.launchpad.net/bugs/872553

Title:
  upon creating a node via juju  orchestra, etckeeper hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/orchestra/+bug/872553/+subscriptions

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


[Bug 872553] Re: upon creating a node via juju orchestra, etckeeper hangs

2011-10-11 Thread Clint Byrum
To be clear, it was 100% repeatable by simply deploying 11.10 with any
charm using juju + orchestra.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to etckeeper in Ubuntu.
https://bugs.launchpad.net/bugs/872553

Title:
  upon creating a node via juju  orchestra, etckeeper hangs

To manage notifications about this bug go to:
https://bugs.launchpad.net/orchestra/+bug/872553/+subscriptions

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


[Bug 872111] Re: 10.10 compatability broken

2011-10-11 Thread cafe
I tried again and that does seem to be the only change required.  Below
is the testing procedure:

Install Ubuntu 10.10
Remove gdm-guest-session
Take VM snapshot

Restore to snapshot
Install gdm-guest-session 0.24 from deb
Observe that guest-session fails
Replace Xsession file with the 0.17 version
Observe that guest-session runs correctly

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

Title:
  10.10 compatability broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdm-guest-session/+bug/872111/+subscriptions

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


[Bug 855268] Re: Installation skips select a keyboard step

2011-10-11 Thread Lars Noodén
This is not ubiquity, but during the installation process itself and
thus no particular package.

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

Title:
  Installation skips select a keyboard step

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/855268/+subscriptions

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


[Bug 872125] Re: package libreoffice-common (not installed) failed to install/upgrade: trying to overwrite '/usr/share/mime/packages/openoffice.org.xml', which is also in package openoffice.org-debian

2011-10-11 Thread Micah Gersten
Thank you for taking the time to report this bug and trying to help make Ubuntu 
better.  However, it seems that you are not using a software package provided 
by the official Ubuntu repositories (openoffice.org-debian-menus).  Because of 
this the Ubuntu project can not support or fix your particular bug.  Please 
report this bug to the provider of the software package.  Thanks! 
If you are interested in learning more about software repositories and Ubuntu 
the following pages should be informative:
1. http://www.ubuntu.com/community/ubuntustory/components - information about 
Ubuntu repositories
2. https://help.ubuntu.com/community/Repositories - information regarding 
managing repositories.

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

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

Title:
  package libreoffice-common (not installed) failed to install/upgrade:
  trying to overwrite '/usr/share/mime/packages/openoffice.org.xml',
  which is also in package openoffice.org-debian-menus 3.3-9556

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/872125/+subscriptions

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


[Bug 872119] Re: Error occurred while copying the network settings on bcmwl machine

2011-10-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Error occurred while copying the network settings on bcmwl machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/872119/+subscriptions

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


[Bug 687689]

2011-10-11 Thread Gale
(In reply to comment #2)
Rated as P3 and added release note. Please adjust the note if inaccurate. 

Added comments from the launchpad report...

Comment from David Henningsson on
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/687689 comment 8 on
2011-03-21: 
 Christal wrote on 2011-03-20:
 @richard:

 The core is that Audacity actively probes all available ALSA devices,
 which upsets the tower-of-babel that has been built on top of them.

 Does this also happens if we only enumerate the devices?
 I mean audacity can just list the devices, and user can decide if it should 
 used and probed.
I think this would be a good idea. Also, I *think* the current recommendation
is to use snd_device_name_hint API over the snd_config_xxx API for device list
enumeration.

 This may also speedup the startup
...and lessen the clicks present on some devices.

Comment from original poster nate m in
https://bugs.launchpad.net/ubuntu/+source/audacity/+bug/687689 comment 4 on
2011-03-10: 

Audacity is still a bit dodgy, but after a bit of fiddling, creating a symbolic
link from /var/lib/alsa/asound.state to /dev/null and a reboot it is all
working. It can playback and record over bluetooth using pulseaudio without too
much drama.

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

Title:
  Audacity ruins bluetooth

To manage notifications about this bug go to:
https://bugs.launchpad.net/audacity/+bug/687689/+subscriptions

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


[Bug 872130] Re: when running update manager, I get the following error message: E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

2011-10-11 Thread Benji Matta
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872130

Title:
  when running update manager, I get the following error message:
  E:Error, pkgProblemResolver::Resolve generated breaks, this may be
  caused by held packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/872130/+subscriptions

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


[Bug 872130] [NEW] when running update manager, I get the following error message: E:Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

2011-10-11 Thread Benji Matta
Public bug reported:

The problem began after booting from an older external drive with Ubuntu
10.04 installed... Upon removing the external drive and booting (from
hard drive as I usually do) into Ubuntu 11.04, the update manager issue
started. I also noticed that my firefox profile had been reset (may not
be related). I used computer janitor to clean some packages and ran it
about 3 times until all was clear. still, the problem persists.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: update-manager 1:0.150.3
ProcVersionSignature: Ubuntu 2.6.38-11.50-generic 2.6.38.8
Uname: Linux 2.6.38-11-generic i686
Architecture: i386
Date: Tue Oct 11 07:57:41 2011
GConfNonDefault:
 /apps/update-manager/check_new_release_ignore=natty
 /apps/update-manager/first_run=false
 /apps/update-manager/show_details=true
 /apps/update-manager/window_size=(600,600)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_CA:en
 LANG=en_CA.utf8
 SHELL=/bin/bash
SourcePackage: update-manager
UpgradeStatus: Upgraded to natty on 2011-05-16 (147 days ago)

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


** Tags: apport-bug i386 natty running-unity

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

Title:
  when running update manager, I get the following error message:
  E:Error, pkgProblemResolver::Resolve generated breaks, this may be
  caused by held packages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/872130/+subscriptions

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


[Bug 872129] [NEW] locking and unlocking commands are not executed in oneiric

2011-10-11 Thread KruyKaze
Public bug reported:

Self explanatory. 
I am using oneiric 64 bit , gnome3 session.
Thanks

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

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

Title:
  locking and unlocking commands are not executed in oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/blueproximity/+bug/872129/+subscriptions

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


[Bug 872119] Re: Error occurred while copying the network settings on bcmwl machine

2011-10-11 Thread Leo Arias
Happened here too, with an Acer Aspire One, with an Atheros card.
Wireless works fine during installation.

** Attachment added: Screenshot at 2011-10-11 00:02:19.png
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/872119/+attachment/2535840/+files/Screenshot%20at%202011-10-11%2000%3A02%3A19.png

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

Title:
  Error occurred while copying the network settings on bcmwl machine

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/872119/+subscriptions

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


[Bug 872132] [NEW] crashes everytime i try to access attached player to sync library

2011-10-11 Thread Severo Gomez
Public bug reported:

tried several different brand players, same thing happens in each
instance, tried installing a plug in to help every thing i try to
install fails!!! running ubuntu netbook remix OS on dell mini10 (1012)

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: rhythmbox 0.13.1-0ubuntu6.1
ProcVersionSignature: Ubuntu 2.6.35-30.59-generic 2.6.35.13
Uname: Linux 2.6.35-30-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Mon Oct 10 23:01:03 2011
ExecutablePath: /usr/bin/rhythmbox
InstallationMedia: Ubuntu-Netbook 10.10 Maverick Meerkat - Release i386 
(20101007)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: rhythmbox

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


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

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

Title:
  crashes everytime i try to access attached player to sync library

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/872132/+subscriptions

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


[Bug 872132] Re: crashes everytime i try to access attached player to sync library

2011-10-11 Thread Severo Gomez
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872132

Title:
  crashes everytime i try to access attached player to sync library

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/872132/+subscriptions

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


[Bug 872132] Re: crashes everytime i try to access attached player to sync library

2011-10-11 Thread Severo Gomez
please tell me how to sucessfully install apps for this OS

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

Title:
  crashes everytime i try to access attached player to sync library

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/872132/+subscriptions

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


[Bug 872131] [NEW] [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7d8e0001

2011-10-11 Thread mkoca
*** This bug is a duplicate of bug 856423 ***
https://bugs.launchpad.net/bugs/856423

Public bug reported:

I don't remember what happened.

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Chipset: i915gm
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Sun Oct  9 18:29:10 2011
DistUpgraded: Fresh install
DistroCodename: oneiric
DistroVariant: ubuntu
DuplicateSignature: [i915gm] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x7d8e0001 Ubuntu 11.10
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GraphicsCard:
 Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller 
[8086:2592] (rev 04) (prog-if 00 [VGA controller])
   Subsystem: Fujitsu Technology Solutions Device [1734:10a7]
   Subsystem: Fujitsu Technology Solutions Device [1734:10a7]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110901)
InterpreterPath: /usr/bin/python2.7
MachineType: FUJITSU SIEMENS Amilo M1450 Series
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-12-generic 
root=UUID=9af3e0b6-82b3-498e-b9fb-ff24efd20cb6 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 xserver-xorg 1:7.6+7ubuntu7
 libdrm2  2.4.26-1ubuntu1
 xserver-xorg-video-intel 2:2.15.901-1ubuntu2
SourcePackage: xserver-xorg-video-intel
Title: [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 
render.IPEHR: 0x7d8e0001
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
dmi.bios.date: 11/17/2005
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.02C
dmi.board.name: M50EI0
dmi.chassis.type: 10
dmi.chassis.vendor: FUJITSU SIEMENS
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.02C:bd11/17/2005:svnFUJITSUSIEMENS:pnAmiloM1450Series:pvr:rvn:rnM50EI0:rvr:cvnFUJITSUSIEMENS:ct10:cvr:
dmi.product.name: Amilo M1450 Series
dmi.sys.vendor: FUJITSU SIEMENS
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu3
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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


** Tags: apport-crash compiz-0.9 false-gpu-hang freeze i386 oneiric ubuntu

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x7d8e0001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/872131/+subscriptions

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


[Bug 872131] Re: [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7d8e0001

2011-10-11 Thread mkoca
*** This bug is a duplicate of bug 856423 ***
https://bugs.launchpad.net/bugs/856423

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x7d8e0001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/872131/+subscriptions

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


[Bug 852485] Re: [oneiric] cannot login, failed to load session

2011-10-11 Thread LGB [Gábor Lénárt]
Still some minor issues left, like missing icons (firefox etc), maybe
that's the problem of bad XDG_DATA_DIRS. I wonder if I made misstake to
always install meta packages for kubuntu, edubuntu, xubuntu, etc too,
since as far as I can recall, that file you suggested to remove is part
of edubuntu package, or something like that ...

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

Title:
  [oneiric] cannot login, failed to load session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/852485/+subscriptions

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


[Bug 830539] Re: no power management for Intel(R) PRO/Wireless 3945ABG/BG

2011-10-11 Thread Bug Watch Updater
** Changed in: linux
   Status: Unknown = In Progress

** Changed in: linux
   Importance: Unknown = Medium

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

Title:
  no power management for Intel(R) PRO/Wireless 3945ABG/BG

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/830539/+subscriptions

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


[Bug 872131] Re: [i915gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000100 render.IPEHR: 0x7d8e0001

2011-10-11 Thread Apport retracing service
*** This bug is a duplicate of bug 856423 ***
https://bugs.launchpad.net/bugs/856423

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 #856423, 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.

** Tags removed: need-duplicate-check

** Attachment removed: Dependencies.txt
   
https://bugs.launchpad.net/bugs/872131/+attachment/2535848/+files/Dependencies.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/872131/+attachment/2535858/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/872131/+attachment/2535860/+files/ProcStatus.txt

** This bug has been marked a duplicate of bug 856423
   [i915gm] GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100 render.IPEHR: 
0x7d8e0001

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

Title:
  [i915gm] False GPU lockup  EIR: 0x0010 PGTBL_ER: 0x0100
  render.IPEHR: 0x7d8e0001

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/872131/+subscriptions

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


[Bug 869239] Re: Ubiquity should be resized for netbooks (Eee PC, 10)

2011-10-11 Thread Ubuntu QA Website
** Tags added: iso-testing

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

Title:
  Ubiquity should be resized for netbooks (Eee PC, 10)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/869239/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-10-11 Thread Andrea Azzarone
Thanks Danel :)

Should not be so difficult patching the display settings panel to draw a
vertical bar in place for the horizontal one if unity is running.

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

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 474871] Re: Indentation is missing (lost from) Help text code examples

2011-10-11 Thread Christopher M. Penalver
jimav, this is:
- a clearcut upstream issue. Your welcome to send this to the developers of the 
software by following the instructions at 
http://wiki.documentfoundation.org/BugReport 
- won't be fixed in LibreOffice Packaging
Resolving as Won't Fix in LibreOffice Packaging. This does not mean the issue 
will not be cared about, but if it is cared about (even by Ubuntu/Canonical 
contributors), it is done upstream at LibreOffice.

libreoffice (Ubuntu) = Won't Fix

** Changed in: libreoffice (Ubuntu)
   Status: New = Won't Fix

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

Title:
  Indentation is missing (lost from) Help text code examples

To manage notifications about this bug go to:
https://bugs.launchpad.net/openoffice/+bug/474871/+subscriptions

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


[Bug 817768] Re: GCC optimizer removes necessary code

2011-10-11 Thread kornelix
Good way to get rid of bugs - ignore until they expire.

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

Title:
  GCC optimizer removes necessary code

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/817768/+subscriptions

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


[Bug 872139] [NEW] Banshee hangs if computer is offline

2011-10-11 Thread Rich
Public bug reported:

Starting banshee either from unity or the command line causes it to
hang. Only way to kill the process is to switch to another terminal
_screen_ (ie CTRL+ALT+F1) and kill the PID from there. I'm 99% sure this
was the first time that banshee had been run.

Running in terminal gives a stack trace, attached.

Release:
Description:Ubuntu 11.10
Release:11.10

Version of Banshee:
banshee:
  Installed: 2.2.0-1ubuntu2
  Candidate: 2.2.0-1ubuntu2
  Version table:
 *** 2.2.0-1ubuntu2 0
500 http://fr.archive.ubuntu.com/ubuntu/ oneiric/main i386 Packages
100 /var/lib/dpkg/status

Expected:
Banshee to not hang

What happened instead:
banshee hung, had to kill it using kill

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


** Tags: banshee hang

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

Title:
  Banshee hangs if computer is offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/872139/+subscriptions

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


[Bug 872139] Re: Banshee hangs if computer is offline

2011-10-11 Thread Rich
** Attachment added: Stacktrace from when I ran Banshee from the command line
   
https://bugs.launchpad.net/bugs/872139/+attachment/2535922/+files/banshee%20error.txt

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

Title:
  Banshee hangs if computer is offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/872139/+subscriptions

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


[Bug 871882] Re: NSPlugin crashing Firefox 7 in a VNC session

2011-10-11 Thread AndrewR
I would like to try the updated version from Oneiric, but I am having
problems getting it installed. Nspluginwrapper has an AMD64 version for
Oneiric, but it depends on nspluginviewer, which only has an i386
version. I downloaded the source code, but I am having problems building
it.

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

Title:
  NSPlugin crashing Firefox 7 in a VNC session

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/871882/+subscriptions

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


[Bug 872139] Re: Banshee hangs if computer is offline

2011-10-11 Thread Rich
By the way, this is when the computer is offline - I am finally online
and I have run Banshee again and it didn't hang.

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

Title:
  Banshee hangs if computer is offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/872139/+subscriptions

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


[Bug 872116] Re: take a picture dialog is too tall for netbook screen

2011-10-11 Thread Leo Arias
*** This bug is a duplicate of bug 869239 ***
https://bugs.launchpad.net/bugs/869239

Hi Martin,

This was reported some days ago as bug #869239.

** This bug has been marked a duplicate of bug 869239
   Ubiquity should be resized for netbooks (Eee PC, 10)

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

Title:
  take a picture dialog is too tall for netbook screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/872116/+subscriptions

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


[Bug 872141] [NEW] If I would use WiFi I must kill NetworkManager

2011-10-11 Thread Matt_91
Public bug reported:

If I start the PC with the WiFi button ON the wifi works Good.
If I start the PC normally with the wifi button OFF I need to kill 
NetworkManager( sudo kill PROCCESSIDOFNETWORKMANAGER ) end next the wifi 
works good. After I kill NetworkManager it tell Sceda di rete non pronta(WiFi 
card not ready) 


Thanks

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: network-manager 0.9.1.90-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
CRDA: Error: [Errno 2] File o directory non esistente
Date: Tue Oct 11 08:29:31 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110426)
IpRoute:
 default via 10.22.0.1 dev wlan0  proto static 
 10.22.0.0/16 dev wlan0  proto kernel  scope link  src 10.22.0.254  metric 2 
 169.254.0.0/16 dev wlan0  scope link  metric 1000
Keyfiles: Error: [Errno 2] File o directory non esistente
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
ProcEnviron:
 LANGUAGE=it:en
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 LC_MESSAGES=it_IT.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager
UpgradeStatus: Upgraded to oneiric on 2011-10-05 (5 days ago)
WifiSyslog:

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  If I would use WiFi I must kill NetworkManager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/872141/+subscriptions

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


[Bug 872141] Re: If I would use WiFi I must kill NetworkManager

2011-10-11 Thread Matt_91
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872141

Title:
  If I would use WiFi I must kill NetworkManager

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/872141/+subscriptions

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


[Bug 872063] Re: wine's conformance test kernel32/thread.ok always fails/crashes on ubuntu 11.10

2011-10-11 Thread Scott Ritchie
Need to force the package to build with gcc-4.5 then.

** Package changed: wine (Ubuntu) = wine1.2 (Ubuntu)

** Changed in: wine1.2 (Ubuntu)
 Assignee: (unassigned) = Scott Ritchie (scottritchie)

** Also affects: wine1.3 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: wine1.2 (Ubuntu)
   Status: New = Triaged

** Changed in: wine1.3 (Ubuntu)
   Status: New = Triaged

** Changed in: wine1.2 (Ubuntu)
   Importance: Undecided = Medium

** Changed in: wine1.3 (Ubuntu)
   Importance: Undecided = Medium

** Changed in: wine1.3 (Ubuntu)
 Assignee: (unassigned) = Scott Ritchie (scottritchie)

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

Title:
  wine's conformance test kernel32/thread.ok always fails/crashes on
  ubuntu 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.2/+bug/872063/+subscriptions

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


[Bug 871472] Re: Thunderbird call some unwanted ubuntu-one access from addon EDS Contact Integration

2011-10-11 Thread Michael Basse
the addon EDS Contact Integration which is installed by default!? is
breaking thunderbird. When clicking on a mail, a window is poping up
(see screenshot already attached) and asking for credentials. The window
is stealing the focus, so its not possible to work anymore with
thunderbird (if you dont have credentials)

I removed the addon EDS Contact Integration. After that everything is
working fine.

See also the comment from the addon-developer

This add-on is experimental, and currently *only works* with special
builds of Thunderbird.

** Summary changed:

- Thunderbird call some unwanted ubuntu-one access
+ Thunderbird call some unwanted ubuntu-one access from addon EDS Contact 
Integration

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

Title:
  Thunderbird call some unwanted ubuntu-one access from addon EDS
  Contact Integration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/871472/+subscriptions

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


[Bug 822492] Re: File/folder named in Chinese not found in Unity dash

2011-10-11 Thread Ray Chen
** Tags added: oem-oneiric-beta

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

Title:
  File/folder named in Chinese not found in Unity dash

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/822492/+subscriptions

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


[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-10-11 Thread Daniel van Vugt
This is why I left the bug confirmed in both gnome-control-center and
unity packages. Arguably, we could move the gnome-control-center
enhancement into a new bug or blueprint... ?

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

Title:
  Launcher is shown on the wrong screen in some multi-monitor setups

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/742544/+subscriptions

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


[Bug 872139] Re: Banshee hangs if computer is offline

2011-10-11 Thread Rich
*** This bug is a duplicate of bug 871068 ***
https://bugs.launchpad.net/bugs/871068

** This bug has been marked a duplicate of bug 871068
   Banshee (ubuntu one music store) crashes when not connected to the internet

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

Title:
  Banshee hangs if computer is offline

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/872139/+subscriptions

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


[Bug 871068] Re: Banshee (ubuntu one music store) crashes when not connected to the internet

2011-10-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Banshee (ubuntu one music store) crashes when not connected to the
  internet

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/871068/+subscriptions

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


[Bug 713506] Re: XKB configuration with MacBookPro

2011-10-11 Thread Flames_in_Paradise
pls report back if this matter has settled in the meantime wt newer
Version of VirtualBox

** Changed in: virtualbox-ose (Ubuntu)
   Status: New = Incomplete

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

Title:
  XKB configuration with MacBookPro

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ose/+bug/713506/+subscriptions

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


Re: [Bug 871882] Re: NSPlugin crashing Firefox 7 in a VNC session

2011-10-11 Thread Steve Langasek
On Tue, Oct 11, 2011 at 06:31:42AM -, AndrewR wrote:
 I would like to try the updated version from Oneiric, but I am having
 problems getting it installed. Nspluginwrapper has an AMD64 version for
 Oneiric, but it depends on nspluginviewer, which only has an i386
 version. I downloaded the source code, but I am having problems building
 it.

You need to enable multiarch on your system as described at
https://lists.ubuntu.com/archives/ubuntu-devel-announce/2011-August/000886.html

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

Title:
  NSPlugin crashing Firefox 7 in a VNC session

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/871882/+subscriptions

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


[Bug 869851] Re: Inkscape short description's translations are not being loaded

2011-10-11 Thread Michael Vogt
** Changed in: software-center (Ubuntu Precise)
   Status: In Progress = Fix Released

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

Title:
  Inkscape short description's translations are not being loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/869851/+subscriptions

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


[Bug 869420] Re: jackd crashes with SIGABRT in raise() when jackd2-firewire is installed

2011-10-11 Thread Bug Watch Updater
** Changed in: ffado
   Status: Unknown = Fix Released

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

Title:
  jackd crashes with SIGABRT in raise() when jackd2-firewire is
  installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ffado/+bug/869420/+subscriptions

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


[Bug 872147] [NEW] thunderbird launcher icon message notification does not change when messages are read

2011-10-11 Thread Rocko
Public bug reported:

The number of messages waiting is displayed in the thunderbird icon in
my unity launcher, which is great. Normally, as I read the messages,
this number decrements and then it disappears once they have all been
read.

However, if there are messages waiting when I first launch thunderbird,
the number displayed in the icon remains fixed as I read them, until new
messages arrive.

Is this perhaps a dbus or unity issue instead? The same thing seems to
be true for the number of events awaiting attention in skype - if there
are events when I launch it, viewing the events doesn't reset the
counter.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: thunderbird 7.0.1+build1+nobinonly-0ubuntu1
Uname: Linux 3.1.0-rc9-git-20111010.0937 x86_64
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: PCH [HDA Intel PCH], device 0: ALC665 Analog [ALC665 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sean   2973 F pulseaudio
BuildID: 20110929183320
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xf1c0 irq 51'
   Mixer name   : 'Intel CougarPoint HDMI'
   Components   : 'HDA:10ec0665,1028050e,0013 
HDA:80862805,80860101,0010'
   Controls  : 25
   Simple ctrls  : 13
Channel: release
Date: Tue Oct 11 14:52:53 2011
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Beta amd64 (20110330)
IpRoute:
 default via 10.1.1.1 dev wlan0  proto static 
 10.0.0.0/8 dev wlan0  proto kernel  scope link  src 10.1.1.8  metric 2 
 169.254.0.0/16 dev wlan0  scope link  metric 1000
Profiles: Profile0 (Default) - LastVersion=7.0.1/20110929183320 (Running)
RunningIncompatibleAddons: False
SourcePackage: thunderbird
UpgradeStatus: Upgraded to oneiric on 2011-10-04 (6 days ago)
dmi.bios.date: 07/20/2011
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0NJT03
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: 0.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd07/20/2011:svnDellInc.:pnDellSystemXPSL502X:pvr:rvnDellInc.:rn0NJT03:rvrA00:cvnDellInc.:ct8:cvr0.1:
dmi.product.name: Dell System XPS L502X
dmi.sys.vendor: Dell Inc.
no_proxy: localhost,127.0.0.0/8

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  thunderbird launcher icon message notification does not change when
  messages are read

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/872147/+subscriptions

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


[Bug 872147] Re: thunderbird launcher icon message notification does not change when messages are read

2011-10-11 Thread Rocko
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872147

Title:
  thunderbird launcher icon message notification does not change when
  messages are read

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/872147/+subscriptions

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


[Bug 872146] [NEW] apturl doesn't work with multiarch packages, i.e. skype:i386

2011-10-11 Thread Eric Riese
Public bug reported:

multiarch support, as added in Ubuntu Oneiric, makes it easy to install 32 bit 
packages on a 64 bit system. The 32 bit versions are named the same, but with 
':i386' at the end, so if you're running a 64 bit system, there is no skype 
package in the repos, only one called skype:i386. Apturl flags valid package 
names as invalid, with the following error:
Invalid url: 'apt:skype:i386' given, exiting
Invalid package name 'skype:i386'

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

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

Title:
  apturl doesn't work with multiarch packages, i.e. skype:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apturl/+bug/872146/+subscriptions

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


[Bug 872145] Re: fails on comments in the line

2011-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:apt-btrfs-snapshot

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

Title:
  fails on comments in the line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-btrfs-snapshot/+bug/872145/+subscriptions

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


[Bug 869851] Re: Inkscape short description's translations are not being loaded

2011-10-11 Thread Gabor Kelemen
** Changed in: ubuntu-translations
   Status: Triaged = Fix Released

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

Title:
  Inkscape short description's translations are not being loaded

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-translations/+bug/869851/+subscriptions

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


[Bug 806065] Re: dist-upgrader fails with FstabEntry(*line.split()) TypeError: __init__() takes exactly 7 arguments (5 given) if fs_freq and fs_passno fields not present in fstab entry

2011-10-11 Thread Michael Vogt
Thanks Brian and Michun! I reported #872145 and I'm working on it now.

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

Title:
  dist-upgrader fails with FstabEntry(*line.split()) TypeError:
  __init__() takes exactly 7 arguments (5 given) if fs_freq and
  fs_passno fields not present in fstab entry

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/806065/+subscriptions

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


[Bug 872144] Re: Evince don't keep the number of page where I closed the same document before

2011-10-11 Thread Armando Lara
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/872144

Title:
  Evince don't keep the number of page where I closed the same document
  before

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/872144/+subscriptions

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


[Bug 872144] [NEW] Evince don't keep the number of page where I closed the same document before

2011-10-11 Thread Armando Lara
Public bug reported:

When I open a document in pdf or whatever, change the number of page,
for example, page number 5, and then close the document and open it
again, evince open it in page 1 (as if it was the first time in open
that document) rather than page 5. I have using evince a lot of time and
this never happend.

I was thinking if maybe is my cache. I would like an answer please.

good night

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: evince 2.32.0-0ubuntu12.3
ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8
Uname: Linux 2.6.38-12-generic x86_64
Architecture: amd64
Date: Tue Oct 11 01:47:34 2011
ExecutablePath: /usr/bin/evince
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
ProcCmdline_: BOOT_IMAGE=/boot/vmlinuz-2.6.38-12-generic 
root=UUID=aafb6bcd-e12c-4a63-85de-dba91f34ad45 ro quiet splash vt.handoff=7
ProcEnviron:
 LANGUAGE=en_GB:en
 LANG=es_MX.UTF-8
 LC_MESSAGES=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature_: Ubuntu 2.6.38-12.51-generic 2.6.38.8
SourcePackage: evince
UpgradeStatus: Upgraded to natty on 2011-05-02 (162 days ago)
XsessionErrors:
 (bluetooth-applet:2129): Gdk-CRITICAL **: 
IA__gdk_window_thaw_toplevel_updates_libgtk_only: assertion 
`private-update_and_descendants_freeze_count  0' failed
 (unknown:2111): dee-WARNING **: Transaction from 
com.canonical.Unity.ApplicationsPlace.RunnerGroupsModel is in the past. 
Ignoring transaction.

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


** Tags: amd64 apport-bug apport-lpi natty running-unity

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

Title:
  Evince don't keep the number of page where I closed the same document
  before

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/872144/+subscriptions

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


[Bug 872145] [NEW] fails on comments in the line

2011-10-11 Thread Michael Vogt
Public bug reported:

From https://bugs.edge.launchpad.net/ubuntu/+source/update-
manager/+bug/806065/comments/13:

Michun (gerhard-kulzer) wrote on 2011-07-11:#13

I have the same kind of problem, the error message is however:

   TypeError: __init__() takes at most 7 arguments (8 given)

My fstab entries look like this:
UUID=c3329969-5a64-4ce1-905f-b42ac9649a84 / btrfs defaults,subvol=@ 0 1 
#/dev/sda2

I've put a comment line behind each entry, which is interpreted as the
8th argument. If I remove the comment, all goes fine.

Since a line-end comment is allowed in fstab, maybe the python script
should allow for it too, for sake of compatibility.

Gerhard

** Affects: apt-btrfs-snapshot (Ubuntu)
 Importance: High
 Status: In Progress

** Changed in: apt-btrfs-snapshot (Ubuntu)
   Status: New = In Progress

** Changed in: apt-btrfs-snapshot (Ubuntu)
   Importance: Undecided = High

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

Title:
  fails on comments in the line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-btrfs-snapshot/+bug/872145/+subscriptions

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


[Bug 868121] Re: Rendering glitches when resuming from expo mode

2011-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~compiz/compcomm-plugins-main/ubuntu

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

Title:
  Rendering glitches when resuming from expo mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-expo-plugin/+bug/868121/+subscriptions

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


[Bug 865179] Re: Windows like gnome-terminal have awkward space around them after being semi-maximized

2011-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~compiz/compcomm-plugins-main/ubuntu

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

Title:
  Windows like gnome-terminal have awkward space around them after being
  semi-maximized

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-grid-plugin/+bug/865179/+subscriptions

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


[Bug 865177] Re: Windows get corrupted sometimes when semi-maximizing them.

2011-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~compiz/compcomm-plugins-main/ubuntu

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

Title:
  Windows get corrupted sometimes when semi-maximizing them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-grid-plugin/+bug/865177/+subscriptions

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


[Bug 864476] Re: it is possible to see a window in it's pre-animation state during unmap animations

2011-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~compiz/compcomm-plugins-main/ubuntu

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

Title:
  it is possible to see a window in it's pre-animation state during
  unmap animations

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-animation-plugin/+bug/864476/+subscriptions

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


[Bug 862261] Re: Don't apply snapping to maximized windows

2011-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~compiz/compcomm-plugins-main/ubuntu

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

Title:
  Don't apply snapping to maximized windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-snap-plugin/+bug/862261/+subscriptions

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


[Bug 862260] Re: Grid plugin behaviour random

2011-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~compiz/compcomm-plugins-main/ubuntu

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

Title:
  Grid plugin behaviour random

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-grid-plugin/+bug/862260/+subscriptions

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


[Bug 853951] Re: Workspace switcher makes windows lose decorations

2011-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~compiz/compcomm-plugins-main/ubuntu

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

Title:
  Workspace switcher makes windows lose decorations

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/853951/+subscriptions

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


[Bug 834585] Re: compiz crashed with SIGSEGV in CompWindow::serverBorderRect()

2011-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~compiz/compcomm-plugins-main/ubuntu

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

Title:
  compiz crashed with SIGSEGV in CompWindow::serverBorderRect()

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-grid-plugin/+bug/834585/+subscriptions

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


[Bug 827560] Re: unmaximizable windows still show orange glow but fail to maximize

2011-10-11 Thread Launchpad Bug Tracker
** Branch linked: lp:~compiz/compcomm-plugins-main/ubuntu

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

Title:
  unmaximizable windows still show orange glow but fail to maximize

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/827560/+subscriptions

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


[Bug 855199] Re: 2.6.39 and later have lost irqpoll functionality

2011-10-11 Thread Edward Donovan
** Tags added: regression-release

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

Title:
  2.6.39 and later have lost irqpoll functionality

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/855199/+subscriptions

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


[Bug 872145] Re: fails on comments in the line

2011-10-11 Thread Michael Vogt
** Changed in: apt-btrfs-snapshot (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  fails on comments in the line

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-btrfs-snapshot/+bug/872145/+subscriptions

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


[Bug 800908] Re: update to oneiric quit due to missing btrfs

2011-10-11 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 801696 ***
https://bugs.launchpad.net/bugs/801696

** Branch linked: lp:apt-btrfs-snapshot

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

Title:
  update to oneiric quit due to missing btrfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-btrfs-snapshot/+bug/800908/+subscriptions

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


[Bug 870430] Re: reproducible focus issue

2011-10-11 Thread zarquon42
I do always have the problem of a dead window decoration after using
alt+tab+desktop as I already posted in bug
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/864870

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

Title:
  reproducible focus issue

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/870430/+subscriptions

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


[Bug 856113] Re: umount may fail on busy snapshots (started daemons?)

2011-10-11 Thread Michael Vogt
** Summary changed:

- synaptic error, when running apt-btrfs-snapshot
+ umount may fail on busy snapshots (started daemons?)

** Changed in: apt-btrfs-snapshot (Ubuntu)
   Status: New = Confirmed

** Changed in: apt-btrfs-snapshot (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  umount may fail on busy snapshots (started daemons?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-btrfs-snapshot/+bug/856113/+subscriptions

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


[Bug 839238] Re: [Dell Vostro 1450] System halted when unit is idle for a while.

2011-10-11 Thread Tim Chen
Hi, 
I installed the proposed kernel: 2.6.38-12.51, the kernel won't panic.

related kernel message:
[ 1219.395771] psmouse.c: bad data from KBC - timeout
[ 1221.666532] alps.c: Enabled hardware quirk, falling back to psmouse-core
[ 1221.679438] input: ImPS/2 ALPS GlidePoint as 
/devices/platform/i8042/serio1/input/input14
[ 1545.867486] composite sync not supported
[ 1576.763389] psmouse.c: GlidePoint at isa0060/serio1/input0 lost 
synchronization, throwing 1 bytes away.
[ 1577.270032] psmouse.c: resync failed, issuing reconnect request
[ 2007.816898] psmouse.c: bad data from KBC - timeout
[ 2010.121752] psmouse.c: GlidePoint at isa0060/serio1/input0 lost 
synchronization, throwing 2 bytes away.

** Changed in: linux (Ubuntu Natty)
 Assignee: (unassigned) = Tim Chen (ctf)

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

Title:
  [Dell Vostro 1450] System halted when unit is idle for a while.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/839238/+subscriptions

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


[Bug 833980] Re: problem with noatime flag

2011-10-11 Thread Michael Vogt
** Changed in: apt-btrfs-snapshot (Ubuntu)
   Status: New = Confirmed

** Changed in: apt-btrfs-snapshot (Ubuntu)
   Importance: Undecided = High

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

Title:
  problem with noatime flag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt-btrfs-snapshot/+bug/833980/+subscriptions

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


[Bug 805087] Re: Dash and launcher appear underneath windows

2011-10-11 Thread falkon
After a few actualizations, launcher coverred by a fullscreen window can be 
revealed by pressing super key which was impossible some time ago. That's a 
progress.
What's more, today I've activated hot right upper and bottom corners in unity 
settings. Upper corner does not his work as well as right edge of the screen 
but moving cursor to the right bottom corner shows launcher correctly.

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

Title:
  Dash and launcher appear underneath windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/805087/+subscriptions

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


[Bug 748870] Re: [lucid] Misc bind9 entries missing

2011-10-11 Thread Launchpad Bug Tracker
This bug was fixed in the package logcheck - 1.3.7ubuntu2

---
logcheck (1.3.7ubuntu2) lucid-proposed; urgency=low

  * ignore.d.server/bind: Add two new rules from latest logcheck to allow
various messages; LP: #748870.
- success resolving [...] after reducing advertized EDNS UDP packet size
- success resolving [...] after disabling EDNS
- error (connection refused) resolving [...]
- error (unexpected RCODE REFUSED) resolving [...]
- error (unexpected RCODE SERVFAIL) resolving [...]
 -- Loic Minier loic.min...@ubuntu.com   Mon, 03 Oct 2011 14:09:33 +0200

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

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

Title:
  [lucid] Misc bind9 entries missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/logcheck/+bug/748870/+subscriptions

-- 
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   >