[Bug 1116162] Re: juju hangs during deploy

2013-02-06 Thread Yolanda Robla
** Changed in: juju (Ubuntu)
   Status: New = Incomplete

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

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

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

Title:
  juju hangs during deploy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/juju/+bug/1116162/+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 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-06 Thread Thomas Hood
Hi Simon.

Before I forget to ask: can you please update dnsmasq(8) to include
under --strict-order a description of what happens when nameserver
addresses are passed in via D-Bus instead of via a file?

You wrote,
 you can very easily provide the same behaviour - only pass the first 
 nameserver to dnsmasq

Because NM doesn't use dnsmasq to cache, if NM were to give dnsmasq only
one address then I guess the only service that dnsmasq would still
provide is that of name-to-server mapping.

And it turns out that the way NM currently uses dnsmasq to do this is
seriously flawed. So I conclude that it's better for NM not to use
dnsmasq at all until these problems are solved.

 [That NM only supplies one nameserver address per domain name]
 is a different problem, and could be solved.

From the man page it's not completely clear how to solve it.  Can you
confirm (1) that it's possible to give multiple server options as
follows

server=/google.com/1.2.3.4
server=/google.com/5.6.7.8

and that the result will be that 1.2.3.4 and 5.6.7.8 will be treated
equally for the purpose of resolving names in domain google.com? (2) And
likewise via D-Bus?

(3) What effect does strict-order have on this?

 Ironically, I think the
 problem arises because for nameservers associated with particular
 domains, the equivalent of --strict-order is always in play.

What you say here suggests that my proposition #1 above is false. If #1
is false then it seems that in order to fix

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1003842/+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 1116382] Re: openvswitch-datapath-dkms FTBFS with 12.04.2 3.5 kernel

2013-02-06 Thread James Page
** Description changed:

- The openvswitch-datapath-dkms module FTBFS with the 3.5 kernel proposed
- for 12.04.2:
+ [Impact]
+ 
+ Openvswitch DKMS module is not compatible with the 3.5 kernel which will
+ be provided from 12.04.2.  Users of openvswitch will only be able to use
+ the native kernel module which does not support all features including
+ GRE tunnelling.
+ 
+ Openstack Quantum, for example, makes extensive use of this feature.
+ 
+ [Test Case]
+ 
+ Install 12.04.2 from ISO
+ sudo apt-get install openvswitch-datapath-dkms
+ DKMS module fails to build
+ 
+ [Regression Potential]
+ 
+ The cherry picked fixes provide support for the 3.5 kernel and rename
+ the DKMS built modules to remove the _mod suffix.
+ 
+ This could regress the dkms package for 3.2 kernel users.
+ 
+ [Original Bug Report]
+ The openvswitch-datapath-dkms module FTBFS with the 3.5 kernel proposed for 
12.04.2:
  
  DKMS make.log for openvswitch-1.4.0 for kernel 3.5.0-23-generic (x86_64)
  Tue Feb  5 15:45:41 GMT 2013
  checking build number... none
  checking for a BSD-compatible install... /usr/bin/install -c
  checking whether build environment is sane... yes
  checking for a thread-safe mkdir -p... /bin/mkdir -p
  checking for gawk... no
  checking for mawk... mawk
  checking whether make sets $(MAKE)... yes
  checking for gcc... gcc
  checking whether the C compiler works... no
  configure: error: in `/var/lib/dkms/openvswitch/1.4.0/build':
  configure: error: C compiler cannot create executables
  See `config.log' for more details
  make: Entering directory 
`/var/lib/dkms/openvswitch/1.4.0/build/datapath/linux'
  make: *** No targets specified and no makefile found. Stop.
  make: Leaving directory `/var/lib/dkms/openvswitch/1.4.0/build/datapath/linux'
  
  Although the 3.5 kernel does provide a native openvswitch module, it
  does not support GRE tunnels which are used extensively by OpenStack
  Quantum.
  
  The patches currently held for quantal should suffice to fix this
  problem.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openvswitch-datapath-dkms 1.4.0-1ubuntu1.3
  ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Tue Feb  5 15:45:03 2013
  InstallationMedia: Ubuntu-Server 12.04.2 LTS Precise Pangolin - Release 
amd64 (20130205)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: openvswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  openvswitch-datapath-dkms FTBFS with 12.04.2 3.5 kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1116382/+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 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-06 Thread Thomas Hood
[...cont'd after in order to fix...] bug #1072899, dnsmasq will have
to be enhanced such that proposition #1 is true. But we can discuss the
details of that in bug #1072899.

parenthesis
There is a close analogy between the problem here (bug #1003842) and a problem 
we have with avahi. Avahi resolves names in the domain .local. Networks 
should not use this TLD, but many do and at least in the past Microsoft 
actually recommended doing so. When users connect to such networks with avahi 
enabled the result is malfunction. Upstream purisitically says[*] If you come 
across a network where .local is a unicast DNS domain, please contact the local 
administrator and ask him to move his DNS zone to a different domain. If this 
is not possible, we recommend not to use Avahi in such a network at all. In 
practice avahi attempts to detect bad networks and disables itself if it 
thinks it is on a bad network, subject unfortunately both to false positives 
(bug #327362) and false negatives (bug #80900).

We aren't yet doing even that well. We say that networks ought to have
equivalent nameservers and we make no attempt to detect networks that
have non-equivalent nameservers, of which there are very many.

[*]http://avahi.org/wiki/AvahiAndUnicastDotLocal
/parenthesis

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1003842/+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 1116382] Re: openvswitch-datapath-dkms FTBFS with 12.04.2 3.5 kernel

2013-02-06 Thread James Page
** Description changed:

  [Impact]
  
  Openvswitch DKMS module is not compatible with the 3.5 kernel which will
  be provided from 12.04.2.  Users of openvswitch will only be able to use
  the native kernel module which does not support all features including
  GRE tunnelling.
  
  Openstack Quantum, for example, makes extensive use of this feature.
  
  [Test Case]
  
  Install 12.04.2 from ISO
  sudo apt-get install openvswitch-datapath-dkms
  DKMS module fails to build
  
  [Regression Potential]
  
  The cherry picked fixes provide support for the 3.5 kernel and rename
  the DKMS built modules to remove the _mod suffix.
  
- This could regress the dkms package for 3.2 kernel users.
+ This could regress the dkms package for 3.2 kernel users (that said I
+ have tested this scenario and the upgrade from 3.2-3.5 as well).
  
  [Original Bug Report]
  The openvswitch-datapath-dkms module FTBFS with the 3.5 kernel proposed for 
12.04.2:
  
  DKMS make.log for openvswitch-1.4.0 for kernel 3.5.0-23-generic (x86_64)
  Tue Feb  5 15:45:41 GMT 2013
  checking build number... none
  checking for a BSD-compatible install... /usr/bin/install -c
  checking whether build environment is sane... yes
  checking for a thread-safe mkdir -p... /bin/mkdir -p
  checking for gawk... no
  checking for mawk... mawk
  checking whether make sets $(MAKE)... yes
  checking for gcc... gcc
  checking whether the C compiler works... no
  configure: error: in `/var/lib/dkms/openvswitch/1.4.0/build':
  configure: error: C compiler cannot create executables
  See `config.log' for more details
  make: Entering directory 
`/var/lib/dkms/openvswitch/1.4.0/build/datapath/linux'
  make: *** No targets specified and no makefile found. Stop.
  make: Leaving directory `/var/lib/dkms/openvswitch/1.4.0/build/datapath/linux'
  
  Although the 3.5 kernel does provide a native openvswitch module, it
  does not support GRE tunnels which are used extensively by OpenStack
  Quantum.
  
  The patches currently held for quantal should suffice to fix this
  problem.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openvswitch-datapath-dkms 1.4.0-1ubuntu1.3
  ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Tue Feb  5 15:45:03 2013
  InstallationMedia: Ubuntu-Server 12.04.2 LTS Precise Pangolin - Release 
amd64 (20130205)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: openvswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  openvswitch-datapath-dkms FTBFS with 12.04.2 3.5 kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1116382/+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 962189] Re: dkms module is not automatically rebuild when installing new linux-image package

2013-02-06 Thread James Page
** Description changed:

+ [Impact]
+ Users of the openvswitch + openvswitch DKMS modules are broken after kernel 
upgrades without manual intervention.  DKMS modules should be auto-rebuilt.
+ 
+ [Test Case]
+ Install Ubuntu 12.04 (without any kernel updates)
+ sudo apt-get install openvswitch-datapath-dkms
+ sudo apt-get install openvswitch-switch
+ Upgrade to new 3.2 kernel update (or even the new 3.5 kernel for 12.04.2)
+ Reboot
+ sudo service openvswitch-switch start
+ (will fail as DKMS modules not found for new kernel)
+ 
+ 
+ [Regression Potential]
+ The fix for this is minimal (single line) and just impacts the auto-rebuild 
config for dkms.
+ 
+ However its bundled with the 3.5 kernel compatibility fixes which also
+ remove the _mod suffix from the DKMS built modules.  This has the effect
+ that if the DKMS modules are not built openvswitch will fall-back to the
+ less feature-full native openvswitch module provided by the kernel
+ itself (this is aligned to behavior in quantal and raring).
+ 
+ 
+ [Original Bug Report]
  Hello all,
  
  I've noticed that the openvswitch_mod and brcompat_mod modules are not
  automatically rebuild when I've upgraded to the latest linux-
  image-3.2.0-20-generic, thus rendering my openvswitch config unusable
  after a reboot to said new kernel.
  
  Manual rebuilding and installation worked as expected:
  ---cut-
  root@d02-spi-2:~# uname -a
  Linux d02-spi-2 3.2.0-20-generic #32-Ubuntu SMP Thu Mar 22 02:22:46 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux
  
  root@d02-spi-2:~# dpkg -l | egrep 'linux-(image|headers)'
  ii  linux-headers-3.2.0-19  3.2.0-19.31  Header files 
related to Linux kernel version 3.2.0
  ii  linux-headers-3.2.0-19-generic  3.2.0-19.31  Linux kernel 
headers for version 3.2.0 on 64 bit x86 SMP
  ii  linux-headers-3.2.0-20  3.2.0-20.32  Header files 
related to Linux kernel version 3.2.0
  ii  linux-headers-3.2.0-20-generic  3.2.0-20.32  Linux kernel 
headers for version 3.2.0 on 64 bit x86 SMP
  ii  linux-headers-server3.2.0.20.22  Linux kernel 
headers on Server Equipment.
  ii  linux-image-3.2.0-19-generic3.2.0-19.31  Linux kernel 
image for version 3.2.0 on 64 bit x86 SMP
  ii  linux-image-3.2.0-20-generic3.2.0-20.32  Linux kernel 
image for version 3.2.0 on 64 bit x86 SMP
  ii  linux-image-server  3.2.0.20.22  Linux kernel 
image on Server Equipment.
  
  root@d02-spi-2:~# dkms status -m openvswitch
  openvswitch, 1.4.0, 3.2.0-19-generic, x86_64: installed
  root@d02-spi-2:~# dkms build -m openvswitch -v 1.4.0
  
  Kernel preparation unnecessary for this kernel.  Skipping...
  
  Building module:
  cleaning build area(bad exit status: 2)
  ./configure --with-linux=/usr/src/linux-headers-3.2.0-20-generic ; make -C 
datapath/linux..
  cleaning build area(bad exit status: 2)
  
  DKMS: build completed.
  root@d02-spi-2:~# dkms install -m openvswitch -v 1.4.0
  
  openvswitch_mod:
  Running module version sanity check.
-  - Original module
-- No original module exists within this kernel
-  - Installation
-- Installing to /lib/modules/3.2.0-20-generic/updates/dkms/
+  - Original module
+    - No original module exists within this kernel
+  - Installation
+    - Installing to /lib/modules/3.2.0-20-generic/updates/dkms/
  
  brcompat_mod.ko:
  Running module version sanity check.
-  - Original module
-- No original module exists within this kernel
-  - Installation
-- Installing to /lib/modules/3.2.0-20-generic/updates/dkms/
+  - Original module
+    - No original module exists within this kernel
+  - Installation
+    - Installing to /lib/modules/3.2.0-20-generic/updates/dkms/
  
  depmod..
  
  DKMS: install completed.
  root@d02-spi-2:~# dkms status -m openvswitch
  openvswitch, 1.4.0, 3.2.0-19-generic, x86_64: installed
  openvswitch, 1.4.0, 3.2.0-20-generic, x86_64: installed
  ---cut-
  
  Regards,
  Ralf
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openvswitch-datapath-dkms 1.4.0-1ubuntu1
  ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
  Uname: Linux 3.2.0-20-generic x86_64
  ApportVersion: 1.94.1-0ubuntu2
  Architecture: amd64
  Date: Thu Mar 22 14:42:27 2012
  PackageArchitecture: all
  SourcePackage: openvswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

** Changed in: openvswitch (Ubuntu Precise)
   Importance: Medium = High

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

Title:
  dkms module is not automatically rebuild when installing new linux-
  image package

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

-- 
Ubuntu-server-bugs 

[Bug 1116382] Re: openvswitch-datapath-dkms FTBFS with 12.04.2 3.5 kernel

2013-02-06 Thread Colin Watson
Hello James, or anyone else affected,

Accepted openvswitch into precise-proposed. The package will build now
and be available at
http://launchpad.net/ubuntu/+source/openvswitch/1.4.0-1ubuntu1.4 in a
few hours, and then in the -proposed repository.

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

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

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

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

** Tags added: verification-needed

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

Title:
  openvswitch-datapath-dkms FTBFS with 12.04.2 3.5 kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1116382/+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 962189] Re: dkms module is not automatically rebuild when installing new linux-image package

