[Bug 1900891] Re: /usr/sbin/openconnect: undefined symbol: openconnect_has_tss2_blob_support, version OPENCONNECT_5_5

2020-10-21 Thread Danny Howard
For what it is worth, I have been running openconnect built from source,
I just can't wrap Plasma's GUI around it.

0-11:41 djh@djh-p5510 ~/openconnect-8.00> head openconnect
#! /bin/bash

# openconnect - temporary wrapper script for .libs/openconnect
# Generated by libtool (GNU libtool) 2.4.6
#
# The openconnect program cannot be directly executed until all the libtool
# libraries that it depends on are installed.
#
# This wrapper script should never be moved out of the build directory.
# If it is, it will not operate correctly.
0-11:41 djh@djh-p5510 ~/openconnect-8.00> ls .libs/
libopenconnect.la@  libopenconnect_la-http.o
libopenconnect_la-auth-common.o libopenconnect.lai
libopenconnect_la-auth-globalprotect.o  libopenconnect_la-iconv.o
libopenconnect_la-auth-juniper.olibopenconnect_la-library.o
libopenconnect_la-auth.olibopenconnect_la-lzo.o
libopenconnect_la-compat.o  libopenconnect_la-lzs.o
libopenconnect_la-cstp.olibopenconnect_la-mainloop.o
libopenconnect_la-digest.o  libopenconnect_la-ntlm.o
libopenconnect_la-dtls.olibopenconnect_la-oath.o
libopenconnect_la-esp.o libopenconnect_la-oncp.o
libopenconnect_la-esp-seqno.o   libopenconnect_la-script.o
libopenconnect_la-gnutls-dtls.o libopenconnect_la-ssl.o
libopenconnect_la-gnutls-esp.o  libopenconnect_la-tun.o
libopenconnect_la-gnutls.o  libopenconnect_la-version.o
libopenconnect_la-gnutls_tpm2.o libopenconnect.so@
libopenconnect_la-gnutls_tpm.o  libopenconnect.so.5@
libopenconnect_la-gpst.olibopenconnect.so.5.5.0*
libopenconnect_la-http-auth.o   openconnect*
0-11:41 djh@djh-p5510 ~/openconnect-8.00> .libs/openconnect
.libs/openconnect: symbol lookup error: .libs/openconnect: undefined symbol: 
openconnect_has_tss2_blob_support, version OPENCONNECT_5_5

That looks familiar.

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

Title:
  /usr/sbin/openconnect: undefined symbol:
  openconnect_has_tss2_blob_support, version OPENCONNECT_5_5

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

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

[Bug 1900891] Re: /usr/sbin/openconnect: undefined symbol: openconnect_has_tss2_blob_support, version OPENCONNECT_5_5

2020-10-21 Thread Danny Howard
A workaround for me for now:
1) Build openconnect from source
2) sudo make install
3) sudo ln /usr/local/sbin/openconnect /usr/sbin/openconnect

Now KDE Plasma can connect to my VPN. Yay!

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

Title:
  /usr/sbin/openconnect: undefined symbol:
  openconnect_has_tss2_blob_support, version OPENCONNECT_5_5

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

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

[Bug 1900891] [NEW] /usr/sbin/openconnect: undefined symbol: openconnect_has_tss2_blob_support, version OPENCONNECT_5_5

2020-10-21 Thread Danny Howard
Public bug reported:

> /usr/sbin/openconnect
/usr/sbin/openconnect: symbol lookup error: /usr/sbin/openconnect: undefined 
symbol: openconnect_has_tss2_blob_support, version OPENCONNECT_5_5

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: openconnect 8.05-1
ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65
Uname: Linux 5.4.0-52-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.10
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Wed Oct 21 11:30:48 2020
EcryptfsInUse: Yes
InstallationDate: Installed on 2018-06-15 (858 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: openconnect
UpgradeStatus: Upgraded to focal on 2020-10-13 (8 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  /usr/sbin/openconnect: undefined symbol:
  openconnect_has_tss2_blob_support, version OPENCONNECT_5_5

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

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

[Bug 1876210] Re: cryptsetup: WARNING: could not determine root device from /etc/fstab

2020-06-01 Thread Danny Howard
I have experienced this now, on a VM. Kernel Panic,with:

Cannot open root device "vda1" or unknown-block(0,0): error -6

5.3.0-53-generic

I reboot and manually select the older kernel from GRUB.
(4.15.0-101-generic)

If I do this:

djh@stage-batchexecutionservice0 ~> 
sudo update-initramfs -u -k 5.3.0-53-generic
[sudo] password for djh: 
update-initramfs: Generating /boot/initrd.img-5.3.0-53-generic
djh@stage-batchexecutionservice0 ~> sudo reboot

I reproduce the kernel panic.

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

Title:
  cryptsetup: WARNING: could not determine root device from /etc/fstab

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

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

[Bug 1871194] Re: nagios-nrpe-server fails to launch after reboot

2020-05-08 Thread Danny Howard
We use libnss-ldapd.

I think it may be sufficient to claim:

"System users generally have to be resolvable during early boot already.
This means they should not be provided by any networked service ..." [1]

So, is this even a bug? If your OS uses systemd, then you need to ensure
your system users are resolvable early in boot. I am disappointed that
the tmpfiles service can't make your tmpfiles when you launch the
service that requires them. I mean ... really? But that is life. Stick
your nagios user and group in /etc/passwd and /etc/group and focus on
those things that make you happy in this life. If you agree, then please
feel free to close this out.

[1] https://systemd.io/UIDS-GIDS/#notes-on-resolvability-of-user-and-
group-names

** Changed in: nagios-nrpe (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/1871194

Title:
  nagios-nrpe-server fails to launch after reboot

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

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

[Bug 1871194] Re: nagios-nrpe-server fails to launch after reboot

2020-05-05 Thread Danny Howard
Paride,

IF the nagios user is in LDAP, then /var/run/nagios will not be created
by systemd at boot time, or any time after that.

I can confirm that the following sequences fail to get nagios-nrpe-
server running:

sudo service nagios-nrpe-server restart

sudo service nagios-nrpe-server stop
sudo service nagios-nrpe-server start

sudo systemctl stop nagios-nrpe-server
sudo systemctl start nagios-nrpe-server

Nothing in there triggers systems to create the missing directory:

May 05 11:04:08 dmz-gnt03-04 systemd[1]: Started Nagios Remote Plugin Executor.
May 05 11:04:08 dmz-gnt03-04 nrpe[10603]: Starting up daemon
May 05 11:04:08 dmz-gnt03-04 nrpe[10603]: Cannot write to pidfile 
'/var/run/nagios/nrpe.pid' - check your privileges.
May 05 11:04:08 dmz-gnt03-04 systemd[1]: nagios-nrpe-server.service: Main 
process exited, code=exited, status=2/INVALIDARGUMENT
May 05 11:04:08 dmz-gnt03-04 systemd[1]: nagios-nrpe-server.service: Failed 
with result 'exit-code'.

> ls -ld /var/run/nagios
ls: cannot access '/var/run/nagios': No such file or directory

The only recourse is manual mkdir/chown.

** Changed in: nagios-nrpe (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/1871194

Title:
  nagios-nrpe-server fails to launch after reboot

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

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

[Bug 1871194] Re: nagios-nrpe-server fails to launch after reboot

2020-05-04 Thread Danny Howard
Paride, unfortunately, when systemd fails to create /var/lib/nagios
during system boot, the nagios-nrpe-server service can not be started
manually. If the operator creates the missing directory and chowns it to
nagios, they can then start the service manually.

** Changed in: nagios-nrpe (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/1871194

Title:
  nagios-nrpe-server fails to launch after reboot

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

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

[Bug 1871194] Re: nagios-nrpe-server fails to launch after reboot

2020-05-01 Thread Danny Howard
I am still testing but it looks like the problem for me is that we have
(had) the nagios user in LDAP. Systemd says that the tmpfiles.d stuff
will NOT work when you specify a non-local user. I think it is more
correct to provision our system-level users in system-level files.

I should have a more conclusive understanding next week, but this bug
may be more of a feature request, at best.

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

Title:
  nagios-nrpe-server fails to launch after reboot

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

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

[Bug 1876210] Re: cryptsetup: WARNING: could not determine root device from /etc/fstab

2020-04-30 Thread Danny Howard
If I set the UUID of /, the warnings from update-initramfs disappear.

0-16:40 djh@c24-03-01 ~> grep UUID /etc/fstab 
# device; this may be used with UUID= as a more robust way to name devices
UUID="9d35e010-3466-4f75-8adb-cd770c67762c" / ext4 defaults 0 0
0-16:39 djh@c24-03-01 ~> sudo update-initramfs -u -k 5.3.0-51-generic
update-initramfs: Generating /boot/initrd.img-5.3.0-51-generic

Bootstrap on the kernel yields the same kernel panic, though.

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

Title:
  cryptsetup: WARNING: could not determine root device from /etc/fstab

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

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

[Bug 1876210] [NEW] cryptsetup: WARNING: could not determine root device from /etc/fstab

2020-04-30 Thread Danny Howard
Public bug reported:

My system can not reboot on its default kernel. I get a kernel panic:

VFS: Cannot open root device "md0p1" or unknown-block(0,0): error -6

I go to grub and boot the previous kernel successfully.

0-16:29 djh@c24-03-01 ~> uname -a
Linux c24-03-01.mtv.quantifind.com 5.3.0-47-generic #39~18.04.1-Ubuntu SMP Mon 
Apr 6 17:04:32 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
0-16:29 djh@c24-03-01 ~> sudo update-initramfs -u -k 5.3.0-51-generic
update-initramfs: Generating /boot/initrd.img-5.3.0-51-generic
cryptsetup: WARNING: failed to detect canonical device of /dev/md0p1
cryptsetup: WARNING: could not determine root device from /etc/fstab

Here is what I have got:

0-16:29 djh@c24-03-01 ~> cat /etc/fstab 
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
#
# / was on /dev/md0p1 during curtin installation
/dev/md0p1 / ext4 defaults 0 0
# /boot/efi was on /dev/sdc1 during curtin installation
/dev/disk/by-uuid/0386-D289 /boot/efi vfat defaults 0 0
/swap.img   noneswapsw  0   0
0-16:30 djh@c24-03-01 ~> cat /proc/mdstat 
Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] 
[raid10] 
md0 : active raid1 sdf2[0] sde2[1]
  233772032 blocks super 1.2 [2/2] [UU]
  bitmap: 2/2 pages [8KB], 65536KB chunk

unused devices: 
0-16:30 djh@c24-03-01 ~> cat /etc/crypttab 
# 
luks-sda /dev/sda /etc/luks-keyfile luks
luks-sdb /dev/sdb /etc/luks-keyfile luks
luks-sdc /dev/sdc /etc/luks-keyfile luks
luks-sdd /dev/sdd /etc/luks-keyfile luks

The luks devices go into LVM and are used by ganeti.

0-16:30 djh@c24-03-01 ~> apt show cryptsetup
Package: cryptsetup
Version: 2:2.0.2-1ubuntu1.1
[ . . . ]
0-16:31 djh@c24-03-01 ~> apt show cryptsetup-bin
Package: cryptsetup-bin
Version: 2:2.0.2-1ubuntu1.1

Possibly-related issue upstream. It looks like debian has a newer
version?

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784881

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-5.3.0-47-generic 5.3.0-47.39~18.04.1
ProcVersionSignature: Ubuntu 5.3.0-47.39~18.04.1-generic 5.3.18
Uname: Linux 5.3.0-47-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.14
Architecture: amd64
Date: Thu Apr 30 16:33:32 2020
InstallationDate: Installed on 2020-02-27 (63 days ago)
InstallationMedia: Ubuntu-Server 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/usr/bin/fish
SourcePackage: linux-signed-hwe
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic package-from-proposed uec-images

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

Title:
  cryptsetup: WARNING: could not determine root device from /etc/fstab

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

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

[Bug 1871194] [NEW] nagios-nrpe-server fails to launch after reboot

2020-04-06 Thread Danny Howard
Public bug reported:

Ubuntu 18.04, nagios-nrpe-server 3.2.1-1ubuntu1

At boot time, the service fails with this error message:
Cannot write to pidfile '/var/run/nagios/nrpe.pid' - check your privileges.

I can make /var/run/nagios/ and chown it to nagios manually, but
/var/run appears to get wiped at boot time. I reckon the systemd service
file can be configured to handle the making of the subdirectory?

***

0-11:43 djh@c24-03-02 ~> lsb_release -rd
Description:Ubuntu 18.04.4 LTS
Release:18.04
0-11:43 djh@c24-03-02 ~> apt-cache policy nagios-nrpe-server
nagios-nrpe-server:
  Installed: 3.2.1-1ubuntu1
  Candidate: 3.2.1-1ubuntu1
  Version table:
 *** 3.2.1-1ubuntu1 500
500 http://archive.mtv.qd.com/ubuntu bionic/universe amd64 
Packages
100 /var/lib/dpkg/status

** Affects: nagios-nrpe (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/1871194

Title:
  nagios-nrpe-server fails to launch after reboot

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

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

[Bug 1717984] [NEW] [Precision 5510, Realtek ALC3266, Black Headphone Out, Left] Pulseaudio fails to detect card

2017-09-18 Thread Danny Howard
Public bug reported:

I can not get audio out. I try the headphone jack, the headphone jack on
my HDMI display, internal speakers, no nothing zip nada.

In Miltimedia > PulseAudio Volume Control > Output Devices, there are no
audio devices. If I Show All Output Devices then a device called
"silence" is listed. I can turn up the volume on that and see the level
jumping around but nothing in my ears. The Configuration tab says no
cards available.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pulseaudio 1:8.0-0ubuntu3.3
ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
Uname: Linux 4.4.0-93-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/hwC0D2', '/dev/snd/hwC0D0', '/dev/snd/pcmC0D10p', 
'/dev/snd/pcmC0D9p', '/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D7p', 
'/dev/snd/pcmC0D3p', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: XFCE
Date: Mon Sep 18 10:27:49 2017
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-osp1-20150720-0
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-10-14 (339 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150720-04:06
SourcePackage: pulseaudio
Symptom: audio
Symptom_Card: HDA-Intel - HDA Intel PCH
Symptom_Jack: Black Headphone Out, Left
Title: [Precision 5510, Realtek ALC3266, Black Headphone Out, Left] Pulseaudio 
fails to detect card
UpgradeStatus: Upgraded to xenial on 2016-10-14 (339 days ago)
dmi.bios.date: 08/08/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.2.13
dmi.board.name: 0N8J4R
dmi.board.vendor: Dell Inc.
dmi.board.version: A01
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.13:bd08/08/2016:svnDellInc.:pnPrecision5510:pvr:rvnDellInc.:rn0N8J4R:rvrA01:cvnDellInc.:ct9:cvr:
dmi.product.name: Precision 5510
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug xenial

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

Title:
  [Precision 5510, Realtek ALC3266, Black Headphone Out, Left]
  Pulseaudio fails to detect card

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

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

[Bug 1714302] [NEW] Mirror displays not offered, buggy

2017-08-31 Thread Danny Howard
Public bug reported:

What happens:
In xubuntu-desktop, I have checked "Configure new displays when connected"

When I connect a new display, I am given options from Use 1st screen,
mirror displays, extend desktop, or use the 2nd screen.

I would like to Mirror Displays, but that option is ghosted in the
connection dialog.

I can then hit "Advanced" and check "Use this display" on each display
and then check "Mirror displays" and then the displays mirror but the
Resolution gets set to 1920x1200.

I then have to manually set each "mirrored" display individually to
3840x2160.

What I expect to happen:
1. In the connection dialog, "Mirror Displays" should be available.
2. When mirroring displays, the resolution should not be changed.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xfce4-settings 4.12.0-2ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
Uname: Linux 4.4.0-93-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu Aug 31 09:14:32 2017
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-osp1-20150720-0
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-10-14 (321 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150720-04:06
SourcePackage: xfce4-settings
UpgradeStatus: Upgraded to xenial on 2016-10-14 (321 days ago)

** Affects: xfce4-settings (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

** Description changed:

  In xubuntu-desktop, I have checked "Configure new displays when
  connected"
  
  When I connect a new display, I am given options from Use 1st screen,
  mirror displays, extend desktop, or use the 2nd screen.
  
  I would like to Mirror Displays, but that option is ghosted in the
  connection dialog.
  
  I can then hit "Advanced" and check "Use this display" on each display
  and then check "Mirror displays" and then the displays mirror but the
  Resolution gets set to 1920x1200.
  
  I then have to manually set each "mirrored" display individually to
  3840x2160.
  
- Description:  Ubuntu 16.04.3 LTS
- Release:  16.04
- 
- xfce4-settings:
-   Installed: 4.12.0-2ubuntu1
-   Candidate: 4.12.0-2ubuntu1
-   Version table:
-  *** 4.12.0-2ubuntu1 500
- 500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
- 100 /var/lib/dpkg/status
- 
  Acceptance criteria:
  1. In the connection dialog, "Mirror Displays" should be available.
  2. When mirroring displays, the resolution should not be changed.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xfce4-settings 4.12.0-2ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
  Uname: Linux 4.4.0-93-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Aug 31 09:14:32 2017
  DistributionChannelDescriptor:
-  # This is a distribution channel descriptor
-  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
-  canonical-oem-somerville-trusty-amd64-osp1-20150720-0
+  # This is a distribution channel descriptor
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-trusty-amd64-osp1-20150720-0
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-10-14 (321 days ago)
  InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150720-04:06
  SourcePackage: xfce4-settings
  UpgradeStatus: Upgraded to xenial on 2016-10-14 (321 days ago)

** Description changed:

- In xubuntu-desktop, I have checked "Configure new displays when
- connected"
+ What happens:
+ In xubuntu-desktop, I have checked "Configure new displays when connected"
  
  When I connect a new display, I am given options from Use 1st screen,
  mirror displays, extend desktop, or use the 2nd screen.
  
  I would like to Mirror Displays, but that option is ghosted in the
  connection dialog.
  
  I can then hit "Advanced" and check "Use this display" on each display
  and then check "Mirror displays" and then the displays mirror but the
  Resolution gets set to 1920x1200.
  
  I then have to manually set each "mirrored" display individually to
  3840x2160.
  
- Acceptance criteria:
+ What I expect to happen:
  1. In the connection dialog, "Mirror Displays" should be available.
  2. When mirroring displays, the resolution should not be changed.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xfce4-settings 4.12.0-2ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79
  Uname: Linux 4.4.0-93-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.10
  Architecture: amd64
  CurrentDesktop: XFCE
  Date: Thu Aug 31 09:14:32 2017
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 

[Bug 1712906] [NEW] Clock panel plugin keeps losing formatting

2017-08-24 Thread Danny Howard
Public bug reported:

Any time I adjust the properties in the Clock panel plugin, the clock
will "disappear" (null format) from the Panel.

The only way I can keep the clock to appear after adjusting properties is to:
Clock Options Format: Custom Format
* required: *touch* the custom format string, else the format string gets wiped 
out upon closing the dialog

Current workaruond: any time I touch Clock properties, I manually enter
a custom format like %H:%M:%S or if the format string is present I have
to click on the text field so that the properties dialog will store the
incumbent value instead of wiping it out.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xfce4-panel 4.12.0-3ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-92.115-generic 4.4.76
Uname: Linux 4.4.0-92-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.10
Architecture: amd64
CurrentDesktop: XFCE
Date: Thu Aug 24 12:27:09 2017
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-osp1-20150720-0
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-10-14 (314 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150720-04:06
SourcePackage: xfce4-panel
UpgradeStatus: Upgraded to xenial on 2016-10-14 (314 days ago)

** Affects: xfce4-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

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

Title:
  Clock panel plugin keeps losing formatting

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

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


[Bug 1258422] Re: Maximized windows go under panel if panel attached to screen edge between two monitors

2016-10-24 Thread Danny Howard
I have experienced this bug on multiple systems, under 14.04, 15.10 and
16.04. Workaround in comment #55 here to set display to primary helps.

I also frequently lose the panel on boot or resume. Sometimes an old
panel will reappear later.

FWIW, I like to keep my panel at the top of the screen.

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

Title:
  Maximized windows go under panel if panel attached to screen edge
  between two monitors

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdebase-workspace/+bug/1258422/+subscriptions

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


[Bug 1302270] Re: [regression] Poor performance with recent update with i965: libGL error: failed to open drm device: Permission denied

2016-10-05 Thread Danny Howard
*** This bug is a duplicate of bug 1415104 ***
https://bugs.launchpad.net/bugs/1415104

I found this bug trying to launch firefox Ubuntu 16.04 server:

djh@test0:~$ firefox
libGL error: failed to open drm device: Permission denied
libGL error: failed to load driver: i965

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

Title:
  [regression] Poor performance with recent update with i965: libGL
  error: failed to open drm device: Permission denied

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

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


[Bug 1516451] Re: check_disk plugin broken after upgrade to 15.10

2016-09-13 Thread Danny Howard
We normally netboot but we had a few machines that would not PXE, so we
installed 14.04 via medium. Afterwards, some of the medium-installed
machines were throwing this error in Nagios. Found this line in
/etc/mtab on the afflicted hosts:

tracefs /var/lib/ureadahead/debugfs/tracing tracefs rw,relatime 0 0

This appears to be an artifact on the medium-based install process. I
removed the above line and ran:

sudo service nagios-nrpe-server restart

Error condition cleared.

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

Title:
  check_disk plugin broken after upgrade to 15.10

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

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


[Bug 1516451] Re: check_disk plugin broken after upgrade to 15.10

2016-09-13 Thread Danny Howard
Possibly related to #499773 which is about install adding spurious
entries to mtab.

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

Title:
  check_disk plugin broken after upgrade to 15.10

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

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


[Bug 1575755] Re: package kaccounts-providers (not installed) failed to install/upgrade: próba nadpisania "/etc/signon-ui/webkit-options.d/www.facebook.com.conf", który istnieje także w pakiecie accou

2016-04-27 Thread Danny Howard
Same error here when "sudo apt-get install kubuntu-desktop" :

Processing triggers for libglib2.0-0:amd64 (2.48.0-1ubuntu4) ...
Errors were encountered while processing:
 /var/cache/apt/archives/kaccounts-providers_4%3a15.12.3-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  package kaccounts-providers (not installed) failed to install/upgrade:
  próba nadpisania "/etc/signon-ui/webkit-
  options.d/www.facebook.com.conf", który istnieje także w pakiecie
  account-plugin-facebook 0.12+16.04.20160126-0ubuntu1

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

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


[Bug 1102960] Re: dia crashes on startup

2015-12-22 Thread Danny Howard
#11 worked for me on 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/1102960

Title:
  dia crashes on startup

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

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


[Bug 463078] Re: Dia export to Cairo PNG causes mangled text fonts

2015-12-22 Thread Danny Howard
For asavah: you should be able to fix via backports:
https://help.ubuntu.com/community/UbuntuBackports

Unfortunately, there does not seem to be a backport for this fix, so
yes, LTS ... can be a bit frustrating ...

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

Title:
  Dia export to Cairo PNG causes mangled text fonts

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

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


[Bug 1026869]

2014-09-02 Thread Danny Howard
Build identifier: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:31.0)
Gecko/20100101 Firefox/31.0

Every week or so, I have to right-click in a text box and switch the
spell checker from British English to American English.  My system
(kubuntu) locale settings are set to American English.  I can not fathom
how, where, or why Firefox keeps switching me to British English.

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

Title:
  Firefox accepts dictionaries and spell check entries from every which
  spell check backend, leaving problems with defaults and the language
  selector enables this behavior

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

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


[Bug 1335600] Re: Publishing to flickr broken since api.flickr went https-only

2014-08-27 Thread Danny Howard
The PPA Jim pointed out works a champ for uploading to Flickr.
Importing is still broken, but at least this new version doesn't simply
freeze up.  Way more stable than the default branch.  -danny

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

Title:
  Publishing to flickr broken since api.flickr went https-only

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

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


[Bug 1335600] Re: Publishing to flickr broken since api.flickr went https-only

2014-08-26 Thread Danny Howard
Setting up shotwell-common (0.18.0-0ubuntu4.2) ...
Setting up shotwell (0.18.0-0ubuntu4.2) ...

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

Title:
  Publishing to flickr broken since api.flickr went https-only

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

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


[Bug 1335600] Re: Publishing to flickr broken since api.flickr went https-only

2014-08-26 Thread Danny Howard
After sudo apt-get install shotwell/trusty-proposed I go to File 
Publish ... and the only option is Piwigo.

Add more accounts says there are no providers ...

Edit  Preferences  Plugins lists Facebook, Flickr, Picasa, and Piwigo
as checked under Publishing.

Something here is amiss ...

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

Title:
  Publishing to flickr broken since api.flickr went https-only

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

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


[Bug 1357653] [NEW] Transient Network Failire Causes Upgrade Failure

2014-08-16 Thread Danny Howard
Public bug reported:

I waws waiting on a system upgrade.  It failed when the network
connection briefly flaked.

** Affects: ubuntu-release-upgrader (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/1357653

Title:
  Transient Network Failire Causes Upgrade Failure

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

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


[Bug 879387] Re: Partitions misaligned on advanced format drive WD20EARX

2012-03-11 Thread Danny Howard
10.04.4 LTS:

Formatting sdc3 (WDC WD20EARX-00P) to a full-disk ext4 partition via
gparted:

mkfs.ext4 -j -O extent -L '' /dev/sdc1

dev/sdc1 alignment is offset by 512 bytes.
This may result in very poor performance, (re)-partitioning suggested.
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=1 blocks, Stripe width=0 blocks
122101760 inodes, 488378000 blocks
24418900 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=4294967296
14905 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks: 
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 
  4096000, 7962624, 11239424, 2048, 23887872, 71663616, 78675968, 
  10240, 214990848

Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 33 mounts or
180 days, whichever comes first.  Use tune2fs -c or -i to override.

Oookay, soo ... it is not obvious to me how to fix this.  I'll try
resizing the partition with the first 1M empty, as suggested in that IBM
article.  I trying unselecting alignment to sector but I got errors all
over the place.

** Attachment added: GParted reports misalignment.
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/879387/+attachment/2854193/+files/gparted_details.htm

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

Title:
  Partitions misaligned on advanced format drive WD20EARX

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

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


[Bug 879387] Re: Partitions misaligned on advanced format drive WD20EARX

2012-03-11 Thread Danny Howard
The fix for me was to fire up GParted, delete the partition, recreate it
with 1M of blank space before it, and un-check align to cylinders.
Everything is pretty now.

I tried just doing a resize operation at first but that took forever.  I
think it was illustrating to me the problem of block mis-alignment. :)

It would be good to get the toolshain handling these alignment issues
transparently for the user ...

Thanks,
-danny

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

Title:
  Partitions misaligned on advanced format drive WD20EARX

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

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


[Bug 913577] [NEW] package nvidia-current 195.36.24-0ubuntu1~10.04.1 failed to install/upgrade: nvidia-current kernel module failed to build

2012-01-08 Thread Danny Howard
Public bug reported:

I just rolled back from an attempt to upgrade to a kernel backport which
killed my networking, so ... ?

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nvidia-current 195.36.24-0ubuntu1~10.04.1
ProcVersionSignature: Ubuntu 2.6.32-37.81-generic 2.6.32.49+drm33.21
Uname: Linux 2.6.32-37-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sun Jan  8 15:10:23 2012
DkmsStatus:
 nvidia-current, 195.36.24, 2.6.32-35-generic, x86_64: installed 
 nvidia-current, 195.36.24, 2.6.32-37-generic, x86_64: installed 
 nvidia-current, 195.36.24, 2.6.32-34-generic, x86_64: built
ErrorMessage: nvidia-current kernel module failed to build
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
MachineType: System manufacturer System Product Name
PackageVersion: 195.36.24-0ubuntu1~10.04.1
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.32-37-generic 
root=UUID=45205d70-4c49-11e0-b0f8-00e04d96e32f ro quiet splash
SourcePackage: nvidia-graphics-drivers
Title: package nvidia-current 195.36.24-0ubuntu1~10.04.1 failed to 
install/upgrade: nvidia-current kernel module failed to build
dmi.bios.date: 08/05/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0706
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8Z68-V PRO
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.:bvr0706:bd08/05/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8Z68-VPRO:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   x86_64
 kernel: 2.6.32-37-generic

** Affects: nvidia-graphics-drivers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

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

Title:
  package nvidia-current 195.36.24-0ubuntu1~10.04.1 failed to
  install/upgrade: nvidia-current kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/913577/+subscriptions

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


[Bug 913577] Re: package nvidia-current 195.36.24-0ubuntu1~10.04.1 failed to install/upgrade: nvidia-current kernel module failed to build

2012-01-08 Thread Danny Howard
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/913577

Title:
  package nvidia-current 195.36.24-0ubuntu1~10.04.1 failed to
  install/upgrade: nvidia-current kernel module failed to build

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/913577/+subscriptions

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


[Bug 841672] Re: ssh-add does not always unlock ssh keys

2011-12-05 Thread Danny Howard
This bug is rather obnoxious.

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

Title:
  ssh-add does not always unlock ssh keys

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/841672/+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 841672] Re: ssh-add does not always unlock ssh keys

2011-12-05 Thread Danny Howard
This bug is rather obnoxious.

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

Title:
  ssh-add does not always unlock ssh keys

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

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


[Bug 493154] Re: missing file /usr/lib/libapt-pkg-libc6.10-6.so.4.8.1 (from apt package)

2011-11-09 Thread Danny Howard
I am having these problems on my LTS distribution.  Can you please
explain where I can download the apt package?  Googling things like
ubuntu apt download install gets tutorials on how to use apt-get.
Thanks!

-danny

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

Title:
  missing file /usr/lib/libapt-pkg-libc6.10-6.so.4.8.1 (from apt
  package)

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

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


[Bug 399452] Re: Error when mounting flickrfs

2010-06-01 Thread Danny Howard
Heya!  9.04 64bit here, same dealio.  I have done:

sudo apt-get install python2.5

And also changed the shebang on /usr/bin/flickrfs:

0-22:44 d...@noneedto ~$ head -1 /usr/bin/flickrfs
#!/usr/bin/python2.5
0-22:45 d...@noneedto ~$ python2.5 /usr/bin/flickrfs $HOME/Flickr 
Authorizing with flickr...
Authorization complete.
Sets are being populated in the background. Please wait...
Sets have been populated. Done.
0-22:49 d...@noneedto ~$ ls Flickr
ls: cannot access Flickr: Invalid argument

Oh well.  :/

-- 
Error when mounting flickrfs
https://bugs.launchpad.net/bugs/399452
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 496594] Re: All Terminal Windows Lock Up

2010-03-26 Thread Danny Howard
Since disabling SCIM I have not seen this issue manifest.  So, yeah,
seems to be an issue with how Terminal operates with SCIM.

-- 
All Terminal Windows Lock Up
https://bugs.launchpad.net/bugs/496594
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 523914] [NEW] Starting ZoneMinder: failure

2010-02-18 Thread Danny Howard
Public bug reported:

Binary package hint: zoneminder

1-11:16 d...@noneedto ~$ sudo service zoneminder start
Starting ZoneMinder: failure

Can't find any log information anywhere.  How do we debug this?  Thanks!

Sincerely,
-daniel

ProblemType: Bug
Architecture: amd64
Date: Thu Feb 18 11:16:23 2010
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 Karmic Koala - Release amd64 (20091027)
NonfreeKernelModules: nvidia
Package: zoneminder 1.24.1-1ubuntu2
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-15.50-generic
SourcePackage: zoneminder
Uname: Linux 2.6.31-15-generic x86_64
XsessionErrors:
 (gnome-settings-daemon:2275): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:2275): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:2400): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:2377): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

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


** Tags: amd64 apport-bug

-- 
Starting ZoneMinder: failure
https://bugs.launchpad.net/bugs/523914
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 523914] Re: Starting ZoneMinder: failure

2010-02-18 Thread Danny Howard

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/39368711/Dependencies.txt

-- 
Starting ZoneMinder: failure
https://bugs.launchpad.net/bugs/523914
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 496594] Re: All Terminal Windows Lock Up

