[Bug 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-12-05 Thread Thomas Hood
The O'Reilly book _DNS and BIND_ says:

[QUOTE]
10.4.3.2 Interface interval

We've said already that BIND, by default, listens on all of a host's
network interfaces. BIND 8 is actually smart enough to notice when a
network interface on the host it's running on comes up or goes down. To
do this, it periodically scans the host's network interfaces. This
happens once each interface interval, which is 60 minutes by default. If
you know the host your name server runs on has no dynamic network
interfaces, you can disable scanning for new interfaces by setting the
interface interval to zero to avoid unnecessary hourly overhead:

options {
interface-interval 0;
};
On the other hand, if your host brings up or tears down network interfaces more 
often than every hour, you may want to reduce the interval.

[/QUOTE]

But when I tried it, named noticed right away that I had brought up an
interface. Will investigate further.

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 1081495] Re: E: Sub-process /usr/bin/dpkg returned an error code (1)

2012-12-05 Thread Raphaël Badin
On an openstack instance, tgt installs ok on ami-0176 but not on
ami-0173 (https://launchpadlibrarian.net/124433581/terminal.log).

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

Title:
  E: Sub-process /usr/bin/dpkg returned an error code (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1081495/+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 1081495] Re: E: Sub-process /usr/bin/dpkg returned an error code (1)

2012-12-05 Thread Raphaël Badin
Err, http://paste.ubuntu.com/1412280/

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

Title:
  E: Sub-process /usr/bin/dpkg returned an error code (1)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tgt/+bug/1081495/+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 1066834] Re: LevelForFileTypesDetection=0 produces unexpected results

2012-12-05 Thread Eric Klien
This bug is beyond annoying as I documented at
https://sourceforge.net/p/awstats/discussion/43430/thread/d2d5b969/

Here is the text from the posts that I did there:

After I upgraded from 6.95 to 7.0, the top ten pages started listing
.png files, etc. I tried downgrading and the problem didn't go away. I
put debug statements in awstats.pl and $NotPageList{png} has the correct
value. Any hints of what type of debug statements I should add to figure
out this problem?

Eric Klien

It seems that setting LevelForFileTypesDetection to 2 (from 0) stops the
statistics from adding more .png hits to the top 10 page list although
the old .png hits are still listed. (The apache log files are purged by
awstats after processing them since my logs get pretty big.) This seems
to be related to the bug documented at
https://bugs.launchpad.net/ubuntu/+source/awstats/+bug/1066834

I cleaned up the stuff between BEGIN_SIDER and END_SIDER in the relevant
.txt file and the problem seems to be solved. The fact that downgrading
didn't clean up the mistake in the .txt file threw me off for a while
when I tried to diagnose the problem.

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

Title:
  LevelForFileTypesDetection=0 produces unexpected results

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/awstats/+bug/1066834/+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 1086775] [NEW] bind9 uses high CPU after lucid-precise upgrade

2012-12-05 Thread Alex Bligh
Public bug reported:

Summary: bind9 uses very high CPU after an upgrade from Lucid to
Precise. I have traced this to a directory permissions problem as
/var/cache/bind is not writeable by the bind group after an upgrade, but
is writeable after a clean install.

Ubuntu release:
root@dev1-kvm-cluster:~# lsb_release -rd
Description:Ubuntu 12.04.1 LTS
Release:12.04

Package version:
root@dev1-kvm-cluster:~# apt-cache policy bind9
bind9:
  Installed: 1:9.8.1.dfsg.P1-4ubuntu0.4
  Candidate: 1:9.8.1.dfsg.P1-4ubuntu0.4
  Version table:
 *** 1:9.8.1.dfsg.P1-4ubuntu0.4 0
500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
100 /var/lib/dpkg/status
 1:9.8.1.dfsg.P1-4 0
500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

Expected behaviour: Upgrading Lucid-Precise when bind9 is installed
does not use 100% CPU

Observed behaviour: Upgrading Lucid-Precise when bind9 is installed
does not use 100% CPU

Root cause:

On an upgraded machine:

root@dev1-kvm-cluster:~# ls -la /var/cache/bind
total 8
drwxr-xr-x  2 root bind 4096 Jun  5  2012 .
drwxr-xr-x 14 root root 4096 Dec  5 10:18 ..

On a clean install of Precise:

amb@adamant:~$ ls -la /var/cache/bind
total 16
drwxrwxr-x 2 root bind 4096 Dec  4 21:00 .
drwxr-xr-x 8 root root 4096 Dec  3 20:54 ..
-rw-r--r-- 1 bind bind  698 Dec  4 21:00 managed-keys.bind
-rw-r--r-- 1 bind bind  512 Dec  4 21:00 managed-keys.bind.jnl

Workaround:

# chmod 775 /var/cache/bind
# service bind9 restart

Logs from the upgraded machine (see 'working directory not writeable'
and 'permission denied')

05-Dec-2012 12:23:35.719 found 2 CPUs, using 2 worker threads
05-Dec-2012 12:23:35.720 using up to 4096 sockets
05-Dec-2012 12:23:35.726 loading configuration from '/etc/bind/named.conf'
05-Dec-2012 12:23:35.727 reading built-in trusted keys from file 
'/etc/bind/bind.keys'
05-Dec-2012 12:23:35.727 using default UDP/IPv4 port range: [1024, 65535]
05-Dec-2012 12:23:35.728 using default UDP/IPv6 port range: [1024, 65535]
05-Dec-2012 12:23:35.729 listening on IPv6 interfaces, port 53
05-Dec-2012 12:23:35.731 listening on IPv4 interface lo, 127.0.0.1#53
05-Dec-2012 12:23:35.732 listening on IPv4 interface eth0, 10.40.0.5#53
05-Dec-2012 12:23:35.734 listening on IPv4 interface eth1, 10.157.128.1#53
05-Dec-2012 12:23:35.735 listening on IPv4 interface eth1, 10.161.208.1#53
05-Dec-2012 12:23:35.736 listening on IPv4 interface eth0.60, 10.157.16.12#53
05-Dec-2012 12:23:35.738 generating session key for dynamic DNS
05-Dec-2012 12:23:35.738 sizing zone task pool based on 7 zones
05-Dec-2012 12:23:35.744 using built-in root key for view _default
05-Dec-2012 12:23:35.744 set up managed keys zone for view _default, file 
'managed-keys.bind'
05-Dec-2012 12:23:35.744 Warning: 'empty-zones-enable/disable-empty-zone' not 
set: disabling RFC 1918 empty zones
05-Dec-2012 12:23:35.744 automatic empty zone: 254.169.IN-ADDR.ARPA
05-Dec-2012 12:23:35.744 automatic empty zone: 2.0.192.IN-ADDR.ARPA
05-Dec-2012 12:23:35.744 automatic empty zone: 100.51.198.IN-ADDR.ARPA
05-Dec-2012 12:23:35.744 automatic empty zone: 113.0.203.IN-ADDR.ARPA
05-Dec-2012 12:23:35.744 automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
05-Dec-2012 12:23:35.744 automatic empty zone: 
0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
05-Dec-2012 12:23:35.744 automatic empty zone: 
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
05-Dec-2012 12:23:35.744 automatic empty zone: D.F.IP6.ARPA
05-Dec-2012 12:23:35.744 automatic empty zone: 8.E.F.IP6.ARPA
05-Dec-2012 12:23:35.744 automatic empty zone: 9.E.F.IP6.ARPA
05-Dec-2012 12:23:35.744 automatic empty zone: A.E.F.IP6.ARPA
05-Dec-2012 12:23:35.744 automatic empty zone: B.E.F.IP6.ARPA
05-Dec-2012 12:23:35.744 automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA
05-Dec-2012 12:23:35.749 command channel listening on 127.0.0.1#953
05-Dec-2012 12:23:35.749 command channel listening on ::1#953
05-Dec-2012 12:23:35.749 the working directory is not writable
05-Dec-2012 12:23:35.749 ignoring config file logging statement due to -g option
05-Dec-2012 12:23:35.750 zone 0.in-addr.arpa/IN: loaded serial 1
05-Dec-2012 12:23:35.750 zone 157.10.in-addr.arpa/IN: loaded serial 1
05-Dec-2012 12:23:35.751 zone 127.in-addr.arpa/IN: loaded serial 1
05-Dec-2012 12:23:35.752 zone 255.in-addr.arpa/IN: loaded serial 1
05-Dec-2012 12:23:35.753 zone extility.install/IN: loaded serial 1300877104
05-Dec-2012 12:23:35.754 zone localhost/IN: loaded serial 2
05-Dec-2012 12:23:35.754 managed-keys-zone ./IN: loading from master file 
managed-keys.bind failed: file not found
05-Dec-2012 12:23:35.754 managed-keys.bind.jnl: create: permission denied
05-Dec-2012 12:23:35.754 managed-keys-zone ./IN: sync_keyzone:dns_journal_open 
- unexpected error

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

-- 
You 

[Blueprint servercloud-r-xen] Xen work for R-series

2012-12-05 Thread Stefan Bader
Blueprint changed by Stefan Bader:

Work items changed:
  Work items:
  [lars-kurth] sort contributions pie chart by percentage: TODO
  [dunlapg] Link to slides that were shown: DONE
  [ijc] Ian and Adam discuss grub2 booting Xen first: TODO
  [dunlapg] MaaS for installing Xen: TODO
  [stefan-bader-canonical] Upstream getty for PV console (hvc0): TODO
  [dunlapg] Get pvgrub working on Ubuntu: TODO
  [stefan-bader-canonical] Convert startup scripts to upstart (nice-to-have): 
TODO
  [dunlapg] 4.2 is target for Raring: DONE
- [stefan-bader-canonical] Re-activate qemu-dm in Xen 4.2: INPROGRESS
+ [stefan-bader-canonical] Re-activate qemu-dm in Xen 4.2: DONE

-- 
Xen work for R-series
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-xen

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

2012-12-05 Thread Aab
Oops, forgot to change the version.

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

Title:
  ssh-keyscan(1) exits prematurely on some non-fatal errors

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

2012-12-05 Thread Daniel Richard G.
I don't think anyone will fault you for having more momentous matters to
attend to! As it is, I've gone without doing a network scan for that
long anyway.

Thanks for formally submitting the patch; hopefully this issue will be
put to rest soon. Best of luck with the transition to a retired life,
and may you continue to make contributions of value to our community :)

(The old patch applied to 6.1p1 with fuzz, yet without rejections, only
because it hadn't been updated in a while.)

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

Title:
  ssh-keyscan(1) exits prematurely on some non-fatal errors

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

2012-12-05 Thread Aab
Created attachment 2197
Besides comments, inludes patch for openssh-6.1p1

I knew I forgot to do something.  I meant to CC you but obviously
forgot.  I apologize for the delay.

I finally got around to submitting the patch last week via direct email
to openssh-unix-...@mindrot.org. Again I apologize for this particular
delay.

I retired at the end of May (2012) after 38 years at Purdue University
and the last six months there were a frenzy of close down shop
activity.  I still retain minimal access to some of the Purdue computers
via what they call my career account.  This missive is being submitted
from one of them.

I was lucky enough to get a basic clone of my workstation to take home
but I didn't get it up and running until about a month ago.  Since then
I've been learning a lot of new stuff since my main access is now a
Windows box (I know, I know).  The patch submission was the first major
thing I did with it.  A copy of the patch for openssh-6.1p1 is attached.

Fuzzy???  Did I bug something up or is it because the patch you're using
is somewhat dated?

--Paul//aab

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

Title:
  ssh-keyscan(1) exits prematurely on some non-fatal errors

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

2012-12-05 Thread Daniel Richard G.
And a year later, this issue still afflicts OpenSSH 6.1p1 (as packaged
by Ubuntu). Aab's patch still applies, if fuzzily, and still hardens up
ssh-keyscan so that it can deal with my company's network.

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

Title:
  ssh-keyscan(1) exits prematurely on some non-fatal errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/openssh/+bug/483928/+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 1086775] Re: bind9 uses high CPU after lucid-precise upgrade

