[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-10-21 Thread Jarl-p
I had started getting this error with chroot/dev not unmounting cleanly,
caused by the same issue (you could see the extra cron processes running
afterwards).  This patch looks to have fixed it for me.

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

Title:
  vmbuilder fails using tmpfs due to upstart restarting cron in the
  tmpfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1008225/+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 1069302] [NEW] kvm client does not start with pci passthrough (amd hd5450)

2012-10-21 Thread Gerben
Public bug reported:

Within Quantal I cannot start a kvm client using graphical card (amd hd
5450) (anymore). I can start a different client using a differrent
device (usb device)

I've had this machine running under Quantal with the pci device assigned and 
was still trying to verify it's proper operation. 
- It could be due to an xorg update within Quantal that I'm having problems 
now, but I've unassigned the device
- It could be due to a kernel update within Quantal, I'm seeing a kernel BUG 
line within dmesg

Under 12.04 this client machine just can be started.

The message shown by virt-manager, on starting the machine:
Error starting domain: Timed out during operation: cannot acquire state change 
lock

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/asyncjob.py, line 96, in cb_wrapper
callback(asyncjob, *args, **kwargs)
  File /usr/share/virt-manager/virtManager/asyncjob.py, line 117, in tmpcb
callback(*args, **kwargs)
  File /usr/share/virt-manager/virtManager/domain.py, line 1090, in startup
self._backend.create()
  File /usr/lib/python2.7/dist-packages/libvirt.py, line 620, in create
if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
libvirtError: Timed out during operation: cannot acquire state change lock


An extract from dmesg (grep -i msi) the device I'm trying to assign is 
:06:00.0
(device :03:00.0 is the usb device for the other machine that does work)

[2.267420] xhci_hcd :04:00.0: irq 85 for MSI/MSI-X
[2.267426] xhci_hcd :04:00.0: irq 86 for MSI/MSI-X
[2.919867] r8169 :09:00.0: irq 87 for MSI/MSI-X
[   11.237982] snd_hda_intel :05:00.1: irq 88 for MSI/MSI-X
[   11.256406] snd_hda_intel :06:00.1: irq 89 for MSI/MSI-X
[   40.246889] fglrx_pci :05:00.0: irq 90 for MSI/MSI-X
[   40.486203] fglrx_pci :06:00.0: irq 91 for MSI/MSI-X
[ 2223.578420] pci-stub :03:00.0: irq 73 for MSI/MSI-X
[ 2223.587210] pci-stub :03:00.0: irq 73 for MSI/MSI-X
[ 2223.587228] pci-stub :03:00.0: irq 74 for MSI/MSI-X
[ 2466.712694] kernel BUG at /build/buildd/linux-3.5.0/drivers/pci/msi.c:341!
[ 2466.712743] RIP: 0010:[8136ba84]  [8136ba84] 
free_msi_irqs+0x144/0x150
[ 2466.712778]  [8136c905] pci_disable_msi+0x45/0x70
[ 2466.712854] RIP  [8136ba84] free_msi_irqs+0x144/0x150


the libvirt/qemu log for the device:
2012-10-21 07:14:04.523+: starting up
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
QEMU_AUDIO_DRV=none /usr/bin/kvm -name opencl-d3 -S -M pc-1.2 -enable-kvm -m 
1024 -smp 5,sockets=5,cores=1,threads=1 -uuid 
50508978-b639-f497-0016-6c9d543f0d03 -no-user-config -nodefaults -chardev 
socket,id=charmonitor,path=/var/lib/libvirt/qemu/opencl-d3.monitor,server,nowait
 -mon chardev=charmonitor,id=monitor,mode=control -rtc base=utc -no-shutdown 
-device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 -drive 
file=/mnt/data/kvm/opencl-d3/vda.img,if=none,id=drive-virtio-disk0,format=raw 
-device 
virtio-blk-pci,scsi=off,bus=pci.0,addr=0x5,drive=drive-virtio-disk0,id=virtio-disk0,bootindex=1
 -netdev tap,fd=36,id=hostnet0,vhost=on,vhostfd=37 -device 
virtio-net-pci,netdev=hostnet0,id=net0,mac=52:54:00:d4:a7:25,bus=pci.0,addr=0x3 
-chardev pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 
-vnc 127.0.0.1:13 -vga cirrus -device intel-hda,id=sound0,bus=pci.0,addr=0x4 
-device hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device 
pci-assign,host=06:00.0,id=hostdev0,configfd=38,bus=pci.0,addr=0x7 -device 
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
char device redirected to /dev/pts/17
Host-side INTx sharing not supported, using MSI instead.
Some devices do not to work properly in this mode.

compared with 12.04, two lines are added to the log: Host-side... and
Some...

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: qemu-kvm 1.2.0+noroms-0ubuntu2
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
Date: Sun Oct 21 09:18:25 2012
InstallationMedia: Ubuntu 12.10 Quantal Quetzal - Release amd64 (20121015.2)
MachineType: To be filled by O.E.M. To be filled by O.E.M.
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=a7db4ac4-4331-403e-a928-7e9ab41e1231 ro quiet splash vt.handoff=7
SourcePackage: qemu-kvm
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/12/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1102
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: SABERTOOTH 990FX
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 

[Bug 1069302] Re: kvm client does not start with pci passthrough (amd hd5450)

2012-10-21 Thread Gerben
lsb_release -rd
Description:Ubuntu 12.10
Release:12.10
root@kvm-03f:~# 

apt-cache policy qemu-kvm
qemu-kvm:
  Installed: 1.2.0+noroms-0ubuntu2
  Candidate: 1.2.0+noroms-0ubuntu2
  Version table:
 *** 1.2.0+noroms-0ubuntu2 0
500 http://nl.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
100 /var/lib/dpkg/status

apt-cache policy xorg
xorg:
  Installed: 1:7.7+1ubuntu4
  Candidate: 1:7.7+1ubuntu4
  Version table:
 *** 1:7.7+1ubuntu4 0
500 http://nl.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
100 /var/lib/dpkg/status

apt-cache policy linux-generic
linux-generic:
  Installed: 3.5.0.17.19
  Candidate: 3.5.0.17.19
  Version table:
 *** 3.5.0.17.19 0
500 http://nl.archive.ubuntu.com/ubuntu/ quantal/main amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  kvm client does not start with pci passthrough (amd hd5450)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1069302/+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 1069302] Re: kvm client does not start with pci passthrough (amd hd5450)

2012-10-21 Thread Gerben
I do see I was able to run the client machine after the last apt update.

It could be some lock persists on the filesystem for that device to be
assigned (persisting over a reboot).

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

Title:
  kvm client does not start with pci passthrough (amd hd5450)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1069302/+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 1060900] Re: HTTP proxy config being created in /etc/apt/apt.conf on nodes

2012-10-21 Thread Robie Basak
Thanks for the explanation Ryan!

I feel that there must be a better way, such as the apt proxy working
with non-standard apt sources without issues. But wanting to disable any
existing apt proxy in a charm does make sense.

What if debian-installer were changed to always use
/etc/apt/apt.conf.d/10proxy? Although there would still be no guarantee
if that file doesn't exist that there is no proxy configured some other
way, and the same charm might conceivably run on some other service
provider's cloud instance with a proxy set in some other way.

Changing this task to debian-installer for consideration nevertheless.

But we should have a separate upstream MAAS bug to add a configurable
proxy. You mentioned existing bugs, but I can't find one. Do you have a
bug number, or shall we create a separate bug if not?

** Package changed: maas (Ubuntu) = debian-installer (Ubuntu)

** Summary changed:

- HTTP proxy config being created in /etc/apt/apt.conf on nodes
+ d-i should use apt.conf.d instead of adding proxy to apt.conf directly

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

Title:
  d-i should use apt.conf.d instead of adding proxy to apt.conf directly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/1060900/+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 1058669] Re: htmlentities returns nothing

2012-10-21 Thread Robie Basak
Sorry, I should have been clearer. I understand that the behaviour has
changed and you did not expect this.

If you'd like to see this changed, the appropriate venue is the PHP
project itself, rather than Ubuntu's packaging of PHP.

In Ubuntu, we can only really go with what the PHP project has decided.
If we were to change the behaviour of PHP especially for Ubuntu to work
around this, then this would cause even more confusion and bug reports
as people expect the same PHP script to behave in the same way for the
same PHP version across distributions.