2010-01-22 Thread Danny Howard
Hello,

gnome-terminal froze up again.

This time I have followed the documentation at
https://wiki.ubuntu.com/Backtrace#Already running programs

Unfortunately, when I followed If the program hangs but doesn't crash
you can press ctrl+c in gdb while the program is frozen and then
continue with the next step. gdb appeared to lock up.  So, I re-ran the
procedure on the hanging process, but skipped continue and went
straight for the backtrace.  I hope this is helpful.

Sincerely,
-daniel

** Attachment added: gdb-gnome-terminal.txt
   http://launchpadlibrarian.net/38281931/gdb-gnome-terminal.txt

** Changed in: gnome-terminal (Ubuntu)
   Status: Invalid = New

-- 
All Terminal Windows Lock Up
https://bugs.launchpad.net/bugs/496594
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


Re: [Bug 496594] Re: All Terminal Windows Lock Up

2010-01-08 Thread Danny Howard
On Fri, Jan 8, 2010 at 7:41 AM, Pedro Villavicencio pe...@ubuntu.com wrote:
 We are closing this bug report because it lacks the information we need
 to investigate the problem, as described in the previous comments.
 Please reopen it if you can give us the missing information, and don't
 hesitate to submit bug reports in the future. To reopen the bug report
 you can click on the current status, under the Status column, and change
 the Status back to New. Thanks again!.

