[Bug 1818982] Re: Not compatible with GNOME Shell 3.31.91

2019-03-10 Thread pjd via ubuntu-bugs
gnome-shell-extension-dash-to-panel upstream claims to be 3.32-ready.

I have updated to v19 (disco included v18) & performed basic tests using
gnome-shell-3.31.92-1ubuntu1 and have not observed any issues. Feel free
to request additional tests.

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

Title:
  Not compatible with GNOME Shell 3.31.91

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-caffeine/+bug/1818982/+subscriptions

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

[Bug 1682614] [NEW] Installer fails to instal GRUB in HyperV VM

2017-04-13 Thread PJD
Public bug reported:

For some reason Ubuntu GNOME doesn't seem to like HyperV.  Previous
versions of Ubuntu would complete install, but would not successfully
boot.  17.04 yells every time I attempt to install GRUB.  Vanilla/Unity
Ubuntu has been installed before without issue.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: ubiquity 17.04.9
ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
Uname: Linux 4.10.0-19-generic x86_64
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CasperVersion: 1.380
Date: Thu Apr 13 14:31:56 2017
InstallCmdLine: file=/cdrom/preseed/ubuntu-gnome.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu-GNOME 17.04 "Zesty Zapus" - Release amd64 (20170412)
ProcEnviron:
 TERM=unknown
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug ubiquity-17.04.9 ubuntu-gnome zesty

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

Title:
  Installer fails to instal GRUB in HyperV VM

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

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


[Bug 1577926] Re: apt-key works fine, yet apt fails with "Could not execute 'apt-key'"

2016-09-07 Thread pjd
@bjornmagnus
Have you tested my other debugging approach (making apt-get NOT change user)

1. running the apt-key commands from the sandbox ("_apt") user (switching users 
outside of apt-get)
$ sudo -u _apt apt-key --foo --bar baz

2. deleting the _apt user (making apt fall back to not switching users)
$ deluser _apt
$ apt-get -o "Debug::Acquire::gpgv=true" update
$ # you will want to undo this, see /var/lib/dpkg/info/apt.postinst:
$ adduser --force-badname --system --home /nonexistent --no-create-home --quiet 
_apt

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

Title:
  apt-key works fine, yet apt fails with "Could not execute 'apt-key'"

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

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


[Bug 1576650] Re: gcr-prompter[13954]: Gcr: unregistering prompter

2016-08-17 Thread pjd
*** This bug is a duplicate of bug 1533267 ***
https://bugs.launchpad.net/bugs/1533267

** This bug has been marked a duplicate of bug 1533267
   gcr-prompter is logging too much

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

Title:
  gcr-prompter[13954]: Gcr: unregistering prompter

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

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


[Bug 1577926] Re: apt-key works fine, yet apt fails with "Could not execute 'apt-key'"

2016-08-17 Thread pjd
@janl
in my case, apt was unable to use the _apt user due to misconfiguration. it did 
report (some) failure, which to ignore would be my choice and responsibility 
then - there is no way of making apt resolve the _apt user issue in a way that 
would lead to consistently increasing system security.

hence this is not a security bug, but rather just a request for
increasing verbosity in error messages - in order to ease debugging
OTHER bugs.


please verify that you did indeed have the same issue with the following steps:
1. run apt, preserving the /tmp/apt.(data|sig).+ downloads (e.g. by 
*temporarily* chattr+a-ing your /tmp directory)
2. run the apt-key command on the exact same files from a root command line and 
compare output
3. run the apt-key command on the exact same files from a _apt command line and 
compare output

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

Title:
  apt-key works fine, yet apt fails with "Could not execute 'apt-key'"

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

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


[Bug 1577926] Re: apt-key works fine, yet apt fails with "Could not execute 'apt-key'"

2016-06-01 Thread pjd
underlying bug was not apt-related, but could be worked around by
deleting the _apt user - apt will then do exactly the same thing as I
successfully tested on console.

to spare future users some pain in debugging such, I recommend
- adding getpwuid(geteuid()) to the relevant error and debug messages
- referencing the existence of Debug::Acquire::gpgv in apt-key(8) or 
apt-secure(8)
sorry, I am not qualified to build these into a proper patch.

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

Title:
  apt-key works fine, yet apt fails with "Could not execute 'apt-key'"

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

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


[Bug 1577926] [NEW] apt-key works fine, yet apt fails with "Could not execute 'apt-key'"

2016-05-03 Thread pjd
Public bug reported:

Apt can fail to verify a Release file which verifies just fine when
calling apt-key directly.

Please advise how i can supply further debug information to help fix the
underlying bug.

Expected:
apt-get should only report that a repository is not signed when no such 
signature was found.
If a signature was in fact successfully acquired but not verified, apt-get 
should report failure to verify instead.
apt-get should have a meaningful error message when calling apt-key fails.

Bonus:
Calling apt-key should not fail when the same thing works fine on command line.
A reference to "Debug::Acquire::gpgv" should be in apt-secure(8) documentation.

