[Bug 1902960] Re: Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS resolution in some cases

2020-11-09 Thread David Lawson
Sure, not a problem.  Here's the contents of /etc/netplan/*

ubuntu@machine-2:~$ cat /etc/netplan/*
# This file is generated from information provided by the datasource.  Changes
# to it will not persist across an instance reboot.  To disable cloud-init's
# network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
ethernets:
eth0:
dhcp4: true
dhcp4-overrides:
route-metric: 100
dhcp6: false
match:
driver: hv_netvsc
macaddress: 00:22:48:0a:47:80
set-name: eth0
version: 2

** Attachment added: "Cloud init logs from apt-stresstest/0 in westus"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1902960/+attachment/5432662/+files/cloud-init.tar.gz

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

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

Title:
  Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS
  resolution in some cases

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

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

[Bug 1801386] [NEW] nm-openconnect doesn't allow custom routes without a gateway

2018-11-02 Thread David Lawson
Public bug reported:

The OpenConnect VPN configuration page allows you to define manual
routes rather than using pushed routes from the VPN server, however if
you don't set a gateway for the route you can't apply the configuration.
This should be a completely valid configuration, the route should be set
up to route out the VPN interface (vpn0 typically) and routed
automatically after going out that interface.

You can replicate this by setting up an openconnect VPN connection,
turning off automatic route propagation and filling in the network and
netmask in the route table, the apply button will be grayed out and the
gateway field will be bordered in red until you fill the gateway field
in.

** Affects: network-manager-openconnect (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/1801386

Title:
  nm-openconnect doesn't allow custom routes without a gateway

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

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

[Bug 1902960] Re: Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS resolution in some cases

2021-01-04 Thread David Lawson
I don't actually know that we've deployed any new instances into Azure
in the recent past so I'm not sure we can confirm but that all sounds
reasonable.

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

Title:
  Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS
  resolution in some cases

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1902960/+subscriptions

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

[Bug 1902960] [NEW] Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS resolution in some cases

2020-11-04 Thread David Lawson
Public bug reported:

The systemd upgrade 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to have
broken DNS resolution across much of our Azure fleet earlier today.  We
ended up mitigating this by forcing reboots on the associated instances,
no combination of networkctl reload, reconfigure, systemctl daemon-
reexec, systemctl daemon-reload, netplan generate, netplan apply would
get resolvectl to have a DNS server again.  The main symptom appears to
have been systemd-networkd believing it wasn't managing the eth0
interfaces:


ubuntu@machine-1:~$ sudo networkctl 


IDX LINK TYPE OPERATIONAL SETUP 

   
  1 lo   loopback carrier unmanaged 

   
  2 eth0 etherroutableunmanaged 

   


   2 links listed.

Which eventually made them lose their DNS resolvers:

ubuntu@machine-1:~$ sudo resolvectl dns
Global:
Link 2 (eth0):

After rebooting, we see this behaving properly:

ubuntu@machine-1:~$ sudo networkctl list
IDX LINK TYPE OPERATIONAL SETUP 
  1 lo   loopback carrier unmanaged 
  2 eth0 etherroutableconfigured

2 links listed.
ubuntu@machine-1:~$ sudo resolvectl dns
Global:
Link 2 (eth0): 168.63.129.16


This appears to be specifically linked to the upgrade, i.e. we were able to 
provoke the issue by upgrading the systemd package, so I suspect it's part of 
the packaging in the upgrade process.

** Affects: systemd (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/1902960

Title:
  Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS
  resolution in some cases

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

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

[Bug 1902960] ProcCpuinfo.txt

2020-11-04 Thread David Lawson
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1902960/+attachment/5431247/+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/1902960

Title:
  Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS
  resolution in some cases

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

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

[Bug 1902960] Lspci.txt

2020-11-04 Thread David Lawson
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1902960/+attachment/5431246/+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/1902960

Title:
  Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS
  resolution in some cases

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

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

[Bug 1902960] ProcCpuinfoMinimal.txt

2020-11-04 Thread David Lawson
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1902960/+attachment/5431248/+files/ProcCpuinfoMinimal.txt

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

Title:
  Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS
  resolution in some cases

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

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

[Bug 1902960] SystemdDelta.txt

2020-11-04 Thread David Lawson
apport information

** Attachment added: "SystemdDelta.txt"
   
https://bugs.launchpad.net/bugs/1902960/+attachment/5431251/+files/SystemdDelta.txt

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

Title:
  Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS
  resolution in some cases

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

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

[Bug 1902960] ProcModules.txt

2020-11-04 Thread David Lawson
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1902960/+attachment/5431250/+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/1902960

Title:
  Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS
  resolution in some cases

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

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

[Bug 1902960] Dependencies.txt

2020-11-04 Thread David Lawson
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1902960/+attachment/5431245/+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/1902960

Title:
  Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS
  resolution in some cases

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

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

[Bug 1902960] acpidump.txt

2020-11-04 Thread David Lawson
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1902960/+attachment/5431253/+files/acpidump.txt

** Description changed:

  The systemd upgrade 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to have
  broken DNS resolution across much of our Azure fleet earlier today.  We
  ended up mitigating this by forcing reboots on the associated instances,
  no combination of networkctl reload, reconfigure, systemctl daemon-
  reexec, systemctl daemon-reload, netplan generate, netplan apply would
  get resolvectl to have a DNS server again.  The main symptom appears to
  have been systemd-networkd believing it wasn't managing the eth0
  interfaces:
  
- 
- ubuntu@machine-1:~$ sudo networkctl   

  
- IDX LINK TYPE OPERATIONAL SETUP   

 
-   1 lo   loopback carrier unmanaged   

 
-   2 eth0 etherroutableunmanaged   

 
-   

 2 links listed.
+ ubuntu@machine-1:~$ sudo networkctl
+ IDX LINK TYPE OPERATIONAL SETUP
+   1 lo   loopback carrier unmanaged
+   2 eth0 etherroutableunmanaged
+   2 
links listed.
  
  Which eventually made them lose their DNS resolvers:
  
  ubuntu@machine-1:~$ sudo resolvectl dns
  Global:
  Link 2 (eth0):
  
  After rebooting, we see this behaving properly:
  
  ubuntu@machine-1:~$ sudo networkctl list
- IDX LINK TYPE OPERATIONAL SETUP 
-   1 lo   loopback carrier unmanaged 
-   2 eth0 etherroutableconfigured
+ IDX LINK TYPE OPERATIONAL SETUP
+   1 lo   loopback carrier unmanaged
+   2 eth0 etherroutableconfigured
  
  2 links listed.
  ubuntu@machine-1:~$ sudo resolvectl dns
  Global:
  Link 2 (eth0): 168.63.129.16
  
- 
  This appears to be specifically linked to the upgrade, i.e. we were able to 
provoke the issue by upgrading the systemd package, so I suspect it's part of 
the packaging in the upgrade process.
- --- 
+ ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.10
  Architecture: amd64
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  Lspci-vt:
-  -[:00]-+-00.0  Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge 
(AGP disabled)
- +-07.0  Intel Corporation 82371AB/EB/MB PIIX4 ISA
- +-07.1  Intel Corporation 82371AB/EB/MB PIIX4 IDE
- +-07.3  Intel Corporation 82371AB/EB/MB PIIX4 ACPI
- \-08.0  Microsoft Corporation Hyper-V virtual VGA
+  -[:00]-+-00.0  Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge 
(AGP disabled)
+ +-07.0  Intel Corporation 82371AB/EB/MB PIIX4 ISA
+ +-07.1  Intel Corporation 82371AB/EB/MB PIIX4 IDE
+ +-07.3  Intel Corporation 82371AB/EB/MB PIIX4 ACPI
+ \-08.0  Microsoft Corporation Hyper-V virtual VGA
  Lsusb: Error: command ['lsusb'] failed with exit code 1:
  Lsusb-t:
-  
+ 
  Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
  MachineType: Microsoft Corporation Virtual Machine
  Package: systemd 245.4-4ubuntu3.3
  PackageArchitecture: amd64
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  LANG=C.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=C.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-1031-azure 
root=PARTUUID=2e08bba3-68b4-4a16-af3b-47b73bd138a9 ro console=tty1 
console=ttyS0 earlyprintk=ttyS0 panic=-1
  ProcVersionSignature: Ubuntu 5.4.0-1031.32-azure 5.4.65
  Tags:  focal uec-images
  Uname: Linux 5.4.0-1031-azure x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: N/A
  _MarkForUpload: True
  dmi.bios.date: 12/07/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 090008
  dmi.board.name: Virtual Machine
  dmi.board.vendor: Microsoft Corporation
  dmi.board.version: 7.0
  dmi.chassis.asset.tag: 7783-7084-3265-9085-8269-3286-77
  dmi.chassis.type: 3
  dmi.chassis.vendor: Microsoft Corporation
  dmi.chassis.version: 7.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr090008:bd12/07/2018:svnMicrosoftCorporation:pnVirtualMac

[Bug 1902960] Re: Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS resolution in some cases

2020-11-04 Thread David Lawson
apport information

** Tags added: apport-collected focal uec-images

** Description changed:

  The systemd upgrade 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to have
  broken DNS resolution across much of our Azure fleet earlier today.  We
  ended up mitigating this by forcing reboots on the associated instances,
  no combination of networkctl reload, reconfigure, systemctl daemon-
  reexec, systemctl daemon-reload, netplan generate, netplan apply would
  get resolvectl to have a DNS server again.  The main symptom appears to
  have been systemd-networkd believing it wasn't managing the eth0
  interfaces:
  
  
  ubuntu@machine-1:~$ sudo networkctl   

  
  IDX LINK TYPE OPERATIONAL SETUP   

 
1 lo   loopback carrier unmanaged   

 
2 eth0 etherroutableunmanaged   

 


 2 links listed.
  
  Which eventually made them lose their DNS resolvers:
  
  ubuntu@machine-1:~$ sudo resolvectl dns
  Global:
  Link 2 (eth0):
  
  After rebooting, we see this behaving properly:
  
  ubuntu@machine-1:~$ sudo networkctl list
  IDX LINK TYPE OPERATIONAL SETUP 
1 lo   loopback carrier unmanaged 
2 eth0 etherroutableconfigured
  
  2 links listed.
  ubuntu@machine-1:~$ sudo resolvectl dns
  Global:
  Link 2 (eth0): 168.63.129.16
  
  
  This appears to be specifically linked to the upgrade, i.e. we were able to 
provoke the issue by upgrading the systemd package, so I suspect it's part of 
the packaging in the upgrade process.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.10
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ DistroRelease: Ubuntu 20.04
+ Lspci-vt:
+  -[:00]-+-00.0  Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge 
(AGP disabled)
+ +-07.0  Intel Corporation 82371AB/EB/MB PIIX4 ISA
+ +-07.1  Intel Corporation 82371AB/EB/MB PIIX4 IDE
+ +-07.3  Intel Corporation 82371AB/EB/MB PIIX4 ACPI
+ \-08.0  Microsoft Corporation Hyper-V virtual VGA
+ Lsusb: Error: command ['lsusb'] failed with exit code 1:
+ Lsusb-t:
+  
+ Lsusb-v: Error: command ['lsusb', '-v'] failed with exit code 1:
+ MachineType: Microsoft Corporation Virtual Machine
+ Package: systemd 245.4-4ubuntu3.3
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=C.UTF-8
+  SHELL=/bin/bash
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-1031-azure 
root=PARTUUID=2e08bba3-68b4-4a16-af3b-47b73bd138a9 ro console=tty1 
console=ttyS0 earlyprintk=ttyS0 panic=-1
+ ProcVersionSignature: Ubuntu 5.4.0-1031.32-azure 5.4.65
+ Tags:  focal uec-images
+ Uname: Linux 5.4.0-1031-azure x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: N/A
+ _MarkForUpload: True
+ dmi.bios.date: 12/07/2018
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 090008
+ dmi.board.name: Virtual Machine
+ dmi.board.vendor: Microsoft Corporation
+ dmi.board.version: 7.0
+ dmi.chassis.asset.tag: 7783-7084-3265-9085-8269-3286-77
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Microsoft Corporation
+ dmi.chassis.version: 7.0
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr090008:bd12/07/2018:svnMicrosoftCorporation:pnVirtualMachine:pvr7.0:rvnMicrosoftCorporation:rnVirtualMachine:rvr7.0:cvnMicrosoftCorporation:ct3:cvr7.0:
+ dmi.product.name: Virtual Machine
+ dmi.product.uuid: 4412ad79-83fa-f845-b7c2-6f30dd4f1950
+ dmi.product.version: 7.0
+ dmi.sys.vendor: Microsoft Corporation

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1902960/+attachment/5431244/+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/1902960

Title:
  Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS
  resolution in some cases

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

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

[Bug 1902960] UdevDb.txt

2020-11-04 Thread David Lawson
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1902960/+attachment/5431252/+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/1902960

Title:
  Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS
  resolution in some cases

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

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

[Bug 1902960] ProcInterrupts.txt

2020-11-04 Thread David Lawson
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1902960/+attachment/5431249/+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/1902960

Title:
  Upgrade from 245.4-4ubuntu3.3 to 245.4-4ubuntu3.2 appears to break DNS
  resolution in some cases

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

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

[Bug 1825000] [NEW] Add ability for mirrors to distinguish interactive and non-interactive apt runs

2019-04-16 Thread David Lawson
Public bug reported:

As part of a larger scale plan to manage traffic to the main archive
servers it would be useful if apt could provide a facility for us to
identify interactive vs. non-interactive traffic on the server side,
ideally via a header of some kind.

** Affects: apt (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/1825000

Title:
  Add ability for mirrors to distinguish interactive and non-interactive
  apt runs

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

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

[Bug 1825000] Re: Add ability for mirrors to distinguish interactive and non-interactive apt runs

2019-04-16 Thread David Lawson
Obviously this may be equally relevant to unattended-upgrades.

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

Title:
  Add ability for mirrors to distinguish interactive and non-interactive
  apt runs

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

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

[Bug 1825001] [NEW] Allow archives to send a 4xx response to tell apt to try again later

2019-04-16 Thread David Lawson
Public bug reported:

As part of a broad plan to improve our ability to manage traffic to the
archive servers, it would be useful if the archives could return a 4xx
response to indicate to apt that they were over capacity and it should
try again later, where later could be defined on the client side as
several hours, the next day for unattended-upgrades runs, etc.

** Affects: apt (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/1825001

Title:
  Allow archives to send a 4xx response to tell apt to try again later

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

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

[Bug 1671850] [NEW] Package breaks font display in Chromium

2017-03-10 Thread David Lawson
Public bug reported:

On Yakkety, installing the fonts-emojione package breaks fonts in
Chromium.  Removing /etc/fonts/conf.d/56-emojione.conf then running fc-
cache -fv fixes the issue.  Chromium may be attempting to use the
emojione font set to display all characters rather than just the ones it
provides.

** Affects: fonts-emojione (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/1671850

Title:
  Package breaks font display in Chromium

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

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


[Bug 1646872] Re: Unable to connect to two of the Singapore mirrors

2016-12-05 Thread David Lawson
Arguably this is an apt bug because it should cycle to the next
available address, but could you open a ticket with canonical IS by
mailing r...@ubuntu.com and we'll sort out what's going on with those two
v6 addresses.

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

Title:
  Unable to connect to two of the Singapore mirrors

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

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


[Bug 974791] [NEW] Unity keyboard shortcut display missing bottom border

2012-04-05 Thread David Lawson
Public bug reported:

When holding down the super key, the keyboard shortcut display pane is
missing the bottom border.  Screenshot attached.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.8.0-0ubuntu2
Uname: Linux 3.3.0-030300-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Thu Apr  5 22:13:24 2012
DistUpgraded: 2012-03-09 02:04:14,603 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
MachineType: innotek GmbH VirtualBox
ProcEnviron:
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.3.0-030300-generic 
root=UUID=e9fc079d-1344-41af-9e74-b855a61d3def ro quiet splash vt.handoff=7
Renderer: Software
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2012-03-09 (27 days ago)
dmi.bios.date: 12/01/2006
dmi.bios.vendor: innotek GmbH
dmi.bios.version: VirtualBox
dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:
dmi.product.name: VirtualBox
dmi.product.version: 1.2
dmi.sys.vendor: innotek GmbH
version.compiz: compiz 1:0.9.7.4-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 precise ubuntu

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

Title:
  Unity keyboard shortcut display missing bottom border

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

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


[Bug 974791] Re: Unity keyboard shortcut display missing bottom border

2012-04-05 Thread David Lawson
** Attachment added: "Screenshot from 2012-04-05 22:12:36.png"
   
https://bugs.launchpad.net/bugs/974791/+attachment/3013335/+files/Screenshot%20from%202012-04-05%2022%3A12%3A36.png

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

Title:
  Unity keyboard shortcut display missing bottom border

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

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


[Bug 969493] [NEW] gwibber hangs logging in to Facebook

2012-03-30 Thread David Lawson
Public bug reported:

Attempting to add a Facebook account to gwibber, I entered my log in
details and clicked "log in" and the entire Broadcast Accounts window
has become unresponsive.  I can move and resize, but not close, the
window and the window contents have disappeared.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gwibber 3.3.93-0ubuntu1
Uname: Linux 3.3.0-030300-generic x86_64
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
Date: Fri Mar 30 14:45:49 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcEnviron:
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gwibber
UpgradeStatus: Upgraded to precise on 2012-03-09 (21 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  gwibber hangs logging in to Facebook

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

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


[Bug 969493] Re: gwibber hangs logging in to Facebook

2012-03-30 Thread David Lawson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969493

Title:
  gwibber hangs logging in to Facebook

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

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


[Bug 960554] Re: VirtualBox virtual e1000 hangs intermittently

2012-04-09 Thread David Lawson
I've replicated this on the mainline kernel, though the stack trace is
slightly different.  I imagine that's to be expected.

Apr  9 11:13:20 ubox kernel: [39032.376474] e1000 :00:03.0: eth0: Detected 
Tx Unit Hang
Apr  9 11:13:20 ubox kernel: [39032.376475]   Tx Queue <0>
Apr  9 11:13:20 ubox kernel: [39032.376476]   TDH  
Apr  9 11:13:20 ubox kernel: [39032.376476]   TDT  
Apr  9 11:13:20 ubox kernel: [39032.376477]   next_to_use  
Apr  9 11:13:20 ubox kernel: [39032.376477]   next_to_clean
Apr  9 11:13:20 ubox kernel: [39032.376478] buffer_info[next_to_clean]
Apr  9 11:13:20 ubox kernel: [39032.376478]   time_stamp   <10093bd46>
Apr  9 11:13:20 ubox kernel: [39032.376479]   next_to_watch
Apr  9 11:13:20 ubox kernel: [39032.376479]   jiffies  <10093c096>
Apr  9 11:13:20 ubox kernel: [39032.376480]   next_to_watch.status <0>
Apr  9 11:13:22 ubox kernel: [39034.380430] e1000 :00:03.0: eth0: Detected 
Tx Unit Hang
Apr  9 11:13:22 ubox kernel: [39034.380431]   Tx Queue <0>
Apr  9 11:13:22 ubox kernel: [39034.380432]   TDH  
Apr  9 11:13:22 ubox kernel: [39034.380433]   TDT  
Apr  9 11:13:22 ubox kernel: [39034.380433]   next_to_use  
Apr  9 11:13:22 ubox kernel: [39034.380434]   next_to_clean
Apr  9 11:13:22 ubox kernel: [39034.380434] buffer_info[next_to_clean]
Apr  9 11:13:22 ubox kernel: [39034.380435]   time_stamp   <10093bd46>
Apr  9 11:13:22 ubox kernel: [39034.380435]   next_to_watch
Apr  9 11:13:22 ubox kernel: [39034.380436]   jiffies  <10093c28b>
Apr  9 11:13:22 ubox kernel: [39034.380437]   next_to_watch.status <0>
Apr  9 11:13:24 ubox kernel: [39036.384806] e1000 :00:03.0: eth0: Detected 
Tx Unit Hang
Apr  9 11:13:24 ubox kernel: [39036.384808]   Tx Queue <0>
Apr  9 11:13:24 ubox kernel: [39036.384808]   TDH  
Apr  9 11:13:24 ubox kernel: [39036.384809]   TDT  
Apr  9 11:13:24 ubox kernel: [39036.384810]   next_to_use  
Apr  9 11:13:24 ubox kernel: [39036.384810]   next_to_clean
Apr  9 11:13:24 ubox kernel: [39036.384811] buffer_info[next_to_clean]
Apr  9 11:13:24 ubox kernel: [39036.384811]   time_stamp   <10093bd46>
Apr  9 11:13:24 ubox kernel: [39036.384812]   next_to_watch
Apr  9 11:13:24 ubox kernel: [39036.384813]   jiffies  <10093c480>
Apr  9 11:13:24 ubox kernel: [39036.384813]   next_to_watch.status <0>
Apr  9 11:13:25 ubox kernel: [39037.318026] e1000 :00:03.0: eth0: Detected 
Tx Unit Hang
Apr  9 11:13:25 ubox kernel: [39037.318027]   Tx Queue <0>
Apr  9 11:13:25 ubox kernel: [39037.318028]   TDH  
Apr  9 11:13:25 ubox kernel: [39037.318029]   TDT  
Apr  9 11:13:25 ubox kernel: [39037.318029]   next_to_use  
Apr  9 11:13:25 ubox kernel: [39037.318030]   next_to_clean
Apr  9 11:13:25 ubox kernel: [39037.318031] buffer_info[next_to_clean]
Apr  9 11:13:25 ubox kernel: [39037.318031]   time_stamp   <10093bd46>
Apr  9 11:13:25 ubox kernel: [39037.318032]   next_to_watch
Apr  9 11:13:25 ubox kernel: [39037.318032]   jiffies  <10093c569>
Apr  9 11:13:25 ubox kernel: [39037.318033]   next_to_watch.status <0>
Apr  9 11:13:26 ubox kernel: [39038.832137] [ cut here ]
Apr  9 11:13:26 ubox kernel: [39038.832148] WARNING: at 
/home/apw/COD/linux/net/sched/sch_generic.c:256 dev_watchdog+0x26d/0x280()
Apr  9 11:13:26 ubox kernel: [39038.832151] Hardware name: VirtualBox
Apr  9 11:13:26 ubox kernel: [39038.832152] NETDEV WATCHDOG: eth0 (e1000): 
transmit queue 0 timed out
Apr  9 11:13:26 ubox kernel: [39038.832154] Modules linked in: nls_utf8 isofs 
vboxsf(O) vboxvideo(O) drm bnep rfcomm bluetooth snd_intel8x0 ppdev 
snd_ac97_codec ac97_bus snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event 
snd_seq binfmt_misc snd_timer joydev snd_seq_device parport_pc snd vboxguest(O) 
soundcore snd_page_alloc mac_hid i2c_piix4 psmouse serio_raw lp parport usbhid 
hid e1000
Apr  9 11:13:26 ubox kernel: [39038.832179] Pid: 0, comm: swapper/0 Tainted: G  
 O 3.3.0-030300-generic #201203182135
Apr  9 11:13:26 ubox kernel: [39038.832181] Call Trace:
Apr  9 11:13:26 ubox kernel: [39038.832183][] 
warn_slowpath_common+0x7f/0xc0
Apr  9 11:13:26 ubox kernel: [39038.832191]  [] 
warn_slowpath_fmt+0x46/0x50
Apr  9 11:13:26 ubox kernel: [39038.832194]  [] 
dev_watchdog+0x26d/0x280
Apr  9 11:13:26 ubox kernel: [39038.832198]  [] ? 
trigger_load_balance+0x6c/0x1c0
Apr  9 11:13:26 ubox kernel: [39038.832201]  [] ? 
__queue_work+0x400/0x400
Apr  9 11:13:26 ubox kernel: [39038.832204]  [] ? 
__netdev_watchdog_up+0x80/0x80
Apr  9 11:13:26 ubox kernel: [39038.832207]  [] 
call_timer_fn+0x49/0x130
Apr  9 11:13:26 ubox kernel: [39038.832210]  [] ? 
__netdev_watchdog_up+0x80/0x80
Apr  9 11:13:26 ubox kernel: [39038.832212]  [] 
run_timer_sof

[Bug 960554] Re: VirtualBox virtual e1000 hangs intermittently

2012-04-09 Thread David Lawson
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

** Tags removed: kernel-request-3.2.0-22.35
** Tags added: bot-stop-nagging

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

Title:
  VirtualBox virtual e1000 hangs intermittently

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

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


[Bug 973953] Re: euca-describe-instance returns error VolumeNotFound

2012-04-09 Thread David Lawson
It was fixed by James nuking the volumes from orbit from within a
database shell, it still needs to be investigated and fixed in the code.
I'll redact and upload logs.

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

Title:
  euca-describe-instance returns error VolumeNotFound

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

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


[Bug 973953] Re: euca-describe-instance returns error VolumeNotFound

2012-04-09 Thread David Lawson
So, I can provide a nova-compute.log from a random compute node, but I'd
imagine the problem is actually on the API/manager node.  Can you give
us a little more direction about where to look/snag logs from?  I don't
see a nova-volume.log anywhere.

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

Title:
  euca-describe-instance returns error VolumeNotFound

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

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


[Bug 953687] Re: gnome-control-center display doesn't detect VirtualBox display resolutions

2012-04-03 Thread David Lawson
** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  gnome-control-center display doesn't detect VirtualBox display
  resolutions

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

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


[Bug 953687] Re: gnome-control-center display doesn't detect VirtualBox display resolutions

2012-04-04 Thread David Lawson
I run a script when I log in that adds the resolution, then select it
via the display manager.  There's an equivalent to add the 1680x1050
resolution for the other display, though that one seems to stick around
at least until the next kernel update once its added.

#!/bin/bash
xrandr --newmode "1920x1080_60.00"  172.80  1920 2040 2248 2576  1080 1081 1084 
1118  -HSync +Vsync
xrandr --addmode VBOX0 "1920x1080_60.00"


** Changed in: gnome-control-center (Ubuntu)
   Status: Incomplete => Triaged

** Changed in: gnome-control-center (Ubuntu)
   Status: Triaged => Confirmed

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

Title:
  gnome-control-center display doesn't detect VirtualBox display
  resolutions

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

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


[Bug 953045] Re: New IM windows appear empty

2012-03-12 Thread David Lawson
** Attachment added: "Screenshot from 2012-03-12 10:15:04.png"
   
https://bugs.launchpad.net/bugs/953045/+attachment/2856497/+files/Screenshot%20from%202012-03-12%2010%3A15%3A04.png

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

Title:
  New IM windows appear empty

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

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


[Bug 953045] [NEW] New IM windows appear empty

2012-03-12 Thread David Lawson
Public bug reported:

Opening a new IM window creates a window with no contents just a blank
interior rather than the customary IM chat window.  Screen shot
attached.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: pidgin 1:2.10.1-1ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Mon Mar 12 10:14:26 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcEnviron:
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pidgin
UpgradeStatus: Upgraded to precise on 2012-03-12 (0 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  New IM windows appear empty

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

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


[Bug 952730] Re: Global menu drop shadow appears as black bar

2012-03-12 Thread David Lawson
Sure.  This morning's updates completely hosed my VM, but I'll upgrade
when I get it put back together.

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

Title:
  Global menu drop shadow appears as black bar

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

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


[Bug 953045] Re: New IM windows appear empty

2012-03-12 Thread David Lawson
This appears to have been related to a bad dist-upgrade, this can be
closed out.

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

Title:
  New IM windows appear empty

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

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


[Bug 952730] Re: Global menu drop shadow appears as black bar

2012-03-12 Thread David Lawson
unity 5.6 does appear to fix this, I can no longer reproduce it.

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

Title:
  Global menu drop shadow appears as black bar

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

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


[Bug 953687] [NEW] gnome-control-center display doesn't detect VirtualBox display resolutions

2012-03-12 Thread David Lawson
Public bug reported:

The displays panel of g-c-c fails to properly detect the display
resolutions of VirtualBox virtual displays.  I can manually add a mode
for the proper resolution, refresh, etc. and select that, but the
display panel offers a set of what appear to be completely resolutions.
It seems to know there's more than 1024x768 there, but is having trouble
getting a handle on what.  I'm sure there's all kinds of fascinating
debug output that would make this easier to diagnose, let me know what
you need.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.3.91-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
Date: Mon Mar 12 23:50:13 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcEnviron:
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-control-center
UpgradeStatus: Upgraded to precise on 2012-03-12 (0 days ago)
usr_lib_gnome-control-center:
 activity-log-manager-control-center 0.9.3-0ubuntu1
 deja-dup21.90-0ubuntu1
 gnome-bluetooth 3.2.2-0ubuntu3
 indicator-datetime  0.3.91-0ubuntu1

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


** Tags: amd64 apport-bug precise

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

Title:
  gnome-control-center display doesn't detect VirtualBox display
  resolutions

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

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


[Bug 953687] Re: gnome-control-center display doesn't detect VirtualBox display resolutions

2012-03-12 Thread David Lawson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/953687

Title:
  gnome-control-center display doesn't detect VirtualBox display
  resolutions

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

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


[Bug 953687] Re: gnome-control-center display doesn't detect VirtualBox display resolutions

2012-03-13 Thread David Lawson
dlawson@ubox:~$ xrandr
Screen 0: minimum 64 x 64, current 3600 x 1080, maximum 32000 x 32000
VBOX0 connected 1920x1080+0+0 0mm x 0mm
   1680x1050  60.0 +
   1440x1050  60.0  
   1280x960   60.0  
   1024x768   60.0  
   800x60060.0  
   640x48060.0  
   1920x1080_60.00   60.0* 
VBOX1 connected 1680x1050+1920+30 0mm x 0mm
   1680x1050  60.0 +
   1440x1050  60.0  
   1280x960   60.0  
   1024x768   60.0  
   800x60060.0  
   640x48060.0  
   1680x1050_60.00   60.0*

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

Title:
  gnome-control-center display doesn't detect VirtualBox display
  resolutions

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

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


[Bug 953687] Re: gnome-control-center display doesn't detect VirtualBox display resolutions

2012-03-13 Thread David Lawson
Yeah, I've added the 1920x1080 and 1680x1050 modes by hand.

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

Title:
  gnome-control-center display doesn't detect VirtualBox display
  resolutions

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

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


[Bug 927662] Re: Mouse cursor traversal between displays is too "sticky"

2012-03-14 Thread David Lawson
Has this behavior changed in unity 5.6?  The version I'm running
currently doesn't seem to experience this problem but I'm not sure if
there's an actual fix or whether it's a quirk of my current (new)
monitor configuration.

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

Title:
  Mouse cursor traversal between displays is too "sticky"

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

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


[Bug 955470] Re: unity "loses" second monitor returning from screen saver

2012-03-14 Thread David Lawson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/955470

Title:
  unity "loses" second monitor returning from screen saver

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

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


[Bug 955470] [NEW] unity "loses" second monitor returning from screen saver

2012-03-14 Thread David Lawson
Public bug reported:

Unlocking my machine from screen saver/power save, my second display had
disappeared.  It showed the global menu bar, with the name of the
currently focused application on the main desktop, but none of the
applications that had been running on that display were visible, nor did
it have a desktop background.  Oddly, if I took a screenshot, the
applications and background show up in the screenshot.  Opening display
preferences and mirroring the displays did not change this, the second
display continued to show a black background and nothing but a menu bar,
however reverting to the previous configuration rather than keeping the
mirrored configuration fixed the problem.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.6.0-0ubuntu4
ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,vpswitch,mousepoll,wall,grid,gnomecompat,move,snap,imgpng,place,regex,session,resize,animation,fade,scale,expo,ezoom,workarounds,unityshell]
Date: Wed Mar 14 16:55:36 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcEnviron:
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2012-03-12 (2 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  unity "loses" second monitor returning from screen saver

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

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


[Bug 1413388] Re: [SRU] upgrade of MAAS removes local config for bind and breaks DNS

2015-08-17 Thread David Lawson
When upgrading from 1.5 to 1.7.6+bzr3376-0ubuntu2~14.04.1 using maas-
region-controller-min it's not clear when we should be running "maas-
region-admin edit_named_options --migrate-conflicting-options", should
this be prior to the upgrade?  As it was, I had to edit
named.conf.options and remove the forwarders option manually, then
reload rndc, running the migrate-conflicting-options command post-
upgrade resulted in rndc failing to reload because forwarders was
defined in multiple places.

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

Title:
  [SRU] upgrade of MAAS removes local config for bind and breaks DNS

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

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


[Bug 1242639] [NEW] package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2013-10-21 Thread David Lawson
Public bug reported:

This happened during upgrade from 13.04 -> 13.10 beta (2?)

ProblemType: Package
DistroRelease: Ubuntu 13.10
Package: tex-common 4.04
ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic x86_64
NonfreeKernelModules: vboxpci vboxnetadp vboxnetflt vboxdrv nvidia
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Fri Oct 18 12:38:37 2013
DuplicateSignature: package:tex-common:4.04:ErrorMessage: subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
InstallationDate: Installed on 2011-11-10 (710 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: tex-common
Title: package tex-common 4.04 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to saucy on 2013-10-21 (0 days ago)

** Affects: tex-common (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  package tex-common 4.04 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 1

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

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


[Bug 960554] Re: VirtualBox virtual e1000 hangs intermittently

2012-04-12 Thread David Lawson
It looks like there are already several variations on this bug filed
with upstream, though its surprising that it's present both in the 2.6
and 3.2/3.3 series.

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

Title:
  VirtualBox virtual e1000 hangs intermittently

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

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


[Bug 960554] Re: VirtualBox virtual e1000 hangs intermittently

2012-03-23 Thread David Lawson
I've convirmed this is still occurring in 3.2.20-20.

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

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

Title:
  VirtualBox virtual e1000 hangs intermittently

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

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


[Bug 960554] Re: VirtualBox virtual e1000 hangs intermittently

2012-03-23 Thread David Lawson
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  VirtualBox virtual e1000 hangs intermittently

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

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


[Bug 984518] Re: Contextual menus flicker and disappear

2012-05-14 Thread David Lawson
Also, this appears to affect all menus now, not just contextual ones.
Which really makes trying to use X a fascinating experience.

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

Title:
  Contextual menus flicker and disappear

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

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


[Bug 984518] [NEW] Contextual menus flicker and disappear

2012-04-17 Thread David Lawson
Public bug reported:

Since today's round of updates, all of my contextual menus become
briefly visible when they're invoked, then disappear, then reappear on
events (the selection is changed, etc.) then disappear again.
Curiously, this issue has also affected modal dialogues, like the root
password authorization for apport.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.10.0-0ubuntu5
Uname: Linux 3.3.0-030300-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.0.1-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
CompositorRunning: compiz
Date: Tue Apr 17 22:22:50 2012
DistUpgraded: 2012-03-09 02:04:14,603 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 vboxguest, 4.1.12, 3.3.0-030300-generic, x86_64: installed
 vboxhost, 4.1.10: added
 virtualbox-guest, 4.1.12, 3.3.0-030300-generic, x86_64: installed (WARNING! 
Diff between built and installed module!) (WARNING! Diff between built and 
installed module!) (WARNING! Diff between built and installed module!)
GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
MachineType: innotek GmbH VirtualBox
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.3.0-030300-generic 
root=UUID=e9fc079d-1344-41af-9e74-b855a61d3def ro quiet splash vt.handoff=7
Renderer: Software
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2012-03-09 (39 days ago)
dmi.bios.date: 12/01/2006
dmi.bios.vendor: innotek GmbH
dmi.bios.version: VirtualBox
dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:
dmi.product.name: VirtualBox
dmi.product.version: 1.2
dmi.sys.vendor: innotek GmbH
version.compiz: compiz 1:0.9.7.6-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 precise ubuntu

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

Title:
  Contextual menus flicker and disappear

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

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


[Bug 984518] Re: Contextual menus flicker and disappear

2012-04-17 Thread David Lawson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/984518

Title:
  Contextual menus flicker and disappear

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

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


[Bug 985010] [NEW] Application switching broken

2012-04-18 Thread David Lawson
Public bug reported:

What I expected to happen: Super+N where N is the number of an
application on the launcher or alt tabbing to an application should
bring all windows of that application to the front.

What happened: After yesterday's package updates, Super+N or alt tabbing
to an application brings a single window to the front.  This is similar
to the Unity 2D application switching behavior, and yes I've checked,
I'm running Unity 3D.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.10.0-0ubuntu6
Uname: Linux 3.3.0-030300-generic x86_64
ApportVersion: 2.0.1-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
Date: Wed Apr 18 11:29:15 2012
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2012-03-09 (40 days ago)

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


** Tags: amd64 apport-bug precise

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

Title:
  Application switching broken

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

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


[Bug 985010] Re: Application switching broken

2012-04-18 Thread David Lawson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/985010

Title:
  Application switching broken

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

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


[Bug 994931] Re: Altering use_tempaddr drops all IPv6 addresses

2015-02-25 Thread David Lawson
The test kernel works (and fixes the problem) on precise, on our trusty
test server we don't have any network devices (other than lo0) with the
test kernel booted, so we can't really test the IPv6 aspect.

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

Title:
  Altering use_tempaddr drops all IPv6 addresses

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

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


[Bug 1355900] [NEW] debsig-verify offers no way to specify an alternate keyring

2014-08-12 Thread David Lawson
Public bug reported:

debsigs offers a --secret-keyring option that allows the user to specify
a keyring other than the default, there's no equivalent in debsig-
verify.  A --keyring option akin to --secret-keyring would be sufficient
to cover the use case.

** Affects: debsig-verify (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/1355900

Title:
  debsig-verify offers no way to specify an alternate keyring

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

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


[Bug 174851] Re: mig and gnumach need a manual boot-strapping on the buildds

2011-09-28 Thread David Lawson
mig builds fine, gnumac errors out with the following:

i686-linux-gnu-gcc -nostdlib -nostartfiles -r -static \
-o clib-routines.o `sed 's/^/-Wl,-u,/' < gnumach-undef` -x c
/dev/null -lc -lgcc
ld --defsym _START=0x10 -T '..'/i386/ldscript -o gnumach
gnumach.o clib-routines.o
clib-routines.o: In function `strcpy':
(.text+0x12d10): multiple definition of `strcpy'
gnumach.o:/root/gnumach-1.3.99.dfsg.git20110609/build/../kern/strings.c:118:
first defined here
clib-routines.o: In function `strncmp':
(.text+0x134e0): multiple definition of `strncmp'
gnumach.o:/root/gnumach-1.3.99.dfsg.git20110609/build/../kern/strings.c:88:
first defined here
clib-routines.o: In function `strncpy':
(.text+0x49920): multiple definition of `strncpy'
gnumach.o:/root/gnumach-1.3.99.dfsg.git20110609/build/../kern/strings.c:141:
first defined here
clib-routines.o: In function `time':
(.text+0x4a6f0): multiple definition of `time'
gnumach.o:/root/gnumach-1.3.99.dfsg.git20110609/build/../i386/i386at/kd.c:1407:
first defined here
ld: Warning: size of symbol `time' changed from 8 in gnumach.o to 26 in
clib-routines.o
ld: Warning: type of symbol `time' changed from 1 to 2 in clib-routines.o
clib-routines.o: In function `strcmp':
(.text+0x12ca0): multiple definition of `strcmp'
gnumach.o:/root/gnumach-1.3.99.dfsg.git20110609/build/../kern/strings.c:60:
first defined here
clib-routines.o: In function `strlen':
(.text+0x12d80): multiple definition of `strlen'
gnumach.o:/root/gnumach-1.3.99.dfsg.git20110609/build/../kern/strings.c:167:
first defined here
clib-routines.o: In function `__new_fclose':
(.text+0x70b0): undefined reference to `_Unwind_Resume'
clib-routines.o: In function `fflush':
(.text+0x71d6): undefined reference to `_Unwind_Resume'
clib-routines.o: In function `_IO_wfile_underflow':
(.text+0x8130): undefined reference to `_Unwind_Resume'
clib-routines.o: In function `_IO_file_fopen':
(.text+0xa6fb): undefined reference to `_Unwind_Resume'
clib-routines.o: In function `_IO_new_file_underflow':
(.text+0xa952): undefined reference to `_Unwind_Resume'
clib-routines.o:(.text+0x239dc): more undefined references to
`_Unwind_Resume' follow
clib-routines.o: In function `backtrace_helper':
null:(.text+0x3841b): undefined reference to `_Unwind_GetIP'
null:(.text+0x38440): undefined reference to `_Unwind_GetGR'
null:(.text+0x3844b): undefined reference to `_Unwind_GetCFA'
clib-routines.o: In function `__backtrace':
(.text+0x384ad): undefined reference to `_Unwind_Backtrace'
clib-routines.o: In function `ftell':
(.text+0x488d9): undefined reference to `_Unwind_Resume'
clib-routines.o: In function `_IO_seekoff':
(.text+0x48ad8): undefined reference to `_Unwind_Resume'
clib-routines.o: In function `fseek':
(.text+0x48c20): undefined reference to `_Unwind_Resume'
clib-routines.o: In function `ftello':
(.text+0x49099): undefined reference to `_Unwind_Resume'
clib-routines.o: In function `__atomic_writev_replacement':
null:(.text+0x4cb47): undefined reference to `_Unwind_Resume'
clib-routines.o:(.eh_frame+0x1743): undefined reference to
`__gcc_personality_v0'
clib-routines.o:(.eh_frame+0x186b): undefined reference to
`__gcc_personality_v0'
clib-routines.o:(.eh_frame+0x1b0b): undefined reference to
`__gcc_personality_v0'
clib-routines.o:(.eh_frame+0x224f): undefined reference to
`__gcc_personality_v0'
clib-routines.o:(.eh_frame+0x82e7): undefined reference to
`__gcc_personality_v0'
clib-routines.o:(.eh_frame+0x8caf): more undefined references to
`__gcc_personality_v0' follow
make[2]: *** [gnumach] Error 1
rm i386/i386/i386asm.symc i386/i386/i386asm.symc.o
make[2]: Leaving directory `/root/gnumach-1.3.99.dfsg.git20110609/build'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/root/gnumach-1.3.99.dfsg.git20110609/build'
make: *** [build-gnumach-std] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

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

Title:
  mig and gnumach need a manual boot-strapping on the buildds

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

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


[Bug 1055936] Re: Unity is unusuably slow with fallback software rendering

2012-10-10 Thread David Lawson
I'm re-opening this as recommended in
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1046497/comments/14
is there further information that would be helpful at this point?

** This bug is no longer a duplicate of bug 1046497
   Unity through llvmpipe is slow

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

Title:
  Unity is unusuably slow with fallback software rendering

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

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


[Bug 1055936] Re: Unity is unusuably slow with fallback software rendering

2012-10-11 Thread David Lawson
I'm on 6.8.0, should I be expecting a fix in 7.0.0?

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

Title:
  Unity is unusuably slow with fallback software rendering

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

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


[Bug 1055936] Re: Unity is unusuably slow with fallback software rendering

2012-10-11 Thread David Lawson
** Changed in: unity
   Status: Incomplete => Confirmed

** Changed in: unity (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Unity is unusuably slow with fallback software rendering

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

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


[Bug 995872] Re: Can't set wacom tablet (pad) buttons with the GUI

2012-09-24 Thread David Lawson
Is there any workaround to this then? Would it help to use the drivers
direct from the Wacom website?

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

Title:
  Can't set wacom tablet (pad) buttons with the GUI

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

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


[Bug 1055936] [NEW] Unity is unusuably slow with fallback software rendering

2012-09-24 Thread David Lawson
Public bug reported:

I have Quantal Beta 1 installed in a Virtual Box VM, since unity-2d is
no longer available it should be doing 3D rendering in software as a
fallback since Virtual Box doesn't expose 3D hardware acceleration
properly.  Any form of 3D animation takes, roughly, five to ten times as
long as it should.  Opening the dash by clicking the Dash Home button
takes about twenty seconds and you can watch the little spinner in the
corner step through its animation in discreet chunks.  Opening a new
window of any application it's also possible to watch the window opening
animation in stages.  Operations within an application, scrolling, etc.
aren't noticeably slower than on Precise, so I'm inclined to call this a
unity bug but it's entirely possible it's not.

I'm keeping the Quantal VM around for testing, so if you need further
information or debugging output, let me know and I'll be happy to
provide it.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: unity 6.6.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-15.22-generic 3.5.4
Uname: Linux 3.5.0-15-generic x86_64
.tmp.unity.support.test.1:
 
ApportVersion: 2.5.2-0ubuntu4
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
Date: Tue Sep 25 00:19:23 2012
DistUpgraded: Fresh install
DistroCodename: quantal
DistroVariant: ubuntu
GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Beta amd64 (20120924)
Lsusb:
 Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: innotek GmbH VirtualBox
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-15-generic 
root=UUID=6c5353f4-6f9f-43c5-8a44-cbbdb1483ffb ro quiet splash vt.handoff=7
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/01/2006
dmi.bios.vendor: innotek GmbH
dmi.bios.version: VirtualBox
dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:
dmi.product.name: VirtualBox
dmi.product.version: 1.2
dmi.sys.vendor: innotek GmbH
version.compiz: compiz 1:0.9.8.2+bzr3377-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120917.7cfd42ce-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120917.7cfd42ce-0ubuntu3
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu4
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.99.99~git20120913.8637f772-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.8-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.2-0ubuntu1

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


** Tags: amd64 apport-bug compiz-0.9 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/1055936

Title:
  Unity is unusuably slow with fallback software rendering

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

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


[Bug 1055936] Re: Unity is unusuably slow with fallback software rendering

2012-09-24 Thread David Lawson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1055936

Title:
  Unity is unusuably slow with fallback software rendering

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

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


[Bug 1046497] Re: Unity through llvmpipe is slow

2012-10-05 Thread David Lawson
This hasn't actually fixed my case, that of unity being incredibly slow
when using fallback software rendering in Virtual Box.  My machine is
pretty beefy, so I don't think it's a capacity problem, I'm perfectly
happy to re-open the original bug I filed about this if this doesn't
seem an appropriate place to address it.

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

Title:
  Unity through llvmpipe is slow

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

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


[Bug 984518] Re: Contextual menus flicker and disappear

2012-04-30 Thread David Lawson
I'm adding the security tag for this because the it affects the lock
screen as well.  The contens of the screen at the time it was locked can
be seen from the lock screen.

** Description changed:

  Since today's round of updates, all of my contextual menus become
  briefly visible when they're invoked, then disappear, then reappear on
  events (the selection is changed, etc.) then disappear again.
  Curiously, this issue has also affected modal dialogues, like the root
  password authorization for apport.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: unity 5.10.0-0ubuntu5
  Uname: Linux 3.3.0-030300-generic x86_64
  .tmp.unity.support.test.0:
-  
+ 
  ApportVersion: 2.0.1-0ubuntu4
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Tue Apr 17 22:22:50 2012
  DistUpgraded: 2012-03-09 02:04:14,603 DEBUG enabling apt cron job
  DistroCodename: precise
  DistroVariant: ubuntu
  DkmsStatus:
-  vboxguest, 4.1.12, 3.3.0-030300-generic, x86_64: installed
-  vboxhost, 4.1.10: added
-  virtualbox-guest, 4.1.12, 3.3.0-030300-generic, x86_64: installed (WARNING! 
Diff between built and installed module!) (WARNING! Diff between built and 
installed module!) (WARNING! Diff between built and installed module!)
+  vboxguest, 4.1.12, 3.3.0-030300-generic, x86_64: installed
+  vboxhost, 4.1.10: added
+  virtualbox-guest, 4.1.12, 3.3.0-030300-generic, x86_64: installed (WARNING! 
Diff between built and installed module!) (WARNING! Diff between built and 
installed module!) (WARNING! Diff between built and installed module!)
  GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
  Lsusb:
-  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
-  Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
+  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
  MachineType: innotek GmbH VirtualBox
  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
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.3.0-030300-generic 
root=UUID=e9fc079d-1344-41af-9e74-b855a61d3def ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: unity
  UpgradeStatus: Upgraded to precise on 2012-03-09 (39 days ago)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH
  version.compiz: compiz 1:0.9.7.6-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu3
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu3
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

** Tags added: security

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

Title:
  Contextual menus flicker and disappear

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

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

[Bug 903212] Re: libvirtd stops responding

2012-01-19 Thread David Lawson
We encountered this again.  There appear to be two separate libvirtd
processes running on the machine, which I have a feeling makes this a
pathological case, but I captured the first part of the information
you're looking for.  When we see this again, I'll grab the same info
plus the various strace bits.

** Attachment added: "virtd-proc-status.txt"
   
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/903212/+attachment/2683174/+files/virtd-proc-status.txt

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

Title:
  libvirtd stops responding

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

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


[Bug 1088971] [NEW] squid3 is not compiled with ssl support

2012-12-11 Thread David Lawson
Public bug reported:

The versions of squid3 shipping with precise and quantal are not
compiled with ssl support.  Currently this is versions 3.1.19 in precise
and 3.1.20 in quantal.  if we can get --enable-ssl turned on in the
compile, that would be fantastic as we're looking to terminate SSL
connections with Squid.

** Affects: squid3 (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/1088971

Title:
  squid3 is not compiled with ssl support

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

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


[Bug 926112] [NEW] Package 'unity' is marked for removal but is in the removal blacklist

2012-02-03 Thread David Lawson
Public bug reported:

I've been running Precise since mid-Alpha 1 with no problems, I'm
assuming this is some kind of weird condition with moving to the Alpha
2.  Running dist-upgrade in a terminal produces a similar situation, it
attempts to remove both ubuntu-desktop and unity.  Apport isn't being
super helpful in this situation, so let me know if there's further debug
information you need.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: update-manager 1:0.156.2
ProcVersionSignature: Ubuntu 3.2.0-12.21-generic 3.2.2
Uname: Linux 3.2.0-12-generic x86_64
ApportVersion: 1.91-0ubuntu1
Aptdaemon:
 Feb  3 09:49:16 lemur AptDaemon: INFO: Initializing daemon
 Feb  3 09:49:16 lemur AptDaemon: INFO: UpgradeSystem() was called with safe 
mode: 1
 Feb  3 09:49:16 lemur AptDaemon.Trans: INFO: Simulate was called
 Feb  3 09:49:16 lemur AptDaemon.Worker: INFO: Simulating trans: 
/org/debian/apt/transaction/671889db2b65423384f8b02ad1e3baa5
 Feb  3 09:49:19 lemur AptDaemon.Worker: INFO: Upgrade system with safe mode: 1
Architecture: amd64
Date: Fri Feb  3 09:50:55 2012
GsettingsChanges:
 com.ubuntu.update-manager first-run false
 com.ubuntu.update-manager launch-time 1328280544
 com.ubuntu.update-manager show-details true
 com.ubuntu.update-manager window-height 640
 com.ubuntu.update-manager window-width 600
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: update-manager
UpgradeStatus: Upgraded to precise on 2012-02-03 (0 days ago)

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


** Tags: amd64 apport-bug precise 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/926112

Title:
  Package 'unity' is marked for removal but is in the removal blacklist

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

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


[Bug 926112] Re: Package 'unity' is marked for removal but is in the removal blacklist

2012-02-03 Thread David Lawson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/926112

Title:
  Package 'unity' is marked for removal but is in the removal blacklist

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

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


[Bug 927662] [NEW] Unity launcher appears on both displays

2012-02-06 Thread David Lawson
Public bug reported:

With an un-mirrored dual display setup, the Unity launcher appears on
both screens under different circumstances.  Whichever display the mouse
cursor is currently on will show the launcher if the unity button is
pressed.  The left side auto-reveal works intermittently on the external
display and not at all on the internal.  The left side of the external
display is "sticky" for the mouse cursor, which presents a problem when
trying to traverse to internal display which is configured to the left
of the external.  It's also proved intermittently impossible to drag
applications from the external to internal display, applications get
stuck on the left screen edge and maximize rather than dragging.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+10ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-14.23-generic 3.2.3
Uname: Linux 3.2.0-14-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 1.91-0ubuntu1
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,vpswitch,mousepoll,wall,grid,gnomecompat,move,snap,imgpng,place,regex,session,resize,animation,fade,scale,expo,ezoom,workarounds,unityshell]
CompositorRunning: compiz
Date: Mon Feb  6 09:41:15 2012
DistUpgraded: Log time: 2012-01-23 20:14:22.707046
DistroCodename: precise
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 18) (prog-if 00 [VGA controller])
   Subsystem: CLEVO/KAPOK Computer Device [1558:3100]
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
MachineType: System76, Inc. Lemur UltraThin
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-14-generic 
root=UUID=76263c27-8a91-477d-952a-f31401620601 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to precise on 2012-02-06 (0 days ago)
dmi.bios.date: 11/11/2010
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: CALPELLACRB.86C..X.00
dmi.board.asset.tag: Tag 12345
dmi.board.name: Lemur UltraThin
dmi.board.vendor: System76, Inc.
dmi.board.version: lemu2
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: System76, Inc.
dmi.chassis.version: lemu2
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C..X.00:bd11/11/2010:svnSystem76,Inc.:pnLemurUltraThin:pvrlemu2:rvnSystem76,Inc.:rnLemurUltraThin:rvrlemu2:cvnSystem76,Inc.:ct10:cvrlemu2:
dmi.product.name: Lemur UltraThin
dmi.product.version: lemu2
dmi.sys.vendor: System76, Inc.
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu8
version.ia32-libs: ia32-libs 20090808ubuntu33
version.libdrm2: libdrm2 2.4.30-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0~rc2-0ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0~rc2-0ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.11.3-0ubuntu10
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.99.901-1ubuntu3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu3
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 precise reproducible running-unity 
single-occurrence ubuntu

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

Title:
  Unity launcher appears on both displays

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

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


[Bug 927662] Re: Unity launcher appears on both displays

2012-02-06 Thread David Lawson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927662

Title:
  Unity launcher appears on both displays

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

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


[Bug 952730] [NEW] Global menu drop shadow appears as black bar

2012-03-11 Thread David Lawson
Public bug reported:

Running Precise under VirtualBox with two virtual monitors, the global
menu drop shadow grows until it's a black bar the height of the menu
bar.  Focusing a window or taking any other UI actions that would affect
that drop shadowing resets it to its proper rendering and then it grows
again over the course of about fifteen seconds until it's the same black
bar.  Oddly, this doesn't show up in screenshots at all, I've resorted
to a camera phone picture that shows the problem.  This only manifests
with multiple virtual monitors, if I drop back to a single monitor, it
behaves as it should.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: unity 5.4.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-18.29-generic 3.2.9
Uname: Linux 3.2.0-18-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 1.94.1-0ubuntu2
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,vpswitch,mousepoll,wall,grid,gnomecompat,move,snap,imgpng,place,regex,session,resize,animation,fade,scale,expo,ezoom,workarounds,unityshell]
CompositorRunning: compiz
Date: Mon Mar 12 01:00:39 2012
DistUpgraded: Log time: 2012-03-09 01:08:58.391033
DistroCodename: precise
DistroVariant: ubuntu
DkmsStatus:
 vboxguest, 4.1.8, 3.2.0-18-generic, x86_64: installed
 virtualbox-guest, 4.1.8, 3.2.0-18-generic, x86_64: installed (WARNING! Diff 
between built and installed module!) (WARNING! Diff between built and installed 
module!) (WARNING! Diff between built and installed module!)
GraphicsCard: InnoTek Systemberatung GmbH VirtualBox Graphics Adapter 
[80ee:beef] (prog-if 00 [VGA controller])
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
MachineType: innotek GmbH VirtualBox
ProcEnviron:
 TERM=xterm
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-18-generic 
root=UUID=e9fc079d-1344-41af-9e74-b855a61d3def ro quiet splash vt.handoff=7
Renderer: Software
SourcePackage: unity
UpgradeStatus: Upgraded to precise on 2012-03-09 (2 days ago)
dmi.bios.date: 12/01/2006
dmi.bios.vendor: innotek GmbH
dmi.bios.version: VirtualBox
dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:
dmi.product.name: VirtualBox
dmi.product.version: 1.2
dmi.sys.vendor: innotek GmbH
version.compiz: compiz 1:0.9.7.0~bzr2995-0ubuntu5
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.30-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.1-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.1-0ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu6
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 
1:2.6.99.901+git20120126-0ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug compiz-0.9 precise reproducible ubuntu

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

Title:
  Global menu drop shadow appears as black bar

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

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


[Bug 952730] Re: Global menu drop shadow appears as black bar

2012-03-11 Thread David Lawson
** Attachment added: "global-menu-dropshadow-screen.JPG"
   
https://bugs.launchpad.net/bugs/952730/+attachment/2854525/+files/global-menu-dropshadow-screen.JPG

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

Title:
  Global menu drop shadow appears as black bar

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

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


[Bug 955470] Re: unity "loses" second monitor returning from screen saver

2012-03-20 Thread David Lawson
Unfortunately, no, I can't reproduce it, it was a single occurrence.
And yes, I'm inclined to think it's a window stack issue, there seems to
be, uh, a plethora of those under virtual box, nearly every display
quirk I've encountered doesn't show in a screenshot.  If I can provoke
it again, I'll try to figure out the steps to reproduce.

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

Title:
  unity "loses" second monitor returning from screen saver

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

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


[Bug 960554] [NEW] VirtualBox virtual e1000 hangs intermittently

2012-03-20 Thread David Lawson
Public bug reported:

I've seen similar network hangs several times now, I'll try to verify
that they're the same basic cause and see if I can figure out what's
provoking them.

Mar 20 15:14:53 ubox kernel: [ 9632.136482] e1000 :00:03.0: eth0: Detected 
Tx Unit Hang
Mar 20 15:14:53 ubox kernel: [ 9632.136483]   Tx Queue <0>
Mar 20 15:14:53 ubox kernel: [ 9632.136484]   TDH  <79>
Mar 20 15:14:53 ubox kernel: [ 9632.136485]   TDT  <7b>
Mar 20 15:14:53 ubox kernel: [ 9632.136485]   next_to_use  <7b>
Mar 20 15:14:53 ubox kernel: [ 9632.136486]   next_to_clean<79>
Mar 20 15:14:53 ubox kernel: [ 9632.136487] buffer_info[next_to_clean]
Mar 20 15:14:53 ubox kernel: [ 9632.136487]   time_stamp   <1002396f9>
Mar 20 15:14:53 ubox kernel: [ 9632.136488]   next_to_watch<7a>
Mar 20 15:14:53 ubox kernel: [ 9632.136488]   jiffies  <10023996a>
Mar 20 15:14:53 ubox kernel: [ 9632.136489]   next_to_watch.status <0>
Mar 20 15:14:55 ubox kernel: [ 9634.140485] e1000 :00:03.0: eth0: Detected 
Tx Unit Hang
Mar 20 15:14:55 ubox kernel: [ 9634.140487]   Tx Queue <0>
Mar 20 15:14:55 ubox kernel: [ 9634.140487]   TDH  <79>
Mar 20 15:14:55 ubox kernel: [ 9634.140488]   TDT  <7b>
Mar 20 15:14:55 ubox kernel: [ 9634.140489]   next_to_use  <7b>
Mar 20 15:14:55 ubox kernel: [ 9634.140489]   next_to_clean<79>
Mar 20 15:14:55 ubox kernel: [ 9634.140490] buffer_info[next_to_clean]
Mar 20 15:14:55 ubox kernel: [ 9634.140490]   time_stamp   <1002396f9>
Mar 20 15:14:55 ubox kernel: [ 9634.140491]   next_to_watch<7a>
Mar 20 15:14:55 ubox kernel: [ 9634.140492]   jiffies  <100239b5f>
Mar 20 15:14:55 ubox kernel: [ 9634.140492]   next_to_watch.status <0>
Mar 20 15:14:56 ubox kernel: [ 9634.832830] [ cut here ]
Mar 20 15:14:56 ubox kernel: [ 9634.832839] WARNING: at 
/build/buildd/linux-3.2.0/net/sched/sch_generic.c:255 dev_watchdog+0x25a/0x270()
Mar 20 15:14:56 ubox kernel: [ 9634.832841] Hardware name: VirtualBox
Mar 20 15:14:56 ubox kernel: [ 9634.832842] NETDEV WATCHDOG: eth0 (e1000): 
transmit queue 0 timed out
Mar 20 15:14:56 ubox kernel: [ 9634.832844] Modules linked in: isofs 
vboxvideo(O) drm vesafb vboxsf(O) ppdev snd_intel8x0 snd_ac97_codec ac97_bus 
snd_pcm snd_seq_midi snd_rawmidi snd_seq_midi_event rfcomm joydev psmouse 
serio_raw snd_seq snd_timer snd_seq_device bnep parport_pc bluetooth snd 
mac_hid vboxguest(O) binfmt_misc soundcore snd_page_alloc i2c_piix4 lp parport 
usbhid hid e1000
Mar 20 15:14:56 ubox kernel: [ 9634.832867] Pid: 0, comm: swapper/0 Tainted: G  
 O 3.2.0-19-generic #30-Ubuntu
Mar 20 15:14:56 ubox kernel: [ 9634.832869] Call Trace:
Mar 20 15:14:56 ubox kernel: [ 9634.832870][] 
warn_slowpath_common+0x7f/0xc0
Mar 20 15:14:56 ubox kernel: [ 9634.832877]  [] 
warn_slowpath_fmt+0x46/0x50
Mar 20 15:14:56 ubox kernel: [ 9634.832881]  [] 
dev_watchdog+0x25a/0x270
Mar 20 15:14:56 ubox kernel: [ 9634.832884]  [] ? 
__queue_work+0x320/0x320
Mar 20 15:14:56 ubox kernel: [ 9634.832886]  [] ? 
qdisc_reset+0x50/0x50
Mar 20 15:14:56 ubox kernel: [ 9634.832889]  [] ? 
qdisc_reset+0x50/0x50
Mar 20 15:14:56 ubox kernel: [ 9634.832892]  [] 
call_timer_fn+0x46/0x160
Mar 20 15:14:56 ubox kernel: [ 9634.832894]  [] ? 
qdisc_reset+0x50/0x50
Mar 20 15:14:56 ubox kernel: [ 9634.832896]  [] 
run_timer_softirq+0x132/0x2a0
Mar 20 15:14:56 ubox kernel: [ 9634.832899]  [] ? 
ktime_get+0x65/0xe0
Mar 20 15:14:56 ubox kernel: [ 9634.832902]  [] 
__do_softirq+0xa8/0x210
Mar 20 15:14:56 ubox kernel: [ 9634.832904]  [] ? 
tick_program_event+0x24/0x30
Mar 20 15:14:56 ubox kernel: [ 9634.832908]  [] 
call_softirq+0x1c/0x30
Mar 20 15:14:56 ubox kernel: [ 9634.832910]  [] 
do_softirq+0x65/0xa0
Mar 20 15:14:56 ubox kernel: [ 9634.832913]  [] 
irq_exit+0x8e/0xb0
Mar 20 15:14:56 ubox kernel: [ 9634.832915]  [] 
smp_apic_timer_interrupt+0x6e/0x99
Mar 20 15:14:56 ubox kernel: [ 9634.832918]  [] 
apic_timer_interrupt+0x6e/0x80
Mar 20 15:14:56 ubox kernel: [ 9634.832919][] ? 
set_next_entity+0xad/0xd0
Mar 20 15:14:56 ubox kernel: [ 9634.832924]  [] ? 
native_safe_halt+0xb/0x10
Mar 20 15:14:56 ubox kernel: [ 9634.832930]  [] 
default_idle+0x53/0x1d0
Mar 20 15:14:56 ubox kernel: [ 9634.832932]  [] 
amd_e400_idle+0x5d/0x120
Mar 20 15:14:56 ubox kernel: [ 9634.832934]  [] 
cpu_idle+0xd6/0x120
Mar 20 15:14:56 ubox kernel: [ 9634.832937]  [] 
rest_init+0x72/0x74
Mar 20 15:14:56 ubox kernel: [ 9634.832940]  [] 
start_kernel+0x3ba/0x3c7
Mar 20 15:14:56 ubox kernel: [ 9634.832943]  [] 
x86_64_start_reservations+0x132/0x136
Mar 20 15:14:56 ubox kernel: [ 9634.832946]  [] ? 
early_idt_handlers+0x140/0x140
Mar 20 15:14:56 ubox kernel: [ 9634.832948]  [] 
x86_64_start_kernel+0xcd/0xdc
Mar 20 15:14:56 ubox kernel: [ 9634.832950] ---[ end trace 661833ed21a3f32e ]---

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-19-generic 3.2.

[Bug 960554] Re: VirtualBox virtual e1000 hangs intermittently

2012-03-20 Thread David Lawson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/960554

Title:
  VirtualBox virtual e1000 hangs intermittently

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

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


[Bug 806181] Re: unity-panel-service crashed with SIGSEGV in g_slice_alloc()

2011-09-02 Thread David Lawson
Provoked this trying to access the Pidgin menus.

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

Title:
  unity-panel-service crashed with SIGSEGV in g_slice_alloc()

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

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


[Bug 840751] [NEW] Thunderbird hangs on launch

2011-09-03 Thread David Lawson
Public bug reported:

Thunderbird hangs indefinitely when launched on an upgrade to oneiric.
It leaves a running parent process and defunct child process.  I've
killed off the processes, removed my .thunderbird and tried starting it
again, to the same effect, so I don't believe it's related to any
profile or configuration information specific to me.  I'll be happy to
provide any further debugging information necessary.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: thunderbird 7.0~b1+build1+nobinonly-0ubuntu4
ProcVersionSignature: Ubuntu 3.0.0-9.15-generic 3.0.3
Uname: Linux 3.0.0-9-generic x86_64
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: ALC272 Analog [ALC272 Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dlawson1442 F pulseaudio
BuildID: 20110828151013
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf080 irq 43'
   Mixer name   : 'Intel IbexPeak HDMI'
   Components   : 'HDA:10ec0272,15583100,0011 
HDA:80862804,15584101,0010'
   Controls  : 24
   Simple ctrls  : 13
Channel: default
Date: Sat Sep  3 23:28:45 2011
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
IpRoute:
 default via 192.168.1.1 dev wlan0  proto static 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.109
Plugins: pluginreg.dat isn't available
Prefs: extensions.lastAppVersion - 7.0
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=7.0/20110828151013 (Running)
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
RunningIncompatibleAddons: False
SourcePackage: thunderbird
UpgradeStatus: Upgraded to oneiric on 2011-09-03 (0 days ago)
dmi.bios.date: 11/11/2010
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: CALPELLACRB.86C..X.00
dmi.board.asset.tag: Tag 12345
dmi.board.name: Lemur UltraThin
dmi.board.vendor: System76, Inc.
dmi.board.version: lemu2
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: System76, Inc.
dmi.chassis.version: lemu2
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrCALPELLACRB.86C..X.00:bd11/11/2010:svnSystem76,Inc.:pnLemurUltraThin:pvrlemu2:rvnSystem76,Inc.:rnLemurUltraThin:rvrlemu2:cvnSystem76,Inc.:ct10:cvrlemu2:
dmi.product.name: Lemur UltraThin
dmi.product.version: lemu2
dmi.sys.vendor: System76, Inc.

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


** Tags: amd64 apport-bug default-channel oneiric running-unity thunderbird

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

Title:
  Thunderbird hangs on launch

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

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


[Bug 840751] Re: Thunderbird hangs on launch

2011-09-03 Thread David Lawson
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840751

Title:
  Thunderbird hangs on launch

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

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


[Bug 840751] Re: Thunderbird hangs on launch

2011-09-04 Thread David Lawson
Sorry, this is a natty install upgraded to oneiric.  What else can I
provide to help duplicate/isolate this?  There seems to be some relevant
logging in .xsession-errors, I've attached it.

** Attachment added: "xsessions-errors"
   
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/840751/+attachment/2353746/+files/xsessions-errors

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

Title:
  Thunderbird hangs on launch

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

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


[Bug 612599] [NEW] Typo in Mac USB key creation instructions

2010-08-02 Thread David Lawson
Public bug reported:

In the instructions for creating a USB key for the Mac, at 
http://www.ubuntu.com/netbook/get-ubuntu/download there is a typo in this 
bullet point:
"Convert the .iso file to .img using the convert option of hdiutil (e.g., 
hdiutil convert-format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso)"

There should be a space between "convert" and "-format", so it should read:
"Convert the .iso file to .img using the convert option of hdiutil (e.g., 
hdiutil convert -format UDRW -o ~/path/to/target.img ~/path/to/ubuntu.iso)"

The current typo leads to a failure that would be both frustrating and
non-obvious to a non-technical user.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Typo in Mac USB key creation instructions
https://bugs.launchpad.net/bugs/612599
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 1815211] Re: Thunix mirror offline

2019-02-08 Thread David Lawson
I've marked the mirror unofficial which will drop it from the listings
we use to direct people to release mirrors, etc.

** Changed in: ubuntu
   Status: New => Fix Released

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

Title:
  Thunix mirror offline

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

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