Thus this bug in the packaging of PHP *in Ubuntu* is Invalid, since we
can't change the behaviour just in Ubuntu. But this doesn't stop you
from taking this up with the PHP project itself. Based on their
documentation, it sounds like they have already made the decision on
this, but you are welcome to contact them about it. The PHP project's
bug reporting page is at https://bugs.php.net/ and general support at
http://www.php.net/support.php

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

Title:
  htmlentities returns nothing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1058669/+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 1068854] Re: Support option to disable TLS compression to protect against CRIME attack

2012-10-21 Thread Robie Basak
** Information type changed from Public to Public Security

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

Title:
  Support option to disable TLS compression to protect against CRIME
  attack

To manage notifications about this bug go to:
https://bugs.launchpad.net/apache2/+bug/1068854/+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 1069535] [NEW] MaaS DNS - named, not loaded due to errors.

2012-10-21 Thread Thiago Martins
Public bug reported:

Hi!

 I think I found one bug with MaaS DNS subsystem. Brand new MaaS using
Ubuntu 12.10.

 My first two nodes of my MaaS was added into the system via DHCP + PXE,
not by clicking on +Add node button.

/var/log/syslog:
Oct 21 17:55:58 seed1 named[959]: dns_master_load: 
/etc/bind/maas/zone.teste.com:4112: 192-168-50-1.teste.com: CNAME and other data
Oct 21 17:55:58 seed1 named[959]: zone teste.com/IN: loading from master file 
/etc/bind/maas/zone.teste.com failed: CNAME and other data
Oct 21 17:55:58 seed1 named[959]: zone teste.com/IN: not loaded due to errors.

Bind9 does not start anymore.

The contents of line 4112 of file /etc/bind/maas/zone.teste.com:

---
192-168-50-1 IN CNAME 192-168-50-1
---

The output of grep 192-168-50-1\  /etc/bind/maas/zone.teste.com:
192-168-50-1 IN A 192.168.50.1
192-168-50-1 IN CNAME 192-168-50-1

 It is intended to have two 192-168-50-1 entries there?!

 BTW, 192-168-50-1 (and 192-168-50-2) was my first (and second) node
started first via DHCP / PXE...

Line of second node (zone.teste.com):
192-168-50-2 IN CNAME 192-168-50-2

 When I commend the line 4112, bind stops at next line, of my second
node... When I commend out those two, bind9 start up again.

 I think MaaS DNS subsystem isn't ready for production. I'll try MaaS
only with DHCP managed and with only 1 ethernet on its machine.

 Also, my third node was added by clicking on +Add node and I don't
know if this DNS problem appear after or before that.

Tks!
Thiago

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

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

Title:
  MaaS DNS - named, not loaded due to errors.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1069535/+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 996162] Re: Please update Asterisk from Debian Sid

2012-10-21 Thread Karma Dorje
asterisk (1:1.8.11.1~dfsg-1) unstable; urgency=high
 .
   * New upstream release, Closes: #670180:
 - AST-2012-004 - further Manager permission fixes (CVE-2012-2414).
 - AST-2012-005 - Heap overflow in chan_skinny (CVE-2012-2415).
 - AST-2012-006 - Remote crash on SIP UPDATE method (CVE-2012-2416).
   * Fix daemon status check in init.d script (Closes: #669378).
   * Patch menuselect_cflags: allow passing our flags to menuselect's build.
 - Use it t opass our CFLAGS to menuselect (Closes: #664086).

** Tags added: upgrade-software-version

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

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

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

Title:
  Please update Asterisk from Debian Sid

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/asterisk/+bug/996162/+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 1069543] [NEW] ntpd crashes when network interface goes down

2012-10-21 Thread Janne Snabb
Public bug reported:

ntpd crashes with SIGSEGV when (teredo IPv6) interface goes down after
unplugging a network cable:

Oct 22 03:17:03 oil ntpdate[5896]: adjust time server 118.143.17.82 offset 
0.005534 sec
Oct 22 03:17:03 oil ntpd[5951]: ntpd 4.2.6p3@1.2290-o Mon Aug 20 15:15:21 UTC 
2012 (1)
Oct 22 03:17:03 oil ntpd[5952]: proto: precision = 0.106 usec
Oct 22 03:17:03 oil ntpd[5952]: ntp_io: estimated max descriptors: 2144, 
initial socket boundary: 16
Oct 22 03:17:03 oil ntpd[5952]: Listen and drop on 0 v4wildcard 0.0.0.0 UDP 123
Oct 22 03:17:03 oil ntpd[5952]: Listen and drop on 1 v6wildcard :: UDP 123
Oct 22 03:17:03 oil ntpd[5952]: Listen normally on 2 lo 127.0.0.1 UDP 123
Oct 22 03:17:03 oil ntpd[5952]: Listen normally on 3 eth0 192.168.0.2 UDP 123
Oct 22 03:17:03 oil ntpd[5952]: Listen normally on 4 teredo 
fe80:::: UDP 123
Oct 22 03:17:03 oil ntpd[5952]: Listen normally on 5 eth0 
fe80::16fe:b5ff:fea4:b39f UDP 123
Oct 22 03:17:03 oil ntpd[5952]: Listen normally on 6 teredo 
2001:0:53aa:64c:875:7e15:90bc:9593 UDP 123
Oct 22 03:17:03 oil ntpd[5952]: Listen normally on 7 lo ::1 UDP 123
Oct 22 03:17:03 oil ntpd[5952]: peers refreshed
Oct 22 03:17:03 oil ntpd[5952]: Listening on routing socket on fd #24 for 
interface updates
Oct 22 03:24:45 oil ntpd[5952]: Deleting interface #5 eth0, 
fe80::16fe:b5ff:fea4:b39f#123, interface stats: received=0, sent=0, dropped=0, 
active_time=460 secs
Oct 22 03:24:45 oil ntpd[5952]: Deleting interface #3 eth0, 192.168.0.2#123, 
interface stats: received=40, sent=41, dropped=0, active_time=460 secs
Oct 22 03:24:45 oil ntpd[5952]: 220.130.158.71 interface 192.168.0.2 - (none)
Oct 22 03:24:45 oil ntpd[5952]: 118.143.17.82 interface 192.168.0.2 - (none)
Oct 22 03:24:45 oil ntpd[5952]: 14.0.18.136 interface 192.168.0.2 - (none)
Oct 22 03:24:45 oil ntpd[5952]: 54.251.61.122 interface 192.168.0.2 - (none)
Oct 22 03:24:45 oil ntpd[5952]: 203.176.128.10 interface 192.168.0.2 - (none)
Oct 22 03:24:45 oil ntpd[5952]: peers refreshed
Oct 22 03:25:02 oil ntpd[5952]: Deleting interface #6 teredo, 
2001:0:53aa:64c:875:7e15:90bc:9593#123, interface stats: received=0, sent=0, 
dropped=0, active_time=477 secs
Oct 22 03:25:02 oil kernel: [197600.300333] ntpd[5952]: segfault at 8 ip 
7fda05b58321 sp 7fff380bd540 error 4 in ntpd[7fda05b3b000+96000]

Here is a gdb output:

(gdb) c
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0x7f743f09e321 in remove_interface (ep=0x7f74411771b0) at ntp_io.c:1098
1098ntp_io.c: No such file or directory.
(gdb) bt
#0  0x7f743f09e321 in remove_interface (ep=0x7f74411771b0) at ntp_io.c:1098
#1  update_interfaces (port=port@entry=123, receiver=receiver@entry=0x0, 
data=data@entry=0x0) at ntp_io.c:2010
#2  0x7f743f09fb34 in interface_update (receiver=receiver@entry=0x0, 
data=data@entry=0x0) at ntp_io.c:1617
#3  0x7f743f0c1215 in timer () at ntp_timer.c:394
#4  0x7f743f0a489b in ntpdmain (argc=optimized out, argv=optimized out)
at ntpd.c:1127
#5  0x7f743f0954a9 in main (argc=optimized out, argv=optimized out)
at ntpd.c:358
(gdb) 

I can only reproduce this with the teredo interface. If I disable it (by
running service miredo stop before testing) I can not re-produce the
problem any more.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: ntp 1:4.2.6.p3+dfsg-1ubuntu5
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu4
Architecture: amd64
Date: Mon Oct 22 03:42:12 2012
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Beta amd64 (20110920.2)
KernLog:
 
MarkForUpload: True
SourcePackage: ntp
UpgradeStatus: Upgraded to quantal on 2012-10-19 (2 days ago)
modified.conffile..etc.ntp.conf: [modified]
mtime.conffile..etc.ntp.conf: 2012-09-02T19:37:38.651830

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


