[Bug 1938462] [NEW] If a computer is booted with a USB drive installed, ZFS will fail to find any pools

2021-07-29 Thread David Lee
Public bug reported:

I accidentally booted a computer with a USB drive inserted. After the
system booted, I was unable to log in to my desktop environment. I
dropped to terminal and found that the zfs volume did not mount and I
was dropped into the root directory. zpool status returns that no volume
was defined which was worrying. Upon unplugging the USB drive and
rebooting, the zfs volume returned and I could log in as usual.

lsblk is as follows on a normal boot:
NAMEMAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
...
sda   8:00 111.8G  0 disk
├─sda18:1032G  0 part [SWAP]
└─sda28:20  79.8G  0 part
sdb   8:16   0 931.5G  0 disk
├─sdb18:17   0 931.5G  0 part
└─sdb98:25   0 8M  0 part
sdc   8:32   0 931.5G  0 disk
├─sdc18:33   0 931.5G  0 part
└─sdc98:41   0 8M  0 part
sdd   8:48   0 931.5G  0 disk
├─sdd18:49   0 931.5G  0 part
└─sdd98:57   0 8M  0 part
...
nvme0n1 259:00 232.9G  0 disk
├─nvme0n1p1 259:10 8M  0 part
├─nvme0n1p2 259:20   512M  0 part /boot/efi
└─nvme0n1p3 259:30 232.4G  0 part /

zpool status is as follows on a normal boot:
  pool: zpool
 state: ONLINE
  scan: none requested
config:

 NAMESTATE READ WRITE CKSUM
 zpool   ONLINE   0 0 0
   raidz1-0  ONLINE   0 0 0
 sdb ONLINE   0 0 0
 sdc ONLINE   0 0 0
 sdd ONLINE   0 0 0
 cache
   sda2  ONLINE   0 0 0

errors: No known data errors

I suspected what happened was that the USB drive somehow took a device
node formerly assigned to one of the zfs disks and that threw the zfs
loader off. Detaching the drive caused the device node to become
reassigned to the zfs disks and thus the system was able to boot as
normal.

Can a fix be devised for this? Is it possible for ZFS to do some extra
work like assigning a UUID to it's volumes during creation, then during
remounting, instead of just using the stored device nodes, probe each
drive attached for matching UUIDs and remounting the volume based on the
UUIDs?

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

** Description changed:

  I accidentally booted a computer with a USB drive inserted. After the
  system booted, I was unable to log in to my desktop environment. I
  dropped to terminal and found that the zfs volume did not mount and I
  was dropped into the root directory. zpool status returns that no volume
  was defined which was worrying. Upon unplugging the USB drive and
  rebooting, the zfs volume returned and I could log in as usual.
  
- lsblk is as follows:
+ lsblk is as follows on a normal boot:
  NAMEMAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
  ...
- sda   8:00 111.8G  0 disk 
+ sda   8:00 111.8G  0 disk
  ├─sda18:1032G  0 part [SWAP]
- └─sda28:20  79.8G  0 part 
- sdb   8:16   0 931.5G  0 disk 
- ├─sdb18:17   0 931.5G  0 part 
- └─sdb98:25   0 8M  0 part 
- sdc   8:32   0 931.5G  0 disk 
- ├─sdc18:33   0 931.5G  0 part 
- └─sdc98:41   0 8M  0 part 
- sdd   8:48   0 931.5G  0 disk 
- ├─sdd18:49   0 931.5G  0 part 
- └─sdd98:57   0 8M  0 part 
+ └─sda28:20  79.8G  0 part
+ sdb   8:16   0 931.5G  0 disk
+ ├─sdb18:17   0 931.5G  0 part
+ └─sdb98:25   0 8M  0 part
+ sdc   8:32   0 931.5G  0 disk
+ ├─sdc18:33   0 931.5G  0 part
+ └─sdc98:41   0 8M  0 part
+ sdd   8:48   0 931.5G  0 disk
+ ├─sdd18:49   0 931.5G  0 part
+ └─sdd98:57   0 8M  0 part
  ...
- nvme0n1 259:00 232.9G  0 disk 
- ├─nvme0n1p1 259:10 8M  0 part 
+ nvme0n1 259:00 232.9G  0 disk
+ ├─nvme0n1p1 259:10 8M  0 part
  ├─nvme0n1p2 259:20   512M  0 part /boot/efi
  └─nvme0n1p3 259:30 232.4G  0 part /
  
- zpool status is as follows:
-   pool: zpool
-  state: ONLINE
-   scan: none requested
+ zpool status is as follows on a normal boot:
+   pool: zpool
+  state: ONLINE
+   scan: none requested
  config:
  
-   NAMESTATE READ WRITE CKSUM
-   zpool   ONLINE   0 0 0
- raidz1-0  ONLINE   0 0 0
-   sdb ONLINE   0 0 0
-   sdc ONLINE   0 0 0
-   sdd ONLINE   0 0 0
-   cache
- sda2  ONLINE   0 0 0
+  NAMESTATE READ WRITE CKSUM
+  zpool   ONLINE   0 0 0
+    raidz1-0  ONLINE   0 0 0
+  sdb ONLINE   0 0 0
+  sdc ONLINE   0 0 0
+  sdd ONLINE   0 0 0
+  cache
+    sda2  ONLINE   0 0 0
  
  errors: No known data errors
  
  I suspected what happened was that the USB drive somehow took a device
  node formerly assigned to 

[Bug 1933337] Re: bcmwl fails to build with 5.11 HWE-edge kernel on Ubuntu 20.04 LTS

2021-06-24 Thread David Lee
Wrong package

** Package changed: broadcom-sta (Ubuntu) => bcmwl (Ubuntu)

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

Title:
  bcmwl fails to build with 5.11 HWE-edge kernel on Ubuntu 20.04 LTS

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

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

[Bug 1933337] Re: bcmwl fails to build with 5.11 HWE-edge kernel on Ubuntu 20.04 LTS

2021-06-23 Thread David Lee
Additional note: I have already tried manually extracting the patch and
putting it into the version of bcmwl installed by focal and can confirm
that it fixes the issue.

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

Title:
  bcmwl fails to build with 5.11 HWE-edge kernel on Ubuntu 20.04 LTS

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

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

[Bug 1933337] [NEW] bcmwl fails to build with 5.11 HWE-edge kernel on Ubuntu 20.04 LTS

2021-06-23 Thread David Lee
Public bug reported:

When trying to build bcmwl using the latest 5.11 HWE-edge kernel on
Ubuntu 20.04 LTS, the kernel module will refuse to build:

 /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c: 
In function ‘wl_dev_ioctl’:
 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:461:7:
 error: implicit declaration of function ‘get_fs’; did you mean ‘get_ds’? 
[-Werror=implicit-function-declaration]
   461 | fs = get_fs();
   | ^~
   | get_ds
 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:461:7:
 error: incompatible types when assigning to type ‘mm_segment_t’ from type ‘int’
 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:462:2:
 error: implicit declaration of function ‘set_fs’; did you mean ‘sget_fc’? 
[-Werror=implicit-function-declaration]
   462 | set_fs(get_ds());
   | ^~
   | sget_fc
 In file included from 
/var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:26:
 /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/include/linuxver.h:600:19: 
error: ‘KERNEL_DS’ undeclared (first use in this function); did you mean 
‘KERNFS_NS’?
   600 | #define get_ds() (KERNEL_DS)
   | ^

I understand that a fix for this has been rolled out to Hirsuite (0029
-Update-for-set_fs-removal-in-Linux-5.10.patch). Can this fix please be
backported to Focal? Since it fixes the problem for people needing to
run LTS and use the HWE-Edge kernel for any given reason.

** Affects: broadcom-sta (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/197

Title:
  bcmwl fails to build with 5.11 HWE-edge kernel on Ubuntu 20.04 LTS

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

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

[Bug 1911656] [NEW] amdgpu hwmon reports fan at 0 rpm for Asrock Phantom Gaming RX 5600 XT D3 OC

2021-01-14 Thread David Lee
Public bug reported:

lsb_release -rd
Description:Ubuntu 20.04.1 LTS
Release:20.04

uname -a
Linux patty 5.8.0-36-lowlatency #40~20.04.1-Ubuntu SMP PREEMPT Wed Jan 6 
11:10:29 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

apt-cache policy linux-image-5.8.0-36-lowlatency
linux-image-5.8.0-36-lowlatency:
  Installed: 5.8.0-36.40~20.04.1
  Candidate: 5.8.0-36.40~20.04.1
  Version table:
 *** 5.8.0-36.40~20.04.1 500
500 http://my.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
100 /var/lib/dpkg/status

lspci -vv 
2c:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 
10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] (rev ca) (prog-if 00 [VGA 
controller])
Subsystem: ASRock Incorporation Navi 10 [Radeon RX 5600 OEM/5600 XT / 
5700/5700 XT]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA 
PME(D0-,D1+,D2+,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [64] Express (v2) Legacy Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 
unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq-
RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- 
TransPend-
LnkCap: Port #0, Speed 16GT/s, Width x16, ASPM L0s L1, Exit 
Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 16GT/s (ok), Width x16 (ok)
TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, 
NROPrPrP-, LTR+
 10BitTagComp+, 10BitTagReq+, OBFF Not Supported, 
ExtFmt+, EETLPPrefix+, MaxEETLPPrefixes 1
 EmergencyPowerReduction Not Supported, 
EmergencyPowerReductionInit-
 FRS-
 AtomicOpsCap: 32bit+ 64bit+ 128bitCAS-
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR+, 
OBFF Disabled
 AtomicOpsCtl: ReqEn+
LnkCtl2: Target Link Speed: 16GT/s, EnterCompliance- SpeedDis-
 Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
 Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -3.5dB, 
EqualizationComplete+, EqualizationPhase1+
 EqualizationPhase2+, EqualizationPhase3+, 
LinkEqualizationRequest-
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: fee0  Data: 
Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 
Capabilities: [150 v2] Advanced Error Reporting
UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- 
AdvNonFatalErr+
CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- 
AdvNonFatalErr+
AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- 
ECRCChkCap+ ECRCChkEn-
MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
HeaderLog:    
Capabilities: [200 v1] Resizable BAR 
Capabilities: [240 v1] Power Budgeting 
Capabilities: [270 v1] Secondary PCI Express
LnkCtl3: LnkEquIntrruptEn-, PerformEqu-
LaneErrStat: 0
Capabilities: [2a0 v1] Access Control Services
ACSCap: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
ACSCtl: SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- 
EgressCtrl- DirectTrans-
Capabilities: [2b0 v1] Address Translation Service (ATS)
ATSCap: Invalidate Queue Depth: 00
ATSCtl: Enable+, Smallest Translation Unit: 00
Capabilities: [2c0 v1] Page Request Interface (PRI)

[Bug 1877767] [NEW] unset pipewire dependency in cheese

2020-05-09 Thread David Lee
Public bug reported:

After installing Cheese via apt and trying to run it, cheese complains
of a missing dependency and segfaults:

leecy@Mia:~/projects$ cheese
can't load /usr/lib/x86_64-linux-gnu/spa/support/libspa-support.so: 
/usr/lib/x86_64-linux-gnu/spa/support/libspa-support.so: cannot open shared 
object file: No such file or directory
Segmentation fault (core dumped)

Upon further inspection this is a library provided by pipewire, which is
not referenced by cheese's dependencies.

Manually installing pipewire using

sudo apt install pipewire

solves the issue.

** Affects: cheese (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/1877767

Title:
  unset pipewire dependency in cheese

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

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

[Bug 1853700] [NEW] guake package does not tag python3-gi-cairo as a dependency

2019-11-23 Thread David Lee
Public bug reported:

upon getting Guake running after working around bug 1853698, I noticed
that Guake did not respond to the keypress to hide/show and was printing
this error to console at a rate of one line a second while the console
is shown:

TypeError: Couldn't find foreign struct converter for 'cairo.Context'


Upon further googling, I found the hint to a workaround in 
https://github.com/rbgirshick/py-faster-rcnn/issues/221

where the package that is actually needed by guake is actually python3
-gi-cairo and not the python2 version mentioned in that article.
Installing this package made guake respond to the keypress for hide/show
and stop printing the error.

Again, I think this is a package metadata problem, like gir1.2-wnck-3.0,
python3-gi-cairo should be entered as a dependency of the guake package.

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

** Summary changed:

- guake package does not tag python3-gi-cairo as a requirement
+ guake package does not tag python3-gi-cairo as a dependency

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

Title:
  guake package does not tag python3-gi-cairo as a dependency

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

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

[Bug 1853698] [NEW] guake package does not tag gir1.2-wnck-3.0 as a dependency

2019-11-23 Thread David Lee
Public bug reported:

Upon installation of guake and subsequent attempt to run, the following
error was thrown:

Guake not running, starting it
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 177, in 
activate_name_owner
return self.get_name_owner(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 363, in get_name_owner
's', (bus_name,), **keywords)
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 653, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could 
not get owner of name 'org.guake3.RemoteControl': no such name

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/guake/main.py", line 359, in main
remote_object = bus.get_object(DBUS_NAME, DBUS_PATH)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 243, in get_object
follow_name_owner_changes=follow_name_owner_changes)
  File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 250, in __init__
self._named_service = conn.activate_name_owner(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 182, in 
activate_name_owner
self.start_service_by_name(bus_name)
  File "/usr/lib/python3/dist-packages/dbus/bus.py", line 280, in 
start_service_by_name
'su', (bus_name, flags)))
  File "/usr/lib/python3/dist-packages/dbus/connection.py", line 653, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The 
