[Bug 1899288] Re: Python3 can't co-exist with Oracle's VirtualBox on 20.10

2020-12-23 Thread DJ
I ran into the same problem. During dist-upgrade it wanted to remove
python2 and virtualbox, but upgrade dh-python. The upgraded dh-python
doesn't work with virtualbox.

I uninstalled dh-python, let dist-upgrade do what it wanted, then re-
installed virtualbox, and that seemed to make everything happy.

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

Title:
  Python3 can't co-exist with Oracle's VirtualBox on 20.10

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

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

[Bug 1886877] [NEW] ippusbxd assert failure: ippusbxd: entrygroup.c:255:avahi_entry_group_commit: Assertion `group' failed

2020-07-08 Thread DJ C-Lo
Public bug reported:

I get this error  everytime i start the computer, my printer stop
working properly, sometimes it hangs on pause and nothing gets printed,
i have to unplug and plug back in the usb port for the printer to print
again. pausing or unpausing printer has no effect.

I had attempted to type sudo chmod 644
/etc/cups/ppd/ET_2650_Series_583250423038393298_.ppd on my terminal and
temporarily works until it hangs again after alittle while. then does
the same thing.

Description:Ubuntu 20.04 LTS
Release:20.04
OS Type: 64bit
GNOME Version: 3.36.2
Windowing System: X11

Package: ippusbxd 1.34-2ubuntu1
Title: ippusbxd assert failure: ippusbxd: 
entrygroup.c:255:avahi_entry_group_commit: Assertion `group' failed
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
AssertionMessage: ippusbxd assert failure: ippusbxd: 
entrygroup.c:255:avahi_entry_group_commit: Assertion `group' failed
ProcCmdline: /usb/sbin/ippusbxd --bus-device 003:010 --from-port 6 --logging


Never had this issue on Ubuntu 18, I did a clean install of ubuntu 20.04

** Affects: ippusbxd (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/1886877

Title:
  ippusbxd assert failure: ippusbxd:
  entrygroup.c:255:avahi_entry_group_commit: Assertion `group' failed

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

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

[Bug 1864533] Re: grub wrongly booting via bios entry point instead of efi when secureboot disabled

2020-04-30 Thread DJ
Disabling PPT also works around the issue for me on my Dell laptop.

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

Title:
  grub wrongly booting via bios entry point instead of efi when
  secureboot disabled

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

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

[Bug 1864533] Re: grub wrongly booting via bios entry point instead of efi when secureboot disabled

2020-04-27 Thread DJ
This also broke my Dell Inspiron 7567, running Ubuntu 19.10 and the
default kernel from the repos for 5.3.0-46-generic. Based on some other
workarounds listed, I tried switching to PARTUUID but that still doesn't
work. They system just hangs after 'Loading initial ramdisk ...'

I have secure boot disabled.

The only kernel on my system that boots with this package is an old
`4.13.0-45-generic` one, from there I can re-install the older grub
package and get the system booting again on the new kernel.

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

Title:
  grub wrongly booting via bios entry point instead of efi when
  secureboot disabled

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

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

[Bug 1828401] Re: 9.26~dfsg+0-0ubuntu0.18.04.9 breaks cups printing of pdf

2019-05-09 Thread DJ Molny
The workaround in the original post fixed the problem. Many thanks to
supremesyntax!

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

Title:
  9.26~dfsg+0-0ubuntu0.18.04.9 breaks cups printing of pdf

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

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

[Bug 1773457] Re: Full-system encryption needs to be supported out-of-the-box including /boot and should not delete other installed systems

2019-04-24 Thread DJ
** This bug is no longer a duplicate of bug 1514120
   Ubiquity needs to not disable the LVM and encryption options for dual boot

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

Title:
  Full-system encryption needs to be supported out-of-the-box including
  /boot and should not delete other installed systems

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

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

[Bug 1778429] Re: initramfs-tools 0.130ubuntu3.1 causes hang at login with nvidia proprietary driver

2019-04-18 Thread DJ
Took another crack at debugging this and got my package upgraded. I get
the same freeze if I set RESUME=None, but if I set `RESUME=UUID=$(blkid
-s UUID -o value "/dev/mapper/cryptswap1")` I was able to get the old
behaviour back on the newer initramfs-tools

>From looking at the newer initramfs-tools diff I don't think but bug is
here, but that the change here is further revealing the bug.

I posted an issue for some support on the nvidia dev forum here:
https://devtalk.nvidia.com/default/topic/1050238/linux/freeze-after-
login-screen-in-ubuntu-18-04-with-1050ti-mobile/

And was pointed toward plymouth likely being part of the problem. Sure
enough, by removing `quite splash` from the boot options, the problem
also goes away.


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

** Summary changed:

- initramfs-tools 0.130ubuntu3.1 causes hang at login with nvidia proprietary 
driver
+ Hang at login with nvidia proprietary driver and encrypted swap

** Description changed:

- Tested with 0.130ubuntu3.1 and 0.130ubuntu3.2, both have the same bug.
- 0.130ubuntu3 works fine.
+ Tested with initramfs-tools 0.130ubuntu3.1 and initramfs-tools
+ 0.130ubuntu3.2, both have the same bug. 0.130ubuntu3 works fine.
  
  Description:  Ubuntu 18.04 LTS
  Release:  18.04
  
  Reproed with nvidia-396 396.24.02-0ubuntu and the 390 package as well.
  
  System is using a nvidia 1050TI mobile. With prime-select to nvidia.
  
  My setup includes an encrypted home dir, and encrypted ram disk. Boot
  drive is an Nvme ssd.
  
- 
- When installing the older working package I see this message: 
+ When installing the older working package I see this message:
  
  I: The initramfs will attempt to resume from /dev/dm-0
  I: (UUID=34e1ed83-dac8-400f-9a01-e21b9bb03dad)
  I: Set the RESUME variable to override this.
  
  I don't that that message from the broken packages.
  
  With the broken packages, once I login from gdm3, the computer freezes.
  I haven't been able to find a related error in the logs.
  
  Workarounds with the nvidia driver have included switching the prime-
  select to intel, swapping to the nouveau drivers, or booting with
  nvidia-drm.modeset=1 (which causes other issues in gnome, but does login
  to the desktop)
  
  Downgrading to initramfs-tools 0.130ubuntu3 solves the problem without
  needing to make and nvidia driver changes.
+ 
+ Also removing `quite splash` from the boot options also solves the
+ issue. So it appears the bug here is likely in plymouth.

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

Title:
  Hang at login with nvidia proprietary driver and encrypted swap

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

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

[Bug 1784082] Re: Ubuntu is overheating my laptop

2018-07-31 Thread DJ
Did this issue start happening after an update/upgrade? - YES

Was there a prior kernel version where you were not having this
particular problem? - YES, 4.4 in Ubuntu 16 stable.