** Tags: amd64 apport-bug quantal

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

Title:
  ntpd crashes when network interface goes down

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/1069543/+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 801338] Re: package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-10-21 Thread Rev. Wm. DOC Holliday
Package will not load. Error report.

** Changed in: amavisd-new (Ubuntu)
 Assignee: (unassigned) = Rev. Wm. DOC Holliday (r37u2a49ci)

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

Title:
  package amavisd-new-postfix 1:2.6.5-0ubuntu2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/801338/+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] [NEW] 1 MAC Address, two IPs - DNS is out of sync with DHCP leases databases, I think...

2012-10-21 Thread Thiago Martins
Public bug reported:

Guys,

 During my new tests, I tried to create two nodes simultaneously (both
via DHCP + PXE, not by clicking +Add node) and I hit this problem:

 Same MAC Address, two different IPs:

 http://pastebin.com/8RYjGe5D

 The brief is:

 1- DHCP gives address 192.168.50.1 to my machine on its first boot;

 2- After some time, I think that after some reboots / elist / don'know
for sure or even after commissioning it; the IP have changed to
192.168.50.2 and got registered at DNS (192-168-50-2.test.com) that way;

 3- In the end of the day, after allocate it to root and start using it
(the nodes), the DHCP gives again the IP 192.168.50.1 to my node, but
DNS still remains with 192.158.50.2...

 ---

 My second node, first starts with 192.168.50.3, got registered with
192.168.50.4 at DNS (and at MaaS Web GUI) but the DHCP finish with
192.168.50.3...

 I'll not try maas-dns again... Too many bugs...   =(

 I think that MaaS needs some kind of glue between DHCP and DNS to
keep it in sync.

Tks!
Thiago

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

** Summary changed:

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

-- 
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/ubuntu/+source/maas/+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 1067929] Re: maas-region-celeryd connects to the wrong queue.

2012-10-21 Thread Thiago Martins
Guys,

 I created a simple procedure to install MaaS (Ubuntu 12.10) and not hit
this problem... As follows:

 1- Create a Virtual Machine with;

 * 1024G of RAM
 * 1 CPU
 * 20G HD
 * Ubuntu 12.10 64 bits
 * Only ONE Ethernet (most important)

 2- Install Ubuntu MaaS Installation (via server CD);

 3- During the GRUB installation, to not hit ENTER immediately;

 4- Change to Linux second console TTY2 (alt + F2);

 5- Run:

 * nano /target/usr/sbin/maas-region-celeryd

 Change '-Q celery,master' into '--queues=celery,master'

 * Save and exit nano;

 6- Go back to TTY1 (alt + F1);

 7- Finish the Ubuntu installation.

 Now, follow the steps from here:

 http://evilnick.org/MAAS/install.html

 NOTE: Do not install maas-dns package, it is very unstable (BUG 1069535
and BUG 1069570).

 The 5 minutes message disappear again.

 When I try this same procedure using 2 eth, the 5 minutes do not
disappear. So, using 1 eth is a requirement. And I have no idea why.

Cheers!
Thiago

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

Title:
  maas-region-celeryd connects to the wrong queue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1067929/+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 1064835] Re: keystoneclient fails on SSL certificates that work for other services

2012-10-21 Thread Sam Morrison
** Package changed: keystone (Ubuntu) = python-keystoneclient (Ubuntu)

** Changed in: python-keystoneclient (Ubuntu)
   Status: Invalid = Confirmed

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

Title:
  keystoneclient fails on SSL certificates that work for other services

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-keystoneclient/+bug/1064835/+subscriptions

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


[Bug 1065883] Re: ceph rbd username and secret should be configured in nova-compute, not passed from nova-volume/cinder

2012-10-21 Thread OpenStack Hudson
Reviewed:  https://review.openstack.org/14458
Committed: 
http://github.com/openstack/nova/commit/af51b46b1e08b26c07bd32019e54b9c521cb7813
Submitter: Jenkins
Branch:master

commit af51b46b1e08b26c07bd32019e54b9c521cb7813
Author: James Page james.p...@ubuntu.com
Date:   Mon Oct 15 13:21:55 2012 +0100

Allow local rbd user and secret_uuid configuration

By default, the rbd_user and rbd_secret_uuid are specified in the
nova-volume/cinder configuration and passed to nova-compute when
volumes are attached to instances.

This change allows these values to be specified locally in
nova-compute which means access control to RADOS devices in ceph
can be managed independently from nova-volume/cinder with no
requirement for consistent uuid's for libvirt secrets.

Fixes bug 1065883.

Change-Id: I9f07d040ae267bfbe8f794a5d22d327106314cc6


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

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

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

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

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


[Bug 1069584] [NEW] MaaS only with DHCP managed seems to require DNS too.

2012-10-21 Thread Thiago Martins
Public bug reported:

Guys,

 After too much trouble with maas-dns, I decided to not use it, so, I
reinstalled MaaS without maas-dns package and when I select Manage
DHCP, the following error appear:

/var/log/maas/celery-region.log

[2012-10-21 23:23:50,177: INFO/MainProcess] Got task from broker: 
provisioningserver.tasks.write_full_dns_config[36d84cbc-014a-49da-8bb5-224812473dca]
[2012-10-21 23:23:50,182: ERROR/MainProcess] Task 
provisioningserver.tasks.write_full_dns_config[36d84cbc-014a-49da-8bb5-224812473dca]
 raised exception: DNSConfigDirectoryMissing(uThe directory where the DNS 
config files should be written does not exist.  Make sure the 'maas-dns' 
package is installed on this region controller.,)
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/celery/execute/trace.py, line 181, in 
trace_task
R = retval = fun(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/provisioningserver/tasks.py, line 
198, in write_full_dns_config
dns_config.write_config(**kwargs)
  File /usr/lib/python2.7/dist-packages/provisioningserver/dns/config.py, 
line 178, in write_config
The directory where the DNS config files should be 
DNSConfigDirectoryMissing: The directory where the DNS config files should be 
written does not exist.  Make sure the 'maas-dns' package is installed on this 
region controller.

 But yes, I do not want maas-dns package.

 So, what can I do?!

Tks,
Thiago

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

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

Title:
  MaaS only with DHCP managed seems to require DNS too.

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

2012-10-21 Thread Thiago Martins
** Summary changed:

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

-- 
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/ubuntu/+source/maas/+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 1069603] [NEW] MAASAPINotFound: No user data available for this node.

2012-10-21 Thread Thiago Martins
Public bug reported:

Guys,

 Right after my node's first boot (after being allocated to root), I'm
seeing this:

== /var/log/maas/maas.log ==
ERROR 2012-10-22 01:23:55,518 maas.maasserver  
Exception: No user data available for this node. 

ERROR 2012-10-22 01:23:55,520 maas.maasserver Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/django/core/handlers/base.py, line 
111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
  File /usr/lib/python2.7/dist-packages/django/views/decorators/vary.py, line 