Pedro,

No objections here.  Of course, since I filed the bug the behavior has
stopped, so I guess, thank you bug, for seemingly solving my problem.

If I see this behavior again I'll track this bug down and get those
traces.  Thank you for your support.

Sincerely,
-daniel

-- 
http://dannyman.toldme.com

-- 
All Terminal Windows Lock Up
https://bugs.launchpad.net/bugs/496594
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 496594] [NEW] All Terminal Windows Lock Up

2009-12-14 Thread Danny Howard
Public bug reported:

Binary package hint: gnome-terminal

Hello,

So, about once per day, the contents of all of my terminal windows go
gray and become completely unresponsive.  I then have to force-quit and
start all over again.

Needless to say, this is extremely irritating.

This behavior is fairly new in the past month or two.  I'm going to look
at switching to xterm or something now.

If it helps, let me know how I can say, capture a core file for you guys
to diagnose.  I could throw a screenshot in as well.  Let me know!
Thanks!

Sincerely,
-daniel

0-08:24 dannh...@t60p ~$ apt-cache policy gnome-terminal
gnome-terminal:
  Installed: 2.28.1-0ubuntu1
  Candidate: 2.28.1-0ubuntu1
  Version table:
 *** 2.28.1-0ubuntu1 0
500 http://us.archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