2013-02-06 Thread Colin Watson
Hello Ralf, or anyone else affected,

Accepted openvswitch into precise-proposed. The package will build now
and be available at
http://launchpad.net/ubuntu/+source/openvswitch/1.4.0-1ubuntu1.4 in a
few hours, and then in the -proposed repository.

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

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

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

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

** Tags added: verification-needed

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

Title:
  dkms module is not automatically rebuild when installing new linux-
  image package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/962189/+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 1117182] [NEW] package openstack-dashboard 2012.1.3+stable~20120815-691dd2-0ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-02-06 Thread shebeer ibrahim k
Public bug reported:

when installing softwares using apt-get error reports are comings up and
some packages are unavailable due to this.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: openstack-dashboard 2012.1.3+stable~20120815-691dd2-0ubuntu1.1
ProcVersionSignature: Ubuntu 3.2.0-35.55-generic-pae 3.2.34
Uname: Linux 3.2.0-35-generic-pae i686
ApportVersion: 2.0.1-0ubuntu15.1
Architecture: i386
Date: Mon Feb  4 10:41:01 2013
DpkgHistoryLog:
 Start-Date: 2013-02-04  10:40:42
 Commandline: apt-get install ipython-notebook
 Install: ipython-notebook:i386 (0.12.1+dfsg-0ubuntu1), libpgm-5.1-0:i386 
(5.1.116~dfsg-2, automatic), libjs-mathjax:i386 (1.1-1, automatic), 
python-zmq:i386 (2.1.11-1, automatic), libzmq1:i386 (2.1.11-1ubuntu1, automatic)
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: horizon
Title: package openstack-dashboard 2012.1.3+stable~20120815-691dd2-0ubuntu1.1 
failed to install/upgrade: subprocess installed post-installation script 
returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.apache2.conf.d.openstack.dashboard.conf: 
2012-11-18T01:30:50.437020

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


** Tags: apport-package i386 need-duplicate-check precise

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

Title:
  package openstack-dashboard 2012.1.3+stable~20120815-691dd2-0ubuntu1.1
  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/horizon/+bug/1117182/+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 1116382] Re: openvswitch-datapath-dkms FTBFS with 12.04.2 3.5 kernel

2013-02-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/openvswitch

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

Title:
  openvswitch-datapath-dkms FTBFS with 12.04.2 3.5 kernel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1116382/+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 962189] Re: dkms module is not automatically rebuild when installing new linux-image package

2013-02-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/precise-proposed/openvswitch

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

Title:
  dkms module is not automatically rebuild when installing new linux-
  image package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/962189/+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 1037055] Re: winbind does not refresh kerberos tickets

2013-02-06 Thread Robie Basak
This was fixed upstream in 3.6.8 with commit
02c4886863e9a4066b89f2dcb8ff853bfbda7e86. Raring is on 2:3.6.9-1ubuntu1
so already contains the fix.

It looks like it'll be trivial to backport a fix to 12.04 if anybody
needs this. But for this to happen, we need a well-defined test case and
other information (see
https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template), along
with a commitment for somebody to test the fix when it lands in precise-
proposed. Without this commitment, the update won't land in -updates.

Can somebody commit to testing a proposed update and write the impact
statement and test case, please?

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

Title:
  winbind does not refresh kerberos tickets

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/1037055/+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 1116943] Re: package postfix 2.9.3-2~12.04.4 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 75

2013-02-06 Thread Robie Basak
*** This bug is a duplicate of bug 625023 ***
https://bugs.launchpad.net/bugs/625023

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 625023, 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 625023
   invalid myhostname parameter allowed during configuration

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

Title:
  package postfix 2.9.3-2~12.04.4 failed to install/upgrade: подпроцесс
  установлен сценарий post-installation возвратил код ошибки 75

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1116943/+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 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-06 Thread Simon Kelley
On 06/02/13 08:59, Thomas Hood wrote:
 Hi Simon.
 
 Before I forget to ask: can you please update dnsmasq(8) to include
 under --strict-order a description of what happens when nameserver
 addresses are passed in via D-Bus instead of via a file?
 
 You wrote,
 you can very easily provide the same behaviour - only pass the first 
 nameserver to dnsmasq
 
 Because NM doesn't use dnsmasq to cache, if NM were to give dnsmasq only
 one address then I guess the only service that dnsmasq would still
 provide is that of name-to-server mapping.
 
 And it turns out that the way NM currently uses dnsmasq to do this is
 seriously flawed. So I conclude that it's better for NM not to use
 dnsmasq at all until these problems are solved.
 
 [That NM only supplies one nameserver address per domain name]
 is a different problem, and could be solved.
 
From the man page it's not completely clear how to solve it.  Can you
 confirm (1) that it's possible to give multiple server options as
 follows
 
 server=/google.com/1.2.3.4
 server=/google.com/5.6.7.8
 
 and that the result will be that 1.2.3.4 and 5.6.7.8 will be treated
 equally for the purpose of resolving names in domain google.com? (2) And
 likewise via D-Bus?
 
 (3) What effect does strict-order have on this?
 
 Ironically, I think the
 problem arises because for nameservers associated with particular
 domains, the equivalent of --strict-order is always in play.
 
 What you say here suggests that my proposition #1 above is false. If #1
 is false then it seems that in order to fix
 

proposition #1 is true, as is #2: you can configure the same thing via
DBus.

Consider

server=1.1.1.1
server=2.2.2.2
server=/google.com/3.3.3.3
server=/google.com/4.4.4.4


Queries not sent to *.google.com will behave in the normal dnsmasq
manner, sent non-deterministically to 1.1.1.1 and/or 2.2.2.2 in a way
which tries to favour the fastest/most up server.


Queries sent to *google.com will be sent 3.3.3.3 or 4.4.4.4 in the same
way as if strict order was set, ie, to 3.3.3.3 first, and only to
4.4.4.4 if 3.3.3.3 returns a SERVFAIL or REFUSED error, or doesn't reply
at all.

This should be changed, but the code which implements it is knarly and
old, and won't stand more tinkering, it needs rewriting. I've not found
the time, as of yet.


Cheers,