19, in inner_func
response = func(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/piston/resource.py, line 167, in 
__call__
result = self.error_handler(e, request, meth, em_format)
  File /usr/lib/python2.7/dist-packages/piston/resource.py, line 165, in 
__call__
result = meth(request, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/maasserver/api.py, line 294, in 
dispatch
return function(self, request, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/metadataserver/api.py, line 330, in 
read
raise MAASAPINotFound(No user data available for this node.)
MAASAPINotFound: No user data available for this node.

 What is this?! Can I ignore it?

Thanks,
Thiago

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

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

Title:
  MAASAPINotFound: No user data available for this node.

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

2012-10-21 Thread Thiago Martins
I think I found something related to this problem...

After start enlisting my second node, I saw this on my syslog:

---
Oct 22 00:58:34 seed1 dhcpd: DHCPDISCOVER from 52:54:00:7a:58:42 via eth0
Oct 22 00:58:35 seed1 dhcpd: DHCPOFFER on 192.168.50.2 to 52:54:00:7a:58:42 via 
eth0
Oct 22 00:58:36 seed1 dhcpd: Can't create new lease file: Permission denied 
-   ### PROBLEM!!! ###
Oct 22 00:58:36 seed1 dhcpd: DHCPREQUEST for 192.168.50.2 (192.168.63.250) from 
52:54:00:7a:58:42 via eth0
Oct 22 00:58:36 seed1 dhcpd: DHCPACK on 192.168.50.2 to 52:54:00:7a:58:42 via 
eth0
---

After couple reboots (I think 1 reboot) (before allocating it):

---
Oct 22 00:59:05 seed1 dhcpd: DHCPDISCOVER from 52:54:00:7a:58:42 via eth0
Oct 22 00:59:06 seed1 dhcpd: DHCPOFFER on 192.168.50.3 to 52:54:00:7a:58:42 
(maas-enlist) via eth0
Oct 22 00:59:06 seed1 dhcpd: DHCPREQUEST for 192.168.50.3 (192.168.63.250) from 
52:54:00:7a:58:42 (maas-enlist) via eth0
Oct 22 00:59:06 seed1 dhcpd: DHCPACK on 192.168.50.3 to 52:54:00:7a:58:42 
(maas-enlist) via eth0
Oct 22 00:59:06 seed1 dhcpd: DHCPREQUEST for 192.168.50.3 (192.168.63.250) from 
52:54:00:7a:58:42 (maas-enlist) via eth0
Oct 22 00:59:06 seed1 dhcpd: DHCPACK on 192.168.50.3 to 52:54:00:7a:58:42 
(maas-enlist) via eth0
---

My node receive a new IP...

Looking forward into this...

Best,
Thiago

-- 
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/ubuntu/+source/maas/+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 1069603] Re: MAASAPINotFound: No user data available for this node.

2012-10-21 Thread Thiago Martins
Guys,

 Every time I reboot my node, this message appear at maas.log.

Best,
Thiago

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

Title:
  MAASAPINotFound: No user data available for this node.

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

2012-10-21 Thread Thiago Martins
Hi!

Do you guys think that this is a good idea:

sudo adduser dhcpd maas
chmod 775 /var/lib/maas/dhcp

to avoid the error:

Oct 22 00:58:36 seed1 dhcpd: Can't create new lease file: Permission
denied - ### PROBLEM!!! ###

Where is the source of this problem?! It appear only one in my syslog...
And I have no idea if it is gone...

Thanks!
Thiago

-- 
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/ubuntu/+source/maas/+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 1069616] [NEW] Apache errors...

2012-10-21 Thread Thiago Martins
Public bug reported:

Guys,

 More problems... This time within Apache error log:

[Sun Oct 21 23:29:18 2012] [error] Exception AttributeError: 'NoneType' object 
has no attribute 'error' in bound method _TCPTransport.__del__ of 
kombu.transport.amqplib._TCPTransport object at 0x7f47aacdd790 ignored
[Sun Oct 21 23:29:18 2012] [error] Exception AttributeError: 'NoneType' object 
has no attribute 'error' in bound method _TCPTransport.__del__ of 
kombu.transport.amqplib._TCPTransport object at 0x7f47aacdc790 ignored
[Sun Oct 21 23:30:24 2012] [notice] Apache/2.2.22 (Ubuntu) mod_wsgi/3.4 
Python/2.7.3 configured -- resuming normal operations

[Sun Oct 21 23:30:24 2012] [alert] (2)No such file or directory: mod_wsgi 
(pid=1408): Unable to change working directory to '/home/maas'.
[Sun Oct 21 23:30:24 2012] [alert] (2)No such file or directory: mod_wsgi 
(pid=1407): Unable to change working directory to '/home/maas'.

 Can I ignore it?!

Tks,
Thiago

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

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

Title:
  Apache errors...

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

2012-10-21 Thread Thiago Martins
Hi!

 Every time I start a new node via DHCP / PXE (no by adding it by
clicking +Add node), I say this:

--
Oct 22 02:43:24 seed1 dhcpd: DHCPDISCOVER from 52:54:00:8c:59:8a via eth0
Oct 22 02:43:25 seed1 dhcpd: DHCPOFFER on 192.168.50.4 to 52:54:00:8c:59:8a via 
eth0

Oct 22 02:43:26 seed1 dhcpd: Can't create new lease file: Permission
denied

Oct 22 02:43:26 seed1 dhcpd: DHCPREQUEST for 192.168.50.4 (192.168.63.250) from 
52:54:00:8c:59:8a via eth0
Oct 22 02:43:26 seed1 dhcpd: DHCPACK on 192.168.50.4 to 52:54:00:8c:59:8a via 
eth0
Oct 22 02:43:49 seed1 dhcpd: DHCPDISCOVER from 52:54:00:8c:59:8a via eth0

NEW IP !!!

Oct 22 02:43:50 seed1 dhcpd: DHCPOFFER on 192.168.50.5 to 52:54:00:8c:59:8a 
(maas-enlist) via eth0
Oct 22 02:43:50 seed1 dhcpd: DHCPREQUEST for 192.168.50.5 (192.168.63.250) from 
52:54:00:8c:59:8a (maas-enlist) via eth0
Oct 22 02:43:50 seed1 dhcpd: DHCPACK on 192.168.50.5 to 52:54:00:8c:59:8a 
(maas-enlist) via eth0
Oct 22 02:43:50 seed1 dhcpd: DHCPREQUEST for 192.168.50.5 (192.168.63.250) from 
52:54:00:8c:59:8a (maas-enlist) via eth0
Oct 22 02:43:50 seed1 dhcpd: DHCPACK on 192.168.50.5 to 52:54:00:8c:59:8a 
(maas-enlist) via eth0
---

 Node is on maas-inlisting-node state...

Best,
Thiago

-- 
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/ubuntu/+source/maas/+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 1069289] [NEW] SD card not recognized

2012-10-21 Thread Book 'em Dano
Public bug reported:

In the past whenever I inserted a SD card the OS would recognize it, 
automatically mount it and open a window to display what files are on the card. 
 But recently the OS has not been recognizing when a SD card has been inserted. 
 I have tried several different versions of kernels
 
linux-image-3.0.0-24-generic
linux-image-3.0.0-25-generic
linux-image-3.0.0-26-generic
linux-image-3.0.43-030043-generic
linux-image-3.7.0-999-generic

and it yields the same result. dmesg logs Device offlined - not ready
after error recovery.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: linux-image-3.0.0-26-generic 3.0.0-26.43
ProcVersionSignature: Ubuntu 3.0.0-26.43-generic 3.0.43
Uname: Linux 3.0.0-26-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu4
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dano-mano   1941 F pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'ICH5'/'Intel ICH5 with ALC650F at irq 17'
   Mixer name   : 'Realtek ALC650F'
   Components   : 'AC97a:414c4723'
   Controls  : 50
   Simple ctrls  : 33
CheckboxSubmission: d1d0d890d7d0c02d220494c450923be5
CheckboxSystem: edda5d4f616ca792bf437989cb597002
Date: Sat Oct 20 18:06:57 2012
HibernationDevice: RESUME=UUID=30c3d947-9a40-4ee4-ad20-9b888132a707
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111011)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: HP Pavilion 061 DT068A-ABA M495C
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.0.0-26-generic 
root=UUID=88ecbf58-14dc-403e-a906-c0472828fe5b ro usb-storage.delay_use=5
RelatedPackageVersions:
 linux-restricted-modules-3.0.0-26-generic N/A
 linux-backports-modules-3.0.0-26-generic  N/A
 linux-firmware1.60.1
RfKill:
 
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/27/2004
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 3.28
dmi.board.name: Oxford
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr3.28:bd08/27/2004:svnHPPavilion061:pnDT068A-ABAM495C:pvr0qr1114RE101OXFOR10:rvnASUSTeKComputerINC.:rnOxford:rvr1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: DT068A-ABA M495C
dmi.product.version: 0qr1114RE101OXFOR10
dmi.sys.vendor: HP Pavilion 061

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


** Tags: apport-bug i386 oneiric running-unity

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

Title:
  SD card not recognized

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

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


[Bug 1066228] Re: 8086:0162 After updates quantal doesn't boot into graphics mode on my ivybridge system

2012-10-21 Thread Achim
I build up my new system and thought it would be a good idea to install ubuntu 
12.10 beta1.
In general it was booting up to lightdm. Sometimes I had a GPU-hung directly 
after login.

I rebooted the system and everything was working again.
But after – lets call it final update – that was around linux kernel 
3.5.0-17-generic, the xserver somtimes doesn't boot up.

So in the end it never worked properly with an ubuntu kernel.

In the mean time I tried kernel 3.5.0-18-generic from the proposed update.
That also doesn't work properly.

The question for me is, what is so special about the ubuntu kernel, that it 
behaves so different in comparison to
the kernels from mainline ppa.

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

Title:
  8086:0162 After updates quantal doesn't boot into graphics mode on my
  ivybridge system

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

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

[Bug 1068103] Re: Links to official PostgreSQL-Docs should point to 9.1 instead of 8.4