0-08:32 dannh...@t60p ~$ lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

ProblemType: Bug
Architecture: amd64
Date: Mon Dec 14 08:25:13 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/gnome-terminal
Package: gnome-terminal 2.28.1-0ubuntu1
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-16.53-generic
SourcePackage: gnome-terminal
Uname: Linux 2.6.31-16-generic x86_64

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


** Tags: amd64 apport-bug

-- 
All Terminal Windows Lock Up
https://bugs.launchpad.net/bugs/496594
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 496594] Re: All Terminal Windows Lock Up

2009-12-14 Thread Danny Howard

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/36778078/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/36778079/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/36778080/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/36778081/XsessionErrors.txt

-- 
All Terminal Windows Lock Up
https://bugs.launchpad.net/bugs/496594
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 234942] Re: kflickr doesn't show thumbnails on hardy gnome

2009-12-01 Thread Danny Howard
Same problem here on karmic.  Unfortunately, adding the PPA and
reinstalling KFlickr did not resolve this issue.

-- 
kflickr doesn't show thumbnails on hardy gnome
https://bugs.launchpad.net/bugs/234942
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 360905] Re: Network-Manager not seeing broadband card

2009-11-21 Thread Danny Howard
Hello,

My Sierra Wireless modem worked fine in 8.10 but disappeared in 9.04.
The patch procedure at https://bugs.launchpad.net/ubuntu/jaunty/+source
/network-manager/+bug/360905/comments/8 repaired this issue.  I wish the
fix were distriibuted to 8.10 users without requiring a manual patch.

