[Bug 1754685] Re: unity

2018-03-12 Thread Daniel Convissor
Upgraded unity and a bunch of other packages on 2018-03-09.  After
rebooting the next time, a crash dialog appeared.  The unity interface
didn't load.  Clicked the report bug button.

The computer and I did the same thing on rebooting this evening to
examine the logs.

Date: Mon Mar 12 20:52:02 2018 [That's Eastern Daylight Time, UTC-4]

The title line in the crash log is:

compiz-config-profile-setter crashed with SIGSEGV in
ccsObjectGetInterface_()

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

Title:
  unity

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

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

[Bug 1527645] Re: grub-mkconfig hangs (due to acting on closed handle?)

2016-06-12 Thread Daniel Convissor
This problem persists, as seen while upgrading to linux-
image-3.19.0-61-generic.

@vorlorn: please advise how to provide debug information.

** Summary changed:

- grub-mkconfig hangs (due to acting on closed handle?)
+ grub-mkconfig hangs

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

Title:
  grub-mkconfig hangs

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

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


[Bug 1527645] Re: grub-mkconfig hangs (due to acting on closed handle?)

2016-01-03 Thread Daniel Convissor
** Changed in: grub2 (Ubuntu)
   Status: Incomplete => New

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

Title:
  grub-mkconfig hangs (due to acting on closed handle?)

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

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


[Bug 1527645] Re: grub-mkconfig hangs (due to acting on closed handle?)

2015-12-18 Thread Daniel Convissor
** Attachment added: "output of strace grub-mkconfig"
   
https://bugs.launchpad.net/ubuntu/+source/grub/+bug/1527645/+attachment/4536905/+files/2015-12-18-grub-mkconfig-strace.log

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

Title:
  grub-mkconfig hangs (due to acting on closed handle?)

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

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


[Bug 1527645] [NEW] grub-mkconfig hangs (due to acting on closed handle?)

2015-12-18 Thread Daniel Convissor
Public bug reported:

Calling "grub-mkconfig -o /boot/grub/grub.cfg" hangs.  I came across
this when running "apt-get upgrade", during the kernel post install
step, where it hangs on this line in the log:

run-parts: executing /etc/kernel/postinst.d/zz-update-grub
3.19.0-41-generic /boot/vmlinuz-3.19.0-41-generic

I ran strace on calling grub-mkconfig.  I'll attach the output, but
here's a summary of the output.  To my untrained eye, it looks like
grub-mkconfig is calling pipe() and read() on a closed handle.

vvv
... snip ...
read(3, "/dev/mapper/ubuntu--vg-root\n", 128) = 28
read(3, "", 128)= 0
--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=17818, si_status=0, 
si_utime=0, si_stime=0} ---
rt_sigreturn()  = 0
close(3)= 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 17818
pipe([3, 4])= 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, 
child_tidptr=0x7fe3556d7a10) = 17819
close(4)= 0
read(3, 
^
|
NOTE: THE PROCESS HANGS THERE

NOTE: AFTER KILLING THE PROCESS, THE LINE CONTINUES THERE
|
v
read(3, 0x7ffddd6b62e0, 128)= ? ERESTARTSYS (To be restarted if 
SA_RESTART is set)
--- SIGTERM {si_signo=SIGTERM, si_code=SI_USER, si_pid=16554, si_uid=0} ---
+++ killed by SIGTERM +++
^^^

Here are the package versions on hand as determined by "apt-cache policy
grub grub-pc grub-efi"

vvv
grub:
  Installed: (none)
  Candidate: 0.97-29ubuntu66
  Version table:
 0.97-29ubuntu66 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
grub-pc:
  Installed: 2.02~beta2-9ubuntu1.6
  Candidate: 2.02~beta2-9ubuntu1.6
  Version table:
 *** 2.02~beta2-9ubuntu1.6 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
100 /var/lib/dpkg/status
 2.02~beta2-9 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
grub-efi:
  Installed: (none)
  Candidate: 2.02~beta2-9ubuntu1.6
  Version table:
 2.02~beta2-9ubuntu1.6 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main amd64 
Packages
 2.02~beta2-9 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
^^^

This is similar to what happened to me in bug #1510563 about a month
ago.

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


** Tags: grub-mkconfig hang

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

Title:
  grub-mkconfig hangs (due to acting on closed handle?)

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

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


[Bug 1510563] Re: package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 10

2015-12-18 Thread Daniel Convissor
I just opened bug #1527645, which I suspect is related to this.

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

Title:
  package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
  exited with return code 10

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

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


[Bug 1527645] Re: grub-mkconfig hangs (due to acting on closed handle?)

2015-12-18 Thread Daniel Convissor
So I ran

strace -ff -o 2015-12-18-grub-mkconfig-strace-ff sh -x /usr/sbin/grub-
mkconfig

That produced 1000 files and took several attempts to kill off the
various processes that spawned after killing the hung ones.  I doubt
anyone wants to see 1000 strace dumps.  Please advise.

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

Title:
  grub-mkconfig hangs (due to acting on closed handle?)

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

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


[Bug 1450557] Re: 15.04: Broadwell HD 5500: screen corruption after logout

2015-11-19 Thread Daniel Convissor
Perhaps the problem was just in the installer ISO.  The video has been
stable on the installed 14.04.

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

Title:
  15.04: Broadwell HD 5500: screen corruption after logout

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

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


[Bug 1358157] Re: virtualbox-dkms 4.3.10-dfsg-1: virtualbox kernel module failed to build [error: macro "alloc_netdev" requires 4 arguments, but only 3 given]

2015-11-18 Thread Daniel Convissor
I did the following and things are running okay.  Thanks!

apt-get purge virtualbox
The following packages will be REMOVED:
virtualbox* virtualbox-dkms* virtualbox-qt*

wget https://launchpad.net/~costamagnagianfranco/+archive/ubuntu
/costamagnagianfranco-
ppa/+files/virtualbox_4.3.34-dfsg-1%2Bdeb8u1ubuntu1_amd64.deb

wget https://launchpad.net/~costamagnagianfranco/+archive/ubuntu
/costamagnagianfranco-ppa/+files/virtualbox-
dkms_4.3.34-dfsg-1%2Bdeb8u1ubuntu1_all.deb

wget https://launchpad.net/~costamagnagianfranco/+archive/ubuntu
/costamagnagianfranco-ppa/+files/virtualbox-
qt_4.3.34-dfsg-1%2Bdeb8u1ubuntu1_amd64.deb

apt-get install libgsoap4

dpkg -i virtualbox-dkms_4.3.34-dfsg-1+deb8u1ubuntu1_all.deb
dpkg -i virtualbox_4.3.34-dfsg-1+deb8u1ubuntu1_amd64.deb
dpkg -i virtualbox-qt_4.3.34-dfsg-1+deb8u1ubuntu1_amd64.deb

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

Title:
  virtualbox-dkms 4.3.10-dfsg-1: virtualbox kernel module failed to
  build [error: macro "alloc_netdev" requires 4 arguments, but only 3
  given]

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

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


[Bug 1358157] Re: virtualbox-dkms 4.3.10-dfsg-1: virtualbox kernel module failed to build [error: macro "alloc_netdev" requires 4 arguments, but only 3 given]

2015-11-17 Thread Daniel Convissor
This problem is fixed in VirtualBox-4.3.34 (maybe even earlier).  Can
Ubuntu's packaged version please be upgraded?  That way everyone can get
on with our lives.

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

Title:
  virtualbox-dkms 4.3.10-dfsg-1: virtualbox kernel module failed to
  build [error: macro "alloc_netdev" requires 4 arguments, but only 3
  given]

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

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


[Bug 1358157] Re: virtualbox-dkms 4.3.10-dfsg-1: virtualbox kernel module failed to build [error: macro "alloc_netdev" requires 4 arguments, but only 3 given]

2015-11-17 Thread Daniel Convissor
In case someone just wants to backport this particular fix, it's in
r52420 in trunk.

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

Title:
  virtualbox-dkms 4.3.10-dfsg-1: virtualbox kernel module failed to
  build [error: macro "alloc_netdev" requires 4 arguments, but only 3
  given]

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

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


[Bug 1510563] Re: package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 10

2015-11-13 Thread Daniel Convissor
@deadking01: does upgrading to the latest code work for you too?

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

Title:
  package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
  exited with return code 10

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

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


[Bug 1510563] Re: package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 10

2015-11-13 Thread Daniel Convissor
FYI:  unattended upgrade ran on my box a moment ago.  It upgraded grub
to 2.02~beta2-9ubuntu1.4 and kernel 3.19.0-33.  Everything ran fine,
including the zz-update-grub postinst.d step.

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

Title:
  package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
  exited with return code 10

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

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


[Bug 1510563] Re: package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 10

2015-11-08 Thread Daniel Convissor
@psusi I posted some logs earlier. Which logs do you want?  I put the
stuff here rather than open a duplicate.  Perhaps it's a separate issue,
but it sure seems the same.  (Famous last words. :)

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

Title:
  package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
  exited with return code 10

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

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


[Bug 1510563] Re: package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 10

2015-11-08 Thread Daniel Convissor
The virtualbox-dkms.0.crash attachment arose from a post install step
while upgrading to the new kernel.  (See the reference to /var/crash
/virtualbox-dkms.0.crash in the output I posted.)  I initially suspected
a conflict with dkms was the source of the zz-update-grub hang.  Turns
out it's not.

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

Title:
  package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
  exited with return code 10

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

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


[Bug 1510563] Re: package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 10

2015-11-08 Thread Daniel Convissor
Looks like that was the original poster.  I'm on straight up Trusty,
installed about a month ago.

uname -a
Linux x250 3.19.0-31-generic #36~14.04.1-Ubuntu SMP Thu Oct 8 10:21:08 UTC 2015 
x86_64 x86_64 x86_64 GNU/Linux

grep VERSION= /etc/os-release 
VERSION="14.04.3 LTS, Trusty Tahr"

** Changed in: grub (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/1510563

Title:
  package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
  exited with return code 10

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

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


[Bug 1510563] Re: package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 10

2015-11-07 Thread Daniel Convissor
apt-cache policy grub grub-pc grub-efi

grub:
  Installed: (none)
  Candidate: 0.97-29ubuntu66
  Version table:
 0.97-29ubuntu66 0
500 http://mirror.pnl.gov/ubuntu/ trusty/main amd64 Packages

grub-pc:
  Installed: 2.02~beta2-9ubuntu1.3
  Candidate: 2.02~beta2-9ubuntu1.3
  Version table:
 *** 2.02~beta2-9ubuntu1.3 0
500 http://mirror.pnl.gov/ubuntu/ trusty-updates/main amd64 Packages
100 /var/lib/dpkg/status
 2.02~beta2-9 0
500 http://mirror.pnl.gov/ubuntu/ trusty/main amd64 Packages

grub-efi:
  Installed: (none)
  Candidate: 2.02~beta2-9ubuntu1.3
  Version table:
 2.02~beta2-9ubuntu1.3 0
500 http://mirror.pnl.gov/ubuntu/ trusty-updates/main amd64 Packages
 2.02~beta2-9 0
500 http://mirror.pnl.gov/ubuntu/ trusty/main amd64 Packages

** Changed in: grub (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/1510563

Title:
  package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
  exited with return code 10

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

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


[Bug 1510563] Re: package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 10

2015-11-06 Thread Daniel Convissor
In case it's related, here's the crash dump from the virtualbox error in
my output, above.

** Attachment added: "virtualbox-dkms.0.crash"
   
https://bugs.launchpad.net/ubuntu/+source/grub/+bug/1510563/+attachment/4514163/+files/virtualbox-dkms.0.crash

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

Title:
  package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
  exited with return code 10

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

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


[Bug 1510563] Re: package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 10

2015-11-06 Thread Daniel Convissor
The virtualbox-dkms crash is not related.

FYI, broke out of the hung upgrade process and recurring cycle this way:

CTRL+Z

kill -9 $(pgrep 'dpkg|apt-get')
rm /var/lib/dpkg/info/*3.19.0-32*
dpkg --configure -a

After that, I was able to uninstall virtualbox and dkms:

apt-get remove virtualbox dkms

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

Title:
  package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
  exited with return code 10

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

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


[Bug 1510563] Re: package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 10

2015-11-05 Thread Daniel Convissor
"apt-get dist-upgrade" hung for me with the /etc/kernel/postinst.d/zz-
update-grub step.  Here's the output of rerunning the upgrade:

dpkg --configure -a

Setting up linux-headers-3.19.0-32 (3.19.0-32.37~14.04.1) ...
Setting up linux-image-3.19.0-32-generic (3.19.0-32.37~14.04.1) ...
Running depmod.
update-initramfs: deferring update (hook will be called later)
initrd.img(/boot/initrd.img-3.19.0-32-generic
) points to /boot/initrd.img-3.19.0-32-generic
 (/boot/initrd.img-3.19.0-32-generic) -- doing nothing at 
/var/lib/dpkg/info/linux-image-3.19.0-32-generic.postinst line 491.
vmlinuz(/boot/vmlinuz-3.19.0-32-generic
) points to /boot/vmlinuz-3.19.0-32-generic
 (/boot/vmlinuz-3.19.0-32-generic) -- doing nothing at 
/var/lib/dpkg/info/linux-image-3.19.0-32-generic.postinst line 491.
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-32-generic 
/boot/vmlinuz-3.19.0-32-generic
run-parts: executing /etc/kernel/postinst.d/dkms 3.19.0-32-generic 
/boot/vmlinuz-3.19.0-32-generic
ERROR: Cannot create report: [Errno 17] File exists: 
'/var/crash/virtualbox-dkms.0.crash'
Error! Bad return status for module build on kernel: 3.19.0-32-generic (x86_64)
Consult /var/lib/dkms/virtualbox/4.3.10/build/make.log for more information.
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.19.0-32-generic 
/boot/vmlinuz-3.19.0-32-generic
update-initramfs: Generating /boot/initrd.img-3.19.0-32-generic
run-parts: executing /etc/kernel/postinst.d/pm-utils 3.19.0-32-generic 
/boot/vmlinuz-3.19.0-32-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.19.0-32-generic 
/boot/vmlinuz-3.19.0-32-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-32-generic 
/boot/vmlinuz-3.19.0-32-generic

At which point the terminal is locked up.  Hitting CTRL+C does nothing.

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

Title:
  package linux-image-3.19.0-32-generic 3.19.0-32.37 failed to
  install/upgrade: run-parts: /etc/kernel/postinst.d/zz-update-grub
  exited with return code 10

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

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


[Bug 1501915] Re: Use systemd for cryptswap restart in vivid & wily

2015-10-14 Thread Daniel Convissor
I no longer have an environment I can test on.  I hope one of the
authors/maintainers can pick it up and carry it to completion.

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

Title:
  Use systemd for cryptswap restart in vivid & wily

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

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


[Bug 1501915] [NEW] Use systemd for cryptswap restart in vivid & wily

2015-10-01 Thread Daniel Convissor
Public bug reported:

src/utils/ecryptfs-setup-swap uses "/etc/init.d/cryptdisks restart" for
the reload.  But that doesn't work in Vivid or Wily because they uses
systemd.  I worked out a process that works under Vivid and put that in
the 15.04 branch of
https://github.com/convissor/ubuntu_laptop_installation.  It's tested
and works.

I've used those concepts to make a patch for ecryptfs-setup-swap.  Do
note, this has not been tested.  I wanted to put this out there so it
doesn't get lost.

** Affects: ecryptfs-utils (Ubuntu)
 Importance: Undecided
 Status: New

** Patch added: "reload-via-systemd"
   
https://bugs.launchpad.net/bugs/1501915/+attachment/4481341/+files/reload-via-systemd

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

Title:
  Use systemd for cryptswap restart in vivid & wily

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

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


[Bug 1450557] Re: 15.04: Broadwell HD 5500: screen corruption after logout

2015-09-27 Thread Daniel Convissor
This behavior is now happening in new trusty installs.  I downloaded the
14.04.3 (64 bit) ISO yesterday and installed it on the Lenovo x250.
Upon shutting down, the corruption happens.

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

Title:
  15.04: Broadwell HD 5500: screen corruption after logout

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

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


[Bug 1479093] Re: Segfault in ld-2.19.so while starting Steam after upgrade to 3.13.0-59.98

2015-07-28 Thread Daniel Convissor
I'm seeing this too trying to run netflix-desktop under the 3.13.0-59
kernel.  (Which worked fine until today.)

@fcastillo.ec: Stefan was telling us that the LTS Enablement Stack
(suggested by Ool) worked for him.  Sure, you can use the 58 kernel if
that works for you, but do be aware that the 59 kernel contains security
fixes.

The LTS Enablement Stack worked for me, but do be aware, it removed
several other packages I had installed (netflix-desktop among them).
Upon reinstalling netflix-desktop, I'm back in business.

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

Title:
  Segfault in ld-2.19.so while starting Steam after upgrade to
  3.13.0-59.98

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

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


[Bug 1472070] Re: Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

2015-07-12 Thread Daniel Convissor
Cool, a new BIOS.  Looked for one when I first got the machine.  1.15
came out subsequently.  Installed the new BIOS with the help of
geteltorito.  Here's the output you asked for.  Thanks Christopher.

N10ET36W (1.15 )
06/19/2015

The problem persists.

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] CRDA.txt

2015-07-07 Thread Daniel Convissor
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1472070/+attachment/4425766/+files/CRDA.txt

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] PulseList.txt

2015-07-07 Thread Daniel Convissor
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/1472070/+attachment/4425776/+files/PulseList.txt

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] Lspci.txt

2015-07-07 Thread Daniel Convissor
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1472070/+attachment/4425770/+files/Lspci.txt

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] WifiSyslog.txt

2015-07-07 Thread Daniel Convissor
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/1472070/+attachment/4425779/+files/WifiSyslog.txt

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

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] Re: Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

2015-07-07 Thread Daniel Convissor
apport information

** Tags added: apport-collected vivid

** Description changed:

  Got a new Lenovo x250 with HD Graphics 5500 (Broadwell GT2).  Installed
  15.04 ISO downloaded about a week ago.  On a default install (which uses
  Unity, I imagine) had a situation on several occasions when logging out
  of an account or shutting down the computer, the graphics go berserk.
  The display rapidly cycles from right to left, like an old TV that's out
  of alignment.
  
  Version Signature: Ubuntu 3.19.0-21.21-generic 3.19.8
+ --- 
+ ApportVersion: 2.17.2-0ubuntu1.1
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  droot  2013 F pulseaudio
+  /dev/snd/controlC0:  droot  2013 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 15.04
+ EcryptfsInUse: Yes
+ HibernationDevice: RESUME=UUID=2d7b3c38-96fb-4dee-a900-2af302edc0a1
+ InstallationDate: Installed on 2015-07-05 (2 days ago)
+ InstallationMedia: Ubuntu 15.04 Vivid Vervet - Release amd64 (20150422)
+ MachineType: LENOVO 20CMCTO1WW
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-21-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.19.0-21.21-generic 3.19.8
+ RelatedPackageVersions:
+  linux-restricted-modules-3.19.0-21-generic N/A
+  linux-backports-modules-3.19.0-21-generic  N/A
+  linux-firmware 1.143.1
+ Tags:  vivid
+ UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
+ Uname: Linux 3.19.0-21-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 04/06/2015
+ dmi.bios.vendor: LENOVO
+ dmi.bios.version: N10ET33W (1.12 )
+ dmi.board.asset.tag: Not Available
+ dmi.board.name: 20CMCTO1WW
+ dmi.board.vendor: LENOVO
+ dmi.board.version: SDK0E50512 STD
+ dmi.chassis.asset.tag: No Asset Information
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: LENOVO
+ dmi.chassis.version: None
+ dmi.modalias: 
dmi:bvnLENOVO:bvrN10ET33W(1.12):bd04/06/2015:svnLENOVO:pn20CMCTO1WW:pvrThinkPadX250:rvnLENOVO:rn20CMCTO1WW:rvrSDK0E50512STD:cvnLENOVO:ct10:cvrNone:
+ dmi.product.name: 20CMCTO1WW
+ dmi.product.version: ThinkPad X250
+ dmi.sys.vendor: LENOVO

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1472070/+attachment/4425765/+files/AlsaInfo.txt

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] ProcInterrupts.txt

2015-07-07 Thread Daniel Convissor
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/1472070/+attachment/4425774/+files/ProcInterrupts.txt

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] ProcModules.txt

2015-07-07 Thread Daniel Convissor
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/1472070/+attachment/4425775/+files/ProcModules.txt

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] Lsusb.txt

2015-07-07 Thread Daniel Convissor
apport information

** Attachment added: Lsusb.txt
   https://bugs.launchpad.net/bugs/1472070/+attachment/4425771/+files/Lsusb.txt

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] JournalErrors.txt

2015-07-07 Thread Daniel Convissor
apport information

** Attachment added: JournalErrors.txt
   
https://bugs.launchpad.net/bugs/1472070/+attachment/4425769/+files/JournalErrors.txt

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] RfKill.txt

2015-07-07 Thread Daniel Convissor
apport information

** Attachment added: RfKill.txt
   https://bugs.launchpad.net/bugs/1472070/+attachment/4425777/+files/RfKill.txt

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] ProcEnviron.txt

2015-07-07 Thread Daniel Convissor
apport information

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] CurrentDmesg.txt

2015-07-07 Thread Daniel Convissor
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1472070/+attachment/4425767/+files/CurrentDmesg.txt

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] IwConfig.txt

2015-07-07 Thread Daniel Convissor
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1472070/+attachment/4425768/+files/IwConfig.txt

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] UdevDb.txt

2015-07-07 Thread Daniel Convissor
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1472070/+attachment/4425778/+files/UdevDb.txt

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] ProcCpuinfo.txt

2015-07-07 Thread Daniel Convissor
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1472070/+attachment/4425772/+files/ProcCpuinfo.txt

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1472070] [NEW] Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

2015-07-06 Thread Daniel Convissor
Public bug reported:

Got a new Lenovo x250 with HD Graphics 5500 (Broadwell GT2).  Installed
15.04 ISO downloaded about a week ago.  On a default install (which uses
Unity, I imagine) had a situation on several occasions when logging out
of an account or shutting down the computer, the graphics go berserk.
The display rapidly cycles from right to left, like an old TV that's out
of alignment.

Version Signature: Ubuntu 3.19.0-21.21-generic 3.19.8

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

** Attachment added: lspci-vnvn.log
   
https://bugs.launchpad.net/bugs/1472070/+attachment/4425422/+files/lspci-vnvn.log

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

Title:
  Graphics freakout upon logout on Intel 5500 (Broadwell GT2)

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

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


[Bug 1453738] Re: installer in LVM mode sets up broken encrypted swap, using duplicate unencrypted swap

2015-07-04 Thread Daniel Convissor
Confirming problem and fix.

Installed Ubuntu 15.04 desktop amd64 from standard ISO downloaded about
a week ago.  Chose to encrypt whole drive and encrypt home directory.
When running apt-get upgrade, was getting asked for the crypt drive
password over and over.

Commented out the /dev/mapper/ubuntu--vg-swap_1 line in /etc/fstab then
rebooted.  This problem went away.

A scripted way to comment out the offending fstab line is part of my
Ubuntu install script at
https://github.com/convissor/ubuntu_laptop_installation/blob/15.04/setup.sh

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

Title:
  installer in LVM mode sets up broken encrypted swap, using duplicate
  unencrypted swap

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

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


[Bug 1297080] [NEW] files missing in opendkim_2.6.8-0ubuntu1.0.1_amd64.deb

2014-03-24 Thread Daniel Convissor
Public bug reported:

I installed opendkim when 12.04 came out.  The package installed fine
and I used opendkim-genkey at the time.  Today I went to use opendkim-
genkey and found it is missing.

The package information on the website,
http://packages.ubuntu.com/precise/amd64/opendkim/filelist , says
opendkim-genkey should be there:

/etc/default/opendkim
/etc/init.d/opendkim
/etc/opendkim.conf
/usr/bin/miltertest
/usr/bin/opendkim-convert-keylist
/usr/bin/opendkim-genkey
/usr/bin/opendkim-genzone
/usr/bin/opendkim-spam
/usr/bin/opendkim-stats
/usr/bin/opendkim-testadsp
/usr/bin/opendkim-testkey
/usr/bin/opendkim-testmsg
/usr/sbin/opendkim
/usr/share/doc/opendkim/FEATURES.gz
/usr/share/doc/opendkim/KNOWNBUGS
/usr/share/doc/opendkim/NEWS.Debian.gz
/usr/share/doc/opendkim/README.Debian.gz
/usr/share/doc/opendkim/README.gz
/usr/share/doc/opendkim/changelog.Debian.gz
/usr/share/doc/opendkim/copyright
/usr/share/doc/opendkim/examples/final.lua.sample
/usr/share/doc/opendkim/examples/opendkim.conf.sample.gz
/usr/share/doc/opendkim/examples/screen.lua.sample
/usr/share/doc/opendkim/examples/setup.lua.sample
/usr/share/man/man1/opendkim-spam.1.gz
/usr/share/man/man3/opendkim-lua.3.gz
/usr/share/man/man5/opendkim.conf.5.gz
/usr/share/man/man8/miltertest.8.gz
/usr/share/man/man8/opendkim-convert-keylist.8.gz
/usr/share/man/man8/opendkim-genkey.8.gz
/usr/share/man/man8/opendkim-genzone.8.gz
/usr/share/man/man8/opendkim-stats.8.gz
/usr/share/man/man8/opendkim-testadsp.8.gz
/usr/share/man/man8/opendkim-testkey.8.gz
/usr/share/man/man8/opendkim-testmsg.8.gz
/usr/share/man/man8/opendkim.8.gz

But obtaining deb file doesn't contain it or the other opendkim-* bin or
man files:

apt-get download opendkim

dpkg -c opendkim_2.6.8-0ubuntu1.0.1_amd64.deb

drwxr-xr-x root/root 0 2013-05-14 01:57 ./
drwxr-xr-x root/root 0 2013-05-14 01:57 ./usr/
drwxr-xr-x root/root 0 2013-05-14 01:57 ./usr/share/
drwxr-xr-x root/root 0 2013-05-14 01:57 ./usr/share/man/
drwxr-xr-x root/root 0 2013-05-14 01:57 ./usr/share/man/man3/
-rw-r--r-- root/root  5775 2013-05-14 01:57 
./usr/share/man/man3/opendkim-lua.3.gz
drwxr-xr-x root/root 0 2013-05-14 01:57 ./usr/share/man/man8/
-rw-r--r-- root/root  8159 2013-05-14 01:57 
./usr/share/man/man8/opendkim.8.gz
drwxr-xr-x root/root 0 2013-05-14 01:57 ./usr/share/man/man5/
-rw-r--r-- root/root 15072 2013-05-14 01:57 
./usr/share/man/man5/opendkim.conf.5.gz
drwxr-xr-x root/root 0 2013-05-14 01:57 ./usr/share/doc/
drwxr-xr-x root/root 0 2013-05-14 01:57 ./usr/share/doc/opendkim/
-rw-r--r-- root/root  4093 2013-05-14 01:56 
./usr/share/doc/opendkim/README.Debian
-rw-r--r-- root/root  7500 2013-05-14 01:56 
./usr/share/doc/opendkim/copyright
-rw-r--r-- root/root   818 2013-05-14 01:56 
./usr/share/doc/opendkim/NEWS.Debian.gz
-rw-r--r-- root/root  2184 2012-10-24 17:37 
./usr/share/doc/opendkim/FEATURES.gz
drwxr-xr-x root/root 0 2013-05-14 01:57 
./usr/share/doc/opendkim/examples/
-rw-r--r-- root/root  2258 2012-10-24 17:37 
./usr/share/doc/opendkim/examples/setup.lua.sample
-rw-r--r-- root/root  1033 2012-10-24 17:37 
./usr/share/doc/opendkim/examples/screen.lua.sample
-rw-r--r-- root/root  7150 2012-10-24 17:45 
./usr/share/doc/opendkim/examples/opendkim.conf.sample.gz
-rw-r--r-- root/root  2136 2012-10-24 17:37 
./usr/share/doc/opendkim/examples/final.lua.sample
-rw-r--r-- root/root 10581 2013-05-14 01:57 
./usr/share/doc/opendkim/README.gz
drwxr-xr-x root/root 0 2013-05-14 01:57 ./usr/sbin/
-rwxr-xr-x root/root209296 2013-05-14 01:57 ./usr/sbin/opendkim
drwxr-xr-x root/root 0 2013-05-14 01:57 ./etc/
drwxr-xr-x root/root 0 2013-05-14 01:57 ./etc/init.d/
-rwxr-xr-x root/root  3763 2013-05-14 01:56 ./etc/init.d/opendkim
-rw-r--r-- root/root  1156 2013-05-14 01:57 ./etc/opendkim.conf
drwxr-xr-x root/root 0 2013-05-14 01:57 ./etc/default/
-rw-r--r-- root/root   525 2013-05-14 01:56 ./etc/default/opendkim
lrwxrwxrwx root/root 0 2013-05-14 01:57 
./usr/share/doc/opendkim/KNOWNBUGS - ../libopendkim7/KNOWNBUGS
lrwxrwxrwx root/root 0 2013-05-14 01:57 
./usr/share/doc/opendkim/changelog.Debian.gz - 
../libopendkim7/changelog.Debian.gz

** Affects: opendkim (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/1297080

Title:
  files missing in opendkim_2.6.8-0ubuntu1.0.1_amd64.deb

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

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


[Bug 1164793] Re: Lightdm shows black screen during login

2014-02-16 Thread Daniel Convissor
lightdm fails to start when the [SeatDefaults] section header is missing
from /etc/lightdm/lightdm.conf.

Background...

I have a setup script I use for all of my Ubuntu installs
(https://github.com/convissor/ubuntu_laptop_installation).  It's gotten
many 12.04 going the way I like it, no problems.  Part of what that
script does is add some lines to /etc/lightdm/lightdm.conf.

On 2014-01-24 I installed Ubuntu 14.04 on a new box for testing
purposes.  That went fine.  Then I ran my setup script.  Then I rebooted
and wound up at a completely black screen.  Every reboot, same thing.
After some tracing what changed, I realized that the [SeatDefaults]
section header is missing from the lightdm.conf file.  So I added that
line at the top of the conf, rebooted, and things ran normally.  Took it
out again to test, rebooted, got the same black screen.

So either the version of lightdm that ships with 12.04 includes a
lightdm.conf file with the header in it, or there's a bug in more recent
lightdm versions that chokes on the incomplete lightdm.conf file my
setup script creates.

Note:  when lightdm chokes, no lightdm log files are created, nor are
there references to lightdm in any log files.

This problem also exists in Ubuntu 13.10.

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

Title:
  Lightdm shows black screen during login

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

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


[Bug 1191174] Re: goa-daemon crashed with SIGSEGV in g_type_check_instance_cast()

2014-01-24 Thread Daniel Convissor
Ran into this while logging in the first time after upgrading my 12.04
system to 14.04.

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

Title:
  goa-daemon crashed with SIGSEGV in g_type_check_instance_cast()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-online-accounts/+bug/1191174/+subscriptions

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


[Bug 996547] Re: add timer setting for reboot process and give logged in users a warning

2012-06-21 Thread Daniel Convissor
** Summary changed:

- add timer setting for
+ add timer setting for reboot process and give logged in users a warning

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

Title:
  add timer setting for reboot process and give logged in users a
  warning

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

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


[Bug 1011645] Re: Hash Sum mismatch

2012-06-16 Thread Daniel Convissor
The error was probably caused by a server or network connectivity
hiccup.  The install works fine now.

** Changed in: libapache2-mod-xsendfile (Ubuntu)
   Status: New = Invalid

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

Title:
  Hash Sum mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-xsendfile/+bug/1011645/+subscriptions

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


[Bug 1011645] [NEW] Hash Sum mismatch

2012-06-11 Thread Daniel Convissor
Public bug reported:

# apt-get install libapache2-mod-xsendfile

Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  libapache2-mod-xsendfile
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 12.7 kB of archives.
After this operation, 106 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise/universe 
libapache2-mod-xsendfile amd64 0.12-1 [12.7 kB]
Fetched 12.7 kB in 0s (523 kB/s)  
Failed to fetch 
http://us.archive.ubuntu.com/ubuntu/pool/universe/liba/libapache2-mod-xsendfile/libapache2-mod-xsendfile_0.12-1_amd64.deb
  Hash Sum mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with 
--fix-missing?

Trying with --fix-missing produces essentially the same output, with this error 
at the end:
E: Internal Error, ordering was unable to handle the media swap

** Affects: libapache2-mod-xsendfile (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/1011645

Title:
  Hash Sum mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-xsendfile/+bug/1011645/+subscriptions

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


[Bug 1007835] [NEW] unattended-upgrade not running: installer must put Unattended-Upgrade 1 in 10periodic

2012-06-02 Thread Daniel Convissor
Public bug reported:

I'm running Ubuntu 12.04 and installed the unattended upgrade package
via `apt-get install unattended-upgrade`.  The install seemed to go
fine.

After a while it was clear packages were not being upgraded.  I turned
up the verbosity and the log showed `debug_echo unattended-upgrade (not
run)`.  Examining /etc/cron.daily/apt shows it's looking for
`APT::Periodic::Unattended-Upgrade` to be 1.  That should be set in
`/etc/apt/apt.conf.d/10periodic`, but alas, it's not.

The installation process should add the following entry to `10periodic`:

APT::Periodic::Unattended-Upgrade 1;

If not doing this was a conscious decision, please reconsider.  Users
installing unattended-upgrade are doing so to have packages upgraded
automatically.  It should just work.  Anything else leaves users exposed
to security holes even though they thought they covered themselves.

** Affects: unattended-upgrades (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/1007835

Title:
  unattended-upgrade not running: installer must put Unattended-Upgrade
  1 in 10periodic

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

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


[Bug 1006447] [NEW] backport _SCORE(pad)_ fix (upstream #6651)

2012-05-30 Thread Daniel Convissor
Public bug reported:

SpamAssassin 3.3.2 is the version shipped with Ubuntu Precise/12.04.
Unfortunately, that version has a bug that prevents the _SCORE(0)_
template tag from working.

The SpamAssassin team fixed the bug, but that is slated for their 3.4
release, https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6651.

Can you please backport that fix?  The bug makes analyzing spam messages
difficult for my users.

The version of the spamassassin package I have installed is
3.3.2-2ubuntu1.

Thanks!

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

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

Title:
  backport _SCORE(pad)_ fix (upstream #6651)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1006447/+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 1006447] Re: backport _SCORE(pad)_ fix (upstream #6651)

2012-05-30 Thread Daniel Convissor
[Hmm.  I sent a reply via email.  Didn't show up.  So I'll put it in via
the web form.  Sorry if it shows up twice.]

My system puts the SA score at the beginning of the subject header and
puts the spam messages into a directory.  Then users view the spam box
in subject sorted order in their mail user agents.

Normally, they would see the least spammy messages at the top of the
list and the most spammy messages at the bottom.  This makes it easy to
spot false postivies.  But this bug means the users see the messages
with scores = 10 on top, then somewhere down the index messages with
scores  10 will show up.

If there's a lot of spam, the lower scored messages will be on another
page of the index.  The user may think all of the messages are very
spammy, so use some delete all functionality.  The upshot is the user
may inadvetently delete a false positive.

Example of Expected View:
05.3 | not so bad, maybe false positive
09.8 | getting up there!
12.2 | more spam
19.8 | come hither
... loads of other spam ...

Example of View Caused by Bug:
12.2 | more spam
19.8 | come hither
... loads of other spam ...
5.3 | not so bad, maybe false positive
9.8 | getting up there!

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

Title:
  backport _SCORE(pad)_ fix (upstream #6651)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/spamassassin/+bug/1006447/+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 1006447] [NEW] backport _SCORE(pad)_ fix (upstream #6651)

2012-05-30 Thread Daniel Convissor
Public bug reported:

SpamAssassin 3.3.2 is the version shipped with Ubuntu Precise/12.04.
Unfortunately, that version has a bug that prevents the _SCORE(0)_
template tag from working.

The SpamAssassin team fixed the bug, but that is slated for their 3.4
release, https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6651.

Can you please backport that fix?  The bug makes analyzing spam messages
difficult for my users.

The version of the spamassassin package I have installed is
3.3.2-2ubuntu1.

Thanks!

** Affects: spamassassin (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/1006447

Title:
  backport _SCORE(pad)_ fix (upstream #6651)

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

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


[Bug 1006447] Re: backport _SCORE(pad)_ fix (upstream #6651)

2012-05-30 Thread Daniel Convissor
[Hmm.  I sent a reply via email.  Didn't show up.  So I'll put it in via
the web form.  Sorry if it shows up twice.]

My system puts the SA score at the beginning of the subject header and
puts the spam messages into a directory.  Then users view the spam box
in subject sorted order in their mail user agents.

Normally, they would see the least spammy messages at the top of the
list and the most spammy messages at the bottom.  This makes it easy to
spot false postivies.  But this bug means the users see the messages
with scores = 10 on top, then somewhere down the index messages with
scores  10 will show up.

If there's a lot of spam, the lower scored messages will be on another
page of the index.  The user may think all of the messages are very
spammy, so use some delete all functionality.  The upshot is the user
may inadvetently delete a false positive.

Example of Expected View:
05.3 | not so bad, maybe false positive
09.8 | getting up there!
12.2 | more spam
19.8 | come hither
... loads of other spam ...

Example of View Caused by Bug:
12.2 | more spam
19.8 | come hither
... loads of other spam ...
5.3 | not so bad, maybe false positive
9.8 | getting up there!

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

Title:
  backport _SCORE(pad)_ fix (upstream #6651)

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

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


[Bug 996547] [NEW] add timer setting for

2012-05-08 Thread Daniel Convissor
Public bug reported:

Right now the automatic reboot is executed via `/sbin/reboot`, so
happens instantly upon completion of the upgrades.  This is an
unpleasant shock for users who are logged in.  It would be nicer if
`/sbin/shutdown -r +int` were used.  int could come from a new
configuration option.  That warns logged in users that a reboot is
coming in int minutes, giving the people an opportunity to save work,
etc.

** Affects: unattended-upgrades (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/996547

Title:
  add timer setting for

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

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


[Bug 664110] [NEW] contacts added show as offline Unable to send message: In local permit/deny

2010-10-20 Thread Daniel Convissor
Public bug reported:

Binary package hint: empathy

AIM contacts added via Empathy don't work.  The contact gets added, but
they show up as off line.  And if I try to send them a message anyway,
the following comes up in the chat window:

(in gray): Error sending message '': unknown
(in chat bubble from user I'm trying to contact): Unable to send message: In 
local permit/deny

This has happened with both contacts I tried to add.  One of them is my
spouse.  They are logged in to AIM, their account is set to allow
messages from anyone.

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

-- 
contacts added show as offline  Unable to send message: In local permit/deny
https://bugs.launchpad.net/bugs/664110
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 664110] Re: contacts added show as offline Unable to send message: In local permit/deny

2010-10-20 Thread Daniel Convissor
Oh, yeah...  As a test, I created a jabber account for both of us, added
them as a contact and was able to chat with them just fine.

Also, in Empathy on my present computer, I have no problem
seeing/chatting with AIM contacts  I created years ago on another
computer.

So the issue is with the AIM contact creation interface, or something
along those lines.

-- 
contacts added show as offline  Unable to send message: In local permit/deny
https://bugs.launchpad.net/bugs/664110
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 664110] Re: AIM contacts added show as offline Unable to send message: In local permit/deny

2010-10-20 Thread Daniel Convissor
** Summary changed:

- contacts added show as offline  Unable to send message: In local permit/deny
+ AIM contacts added show as offline  Unable to send message: In local 
permit/deny

-- 
AIM contacts added show as offline  Unable to send message: In local 
permit/deny
https://bugs.launchpad.net/bugs/664110
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 642438] [NEW] bad link on 10.04 installation page

2010-09-18 Thread Daniel Convissor
Public bug reported:

Binary package hint: ubuntu-docs

https://help.ubuntu.com/10.04/serverguide/C/installation.html

Has a link titled Ubuntu Installation Guide going to
https://help.ubuntu.com/10.04%20LTS/installation-guide/ .  But that
leads to a 404.

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

-- 
bad link on 10.04 installation page
https://bugs.launchpad.net/bugs/642438
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 316257] Re: [wishlist] merge amd k10 (phemon) support

2010-06-10 Thread Daniel Convissor
Sensors work in Lucid/10.04.

-- 
[wishlist] merge amd  k10 (phemon) support
https://bugs.launchpad.net/bugs/316257
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lm-sensors in ubuntu.

-- 
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 444950] Re: sound stops working with pulseaudio

2010-06-10 Thread Daniel Convissor
Pulseaudio started working for me when I upgraded from Karmic/9.10 to
Lucid/10.04.

-- 
sound stops working with pulseaudio
https://bugs.launchpad.net/bugs/444950
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 316257] Re: [wishlist] merge amd k10 (phemon) support

2010-06-10 Thread Daniel Convissor
Sensors work in Lucid/10.04.

-- 
[wishlist] merge amd  k10 (phemon) support
https://bugs.launchpad.net/bugs/316257
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 500077] Re: k10temp: there is no support for k10-thermal-sensors in kernel 2.6.32

2010-06-10 Thread Daniel Convissor
Upgraded to Lucid/10.04 yesterday.  Now sensors work as expected.

-- 
k10temp: there is no support for k10-thermal-sensors in kernel 2.6.32
https://bugs.launchpad.net/bugs/500077
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 533904] [NEW] sensors-detect: no driver for AMD K10 thermal sensors yet

2010-03-07 Thread Daniel Convissor
Public bug reported:

I have an AMD Phenom II processor.  Installed the latest lm-sensors via
apt-get.  Ran sensors-detect and it says no driver for AMD K10 thermal
sensors yet.

The version of lm-sensors packaged by Ubuntu is 3.0.2.  AMD Phenom
support was added in 3.0.3
(http://www.phoronix.com/scan.php?page=news_itempx=Njc1MQ).  The latest
version of lm-sensors is 3.1.2 (http://lists.lm-sensors.org/pipermail
/lm-sensors/2010-February/027759.html).

Please bring Ubuntu's lm-sensors package up to date.

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

-- 
sensors-detect: no driver for AMD K10 thermal sensors yet
https://bugs.launchpad.net/bugs/533904
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 505062] Re: 9.10 Server installer log alternates between UTC and local time

2010-03-07 Thread Daniel Convissor
I think user-setup may not be the only component flipping between time
zones.  The install logs are long gone and I don't have another machine
to do a test install on.

-- 
9.10 Server installer log alternates between UTC and local time
https://bugs.launchpad.net/bugs/505062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 505060] Re: 9.10 Server installer Finishing the installation screen progress meter stalls

2010-03-07 Thread Daniel Convissor
The install logs are long gone from the machine in question.  I don't
have another machine to do a test on.  I imagine you guys at Canonical
do, though.

-- 
9.10 Server installer Finishing the installation screen progress meter stalls
https://bugs.launchpad.net/bugs/505060
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 446355] Re: pulseaudio stops playing audio and spams system log with error

2010-02-01 Thread Daniel Convissor
*** This bug is a duplicate of bug 444950 ***
https://bugs.launchpad.net/bugs/444950

** This bug has been marked a duplicate of bug 444950
   sound stops working with pulseaudio

-- 
pulseaudio stops playing audio and spams system log with error
https://bugs.launchpad.net/bugs/446355
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 444675] Re: pulseaudio ratelimit warning is annoying

2010-02-01 Thread Daniel Convissor
Is this a duplicate of
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/444950 ?

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

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


[Bug 368941] Re: simultaneous ouput ratelimit freakout 0.9.15

2010-02-01 Thread Daniel Convissor
Maybe related to
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/444950

-- 
simultaneous ouput ratelimit freakout 0.9.15
https://bugs.launchpad.net/bugs/368941
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 512167] Re: apache overriding php's error_log setting

2010-01-26 Thread Daniel Convissor
This is happening with both PHP 5.3.2RC1 and a current checkout of the
PHP_5_3 branch.  Both built from source from SVN by me to run as Apache
modules.  Only one of them is installed at a time.

Apache is apache2-mpm-prefork installed via apt-get.

-- 
apache overriding php's error_log setting
https://bugs.launchpad.net/bugs/512167
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 512167] Re: apache overriding php's error_log setting

2010-01-26 Thread Daniel Convissor
Never mind.  Apache didn't have permissions to create the error log.
Here's how to resolve it:

mkdir /var/log/php5
chown root:www-data /var/log/php5
chmod 775 /var/log/php5

Now edit php.ini:
error_log = /var/log/php5/php_errors.log

Sorry for the noise.

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

-- 
apache overriding php's error_log setting
https://bugs.launchpad.net/bugs/512167
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 512167] Re: apache overriding php's error_log setting

2010-01-26 Thread Daniel Convissor
This is happening with both PHP 5.3.2RC1 and a current checkout of the
PHP_5_3 branch.  Both built from source from SVN by me to run as Apache
modules.  Only one of them is installed at a time.

Apache is apache2-mpm-prefork installed via apt-get.

-- 
apache overriding php's error_log setting
https://bugs.launchpad.net/bugs/512167
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 512167] Re: apache overriding php's error_log setting

2010-01-26 Thread Daniel Convissor
Never mind.  Apache didn't have permissions to create the error log.
Here's how to resolve it:

mkdir /var/log/php5
chown root:www-data /var/log/php5
chmod 775 /var/log/php5

Now edit php.ini:
error_log = /var/log/php5/php_errors.log

Sorry for the noise.

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

-- 
apache overriding php's error_log setting
https://bugs.launchpad.net/bugs/512167
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 512167] [NEW] apache overriding php's error_log setting

2010-01-24 Thread Daniel Convissor
Public bug reported:

Binary package hint: apache2

# less /etc/php5/php.ini
log_errors = true
error_log = /var/log/php_errors.log

# apache2ctl restart

View phpinfo() output, showing the log_errors and error_log settings are
in place.

Create a PHP script that calls a bogus function then point a web browser
at it.

# less /var/log/php_errors.log

The error isn't in there.

# less /var/log/apache2/error.log

Huh.  The PHP error is in there.  That's not how it's supposed to work.

Running Apache 2.2.12.

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

-- 
apache overriding php's error_log setting
https://bugs.launchpad.net/bugs/512167
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 512167] [NEW] apache overriding php's error_log setting

2010-01-24 Thread Daniel Convissor
Public bug reported:

Binary package hint: apache2

# less /etc/php5/php.ini
log_errors = true
error_log = /var/log/php_errors.log

# apache2ctl restart

View phpinfo() output, showing the log_errors and error_log settings are
in place.

Create a PHP script that calls a bogus function then point a web browser
at it.

# less /var/log/php_errors.log

The error isn't in there.

# less /var/log/apache2/error.log

Huh.  The PHP error is in there.  That's not how it's supposed to work.

Running Apache 2.2.12.

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

-- 
apache overriding php's error_log setting
https://bugs.launchpad.net/bugs/512167
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 500703] Re: apxs failure regarding httpd.conf and LoadModule

2010-01-08 Thread Daniel Convissor
Until this gets fixed, people reading this may want to know how to work
around the issue...

Edit /etc/apache2/mods-available/php5.load and add:

LoadModule php5_module /usr/lib/apache2/modules/libphp5.so

Edit /etc/apache2/mods-available/php5.conf and put in:

IfModule mod_php5.c
  AddType application/x-httpd-php .php
  AddType application/x-httpd-php-source .phps
/IfModule

During the make install step, use the -k flag. The -k flag means “keep
going when some targets can't be made.” The output will still show the
apxs error, but the installation should work. Do keep an eye out for
other compile errors.

make install -k

Then enable the php5 module and restart Apache:

a2enmod php5
/etc/init.d/apache2 restart

-- 
apxs failure regarding httpd.conf and LoadModule 
https://bugs.launchpad.net/bugs/500703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 500703] Re: apxs failure regarding httpd.conf and LoadModule

2010-01-08 Thread Daniel Convissor
Until this gets fixed, people reading this may want to know how to work
around the issue...

Edit /etc/apache2/mods-available/php5.load and add:

LoadModule php5_module /usr/lib/apache2/modules/libphp5.so

Edit /etc/apache2/mods-available/php5.conf and put in:

IfModule mod_php5.c
  AddType application/x-httpd-php .php
  AddType application/x-httpd-php-source .phps
/IfModule

During the make install step, use the -k flag. The -k flag means “keep
going when some targets can't be made.” The output will still show the
apxs error, but the installation should work. Do keep an eye out for
other compile errors.

make install -k

Then enable the php5 module and restart Apache:

a2enmod php5
/etc/init.d/apache2 restart

-- 
apxs failure regarding httpd.conf and LoadModule 
https://bugs.launchpad.net/bugs/500703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

[Bug 505056] [NEW] 9.10 Server installer lacks means to create extended partitions

2010-01-08 Thread Daniel Convissor
Public bug reported:

Binary package hint: base-installer

The manual Partitioning method screen in the 9.10 server installer
does not provide a way (or at least an obvious way) to create an
extended partition.

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

-- 
9.10 Server installer lacks means to create extended partitions
https://bugs.launchpad.net/bugs/505056
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 505057] [NEW] 9.10 Server installer Software selection Manual option needs way back to menu

2010-01-08 Thread Daniel Convissor
Public bug reported:

Binary package hint: base-installer

In the 9.10 server installer, in the Software selection screen, I
chose the Manual option.  I decided I didn't want to do it that way,
so chose quit.  Then the installation started.  It should have provided
a way to go back to the installer menu.

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

-- 
9.10 Server installer Software selection Manual option needs way back to 
menu
https://bugs.launchpad.net/bugs/505057
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 505060] [NEW] 9.10 Server installer Finishing the installation screen progress meter stalls

2010-01-08 Thread Daniel Convissor
Public bug reported:

Binary package hint: base-installer

In the 9.10 Server installer, the process gets to the Finishing the
installation screen.  The progress meter builds up to 25% and then
stops.  It seemed like the installation hung.  The last thing on the
screen was setting users and passwords...

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

-- 
9.10 Server installer Finishing the installation screen progress meter stalls
https://bugs.launchpad.net/bugs/505060
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 505062] [NEW] 9.10 Server installer log alternates between UTC and local time

2010-01-08 Thread Daniel Convissor
Public bug reported:

Binary package hint: base-installer

During the 9.10 Server installation, I hit [Left ALT]-F4 to see what was
going on and saw this:

Nov 6 04:34:52 user-setup: Adding user adminuser to group admin
Nov 5 23:34:52 gpasswd[8199]: user adminuser added by root to group admin
Nov 6 04:34:52 user-setup: Done.

The 04:34 is UTC.  23:34 is Eastern Daylight Time, my time zone.

The log should use a consistent time zone.

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

-- 
9.10 Server installer log alternates between UTC and local time
https://bugs.launchpad.net/bugs/505062
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 500703] [NEW] apxs failure regarding httpd.conf and LoadModule

2009-12-26 Thread Daniel Convissor
Public bug reported:

Binary package hint: apache2

I am building PHP 5.3.2RC1 from source on Ubuntu 9.10 Server Edition.
My apache2-mpm-prefork package is at version 2.2.12-1ubuntu2.1.  The
make install step produces the following output:

Installing PHP SAPI module:   apache2handler
/usr/share/apache2/build/instdso.sh 
SH_LIBTOOL='/usr/share/apr-1.0/build/libtool' libphp5.la 
/usr/lib/apache2/modules
/usr/share/apr-1.0/build/libtool --mode=install cp libphp5.la 
/usr/lib/apache2/modules/
libtool: install: cp .libs/libphp5.so /usr/lib/apache2/modules/libphp5.so
libtool: install: cp .libs/libphp5.lai /usr/lib/apache2/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish 
/data/wd/phpinstall/libs'
chmod 644 /usr/lib/apache2/modules/libphp5.so
apxs:Error: Activation failed for custom /etc/apache2/httpd.conf file..
apxs:Error: At least one `LoadModule' directive already has to exist..
make: *** [install-sapi] Error 1

Bug 1)  Shouldn't Ubuntu's version of apxs be patched to put directives
in files in the /etc/apache2/mods-available directory just like the php5
package does?

Bug 2)  The workaround of adding a bogus LoadModule line in httpd.conf
(as suggested in http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=231134) does not change the matter.

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

-- 
apxs failure regarding httpd.conf and LoadModule 
https://bugs.launchpad.net/bugs/500703
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
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 500703] [NEW] apxs failure regarding httpd.conf and LoadModule

2009-12-26 Thread Daniel Convissor
Public bug reported:

Binary package hint: apache2

I am building PHP 5.3.2RC1 from source on Ubuntu 9.10 Server Edition.
My apache2-mpm-prefork package is at version 2.2.12-1ubuntu2.1.  The
make install step produces the following output:

Installing PHP SAPI module:   apache2handler
/usr/share/apache2/build/instdso.sh 
SH_LIBTOOL='/usr/share/apr-1.0/build/libtool' libphp5.la 
/usr/lib/apache2/modules
/usr/share/apr-1.0/build/libtool --mode=install cp libphp5.la 
/usr/lib/apache2/modules/
libtool: install: cp .libs/libphp5.so /usr/lib/apache2/modules/libphp5.so
libtool: install: cp .libs/libphp5.lai /usr/lib/apache2/modules/libphp5.la
libtool: install: warning: remember to run `libtool --finish 
/data/wd/phpinstall/libs'
chmod 644 /usr/lib/apache2/modules/libphp5.so
apxs:Error: Activation failed for custom /etc/apache2/httpd.conf file..
apxs:Error: At least one `LoadModule' directive already has to exist..
make: *** [install-sapi] Error 1

Bug 1)  Shouldn't Ubuntu's version of apxs be patched to put directives
in files in the /etc/apache2/mods-available directory just like the php5
package does?

Bug 2)  The workaround of adding a bogus LoadModule line in httpd.conf
(as suggested in http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=231134) does not change the matter.

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

-- 
apxs failure regarding httpd.conf and LoadModule 
https://bugs.launchpad.net/bugs/500703
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 483849] [NEW] mythstream install Depends: mythtv-frontend but it is not going to be installed

2009-11-16 Thread Daniel Convissor
Public bug reported:

Binary package hint: mythtv

I am having problems installing mythstream in Ubuntu Karmic/9.10 via
apt-get.  It says Depends: mythtv-frontend but it is not going to be
installed.  But I have already installed the mythtv package, which
includes the mythtv-frontend.  It seems the .deb package is
misconfigured.

apt-cache policy mythstream says it is trying to install Candidate:
0.18.1-0ubuntu8.

Here is the STDOUT from the apt-get install mythstream:

Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  mythstream: Depends: mythtv-frontend but it is not going to be installed

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

-- 
mythstream install Depends: mythtv-frontend but it is not going to be 
installed
https://bugs.launchpad.net/bugs/483849
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 483849] Re: mythstream needs to be removed from karmic

2009-11-16 Thread Daniel Convissor
Okay.  Thanks for the explanation.  (NB: I searched for tickets before
reporting this, but Launchpad's search isn't the greatest.)

-- 
mythstream needs to be removed from karmic
https://bugs.launchpad.net/bugs/483849
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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