2012-10-21 Thread Book 'em Dano
** Tags added: bitesize

** Tags added: string-fix

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

Title:
  Links to official PostgreSQL-Docs should point to 9.1 instead of 8.4

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

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


[Bug 1008225] Re: vmbuilder fails using tmpfs due to upstart restarting cron in the tmpfs

2012-10-21 Thread Jarl-p
I had started getting this error with chroot/dev not unmounting cleanly,
caused by the same issue (you could see the extra cron processes running
afterwards).  This patch looks to have fixed it 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/1008225

Title:
  vmbuilder fails using tmpfs due to upstart restarting cron in the
  tmpfs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/1008225/+subscriptions

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


[Bug 1069289] Re: SD card not recognized

2012-10-21 Thread Brad Figg
** 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/1069289

Title:
  SD card not recognized

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

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


[Bug 927782] Re: integrate the Atheros AR8131/AR8151/AR8152/AR8161/AR8162 Ethernet driver with Jockey

2012-10-21 Thread Anomaly
I confirm that AR8161 Gigabit (ALX driver) is still not working on
Ubuntu 12.10. While I perfectly understand why it didn't work on 12.04
and that you had to compile the driver from sources, I really did not
expected that it still would not work in 12.10.

I suppose I could install a package (like written just ahead)... if I
had an Internet connection on that machine!

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

Title:
  integrate the Atheros AR8131/AR8151/AR8152/AR8161/AR8162 Ethernet
  driver with Jockey

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

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


[Bug 1069277] Re: autohide unity launcher broken

2012-10-21 Thread RaduStoica
You should have this option in System Settings-Appearance on the
Behavior tab. Choosing here autohide on doesn't behave as expected?

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

Title:
  autohide unity launcher broken

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

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


[Bug 1069231] Re: ubuntu 12.10

2012-10-21 Thread RaduStoica
Hello,

   I'm not very familiar with how the video drivers work, but from what
I see in the XorgLog.txt file the chipset seems to be correctly
recognized.

   What are the actual symptoms of this problem on your system?

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

Title:
  ubuntu 12.10

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

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


[Bug 1023077] Re: MacBook Air overheating and freezing.

2012-10-21 Thread Book 'em Dano
Thank you for taking the time to report this bug and helping to make
Ubuntu better. We need some more information from you before we can
start working on this bug.

Please run the following command which will attach necessary
information:

  apport-collect 1023077

Bear in mind that you may need to install the python-launchpadlib
package from the universe repository with 'sudo apt-get install python-
launchpadlib'. Additionally, when prompted to give apport-collect
permissions for Launchpad you will need to give it at least the ability
to Change Non-Private data as it will be adding information to your
bug report.

Please refer to
https://wiki.ubuntu.com/Kernel/Debugging/HighTemperatures for more
information.

** Tags added: macbook precise quantal

** Package changed: ubuntu = linux (Ubuntu)

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

Title:
  MacBook Air overheating and freezing.

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

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


[Bug 1003494] Re: Shortcut that launches Uzbl missing

2012-10-21 Thread Christopher Forster
Also affects Lubuntu 12.10 (Quantal Quetzal) 64-bit (AMD64). Uzbl
0.0.0~git.20120514-1 package.

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

Title:
  Shortcut that launches Uzbl missing

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

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


[Bug 1069292] [NEW] [needs-packaging] tegaki-zinnia-traditional-chinese

2012-10-21 Thread Ma Xiaojun
Public bug reported:

Traditional Chinese handwriting model for Zinnia

URL: http://tegaki.org/
License: LGPL 2.1
Notes:
The upstream offer Japanese, Simplified Chinese and Traditional Chinese 
simultaneously.
Our repository, however, offers tegaki-zinnia-japanese and 
tegaki-zinnia-simplified-chinese for long but no 
tegaki-zinnia-traditional-chinese. On the other hand, even NetBSD seems to 
have tegaki-zinnia-traditional-chinese.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

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

Title:
  [needs-packaging] tegaki-zinnia-traditional-chinese

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

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


[Bug 1068673] Re: Disable touchpad while typing doesn't work

2012-10-21 Thread Book 'em Dano
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

  apport-collect 1068673

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = gnome-control-center (Ubuntu)