Sincerely,
-daniel

-- 
Network-Manager not seeing broadband card
https://bugs.launchpad.net/bugs/360905
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 460805] [NEW] Media files play erratically or not at all

2009-10-25 Thread Danny Howard
Public bug reported:

Playing sound or video through Firefox or any media player tends to
fail.  Usually it is like the software is playing the file, but no
progress is made through the file.  Restarting, rebooting, and killing
processes tends to fix this problem for a little while.  Sometimes a few
reboots help.

Right now I'm playing an mp3 file from NPR.  It'll play for a few
seconds, then pause for several seconds, then play a few more seconds,
then pause for several seconds.

Often when I log out I hear the initial clips of the various audio or
video I tried to play during my session but never heard.

There were no issues like this at all prior to upgrading to 9.10.

130-02:35 d...@noneedto ~$ lsb_release -rd
Description:Ubuntu 9.10
Release:9.10

ProblemType: Bug
Architecture: i386
Date: Mon Oct 26 02:35:32 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/totem
NonfreeKernelModules: nvidia
Package: alsa-base 1.0.20+dfsg-1ubuntu5
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: alsa-driver
Uname: Linux 2.6.31-14-generic i686

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


** Tags: apport-bug i386

-- 
Media files play erratically or not at all
https://bugs.launchpad.net/bugs/460805
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 460805] Re: Media files play erratically or not at all