Observed:

# uname -a
Linux hostname 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:34:49 UTC 2016 
i686 i686 i686 GNU/Linux
# chroot reproducable
$ uname -a
Linux hostname 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:34:49 UTC 2016 
armv7l armv7l armv7l GNU/Linux

$ lsb_release -a 2>/dev/null
Distributor ID: Ubuntu
Description:Ubuntu 16.04 LTS
Release:16.04
Codename:   xenial

$ apt-get -o "Debug::Acquire::gpgv=true" update
Get:1 http://ports.ubuntu.com xenial-security InRelease [92.2 kB]
0% [1 InRelease gpgv 92.2 kB]igners 
Preparing to exec:  /usr/bin/apt-key --quiet --readonly verify --status-fd 3 
/tmp/apt.sig.jYGUCG /tmp/apt.data.uTkX1c
gpgv exited with status 111
Summary:
  Good: 
  Bad: 
  Worthless: 
  SoonWorthless: 
  NoPubKey: 
Ign:1 http://ports.ubuntu.com xenial-security InRelease
Fetched 92.2 kB in 1s (79.5 kB/s)
Reading package lists... Done
W: GPG error: http://ports.ubuntu.com xenial-security InRelease: Could not 
execute 'apt-key' to verify signature (is gnupg installed?)
W: The repository 'http://ports.ubuntu.com xenial-security InRelease' is not 
signed.
N: Data from such a repository can't be authenticated and is therefore 
potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration 
details.

$ /usr/bin/apt-key --quiet --readonly verify --status-fd /dev/stderr 
/tmp/apt.sig.jYGUCG /tmp/apt.data.uTkX1c
gpgv: Signature made Tue May  3 19:02:17 2016 UTC using DSA key ID 437D05B5
[GNUPG:] SIG_ID e53PXRjA/EMb7CuZJtAicvvUm60 2016-05-03 1462302137
[GNUPG:] GOODSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key 

gpgv: Good signature from "Ubuntu Archive Automatic Signing Key 
"
[GNUPG:] VALIDSIG 630239CC130E1A7FD81A27B140976EAF437D05B5 2016-05-03 
1462302137 0 4 0 17 10 01 630239CC130E1A7FD81A27B140976EAF437D05B5
gpgv: Signature made Tue May  3 19:02:17 2016 UTC using RSA key ID C0B21F32
[GNUPG:] SIG_ID kCsrLo9VUm7YcYhhqQUw2fbWoY4 2016-05-03 1462302137
[GNUPG:] GOODSIG 3B4FE6ACC0B21F32 Ubuntu Archive Automatic Signing Key (2012) 

gpgv: Good signature from "Ubuntu Archive Automatic Signing Key (2012) 
"
[GNUPG:] VALIDSIG 790BC7277767219C42C86F933B4FE6ACC0B21F32 2016-05-03 
1462302137 0 4 0 1 10 01 790BC7277767219C42C86F933B4FE6ACC0B21F32

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

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

Title:
  apt-key works fine, yet apt fails with "Could not execute 'apt-key'"

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

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


[Bug 718579] Re: filezilla crashes in ubuntu unity 10.10 when dragging files to remote host

2011-02-14 Thread PJD


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

Title:
  filezilla crashes in ubuntu unity 10.10 when dragging files to remote
  host

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


[Bug 718579] [NEW] filezilla crashes in ubuntu unity 10.10 when dragging files to remote host

2011-02-14 Thread PJD
Public bug reported:

Binary package hint: filezilla

this is a repeatable bug that happens every time I attempt to drag and
drop files in filezilla. this occurs in ubuntu 10.10 with the unity
environment. the terminal reports a segmentation fault.

filezilla info:
  Installed: 3.3.3-1ubuntu1
  Candidate: 3.3.3-1ubuntu1
  Version table:
 *** 3.3.3-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/universe i386 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: filezilla 3.3.3-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Mon Feb 14 01:55:33 2011
EcryptfsInUse: Yes
InstallationMedia: Ubuntu-Netbook 10.10 "Maverick Meerkat" - Release i386 
(20101007)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: filezilla

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


** Tags: apport-bug i386 maverick ubuntu-une

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

Title:
  filezilla crashes in ubuntu unity 10.10 when dragging files to remote
  host

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


[Bug 379201] Re: NetworkManager attempts to connect to unavailable previously connected network when resuming from suspend

2010-09-16 Thread PJD
sorry to revive an old bug but i have this similar functionality as
well. when suspending and moving to a new location, the network manager
tries to connect to the old AP until it asks for the password for it.
when canceled it will connect to new AP and old APs are gone from the
list. I am using the broadcom sta driver. i am running a fully updated
lucid with nm version 0.8, though apparently it isnt a nm issue.

-- 
NetworkManager attempts to connect to unavailable previously connected network 
when resuming from suspend
https://bugs.launchpad.net/bugs/379201
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 479794] Re: sony ericsson w760 restarts on attempted file transfer

