[Bug 1149410] Re: Stuck on Trying to connect to the Juju environment

2013-03-14 Thread Marius B. Kotsbak
I found this in /var/log/juju/api-agent.log:

 KeyError: 'result'
2013-03-12 16:30:31,763: juju.rapi.delta@ERROR: An error occurred 'result'
Traceback (most recent call last):
  File /var/lib/juju/units/juju-gui-4/charm/juju/juju/rapi/delta.py, line 59, 
in pump
current = (yield self.context.status())['result']

where line 59 is:

current = (yield self.context.status())['result']

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

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

Title:
  Stuck on Trying to connect to the Juju environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-gui/+bug/1149410/+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 1149410] Re: Stuck on Trying to connect to the Juju environment

2013-03-14 Thread Gary Poster
Hi Marius. I take it that you encountered this problem again? Under what
circumstances–what versions of the charm and GUI? ~juju-gui's trunk of
the charm + juju GUI trunk should do what you need but everything else
will not at the moment. We are blocked by ~charmers in getting the charm
published, but we will make another release of the GUI no later than
next week.

The rapi error you gave probably is unrelated, unless you are
encountering a behavior we've never seen (possible).

Gary

On Mar 14, 2013, at 6:10 AM, Marius B. Kotsbak
1149...@bugs.launchpad.net wrote:

 I found this in /var/log/juju/api-agent.log:
 
 KeyError: 'result'
 2013-03-12 16:30:31,763: juju.rapi.delta@ERROR: An error occurred 'result'
 Traceback (most recent call last):
  File /var/lib/juju/units/juju-gui-4/charm/juju/juju/rapi/delta.py, line 
 59, in pump
current = (yield self.context.status())['result']
 
 where line 59 is:
 
 current = (yield self.context.status())['result']
 
 ** Also affects: juju (Ubuntu)
   Importance: Undecided
   Status: New
 
 -- 
 You received this bug notification because you are a member of Juju GUI
 Hackers, which is subscribed to juju-gui.
 https://bugs.launchpad.net/bugs/1149410
 
 Title:
  Stuck on Trying to connect to the Juju environment
 
 To manage notifications about this bug go to:
 https://bugs.launchpad.net/juju-gui/+bug/1149410/+subscriptions

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

Title:
  Stuck on Trying to connect to the Juju environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-gui/+bug/1149410/+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 1149410] Re: Stuck on Trying to connect to the Juju environment

2013-03-14 Thread Marius B. Kotsbak
Yes, I encountered it again, using juju-gui-source: trunk. and
cs:precise/juju-gui. Maybe this was a slightly different problem, but
still at loading the main page and failing to connect to the API. I also
saw this in the log:

Starting or restarting Juju API agent. and  Failed to perform start
on service juju-api-agent

I changed back to stable and deployed again, and then it worked fine.
What other combo is recommended for a newer version?

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

Title:
  Stuck on Trying to connect to the Juju environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-gui/+bug/1149410/+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 1155107] [NEW] pwmconfig assumes no fan control from fans not stopping

2013-03-14 Thread charonme
Public bug reported:

pwmconfig attempts to stop fans to determine whether it's possible to
control fan speed.  If fans don't respond to the stopping signal,
pwmconfig assumes it's not possible to control the fans. However some
motherboards or BIOS configurations seem to protect the fans from
stopping, but it's still possible to set non-zero fan speeds. For
example after sudo su I was able to echo 20 
/sys/class/hwmon/hwmon2/device/pwm1 which set a very slow fan speed and
echo 120   /sys/class/hwmon/hwmon2/device/pwm1 set a much higher speed
- so obviously fan speed is working perfectly at least in this range.
However if I try to set a very low value (between 0 and 17) the fan
speeds up probably as a result of the mainboard or BIOS protection.

pwmconfig should take into account that sometimes (on some mobos or
bioses) fan speed control is only possible in some range of speeds
and/or stopping the fans is not always possible even though fan control
works

** Affects: lm-sensors (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: fancontrol pwmconfig

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

Title:
  pwmconfig assumes no fan control from fans not stopping

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1155107/+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 1149410] Re: Stuck on Trying to connect to the Juju environment

2013-03-14 Thread Gary Poster
On 03/14/2013 08:17 AM, Marius B. Kotsbak wrote:
 Yes, I encountered it again, using juju-gui-source: trunk. and
 cs:precise/juju-gui. Maybe this was a slightly different problem, but
 still at loading the main page and failing to connect to the API. I also
 saw this in the log:
 
 Starting or restarting Juju API agent. and  Failed to perform start
 on service juju-api-agent

This is new to me.  I'll pass it along to a pyjuju dev in case anyone
else has seen it.  A pastebin of a longer bit of log output might be
helpful.

 I changed back to stable and deployed again, and then it worked fine.
 What other combo is recommended for a newer version?

ATM, for what I believe to be the specific issue you are encountering:

charm: cs:~juju-gui/precise/juju-gui
juju-gui-source: lp:juju-gui

That's bleeding edge.  Using the GUI release (the charm default
behavior) means it has been better tested.  Moreover, on the charm
trunk, using a GUI release is also about eight minutes faster to deploy
on ec2 than a branch. Once we make a release with this fix (version
number  0.2.2) we suggest you go back to using releases.

Gary

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

Title:
  Stuck on Trying to connect to the Juju environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-gui/+bug/1149410/+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 1155146] [NEW] samba segfaults when LTS enablement stack is installed

2013-03-14 Thread Tim Edwards
Public bug reported:

I've had a running 12.04 LTS system for several months now. I installed
the LTS Enablement Stack for 12.04.2 following the instructions at
https://wiki.ubuntu.com/Kernel/LTSEnablementStack. After doing this and
rebooting into the new kernel samba no longer works, every time I try to
access shared folders it crashes and emails me the following:

The Samba 'panic action' script, /usr/share/samba/panic-action,
was called for PID 5294 (/usr/sbin/smbd).

This means there was a problem with the program, such as a segfault.
Below is a backtrace for this process generated with gdb, which shows
the state of the program at the time the error occurred.  The Samba log
files may contain additional information about the problem.

If the problem persists, you are encouraged to first install the
samba-dbg package, which contains the debugging symbols for the Samba
binaries.  Then submit the provided information as a bug report to
Ubuntu by visiting this link:
https://launchpad.net/ubuntu/+source/samba/+filebug

[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
0x7fbdb334043e in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
#0  0x7fbdb334043e in waitpid () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x7fbdb32c629e in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x7fbdb6718bec in smb_panic ()
#3  0x7fbdb6463be6 in ?? ()
#4  0x7fbdb6463f0f in set_sec_ctx ()
#5  0x7fbdb6452db5 in ?? ()
#6  0x7fbdb647ae2b in ?? ()
#7  0x7fbdb647b76e in ?? ()
#8  0x7fbdb647baea in make_connection ()
#9  0x7fbdb642c82c in reply_tcon_and_X ()
#10 0x7fbdb6476fa4 in ?? ()
#11 0x7fbdb64773bb in ?? ()
#12 0x7fbdb64777d3 in ?? ()
#13 0x7fbdb67288ae in run_events_poll ()
#14 0x7fbdb6478f42 in smbd_process ()
#15 0x7fbdb698666f in ?? ()
#16 0x7fbdb67288ae in run_events_poll ()
#17 0x7fbdb6728a4a in ?? ()
#18 0x7fbdb67295d0 in _tevent_loop_once ()
#19 0x7fbdb63f7030 in main ()
A debugging session is active.

Inferior 1 [process 5294] will be detached.

Quit anyway? (y or n) [answered Y; input not from terminal]

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

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

Title:
  samba segfaults when LTS enablement stack is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1155146/+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 1155146] Re: samba segfaults when LTS enablement stack is installed

2013-03-14 Thread Tim Edwards
$ apt-cache policy samba
samba:
  Installed: 2:3.6.3-2ubuntu2.3
  Candidate: 2:3.6.3-2ubuntu2.3
  Version table:
 *** 2:3.6.3-2ubuntu2.3 0
500 http://localhost/ubuntu/ precise-updates/main amd64 Packages
100 /var/lib/dpkg/status
 2:3.6.3-2ubuntu2.1 0
500 http://localhost/ubuntu/ precise-security/main amd64 Packages
 2:3.6.3-2ubuntu2 0
500 http://localhost/ubuntu/ precise/main amd64 Packages


Linux localhost 3.5.0-25-generic #39~precise1-Ubuntu SMP Tue Feb 26 00:07:14 
UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  samba segfaults when LTS enablement stack is installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1155146/+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 1144108] Re: Unable to create instances due to QueuePool limit

2013-03-14 Thread Jacek N
** Tags added: canonistack

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

Title:
  Unable to create instances due to QueuePool limit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1144108/+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 1155107] Re: pwmconfig assumes no fan control from fans not stopping

2013-03-14 Thread Phillip Susi
Are you sure it actually speeds up when you set it too low?  I have
noticed that the Intel stock CPU fans seem to have a minimum speed they
will refuse to go below, but when you try, it just refuses to go any
lower rather than speeding up.

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

