[Bug 47958] Re: ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

2011-12-09 Thread axeoth
This bug is still there in the latest (X)ubuntu 12.04 (development)
daily ISO.

Can someone change in /etc/X11/Xsession.options the line:

use-ssh-agent

to

no-use-ssh-agent

?

This is the workaround referenced above and it seems to work well.

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

Title:
  ssh-agent clobbers LD_LIBRARY_PATH and other environment variables

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/47958/+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 651049] Re: php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'

2011-12-09 Thread Olivier Dobberkau
Dear Santa. 
Please inspire the Guys in charge here to include this tiny patch in the next 
fix! 
Thank you! ;-)

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

Title:
  php5: FILTER_VALIDATE_URL will invalidate a hostname that includes '-'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/651049/+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 531599] Re: device mappings for partitions not removed after build using --raw, leading to filesystem corruption

2011-12-09 Thread Louis Bouchard
After doing some test to identify what is creating this duplicate set of
dm maps, it seems to be the following 'parted mkpart' commands that
triggers the udev rule :

From /usr/share/pyshared/VMBuilder/disk.py :

def create(self, disk):
Adds partition to the disk image (does not mkfs or anything like 
that)
logging.info('Adding type %d partition to disk image: %s' % 
(self.type, disk.filename))
run_cmd('parted', '--script', '--', disk.filename, 'mkpart', 
'primary', self.parted_fstype(), self.begin, self.end)

running the equivalent command while watching the dm tables does show a
new table entry when the 'parted --script {dev} mkpart primary ext2
{beginning} {size}' command is invoked.

Currently, it is unclear to me if the removal of those unnecessary dm
entries should be done by a callback from create() or included in the
existing unmap() callback for map_partitions.

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

Title:
  device mappings for partitions not removed after build using --raw,
  leading to filesystem corruption

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/531599/+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 876387] Re: fuser forking uncontrollably in cron job

2011-12-09 Thread Angel Abad
** Bug watch added: Debian Bug tracker #633100
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633100

** Also affects: psmisc (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633100
   Importance: Unknown
   Status: Unknown

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

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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 807324] Re: BIND 9.7.0 (ie., lucid) is overly strict on authoritative responses missing the aa flag

2011-12-09 Thread Edwin Chiu
Natty backport to Lucid available in my PPA repo:
https://launchpad.net/~edwin-chiu/+archive/bind9

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

Title:
  BIND 9.7.0 (ie., lucid) is overly strict on authoritative responses
  missing the aa flag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/807324/+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 902190] [NEW] udev fails to update (oneric host, lucid container)

2011-12-09 Thread Gary Poster
Public bug reported:

You will find when running “apt-get upgrade” (if you have Lucid updates
enabled in /etc/apt/sources.list) that you get this error on upgrading
udev:

mknod: `/lib/udev/devices/ppp': Operation not permitted

This problem is mentioned on
https://help.ubuntu.com/community/LXC#Issues and described many places.
Here are two.

http://www.emanuelis.eu/2010/09/15/mknod-lib-udev-devices-ppp-operation-not-permitted-when-updating-ubuntu-10-04-on-virtual-lxc-machine/
http://johnlewis.ie/lxc-firewall-logging-and-udev-upgrade-in-ubuntu/

This seems like an old, known problem, but I did not find a Launchpad
bug, so I'm filing it.  The change to /var/lib/lxc/server/config seemed
to fix it for me (though then revealing bug 892892 next).

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

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

Title:
  udev fails to update (oneric host, lucid container)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/902190/+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 902190] Re: udev fails to update (oneric host, lucid container)

2011-12-09 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Status: New = Confirmed

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

Title:
  udev fails to update (oneric host, lucid container)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/902190/+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 902190] Re: udev fails to update (oneric host, lucid container)

2011-12-09 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Importance: Undecided = Medium

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

** Also affects: lxc (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

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

Title:
  udev fails to update (oneric host, lucid container)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/902190/+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 876387] Re: fuser forking uncontrollably in cron job

2011-12-09 Thread Bug Watch Updater
** Changed in: psmisc (Debian)
   Status: Unknown = New

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

Title:
  fuser forking uncontrollably in cron job

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/876387/+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


[Blueprint servercloud-p-libvirt] Libvirt plans for p

2011-12-09 Thread Jamie Strandboge
Blueprint changed by Jamie Strandboge:

Whiteboard changed:
+ NOTE: jdstrand reviewed the svirt for lxc implementation and the code
+ is already there. The main question is policy. Once it is upstream and
+ the apparmor containers work is done, we can examine the driver in more
+ detail and develop appropriate policy.
+ 
  Status: Not yet started
  
  Work Items:
  [serge-hallyn] document fix for pkcs11 module error (bug 888199): DONE
  [serge-hallyn] Package netcf in Debian: DONE
  [serge-hallyn] anything needed for libvirt to support spice?: TODO
  [serge-hallyn] Complete bash completion for virsh and send upstream: TODO
  [serge-hallyn] test openvswitch with libvirt and document in features wiki 
page: TODO
  [serge-hallyn] MIR netcf: TODO
  [serge-hallyn] enable netcf: TODO
- [jdstrand] look at svirt for lxc: TODO
+ [jdstrand] look at svirt for lxc: DONE
  [gandelman-a] Ping Ceph devs regarding any pending patches to libvirt 
upstream: TODO
  [serge-hallyn] start basic qrt test for lxc define/start/destroy/list: TODO
  [serge-hallyn] Support (optional) guest suspend/resume in upstart job: TODO

-- 
Libvirt plans for p
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-libvirt

-- 
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 726348] Re: squid's maintainer scripts call start/stop directly instead of using invoke-rc.d

2011-12-09 Thread Clint Byrum
** Also affects: squid (Ubuntu Lucid)
   Importance: Undecided
   Status: New

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

Title:
  squid's maintainer scripts call start/stop directly instead of using
  invoke-rc.d

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/726348/+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 899416] Re: package squid 2.7.STABLE7-1ubuntu12.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-12-09 Thread Clint Byrum
*** This bug is a duplicate of bug 726348 ***
https://bugs.launchpad.net/bugs/726348

** This bug has been marked a duplicate of bug 726348
   squid's maintainer scripts call start/stop directly instead of using 
invoke-rc.d

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

Title:
  package squid 2.7.STABLE7-1ubuntu12.4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/899416/+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 726348] Re: squid's maintainer scripts call start/stop directly instead of using invoke-rc.d

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

** Changed in: squid (Ubuntu Lucid)
   Status: New = Confirmed

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

Title:
  squid's maintainer scripts call start/stop directly instead of using
  invoke-rc.d

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/726348/+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 726348] Re: squid's maintainer scripts call start/stop directly instead of using invoke-rc.d

2011-12-09 Thread Clint Byrum
This causes all kinds of problems when people try to update their 10.04
squid because they don't always get the new job file, so restart fails
for the same reason as bug #573853 , which the latest lucid-updates
version of squid is meant to fix.

** Changed in: squid (Ubuntu Lucid)
   Status: Confirmed = In Progress

** Changed in: squid (Ubuntu Lucid)
 Assignee: (unassigned) = Clint Byrum (clint-fewbar)

** Changed in: squid (Ubuntu Lucid)
   Importance: Undecided = High

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

Title:
  squid's maintainer scripts call start/stop directly instead of using
  invoke-rc.d

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/726348/+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 888006] Re: package squid 2.7.STABLE7-1ubuntu12.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-12-09 Thread Clint Byrum
*** This bug is a duplicate of bug 726348 ***
https://bugs.launchpad.net/bugs/726348

** This bug has been marked a duplicate of bug 726348
   squid's maintainer scripts call start/stop directly instead of using 
invoke-rc.d

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

Title:
  package squid 2.7.STABLE7-1ubuntu12.4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/888006/+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 880716] Re: package squid 2.7.STABLE7-1ubuntu12.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-12-09 Thread Clint Byrum
*** This bug is a duplicate of bug 726348 ***
https://bugs.launchpad.net/bugs/726348

** This bug has been marked a duplicate of bug 726348
   squid's maintainer scripts call start/stop directly instead of using 
invoke-rc.d

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

Title:
  package squid 2.7.STABLE7-1ubuntu12.4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/880716/+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 849871] Re: package squid 2.7.STABLE7-1ubuntu12.4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-12-09 Thread Clint Byrum
*** This bug is a duplicate of bug 726348 ***
https://bugs.launchpad.net/bugs/726348

** This bug has been marked a duplicate of bug 726348
   squid's maintainer scripts call start/stop directly instead of using 
invoke-rc.d

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

Title:
  package squid 2.7.STABLE7-1ubuntu12.4 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/849871/+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


[Blueprint servercloud-p-lxc] LXC development for Precise

2011-12-09 Thread Stéphane Graber
Blueprint changed by Stéphane Graber:

Whiteboard changed:
  Status: Started
  
  NOTE: (jdstrand) jjohansen's work items are being tracked as part ot
  security-p-apparmor-containers and I added a dependency of this bp to
  that one
  
  Work Items:
  [serge-hallyn] LXC init script to create default bridge if enabled in 
/etc/default/lxc: DONE
  [daniel-lezcano] Get patchset accepted into kernel so kernel can send reboot 
signal to lxc monitor: TODO
  [daniel-lezcano] Change upstream lxc to not need to watch utmp for reboot: 
TODO
  [serge-hallyn] Keep pushing on the patchset for userns vfs patches: TODO
  [stgraber] Make sure we can build in a working LXC container for arm on x86 
(need new apt): BLOCKED
  [stgraber] Allow mknod in the default Ubuntu template for precise: DONE
  [stgraber] modprobe should not work in a container ( check libvirt ): DONE
  [smoser] open bug for libvirt to check capsys-module, capmac*: TODO
- [stgraber] make mountall not mount certain things when inside a container: 
TODO
+ [stgraber] make mountall not mount certain things when inside a container: 
INPROGRESS
  Move lxc-is-container (as generic is-container) into upstart: TODO
  Move lxc consoles into upstart: TODO
  
  Questions/Comments:
  Would we be able to get some documentation of what we can expect (and not 
expect) from a security aspect this cycle soon?  -- Daviey
  
  Thanks.

-- 
LXC development for Precise
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-p-lxc

-- 
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 902299] [NEW] lens for mdadm.conf doesn't know to look in /etc/mdadm

2011-12-09 Thread Mike Mattice
Public bug reported:

/usr/share/augeas/lenses/dist/mdadm_conf.aug needs to be modified to
reflect the following:

let filter = incl /etc/mdadm.conf
. incl /etc/mdadm/mdadm.conf

root@s242-srv01:/tmp# lsb_release -rd
Description:Ubuntu precise (development branch)
Release:12.04
root@s242-srv01:/tmp# apt-cache policy augeas-lenses 
augeas-lenses:
  Installed: 0.10.0-0ubuntu1
  Candidate: 0.10.0-0ubuntu1
  Version table:
 *** 0.10.0-0ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ precise/main i386 Packages
100 /var/lib/dpkg/status
  
augeas won't parse /etc/mdadm/mdadm.conf, I expected it to.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: augeas-lenses 0.10.0-0ubuntu1 [modified: 
usr/share/augeas/lenses/dist/mdadm_conf.aug]
ProcVersionSignature: Ubuntu 3.2.0-2.6-generic-pae 3.2.0-rc3
Uname: Linux 3.2.0-2-generic-pae i686
ApportVersion: 1.90-0ubuntu1
Architecture: i386
Date: Fri Dec  9 13:10:04 2011
Dependencies:
 
InstallationMedia: Ubuntu-Server 10.04.3 LTS Lucid Lynx - Release i386 
(20110719.2)
PackageArchitecture: all
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: augeas
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise

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

Title:
  lens for mdadm.conf doesn't know to look in /etc/mdadm

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/augeas/+bug/902299/+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 726348] Re: squid's maintainer scripts call start/stop directly instead of using invoke-rc.d

2011-12-09 Thread Clint Byrum
** Changed in: squid (Ubuntu Lucid)
   Status: In Progress = Fix Committed

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

Title:
  squid's maintainer scripts call start/stop directly instead of using
  invoke-rc.d

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/726348/+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 898363] Re: Command: echo package_name hold is not working

2011-12-09 Thread Clint Byrum
Hi Susana, I just tried this on Lucid and Oneiric, and it worked fine.


root@ip-10-195-191-111:~# dpkg -l samba
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version  Description
+++---
hi  samba2:3.4.7~dfsg-1ubuntu SMB/CIFS file, print, and login 
server for Unix
root@ip-10-195-191-111:~# apt-get upgrade
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages have been kept back:
  libwbclient0 linux-ec2 linux-image-ec2 linux-image-virtual linux-virtual 
samba samba-common
The following packages will be upgraded:
  apport apt apt-transport-https apt-utils aptitude bind9-host byobu dnsutils 
libbind9-60 libdns64
  libfreetype6 libgssapi-krb5-2 libisc60 libisccc60 libisccfg60 libk5crypto3 
libkrb5-3 libkrb5support0
  libldap-2.4-2 liblwres60 libpam-modules libpam-runtime libpam0g python-apport 
python-problem-report
  samba-common-bin tzdata unattended-upgrades update-manager-core 
update-notifier-common
30 upgraded, 0 newly installed, 0 to remove and 7 not upgraded.

Can you run

apport-collect 898363

to fill in what versions of all the tools you have?

Marking as Incomplete, priority Medium.

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

** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Command: echo package_name hold is not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/898363/+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 899823] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-12-09 Thread Clint Byrum
I think the problem may have actually been in ca-certificates, so
reassigning here. The snippet below is from the distupgrade log.

James, you may want to just try running 'sudo dpkg --configure -a' to
try and configure everything again.

Setting up ca-certificates (20110502+nmu1ubuntu5) ...
Clearing symlinks in /etc/ssl/certs...
Clearing symlinks in /etc/ssl/certs...done.
Updating certificates in /etc/ssl/certs... 
Updating certificates in /etc/ssl/certs... WARNING: Skipping duplicate 
certificate cert_igca_rsa.pem
WARNING: Skipping duplicate certificate cert_igca_rsa.pem
WARNING: Skipping duplicate certificate Go_Daddy_Class_2_CA.pem
WARNING: Skipping duplicate certificate Go_Daddy_Class_2_CA.pem
156 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d
updating keystore /etc/ssl/certs/java/cacerts...
  added: /etc/ssl/certs/brasil.gov.br.pem
  added: /etc/ssl/certs/cacert.org.pem
  added: /etc/ssl/certs/ca.pem
  added: /etc/ssl/certs/cert_igca_dsa.pem
  added: /etc/ssl/certs/cert_igca_rsa.pem
  added: /etc/ssl/certs/AOL_Time_Warner_Root_Certification_Authority_1.pem
  added: /etc/ssl/certs/AOL_Time_Warner_Root_Certification_Authority_2.pem
  added: /etc/ssl/certs/AddTrust_External_Root.pem
  added: /etc/ssl/certs/AddTrust_Low-Value_Services_Root.pem
  added: /etc/ssl/certs/AddTrust_Public_Services_Root.pem
  added: /etc/ssl/certs/AddTrust_Qualified_Certificates_Root.pem
  added: /etc/ssl/certs/America_Online_Root_Certification_Authority_1.pem
  added: /etc/ssl/certs/America_Online_Root_Certification_Authority_2.pem
  added: /etc/ssl/certs/Baltimore_CyberTrust_Root.pem
  added: /etc/ssl/certs/COMODO_Certification_Authority.pem
te cert_igca_rsa.pem
  added: /etc/ssl/certs/Camerfirma_Chambers_of_Commerce_Root.pem
  added: /etc/ssl/certs/Camerfirma_Global_Chambersign_Root.pem
  added: /etc/ssl/certs/Certplus_Class_2_Primary_CA.pem
  added: /etc/ssl/certs/Certum_Root_CA.pem
  added: /etc/ssl/certs/Comodo_AAA_Services_root.pem
  added: /etc/ssl/certs/Comodo_Secure_Services_root.pem
  added: /etc/ssl/certs/Comodo_Trusted_Services_root.pem
  added: /etc/ssl/certs/DST_ACES_CA_X6.pem
  added: /etc/ssl/certs/DST_Root_CA_X3.pem
  added: /etc/ssl/certs/DigiCert_Assured_ID_Root_CA.pem
  added: /etc/ssl/certs/DigiCert_Global_Root_CA.pem
  added: /etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem
  added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_1.pem
  added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_3.pem
  added: /etc/ssl/certs/Entrust.net_Premium_2048_Secure_Server_CA.pem
  added: /etc/ssl/certs/Entrust.net_Secure_Server_CA.pem
  added: /etc/ssl/certs/Entrust_Root_Certification_Authority.pem
  added: /etc/ssl/certs/Equifax_Secure_CA.pem
  added: /etc/ssl/certs/Equifax_Secure_Global_eBusiness_CA.pem
  added: /etc/ssl/certs/Equifax_Secure_eBusiness_CA_1.pem
  added: /etc/ssl/certs/Equifax_Secure_eBusiness_CA_2.pem
  added: /etc/ssl/certs/Firmaprofesional_Root_CA.pem
  added: /etc/ssl/certs/GTE_CyberTrust_Global_Root.pem
  added: /etc/ssl/certs/GeoTrust_Global_CA.pem
  added: /etc/ssl/certs/GeoTrust_Global_CA_2.pem
  added: /etc/ssl/certs/GeoTrust_Primary_Certification_Authority.pem
  added: /etc/ssl/certs/GeoTrust_Universal_CA.pem
  added: /etc/ssl/certs/GeoTrust_Universal_CA_2.pem
  added: /etc/ssl/certs/GlobalSign_Root_CA.pem
  added: /etc/ssl/certs/GlobalSign_Root_CA_-_R2.pem
  added: /etc/ssl/certs/Go_Daddy_Class_2_CA.pem
  added: /etc/ssl/certs/NetLock_Business_=Class_B=_Root.pem
  added: /etc/ssl/certs/NetLock_Express_=Class_C=_Root.pem
  added: /etc/ssl/certs/NetLock_Notary_=Class_A=_Root.pem
  added: /etc/ssl/certs/NetLock_Qualified_=Class_QA=_Root.pem
  added: /etc/ssl/certs/QuoVadis_Root_CA.pem
  added: /etc/ssl/certs/QuoVadis_Root_CA_2.pem
  added: /etc/ssl/certs/QuoVadis_Root_CA_3.pem
  added: /etc/ssl/certs/RSA_Root_Certificate_1.pem
  added: /etc/ssl/certs/RSA_Security_2048_v3.pem
  added: /etc/ssl/certs/SecureTrust_CA.pem
  added: /etc/ssl/certs/Secure_Global_CA.pem
  added: /etc/ssl/certs/Security_Communication_Root_CA.pem
  added: /etc/ssl/certs/Sonera_Class_1_Root_CA.pem
  added: /etc/ssl/certs/Sonera_Class_2_Root_CA.pem
  added: /etc/ssl/certs/Staat_der_Nederlanden_Root_CA.pem
  added: /etc/ssl/certs/Starfield_Class_2_CA.pem
  added: /etc/ssl/certs/StartCom_Certification_Authority.pem
  added: /etc/ssl/certs/SwissSign_Gold_CA_-_G2.pem
  added: /etc/ssl/certs/SwissSign_Platinum_CA_-_G2.pem
  added: /etc/ssl/certs/SwissSign_Silver_CA_-_G2.pem
  added: /etc/ssl/certs/Swisscom_Root_CA_1.pem
  added: /etc/ssl/certs/TC_TrustCenter__Germany__Class_2_CA.pem
  added: /etc/ssl/certs/TC_TrustCenter__Germany__Class_3_CA.pem
  added: /etc/ssl/certs/TDC_Internet_Root_CA.pem
  added: /etc/ssl/certs/TDC_OCES_Root_CA.pem
  added: /etc/ssl/certs/TURKTRUST_Certificate_Services_Provider_Root_1.pem
  added: /etc/ssl/certs/TURKTRUST_Certificate_Services_Provider_Root_2.pem
  added: /etc/ssl/certs/Taiwan_GRCA.pem
  added: /etc/ssl/certs/Thawte_Personal_Freemail_CA.pem
  

[Bug 900267] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-12-09 Thread Clint Byrum
*** This bug is a duplicate of bug 899823 ***
https://bugs.launchpad.net/bugs/899823

Duplicate of 899823 , same cause

Setting up ca-certificates (20110502+nmu1ubuntu5) ...
Clearing symlinks in /etc/ssl/certs...
Clearing symlinks in /etc/ssl/certs...done.
Updating certificates in /etc/ssl/certs... 
Updating certificates in /etc/ssl/certs... WARNING: Skipping duplicate 
certificate Go_Daddy_Class_2_CA.pem
WARNING: Skipping duplicate certificate Go_Daddy_Class_2_CA.pem
WARNING: Skipping duplicate certificate IGC_A.pem
156 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d
updating keystore /etc/ssl/certs/java/cacerts...
  error adding /etc/ssl/certs/brasil.gov.br.pem
.
  error adding /etc/ssl/certs/cacert.org.pem
  error adding /etc/ssl/certs/ca.pem
  error adding /etc/ssl/certs/cert_igca_dsa.pem
  error adding /etc/ssl/certs/cert_igca_rsa.pem
  error adding /etc/ssl/certs/AOL_Time_Warner_Root_Certification_Authority_1.pem
  error adding /etc/ssl/certs/AOL_Time_Warner_Root_Certification_Authority_2.pem
  error adding /etc/ssl/certs/AddTrust_External_Root.pem
  error adding /etc/ssl/certs/AddTrust_Low-Value_Services_Root.pem
  error adding /etc/ssl/certs/AddTrust_Public_Services_Root.pem
  error adding /etc/ssl/certs/AddTrust_Qualified_Certificates_Root.pem
  error adding /etc/ssl/certs/America_Online_Root_Certification_Authority_1.pem
ion_Authority_1.pem
  error adding /etc/ssl/certs/America_Online_Root_Certification_Authority_2.pem
  error adding /etc/ssl/certs/Baltimore_CyberTrust_Root.pem
  error adding /etc/ssl/certs/COMODO_Certification_Authority.pem
t.pem
  error adding /etc/ssl/certs/COMODO_ECC_Certification_Authority.pem
em
  error adding /etc/ssl/certs/Camerfirma_Chambers_of_Commerce_Root.pem
_Root.pem
  error adding /etc/ssl/certs/Camerfirma_Global_Chambersign_Root.pem
  error adding /etc/ssl/certs/Certplus_Class_2_Primary_CA.pem
on_Authority_1.pem
  error adding /etc/ssl/certs/Certum_Root_CA.pem
  error adding /etc/ssl/certs/Comodo_AAA_Services_root.pem
on_Authority_2.pem
  error adding /etc/ssl/certs/Comodo_Secure_Services_root.pem
  error adding /etc/ssl/certs/Comodo_Trusted_Services_root.pem
pem
  error adding /etc/ssl/certs/DST_ACES_CA_X6.pem
  error adding /etc/ssl/certs/DST_Root_CA_X3.pem
ity.pem
  error adding /etc/ssl/certs/DigiCert_Assured_ID_Root_CA.pem
  error adding /etc/ssl/certs/DigiCert_Global_Root_CA.pem
  error adding /etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem
  error adding /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_1.pem
  error adding /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_3.pem
  error adding /etc/ssl/certs/Entrust.net_Premium_2048_Secure_Server_CA.pem
  error adding /etc/ssl/certs/Entrust.net_Secure_Server_CA.pem
  error adding /etc/ssl/certs/Entrust_Root_Certification_Authority.pem
  error adding /etc/ssl/certs/Equifax_Secure_CA.pem
_CA.pem
  error adding /etc/ssl/certs/Equifax_Secure_Global_eBusiness_CA.pem
bal_CA_1.pem
  error adding /etc/ssl/certs/Equifax_Secure_eBusiness_CA_1.pem
bal_CA_3.pem
  error adding /etc/ssl/certs/Equifax_Secure_eBusiness_CA_2.pem
  error adding /etc/ssl/certs/Firmaprofesional_Root_CA.pem
_Server_CA.pem
  error adding /etc/ssl/certs/GTE_CyberTrust_Global_Root.pem
  error adding /etc/ssl/certs/GeoTrust_Global_CA.pem
m
  error adding /etc/ssl/certs/GeoTrust_Global_CA_2.pem
ority.pem
  error adding /etc/ssl/certs/GeoTrust_Primary_Certification_Authority.pem
  error adding /etc/ssl/certs/GeoTrust_Universal_CA.pem
  error adding /etc/ssl/certs/GeoTrust_Universal_CA_2.pem
_CA.pem
  error adding /etc/ssl/certs/GlobalSign_Root_CA.pem
  error adding /etc/ssl/certs/GlobalSign_Root_CA_-_R2.pem
em
  error adding /etc/ssl/certs/Go_Daddy_Class_2_CA.pem
  error adding /etc/ssl/certs/NetLock_Business_=Class_B=_Root.pem
  error adding /etc/ssl/certs/NetLock_Express_=Class_C=_Root.pem
  error adding /etc/ssl/certs/NetLock_Notary_=Class_A=_Root.pem
Authority.pem
  error adding /etc/ssl/certs/NetLock_Qualified_=Class_QA=_Root.pem
  error adding /etc/ssl/certs/Network_Solutions_Certificate_Authority.pem
  error adding /etc/ssl/certs/QuoVadis_Root_CA.pem
  error adding /etc/ssl/certs/QuoVadis_Root_CA_2.pem
  error adding /etc/ssl/certs/QuoVadis_Root_CA_3.pem
  error adding /etc/ssl/certs/RSA_Root_Certificate_1.pem
.pem
  error adding /etc/ssl/certs/RSA_Security_2048_v3.pem
  error adding /etc/ssl/certs/SecureTrust_CA.pem
pem
  error adding /etc/ssl/certs/Secure_Global_CA.pem
em
  error adding /etc/ssl/certs/Security_Communication_Root_CA.pem
  error adding /etc/ssl/certs/Sonera_Class_1_Root_CA.pem
ot.pem
  error adding /etc/ssl/certs/Sonera_Class_2_Root_CA.pem
uthority.pem
  error adding /etc/ssl/certs/Staat_der_Nederlanden_Root_CA.pem
  error adding /etc/ssl/certs/Starfield_Class_2_CA.pem
  error adding /etc/ssl/certs/StartCom_Certification_Authority.pem
  error adding /etc/ssl/certs/SwissSign_Gold_CA_-_G2.pem
  error adding /etc/ssl/certs/SwissSign_Platinum_CA_-_G2.pem
  error adding 

[Bug 899918] Re: Samba upstream bug 7509 prevents being a target for Windows Vista backup client

2011-12-09 Thread Clint Byrum
Thanks for the bug report. Samba 3.6.10 was uploaded to Debian unstable
5 days ago. Once it hits testing, we'll merge it and this should be
fixed. I'll target this for alpha2 so that we don't forget.

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

** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

** Changed in: samba (Ubuntu)
Milestone: None = precise-alpha-2

** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = Ubuntu Server Team (ubuntu-server)

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

Title:
  Samba upstream bug 7509 prevents being a target for Windows Vista
  backup client

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/899918/+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 900620] Re: Possible Bug: php5-fpm does not listen on a socket by default

2011-12-09 Thread Clint Byrum
Great idea.. also found the same request in Debian. Thomas, if you have
a patch for this, I'll make sure it gets sponsored into Debian and
precise ASAP. Thanks!

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

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

** Also affects: php5 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650204
   Importance: Unknown
   Status: Unknown

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

** Tags added: bitesize

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

Title:
  Possible Bug: php5-fpm does not listen on a socket by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/900620/+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 900496] Re: dovecot-core installation fails because start is used from PATH

2011-12-09 Thread Clint Byrum
Thanks for the bug report! We really appreciate you taking the time to
file it and help us make Ubuntu better.

Definitely not a security problem. dpkg intentionally runs as root, so
if you let somebody mess with root's PATH, that is a conscious decision.

Also using things out of the path is necessary and flexible. If we
directed it to use /sbin/start users couldn't override that.

I'd suggest making sure you understand what the ramifications are when
overriding any piece of the global PATH namespace, and also consider
clearing out the environment when running things as root. PATH should be
sanitized by sudo.. so if you're running dpkg/apt with some other tool,
consider just using sudo.

Closing as Invalid. If you have further information that clarifies why
this may still be a bug, please feel free to re-open this bug by setting
it back to New, or opening a new bug.



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

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

Title:
  dovecot-core installation fails because start is used from PATH

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/900496/+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 900889] Re: Php5 Application Segmentation Fault After Upgrade from 9.04 to 10.04, 10.10. or 11.10

2011-12-09 Thread Clint Byrum
** Changed in: apache2 (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Php5 Application Segmentation Fault After Upgrade from 9.04 to 10.04,
  10.10. or 11.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/900889/+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 900620] Re: Possible Bug: php5-fpm does not listen on a socket by default

2011-12-09 Thread Thomas Ward
Unfortunately, I do not know enough about the structure of the PHP
upstream code (nor the package) to make such a modification.  I am sure
someone else will, though.

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

Title:
  Possible Bug: php5-fpm does not listen on a socket by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/900620/+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 900391] Re: IE9 on Windows 7 cannot download files to samba 3.5.11 share

2011-12-09 Thread Clint Byrum
This will likely be fixed when 3.6 is merged from Debian soon. Marking
as Triaged, Medium, and targetting at precise alpha2. Seems like this
patch against 3.5.11 would be simple to SRU to oneiric if there are many
affected, so opening a task for oneiric.

https://attachments.samba.org/attachment.cgi?id=6980

** Bug watch added: Samba Bugzilla #8458
   https://bugzilla.samba.org/show_bug.cgi?id=8458

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=8458
   Importance: Unknown
   Status: Unknown

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

** Changed in: samba (Ubuntu)
   Importance: Undecided = Medium

** Changed in: samba (Ubuntu)
Milestone: None = precise-alpha-2

** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = Ubuntu Server Team (ubuntu-server)

** Tags added: upstream

** Also affects: samba (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Changed in: samba (Ubuntu Oneiric)
   Status: New = Triaged

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

Title:
  IE9 on Windows 7 cannot download files to samba 3.5.11 share

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/900391/+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 900620] Re: Possible Bug: php5-fpm does not listen on a socket by default

2011-12-09 Thread Bug Watch Updater
** Changed in: php5 (Debian)
   Status: Unknown = New

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

Title:
  Possible Bug: php5-fpm does not listen on a socket by default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/900620/+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 890362] Re: Should glance user's shell be /bin/false?

2011-12-09 Thread Launchpad Bug Tracker
This bug was fixed in the package glance -
2012.1~e2~20111209.1132-0ubuntu1

---
glance (2012.1~e2~20111209.1132-0ubuntu1) precise; urgency=low

  * debian/glance.postinst, debian/glance.glance-api.upstart,
glance.glance-registry.upstart: Switch shell to /bin/false.
(LP: #890362)
 -- Chuck Short zul...@ubuntu.com   Fri, 09 Dec 2011 15:34:33 -0500

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

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

Title:
  Should glance user's shell be /bin/false?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/890362/+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 902339] [NEW] samba(7) references missing programs

2011-12-09 Thread Michal Suchanek
Public bug reported:

samba(7) lists testprns(1) and smbsh(1) which are not installed.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: samba 2:3.5.11~dfsg-1ubuntu2.1
ProcVersionSignature: Ubuntu 3.1.0-1.1-generic 3.1.0-rc10
Uname: Linux 3.1.0-1-generic x86_64
NonfreeKernelModules: openafs
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Fri Dec  9 21:58:13 2011
OtherFailedConnect: Yes
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SambaServerRegression: Yes
SmbConfIncluded: No
SourcePackage: samba
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug oneiric

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

Title:
  samba(7) references missing programs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/902339/+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 902339] Re: samba(7) references missing programs

2011-12-09 Thread Michal Suchanek
-- 
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/902339

Title:
  samba(7) references missing programs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/902339/+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 890362] Re: Should glance user's shell be /bin/false?

2011-12-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/glance

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

Title:
  Should glance user's shell be /bin/false?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glance/+bug/890362/+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 902190] Re: udev fails to update (oneric host, lucid container)

2011-12-09 Thread Serge Hallyn
** Description changed:

- You will find when running “apt-get upgrade” (if you have Lucid updates
- enabled in /etc/apt/sources.list) that you get this error on upgrading
- udev:
+ ==
+ SRU Justification:
+ 1. Impact: container updates can fail as a result of failed mknods
+ 2. Development fix: allow mknod in containers for all devices (but continue 
restricting use)
+ 3. Stable fix: same as development fix
+ 4. Test case:  In a container, do 'mknod /tmp/ppp c 108 0'
+ 5. Regression potential: a typo in the template update could break container 
creations.  However the fix itself will not break containers.  Security should 
not be impacted as the container will not be able to use the devices it creates.
+ ==
+ You will find when running “apt-get upgrade” (if you have Lucid updates 
enabled in /etc/apt/sources.list) that you get this error on upgrading udev:
  
  mknod: `/lib/udev/devices/ppp': Operation not permitted
  
  This problem is mentioned on
  https://help.ubuntu.com/community/LXC#Issues and described many places.
  Here are two.
  
  