** Changed in: gnome-control-center (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/1068673

Title:
  Disable touchpad while typing doesn't work

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

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


[Bug 1026106] Re: usb mouse doesn't work

2012-10-21 Thread Book 'em Dano
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please run the command 'apport-collect 1026106' which
will attach necessary information for debugging this as an Xorg problem.

Please include the information requested at
https://wiki.ubuntu.com/DebuggingMouseDetection.  Thanks in advance.

** Tags added: precise

** Package changed: ubuntu = xorg (Ubuntu)

** Changed in: xorg (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/1026106

Title:
  usb mouse doesn't  work

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

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


[Bug 1069293] [NEW] Xorg freeze

2012-10-21 Thread Darrell Sandstrom
Public bug reported:

When waking up from suspend, screen freezes.  It looks like little white
squares.  I can try to take a ss if possible.  The system becomes
unusable.  I cannot use ctrl + alt + F1 to open terminal screen.  I
cannot tell if system freezes or if screen still updates (clock
changes).

-It started happening after updating to 12.10. 
-Require my password when waking up from suspend is disabled.  I have not 
tried enabled will try and report back.
-I have an nvidia 460gtx video card
-I'm using x.org x server for the display driver
-I tried the nvidia drivers and all three do not work with my system (I can't 
select the native resolution)
-package version: xorg:
  Installed: 1:7.7+1ubuntu4
  Candidate: 1:7.7+1ubuntu4
  Version table:
  *** 1:7.7+1ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ quantal/main i386 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xorg 1:7.7+1ubuntu4
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic i686
ApportVersion: 2.6.1-0ubuntu3
Architecture: i386
Date: Sat Oct 20 23:09:32 2012
DistroCodename: quantal
DistroVariant: ubuntu
GpuHangFrequency: Several times a day
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release i386 (20120423)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: Upgraded to quantal on 2012-10-18 (2 days ago)

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


** Tags: apport-bug freeze i386 quantal running-unity ubuntu

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

Title:
  Xorg freeze

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

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


[Bug 1067931] Re: Mouse is buggy just after boot in Ubuntu 12.04

2012-10-21 Thread Book 'em Dano
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please run the command 'apport-collect 1067931' which
will attach necessary information for debugging this as an Xorg problem.
Thanks in advance.

** Tags added: amd64 precise

** Package changed: ubuntu = xorg (Ubuntu)

** Changed in: xorg (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/1067931

Title:
  Mouse is buggy just after boot in Ubuntu 12.04

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

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


[Bug 632011] Re: gnome-language-selector won't install language support

2012-10-21 Thread Jason Mallet
I have this same problem in Ubuntu 12.04.  When I installed 12.04 back
in April 2012 it worked fine (as it has for the last several releases
stretching back to 2006 when I first started installing multiple
languages), but I re-installed 12.04 this past week and had this come
up.  I am trying to install the Korean, German and Spanish packs.

I tried sudo apt-get install -f.
I tried sudo apt-get update  sudo apt-get dist-upgrade.
I tried sudo dpkg --configure -a.
I tried sudo dpkg-reconfigure locales.
I looked in Synaptic under status and there are no broken packages or thorny 
issues.
I tried installing each language separately instead of grouping them together.

A thorough google/duckduckgo/ubuntu forums/launchpad search reveals that
what I wrote above are the only offered solutions and none of them have
worked for me.

I wasn't sure if I had to file a new bug since the OP did his for 10.10
and my bug is in 12.04.  If I need to file a new bug because of the
different release, please let me know.

** Attachment added: screenshot of the offending action
   
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/632011/+attachment/3406920/+files/Screenshot%20from%202012-10-21%2015%3A24%3A17.png

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

Title:
  gnome-language-selector won't install language support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/632011/+subscriptions

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


[Bug 1069151] Re: NVidiaDriver does not work with 640GT

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

** Changed in: xorg (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/1069151

Title:
  NVidiaDriver does not work with 640GT

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

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


[Bug 1068450] Re: error message in fresh install

2012-10-21 Thread Book 'em Dano
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

  apport-collect 1068450

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Tags added: i386 quantal

** Package changed: ubuntu = ubiquity (Ubuntu)

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

Title:
  error message in fresh install

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

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


[Bug 1069292] Re: [needs-packaging] tegaki-zinnia-traditional-chinese

2012-10-21 Thread Ma Xiaojun
** Bug watch added: Debian Bug tracker #691080
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691080

** Also affects: debian via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691080
   Importance: Unknown
   Status: Unknown

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

Title:
  [needs-packaging] tegaki-zinnia-traditional-chinese

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

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


[Bug 963106] Re: NetworkManager causes orphaned inodes

2012-10-21 Thread Daniel Eckl
For some reason, the main issue of this report now hit me. Root cannot
be unmounted, because dhclient and dnsmasq is still running at this
point (verified by running lsof in umountroot).

The order of my init scripts is still fine now, I have S35networking,
S40umountfs and S60umountroot, so this is not the cause anymore.

Also when stopping networking manually, dhclient and dnsmasq are both
still running.

I took the time to update to 12.10 (quantal), but still no change to
this issue for me. My workaround is a killall dnsmasq dhclient; sleep
2 in umountroot, but obviously, this doesn't even count as dirty hack,
this is even more ugly.

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

Title:
  NetworkManager causes orphaned inodes

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

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


[Bug 1069293] Re: Xorg freeze

2012-10-21 Thread Darrell Sandstrom
Pic of of monitor after waking up

** Attachment added: Old fashion screen shot
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1069293/+attachment/3406922/+files/2012-10-20_23-35-01_391.jpg

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

Title:
  Xorg freeze

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

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


[Bug 1066244] Re: unmet dependencies during upgrade from Precise to Quantal Final

2012-10-21 Thread Book 'em Dano
Thanks for taking the time to report this bug and helping to make Ubuntu
better. Could you please add the log files from '/var/log/dist-upgrade/'
to this bug report as separate attachments (not pasted into comments or
tar/zip-ed)? Thanks in advance.

** Package changed: ubuntu = ubuntu-release-upgrader (Ubuntu)

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New = Incomplete

** Tags added: precise2quantal

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

Title:
  unmet dependencies during upgrade from Precise to Quantal Final

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1066244/+subscriptions

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


[Bug 1041322] Re: Very low sound on HP p7-1227c

2012-10-21 Thread Raymond
http://.git.kernel.org/?p=linux/kernel/git/tiwai/sound.git;a=commitdiff;h=1f83ac5ac9fb3e8b2e053de380f55ba412228577;hp=8ed99d976812d1e14a254b9ac1fe6255af8270ff

the alternative way is to check the internal Mic of the laptop 
when the HP laptop has line in in docking station

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

Title:
  Very low sound on HP p7-1227c

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

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


[Bug 628432] Re: monitor.py crashed with TypeError in call_blocking()

2012-10-21 Thread indrajie
** Changed in: wicd (Ubuntu)
   Status: Confirmed = Fix Released

** Changed in: wicd
   Status: Fix Committed = Confirmed

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

Title:
  monitor.py crashed with TypeError in call_blocking()

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

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


[Bug 1065851] Re: shutdown now command does not work

2012-10-21 Thread Book 'em Dano
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

  apport-collect 1065851

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Package changed: ubuntu = upstart (Ubuntu)

** Changed in: upstart (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/1065851

Title:
  shutdown now command does not work

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

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


[Bug 1069299] [NEW] 1002:9613 fglrx-installer not working

2012-10-21 Thread Christopher M. Penalver
Public bug reported:

1) lsb_release -rd
Description:Ubuntu 12.10
Release:12.10

2) apt-cache policy fglrx
fglrx:
  Installed: (none)
  Candidate: 2:9.000-0ubuntu3
  Version table:
 2:9.000-0ubuntu3 0
500 http://us.archive.ubuntu.com/ubuntu/ quantal/restricted i386 Package

3) What is expected to happen is when one installs fglrx and reboots, it
does so successfully.

4) For the install, please see attached fglrx-install-log. What happens instead 
is after rebooting fglrx is not in use. For example :
fglrxinfo
X Error of failed request:  BadRequest (invalid request code or no such 
operation)
  Major opcode of failed request:  153 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  12
  Current serial number in output stream:  12

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: linux-generic-pae 3.5.0.17.19
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic i686
ApportVersion: 2.6.1-0ubuntu3
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  khlood 2026 F xfce4-volumed
  khlood 2081 F pulseaudio
Date: Sun Oct 21 02:46:17 2012
HibernationDevice: RESUME=UUID=b9680283-e6f5-48e2-9692-a844ffd47f7d
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120328)
MachineType: TOSHIBA Satellite L305D
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=d7ff5965-25d1-463f-b2bc-3ce589d40641 ro quiet splash 
acpi_backlight=vendor vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-17-generic N/A
 linux-backports-modules-3.5.0-17-generic  N/A
 linux-firmware1.95
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: Upgraded to quantal on 2012-09-11 (39 days ago)
dmi.bios.date: 09/01/2009
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: 1.80
dmi.board.asset.tag: No Asset Tag
dmi.board.name: Portable PC
dmi.board.vendor: TOSHIBA
dmi.board.version: Base Board Version
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: AMD
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnInsydeCorp.:bvr1.80:bd09/01/2009:svnTOSHIBA:pnSatelliteL305D:pvrPSLC8U-03701QB:rvnTOSHIBA:rnPortablePC:rvrBaseBoardVersion:cvnAMD:ct10:cvrNone:
dmi.product.name: Satellite L305D
dmi.product.version: PSLC8U-03701QB
dmi.sys.vendor: TOSHIBA

** Affects: fglrx-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 quantal

** Attachment added: fglrx-installer-log
   
https://bugs.launchpad.net/bugs/1069299/+attachment/3406949/+files/fglrx-installer-log

** Package changed: linux (Ubuntu) = fglrx-installer (Ubuntu)

** Summary changed:

- 1002:9613 fglrx not working
+ 1002:9613 fglrx-installer not working

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

Title:
  1002:9613 fglrx-installer not working

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

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


[Bug 1069298] [NEW] System Settings refuses to close

2012-10-21 Thread Brandan
Public bug reported:

The system settings will close successfully on any setting other than
'sound'

After clicking sound setting the control panel does nothing, when you
try to close the settings window it reopens and steal the focus. If you
try to minimize the settings window it pops back up.

After selecting 'sound' no other settings will load.

Description:Ubuntu 12.04.1 LTS
Release:12.04

Software Center: 5.2.6

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.4.2-0ubuntu0.5
ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
Uname: Linux 3.2.0-32-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 2.0.1-0ubuntu14
Architecture: amd64
Date: Sat Oct 20 23:39:10 2012
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.4-0ubuntu3
 deja-dup22.0-0ubuntu2
 gnome-bluetooth 3.2.2-0ubuntu5
 indicator-datetime  0.3.94-0ubuntu2

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


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

** Description changed:

  The system settings will close successfully on any setting other than
  'sound'
  
  After clicking sound setting the control panel does nothing, when you
  try to close the settings window it reopens and steal the focus. If you
  try to minimize the settings window it pops back up.
  
  After selecting 'sound' no other settings will load.
- 
  
  Description:  Ubuntu 12.04.1 LTS
  Release:  12.04
  
  Software Center: 5.2.6
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: gnome-control-center 1:3.4.2-0ubuntu0.5
  ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
  Uname: Linux 3.2.0-32-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  Date: Sat Oct 20 23:39:10 2012
  InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120823.1)
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: gnome-control-center
  UpgradeStatus: No upgrade log present (probably fresh install)
  usr_lib_gnome-control-center:
-  activity-log-manager-control-center 0.9.4-0ubuntu3
-  deja-dup22.0-0ubuntu2
-  gnome-bluetooth 3.2.2-0ubuntu5
-  indicator-datetime  0.3.94-0ubuntu2
+  activity-log-manager-control-center 0.9.4-0ubuntu3
+  deja-dup22.0-0ubuntu2
+  gnome-bluetooth 3.2.2-0ubuntu5
+  indicator-datetime  0.3.94-0ubuntu2

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

Title:
  System Settings refuses to close

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

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

[Bug 1068768] Re: software Sources 12.10 (other software)

2012-10-21 Thread Book 'em Dano
Thanks for taking the time to report this bug and helping to make Ubuntu
better. Could you please add the log files from '/var/log/dist-upgrade/'
to this bug report as separate attachments? Thanks in advance.

** Package changed: ubuntu = ubuntu-release-upgrader (Ubuntu)

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New = Incomplete

** Tags added: precise2quantal

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

Title:
  software Sources 12.10 (other software)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1068768/+subscriptions

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


[Bug 1059047] Re: Grooveshark webapp doesn't work with Firefox