name org.guake3.RemoteControl was not provided by any .service files

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/guake", line 10, in 
sys.exit(exec_main())
  File "/usr/lib/python3/dist-packages/guake/main.py", line 488, in exec_main
if not main():
  File "/usr/lib/python3/dist-packages/guake/main.py", line 373, in main
from guake.guake_app import Guake
  File "/usr/lib/python3/dist-packages/guake/guake_app.py", line 72, in 
from guake.notebook import NotebookManager
  File "/usr/lib/python3/dist-packages/guake/notebook.py", line 37, in 
gi.require_version('Wnck', '3.0')
  File "/usr/lib/python3/dist-packages/gi/__init__.py", line 129, in 
require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Wnck not available

Upon Googling the error, I stumbled upon this issue upstream:
https://github.com/Guake/guake/issues/1511 : Could not get owner of name 
'org.guake3.RemoteControl': no such name

I can confirm that the solution provided, installing gir1.2-wnck-3.0, as
well as it's dependencies, does indeed solve the problem.

I think this is a package metadata problem, gir1.2-wnck-3.0 should be
entered as a dependency of the guake package.

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

** Description changed:

  Upon installation of guake and subsequent attempt to run, the following
  error was thrown:
  
- [[code]]
  Guake not running, starting it
  Traceback (most recent call last):
-   File "/usr/lib/python3/dist-packages/dbus/bus.py", line 177, in 
activate_name_owner
- return self.get_name_owner(bus_name)
-   File "/usr/lib/python3/dist-packages/dbus/bus.py", line 363, in 
get_name_owner
- 's', (bus_name,), **keywords)
-   File "/usr/lib/python3/dist-packages/dbus/connection.py", line 653, in 
call_blocking
- message, timeout)
+   File "/usr/lib/python3/dist-packages/dbus/bus.py", line 177, in 
activate_name_owner
+ return self.get_name_owner(bus_name)
+   File "/usr/lib/python3/dist-packages/dbus/bus.py", line 363, in 
get_name_owner
+ 's', (bus_name,), **keywords)
+   File "/usr/lib/python3/dist-packages/dbus/connection.py", line 653, in 
call_blocking
+ message, timeout)
  dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: 
Could not get owner of name 'org.guake3.RemoteControl': no such name
  
  During handling of the above exception, another exception occurred:
  
  Traceback (most recent call last):
-   File "/usr/lib/python3/dist-packages/guake/main.py", line 359, in main
- remote_object = bus.get_object(DBUS_NAME, DBUS_PATH)
-   File "/usr/lib/python3/dist-packages/dbus/bus.py", line 243, in get_object
- follow_name_owner_changes=follow_name_owner_changes)
-   File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 250, in __init__
- self._named_service = conn.activate_name_owner(bus_name)
-   File "/usr/lib/python3/dist-packages/dbus/bus.py", line 182, in 
activate_name_owner
- self.start_service_by_name(bus_name)
-   File "/usr/lib/python3/dist-packages/dbus/bus.py", line 280, in 
start_service_by_name
- 'su', (bus_name, flags)))
-   File "/usr/lib/python3/dist-packages/dbus/connection.py", line 653, in 
call_blocking
- message, timeout)
+   File 

[Bug 1844746] [NEW] Kodi hangs up and videos won't play

2019-09-19 Thread David Lee
Public bug reported:

Each time that I use kodi, it allows me to sign in and get to the intro 
screen,etc.  It will start to play the video and then hang. I reboot and it 
does the same thing. Ubuntu 16.04
 Thanks!

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-64-generic 4.15.0-64.73
ProcVersionSignature: Ubuntu 4.15.0-64.73-generic 4.15.18
Uname: Linux 4.15.0-64-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  david  2146 F pulseaudio
 /dev/snd/controlC0:  david  2146 F pulseaudio
 /dev/snd/controlC2:  david  2146 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Thu Sep 19 18:30:52 2019
HibernationDevice: RESUME=UUID=f49fbfcf-a1e2-4740-ba41-4dcab30c90dc
InstallationDate: Installed on 2017-05-02 (870 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
MachineType: ZOTAC ZBOX-AD04
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 radeondrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-64-generic 
root=UUID=b95f85bd-633b-4ec2-8e28-e51070b90849 ro quiet 
plymouth:debug=1=1=1=1=1=1=1=1 splash
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-64-generic N/A
 linux-backports-modules-4.15.0-64-generic  N/A
 linux-firmware 1.173.9
SourcePackage: linux
UpgradeStatus: Upgraded to bionic on 2019-05-29 (113 days ago)
dmi.bios.date: 12/24/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4.6.4
dmi.board.asset.tag: NA
dmi.board.name: ZBOX-AD04
dmi.board.vendor: ZOTAC
dmi.board.version: XX
dmi.chassis.asset.tag: NA
dmi.chassis.type: 3
dmi.chassis.vendor: NA
dmi.chassis.version: NA
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.4:bd12/24/2012:svnZOTAC:pnZBOX-AD04:pvrXX:rvnZOTAC:rnZBOX-AD04:rvrXX:cvnNA:ct3:cvrNA:
dmi.product.family: NA
dmi.product.name: ZBOX-AD04
dmi.product.version: XX
dmi.sys.vendor: ZOTAC

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


** Tags: amd64 apport-bug bionic

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

Title:
  Kodi hangs up and videos won't play

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

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

[Bug 1683105] Re: Installation of DMRaid should automatically add necessary modules to /etc/initramfs-tools/modules

2019-04-20 Thread David Lee
Well, the issue is that creating an array differs from machine to
machine, from controller card to controller card.

steps to reproduce:
1. install 3 or more identical drives into the machine
2. Go into controller setup menu. This usually involves pressing a key 
combination when prompted by the controller during a brief time window option 
ROM during disk detection phase.
3. Define a new RAID array. Tag all the disks you wish to set up as part of the 
array. Set up array as RAID 5. 
4. Boot from Ubuntu install DVD or thumb drive as usual.
5. Format drive and create partitions as usual on the RAID array. Proceed with 
installation as usual. Ubuntu should detect the array because the necessary 
dmraid packages are on the installation media.
6. Complete the installation and reboot. 


Upon reboot, the kernel would drop to an emergency shell because it could not 
find the kernel modules for dmraid on the ramdisk.

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

Title:
  Installation of DMRaid should automatically add necessary modules to
  /etc/initramfs-tools/modules

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

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

[Bug 1824252] [NEW] at startup it asks me to perform a manual fsk

2019-04-10 Thread David Lee
Public bug reported:

 $ ubuntu-bug manual fsk

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3.1
ProcVersionSignature: Ubuntu 4.4.0-145.171-generic 4.4.176
Uname: Linux 4.4.0-145-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Wed Apr 10 18:52:44 2019
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 6320] [1002:9806] 
(prog-if 00 [VGA controller])
   Subsystem: ZOTAC International (MCO) Ltd. Wrestler [Radeon HD 6320] 
