[Bug 1246990] Re: [qemu-x86-64-linux-user 1.6.1] qemu: uncaught target signal 11 (Segmentation fault) - core dumped

2013-11-01 Thread skzzha
and, `strace ./rjsuuplicant -n eth0 -u USER -p PASS -d 1 -s internet` is
attached as strace_native.log

** Attachment added: strace_native.log
   
https://bugs.launchpad.net/qemu/+bug/1246990/+attachment/3897370/+files/strace_native.log

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

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

Title:
  [qemu-x86-64-linux-user 1.6.1] qemu: uncaught target signal 11
  (Segmentation fault) - core dumped

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1246990/+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 1247013] [NEW] mod_python APLOG_NOERRNO unable to log on Apache 2.4

2013-11-01 Thread Jay Freeman (saurik)
Public bug reported:

When an error occurs from mod_python on Saucy (which uses Apache 2.4)
there is nothing logged. I have tracked this issue down to the value of
APLOG_NOERRNO being incorrect. This value is defined to be
(APLOG_LEVELMASK + 1); on Apache 2.2, APLOG_LEVELMASK was 7, but on
Apache 2.4 it is 15. The value in mod_python's Python code (which sadly
can't use the C definition in a direct manner) is hardcoded as 8, but
for Apache 2.4 it needs to be updated to 16. This variable is defined in
lib/python/mod_python/apache.py, and should be an easy fix. (FWIW, I
have not experienced other issues so far with the mod_python 3.3.1
patches for Apache 2.4.) (Also, I will note that the 3.4 and now 3.5 of
mod_python from upstream no longer even have this variable: it still
exists for backwards-compatibility with old code, but it is defined as
0.)

** Affects: libapache2-mod-python (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: patch to fix this issue against 3.3.1
   
https://bugs.launchpad.net/bugs/1247013/+attachment/3897448/+files/aplog_noerrno.patch

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

Title:
  mod_python APLOG_NOERRNO unable to log on Apache 2.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-python/+bug/1247013/+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 1240215] Re: changing the default arches in import_pxe_files prevents maas-import-ephemerals from running

2013-11-01 Thread Chris Glass
This is still affecting users of the 1.4+bzr1693+dfsg-0ubuntu2 pacakge
in Saucy.

Steps to reproduce:

- Install maas using the saucy server install CD.
- Edit /etc/maas/import_pxe_files - set ARCHES to i.e. ARCHES=amd64/generic
- Configure the rest of MaaS, click the import boot images in the UI
- PXE boot a machine

What happens:
The machine PXE boots, gets assigned an IP address by MaaS. The node gets stuck 
on Trying to load: pxelinux.cfg/default and finally reboots after a timeout 
triggers. This results in an eternal reboot loop.

What should be happening:
The machine PXE boots, gets assigned an IP address, and successfully downloads 
a bootable image from tftp, resuming normal operations.

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

Title:
  changing the default arches in import_pxe_files prevents maas-import-
  ephemerals from running

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1240215/+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 1240215] Re: changing the default arches in import_pxe_files prevents maas-import-ephemerals from running

2013-11-01 Thread Chris Glass
Further information:

Relevant stacktrace: https://pastebin.canonical.com/99705/

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

Title:
  changing the default arches in import_pxe_files prevents maas-import-
  ephemerals from running

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1240215/+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 1240215] Re: changing the default arches in import_pxe_files prevents maas-import-ephemerals from running

2013-11-01 Thread Raphaël Badin
@tribaal: I think what you're seeing here is bug 1181334 (note the fact
that the error you see mentions i386).

Can you try changing /etc/maas/import_pxe_files to set ARCHES to
i386/generic amd64/generic, re-run the import script and try again?

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

Title:
  changing the default arches in import_pxe_files prevents maas-import-
  ephemerals from running

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1240215/+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 1240215] Re: changing the default arches in import_pxe_files prevents maas-import-ephemerals from running

2013-11-01 Thread Chris Glass
Sorry, I used a private pastebin, here's the public equivalent:
http://pastebin.ubuntu.com/6340916/

@rvb: Yeah that looks like what I'm seeing indeed. I'll give it a try
and report back!

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

Title:
  changing the default arches in import_pxe_files prevents maas-import-
  ephemerals from running

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1240215/+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 1247013] Re: mod_python APLOG_NOERRNO unable to log on Apache 2.4

2013-11-01 Thread Ubuntu Foundations Team Bug Bot
The attachment patch to fix this issue against 3.3.1 seems to be a
patch.  If it isn't, please remove the patch flag from the attachment,
remove the patch tag, and if you are a member of the ~ubuntu-
reviewers, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

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

Title:
  mod_python APLOG_NOERRNO unable to log on Apache 2.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-python/+bug/1247013/+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 1246229] Re: Error: Puppet::Parser::AST::Resource failed with error TypeError: no implicit conversion from nil to integer at ...

2013-11-01 Thread Hadmut Danisch
I'v copied your testcase with copy and paste to
/etc/puppet/manifests/test.pp and run:

# puppet apply /etc/puppet/manifests/test.pp
Could not retrieve zpool_version: undefined method `captures' for nil:NilClass
Warning: Could not retrieve fact fqdn
Error: Puppet::Parser::AST::Resource failed with error TypeError: no implicit 
conversion from nil to integer at /etc/puppet/manifests/test.pp:5 on node 
pcdanisch
Error: Puppet::Parser::AST::Resource failed with error TypeError: no implicit 
conversion from nil to integer at /etc/puppet/manifests/test.pp:5 on node 
pcdanisch


Since this is a ruby error message, I've checked which ruby version
puppet runs:

/usr/bin/ruby - /etc/alternatives/ruby - /usr/bin/ruby1.9.1

Same with another machine that has been installed as 13.04 and upgraded
to 13.10. I don't have a freshly installed machine here right now, I
have to get at home to do so.

regards

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

Title:
  Error: Puppet::Parser::AST::Resource failed with error TypeError: no
  implicit conversion from nil to integer at ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1246229/+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 1246229] Re: Error: Puppet::Parser::AST::Resource failed with error TypeError: no implicit conversion from nil to integer at ...

2013-11-01 Thread Hadmut Danisch
And, btw.,  ruby-hiera was installed on the first, but not on the second
machine. Both behave identically.

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

Title:
  Error: Puppet::Parser::AST::Resource failed with error TypeError: no
  implicit conversion from nil to integer at ...

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/puppet/+bug/1246229/+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 1247107] [NEW] Runaway irqbalance consuming CPU and Memory

2013-11-01 Thread Francis Ginther
Public bug reported:

Looks like a runaway irqbalance process is consuming massive amount of
Memory and CPU. This is running on a calxeda arm server used as a build
server. Was unable to find any mention of irqbalance in /var/logs.
Hopefully apport recorded the right data.

  PID USER  PR  NI  VIRT  RES  SHR S  %CPU %MEMTIME+  COMMAND   
  861 root  20   0 1896m 1.5g  372 S  40.5 39.1   1447:25 irqbalance

$ apt-cache policy irqbalance 
irqbalance:
  Installed: 1.0.5-2
  Candidate: 1.0.5-2
  Version table:
 *** 1.0.5-2 0
500 http://ports.ubuntu.com/ubuntu-ports/ raring/main armhf Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: irqbalance 1.0.5-2
ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic armv7l
ApportVersion: 2.9.2-0ubuntu8.5
Architecture: armhf
Date: Fri Nov  1 06:33:51 2013
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_US:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: irqbalance
UpgradeStatus: Upgraded to raring on 2013-07-24 (99 days ago)

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


** Tags: apport-bug armhf raring

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

Title:
  Runaway irqbalance consuming CPU and Memory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/irqbalance/+bug/1247107/+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 1240215] Re: changing the default arches in import_pxe_files prevents maas-import-ephemerals from running

2013-11-01 Thread Chris Glass
@rvb: Yes, adding back the i386 architecture made the boot up work. I'll
subscribe to bug 1181334 instead! Thanks for your help.

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

Title:
  changing the default arches in import_pxe_files prevents maas-import-
  ephemerals from running

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1240215/+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 1181334] Re: i386 required to install amd64

2013-11-01 Thread Chris Glass
Can confirm, it would save us (the landscape team, but also other users
I wager) a lot of time and disk space if we could only download amd64
images and use that successfully.

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

Title:
  i386 required to install amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1181334/+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 1181334] Re: i386 required to install amd64

2013-11-01 Thread Adam Collard
** Tags added: landscape

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

Title:
  i386 required to install amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1181334/+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 1159818] Re: Allow architecture armhf with template ubuntu-cloud when running on ARM

2013-11-01 Thread Oleg Strikov
This was fixed by smoser and pushed to trunk.
Here is a diff if you're interested: https://pastebin.canonical.com/99718/

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

Title:
  Allow architecture armhf with template ubuntu-cloud when running on
  ARM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1159818/+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 1247148] [NEW] rndc addzone isn't working. fix available

2013-11-01 Thread Pavel Piatruk
Public bug reported:

OS: Ubuntu 12.04,

Bind package:
ii  bind91:9.8.1.dfsg.P1-4ubuntu0.7 
  Internet Domain Name Server

Bind folder:
drwxr-s--- 3 bind bind 4096 Nov  1 20:46 /etc/bind

* Steps to reproduce the issue

rndc -s localhost   addzone  'zzz.com { type master; file 
/etc/bind/master/zzz.com; };'  
rndc: 'addzone' failed: permission denied

* Steps to fix
Edit /etc/init.d/bind9 , add -d /etc/bind to start-stop-daemon in start) 
section

* Explanation
Named tries to store *.nzf (zones created by rndc zoneadd) in a directory from 
where it started. By default it is not /etc/bind

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

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

Title:
  rndc addzone isn't working. fix available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1247148/+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 1242913] Re: /dev/pts being created with mode=600 by Lxc

2013-11-01 Thread Dustin Kirkland 
Ah, my bad, Stephane.  I tested Ubuntu 13.10 saucy.

** Tags added: verification-done-saucy

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

Title:
  /dev/pts being created with mode=600 by Lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1242913/+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 1242913] Re: /dev/pts being created with mode=600 by Lxc

2013-11-01 Thread Dustin Kirkland 
ubuntu@ip-10-164-72-103:~$ cat /etc/issue
Ubuntu 13.04 \n \l

ubuntu@ip-10-164-72-103:~$ dpkg -l | grep lxc
ii  liblxc00.9.0-0ubuntu3.7   
amd64Linux Containers userspace tools (library)
ii  lxc0.9.0-0ubuntu3.7   
amd64Linux Containers userspace tools
ii  lxc-docker 0.6.5  
amd64lxc-docker is a Linux container runtime
ii  lxc-docker-0.6.5   0.6.5  
amd64lxc-docker is a Linux container runtime
ii  lxc-templates  0.9.0-0ubuntu3.7   
all  Linux Containers userspace tools (development)
ii  python3-lxc0.9.0-0ubuntu3.7   
amd64Linux Containers userspace tools (Python 3.x bindings)

ubuntu@ip-10-164-72-103:~$ fgrep pts /proc/mounts
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0

ubuntu@ip-10-164-72-103:~$ sudo docker run -i -t ubuntu /bin/bash

root@853de93e944c:/# fgrep pts /proc/mounts
devpts /dev/tty1 devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=666 0 0
devpts /dev/ptmx devpts rw,relatime,gid=5,mode=620,ptmxmode=666 0 0


** Tags added: verification-done-raring

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

Title:
  /dev/pts being created with mode=600 by Lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1242913/+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 1242913] Re: /dev/pts being created with mode=600 by Lxc

2013-11-01 Thread Dustin Kirkland 
ubuntu@ip-10-185-176-79:~$ cat /etc/issue
Ubuntu 12.10 \n \l

ubuntu@ip-10-185-176-79:~$ dpkg -l | grep lxc
ii  liblxc00.8.0~rc1-4ubuntu39.12.10.5
amd64Linux Containers userspace tools (library)
ii  lxc0.8.0~rc1-4ubuntu39.12.10.5
amd64Linux Containers userspace tools
ii  lxc-docker 0.6.5  
amd64lxc-docker is a Linux container runtime
ii  lxc-docker-0.6.5   0.6.5  
amd64lxc-docker is a Linux container runtime

ubuntu@ip-10-185-176-79:~$ fgrep pts /proc/mounts
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0

ubuntu@ip-10-185-176-79:~$ sudo docker run -i -t ubuntu /bin/bash

root@e2c33ddbd910:/# fgrep pts /proc/mounts
devpts /dev/tty1 devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=666 0 0
devpts /dev/ptmx devpts rw,relatime,gid=5,mode=620,ptmxmode=666 0 0


** Tags added: verification-done-quantal

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

Title:
  /dev/pts being created with mode=600 by Lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1242913/+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 1242913] Re: /dev/pts being created with mode=600 by Lxc

2013-11-01 Thread Dustin Kirkland 
Strike Comment #19.  Precise is good too.

** Tags added: verification-done-precise

** Tags removed: verification-needed

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

Title:
  /dev/pts being created with mode=600 by Lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1242913/+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 1242913] Re: /dev/pts being created with mode=600 by Lxc

2013-11-01 Thread Dustin Kirkland 
Hang on, wrong paste there for precise...

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

Title:
  /dev/pts being created with mode=600 by Lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1242913/+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 1242913] Re: /dev/pts being created with mode=600 by Lxc

2013-11-01 Thread Dustin Kirkland 
ubuntu@ip-10-166-49-90:~$ cat /etc/issue
Ubuntu 12.04.3 LTS \n \l

ubuntu@ip-10-166-49-90:~$ dpkg -l | grep lxc
ii  lxc  0.7.5-3ubuntu69   Linux 
containers userspace tools
ii  lxc-docker   0.6.5 
lxc-docker is a Linux container runtime
ii  lxc-docker-0.6.5 0.6.5 
lxc-docker is a Linux container runtime

ubuntu@ip-10-166-49-90:~$ fgrep pts /proc/mounts
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0

ubuntu@ip-10-166-49-90:~$ sudo docker run -i -t ubuntu /bin/bash

root@b244742650f6:/# fgrep pts /proc/mounts
devpts /dev/tty1 devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620,ptmxmode=666 0 0
devpts /dev/ptmx devpts rw,relatime,gid=5,mode=620,ptmxmode=666 0 0

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

Title:
  /dev/pts being created with mode=600 by Lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1242913/+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 1243476] Re: Apache 2.4 transition broke the web interface

2013-11-01 Thread Paul Thompson
A temporary workaround is to create a symbolic link in the /etc/apache2
/conf-enabled directory to the existing configuration file in
/etc/apache2/conf.d directory:

sudo ln -s /etc/apache2/conf.d/backuppc.conf /etc/apache2/conf-
enabled/backuppc.conf

restarting the apache2 webserver should re-enable web access to backuppc

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

Title:
  Apache 2.4 transition broke the web interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/1243476/+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 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2013-11-01 Thread Dirk Schuster
same problem with package openssh-server of Ubuntu 13.10 (Saucy)

error messages in /var/log/auth.log after boot process:
Nov  1 17:31:46 pc sshd[1209]: error: Bind to port xxx on yyy.yyy.y.y failed: 
Cannot assign requested address.
Nov  1 17:31:46 pc sshd[1209]: fatal: Cannot bind any address.

reason:
/etc/ssh/sshd_config uses ListenAddress option

solution:
in /etc/init/ssh.conf
change line
start on runlevel [2345]
to
start on runlevel [2345] and net-device-up IFACE!=lo

message in /var/log/auth.log after boot process now:
Nov  1 17:39:20 pc sshd[1518]: Server listening on yyy.yyy.y.y port xxx.


What needs to be done, so that the solution will get into the package? Could 
anybody help?

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

Title:
  sshd will not start at boot if ListenAddress is set, because network
  interface is not yet up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/216847/+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 1247229] [NEW] causes procps configure to fail

2013-11-01 Thread Salvador Abreu
Public bug reported:

error: Invalid argument setting key net.ipv4.tcp_mem

found in /etc/sysctl.d/30-iscsitarget.conf

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: iscsitarget (not installed)
ProcVersionSignature: Ubuntu 3.2.0-34.53-generic 3.2.33
Uname: Linux 3.2.0-34-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Fri Nov  1 18:31:17 2013
InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
MarkForUpload: True
SourcePackage: iscsitarget
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  causes procps configure to fail

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iscsitarget/+bug/1247229/+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 1243476] Re: Apache 2.4 transition broke the web interface

2013-11-01 Thread matt
Workaround did not work for me on a freshly installed system. Getting
the following error on restart of apache2:

 * Restarting web server apache2
   ...fail!
 * The apache2 configtest failed.
Output of config test was:
apache2: Syntax error on line 216 of /etc/apache2/apache2.conf: Could not open 
configuration file /etc/apache2/conf-enabled/backuppc.conf: No such file or 
directory
Action 'configtest' failed.
The Apache error log may have more information.

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

Title:
  Apache 2.4 transition broke the web interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/1243476/+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 1243476] Re: Apache 2.4 transition broke the web interface

2013-11-01 Thread matt
Instead this workaround worked (like MDill described in the original Bug
Description):

ln -s /etc/backuppc/apache.conf /etc/apache2/conf-enabled/backuppc.conf

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

Title:
  Apache 2.4 transition broke the web interface

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backuppc/+bug/1243476/+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 1243017] Re: upstart commands break inside byobu-tmux after a session restart

2013-11-01 Thread Dustin Kirkland 
** Changed in: byobu (Ubuntu)
   Importance: Undecided = Low

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

Title:
  upstart commands break inside byobu-tmux after a session restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1243017/+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 1244509] Re: .screenrc bindings overrides .byobu/keybindings

2013-11-01 Thread Dustin Kirkland 
Committed revision 2230.


** Changed in: byobu (Ubuntu)
   Status: New = In Progress

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

** Changed in: byobu (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland  (kirkland)

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

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

Title:
  .screenrc bindings overrides .byobu/keybindings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1244509/+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 1243017] Re: upstart commands break inside byobu-tmux after a session restart

2013-11-01 Thread Dustin Kirkland 
Committed revision 2231.


** Changed in: byobu (Ubuntu)
   Status: New = In Progress

** Changed in: byobu (Ubuntu)
 Assignee: (unassigned) = Dustin Kirkland  (kirkland)

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

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

Title:
  upstart commands break inside byobu-tmux after a session restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1243017/+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 1243017] Re: upstart commands break inside byobu-tmux after a session restart

2013-11-01 Thread Launchpad Bug Tracker
** Branch linked: lp:byobu

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

Title:
  upstart commands break inside byobu-tmux after a session restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1243017/+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 1244509] Re: .screenrc bindings overrides .byobu/keybindings

2013-11-01 Thread Launchpad Bug Tracker
** Branch linked: lp:byobu

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

Title:
  .screenrc bindings overrides .byobu/keybindings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1244509/+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 1237071] Re: Incompatible with virtualenv

2013-11-01 Thread Dustin Kirkland 
Committed revision 2232.


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

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

Title:
  Incompatible with virtualenv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1237071/+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 1231490] Re: [SRU] cloud-init should handle formating the azure disks

2013-11-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/cloud-init

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

Title:
  [SRU] cloud-init should handle formating the azure disks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1231490/+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 1237071] Re: Incompatible with virtualenv

2013-11-01 Thread Launchpad Bug Tracker
** Branch linked: lp:byobu

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

Title:
  Incompatible with virtualenv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1237071/+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 1245486] Re: package python-vm-builder 0.12.4+bzr488-0ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-11-01 Thread Antonio Messina
Any news on this? Why is it marked as invalid?

** Changed in: vm-builder (Ubuntu)
   Status: Invalid = Incomplete

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

Title:
  package python-vm-builder 0.12.4+bzr488-0ubuntu1 failed to
  install/upgrade: ErrorMessage: subprocess installed post-installation
  script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1245486/+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 1244509] Re: .screenrc bindings overrides .byobu/keybindings

2013-11-01 Thread Launchpad Bug Tracker
This bug was fixed in the package byobu - 5.62-0ubuntu1

---
byobu (5.62-0ubuntu1) trusty; urgency=low

  * usr/share/byobu/keybindings/f-keys.tmux:
- as it turns out, showing the current window name when renaming
  is really annoying
  * usr/bin/byobu-janitor, usr/lib/byobu/menu,
usr/share/byobu/profiles/screenrc: LP: #1244509
- customizations of screen configuration should go in
  $BYOBU_CONFIG_DIR/.screenrc, which will be sourced last; rather than
  ~/.screenrc (which should be reserved for screen-without-byobu)
  * usr/bin/byobu-reconnect-sockets, usr/bin/byobu-select-session:
- LP: #1243017
- add a few environment variables to restore, including upstart
  to ensure upstart commands resume working in a session restart
  * README, usr/bin/byobu-config, usr/bin/byobu-select-session,
usr/lib/byobu/include/ec2instancespricing.py:
- LP: #996559, LP: #988471, LP: #1237071
- Okay, this is the last time I'm going back and forth on this;
  for real ;-)
- In our 3 python scripts, we are going to use #!/usr/bin/python
  + The vast majority of Byobu users are getting it from their
distro, and the package itself appropriately depends on python
- Advanced users, developers, and others who want to run a different
  python in their environment will need to sed update three scripts
- I've left a hint in the README to that effect
 -- Dustin Kirkland kirkl...@ubuntu.com   Fri, 18 Oct 2013 16:29:56 -0500

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

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

Title:
  .screenrc bindings overrides .byobu/keybindings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1244509/+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 1243017] Re: upstart commands break inside byobu-tmux after a session restart

2013-11-01 Thread Launchpad Bug Tracker
This bug was fixed in the package byobu - 5.62-0ubuntu1

---
byobu (5.62-0ubuntu1) trusty; urgency=low

  * usr/share/byobu/keybindings/f-keys.tmux:
- as it turns out, showing the current window name when renaming
  is really annoying
  * usr/bin/byobu-janitor, usr/lib/byobu/menu,
usr/share/byobu/profiles/screenrc: LP: #1244509
- customizations of screen configuration should go in
  $BYOBU_CONFIG_DIR/.screenrc, which will be sourced last; rather than
  ~/.screenrc (which should be reserved for screen-without-byobu)
  * usr/bin/byobu-reconnect-sockets, usr/bin/byobu-select-session:
- LP: #1243017
- add a few environment variables to restore, including upstart
  to ensure upstart commands resume working in a session restart
  * README, usr/bin/byobu-config, usr/bin/byobu-select-session,
usr/lib/byobu/include/ec2instancespricing.py:
- LP: #996559, LP: #988471, LP: #1237071
- Okay, this is the last time I'm going back and forth on this;
  for real ;-)
- In our 3 python scripts, we are going to use #!/usr/bin/python
  + The vast majority of Byobu users are getting it from their
distro, and the package itself appropriately depends on python
- Advanced users, developers, and others who want to run a different
  python in their environment will need to sed update three scripts
- I've left a hint in the README to that effect
 -- Dustin Kirkland kirkl...@ubuntu.com   Fri, 18 Oct 2013 16:29:56 -0500

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

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

Title:
  upstart commands break inside byobu-tmux after a session restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1243017/+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 1237071] Re: Incompatible with virtualenv

2013-11-01 Thread Launchpad Bug Tracker
This bug was fixed in the package byobu - 5.62-0ubuntu1

---
byobu (5.62-0ubuntu1) trusty; urgency=low

  * usr/share/byobu/keybindings/f-keys.tmux:
- as it turns out, showing the current window name when renaming
  is really annoying
  * usr/bin/byobu-janitor, usr/lib/byobu/menu,
usr/share/byobu/profiles/screenrc: LP: #1244509
- customizations of screen configuration should go in
  $BYOBU_CONFIG_DIR/.screenrc, which will be sourced last; rather than
  ~/.screenrc (which should be reserved for screen-without-byobu)
  * usr/bin/byobu-reconnect-sockets, usr/bin/byobu-select-session:
- LP: #1243017
- add a few environment variables to restore, including upstart
  to ensure upstart commands resume working in a session restart
  * README, usr/bin/byobu-config, usr/bin/byobu-select-session,
usr/lib/byobu/include/ec2instancespricing.py:
- LP: #996559, LP: #988471, LP: #1237071
- Okay, this is the last time I'm going back and forth on this;
  for real ;-)
- In our 3 python scripts, we are going to use #!/usr/bin/python
  + The vast majority of Byobu users are getting it from their
distro, and the package itself appropriately depends on python
- Advanced users, developers, and others who want to run a different
  python in their environment will need to sed update three scripts
- I've left a hint in the README to that effect
 -- Dustin Kirkland kirkl...@ubuntu.com   Fri, 18 Oct 2013 16:29:56 -0500

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

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

Title:
  Incompatible with virtualenv

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1237071/+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 1241785] Re: should allow nesting without changing TERM

2013-11-01 Thread Launchpad Bug Tracker
This bug was fixed in the package byobu - 5.62-0ubuntu1

---
byobu (5.62-0ubuntu1) trusty; urgency=low

  * usr/share/byobu/keybindings/f-keys.tmux:
- as it turns out, showing the current window name when renaming
  is really annoying
  * usr/bin/byobu-janitor, usr/lib/byobu/menu,
usr/share/byobu/profiles/screenrc: LP: #1244509
- customizations of screen configuration should go in
  $BYOBU_CONFIG_DIR/.screenrc, which will be sourced last; rather than
  ~/.screenrc (which should be reserved for screen-without-byobu)
  * usr/bin/byobu-reconnect-sockets, usr/bin/byobu-select-session:
- LP: #1243017
- add a few environment variables to restore, including upstart
  to ensure upstart commands resume working in a session restart
  * README, usr/bin/byobu-config, usr/bin/byobu-select-session,
usr/lib/byobu/include/ec2instancespricing.py:
- LP: #996559, LP: #988471, LP: #1237071
- Okay, this is the last time I'm going back and forth on this;
  for real ;-)
- In our 3 python scripts, we are going to use #!/usr/bin/python
  + The vast majority of Byobu users are getting it from their
distro, and the package itself appropriately depends on python
- Advanced users, developers, and others who want to run a different
  python in their environment will need to sed update three scripts
- I've left a hint in the README to that effect
 -- Dustin Kirkland kirkl...@ubuntu.com   Fri, 18 Oct 2013 16:29:56 -0500

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

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

Title:
  should allow nesting without changing TERM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/byobu/+bug/1241785/+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 1247262] [NEW] [SRU] datasource for smartos uses util.is_true instead of futil.is_true

2013-11-01 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

[Impact]: The cloud-init version Precise uses the wrong is_true test
from util instead of futil for the SmartOS datasource. If a user sends
over a user-script or user-data, the instance will be unaccessable due
to a stack trace. This means that user-data or user-scripts are fatal to
the instance as the user will be unable to access system using SmartOS
as the virtualization platform.

[Test Case]:
1. Create a simple user-data script
2. Boot up 12.04 in SmartOS
3. Update the instance meta-data with user-script
4. delete /var/lib/cloud
5. Run cloud-init start and cloud-init-cfg all
6. Check /var/log/cloud-init.log for errors
7. Confirm that simple user-data script ran
8. The user-data script should be found in /var/lib/cloud/instance/user-data.txt

[REGRESSION] None. This change is fixes broken functionality and is a
two line change. This has been tested on SmartOS and confirmed to fix
the problem.

datasource for smartos uses util.is_true instead of futil.is_true, this
causes a stack trace on SmartOS

2013-11-01 18:21:39,683 - cloud-init[INFO]: cloud-init start-local running: 
Fri, 01 Nov 2013 18:21:39 +. up 7.28 seconds
2013-11-01 18:21:39,874 - __init__.py[DEBUG]: searching for data source in []
2013-11-01 18:21:39,874 - __init__.py[DEBUG]: Did not find data source. 
searched classes: []
2013-11-01 18:21:43,765 - cloud-init[INFO]: cloud-init start running: Fri, 01 
Nov 2013 18:21:43 +. up 11.19 seconds
2013-11-01 18:21:43,861 - __init__.py[DEBUG]: searching for data source in 
['DataSourceSmartOS']
2013-11-01 18:21:43,861 - DataSourceSmartOS.py[DEBUG]: Getting hostname from 
dmidecode
2013-11-01 18:21:43,864 - DataSourceSmartOS.py[DEBUG]: Determining hypervisor 
product name via dmidecode
2013-11-01 18:21:45,485 - __init__.py[WARNING]: get_data of DataSourceSmartOS 
raised 'module' object has no attribute 'is_true'
2013-11-01 18:21:45,500 - util.py[DEBUG]: Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/cloudinit/__init__.py, line 215, in 
get_data_source
if s.get_data():
  File /usr/lib/python2.7/dist-packages/cloudinit/DataSourceSmartOS.py, line 
144, in get_data
md[ci_noun] = self.query(smartos_noun, strip=strip)
  File /usr/lib/python2.7/dist-packages/cloudinit/DataSourceSmartOS.py, line 
178, in query
b64=b64)
  File /usr/lib/python2.7/dist-packages/cloudinit/DataSourceSmartOS.py, line 
240, in query_data
b64 = util.is_true(b64)
AttributeError: 'module' object has no attribute 'is_true'

2013-11-01 18:21:45,500 - __init__.py[DEBUG]: Did not find data source. 
searched classes: ['DataSourceSmartOS'] {noformat}
{noformat}

** Affects: cloud-init (Ubuntu)
 Importance: High
 Assignee: Ben Howard (utlemming)
 Status: In Progress

-- 
[SRU] datasource for smartos uses util.is_true instead of futil.is_true
https://bugs.launchpad.net/bugs/1247262
You received this bug notification because you are a member of Ubuntu Server 
Team, which is subscribed to cloud-init in Ubuntu.

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


[Bug 1247262] Re: [SRU] datasource for smartos uses util.is_true instead of futil.is_true

2013-11-01 Thread Ben Howard
** Package changed: ubuntu = cloud-init (Ubuntu)

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

Title:
  [SRU] datasource for smartos uses util.is_true instead of
  futil.is_true

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1247262/+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 1247262] Re: [SRU] datasource for smartos uses util.is_true instead of futil.is_true

2013-11-01 Thread Brian Murray
** Also affects: cloud-init (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

Title:
  [SRU] datasource for smartos uses util.is_true instead of
  futil.is_true

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1247262/+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 1247262] Re: [SRU] datasource for smartos uses util.is_true instead of futil.is_true

2013-11-01 Thread Ben Howard
** Description changed:

  [Impact]: The cloud-init version Precise uses the wrong is_true test
  from util instead of futil for the SmartOS datasource. If a user sends
  over a user-script or user-data, the instance will be unaccessable due
  to a stack trace. This means that user-data or user-scripts are fatal to
  the instance as the user will be unable to access system using SmartOS
  as the virtualization platform.
+ 
+ This only affects 12.04. futil is a backport of utilities in future
+ version. util.is_true is valid for 12.10 and later. As result, there is
+ no fix needed for quantal and later.
  
  [Test Case]:
  1. Create a simple user-data script
  2. Boot up 12.04 in SmartOS
  3. Update the instance meta-data with user-script
  4. delete /var/lib/cloud
  5. Run cloud-init start and cloud-init-cfg all
  6. Check /var/log/cloud-init.log for errors
  7. Confirm that simple user-data script ran
  8. The user-data script should be found in 
/var/lib/cloud/instance/user-data.txt
  
  [REGRESSION] None. This change is fixes broken functionality and is a
  two line change. This has been tested on SmartOS and confirmed to fix
  the problem.
  
  datasource for smartos uses util.is_true instead of futil.is_true, this
  causes a stack trace on SmartOS
  
  2013-11-01 18:21:39,683 - cloud-init[INFO]: cloud-init start-local running: 
Fri, 01 Nov 2013 18:21:39 +. up 7.28 seconds
  2013-11-01 18:21:39,874 - __init__.py[DEBUG]: searching for data source in []
  2013-11-01 18:21:39,874 - __init__.py[DEBUG]: Did not find data source. 
searched classes: []
  2013-11-01 18:21:43,765 - cloud-init[INFO]: cloud-init start running: Fri, 01 
Nov 2013 18:21:43 +. up 11.19 seconds
  2013-11-01 18:21:43,861 - __init__.py[DEBUG]: searching for data source in 
['DataSourceSmartOS']
  2013-11-01 18:21:43,861 - DataSourceSmartOS.py[DEBUG]: Getting hostname from 
dmidecode
  2013-11-01 18:21:43,864 - DataSourceSmartOS.py[DEBUG]: Determining hypervisor 
product name via dmidecode
  2013-11-01 18:21:45,485 - __init__.py[WARNING]: get_data of DataSourceSmartOS 
raised 'module' object has no attribute 'is_true'
  2013-11-01 18:21:45,500 - util.py[DEBUG]: Traceback (most recent call last):
    File /usr/lib/python2.7/dist-packages/cloudinit/__init__.py, line 215, in 
get_data_source
  if s.get_data():
    File /usr/lib/python2.7/dist-packages/cloudinit/DataSourceSmartOS.py, 
line 144, in get_data
  md[ci_noun] = self.query(smartos_noun, strip=strip)
    File /usr/lib/python2.7/dist-packages/cloudinit/DataSourceSmartOS.py, 
line 178, in query
  b64=b64)
    File /usr/lib/python2.7/dist-packages/cloudinit/DataSourceSmartOS.py, 
line 240, in query_data
  b64 = util.is_true(b64)
  AttributeError: 'module' object has no attribute 'is_true'
  
  2013-11-01 18:21:45,500 - __init__.py[DEBUG]: Did not find data source. 
searched classes: ['DataSourceSmartOS'] {noformat}
  {noformat}

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

Title:
  [SRU] datasource for smartos uses util.is_true instead of
  futil.is_true

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1247262/+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 1247262] Re: [SRU] datasource for smartos uses util.is_true instead of futil.is_true

2013-11-01 Thread Brian Murray
Hello Ben, or anyone else affected,

Accepted cloud-init into precise-proposed. The package will build now
and be available at http://launchpad.net/ubuntu/+source/cloud-
init/0.6.3-0ubuntu1.9 in a few hours, and then in the -proposed
repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: cloud-init (Ubuntu Precise)
   Status: New = Fix Committed

** Tags added: verification-needed

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

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

Title:
  [SRU] datasource for smartos uses util.is_true instead of
  futil.is_true

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1247262/+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 1184451] Re: Ubuntu 13.10 random screen freeze while Normal OS activites

2013-11-01 Thread abdozzahra
I have the same problem with intel graphic card. freeze time to time.
by enabling hot corner in desktop and move mouse to corners in freeze time , i 
can unfreeze desktop

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

Title:
  Ubuntu 13.10 random screen freeze while Normal OS activites

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1184451/+subscriptions

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


[Bug 1138033] Re: autokey-gtk crashed with TypeError in on_delete_item(): function takes at most 0 arguments (2 given)

2013-11-01 Thread Bug Watch Updater
** Changed in: autokey (Debian)
   Status: New = 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/1138033

Title:
  autokey-gtk crashed with TypeError in on_delete_item(): function takes
  at most 0 arguments (2 given)

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

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


[Bug 1093792] Re: [HP ENVY 4 Notebook PC, IDT 92HD91BXX, Speaker, Internal] Playback problem

2013-11-01 Thread Raymond
force the driver to use spec-mixer_nid when the pin is mono

** Patch added: use spec-mixer_nid when parsing mono pin in hda_generic.c
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1093792/+attachment/3897337/+files/92hd91b_mono_pin.patch

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

Title:
  [HP ENVY 4 Notebook PC, IDT 92HD91BXX, Speaker, Internal] Playback
  problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1093792/+subscriptions

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


[Bug 1246929] Re: alsa bug in KVM virtual machines

2013-11-01 Thread Raymond
** Changed in: alsa-driver (Ubuntu)
   Status: New = Incomplete

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

Title:
  alsa bug in KVM virtual machines

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1246929/+subscriptions

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


[Bug 105453] Re: [needs-packaging] eclipse-i18n

2013-11-01 Thread Jörg Frings-Fürst
not found on eclipse.org
change status to Invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] eclipse-i18n

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

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


[Bug 1246981] [NEW] Bluetooth mouse failes to re-connect after sleep.

2013-11-01 Thread Peter Nunn
Public bug reported:

This exact harware was working faultlessly in 13.04. Since re-installing
at 13.10 the mouse consistently failes to reconnect after the device
either hybernates or ever goes to screen saver sleep.

I have to remove the dive and re-add it each time (which works well).

There are other issues with the bluetooth stack as well in that I have
not found any way to use bluetooth tethering to my mobile which again
worked well and was easy to configure in 13.04

Peter.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: bluetooth 4.101-0ubuntu8b1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Fri Nov  1 16:44:37 2013
InstallationDate: Installed on 2013-10-19 (13 days ago)
InstallationMedia: Kubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
InterestingModules: bnep rfcomm btusb bluetooth
MachineType: Dell Inc. Latitude E6530
MarkForUpload: True
PackageArchitecture: all
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=8283de78-9264-42bf-a8b4-25643fa1475f ro quiet splash
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/13/2012
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A09
dmi.board.name: 07Y85M
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA09:bd12/13/2012:svnDellInc.:pnLatitudeE6530:pvr01:rvnDellInc.:rn07Y85M:rvrA01:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E6530
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
hciconfig:
 hci0:  Type: BR/EDR  Bus: USB
BD Address: 20:16:D8:9C:38:E5  ACL MTU: 1021:8  SCO MTU: 64:1
UP RUNNING PSCAN ISCAN 
RX bytes:1817731 acl:117432 sco:0 events:5271 errors:0
TX bytes:37955 acl:131 sco:0 commands:5096 errors:0
syslog:
 Nov  1 14:50:19 pnunn-Latitude-E6530 bluetoothd[1015]: Discovery session 
0x7f6489f7b450 with :1.582 activated
 Nov  1 14:50:25 pnunn-Latitude-E6530 bluetoothd[1015]: Unknown command 
complete for opcode 37
 Nov  1 14:50:28 pnunn-Latitude-E6530 bluetoothd[1015]: Stopping discovery
 Nov  1 14:50:36 pnunn-Latitude-E6530 kernel: [60934.211132] input: Microsoft 
Bluetooth Notebook Mouse 5000 as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/bluetooth/hci0/hci0:11/input29
 Nov  1 14:50:36 pnunn-Latitude-E6530 kernel: [60934.211646] hid-generic 
0005:045E:0700.000C: input,hidraw3: BLUETOOTH HID v1.00 Mouse [Microsoft 
Bluetooth Notebook Mouse 5000] on 20:16:d8:9c:38:e5

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


** Tags: amd64 apport-bug saucy

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

Title:
  Bluetooth mouse failes to re-connect after sleep.

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

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


[Bug 1246883] Re: Hot keys do not work after do-release-upgrade to xubuntu 13.10 [1005HA, Realtek ALC269, Speaker, Internal] volume slider problem

2013-11-01 Thread Raymond
playback volume at 100% is not 0dB


  Amp-Out caps: ofs=0x3f, nsteps=0x40, stepsize=0x03, mute=0
  Amp-Out vals:  [0x3f 0x3f]


state.Intel {
control.1 {
iface MIXER
name 'Headphone Playback Volume'
value.0 63
value.1 63
comment {
access 'read write'
type INTEGER
count 2
range '0 - 64'
dbmin -6300
dbmax 100
dbvalue.0 0
dbvalue.1 0
}
}
control.3 {
iface MIXER
name 'Speaker Playback Volume'
value.0 64
value.1 64
comment {
access 'read write'
type INTEGER
count 2
range '0 - 64'
dbmin -6300
dbmax 100
dbvalue.0 100
dbvalue.1 100
}
}



 * index: 0
name: alsa_output.pci-_00_1b.0.analog-stereo
driver: module-alsa-card.c
flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
DYNAMIC_LATENCY
state: SUSPENDED
suspend cause: IDLE 
priority: 9959
volume: 0: 100% 1: 100%
0: 0,00 dB 1: 0,00 dB
balance 0,00
base volume:  96%
 -1,00 dB
volume steps: 65537
muted: no

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

Title:
  Hot keys do not work after do-release-upgrade to xubuntu 13.10
  [1005HA, Realtek ALC269, Speaker, Internal] volume slider problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1246883/+subscriptions

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


[Bug 105455] Re: [needs-packaging] freera

2013-11-01 Thread Jörg Frings-Fürst
last release 2008-02-03 
change status to Invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] freera

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

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


[Bug 105468] Re: [needs-packaging] metisse

2013-11-01 Thread Jörg Frings-Fürst
last release 09-Dec-2008
change status to Invalid

** Changed in: ubuntu
   Status: In Progress = Invalid

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

Title:
  [needs-packaging] metisse

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

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


[Bug 105483] Re: [needs-packaging] Club Player peertv

2013-11-01 Thread Jörg Frings-Fürst
domain is to sell
change status to Invalid

** Changed in: ubuntu
   Status: Incomplete = Invalid

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

Title:
  [needs-packaging] Club Player peertv

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

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


[Bug 1176412] Re: Stopmotion segfault when activating camera

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

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

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

Title:
  Stopmotion segfault when activating camera

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

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


[Bug 1246883] Re: Hot keys do not work after do-release-upgrade to xubuntu 13.10 [1005HA, Realtek ALC269, Speaker, Internal] volume slider problem

2013-11-01 Thread Raymond
https://wiki.ubuntu.com/PulseAudio/Log

** Changed in: alsa-driver (Ubuntu)
   Status: New = Incomplete

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

Title:
  Hot keys do not work after do-release-upgrade to xubuntu 13.10
  [1005HA, Realtek ALC269, Speaker, Internal] volume slider problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1246883/+subscriptions

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


[Bug 105499] Re: [needs-packaging] sears

2013-11-01 Thread Jörg Frings-Fürst
last release 2009-08-07 
change status to invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] sears

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

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


[Bug 1246986] [NEW] switching properties on main display results in logout and no change

2013-11-01 Thread omarly666
Public bug reported:

earlier i have had my extra display on my left - laptop on the right and
no problem doing this using nvidia-settings

after latest update it results in a logout, and back to square one

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: nvidia-settings (not installed)
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: i386
Date: Fri Nov  1 07:38:07 2013
InstallationDate: Installed on 2013-07-20 (103 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MarkForUpload: True
SourcePackage: nvidia-settings-304
UpgradeStatus: Upgraded to saucy on 2013-10-17 (14 days ago)

** Affects: nvidia-settings-304 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 saucy

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

Title:
  switching properties on main display results in logout and no change

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-settings-304/+bug/1246986/+subscriptions

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


[Bug 1020083] Re: No sound on headphones until setting unamplified volume

2013-11-01 Thread Izidor Matušov
I haven't experienced this bug for really long time, closing it.

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

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

Title:
  No sound on headphones until setting unamplified volume

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

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


[Bug 1192458] Re: [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

2013-11-01 Thread Nomad
** Attachment removed: alsa-info_cut.txt
   
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1192458/+attachment/3896703/+files/alsa-info_cut.txt

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

Title:
  [USB-Audio, playback] 4-channel mode don't work on E-MU 0204 USB

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1192458/+subscriptions

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


[Bug 105501] Re: [needs-packaging] tabencode

2013-11-01 Thread Jörg Frings-Fürst
website offline
change status to Invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] tabencode

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

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


Re: [Bug 1241929] Re: Lightdm Ubuntu 13.10 fails to start intermittently after cold boot or from shutdown/reboot.

2013-11-01 Thread Eugene
Adam: Unfortunately, I am not running my system under that install anymore
so the output wouldn't be of any benefit. Thx!


On Thu, Oct 31, 2013 at 4:41 PM, Adam Niedling
1241...@bugs.launchpad.netwrote:

 Eugene: Just run apport-collect 1241929!

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

 Title:
   Lightdm Ubuntu 13.10 fails to start intermittently after cold boot
   or from shutdown/reboot.

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1241929/+subscriptions



-- 
Entia non sunt multiplicanda praeter necessitatem -- (William of Ockham)
-- Pluralitas non est ponenda sine neccesitate.

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

Title:
  Lightdm Ubuntu 13.10 fails to start intermittently after cold boot
  or from shutdown/reboot.

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

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


[Bug 1208019] Re: Eclipse menus doesn't show up in Saucy

2013-11-01 Thread Marc-Andre Laperle
As a follow up to my previous comment: Unfortunately, adding eclipse
to the blacklist (in addition to Eclipse) only works for 32 bit
because in 64 bit, the eclipse process forks a java process. Since the
blacklist works on the executable name, that would mean blacklisting all
java programs which would be overkill. It looks like the real solution
will be to make the global menu work.

Here are my observations looking into blacklisting:

13.04: 
- g_set_prgname is called first with eclipse when showing the splash screen
- A few seconds later g_set_prgname is called again with Eclipse, from some 
java code
- Then, when a gtk_combo_box is constructed, the menu_proxy_module gets loaded 
and the blacklist is checked using g_get_prgname, Eclipse matches

13.10 (32 bit):
- g_set_prgname is called first with eclipse when showing the splash screen
- In the same call to show the splash screen, gtk_module gets initialized and 
the blacklist is checked using g_get_prgname, eclipse doesn't match Eclipse
- Then a few seconds later g_set_prgname is called again with Eclipse, from 
some java code

13.10 (64 bit):
- g_set_prgname is called first with java when showing the splash screen
- In the same call to show the splash screen, gtk_module gets initialized and 
the blacklist is checked using g_get_prgname, java doesn't match Eclipse
- Then a few seconds later g_set_prgname is called again with Eclipse, from 
some java code

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

Title:
  Eclipse menus doesn't show up in Saucy

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

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


[Bug 1101796] Re: All videos play at 3X speed if audio output set to hdmi

2013-11-01 Thread Raymond
Default sample spec: s16le 2ch 44100Hz
Default channel map: front-left,front-right
Default sink name: alsa_output.pci-_00_1b.0.analog-stereo
Default source name: alsa_input.pci-_00_1b.0.analog-stereo


default is still annlog and your hdmi port is not available


ports:
hdmi-output-0: HDMI / DisplayPort (priority 5900, available: no)
properties:

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

Title:
  All videos play at 3X speed if audio output set to hdmi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1101796/+subscriptions

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


[Bug 105975] Re: [needs-packaging] manslide

2013-11-01 Thread Jörg Frings-Fürst
not found on http://www.kde-apps.org/
change status to Invalid

** Changed in: ubuntu
   Status: Triaged = Invalid

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

Title:
  [needs-packaging] manslide

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

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


[Bug 1101796] Re: All videos play at 3X speed if audio output set to hdmi

2013-11-01 Thread Raymond
https://wiki.ubuntu.com/PulseAudio/Log

** Changed in: alsa-driver (Ubuntu)
   Status: Confirmed = Incomplete

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

Title:
  All videos play at 3X speed if audio output set to hdmi

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1101796/+subscriptions

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


[Bug 106001] Re: [needs-packaging] cuiterm

2013-11-01 Thread Jörg Frings-Fürst
last release 13.06.2007 
change status to Invalid

** Changed in: ubuntu
   Status: Triaged = Invalid

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

Title:
  [needs-packaging] cuiterm

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

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


[Bug 106161] Re: [needs-packaging]libnextaw0 / neXtaw

2013-11-01 Thread Jörg Frings-Fürst
last release  19-Apr-2010
change status to Invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging]libnextaw0 / neXtaw

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

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


[Bug 106111] Re: [needs-packaging] pygrenouille, the méteo of the Net

2013-11-01 Thread Jörg Frings-Fürst
website offline
change status to Invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] pygrenouille, the méteo of the Net

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

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

[Bug 1093792] Re: [HP ENVY 4 Notebook PC, IDT 92HD91BXX, Speaker, Internal] Playback problem

2013-11-01 Thread Raymond
autoconfig: line_outs=2 (0xd/0x10/0x0/0x0/0x0) type:speaker
   speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
   hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
   mono: mono_out=0x0
   inputs:
 Mic=0xc
 Internal Mic=0x11


== Best config: lo_type=2, wired=1, mio=1
multi_outs = b/0/0/0 : 13/0/0/0 (type HP)
  out path: depth=2 :13:0b
spk_outs = d/10/0/0 : 14/14/0/0
  spk path: depth=2 :14:0d
  spk path: depth=6 :14:1b:1c:19:1a:10


CTRL: add: Headphone Playback Volume:0
CTRL: add: Headphone Playback Switch:0
CTRL: add: Speaker Playback Volume:0
CTRL: add: Speaker Playback Switch:0
CTRL: add: Bass Speaker Playback Volume:0
CTRL: add: Bass Speaker Playback Switch:0

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

Title:
  [HP ENVY 4 Notebook PC, IDT 92HD91BXX, Speaker, Internal] Playback
  problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1093792/+subscriptions

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


[Bug 1246990] Re: [qemu-x86-64-linux-user 1.6.1] qemu: uncaught target signal 11 (Segmentation fault) - core dumped

2013-11-01 Thread skzzha
and, `strace ./rjsuuplicant -n eth0 -u USER -p PASS -d 1 -s internet` is
attached as strace_native.log

** Attachment added: strace_native.log
   
https://bugs.launchpad.net/qemu/+bug/1246990/+attachment/3897370/+files/strace_native.log

** Also affects: qemu (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/1246990

Title:
  [qemu-x86-64-linux-user 1.6.1] qemu: uncaught target signal 11
  (Segmentation fault) - core dumped

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

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


[Bug 1245188] Re: Unable to set the keyboard indicator to show an alternative layout

2013-11-01 Thread Andrew.Y
Alberto, exactly.

(With this feature it is possible to type text in definitely correct
layout without looking to screen, for example.)

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

Title:
  Unable to set the keyboard indicator to show an alternative layout

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

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


[Bug 106940] Re: [needs-packaging] gammuplus

2013-11-01 Thread Jörg Frings-Fürst
last version was released in May 2008.
change status to invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] gammuplus

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

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


[Bug 107365] Re: [needs-packaging] ta3D

2013-11-01 Thread Jörg Frings-Fürst
domain for sell
change status to Invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] ta3D

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

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


[Bug 107927] Re: [needs-packaging] gens

2013-11-01 Thread Jörg Frings-Fürst
last release2008-10-05
chnage status to Invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] gens

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

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


[Bug 108788] Re: [needs-packaging] Wyneken

2013-11-01 Thread Jörg Frings-Fürst
website offline
change status to Invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] Wyneken

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

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


[Bug 108660] Re: [needs-packaging] myfreetv

2013-11-01 Thread Jörg Frings-Fürst
last release 2008-11-20 
change status to Invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] myfreetv

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

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


[Bug 108300] Re: [needs-packaging] gpgm2srt

2013-11-01 Thread Jörg Frings-Fürst
last release  07 Feb 2006 
change status to Invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] gpgm2srt

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

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


[Bug 1246991] [NEW] Xorg crashes on dual AMD/Intel Ivybridge setup

2013-11-01 Thread Peter Wang
Public bug reported:

Xorg segfaults right after loading the radeonSI module and initializing
glamor if I have xserver-xorg-video-radeon installed. To get it working
again I had to use my Ivybridge graphics exclusively and blacklist the
radeon kernel module.

Attached is the Xorg.0.log up until the error. I know the xserver-xorg-
video-radeon package is newer, but I saw the same thing occurring with
Ubuntu's default version.

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

** Attachment added: the error log
   
https://bugs.launchpad.net/bugs/1246991/+attachment/3897371/+files/XorgErrorRadeonSI.log

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

Title:
  Xorg crashes on dual AMD/Intel Ivybridge setup

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

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


[Bug 1239795] Re: Cannot copy files via bluetooth: Operation not supported by backend

2013-11-01 Thread tvicol
Same issue in LMDE

Linux tibix 2 3.10-2-amd64 #1 SMP Debian 3.10.5-1 (2013-08-07) x86_64
GNU/Linux

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

Title:
  Cannot copy files via bluetooth: Operation not supported by backend

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

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


[Bug 1246992] [NEW] WiFi does not connect to WPA2-Enterprise network with TTLS and PAP auth

2013-11-01 Thread Max
Public bug reported:

Bug report:
Attempting to connect to the campus WiFi network under a clean install of 
Ubuntu 13.10 fails.
The network environment is set up using WPA2-Enterprise with TTLS and PAP 
authentication.
There is no CA certificate for clients to install, students and faculty are 
instructed to set their hardware to ignore the nonexistence of a CA cert.

My hardware is a Lenovo G780, the internal network card is a Broadcom BCM4313
I get the same behavior using a USB WiFi dongle by Belkin that I've had working 
on Ubuntu previous, so it's not just the Broadcom card giving the issue.

Probably important:
++ On this same hardware running Ubuntu 12.04, I could connect to the campus 
WiFi network.
++ Checking the system logs, I can verify that the WiFi card is associating 
with the access point for the network. It fails somewhere during authentication.
++ I have the same behavior with a USB WiFi dongle known to work with Ubuntu - 
that's a belkin that I've got to work on plenty of other setups. I'm pretty 
sure it's NetworkManager with the error since the same behavior happens on the 
Broadcom internal chip on my laptop, and the Belkin WiFi USB dongle.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: network-manager 0.9.8.0-0ubuntu22
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Fri Nov  1 03:01:25 2013
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-11-01 (0 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
InterestingModules: ndiswrapper
IpRoute:
 default via 192.168.13.1 dev eth1  proto static 
 192.168.13.0/24 dev eth1  proto kernel  scope link  src 192.168.13.73  metric 9
MarkForUpload: True
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 eth1   802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
 eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.0connected   enabled   enabled 
enabledenabled disabled

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


** Tags: amd64 apport-bug saucy

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

Title:
  WiFi does not connect to WPA2-Enterprise network with TTLS and PAP
  auth

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

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


[Bug 1246992] Re: WiFi does not connect to WPA2-Enterprise network with TTLS and PAP auth

2013-11-01 Thread Max
The attachment WifiSyslog.txt that was automatically added to this bug
report doesn't appear to demonstrate the bug. The connection log doesn't
have any attempts to get onto the campus network in it. If someone wants
it, I will post a better log example with a connection attempt to the
campus net.

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

Title:
  WiFi does not connect to WPA2-Enterprise network with TTLS and PAP
  auth

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

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


[Bug 108959] Re: [needs-packaging] kiba-dock

2013-11-01 Thread Jörg Frings-Fürst
http://sourceforge.net/projects/kibadock/ no files 
change status to Invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] kiba-dock

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

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


[Bug 1246656] Re: If keyboard layout switching hotkey is set to Ctrl+Shift, Ctrl+Shift+C/V are not working in gnome-terminal

2013-11-01 Thread Dmitry Shachnev
** Package changed: gnome-control-center (Ubuntu) = gnome-settings-
daemon (Ubuntu)

** Changed in: gnome-settings-daemon (Ubuntu)
   Importance: Undecided = High

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  If keyboard layout switching hotkey is set to Ctrl+Shift,
  Ctrl+Shift+C/V are not working in gnome-terminal

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

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


[Bug 1246804] Re: k3b fails to write a DVD with Unable to open new session

2013-11-01 Thread Thomas Schmitt
Hi,

 /usr/bin/wodim: Operation not permitted. Warning: Cannot raise
 RLIMIT_MEMLOCK limits.

This message is annoying but harmless.

The immediate reason for failure is given by these lines:

 CDB:  53 00 00 00 00 00 1F 52 53 00
 status: 0x2 (CHECK CONDITION)
 Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 72 05 00 00
 Sense Key: 0x5 Illegal Request, Segment 0 
 Sense Code: 0x72 Qual 0x05 (no more track reservations allowed) Fru 0x0

wodim tried to apply SCSI command RESERVE TRACK to
a medium which is not suitable for this command:

 Profile: 0x0013 (DVD-RW restricted overwrite) (current)

This is a formatted DVD-RW. I am not sure whether cdrecord
can deal with it. wodim cannot.
growisofs or libburn are suitable backends for this medium
state.

There remains the question why K3B used wodim for DVD and
not growisofs, as would be normal.


You can probably make the DVD-RW suitable for wodim by
one of these commands:

  wodim -v dev=/dev/sr0 blank=all
  dvd+rw-format -blank=full /dev/sr0
  xorriso  -outdev /dev/sr0 -blank all

They convert it from formatted state to unformatted.
Then it resembled more a CD-RW, which is what wodim
can understand.

These commands have to be repeated each time you want
to re-use the DVD-RW from scratch.


Have a nice day :)

Thomas

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

Title:
  k3b fails to write a DVD with Unable to open new session

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

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


[Bug 1235633] Re: kde battery applet shows 0% on full charged battery with Dell Latitude e5530: kubuntu 13.10

2013-11-01 Thread grawcho
*** This bug is a duplicate of bug 1240673 ***
https://bugs.launchpad.net/bugs/1240673

this also effect Asus Zenbook ux31 (with acpi instaled)

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

Title:
  kde battery applet shows 0% on full charged battery with Dell Latitude
  e5530: kubuntu 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-baseapps/+bug/1235633/+subscriptions

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


[Bug 109789] Re: [needs-packaging] GIST telugu fonts

2013-11-01 Thread Jörg Frings-Fürst
no fonts found on website
change status to invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] GIST telugu fonts

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

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


[Bug 1229059] Re: Firefox 24 uses stale manual proxy settings when configured to use system proxy settings, and system proxy settings are set to None

2013-11-01 Thread Wojtek Kazimierczak
Same problem with stale manual proxy settings in 25.0+build3-0ubuntu0.12.04.1. 
Workaround works.

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

Title:
  Firefox 24 uses stale manual proxy settings when configured to use
  system proxy settings, and system proxy settings are set to None

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

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


[Bug 1229059] Re: Firefox 24 uses stale manual proxy settings when configured to use system proxy settings, and system proxy settings are set to None

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

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

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

Title:
  Firefox 24 uses stale manual proxy settings when configured to use
  system proxy settings, and system proxy settings are set to None

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

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


[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2013-11-01 Thread Dmitry Shachnev
** Description changed:

  A PPA which should provide some relief for this issue is available at
  https://launchpad.net/~attente/+archive/1218322. There still remain
  issues regarding keyboard shortcuts though. To install:
  
  sudo add-apt-repository ppa:attente/1218322
  sudo apt-get update
  sudo apt-get upgrade
  
  === gnome-control-center ===
  
  Impact: the UI to change the layout switching keys doesn't work
  
  Test case:
  - open gnome-control-center's text input settings
  - click on the next layout key entry
  - try entering a key combinaison (e.g ctrl-space)
  - the UI should reflect the new keys
  
  Regression potential: that UI was not working before, it should only be
  an improvement (some key combos are not working as expected, that's
  another issue and shouldn't be mixed with this one)
  
  === gnome-settings-daemon ===
  
  Impact: attempting to change keyboard layouts using only modifier keys
  doesn't work
  
  Test case:
  - add at least two input sources through gnome-control-center's text entry 
settings
  - use gsettings to set the input switching shortcut to ctrl+left shift: 
gsettings set org.gnome.desktop.wm.keybindings switch-input-source 
['PrimaryShift_L']
  - press and release ctrl+left shift
  - the current input source should change
  
  Regression potential: The input switching shortcut might capture other
  non-modifier shortcuts, but users will need to consider this when
  choosing their switching shortcut anyways. For users this bug affects,
  this represents a working solution for a critical bug.
  
  --
  
  Test results for different keyboard layout change hotkeys may be viewed
  and added in the Google Docs table, created by Norbert
  
(https://docs.google.com/spreadsheet/ccc?key=0Ao5e713Ig9g_dEJrX2NRYlpLWWVzSWxsVXU4ck9HYVEusp=sharing).
  
  --
  
- Separate bug reports for individual layout switching hotkey combinations:
-  Super+Space and Shift+Super+Space, found in:
-   * Unity greeter 
(https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1245137);
-   * Unity session 
(https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1245136);
-   * lock screen - gnome-screensaver 
(https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1245138);
-   * ubiquity installer 
(https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1242572).
-  Alt+Shift
-   * lock screen - gnome-screensaver 
(https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1245256)
-   * Unity greeter 
(https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1245258)
-   * Can't set keyboard layout change to Alt+Shift 
(https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1245926)
-  Ctrl+Shift
-   * lock screen - gnome-screensaver 
(https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1245270)
-   * Unity greeter 
(https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1245268)
-   * Can't set keyboard layout change to Ctrl+Shift 
(https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1245991)
-   * If keyboard layout switching hotkey is set to Ctrl+Shift, 
Ctrl+Shift+C/V are not working in gnome-terminal 
(https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1246656)
-  Shift+Shift
-   * Can't set keyboard layout change to Shift+Shift 
(https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1245272)
-   * lock screen - gnome-screensaver 
(https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1245278)
-   * Unity greeter 
(https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1245280)
+ Separate bug reports for individual layout switching hotkey
+ combinations:
+ 
+ Super+Space and Shift+Super+Space:
+    * Unity greeter (bug 1245137);
+    * Unity session (bug 1245136);
+    * lock screen - gnome-screensaver (bug 1245138, bug 1245256);
+    * ubiquity installer (bug 1242572).
+ 
+ Alt+Shift:
+    * Unity greeter (bug 1245258)
+    * Can't set keyboard layout change to Alt+Shift (bug 1245926)
+ 
+ Ctrl+Shift:
+    * lock screen - gnome-screensaver (bug 1245270)
+    * Unity greeter (bug 1245268)
+    * Can't set keyboard layout change to Ctrl+Shift (bug 1245991)
+    * If keyboard layout switching hotkey is set to Ctrl+Shift, Ctrl+Shift+C/V 
are not working in gnome-terminal (bug 1246656)
+ 
+ Shift+Shift:
+    * Can't set keyboard layout change to Shift+Shift (bug 1245272)
+    * lock screen - gnome-screensaver (bug 1245278)
+    * Unity greeter (bug 1245280)
  
  Bugs which belong to keyboard layout switching:
-   * Hotkeys not functional in non-latin keyboard layout in 13.10 
(https://bugs.launchpad.net/unity/+bug/1226962)
-   * Keyboard Layout Options window is missed in gnome-control-center 
keyboard
- (https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1245064)
-   * Unable to set keyboard LED to show alternative layout in 

[Bug 109915] Re: [needs-packaging] Unix Amiga Delitracker Emulator (UADE2)

2013-11-01 Thread Jörg Frings-Fürst
last release 2009-10-29
change status to Invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] Unix Amiga Delitracker Emulator (UADE2)

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

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


[Bug 985966] Re: Drop-Down-Selection Propagates Wrong History for Pasting

2013-11-01 Thread Jackson Doak
Please tell me if that actually fixes it, and if there is any demand for
a 1.4.3 snapshot release.

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

Title:
  Drop-Down-Selection Propagates Wrong History for Pasting

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

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


[Bug 110398] Re: [needs-packaging] CdFly

2013-11-01 Thread Jörg Frings-Fürst
last release 2006-10-19
change status to invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] CdFly

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

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


[Bug 1241309] Re: Ubuntu 13.10 has no way to change individual input method settings

2013-11-01 Thread Mitch
I was typing and via the keyboard somehow switched the input from
simplified to traditional.  When I switched to English and back to
Chinese it was reset to simplified.  Is anyone else aware of how to
switch between simplified and traditional with the keyboard?  I was kind
of mashing the keys so I haven't been able to re-create it.  I feel like
it had something to do with control, shift and S or maybe .

Here is what I typed when it happened: “Nightly Specials”S應該是大字

As you can see, after the S it was in traditional and I was really
happy, but now I'm back to simplified :-/

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

Title:
  Ubuntu 13.10 has no way to change individual input method settings

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

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

[Bug 985966] Re: Drop-Down-Selection Propagates Wrong History for Pasting

2013-11-01 Thread Jackson Doak
It's in standard trusty now, and can be found at
http://launchpadlibrarian.net/154767364/clipit_1.4.2-1ubuntu1_amd64.deb
(64-bit) or
http://launchpadlibrarian.net/154802628/clipit_1.4.2-1ubuntu1_i386.deb
(32-bit)

** Branch unlinked: lp:~noskcaj/ubuntu/saucy/clipit/delta

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

Title:
  Drop-Down-Selection Propagates Wrong History for Pasting

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

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


[Bug 1004437] Re: grsync unity launcher integration

2013-11-01 Thread Amr Ibrahim
** Changed in: grsync (Ubuntu)
   Status: Confirmed = 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/1004437

Title:
  grsync unity launcher integration

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

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


[Bug 110418] Re: [needs-packaging] fonspot

2013-11-01 Thread Jörg Frings-Fürst
file not found
change status to invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] fonspot

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

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


[Bug 1246996] [NEW] New messages: alert, but not shown in message window, when logging disabled

2013-11-01 Thread Jeremy Malcolm
Public bug reported:

After upgrading to Ubuntu 13.10 recently, the behaviour of Empathy has
changed.  Before, when I received an alert about a new message and
subsequently opened the message window, the new message that I saw in
the alert would also be found in the message window.  Now, this is not
the case.  The message window is blank until a second message is sent.
Note that I have logging disabled.  If I enable logging, then I will see
the message, but without the proper CSS formatting: the message and
timestamp just appear with unformatted black text.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: empathy 3.8.4-1ubuntu1
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic i686
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: i386
Date: Fri Nov  1 15:31:59 2013
InstallationDate: Installed on 2011-01-05 (1030 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MarkForUpload: True
ProcEnviron:
 LANGUAGE=en_AU:en_GB:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_AU.utf8
 SHELL=/bin/bash
SourcePackage: empathy
UpgradeStatus: Upgraded to saucy on 2013-10-28 (4 days ago)

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


** Tags: apport-bug i386 saucy

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

Title:
  New messages: alert, but not shown in message window, when logging
  disabled

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

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


[Bug 110460] Re: [needs-packaging] gprsec

2013-11-01 Thread Jörg Frings-Fürst
404
change status to invalid

** Changed in: ubuntu
   Status: Confirmed = Invalid

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

Title:
  [needs-packaging] gprsec

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

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


[Bug 1068019] Re: distro-info needs to be updated for Raring

2013-11-01 Thread popoydiokno
** Changed in: distro-info (Ubuntu Oneiric)
 Assignee: (unassigned) = popoydiokno (pd51134)

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

Title:
  distro-info needs to be updated for Raring

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