Title:
  pwmconfig assumes no fan control from fans not stopping

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1155107/+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 1154803] Re: Constraints prevents the allocation of nodes if they are equal to the HW.

2013-03-14 Thread Martin Packman
Are you certain this is related to the cpu constraint, rather than any
of the others you had set? The logic there with respect to floats and
gte is correct, there are tests in the codebase for that aspect.

Please try the following:
1) `juju destroy-environment`
2) `juju bootstrap`
3) `juju set-constraints cpu=1.0`
4) `juju deploy something`

I suspect the issue was with the maas-name constraint you have set
there, once you have the bootstrap node on that machine, all further
attempts to allocate a machine will fail as it's already in use.

** Changed in: maas
   Status: Triaged = Incomplete

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

Title:
  Constraints prevents the allocation of nodes if they are equal to the
  HW.

To manage notifications about this bug go to:
https://bugs.launchpad.net/maas/+bug/1154803/+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 1155186] [NEW] Creating ubuntu guest fails on extracting adduser from vm-builder

2013-03-14 Thread John Mitchell
Public bug reported:

When running the command

ubuntu-vm-builder kvm ubuntu --suite=precise --flavour=virtual
--arch=amd64 --libvirt=qemu:///system --hostname=dhyweb01
--bridge=br108 --user=myuser --pass=password --rootsize=32G
--swapsize=2G --mem=1024 --addpkg=acpid --addpkg=openssh-server
--addpkg=nano

I always recieve a failure on extracting files, I have tried multiple
mirrors and removed the tmp files. To test this wasn't a box failure I
installed a new box (same hardware specs) and same error happened. The
download and verify both pass without any errors but the extract fails.

snip
I: Chosen extractor for .deb packages: dpkg-deb
I: Extracting adduser...
I: Extracting base-files...
I: Extracting base-passwd...
I: Extracting bash...
I: Extracting bsdutils...
I: Extracting busybox-initramfs...
I: Extracting coreutils...
I: Extracting cpio...
I: Extracting dash...
I: Extracting debconf...
I: Extracting debianutils...
I: Extracting diffutils...
I: Extracting dpkg...
I: Extracting e2fslibs...
, stderr:
Traceback (most recent call last):
  File /usr/bin/ubuntu-vm-builder, line 24, in module
uvb.main()
  File /usr/lib/python2.7/dist-packages/VMBuilder/contrib/cli.py, line 216, 
in main
distro.build_chroot()
  File /usr/lib/python2.7/dist-packages/VMBuilder/distro.py, line 83, in 
build_chroot
self.call_hooks('bootstrap')
  File /usr/lib/python2.7/dist-packages/VMBuilder/distro.py, line 67, in 
call_hooks
call_hooks(self, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/VMBuilder/util.py, line 165, in 
call_hooks
getattr(context, func, log_no_such_method)(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/VMBuilder/plugins/ubuntu/distro.py, 
line 136, in bootstrap
self.suite.debootstrap()
  File /usr/lib/python2.7/dist-packages/VMBuilder/plugins/ubuntu/dapper.py, 
line 269, in debootstrap
run_cmd(*cmd, **kwargs)
  File /usr/lib/python2.7/dist-packages/VMBuilder/util.py, line 120, in 
run_cmd
raise VMBuilderException, Process (%s) returned %d. stdout: %s, stderr: 
%s % (args.__repr__(), status, mystdout.buf, mystderr.buf)
VMBuilder.exception.VMBuilderException: Process (['/usr/sbin/debootstrap', 
'--arch=amd64', 'precise', '/tmp/tmpJaMnKL', 
'http://archive.ubuntu.com/ubuntu']) returned 2. stdout: I: Retrieving Release
I: Retrieving Release.gpg
I: Checking Release signature
I: Valid Release signature (key id 630239CC130E1A7FD81A27B140976EAF437D05B5)
snip

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubuntu-vm-builder 0.12.4+bzr477-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-38.61-generic 3.2.37
Uname: Linux 3.2.0-38-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: amd64
Date: Thu Mar 14 15:18:29 2013
InstallationMedia: Ubuntu-Server 12.04.1 LTS Precise Pangolin - Release amd64 
(20120817.3)
MarkForUpload: True
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: vm-builder
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: vm-builder (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: amd64 apport-bug precise

** Description changed:

  When running the command
  
  ubuntu-vm-builder kvm ubuntu --suite=precise --flavour=virtual
  --arch=amd64 --libvirt=qemu:///system --hostname=dhyweb01
- --bridge=br108 --user=jolokia --pass=password --rootsize=32G
+ --bridge=br108 --user=myuser --pass=password --rootsize=32G
  --swapsize=2G --mem=1024 --addpkg=acpid --addpkg=openssh-server
  --addpkg=nano
  
  I always recieve a failure on extracting files, I have tried multiple
  mirrors and removed the tmp files. To test this wasn't a box failure I
  installed a new box (same hardware specs) and same error happened. The
  download and verify both pass without any errors but the extract fails.
- 
  
  snip
  I: Chosen extractor for .deb packages: dpkg-deb
  I: Extracting adduser...
  I: Extracting base-files...
  I: Extracting base-passwd...
  I: Extracting bash...
  I: Extracting bsdutils...
  I: Extracting busybox-initramfs...
  I: Extracting coreutils...
  I: Extracting cpio...
  I: Extracting dash...
  I: Extracting debconf...
  I: Extracting debianutils...
  I: Extracting diffutils...
  I: Extracting dpkg...
  I: Extracting e2fslibs...
- , stderr: 
+ , stderr:
  Traceback (most recent call last):
-   File /usr/bin/ubuntu-vm-builder, line 24, in module
- uvb.main()
-   File /usr/lib/python2.7/dist-packages/VMBuilder/contrib/cli.py, line 216, 
in main
- distro.build_chroot()
-   File /usr/lib/python2.7/dist-packages/VMBuilder/distro.py, line 83, in 
build_chroot
- self.call_hooks('bootstrap')
-   File /usr/lib/python2.7/dist-packages/VMBuilder/distro.py, line 67, in 
call_hooks
- call_hooks(self, *args, **kwargs)
-   File /usr/lib/python2.7/dist-packages/VMBuilder/util.py, line 165, in 
call_hooks
- getattr(context, func, log_no_such_method)(*args, **kwargs)
-   File 

[Bug 1155186] Re: Creating ubuntu guest fails on extracting adduser from vm-builder

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

** Changed in: vm-builder (Ubuntu)
   Status: New = Confirmed

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

Title:
  Creating ubuntu guest fails on extracting adduser from vm-builder

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1155186/+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 1078497] Fix proposed to keystone (stable/essex)

2013-03-14 Thread OpenStack Hudson
Fix proposed to branch: stable/essex
Review: https://review.openstack.org/24449

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

Title:
  keystone throws error when removing user from tenant.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1078497/+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 1155186] Re: Creating ubuntu guest fails on extracting adduser from vm-builder

2013-03-14 Thread John Mitchell
So when I specify the --tmp directory manually such as
--tmp=/var/lib/libvirt/images/tmp the install appears to work wihtout
problems.

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

Title:
  Creating ubuntu guest fails on extracting adduser from vm-builder

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1155186/+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 1155186] Re: Creating ubuntu guest fails on extracting adduser from vm-builder

2013-03-14 Thread Mark Pace
I've just tried that as well and if I specify an alternate --tmp, I can
create the ubuntu virtual

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

Title:
  Creating ubuntu guest fails on extracting adduser from vm-builder

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1155186/+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 509647] Re: [MIR] lxc

2013-03-14 Thread Jamie Strandboge
** Changed in: lxc (Ubuntu)
 Assignee: Jamie Strandboge (jdstrand) = Seth Arnold (seth-arnold)

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

Title:
  [MIR] lxc

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/509647/+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 833994] Re: debian-installer does not support https when using with preseed files

2013-03-14 Thread Colin Watson
FWIW, on certificates, the best way to approach this would probably be
to use the fact that you can concatenate two initramfses; so we'd
probably have to have a tool that builds certificates into initramfs
form so that you can append that to your installer initrd, or deliver it
separately if your boot loader supports multiple initramfses.

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

Title:
  debian-installer does not support https when using with preseed files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler-enlist/+bug/833994/+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 759711] Re: smbd crashed with SIGABRT in raise()

2013-03-14 Thread Antti Laiti
I’ve seen this in 13.04 alpha too.

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

Title:
  smbd crashed with SIGABRT in raise()

To manage notifications about this bug go to:
https://bugs.launchpad.net/samba/+bug/759711/+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 1155107] Re: pwmconfig assumes no fan control from fans not stopping

2013-03-14 Thread charonme
Good question, so I tested the fan (Arctic Cooling F14 PWM) on a
different mobo and it really seems the anti-stopping protection is
indeed in the fan. But the fan really speeds up briefly when I try to
stop it

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

Title:
  pwmconfig assumes no fan control from fans not stopping

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lm-sensors/+bug/1155107/+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 1092715] Re: udevadm trigger --action=change not working in quantal and raring