[19da:a233]
InstallationDate: Installed on 2017-05-02 (708 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
MachineType: ZOTAC ZBOX-AD04
ProcEnviron:
 LANGUAGE=en_US
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-145-generic 
root=UUID=b95f85bd-633b-4ec2-8e28-e51070b90849 ro quiet plymouth:debug=1=1=1=1 
splash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/24/2012
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4.6.4
dmi.board.asset.tag: NA
dmi.board.name: ZBOX-AD04
dmi.board.vendor: ZOTAC
dmi.board.version: XX
dmi.chassis.asset.tag: NA
dmi.chassis.type: 3
dmi.chassis.vendor: NA
dmi.chassis.version: NA
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.4:bd12/24/2012:svnZOTAC:pnZBOX-AD04:pvrXX:rvnZOTAC:rnZBOX-AD04:rvrXX:cvnNA:ct3:cvrNA:
dmi.product.name: ZBOX-AD04
dmi.product.version: XX
dmi.sys.vendor: ZOTAC
version.compiz: compiz 1:0.9.12.3+16.04.20180221-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.91-2~16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~16.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.8
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Wed Apr 10 18:33:54 2019
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputPower Button KEYBOARD, id 7
 inputLiteOn HP USB Multimedia Keyboard KEYBOARD, id 8
 inputLiteOn HP USB Multimedia Keyboard KEYBOARD, id 9
 inputDell Dell USB Mouse  MOUSE, id 10
xserver.errors:
 /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
 /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.4-0ubuntu0.8
xserver.video_driver: radeon

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


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

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

Title:
  at startup it asks me to perform a manual fsk

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

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

[Bug 1683105] Re: Installation of DMRaid should automatically add necessary modules to /etc/initramfs-tools/modules

2017-12-01 Thread David Lee
I took a look and yes, it appears to fix the issue.

Thanks for fixing it.

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

Title:
  Installation of DMRaid should automatically add necessary modules to
  /etc/initramfs-tools/modules

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

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

[Bug 1726021] [NEW] Artful Aardvark cannot boot dm-raid raid5 array

2017-10-22 Thread David Lee
Public bug reported:

Rehash of bug 1313169 / bug 1683105

My patch was ignored. As a result I am left with two unbootable boxes
after upgrade.

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

** Description changed:

  Rehash of bug 1313169.
  
  My patch was ignored. As a result I am left with two unbootable boxes
  after upgrade.
+ 
+ System hangs at error device-manager: table: 253:1: raid: unknown target
+ type followed by dropping to busybox.

** Description changed:

- Rehash of bug 1313169.
+ Rehash of bug 1313169 / bug 1683105
  
  My patch was ignored. As a result I am left with two unbootable boxes
  after upgrade.
- 
- System hangs at error device-manager: table: 253:1: raid: unknown target
- type followed by dropping to busybox.

** Package changed: linux (Ubuntu) => dmraid (Ubuntu)

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

Title:
  Artful Aardvark cannot boot dm-raid raid5 array

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

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

[Bug 1683105] Re: Installation of DMRaid should automatically add necessary modules to /etc/initramfs-tools/modules

2017-05-12 Thread David Lee
Well, tbh, I am having similar issues on another machine running RAID-0
(striped), so I do think that dm-raid is required on that too. Maybe
it's RAID-1 (mirror) that doesn't need it but instead needs the dm-
mirror module?

In any case, I understand the risks. I'm trying this out as research
because there are circumstances that using "fakeraid" may be beneficial,
for example recent cases where several Lenovo and Asus laptops are
locked into "fakeraid" in addition to Secure Boot as a form of lock in
to Windows 10- I'm convinced that with the use of kpartx + dmraid and
proper disk preparation, one could get those working with Linux without
the use of kernel hacks (my machines currently have their disks set up
as GPT, but with a MBR compatibility partition for booting legacy GRUB).

I'm also interested in the aspect where the system would assign memory
for read-caching to further improve performance (one AMD system I have
assigns 256MB of system memory for this).

I also wish to research NVidia's claim that the NForce's RAID is
hardware accelerated (both machines I have the RAID issue on runs off
these NForce 980a motherboards).

Lastly, I use drive trays on one of the two builds, it seems to have
reliability issues if the drives in them are set up as AHCI, but behaves
properly if the drives are set up as RAID-0.

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

Title:
  Installation of DMRaid should automatically add necessary modules to
  /etc/initramfs-tools/modules

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

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


[Bug 1685646] Re: 'dpkg-reconfigure lirc' doesn't work as expected.

2017-05-01 Thread David Lee
Wait, what do you mean, configuration needed to be done manually using
configuration files? There is no notification that we will lose the
ability to automatically configure lirc. I'm at a loss, my eHome remote
no longer works as expected in Kodi, none of the buttons do what they're
supposed to do. There is indication that the remote is functioning to a
certain extent, it is detected in LSUSB, volume controls work, the arrow
keys work, etc. But the OK button does nothing. Instead I have to use
the little "Enter" key under the numeric pad to have it select. None of
the media center buttons (guide, Music, Movies, Videos, TV) does what
it's supposed to do.

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

Title:
  'dpkg-reconfigure lirc' doesn't work as expected.

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

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


[Bug 1683105] Re: Installation of DMRaid should automatically add necessary modules to /etc/initramfs-tools/modules

2017-04-28 Thread David Lee
Well, I did more tests and I guess it's okay if we just add the dm-raid
module load to the dmraid hook. I just did some more testing and it
works out. I withdraw my two patches and upload a new patch that will
just add dm-raid force load to the dmraid hook.

** Patch added: "Adds dm-raid module to the required hook, without removing 
dm-mod."
   
https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/1683105/+attachment/4869224/+files/dmraid_dmod.patch

** Patch removed: "make dmsetup's hook load dm-raid instead of dm-mod"
   
https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/1683105/+attachment/4866107/+files/dmsetup_dmraid.patch

** Patch removed: "Makes dmraid's hook load dm-raid.ko instead of nonexistent 
module dm-mod.ko"
   
https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/1683105/+attachment/4867815/+files/dmraid-hook.patch

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

Title:
  Installation of DMRaid should automatically add necessary modules to
  /etc/initramfs-tools/modules

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

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


[Bug 1683105] Re: Installation of DMRaid should automatically add necessary modules to /etc/initramfs-tools/modules

2017-04-27 Thread David Lee
Well, I'm running RAID5 on my media storage build and RAID0 on my gaming
build.

Noted however. But we have already observed that the behavior is caused
by the dm-raid module not getting added to the init ramdisk. Either way
it can be solved by adding the module to the hooks of either dmsetup or
dmraid.

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

Title:
  Installation of DMRaid should automatically add necessary modules to
  /etc/initramfs-tools/modules

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

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


[Bug 1683105] Re: Installation of DMRaid should automatically add necessary modules to /etc/initramfs-tools/modules

2017-04-25 Thread David Lee
Well, if that's the case, then I propose patching both. After all, dm-
mod.ko has been renamed to dm-raid.ko and dmsetup's hook is improper for
calling it.

I'm attaching the patch for dmraid as well.

** Patch added: "Makes dmraid's hook load dm-raid.ko instead of nonexistent 
module dm-mod.ko"
   
https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/1683105/+attachment/4867815/+files/dmraid-hook.patch

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

Title:
  Installation of DMRaid should automatically add necessary modules to
  /etc/initramfs-tools/modules

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

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


[Bug 1685646] [NEW] 'dpkg-reconfigure lirc' doesn't work as expected.

2017-04-23 Thread David Lee
Public bug reported:

The lirc package does not respond predictably to the 'sudo dpkg-
reconfigure lirc' command. When the command is run, the following
messages are displayed:

Warning: Stopping lircd.service, but it can still be activated by:
  lircd.socket
Listing '/usr/lib/x86_64-linux-gnu/python3/dist-packages/lirc/'...
Compiling '/usr/lib/x86_64-linux-gnu/python3/dist-packages/lirc/baseview.py'...
Compiling '/usr/lib/x86_64-linux-gnu/python3/dist-packages/lirc/choosers.py'...
Compiling '/usr/lib/x86_64-linux-gnu/python3/dist-packages/lirc/config.py'...
Compiling '/usr/lib/x86_64-linux-gnu/python3/dist-packages/lirc/database.py'...
Compiling 
'/usr/lib/x86_64-linux-gnu/python3/dist-packages/lirc/mvc_control.py'...
Compiling '/usr/lib/x86_64-linux-gnu/python3/dist-packages/lirc/mvc_model.py'...
Compiling '/usr/lib/x86_64-linux-gnu/python3/dist-packages/lirc/mvc_view.py'...
Compiling '/usr/lib/x86_64-linux-gnu/python3/dist-packages/lirc/util.py'...

This is followed by the system abruptly dropping back to shell without
the configuration screen displayed. No other errors are displayed. There
is no errors in dmesg.

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

** Summary changed:

- dpkg-reconfigure doesn't work as expected.
+ 'dpkg-reconfigure lirc' doesn't work as expected.

** Package changed: linux (Ubuntu) => lirc (Ubuntu)

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

Title:
  'dpkg-reconfigure lirc' doesn't work as expected.

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

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


[Bug 1683105] Re: Installation of DMRaid should automatically add necessary modules to /etc/initramfs-tools/modules

2017-04-21 Thread David Lee
Additional notes: 
- I removed all the modules pertaining to raid from 
/etc/initramfs-tools/modules before patching the dmsetup hook and rebuilding 
the initramfs image. The system boots, so that means the additional modules are 
added automatically when dm_raid was added.
- There are two "modules" file, one in /etc/initramfs-tools and one in 
/usr/share/initramfs-tools . It seems that initramfs-tools will only honor the 
former and ignore the latter.
- The reiserfsprogs package still installs it's initramfs hooks to 
/etc/initramfs-tools. That one has been filed as a separate bug.

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

Title:
  Installation of DMRaid should automatically add necessary modules to
  /etc/initramfs-tools/modules

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

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


[Bug 1685307] [NEW] reiserfsprogs should install hooks to /usr/share/initramfs-tools

2017-04-21 Thread David Lee
Public bug reported:

I have noticed that reiserfsprogs still installs it's initramfs hooks to
/etc/initramfs-tools/hooks instead of /usr/share/initramfs-tools/hooks.
Most of the other packages that require their modules and utilities to
be in the initramfs image has already moved. I think for conformity sake
the installation of the hooks should also be moved to /usr/share
/initramfs-tools/hooks.

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

** Package changed: dmraid (Ubuntu) => reiserfsprogs (Ubuntu)

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

Title:
  reiserfsprogs should install hooks to /usr/share/initramfs-tools

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

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


[Bug 1683105] Re: Installation of DMRaid should automatically add necessary modules to /etc/initramfs-tools/modules

2017-04-21 Thread David Lee
PS: I am aware that dmsetup is a separate package, however I cannot find
it on launchpad. I'd be grateful if someone can please redirect this to
the correct package.

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

Title:
  Installation of DMRaid should automatically add necessary modules to
  /etc/initramfs-tools/modules

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

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


[Bug 1683105] Re: Installation of DMRaid should automatically add necessary modules to /etc/initramfs-tools/modules

2017-04-21 Thread David Lee
I have confirmed the bug is indeed caused by the hooks calling a module
that no longer exists.

The hook involved was /usr/share/initramfs-tools/hooks/dmsetup, not
/usr/share/initramfs-tools/hooks/dmraid .

I have attached a patch made to quickly fix the problem. It's not really
needed since the issue can be fixed by hand, but for formality's sake
it's attached.

Thanks.

** Patch added: "Patch to fix issue (change dm_mod to dm_raid)"
   
https://bugs.launchpad.net/ubuntu/+source/dmraid/+bug/1683105/+attachment/4866107/+files/dmsetup_dmraid.patch

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

Title:
  Installation of DMRaid should automatically add necessary modules to
  /etc/initramfs-tools/modules

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

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


[Bug 1683105] Re: Installation of DMRaid should automatically add necessary modules to /etc/initramfs-tools/modules

2017-04-20 Thread David Lee
Phillip Susi I will give it a look tonight. I suspect you may be right-
I have never seen the dm-mod module even since when I started using
RAID, nor has it ever shown up when I do a 'lsmod' on my RAID-enabled
systems. I will investigate tonight, and if it is indeed the case, I
will try to submit a patch.

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

Title:
  Installation of DMRaid should automatically add necessary modules to
  /etc/initramfs-tools/modules

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

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


[Bug 1683105] [NEW] Installation of DMRaid should automatically add necessary modules to /etc/initramfs-tools/modules

2017-04-15 Thread David Lee
Public bug reported:

This is related to bug 1313169, I have had a sudden bout of clarity on
the cause of the issue.

I propose this modification to the dmraid installation script as it is a
small but necessary enhancement.

When dmraid is installed, it adds all the necessary hooks to initramfs-
tools. However, it has one oversight, that the required raid modules are
not added to /etc/initramfs-tools/modules. Without these modules, dmraid
will inevitably fail to initialize the array when started since the
kernel would not be able to find the required modules in the image.

I propose that when dmraid is installed, during installation the script
would check to see if the following items are already in /etc/initramfs-
tools/modules, and append the required modules into the bottom of the
file if it's not, and then rebuild the initramfs, update grub and if
necessary reinstall grub. On uninstall of package, I propose that we
should just warn the user but leave the lines in just in case they're
using something else that also needs the modules.

The following modules should be appended to the /etc/inmitramfs-
tools/modules file:

raid0
dm_raid
raid1
raid10
raid456
async_raid6_recov
async_memcpy
async_pq
async_tx
raid6_pq
async_xor
xor
libcrc32c

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

** Package changed: linux (Ubuntu) => dmraid (Ubuntu)

** Description changed:

  This is related to bug 1313169, I have had a sudden bout of clarity on
  the cause of the issue.
  
  I propose this modification to the dmraid installation script as it is a
  small but necessary enhancement.
  
  When dmraid is installed, it adds all the necessary hooks to initramfs-
  tools. However, it has one oversight, that the required raid modules are
  not added to /etc/initramfs-tools/modules. Without these modules, dmraid
  will inevitably fail to initialize the array when started since the
  kernel would not be able to find the required modules in the image.
  
  I propose that when dmraid is installed, during installation the script
  would check to see if the following items are already in /etc/initramfs-
  tools/modules, and append the required modules into the bottom of the
  file if it's not, and then rebuild the initramfs, update grub and if
  necessary reinstall grub. On uninstall of package, I propose that we
  should just warn the user but leave the lines in just in case they're
  using something else that also needs the modules.
  
  The following modules should be appended to the /etc/inmitramfs-
  tools/modules file:
  
  raid0
  dm_raid
  raid1
  raid10
  raid456
  async_raid6_recov
  async_memcpy
  async_pq
  async_tx
  raid6_pq
+ async_xor
+ xor

** Description changed:

  This is related to bug 1313169, I have had a sudden bout of clarity on
  the cause of the issue.
  
  I propose this modification to the dmraid installation script as it is a
  small but necessary enhancement.
  
  When dmraid is installed, it adds all the necessary hooks to initramfs-
  tools. However, it has one oversight, that the required raid modules are
  not added to /etc/initramfs-tools/modules. Without these modules, dmraid
  will inevitably fail to initialize the array when started since the
  kernel would not be able to find the required modules in the image.
  
  I propose that when dmraid is installed, during installation the script
  would check to see if the following items are already in /etc/initramfs-
  tools/modules, and append the required modules into the bottom of the
  file if it's not, and then rebuild the initramfs, update grub and if
  necessary reinstall grub. On uninstall of package, I propose that we
  should just warn the user but leave the lines in just in case they're
  using something else that also needs the modules.
  
  The following modules should be appended to the /etc/inmitramfs-
  tools/modules file:
  
  raid0
  dm_raid
  raid1
  raid10
  raid456
  async_raid6_recov
  async_memcpy
  async_pq
  async_tx
  raid6_pq
  async_xor
  xor
+ libcrc32c

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

Title:
  Installation of DMRaid should automatically add necessary modules to
  /etc/initramfs-tools/modules

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

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


[Bug 1313169] Re: Ubuntu Trusty Tahr cannot boot on RAID5 array

2017-04-15 Thread David Lee
Followed up on bug 1683105 . I've worked out the exact thing that needs
to be done.

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

Title:
  Ubuntu Trusty Tahr cannot boot on RAID5 array

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

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


[Bug 1628686] Re: kernel BUG at linux-4.8.0/mm/usercopy.c:75!

2016-10-29 Thread David Lee
@Joseph Salisbury: I've upgraded to the latest kernel and the problem
still persists. I'm starting to think it's a problem with the Blackmagic
drivers?

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

Title:
  kernel BUG at linux-4.8.0/mm/usercopy.c:75!

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

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


[Bug 1628686] Re: kernel BUG at linux-4.8.0/mm/usercopy.c:75!

2016-10-21 Thread David Lee
I ran the command as requested, and got nothing

root@helen:~# grep HARDENED_USERCOPY_PAGESPAN= /boot/config-`uname -r`
root@helen:~# 

There appears to be another kernel update today. However that update did
not help with the issue.

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

Title:
  kernel BUG at linux-4.8.0/mm/usercopy.c:75!

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

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


[Bug 1628686] Re: kernel BUG at linux-4.8.0/mm/usercopy.c:75!

2016-10-19 Thread David Lee
Upgraded to proposed kernel.

Linux helen 4.8.0-25-generic #27-Ubuntu SMP Thu Oct 13 03:34:50 UTC 2016
x86_64 x86_64 x86_64 GNU/Linux

Issue still occurs:

[   75.257763] usercopy: kernel memory overwrite attempt detected to 
9dfb48493d38 () (16 bytes)
[   75.257791] [ cut here ]
[   75.257793] kernel BUG at /build/linux-rb6V7L/linux-4.8.0/mm/usercopy.c:75!
[   75.257795] invalid opcode:  [#3] SMP
[   75.257797] Modules linked in: xfrm_user xfrm4_tunnel tunnel4 ipcomp 
xfrm_ipcomp esp4 ah4 af_key xfrm_algo snd_hrtimer binfmt_misc nls_iso8859_1 
ir_lirc_codec lirc_dev rc_rc6_mce mceusb snd_hda_codec_via 
snd_hda_codec_generic kvm_amd kvm nvidia_uvm(POE) irqbypass input_leds 
serio_raw blackmagic(POE) k8temp snd_usb_audio snd_hda_codec_hdmi 
snd_usbmidi_lib gspca_sonixj gspca_main v4l2_common videodev media rc_imon_pad 
imon rc_core snd_hda_intel snd_ctxfi snd_hda_codec snd_hda_core snd_seq_midi 
snd_seq_midi_event shpchp snd_hwdep snd_rawmidi snd_seq snd_pcm snd_seq_device 
snd_timer snd soundcore asus_atk0110 i2c_nforce2 wmi mac_hid nfsd auth_rpcgss 
nfs_acl lockd grace sunrpc parport_pc ppdev lp parport ip_tables x_tables 
autofs4 dm_mirror dm_region_hash dm_log btrfs raid10 raid1 raid0 dm_raid raid456
[   75.257835]  async_raid6_recov async_memcpy async_pq async_xor async_tx xor 
raid6_pq libcrc32c pata_acpi nvidia(POE) psmouse drm video firewire_ohci 
firewire_core floppy ahci fjes forcedeth libahci crc_itu_t pata_amd
[   75.257848] CPU: 1 PID: 2837 Comm: BlackmagicFirmw Tainted: P  DOE   
4.8.0-25-generic #27-Ubuntu
[   75.257850] Hardware name: System manufacturer System Product Name/M4N78 
PRO, BIOS 130304/13/2011
[   75.257852] task: 9dfb487e0d00 task.stack: 9dfb4849
[   75.257854] RIP: 0010:[]  [] 
__check_object_size+0x77/0x1dc
[   75.257860] RSP: 0018:9dfb48493ca0  EFLAGS: 00010286
[   75.257862] RAX: 0063 RBX: 9dfb48493d38 RCX: 
[   75.257863] RDX:  RSI: 9dfbf7c4dc68 RDI: 9dfbf7c4dc68
[   75.257865] RBP: 9dfb48493cc0 R08: 0003eee3 R09: 0005
[   75.257867] R10: 9dfb5fc43238 R11: 040a R12: 0010
[   75.257868] R13:  R14: 9dfb48493d48 R15: 7ffdccd9da50
[   75.257870] FS:  7fbd30601780() GS:9dfbf7c4() 
knlGS:
[   75.257872] CS:  0010 DS:  ES:  CR0: 80050033
[   75.257874] CR2: 7fbd2f3e4150 CR3: a024a000 CR4: 06e0
[   75.257875] Stack:
[   75.257877]  9dfb48493d38 0010 7ffdccd9da50 
9dfbed7436c8
[   75.257880]  9dfb48493ce8 c11c11eb 9dfb48493d38 
0001
[   75.257883]   7ffdccd9da50 c11a377a 
9dfb57e7d000
[   75.257885] Call Trace:
[   75.257946]  [] __dl_copy_from_user+0x1b/0x40 [blackmagic]
[   75.257974]  [] 
_ZN18IoctlMessageKernel6unpackEv+0x4a/0x160 [blackmagic]
[   75.257997]  [] ? blackmagic_ioctl_private+0x35db/0x4080 
[blackmagic]
[   75.258001]  [] ? filemap_map_pages+0x202/0x410
[   75.258004]  [] ? do_filp_open+0xa5/0x100
[   75.258008]  [] ? trace_buffer_lock_reserve+0x1c/0x50
[   75.258011]  [] ? trace_event_buffer_lock_reserve+0x72/0xf0
[   75.258036]  [] ? blackmagic_ioctl+0x49/0x60 [blackmagic]
[   75.258039]  [] ? do_vfs_ioctl+0xa3/0x610
[   75.258042]  [] ? putname+0x54/0x60
[   75.258045]  [] ? do_sys_open+0x1bc/0x280
[   75.258047]  [] ? SyS_ioctl+0x79/0x90
[   75.258051]  [] ? entry_SYSCALL_64_fastpath+0x1e/0xa8
[   75.258052] Code: 48 0f 44 d1 48 c7 c6 78 4d 2a 9e 48 c7 c1 5c a5 29 9e 48 
0f 44 f1 4d 89 e1 49 89 c0 48 89 d9 48 c7 c7 f8 19 2a 9e e8 bd 03 f7 ff <0f> 0b 
e8 12 d6 fb ff 85 c0 75 78 48 89 df e8 96 2c e4 ff 84 c0 
[   75.258079] RIP  [] __check_object_size+0x77/0x1dc
[   75.258082]  RSP 
[   75.258085] ---[ end trace 476b12ac04efcae0 ]---

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

Title:
  kernel BUG at linux-4.8.0/mm/usercopy.c:75!

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

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


[Bug 1628686] Re: kernel BUG at linux-4.8.0/mm/usercopy.c:75!

2016-10-19 Thread David Lee
Getting the same error with the Blackmagic Intensity module.

[   73.553893] [ cut here ]
[   73.553896] kernel BUG at /build/linux-NNryke/linux-4.8.0/mm/usercopy.c:75!
[   73.553899] invalid opcode:  [#3] SMP
[   73.553901] Modules linked in: xfrm_user xfrm4_tunnel tunnel4 ipcomp 
xfrm_ipcomp esp4 ah4 af_key xfrm_algo snd_hrtimer binfmt_misc nls_iso8859_1 
snd_hda_codec_via snd_hda_codec_generic ir_lirc_codec lirc_dev rc_rc6_mce 
mceusb kvm_amd kvm irqbypass nvidia_uvm(POE) snd_hda_codec_hdmi input_leds 
serio_raw blackmagic(POE) k8temp snd_usb_audio snd_usbmidi_lib gspca_sonixj 
gspca_main v4l2_common videodev media snd_hda_intel snd_ctxfi snd_hda_codec 
rc_imon_pad imon rc_core snd_hda_core snd_hwdep snd_pcm snd_seq_midi 
snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd shpchp 
soundcore asus_atk0110 wmi i2c_nforce2 mac_hid nfsd auth_rpcgss nfs_acl lockd 
grace sunrpc parport_pc ppdev lp parport ip_tables x_tables autofs4 dm_mirror 
dm_region_hash dm_log btrfs raid10 raid1 raid0 dm_raid raid456
[   73.553946]  async_raid6_recov async_memcpy async_pq async_xor async_tx xor 
raid6_pq libcrc32c pata_acpi nvidia(POE) psmouse firewire_ohci drm forcedeth 
firewire_core crc_itu_t ahci libahci pata_amd video floppy fjes
[   73.553961] CPU: 0 PID: 2886 Comm: BlackmagicFirmw Tainted: P  DOE   
4.8.0-22-generic #24-Ubuntu
[   73.553963] Hardware name: System manufacturer System Product Name/M4N78 
PRO, BIOS 130304/13/2011
[   73.553965] task: 939669f39a00 task.stack: 9395e0e24000
[   73.553967] RIP: 0010:[]  [] 
__check_object_size+0x77/0x1dc
[   73.553974] RSP: 0018:9395e0e27ca0  EFLAGS: 00010286
[   73.553976] RAX: 0063 RBX: 9395e0e27d38 RCX: 
[   73.553978] RDX:  RSI: 939677c0dc68 RDI: 939677c0dc68
[   73.553980] RBP: 9395e0e27cc0 R08: 00087388 R09: 0005
[   73.553982] R10: 9395e0d6d738 R11: 046c R12: 0010
[   73.553984] R13:  R14: 9395e0e27d48 R15: 7ffc763f0eb0
[   73.553986] FS:  7efe82091780() GS:939677c0() 
knlGS:
[   73.553988] CS:  0010 DS:  ES:  CR0: 80050033
[   73.553990] CR2: 7efe80e75150 CR3: a0f16000 CR4: 06f0
[   73.553992] Stack:
[   73.553994]  9395e0e27d38 0010 7ffc763f0eb0 
93966715e108
[   73.553998]  9395e0e27ce8 c10841eb 9395e0e27d38 
0001
[   73.554001]   7ffc763f0eb0 c106677a 
9395d75d7000
[   73.554004] Call Trace:
[   73.554067]  [] __dl_copy_from_user+0x1b/0x40 [blackmagic]
[   73.554101]  [] 
_ZN18IoctlMessageKernel6unpackEv+0x4a/0x160 [blackmagic]
[   73.554130]  [] ? blackmagic_ioctl_private+0x35db/0x4080 
[blackmagic]
[   73.554133]  [] ? do_filp_open+0xa5/0x100
[   73.554164]  [] ? blackmagic_ioctl+0x49/0x60 [blackmagic]
[   73.554167]  [] ? do_vfs_ioctl+0xa3/0x610
[   73.554171]  [] ? putname+0x54/0x60
[   73.554174]  [] ? do_sys_open+0x1bc/0x280
[   73.554177]  [] ? SyS_ioctl+0x79/0x90
[   73.554182]  [] ? entry_SYSCALL_64_fastpath+0x1e/0xa8
[   73.554184] Code: 48 0f 44 d1 48 c7 c6 68 4d 8a ae 48 c7 c1 4c a5 89 ae 48 
0f 44 f1 4d 89 e1 49 89 c0 48 89 d9 48 c7 c7 e8 19 8a ae e8 bd 03 f7 ff <0f> 0b 
e8 12 d6 fb ff 85 c0 75 78 48 89 df e8 96 2c e4 ff 84 c0 
[   73.554216] RIP  [] __check_object_size+0x77/0x1dc
[   73.554219]  RSP 
[   73.554222] ---[ end trace c80a6ccc31c55190 ]---
[   79.352997] retire_capture_urb: 5 callbacks suppressed

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

Title:
  kernel BUG at linux-4.8.0/mm/usercopy.c:75!

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

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


[Bug 591612] Re: Xorg 1.8 and fglrx (patch request)

2016-05-06 Thread David Lee
Can someone please do something about this? I have an AMD desktop that
crossfires an A10's RadeonHD 7660D with a PCI Express 6670G. Up until
15.10 this setup works great. However I am unable to use 16.04 optimally
because the open source RADEON drivers can't do crossfire. The upcoming
AMDGPU drivers can crossfire but will only support the newer Southern
Islands chipsets (those cars that start with Rx xxx). Additionally the
RADEON drivers can't do OpenCL either. I think AMD jumped the gun and
dumped FGLRX too soon.

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

Title:
  Xorg 1.8 and fglrx (patch request)

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

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


[Bug 1510836] Re: /bin/fsck.btrfs belongs to /sbin

2015-11-11 Thread David Lee
*** This bug is a duplicate of bug 1499035 ***
https://bugs.launchpad.net/bugs/1499035

** This bug has been marked a duplicate of bug 1499035
   Warning: /sbin/fsck.btrfs doesn't exist, can't install to initramfs, 
ignoring.

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

Title:
  /bin/fsck.btrfs belongs to /sbin

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

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


[Bug 1499035] Re: Warning: /sbin/fsck.btrfs doesn't exist, can't install to initramfs, ignoring.

2015-11-11 Thread David Lee
** Description changed:

  Upgrade distrobution Ubuntu 15.10 (Development):
  
  Warning: /sbin/fsck.btrfs doesn't exist, can't install to initramfs,
  ignoring.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: btrfs-tools 4.0-2
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Sep 23 15:24:29 2015
  InstallationDate: Installed on 2015-07-26 (59 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150723)
  SourcePackage: btrfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)
+ 
+ The consequence is severe. Because fsck.btrfs isn't copied into the
+ ramdisk, if the root filesystem is btrfs and an unclean shutdown occurs
+ to the point where it requires a manual check, the admin will not be
+ able to do a manual check, and thus the file system remains corrupted
+ and irreparable. The user may be able to work around by booting from an
+ Ubuntu DVD, grabbing the btrfs-tools package and fix the disc from
+ there, but it is additional work and time consuming.

** Changed in: btrfs-tools (Ubuntu)
   Status: Incomplete => Confirmed

** Description changed:

  Upgrade distrobution Ubuntu 15.10 (Development):
  
  Warning: /sbin/fsck.btrfs doesn't exist, can't install to initramfs,
  ignoring.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: btrfs-tools 4.0-2
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Sep 23 15:24:29 2015
  InstallationDate: Installed on 2015-07-26 (59 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150723)
  SourcePackage: btrfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)
  
  The consequence is severe. Because fsck.btrfs isn't copied into the
  ramdisk, if the root filesystem is btrfs and an unclean shutdown occurs
  to the point where it requires a manual check, the admin will not be
  able to do a manual check, and thus the file system remains corrupted
- and irreparable. The user may be able to work around by booting from an
+ and irreparable. The admin may be able to work around by booting from an
  Ubuntu DVD, grabbing the btrfs-tools package and fix the disc from
  there, but it is additional work and time consuming.

** Description changed:

  Upgrade distrobution Ubuntu 15.10 (Development):
  
  Warning: /sbin/fsck.btrfs doesn't exist, can't install to initramfs,
  ignoring.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: btrfs-tools 4.0-2
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Wed Sep 23 15:24:29 2015
  InstallationDate: Installed on 2015-07-26 (59 days ago)
  InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Alpha amd64 (20150723)
  SourcePackage: btrfs-tools
  UpgradeStatus: No upgrade log present (probably fresh install)
  
+ This is because fsck.btrfs (as well as mkfs.btrfs) were being installed
+ into /bin instead of /sbin proper.
+ 
  The consequence is severe. Because fsck.btrfs isn't copied into the
  ramdisk, if the root filesystem is btrfs and an unclean shutdown occurs
  to the point where it requires a manual check, the admin will not be
  able to do a manual check, and thus the file system remains corrupted
  and irreparable. The admin may be able to work around by booting from an
  Ubuntu DVD, grabbing the btrfs-tools package and fix the disc from
  there, but it is additional work and time consuming.

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

Title:
  Warning: /sbin/fsck.btrfs doesn't exist, can't install to initramfs,
  ignoring.

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

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


[Bug 1514203] Re: mkfs.btrfs and fsck.btrfs gets installed into the wrong directory

2015-11-11 Thread David Lee
*** This bug is a duplicate of bug 1499035 ***
https://bugs.launchpad.net/bugs/1499035

** This bug has been marked a duplicate of bug 1499035
   Warning: /sbin/fsck.btrfs doesn't exist, can't install to initramfs, 
ignoring.

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

Title:
  mkfs.btrfs and fsck.btrfs gets installed into the wrong directory

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

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


[Bug 1499035] Re: Warning: /sbin/fsck.btrfs doesn't exist, can't install to initramfs, ignoring.

2015-11-10 Thread David Lee
Yes, I've noticed and reported this error under bug 1514203. It's not
only fsck.btrfs, mkfs.btrfs also gets installed to /bin.

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

Title:
  Warning: /sbin/fsck.btrfs doesn't exist, can't install to initramfs,
  ignoring.

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

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


[Bug 1510836] Re: /bin/fsck.btrfs belongs to /sbin

2015-11-10 Thread David Lee
Also affects me. Workaround is to copy or symlink fsck.btrfs. On a side
note, mkfs.btrfs is also installed to /bin instead of /sbin proper.

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

Title:
  /bin/fsck.btrfs belongs to /sbin

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

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


[Bug 1514203] [NEW] mkfs.btrfs and fsck.btrfs gets installed into the wrong directory

2015-11-08 Thread David Lee
Public bug reported:

Watching the Ubuntu console while installing, I noticed that mkinitramfs
keeps complaining that it could not find fsck.btrfs. I looked into it
and noticed that both mkfs.btrfs and fsck.btrfs are being installed into
/bin instead of /sbin proper. A quick workaround is to copy the files
from /bin to /sbin, but this is a major issue as if the user boots from
a btrfs root filesystem and the root filesystem gets corrupted, then the
user will not be able to fsck the filesystem when dumped at the initrd.

** Affects: btrfs-tools (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: linux (Ubuntu) => btrfs-tools (Ubuntu)

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

Title:
  mkfs.btrfs and fsck.btrfs gets installed into the wrong directory

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

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


[Bug 1406825] Re: xscreensaver complains This version of xscreensaver is VERY OLD!

2015-01-01 Thread David Lee
Bug also affected me. One Mythbuntu and One Xubuntu machine so far has
spewed this warning. If I had powered up up my second Lubuntu machine,
I'd probably see it too.

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

Title:
  xscreensaver complains This version of xscreensaver is VERY OLD!

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

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


[Bug 1319802] Re: package zram-config 0.2 failed to install/upgrade: there is no script in the new version of the package - giving up

2014-10-31 Thread David Lee
Confirmed to be happening to me too.

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

Title:
  package zram-config 0.2 failed to install/upgrade: there is no script
  in the new version of the package - giving up

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

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


[Bug 1353989] Re: Errors on cleaning up cgroups

2014-10-23 Thread David Lee
*** This bug is a duplicate of bug 1355966 ***
https://bugs.launchpad.net/bugs/1355966

I'd like to confirm that this is still happening with today's RC.

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

Title:
  Errors on cleaning up cgroups

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

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


[Bug 1313169] Re: Ubuntu Trusty Tahr cannot boot on RAID5 array

2014-07-12 Thread David Lee
Hi,

As I've already made the permanent changes by hand to my Ubuntu
installation, I am unable to check if the subsequent kernel versions
have this issue fixed without performing a clean reinstall, which I am
unwilling to do at the moment. Please confirm with the respective teams
to ensure that the fix is in place. Thanks.

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

Title:
  Ubuntu Trusty Tahr cannot boot on RAID5 array

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

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


[Bug 1271138] Re: Several icons stopped showing since updating to Trusty

2014-07-12 Thread David Lee
I have noticed that this issue is yet to be fixed, a recent update to
nm-applet.desktop still has this issue. Please fix. You can see in my
above post that the problem can be solved by using dbus-launch.

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

Title:
  Several icons stopped showing since updating to Trusty

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

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


[Bug 1271138] Re: Several icons stopped showing since updating to Trusty

2014-05-04 Thread David Lee
I've found that this bug has regressed and returned on the production
version of Trusty Tahr. All three of my rigs (two upgraded and one fresh
install) are affected.

The bug affects nm-applet and nautilus-dropbox for me.

For nm-applet, the fix involves editing /etc/xdg/autostart/nm-
applet.desktop and changing

exec=nm-applet 
to
exec=dbus-launch nm-applet

as per suggestion in http://askubuntu.com/questions/449658
/networkmanager-tray-nm-applet-is-gone-after-upgrade-to-14-04-trusty

For dropbox, I taken what was mentioned in the article and changed the
dropbox entry in Settings Manager - Session and Startup - Application
Autostart - Dropbox from

Command: dropbox start -i 
to
Command: dbus-launch dropbox start -i

It appears that with 14.04, dbus-aware programs must be started with
dbus-launch instead of directly.

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

Title:
  Several icons stopped showing since updating to Trusty

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

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


[Bug 1313169] Re: Ubuntu Trusty Tahr cannot boot on RAID5 array

2014-04-28 Thread David Lee
Generating a logfile is not possible as the system was not able to get
to the upstart stage to start logging services, as the system will drop
to initramfs busybox. I also do not have the necessary tools to log the
kernel through serial. Will mark as confirmed as requested.

However, as mentioned before, I've devised a workaround. How the
workaround should be carried out is up to the kernel maintainers- should
the modules be listed in /etc/initramfs-tools/modules from the start, or
should those lines be injected into /etc/initramfs-tools/modules by the
dm-raid installation script when dm-raid is installed.

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

Title:
  Ubuntu Trusty Tahr cannot boot on RAID5 array

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

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


[Bug 1313169] Re: Ubuntu Trusty Tahr cannot boot on RAID5 array

2014-04-28 Thread David Lee
Setting to confirmed as per request of Brad Figg.

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

Title:
  Ubuntu Trusty Tahr cannot boot on RAID5 array

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

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


[Bug 1313169] [NEW] Ubuntu Trusty Tahr cannot boot on RAID5 array

2014-04-26 Thread David Lee
Public bug reported:

Raid array is three identical 500GB hard drives on NVIDIA controller set
to RAID5 for a total of 1TiB (931.52GB) storage.

Installation was done using the Ubuntu LiveCD.

Partitions on the filesystem was created beforehand using gparted. The
partition table is set up to be GPT with a 8MB bios_grub partition, a
256MB fat32 EFIBoot partition (not used for this setup), a 4GB swap,
80GB root partition, and the rest for /home.  Then  the installer is
invoked and the partitions are set up. GRUB is told to install to the
root of the RAID array in /dev/mapper . The installation went
flawlessly.

However, upon reboot, the kernel gives up on waiting for the root
partition and drops to initramfs busybox. dmesg|grep device shows the
following errors:

device-mapper: table: 252:0: raid: unknown target type
device-mapper: ioctl: error adding target to table

Trying to invoke dmraid -a y results in the following error:
ERROR: device-mapper target type raid is not in the kernel
RAID set nvidia_babddecf was not activated.

nvidia_babddecf is the assigned volume name by the controller.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Ubuntu Trusty Tahr cannot boot on RAID5 array

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

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


[Bug 1313169] Re: Ubuntu Trusty Tahr cannot boot on RAID5 array

2014-04-26 Thread David Lee
Added Linux-image-3.13.0-24-generic as affected package given the error
in dmesg.

** Package changed: ubuntu = linux-lts-trusty (Ubuntu)

** Description changed:

  Raid array is three identical 500GB hard drives on NVIDIA controller set
  to RAID5 for a total of 1TiB (931.52GB) storage.
  
  Installation was done using the Ubuntu LiveCD.
  
  Partitions on the filesystem was created beforehand using gparted. The
  partition table is set up to be GPT with a 8MB bios_grub partition, a
- 256MB fat32 EFIBoot partition (not used for this setup), a 4GB swap,
- 80GB root partition, and the rest for /home.  Then  the installer is
- invoked and the partitions are set up. GRUB is told to install to the
- root of the RAID array in /dev/mapper . The installation went
- flawlessly.
+ 256MB fat32 EFIBoot partition (not used for this setup, board does not
+ support EFI and is expected to boot from the bios_grub legacy
+ partition), a 4GB swap, 80GB root partition, and the rest for /home.
+ Then  the installer is invoked and the partitions are set up. GRUB is
+ told to install to the root of the RAID array in /dev/mapper . The
+ installation went flawlessly.
  
  However, upon reboot, the kernel gives up on waiting for the root
  partition and drops to initramfs busybox. dmesg|grep device shows the
  following errors:
  
  device-mapper: table: 252:0: raid: unknown target type
  device-mapper: ioctl: error adding target to table
  
  Trying to invoke dmraid -a y results in the following error:
  ERROR: device-mapper target type raid is not in the kernel
  RAID set nvidia_babddecf was not activated.
  
  nvidia_babddecf is the assigned volume name by the controller.

** Description changed:

- Raid array is three identical 500GB hard drives on NVIDIA controller set
- to RAID5 for a total of 1TiB (931.52GB) storage.
+ Raid array is three identical Western Digital Green series 500GB hard
+ drives on an NVIDIA controller set to RAID5 for a total of 1TiB
+ (931.52GB) storage.
  
  Installation was done using the Ubuntu LiveCD.
  
  Partitions on the filesystem was created beforehand using gparted. The
  partition table is set up to be GPT with a 8MB bios_grub partition, a
  256MB fat32 EFIBoot partition (not used for this setup, board does not
  support EFI and is expected to boot from the bios_grub legacy
  partition), a 4GB swap, 80GB root partition, and the rest for /home.
  Then  the installer is invoked and the partitions are set up. GRUB is
  told to install to the root of the RAID array in /dev/mapper . The
  installation went flawlessly.
  
  However, upon reboot, the kernel gives up on waiting for the root
  partition and drops to initramfs busybox. dmesg|grep device shows the
  following errors:
  
  device-mapper: table: 252:0: raid: unknown target type
  device-mapper: ioctl: error adding target to table
  
  Trying to invoke dmraid -a y results in the following error:
  ERROR: device-mapper target type raid is not in the kernel
  RAID set nvidia_babddecf was not activated.
  
  nvidia_babddecf is the assigned volume name by the controller.

** Description changed:

  Raid array is three identical Western Digital Green series 500GB hard
  drives on an NVIDIA controller set to RAID5 for a total of 1TiB
  (931.52GB) storage.
  
  Installation was done using the Ubuntu LiveCD.
  
  Partitions on the filesystem was created beforehand using gparted. The
  partition table is set up to be GPT with a 8MB bios_grub partition, a
  256MB fat32 EFIBoot partition (not used for this setup, board does not
  support EFI and is expected to boot from the bios_grub legacy
  partition), a 4GB swap, 80GB root partition, and the rest for /home.
  Then  the installer is invoked and the partitions are set up. GRUB is
  told to install to the root of the RAID array in /dev/mapper . The
  installation went flawlessly.
  
- However, upon reboot, the kernel gives up on waiting for the root
- partition and drops to initramfs busybox. dmesg|grep device shows the
- following errors:
+ Upon reboot, GRUB loads as expected. However, the kernel gives up on
+ waiting for the root partition and drops to initramfs busybox.
+ dmesg|grep device shows the following errors:
  
  device-mapper: table: 252:0: raid: unknown target type
  device-mapper: ioctl: error adding target to table
  
  Trying to invoke dmraid -a y results in the following error:
  ERROR: device-mapper target type raid is not in the kernel
  RAID set nvidia_babddecf was not activated.
  
  nvidia_babddecf is the assigned volume name by the controller.

** Description changed:

  Raid array is three identical Western Digital Green series 500GB hard
  drives on an NVIDIA controller set to RAID5 for a total of 1TiB
  (931.52GB) storage.
  
  Installation was done using the Ubuntu LiveCD.
  
  Partitions on the filesystem was created beforehand using gparted. The
  partition table is set up to be GPT with a 8MB bios_grub partition, a
  256MB fat32 EFIBoot partition (not used for this 

[Bug 1313169] Re: Ubuntu Trusty Tahr cannot boot on RAID5 array

2014-04-26 Thread David Lee
I've managed to fix the installation so that the system will boot.

Steps to fix:
1. Boot from LiveCD
2. switch over to console ( [Ctrl]+[Super]+[F1] ) and do ' lsmod | grep raid '
3. mount the raid array to /mnt:
4. chroot /mnt
5. modify /etc/initramfs-tools/modules to include the modules listed in step 2 
above.
6. rebuild initrd using mkinitramfs ( ' mkinitramfs -o 
/boot/initrd.img-3.13.0-24-generic 3.13.0-24-generic ' )
7. reinstall grub ( ' update-grub  grub-install /dev/mapper/mapper-name ' )
8. exit chroot
9. reboot
10. Profit!

List of modules displayed by the lsmod | grep raid :
raid0
dm_raid
raid1
raid10
raid456
async_raid6_recov
async_memcpy
async_pq
async_tx
raid6_pq

it seems pretty silly that the above aren't included in the default
image, as they're required to boot a RAID array.

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

Title:
  Ubuntu Trusty Tahr cannot boot on RAID5 array

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

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


[Bug 1313169] Re: Ubuntu Trusty Tahr cannot boot on RAID5 array

2014-04-26 Thread David Lee
I've managed to fix the installation so that the system will boot.

Steps to fix:
1. Boot from LiveCD
2. switch over to console ( [Ctrl]+[Super]+[F1] ) and do ' lsmod | grep raid '
3. mount the raid array to /mnt:
4. chroot /mnt
5. modify /etc/initramfs-tools/modules to include the modules listed in step 2 
above.
6. rebuild initrd using mkinitramfs ( ' mkinitramfs -o 
/boot/initrd.img-3.13.0-24-generic 3.13.0-24-generic ' )
7. reinstall grub ( ' update-grub  grub-install /dev/mapper/mapper-name ' )
8. exit chroot
9. reboot
10. Profit!

List of modules displayed by the lsmod | grep raid :
raid0
dm_raid
raid1
raid10
raid456
async_raid6_recov
async_memcpy
async_pq

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

Title:
  Ubuntu Trusty Tahr cannot boot on RAID5 array

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

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


[Bug 1183083] [NEW] Unable to install Windows 2012 Server in qemu VM

2013-05-22 Thread David Lee Lambert
Public bug reported:

Trying to use qemu to create a new Windows 2012 Server virtual system on
an Ubuntu 32-bit host.  The VM boots, runs a progress-bar through twice,
dispays the Windows logo for a few seconds,  then displays the error-
message...

Your PC needs to restart.
Please hold down the power button.
Error Code: 0x005D
Parmeters:
0x078BFBF9
0x2191ABF9
0c
0c

Complete command line is

qemu-system-x86_64 -no-kvm -m 1478 -vnc :29 -boot order=cd -hda
win2k12-C.bin -cdrom win2k12.iso -name win2k12 -vga vmware -rtc
base=localtime -net nic,vlan=1,model=e1000 -net
user,vlan=1,net=10.10.199.0/24,host=10.10.199.78,hostfwd=tcp::32922-10.10.199.15:22,hostfwd=tcp::32980-10.10.199.15:80
-pidfile win2k12.pid -daemonize

where file win2k12.iso is a symlink to file
en_windows_server_2012_x64_dvd_915478.iso with MD5 fingerprint
da91135483e24689bfdaf05d40301506.

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

** Project changed: qemu = qemu (Ubuntu)

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

Title:
  Unable to install Windows 2012 Server in qemu VM

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

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


[Bug 975781] Re: package quota 4.00-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-04-26 Thread David Lee Lambert
Workaround:  in my case,  I fixed it by doing

$ fusermount -u ~/.gvfs

and trying to install again.

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

Title:
  package quota 4.00-3 failed to install/upgrade: subprocess installed
  post-installation script returned error exit status 1

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

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


[Bug 975781] Re: package quota 4.00-3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-04-26 Thread David Lee Lambert
Workaround:  in my case,  I fixed it by doing

$ fusermount -u ~/.gvfs

and trying to install again.

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

Title:
  package quota 4.00-3 failed to install/upgrade: subprocess installed
  post-installation script returned error exit status 1

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

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


[Bug 1111338] [NEW] package cups 1.5.3-0ubuntu6 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 25

2013-01-31 Thread David Lee Lambert
Public bug reported:

During upgrade from Lucid LTS to Precise LTS;  I retried (possibly after
manually installing something) and it succeeded.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: cups 1.5.3-0ubuntu6
ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
Uname: Linux 3.2.0-36-generic i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Sun Jan 27 16:49:00 2013
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 25
Lpstat: device for HP-Deskjet-932c: smb://LMERT/ENYO/DESKJET
Lsusb:
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Compaq Compaq PC
MarkForUpload: True
Papersize: a4
PpdFiles: HP-Deskjet-932c: HP Deskjet 932c hpijs, 3.10.2
ProcKernelCmdLine: root=/dev/mapper/vgGren-lvRoot ro quiet splash
SourcePackage: cups
Title: package cups 1.5.3-0ubuntu6 failed to install/upgrade: el subproceso 
instalado el script post-installation devolvió el código de salida de error 25
UpgradeStatus: Upgraded to precise on 2013-01-27 (3 days ago)
dmi.bios.date: 09/14/2000
dmi.bios.vendor: Compaq
dmi.bios.version: 786K1
dmi.board.name: 06E4h
dmi.board.vendor: Compaq
dmi.board.version: None
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 6
dmi.chassis.vendor: Compaq
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnCompaq:bvr786K1:bd09/14/2000:svnCompaq:pnCompaqPC:pvrN/A:rvnCompaq:rn06E4h:rvrNone:cvnCompaq:ct6:cvrN/A:
dmi.product.name: Compaq PC
dmi.product.version: N/A
dmi.sys.vendor: Compaq

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


** Tags: apport-package i386 precise

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

Title:
  package cups 1.5.3-0ubuntu6 failed to install/upgrade: el subproceso
  instalado el script post-installation devolvió el código de salida de
  error 25

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

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

[Bug 1111373] [NEW] package default-jre-headless 1:1.6-43ubuntu2 failed to install/upgrade: intentando sobreescribir `/usr/lib/jvm/java-1.6.0-openjdk', que está también en el paquete openjdk-6-jre-hea

2013-01-31 Thread David Lee Lambert
Public bug reported:

During upgrade from Lucid LTS to Precise LTS.  I ran out of inodes at
some point in the installation and had to lvextend and resize2fs  /,
but I think that was after this error;  I installed this package by
using dpkg to install/purge/deconfigure a few related packages before
trying again.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: default-jre-headless 1:1.6-43ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
Uname: Linux 3.2.0-36-generic i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Sun Jan 27 17:35:10 2013
ErrorMessage: intentando sobreescribir `/usr/lib/jvm/java-1.6.0-openjdk', que 
está también en el paquete openjdk-6-jre-headless 6b24-1.11.5-0ubuntu1~10.04.2
MarkForUpload: True
SourcePackage: java-common
Title: package default-jre-headless 1:1.6-43ubuntu2 failed to install/upgrade: 
intentando sobreescribir `/usr/lib/jvm/java-1.6.0-openjdk', que está también en 
el paquete openjdk-6-jre-headless 6b24-1.11.5-0ubuntu1~10.04.2
UpgradeStatus: Upgraded to precise on 2013-01-27 (3 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package default-jre-headless 1:1.6-43ubuntu2 failed to
  install/upgrade: intentando sobreescribir
  `/usr/lib/jvm/java-1.6.0-openjdk', que está también en el paquete
  openjdk-6-jre-headless 6b24-1.11.5-0ubuntu1~10.04.2

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

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

[Bug 1111363] [NEW] package cuyo 2.0.0brl1-1 failed to install/upgrade: trying to overwrite '/usr/share/applications/cuyo.desktop', which is also in package cuyo-data 2.~-1.1-1ubuntu3

2013-01-31 Thread David Lee Lambert
Public bug reported:

During upgrade from Lucid LTS to Precise LTS.  I ran out of inodes at
some point in the installation and had to lvextend and resize2fs  /,
but I think that was after this error;  I installed this package by
using dpkg to install/purge/deconfigure a few related packages before
trying again.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: cuyo 2.0.0brl1-1
ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
Uname: Linux 3.2.0-36-generic i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Wed Jan 30 06:13:58 2013
Df:
 Filesystem1K-blocksUsed Available Use% Mounted on
 /dev/mapper/vgGren-lvRoot  11375822 5758036   2758778  68% /
 none   11375822 5758036   2758778  68% /dev
 none   11375822 5758036   2758778  68% /dev/pts
ErrorMessage: trying to overwrite '/usr/share/applications/cuyo.desktop', which 
is also in package cuyo-data 2.~-1.1-1ubuntu3
MarkForUpload: True
SourcePackage: cuyo
Title: package cuyo 2.0.0brl1-1 failed to install/upgrade: trying to overwrite 
'/usr/share/applications/cuyo.desktop', which is also in package cuyo-data 
2.~-1.1-1ubuntu3
UpgradeStatus: Upgraded to precise on 2013-01-27 (3 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package cuyo 2.0.0brl1-1 failed to install/upgrade: trying to
  overwrite '/usr/share/applications/cuyo.desktop', which is also in
  package cuyo-data 2.~-1.1-1ubuntu3

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

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


[Bug 1111368] [NEW] package cpp-4.4 4.4.7-1ubuntu2 failed to install/upgrade: lectura insuficiente en buffer_copy para error en dpkg-deb durante `./usr/lib/gcc/i686-linux-gnu/4.4/cc1'

2013-01-31 Thread David Lee Lambert
Public bug reported:

During upgrade from Lucid LTS to Precise LTS.  I ran out of inodes at
some point in the installation and had to lvextend and resize2fs  /,
but I think that was after this error;  I installed this package by
using dpkg to install/purge/deconfigure a few related packages before
trying again.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: cpp-4.4 4.4.7-1ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
Uname: Linux 3.2.0-36-generic i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Sun Jan 27 16:03:39 2013
ErrorMessage: lectura insuficiente en buffer_copy para error en dpkg-deb 
durante `./usr/lib/gcc/i686-linux-gnu/4.4/cc1'
MarkForUpload: True
SourcePackage: gcc-4.4
Title: package cpp-4.4 4.4.7-1ubuntu2 failed to install/upgrade: lectura 
insuficiente en buffer_copy para error en dpkg-deb durante 
`./usr/lib/gcc/i686-linux-gnu/4.4/cc1'
UpgradeStatus: Upgraded to precise on 2013-01-27 (3 days ago)

** Affects: gcc-4.4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  package cpp-4.4 4.4.7-1ubuntu2 failed to install/upgrade: lectura
  insuficiente en buffer_copy para error en dpkg-deb durante
  `./usr/lib/gcc/i686-linux-gnu/4.4/cc1'

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

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


[Bug 1111379] [NEW] package cups 1.5.3-0ubuntu6 failed to install/upgrade: el subproceso instalado el script post-installation devolvió el código de salida de error 25

2013-01-31 Thread David Lee Lambert
Public bug reported:

During upgrade from Lucid LTS to Precise LTS.  I ran out of inodes at
some point in the installation and had to lvextend and resize2fs  /,
but I think that was after this error;  I installed this package by
using dpkg to install/purge/deconfigure a few related packages before
trying again.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: cups 1.5.3-0ubuntu6
ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
Uname: Linux 3.2.0-36-generic i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Sun Jan 27 16:49:00 2013
ErrorMessage: el subproceso instalado el script post-installation devolvió el 
código de salida de error 25
Lpstat: device for HP-Deskjet-932c: smb://LMERT/ENYO/DESKJET
Lsusb:
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Compaq Compaq PC
MarkForUpload: True
Papersize: a4
PpdFiles: HP-Deskjet-932c: HP Deskjet 932c hpijs, 3.10.2
ProcKernelCmdLine: root=/dev/mapper/vgGren-lvRoot ro quiet splash
SourcePackage: cups
Title: package cups 1.5.3-0ubuntu6 failed to install/upgrade: el subproceso 
instalado el script post-installation devolvió el código de salida de error 25
UpgradeStatus: Upgraded to precise on 2013-01-27 (3 days ago)
dmi.bios.date: 09/14/2000
dmi.bios.vendor: Compaq
dmi.bios.version: 786K1
dmi.board.name: 06E4h
dmi.board.vendor: Compaq
dmi.board.version: None
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 6
dmi.chassis.vendor: Compaq
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnCompaq:bvr786K1:bd09/14/2000:svnCompaq:pnCompaqPC:pvrN/A:rvnCompaq:rn06E4h:rvrNone:cvnCompaq:ct6:cvrN/A:
dmi.product.name: Compaq PC
dmi.product.version: N/A
dmi.sys.vendor: Compaq

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


** Tags: apport-package i386 precise

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

Title:
  package cups 1.5.3-0ubuntu6 failed to install/upgrade: el subproceso
  instalado el script post-installation devolvió el código de salida de
  error 25

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

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

[Bug 1110964] [NEW] package openjdk-6-jre-headless 6b24-1.11.5-0ubuntu1~12.04.1 failed to install/upgrade: paquetes en conflicto - no se instalará openjdk-6-jre-headless

2013-01-30 Thread David Lee Lambert
Public bug reported:

During upgrade from Lucid LTS to Precice LTS

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: openjdk-6-jre-headless 6b24-1.11.5-0ubuntu1~12.04.1
ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
Uname: Linux 3.2.0-36-generic i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Sun Jan 27 17:35:12 2013
ErrorMessage: paquetes en conflicto - no se instalará openjdk-6-jre-headless
MarkForUpload: True
SourcePackage: openjdk-6
Title: package openjdk-6-jre-headless 6b24-1.11.5-0ubuntu1~12.04.1 failed to 
install/upgrade: paquetes en conflicto - no se instalará openjdk-6-jre-headless
UpgradeStatus: Upgraded to precise on 2013-01-27 (3 days ago)

** Affects: openjdk-6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  package openjdk-6-jre-headless 6b24-1.11.5-0ubuntu1~12.04.1 failed to
  install/upgrade: paquetes en conflicto - no se instalará openjdk-6
  -jre-headless

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

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

[Bug 1110963] [NEW] package openjdk-6-jre-headless 6b24-1.11.5-0ubuntu1~12.04.1 failed to install/upgrade: paquetes en conflicto - no se instalará openjdk-6-jre-headless

2013-01-30 Thread David Lee Lambert
Public bug reported:

During dist-upgrade from Lucid LTS to Precise LTS

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: openjdk-6-jre-headless 6b24-1.11.5-0ubuntu1~12.04.1
ProcVersionSignature: Ubuntu 3.2.0-36.57-generic 3.2.35
Uname: Linux 3.2.0-36-generic i686
ApportVersion: 2.0.1-0ubuntu17.1
Architecture: i386
Date: Sun Jan 27 17:35:12 2013
ErrorMessage: paquetes en conflicto - no se instalará openjdk-6-jre-headless
MarkForUpload: True
SourcePackage: openjdk-6
Title: package openjdk-6-jre-headless 6b24-1.11.5-0ubuntu1~12.04.1 failed to 
install/upgrade: paquetes en conflicto - no se instalará openjdk-6-jre-headless
UpgradeStatus: Upgraded to precise on 2013-01-27 (3 days ago)

** Affects: openjdk-6 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  package openjdk-6-jre-headless 6b24-1.11.5-0ubuntu1~12.04.1 failed to
  install/upgrade: paquetes en conflicto - no se instalará openjdk-6
  -jre-headless

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

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

[Bug 999795] Re: package apparmor 2.7.102-0ubuntu3 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2013-01-23 Thread David Lee Lambert
*** This bug is a duplicate of bug 984276 ***
https://bugs.launchpad.net/bugs/984276

** This bug is no longer a duplicate of bug 999788
   initramfs-tools failed to upgrade
** This bug has been marked a duplicate of bug 984276
   installing casper on a non live system causes update-initramfs to fail

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

Title:
  package apparmor 2.7.102-0ubuntu3 failed to install/upgrade:
  ErrorMessage: dependency problems - leaving unconfigured

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

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


[Bug 999788] Re: initramfs-tools failed to upgrade

2013-01-23 Thread David Lee Lambert
*** This bug is a duplicate of bug 984276 ***
https://bugs.launchpad.net/bugs/984276

** This bug has been marked a duplicate of bug 984276
   installing casper on a non live system causes update-initramfs to fail

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

Title:
  initramfs-tools failed to upgrade

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

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


[Bug 1054045] Re: Firefox crashes when CkeckPoint VPN session expires

2013-01-06 Thread David Lee Lambert
apport information

** Tags added: apport-collected

** Description changed:

  I use a browser-based (Java applet-launched) VPN client,  CheckPoint
  SSL Network Extender, to connect to a certain VPN.  The server is
  configured to time my session out after a certain number of hours.
  When I don't log out before then,  and come back later,  I get a message
  User Authentication Expired;  when I click OK or Cancel to that,
  Firefox crashes and brings up the crash reporter.  Sometimes when I come
  in after session timeout,  it has already crashed.  Here's the Details
  output from the crash reporter:
  
  
  Add-ons: 
{A5C87640-F7CF-11DA-974D-0800200C9A66}:0.3.0,ubu...@ubuntu.com:2.1.1,langpack-en...@firefox.mozilla.org:15.0.1,langpack-es...@firefox.mozilla.org:15.0.1,langpack-es...@firefox.mozilla.org:15.0.1,langpack-bn...@firefox.mozilla.org:15.0.1,langpack-bn...@firefox.mozilla.org:15.0.1,langpack...@firefox.mozilla.org:15.0.1,langpack-es...@firefox.mozilla.org:15.0.1,langpack-es...@firefox.mozilla.org:15.0.1,langpack-pt...@firefox.mozilla.org:15.0.1,langpack-en...@firefox.mozilla.org:15.0.1,langpack-pt...@firefox.mozilla.org:15.0.1,langpack...@firefox.mozilla.org:15.0.1,{972ce4c6-7e08-4474-a285-3208198ce6fd}:15.0.1
  BuildID: 20120907230839
  CrashTime: 1348203328
  EMCheckCompatibility: true
  Email: dav...@lmert.com
  FramePoisonBase: f0dea000
  FramePoisonSize: 4096
  InstallTime: 1347375694
  Notes: GLXtest process failed (exited with status 1): GLX version older than 
the required 1.3
  
  WebGL? WebGL- 
  ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
  ProductName: Firefox
  ReleaseChannel: release
  SecondsSinceLastCrash: 58424
  StartupTime: 1348145415
  Theme: classic/1.0
  Throttleable: 1
  URL: https://[***]/sslvpn/Portal/Main
  Vendor: Mozilla
  Version: 15.0.1
  
- This report also contains technical information about the state of the
- application when it crashed.
+ This report also contains technical information about the state of the 
application when it crashed.
+ --- 
+ Architecture: i386
+ BuildID: 20121129170341
+ DistroRelease: Ubuntu 10.04
+ NonfreeKernelModules: wl
+ Package: firefox 17.0.1+build1-0ubuntu0.10.04.1
+ PackageArchitecture: i386
+ PrefSources: prefs.js
+ ProcEnviron:
+  LC_CTYPE=en_US.UTF-8
+  PATH=(custom, no user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.32-42.96-generic 2.6.32.59+drm33.24
+ Profiles: Profile0 (Default) - LastVersion=17.0.1/20121129170341 (In use)
+ Tags: lucid
+ Uname: Linux 2.6.32-42-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare webadmin

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/1054045/+attachment/3475412/+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/1054045

Title:
  Firefox crashes when CkeckPoint VPN session expires

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

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


[Bug 1054045] Extensions.txt

2013-01-06 Thread David Lee Lambert
apport information

** Attachment added: Extensions.txt
   
https://bugs.edge.launchpad.net/bugs/1054045/+attachment/3475413/+files/Extensions.txt

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

Title:
  Firefox crashes when CkeckPoint VPN session expires

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

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


[Bug 1054045] Locales.txt

2013-01-06 Thread David Lee Lambert
apport information

** Attachment added: Locales.txt
   
https://bugs.edge.launchpad.net/bugs/1054045/+attachment/3475414/+files/Locales.txt

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

Title:
  Firefox crashes when CkeckPoint VPN session expires

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

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


[Bug 1054045] Plugins.txt

2013-01-06 Thread David Lee Lambert
apport information

** Attachment added: Plugins.txt
   
https://bugs.edge.launchpad.net/bugs/1054045/+attachment/3475415/+files/Plugins.txt

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

Title:
  Firefox crashes when CkeckPoint VPN session expires

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

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


[Bug 1054045] Prefs.txt

2013-01-06 Thread David Lee Lambert
apport information

** Attachment added: Prefs.txt
   
https://bugs.edge.launchpad.net/bugs/1054045/+attachment/3475416/+files/Prefs.txt

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

Title:
  Firefox crashes when CkeckPoint VPN session expires

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

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


[Bug 1054045] Themes.txt

2013-01-06 Thread David Lee Lambert
apport information

** Attachment added: Themes.txt
   
https://bugs.edge.launchpad.net/bugs/1054045/+attachment/3475417/+files/Themes.txt

** Changed in: firefox (Ubuntu)
   Status: Expired = New

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

Title:
  Firefox crashes when CkeckPoint VPN session expires

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

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


[Bug 1054045] [NEW] Firefox crashes when CkeckPoint VPN session expires

2012-09-21 Thread David Lee Lambert
Public bug reported:

I use a browser-based (Java applet-launched) VPN client,  CheckPoint
SSL Network Extender, to connect to a certain VPN.  The server is
configured to time my session out after a certain number of hours.
When I don't log out before then,  and come back later,  I get a message
User Authentication Expired;  when I click OK or Cancel to that,
Firefox crashes and brings up the crash reporter.  Sometimes when I come
in after session timeout,  it has already crashed.  Here's the Details
output from the crash reporter:


Add-ons: 
{A5C87640-F7CF-11DA-974D-0800200C9A66}:0.3.0,ubu...@ubuntu.com:2.1.1,langpack-en...@firefox.mozilla.org:15.0.1,langpack-es...@firefox.mozilla.org:15.0.1,langpack-es...@firefox.mozilla.org:15.0.1,langpack-bn...@firefox.mozilla.org:15.0.1,langpack-bn...@firefox.mozilla.org:15.0.1,langpack...@firefox.mozilla.org:15.0.1,langpack-es...@firefox.mozilla.org:15.0.1,langpack-es...@firefox.mozilla.org:15.0.1,langpack-pt...@firefox.mozilla.org:15.0.1,langpack-en...@firefox.mozilla.org:15.0.1,langpack-pt...@firefox.mozilla.org:15.0.1,langpack...@firefox.mozilla.org:15.0.1,{972ce4c6-7e08-4474-a285-3208198ce6fd}:15.0.1
BuildID: 20120907230839
CrashTime: 1348203328
EMCheckCompatibility: true
Email: dav...@lmert.com
FramePoisonBase: f0dea000
FramePoisonSize: 4096
InstallTime: 1347375694
Notes: GLXtest process failed (exited with status 1): GLX version older than 
the required 1.3

WebGL? WebGL- 
ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
ProductName: Firefox
ReleaseChannel: release
SecondsSinceLastCrash: 58424
StartupTime: 1348145415
Theme: classic/1.0
Throttleable: 1
URL: https://[***]/sslvpn/Portal/Main
Vendor: Mozilla
Version: 15.0.1

This report also contains technical information about the state of the
application when it crashed.

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

** Package changed: linux-ec2 (Ubuntu) = firefox (Ubuntu)

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

Title:
  Firefox crashes when CkeckPoint VPN session expires

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

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


Re: [Bug 890563] Re: USB Drive Un-mounts Itself

2012-07-31 Thread David Lee
Hello Christopher,

Thank you for your concern. However, due to Ubuntu being very unstable
while running VM Ware and the whole OS crashing quite frequently, I have
switched back to using Windows.

Regards,
David Lee.



 From: Christopher M. Penalver christopher.penal...@gmx.com
To: weeka...@yahoo.com 
Sent: Tuesday, July 31, 2012 9:46 AM
Subject: [Bug 890563] Re: USB Drive Un-mounts Itself
 
David Lee, this bug was reported a while ago and there hasn't been any
activity in it recently. We were wondering if this is still an issue? If
so, could you please test for this with the latest development release
of Ubuntu? ISO CD images are available from
http://cdimage.ubuntu.com/releases/ .

If it remains an issue, could you please run the following command in
the development release from a Terminal
(Applications-Accessories-Terminal), as it will automatically gather
and attach updated debug information to this report:

apport-collect -p linux replace-with-bug-number

Also, could you please test the latest upstream kernel available
following https://wiki.ubuntu.com/KernelMainlineBuilds ? It will allow
additional upstream developers to examine the issue. Please do not test
the kernel in the daily folder, but the one all the way at the bottom.
Once you've tested the upstream kernel, please comment on which kernel
version specifically you tested and remove the 'needs-upstream-testing'
tag. This can be done by clicking on the yellow pencil icon next to the
tag located at the bottom of the bug description and deleting the
'needs-upstream-testing' text.

If this bug is fixed in the mainline kernel, please add the following
tag 'kernel-fixed-upstream'.

If the mainline kernel does not fix this bug, please add the tag:
'kernel-bug-exists-upstream'.

If you are unable to test the mainline kernel, please comment as to why
specifically you were unable to test it and add the tag: 'kernel-unable-
to-test-upstream'.

Please let us know your results. Thanks in advance.

Helpful Bug Reporting Links:
https://help.ubuntu.com/community/ReportingBugs#Bug_Reporting_Etiquette
https://help.ubuntu.com/community/ReportingBugs#A3._Make_sure_the_bug_hasn.27t_already_been_reported
https://help.ubuntu.com/community/ReportingBugs#Adding_Apport_Debug_Information_to_an_Existing_Launchpad_Bug
https://help.ubuntu.com/community/ReportingBugs#Adding_Additional_Attachments_to_an_Existing_Launchpad_Bug

** Tags added: needs-upstream-testing

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

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

-- 
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/890563

Title:
  USB Drive Un-mounts Itself

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I have a USB 3.0 external drive which un-mounts by itself. I am using Vmware 
Workstation when this happens. This occurs every 3 to 4 hours of usage. After 
the drive self un-mounts, I cannot see the drive anymore and have to re-boot 
again. The Ubuntu version I am using is 11.10.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
     Subdevices: 1/1
     Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC0:  david      3485 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xc482 irq 48'
     Mixer name    : 'Intel CougarPoint HDMI'
     Components    : 'HDA:10ec0269,1179062e,00100100 
HDA:80862805,11790001,0010'
     Controls      : 19
     Simple ctrls  : 11
  DistroRelease: Ubuntu 11.10
  HibernationDevice: RESUME=UUID=77f572a5-c131-4b6d-a6a3-f46c33fd03c0
  InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
  MachineType: TOSHIBA PORTEGE R830
  Package: linux (not installed)
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-14-generic 
root=UUID=065a6ec7-7cab-4df0-aed1-989ab86ecb10 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  RelatedPackageVersions:
   linux-restricted-modules-3.0.0-14-generic N/A
   linux-backports-modules-3.0.0-14-generic  N/A
   linux-firmware                            1.60
  StagingDrivers: mei
  Tags:  oneiric running-unity staging
  Uname: Linux 3.0.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
  dmi.bios.date: 05/20/2011
  dmi.bios.vendor: TOSHIBA
  dmi.bios.version: Version 2.70
  dmi.board.asset.tag: 00
  dmi.board.name: Portable PC
  dmi.board.vendor: TOSHIBA
  dmi.board.version: Version A0
  dmi.chassis.asset.tag: 00
  dmi.chassis.type: 10

[Bug 996568] Re: Ubiquity 2.10.16: Lubuntu 12.04 Install Crash on slideshow

2012-06-30 Thread David Lee
Hi,

I can confirm that this bug exists in 12.04LTS release and that the
workaround works as well.

I am currently trying to install Ubuntu Precise onto a old desktop with
a SiS chipset and a Athlon XP CPU as well. Ubiquity would always crash
just when the slideshow is loading up. A method to outright tell
ubiquity to not show the slideshow would be a good workaround for this
issue. Either that, or providing text install as well with the live CD.

I'd also like to note that the alternate installer CD, for some reason,
would not work with this chipset- the chipset will not see the
bootloader on the CD.

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

Title:
  Ubiquity 2.10.16: Lubuntu 12.04 Install Crash on slideshow

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

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


[Bug 939234] [NEW] Sleep/Hibernate functions do not work on ASUS K53E

2012-02-22 Thread David Lee
Public bug reported:

Ubuntu 11.10
I expected the computer to sleep or hibernate when selecting the appropriate 
option in the settings. Instead all i recieve is a black screen and I must 
power down the pc to use it again.

** Affects: ubuntu-docs (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/939234

Title:
  Sleep/Hibernate functions do not work on ASUS K53E

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

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


[Bug 922665] [NEW] HUD options displayed is difficult to read if background is white

2012-01-27 Thread David Lee
Public bug reported:

The HUD options text is in white with a lightly blurred brown
background.

This is not really acceptable if the application running in background
is showing a white patch area and the HUD options happen to overlap with
that area (see attached screenshot for example).

I propose the background of the HUD be made less transparent and in a
darker shade of brown. Either that or the options displayed is outlined
with a black border, and the typeface be made a little bigger. These
options can also be combined to improve readability.

lsb_release:
Description: Ubuntu precise (development branch)
Release : 12.04

apt-cache:
unity:
Installed: 5.1.0-hud2
Candidate: 5.1.0-hud2
Version table:
 *** 5.1.0-hud2 0
 500 http://ppa.launchpad.net/unity-team/hud/ubuntu/ precise/main amd64 Packages
 100 /var/lib/dpkg/status
 5.0.0-ubuntu3 0
 500 http://au.archive.ubuntu.com/ubuntu/ubuntu/ precise/main amd64 Packages

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


** Tags: hud suggestion usability

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

Title:
  HUD options displayed is difficult to read if background is white

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

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


[Bug 922665] Re: HUD options displayed is difficult to read if background is white

2012-01-27 Thread David Lee
** Attachment added: Screenshot showing the issue
   
https://bugs.launchpad.net/bugs/922665/+attachment/2696668/+files/SNCS82%7E9.PNG

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

Title:
  HUD options displayed is difficult to read if background is white

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

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


[Bug 890563] Re: USB Drive Un-mounts Itself

2012-01-10 Thread David Lee
apport information

** Tags added: apport-collected oneiric running-unity staging

** Description changed:

- I have a USB 3.0 external drive which un-mounts by itself. I am using
- Vmware Workstation when this happens. This occurs every 3 to 4 hours of
- usage. After the drive self un-mounts, I cannot see the drive anymore
- and have to re-boot again. The Ubuntu version I am using is 11.10.
+ I have a USB 3.0 external drive which un-mounts by itself. I am using Vmware 
Workstation when this happens. This occurs every 3 to 4 hours of usage. After 
the drive self un-mounts, I cannot see the drive anymore and have to re-boot 
again. The Ubuntu version I am using is 11.10.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 1.23-0ubuntu4
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: PCH [HDA Intel PCH], device 0: ALC269VB Analog [ALC269VB Analog]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  david  3485 F pulseaudio
+ CRDA: Error: [Errno 2] No such file or directory
+ Card0.Amixer.info:
+  Card hw:0 'PCH'/'HDA Intel PCH at 0xc482 irq 48'
+Mixer name : 'Intel CougarPoint HDMI'
+Components : 'HDA:10ec0269,1179062e,00100100 
HDA:80862805,11790001,0010'
+Controls  : 19
+Simple ctrls  : 11
+ DistroRelease: Ubuntu 11.10
+ HibernationDevice: RESUME=UUID=77f572a5-c131-4b6d-a6a3-f46c33fd03c0
+ InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
+ MachineType: TOSHIBA PORTEGE R830
+ Package: linux (not installed)
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-14-generic 
root=UUID=065a6ec7-7cab-4df0-aed1-989ab86ecb10 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
+ RelatedPackageVersions:
+  linux-restricted-modules-3.0.0-14-generic N/A
+  linux-backports-modules-3.0.0-14-generic  N/A
+  linux-firmware1.60
+ StagingDrivers: mei
+ Tags:  oneiric running-unity staging
+ Uname: Linux 3.0.0-14-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 05/20/2011
+ dmi.bios.vendor: TOSHIBA
+ dmi.bios.version: Version 2.70
+ dmi.board.asset.tag: 00
+ dmi.board.name: Portable PC
+ dmi.board.vendor: TOSHIBA
+ dmi.board.version: Version A0
+ dmi.chassis.asset.tag: 00
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: TOSHIBA
+ dmi.chassis.version: Version 1.0
+ dmi.modalias: 
dmi:bvnTOSHIBA:bvrVersion2.70:bd05/20/2011:svnTOSHIBA:pnPORTEGER830:pvrPT324T-014002:rvnTOSHIBA:rnPortablePC:rvrVersionA0:cvnTOSHIBA:ct10:cvrVersion1.0:
+ dmi.product.name: PORTEGE R830
+ dmi.product.version: PT324T-014002
+ dmi.sys.vendor: TOSHIBA

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/890563/+attachment/2667051/+files/AcpiTables.txt

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] AlsaDevices.txt

2012-01-10 Thread David Lee
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/890563/+attachment/2667052/+files/AlsaDevices.txt

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] AplayDevices.txt

2012-01-10 Thread David Lee
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/890563/+attachment/2667053/+files/AplayDevices.txt

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] BootDmesg.txt

2012-01-10 Thread David Lee
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/890563/+attachment/2667054/+files/BootDmesg.txt

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] Card0.Amixer.values.txt

2012-01-10 Thread David Lee
apport information

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

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

Title:
  USB Drive Un-mounts Itself

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

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


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

2012-01-10 Thread David Lee
apport information

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

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] Card0.Codecs.codec.3.txt

2012-01-10 Thread David Lee
apport information

** Attachment added: Card0.Codecs.codec.3.txt
   
https://bugs.launchpad.net/bugs/890563/+attachment/2667057/+files/Card0.Codecs.codec.3.txt

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] CurrentDmesg.txt

2012-01-10 Thread David Lee
apport information

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] IwConfig.txt

2012-01-10 Thread David Lee
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/890563/+attachment/2667059/+files/IwConfig.txt

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] Lspci.txt