Would it be possible for you to test the latest upstream kernel? - Maybe
next week only :(


Problem is with NVIDIA drivers - I purged them out now and NB temperature is 
normal now, but bad graphics :(

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

Title:
  Ubuntu is overheating my laptop

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

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

[Bug 1784082] VarLogDistupgradeLspcitxt.txt

2018-07-27 Thread DJ
apport information

** Attachment added: "VarLogDistupgradeLspcitxt.txt"
   
https://bugs.launchpad.net/bugs/1784082/+attachment/5168773/+files/VarLogDistupgradeLspcitxt.txt

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

Title:
  Ubuntu is overheating my laptop

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

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

[Bug 1784082] [NEW] Ubuntu is overheating my laptop

2018-07-27 Thread DJ
Public bug reported:

Ubuntu is overheating my laptop.
Same problem as 1768976
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1768976

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.21
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: communitheme:ubuntu:GNOME
Date: Sat Jul 28 01:35:57 2018
InstallationDate: Installed on 2016-06-11 (776 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: release-upgrade
UpgradeStatus: Upgraded to bionic on 2018-07-27 (0 days ago)
--- 
ProblemType: Bug
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: communitheme:ubuntu:GNOME
DistroRelease: Ubuntu 18.04
InstallationDate: Installed on 2016-06-11 (776 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
NonfreeKernelModules: nvidia_modeset nvidia
Package: ubuntu-release-upgrader (not installed)
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Tags:  bionic dist-upgrade
Uname: Linux 4.15.0-29-generic x86_64
UpgradeStatus: Upgraded to bionic on 2018-07-27 (0 days ago)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
_MarkForUpload: True

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug apport-collected bionic dist-upgrade

** Tags added: apport-collected

** Description changed:

  Ubuntu is overheating my laptop.
  Same problem as 1768976
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1768976
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.21
  ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
  Uname: Linux 4.15.0-29-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: communitheme:ubuntu:GNOME
  Date: Sat Jul 28 01:35:57 2018
  InstallationDate: Installed on 2016-06-11 (776 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: release-upgrade
  UpgradeStatus: Upgraded to bionic on 2018-07-27 (0 days ago)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.9-0ubuntu7.2
+ Architecture: amd64
+ CrashDB: ubuntu
+ CurrentDesktop: communitheme:ubuntu:GNOME
+ DistroRelease: Ubuntu 18.04
+ InstallationDate: Installed on 2016-06-11 (776 days ago)
+ InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
+ NonfreeKernelModules: nvidia_modeset nvidia
+ Package: ubuntu-release-upgrader (not installed)
+ ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
+ Tags:  bionic dist-upgrade
+ Uname: Linux 4.15.0-29-generic x86_64
+ UpgradeStatus: Upgraded to bionic on 2018-07-27 (0 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

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

Title:
  Ubuntu is overheating my laptop

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

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

[Bug 1784082] VarLogDistupgradeAptlog.txt

2018-07-27 Thread DJ
apport information

** Attachment added: "VarLogDistupgradeAptlog.txt"
   
https://bugs.launchpad.net/bugs/1784082/+attachment/5168771/+files/VarLogDistupgradeAptlog.txt

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

Title:
  Ubuntu is overheating my laptop

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

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

[Bug 1784082] VarLogDistupgradeApttermlog.txt

2018-07-27 Thread DJ
apport information

** Attachment added: "VarLogDistupgradeApttermlog.txt"
   
https://bugs.launchpad.net/bugs/1784082/+attachment/5168772/+files/VarLogDistupgradeApttermlog.txt

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

Title:
  Ubuntu is overheating my laptop

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

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

[Bug 1784082] VarLogDistupgradeAptclonesystemstate.tar.gz

2018-07-27 Thread DJ
apport information

** Attachment added: "VarLogDistupgradeAptclonesystemstate.tar.gz"
   
https://bugs.launchpad.net/bugs/1784082/+attachment/5168770/+files/VarLogDistupgradeAptclonesystemstate.tar.gz

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

Title:
  Ubuntu is overheating my laptop

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

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

[Bug 1784082] ProcEnviron.txt

2018-07-27 Thread DJ
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1784082/+attachment/5168768/+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/1784082

Title:
  Ubuntu is overheating my laptop

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

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

[Bug 1784082] CurrentDmesg.txt.txt

2018-07-27 Thread DJ
apport information

** Attachment added: "CurrentDmesg.txt.txt"
   
https://bugs.launchpad.net/bugs/1784082/+attachment/5168766/+files/CurrentDmesg.txt.txt

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

Title:
  Ubuntu is overheating my laptop

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

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

[Bug 1784082] VarLogDistupgradeAptHistorylog.txt

2018-07-27 Thread DJ
apport information

** Attachment added: "VarLogDistupgradeAptHistorylog.txt"
   
https://bugs.launchpad.net/bugs/1784082/+attachment/5168769/+files/VarLogDistupgradeAptHistorylog.txt

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

Title:
  Ubuntu is overheating my laptop

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

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

[Bug 1784082] VarLogDistupgradeMainlog.txt

2018-07-27 Thread DJ
apport information

** Attachment added: "VarLogDistupgradeMainlog.txt"
   
https://bugs.launchpad.net/bugs/1784082/+attachment/5168774/+files/VarLogDistupgradeMainlog.txt

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

Title:
  Ubuntu is overheating my laptop

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

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

[Bug 1784082] ProcCpuinfoMinimal.txt

2018-07-27 Thread DJ
apport information

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

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

Title:
  Ubuntu is overheating my laptop

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

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

[Bug 1768976] Re: Ubuntu 18.04 is overheating after upgrade from 16.04

2018-07-27 Thread DJ
The same problem here.
Upgrage from 16 to 18
Dell XPS

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

Title:
  Ubuntu 18.04 is overheating after upgrade from 16.04

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

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

[Bug 1778429] [NEW] initramfs-tools 0.130ubuntu3.1 causes hang at login with nvidia proprietary driver

2018-06-24 Thread DJ
Public bug reported:

Tested with 0.130ubuntu3.1 and 0.130ubuntu3.2, both have the same bug.
0.130ubuntu3 works fine.

Description:Ubuntu 18.04 LTS
Release:18.04

Reproed with nvidia-396 396.24.02-0ubuntu and the 390 package as well.

System is using a nvidia 1050TI mobile. With prime-select to nvidia.

My setup includes an encrypted home dir, and encrypted ram disk. Boot
drive is an Nvme ssd.


When installing the older working package I see this message: 

I: The initramfs will attempt to resume from /dev/dm-0
I: (UUID=34e1ed83-dac8-400f-9a01-e21b9bb03dad)
I: Set the RESUME variable to override this.

I don't that that message from the broken packages.

With the broken packages, once I login from gdm3, the computer freezes.
I haven't been able to find a related error in the logs.

Workarounds with the nvidia driver have included switching the prime-
select to intel, swapping to the nouveau drivers, or booting with
nvidia-drm.modeset=1 (which causes other issues in gnome, but does login
to the desktop)

Downgrading to initramfs-tools 0.130ubuntu3 solves the problem without
needing to make and nvidia driver changes.

** Affects: initramfs-tools (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/1778429

Title:
  initramfs-tools 0.130ubuntu3.1 causes hang at login with nvidia
  proprietary driver

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

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

[Bug 1722353] Re: Screen blanking and/or screen lock crashes gnome-shell user session on wayland - Ubuntu 17.10 beta

2017-10-10 Thread DJ Dallas
I did some experimenting. The wayland gnome-shell crash and monitor
power-saving issue seems to be limited to a hdmi connection, and has
something to do with the monitor searching for a signal on other inputs
after it has been blanked.

I dug out an old d-sub vga cable and connected the monitor to the graphics card 
with that. Timed blanking of the screen or locking the desktop manually did not 
cause a gnome-shell crash on wayland when using the d-sub cable. Monitor power 
saving worked as expected.
The next thing I tried was reconnecting the hdmi cable and locking the monitor 
to the hdmi input and turning off the automatic signal selection. With the 
monitor configured that way, both timed blanking and manual locking of the 
desktop worked as expected. The monitor successfully went to sleep and the 
session resumed after user input.
I also tried plugging in a tv using hdmi. That didn't produce any session 
crashes. However the tv makes no attempt to blank itself or enter a 
power-saving mode; it just stays on with a "No Signal" notice.
I also connected an old 1680x1050 monitor using a dvi cable. That simply 
refused to boot past the Ubuntu splash screen. However the same monitor works 
perfectly when booting into the 17.10 beta live-cd, but the live-cd runs on a 
xorg session and not wayland. 
Next I connected that same old monitor using dvi together with the newer dell 
over hdmi simultaneously, and booted successfully into a wayland session. (That 
this combination actually worked and booted barely makes sense. Also the 
primary monitor was changed between login prompt and the desktop being loaded, 
but whatever...) With multiple monitors connected timed blanking or desktop 
locking did not crash the gnome-shell session, but they still did not blank 
properly. After blanking both screens, they were immediately both turned on 
again with a only a black background and the mouse cursor on the primary 
monitor. And that is how they stayed, with backlights both still on. No 
blanking or power-saving was done thereafter. Mouse or keyboard input would 
return the lock-screen to the displays and unlocking with a password would 
successfully return the active user session. Lastly, after again locking the 
dell monitor to the hdmi input and turning off the automatic signal selection, 
both monitors would successfully enter power-saving modes and the user session 
could be resumed after unlocking with a password.

TL;DR = It seems that the monitor disconnecting itself from the
blanked/inactive hdmi input in order to search for an active vga input
signal is what is triggering the gnome-shell crash and/or preventing the
monitor from entering its power-saving mode.

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

Title:
  Screen blanking and/or screen lock crashes gnome-shell user session on
  wayland - Ubuntu 17.10 beta

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

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

[Bug 1722353] Re: Screen blanking and/or screen lock crashes gnome-shell user session on wayland - Ubuntu 17.10 beta

2017-10-09 Thread DJ Dallas
Filed against Xorg due to selection limitations of apport. Mutter is the
best guess of responsible application/package.

** Package changed: xorg (Ubuntu) => mutter (Ubuntu)

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

Title:
  Screen blanking and/or screen lock crashes gnome-shell user session on
  wayland - Ubuntu 17.10 beta

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

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

[Bug 1722353] [NEW] Screen blanking and/or screen lock crashes gnome-shell user session on wayland - Ubuntu 17.10 beta

2017-10-09 Thread DJ Dallas
Public bug reported:

Filed against Xorg due to selection limitations of apport. Mutter is the
best guess of responsible application/package.

Automatic (timed) screen blanking (or manually locking the desktop)
causes the wayland gnome-shell session to crash and drop to user login
prompt. The monitor fades the background to black (but oddly the mouse
cursor does not fade). The monitor blanks and goes into signal search
and then power saving mode. Almost immediately the monitor switches back
on, displaying the login prompt (note login and not unlock as would be
expected). Thereafter the screen stays on indefinitely without further
attempts to blank or power-save.

Ubuntu artful 17.10 beta. Dell monitor at 1920x1080x60hz using hdmi
connected to nvidia card with nouveau drivers on wayland session. Xorg
session seems to work as expected.

/var/crash is empty and manually running Apport and reproducing crash
does not produce a crash report, as Apport crashes with the user
session. Have included Apport output, though I had to select xorg from
limited options in app and this is clearly technically incorrect (xorg
session works fine).

Have attached an exported log file of screen blanking causing the crash.
Blanking probably starts at about the 16:04:22 entry, and the actual
crash seems to happen at 16:04:35.

...
16:04:35 gnome-session-b: WARNING: Application 'org.gnome.Shell.desktop' killed 
by signal 6
16:04:35 gnome-shell: Fatal server error:
16:04:35 update-notifier: Error reading events from display: Broken pipe
16:04:35 gnome-shell: 
mutter:ERROR:backends/meta-monitor-manager.c:2267:meta_monitor_manager_get_logical_monitor_from_number:
 assertion failed: ((unsigned int) number < g_list_length 
(manager->logical_monitors))
16:04:28 gnome-software: no app for changed ubuntu-appindicat...@ubuntu.com
16:04:22 gnome-shell: Some code accessed the property 'Client' on the module 
'dbusMenu'. That property was defined with 'let' or 'const' inside the module. 
This was previously supported, but is not correct according to the ES6 
standard. Any symbols to be exported from a module must be defined with 'var'. 
The property access will work as previously for the time being, but please fix 
your code anyway.
...

Crash of gnome-shell can be avoided by changing "Settings - Power -
Power Savings - Blank screen" to "never", and never attempting to lock
the desktop. Alternatively logging in to a Xorg session seems to avoid
crashes.

Bug may be related to
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1721577 but
circumstances leading to crash are completely different.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: xorg 1:7.7+19ubuntu2
ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
Uname: Linux 4.13.0-12-generic x86_64
ApportVersion: 2.20.7-0ubuntu2
Architecture: amd64
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Oct  9 17:47:51 2017
DistUpgraded: Fresh install
DistroCodename: artful
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 NVIDIA Corporation GK208 [GeForce GT 730] [10de:1287] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. GK208 [GeForce GT 730] [1043:84f5]
InstallationDate: Installed on 2017-10-08 (0 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170926)
MachineType: PINNACLE MICRO PROLINE DQ57TM
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-12-generic.efi.signed 
root=UUID=805df197-93bb-4468-8ac9-c1611d91bbbf ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg crash
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/07/2011
dmi.bios.vendor: Intel Corp.
dmi.bios.version: TMIBX10H.86A.0050.2011.1207.1134
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: DQ57TM
dmi.board.vendor: Intel Corporation
dmi.board.version: AAE70931-402
dmi.chassis.type: 3
dmi.chassis.version: UATX
dmi.modalias: 
dmi:bvnIntelCorp.:bvrTMIBX10H.86A.0050.2011.1207.1134:bd12/07/2011:svnPINNACLEMICRO:pnPROLINEDQ57TM:pvr:rvnIntelCorporation:rnDQ57TM:rvrAAE70931-402:cvn:ct3:cvrUATX:
dmi.product.name: PROLINE DQ57TM
dmi.sys.vendor: PINNACLE MICRO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.83-1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.2-0ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.2-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.3-1ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.10.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20170309-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

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


** Tags: amd64 apport-bug artful crash ubuntu wayland-session

** Attachment added: "log of gnome-shell crash at approx 16:04:35"
   

[Bug 1580241] Re: ubuntu-make android android-sdk does not set ANDROID_HOME

2016-12-13 Thread DJ
For me it did not add anything to `~/.profile`.
I had to manually add them all myself. I can't imagine this is by design as I 
just want to
```
$ umake android

$ android
```

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

Title:
  ubuntu-make android android-sdk does not set ANDROID_HOME

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

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


[Bug 1585571] [NEW] package libudev-dev:amd64 229-4ubuntu6 failed to install/upgrade: package libudev-dev:amd64 is already installed and configured

2016-05-25 Thread DJ
Public bug reported:

I don't know

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: libudev-dev:amd64 229-4ubuntu6
Uname: Linux 4.4.8-040408-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Wed May 25 11:40:26 2016
ErrorMessage: package libudev-dev:amd64 is already installed and configured
InstallationDate: Installed on 2015-12-17 (159 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: dpkg
Title: package libudev-dev:amd64 229-4ubuntu6 failed to install/upgrade: 
package libudev-dev:amd64 is already installed and configured
UpgradeStatus: Upgraded to xenial on 2016-05-02 (22 days ago)

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


** Tags: amd64 apport-package xenial

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

Title:
  package libudev-dev:amd64 229-4ubuntu6 failed to install/upgrade:
  package libudev-dev:amd64 is already installed and configured

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

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


[Bug 1577349] [NEW] [Inspiron 13-7359, Conexant CX20722, Black Headphone Out, Left] No automute

2016-05-02 Thread DJ
Public bug reported:

this was after switching headphones with microphone in hdajackretask.
before it did nothing.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
Uname: Linux 4.2.0-35-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dj 1665 F pulseaudio
CurrentDesktop: GNOME
Date: Mon May  2 11:56:10 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-12-17 (136 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_Jack: Black Headphone Out, Left
Symptom_Type: No auto-mute between outputs
Title: [Inspiron 13-7359, Conexant CX20722, Black Headphone Out, Left] No 
automute
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/07/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 01.00.00
dmi.board.name: 0TDTV6
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr01.00.00:bd08/07/2015:svnDellInc.:pnInspiron13-7359:pvr:rvnDellInc.:rn0TDTV6:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Inspiron 13-7359
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

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

Title:
  [Inspiron 13-7359, Conexant CX20722, Black Headphone Out, Left] No
  automute

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

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


[Bug 1577347] [NEW] [Inspiron 13-7359, Conexant CX20722, Black Headphone Out, Left] No sound at all

2016-05-02 Thread DJ
Public bug reported:

headset output not working
audio device not properly detected
have not tested input

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.2.0-35.40-generic 4.2.8-ckt5
Uname: Linux 4.2.0-35-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dj 1665 F pulseaudio
CurrentDesktop: GNOME
Date: Mon May  2 11:50:40 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2015-12-17 (136 days ago)
InstallationMedia: Ubuntu-GNOME 15.10 "Wily Werewolf" - Release amd64 (20151021)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH failed
Symptom_Card: Built-in Audio - HDA Intel PCH
Symptom_DevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dj 1665 F pulseaudio
Symptom_Jack: Black Headphone Out, Left
Symptom_Type: No sound at all
Title: [Inspiron 13-7359, Conexant CX20722, Black Headphone Out, Left] No sound 
at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/07/2015
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 01.00.00
dmi.board.name: 0TDTV6
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr01.00.00:bd08/07/2015:svnDellInc.:pnInspiron13-7359:pvr:rvnDellInc.:rn0TDTV6:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Inspiron 13-7359
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug wily

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

Title:
  [Inspiron 13-7359, Conexant CX20722, Black Headphone Out, Left] No
  sound at all

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

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


[Bug 1341628] Re: [needs-packaging]openjdk-8 in 14.04

2016-01-17 Thread DJ Molny
*** This bug is a duplicate of bug 1368094 ***
https://bugs.launchpad.net/bugs/1368094

+1

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

Title:
  [needs-packaging]openjdk-8 in 14.04

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

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


[Bug 892680] Re: PAM with LDAP breaks authentication to Policykit enabled Gnome applications using LDAP credentials

2015-02-12 Thread DJ
*** This bug is a duplicate of bug 781737 ***
https://bugs.launchpad.net/bugs/781737

Here's a good article on how to handle this for a freeIPA domain, but it
should apply to any remote auth method.

https://www.happyassassin.net/2014/09/09/freeipa-setting-polkit-
policykit-rules-for-users-make-your-user-a-polkit-administrator-on-your-
clients/

I'm sure this is a bug though. It should try to authentication as root,
instead of using some random user.

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

Title:
  PAM with LDAP breaks authentication to Policykit enabled  Gnome
  applications using LDAP credentials

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

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


[Bug 1386828] [NEW] Upstart networking fails on sendmail after 14.10 upgrade

2014-10-28 Thread DJ
Public bug reported:

This occured on both my laptop and desktop, which both had sendmail
installed. During the Ubuntu upgrade I was given the choice of what
sendmail config to use, and I chose 'No configuration'.  Then during
first reboot I hang for a while at startup 'waiting for network
configuration' eventually this times out and ubuntu boots without
networking. A call to start network-manager gets networking working for
this run.

Following error logged in /var/logs/upstart/networking.log
Failed to bring up lo.
/etc/network/if-up.d/sendmail: 44: .: Can't open /usr/share/sendmail/dynamic
run-parts: /etc/network/if-up.d/sendmail exited with return code 2
ifup: post-up script failed.


ran apt-get purge sendmail*

and rebooted, then networking starts properly.

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

Title:
  Upstart networking fails on sendmail after 14.10 upgrade

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

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


[Bug 1376380] Re: lxsession run.log fills up disk

2014-10-02 Thread dj
i had exactly the same problem. just came into work and run.log was
76GB. My Home partion was completely full ( glad i made it a partition
). i restarted lightdm and it cleared it out. uptime shows 1 day 22
hours. at this point run.log does not seem to be growing without bound,
but there are errors in the log file.

** Attachment added: current run.log for lxsession which previously grew to 
76GB
   
https://bugs.launchpad.net/ubuntu/+source/lxsession/+bug/1376380/+attachment/497/+files/run.log.public

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

Title:
  lxsession run.log fills up disk

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

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


[Bug 1376380] Re: lxsession run.log fills up disk

2014-10-02 Thread dj
the log file looks almost like a trace file. should the logging be
turned from debug to info or warning?  And there are a lot of
communications errors.

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

Title:
  lxsession run.log fills up disk

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

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


[Bug 1095751] Re: bcmwl fails to build with 3.8 kernels [error: 'struct cfg80211_ibss_params' has no member named 'channel']

2014-02-13 Thread Dj Skeve Nelis
** Changed in: bcmwl (Ubuntu)
 Assignee: Alberto Milone (albertomilone) = (unassigned)

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

Title:
  bcmwl fails to build with 3.8 kernels [error: 'struct
  cfg80211_ibss_params' has no member named 'channel']

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

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


[Bug 1066480] Re: Installer doesn't show encrypted partitions

2013-11-11 Thread DJ
I found a bug in the cryptroot script run by update-initramfs. On line
523 it tests for a return value from add_device(), and prints an error
message.

if ! modules=$(add_device $dev); then ...

This statement will never be true, therefore the user is never notified
of the error.

I did receive a warning message, indicating that there's no valid entry
for my volume group in /etc/crypttab. However, I can't see why it's even
necessary to have anything in crypttab, because by the time the rootfs
is accessible, and thus /etc/crypttab, the crypt has already been
opened.

However, this page says that an entry is required in /etc/crypttab. Why?
https://help.ubuntu.com/community/EncryptedFilesystemLVMHowto

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

Title:
  Installer doesn't show encrypted partitions

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

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


[Bug 1066480] Re: Installer doesn't show encrypted partitions

2013-11-10 Thread DJ
I can't believe encrypted volumes is still such a hastle on Ubuntu. I
haven't seen this with any other distro I've used. Even Archlinux is
easier, because you actually know why it is or isn't working. On Ubuntu,
you push a few buttons, and hope it boots when you're done. Absraction
is great when it actually works. Otherwise you're just SOL, with no
clear troubleshooting steps.  This really needs to be fixed.

This is the first time I've tried this without the alternate install CD,
which required a different set of post-install interventions to get
working. If you, like me, followed the workaround and ended up at the
initramfs prompt, this is what you need to do:

In addition to selecting mount points and FS types for your encrypted
volumes, you also need to select the containing physical volume, and set
it as Physical disk for encrypted volumes, or something like that.

It's great to make things easy with a GUI installer, but there really
should be instructions for how to do this stuff manually, so you have a
some recourse when it doesn't work. Other than trying random install
options or forum suggestions until it succeeds, but you don't know why.
Thus far I've been unable to find such a thing for Ubuntu. Without good
documentation, you also discourage contributors from helping to solve
the problem.

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

Title:
  Installer doesn't show encrypted partitions

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

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


[Bug 1066480] Re: Installer doesn't show encrypted partitions

2013-11-10 Thread DJ
Never mind, That doesn't work either. Can someone please provide a real
workaround.

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

Title:
  Installer doesn't show encrypted partitions

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

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


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

2013-11-09 Thread DJ Cyborg
Public bug reported:

this happens after update manager finishes

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: ndiswrapper-dkms 1.57-1ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-42.65~precise1-generic 3.5.7.21
Uname: Linux 3.5.0-42-generic i686
NonfreeKernelModules: wl nvidia
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: i386
DKMSKernelVersion: 3.5.0-43-generic
Date: Sat Nov  9 12:19:14 2013
InstallationMedia: Ubuntu 12.04.2 LTS Precise Pangolin - Release i386 
(20130213)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 1.57-1ubuntu1
SourcePackage: ndiswrapper
Title: ndiswrapper-dkms 1.57-1ubuntu1: ndiswrapper kernel module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: 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/1249697

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

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

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


[Bug 1229565] [NEW] Broadcom Drivers Not Installing

2013-09-24 Thread Dj Splash
*** This bug is a duplicate of bug 1228379 ***
https://bugs.launchpad.net/bugs/1228379

Public bug reported:

info from var/log/jockey.log:

2013-09-23 23:59:12,130 DEBUG: BroadcomWLHandler enabled(): kmod disabled, 
bcm43xx: blacklisted, b43: enabled, b43legacy: enabled
2013-09-23 23:59:19,751 DEBUG: Installing package: bcmwl-kernel-source
2013-09-23 23:59:21,583 DEBUG: install progress dpkg-exec 0.00
2013-09-23 23:59:22,286 DEBUG: install progress bcmwl-kernel-source 0.00
2013-09-23 23:59:22,291 DEBUG: install progress bcmwl-kernel-source 20.00
2013-09-23 23:59:22,838 DEBUG: install progress bcmwl-kernel-source 40.00
2013-09-23 23:59:22,903 DEBUG: install progress bcmwl-kernel-source 60.00
2013-09-23 23:59:23,196 DEBUG: install progress dpkg-exec 60.00
2013-09-23 23:59:23,263 DEBUG: install progress bcmwl-kernel-source 60.00
2013-09-23 23:59:23,346 DEBUG: install progress bcmwl-kernel-source 80.00
2013-09-23 23:59:42,088 DEBUG: install progress bcmwl-kernel-source 100.00
2013-09-23 23:59:42,249 DEBUG: install progress initramfs-tools 100.00
2013-09-24 00:00:12,592 DEBUG: Selecting previously unselected package 
bcmwl-kernel-source.
(Reading database ... 199401 files and directories currently installed.)
Unpacking bcmwl-kernel-source (from 
.../bcmwl-kernel-source_6.20.155.1+bdcom-0ubuntu0.0.1_i386.deb) ...
Setting up bcmwl-kernel-source (6.20.155.1+bdcom-0ubuntu0.0.1) ...
Loading new bcmwl-6.20.155.1+bdcom DKMS files...
Building only for 3.8.0-30-generic
Building for architecture i686
Building initial module for 3.8.0-30-generic
Error! Bad return status for module build on kernel: 3.8.0-30-generic (i686)
Consult /var/lib/dkms/bcmwl/6.20.155.1+bdcom/build/make.log for more 
information.
FATAL: Module wl not found.
update-initramfs: deferring update (trigger activated)
Processing triggers for initramfs-tools ...
update-initramfs: Generating /boot/initrd.img-3.8.0-30-generic

2013-09-24 00:00:13,300 WARNING: modinfo for module wl failed: ERROR:
modinfo: could not find module wl

2013-09-24 00:00:13,300 WARNING: /sys/module/wl/drivers does not exist, cannot 
rebind wl driver
2013-09-24 00:00:13,461 DEBUG: BroadcomWLHandler enabled(): kmod disabled, 
bcm43xx: blacklisted, b43: blacklisted, b43legacy: blacklisted

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1
ProcVersionSignature: Ubuntu 3.8.0-30.44~precise1-generic 3.8.13.6
Uname: Linux 3.8.0-30-generic i686
ApportVersion: 2.0.1-0ubuntu17.4
Architecture: i386
DKMSKernelVersion: 3.8.0-30-generic
Date: Mon Sep 23 23:59:41 2013
InstallationMedia: Ubuntu 12.04.3 LTS Precise Pangolin - Release i386 
(20130820.1)
MarkForUpload: True
PackageVersion: 6.20.155.1+bdcom-0ubuntu0.0.1
SourcePackage: bcmwl
Title: bcmwl-kernel-source 6.20.155.1+bdcom-0ubuntu0.0.1: bcmwl kernel module 
failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: bcmwl (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/1229565

Title:
  Broadcom Drivers Not Installing

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

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


[Bug 957486] Re: Cannot change a local user's password when sssd is enabled

2013-09-21 Thread DJ
This bug still exists in 13.04. After installing SSSD, I can no longer
change the password for any user, including root.  Uinstalling SSSD
didn't fix the problem. How can I revert PAM to how it was before I
installed SSSD?

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

Title:
  Cannot change a local user's password when sssd is enabled

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

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


[Bug 957486] Re: Cannot change a local user's password when sssd is enabled

2013-09-21 Thread DJ
I changed common-password to be identical to what it is on another
machine that doesn't have sssd installed, and everything works now. That
involved deleting the sssd line, as well as some pam_unix options. Seems
like this ought to be done when SSSD is removed. In any event, SSSD is
still blocking local password changes in 13.04, even for the root
account.

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

Title:
  Cannot change a local user's password when sssd is enabled

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

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


[Bug 1175028] Re: Mongodb links GPL code with SSL

2013-07-20 Thread DJ
** Changed in: mongodb (Ubuntu Saucy)
   Status: Confirmed = Fix Released

** Changed in: mongodb (Ubuntu Raring)
   Status: Confirmed = Fix Committed

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

Title:
  Mongodb links GPL code with SSL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongodb/+bug/1175028/+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 1175028] Re: Mongodb links GPL code with SSL

2013-07-20 Thread DJ
** Changed in: mongodb (Ubuntu Saucy)
   Status: Confirmed = Fix Released

** Changed in: mongodb (Ubuntu Raring)
   Status: Confirmed = Fix Committed

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

Title:
  Mongodb links GPL code with SSL

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

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


[Bug 1052800]

2013-03-30 Thread DJ
I'm afraid this is another case of yes we support Linux, but it's not a
priority. After all, it's not like we have a lot of options. This is
why I stopped using T-bird long ago, and only returned for exchange mail
support. I only us it at work, otherwise I use a browser. Unfortunately
there just aren't any reliable options for Linux, outside of Android.

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

Title:
  Lightning doesn't show reminder alert on time when the computer
  suspended

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightning-extension/+bug/1052800/+subscriptions

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


[Bug 500069] Re: USB file transfer causes system freezes; ops take hours instead of minutes

2013-03-28 Thread Andrey Dj
Seen this problem for years.
Ubuntu/Linux FAIL.

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

Title:
  USB file transfer causes system freezes; ops take hours instead of
  minutes

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

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


[Bug 1052800]

2013-03-20 Thread DJ
Thunderbird just pulled in the 1.9.1 update, and the bug isn't fixed.
I'm on Fedora 17. Fortunately, my meeting this morning had been
canceled.

The only way it works is if I restart Thunderbird after suspending.
Otherwise, I never get the reminder.

Is this fix only in the Fedora thunderbird-lightning package, or in
lightning proper?

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

Title:
  Lightning doesn't show reminder alert on time when the computer
  suspended

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightning-extension/+bug/1052800/+subscriptions

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


[Bug 1084275] Re: 0930:6545 Large file transfer to Kingston DataTraveller 108 16GB USB hangs for a long time

2012-12-19 Thread DJ
I'm just tried an rsync -r --progress  on the command line, and the hang
is there as well. It lists the next file to copy, but no speed or
progress for a couple minutes, and then it continues, and lists a speed
around 50MB/s

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

Title:
  0930:6545 Large file transfer to Kingston DataTraveller 108 16GB USB
  hangs for a long time

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

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


[Bug 1084275] Re: 0930:6545 Large file transfer to Kingston DataTraveller 108 16GB USB hangs for a long time

2012-12-12 Thread DJ
Just copied the same files onto the drive from OSX, and it doesn't have
this same problem, it's progress updates slower, but is consistent for
the the entire transfer. I see the ui update every 100MiB, which is
taking about 20 seconds each time, but it doesn't pause between files.
On the same machine, but in ubuntu, the progress bar runs through a
700MiB file in a matter of seconds, and then pauses for 4-5 minutes
before any progress is shown on the next file.

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

Title:
  0930:6545 Large file transfer to Kingston DataTraveller 108 16GB USB
  hangs for a long time

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

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


[Bug 1084275] Re: 0930:6545 Large file transfer to Kingston DataTraveller 108 16GB USB hangs for a long time

2012-12-12 Thread DJ
Just downloaded and tested, and the pause is still there with that
kernel. The pause does seem shorter with the newer kernels, but the
total time to transfer seems to stay the same.

Note that even the current quantal stable kernel is giving me faster
results than the day I logged this issue. The day I logged this issue,
the total transfer time for 12GiB was 4 hrs. Currently on 3.5 and 3.7,
those same files take 20-30 min. The pause is still there though.

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

Title:
  0930:6545 Large file transfer to Kingston DataTraveller 108 16GB USB
  hangs for a long time

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

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


[Bug 1084275] Re: 0930:6545 Large file transfer to Kingston DataTraveller 108 16GB USB hangs for a long time

2012-12-11 Thread DJ
Here is the usbmon output. I tailed it for a bit while the progress bar
was hanging, and there was still activity going on in the output.

** Attachment added: usbmon output
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1084275/+attachment/3457799/+files/1.mon.out

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

Title:
  0930:6545 Large file transfer to Kingston DataTraveller 108 16GB USB
  hangs for a long time

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

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


[Bug 1084275] Re: 0930:6545 Large file transfer to Kingston DataTraveller 108 16GB USB hangs for a long time

2012-12-05 Thread DJ
** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream kernel-bug-exists-upstream-v3.7-rc8

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

Title:
  0930:6545 Large file transfer to Kingston DataTraveller 108 16GB USB
  hangs for a long time

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

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


[Bug 1084275] Re: 0930:6545 Large file transfer to Kingston DataTraveller 108 16GB USB hangs for a long time

2012-12-05 Thread DJ
Tested on 3.7rc8 and there is still a long pause after each file (which
is around 700 MB per file) which is around 4-5 minutes.

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

Title:
  0930:6545 Large file transfer to Kingston DataTraveller 108 16GB USB
  hangs for a long time

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

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


[Bug 1073991] Re: Cannot send emails: The reported error was Could not send message: WriteStream: MAPI error MAPI_E_CALL_FAILED (0x80004005) occurred.

2012-11-30 Thread DJ
Worked for me too. Thanks.

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

Title:
  Cannot send emails: The reported error was Could not send message:
  WriteStream: MAPI error MAPI_E_CALL_FAILED (0x80004005) occurred.

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

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


[Bug 992968] Re: Large file transfer to Sandisk Cruzer 8GB USB hangs for a long time

2012-11-28 Thread DJ
I have this same issue with a 16GB Kingston DataTraveler 108 Flash
Drive.

After each file it will hang for  10 minutes before moving onto the
next file.

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

Title:
  Large file transfer to Sandisk Cruzer 8GB USB hangs for a long time

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

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


[Bug 1084275] [NEW] Large file transfer to Kingston DataTraveller 108 16GB USB hangs for a long time

2012-11-28 Thread DJ
Public bug reported:

When copying large files, and especially if you are copying mutliple of
them at once, there will be quite a hang. From the progress bar, each
file seems to copy quickly, but it takes a long time,  10 minutes for
each large file to complete it's final little bit, and move onto the
next file.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: linux-image-3.5.0-18-generic 3.5.0-18.29
ProcVersionSignature: Ubuntu 3.5.0-18.29-generic 3.5.7
Uname: Linux 3.5.0-18-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.6.1-0ubuntu6
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  dmountney   2720 F pulseaudio
 /dev/snd/controlC1:  dmountney   2720 F pulseaudio
 /dev/snd/controlC0:  dmountney   2720 F pulseaudio
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
CheckboxSubmission: 8e4c6e98fa18a6c88839f245443e13d3
CheckboxSystem: edda5d4f616ca792bf437989cb597002
Date: Wed Nov 28 14:43:18 2012
HibernationDevice: RESUME=UUID=253a9a6b-9be4-4434-9318-a168f0d605d4
InstallationDate: Installed on 2011-05-30 (548 days ago)
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MachineType: System manufacturer System Product Name
MarkForUpload: True
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-18-generic 
root=UUID=32542ffb-d5d8-4ccb-a095-a84036d6f11b ro vga=792 quiet splash
RelatedPackageVersions:
 linux-restricted-modules-3.5.0-18-generic N/A
 linux-backports-modules-3.5.0-18-generic  N/A
 linux-firmware1.95
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to quantal on 2012-10-18 (41 days ago)
dmi.bios.date: 09/21/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0505
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: Rampage III Formula
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0505:bd09/21/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnRampageIIIFormula:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


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

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

Title:
  Large file transfer to Kingston DataTraveller 108 16GB USB hangs for a
  long time

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

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


[Bug 729979] Re: [nvidia] Windows appear blank white

2012-10-23 Thread DJ
This might be the same as a problem I am having. I get a different
colored  screens depending on the application, transparent, black, etc,
in ubuntu 12.10 with nvidia 304.51. I have only produced it when the
application is maximized, and if I open it while it's closing animation
is still running. Minimizing and maximizing again slowly fixes the
problem. I can repo every time with all the applications I've tried.

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

Title:
  [nvidia] Windows appear blank white

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

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


[Bug 118433] Re: mahjongg scoreboard: sometimes cannot enter name

2012-10-19 Thread DJ Dallas
The bug appears to be fixed in 12.04.1.

Thanks for the reminder Thomas. We only upgraded our production
machines after the LTS point release, so we hadn't noticed yet. Some
nice improvements made as well!

For the sake of completeness, here are how things stand at the moment:
Ubuntu Precise 12.04.1 LTS (32 bit)
Mahjongg 3.4.1
Packages: mahjongg (precise-updates) 1:3.4.1-0ubuntu2.1; gnome-games-data 
(precise-updates) 1:3.4.1-0ubuntu2.1; etc.

I'm going to (try) mark the bug as completed and close it, as I was the
one who resurrected it in Lucid. If anyone disagrees, feel free to
change it.

Thank you to everyone who worked on this.

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

Title:
  mahjongg scoreboard: sometimes cannot enter name

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-games/+bug/118433/+subscriptions

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


[Bug 118433] Re: mahjongg scoreboard: sometimes cannot enter name

2012-10-19 Thread DJ Dallas
Fixed in 12.04

** Changed in: gnome-games (Ubuntu)
   Status: Incomplete = Fix Released

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

Title:
  mahjongg scoreboard: sometimes cannot enter name

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-games/+bug/118433/+subscriptions

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


[Bug 1037871] Re: package libncurses5-dev 5.9-4 failed to install/upgrade: libncurses5-dev:i386 5.9-4 (Multi-Arch

2012-08-16 Thread DJ Nourse
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1037871

Title:
  package libncurses5-dev 5.9-4 failed to install/upgrade:
  libncurses5-dev:i386 5.9-4 (Multi-Arch

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

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


[Bug 1037871] [NEW] package libncurses5-dev 5.9-4 failed to install/upgrade: libncurses5-dev:i386 5.9-4 (Multi-Arch

2012-08-16 Thread DJ Nourse
Public bug reported:

I was upgrading from 11.04 to 12

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: libncurses5-dev 5.9-4
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
Date: Thu Aug 16 20:56:19 2012
DpkgTerminalLog:
 dpkg: error processing /var/cache/apt/archives/libncurses5-dev_5.9-4_i386.deb 
(--unpack):
  libncurses5-dev:i386 5.9-4 (Multi-Arch: no) is not co-installable with 
libncurses5-dev:amd64 5.9-4 (Multi-Arch: no) which is currently installed
ErrorMessage: libncurses5-dev:i386 5.9-4 (Multi-Arch
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
SourcePackage: ncurses
Title: package libncurses5-dev 5.9-4 failed to install/upgrade: 
libncurses5-dev:i386 5.9-4 (Multi-Arch
UpgradeStatus: Upgraded to precise on 2012-08-17 (0 days ago)

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


** Tags: amd64 apport-package precise

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

Title:
  package libncurses5-dev 5.9-4 failed to install/upgrade:
  libncurses5-dev:i386 5.9-4 (Multi-Arch

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

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


[Bug 980519] Re: Random log off in Ubuntu 12.04 LTS

2012-08-11 Thread DJ
*** This bug is a duplicate of bug 973096 ***
https://bugs.launchpad.net/bugs/973096

This has nothing to do with NVidia. I have an Intel 4500 GMA. I think
I've finally reached the end of my rope with Ubuntu. Just when it's
working for you, they break it. Unity worked very well on my ACER 1410
laptop under 11.04, surprisingly, though it was expected to have many
bugs. But instead of it get refined over the last year, it seems to be
just getting more unstable. I'd hoped to stay with the LTS for awhile,
but I probably won't be staying with Ubuntu at all.

I could never get Unity to work reliably on my desktop, and have long
since replace it with KDE, which has been almost rock solid stable. I
don't like the UI as well, but it has it's own strengths.

I've also noticed the logouts seem to happen when I'm using the web
browser (Chromium), though I haven't verified that.

Almost every time it boots, or resumes from suspend, I get an error
message asking if I want to submit a report. Clicking continue only
leads me in an endless circle of pop messages.

I've tried to be patient with Ubuntu, and had high hopes for it. But
since upgrading to 12.04, I've gone a month without printing, suffered
scores of random log-outs ( with the resulting lost data and time), and
constant error messages. A fresh install didn't help at all. There's the
possibility of sticking with Kubuntu, but the frequent indifference
shown to major bugs like this has left me very disenchanted.

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

Title:
  Random log off in Ubuntu 12.04 LTS

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

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


[Bug 1004977] Re: Printing broken after 12.04 update

2012-06-07 Thread DJ
It was the regular Ubuntu update. I didn't add any repos.

dpkg -l | grep cups:


ii  bluez-cups  4.98-2ubuntu7   
Bluetooth printer driver for CUPS
ii  cups1.5.3-0ubuntu1  
Common UNIX Printing System(tm) - server
ii  cups-bsd1.5.3-0ubuntu1  
Common UNIX Printing System(tm) - BSD commands
ii  cups-client 1.5.3-0ubuntu1  
Common UNIX Printing System(tm) - client programs (SysV)
ii  cups-common 1.5.3-0ubuntu1  
Common UNIX Printing System(tm) - common files
ii  cups-driver-gutenprint  5.2.8~pre1-0ubuntu2 
transitional dummy package for gutenprint printer driver
ii  cups-filters1.0.18-0ubuntu0.1   
OpenPrinting CUPS Filters
ii  cups-pk-helper  0.2.1.2-1   
PolicyKit helper to configure cups with fine-grained privileges
ii  cups-ppdc   1.5.3-0ubuntu1  
Common UNIX Printing System(tm) - PPD manipulation utilities
ii  ghostscript-cups9.05~dfsg-0ubuntu4  
interpreter for the PostScript language and for PDF - CUPS filters
ii  hplip-cups  3.12.2-1ubuntu3 
transitional dummy package for hpcups printer driver
ii  libcups21.5.3-0ubuntu1  
Common UNIX Printing System(tm) - Core library
ii  libcupscgi1 1.5.3-0ubuntu1  
Common UNIX Printing System(tm) - CGI library
ii  libcupsdriver1  1.5.3-0ubuntu1  
Common UNIX Printing System(tm) - Driver library
ii  libcupsfilters1 1.0.18-0ubuntu0.1   
OpenPrinting CUPS Filters - Shared library
ii  libcupsimage2   1.5.3-0ubuntu1  
Common UNIX Printing System(tm) - Raster image library
ii  libcupsmime11.5.3-0ubuntu1  
Common UNIX Printing System(tm) - MIME library
ii  libcupsppdc11.5.3-0ubuntu1  
Common UNIX Printing System(tm) - PPD manipulation library
ii  printer-driver-hpcups   3.12.2-1ubuntu3 
HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
ii  python-cups 1.9.61-0ubuntu2 
Python bindings for CUPS
ii  python-cupshelpers  1.3.8+20120201-0ubuntu8 
Python modules for printer configuration with CUPS

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

Title:
  Printing broken after 12.04 update

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

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


[Bug 1004977] Re: Printing broken after 12.04 update

2012-06-06 Thread DJ
I can confirm that the latest CUPS update solved the problem. Kind of
disappointing though. I was looking forward to figuring out why it
worked in KDE and not Unity or Gnome, but just never got the time to do
it.

Well, it's working.

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

Title:
  Printing broken after 12.04 update

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

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


[Bug 1008071] [NEW] package zoneminder 1.25.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-03 Thread DJ Yap
Public bug reported:

Zoneminder was installed on 11.10 and working without a problem. When I
did the distro upgrade to 12, the package does not manage to proceed.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: zoneminder 1.25.0-1
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
AptOrdering:
 unity-scope-musicstores: Install
 zoneminder: Configure
 unity-scope-musicstores: Configure
Architecture: amd64
Date: Sun Jun  3 17:00:17 2012
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Release amd64 (20110427.1)
SourcePackage: zoneminder
Title: package zoneminder 1.25.0-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to precise on 2012-06-02 (1 days ago)

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


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

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

Title:
  package zoneminder 1.25.0-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1008071] Re: package zoneminder 1.25.0-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2012-06-03 Thread DJ Yap
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1008071

Title:
  package zoneminder 1.25.0-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 1004977] [NEW] Printing broken after 12.04 update

2012-05-26 Thread DJ
Public bug reported:

Since upgrading to 12.04 I'm no longer able to print to my Samsung SCX-
4623f. At first I was unable to print more than one copy at a time, and
then it stopped working altogether. It looks like the print job is being
sent to the queue, but then nothing prints. There is no printing error
message. Unity reports the print job as successful.

I've tried this from two different computers with the same result: An
Acer AS 1410 laptop and a home-built desktop. I tried the to print from
the laptop over Network and USB, with no change. The laptop is running
12.04 32 bit, and my desktop is running 12.04 64 bit.

I've tried:

1 - Re-installing the printer
2 - Completely unplugging the printer, and then re-connection.
3 - Printing from multiple applications: Libre-office, Gedit, and Chrome.
4 - Printing a test page.
5 - Updating and rebooting the system.
6 - I tried printing from Windows XP in VBox - printing worked there.

Finally, I logged out of Unity and into KDE, and found the printing
worked perfectly in KDE. I tried logging back into Unity, in case it was
just a fluke, but printing still did not work in Unity.

I'm using KDE on my desktop so I have access to printing, but this is
not a solution, obviously. I still can't print from my laptop, which
does not have KDE installed.

There's a forum thread that discusses printing issues since upgrading to
12.04, though there seems to be multiple problems being reported there:
http://ubuntuforums.org/showthread.php?t=1967725.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: cups 1.5.2-9ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.37~ppa3-generic-tuxonice 3.2.14
Uname: Linux 3.2.0-24-generic-tuxonice i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
CupsErrorLog:
 W [26/May/2012:00:52:02 -0400] failed to CreateProfile: 
org.freedesktop.ColorManager.AlreadyExists:profile id 
'Samsung-SCX-4623-Series-Gray..' already exists
 W [26/May/2012:00:52:02 -0400] failed to CreateDevice: 
org.freedesktop.ColorManager.AlreadyExists:device id 
'cups-Samsung-SCX-4623-Series' already exists
Date: Sat May 26 15:58:16 2012
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111011)
Lpstat: device for Samsung-SCX-4623-Series: 
usb://Samsung/SCX-4623%20Series?serial=Z2TDBFFB702269Pinterface=1
MachineType: Acer Aspire 1410
Papersize: letter
PpdFiles: Samsung-SCX-4623-Series: Samsung SCX-4623f, 2.0.0
ProcEnviron:
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-24-generic-tuxonice 
root=/dev/mapper/ubuntu-rootvol ro quiet splash vt.handoff=7
SourcePackage: cups
UpgradeStatus: Upgraded to precise on 2012-04-29 (27 days ago)
dmi.bios.date: 08/31/2010
dmi.bios.vendor: INSYDE
dmi.bios.version: v1.3314
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: JM11-MS
dmi.board.vendor: Acer
dmi.board.version: Base Board Version
dmi.chassis.type: 1
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnINSYDE:bvrv1.3314:bd08/31/2010:svnAcer:pnAspire1410:pvrv1.3314:rvnAcer:rnJM11-MS:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
dmi.product.name: Aspire 1410
dmi.product.version: v1.3314
dmi.sys.vendor: Acer

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


** Tags: apport-bug 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/1004977

Title:
  Printing broken after 12.04 update

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

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


[Bug 1004977] Re: Printing broken after 12.04 update

2012-05-26 Thread DJ
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004977

Title:
  Printing broken after 12.04 update

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

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


[Bug 981710] Re: ubuntu 12.04 dont detect my webcam

2012-05-14 Thread DJ Dallas
Affects my wifes Acer Aspire One Netbook. Built-in webcam used to work
in 10.04, and no longer works after 12.04 Precise reinstall. No
reference to existance of the webcam in output of dmesg, lsusb and
lspci. No /dev/video or any variation thereof. All updates and backports
installed as of 14 May 2012.

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

Title:
  ubuntu 12.04 dont detect my webcam

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

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


[Bug 975126] Re: can't remove package firebird2.1-server-common

2012-05-08 Thread DJ-Andrey-sXe
Bug Watch Updater 2012-04-07 wrote:
 Fix Released

Sorry but I can't confirm fix too.
Ubuntu 12.04 Release still contains this bug:
 rmdir: unrecognized option '--ignore-if-not-empty'
12.04 released _after_ date 2012-04-07 mentioned above.

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

Title:
  can't remove package firebird2.1-server-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firebird2.1/+bug/975126/+subscriptions

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


[Bug 973559] Re: Window decoration not showing up

2012-05-02 Thread DJ
Still have this issue.  Just updated from 11.10 to 12.04 yesterday.

Gnome will not launch anything.  Just leaves me with a blank desktop 
background.
Gnome Classic launches.  No boarders or max/min/close buttons on windows.  
Google Chrome is the exception to this.  


Gnome Classic (no effects) launches, but no buttons the same as above.  
Ubuntu (Unity) launches and functions as intended (which in no way delivers a 
suitable desktop by my preferences).

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

Title:
  Window decoration not showing up

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

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


[Bug 978218] [NEW] Account editor renders outside borders of small screens

2012-04-10 Thread DJ Dallas
Public bug reported:

On small displays (such as 1024x600 netbook) the account editor window is to 
big to fit inside the available space. Parts of the window are rendered off the 
screen and cannot be accesssed (particularly the Cancel and OK buttons). The 
window can also not be resized or moved to a position where these controls can 
be reached. The cause seems to be that the account editor window has no 
scrollbars whatsoever and therefore cannot resized small enough to fit within 
these small displays. 
There seems to be a regression here as in Evolution 2.28.3 on Ubuntu 10.04 
Netbook Remix this was not an issue.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: evolution 3.2.3-0ubuntu5
ProcVersionSignature: Ubuntu 3.2.0-22.35-generic-pae 3.2.14
Uname: Linux 3.2.0-22-generic-pae i686
ApportVersion: 2.0-0ubuntu4
Architecture: i386
Date: Tue Apr 10 19:21:44 2012
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/evolution
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Beta i386 (20120328)
ProcEnviron:
 LANGUAGE=en_ZA:en
 PATH=(custom, no user)
 LANG=en_ZA.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug apport-lpi 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/978218

Title:
  Account editor renders outside borders of small screens

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

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


[Bug 978218] Re: Account editor renders outside borders of small screens

2012-04-10 Thread DJ Dallas
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/978218

Title:
  Account editor renders outside borders of small screens

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

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


[Bug 975126] [NEW] can't remove package firebird2.1-server-common

2012-04-06 Thread DJ-Andrey-sXe
Public bug reported:

$ sudo apt-get remove firebird2.1-server-common
...
rmdir: unrecognized option '--ignore-if-not-empty'
Try `rmdir --help' for more information.
...
E: Sub-process /usr/bin/dpkg returned an error code (1)

***

$ lsb_release -rd
Description:Ubuntu precise (development branch)
Release:12.04

ubuntu-12.04-beta2-server-i386.iso

** Affects: firebird2.1 (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/975126

Title:
  can't remove package firebird2.1-server-common

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firebird2.1/+bug/975126/+subscriptions

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


[Bug 848823] Re: nfs-kernel-server requires a real interface to be up

2012-03-22 Thread DJ
I can confirm this issue. It seemed to have either started after
upgrading to 11.10 from 11.04, or after changing my exports from IPs to
DNS names. Apparently, it was both.

I did see an error message the other day which said that NFS was unable
to resolve DNS, but I couldn't remember where it was. I can't find it in
any of my log files. It must have been on reboot. Where would that be
logged at?

Also, it seems to occur after rebooting. Desktop server. So an exact
match.

I also found, on my laptop, that my ifdown scripts that stopped NFS and
SSHFS connections from hanging when the network connection dropped,
stopped working in 11.10. Do those scripts not get run anymore?

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

Title:
  nfs-kernel-server requires a real interface to be up

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

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


[Bug 945193] Re: synaptic crashed with SIGSEGV everytime when i add a repository and i reload the packages information

2012-03-02 Thread dj (belgium)
*** This bug is a duplicate of bug 936677 ***
https://bugs.launchpad.net/bugs/936677


** Visibility changed to: Public

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

Title:
  synaptic crashed with SIGSEGV everytime when i add a repository and i
  reload the packages information

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

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


[Bug 890890] Re: Corruption of images in Java applets after update to Oneiric

2012-01-21 Thread DJ
This problem has somehow resolved. I haven't changed my JRE version, so
it must have been a system update that did it. Rendering of the same
elements in the applet does lag a bit, but there's no more corruption.

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

Title:
  Corruption of images in Java applets after update to Oneiric

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

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


[Bug 764330] Re: [regression] Moving windows lags behind the mouse by 1-2 seconds; appear to freeze when dragging.

2012-01-21 Thread DJ
I tried setting the mouse poll and using Chrome instead of Firefox. Both
seemed to have improved the issue, but have not fixed it. The time it
takes for the problem to resurface has gone from hours to days.
Apparently, these have been successful workarounds for some people.
Changing mouse poll rate via the Compiz plugin appears to do nothing.

Is there any chance of the proposed fix being applied in 11.10, or will
be delayed until 12.04? One of my greatest frustrations with Ubuntu
lately is that Canonical seems to quickly abandon recent releases, and
focus all attention on the next one.

I've tried to be patient with Unity - and even upgraded to, supposedly,
friendlier hardware - but it's interfering with my workflow far too
much. Frequent running unity --replace, logouts, and reboots have only
gotten worse from 11.04 to 11.10. I really like Unity overall, but I've
switched over to Gnome 3 for now so I can get some work done. So far,
it's been much more stable.

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

Title:
  [regression] Moving windows lags behind the mouse by 1-2 seconds;
  appear to freeze when dragging.

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

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


[Bug 388419] Re: sshfs mount locked up after suspend

2012-01-21 Thread DJ
I experience this problem for both NFS and SSHFS. If I try to suspend
when connected to either, suspend fails. Also, nautilus hangs if the
interface goes down while connected to the remote FS.

Placing the script shown in
http://ubuntuforums.org/archive/index.php/t-430312.html in /etc/network
/if-down.d/ worked almost flawlessly in 11.04, but fails in 11.10.

I did make a few alterations to the script. I actually didn't have a
problem with NFS in 11.04, but that has changed in 11.10. Therefore, I
added nfs and nfs4 to the umount script.

I tried placing the script in sleep.d/, but that locks my laptop mid-
suspend, and I have to do a hard shutdown. The script seems to execute
too late in the process.

So how can you get the remote FS to umount before suspending, so it
doesn't interfere with the suspend process?

Also, my nfs client in 11.10 is defaulting to nfsv4, which has caused
additional problems. It seems premature to make v4 the default.


** Attachment added: Script to umount network shares when interfaces go down
   
https://bugs.launchpad.net/ubuntu/+source/sshfs-fuse/+bug/388419/+attachment/2685767/+files/umountsshfs

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

Title:
  sshfs mount locked up after suspend

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

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


[Bug 388419] Re: sshfs mount locked up after suspend

2012-01-21 Thread DJ
I should clarify, the scripts in ifdown.d/ don't even execute on suspend
in 11.10. I put a test script there that simply logs activity, and it
never ran.

Kent, it seems that your script is executing, so that's curious.

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

Title:
  sshfs mount locked up after suspend

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

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


[Bug 764330] Re: Move window annoying slow with compiz

2011-11-25 Thread DJ
I have this bug with a Nvidia GT430, 4GB mem, AM2 X2, Ubuntu 11.10 64
bit. However, I haven't had it on my laptop which uses Intel graphics.
But I always use the touchpad there. It happens after unity has been
running for awhile. ctl+f2 then unity --replace always fixes it
temporarily. If I had a dollar for every unity --replace I've done since
11.04...

But, honestly, I like Unity. Just getting tired of the bugs. It runs
great on my laptop. 32 bit, not 64. 64 bit has java applet problems. If
stability is paramount, I advise waiting at least until 12.04 to try
Unity.

I also found that restarting Firefox fixes it for awhile. This makes me
think that there's a memory leak somewhere. Fortunately unity --replace
fixes most mem leak issues for awhile. Pretty common with the Nvidia and
ATI drivers. I haven't had any problem with Intel. I know that there's a
slow Xorg and Compiz mem leak. It was much worse before I replaced the
onboard ATI with the Nvidia GT. Oh, I'm so tired of memory leaks :-(

You can check this out by running top in the terminal. The actually
percentage isn't as important as just comparing it to what's normal for
that process. Xorg usually starts out below 1% and slowly creeps up.
Compiz starts around 2%, and rises more quickly. I usually get a
noticeable slow down at around 5%.

I restarted firefox about 10 min ago, and the choppiness is back
already.

I'm also wondering whether this problem exists on a 32 bit install, or
if it's just a 64 bit issue. I've generally found the the 64 bit system
is more abundant in bugs.

I haven't tried the mouse polling trick yet. It doesn't sound like it
always works. It could be that the mouse is somehow exacerbating the
memory leak.

I also tried running in Gnome-Shell, and had no problems there, but I
only used it for a day or two.

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

Title:
  Move window annoying slow with compiz

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

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


[Bug 764330] Re: Move window annoying slow with compiz

2011-11-25 Thread DJ
One other point: I have doubts about the mouse controller being the
cause. My computer can be working fine, then I'll leave and come back
several hours later and the problem is back. I can't see how the mouse
can cause problems when it's not being used. More likely, it's just
compensating. Like walking slower when your tired. But eventually your
going to have to eat something or take a nap. I think the real culprit
here is Compiz. There's a big memory leak with certain graphics drivers.
Obviously, though, not everyone's having the same issue. Just similar
symptoms.

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

Title:
  Move window annoying slow with compiz

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

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


[Bug 890890] Re: Corruption of images in Java applets after update to Oneiric

2011-11-24 Thread DJ
Update: I reinstalled Ubuntu, and switched to 32 bit. The problem is
gone now. I figured it out by running both 32 bit and 64 bit off a flash
drive, and only the 64 bit version had the problem. However, it's not a
64 bit Java issue, as my other machine is 64 bit and has no problems. So
it's probably the 64 bit graphics driver. In general, I've found the
intel graphics to work much better with Unity than others, so this is a
surprise. The problem may have been present in 11.04 as well, since my
previous install was 32 bit.

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

Title:
  Corruption of images in Java applets after update to Oneiric

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

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


[Bug 646724] Re: not all files show up in files-place

2011-11-15 Thread DJ
I think the dash is revolutionary compared to the old way of finding
files and applications. It presents the user with a much simpler and
more intuitive way to get to what they're looking for. But it's useless
to me if I can't really use it to find stuff, or if I can only find a
small subset of my home content. Right now it's really nothing more than
a novelty, and not very useful for files and folders. I hope that
changes in the near future. IMHO, the concept is so far ahead of what
MAC and Windows currently offer. It's really unity's biggest selling
point., but it has to actually work.

The solution is really quite simple, if you can take your dev hat off
for a second and see it from a user's standpoint. Show recent files and
folders first, with a button to press to do a deeper search. The button
needs to be obvious and visible, not hidden away on the filter results
menu.  In fact, it could be a few buttons, e.g. one week, one month, 6
months, one year, show all. Much like a browser history. You could put
them all in a drop down menu.

You could wait to implement everything through Zeitgeist, but why not
offer a temporary fix using Linux's built in search functions. Use
locate first, and then keep going with find. If locate finds what the
user's looking for, the search stops when they click on it. That way,
potential users won't just dismiss Unity as beta software and go
elsewhere. They may not be willing to give it another try for 12.04.
Especially after they spend 1-2k on a Macbook. I have several potential
users lined up, but I'm hesitant because of stuff like this. The idea is
to wow them with how convenient and intuitive it is, rather than to
disappoint and frustrate.

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

Title:
  not all files show up in files-place

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

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


[Bug 890890] Re: Corruption of images in Java applets after update to Oneiric

2011-11-15 Thread DJ
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/890890

Title:
  Corruption of images in Java applets after update to Oneiric

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

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


[Bug 890890] [NEW] Corruption of images in Java applets after update to Oneiric

2011-11-15 Thread DJ
Public bug reported:

After upgrading Oneiric, some of the images and buttons in Java Applets
are corrupted. I have the same version of Ubuntu and Java on my desktop
with no issues, so I'm guessing it's an updated graphics driver causing
the problem. I installed Java 6 JRE from Oracle because OpenJDK wasn't
working. However, I have did this on both of my machines, and only my
laptop has the problem. I tried re-installing the whole OS again, and
then re-installing Java right after, but that didn't fix it.
Interestingly, System Info reports the graphics as unknown, but lspic
detects it correctly. I've attached a screen shot of the applet.

Graphics Driver: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
Ubuntu 11.10 64 bit (installed on LUKS volume using alt CD)
Acer 1410
CPU: Intel Core 2 SOlo processor SU3500 (1..4 Ghz, 800 MHz FSB)
VGA: Intel GMA 4500MHD UP to 732 MB DVMT
LCD: 11.6 HD LED LCD
RAM: 2 GB
HDD: 250 GB
WLAN: Acer Nplify 802.11a/b/g/Draft-N (2.4 and 5 GHz)
Battery: 6-cell 4400mAh L-ion

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: xorg 1:7.6+7ubuntu7
ProcVersionSignature: Ubuntu 3.0.0-12.20~ppa1-generic-tuxonice 3.0.4
Uname: Linux 3.0.0-12-generic-tuxonice x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
CompizPlugins: 
[core,bailer,detection,composite,opengl,compiztoolbox,decor,move,place,imgpng,session,grid,resize,snap,gnomecompat,mousepoll,vpswitch,regex,unitymtgrabhandles,wall,animation,expo,ezoom,workarounds,fade,scale,unityshell]
CompositorRunning: compiz
Date: Tue Nov 15 14:54:27 2011
DistUpgraded: Fresh install
DistroCodename: oneiric
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
GraphicsCard:
 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller 
[8086:2a42] (rev 07) (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Device [1025:029b]
   Subsystem: Acer Incorporated [ALI] Device [1025:029b]
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
MachineType: Acer Aspire 1410
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.0.0-12-generic-tuxonice 
root=/dev/mapper/ubuntu-rootvol ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/08/2009
dmi.bios.vendor: INSYDE
dmi.bios.version: v0.3117
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: Base Board Product Name
dmi.board.vendor: Acer
dmi.board.version: Base Board Version
dmi.chassis.type: 1
dmi.chassis.vendor: Chassis Manufacturer
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnINSYDE:bvrv0.3117:bd09/08/2009:svnAcer:pnAspire1410:pvrv0.3117:rvnAcer:rnBaseBoardProductName:rvrBaseBoardVersion:cvnChassisManufacturer:ct1:cvrChassisVersion:
dmi.product.name: Aspire 1410
dmi.product.version: v0.3117
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.6+bzr20110929-0ubuntu5
version.ia32-libs: ia32-libs 20090808ubuntu26
version.libdrm2: libdrm2 2.4.26-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 7.11-0ubuntu3
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 7.11-0ubuntu3
version.xserver-xorg: xserver-xorg 1:7.6+7ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.6.0-1ubuntu13
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20110811.g93fc084-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.15.901-1ubuntu2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110411+8378443-1

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


** Tags: amd64 apport-bug compiz-0.9 oneiric regression-update running-unity 
ubuntu

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

Title:
  Corruption of images in Java applets after update to Oneiric

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

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


[Bug 890890] Re: Corruption of images in Java applets after update to Oneiric

2011-11-15 Thread DJ
** Attachment added: Corrupted Java Applet
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/890890/+attachment/2598212/+files/Screenshot%20at%202011-11-15%2014%3A52%3A48.png

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

Title:
  Corruption of images in Java applets after update to Oneiric

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

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


[Bug 699802] Re: error:: no video mode activated

2011-11-04 Thread DJ
#24 worked for me as well.

Acer 1410
Intel GMA 4500MHD graphics
LUKS volume with separate boot part

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

Title:
  error:: no video mode activated

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

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


[Bug 875557] Re: Compiz grid overlay appears after workspace switcher use

2011-11-03 Thread DJ
I know it's only a work around but has anyone else tried setting the
thresholds to zero. It at least lets you get back to work.

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

Title:
  Compiz grid overlay appears after workspace switcher use

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-plugins-main/+bug/875557/+subscriptions

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


[Bug 875557] Re: Compiz grid overlay appears after workspace switcher use

2011-11-02 Thread DJ
Update: Changing the thresholds did not make it go away, though it
happens less frequently. I set them all to zero, so we'll if it comes
back. It often happens right after rebooting the system. Definitely more
than an annoyance, as it's impossible to get anything done while it's
happening. Thus far, I'm pretty frustrated with Oneiric. It seems to
have added at least as many bugs as it solved.

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

Title:
  Compiz grid overlay appears after workspace switcher use

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-plugins-main/+bug/875557/+subscriptions

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


[Bug 860375] Re: my expo edge settings is not kept after reboot or session logout.

2011-11-02 Thread DJ
The problem seems to be solved now. But I'll wait and see.

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

Title:
  my expo edge settings is not kept after reboot or session logout.

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

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


[Bug 884288] [NEW] Message menu doesn't refresh new mail state for Thunderbird

2011-10-31 Thread DJ
Public bug reported:

If I open messages without clicking on the new mail icon in the panel,
the icon stays blue, indicating that there's still new messages. The
program should somehow check whether there's still unopened messages in
the inbox.

Ubuntu 11.10
Thunderbird 7.0.1+build1+nobinonly-0ubuntu1 0
notify-osd 0.9.32-0ubuntu3 0

Bug summary: Notification menu should refresh when mail is opened
without clicking on the message menu first. This doesn't happen.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: thunderbird 7.0.1+build1+nobinonly-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  david  5675 F pulseaudio
 /dev/snd/controlC0:  david  5675 F pulseaudio
BuildID: 20110929183320
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xfe024000 irq 16'
   Mixer name   : 'Realtek ALC889A'
   Components   : 'HDA:10ec0885,1458a002,00100101'
   Controls  : 39
   Simple ctrls  : 22
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xfcffc000 irq 19'
   Mixer name   : 'Nvidia GPU 14 HDMI/DP'
   Components   : 'HDA:10de0014,10de0101,00100100'
   Controls  : 16
   Simple ctrls  : 4
Channel: release
Date: Mon Oct 31 09:42:23 2011
ExecutablePath: /usr/lib/thunderbird-7.0.1/thunderbird-bin
ForcedLayersAccel: False
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111011)
IpRoute:
 default via 192.168.0.1 dev eth0  proto static 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.0.0/24 dev eth0  proto kernel  scope link  src 192.168.0.5  metric 1
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
LocalLibraries: 
/home/david/.thunderbird/6l6usuoc.default/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/components/Linux_x86_64-gcc3/libcalbasecomps.so
Profiles: Profile0 (Default) - LastVersion=7.0.1/20110929183320 (Running)
RfKill:
 
RunningIncompatibleAddons: False
SourcePackage: thunderbird
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/30/2008
dmi.bios.vendor: Award Software International, Inc.
dmi.bios.version: F4
dmi.board.name: RS780-SB700
dmi.board.version: Unknox
dmi.chassis.type: 3
dmi.chassis.vendor: Unknow
dmi.chassis.version: Unknow
dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF4:bd04/30/2008:svnUnknow:pnUnknow:pvrUnknow:rvn:rnRS780-SB700:rvrUnknox:cvnUnknow:ct3:cvrUnknow:
dmi.product.name: Unknow
dmi.product.version: Unknow
dmi.sys.vendor: Unknow

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


** Tags: amd64 apport-bug local-libs oneiric running-unity

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

Title:
  Message menu doesn't refresh new mail state for Thunderbird

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

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


[Bug 884288] Re: Message menu doesn't refresh new mail state for Thunderbird

2011-10-31 Thread DJ
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/884288

Title:
  Message menu doesn't refresh new mail state for Thunderbird

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

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


[Bug 883685] Re: Compiz Grid plugin square pops up randomly on left side of screen

2011-10-31 Thread DJ
Turning down the thresholds in the edges tab of the Compiz Grid plugin
seems to have alleviated this problem. I'll report back if it reemerges.
I turned them all down to 1, but found that snapping on the right side
of the screen didn't work. The threshold for the right edge had to be
set to 4 in order for it to work.

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

Title:
  Compiz Grid plugin square pops up randomly on left side of screen

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

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


[Bug 883685] Re: Compiz Grid plugin square pops up randomly on left side of screen

2011-10-31 Thread DJ
I should note that I didn't have this problem in Natty, so this bug
should be categorized under Oneiric. A similiar bug is reported in Bug
#862260, though it's not quite the same.

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

Title:
  Compiz Grid plugin square pops up randomly on left side of screen

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

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


[Bug 883685] Re: Compiz Grid plugin square pops up randomly on left side of screen

2011-10-31 Thread DJ
*** This bug is a duplicate of bug 875557 ***
https://bugs.launchpad.net/bugs/875557

** This bug has been marked a duplicate of bug 875557
   Compiz grid overlay appears after workspace switcher use

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

Title:
  Compiz Grid plugin square pops up randomly on left side of screen

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

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


[Bug 875557] Re: Compiz grid overlay appears after workspace switcher use

2011-10-31 Thread DJ
I reported basically the same behavior as Doug. Sometimes it happens,
and sometimes it doesn't. It occurs on both edges of the screen, but I
haven't been able to consistently reproduce it. I've marked my bug (Bug
#883685) as a duplicate of this one, though it's worth looking at the
notes for my bug. It also seems that I've resolved it on my system by
reducing the the thresholds for the Grid plugin. I reduced them all to
1, but had to raise the right edge to 4 to get snap to work again.

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

Title:
  Compiz grid overlay appears after workspace switcher use

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-plugins-main/+bug/875557/+subscriptions

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


[Bug 875557] Re: Compiz grid overlay appears after workspace switcher use

2011-10-31 Thread DJ
Here's a shot of my settings.

** Attachment added: Compiz Grid threshold settings
   
https://bugs.launchpad.net/ubuntu/+source/compiz-plugins-main/+bug/875557/+attachment/2581086/+files/Screenshot%20at%202011-10-31%2019%3A14%3A13.png

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

Title:
  Compiz grid overlay appears after workspace switcher use

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz-plugins-main/+bug/875557/+subscriptions

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


[Bug 883685] Re: Compiz Grid plugin square pops up randomly on left side of screen

2011-10-29 Thread DJ
This usually occurs on the left side of the screen, but also occurs on
the right side sometimes when initiating expo edge.

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

Title:
  Compiz Grid plugin square pops up randomly on left side of screen

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

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


[Bug 883685] Re: Compiz Grid plugin square pops up randomly on left side of screen

2011-10-29 Thread DJ
It would be great if you could access the bug reporting application from
dash by typing something like bug or bug report. I tried that but
nothing came up, so I just logged in and posted the bug here. I'll
remember to use apport in the future. Thanks.

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

Title:
  Compiz Grid plugin square pops up randomly on left side of screen

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

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


[Bug 840905] Re: color-whyimportant missing

2011-10-07 Thread dj (belgium)
The page color-whyimportant exist at least with the 3.2.0.1-0ubuntu1

** Changed in: gnome-user-docs (Ubuntu)
   Status: Confirmed = Fix Released

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

Title:
  color-whyimportant  missing

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

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


[Bug 836250] Re: [Oneiric] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2011-09-29 Thread DJ
does this mean i can ubuntu update to get these changes? or do i need to
get it from a special ppa? thanks

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

Title:
  [Oneiric] Intel Corporation Centrino Ultimate-N 6300 poor networking,
  packet loss and very slow Lenovo X201 and T500 laptops

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

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


  1   2   3   >