2012-12-05 Thread Alex Bligh
** Description changed:

  Summary: bind9 uses very high CPU after an upgrade from Lucid to
  Precise. I have traced this to a directory permissions problem as
  /var/cache/bind is not writeable by the bind group after an upgrade, but
  is writeable after a clean install.
  
  Ubuntu release:
  root@dev1-kvm-cluster:~# lsb_release -rd
  Description:  Ubuntu 12.04.1 LTS
  Release:  12.04
  
  Package version:
  root@dev1-kvm-cluster:~# apt-cache policy bind9
  bind9:
-   Installed: 1:9.8.1.dfsg.P1-4ubuntu0.4
-   Candidate: 1:9.8.1.dfsg.P1-4ubuntu0.4
-   Version table:
-  *** 1:9.8.1.dfsg.P1-4ubuntu0.4 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
- 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  1:9.8.1.dfsg.P1-4 0
- 500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
+   Installed: 1:9.8.1.dfsg.P1-4ubuntu0.4
+   Candidate: 1:9.8.1.dfsg.P1-4ubuntu0.4
+   Version table:
+  *** 1:9.8.1.dfsg.P1-4ubuntu0.4 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main amd64 
Packages
+ 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  1:9.8.1.dfsg.P1-4 0
+ 500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
  
  Expected behaviour: Upgrading Lucid-Precise when bind9 is installed
  does not use 100% CPU
  
  Observed behaviour: Upgrading Lucid-Precise when bind9 is installed
- does not use 100% CPU
+ uses 100% CPU
  
  Root cause:
  
  On an upgraded machine:
  
  root@dev1-kvm-cluster:~# ls -la /var/cache/bind
  total 8
  drwxr-xr-x  2 root bind 4096 Jun  5  2012 .
  drwxr-xr-x 14 root root 4096 Dec  5 10:18 ..
  
  On a clean install of Precise:
  
  amb@adamant:~$ ls -la /var/cache/bind
  total 16
  drwxrwxr-x 2 root bind 4096 Dec  4 21:00 .
  drwxr-xr-x 8 root root 4096 Dec  3 20:54 ..
  -rw-r--r-- 1 bind bind  698 Dec  4 21:00 managed-keys.bind
  -rw-r--r-- 1 bind bind  512 Dec  4 21:00 managed-keys.bind.jnl
  
  Workaround:
  
  # chmod 775 /var/cache/bind
  # service bind9 restart
  
  Logs from the upgraded machine (see 'working directory not writeable'
  and 'permission denied')
  
  05-Dec-2012 12:23:35.719 found 2 CPUs, using 2 worker threads
  05-Dec-2012 12:23:35.720 using up to 4096 sockets
  05-Dec-2012 12:23:35.726 loading configuration from '/etc/bind/named.conf'
  05-Dec-2012 12:23:35.727 reading built-in trusted keys from file 
'/etc/bind/bind.keys'
  05-Dec-2012 12:23:35.727 using default UDP/IPv4 port range: [1024, 65535]
  05-Dec-2012 12:23:35.728 using default UDP/IPv6 port range: [1024, 65535]
  05-Dec-2012 12:23:35.729 listening on IPv6 interfaces, port 53
  05-Dec-2012 12:23:35.731 listening on IPv4 interface lo, 127.0.0.1#53
  05-Dec-2012 12:23:35.732 listening on IPv4 interface eth0, 10.40.0.5#53
  05-Dec-2012 12:23:35.734 listening on IPv4 interface eth1, 10.157.128.1#53
  05-Dec-2012 12:23:35.735 listening on IPv4 interface eth1, 10.161.208.1#53
  05-Dec-2012 12:23:35.736 listening on IPv4 interface eth0.60, 10.157.16.12#53
  05-Dec-2012 12:23:35.738 generating session key for dynamic DNS
  05-Dec-2012 12:23:35.738 sizing zone task pool based on 7 zones
  05-Dec-2012 12:23:35.744 using built-in root key for view _default
  05-Dec-2012 12:23:35.744 set up managed keys zone for view _default, file 
'managed-keys.bind'
  05-Dec-2012 12:23:35.744 Warning: 'empty-zones-enable/disable-empty-zone' not 
set: disabling RFC 1918 empty zones
  05-Dec-2012 12:23:35.744 automatic empty zone: 254.169.IN-ADDR.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 2.0.192.IN-ADDR.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 100.51.198.IN-ADDR.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 113.0.203.IN-ADDR.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 255.255.255.255.IN-ADDR.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 
0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 
1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: D.F.IP6.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 8.E.F.IP6.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 9.E.F.IP6.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: A.E.F.IP6.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: B.E.F.IP6.ARPA
  05-Dec-2012 12:23:35.744 automatic empty zone: 8.B.D.0.1.0.0.2.IP6.ARPA
  05-Dec-2012 12:23:35.749 command channel listening on 127.0.0.1#953
  05-Dec-2012 12:23:35.749 command channel listening on ::1#953
  05-Dec-2012 12:23:35.749 the working directory is not writable
  05-Dec-2012 12:23:35.749 ignoring config file logging statement due to -g 
option
  05-Dec-2012 12:23:35.750 zone 0.in-addr.arpa/IN: loaded serial 1
  05-Dec-2012 12:23:35.750 zone 157.10.in-addr.arpa/IN: loaded 

[Bug 1066834] Re: LevelForFileTypesDetection=0 produces unexpected results

2012-12-05 Thread Eric Klien
A solution to the problem is to change the following in awstats.pl:

   if ($LevelForFileTypesDetection){
   $datatoload{$filemime} = 1;

to:

#   if ($LevelForFileTypesDetection)
{   $datatoload{$filemime} = 1;

This still won't handle the .cur extension.  You could handle it by
adding it to MimeHashLib at lib/mime.pm or you could simply change (
$LevelForFileTypesDetection = 2 || $MimeHashLib{$1} ) to (
$LevelForFileTypesDetection = 0 || $MimeHashLib{$1} )

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

Title:
  LevelForFileTypesDetection=0 produces unexpected results

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/awstats/+bug/1066834/+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 1086775] Re: bind9 uses high CPU after lucid-precise upgrade

2012-12-05 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I've not been able to reproduce this when upgrading from Lucid to
Precise (1:9.7.0.dfsg.P1-1ubuntu0.8 to 1:9.8.1.dfsg.P1-4ubuntu0.4).
/var/cache/bind had the correct (775) permissions. If I remove its
contents and change the permissions to 755, then I do see the 100% CPU
usage and the error in the log file that you've reported. But what I
don't see is how to get the permissions to the erroneous 755 in the
first place - simply installing bind9 in Lucid and upgrading to Precise
doesn't seem to do it.

Are you sure that the permissions weren't already wrong due to a local
misconfiguration before you upgraded?

Marking as Incomplete for now. If you manage to figure out how to
reproduce this problem, please comment and change the bug status back to
New.

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

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

Title:
  bind9 uses high CPU after lucid-precise upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1086775/+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 1086833] [NEW] All nova upstart configuration use 'su' instead of 'start-stop-daemon'

2012-12-05 Thread James Page
Public bug reported:

The way the nova upstart configurations chuid/chgid is by using su;
using start-stop-daemon is a much cleaner way and avoids creating user
sessions on the installed system.

See quantum for reference.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: nova-compute (not installed)
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Wed Dec  5 15:08:12 2012
MarkForUpload: True
SourcePackage: nova
UpgradeStatus: Upgraded to quantal on 2012-12-04 (0 days ago)

** Affects: nova (Ubuntu)
 Importance: Undecided
 Assignee: Yolanda Robla (yolanda.robla)
 Status: New

** Affects: nova (Ubuntu Raring)
 Importance: Undecided
 Assignee: Yolanda Robla (yolanda.robla)
 Status: New


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

** Also affects: nova (Ubuntu Raring)
   Importance: Undecided
   Status: New

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

Title:
  All nova upstart configuration use 'su' instead of 'start-stop-daemon'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1086833/+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 1086833] Re: All nova upstart configuration use 'su' instead of 'start-stop-daemon'

2012-12-05 Thread Yolanda Robla
** Changed in: nova (Ubuntu Raring)
 Assignee: (unassigned) = Yolanda Robla (yolanda.robla)

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

Title:
  All nova upstart configuration use 'su' instead of 'start-stop-daemon'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1086833/+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 1086775] Re: bind9 uses high CPU after lucid-precise upgrade

2012-12-05 Thread Alex Bligh
The server concerns was automatically installed from a CD-ROM built from
Ubuntu sources and (in respect of bind) it has only had automatic
updates run on it. I am very confident it was not operator error.

It was upgraded with 'do-release-upgrade'.

I can tell you I am not the only person experiencing this. See for instance:
  http://ubuntuforums.org/showthread.php?t=1971471
  https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1038199   (same root 
cause I'm guessing)

I would have thought that given 1 people are seeing this, a chmod in
the postinst file would do no harm.

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

Title:
  bind9 uses high CPU after lucid-precise upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1086775/+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 1086833] Re: All nova upstart configuration use 'su' instead of 'start-stop-daemon'

2012-12-05 Thread James Page
** Changed in: nova (Ubuntu Raring)
   Importance: Undecided = Medium

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

Title:
  All nova upstart configuration use 'su' instead of 'start-stop-daemon'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1086833/+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 1066834] Re: LevelForFileTypesDetection=0 produces unexpected results

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

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

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

Title:
  LevelForFileTypesDetection=0 produces unexpected results

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/awstats/+bug/1066834/+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 1086466] Re: asterisk 1.8 ringall strategy in queues causes non-answering agents to exit out of Dial() even with 'g' option

2012-12-05 Thread Robie Basak
Sounds like a bug to me. Some thoughts for workarounds. Could
${EXTENSION_STATE(...)}) (when using hints) or ${SIPPEER(...,curcalls)}
(if using SIP and call-limit) help you here? 1.6 brought in lots of new
shiny stuff like this which eliminated the need for various similar
hacks I had to use in previous versions.

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

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

Title:
  asterisk 1.8 ringall strategy in queues causes non-answering agents to
  exit out of Dial() even with 'g' option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/1086466/+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 994887] Re: Nodes listing does not support sorting

2012-12-05 Thread Robie Basak
** Changed in: maas (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Nodes listing does not support sorting

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/994887/+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 1086775] Re: bind9 uses high CPU after lucid-precise upgrade

2012-12-05 Thread Robie Basak
With as many users as we have, a common misconfiguration can lead to a
number of reports. I'd have expected dozens of reports or more by now if
this were a systemic upgrade problem. Also note that one of the reports
you linked to has root group ownership too, which is inconsistent with a
single root cause.

I've looked at the ways the bind9 maintainer scripts call chmod, and
don't see how a group write permission could get lost:

$ grep chmod /var/lib/dpkg/info/*bind* 
/var/lib/dpkg/info/bind9.postinst:  chmod 775 /var/lib/bind
/var/lib/dpkg/info/bind9.postinst:  chmod g+s /etc/bind
/var/lib/dpkg/info/bind9.postinst:  chmod g+r /etc/bind/rndc.key 
/etc/bind/named.conf* || true
/var/lib/dpkg/info/bind9.postinst:  chmod g+rwx /var/run/named 
/var/cache/bind

I've checked the maintainer scripts this way across Hardy, Lucid and
Precise. It looks to me that the existing postinst intentionally avoids
doing the chmod except in a particular circumstance which I presume is
for upgrading from a specific previous version (presumably prior to
Hardy). I'd like to understand the root cause before I'm comfortable
pushing to change this, and there is a trivial workaround for those
affected.

So steps to reproduce the problem would really help!

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

Title:
  bind9 uses high CPU after lucid-precise upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1086775/+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 1065883] Re: ceph rbd username and secret should be configured in nova-compute, not passed from nova-volume/cinder

2012-12-05 Thread Josh Durgin
** Changed in: cinder
   Status: New = Invalid

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

Title:
  ceph rbd username and secret should be configured in nova-compute, not
  passed from nova-volume/cinder

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1065883/+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 1086775] Re: bind9 uses high CPU after lucid-precise upgrade

2012-12-05 Thread Alex Bligh
Well I'm pretty sure the problem is this. I've just gone to another
(unconnected) Lucid box, and:

root@extility-developers:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 10.04.4 LTS
Release:10.04
Codename:   lucid
root@extility-developers:~# ls -ln /etc/bind/rndc.key
-rw-r- 1 103 108 77 2012-06-14 14:23 /etc/bind/rndc.key

See rndc.key is owned by UID 103, which is not equal to 0. So the
Precise postinst script does not do the chmod.

You may not have received reports because bind actually works, just uses
high CPU.

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

Title:
  bind9 uses high CPU after lucid-precise upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1086775/+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 1086833] Re: All nova upstart configuration use 'su' instead of 'start-stop-daemon'

2012-12-05 Thread Yolanda Robla
** Branch linked: lp:~yolanda.robla/nova/grizzly-upstart

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

Title:
  All nova upstart configuration use 'su' instead of 'start-stop-daemon'

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

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


Re: [Bug 1086775] Re: bind9 uses high CPU after lucid-precise upgrade

2012-12-05 Thread Robie Basak
On Wed, Dec 05, 2012 at 05:48:18PM -, Alex Bligh wrote:
 See rndc.key is owned by UID 103, which is not equal to 0. So the
 Precise postinst script does not do the chmod.

This is what I would expect, because the permissions on /var/cache/bind
should already be correct, and maintainer scripts generally try not to
interfere with anything the administrator might have done.

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

Title:
  bind9 uses high CPU after lucid-precise upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1086775/+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 495418] Re: Enable GSSAPI support (for likewise-open)

2012-12-05 Thread Quanah Gibson-Mount
This should be backed out.  Use cyrus-sasl for SASL/GSSAPI binds with
OpenLDAP.   It would be nice if folks would actually clear stuff with
upstream instead of cluelessly hacking on the OpenLDAP source.  There
have been enough issues caused by this already with the debian and
ubuntu folks over the years.  At least the Debian developers finally got
things cleaned up and work with upstream now.  It'd be nice to see
ubuntu do the same.

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

Title:
  Enable GSSAPI support (for likewise-open)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/495418/+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 1086775] Re: bind9 uses high CPU after lucid-precise upgrade

2012-12-05 Thread Alex Bligh
OK so my working hypothesis is this. On Lucid /var/cache/bind is created
simply by virtue of it being a directory within the package (see the
bind9.list file). The group write permission is added by the postinst.
If the Lucid package was installed, then removed, then installed again,
the following happens:

1. the first install would create /var/cache/bind with whatever
ownership is in the package, and also /etc/bind/rndc.key with root
ownership. The postinst thens runs and fixes the group write permission
on /var/cache/bind.

2. the removal would delete /var/cache/bind as it is not a conffile, but
not /etc/bind/rndc.key

3. the second install would create /var/cache/bind again with (possibly)
the wrong permissions, and the postinst script would not fix it.

This probably doesn't go wrong in Lucid because nothing writes to the
cache directory and/or bind survives without the cache. It's certainly
empty  here on our Lucid boxes pre upgrade to Precise. But the Precise
upgrade requires to write there, and then dies.

The above would happen (AFAICT) if *ANY* version ever released of the
Lucid bind9.deb had broken permissions, as subsequent upgrades would not
fix it.

The problem with only fixing permissions if some rather random file in
/etc/ is owned by root is it is inherently fragile. Is there any reason
why the bind cache directory should ever not be writeable by the group
that owns it?

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

Title:
  bind9 uses high CPU after lucid-precise upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1086775/+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 1082050] Re: man pages installed with keystone are outdated

2012-12-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~gandelman-a/keystone/manpage-fix

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

Title:
  man pages installed with keystone are outdated

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1082050/+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 1086775] Re: bind9 uses high CPU after lucid-precise upgrade

2012-12-05 Thread Alex Bligh
To follow this up, the .deb at least on Lucid does NOT have the write
permission set.

amb@nimrod-ubuntu:~/bind-test$ dpkg -c bind9_9.7.0.dfsg.P1-1ubuntu0.8_amd64.deb 
| fgrep cache
drwxr-xr-x root/root 0 2012-10-09 14:13 ./var/cache/
drwxr-xr-x root/root 0 2012-10-09 14:13 ./var/cache/bind/


I've tried this on a pristine Precise box and it doesn't go wrong because 
Precise does not remove /var/cache/bind as it is populated (unlike on at least 
some Lucid installs). However, if I manually remove the cache directory, it 
does go wrong:

root@adamant:~# dpkg --list bind9
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  bind9  1:9.8.1.dfsg.P Internet Domain Name Server
root@adamant:~# ls -lnd /var/cache/bind /etc/bind/rndc.key
-rw-r- 1 103 108   77 Dec  3 20:56 /etc/bind/rndc.key
drwxrwxr-x 2   0 108 4096 Dec  4 21:00 /var/cache/bind
root@adamant:~# aptitude remove bind9
The following packages will be REMOVED:  
  bind9 
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 963 kB will be freed.
(Reading database ... 47095 files and directories currently installed.)
Removing bind9 ...
 * Stopping domain name service... bind9
waiting for pid 859 to die
   ...done.
Processing triggers for ufw ...
Processing triggers for ureadahead ...
ureadahead will be reprofiled on next reboot
Processing triggers for man-db ...
 
root@adamant:~# ls -lnd /var/cache/bind /etc/bind/rndc.key
-rw-r- 1 103 108   77 Dec  3 20:56 /etc/bind/rndc.key
drwxrwxr-x 2   0 108 4096 Dec  5 19:13 /var/cache/bind
root@adamant:~# ls -la /var/cache/bind
total 16
drwxrwxr-x 2 root bind 4096 Dec  5 19:13 .
drwxr-xr-x 8 root root 4096 Dec  3 20:54 ..
-rw-r--r-- 1 bind bind  698 Dec  4 21:00 managed-keys.bind
-rw-r--r-- 1 bind bind  512 Dec  4 21:00 managed-keys.bind.jnl
root@adamant:~# rm -rf /var/cache/bind
root@adamant:~# aptitude install bind9
The following NEW packages will be installed:
  bind9 
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 343 kB of archives. After unpacking 963 kB will be used.
Get: 1 http://gb.archive.ubuntu.com/ubuntu/ precise-updates/main bind9 amd64 
1:9.8.1.dfsg.P1-4ubuntu0.4 [343 kB]
Fetched 343 kB in 0s (621 kB/s)
Preconfiguring packages ...
Selecting previously unselected package bind9.
(Reading database ... 47062 files and directories currently installed.)
Unpacking bind9 (from .../bind9_1%3a9.8.1.dfsg.P1-4ubuntu0.4_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Processing triggers for ufw ...
Setting up bind9 (1:9.8.1.dfsg.P1-4ubuntu0.4) ...
 * Starting domain name service... bind9
   ...done.
 
root@adamant:~# ls -lnd /var/cache/bind /etc/bind/rndc.key
-rw-r- 1 103 108   77 Dec  3 20:56 /etc/bind/rndc.key
drwxr-xr-x 2   0   0 4096 Oct  9 14:06 /var/cache/bind

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

Title:
  bind9 uses high CPU after lucid-precise upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1086775/+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 1086646] Re: text/x-shellscript doesn't run if text/cloud-boothook present

2012-12-05 Thread Scott Moser
Hi,
  Thanks for taking the time to open a bug and help in making Ubuntu better.
  I'm not able to recreate the issue you're seeing.  Working off the doc at  
https://help.ubuntu.com/community/CloudInit . I've attached the user-data that 
was created by write-mime-multipart, but here is what I did to try to reproduce:

# ami-9c78c0f5 = us-east-1 ubuntu-precise-12.04-amd64-server-20121026.1

$ cat my-boothook 
#!/bin/sh
echo === $(date): running $0 $* === | tee -a /root/boothook.log
echo myhostname  /etc/hostname

$ cat my-userscript 
#!/bin/sh
echo === $(date): running $0 $* === | tee -a /root/userscript.log

$ write-mime-multipart --output=userdata.txt \
   my-boothook:text/cloud-boothook my-userscript:text/x-shellscript

$ euca-run-instances --key=brickies --instance-type=t1.micro \
   --user-data-file=userdata.txt  ami-9c78c0f5 

Then, inside the instance I did:
$ sudo sh -c 'for f in /root/*.log; do echo #$f; cat $f; done'
#/root/boothook.log
=== Wed Dec  5 19:09:36 UTC 2012: running 
/var/lib/cloud/instances/i-06d52c78/boothooks/my-boothook  ===
#/root/userscript.log
=== Wed Dec  5 19:09:49 UTC 2012: running 
/var/lib/cloud/instance/scripts/my-userscript  ===

That shows that the scripts ran 13 seconds apart (one early in boot and
one later). And by their names, its clear that one ran as a boothook and
one as a user-script.


** Attachment added: user-data created with write-mime-multipart
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1086646/+attachment/3452431/+files/userdata.txt

** Changed in: cloud-init (Ubuntu)
   Status: New = Incomplete

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

Title:
  text/x-shellscript doesn't run if text/cloud-boothook present

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1086646/+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 1086646] Re: text/x-shellscript doesn't run if text/cloud-boothook present

2012-12-05 Thread Scott Moser
Could you give me an example that fails?

Also, just fyi,
a.) you dont have to change /etc/cloud/cloud.cfg's value of preserve_hostname.  
cloud-config input setting that will do the same thing as you were attempting.
b.) you can set the hostname by cloud-config input with 'hostname'.
  #cloud-config
  hostname: myhostname.my.fully.qualified.domain.com

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

Title:
  text/x-shellscript doesn't run if text/cloud-boothook present

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1086646/+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 1086959] [NEW] squid crashed with SIGSEGV

2012-12-05 Thread Marcos K
Public bug reported:

because of low disk space??

ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: squid 2.7.STABLE9-4ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-28.45-generic 3.0.51
Uname: Linux 3.0.0-28-generic i686
ApportVersion: 1.23-0ubuntu4
Architecture: i386
Date: Wed Dec  5 10:00:32 2012
Disassembly: = 0x54f4e9:   Cannot access memory at address 0x54f4e9
ExecutablePath: /usr/sbin/squid
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
ProcCmdline: /usr/sbin/squid -N -D
ProcEnviron: PATH=(custom, no user)
SegvAnalysis:
 Segfault happened at: 0x54f4e9:Cannot access memory at address 0x54f4e9
 PC (0x0054f4e9) ok
 Stack memory exhausted (SP below stack segment)
 SP (0xbf31bf4c) not located in a known VMA region (needed readable region)!
SegvReason: reading unknown VMA
Signal: 11
SourcePackage: squid
Stacktrace:
 #0  0x0054f4e9 in ?? ()
 No symbol table info available.
 Cannot access memory at address 0xbf31bf4c
StacktraceTop: ?? ()
ThreadStacktrace:
 .
 Thread 1 (LWP 25546):
 #0  0x0054f4e9 in ?? ()
 No symbol table info available.
 Cannot access memory at address 0xbf31bf4c
Title: squid crashed with SIGSEGV
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: winbindd_priv

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


** Tags: apport-crash i386 need-i386-retrace oneiric

** Information type changed from Private to Public

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

Title:
  squid crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/1086959/+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 1082050] Re: man pages installed with keystone are outdated

2012-12-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~openstack-ubuntu-testing/keystone/grizzly

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

Title:
  man pages installed with keystone are outdated

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

2012-12-05 Thread Apport retracing service
Stacktrace:
 #0  0x0054f4e9 in ?? ()
 No symbol table info available.
 Cannot access memory at address 0xbf31bf4c
StacktraceSource: #0  0x0054f4e9 in ?? ()
StacktraceTop: ?? ()
ThreadStacktrace:
 .
 Thread 1 (LWP 25546):
 #0  0x0054f4e9 in ?? ()
 No symbol table info available.
 Cannot access memory at address 0xbf31bf4c


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

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

Title:
  squid crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/1086959/+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 1086959] Crash report cannot be processed

2012-12-05 Thread Apport retracing service
Thank you for your report!

However, processing it in order to get sufficient information for the
developers failed (it does not generate a useful symbolic stack trace). This
might be caused by some outdated packages which were installed on your system
at the time of the report:

outdated debug symbol package for ncurses-bin: package version 5.9-1ubuntu5.1 
dbgsym version 5.9-1ubuntu5
libdrm-intel1 version 2.4.33+git20120403.43704256-0ubuntu0ricotz~oneiric 
required, but 2.4.26-1ubuntu1 is available
outdated debug symbol package for libdbus-1-3: package version 
1.4.14-1ubuntu1.3 dbgsym version 1.4.14-1ubuntu1
libpciaccess0 version 0.13-1~oneiric1 required, but 0.12.1-2 is available
libffi6 version 3.0.11~rc1-5~oneiric1 required, but 3.0.11~rc1-2 is available
libdrm-radeon1 version 2.4.33+git20120403.43704256-0ubuntu0ricotz~oneiric 
required, but 2.4.26-1ubuntu1 is available
libdrm-nouveau1a version 2.4.33+git20120403.43704256-0ubuntu0ricotz~oneiric 
required, but 2.4.26-1ubuntu1 is available
libdrm2 version 2.4.33+git20120403.43704256-0ubuntu0ricotz~oneiric required, 
but 2.4.26-1ubuntu1 is available


Please upgrade your system to the latest package versions. If you still
encounter the crash, please file a new report.

Thank you for your understanding, and sorry for the inconvenience!


** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1086959/+attachment/3452432/+files/CoreDump.gz

** Tags removed: need-i386-retrace

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

Title:
  squid crashed with SIGSEGV

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid/+bug/1086959/+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 1086775] Re: bind9 uses high CPU after lucid-precise upgrade

2012-12-05 Thread Robie Basak
Thanks for your insight Alex. I've managed to reproduce this now, with
the following steps:

On Lucid:
 1. sudo apt-get install bind9
 2. sudo apt-get remove bind9
 # this removes /var/cache/bind but leaves /etc/bind9/rndc.key
 3. sudo apt-get install bind9
 # Now the postinst doesn't fix /var/cache/bind, but on Lucid nobody will 
notice this problem
 4. sudo do-release-upgrade
 # bind now uses /var/cache/bind/managed-keys.bind and the problem occurs

After the upgrade to Precise, bind9 is in the situation you described
(permissions on /var/cache/bind wrong), with 100% CPU consumption.

I couldn't reproduce the problem directly on Precise because on package
removal /var/cache/bind/managed-keys.bind is left behind and so
/var/cache/bind never gets removed (I think this is a separate bug in
itself).

It seems likely to me that this issue will affect Debian also, so next I
will test this and file a bug report in Debian as needed, so that we can
coordinate a fix.

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

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

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

Title:
  bind9 uses high CPU after lucid-precise upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1086775/+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 1086775] Re: bind9 uses high CPU after lucid-precise upgrade

2012-12-05 Thread Alex Bligh
Robie,

No problem - I'm just glad I wasn't imagining it.

I agree the 100% CPU problem can't be reproduced on precise.

To be honest I don't quite understand why /var/cache/bind isn't in
/var/run (given it's a cache) but I may be wrong about that.

Alex

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

Title:
  bind9 uses high CPU after lucid-precise upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/1086775/+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 943502] Re: whois doesn't properly query .hr/.sx/.pe TLDs and incorrect format for whois.arin.net

2012-12-05 Thread Chris J Arges
Ok instead of going the Ubuntu backports route, I just created a patch that 
enabled these feature in Oneiric.
I've linked a branch with these changes.
I've also built/tested on my end and it does in fact pass the test case.

** Description changed:

- Summary (one line):
- Please backport whois 5.0.19 (main) from quantal
- 
- Description:
- Please backport whois 5.0.19 (main) from quantal to precise.
- 
- Reason for the backport:
- 
- This backport is needed in order to provide a backport to Oneiric.
- 
- Testing:
- 
- Mark off items in the checklist [X] as you test them, but please leave the 
checklist so that backporters can quickly evaluate the state of testing.
- 
- You can test-build the backport in your PPA with backportpackage:
- $ backportpackage -u ppa:lp username/ppa name -s quantal -d precise whois
- 
- * precise:
- [X] Package builds without modification
- [X] whois installs cleanly and runs
- 
- Reverse dependencies:
- =
- The following reverse-dependencies need to be tested against the new version 
of whois. For reverse-build-dependencies (-Indep), please test that the package 
still builds against the new whois. For reverse-dependencies, please test that 
the version of the package currently in the release still works with the new 
whois installed. Reverse- Recommends, Suggests, and Enhances don't need to be 
tested, and are listed for completeness-sake.
- 
- whois
- -
- * xbmc-live
-   [ ] precise (Reverse-Depends) * Could not install due to pad.lv/990183
- * bdii
-   [ ] precise (Reverse-Depends)
- * dancer-ircd
-   [ ] precise (Reverse-Recommends)
- * subnetcalc
-   [ ] precise (Reverse-Recommends)
- * greenwich
-   [X] precise (Reverse-Depends)
- * ircd-hybrid
-   [ ] precise (Reverse-Recommends)
- * gnome-nettool
-   [X] precise (Reverse-Depends)
- * fail2ban
-   [ ] precise (Reverse-Recommends)
- * bsdmainutils
-   [ ] precise (Reverse-Suggests)
- * psad
-   [X] precise (Reverse-Depends)
- * bastille
-   [ ] precise (Reverse-Recommends)
- * nagios-plugins-standard
-   [ ] precise (Reverse-Recommends)
- ~ 
- 
- --
- 
- Please backport whois 5.0.19 (main) from quantal
- 
- Description:
- Please backport whois 5.0.19 (main) from quantal to oneiric.
- 
- Reason for the backport:
- 
- This provides some needed updates to users who need to query .hr/.sx/.pe 
TLDs, and fixes an incorrect format for whois.arin.net, plus some additional 
updates.
- 
- Testing:
- 
- Mark off items in the checklist [X] as you test them, but please leave the 
checklist so that backporters can quickly evaluate the state of testing.
- 
- You can test-build the backport in your PPA with backportpackage:
- $ backportpackage -u ppa:lp username/ppa name -s quantal -d oneiric whois
- 
- * oneiric:
- [X] Package builds without modification
- [X] whois installs cleanly and runs
- 
- Reverse dependencies:
- =
- The following reverse-dependencies need to be tested against the new version 
of whois. For reverse-build-dependencies (-Indep), please test that the package 
still builds against the new whois. For reverse-dependencies, please test that 
the version of the package currently in the release still works with the new 
whois installed. Reverse- Recommends, Suggests, and Enhances don't need to be 
tested, and are listed for completeness-sake.
- 
- whois
- -
- * bdii
-   [ ] oneiric (Reverse-Depends)  Can't do this because of 
http://pad.lv/1045295
- * dancer-ircd
-   [ ] oneiric (Reverse-Recommends)
- * subnetcalc
-   [ ] oneiric (Reverse-Recommends)
- * greenwich
-   [X] oneiric (Reverse-Depends)
- * ircd-hybrid
-   [ ] oneiric (Reverse-Recommends)
- * gnome-nettool
-   [X] oneiric (Reverse-Depends)
- * fail2ban
-   [ ] oneiric (Reverse-Recommends)
- * bsdmainutils
-   [ ] oneiric (Reverse-Suggests)
- * psad
-   [X] oneiric (Reverse-Depends)
- * bastille
-   [ ] oneiric (Reverse-Recommends)
- * nagios-plugins-standard
-   [ ] oneiric (Reverse-Recommends)
- 
- --
  
  [Impact]
  Fixes issues using whois with .hr/.sx/.pe TLDs. In addition updates query 
format for IPs when accessing ARIN.
  
  [Development Fix]
  These issues were fixed in 5.0.14 of whois.
  
  [Stable Fix]
  Since most of the fixes are covered in updating from 5.0.11 to 5.0.14, a 
backport of these version provides all fixes.
  
  [Test Case]
  1) whois google.hr (works on precise, not on oneiric)
  2) whois registry.sx google.com.pe
  3) whois 74.125.113.102
     if we use this command in precise we see that whois adds n + to the 
query, while
     in oneiric it doesn't add that.
  
  [Regression Potential]
  Most of the changes are fairly minimal, although any changes to mkpasswd 
should be investigated.
  
  Problem Description:
  whois in oneiric can't query .hr/.sx/.pe TLDs. In addition the query format 
for ARIN is different than in precise.
  
  Version affected:
  Current Oneiric Version: 

[Bug 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-12-05 Thread Robin Battey
In response to #131 and #134 by Thomas:

I would argue that will it conflict with anything that exists? is the
wrong question, here.  Certainly it will conflict in the future, and
removing the users ability to run a DNS service on the wildcard address
is suboptimal at best, even if they don't *need* to.  To directly answer
the question about something that conflicts: the internal resolver of
the samba4 packages.  They're beta right now, but the scheduled release
date is December, and there's no parameter (yet) for altering the port
or interfaces.  This is actually the one that bit me originally.

To answer what does it give us?, currently NM invokes a single dnsmasq
instance that must be shared between all users.  This isn't ideal,
because NM connections can be per-user, and this could lead information
disclosure at worst and oddly-rearranged DNS resolve orders at best.
With an NSS module, you could spin up one dnsmasq instance for the
system on a possibly priviliged port (but not 53) and one per user
(above 1024), and link them together as forwarders so that only the user
owning the connection will use the resolution they've specified in the
GUI.  It would require som tracking of which user's instance is on which
port,and auto-invoking them when necessary, and shutting it down when
the user logs out, but would allow for much more flexible and clean
separation of user settings.

For the record, I am happy to write the NSS plugin myself, but it would
require some changes in NM core itself, so I would have to work with
someone on the NM team to implement it.  If you're interested, and know
who that would be, please do let me know.

I will also create a new bug report as requested.

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/djbdns/+bug/959037/+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 943502] Re: whois doesn't properly query .hr/.sx/.pe TLDs and incorrect format for whois.arin.net

2012-12-05 Thread Micah Gersten
You can't enable features in an SRU.

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

Title:
  whois doesn't properly query .hr/.sx/.pe TLDs and incorrect format for
  whois.arin.net

To manage notifications about this bug go to:
https://bugs.launchpad.net/oneiric-backports/+bug/943502/+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 901180] Re: cannot apt-get remove vsftp after installing it

2012-12-05 Thread George Peaslee
Edit the file /var/lib/dpkg/info/vsftp.postrm and comment out the lines
which remove the user 'ftp' and group 'ftp'. Edit them as sudo, like
this:

sudo nano /var/lib/dpkg/info/vsftpd.postrm

The run apt-get (or your favorite uninstaller) to remove vsftpd:

sudo apt-get remove vsftpd

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

Title:
  cannot apt-get remove vsftp after installing it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/901180/+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 1061665] Re: Filter scheduler not respecting the force_hosts hint

2012-12-05 Thread Adam Jacob Muller
** Information type changed from Public to Public Security

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

Title:
  Filter scheduler not respecting the force_hosts hint

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-manuals/+bug/1061665/+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 1067619] Re: onboard sound not available - only hdmi through soundcard available

2012-12-05 Thread Joe Hura
% sh alsa-info.sh

alsa-info.sh: 373: alsa-info.sh: [[: not found
ALSA Information Script v 0.4.61


This script visits the following commands/files to collect diagnostic
information about your ALSA installation and sound related hardware.

  dmesg
  lspci
  lsmod
  aplay
  amixer
  alsactl
  /proc/asound/
  /sys/class/sound/
  ~/.asoundrc (etc.)

See 'alsa-info.sh --help' for command line options.

alsa-info.sh: 395: alsa-info.sh: [[: not found
alsa-info.sh: 407: alsa-info.sh: [[: not found
alsa-info.sh: 451: alsa-info.sh: [[: not found
alsa-info.sh: 505: alsa-info.sh: [[: not found
alsa-info.sh: 512: alsa-info.sh: [[: not found
alsa-info.sh: 519: alsa-info.sh: [[: not found
alsa-info.sh: 526: alsa-info.sh: [[: not found
alsa-info.sh: 533: alsa-info.sh: [[: not found
alsa-info.sh: 540: alsa-info.sh: [[: not found
alsa-info.sh: 629: alsa-info.sh: [[: not found
alsa-info.sh: 639: alsa-info.sh: [[: not found
alsa-info.sh: 770: alsa-info.sh: [[: not found
Automatically upload ALSA information to www.alsa-project.org? [y/N] : 
alsa-info.sh: 780: read: Illegal option -e
alsa-info.sh: 797: alsa-info.sh: [[: not found

alsa-info.sh: 807: alsa-info.sh: [[: not found

Your ALSA information is in /tmp/alsa-info.txt.4yH4zbEW19

% cat /tmp/alsa-info.txt.4yH4zbEW19
name=joetype=33description=/tmp/alsa-info.txtexpiry=s=Submit+Postcontent=
!!
!!ALSA Information Script v 0.4.61
!!

!!Script ran on: Wed Dec  5 07:52:54 UTC 2012


!!Linux Distribution
!!--



!!DMI Information
!!---

Manufacturer:  System manufacturer
Product Name:  System Product Name
Product Version:   System Version
Firmware Version:  ASUS A8N-SLI Premium ACPI BIOS Revision 1009


!!Kernel Information
!!--

Kernel release:3.2.0-34-generic
Operating System:  GNU/Linux
Architecture:  x86_64
Processor: x86_64
SMP Enabled:   No


!!ALSA Version
!!

Driver version: 1.0.24
Library version:1.0.16
Utilities version:  1.0.16


!!Loaded ALSA modules
!!---

snd_mpu401


!!Sound Servers on this system
!!


!!Soundcards recognised by ALSA
!!-

 1 [UART   ]: MPU-401 UART - MPU-401 UART
  MPU-401 UART at 0x330, irq 10


!!PCI Soundcards installed in the system
!!--


!!Advanced information - PCI Vendor/Device/Subsystem ID's
!!---


!!Modprobe options (Sound related)
!!

snd-atiixp-modem: index=-2
snd-intel8x0m: index=-2
snd-via82xx-modem: index=-2
snd-usb-audio: index=-2
snd-usb-caiaq: index=-2
snd-usb-ua101: index=-2
snd-usb-us122l: index=-2
snd-usb-usx2y: index=-2
snd-cmipci: mpu_port=0x330 fm_port=0x388
snd-pcsp: index=-2
snd-usb-audio: index=-2
snd-intel8x0: index=0
snd-hda-intel: index=1 model=auto


!!Loaded sound module options
!!---

!!Module: snd_mpu401
-ne 
enable : Y,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N
-ne 
id : 
(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
-ne 
index : 
-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2,-2
-ne 
irq : 
10,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535,65535
-ne 
pnp : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
-ne 
port : 816,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
-ne 
uart_enter : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y

% pactl list
sudo pactl list
Home directory /home/joe not ours.
Connection failure: Connection refused
pa_context_connect() failed: Connection refused

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

Title:
  onboard sound not available - only hdmi through soundcard available

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

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


[Bug 1086345] Re: Quantal-LTS-stack: Showing low-resolution screen on shutdown/reboot

2012-12-05 Thread Stefan Bader
Here you go...

** Attachment added: Xorg.0.log.old
   
https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1086345/+attachment/3451966/+files/Xorg.0.log.old

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

Title:
  Quantal-LTS-stack: Showing low-resolution screen on shutdown/reboot

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

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


[Bug 1085934] Re: linux: 2.6.32-45.101 -proposed tracker

2012-12-05 Thread Brad Figg
** Description changed:

  This bug is for tracking the 2.6.32-45.101 upload package. This bug will
  contain status and testing results related to that upload.
  
  For an explanation of the tasks and the associated workflow see: 
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  kernel-stable-Prepare-package-start:Monday, 03. December 2012 12:38 UTC
  kernel-stable-Prepare-package-end:Monday, 03. December 2012 23:02 UTC
  kernel-stable-Promote-to-proposed-start:Monday, 03. December 2012 23:02 UTC
  kernel-stable-Promote-to-proposed-end:Tuesday, 04. December 2012 02:02 UTC
  kernel-stable-Verification-testing-start:Tuesday, 04. December 2012 04:01 UTC
  kernel-stable-phase:Testing
  kernel-stable-phase-changed:Tuesday, 04. December 2012 10:00 UTC
  kernel-stable-Verification-testing-end:Tuesday, 04. December 2012 10:00 UTC
  kernel-stable-Certification-testing-start:Tuesday, 04. December 2012 10:00 UTC
  kernel-stable-Security-signoff-start:Tuesday, 04. December 2012 10:00 UTC
  kernel-stable-Regression-testing-start:Tuesday, 04. December 2012 10:00 UTC
+ kernel-stable-Security-signoff-end:Wednesday, 05. December 2012 08:00 UTC

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

Title:
  linux: 2.6.32-45.101 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1085934/+subscriptions

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


[Bug 1086691] [NEW] package jabber-yahoo 2.3.2-1ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-12-05 Thread Sreeram Mushty
Public bug reported:

jabber-yahoo and specter were installed with defects please assist me
inthis regard

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: jabber-yahoo 2.3.2-1ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-44.98-generic 2.6.32.59+drm33.24
Uname: Linux 2.6.32-44-generic i686
Architecture: i386
Date: Wed Dec  5 13:30:24 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release i386 (20100816.1)
SourcePackage: jabber-yahoo
Title: package jabber-yahoo 2.3.2-1ubuntu3 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1

** Affects: jabber-yahoo (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 lucid

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

Title:
  package jabber-yahoo 2.3.2-1ubuntu3 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/jabber-yahoo/+bug/1086691/+subscriptions

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


[Bug 1083237] Re: Ignore Steam files by default

2012-12-05 Thread Launchpad Bug Tracker
This bug was fixed in the package deja-dup - 25.1.1-0ubuntu2

---
deja-dup (25.1.1-0ubuntu2) raring; urgency=low

  * debian/patches/ignore-steam.patch:
- Always ignore ~/Steam (via ~/.steam/root).  Patch from upstream
  trunk.  LP: #1083237
 -- Michael Terry mte...@ubuntu.com   Wed, 05 Dec 2012 00:10:09 -0500

** Changed in: deja-dup (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/1083237

Title:
  Ignore Steam files by default

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

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


[Bug 1075418] Re: Radeon HD 6400M/7400M Series

2012-12-05 Thread SteveDat
- I also got the same issue with Dell Laptop Inspiron N4050 (Intel Corei3 
2nd-2350)
- Edubutu 12.10 (Kernel 3.5.0-19)
-
ProblemType: Bug
DistroRelease: Edubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
Uname: Linux 3.5.0-19-generic x86
NonfreeKernelModules: fglrx
ApportVersion: 2.6.1-0ubuntu6
Architecture: x86
CompositorRunning: None
Date: Tue Dec 5 15:03:09 2012
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0126] (rev 09) (prog-if 00 [VGA controller])
 Advanced Micro Devices [AMD] nee ATI Caicos [Radeon HD 6400M/7400M Series] 
[1002:6760] (prog-if 00 [VGA controller])
JockeyStatus:
 kmod:fglrx - ATI Fire GL (Free, Enabled, In use)
 kmod:fglrx_updates - Video driver for the AMD graphics accelerators (Free, 
Disabled, Not in use)
SourcePackage: xorg
 Error: command ['/usr/lib/nux/unity_support_test', '-p', '-f'] failed with 
exit code 1: X Error of failed request: BadRequest (invalid request code or no 
such operation)
   Major opcode of failed request: 135 (GLX)
   Minor opcode of failed request: 19 (X_GLXQueryServerString)
   Serial number of failed request: 22
   Current serial number in output stream: 22
version.fglrx-installer: fglrx-installer N/A
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.39+git20121025.bc494b31-0ubuntu0ricotz~quantal
version.libgl1-mesa-dri: libgl1-mesa-dri 
9.1~git20121029.00e6819e-0ubuntu0ricotz~quantal
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 
9.1~git20121029.00e6819e-0ubuntu0ricotz~quantal
version.xserver-xorg-core: xserver-xorg-core 3:1.12.4+git20121105-makson1~ppa2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
2:2.7.3+git20120928~quantal2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
2:6.14.6+git20120928~quantal1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
3:2.20.8+git20120928~quantal2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
2:1.0.2+git20120928~quantal1

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

Title:
  Radeon HD 6400M/7400M Series

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

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


[Bug 1068502] Re: Firefox 16.0.1 Crash Report [@ apt_package_mechanism_status_resolved ]

2012-12-05 Thread Launchpad Bug Tracker
This bug was fixed in the package libunity-webapps -
2.4.3daily12.12.05-0ubuntu1

---
libunity-webapps (2.4.3daily12.12.05-0ubuntu1) raring; urgency=low

  [ Alexandre Abreu ]
  * Firefox 16.0.1 Crash Report [@ apt_package_mechanism_status_resolved
] (LP: #1068502)

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 884
 -- Automatic PS uploader ps-jenk...@lists.canonical.com   Wed, 05 Dec 2012 
05:01:10 +

** Changed in: libunity-webapps (Ubuntu)
   Status: New = Fix Released

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

Title:
  Firefox 16.0.1 Crash Report [@ apt_package_mechanism_status_resolved ]

To manage notifications about this bug go to:
https://bugs.launchpad.net/libunity-webapps/+bug/1068502/+subscriptions

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


[Bug 773101] Re: Unity global menu bar hides childless menu items

2012-12-05 Thread PS Jenkins bot
** Changed in: unity
   Status: In Progress = Fix Committed

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

Title:
  Unity global menu bar hides childless menu items

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

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


[Bug 1086693] Re: DNS lookup fails intermittently with Comcast, when Network Manager's copy of dnsmasq is in use.

2012-12-05 Thread Ryan Farmer
** Attachment added: NetworkManager
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1086693/+attachment/3451985/+files/NetworkManager

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

Title:
  DNS lookup fails intermittently with Comcast, when Network Manager's
  copy of dnsmasq is in use.

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

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


[Bug 1086693] [NEW] DNS lookup fails intermittently with Comcast, when Network Manager's copy of dnsmasq is in use.

2012-12-05 Thread Ryan Farmer
Public bug reported:

In Ubuntu's default configuration, Network Manager spawns a copy of
dnsmasq, which breaks DNS lookups for me. It has done this since Ubuntu
12.04, when this was made the default. I've just been following the
workaround that has worked for other people of disabling dnsmasq in
/etc/NetworkManager/NetworkManager.conf.

There have been multiple bug reports about the various problems of this
configuration, but it remains the default configuration in 12.10, and
breaks my DNS lookups there, as well.

Someone mentioned I should file a bug. So, why not? It'll just be
ignored like they always are, but fine. You got it!

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


** Tags: comcast dnsmasq network-manager

** Attachment added: resolv.conf
   
https://bugs.launchpad.net/bugs/1086693/+attachment/3451984/+files/resolv.conf

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

Title:
  DNS lookup fails intermittently with Comcast, when Network Manager's
  copy of dnsmasq is in use.

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

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


[Bug 970686] Re: Activities search does not complete recent documents anymore

2012-12-05 Thread Jacob Henderson
This bug is still in 12.10. Document search does not complete in a
consistently. I have had tracker re-index my files, and they all show in
Documents, but overview search does not seem to find them consistently.

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

Title:
  Activities search does not complete recent documents anymore

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

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


[Bug 105736] Re: mutt - TLS packet with unexpected length

2012-12-05 Thread Daniel Wiberg
Yes, works fine for me to in 12.04.

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

Title:
  mutt - TLS packet with unexpected length

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

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


[Bug 1086337] Re: HTML5 video in Firefox continues to tear

2012-12-05 Thread PS Jenkins bot
** Changed in: compiz
   Status: In Progress = Fix Committed

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

Title:
  HTML5 video in Firefox continues to tear

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

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


[Bug 923779] Re: cross-linker behaviour differs from native linked

2012-12-05 Thread Matthias Klose
** Also affects: binutils-armhf-cross (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: binutils-armel-cross (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/923779

Title:
  cross-linker behaviour differs from native linked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/armel-cross-toolchain-base/+bug/923779/+subscriptions

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


[Bug 1086626] Re: Show icons for Create Document submenu

2012-12-05 Thread Robert Roth
** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Wishlist

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

Title:
   Show icons for Create Document submenu

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

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


[Bug 1086548] Re: libc-bin/libc6 inverted deps causes nss to fail and can make dpkg-statoverride explode, killing the upgrade

2012-12-05 Thread Michael Vogt
Hi, looking at the logs it seems to be relatively specific to the setup
in use. Adding a workaround is easy enough for the specific case, I
attached it here.

Making this general is a bit more tricky, but would involve scanning
/etc/passwd and /etc/group and then comparing that to the dpkg-
statusoverride --list output.

** Patch added: First iteration of a fix, lacking a test
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1086548/+attachment/3451988/+files/lp1086548.diff

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

Title:
  libc-bin/libc6 inverted deps causes nss to fail and can make dpkg-
  statoverride explode, killing the upgrade

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

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


[Bug 959037] Re: NM-controlled dnsmasq prevents other DNS servers from starting

2012-12-05 Thread Thomas Hood
The O'Reilly book _DNS and BIND_ says:

[QUOTE]
10.4.3.2 Interface interval

We've said already that BIND, by default, listens on all of a host's
network interfaces. BIND 8 is actually smart enough to notice when a
network interface on the host it's running on comes up or goes down. To
do this, it periodically scans the host's network interfaces. This
happens once each interface interval, which is 60 minutes by default. If
you know the host your name server runs on has no dynamic network
interfaces, you can disable scanning for new interfaces by setting the
interface interval to zero to avoid unnecessary hourly overhead:

options {
interface-interval 0;
};
On the other hand, if your host brings up or tears down network interfaces more 
often than every hour, you may want to reduce the interval.

[/QUOTE]

But when I tried it, named noticed right away that I had brought up an
interface. Will investigate further.

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

Title:
  NM-controlled dnsmasq prevents other DNS servers from starting

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

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


[Bug 1086503] Re: Ubuntu 12.10 installation crashes.

2012-12-05 Thread Robert Roth
** Package changed: ubuntu = ubiquity (Ubuntu)

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

Title:
  Ubuntu 12.10 installation crashes.

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

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


[Bug 923779] Re: cross-linker behaviour differs from native linked

2012-12-05 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/binutils-armhf-cross

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

Title:
  cross-linker behaviour differs from native linked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/armel-cross-toolchain-base/+bug/923779/+subscriptions

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


[Bug 755620] Re: DiskSpaceScreenlet.py crashed with TypeError in recalculate_size(): integer argument expected, got float

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

** Changed in: indiv-screenlets (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/755620

Title:
  DiskSpaceScreenlet.py crashed with TypeError in recalculate_size():
  integer argument expected, got float

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indiv-screenlets/+bug/755620/+subscriptions

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


[Bug 868243] Re: DiskSpaceScreenlet.py crashed with TypeError in recalculate_size(): integer argument expected, got float

2012-12-05 Thread Robert Roth
*** This bug is a duplicate of bug 755620 ***
https://bugs.launchpad.net/bugs/755620

** This bug is no longer a duplicate of private bug 849341
** This bug has been marked a duplicate of bug 755620
   DiskSpaceScreenlet.py crashed with TypeError in recalculate_size(): integer 
argument expected, got float

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

Title:
  DiskSpaceScreenlet.py crashed with TypeError in recalculate_size():
  integer argument expected, got float

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indiv-screenlets/+bug/868243/+subscriptions

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


[Bug 930447] Re: Unable to start Ubuntu 12.04 live CD with syslinux loader on Pentium M x86 Laptop due to bug in PAE kernel, initramfs or syslinux

2012-12-05 Thread oliver
What stings is, that the entire distro just WORKS WITH PAE enabled on
pentium-M processors and it simple is a bug in syslinux that has been
ignored ever since this thread was started. And since this bug is
'closed' as 'won't fix' it won't get noticed either. It also has been
marked as a bug on syslinux where it is 'undecided'.

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

Title:
  Unable to start Ubuntu 12.04 live CD with syslinux loader on Pentium M
  x86 Laptop due to bug in PAE kernel, initramfs or syslinux

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

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


[Bug 1069659] Re: Kubuntu 12.10 fresh install - crashes and reboots

2012-12-05 Thread mebuntu
Just tried rc7 kernel and that crashes in the same way too.

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

Title:
  Kubuntu 12.10 fresh install - crashes and reboots

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

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


[Bug 1069659] Re: Kubuntu 12.10 fresh install - crashes and reboots

2012-12-05 Thread mebuntu
I'm currently having to use 12.04 because of this crash.  What more
information is required for someone to investigate this?

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

Title:
  Kubuntu 12.10 fresh install - crashes and reboots

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

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


[Bug 955379] Re: cmake hangs with qemu-arm-static

2012-12-05 Thread Janne Karhunen
Just out of interest tried how far the timeout hackery can go working
around the issue. Well, looks like it goes quite far: having previously
reproduced the hang in 4-5 runs and in under a minute, now have had this
running without a hang for an hour. I will also test the patch under OBS
worker(s) and if it solves the issue there as well, I will attach it as
a workaround for time being for those interested. However, Peter is
right and this is not a final solution of any kind: just a workaround.

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

Title:
  cmake hangs with qemu-arm-static

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

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


[Bug 747873] Re: Backport a fix for Neon immediate moves to the latest binutils

2012-12-05 Thread Matthias Klose
won't fix this for maverick anymore, I can't see this is enabled in
recent toolchain packages. please re-open if appropriate.

** Changed in: binutils-armhf-cross (Ubuntu)
   Status: New = Won't Fix

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

Title:
  Backport a fix for Neon immediate moves to the latest binutils

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/binutils-armhf-cross/+bug/747873/+subscriptions

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


[Bug 942752] Re: DropboxScreenlet.py crashed with GError in draw_scaled_image(): Datei »/home/joe/themes/default/dropbox.png« konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden

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

** Changed in: indiv-screenlets (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/942752

Title:
  DropboxScreenlet.py crashed with GError in draw_scaled_image(): Datei
  »/home/joe/themes/default/dropbox.png« konnte nicht geöffnet werden:
  Datei oder Verzeichnis nicht gefunden

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indiv-screenlets/+bug/942752/+subscriptions

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

[Bug 1054137] Re: MeterScreenlet.py crashed with GError in load_buttons(): Icon 'gtk-close' not present in theme

2012-12-05 Thread Robert Roth
*** This bug is a duplicate of bug 807129 ***
https://bugs.launchpad.net/bugs/807129

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug #807129, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.

** This bug has been marked a duplicate of bug 807129
   ClockScreenlet.py crashed with GError in load_buttons(): Icon 'gtk-close' 
not present in theme

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

Title:
  MeterScreenlet.py crashed with GError in load_buttons(): Icon 'gtk-
  close' not present in theme

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indiv-screenlets/+bug/1054137/+subscriptions

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


[Bug 1086708] Missing required logs.

2012-12-05 Thread Brad Figg
This bug is missing log files that will aid in diagnosing the problem.
From a terminal window please run:

apport-collect 1086708

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

** Tags added: precise

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

Title:
  Intermittent ethernet internet connection Ubuntu 12.04 (networking
  using the tg3 driver)

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

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


[Bug 1086347] Re: [MIR] gdisk

2012-12-05 Thread James Page
Michael

The majority of tests call the verify_part function which verifies that
the disk has the correct partition layout etc.. If it does not it will
`exit 1` and fail the test script.

The only test I can see which does not exit 1 on failure is
change_disk_uid (I can patch that up easily enough); the other exception
is the eof_stdin test will just never return if it fails and the build
would time out in the end.

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

Title:
  [MIR] gdisk

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

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


[Bug 946311] Re: only external screen is working with asus zenbook ux31e [eDP1]

2012-12-05 Thread Rémi Pannequin
I got a (probably) similar bug on Dell latitude E5510 (with the same
intel IGC) : external monitors works, but internal panel stay blank.

 If using the Fn+F8 keys, the backlight of the internal screen ligth up,
but the screen stay blank. The only (easy) way to get internal screen
working is booting using failsafe mode (i.e. with nomodeset)

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

Title:
  only external screen is working with asus zenbook ux31e [eDP1]

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

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


[Bug 1086708] [NEW] Intermittent ethernet internet connection Ubuntu 12.04 (networking using the tg3 driver)

2012-12-05 Thread d_mat
Public bug reported:

I have spent hours trying out dozens of solutions from the ubuntuforums
and askubuntu, nothing seems to help. Ethernet cable and plug (in office
wall with many ethernet plugs available) switched to test if this is the
problem.

My internet connection sporadically and regularly drops. Sometimes it is
that webpages take a long time to load, or never do. Sometimes this can
be fixed by reloading the page, sometimes this does nothing. In those
cases the only solution is to either disable and enable networking or
click on the supposedly connected wired connection I am using to get it
to reconnect manually. In both these cases the connection is usually
back within 5 seconds (very rarely I have to do this twice).

I have reinstalled network manager and resolvconf, I have disbled ipv6,
I have edited NetworkManager.conf (along with a few other things that
all don't seem to work). Generally the connection is stable for a long
time following a reboot, but once it starts dropping out, it can stay
stable for a half hour, or 2 minutes, and there seems to be no way to
know.

Sometimes trying to load a page or an element in a page will trigger
network manager to react to the loss of connection. What I mean is that
in this case both skype and dropbox show that they have gone offline,
and the network manager icon appears to look for a connection. This then
happens within 5 seconds (as when I do this manually) and the connection
is back. Again, this then can hold for a half hour or only 2 minutes, or
anything in between.

 sudo ifconfig -a 
eth0  Link encap:Ethernet  HWaddr 00:1e:c9:3e:33:d6  
  inet addr:172.16.10.253  Bcast:172.16.255.255  Mask:255.255.0.0
  UP BROADCAST RUNNING MULTICAST  MTU:1492  Metric:1
  RX packets:204291 errors:0 dropped:0 overruns:0 frame:0
  TX packets:73962 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100 
  RX bytes:126731107 (126.7 MB)  TX bytes:18598744 (18.5 MB)
  Interrupt:17 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:3340 errors:0 dropped:0 overruns:0 frame:0
  TX packets:3340 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:245691 (245.6 KB)  TX bytes:245691 (245.6 KB)

 lspci  
00:00.0 Host bridge: Intel Corporation 82X38/X48 Express DRAM Controller
00:01.0 PCI bridge: Intel Corporation 82X38/X48 Express Host-Primary PCI 
Express Bridge
00:06.0 PCI bridge: Intel Corporation 82X38/X48 Express Host-Secondary PCI 
Express Bridge
00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 (rev 02)
00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 (rev 02)
00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #6 (rev 02)
00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 
(rev 02)
00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 
(rev 02)
00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #1 (rev 02)
00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #2 (rev 02)
00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #3 (rev 02)
00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
00:1f.0 ISA bridge: Intel Corporation 82801IR (ICH9R) LPC Interface Controller 
(rev 02)
00:1f.2 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port 
SATA Controller [AHCI mode] (rev 02)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 02)
01:00.0 VGA compatible controller: NVIDIA Corporation G84 [Quadro FX 570] (rev 
a1)
04:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5754 Gigabit 
Ethernet PCI Express (rev 02)
05:04.0 FireWire (IEEE 1394): LSI Corporation FW322/323 (rev 61)

 cat /etc/network/interfaces  
auto lo
iface lo inet loopback

 dmesg | grep -e eth0 -e bcm  
[2.833361] tg3 :04:00.0: eth0: Tigon3 [partno(BCM95754) rev b002] (PCI 
Express) MAC address 00:1e:c9:3e:33:d6
[2.833365] tg3 :04:00.0: eth0: attached PHY is 5787 (10/100/1000Base-T 
Ethernet) (WireSpeed[1], EEE[0])
[2.833368] tg3 :04:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] 
TSOcap[1]
[2.833371] tg3 :04:00.0: eth0: dma_rwctrl[7618] dma_mask[64-bit]
[   11.257451] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   20.902607] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   23.935637] tg3 :04:00.0: eth0: Link is up 

[Bug 1086710] [NEW] package grub-efi-amd64 2.00-7ubuntu11 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-12-05 Thread Marcel van den Berg
Public bug reported:

I'm trying to install Ubuntu 12.10 on a Lenovo y-500 laptop, dualboot
with Windows 8 (UEFI) pre-installed.

Ubuntu-installation did not work in UEFI-mode, so I decided to use the
legacy (BIOS) mode. This works fine, but when running boot-repair, to
convert the installation to UEFI I get the following screen output:

Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following package was automatically installed and is no longer required:
  linux-headers-3.5.0-17
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
marcel@marzz:~$ sudo apt-get install -y --force-yes grub-efi
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following package was automatically installed and is no longer required:
  linux-headers-3.5.0-17
Use 'apt-get autoremove' to remove it.
The following extra packages will be installed:
  efibootmgr grub-common grub-efi-amd64 grub-efi-amd64-bin grub2-common
Suggested packages:
  multiboot-doc grub-emu xorriso desktop-base
The following NEW packages will be installed:
  efibootmgr grub-common grub-efi grub-efi-amd64 grub-efi-amd64-bin
  grub2-common
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/2,020 kB of archives.
After this operation, 8,692 kB of additional disk space will be used.
Preconfiguring packages ...
Selecting previously unselected package efibootmgr.
(Reading database ... 145875 files and directories currently installed.)
Unpacking efibootmgr (from .../efibootmgr_0.5.4-2ubuntu2_amd64.deb) ...
Selecting previously unselected package grub-common.
Unpacking grub-common (from .../grub-common_2.00-7ubuntu11_amd64.deb) ...
Selecting previously unselected package grub2-common.
Unpacking grub2-common (from .../grub2-common_2.00-7ubuntu11_amd64.deb) ...
Selecting previously unselected package grub-efi-amd64-bin.
Unpacking grub-efi-amd64-bin (from 
.../grub-efi-amd64-bin_2.00-7ubuntu11_amd64.deb) ...
Selecting previously unselected package grub-efi-amd64.
Unpacking grub-efi-amd64 (from .../grub-efi-amd64_2.00-7ubuntu11_amd64.deb) ...
Selecting previously unselected package grub-efi.
Unpacking grub-efi (from .../grub-efi_2.00-7ubuntu11_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Processing triggers for install-info ...
Setting up efibootmgr (0.5.4-2ubuntu2) ...
Setting up grub-common (2.00-7ubuntu11) ...
Processing triggers for ureadahead ...
Setting up grub2-common (2.00-7ubuntu11) ...
Setting up grub-efi-amd64-bin (2.00-7ubuntu11) ...
Setting up grub-efi-amd64 (2.00-7ubuntu11) ...

Creating config file /etc/default/grub with new version
source_dir doesn't exist. Please specify --target or --directory
dpkg: error processing grub-efi-amd64 (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of grub-efi:
 grub-efi depends on grub-efi-amd64 (= 2.00-7ubuntu11); however:
  Package grub-efi-amd64 is not configured yet.

dpkg: error processing grub-efi (--configure):
 dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup 
error from a previous failure.
  Errors were encountered while processing:
 grub-efi-amd64
 grub-efi
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: grub-efi-amd64 2.00-7ubuntu11
ProcVersionSignature: Ubuntu 3.5.0-19.30-generic 3.5.7
Uname: Linux 3.5.0-19-generic x86_64
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
Date: Wed Dec  5 10:03:09 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2012-12-05 (0 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-19-generic 
root=UUID=c70d88ab-7cbc-40c1-b389-433596e1df6d ro quiet splash vt.handoff=7
SourcePackage: grub2
Title: package grub-efi-amd64 2.00-7ubuntu11 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package quantal

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

Title:
  package grub-efi-amd64 2.00-7ubuntu11 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1086710] Re: package grub-efi-amd64 2.00-7ubuntu11 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-12-05 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package grub-efi-amd64 2.00-7ubuntu11 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 1086337] Re: HTML5 video in Firefox continues to tear

2012-12-05 Thread Daniel van Vugt
** Changed in: compiz (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  HTML5 video in Firefox continues to tear

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

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


[Bug 1085993] Re: linux: 2.6.24-32.107 -proposed tracker

2012-12-05 Thread John Johansen
Looks good

** Changed in: kernel-sru-workflow/security-signoff
   Status: In Progress = Fix Released

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

Title:
  linux: 2.6.24-32.107 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1085993/+subscriptions

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


[Bug 1084513] Re: PyGIDeprecationWarning: main_context_default is deprecated

2012-12-05 Thread Robert Roth
The fix has been committed already in revision 3250 of software-center [1], and 
it will be available after the next release.
[1] 
http://bazaar.launchpad.net/~software-store-developers/software-center/trunk/revision/3250

** Changed in: software-center (Ubuntu)
   Status: Confirmed = 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/1084513

Title:
  PyGIDeprecationWarning: main_context_default is deprecated

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

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


[Bug 923779] Re: cross-linker behaviour differs from native linked

2012-12-05 Thread Matthias Klose
from my point of view, the cross hacks are not necessary. the cross
binutils just needs to be configured --with-sysroot=/. The only downside
is that some remaining native libs in /lib and /usr/lib may cause
linker warnings, if the ARM libs cannot be found in the the multiarch
locations. fixed binutils-armhf-cross so far.

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

Title:
  cross-linker behaviour differs from native linked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/armel-cross-toolchain-base/+bug/923779/+subscriptions

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


[Bug 885606] Re: terminator is always producing a zombie-process ([terminator] defunct)

2012-12-05 Thread Andrea Corbellini
You need to request a Stable Release Update. The procedure is
documented here: https://wiki.ubuntu.com/StableReleaseUpdates. In my
opinion, you should not request an update to  0.28.2-4, but to  0.28.2-5
which ships some CVE fixes.

I can help you preparing the SRU request, if you need.

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

Title:
  terminator is always producing a zombie-process ([terminator]
  defunct)

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

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


[Bug 1086626] Re: Show icons for Create Document submenu

2012-12-05 Thread Sebastien Bacher
The issue is fixed in raring, it's a small cosmetic detail, it doesn't
seems like a candidate for a stable update (see
https://wiki.ubuntu.com/StableReleaseUpdates for the sort of bugs worth
stable update), we can't justify the time to prepare the update, test
it, get it reviewed, etc and the bandwith cost for both the servers and
the users downloading for such details

** Changed in: nautilus (Ubuntu)
   Status: New = Fix Released

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

Title:
   Show icons for Create Document submenu

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

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


[Bug 799965] Re: cross-compiler doesn't have /usr/include on the search path

2012-12-05 Thread Matthias Klose
** Also affects: gcc-4.7 (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/799965

Title:
  cross-compiler doesn't have /usr/include on the search path

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

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


[Bug 1086708] AlsaDevices.txt

2012-12-05 Thread d_mat
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/1086708/+attachment/3452013/+files/AlsaDevices.txt

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

Title:
  Intermittent ethernet internet connection Ubuntu 12.04 (networking
  using the tg3 driver)

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

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


[Bug 1086708] BootDmesg.txt

2012-12-05 Thread d_mat
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1086708/+attachment/3452014/+files/BootDmesg.txt

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

Title:
  Intermittent ethernet internet connection Ubuntu 12.04 (networking
  using the tg3 driver)

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

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


[Bug 1086708] Re: Intermittent ethernet internet connection Ubuntu 12.04 (networking using the tg3 driver)

2012-12-05 Thread d_mat
apport information

** Tags added: apport-collected running-unity

** Description changed:

  I have spent hours trying out dozens of solutions from the ubuntuforums
  and askubuntu, nothing seems to help. Ethernet cable and plug (in office
  wall with many ethernet plugs available) switched to test if this is the
  problem.
  
  My internet connection sporadically and regularly drops. Sometimes it is
  that webpages take a long time to load, or never do. Sometimes this can
  be fixed by reloading the page, sometimes this does nothing. In those
  cases the only solution is to either disable and enable networking or
  click on the supposedly connected wired connection I am using to get it
  to reconnect manually. In both these cases the connection is usually
  back within 5 seconds (very rarely I have to do this twice).
  
  I have reinstalled network manager and resolvconf, I have disbled ipv6,
  I have edited NetworkManager.conf (along with a few other things that
  all don't seem to work). Generally the connection is stable for a long
  time following a reboot, but once it starts dropping out, it can stay
  stable for a half hour, or 2 minutes, and there seems to be no way to
  know.
  
  Sometimes trying to load a page or an element in a page will trigger
  network manager to react to the loss of connection. What I mean is that
  in this case both skype and dropbox show that they have gone offline,
  and the network manager icon appears to look for a connection. This then
  happens within 5 seconds (as when I do this manually) and the connection
  is back. Again, this then can hold for a half hour or only 2 minutes, or
  anything in between.
  
   sudo ifconfig -a 
  eth0  Link encap:Ethernet  HWaddr 00:1e:c9:3e:33:d6  
inet addr:172.16.10.253  Bcast:172.16.255.255  Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST  MTU:1492  Metric:1
RX packets:204291 errors:0 dropped:0 overruns:0 frame:0
TX packets:73962 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100 
RX bytes:126731107 (126.7 MB)  TX bytes:18598744 (18.5 MB)
Interrupt:17 
  
  loLink encap:Local Loopback  
inet addr:127.0.0.1  Mask:255.0.0.0
UP LOOPBACK RUNNING  MTU:16436  Metric:1
RX packets:3340 errors:0 dropped:0 overruns:0 frame:0
TX packets:3340 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0 
RX bytes:245691 (245.6 KB)  TX bytes:245691 (245.6 KB)
  
   lspci  
  00:00.0 Host bridge: Intel Corporation 82X38/X48 Express DRAM Controller
  00:01.0 PCI bridge: Intel Corporation 82X38/X48 Express Host-Primary PCI 
Express Bridge
  00:06.0 PCI bridge: Intel Corporation 82X38/X48 Express Host-Secondary PCI 
Express Bridge
  00:1a.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 (rev 02)
  00:1a.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 (rev 02)
  00:1a.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #6 (rev 02)
  00:1a.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 (rev 02)
  00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller (rev 02)
  00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 
(rev 02)
  00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 
(rev 02)
  00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #1 (rev 02)
  00:1d.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #2 (rev 02)
  00:1d.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #3 (rev 02)
  00:1d.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #1 (rev 02)
  00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 92)
  00:1f.0 ISA bridge: Intel Corporation 82801IR (ICH9R) LPC Interface 
Controller (rev 02)
  00:1f.2 SATA controller: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 port 
SATA Controller [AHCI mode] (rev 02)
  00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 
02)
  01:00.0 VGA compatible controller: NVIDIA Corporation G84 [Quadro FX 570] 
(rev a1)
  04:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5754 Gigabit 
Ethernet PCI Express (rev 02)
  05:04.0 FireWire (IEEE 1394): LSI Corporation FW322/323 (rev 61)
  
   cat /etc/network/interfaces  
  auto lo
  iface lo inet loopback
  
   dmesg | grep -e eth0 -e bcm  
  [2.833361] tg3 :04:00.0: eth0: Tigon3 [partno(BCM95754) rev b002] 
(PCI Express) MAC address 00:1e:c9:3e:33:d6
  [2.833365] tg3 :04:00.0: eth0: attached PHY is 5787 
(10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
  [2.833368] tg3 :04:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] 
ASF[0] TSOcap[1]
  [2.833371] tg3 

[Bug 1086708] Card0.Amixer.values.txt

2012-12-05 Thread d_mat
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/1086708/+attachment/3452015/+files/Card0.Amixer.values.txt

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

Title:
  Intermittent ethernet internet connection Ubuntu 12.04 (networking
  using the tg3 driver)

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

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


[Bug 1086708] Card0.Codecs.codec.0.txt

2012-12-05 Thread d_mat
apport information

** Attachment added: Card0.Codecs.codec.0.txt
   
https://bugs.launchpad.net/bugs/1086708/+attachment/3452016/+files/Card0.Codecs.codec.0.txt

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

Title:
  Intermittent ethernet internet connection Ubuntu 12.04 (networking
  using the tg3 driver)

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

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


[Bug 1086708] CurrentDmesg.txt

2012-12-05 Thread d_mat
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1086708/+attachment/3452017/+files/CurrentDmesg.txt

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

Title:
  Intermittent ethernet internet connection Ubuntu 12.04 (networking
  using the tg3 driver)

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

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


[Bug 1086704] Re: Build uses pyrexc without checking that it exists

2012-12-05 Thread Daniel van Vugt
** Changed in: compiz
 Assignee: (unassigned) = Jussi Pakkanen (jpakkane)

** Changed in: compiz
Milestone: None = 0.9.9.0

** Changed in: compiz
   Status: New = In Progress

** Changed in: compiz
   Importance: Undecided = Low

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

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

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

** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) = Jussi Pakkanen (jpakkane)

** Changed in: compiz (Ubuntu)
Milestone: None = ubuntu-13.04-alpha-1

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

Title:
  Build uses pyrexc without checking that it exists

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

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


[Bug 1086347] Re: [MIR] gdisk

2012-12-05 Thread James Page
I've uploaded an updated version of gdisk to Ubuntu and added a revised
debdiff including the patch for gdisk_test.sh  to http://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=695173

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

** Changed in: gdisk (Ubuntu)
 Assignee: (unassigned) = Michael Terry (mterry)

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

Title:
  [MIR] gdisk

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

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


[Bug 1086345] Re: Quantal-LTS-stack: Showing low-resolution screen on shutdown/reboot

2012-12-05 Thread Timo Aaltonen
yep, the xserver exited normally, so it's not that..

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

Title:
  Quantal-LTS-stack: Showing low-resolution screen on shutdown/reboot

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

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


[Bug 918637] Re: We need a job type for semi-automated tests

2012-12-05 Thread Brendan Donegan
This shouldn't be considered Fix Commited until the user-interact plugin
is actually implemented. At the moment it's just a proxy for the manual
plugin type

** Changed in: checkbox
   Status: Fix Committed = Triaged

** Branch unlinked: lp:~brendan-donegan/checkbox/verify_interact_plugins

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

Title:
  We need a job type for semi-automated tests

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

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


[Bug 1016818] Re: Immediate crash on startup

2012-12-05 Thread Philipp Wagner
*** This bug is a duplicate of bug 507089 ***
https://bugs.launchpad.net/bugs/507089

** This bug has been marked a duplicate of bug 507089
   thunderbird shredder always segfaults on startup with LDAP auth in nsswitch

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

Title:
  Immediate crash on startup

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

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


[Bug 1086708] Re: Intermittent ethernet internet connection Ubuntu 12.04 (networking using the tg3 driver)

2012-12-05 Thread d_mat
Internet cut out again, so I don't know if there is still something
missing. If yes, let me know, and I will rerun apport

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

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

Title:
  Intermittent ethernet internet connection Ubuntu 12.04 (networking
  using the tg3 driver)

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

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


[Bug 1086559] Re: OK Button Is Hard To Click When There Is Many Sessions

2012-12-05 Thread Sebastien Bacher
** Package changed: lightdm (Ubuntu) = unity-greeter (Ubuntu)

** Changed in: unity-greeter (Ubuntu)
   Importance: Undecided = Low

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

Title:
  OK Button Is Hard To Click When There Is Many Sessions

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

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


[Bug 1020118] Re: logout button for the USC purchase session

2012-12-05 Thread Matthew Paul Thomas
** Description changed:

  We would like to store a cookie from pay.ubuntu.com to avoid having to login 
again into pay.ubuntu.com.
  In order for users to be able to change what account they are using the user 
needs a way to logout to
  be able to relogin again.
  
  https://wiki.ubuntu.com/SoftwareCenter#store-account: In the
  navigation bar, between 'History' and 'Progress' should be a new item,
  'Account', with a wallet icon ... Regardless of whether you are online,
  the screen should begin with a local banner showing the e-mail address,
  balance (if available), and a 'Sign Out' button. Signing out should work
  even if you are offline.
+ 
+ See also bug 1084987.

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

Title:
  logout button for the USC purchase session

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

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


[Bug 1086675] Re: When I install ubuntu on my desktop it comes a bug.

2012-12-05 Thread Jackson Doak
then post this as a backtrack bug not an ubuntu/ubiquity one. therefore
this is invalid

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

Title:
  When I  install ubuntu on my desktop it comes a bug.

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

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


[Bug 1086675] Re: When I install ubuntu on my desktop it comes a bug.

2012-12-05 Thread Jackson Doak
then post this as a backtrack bug not an ubuntu/ubiquity one. therefore
this is invalid

** Changed in: ubiquity (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/1086675

Title:
  When I  install ubuntu on my desktop it comes a bug.

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

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


[Bug 1027211] Re: [nvidia] Moving or resizing windows freezes and stutters on nvidia (especially if some other window is redrawing).

2012-12-05 Thread Daniel van Vugt
** Summary changed:

- Compiz 0.9.8 very bad performance
+ [nvidia] Moving or resizing windows freezes and stutters on nvidia 
(especially if some other window is redrawing).

** This bug is no longer a duplicate of bug 1049214
   [nvidia] XSync usage is a massive bottlenecking factor (nvidia performance 
regression in Compiz 0.9.8+)

** Changed in: compiz
   Status: Incomplete = In Progress

** Changed in: compiz
   Importance: Undecided = High

** Changed in: compiz
 Assignee: (unassigned) = Daniel van Vugt (vanvugt)

** Changed in: compiz
Milestone: None = 0.9.9.0

** Changed in: compiz (Ubuntu)
   Status: Expired = In Progress

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

** Changed in: compiz (Ubuntu)
 Assignee: (unassigned) = Daniel van Vugt (vanvugt)

** Description changed:

- I'm running ubuntu 12.10 with a Geforce Gtx680 + 2600k + 8gb, and compiz
- performance is awful in the desktop and playing games.
+ Using the NVIDIA driver, moving or resizing windows freezes and stutters
+ (especially if some other window is redrawing).
+ 
+ TEST CASE:
+ 1. Open a regular window (Nautilus or Terminal)
+ 2. Verify you can move or resize it with ease.
+ 3. Open another window that will render graphics constantly, like glxgears.
+ Expected: Still able to move and resize the first window with ease.
+ Observed: Display freezes and rarely updates. Have to stop glxgears to 
move/resize windows.
+ 
+ ORIGINAL DESCRIPTION:
+ I'm running ubuntu 12.10 with a Geforce Gtx680 + 2600k + 8gb, and compiz 
performance is awful in the desktop and playing games.
  
  Dragging a window across the desktop is a pain, because it stutters so
  much it's not even funny. Compiz 0.9.7.8 doesn't have this behavior, so
  something got broken in this release.
  
  Now, about opengl games. It's also a terrible experience, and no matter
  what settings I try there's always a lag feel. Games simply don't run
  smooth, despite the frame rate that shows on screen. This behavior is
  present in both 0.9.8 and 0.9.7.8.
  
  By running ubuntu without any effects (gnome classic panel) games run
  super smooth without any lag or stutter.
  
  By the way, I'm running 304.22 driver with default settings, but all
  previous drivers show the same behavior.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: compiz 1:0.9.8+bzr3249-0ubuntu2
  ProcVersionSignature: Ubuntu 3.5.0-5.5-generic 3.5.0-rc7
  Uname: Linux 3.5.0-5-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.4-0ubuntu3
  Architecture: amd64
  Date: Fri Jul 20 19:52:47 2012
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  PackageArchitecture: all
  ProcEnviron:
-  LANGUAGE=pt:pt_BR:en
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=pt_PT.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=pt:pt_BR:en
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=pt_PT.UTF-8
+  SHELL=/bin/bash
  SourcePackage: compiz
  UpgradeStatus: Upgraded to quantal on 2012-07-20 (0 days ago)

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

Title:
  [nvidia] Moving or resizing windows freezes and stutters on nvidia
  (especially if some other window is redrawing).

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