2012-01-10 Thread David Lee
apport information

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] Lsusb.txt

2012-01-10 Thread David Lee
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/890563/+attachment/2667061/+files/Lsusb.txt

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] PciMultimedia.txt

2012-01-10 Thread David Lee
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/890563/+attachment/2667062/+files/PciMultimedia.txt

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] ProcCpuinfo.txt

2012-01-10 Thread David Lee
apport information

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] ProcEnviron.txt

2012-01-10 Thread David Lee
apport information

** Attachment added: ProcEnviron.txt
   
https://bugs.launchpad.net/bugs/890563/+attachment/2667064/+files/ProcEnviron.txt

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] PulseSinks.txt

2012-01-10 Thread David Lee
apport information

** Attachment added: PulseSinks.txt
   
https://bugs.launchpad.net/bugs/890563/+attachment/2667067/+files/PulseSinks.txt

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] ProcModules.txt

2012-01-10 Thread David Lee
apport information

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] PulseSources.txt

2012-01-10 Thread David Lee
apport information

** Attachment added: PulseSources.txt
   
https://bugs.launchpad.net/bugs/890563/+attachment/2667068/+files/PulseSources.txt

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] RfKill.txt

2012-01-10 Thread David Lee
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/890563/+attachment/2667069/+files/RfKill.txt

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] UdevDb.txt