2009-11-09 Thread PJD

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/35457450/Dependencies.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/35457451/XsessionErrors.txt

-- 
sony ericsson w760 restarts on attempted file transfer
https://bugs.launchpad.net/bugs/479794
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 479794] [NEW] sony ericsson w760 restarts on attempted file transfer

2009-11-09 Thread PJD
Public bug reported:

Binary package hint: gnome-bluetooth

my sony ericsson phone w760a restarts every time i connect to it. this
happens over multiple systems, so i belive it is a problem with the
phone. currently running ubuntu 9.10, though this has happened also with
previous releases.

i am able to pair devices and i can even use it as a remote control, but
any time i try to send or recieve files the phone restarts. i did manage
to see the root folder of the phone once: i attempted to browse files on
device. as soon as nautilus opened the phone restarted. once restarted i
hit refresh i saw the directory (phone memory and memory card folders).
upon attempting to open these folders the phone restarts again and i
have to start over.

ProblemType: Bug
Architecture: amd64
Date: Mon Nov  9 23:58:52 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
NonfreeKernelModules: fglrx
Package: gnome-bluetooth 2.28.1-0ubuntu2
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
SourcePackage: gnome-bluetooth
Uname: Linux 2.6.31-14-generic x86_64

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


** Tags: amd64 apport-bug

-- 
sony ericsson w760 restarts on attempted file transfer
https://bugs.launchpad.net/bugs/479794
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 478868] [NEW] very low volume on fresh install

2009-11-08 Thread PJD
Public bug reported:

asked to file a new bug report after offering a workaround in another
bug: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/430937

installing gnome-alsamixer and increasing the very low volume fixes the
problem.

system:
ubuntu 9.10 x64
4gb ram
AMD Phenom 9550 64x4
Asus M3A78-CM Motherboard

ProblemType: Bug
Architecture: amd64
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: SB [HDA ATI SB], device 0: VT1708B Analog [VT1708B Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  pjd3821 F pulseaudio
 /dev/snd/pcmC0D0p:   pjd3821 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'SB'/'HDA ATI SB at 0xfbdf4000 irq 16'
   Mixer name   : 'VIA VT1708B 8-Ch'
   Components   : 'HDA:1106e721,104382ea,00100100'
   Controls  : 34
   Simple ctrls  : 18
Card1.Amixer.info:
 Card hw:1 'HDMI'/'HDA ATI HDMI at 0xfbeec000 irq 19'
   Mixer name   : 'ATI R6xx HDMI'
   Components   : 'HDA:1002aa01,00aa0100,0010'
   Controls  : 4
   Simple ctrls  : 1
Card1.Amixer.values:
 Simple mixer control 'IEC958',0
   Capabilities: pswitch pswitch-joined
   Playback channels: Mono
   Mono: Playback [off]
Date: Sun Nov  8 21:08:16 2009
DistroRelease: Ubuntu 9.10
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
NonfreeKernelModules: fglrx
Package: alsa-base 1.0.20+dfsg-1ubuntu5
PackageArchitecture: all
ProcEnviron:
 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 x86_64

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


** Tags: amd64 apport-bug

-- 
very low volume on fresh install
https://bugs.launchpad.net/bugs/478868
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 478868] Re: very low volume on fresh install

2009-11-08 Thread PJD

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/35396420/AlsaDevices.txt

** Attachment added: "AplayDevices.txt"
   http://launchpadlibrarian.net/35396421/AplayDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/35396422/BootDmesg.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/35396423/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/35396424/Card0.Codecs.codec.0.txt

** Attachment added: "Card1.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/35396425/Card1.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/35396426/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/35396427/Dependencies.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/35396428/PciMultimedia.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/35396429/XsessionErrors.txt

-- 
very low volume on fresh install
https://bugs.launchpad.net/bugs/478868
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 391617] Re: Karmic Koala repeats graphic login screen

2009-09-29 Thread PJD
not sure if this is the same problem i have:

9.10 alpha 6 x64

when i login i see the progress bar like it is going to load. the screen
goes blank and then i am returned to the login screen. it may be the
same as the original bug but i dont see anything on the screen refresh.

when using the live cd the progress bar would fill and then restart.
something tells me its an ati problem. i originally tried to dist-update
a spare kubuntu install on the machine i just booted to a blank screen.

some (possibly) useful pc specs:

ati radeonhd (forget exact model) on a dual head
processor: amd phenom x64

i also operate a dual linux boot with a separate shared home partition


to the original poster: try looking in the logs with a live cd. not sure where 
they would be located. im sure one of the debugging guys can help you out with 
that.

if you need more info or want me to file a new bug please let me know.
karmic seems very nice from the live cd i ran on a vm. i just want it to
work when it becomes a final release :)


pd

-- 
Karmic Koala repeats graphic login screen
https://bugs.launchpad.net/bugs/391617
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