2012-10-21 Thread Bence Lukács
It has to be mentioned, that sometimes it works, but in most cases the
webapp is unusable.

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

Title:
  Grooveshark webapp doesn't work with Firefox

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

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


[Bug 773054] Re: 3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

2012-10-21 Thread green_leaf
apport information

** Tags added: apport-collected precise running-unity

** Description changed:

  i am using using Ubuntu 10.10 - the Maverick Meerkat -.
  when i am using SystemPreferencesBluetooth it wont work but instead gives 
the message no bluetooth adapters present.
  when i am using the 3dsp with windows it works!!! i dont know if it has any 
connection with the fact that i dont also have wireless connection!!!
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: linux-image-2.6.35-28-generic 2.6.35-28.50
  Regression: No
  Reproducible: Yes
  ProcVersionSignature: Ubuntu 2.6.35-28.50-generic 2.6.35.11
  Uname: Linux 2.6.35-28-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  AplayDevices:
    List of PLAYBACK Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  esmerald   1406 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xd054 irq 42'
 Mixer name : 'Realtek ALC662 rev1'
 Components : 'HDA:10ec0662,19915628,00100101'
 Controls  : 17
 Simple ctrls  : 10
  Date: Fri Apr 29 11:47:58 2011
  HibernationDevice: RESUME=UUID=84df7bc0-7bd5-4f2e-99c3-6d5bb06a16c8
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  MachineType: Intel Corporation Calistoga  ICH7M Chipset
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-28-generic 
root=UUID=99edd56e-5ccc-405c-87ee-14f84761febb ro quiet splash
  ProcEnviron:
   LANG=en_US.utf8
   SHELL=/bin/bash
  RelatedPackageVersions: linux-firmware 1.38.6
  RfKill:
   
  SourcePackage: linux
  dmi.bios.date: 08/28/09
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: NAPA0001.86C.0059.D.0908281057
  dmi.board.name: CAPELL VALLEY(NAPA) CRB
  dmi.board.vendor: Intel Corporation
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrNAPA0001.86C.0059.D.0908281057:bd08/28/09:svnIntelCorporation:pnCalistogaICH7MChipset:pvrNotApplicable:rvnIntelCorporation:rnCAPELLVALLEY(NAPA)CRB:rvrNotApplicable:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: Calistoga  ICH7M Chipset
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Intel Corporation
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ AplayDevices:
+   List of PLAYBACK Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ ApportVersion: 2.0.1-0ubuntu13
+ Architecture: i386
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  greenleaf   1544 F pulseaudio
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ Card0.Amixer.info:
+  Card hw:0 'Intel'/'HDA Intel at 0xd054 irq 42'
+Mixer name : 'Realtek ALC662 rev1'
+Components : 'HDA:10ec0662,19915628,00100101'
+Controls  : 20
+Simple ctrls  : 11
+ CurrentDmesg:
+  [   31.762133] init: plymouth-stop pre-start process (1362) terminated with 
status 1
+  [  380.283942] r8169 :02:00.0: eth0: link up
+  [  380.284520] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
+  [  391.040049] eth0: no IPv6 routers present
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=84df7bc0-7bd5-4f2e-99c3-6d5bb06a16c8
+ IwConfig:
+  lono wireless extensions.
+  
+  eth0  no wireless extensions.
+ MachineType: Intel Corporation Calistoga  ICH7M Chipset
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-32-generic 
root=UUID=99edd56e-5ccc-405c-87ee-14f84761febb ro quiet splash
+ ProcVersionSignature: Ubuntu 3.2.0-32.51-generic 3.2.30
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-32-generic N/A
+  linux-backports-modules-3.2.0-32-generic  N/A
+  linux-firmware1.79.1
+ RfKill:
+  
+ Tags:  precise running-unity
+ Uname: Linux 3.2.0-32-generic i686
+ UpgradeStatus: Upgraded to precise on 2012-10-09 (11 days ago)
+ UserGroups: adm admin lpadmin sambashare
+ WifiSyslog:
+  
+ dmi.bios.date: 08/28/09
+ dmi.bios.vendor: Phoenix Technologies LTD

[Bug 773054] AlsaDevices.txt

2012-10-21 Thread green_leaf
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/773054/+attachment/3406935/+files/AlsaDevices.txt

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


[Bug 773054] BootDmesg.txt

2012-10-21 Thread green_leaf
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/773054/+attachment/3406936/+files/BootDmesg.txt

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


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

2012-10-21 Thread green_leaf
apport information

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

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


[Bug 773054] Lsusb.txt

2012-10-21 Thread green_leaf
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/773054/+attachment/3406940/+files/Lsusb.txt

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


[Bug 773054] Card0.Amixer.values.txt

2012-10-21 Thread green_leaf
apport information

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

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


[Bug 773054] Lspci.txt

2012-10-21 Thread green_leaf
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/773054/+attachment/3406939/+files/Lspci.txt

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


[Bug 773054] ProcInterrupts.txt

2012-10-21 Thread green_leaf
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/773054/+attachment/3406944/+files/ProcInterrupts.txt

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


[Bug 773054] PciMultimedia.txt

2012-10-21 Thread green_leaf
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/773054/+attachment/3406941/+files/PciMultimedia.txt

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


[Bug 773054] ProcModules.txt

2012-10-21 Thread green_leaf
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/773054/+attachment/3406945/+files/ProcModules.txt

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


[Bug 773054] PulseList.txt

2012-10-21 Thread green_leaf
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/773054/+attachment/3406946/+files/PulseList.txt

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


[Bug 773054] ProcCpuinfo.txt

2012-10-21 Thread green_leaf
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/773054/+attachment/3406942/+files/ProcCpuinfo.txt

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


[Bug 773054] ProcEnviron.txt

2012-10-21 Thread green_leaf
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/773054/+attachment/3406943/+files/ProcEnviron.txt

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


[Bug 773054] UdevDb.gz

2012-10-21 Thread green_leaf
apport information

** Attachment added: UdevDb.gz
   https://bugs.launchpad.net/bugs/773054/+attachment/3406947/+files/UdevDb.gz

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


[Bug 773054] UdevLog.txt

2012-10-21 Thread green_leaf
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/773054/+attachment/3406948/+files/UdevLog.txt

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


[Bug 1063941] Re: lxpanel crashes in ubuntu12.04

2012-10-21 Thread Book 'em Dano
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

  apport-collect 1063941

Could you please add the log files from '/var/log/dist-upgrade/' to this
bug report as separate attachments?

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Tags added: luc

** Tags removed: luc
** Tags added: lucid2precise

** Package changed: ubuntu = lxpanel (Ubuntu)