2012-01-10 Thread David Lee
apport information

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] UdevLog.txt

2012-01-10 Thread David Lee
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/890563/+attachment/2667071/+files/UdevLog.txt

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] WifiSyslog.txt

2012-01-10 Thread David Lee
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/890563/+attachment/2667072/+files/WifiSyslog.txt

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] ProcInterrupts.txt

2012-01-10 Thread David Lee
apport information

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 890563] [NEW] USB Drive Un-mounts Itself

2011-11-14 Thread David Lee
Public bug reported:

I have a USB 3.0 external drive which un-mounts by itself. I am using
Vmware Workstation when this happens. This occurs every 3 to 4 hours of
usage. After the drive self un-mounts, I cannot see the drive anymore
and have to re-boot again. The Ubuntu version I am using is 11.10.

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  USB Drive Un-mounts Itself

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

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


[Bug 385391] Re: System hangs or crashes when user clicks the Write button in Thunderbird

2011-04-07 Thread David Lee Lambert
** Summary changed:

- Stop th system whe push write a msg
+ System hangs or crashes when user clicks the Write button in Thunderbird

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

Title:
  System hangs or crashes when user clicks the Write button in
  Thunderbird

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


[Bug 753537] [NEW] Contact Import interface not intuitive, cannot ignore source column