http://www.emanuelis.eu/2010/09/15/mknod-lib-udev-devices-ppp-operation-not-permitted-when-updating-ubuntu-10-04-on-virtual-lxc-machine/
  http://johnlewis.ie/lxc-firewall-logging-and-udev-upgrade-in-ubuntu/
  
  This seems like an old, known problem, but I did not find a Launchpad
  bug, so I'm filing it.  The change to /var/lib/lxc/server/config seemed
  to fix it for me (though then revealing bug 892892 next).

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

Title:
  udev fails to update (oneric host, lucid container)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/902190/+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 737027] Re: kpartx udev rule is broken

2011-12-09 Thread Phillip Susi
** Branch unlinked: lp:~psusi/ubuntu/natty/multipath-tools/fixrules

** No longer affects: dmraid (Ubuntu)

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

Title:
  kpartx udev rule is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/737027/+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 181510] Re: freeradius: perl symbol lookup error

2011-12-09 Thread Nathaniel Madura
I have also run into this problem in 11.04, the LD_PRELOAD does fix it.
Is there a planned fix? Or should I start hacking away at the init
script?

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

Title:
  freeradius: perl symbol lookup error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/181510/+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 181510] Re: freeradius: perl symbol lookup error

2011-12-09 Thread Nathaniel Madura
FWIW I did just notice that the referenced debian bug shows that it is
fixed in freeradius/2.1.10+dfsg-3, and I noticed that I am running
2.1.10+dfsg-2ubuntu2, is there a proper way to push the fix into ubuntu?

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