Simon.

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1003842/+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 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-06 Thread Simon Kelley
On 06/02/13 09:18, Thomas Hood wrote:
 [...cont'd after in order to fix...] bug #1072899, dnsmasq will
 have to be enhanced such that proposition #1 is true. But we can
 discuss the details of that in bug #1072899.
 
 parenthesis There is a close analogy between the problem here (bug
 #1003842) and a problem we have with avahi. Avahi resolves names in
 the domain .local. Networks should not use this TLD, but many do
 and at least in the past Microsoft actually recommended doing so.
 When users connect to such networks with avahi enabled the result is
 malfunction. Upstream purisitically says[*] If you come across a
 network where .local is a unicast DNS domain, please contact the
 local administrator and ask him to move his DNS zone to a different
 domain. If this is not possible, we recommend not to use Avahi in
 such a network at all. In practice avahi attempts to detect bad
 networks and disables itself if it thinks it is on a bad network,
 subject unfortunately both to false positives (bug #327362) and false
 negatives (bug #80900).
 
 We aren't yet doing even that well. We say that networks ought to
 have equivalent nameservers and we make no attempt to detect networks
 that have non-equivalent nameservers, of which there are very many.
 
 [*]http://avahi.org/wiki/AvahiAndUnicastDotLocal /parenthesis
 


Detect non-equivalent servers is hard. I'm very much in favour of doing
it, if a way can be found.


Simon.

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

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

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


[Blueprint servercloud-r-kdump-tool] Enable kdump mechanism from kdump-tool instead of kexec-tools

2013-02-06 Thread Louis Bouchard
Blueprint changed by Louis Bouchard:

Work items changed:
  Work items:
  [louis-bouchard] - kdump-tools needs to be MIR / file a bug: DONE
  [stefan-bader-canonical] - discuss linuxcrashdump changes on ubuntu-devel / 
ubuntu-kernel: DONE
- [stefan-bader-canonical] - linuxcrashdump changed to install kdump-tool 
(after discussion): BLOCKED
+ [stefan-bader-canonical] - linuxcrashdump changed to install kdump-tool 
(after discussion): TODO
  [arges] - write better documentation for kdump-tool: TODO
  [dannf] - validate/invalidate with kdump-tools / mkdumpfile on ARM: TODO
  [louis-bouchard] - Integrate netdump support: POSTPONED
  [med] - netdump charm to aggregate dumps in a cloud: TODO

-- 
Enable kdump mechanism from kdump-tool instead of kexec-tools
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-kdump-tool

-- 
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 1115335] Re: hg displays errors in pre-commit.d/20warn-problem-files

2013-02-06 Thread Oliver
This affects me too.  But only ever since 12.04. I'm trying to use LTS
versions exclusively.

For now I am using bzr instead. It's not my preferred VCS, but it does
the job and is apparently better maintained in conjunction with
etckeeper.

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

Title:
  hg displays errors in pre-commit.d/20warn-problem-files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1115335/+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 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-06 Thread Thomas Hood
Simon wrote:
 Consider
[...]
 server=/google.com/3.3.3.3
 server=/google.com/4.4.4.4
[...]
 Queries sent to *google.com will be sent 3.3.3.3 or 4.4.4.4 in the
 same way as if strict order was set, ie, to 3.3.3.3 first, and only to
 4.4.4.4 if 3.3.3.3 returns a SERVFAIL or REFUSED error, or doesn't
 reply at all.

 This should be changed, but the code which implements it is knarly
 and old, and won't stand more tinkering, it needs rewriting. I've
 not found the time, as of yet.

That doesn't sound as if it's urgently needed for anything we are
talking about here.

What we do need is for strict-order to work when addresses are provided
over D-Bus. (That this requires work: see #49. That this is needed: see
below.)

 We say that networks ought to
 have equivalent nameservers and we make no attempt to detect networks
 that have non-equivalent nameservers, of which there are very many.

 Detect non-equivalent servers is hard. I'm very much in favour of
 doing it, if a way can be found.

Well, let's look at the ideas that have been put forward so far.

Solution #1. Disable NM-dnsmasq by default.  This is the only solution
we have right now.

Other ideas that probably need more thought...

Solution #2. Enhance dnsmasq such that it can be given an ordered list
of nameservers via D-Bus and can process this list in strict-order
fashion. Then do every lookup in strict-order fashion, but detect
offline nameservers and omit them temporarily from the list. (This is my
interpretation of Stéphane's suggestion in #37.)

Solution #3. Enhance dnsmasq such that it can be given an ordered list of 
nameservers via D-Bus and can process this list in strict-order fashion. Then 
do a given lookup in strict-order fashion if
* the lookup is being routed to a specific nameserver due to a server 
option;
* the name is in one of the search domains returned by DHCP (as suggested 
my M T-L in #34);
* the name is not in any of the recognized TLDs; or
* we have detected nameserver nonequivalence since the last time the list 
of nameservers changed. The detection mechanism is as described in #28: on 
encountering NODATA or NXDOMAIN, dnsmasq returns the negative result 
immediately but also reiterates the query to all nameservers listed earlier 
than the one that answered. If one of those nameservers later returns an 
address then nameserver nonequivalence has been detected. (This combines 
several earlier suggestions.)

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1003842/+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 1116875] Re: vim-puppet does not install all needed files

2013-02-06 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

This was fixed in Debian 2.7.18-2, but Raring is on 2.7.18-1ubuntu1. It
seems likely that we just need to merge or cherry-pick.

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

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

** Tags added: upgrade-software-version

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

Title:
  vim-puppet does not install all needed files

To manage notifications about this bug go to:
https://bugs.launchpad.net/puppet/+bug/1116875/+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 1115335] Re: hg displays errors in pre-commit.d/20warn-problem-files

2013-02-06 Thread Claudio Bley
Thinking about this a bit more, it would be best to forget about the
exclude_internal function in that file.

For one, it ignores all directories from different SCMs. This could be
bad when I'm using bzr, but have .git directories... When I have ignored
those files is a different story I think.

It also fails for filenames containing special characters, newline for
example.

What about

find . '(' -path .hg -prune ')' -o -print0 | xargs -0r hg status -n

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

Title:
  hg displays errors in pre-commit.d/20warn-problem-files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/etckeeper/+bug/1115335/+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 1117517] [NEW] FTBFS on raring

2013-02-06 Thread Jamie Strandboge
Public bug reported:

Bah, I uploaded a no change rebuild of quantal's update to raring and it
FTBFS (I rebuilt it locally, but a bug in my tooling rebuilt it against
quantal and not raring, so the build succeeded).

** Affects: squid3 (Ubuntu)
 Importance: High
 Status: Triaged

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

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

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

Title:
  FTBFS on raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1117517/+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 1117517] Re: FTBFS on raring

2013-02-06 Thread Jamie Strandboge
** Changed in: squid3 (Ubuntu)
 Assignee: (unassigned) = Jamie Strandboge (jdstrand)

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

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

Title:
  FTBFS on raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1117517/+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 1115053] Re: Parameter Handling Denial of Service in Oneiric

2013-02-06 Thread Marc Deslauriers
Unsubscribing ubuntu-security-sponsors for now, please re-subscribe when
a new debdiff is available. Thanks!

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

Title:
  Parameter Handling Denial of Service in Oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1115053/+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 1107121] Re: nova-compute crashed with ConfigFilesNotFoundError in _parse_config_files(): Failed to read some config files: /etc/nova/nova-compute.conf

2013-02-06 Thread Chuck Short
Do you have a /etc/nova/nova-compute.conf?

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

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

Title:
  nova-compute crashed with ConfigFilesNotFoundError in
  _parse_config_files(): Failed to read some config files: /etc/nova
  /nova-compute.conf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1107121/+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 1060404] Re: update-grub runs and fails in containers

2013-02-06 Thread Stéphane Graber
** Changed in: lxc (Ubuntu Precise)
   Status: Triaged = Invalid

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

Title:
  update-grub runs and fails in containers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1060404/+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 1091939] Re: nova-network applies too liberal a SNAT rule

2013-02-06 Thread Chuck Short
** Changed in: nova (Ubuntu Precise)
   Status: New = In Progress

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

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

Title:
  nova-network applies too liberal a SNAT rule

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1091939/+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 1117589] [NEW] Ubuntu containers fails to start on UEFI-enabled hosts

2013-02-06 Thread Stéphane Graber
Public bug reported:

== Rationale ==
Ubuntu introduced the use of the efivars filesystem for UEFI hosts and it's 
been backported to current stable releases.
On machines running UEFI, mountall will attempt to mount the efivars 
filesystem, even in containers.

Unfortunately our apparmor profile prevents that and as a result the container 
completely fails to boot.
The problem was easily fixed in raring but we need to have this backported to 
precise and quantal.

== Test case ==
1) Find a system running Ubuntu on UEFI
2) lxc-create -t ubuntu -n p1
3) lxc-start -n p1
4) Just boot fine where it used to fail prior to the update.

== Regression potential ==
None that I can think of, the change only allows the extra filesystem in 
apparmor and prevent any actual access to it, so from a user perspective, they 
don't actually get access to anything new.

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

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

Title:
  Ubuntu containers fails to start on UEFI-enabled hosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1117589/+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 1117589] Re: Ubuntu containers fails to start on UEFI-enabled hosts

2013-02-06 Thread Stéphane Graber
** Also affects: lxc (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

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

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

Title:
  Ubuntu containers fails to start on UEFI-enabled hosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1117589/+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 1117613] [NEW] Sync dovecot 1:2.1.7-7 (main) from Debian unstable (main)

2013-02-06 Thread Alessandro Losavio
Public bug reported:

Please sync dovecot 1:2.1.7-7 (main) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * d/dovecot-core.dovecot.upstart: Respawn to handle unexpected but
recoverable problems. (LP: #718188)
  * d/dovecot-core.dovecot.upstart: Respawn to handle unexpected but
recoverable problems. (LP: #718188)
  * Merge from Debian unstable, remaining changes:
+ Add mail-stack-delivery package:
  - Update d/rules
  - d/control: convert existing dovecot-postfix package to a dummy
package and add new mail-stack-delivery package.
  - Update maintainer scripts.
  - Rename d/dovecot-postfix.* to debian/mail-stack-delivery.*
  - d/mail-stack-delivery.preinst: Move previously installed backups and
config files to a new package namespace.
  - d/mail-stack-delivery.prerm: Added to handle downgrades.
+ Use Snakeoil SSL certificates by default:
  - d/control: Depend on ssl-cert.
  - d/dovecot-core.postinst: Relax grep for SSL_* a bit.
+ Add autopkgtest to debian/tests/*.
+ Add ufw integration:
  - d/dovecot-core.ufw.profile: new ufw profile.
  - d/rules: install profile in dovecot-core.
  - d/control: dovecot-core - suggest ufw.
+ d/{control,rules}: enable PIE hardening.
+ d/dovecot-core.dirs: Added usr/share/doc/dovecot-core
+ Add apport hook:
  - d/rules, d/source_dovecot.py
+ Add upstart job:
  - d/rules, d/dovecot-core.dovecot.upstart, d/control,
d/dovecot-core.dirs, dovecot-imapd.{postrm, postinst, prerm},
d/dovecot-pop3d.{postinst, postrm, prerm}.
d/mail-stack-deliver.postinst: Convert init script to upstart.
+ d/control: Added Pre-Depends: dpkg (= 1.15.6) to dovecot-dbg to support
  xz compression in Ubuntu.
+ d/control: Demote dovecot-common Recommends: to Suggests: to prevent
  install of extra packages on upgrade.
+ d/patches/dovecot-drac.patch: Updated with version for dovecot = 2.0.0.
+ d/control: Drop B-D on systemd.
  * Dropped changes:
+ d/patches/fix-racey-restart.patch: part of 2.1.x, no longer required.

the bug LP: #718188 is fixed in Debian too (DBTS: 693225).

Changelog entries since current raring version 1:2.1.7-1ubuntu2:

dovecot (1:2.1.7-7) unstable; urgency=high

  * If you are upgrading from stable or earlier versions of this package
from testing/unstable please carefully read
/usr/share/doc/dovecot-core/README.Debian.gz for important information
about changes.
  * [0d74b31] Move Breaks/Replaces mailavenger from dovecot-common to
dovecot-core (Closes: #694376)
  * [a8030a1] Revamped dovecot-cores README.Debian by adding any info I could
think of in order to ease upgrade problems. (Closes: #696820)
  * [04798d3] Don't touch 10-ssl.conf at all.  Eventually I will DTRT with
regards to the default generated ssl certificates but in the mean time
this will do the least mischief.  (Closes: #696817)
  * [fde17d1] Patch to make /etc/dovecot/readme point to the right place for
the example configuration.  (Closes: #698941)

 -- Jaldhar H. Vyas jald...@debian.org  Mon, 04 Feb 2013 16:27:17
-0500

dovecot (1:2.1.7-6) unstable; urgency=high

  * WARNING: in order to get this package into wheezy some functionality
from the previous release had to be removed.  Namely:
- TCP Wrappers support
- Hurd compatability support
- Triggers  
All this will be coming back in the next version but for now, if you need
any of it, stick with -5.
  * [1f869e0] NEWS.Debian was not getting added to the package (Closes: #693621)
  * [564c5e2] Add breaks and replaces mailavenger for debian-common
(Closes: #694376)

 -- Jaldhar H. Vyas jald...@debian.org  Fri, 14 Dec 2012 17:01:33
-0500

dovecot (1:2.1.7-5) unstable; urgency=high

  * [132bc3b] Remove call to ntp-wait in init script.  Dovecot handles a 
skewed clock much better now.  (Closes: #693225)

 -- Jaldhar H. Vyas jald...@debian.org  Wed, 14 Nov 2012 14:45:29
-0500

dovecot (1:2.1.7-4) unstable; urgency=high

  * [68ef7ad] piuparts complained /etc/dovecot/private was left unowned on
purge which is against policy (Closes: #692944)

 -- Jaldhar H. Vyas jald...@debian.org  Sun, 11 Nov 2012 23:45:07
-0500

dovecot (1:2.1.7-3) unstable; urgency=high

  [ Jaldhar H. Vyas ]
  * [03d5499] Do not generate new dovecot cert if key or cert is already
present (Closes: #685896,#631257) Thanks to Alexander Ufimtsev
al...@ucd.ie and Jörg-Volker Peetz jvpe...@web.de for patches.
  * [5be6c2a] You should be able to upgrade and remove dovecot-managesieved
without errors (Closes: #665487)
  * [1a9ad5c] Fixes instances where UTF-8 was misused instead of mUTF-7
(Closes: #680035)
  * [c0ac3ba] Backport of fix for failure to autocreate mailboxes
(Closes: #623440) This also requires setting the default mail_location.
  * [ba1d3f5] Fix FTBS on Hurd (Closes: #686931) via upstream patch backported
from 

[Bug 1075456] Re: wrong path given in README

2013-02-06 Thread Alessandro Losavio
** Patch removed: doc-dovecot.patch
   
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1075456/+attachment/3510823/+files/doc-dovecot.patch

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

Title:
  wrong path given in README

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dovecot/+bug/1075456/+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 498734] Re: nmbd stops randomly - cannot access using hostname from Windows XP

2013-02-06 Thread George Gill
** Description changed:

  Binary package hint: samba
  
  I found a number of reports about nmbd not starting.
  For me nmbd does start, but stops randomly, so while this is a different bug, 
it must be somehow related.
  
  But, first things first.
  I am new to Linux. I followed various tutorial on the net to install a NAS 
using Ubuntu Server. I installed it, was working for a while, then it stopped 
working, I reinstalled it, and this cycle was going on and on and on like 10 
times.
  Then, I decided to call in a favour from a friend who has experience.
  I installed Ubuntu Server 9.10 again (amd64), updated the system using 
apt-get (that was yesterday, 19-Dec-2009), configured Samba again the way I 
used to, and I called my friend to take a look. He used ssh to access the 
machine, and do his magic. He fine-tuned Samba with the users and permissions I 
wanted, then he said we should also reboot the system to make sure that 
everything mounts and loads as it should - so, we rebooted the the system. 
After reboot, I could access my Samba share just fine. So, we opened a drink to 
celebrate. About five minutes later, I went back to the machine to map the 
drives, but I could not access the Samba share using the netbios name from 
Windows XP - I could access it using the IP address though.
- We had no idea what was going on and we've been Google-ing around for hours, 
trying various configuration changes in network setting as recommended by 
various messages claiming that it solved their problem. Well, none of those 
network tweaks have helped us, so I gave up. My friend was pissed because it 
was supposed to work so he kept checking things I know nothing about. Then he 
said: f**k, nmbd is not running! He restarted Samba (and with it nmbd) and 
everything was working again. After a while, it stopped again. He tried 
restarting Samba again, but this time it did not work. He said we should start 
from boot and he will watch it and see when it stops and why. So, we reboot and 
he keeps his eyes open. He said there are some read errors in 
/var/log/samba/log.nmbd for the socket. The is what he sent me:
+ We had no idea what was going on and we've been Google-ing around for hours, 
trying various configuration changes in network setting as recommended by 
various messages claiming that it solved their problem. Well, none of those 
network tweaks have helped us, so I gave up. My friend was upset because it was 
supposed to work so he kept checking things I know nothing about. Then he said: 
f**k, nmbd is not running! He restarted Samba (and with it nmbd) and everything 
was working again. After a while, it stopped again. He tried restarting Samba 
again, but this time it did not work. He said we should start from boot and he 
will watch it and see when it stops and why. So, we reboot and he keeps his 
eyes open. He said there are some read errors in /var/log/samba/log.nmbd for 
the socket. The is what he sent me:
  read_socket_with_timeout: read error = Socket operation on non-socket.
  read from child failed: NT_STATUS_ACCESS_DENIED
  I Googled about this and I ended up here, sounds like it to me (who don't 
know much about Linux):
  http://lists.samba.org/archive/samba/1998-March/006767.html
  My friend ended up on this forum, here:
  https://bugs.launchpad.net/bugs/462169
  Though that error talks about nmbd not starting. For us, nmbd does start (he 
found traces and I can also access the Samna share using the netbios host 
name), but it stops at some point which we could not track down.
  Thank you for fixing.

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

Title:
  nmbd stops randomly - cannot access using hostname from Windows XP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/498734/+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 1117517] Re: FTBFS on raring

2013-02-06 Thread Jamie Strandboge
r12473 addressed most of this, but configure tells me this:
...
checking if setresuid is implemented... no
...

So I also needed in src/tools.cc:
...
void   
enter_suid(void)   
{  
...
#if HAVE_SETRESUID 
...
#else
if (setuid(0)  0) 
debugs(21, 3, enter_suid: setuid(0) failed:   xstrerror());
#endif 
...

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

Title:
  FTBFS on raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1117517/+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 1078699] Re: winbind won't start at boot

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

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

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

Title:
  winbind won't start at boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1078699/+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 1117517] Re: FTBFS on raring

2013-02-06 Thread Jamie Strandboge
** Changed in: squid3 (Ubuntu)
   Status: In Progress = Fix Committed

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

Title:
  FTBFS on raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1117517/+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 919312] Re: SRU tracking bug for postfix 2.8.5 - 2.8.7 for natty/oneiric

2013-02-06 Thread Scott Kitterman
** Changed in: postfix (Ubuntu Oneiric)
 Assignee: Scott Kitterman (kitterman) = (unassigned)

** Changed in: postfix (Ubuntu Oneiric)
   Status: In Progress = Triaged

** Changed in: postfix (Ubuntu Natty)
   Status: In Progress = Fix Released

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

Title:
  SRU tracking bug for postfix 2.8.5 - 2.8.7 for natty/oneiric

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/919312/+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 1117761] [NEW] SRU Tracking Bug for Postfix 2.9.6

2013-02-06 Thread Scott Kitterman
Public bug reported:

Update to latest microversion release per postfix MRE for precise and
quantal.

IMPACT:  The updates bring a number of upstream bug fixes.  Most
importantly fixes to SSL/TLS certificate PUBLIC KEY fingerprint
computation.

TEST CASE: Run the QA regression test suite. Install postfix and verify
it installs, starts, stops, sends mail.

REGRESSION POTENTIAL: Minimal.  Upstream is known for careful testing
and high quality post-release updates.  The QA regression test suite is
very comprehensive.

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

** Affects: postfix (Ubuntu Precise)
 Importance: High
 Assignee: Scott Kitterman (kitterman)
 Status: In Progress

** Affects: postfix (Ubuntu Quantal)
 Importance: High
 Assignee: Scott Kitterman (kitterman)
 Status: In Progress

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

** Also affects: postfix (Ubuntu Quantal)
   Importance: Undecided
   Status: New

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

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

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

** Changed in: postfix (Ubuntu Precise)
 Assignee: (unassigned) = Scott Kitterman (kitterman)

** Changed in: postfix (Ubuntu Quantal)
 Assignee: (unassigned) = Scott Kitterman (kitterman)

** Changed in: postfix (Ubuntu Precise)
Milestone: None = ubuntu-12.04.3

** Changed in: postfix (Ubuntu Quantal)
Milestone: None = quantal-updates

** Changed in: postfix (Ubuntu Precise)
   Importance: Undecided = High

** Changed in: postfix (Ubuntu Quantal)
   Importance: Undecided = High

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

Title:
  SRU Tracking Bug for Postfix 2.9.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1117761/+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 807153] Re: DNSSEC-enabled named sometimes does not die on service bind9 stop

2013-02-06 Thread Brian Murray
I'm setting this to Fix Released as it is fixed in 12.04 which contains
bind9 version (1:9.8.1.dfsg.P1-4) and Natty (11.04) is no longer
supported.

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

** Changed in: bind9 (Ubuntu)
   Status: Triaged = Fix Released

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

Title:
  DNSSEC-enabled named sometimes does not die on service bind9 stop

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/bind9/+bug/807153/+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 1116576] Re: package autofs5 5.0.6-0ubuntu5.1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 143

2013-02-06 Thread Serge Hallyn
Thanks for submitting this bug.  Could you please attach your autofs
configuration files so I can try to reproduce?

I was not able to reproduce this using a /net -hosts entry in
auto.master, restarting autofs while the master was rebooting (and I was
chdir'd into the autofs-mounted directory)

In addition, please look for error messages in /var/log/syslog and
attach them here.

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

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

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

Title:
  package autofs5 5.0.6-0ubuntu5.1 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 143

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/autofs5/+bug/1116576/+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 1117761] Re: SRU Tracking Bug for Postfix 2.9.6

2013-02-06 Thread Scott Kitterman
Uploaded for precise/quantal.

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

Title:
  SRU Tracking Bug for Postfix 2.9.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postfix/+bug/1117761/+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 1117815] [NEW] python-keystone 2012.1+stable~20120824-a16a0ab9-0ubuntu2.4 improperly pulled in patch from upstream

2013-02-06 Thread Ryan Lane
Public bug reported:

The configuration option is missing in: /usr/lib/python2.7/dist-
packages/keystone/config.py

This leads to a completely broken keystone:

(root): 2013-02-06 23:24:43,480 ERROR no such option: max_param_size
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/keystone/common/wsgi.py, line 184, in 
__call__
result = method(context, **params)
  File /usr/lib/python2.7/dist-packages/keystone/service.py, line 256, in 
authenticate
if len(username)  CONF.max_param_size:
  File /usr/lib/python2.7/dist-packages/keystone/openstack/common/cfg.py, 
line 784, in __getattr__
return self._substitute(self._get(name))
  File /usr/lib/python2.7/dist-packages/keystone/openstack/common/cfg.py, 
line 980, in _get
info = self._get_opt_info(name, group)
  File /usr/lib/python2.7/dist-packages/keystone/openstack/common/cfg.py, 
line 1060, in _get_opt_info
raise NoSuchOptError(opt_name, group)
NoSuchOptError: no such option: max_param_size

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

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

Title:
  python-keystone 2012.1+stable~20120824-a16a0ab9-0ubuntu2.4 improperly
  pulled in patch from upstream

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1117815/+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 1117182] Re: package openstack-dashboard 2012.1.3+stable~20120815-691dd2-0ubuntu1.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-02-06 Thread Serge Hallyn
Thanks for reporting this bug.

The error log shows:

Syntax error on line 1 of /etc/apache2/conf.d/openstack-dashboard.conf:
Invalid command 'WSGIScriptAlias', perhaps misspelled or defined by a module 
not included in the server configuration
Action 'configtest' failed.

You say this was an 'apt-get', but don't say whether this was an install
or update.  Could you please tell us exactly which command you used?

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

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

** Changed in: horizon (Ubuntu)
   Importance: High = Medium

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

Title:
  package openstack-dashboard 2012.1.3+stable~20120815-691dd2-0ubuntu1.1
  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/horizon/+bug/1117182/+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 1086162] Re: IPMI based power management default to IPMI 1.5 based authentication

2013-02-06 Thread Yazz D. Atlas
I'm currently using maas 0.1+bzr1269+dfsg-0ubuntu1 and the work around I
have is to modify /etc/freeipmi/freeipmi.conf and add one line.

driver-type LAN_2_0

This will be passed to ipmipower without changing the code.  Just
passing the info along if others run into this before the fix makes it
out the the general public

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

Title:
  IPMI based power management default to IPMI 1.5 based authentication

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1086162/+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 1083598] Re: package vsftpd 2.3.2-3ubuntu4.1 failed to install/upgrade: ErrorMessage: Package is in a very bad inconsistent state - you should reinstall it before attempting configuration.

2013-02-06 Thread Launchpad Bug Tracker
[Expired for vsftpd (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  package vsftpd 2.3.2-3ubuntu4.1 failed to install/upgrade:
  ErrorMessage: Package is in a very bad inconsistent state - you should
  reinstall it before attempting configuration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1083598/+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 1117517] Re: FTBFS on raring

2013-02-06 Thread Launchpad Bug Tracker
This bug was fixed in the package squid3 - 3.1.20-1ubuntu3

---
squid3 (3.1.20-1ubuntu3) raring-proposed; urgency=low

  * fix FTBFS with newer glibc (LP: #1117517)

squid3 (3.1.20-1ubuntu2) raring-proposed; urgency=low

  [ Seth Arnold ]
  * SECURITY UPDATE: denial of service via cachemgr.cgi insufficient input
validation
- debian/patches/98-CVE-2012-5643.patch: modify cachemgr.cc to properly
  free memory and handle input in chunks
- Based on
  http://www.squid-cache.org/Versions/v3/3.1/changesets/SQUID-2012_1.patch
- CVE-2012-5643
- CVE-2013-0189
 -- Jamie Strandboge ja...@ubuntu.com   Wed, 06 Feb 2013 11:37:29 -0600

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

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2012-5643

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2013-0189

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

Title:
  FTBFS on raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1117517/+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 1118085] [NEW] package samba-common 2:3.6.3-2ubuntu2.3 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回了错误号 10

2013-02-06 Thread sundy
Public bug reported:

2.3 failed to install/upgrade: 子进程 已安装 post-installation 脚本 返回了错误号 10

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: samba-common 2:3.6.3-2ubuntu2.3
ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
Uname: Linux 3.2.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu5
Architecture: amd64
Date: Fri Feb  1 17:00:02 2013
DpkgHistoryLog:
 Start-Date: 2013-02-01  16:59:58
 Commandline: apt-get install tree
 Install: tree:amd64 (1.5.3-2)
ErrorMessage: 子进程 已安装 post-installation 脚本 返回了错误号 10
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
PackageArchitecture: all
SourcePackage: samba
Title: package samba-common 2:3.6.3-2ubuntu2.3 failed to install/upgrade: 子进程 
已安装 post-installation 脚本 返回了错误号 10
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  package samba-common 2:3.6.3-2ubuntu2.3 failed to install/upgrade: 子进程
  已安装 post-installation 脚本 返回了错误号 10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1118085/+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 791625] Re: /javascript/* URLs sidelined by conf.d settings

2013-02-06 Thread Johannes Martin
There has not been any fix released in Mantis, so the status in mantis
in incorrect. It should be confirmed.

There is a fix for mantis in the unreleased development branch.

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

Title:
  /javascript/* URLs sidelined by conf.d settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/mantis/+bug/791625/+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 1072598] Re: [Dell Inspiron M4110] HDMI audio doesn't work

2013-02-06 Thread Yung Shen
** 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/1072598

Title:
  [Dell Inspiron M4110] HDMI audio doesn't work

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

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


[Bug 1102024] Re: Restoring a maximized Gnome Terminal window with keybinding fails to restore the original geometry

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

** Changed in: compiz (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/1102024

Title:
  Restoring a maximized Gnome Terminal window with keybinding fails to
  restore the original geometry

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

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


[Bug 605567] Re: Extremely slow painting of launchpad.net bug details page with nvidia driver

2013-02-06 Thread Kevin Funk
Confirmed on Firefox 19.0 and NVidia 310.14. Is this ever going to be
fixed? :/

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

Title:
  Extremely slow painting of launchpad.net bug details page with nvidia
  driver

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

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


[Bug 1090591] Re: armadaXP: Unable to handle kernel NULL pointer dereference at virtual address 00000000 on shutdown

2013-02-06 Thread Ike Panhc
Looks like this is the root cause. I am testing to make sure.

$ git show 86d3a9905f2a1861dcd22b4603e2a6d4e7fe9ebb
commit 86d3a9905f2a1861dcd22b4603e2a6d4e7fe9ebb
Author: Shawn Guo shawn@linaro.org
Date:   Thu Oct 4 17:12:23 2012 -0700

kernel/sys.c: call disable_nonboot_cpus() in kernel_restart()

BugLink: http://bugs.launchpad.net/bugs/1066176

commit f96972f2dc6365421cf2366ebd61ee4cf060c8d5 upstream.

As kernel_power_off() calls disable_nonboot_cpus(), we may also want to
have kernel_restart() call disable_nonboot_cpus().  Doing so can help
machines that require boot cpu be the last alive cpu during reboot to
survive with kernel restart.

This fixes one reboot issue seen on imx6q (Cortex-A9 Quad).  The machine
requires that the restart routine be run on the primary cpu rather than
secondary ones.  Otherwise, the secondary core running the restart
routine will fail to come to online after reboot.

Signed-off-by: Shawn Guo shawn@linaro.org
Signed-off-by: Andrew Morton a...@linux-foundation.org
Signed-off-by: Linus Torvalds torva...@linux-foundation.org
Signed-off-by: Greg Kroah-Hartman gre...@linuxfoundation.org
Signed-off-by: Leann Ogasawara leann.ogasaw...@canonical.com

diff --git a/kernel/sys.c b/kernel/sys.c
index 2d39a84..0349bde 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -368,6 +368,7 @@ EXPORT_SYMBOL(unregister_reboot_notifier);
 void kernel_restart(char *cmd)
 {
kernel_restart_prepare(cmd);
+   disable_nonboot_cpus();
if (!cmd)
printk(KERN_EMERG Restarting system.\n);
else

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

Title:
  armadaXP: Unable to handle kernel NULL pointer dereference at virtual
  address  on shutdown

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

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


[Bug 1098288]

2013-02-06 Thread adaptee
*** Bug 314467 has been marked as a duplicate of this bug. ***

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

Title:
  Launching synaptiks from System Settings does not launch the
  application

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

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


[Bug 1098288]

2013-02-06 Thread adaptee
*** Bug 314477 has been marked as a duplicate of this bug. ***

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

Title:
  Launching synaptiks from System Settings does not launch the
  application

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

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


[Bug 880252] Re: pmount does not recognize btrfs

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

** Changed in: pmount (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/880252

Title:
  pmount does not recognize btrfs

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

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


[Bug 1117093] [NEW] iscsitarget-dkms FTBFS with 12.04.2 3.5 kernel

2013-02-06 Thread James Page
Public bug reported:

The iscsitarget dkms package fails to build with the new 3.5 kernel for
12.04.2:

DKMS make.log for iscsitarget-1.4.20.2 for kernel 3.5.0-23-generic (x86_64)
Tue Feb  5 17:39:10 GMT 2013
make: Entering directory `/usr/src/linux-headers-3.5.0-23-generic'
  LD  /var/lib/dkms/iscsitarget/1.4.20.2/build/built-in.o
  LD  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/built-in.o
  CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/tio.o
  CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/iscsi.o
  CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.o
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.c: In function 
‘do_recv’:
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/nthread.c:145:1: warning: the 
frame size of 1104 bytes is larger than 1024 bytes [-Wframe-larger-than=]
  CC [M]  /var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.o
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c: In function 
‘worker_thread’:
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c:76:3: error: implicit 
declaration of function ‘get_io_context’ [-Werror=implicit-function-declaration]
/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.c:76:21: warning: 
assignment makes pointer from integer without a cast [enabled by default]
cc1: some warnings being treated as errors
make[2]: *** [/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel/wthread.o] Error 1
make[1]: *** [/var/lib/dkms/iscsitarget/1.4.20.2/build/kernel] Error 2
make: *** [_module_/var/lib/dkms/iscsitarget/1.4.20.2/build] Error 2
make: Leaving directory `/usr/src/linux-headers-3.5.0-23-generic'

Quantal package includes relevant fixes:

  * Fix DKMS compatibility with Linux 3.5 kernel (LP: #1045706):
- d/p/iscsitarget-svn{444,471}.patch: Cherry picked patches from
  upstream VCS trunk, resolving dkms build failures with  linux 3.5.
- d/p/fix-linux3.5.patch: Rework usage of ioc_task_link, resolving
  dkms build failures with  linux 3.5.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: iscsitarget-dkms 1.4.20.2-5ubuntu3.1
ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Wed Feb  6 08:26:50 2013
InstallationMedia: Ubuntu-Server 12.04.2 LTS Precise Pangolin - Release amd64 
(20130205)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: iscsitarget
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: iscsitarget (Ubuntu)
 Importance: Undecided
 Status: Fix Released

** Affects: iscsitarget (Ubuntu Precise)
 Importance: Critical
 Status: Triaged


** Tags: amd64 apport-bug precise

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

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

** Changed in: iscsitarget (Ubuntu Precise)
   Status: New = Triaged

** Changed in: iscsitarget (Ubuntu Precise)
   Importance: Undecided = Critical

** Changed in: iscsitarget (Ubuntu Precise)
Milestone: None = ubuntu-12.04.2

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

Title:
  iscsitarget-dkms FTBFS with 12.04.2 3.5 kernel

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

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

[Bug 1116633] Re: black screen in the login screen

2013-02-06 Thread Timo Aaltonen
for some reason the radeon drm module isn't loaded, which would provide
proper modesetting

** Package changed: xorg (Ubuntu) = linux (Ubuntu)

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

Title:
  black screen in the login screen

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

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


[Bug 991872] Re: Doesn't notice quickly enough that new Wi-Fi network is available

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

** Changed in: network-manager (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/991872

Title:
  Doesn't notice quickly enough that new Wi-Fi network is available

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

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


[Bug 1116363] Re: When joining a client to AD the error message network path not found appears

2013-02-06 Thread Thomas Hood
** Description changed:

  What I did:
  01. apt-get install samba4
  02. /etc/init.d/samba4 stop
  03. rm /etc/samba/smb.conf
  04. samba-tool domain provision --realm s4test.* --domain S4 --adminpass 
* --server-role=dc
  05. /etc/bind9 stop
  06. apt-get remove bind9
  07. /etc/init.d/samba4 start
  08. try to join Win7 client to domain
  
  After a while the error message Network path not found appears. Googling 
for this specifig error brought me to this posting of Andrew Bartlett: 
https://lists.samba.org/archive/samba/2012-August/168892.html
  Her he suggests to add the following lines to the global section of the 
smb.conf
  server services = +smb -s3fs
  dcerpc endpoint servers = +winreg +srvsvc
  
  And after adding these lines I can join a client to the domain.
  
- So either add s3fs to the samba4 package or add these lines to the
- smb.conf generated by samba-tool.
+ So please either add s3fs to the samba4 package or add these lines to
+ the smb.conf generated by samba-tool.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: samba4 4.0.0+dfsg1-1
  ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
  Uname: Linux 3.8.0-4-generic x86_64
  ApportVersion: 2.8-0ubuntu4
  Architecture: amd64
  Date: Tue Feb  5 16:23:21 2013
  InstallationDate: Installed on 2013-02-05 (0 days ago)
  InstallationMedia: Ubuntu-Server 13.04 Raring Ringtail - Alpha amd64 
(20130205)
  MarkForUpload: True
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: samba4
  UpgradeStatus: No upgrade log present (probably fresh install)

** Summary changed:

- When joining a client to AD the error message network path not found appears
+ network path not found on joining a client to AD; +smb -s3fs fixes it; 
please automate this

** Summary changed:

- network path not found on joining a client to AD; +smb -s3fs fixes it; 
please automate this
+ network path not found on joining a client to AD; +smb -s3fs fixes it; 
please automate this

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

Title:
  network path not found on joining a client to AD; +smb -s3fs fixes
  it; please automate this

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

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

[Bug 1117100] [NEW] ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build

2013-02-06 Thread Gad Hayisraeli
Public bug reported:

broadcom wifi+bt chipset bcm13142 not working in kernel 3.5.x ubuntu 12.10, 
wifi working on custom built module, but scan cfg fails with err -22 all the 
time, so not wifi networks found

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: ndiswrapper-dkms 1.57-1ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-23.35-generic 3.5.7.2
Uname: Linux 3.5.0-23-generic x86_64
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
DKMSKernelVersion: 3.5.0-23-generic
Date: Mon Feb  4 16:19:10 2013
InstallationDate: Installed on 2012-10-23 (105 days ago)
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.5)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 1.57-1ubuntu1
SourcePackage: ndiswrapper
Title: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check quantal

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

Title:
  ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to
  build

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

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


[Bug 1078606] Re: [HP Pavilion Sleekbook 14] No Wi-Fi Bluetooth Driver Found

2013-02-06 Thread Yung Shen
** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Anthony Wong (anthonywong)

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

Title:
  [HP Pavilion Sleekbook 14] No Wi-Fi  Bluetooth Driver Found

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

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


[Bug 1000244] Re: Symlink /etc/resolv.conf does not exist after installation or upgrade of resolvconf -- various causes

2013-02-06 Thread Thomas Hood
** Changed in: resolvconf (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/1000244

Title:
  Symlink /etc/resolv.conf does not exist after installation or upgrade
  of resolvconf -- various causes

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

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


[Bug 785701] Re: Inkscape freezes at opening

2013-02-06 Thread Cyril Soler
Once the nfs is stale, you just can't start inkscape anymore (it hangs),
so there's no possible action from the GUI in the preferences.

I solved it by editing the file ~/.config/inkscape/preferences.xml, and
set to 0 the variable maxrecentdocuments. The initial value is 36.

Then inkscape starts correctly.

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

Title:
  Inkscape freezes at opening

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

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


[Bug 1116235] Re: Unable to change volume level moving the kmix slider

2013-02-06 Thread Raymond
for 3.8 or earlier version, the virtual master playback volume control
exclude the headphone playback volume in auto model,  try 6stack-dig
model which does not have independent headphone and the virtual master
playback volume include headphone and all line out playback volume as
slaves

,

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

Title:
  Unable to change volume level moving the kmix slider

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

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


[Bug 1114575] Re: Network Manager cannot connect using embedded Dell 5530 Mobile Broadband device

2013-02-06 Thread Aleksander Morgado
Your modem is saying this:

CREG: 2,4

Which means that the registration state is UNKNOWN (4); so it wasn't
registered to the network.

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

Title:
  Network Manager cannot connect using embedded Dell 5530 Mobile
  Broadband device

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

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


[Bug 933300] Re: nm-applet needs restart after resume

2013-02-06 Thread Johan Svensson
I'm affected since 11.04 I think, and still affected in 12.10. ThinkPad
x220 (was also affected on my x301, Ubuntu 12.04).

Can mention that I often switch network type manually, as I use builtin
3G modem on the run, network cable at work and wireless at home.

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

Title:
  nm-applet needs restart after resume

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

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


[Bug 1117111] [NEW] gnome-shell crashed with signal 5 in _XReply()

2013-02-06 Thread HAL 9000
Public bug reported:

Apport popped up out of the blue. I have no idea what triggered it.
My system continued to run normally.

ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: gnome-shell 3.6.2-0ubuntu0.2
Uname: Linux 3.7.6-zen+ x86_64
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Tue Feb  5 16:11:40 2013
DisplayManager: lightdm
ExecutablePath: /usr/bin/gnome-shell
GsettingsChanges: b'org.gnome.desktop.interface' b'clock-show-date' b'true'
InstallationDate: Installed on 2012-06-05 (245 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
ProcCmdline: /usr/bin/gnome-shell
ProcEnviron:
 PATH=(custom, user)
 XDG_RUNTIME_DIR=set
 LANG=de_DE.UTF-8
 SHELL=/usr/bin/fish
Signal: 5
SourcePackage: gnome-shell
StacktraceTop:
 ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
 DRI2GetMSC () from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
 ?? () from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
 ?? () from /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
Title: gnome-shell crashed with signal 5 in _XReply()
UpgradeStatus: Upgraded to quantal on 2012-10-19 (109 days ago)
UserGroups: adm cdrom dialout dip kvm libvirtd lpadmin plugdev sambashare src 
sudo tracing vboxusers wireshark

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


** Tags: amd64 apport-crash need-amd64-retrace quantal third-party-packages

** Information type changed from Private to Public

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

Title:
  gnome-shell crashed with signal 5 in _XReply()

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

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


[Bug 1113529] Re: [sponsor request]add into archive for UbuntuKylin

2013-02-06 Thread Jack Yu
Hi, we updated this package. We only include the modified icons  and
depend the left on Ubuntu default theme.

** Attachment added: ubuntukylin-theme_0.3.3.tar.gz
   
https://bugs.launchpad.net/ubuntu/+bug/1113529/+attachment/3516780/+files/ubuntukylin-theme_0.3.3.tar.gz

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

Title:
  [sponsor request]add into archive for UbuntuKylin

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

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


[Bug 1116162] Re: juju hangs during deploy

2013-02-06 Thread Yolanda Robla
** Changed in: juju (Ubuntu)
   Status: New = Incomplete

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

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

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

Title:
  juju hangs during deploy

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

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


[Bug 1096708] Re: 'SharedModel' object has no attribute 'append' using Python 3 on 12.04

2013-02-06 Thread Didier Roche
** Also affects: dee (Ubuntu Precise)
   Importance: Undecided
   Status: New

** Changed in: dee (Ubuntu)
   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/1096708

Title:
  'SharedModel' object has no attribute 'append' using Python 3 on 12.04

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

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


[Bug 1072610] Re: [Dell Inspiron M4110] Display is Failed when resolution setting on 800x600

2013-02-06 Thread Yung Shen
@Anthony

Still getting flickering display while set to 800x600 resolution by
using linux-image 3.2.0-37.58 and xserver-xorg-video-radeon
1:6.14.99~git20111219.aacbd629-0ubuntu2

But by using fglrx, 2:8.960-0ubuntu1.1 , and fglrx-experimental-9
2:9.010-0ubuntu0.3 which works normally.


** 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/1072610

Title:
  [Dell Inspiron M4110] Display is Failed when resolution setting on
  800x600

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

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


[Bug 1116633] Status changed to Confirmed

2013-02-06 Thread Brad Figg
This change was made by a bot.

** Changed in: linux (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/1116633

Title:
  black screen in the login screen

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

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


[Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-06 Thread Thomas Hood
Hi Simon.

Before I forget to ask: can you please update dnsmasq(8) to include
under --strict-order a description of what happens when nameserver
addresses are passed in via D-Bus instead of via a file?

You wrote,
 you can very easily provide the same behaviour - only pass the first 
 nameserver to dnsmasq

Because NM doesn't use dnsmasq to cache, if NM were to give dnsmasq only
one address then I guess the only service that dnsmasq would still
provide is that of name-to-server mapping.

And it turns out that the way NM currently uses dnsmasq to do this is
seriously flawed. So I conclude that it's better for NM not to use
dnsmasq at all until these problems are solved.

 [That NM only supplies one nameserver address per domain name]
 is a different problem, and could be solved.

From the man page it's not completely clear how to solve it.  Can you
confirm (1) that it's possible to give multiple server options as
follows

server=/google.com/1.2.3.4
server=/google.com/5.6.7.8

and that the result will be that 1.2.3.4 and 5.6.7.8 will be treated
equally for the purpose of resolving names in domain google.com? (2) And
likewise via D-Bus?

(3) What effect does strict-order have on this?

 Ironically, I think the
 problem arises because for nameservers associated with particular
 domains, the equivalent of --strict-order is always in play.

What you say here suggests that my proposition #1 above is false. If #1
is false then it seems that in order to fix

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

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

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


[Bug 1117027] Re: Clementine crashes on after clicking play on first launch

2013-02-06 Thread David Sansome
1) Is there anything in the playlist when you press play?  What kind of song is 
about to be played - a local file or a radio stream?  Can you give its URL?
2) Clementine outputs its log to the console.  Open a console and type 
clementine to see the log.
3) Getting a backtrace using gdb when it crashes would be even more useful.  
From a console type:
gdb clementine
run
(wait for it to crash)
backtrace

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

Title:
  Clementine crashes on after clicking play on first launch

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

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


[Bug 1113529] Re: [sponsor request]add into archive for UbuntuKylin

2013-02-06 Thread Daniel Holbach
Thanks a lot for your work on this. This looks much better now. The only
remaining things I can see are:

 - add a COPYING file to the source with the GPL3 text
 - extend the package description in debian/control a bit
 - and maybe specify which in debian/copyright (or in a separate file(?)) which 
icons were based on which other icons, just so everybody knows.

Thanks a lot in advance.

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

Title:
  [sponsor request]add into archive for UbuntuKylin

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

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


[Bug 1116382] Re: openvswitch-datapath-dkms FTBFS with 12.04.2 3.5 kernel

2013-02-06 Thread James Page
** Description changed:

- The openvswitch-datapath-dkms module FTBFS with the 3.5 kernel proposed
- for 12.04.2:
+ [Impact]
+ 
+ Openvswitch DKMS module is not compatible with the 3.5 kernel which will
+ be provided from 12.04.2.  Users of openvswitch will only be able to use
+ the native kernel module which does not support all features including
+ GRE tunnelling.
+ 
+ Openstack Quantum, for example, makes extensive use of this feature.
+ 
+ [Test Case]
+ 
+ Install 12.04.2 from ISO
+ sudo apt-get install openvswitch-datapath-dkms
+ DKMS module fails to build
+ 
+ [Regression Potential]
+ 
+ The cherry picked fixes provide support for the 3.5 kernel and rename
+ the DKMS built modules to remove the _mod suffix.
+ 
+ This could regress the dkms package for 3.2 kernel users.
+ 
+ [Original Bug Report]
+ The openvswitch-datapath-dkms module FTBFS with the 3.5 kernel proposed for 
12.04.2:
  
  DKMS make.log for openvswitch-1.4.0 for kernel 3.5.0-23-generic (x86_64)
  Tue Feb  5 15:45:41 GMT 2013
  checking build number... none
  checking for a BSD-compatible install... /usr/bin/install -c
  checking whether build environment is sane... yes
  checking for a thread-safe mkdir -p... /bin/mkdir -p
  checking for gawk... no
  checking for mawk... mawk
  checking whether make sets $(MAKE)... yes
  checking for gcc... gcc
  checking whether the C compiler works... no
  configure: error: in `/var/lib/dkms/openvswitch/1.4.0/build':
  configure: error: C compiler cannot create executables
  See `config.log' for more details
  make: Entering directory 
`/var/lib/dkms/openvswitch/1.4.0/build/datapath/linux'
  make: *** No targets specified and no makefile found. Stop.
  make: Leaving directory `/var/lib/dkms/openvswitch/1.4.0/build/datapath/linux'
  
  Although the 3.5 kernel does provide a native openvswitch module, it
  does not support GRE tunnels which are used extensively by OpenStack
  Quantum.
  
  The patches currently held for quantal should suffice to fix this
  problem.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: openvswitch-datapath-dkms 1.4.0-1ubuntu1.3
  ProcVersionSignature: Ubuntu 3.5.0-23.35~precise1-generic 3.5.7.2
  Uname: Linux 3.5.0-23-generic x86_64
  ApportVersion: 2.0.1-0ubuntu17.1
  Architecture: amd64
  Date: Tue Feb  5 15:45:03 2013
  InstallationMedia: Ubuntu-Server 12.04.2 LTS Precise Pangolin - Release 
amd64 (20130205)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: openvswitch
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  openvswitch-datapath-dkms FTBFS with 12.04.2 3.5 kernel

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

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


[Bug 1099787] Re: Dash blur is too slow to fade in. Please don't fade it unless you can make it faster/smoother.

2013-02-06 Thread Roman Yepishev
After LP 1102410 it is as slow as it was before the implementation of
the new blur in nux.

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

Title:
  Dash blur is too slow to fade in. Please don't fade it unless you can
  make it faster/smoother.

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

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


[Bug 170049] Re: Inverted ruler co-ordinate system

2013-02-06 Thread paul
This issue now has 3 people offering a bounty for a fix totaling $65 at:
http://www.freedomsponsors.org/core/issue/127/create-moveable-ruler-
origin-in-inkscape-inverted-co-ordinate-system

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

Title:
  Inverted ruler co-ordinate system

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

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


[Bug 1003842] Re: dnsmasq sometimes fails to resolve private names in networks with non-equivalent nameservers

2013-02-06 Thread Thomas Hood
[...cont'd after in order to fix...] bug #1072899, dnsmasq will have
to be enhanced such that proposition #1 is true. But we can discuss the
details of that in bug #1072899.

parenthesis
There is a close analogy between the problem here (bug #1003842) and a problem 
we have with avahi. Avahi resolves names in the domain .local. Networks 
should not use this TLD, but many do and at least in the past Microsoft 
actually recommended doing so. When users connect to such networks with avahi 
enabled the result is malfunction. Upstream purisitically says[*] If you come 
across a network where .local is a unicast DNS domain, please contact the local 
administrator and ask him to move his DNS zone to a different domain. If this 
is not possible, we recommend not to use Avahi in such a network at all. In 
practice avahi attempts to detect bad networks and disables itself if it 
thinks it is on a bad network, subject unfortunately both to false positives 
(bug #327362) and false negatives (bug #80900).

We aren't yet doing even that well. We say that networks ought to have
equivalent nameservers and we make no attempt to detect networks that
have non-equivalent nameservers, of which there are very many.

[*]http://avahi.org/wiki/AvahiAndUnicastDotLocal
/parenthesis

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

Title:
  dnsmasq sometimes fails to resolve private names in networks with non-
  equivalent nameservers

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

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


[Bug 1072234] Re: Bluetooth mouse randomly disconnects

2013-02-06 Thread Jan Schürmann
the system crashes again after using the mouse for about 3 days with the
brand new batteries.

is it possible to deactivate the battery status check for bluetooth
devices?

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

Title:
  Bluetooth mouse randomly disconnects

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

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


[Bug 1029003] Re: Apache access controls do not work with rpaf 0.6-2

2013-02-06 Thread Sergey B Kirpichev
This was fixed in Debian long time ago (0.6-3), fix released in backports...
http://bugs.debian.org/653330

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

** Changed in: libapache2-mod-rpaf (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/1029003

Title:
  Apache access controls do not work with rpaf 0.6-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1029003/+subscriptions

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


[Bug 1106821] Re: RPAFproxy_ips are not properly filtered out

2013-02-06 Thread Sergey B Kirpichev
Please, test this patch:
http://anonscm.debian.org/gitweb/?p=collab-maint/libapache2-mod-rpaf.git;a=blob;f=debian/patches/010_multiple_proxies.patch


** Changed in: libapache2-mod-rpaf (Ubuntu)
   Status: New = Fix Committed

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

Title:
  RPAFproxy_ips are not properly filtered out

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-rpaf/+bug/1106821/+subscriptions

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


[Bug 1116620] Re: Clicking Record Region doesn't do anything

2013-02-06 Thread David Klasinc
Hi, thanks for the report. It seems that you're not using Unity for your
shell. Are you running a compositing window manager? Compiz?

If you're not running a compositing window manager, then this is a known
issue and it was partially resolved in the unstable releases.

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

Title:
  Clicking Record Region doesn't do anything

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

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


[Bug 1113454] Re: Artefacts with nouveau driver

2013-02-06 Thread Hein
it seems to be related to compositing. I have installed LXDE and I'm
already working all morning without any problems opening and closing
programs, browsing the web etc. In 'plain' Ubuntu I would already have
had artefacts causing me to restart X. There a lot of problems with
Nvidia and Nouveau run systems apparantly. It seems not to be related to
the drivers though, but a problem with compositing.

It all started for me in 12.04: this was totally unusable for me:
complete freeze every 10 minutes or even less. 12.10 runs into problems
as well. Nouveau shows artefacts, but I can at least restart X by
myself. With Nvidia drivers installed (all versions tried out, including
those of x-edgers and x-swat) my system becomes suddenly less
responsive, fans sound like an aircraft going up in the sky and then X
crashes and restarts.

I truly hope that 13.04 will not have this problems anymore. I will try
a beta as soon as I can.

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

Title:
  Artefacts with nouveau driver

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

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


[Bug 1117147] [NEW] hangs reported with a script

2013-02-06 Thread Dmitrijs Ledkovs
Public bug reported:

http://zeniv.linux.org.uk/~ober/lvm_test

** Affects: lvm2 (Ubuntu)
 Importance: Medium
 Assignee: Dmitrijs Ledkovs (xnox)
 Status: New

** Changed in: lvm2 (Ubuntu)
 Assignee: (unassigned) = Dmitrijs Ledkovs (xnox)

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

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

Title:
  hangs reported with a script

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

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


[Bug 1117146] [NEW] X crashes when logging in

2013-02-06 Thread Frederik Himpe
Public bug reported:

When logging in, X crashed. I attach Xorg.0.log with backtraces.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Wed Feb  6 10:29:15 2013
InstallationMedia: Xubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120817.3)
MarkForUpload: True
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xserver-xorg-input-evdev
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xserver-xorg-input-evdev (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  X crashes when logging in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1117146/+subscriptions

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


[Bug 1117146] Re: X crashes when logging in

2013-02-06 Thread Frederik Himpe
** Attachment added: Xorg.0.log
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1117146/+attachment/3516856/+files/Xorg.0.log

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

Title:
  X crashes when logging in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1117146/+subscriptions

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


[Bug 1116235] Re: Unable to change volume level moving the kmix slider

2013-02-06 Thread Raymond
the auto mute feature require your computer chassis have the hda front
audio panel


active profile: output:analog-stereo+input:analog-stereo
sinks:
alsa_output.pci-_00_0f.1.analog-stereo/#0: Вбудоване аудіо 
Аналогове стерео
sources:
alsa_output.pci-_00_0f.1.analog-stereo.monitor/#1: Monitor 
of Вбудоване аудіо Аналогове стерео
alsa_input.pci-_00_0f.1.analog-stereo/#2: Вбудоване аудіо 
Аналогове стерео
ports:
analog-output: Аналогове відтворення (priority 9900, available: 
unknown)
properties:

analog-output-headphones: Аналогові навушники (priority 9000, 
available: unknown)
properties:

analog-input-microphone-front: Передній мікрофон (priority 
8500, available: unknown)
properties:

analog-input-microphone-rear: Задній мікрофон (priority 8200, 
available: unknown)
properties:

analog-input-linein: Лінійний вхід (priority 8100, available: 
unknown)
properties:

iec958-stereo-output: Цифровий вихід (S/PDIF) (priority 0, 
available: unknown)
properties:

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

Title:
  Unable to change volume level moving the kmix slider

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

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


[Bug 1110331] Re: nscd no longer needs to be restarted by libc's resolvconf update script

2013-02-06 Thread Thomas Hood
Actually the change will appear in 1.70.

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

Title:
  nscd no longer needs to be restarted by libc's resolvconf update
  script

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

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


[Bug 1104303] Re: No icon in the dash

2013-02-06 Thread Marius Gedminas
I wonder if this is related to bug 1051226.

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

Title:
  No icon in the dash

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

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


[Bug 1040557] Re: UEFI boot live-usb bricks SAMSUNG 530U3C, np700z5c laptop

2013-02-06 Thread menshen
#133 I had the same problem, model NP700Z3C-S03ES, bios number XX01. I
tried to launch Acronis True Image boot CD to backup my HD. After
reboot, my laptop was bricked.

So I followed Don's advices:

1. Unplug it

2. open the back of the laptop

3. disconnect the CMOS battery

and I added another step:

4. disconnect battery (by pressing battery button)

After 2 min, I tried to boot and... voilà!! It boots again!!!

Que respiro :D

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

Title:
  UEFI boot live-usb bricks SAMSUNG 530U3C,np700z5c laptop

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

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

[Bug 1040557] Re: UEFI boot live-usb bricks SAMSUNG 530U3C, np700z5c laptop

2013-02-06 Thread menshen
A question, what is the current solution for this bug? I updated bios
firmware to XX04 (last update).

SecureBoot is disabled (CMOS enable), but fastboot was enable.

Should I disable Fastboot too??

Thanks in advanced!

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

Title:
  UEFI boot live-usb bricks SAMSUNG 530U3C,np700z5c laptop

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

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


[Bug 1117148] [NEW] bleachbit.py crashed with SIGSEGV in _IO_default_xsputn()

2013-02-06 Thread Paul Greindl
Public bug reported:

Bleachbit crashed with above error during the process of cleaning free
disk space.

ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: bleachbit 0.9.3-1
ProcVersionSignature: Ubuntu 3.8.0-4.8-generic 3.8.0-rc6
Uname: Linux 3.8.0-4-generic x86_64
ApportVersion: 2.8-0ubuntu4
Architecture: amd64
Date: Wed Feb  6 10:25:10 2013
ExecutablePath: /usr/share/bleachbit/bleachbit.py
InstallationDate: Installed on 2013-01-21 (15 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha amd64 (20130121)
InterpreterPath: /usr/bin/python2.7
MarkForUpload: True
PackageArchitecture: all
ProcCmdline: python /usr/bin/bleachbit
SegvAnalysis:
 Segfault happened at: 0x7f0ed30d049b:  rep movsq %ds:(%rsi),%es:(%rdi)
 PC (0x7f0ed30d049b) ok
 source %ds:(%rsi) (0x0234d000) not located in a known VMA region (needed 
readable region)!
 destination %es:(%rdi) (0x7f0ec51ecc3c) ok
SegvReason: reading unknown VMA
Signal: 11
SourcePackage: bleachbit
StacktraceTop:
 ?? () from /lib/x86_64-linux-gnu/libc.so.6
 _IO_default_xsputn () from /lib/x86_64-linux-gnu/libc.so.6
 _IO_file_xsputn () from /lib/x86_64-linux-gnu/libc.so.6
 fwrite () from /lib/x86_64-linux-gnu/libc.so.6
 ?? ()
Title: bleachbit.py crashed with SIGSEGV in _IO_default_xsputn()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

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


** Tags: amd64 apport-crash need-amd64-retrace raring

** Information type changed from Private to Public

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

Title:
  bleachbit.py crashed with SIGSEGV in _IO_default_xsputn()

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

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


[Bug 1102410] Re: Dash Blur - Take fewer samples per fragment pass

2013-02-06 Thread Sam Spilsbury
I've changed the title of the bug to be more descriptive as to what was
actually fixed here. The dash blur now uses linear sample interpolation
to take fewer texture lookups with similar accuracy to a normal gaussian
algorithm. That is one potential speed-up of the dash blurs, but there
are other bottlenecks which are also relevant. Speed up the dash blur
is too vague and may lead to a situation where the bug is reopened again
an necessary number of times.

** Summary changed:

- Speed up dash blur
+ Dash Blur - Take fewer samples per fragment pass

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

Title:
  Dash Blur - Take fewer samples per fragment pass

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

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


[Bug 1072718] Re: Incorrect german translation

2013-02-06 Thread Hendrik Knackstedt
There was an update released today. I think it included the patch for
this. At least I couldn't find the wrong term in LC_MESSAGES. Could you
confirm that it is fixed?

** Changed in: ubuntu-translations
   Status: Fix Committed = Fix Released

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

Title:
  Incorrect german translation

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

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


[Bug 964989] Re: Ganeti initialization fails because PyCurl is linked against GnuTLS

2013-02-06 Thread spbike
Sadly this breaks ganeti2 on ubuntu 12.10 server as well.  The
recompiling does fix it.

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

Title:
  Ganeti initialization fails because PyCurl is linked against GnuTLS

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

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


[Bug 751085] Re: arandr crashed with ValueError in genexpr()

2013-02-06 Thread Rakotomandimby Mihamina
Waiting for it to be packaged, I just fixed it on my machine with this:
http://www.rktmb.org/post/2013/02/06/arandr-quick-fix-invalid-literal-for-int-with-base-10
It's about changing one line, firing the int() cast.
Caution: very dirty, just a quick workaround for those in a hurry.

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

Title:
  arandr crashed with ValueError in genexpr()

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

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


[Bug 1117146] Re: X crashes when logging in

2013-02-06 Thread Frederik Himpe
** Attachment added: dmesg
   
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1117146/+attachment/3516876/+files/dmesg

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

Title:
  X crashes when logging in

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-evdev/+bug/1117146/+subscriptions

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


[Bug 1117146] Re: X crashes when logging in

2013-02-06 Thread Frederik Himpe
lspci:

00:00.0 Host bridge [0600]: Intel Corporation Ivy Bridge DRAM Controller 
[8086:0150] (rev 09)
Subsystem: Hewlett-Packard Company Device [103c:3399]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort+ SERR- PERR- INTx-
Latency: 0
Capabilities: [e0] Vendor Specific Information: Len=0c ?
Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller [0300]: Intel Corporation Ivy Bridge Graphics 
Controller [8086:0152] (rev 09) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company Device [103c:3399]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 46
Region 0: Memory at f780 (64-bit, non-prefetchable) [size=4M]
Region 2: Memory at e000 (64-bit, prefetchable) [size=256M]
Region 4: I/O ports at f000 [size=64]
Expansion ROM at unassigned [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Address: fee00018  Data: 
Capabilities: [d0] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [a4] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: i915
Kernel modules: i915

00:14.0 USB controller [0c03]: Intel Corporation Panther Point USB xHCI Host 
Controller [8086:1e31] (rev 04) (prog-if 30 [XHCI])
Subsystem: Hewlett-Packard Company Device [103c:3399]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 43
Region 0: Memory at f7c2 (64-bit, non-prefetchable) [size=64K]
Capabilities: [70] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA 
PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
Address: fee00318  Data: 
Kernel driver in use: xhci_hcd

00:16.0 Communication controller [0780]: Intel Corporation Panther Point MEI 
Controller #1 [8086:1e3a] (rev 04)
Subsystem: Hewlett-Packard Company Device [103c:3399]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 45
Region 0: Memory at f7c3c000 (64-bit, non-prefetchable) [size=16]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee00378  Data: 
Kernel driver in use: mei
Kernel modules: mei

00:16.3 Serial controller [0700]: Intel Corporation Panther Point KT Controller 
[8086:1e3d] (rev 04) (prog-if 02 [16550])
Subsystem: Hewlett-Packard Company Device [103c:3399]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 19
Region 0: I/O ports at f0e0 [size=8]
Region 1: Memory at f7c3a000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [c8] Power Management version 3
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA 
PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address:   Data: 
Kernel driver in use: serial

00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network 
Connection [8086:1502] (rev 04)
Subsystem: Hewlett-Packard Company Device [103c:3399]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast TAbort- TAbort- 
MAbort- SERR- PERR- INTx-
Latency: 0

[Bug 1116310] Re: Trying to overwrite shared changelog.Debian.gz

2013-02-06 Thread Thomas Hood
I was able to work around this by doing

dpkg --remove --force-all libtasn1 libtasn1-3:i386
apt-get install libtasn1 libtasn1-3:i386

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

Title:
  Trying to overwrite shared changelog.Debian.gz

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libtasn1-3/+bug/1116310/+subscriptions

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


[Bug 1100046] Re: quotations appear incorrectly in tracked changes

2013-02-06 Thread Jean-Marc Lasgouttes
The fix is now in the 2.0.x branch (to appear in 2.0.6).
http://git.lyx.org/?p=lyx.git;a=commit;h=0bcef7f8742fc6cd227d3e8733133cfe2abba7b0

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

Title:
  quotations appear incorrectly in tracked changes

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

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


[Bug 1117155] [NEW] External monitor goes to sleep after just 30 seconds

2013-02-06 Thread Mladen Stefanov
Public bug reported:

I have Dell E6430 laptop connected to a docking station. External
monitor Dell U2410 connected via Display Port cable to the docking
station. I turn off the built-in display using nvidia-settings panel and
I use only the external one, when docked.

The problem is that after upgrading nvidia-drivers to ver 310, the
external monitor goes in power save mode after just 30 seconds of
inactivity, ignoring any settings in the KDE control center.

Before the driver was updated I was also running the experimental
version (304 I think, I don't remember) and I didn't have this issue.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: nvidia-experimental-310 310.14-0ubuntu0.2
ProcVersionSignature: Ubuntu 3.2.0-37.58-generic 3.2.35
Uname: Linux 3.2.0-37-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Wed Feb  6 11:33:25 2013
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120822.4)
MarkForUpload: True
ProcEnviron:
 SHELL=/bin/bash
 TERM=xterm
 LANG=en_US.UTF-8
 LANGUAGE=en_US:en
SourcePackage: nvidia-graphics-drivers-experimental-310
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-experimental-310 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

** Attachment added: lspci output
   https://bugs.launchpad.net/bugs/1117155/+attachment/3516878/+files/lspci.txt

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

Title:
  External monitor goes to sleep after just 30 seconds

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-experimental-310/+bug/1117155/+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   >