2011-04-07 Thread David Lee Lambert
Public bug reported:

Binary package hint: thunderbird

Trying to import some GMail contacts into Thunderbird address book,
GMail has two different CSV export formats (Google,  Outlook, and a
VCard format; but the import-wizard does not have an option for VCF
files).  The import-wizard comes up with the 37 columns that Thunderbird
uses on the left-hand side (I would expect them on the right, since data
is coming into the application).  One of those CSV formats has 55
columns; the other has 88.  What happened to all my other columns?

Also, every time I click on a column to move it up or down, that
deselects it ... I have to click again to select it again.

Finally, a feature to concatenate multiple fields in the imported
contacts-list into one field in the Thunderbird address book, especially
the Notes or custom 1 field, would be nice.  See also bug 600755.

I guess I could work around this by doing the column-shuffling in a
spreadsheet; or if there was a VCF to LDIF converter somewhere, that
might help too.

$ lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

$ apt-cache policy thunderbird
thunderbird:
  Installed: 2.0.0.24+build1+nobinonly-0ubuntu0.9.10.3
  Candidate: 2.0.0.24+build1+nobinonly-0ubuntu0.9.10.3
  Version table:
 *** 2.0.0.24+build1+nobinonly-0ubuntu0.9.10.3 0
500 http://archive.ubuntu.com karmic-updates/main Packages
500 http://archive.ubuntu.com karmic-security/main Packages
100 /var/lib/dpkg/status
 2.0.0.23+build1+nobinonly-0ubuntu1 0
500 http://archive.ubuntu.com karmic/main Packages

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


** Tags: addressbook ui

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

Title:
  Contact Import interface not intuitive, cannot ignore source column

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


[Bug 381668] Re: xfig produces illegal PNG file when exporting as PNG

2011-03-31 Thread David Lee Lambert
** Also affects: transfig
   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/381668

Title:
  xfig produces illegal PNG file when exporting as PNG

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


[Bug 381668] Re: xfig produces illegal PNG file when exporting as PNG

2011-03-31 Thread David Lee Lambert
** Also affects: transfig (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/381668

Title:
  xfig produces illegal PNG file when exporting as PNG

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


  1   2   >