Title:
  freeradius: perl symbol lookup error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeradius/+bug/181510/+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 667935] Re: Add etc/swift.conf-sample to base swift package

2011-12-09 Thread Monty Taylor
** Also affects: swift (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: openstack-ci
   Status: New = Invalid

** No longer affects: openstack-ci

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

Title:
  Add etc/swift.conf-sample to base swift package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/swift/+bug/667935/+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 720071] Re: munin-node amavis spam stats

2011-12-09 Thread Simon Déziel
Tim, your patch in comment #1 is definitely an improvement but I think
the definition of a probable spam (SPAMMY) should be revised as that
is configurable in Amavis. Would it be possible to grep for 'Passed
SPAMMY' instead ?

Passed SPAMMY is used by Amavis for messages with hits between
$sa_tag2_level_deflt and $sa_kill_level_deflt.

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

Title:
  munin-node amavis spam stats

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/720071/+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 688541] Re: race condition on shutdown (leads to corrupted fs)

2011-12-09 Thread Clint Byrum
** Changed in: mysql-5.5 (Ubuntu Precise)
   Status: In Progress = Invalid

** Changed in: mysql-5.1 (Ubuntu Precise)
   Status: Triaged = Invalid

** Changed in: sysvinit (Ubuntu Precise)
   Status: Triaged = In Progress

** Changed in: sysvinit (Ubuntu Precise)
 Assignee: Canonical Foundations Team (canonical-foundations) = Clint 
Byrum (clint-fewbar)

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

Title:
  race condition on shutdown (leads to corrupted fs)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/688541/+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 688541] Re: race condition on shutdown (leads to corrupted fs)

2011-12-09 Thread Launchpad Bug Tracker
** Branch linked: lp:~clint-fewbar/ubuntu/precise/sysvinit/wait-for-
long-shutdown-jobs

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

Title:
  race condition on shutdown (leads to corrupted fs)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.1/+bug/688541/+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 720071] Re: munin-node amavis spam stats

2011-12-09 Thread Tim Kuijsten
Simon, I have never seen the string Passed SPAMMY in my logs, are you
also using amavisd-new 1:2.6.4-1ubuntu5 shipped with 10.04 and are these
strings appearing in your /var/log/mail.log?

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

Title:
  munin-node amavis spam stats