** Changed in: lxpanel (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/1063941

Title:
  lxpanel crashes in ubuntu12.04

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

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


[Bug 773054] Re: 3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

2012-10-21 Thread green_leaf
The problem remains in 12.04.

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

Title:
  3dsp blueW 2310U bluetooth wlan combo has no driver in ubuntu

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

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


[Bug 1069300] [NEW] Uzbl SIGSEGV (Segmentation fault) on Quantal (12.10)

2012-10-21 Thread Christopher Forster
Public bug reported:

Hi, I received the following Segmentation fault error when browsing at
JonDonym Anonymity Test with the Uzbl web browser: http://ip-
check.info/?lang=en (Click START TEST! Please click here to start the
full anonymity test IP check and see all results.)

Unfortunately, the uzbl-core terminated unexpectedly
Your computer does not have enough memory to automatically analyze the problem 
and send a report to the developers.

Original in Swedish:
Tyvärr, programmet uzbl-core avslutades oväntat
Din dator har inte tillräckligt med ledigt minne för att automatiskt analysera 
problemet och skicka en rapport till utvecklarna.

Terminal output attachment: Uzbl_sudo_strace_-p_4505  Uzbl-
Segmentation-fault-terminal-output

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: uzbl 0.0.0~git.20120514-1
ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
Uname: Linux 3.5.0-17-generic x86_64
ApportVersion: 2.6.1-0ubuntu3
Architecture: amd64
Date: Sun Oct 21 08:40:02 2012
InstallationMedia: Lubuntu 12.10 Quantal Quetzal - Release amd64 (20121017.1)
SourcePackage: uzbl
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug quantal

** Attachment added: sudo strace -p 4505
   
https://bugs.launchpad.net/bugs/1069300/+attachment/3406965/+files/Uzbl_sudo_strace_-p_4505

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

Title:
  Uzbl SIGSEGV (Segmentation fault) on Quantal (12.10)

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

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

[Bug 1069300] Re: Uzbl SIGSEGV (Segmentation fault) on Quantal (12.10)

2012-10-21 Thread Christopher Forster
** Attachment added: Output from LXTerminal
   
https://bugs.launchpad.net/ubuntu/+source/uzbl/+bug/1069300/+attachment/3406968/+files/Uzbl-Segmentation-fault-terminal-output

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

Title:
  Uzbl SIGSEGV (Segmentation fault) on Quantal (12.10)

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

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


[Bug 1065947] Re: on acer extensa 5235 Ubuntu 12.10 quantal can't load GUI

2012-10-21 Thread Bence Lukács
I've installed the final release of 12.10, and now everything works flawlessly.
I marked the bug as Invalid, though it can't be reproduced anymore.
Thanks for you patience!

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

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

Title:
  on acer extensa 5235 Ubuntu 12.10 quantal can't load GUI

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

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


[Bug 903584] Re: 168c:001c Toshiba NB100 Netbook fails to setup Atheros AR242x / AR542x Wireless Network Adapter

2012-10-21 Thread Scott Hosking
@Christopher

The bios url is: http://support1.toshiba-tro.de/tedd-
files2/0/bios-20090924103337.zip

found via http://uk.computers.toshiba-
europe.com/innovation/download_bios.jsp?service=UK

24/09/09   Toshiba NB100   2.10-WIN

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

Title:
  168c:001c Toshiba NB100 Netbook fails to setup Atheros AR242x / AR542x
  Wireless Network Adapter

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

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


[Bug 689817] Re: Youtube video in full screen on wrong monitor

2012-10-21 Thread Mark
** Also affects: 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/689817

Title:
  Youtube video in full screen on wrong monitor

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

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


[Bug 1060492] Re: Segmentation fault at address 0xb652841c

2012-10-21 Thread helpfulboy02
will the updated fix be Back ported to 12.10?

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

Title:
  Segmentation fault at address 0xb652841c

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

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


[Bug 1034812] Re: SiS video driver circles round login screen

2012-10-21 Thread helpfulboy02
will the updated fix be Back ported to 12.10?

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

Title:
  SiS video driver circles round login screen

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

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


[Bug 1000208] Re: wifi network get disconnected periodically -- Realtek RTL8191SEvA

2012-10-21 Thread Shannon
apport information

** Tags added: apport-collected quantal running-unity

** Description changed:

  I found a few similar bugs in launchpad history but they are at least
  3-4 years old, and I encounter this problem just after upgrade to 12.04!
  
  I consulted a colleague who is a network expert, he suggested me to stop
  using wireless mouse, adjusted router settings, such as changed
  channels,  added mac address binding, stopped ssid broadcasting, just in
  case there are some hackers trying to attack my network, but to no
  avail.
  
  Their are still possibilities of hardware configuration, environment
  issues or hackers around my house, but the most strange thing that
  triggered me reporting this bug is that all my other devices like
  windows laptop, android phones are all OK, only this Ubuntu laptop
  having problem!
  
  I also attach 2 files, one is the output of a ping command so that you
  can see what happened (during the ping session I tried to let network
  manager reconnect, even if it reconnected, the network is still not
  pingable.
  
  Another file is syslog about the network manager.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: network-manager 0.9.4.0-0ubuntu4
  ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
  Uname: Linux 3.2.0-24-generic x86_64
  ApportVersion: 2.0.1-0ubuntu7
  Architecture: amd64
  Date: Wed May 16 20:47:46 2012
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
  IpRoute:
   default via 10.0.0.3 dev wlan0  proto static 
   10.0.0.0/24 dev wlan0  proto kernel  scope link  src 10.0.0.202  metric 2 
   169.254.0.0/16 dev wlan0  scope link  metric 1000
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME  UUID   TYPE
  TIMESTAMPTIMESTAMP-REAL AUTOCONNECT   READONLY   
DBUS-PATH 
   Wired connection 11438463e-1c73-40f3-b17c-7e348b229da5   
802-3-ethernet1337172058   2012年05月16日 星期三 20时40分58秒 yes   no   
  /org/freedesktop/NetworkManager/Settings/1
   MINGYANG  3cba4065-6d37-46ff-b35b-1f94b2bae5ba   
802-11-wireless   1337172358   2012年05月16日 星期三 20时45分58秒 yes   no   
  /org/freedesktop/NetworkManager/Settings/0
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.4.0connected   enabled   enabled 
enabledenabled disabled
+ --- 
+ ApportVersion: 2.6.1-0ubuntu3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  xrfang 2170 F pulseaudio
+  /dev/snd/controlC0:  xrfang 2170 F pulseaudio
+ DistroRelease: Ubuntu 12.10
+ HibernationDevice: RESUME=UUID=3ff6f291-f4b3-43e6-9597-97497c7191c2
+ IfupdownConfig:
+  auto lo
+  iface lo inet loopback
+ InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Release amd64 
(20120425)
+ IpRoute:
+  default via 10.0.0.3 dev wlan0  proto static 
+  10.0.0.0/24 dev wlan0  proto kernel  scope link  src 10.0.0.103  metric 9 
+  169.254.0.0/16 dev wlan0  scope link  metric 1000
+ MachineType: Hewlett-Packard HP G32 Notebook PC
+ NetworkManager.state:
+  [main]
+  NetworkingEnabled=true
+  WirelessEnabled=true
+  WWANEnabled=true
+  WimaxEnabled=true
+ Package: network-manager 0.9.6.0-0ubuntu7
+ PackageArchitecture: amd64
+ ProcFB: 0 radeondrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-17-generic 
root=UUID=d9e5ee0c-a966-4a4e-98b1-46fb99421588 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
+ RelatedPackageVersions:
+  linux-restricted-modules-3.5.0-17-generic N/A
+  linux-backports-modules-3.5.0-17-generic  N/A
+  linux-firmware1.95
+ Tags:  quantal running-unity quantal running-unity
+ Uname: Linux 3.5.0-17-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo vboxusers
+ dmi.bios.date: 10/21/2010
+ dmi.bios.vendor: Hewlett-Packard
+ dmi.bios.version: F.23
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: 146B
+ dmi.board.vendor: Hewlett-Packard
+ dmi.board.version: 58.27
+ dmi.chassis.asset.tag: CNU10432PS
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Hewlett-Packard
+ dmi.chassis.version: Chassis Version
+ dmi.modalias: 

[Bug 1000208] BootDmesg.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406970/+files/BootDmesg.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] CRDA.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1000208/+attachment/3406971/+files/CRDA.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] CurrentDmesg.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406972/+files/CurrentDmesg.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] Dependencies.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406973/+files/Dependencies.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] IpAddr.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: IpAddr.txt
   https://bugs.launchpad.net/bugs/1000208/+attachment/3406974/+files/IpAddr.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] IwConfig.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406975/+files/IwConfig.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] Lspci.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1000208/+attachment/3406976/+files/Lspci.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] Lsusb.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1000208/+attachment/3406977/+files/Lsusb.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] NetDevice.eth0.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: NetDevice.eth0.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406978/+files/NetDevice.eth0.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] NetDevice.lo.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: NetDevice.lo.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406979/+files/NetDevice.lo.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] NetDevice.wlan0.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: NetDevice.wlan0.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406980/+files/NetDevice.wlan0.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] NetworkManager.conf.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: NetworkManager.conf.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406981/+files/NetworkManager.conf.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] PciNetwork.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: PciNetwork.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406982/+files/PciNetwork.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] ProcCpuinfo.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406983/+files/ProcCpuinfo.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] ProcEnviron.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406984/+files/ProcEnviron.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] ProcInterrupts.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406985/+files/ProcInterrupts.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] ProcModules.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406986/+files/ProcModules.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] RfKill.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1000208/+attachment/3406988/+files/RfKill.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] UdevDb.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1000208/+attachment/3406989/+files/UdevDb.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] WifiSyslog.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406991/+files/WifiSyslog.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] modified.conffile..etc.NetworkManager.NetworkManager.conf.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: 
modified.conffile..etc.NetworkManager.NetworkManager.conf.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406992/+files/modified.conffile..etc.NetworkManager.NetworkManager.conf.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] nmcli-con.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: nmcli-con.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406993/+files/nmcli-con.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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

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


[Bug 1000208] UdevLog.txt

2012-10-21 Thread Shannon
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1000208/+attachment/3406990/+files/UdevLog.txt

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

Title:
  wifi network get disconnected periodically -- Realtek RTL8191SEvA

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