2009-10-25 Thread Danny Howard

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/34377813/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/34377815/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/34377816/ProcStatus.txt

** Attachment added: XsessionErrors.txt
   http://launchpadlibrarian.net/34377817/XsessionErrors.txt

-- 
Media files play erratically or not at all
https://bugs.launchpad.net/bugs/460805
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


Re: [Bug 460805] [NEW] Media files play erratically or not at all

2009-10-25 Thread Danny Howard
On Sun, Oct 25, 2009 at 11:02 PM, Luke Yelavich luke.yelav...@canonical.com
 wrote:

 What desktop environment are you using, and what media player are you
 using to listen to your audio?


Gnome.

And, any of:
Firefox / Flash, Chromium / Flash, Skype, Totem, mplayer, VLC, kdenlive.

At the moment, I'm testing a theory that unplugging the webcam has fixed
everything.  Plugging it back in doesn't break anything, though, but I am
listening to my show so yay!

-danny

-- 
http://dannyman.toldme.com

-- 
Media files play erratically or not at all
https://bugs.launchpad.net/bugs/460805
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 460805] Re: Media files play erratically or not at all

2009-10-25 Thread Danny Howard
Yeah, it doesn't matter if the webcam is plugged in.  When things are
wedged up I often can't log out.  But if I kill -9 -1 I can log in and
have a better chance of things working.

Here's some crud from dmesg:

[ 3134.930958] 2:3:4: cannot set freq 48000 to ep 0x86
[ 3134.931097] 2:3:4: cannot set freq 48000 to ep 0x86
[ 3134.931243] 2:3:4: cannot set freq 48000 to ep 0x86
[ 3134.931355] 2:3:4: cannot set freq 48000 to ep 0x86

That was the webcam.  But like I said, long after the webcam was
unplugged the audio choked up again.

Attached is the verbose vomiting pulseaudio did all over
/var/log/messages.

Sincerely,
-daniel

** Attachment added: this subsystem is clearly ready for widespread release
   http://launchpadlibrarian.net/34380416/pulseaudio-spew.txt

-- 
Media files play erratically or not at all
https://bugs.launchpad.net/bugs/460805
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 445937] Re: there is no audio in flash (YouTube)

2009-10-23 Thread Danny Howard
Per another bug, I loaded pavucontrol and was unable to un-mute
Firefox.

IMO, Firefox shouldn't default to mute.

-d

-- 
there is no audio in flash (YouTube)
https://bugs.launchpad.net/bugs/445937
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 445937] Re: there is no audio in flash (YouTube)

2009-10-23 Thread Danny Howard
I said:

Per another bug, I loaded pavucontrol and was unable to un-mute
Firefox.

What I meant:

Per another bug, I loaded pavucontrol and was able to un-mute
Firefox.

Sorry for the confusion.

-danny

-- 
there is no audio in flash (YouTube)
https://bugs.launchpad.net/bugs/445937
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 398380] Re: [karmic] CouchDB crashes on start