To manage notifications about this bug go to:
https://bugs.launchpad.net/munin/+bug/720071/+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 900496] Re: dovecot-core installation fails because start is used from PATH

2011-12-09 Thread teamnoir
I would argue that it is not appropriate to add random things with
common names like a link to start.  I'm sure my personal start program
predates this link.

I -am- using sudo.  Roots path is  not sanitized.  Sudo is the primary
method of achieving root on Ubuntu since root doesnt ordinarily have a
password.

 I -am- careful about my path, that's why I'm filing this bug about this
particular piece of path pollution.  You can't just randomly open up
holes in my environment like this.  Dovecot breaks, as shown, and you
open up a security hole.

The fix here is trivial.  Why do you need to break Dovecot and punch a
hole in my security?  What's the benefit in doing so?

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

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

Title:
  dovecot-core installation fails because start is used from PATH

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/900496/+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 900496] Re: dovecot-core installation fails because start is used from PATH

2011-12-09 Thread teamnoir
If you don't like absolute path version, the switching to initctl
instead of start should also be fine.

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

Title:
  dovecot-core installation fails because start is used from PATH

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/900496/+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 869750] Re: dovecot install failed

2011-12-09 Thread Launchpad Bug Tracker
[Expired for dovecot (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  dovecot install failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/869750/+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 623780] Invitation to connect on LinkedIn

2011-12-09 Thread Dimitris Papageorgiou
*** This bug is a duplicate of bug 523896 ***
https://bugs.launchpad.net/bugs/523896

LinkedIn




Bug,

I'd like to add you to my professional network on LinkedIn.

- Dimitris

Dimitris  Papageorgiou
Computer Hardware Professional
Greece

Confirm that you know Dimitris  Papageorgiou:
https://www.linkedin.com/e/873g6g-gw055blz-6g/isd/5189660730/qLKVvYJG/?hs=falsetok=3pFxO6r9ntB501

--
You are receiving Invitation to Connect emails. Click to unsubscribe:
http://www.linkedin.com/e/873g6g-gw055blz-6g/LOXBxycX6Oa39juICxVgNnfXMwu1wpkrjCXaBFG/goo/623780%40bugs%2Elaunchpad%2Enet/20061/I1808647710_1/?hs=falsetok=008vZ2Bj7tB501

(c) 2011 LinkedIn Corporation. 2029 Stierlin Ct, Mountain View, CA
94043, USA.

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

Title:
  package ssh (not installed) failed to install/upgrade: προβλήματα
  εξάρτησης - αφήνεται μη ρυθμισμένο

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/623780/+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 737027] Re: kpartx udev rule is broken

2011-12-09 Thread John Center
What is the status of the proposed changes made by Jesse?  I found that
11.10 did not include kpartx  the changes he proposed.  Doing it by
hand myself, it worked, but as soon as any change is made that would
rebuild initrd.img, the kpartx files  the changes have to be redone.
I'm trying to figure out how to modify the initranfs-tools configuration
to do this automatically, but I'm a novice at this.  Having kpartx
handle the partitions instead of dmraid as Philip suggests seems to be
the way to go.  (I think Fedora includes kpartx in the initramfs, also.)

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

Title:
  kpartx udev rule is broken

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/737027/+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 899918] Re: Samba upstream bug 7509 prevents being a target for Windows Vista backup client

2011-12-09 Thread Tvrtko Ursulin
No plans to fix it in Oneiric? Either by backporting the fix or pulling
in the whole 3.5.x version containing the fix?

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

Title:
  Samba upstream bug 7509 prevents being a target for Windows Vista
  backup client

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/899918/+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 902204] Re: banshee starts and soon stops by itself

2011-12-09 Thread Bernhard Kleine
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/902204

Title:
  banshee starts and soon stops by itself

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

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


[Bug 902203] [NEW] Much newer version of rawtherapee available

2011-12-09 Thread Lars Noodén
Public bug reported:

It looks like version 4.0.6.16 is available from the project's download page:
http://rawtherapee.com/downloads

The Ubuntu repository still has only version 3.0.0.  Please package the
new version.

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


** Tags: needs-packaging

** Tags added: needs-packaging

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

Title:
  Much newer version of rawtherapee available

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

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


Re: [Bug 902184] Re: Lexmark Prevail Pro705 installation, does not accept root administrative password to isntall driver.? tryed sudo -i and set password but it did not work ...tryed running from term

2011-12-09 Thread Cristino J Olano
tried your suggestion and it gaye me this error : cris@cris-A785GM-AD3:~$
sudo sh lexmark-inkjet-legacy-1.0-1.amd64.deb.sh
[sudo] password for cris:
sh: Can't open lexmark-inkjet-legacy-1.0-1.amd64.deb.sh


On Fri, Dec 9, 2011 at 10:23 AM, Till Kamppeter
902...@bugs.launchpad.netwrote:

 You probably have to run the script as root. Try

 sudo sh lexmark-inkjet-legacy-1.0-1.amd64.deb.sh

 in your terminal window. You will get immediately asked for a paasword.
 Enter your password. After that the script will at least do the
 installation of the driver software, perhaps also set up the printer.

 If the printer is not set up when the script has finished, set up the
 printer the ususal way (unplug and replug USB printer, or for USB and
 network printers, use system-config-printer).


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

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/902184

 Title:
  Lexmark Prevail Pro705 installation, does not accept root
  administrative password to isntall driver.? tryed sudo -i and set
  password but it did not work ...tryed running from terminal usin apt-
  get and te file name and it did not work ...please help

 Status in “cups” package in Ubuntu:
  Incomplete

 Bug description:
  lexmark-inkjet-legacy-1.0-1.amd64.deb.sh

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


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

Title:
  Lexmark Prevail Pro705 installation, does not accept root
  administrative password to isntall driver.? tryed sudo -i and set
  password but it did not work ...tryed running from terminal usin apt-
  get and te file name and it did not work ...please help

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

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

[Bug 901944] Re: gdbserver inside qemu does not stop on breakpoints

2011-12-09 Thread agonified
** Attachment added: kernel config file for 2.6.38-10-server
   
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/901944/+attachment/2625885/+files/.config

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

Title:
  gdbserver inside qemu does not stop on breakpoints

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/901944/+subscriptions

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


[Bug 884586] Re: Unity Dash has false-positive triggers on Super+Something keybindings

2011-12-09 Thread Omer Akram
isn't that the same as bug 881426 hyperair?

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

Title:
  Unity Dash has false-positive triggers on Super+Something keybindings

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

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


[Bug 662925] Re: PAM authentifikation fails

2011-12-09 Thread Bug Watch Updater
** Changed in: qpopper (Debian)
   Status: New = 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/662925

Title:
  PAM authentifikation fails

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

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


[Bug 902208] [NEW] apport-gtk assert failure: python: ../../src/xcb_io.c:273: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

2011-12-09 Thread Stefano Rivera
Public bug reported:

After filing a bug, I got a blank Problem detected window for a few
seconds, and then it crashed.

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: apport-gtk 1.90-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-3.9-generic 3.2.0-rc4
Uname: Linux 3.2.0-3-generic x86_64
ApportVersion: 1.90-0ubuntu1
Architecture: amd64
AssertionMessage: python: ../../src/xcb_io.c:273: poll_for_event: Assertion 
`!xcb_xlib_threads_sequence_lost' failed.
Date: Fri Dec  9 18:01:32 2011
DuplicateOf: https://bugs.launchpad.net/bugs/901675
ExecutablePath: /usr/share/apport/apport-gtk
InterpreterPath: /usr/bin/python2.7
PackageArchitecture: all
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gtk
ProcEnviron:
 LANGUAGE=en_ZA:en
 PATH=(custom, user)
 LANG=en_ZA.UTF-8
 SHELL=/bin/bash
Signal: 6
SourcePackage: apport
StacktraceTop:
 __GI___assert_fail (assertion=0x7fb14aef6418 
!xcb_xlib_threads_sequence_lost, file=optimized out, line=273, 
function=optimized out) at assert.c:81
 ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 _XEventsQueued () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 XPending () from /usr/lib/x86_64-linux-gnu/libX11.so.6
Title: apport-gtk assert failure: python: ../../src/xcb_io.c:273: 
poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
UpgradeStatus: Upgraded to precise on 2011-06-08 (183 days ago)
UserGroups: adm admin cdrom dialout dip floppy fuse kvm lpadmin netdev plugdev 
powerdev sambashare scanner src video

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


** Tags: amd64 apport-crash precise 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/902208

Title:
  apport-gtk assert failure: python: ../../src/xcb_io.c:273:
  poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

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

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


[Bug 902208] Re: apport-gtk assert failure: python: ../../src/xcb_io.c:273: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

2011-12-09 Thread Stefano Rivera
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/902208

Title:
  apport-gtk assert failure: python: ../../src/xcb_io.c:273:
  poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.

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

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


Re: [Bug 902184] Re: Lexmark Prevail Pro705 installation, does not accept root administrative password to isntall driver.? tryed sudo -i and set password but it did not work ...tryed running from term

2011-12-09 Thread Cristino J Olano
I tried your suggestion and it did not work it gave me an error:
cris@cris-A785GM-AD3:~$ sudo sh lexmark-inkjet-legacy-1.0-1.amd64.deb.sh
[sudo] password for cris:
sh: Can't open lexmark-inkjet-legacy-1.0-1.amd64.deb.sh
I also tried another download suggested by the lexmark support people and
again is refusing to accept the password the new file is :
lexmark-inkjet-legacy-wJRE-1.0-1.amd64.deb.shj I have attempted to try your
suggestion and it also failed

On Fri, Dec 9, 2011 at 10:23 AM, Till Kamppeter
902...@bugs.launchpad.netwrote:

 You probably have to run the script as root. Try

 sudo sh lexmark-inkjet-legacy-1.0-1.amd64.deb.sh

 in your terminal window. You will get immediately asked for a paasword.
 Enter your password. After that the script will at least do the
 installation of the driver software, perhaps also set up the printer.

 If the printer is not set up when the script has finished, set up the
 printer the ususal way (unplug and replug USB printer, or for USB and
 network printers, use system-config-printer).


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

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/902184

 Title:
  Lexmark Prevail Pro705 installation, does not accept root
  administrative password to isntall driver.? tryed sudo -i and set
  password but it did not work ...tryed running from terminal usin apt-
  get and te file name and it did not work ...please help

 Status in “cups” package in Ubuntu:
  Incomplete

 Bug description:
  lexmark-inkjet-legacy-1.0-1.amd64.deb.sh

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


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

Title:
  Lexmark Prevail Pro705 installation, does not accept root
  administrative password to isntall driver.? tryed sudo -i and set
  password but it did not work ...tryed running from terminal usin apt-
  get and te file name and it did not work ...please help

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

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

[Bug 902172] Re: package removed in debian, repaced by xpra

2011-12-09 Thread Bug Watch Updater
** Changed in: parti-all (Debian)
   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/902172

Title:
  package removed in debian, repaced by xpra

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/parti-all/+bug/902172/+subscriptions

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


[Bug 902215] [NEW] Application menu doesn't allow changing application shortcuts

2011-12-09 Thread Dmitry Kann
Public bug reported:

GNOME 2 had an option to allow changing keyboard shortcuts by simply
highlighting the corresponding menu item in the main menu and pressing
the desired key combination.

With Unity's global application menu this doesn't work. That impacts
very many applications that don't have a specific dialog to edit
shortcuts — in fact, almost all of them: Pidign, Shotwell, Transmission,
you name it.

I believe this should be addressed promptly.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: unity 4.24.0-0ubuntu2b1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic-pae 3.0.9
Uname: Linux 3.0.0-14-generic-pae i686
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu4
Architecture: i386
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,snap,resize,imgpng,move,gnomecompat,grid,obs,regex,mousepoll,place,session,unitymtgrabhandles,animation,wall,fade,expo,workarounds,ezoom,scale,unityshell]
Date: Fri Dec  9 17:05:50 2011
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Beta i386 (20110921.2)
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 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/902215

Title:
  Application menu doesn't allow changing application shortcuts

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

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

[Bug 902215] Re: Application menu doesn't allow changing application shortcuts

2011-12-09 Thread Dmitry Kann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/902215

Title:
  Application menu doesn't allow changing application shortcuts

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

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


[Bug 902203] Re: Much newer version of rawtherapee available

2011-12-09 Thread Philip Rinn
Well version 4.0.6.16 is as development version (as you can see from the
website). The latest stable version is still 3.

I will update rawtherapee as soon as ther is a new stable version

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

** Changed in: rawtherapee (Ubuntu)
 Assignee: (unassigned) = Philip Rinn (rinni)

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

Title:
  Much newer version of rawtherapee available

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

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


[Bug 902186]

2011-12-09 Thread Ubuntu Foundation's Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/902186/+editstatus and add the
package name in the text box next to the word Package.

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

** Tags added: bot-comment

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

Title:
  t101mt with eGalax, touchscreen suspend problem 11.10

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

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


[Bug 902129] Re: l'installateur a eut un problème et l'installation ne peut pas continuer

2011-12-09 Thread Ubuntu Foundation's Bug Bot
Exception during installation:
Dec  9 13:50:10 ubuntu plugininstall.py: SystemError: E:Sub-process 
/usr/bin/dpkg returned an error code (1)
Dec  9 13:50:10 ubuntu plugininstall.py: 


** Tags added: installer-crash

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

Title:
  l'installateur a eut un problème et l'installation ne peut pas
  continuer

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

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

[Bug 901289] Re: setting geometry from console is broken

2011-12-09 Thread Ubuntu Foundation's Bug Bot
The attachment fix-geometry-setting.patch of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-reviewers team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  setting geometry from console is broken

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

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


[Bug 900750] Re: ethdetect fails trying to load firmware patch rtl8168d-2.fw

2011-12-09 Thread Steve Langasek
** Summary changed:

- ethdetect fails trying to load firmware patch rt18168d-2.fw
+ ethdetect fails trying to load firmware patch rtl8168d-2.fw

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

Title:
  ethdetect fails trying to load firmware patch rtl8168d-2.fw

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

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


[Bug 900349] Re: [needs-packaging] gfs2-utils

2011-12-09 Thread Andres Rodriguez
This has been uploaded to precise. Awaiting Archive Admin review

** Changed in: ubuntu
 Assignee: Andres Rodriguez (andreserl) = (unassigned)

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

Title:
  [needs-packaging] gfs2-utils

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

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


[Bug 899677] Re: Quicklist item using some special chars doesn't show at all

2011-12-09 Thread Omer Akram
** Changed in: unity (Ubuntu)
   Importance: Undecided = Medium

** Changed in: unity (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: unity
Milestone: None = 5.0.0

** Changed in: unity
   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/899677

Title:
  Quicklist item using some special chars doesn't show at all

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

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


[Bug 898658] Re: Lots of ath9k related kernel panics

2011-12-09 Thread Stefano Rivera
Still getting them in 3.2.0-3.9

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

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

Title:
  Lots of ath9k related kernel panics

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

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


[Bug 897880] Re: package doc-base 0.10.3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 127

2011-12-09 Thread Martin Pitt
... so I think we need to turn the Breaks: into a Conflicts:.

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

** Also affects: perl (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=650346
   Importance: Unknown
   Status: Unknown

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

Title:
  package doc-base 0.10.3 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 127

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

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


[Bug 897880] Re: package doc-base 0.10.3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 127

2011-12-09 Thread Martin Pitt
Turns out that this was already reported in Debian, and fixed in perl
5.14.2-6. I synced the package now.

 perl (5.14.2-6) unstable; urgency=low
 .
   [ Niko Tyni ]
   * debian/rules: correctly handle subject line wraps in patch headers.
 .
   [ Dominic Hargreaves ]
   * Add versioned Conflicts on update-inetd ( 4.41) (Closes: #649177)
   * Conflict on rather than Break doc-base ( 0.10.3); aptitude
 runs doc-base triggers before the new version has been unpacked
   * Update Lintian override for perl-module-uses-perl4-libs-without-dep
 to reflect new path to CGI.pm
   * Disable various tests which fail on GNU/Hurd (see #648623)


** Package changed: doc-base (Ubuntu Precise) = perl (Ubuntu Precise)

** Changed in: perl (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/897880

Title:
  package doc-base 0.10.3 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 127

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

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


[Bug 889423] Re: 802.3ad bonding not configured correctly

2011-12-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/ifenslave-2.6

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

Title:
  802.3ad bonding not configured correctly

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

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


[Bug 883999] Re: Reordering tabs in Firefox under Unity bar causes impossibility of reorder them again (Firefox window must be closed), in Ubuntu 11.10.

2011-12-09 Thread Omer Akram
** Changed in: unity (Ubuntu)
   Importance: Undecided = Low

** Changed in: unity
   Importance: Undecided = Low

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

** Changed in: unity
   Status: New = Confirmed

** Description changed:

- Create new tabs in Firefox.
- Drag a tab to the corner (until the Unity bar be visible).
- Drop the tab.
-  The tabs can't be reordered now - only if the window be closed and a new 
window be opened.
+ Ubuntu 11.10
+ Unity 4.24.0-0ubuntu2b1
+ 
+ 1. start firefox, open a few tabs
+ 2. drag a tab from the right side and drop it on to the far left of the 
firefox window as when you drop the tab the launcher automatically appears
+ 
+ What happens
+ after dropping the tab, launcher appears you move the cursor away from 
launcher it hides, now its not possible to drag n drop any tab in firefox you 
need to restart firefox.
+ 
+ What should happen
+ drag and drop should work fine.

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

Title:
  Reordering tabs in Firefox under Unity bar causes impossibility of
  reorder them again (Firefox window must be closed), in Ubuntu 11.10.

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

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


[Bug 829980] Re: upstart-udev-bridge eats 100% cpu calling dbus_message_iter_append_basic()

2011-12-09 Thread James Hunt
** Also affects: upstart
   Importance: Undecided
   Status: New

** Changed in: upstart
 Assignee: (unassigned) = James Hunt (jamesodhunt)

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

Title:
  upstart-udev-bridge eats 100% cpu calling
  dbus_message_iter_append_basic()

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

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


[Bug 682788] Re: Global menu is not ergonomical on large screens

2011-12-09 Thread Danillo
Fenryxo's code for the appmenu is here:
http://bazaar.launchpad.net/~janousek.jiri/+junk/jjdesktop/files/head:/src/windecor/

According to him, it's written in Vala, but Unity Window Decorator is
written in C,. Therefore, we would need someone to port it.

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

Title:
  Global menu is not ergonomical on large screens

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

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


[Bug 533788] Re: Freezing of tasks failed after 20.00 seconds (1 tasks refused to freeze)

2011-12-09 Thread Yuriy Voziy
This bug still happens on the latest oneric. 
kernel 3.0.0-13-generic x86_64

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

Title:
  Freezing of tasks failed after 20.00 seconds (1 tasks refused to
  freeze)

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

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



[Bug 884128] Re: Window Title still present in indicator panel after closing the window

2011-12-09 Thread Omer Akram
*** This bug is a duplicate of bug 871283 ***
https://bugs.launchpad.net/bugs/871283

this happens when nautilus crashes, its reported as bug 871283

** This bug has been marked a duplicate of bug 871283
   The panel doesn t show shadow if nautilus crashes

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

Title:
  Window Title still present in indicator panel after closing the window

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

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


[Bug 901465] Re: touchpad doesn't work after upgrade 10.10-11.10

2011-12-09 Thread Seth Forshee
It's certainly invalid against the kernel, since the problem is in a
gconf setting. From what information I see the best explanation seems to
be that touchpad-indicator is at fault, but that doesn't appear to be an
official Ubuntu package. My suggestion would be to file a bug with
whoever provides touchpad-indicator.

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

Title:
  touchpad doesn't work after upgrade 10.10-11.10

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

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


[Bug 835003] Re: pearpc version 0.4.0-5 failed to build in oneiric

2011-12-09 Thread Bug Watch Updater
** Changed in: pearpc (Debian)
   Status: New = 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/835003

Title:
  pearpc version 0.4.0-5 failed to build in oneiric

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

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


[Bug 387308] Re: HTTPS Proxy Support for file sync

2011-12-09 Thread João Hornburg
I don't care anymore. Using Mac OS X.

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

Title:
  HTTPS Proxy Support for file sync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-sso-client/+bug/387308/+subscriptions

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


[Bug 797802] Re: Think Or Swim crashes after 10-15 minutes

2011-12-09 Thread Robert Ehelebe
My problem is similar to garyr's. My problems occur when moving through
the application's tabs and often before I can enter data. Most often the
application crashes within 10 minutes regardless of whether I'm doing
something or not.

Mint 12 x64 (Mint 11 x64 too)

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7f1bc7581f4f, pid=1849, tid=139757047461632
#
# JRE version: 6.0_23-b23
# Java VM: OpenJDK 64-Bit Server VM (20.0-b11 mixed mode linux-amd64 compressed 
oops)
# Derivative: IcedTea6 1.11pre
# Distribution: Ubuntu 11.10, package 6b23~pre11-0ubuntu1.11.10
# Problematic frame:
# J  com.devexperts.tos.ui.user.centrals.quotes.FullQuote.calculateNetChange(D)D


** Attachment added: thinkorswim error log
   
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/797802/+attachment/2625910/+files/hs_err_pid1849.log

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

Title:
  Think Or Swim crashes after 10-15 minutes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/797802/+subscriptions

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


[Bug 884128] Re: Window Title still present in indicator panel after closing the window

2011-12-09 Thread Omer Akram
*** This bug is a duplicate of bug 871283 ***
https://bugs.launchpad.net/bugs/871283

also see bug 769635

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

Title:
  Window Title still present in indicator panel after closing the window

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

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


[Bug 876387] Re: fuser forking uncontrollably in cron job

2011-12-09 Thread Bug Watch Updater
** Changed in: psmisc (Debian)
   Status: Unknown = New

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

Title:
  fuser forking uncontrollably in cron job

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

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


[Bug 901918] Re: passwd/user-fullname not accepting preseed answer

2011-12-09 Thread Martin Pitt
** Changed in: user-setup (Ubuntu)
 Assignee: Canonical Desktop Team (canonical-desktop-team) = Canonical 
Foundations Team (canonical-foundations)

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

Title:
  passwd/user-fullname not accepting preseed answer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/user-setup/+bug/901918/+subscriptions

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


[Bug 900750] Re: ethdetect fails trying to load firmware patch rtl8168d-2.fw

2011-12-09 Thread Steve Langasek
This needs to be fixed by adding the necessary firmware file to the nic-
firmware udeb.  Reassigning to linux-firmware.

** Package changed: debian-installer (Ubuntu) = linux-firmware (Ubuntu)

** Changed in: linux-firmware (Ubuntu)
 Assignee: Canonical Foundations Team (canonical-foundations) = Canonical 
Kernel Team (canonical-kernel-team)

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

Title:
  ethdetect fails trying to load firmware patch rtl8168d-2.fw

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

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


[Bug 860805] Re: Dash doesn't get the focus on pressing the super key first time after login

2011-12-09 Thread Omer Akram
** Changed in: unity
   Status: In Progress = Fix Committed

** Changed in: nux (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: unity (Ubuntu)
   Status: In Progress = Fix Committed

** Changed in: nux
   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/860805

Title:
  Dash doesn't get the focus on pressing the super key first time after
  login

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

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


[Bug 790516] Re: Unity fails to redraw the screen using URxvt

2011-12-09 Thread Leandro A. F. Pereira
Also affects me; Alexey's screenshot is exactly what I see here. Up-to-
date Oneiric, awesome 3.4.10 window manager, urxvt 9.12, Intel HD
Graphics 3000. Didn't test under Unity or GNOME.

Using gnome-terminal for the time being.

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

Title:
  Unity fails to redraw the screen using URxvt

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

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


[Bug 881106] Re: compiz crashed with SIGSEGV in nux::ROPropertystd::string::operator std::string()

2011-12-09 Thread Omer Akram
** Changed in: unity
Milestone: 5.2.0 = 5.0.0

** Changed in: unity
   Status: In Progress = Fix Committed

** Changed in: nux (Ubuntu)
   Status: In Progress = Fix Committed

** No longer affects: nux

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

Title:
  compiz crashed with SIGSEGV in nux::ROPropertystd::string::operator
  std::string()

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

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


[Bug 900400] Re: Application title on quicklist should be bold (or more visible)

2011-12-09 Thread Omer Akram
** Changed in: unity
Milestone: backlog = 5.0.0

** Changed in: unity
   Status: In Progress = Fix Committed

** Changed in: unity (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/900400

Title:
  Application title on quicklist should be bold (or more visible)

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

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


[Bug 902223] [NEW] nginx reloading not working with IPv6 enabled

2011-12-09 Thread Alessio Caiazza
Public bug reported:

I've an ubuntu 10.04.3 server that can't reload nginix configuration due
to the following bug.

From: http://mailman.nginx.org/pipermail/nginx-
devel/2010-April/000176.html


The function ngx_cmp_sockaddr contained a typo which prevented nginx
from reloading, because nginx tried to add a socket multiple times
to an epoll descriptor.

--- src/core/ngx_cycle.c~   2009-10-26 17:22:24.0 +0100
+++ src/core/ngx_cycle.c2010-04-11 21:14:43.997932783 +0200
@@ -847,7 +847,7 @@
 sin61 = (struct sockaddr_in6 *) sa1;
 sin62 = (struct sockaddr_in6 *) sa2;
 
-if (sin61-sin6_port != sin61-sin6_port) {
+if (sin61-sin6_port != sin62-sin6_port) {
 return NGX_DECLINED;
 }

If nginx listened on an IPv6 address on multiple ports (e.g. [::]:80
and [::]:443), the port is ignored and thus a socket is added multiple
times, because the sockets are kept an a linked list and once a match
is found the list is not searched any further and the first socket
gets always selected and added via epoll_ctl.

** Affects: nginx (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/902223

Title:
  nginx reloading not working with IPv6 enabled

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

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


[Bug 871277] Re: Shortcuts not recognized on attempt to switch workspace after closing an application window

2011-12-09 Thread Sam_
Different outcome on desktop-pc. 
Setup: unity with cube-plugin, focus follows mouse and conky.
compiz1:0.9.6+bzr20110929-0ubuntu6

Open a terminal window.
Switch to different workspace.
Open gedit.
Close gedit via window button or alt+f4.
Switch workspace back to terminal with ctrl+alt+arrow left (or wherever 
terminal window resides).
Result: nothing happens, global menu still displays 'gedit' as focused, 
although it's closed.
Workaround: switch workspaces with mouse wheel. (left click on desktop doesn't 
help in this scenario.)

Switching workspaces is possible when firefox was in full screen mode, closing 
it allows to switch workspace via shortcut.
After closing gedit in full screen mode it doesn't allow to switch workspace 
via shortcut.

Another test-case:
Open a terminal and gedit on the same workspace.
Gedit has focus on top of terminal. 
Close gedit, leaving terminal window open allows to switch workspace via 
shortcut.

Sum.
After closing a window leaving only the desktop it isn't possible to switch 
workspaces via shortcut.
Except after closing firefox in full screen mode.
After closing one window, leaving another open it's possible to switch 
workspaces via shortcut.

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

Title:
  Shortcuts not recognized on attempt to switch workspace after closing
  an application window

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

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


[Bug 902129] Re: l'installateur a eut un problème et l'installation ne peut pas continuer

2011-12-09 Thread Brian Murray
Dec  9 13:49:14 ubuntu ubiquity: Paramétrage de flashplugin-downloader 
(11.1.102.55ubuntu0.11.10.1) ...
Dec  9 13:49:15 ubuntu ubiquity: Downloading...
Dec  9 13:49:15 ubuntu ubiquity: --2011-12-09 13:49:15--  
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.1.102.55.orig.tar.gz
Dec  9 13:49:15 ubuntu ubiquity: Résolution de archive.canonical.com... 
Dec  9 13:49:46 ubuntu ubiquity: échec: Nom ou service inconnu.
Dec  9 13:49:46 ubuntu ubiquity: wget : impossible de résoudre l'adresse de 
l'hôte «archive.canonical.com»
Dec  9 13:49:46 ubuntu ubiquity: download failed
Dec  9 13:49:46 ubuntu ubiquity: The Flash plugin is NOT installed.
Dec  9 13:49:47 ubuntu ubiquity: dpkg : erreur de traitement de 
flashplugin-downloader (--configure) :
Dec  9 13:49:47 ubuntu ubiquity:  le sous-processus script post-installation 
installé a retourné une erreur de sortie d'état 1
Dec  9 13:49:47 ubuntu ubiquity: dpkg : des problèmes de dépendances empêchent 
la configuration de flashplugin-installer :
Dec  9 13:49:47 ubuntu ubiquity:  flashplugin-installer dépend de 
flashplugin-downloader (= 11.0.1.152ubuntu1) ; cependant :
Dec  9 13:49:47 ubuntu ubiquity:  Le paquet flashplugin-downloader n'est pas 
encore configuré.
Dec  9 13:49:47 ubuntu ubiquity: dpkg : erreur de traitement de 
flashplugin-installer (--configure) :
Dec  9 13:49:47 ubuntu ubiquity:  problèmes de dépendances - laissé non 
configuré

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

Title:
  l'installateur a eut un problème et l'installation ne peut pas
  continuer

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

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

[Bug 867850] Re: gnome-shell crashed with SIGSEGV in magazine_chain_pop_head()

2011-12-09 Thread Derek
FWIW, I added a few more debug symbols and now have:
http://m8y.org/tmp/gnome-shell-crashes/

#0  0x7fd53d2560a8 in g_slice_alloc () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7fd5387cbd2a in pango_layout_get_iter () from 
/usr/lib/x86_64-linux-gnu/libpango-1.0.so.0
#2  0x7fd536065a11 in cogl_pango_ensure_glyph_cache_for_layout 
(layout=0x2b0ba10) at cogl-pango-render.c:619
#3  0x7fd53e3694e8 in clutter_text_create_layout (text=0x0, 
allocation_width=-1, allocation_height=1.86805797e-35) at ./clutter-text.c:785
#4  0x7fd53e3699ce in clutter_text_get_preferred_width (self=optimized 
out, for_height=optimized out, min_width_p=0x7fffd14a7bc8, 
natural_width_p=0x7fffd14a7bcc) at ./clutter-text.c:2279
#5  0x7fd53e2fe459 in clutter_actor_get_preferred_width (self=0x3e53000, 
for_height=-1, min_width_p=0x7fffd14a7c58, natural_width_p=0x7fffd14a7c5c) at 
./clutter-actor.c:5948
#6  0x7fd53f0e5da8 in ?? () from /usr/lib/gnome-shell/libgnome-shell.so
#7  0x7fd53e2fe459 in clutter_actor_get_preferred_width (self=0x3e73140, 
for_height=-1, min_width_p=0x7fffd14a7e00, natural_width_p=0x7fffd14a7e08) at 
./clutter-actor.c:5948

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

Title:
  gnome-shell crashed with SIGSEGV in magazine_chain_pop_head()

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

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


[Bug 893988] Re: paypal purchase view needs support to create new windows

2011-12-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/software-center

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

Title:
  paypal purchase view needs support to create new windows

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/893988/+subscriptions

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


[Bug 902225] [NEW] deja-dup automatic backup to Ubuntu One ungracefully fails without saved password

2011-12-09 Thread Dylan Weremeichik
Public bug reported:

deja-dup fails when trying to automatic backup to Ubuntu One, it fails
with an error code, no graceful explanation of what is going on, doesn't
ask for password either. In short, if you are uploading to Ubuntu One,
you should have to save the password if you are doing automatic backups
to it.

Other info:

Description:Ubuntu 11.10
Release:11.10

deja-dup:
  Installed: 20.1-0ubuntu0.2
  Candidate: 20.1-0ubuntu0.2
  Version table:
 *** 20.1-0ubuntu0.2 0
500 http://us.archive.ubuntu.com/ubuntu/ oneiric-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 20.0-0ubuntu3 0
500 http://us.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages

** Affects: deja-dup (Ubuntu)
 Importance: Undecided
 Status: New

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

** Also affects: deja-dup (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/902225

Title:
  deja-dup automatic backup to Ubuntu One ungracefully fails without
  saved password

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/902225/+subscriptions

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


[Bug 902224] [NEW] The xbindkeysrc example ctrl+f to start xterm enabled by default

2011-12-09 Thread Laurent Schoupi
Public bug reported:

Since Ubuntu 11.10, the config examples in ~/.xbindkeysrc are enabled by
default:

#xbindkeys_show
  control+shift + q

# set directly keycode (here control + f with my keyboard)
xterm
  c:41 + m:0x4

# specify a mouse button
xterm
  control + b:2

The shortcut ctrl+f example for xterm is particulary annoying as this is a much 
used shortcut in lots of softwares for searches. After an upgrade, users see 
this shortcut acting strangely as they probably won't make a connection to 
xbindkeys which they might have installed years before. See for instance:
http://askubuntu.com/questions/66456/after-upgrading-to-11-10-when-pressing-ctrlf-xterm-is-popping-up

It would be great to comment those example in this file to avoid
confusion.

Thanks a lot.

** Affects: xbindkeys (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/902224

Title:
  The xbindkeysrc example ctrl+f to start xterm enabled by default

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

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

[Bug 902224] Re: The xbindkeysrc example ctrl+f to start xterm enabled by default

2011-12-09 Thread Laurent Schoupi
** Patch added: all examples are commented
   https://bugs.launchpad.net/bugs/902224/+attachment/2625918/+files/xbindkeysrc

** Description changed:

  Since Ubuntu 11.10, the config examples in ~/.xbindkeysrc are enabled by
  default:
  
- #xbindkeys_show 
-   control+shift + q
+ #xbindkeys_show
+   control+shift + q
  
  # set directly keycode (here control + f with my keyboard)
  xterm
-   c:41 + m:0x4
+   c:41 + m:0x4
  
  # specify a mouse button
  xterm
-   control + b:2
+   control + b:2
  
- The shortcut ctrl+f example for xterm is particulary annoying as this is
- a much used shortcut in lots of softwares for searches. After an
- upgrade, users see this shortcut acting strangely as they probably won't
- make a connection to xbindkeys which they might have installed years
- before.
+ The shortcut ctrl+f example for xterm is particulary annoying as this is a 
much used shortcut in lots of softwares for searches. After an upgrade, users 
see this shortcut acting strangely as they probably won't make a connection to 
xbindkeys which they might have installed years before. See for instance:
+ 
http://askubuntu.com/questions/66456/after-upgrading-to-11-10-when-pressing-ctrlf-xterm-is-popping-up
  
  It would be great to comment those example in this file to avoid
  confusion.
  
  Thanks a lot.

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

Title:
  The xbindkeysrc example ctrl+f to start xterm enabled by default

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

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

[Bug 898658] Re: Lots of ath9k related kernel panics

2011-12-09 Thread Brad Figg
Thank you for taking the time to file a bug report on this issue.

However, given the number of bugs that the Kernel Team receives during
any development cycle it is impossible for us to review them all.
Therefore, we occasionally resort to using automated bots to request
further testing. This is such a request.

We have noted that there is a newer version of the development kernel
than the one you last tested when this issue was found. Please test
again with the newer kernel and indicate in the bug if this issue still
exists or not.

If the bug still exists, change the bug status from Incomplete to
Confirmed. If the bug no longer exists, change the bug status from
Incomplete to Fix Released.

If you want this bot to quit automatically requesting kernel tests, add
a tag named: bot-stop-nagging.

 Thank you for your help, we really do appreciate it.


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

** Tags added: kernel-request-3.2.0-3.9

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

Title:
  Lots of ath9k related kernel panics

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

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


[Bug 888956] Re: jtidy version 7+svn20110807-2 failed to build with openjdk-7

2011-12-09 Thread Launchpad Bug Tracker
This bug was fixed in the package jtidy - 7+svn20110807-2ubuntu1

---
jtidy (7+svn20110807-2ubuntu1) precise; urgency=low

  * Fix FTBFS with OpenJDK7 (LP: #888956):
- d/maven.rules: Specify source file encoding to fix javadoc
  generation with Java 7.
 -- James Page james.p...@ubuntu.com   Fri, 09 Dec 2011 16:12:43 +

** Changed in: jtidy (Ubuntu)
   Status: New = 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/888956

Title:
  jtidy version 7+svn20110807-2 failed to build with openjdk-7

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

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


[Bug 836250] Re: [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2011-12-09 Thread Joseph Salisbury
Thanks to everyone that has commented on this bug.  However, as Johannes
mentioned, there are allot of comments that talk about issues that are
unrelated to this bug.

It would be great if everyone that commented on this bug can ensure they
have the same issue, described in the bug description.  If not, please
open a separate bug report, so your issue can be tracked and worked on
without getting lost.

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

Title:
  [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor
  networking, packet loss and very slow Lenovo X201 and T500 laptops

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/836250/+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   >