2013-03-14 Thread Serge Hallyn
** Changed in: qemu-kvm (Ubuntu Raring)
   Status: Confirmed = In Progress

** Changed in: qemu-kvm (Ubuntu Raring)
 Assignee: (unassigned) = Serge Hallyn (serge-hallyn)

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

Title:
  udevadm trigger --action=change not working in quantal and raring

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1092715/+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 1076290] Re: cobbler-web throws 500 internal server error

2013-03-14 Thread Steve Conklin
Still occurs in Raring Daily release 2013-03-14

Happy pi day

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

Title:
  cobbler-web throws 500 internal server error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cobbler/+bug/1076290/+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 916200] Re: missing kernel module ipmi_si module

2013-03-14 Thread Samantha Jian-Pielak
** Changed in: opencompute
   Importance: Undecided = Critical

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

Title:
  missing kernel module ipmi_si module

To manage notifications about this bug go to:
https://bugs.launchpad.net/opencompute/+bug/916200/+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 1069570] Re: 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2013-03-14 Thread Launchpad Bug Tracker
This bug was fixed in the package isc-dhcp - 4.2.4-5ubuntu2

---
isc-dhcp (4.2.4-5ubuntu2) raring; urgency=low

  * debian/patches/add-option-ignore-client-uids.patch:
Add a new dhcpd.conf option 'ignore-client-uids'. (LP: #1069570)
 -- Scott Moser smo...@ubuntu.com   Thu, 14 Mar 2013 17:49:10 -0400

** Changed in: isc-dhcp (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  1 MAC Address, two IPs - DNS is out of sync with DHCP leases
  databases, I think...

To manage notifications about this bug go to:
https://bugs.launchpad.net/juju-core/+bug/1069570/+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 1155403] [NEW] virtio cdrom detected as hard disk

2013-03-14 Thread Phillip Susi
Public bug reported:

Trying to install Ubuntu or Debian using virtio to emulate the cdrom
fails.  This appears to be due to the drive appearing to be a hard disk,
rather than a cdrom, despite the media=cdrom argument to qemu.

I'm not sure if this is a bug in qemu, or the kernel virtio driver?

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  virtio cdrom detected as hard disk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1155403/+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 1155421] [NEW] package squid3 3.1.19-1ubuntu3.12.04.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2013-03-14 Thread Marlin
Public bug reported:

when i upgrading squid3
error always name up like that...

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: squid3 3.1.19-1ubuntu3.12.04.1
ProcVersionSignature: Ubuntu 3.5.0-24.37-generic 3.5.7.4
Uname: Linux 3.5.0-24-generic i686
ApportVersion: 2.6.1-0ubuntu10
AptOrdering:
 squid3: Install
 squid3: Configure
Architecture: i386
Date: Fri Mar 15 10:03:49 2013
DpkgHistoryLog:
 Start-Date: 2013-03-15  10:03:38
 Commandline: apt-get -f install
 Upgrade: squid3:i386 (3.1.19-1ubuntu3.12.04.1, 3.1.20-1ubuntu1.1)
DpkgTerminalLog:
 Preparing to replace squid3 3.1.19-1ubuntu3.12.04.1 (using 
.../squid3_3.1.20-1ubuntu1.1_i386.deb) ...
 squid3 stop/waiting
 cat: /var/run/squid3.pid: No such file or directory
 dpkg: error processing 
/var/cache/apt/archives/squid3_3.1.20-1ubuntu1.1_i386.deb (--unpack):
  subprocess new pre-installation script returned error exit status 1
DuplicateSignature:
 Preparing to replace squid3 3.1.19-1ubuntu3.12.04.1 (using 
.../squid3_3.1.20-1ubuntu1.1_i386.deb) ...
 squid3 stop/waiting
 cat: /var/run/squid3.pid: No such file or directory
 dpkg: error processing 
/var/cache/apt/archives/squid3_3.1.20-1ubuntu1.1_i386.deb (--unpack):
  subprocess new pre-installation script returned error exit status 1
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationDate: Installed on 2011-11-24 (476 days ago)
InstallationMedia: Ubuntu-Server 11.10 Oneiric Ocelot - Release i386 
(20111011)
MarkForUpload: True
SourcePackage: squid3
Title: package squid3 3.1.19-1ubuntu3.12.04.1 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
UpgradeStatus: Upgraded to quantal on 2013-02-18 (25 days ago)
modified.conffile..etc.squid3.errorpage.css: [deleted]
modified.conffile..etc.squid3.msntauth.conf: [deleted]
mtime.conffile..etc.squid3.squid.conf: 2012-09-18T10:43:33.368972

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


** Tags: apport-package i386 quantal

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

Title:
  package squid3 3.1.19-1ubuntu3.12.04.1 failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1155421/+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 1155421] Re: package squid3 3.1.19-1ubuntu3.12.04.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2013-03-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package squid3 3.1.19-1ubuntu3.12.04.1 failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/1155421/+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 1095370] Re: apparmor prevents non-default mysql data directories

2013-03-14 Thread Launchpad Bug Tracker
[Expired for mysql-5.5 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.5 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  apparmor prevents non-default mysql data directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1095370/+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 1155385] Re: Quit accelerator key missing

2013-03-14 Thread Micah Gersten
** Also affects: gnome-system-monitor (Ubuntu Raring)
   Importance: Wishlist
   Status: Triaged

** Tags added: raring regression-release

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

Title:
  Quit accelerator key missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/1155385/+subscriptions

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


[Bug 1155385] Re: Quit accelerator key missing

2013-03-14 Thread Bug Watch Updater
** Changed in: gnome-system-monitor
   Status: Unknown = New

** Changed in: gnome-system-monitor
   Importance: Unknown = Wishlist

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

Title:
  Quit accelerator key missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/1155385/+subscriptions

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


[Bug 1155385] Re: Quit accelerator key missing

2013-03-14 Thread Micah Gersten
Bumping to medium per being marked as a regression

** Changed in: gnome-system-monitor (Ubuntu Raring)
   Importance: Wishlist = Medium

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

Title:
  Quit accelerator key missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/1155385/+subscriptions

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


[Bug 1155385] Re: Quit accelerator key missing

2013-03-14 Thread Micah Gersten
Marked as regression per sharms feedback on IRC.

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

Title:
  Quit accelerator key missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/1155385/+subscriptions

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


[Bug 1155376] Re: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build

2013-03-14 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1023645 ***
https://bugs.launchpad.net/bugs/1023645

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 1023645, 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 1023645
   ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build 
[error: ‘struct kernel_stat’ has no member named ‘cpustat’]

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

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/1155376/+subscriptions

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

[Bug 1143094] Re: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build

2013-03-14 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1023645 ***
https://bugs.launchpad.net/bugs/1023645

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 1023645, 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 1023645
   ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build 
[error: ‘struct kernel_stat’ has no member named ‘cpustat’]

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

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/1143094/+subscriptions

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

[Bug 1155212] Re: fglrx 2:9.000-0ubuntu3: fglrx kernel module failed to build

2013-03-14 Thread Daniel van Vugt
*** This bug is a duplicate of bug 859101 ***
https://bugs.launchpad.net/bugs/859101

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 859101, 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 859101
   fglrx 2:8.881-0ubuntu2: fglrx kernel module failed to build (kernel includes 
at ... not found or incomplete)

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

Title:
  fglrx 2:9.000-0ubuntu3: fglrx kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1155212/+subscriptions

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


[Bug 1154965] Re: bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu6: bcmwl kernel module failed to build

2013-03-14 Thread Daniel van Vugt
*** This bug is a duplicate of bug 994255 ***
https://bugs.launchpad.net/bugs/994255

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 994255, 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 994255
   bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu6.1: bcmwl kernel module failed 
to build [fatal error: asm/system.h: No such file or directory]

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

Title:
  bcmwl-kernel-source 5.100.82.38+bdcom-0ubuntu6: bcmwl kernel module
  failed to build

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

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


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

2013-03-14 Thread Kevin Baxter
Public bug reported:

ndiswrapper repeatedly fails to load with every update.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: ndiswrapper-dkms 1.57-1ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-26.40-generic 3.5.7.6
Uname: Linux 3.5.0-26-generic i686
ApportVersion: 2.6.1-0ubuntu10
Architecture: i386
DKMSKernelVersion: 3.5.0-26-generic
Date: Thu Mar 14 21:46:21 2013
InstallationDate: Installed on 2012-05-05 (313 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 1.57-1ubuntu1
SourcePackage: ndiswrapper
Title: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build
UpgradeStatus: Upgraded to quantal on 2012-10-20 (145 days ago)

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


** Tags: apport-package i386 quantal

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

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/1155396/+subscriptions

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


[Bug 1155398] [NEW] MIME types are not registered

2013-03-14 Thread Tom Metro
Public bug reported:

Installed 2.0-426-gc32b3ed-2ubuntu0.1 on Ubuntu 12.04.1.

GUI file managers, such as Nautilus, were unaware of the existence of
mplayer because it does not install the necessary .desktop files to
associate it with the MIME types it can handle. Seems like this should
be part of the packaging for Ubuntu.

Work-around: follow the procedure here:
http://askubuntu.com/questions/67382/add-custom-command-in-the-open-with-dialog

to manually create the associations.

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

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

Title:
  MIME types are not registered

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

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


[Bug 1155396] Re: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build

2013-03-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

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/1155396/+subscriptions

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


[Bug 1150851] Re: Firefox 19 slow without dbus-x11 installed

2013-03-14 Thread Ben Galvin
This is a minimal install used for running automated browser tests on
AWS. As you say, not a particularly representative example, so I'm happy
for you to flag it as not a bug.

Thanks for looking into it.

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

Title:
  Firefox 19 slow without dbus-x11 installed

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

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


[Bug 876690] Re: liferea passes null pointer to soup_socket_is_ssl

2013-03-14 Thread Ted
This issue isn't present in Liferea 1.9 -- this bug should probably be
changed to 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/876690

Title:
  liferea passes null pointer to soup_socket_is_ssl

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

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


[Bug 1155370] Re: Dell E6530 Freezes while running on battery

2013-03-14 Thread Steve Langasek
** Package changed: acpi-support (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/1155370

Title:
  Dell E6530 Freezes while running on battery

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

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


[Bug 1155363] Re: mountall failed to upgrade: unable to make backup link of `./lib/init/fstab' before installing new version: Invalid cross-device link

2013-03-14 Thread Steve Langasek
That's not a bug in mountall, it's a problem with your container
environment setup

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

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

Title:
  mountall failed to upgrade: unable to make backup link of
  `./lib/init/fstab' before installing new version: Invalid cross-device
  link

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

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


[Bug 1155403] [NEW] virtio cdrom detected as hard disk

2013-03-14 Thread Phillip Susi
Public bug reported:

Trying to install Ubuntu or Debian using virtio to emulate the cdrom
fails.  This appears to be due to the drive appearing to be a hard disk,
rather than a cdrom, despite the media=cdrom argument to qemu.

I'm not sure if this is a bug in qemu, or the kernel virtio driver?

** Affects: qemu-kvm (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  virtio cdrom detected as hard disk

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

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


[Bug 1155383] Re: Launcher: icons slightly blurred (softer) on odd icon sizes

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

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

Title:
  Launcher: icons slightly blurred (softer) on odd icon sizes

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

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


[Bug 1155370] Missing required logs.

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

apport-collect 1155370

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

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

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

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

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

Title:
  Dell E6530 Freezes while running on battery

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

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


[Bug 936014] Re: [sponsor-patch] crashed with AssertionError in get_open_ubuntu_bug_task()

2013-03-14 Thread Dmitrijs Ledkovs
** Tags removed: verification-needed
** Tags added: verification-done verification-precise-done

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

Title:
  [sponsor-patch] crashed with AssertionError in
  get_open_ubuntu_bug_task()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools/+bug/936014/+subscriptions

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


[Bug 1155407] Re: lxsession-edit crashed with SIGSEGV in free()

2013-03-14 Thread Apport retracing service
*** This bug is a duplicate of bug 1098681 ***
https://bugs.launchpad.net/bugs/1098681

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1155407/+attachment/3574811/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1155407/+attachment/3574813/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1155407/+attachment/3574814/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1155407/+attachment/3574815/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1155407/+attachment/3574816/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1155407/+attachment/3574817/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1155407/+attachment/3574818/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1098681
   lxsession-edit crashed with SIGSEGV in __GI___libc_free()

** Information type changed from Private to Public

** Tags removed: need-i386-retrace

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

Title:
  lxsession-edit crashed with SIGSEGV in free()

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

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


[Bug 1155414] [NEW] USB disk creator crashed while while creating persistence space

2013-03-14 Thread Istimsak
Public bug reported:

Upone creating persistence space on usb drive, program crashed.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: usb-creator-gtk 0.2.46.1
ProcVersionSignature: Ubuntu 3.8.0-12.21-generic 3.8.2
Uname: Linux 3.8.0-12-generic x86_64
ApportVersion: 2.9.1-0ubuntu1
Architecture: amd64
Date: Thu Mar 14 22:45:25 2013
InstallationDate: Installed on 2013-03-15 (0 days ago)
InstallationMedia: UbuntuKylin 13.04 Raring Ringtail - Alpha amd64 (20130314)
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: usb-creator
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: usb-creator (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug iso-testing raring

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

Title:
  USB disk creator crashed while while creating persistence space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1155414/+subscriptions

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


[Bug 1155421] [NEW] package squid3 3.1.19-1ubuntu3.12.04.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2013-03-14 Thread Marlin
Public bug reported:

when i upgrading squid3
error always name up like that...

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: squid3 3.1.19-1ubuntu3.12.04.1
ProcVersionSignature: Ubuntu 3.5.0-24.37-generic 3.5.7.4
Uname: Linux 3.5.0-24-generic i686
ApportVersion: 2.6.1-0ubuntu10
AptOrdering:
 squid3: Install
 squid3: Configure
Architecture: i386
Date: Fri Mar 15 10:03:49 2013
DpkgHistoryLog:
 Start-Date: 2013-03-15  10:03:38
 Commandline: apt-get -f install
 Upgrade: squid3:i386 (3.1.19-1ubuntu3.12.04.1, 3.1.20-1ubuntu1.1)
DpkgTerminalLog:
 Preparing to replace squid3 3.1.19-1ubuntu3.12.04.1 (using 
.../squid3_3.1.20-1ubuntu1.1_i386.deb) ...
 squid3 stop/waiting
 cat: /var/run/squid3.pid: No such file or directory
 dpkg: error processing 
/var/cache/apt/archives/squid3_3.1.20-1ubuntu1.1_i386.deb (--unpack):
  subprocess new pre-installation script returned error exit status 1
DuplicateSignature:
 Preparing to replace squid3 3.1.19-1ubuntu3.12.04.1 (using 
.../squid3_3.1.20-1ubuntu1.1_i386.deb) ...
 squid3 stop/waiting
 cat: /var/run/squid3.pid: No such file or directory
 dpkg: error processing 
/var/cache/apt/archives/squid3_3.1.20-1ubuntu1.1_i386.deb (--unpack):
  subprocess new pre-installation script returned error exit status 1
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
InstallationDate: Installed on 2011-11-24 (476 days ago)
InstallationMedia: Ubuntu-Server 11.10 Oneiric Ocelot - Release i386 
(20111011)
MarkForUpload: True
SourcePackage: squid3
Title: package squid3 3.1.19-1ubuntu3.12.04.1 failed to install/upgrade: 
subprocess new pre-installation script returned error exit status 1
UpgradeStatus: Upgraded to quantal on 2013-02-18 (25 days ago)
modified.conffile..etc.squid3.errorpage.css: [deleted]
modified.conffile..etc.squid3.msntauth.conf: [deleted]
mtime.conffile..etc.squid3.squid.conf: 2012-09-18T10:43:33.368972

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


** Tags: apport-package i386 quantal

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

Title:
  package squid3 3.1.19-1ubuntu3.12.04.1 failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

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

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


[Bug 1155421] Re: package squid3 3.1.19-1ubuntu3.12.04.1 failed to install/upgrade: subprocess new pre-installation script returned error exit status 1

2013-03-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package squid3 3.1.19-1ubuntu3.12.04.1 failed to install/upgrade:
  subprocess new pre-installation script returned error exit status 1

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

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


[Bug 1155418] [NEW] sl-modem-dkms 2.9.11~20110321-8: sl-modem kernel module failed to build

2013-03-14 Thread Günter Eichmann
Public bug reported:

i don`t know whats wrong

ProblemType: Package
DistroRelease: Ubuntu 13.04
Package: sl-modem-dkms 2.9.11~20110321-8
ProcVersionSignature: Ubuntu 3.8.0-12.21-generic 3.8.2
Uname: Linux 3.8.0-12-generic x86_64
ApportVersion: 2.9.1-0ubuntu1
Architecture: amd64
DKMSKernelVersion: 3.8.0-12-generic
Date: Fri Mar 15 04:02:03 2013
InstallationDate: Installed on 2012-08-17 (209 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
MarkForUpload: True
PackageVersion: 2.9.11~20110321-8
SourcePackage: sl-modem
Title: sl-modem-dkms 2.9.11~20110321-8: sl-modem kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: sl-modem (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package raring

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

Title:
  sl-modem-dkms 2.9.11~20110321-8: sl-modem kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sl-modem/+bug/1155418/+subscriptions

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


[Bug 1155418] Re: sl-modem-dkms 2.9.11~20110321-8: sl-modem kernel module failed to build

2013-03-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  sl-modem-dkms 2.9.11~20110321-8: sl-modem kernel module failed to
  build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sl-modem/+bug/1155418/+subscriptions

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


[Bug 1155414] Re: USB disk creator crashed while while creating persistence space

2013-03-14 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1155414

** Tags added: iso-testing

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

Title:
  USB disk creator crashed while while creating persistence space

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/1155414/+subscriptions

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


[Bug 703389] Re: [panel] Invisible items in systray

2013-03-14 Thread abhipray
The fix is working for me.

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

Title:
  [panel] Invisible items in systray

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/703389/+subscriptions

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


[Bug 1154913] Re: package fglrx-amdcccle 2:9.000-0ubuntu3 failed to install/upgrade: package fglrx-amdcccle is already installed and configured

2013-03-14 Thread Bryan Fullerton
** Package changed: dpkg (Ubuntu) = fglrx-installer (Ubuntu)

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

Title:
  package fglrx-amdcccle 2:9.000-0ubuntu3 failed to install/upgrade:
  package fglrx-amdcccle is already installed and configured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fglrx-installer/+bug/1154913/+subscriptions

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


[Bug 1147049] Re: Status input unusable

2013-03-14 Thread Paul Kishimoto
Exactly the same one as in the original bug description above.

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

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

Title:
  Status input unusable

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

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


[Bug 703389] Re: [panel] Invisible items in systray

2013-03-14 Thread abhipray
** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  [panel] Invisible items in systray

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/703389/+subscriptions

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


[Bug 1155431] [NEW] Quod Libet display disappeared after update

2013-03-14 Thread BertN45
Public bug reported:

The display of quod libet disappeared foe a large part after the last
update of Ubuntu 13.04. What disppeared are the list of albums and the
list of songs of an album.

ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.8.0-12.21-generic 3.8.2
Uname: Linux 3.8.0-12-generic i686
.tmp.unity.support.test.0:
 
ApportVersion: 2.9.1-0ubuntu1
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDmesg:
 
Date: Thu Mar 14 23:37:20 2013
DistUpgraded: Fresh install
DistroCodename: raring
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 82915G/GV/910GL Integrated Graphics Controller [8086:2582] 
(rev 04) (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:3005]
   Subsystem: Hewlett-Packard Company Device [103c:3005]
InstallationDate: Installed on 2012-11-08 (126 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Alpha i386 (20121107.2)
MachineType: Hewlett-Packard HP Compaq dc7100 CMT(PP480US)
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-12-generic 
root=UUID=6b5e059b-288d-4540-950f-c6cecdaeb48c ro quiet splash
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/16/2004
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 786C1 v01.05
dmi.board.name: 0968h
dmi.board.vendor: Hewlett-Packard
dmi.chassis.asset.tag: 2UA5310HC5
dmi.chassis.type: 6
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786C1v01.05:bd06/16/2004:svnHewlett-Packard:pnHPCompaqdc7100CMT(PP480US):pvr:rvnHewlett-Packard:rn0968h:rvr:cvnHewlett-Packard:ct6:cvr:
dmi.product.name: HP Compaq dc7100 CMT(PP480US)
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.9~daily13.03.08-0ubuntu1
version.libdrm2: libdrm2 2.4.42-0ubuntu2
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.2-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.2-0ubuntu3
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.1.0-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.21.4-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.6-0ubuntu3
xserver.bootTime: Thu Mar 14 22:09:20 2013
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputSEJIN SEJIN USB joint Keyboard KEYBOARD, id 8
 inputsaa7134 IR (Encore ENLTV) KEYBOARD, id 9
 inputImPS/2 Logitech Wheel Mouse MOUSE, id 10
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.13.2-0ubuntu3
xserver.video_driver: intel

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


** Tags: apport-bug compiz-0.9 corruption i386 raring ubuntu

** Attachment added: Screenshot from 2013-03-14 23:36:24.png
   
https://bugs.launchpad.net/bugs/1155431/+attachment/3574872/+files/Screenshot%20from%202013-03-14%2023%3A36%3A24.png

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

Title:
  Quod Libet display disappeared after update

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

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


[Bug 1154401] Re: port 465 is ssm, not smtps

2013-03-14 Thread Bryan Fullerton
Full listing of IANA ports:

http://www.iana.org/assignments/service-names-port-numbers/service-
names-port-numbers.txt

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

Title:
  port 465 is ssm, not smtps

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

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


[Bug 1154401] Re: port 465 is ssm, not smtps

2013-03-14 Thread Bryan Fullerton
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Confirmed that IANA has updated 465/tcp to be:

urd 465tcpURL Rendesvous Directory for SSM

Also confirmed that use of 465 for smtps is deprecated.

** Changed in: netbase (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/1154401

Title:
  port 465 is ssm, not smtps

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

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


[Bug 1154874] Re: unity can't start urxvt from the icon in the dock

2013-03-14 Thread kroq-gar78
Yeah, I can confirm this on Precise also. Maybe could it be that this is
because the package rxvt-unicode doesn't have a desktop file with it?

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

Title:
  unity can't start urxvt from the icon in the dock

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

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


[Bug 1154874] Re: unity can't start urxvt from the icon in the dock

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

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

Title:
  unity can't start urxvt from the icon in the dock

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

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


[Bug 1092045] Re: [Dell Optiplex 7010 DT] ACPI Error, stuck in suspend randomly

2013-03-14 Thread Yung Shen
Daniel,

I've tried more than 5 times of suspend_30_cycles test on 11.10, this
bug does not seem to happen.



** Attachment added: suspend_30_cycles test on 11.10 syslog
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1092045/+attachment/3574897/+files/suspend_30_cycles.syslog

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

Title:
  [Dell Optiplex 7010 DT] ACPI Error, stuck in suspend randomly

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

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


[Bug 1155269] Re: demote tcl8.4 and tk8.4

2013-03-14 Thread Matthias Klose
** Also affects: blt (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  demote tcl8.4 and tk8.4

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

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


[Bug 1152671] Re: package libowncloudsync0 1.2.1+debian-1ubuntu2 failed to install/upgrade: trying to overwrite '/usr/lib/libowncloudsync.so.1.2.1', which is also in package owncloud-client 1.2.1-1

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

** Changed in: owncloud-client (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/1152671

Title:
  package libowncloudsync0 1.2.1+debian-1ubuntu2 failed to
  install/upgrade: trying to overwrite
  '/usr/lib/libowncloudsync.so.1.2.1', which is also in package
  owncloud-client 1.2.1-1

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

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


[Bug 1068668] Re: Contact photos icons are too big

2013-03-14 Thread Artur Eshenbrener
*** This bug is a duplicate of bug 1071345 ***
https://bugs.launchpad.net/bugs/1071345

Any progress?

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

Title:
  Contact photos icons are too big

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

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


[Bug 1155385] Re: Quit accelerator key missing

2013-03-14 Thread Ubuntu Foundations Team Bug Bot
The attachment accel-fix.debdiff seems to be a debdiff.  The ubuntu-
sponsors team has been subscribed to the bug report so that they can
review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the patch flag from the attachment, remove the
patch tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

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

** Tags added: patch

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

Title:
  Quit accelerator key missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-system-monitor/+bug/1155385/+subscriptions

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


[Bug 1095370] Re: apparmor prevents non-default mysql data directories

2013-03-14 Thread Launchpad Bug Tracker
[Expired for mysql-5.5 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-5.5 (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  apparmor prevents non-default mysql data directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1095370/+subscriptions

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


[Bug 1090534] Re: Freeze when waking up from suspend

2013-03-14 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Freeze when waking up from suspend

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

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


[Bug 1074083] Re: Insert a column /moving a block in a conditional formatted range give wrong results

2013-03-14 Thread Launchpad Bug Tracker
[Expired for libreoffice (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  Insert a column /moving a block in a conditional formatted range give
  wrong results

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

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


[Bug 304852] Re: package man-db 2.5.2-2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2013-03-14 Thread Launchpad Bug Tracker
[Expired for man-db (Ubuntu) because there has been no activity for 60
days.]

** Changed in: man-db (Ubuntu)
   Status: Incomplete = Expired

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

Title:
  package man-db 2.5.2-2 failed to install/upgrade: subprocess post-
  installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/man-db/+bug/304852/+subscriptions

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


[Bug 1155438] Status changed to Confirmed

2013-03-14 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/1155438

Title:
  [LENOVO 7674V23] suspend/resume failure

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

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


[Bug 1155438] [NEW] [LENOVO 7674V23] suspend/resume failure

2013-03-14 Thread 12th
Public bug reported:

Do not go into Standby mode. Stops at the line: Waiting for the battery
status. After this we have to turn off the laptop keys.

ProblemType: KernelOops
DistroRelease: Ubuntu 13.04
Package: linux-image-3.8.0-12-generic 3.8.0-12.21
ProcVersionSignature: Ubuntu 3.8.0-12.21-generic 3.8.2
Uname: Linux 3.8.0-12-generic i686
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
ApportVersion: 2.9.1-0ubuntu1
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  kiev   2860 F pulseaudio
Date: Fri Mar 15 06:12:20 2013
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
HibernationDevice: RESUME=UUID=ef32f379-5c56-4101-a31a-aba803907b82
InstallationDate: Installed on 2012-09-05 (190 days ago)
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
InterpreterPath: /usr/bin/python3.3
MachineType: LENOVO 7674V23
MarkForUpload: True
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdline: /usr/bin/python3 /usr/share/apport/apportcheckresume
ProcEnviron:
 TERM=linux
 PATH=(custom, no user)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-12-generic 
root=UUID=34949c93-f522-4e80-a73b-0e0b32b0d1fc ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-3.8.0-12-generic N/A
 linux-backports-modules-3.8.0-12-generic  N/A
 linux-firmware1.104
SourcePackage: linux
Title: [LENOVO 7674V23] suspend/resume failure
UpgradeStatus: Upgraded to raring on 2013-03-03 (11 days ago)
UserGroups:
 
dmi.bios.date: 10/09/2009
dmi.bios.vendor: LENOVO
dmi.bios.version: 7NETC1WW (2.21 )
dmi.board.name: 7674V23
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7NETC1WW(2.21):bd10/09/2009:svnLENOVO:pn7674V23:pvrThinkPadX61:rvnLENOVO:rn7674V23:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 7674V23
dmi.product.version: ThinkPad X61
dmi.sys.vendor: LENOVO

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Confirmed


** Tags: apport-kerneloops i386 raring resume suspend

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

Title:
  [LENOVO 7674V23] suspend/resume failure

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

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


[Bug 1155269] Re: demote tcl8.4 and tk8.4

2013-03-14 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/hfsutils

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

Title:
  demote tcl8.4 and tk8.4

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

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


[Bug 1155440] Re: modem-manager crashed with SIGABRT in raise()

2013-03-14 Thread Apport retracing service
*** This bug is a duplicate of bug 1121691 ***
https://bugs.launchpad.net/bugs/1121691

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

** Attachment removed: CoreDump.gz
   
https://bugs.launchpad.net/bugs/1155440/+attachment/3574929/+files/CoreDump.gz

** Attachment removed: Disassembly.txt
   
https://bugs.launchpad.net/bugs/1155440/+attachment/3574931/+files/Disassembly.txt

** Attachment removed: ProcMaps.txt
   
https://bugs.launchpad.net/bugs/1155440/+attachment/3574932/+files/ProcMaps.txt

** Attachment removed: ProcStatus.txt
   
https://bugs.launchpad.net/bugs/1155440/+attachment/3574933/+files/ProcStatus.txt

** Attachment removed: Registers.txt
   
https://bugs.launchpad.net/bugs/1155440/+attachment/3574934/+files/Registers.txt

** Attachment removed: Stacktrace.txt
   
https://bugs.launchpad.net/bugs/1155440/+attachment/3574935/+files/Stacktrace.txt

** Attachment removed: ThreadStacktrace.txt
   
https://bugs.launchpad.net/bugs/1155440/+attachment/3574936/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of private bug 1121691

** Information type changed from Private Security to Public Security

** Tags removed: need-i386-retrace

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

Title:
  modem-manager crashed with SIGABRT in raise()

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

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


[Bug 1155365] Re: problem with rendering xorg 1.13.0 unity 5.18.0 SNA

2013-03-14 Thread Bender_212
** Description changed:

  Problem with the renderer windows in unity 5.18.0. Appeared after the upgrade 
to xorg 1.13.0. SNA mode is enabled. If you enable the UXA is not a problem.
- 
--
+ 
-
+ software info: 
+ 
+ uname -a
+ Linux b212-Inspiron-N5050 3.5.0-25-generic #39~precise1-Ubuntu SMP Tue Feb 26 
00:07:14 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
+ 
+ lsmod
+ Module  Size  Used by
+ nls_iso8859_1  12714  1 
+ snd_hrtimer12745  1 
+ pci_stub   12623  1 
+ vboxpci23237  0 
+ vboxnetadp 25671  0 
+ vboxnetflt 23479  1 
+ vboxdrv   320185  4 vboxpci,vboxnetadp,vboxnetflt
+ parport_pc 32867  0 
+ ppdev  17114  0 
+ rfcomm 47562  0 
+ bnep   18240  2 
+ bluetooth 211812  10 rfcomm,bnep
+ binfmt_misc17541  1 
+ snd_hda_codec_hdmi 32476  1 
+ snd_hda_codec_idt  70774  1 
+ joydev 17694  0 
+ kvm_intel 137888  0 
+ kvm   422160  1 kvm_intel
+ ghash_clmulni_intel13221  0 
+ cryptd 20531  1 ghash_clmulni_intel
+ dell_wmi   12682  0 
+ sparse_keymap  13891  1 dell_wmi
+ snd_hda_intel  34117  5 
+ snd_hda_codec 135141  3 
snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
+ snd_hwdep  17765  1 snd_hda_codec
+ snd_pcm97523  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
+ snd_seq_midi   13325  0 
+ snd_rawmidi30750  1 snd_seq_midi
+ snd_seq_midi_event 14900  1 snd_seq_midi
+ lib80211_crypt_tkip17391  0 
+ snd_seq61931  3 snd_seq_midi,snd_seq_midi_event
+ wmi19257  1 dell_wmi
+ dell_laptop17426  0 
+ dcdbas 14491  1 dell_laptop
+ snd_timer  29990  3 snd_hrtimer,snd_pcm,snd_seq
+ snd_seq_device 14498  3 snd_seq_midi,snd_rawmidi,snd_seq
+ snd83674  20 
snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
+ wl   3074942  0 
+ mac_hid13254  0 
+ uvcvideo   78117  0 
+ videobuf2_core 33025  1 uvcvideo
+ videodev  125126  2 uvcvideo,videobuf2_core
+ videobuf2_vmalloc  12861  1 uvcvideo
+ videobuf2_memops   13405  1 videobuf2_vmalloc
+ coretemp   13642  0 
+ microcode  23030  0 
+ psmouse   102075  0 
+ serio_raw  13216  0 
+ i915  530851  3 
+ lpc_ich17145  0 
+ cfg80211  208382  1 wl
+ drm_kms_helper 49259  1 i915
+ lib80211   14382  2 lib80211_crypt_tkip,wl
+ drm   290344  4 i915,drm_kms_helper
+ i2c_algo_bit   13565  1 i915
+ soundcore  15092  1 snd
+ video  19653  1 i915
+ snd_page_alloc 18573  2 snd_hda_intel,snd_pcm
+ mei41410  0 
+ lp 17800  0 
+ parport46563  3 parport_pc,ppdev,lp
+ ums_realtek18257  0 
+ usb_storage49288  3 ums_realtek
+ hid_generic12541  0 
+ usbhid 47259  0 
+ hid   100815  2 hid_generic,usbhid
+ r8169  62766  0
+ 
+ 
+ 
-
  hardware info:
+ 
+ notebook -  Dell Inspiron N5050 8172
  
  lspci | grep VGA
  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  
  Arch: X86-64
-   Vendor: GenuineIntel
-   Model: 6.42.7 Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz
-   Features: 
fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_
-   Clock: 1600 MHz
-   BogoMips: 4590.07
-   Cache: 3072 kb
-   Units/Processor: 16
-   Config Status: cfg=new, avail=yes, need=no, active=unknown
+   Vendor: GenuineIntel
+   Model: 6.42.7 Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz
+   Features: 
fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_
+   Clock: 1600 MHz
+   BogoMips: 4590.07
+   Cache: 3072 kb
+   Units/Processor: 16
+   Config Status: cfg=new, avail=yes, need=no, active=unknown
  
  glxinfo
  name of 

[Bug 1153618] Re: Support Realtek RTS5227 card reader

2013-03-14 Thread Adam Lee
** Changed in: linux (Ubuntu Quantal)
   Status: New = Fix Committed

** Changed in: linux (Ubuntu Quantal)
 Assignee: (unassigned) = Adam Lee (adam8157)

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

Title:
  Support Realtek RTS5227 card reader

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1153618/+subscriptions

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


[Bug 1155441] [NEW] merge from upstream broke ubuntu colors

2013-03-14 Thread Dustin Kirkland
Public bug reported:

Ubuntu has been carrying a patch for a while that enabled Ubuntu to
change some of the newt color palette selections, on a distro-wide
basis.

This patch was submitted upstream, however, upstream newt committed a 
completely different version of this patch.  See:
 - https://bugzilla.redhat.com/show_bug.cgi?id=689903

The upstream patch does indeed enable custom color palettes, but the
format of the palette configuration is completely different.

Since the new upstream code has been merged into Raring, the
/etc/newt/palette.ubuntu configuration file needs to be updated to:

root=,magenta
checkbox=,magenta
entry=,magenta
label=magenta,
actlistbox=,magenta
helpline=,magenta
roottext=,magenta
emptyscale=magenta
disabledentry=magenta,

** Affects: newt (Ubuntu)
 Importance: Medium
 Assignee: Dustin Kirkland (kirkland)
 Status: Fix Committed

** Affects: newt (Ubuntu Raring)
 Importance: Medium
 Assignee: Dustin Kirkland (kirkland)
 Status: Fix Committed

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

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

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

** Also affects: newt (Ubuntu Raring)
   Importance: Medium
 Assignee: Dustin Kirkland (kirkland)
   Status: In Progress

** Changed in: newt (Ubuntu Raring)
Milestone: None = ubuntu-13.04-beta-2

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

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

Title:
  merge from upstream broke ubuntu colors

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

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


[Bug 1155365] Re: problem with rendering xorg 1.13.0 unity 5.18.0 SNA

2013-03-14 Thread Bender_212
** Description changed:

  Problem with the renderer windows in unity 5.18.0. Appeared after the upgrade 
to xorg 1.13.0. SNA mode is enabled. If you enable the UXA is not a problem.
  
-
  software info:
  
- cat /etc/lsb-release 
+ xserver-xorg-video-intel_2.20.9~quantal~ppa1_amd64
+ 
+ cat /etc/lsb-release
  DISTRIB_ID=Ubuntu
  DISTRIB_RELEASE=12.04
  DISTRIB_CODENAME=precise
  DISTRIB_DESCRIPTION=Ubuntu 12.04.2 LTS
  
  uname -a
  Linux b212-Inspiron-N5050 3.5.0-25-generic #39~precise1-Ubuntu SMP Tue Feb 26 
00:07:14 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
  
  lsmod
  Module  Size  Used by
  nls_iso8859_1  12714  1
  snd_hrtimer12745  1
  pci_stub   12623  1
  vboxpci23237  0
  vboxnetadp 25671  0
  vboxnetflt 23479  1
  vboxdrv   320185  4 vboxpci,vboxnetadp,vboxnetflt
  parport_pc 32867  0
  ppdev  17114  0
  rfcomm 47562  0
  bnep   18240  2
  bluetooth 211812  10 rfcomm,bnep
  binfmt_misc17541  1
  snd_hda_codec_hdmi 32476  1
  snd_hda_codec_idt  70774  1
  joydev 17694  0
  kvm_intel 137888  0
  kvm   422160  1 kvm_intel
  ghash_clmulni_intel13221  0
  cryptd 20531  1 ghash_clmulni_intel
  dell_wmi   12682  0
  sparse_keymap  13891  1 dell_wmi
  snd_hda_intel  34117  5
  snd_hda_codec 135141  3 
snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
  snd_hwdep  17765  1 snd_hda_codec
  snd_pcm97523  4 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
  snd_seq_midi   13325  0
  snd_rawmidi30750  1 snd_seq_midi
  snd_seq_midi_event 14900  1 snd_seq_midi
  lib80211_crypt_tkip17391  0
  snd_seq61931  3 snd_seq_midi,snd_seq_midi_event
  wmi19257  1 dell_wmi
  dell_laptop17426  0
  dcdbas 14491  1 dell_laptop
  snd_timer  29990  3 snd_hrtimer,snd_pcm,snd_seq
  snd_seq_device 14498  3 snd_seq_midi,snd_rawmidi,snd_seq
  snd83674  20 
snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
  wl   3074942  0
  mac_hid13254  0
  uvcvideo   78117  0
  videobuf2_core 33025  1 uvcvideo
  videodev  125126  2 uvcvideo,videobuf2_core
  videobuf2_vmalloc  12861  1 uvcvideo
  videobuf2_memops   13405  1 videobuf2_vmalloc
  coretemp   13642  0
  microcode  23030  0
  psmouse   102075  0
  serio_raw  13216  0
  i915  530851  3
  lpc_ich17145  0
  cfg80211  208382  1 wl
  drm_kms_helper 49259  1 i915
  lib80211   14382  2 lib80211_crypt_tkip,wl
  drm   290344  4 i915,drm_kms_helper
  i2c_algo_bit   13565  1 i915
  soundcore  15092  1 snd
  video  19653  1 i915
  snd_page_alloc 18573  2 snd_hda_intel,snd_pcm
  mei41410  0
  lp 17800  0
  parport46563  3 parport_pc,ppdev,lp
  ums_realtek18257  0
  usb_storage49288  3 ums_realtek
  hid_generic12541  0
  usbhid 47259  0
  hid   100815  2 hid_generic,usbhid
  r8169  62766  0
  
  
-
  hardware info:
  
  notebook -  Dell Inspiron N5050 8172
  
  lspci | grep VGA
  00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller (rev 09)
  
  Arch: X86-64
    Vendor: GenuineIntel
    Model: 6.42.7 Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz
    Features: 
fpu,vme,de,pse,tsc,msr,pae,mce,cx8,apic,sep,mtrr,pge,mca,cmov,pat,pse36,clflush,dts,acpi,mmx,fxsr,sse,sse2,ss,ht,tm,pbe,syscall,nx,rdtscp,lm,constant_tsc,arch_perfmon,pebs,bts,rep_good,nopl,xtopology,nonstop_tsc,aperfmperf,pni,pclmulqdq,dtes64,monitor,ds_
    Clock: 1600 MHz
    BogoMips: 4590.07
    Cache: 3072 kb
    Units/Processor: 16
    Config Status: cfg=new, avail=yes, need=no, active=unknown
  
  glxinfo
  name of display: :0.0
  display: :0  screen: 0
  direct rendering: Yes
  server glx vendor string: SGI
  server glx version string: 1.4
  OpenGL vendor string: Intel Open Source Technology Center
  OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Mobile
  OpenGL version string: 3.0 Mesa 9.0.2
  OpenGL shading language version string: 1.30

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

Title:

[Bug 1055238] Re: PCI/internal sound card not detected on Toshiba P855-S5200 Laptop

2013-03-14 Thread Brandon Harmon
I'm just bumping this because I'm having this issue and can't find a way
to work around it. Also to ellaborate on Collin's message #3. I can get
newer versions of alsa-hda-dkms to install (alsa-hda-
dkms_0.201303141419~quantal1_all.deb), but I can't get the sound to work
still.

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

Title:
  PCI/internal sound card not detected on Toshiba P855-S5200 Laptop

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

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


[Bug 1155262] Re: PCI/internal sound card not detected

2013-03-14 Thread Raymond
00 :02.7 Multimedia audio controller [0401]: Silicon Integrated Systems [SiS] 
SiS7012 AC'97 Sound Controller [1039:7012] (rev a0)
Subsystem: Acer Incorporated [ALI] Device [1025:0083]
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-
Interrupt: pin C routed to IRQ 5
Region 0: I/O ports at 1400 [size=256]
Region 1: I/O ports at 1c80 [size=128]
Capabilities: access denied
Kernel modules: snd-intel8x0

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

Title:
  PCI/internal sound card not detected

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

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


[Bug 1152187] Re: [MIR] systemd

2013-03-14 Thread Matthias Klose
- is there a reason not to provide a python3-systemd package?
- gcc-4.8 can be found in the ubuntu-toolchain-r ppa
- just want to clarify that the MIR is currently not done for the systemd 
package,
  which I assume will stay in universe.

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

Title:
  [MIR] systemd

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

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


[Bug 1155443] [NEW] RTL8192se kernel driver unstable in low power mode

2013-03-14 Thread David Cameron Staples
Public bug reported:

Behaviour noticed immediately after kernel upgrade from 3.0.0-31 to 32.

When laptop is connected to power, all is as it should be.

When laptop is disconnected from mains, and running on battery, the
wireless will continue working for a while (less than a minute),  then
drop out and Network Manager will attempt to reconnect to the WLAN. It
will fail (timing out) forever until Network manager gives up.

No indication or cause of failure is given in any logs, or in dmesg.

When the module has failed, then running sudo rmmod rtl8192se rtlwifi
mac80211 cfg80211  sudo modprobe rtl8192se in a terminal will re-
enable wireless, but it will inevitably drop out again just as it did
before. Reconnecting mains power will also restore stability. (That is,
if the wireless has failed, reattaching mains power will not of itself
restore it, but if the kernel module is rmmod/modprobe-d back in, it
will remain working correctly, and not drop out again so long as it is
on mains power.)

I have since checked under 3.0.0.31 again, and this problem does not
occur.

It looks like the rtl8192se module is unstable when the Power Management
settings are on battery mode in this kernel version.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: linux-image-3.0.0-32-generic-pae 3.0.0-32.50
ProcVersionSignature: Ubuntu 3.0.0-32.50-generic-pae 3.0.65
Uname: Linux 3.0.0-32-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4.1
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC270 Analog [ALC270 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  staples1867 F xfce4-volumed
  staples1899 f xfce4-mixer-plu
  staples1909 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xd450 irq 45'
   Mixer name   : 'Intel Cantiga HDMI'
   Components   : 'HDA:10ec0270,103c1484,00100100 
HDA:80862802,80860101,0010'
   Controls  : 20
   Simple ctrls  : 11
Date: Fri Mar 15 15:47:41 2013
HibernationDevice: RESUME=UUID=11661010-43bb-4686-b55f-775986dab970
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MachineType: Hewlett-Packard Presario CQ62 Notebook PC
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-32-generic-pae 
root=UUID=8e115c9a-6781-4a65-b122-f3406384055c ro splash
RelatedPackageVersions:
 linux-restricted-modules-3.0.0-32-generic-pae N/A
 linux-backports-modules-3.0.0-32-generic-pae  N/A
 linux-firmware1.60.1
SourcePackage: linux
UpgradeStatus: Upgraded to oneiric on 2012-06-04 (284 days ago)
dmi.bios.date: 04/26/2010
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: F.15
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: 1484
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 77.18
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.15:bd04/26/2010:svnHewlett-Packard:pnPresarioCQ62NotebookPC:pvr049B112028102:rvnHewlett-Packard:rn1484:rvr77.18:cvnHewlett-Packard:ct10:cvrN/A:
dmi.product.name: Presario CQ62 Notebook PC
dmi.product.version: 049B112028102
dmi.sys.vendor: Hewlett-Packard

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


** Tags: apport-bug i386 oneiric

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

Title:
  RTL8192se kernel driver unstable in low power mode

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

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


[Bug 1153648] Re: linux-ti-omap4: 3.5.0-221.31 -proposed tracker

2013-03-14 Thread Adam Conrad
Copied to -proposed.

** Changed in: kernel-sru-workflow/promote-to-proposed
   Status: Confirmed = Fix Released

** Changed in: kernel-sru-workflow/promote-to-proposed
 Assignee: Ubuntu Stable Release Updates Team (ubuntu-sru) = Adam Conrad 
(adconrad)

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

Title:
  linux-ti-omap4: 3.5.0-221.31 -proposed tracker

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

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


[Bug 1155269] Re: demote tcl8.4 and tk8.4

2013-03-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/blt

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

Title:
  demote tcl8.4 and tk8.4

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

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


[Bug 1155441] Re: merge from upstream broke ubuntu colors

2013-03-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/raring-proposed/newt

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

Title:
  merge from upstream broke ubuntu colors

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

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


[Bug 1155269] Re: demote tcl8.4 and tk8.4

2013-03-14 Thread Launchpad Bug Tracker
This bug was fixed in the package blt - 2.4z-5ubuntu1

---
blt (2.4z-5ubuntu1) raring; urgency=low

  * Stop building for Tk 8.4. LP: #1155269.
  * Build using Tcl 8.5 installed in a multiarch location.
 -- Matthias Klose d...@ubuntu.com   Thu, 14 Mar 2013 21:06:34 -0700

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

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

Title:
  demote tcl8.4 and tk8.4

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

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


[Bug 1155443] Status changed to Confirmed

2013-03-14 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/1155443

Title:
  RTL8192se kernel driver unstable in low power mode

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

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


[Bug 1150851] Re: Firefox 19 slow without dbus-x11 installed

2013-03-14 Thread Micah Gersten
Technically, if dbus-x11 is useful for Firefox, it should at least be a
Recommends since it's not in the essential set.  However, it is in the
standard set and included in desktop based Ubuntu images, so this is a
corner case.

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

Title:
  Firefox 19 slow without dbus-x11 installed

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

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


[Bug 1155447] [NEW] package libnspr4 4.9.4-0ubuntu0.12.10.1 failed to install/upgrade: unable to create `/usr/lib/x86_64-linux-gnu/libplc4.so.dpkg-new' (while processing `./usr/lib/x86_64-linux-gnu/li

2013-03-14 Thread Bipul Haldar
Public bug reported:

My system on restart crashed and the windows title bar is not showing.
as a result i cannot maximized and minimize windows. Also there  were 4
desktops initially now I have only 1 desktop.

ProblemType: Package
DistroRelease: Ubuntu 12.10
Package: libnspr4 4.9.4-0ubuntu0.12.10.1
ProcVersionSignature: Ubuntu 3.5.0-25.39-generic 3.5.7.4
Uname: Linux 3.5.0-25-generic x86_64
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Fri Mar 15 09:59:25 2013
DuplicateSignature:
 Unpacking replacement libapt-inst1.5:amd64 ...
 dpkg: error processing 
/var/cache/apt/archives/libapt-inst1.5_0.9.7.5ubuntu5.4_amd64.deb (--unpack):
  unable to create `/usr/lib/x86_64-linux-gnu/libapt-inst.so.1.5.0.dpkg-new' 
(while processing `./usr/lib/x86_64-linux-gnu/libapt-inst.so.1.5.0'): Read-only 
file system
ErrorMessage: unable to create `/usr/lib/x86_64-linux-gnu/libplc4.so.dpkg-new' 
(while processing `./usr/lib/x86_64-linux-gnu/libplc4.so'): Read-only file 
system
InstallationDate: Installed on 2013-01-16 (57 days ago)
InstallationMedia: Xubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.1)
MarkForUpload: True
SourcePackage: nspr
Title: package libnspr4 4.9.4-0ubuntu0.12.10.1 failed to install/upgrade: 
unable to create `/usr/lib/x86_64-linux-gnu/libplc4.so.dpkg-new' (while 
processing `./usr/lib/x86_64-linux-gnu/libplc4.so'): Read-only file system
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package quantal

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

Title:
  package libnspr4 4.9.4-0ubuntu0.12.10.1 failed to install/upgrade:
  unable to create `/usr/lib/x86_64-linux-gnu/libplc4.so.dpkg-new'
  (while processing `./usr/lib/x86_64-linux-gnu/libplc4.so'): Read-only
  file system

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

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


[Bug 724022] Re: Wishlist: Enable use of Ubuntu Mono as .psf console-setup font

2013-03-14 Thread Daniel van Vugt
Isn't this related to bug 433897?

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

Title:
  Wishlist: Enable use of Ubuntu Mono as .psf console-setup font

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-font-family/+bug/724022/+subscriptions

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


[Bug 433897] Re: Console/VT font is (randomly) not set (sometimes) on some machines. Stuck with the default VGA BIOS font.

2013-03-14 Thread Daniel van Vugt
** Summary changed:

- at boot, the font is not set by the upstart job
+ Console/VT font is (randomly) not set (sometimes) on some machines. Stuck 
with the default VGA BIOS font.

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

Title:
  Console/VT font is (randomly) not set (sometimes) on some machines.
  Stuck with the default VGA BIOS font.

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

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


[Bug 1154401] Re: port 465 is ssm, not smtps

2013-03-14 Thread Bryan Fullerton
I've submitted an upstream Debian bug for this, just waiting for the
number.

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

Title:
  port 465 is ssm, not smtps

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

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


[Bug 1155447] Re: package libnspr4 4.9.4-0ubuntu0.12.10.1 failed to install/upgrade: unable to create `/usr/lib/x86_64-linux-gnu/libplc4.so.dpkg-new' (while processing `./usr/lib/x86_64-linux-gnu/libp

2013-03-14 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package libnspr4 4.9.4-0ubuntu0.12.10.1 failed to install/upgrade:
  unable to create `/usr/lib/x86_64-linux-gnu/libplc4.so.dpkg-new'
  (while processing `./usr/lib/x86_64-linux-gnu/libplc4.so'): Read-only
  file system

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

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


[Bug 1153217] Re: Standby does not work anymore - system drains battery and overheats

2013-03-14 Thread Zordid
I would love to add the tag kernel-fixed-upstream!
BUT HOW??? How come Launchpad is so obfuscated that I cannot find such a 
apparently simple thing...???

Please, add the tag kernel-fixed-upstream - in the 3.9 mainline kernel
my processor stays cool over night!

Thanks!

** Tags added: kernel-fixed-upstream

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

Title:
  Standby does not work anymore - system drains battery and overheats

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

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


[Bug 1153217] Re: Standby does not work anymore - system drains battery and overheats

2013-03-14 Thread Zordid
...found it :-) Wow, that was hard... ;-)

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

Title:
  Standby does not work anymore - system drains battery and overheats

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

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


[Bug 1155016] Re: Headphone not working on a desktop machine

2013-03-14 Thread David Henningsson
Patch committed upstream (after some modification by upstream) as
http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/?id=303985f81019571db0b3a6f01fc7f03eb350657e

Will be in tomorrow's daily dkms package.


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

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

Title:
  Headphone not working on a desktop machine

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

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


[Bug 993187] Re: ubuntu 12.04 completely freezes frequently.

2013-03-14 Thread Manjunath
I dont think it is a monitor or display issue,

Even UBUNUT 12.10 have same problems.

And 12.10 have different issues on vmware esxi server. with GUI os is
not booting.

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

Title:
  ubuntu 12.04 completely freezes frequently.

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

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


[Bug 1154813] Re: Boot broken with initramfs-tools 0.103ubuntu0.5b1

2013-03-14 Thread Martin Pitt
I went through
http://codesearch.debian.net/search?q=udev_monitor_receive_device and
checked other users of this, and they are all ok (they all call this
from a callback). So let's fix this in wait-for-root, and get rid of
this Ubuntu specific ABI change.

** Changed in: systemd (Ubuntu)
   Status: In Progress = Invalid

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

Title:
  Boot broken with initramfs-tools 0.103ubuntu0.5b1 - wait-for-root
  doesn't wait

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1154813/+subscriptions

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


[Bug 1154813] Re: Boot broken with initramfs-tools 0.103ubuntu0.5b1

2013-03-14 Thread Harry
Martin Pitt wrote:
... but the most likely one is sbin/wait-for-root.

Exactly this is the issue.
The error message I get before dropping to busybox shell is
Gave up waiting for root.
And then I get the Alert that the root UUID does not exist.

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

Title:
  Boot broken with initramfs-tools 0.103ubuntu0.5b1 - wait-for-root
  doesn't wait

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