2009-10-22 Thread Danny Howard
Hello,

I can't start couchdb via:
sudo /etc/init.d/couchdb start

And until doing the fix described by Nilas, simply running couchdb
crashed.  Now I can start couchdb with:

sudo couchdb

Alas, /etc/init.d/couchdb is still broken:

0-21:53 d...@noneedto ~$ sudo /etc/init.d/couchdb start
 * Starting database server couchdb  [ OK ] 

(Doesn't actually answer on http://127.0.0.1:5984/ )

0-21:53 d...@noneedto ~$ sudo /etc/init.d/couchdb stop
 * Stopping database server couchdb  [ OK ] 
0-21:53 d...@noneedto ~$ ps auxww | grep couch
couchdb   5611  0.0  0.0   1748   580 pts/1S21:53   0:00 /bin/sh -e 
/usr/bin/couchdb -a \/etc/couchdb/default.ini\ -a \/etc/couchdb/local.ini\ 
-b -r 5 -p /var/run/couchdb/couchdb.pid -o /dev/null -e /dev/null -R
couchdb   5815  0.0  0.0   4032   636 pts/1S21:53   0:00 sleep 5
djh   5844  0.0  0.0   4116   800 pts/1S+   21:54   0:00 grep couch
0-21:54 d...@noneedto ~$ sudo killall couchdb

So . . . it would be neat if the init.d worked. :)

-- 
[karmic] CouchDB crashes on start
https://bugs.launchpad.net/bugs/398380
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 445937] [NEW] there is no audio in flash (YouTube)

2009-10-07 Thread Danny Howard
Public bug reported:

Binary package hint: firefox-3.5

Flash audio doesn't work in FireFox 3.5.  It doesn't work in Chromium,
either.  Audio works throughout the rest of the system.  I just upgraded
to 9.10 beta and this used to work.

I'd be happy to test this in Firefox 3.0, but if I try to launch it via
menu or shell I get Firefox 3.5.3.

0-21:41 d...@noneedto ~$ lsb_release -rd
Description:Ubuntu karmic (development branch)
Release:9.10


0-21:42 d...@noneedto ~$ apt-cache policy firefox
firefox:
  Installed: 3.5.3+build1+nobinonly-0ubuntu3
  Candidate: 3.5.3+build1+nobinonly-0ubuntu3
  Version table:
 *** 3.5.3+build1+nobinonly-0ubuntu3 0
500 http://archive.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status
0-21:42 d...@noneedto ~$ apt-cache policy chromium
chromium:
  Installed: (none)
  Candidate: 0.9.14-1
  Version table:
 0.9.14-1 0
500 http://archive.ubuntu.com karmic/universe Packages

3) I expect audio to play when I watch a video in YouTube.

4) Audio does not play when I play a video in YouTube.

ProblemType: Bug
Architecture: i386
Date: Wed Oct  7 21:37:40 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: firefox 3.5.3+build1+nobinonly-0ubuntu3
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
SourcePackage: firefox-3.5
Uname: Linux 2.6.31-11-generic i686
XsessionErrors:
 (gnome-settings-daemon:4288): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (gnome-settings-daemon:4288): GLib-CRITICAL **: g_propagate_error: assertion 
`src != NULL' failed
 (polkit-gnome-authentication-agent-1:4397): GLib-CRITICAL **: 
g_once_init_leave: assertion `initialization_value != 0' failed
 (nautilus:4380): Eel-CRITICAL **: eel_preferences_get_boolean: assertion 
`preferences_is_initialized ()' failed

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


** Tags: apport-bug i386

-- 
there is no audio in flash (YouTube)
https://bugs.launchpad.net/bugs/445937
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 445937] Re: there is no audio in flash (YouTube)

2009-10-07 Thread Danny Howard

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/33267403/Dependencies.txt

-- 
there is no audio in flash (YouTube)
https://bugs.launchpad.net/bugs/445937
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 445937] Re: there is no audio in flash (YouTube)

2009-10-07 Thread Danny Howard
If I quit Firefox 3.5 and start Firefox 3.0, I can watch videos in Flash
with audio.

-- 
there is no audio in flash (YouTube)
https://bugs.launchpad.net/bugs/445937
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


Re: [Bug 441039] Re: Ubuntu One crashed on launch

2009-10-05 Thread Danny Howard
On Mon, Oct 5, 2009 at 12:04 PM, RichardN ric...@gmail.com wrote:

Possible solution:
 start 'ubuntuone-client-applet' from a commandline and close it
 start 'ubuntuone-client-preferences' from the system-preferences menu.


ubuntuone-client-applet threw an error that it can not start
ubuntuone-client-preferences.

Now the preferences widget launches okay from the menu.

Now things apparently run okay.  When I launch the applet it takes me to a
launchpad site to log in . . . .

-d

-- 
http://dannyman.toldme.com

-- 
Ubuntu One crashed on launch
https://bugs.launchpad.net/bugs/441039
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


Re: [Bug 441039] Re: Ubuntu One crashed on launch

2009-10-05 Thread Danny Howard
On Mon, Oct 5, 2009 at 12:27 PM, Daniel Howard danny...@toldme.com
wrote:


 Now things apparently run okay.  When I launch the applet it takes me to a
 launchpad site to log in . . . .


. . . except I get this ubuntu one Launchpad Login Service which knows who
I am.  I click Sign In and the page re-renders itself.

https://login.launchpad.net/+openid

Is this Ubuntu One stuff really ready for production?

-d

-- 
http://dannyman.toldme.com

-- 
Ubuntu One crashed on launch
https://bugs.launchpad.net/bugs/441039
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 375711] Re: xvidcap audio settings missing in preferences

2009-09-22 Thread Danny Howard
Hello,

I too have noticed the Audio support not present in this binary.  I
think the binary would be more useful if audio support were enabled.

-- 
xvidcap audio settings missing in preferences
https://bugs.launchpad.net/bugs/375711
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