[Bug 2065225] [NEW] GIMP 2.10 Crashing on closing all windows

2024-05-08 Thread Glenn Stuart Morrissey
*** This bug is a duplicate of bug 2055044 *** https://bugs.launchpad.net/bugs/2055044 Public bug reported: ``` GNU Image Manipulation Program version 2.10.36 git-describe: GIMP_2_10_36 Build: unknown rev 0 for linux # C compiler # Using built-in specs. COLLECT_GCC=gcc

[Bug 41624] Re: Replaying journals of other OS's filesystems, by mounting them, is unsafe

2024-01-17 Thread Glenn Washburn
** Merge proposal linked: https://code.launchpad.net/~crass/casper/+git/casper/+merge/453083 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/41624 Title: Replaying journals of other OS's

[Bug 41624] Re: Replaying journals of other OS's filesystems, by mounting them, is unsafe

2023-10-04 Thread Glenn Washburn
Over a decade later... but this might help someone. There is a way around this mess, with some caveats. You can set the block device to readonly using blockdev. This works as desired a lot of the time. However, sometimes (or perhaps everytime certain filesystems need to replay the journal), the

[Bug 1972128] [NEW] package sa-compile 3.4.4-1ubuntu1.1 failed to install/upgrade: installed sa-compile package post-installation script subprocess returned error exit status 12

2022-05-08 Thread Glenn Reid
Public bug reported: Updating /boot/grub/menu.lst ... done /etc/kernel/postinst.d/zz-update-grub: Sourcing file `/etc/default/grub' Sourcing file `/etc/default/grub.d/50-cloudimg-settings.cfg' Sourcing file `/etc/default/grub.d/init-select.cfg' Generating grub configuration file ... Found linux

Re: [Bug 1971491] Re: After reboot firefox refuses to run snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks

2022-05-05 Thread glenn green
Hi Maciej, Here are the results of aa-status glenn@LinuxBox:~$ sudo aa-status | grep snap-confine [sudo] password for glenn: /snap/snapd/15177/usr/lib/snapd/snap-confine /snap/snapd/15177/usr/lib/snapd/snap-confine//mount-namespace-capture-helper /snap/snapd/15534/usr/lib/snapd/snap

[Bug 1971491] Re: After reboot firefox refuses to run snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks

2022-05-03 Thread glenn green
snap2.55.3+22.04ubuntu1 snapd 2.55.3+22.04ubuntu1 series 16 ubuntu 22.04 kernel 5.15.0-27-generic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971491 Title: After reboot firefox refuses

[Bug 1971491] Re: After reboot firefox refuses to run snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks

2022-05-03 Thread glenn green
20.04 LTS -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1971491 Title: After reboot firefox refuses to run snap-confine has elevated permissions and is not confined but should be. Refusing to

[Bug 1971491] [NEW] After reboot firefox refuses to run snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks

2022-05-03 Thread glenn green
Public bug reported: ubuntu 22.04 Snap packages will not run after a reboot stating the below. snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks Reinstalling snapd cures the problem. Thanks, --glenn ** Affects

Re: [Bug 1858670] Re: Blank DVD shows up twice on desktop

2022-03-08 Thread Glenn Brumfield
Since Lubuntu 20.04 is the new LTS, which no longer supports 32-bit systems, I have changed all my machines over to MX Linux 21. If I remember correctly, Lubuntu 18.04 utilized pcmanfm. Sent from my iPhone > On Mar 8, 2022, at 5:11 AM, Sean Davis <1858...@bugs.launchpad.net> wrote: > This

[Bug 1938104] Re: shiftfs module is not built because CONFIG_SHIFT_FS is not set

2021-12-03 Thread Glenn Washburn
Why is this invalid? I presume because there's the idmapped mounts feature. The problem is that this doesn't work in 5.13 when BTRFS is the underlying filesystem. So shiftfs is still useful. Its turned on in master build[1], why not for OEM, which is the only 5.13 available for focal? Here's a

[Bug 1951265] Re: package emacs-gtk 1:26.3+1-1ubuntu2 failed to install/upgrade: o subprocesso instalado, do pacote emacs-gtk, o script post-installation retornou erro do status de saída 1

2021-11-28 Thread Glenn Morris
*** This bug is a duplicate of bug 1809125 *** https://bugs.launchpad.net/bugs/1809125 ** This bug has been marked a duplicate of bug 1809125 package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status

[Bug 1943994] Re: package samba-common-bin 2:4.13.5+dfsg-2ubuntu2 failed to install/upgrade: installed samba-common-bin package post-installation script subprocess returned error exit status 1

2021-10-19 Thread Glenn Ray Pace
The do-release-upgrade installer reported this issue as a bug. I am completing the bug report that in upgrader opened. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1943994 Title: package

[Bug 1943176] Re: Cannot mount 3.5 format made from mkreiserfs

2021-09-09 Thread Glenn Washburn
** Tags removed: kernel-bug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1943176 Title: Cannot mount 3.5 format made from mkreiserfs To manage notifications about this bug go to:

[Bug 1943176] Re: Cannot mount 3.5 format made from mkreiserfs

2021-09-09 Thread Glenn Washburn
Looks like the "-q" option also silences errors (wth?). Without "-q" option mkfs.reiserfs fails complaining that test.reiser_old.img is not a block device. Running the following, also errors: LOOPDEV=$(losetup --show -f test.reiser_old.img) mkfs.reiserfs --format=3.5 -b 512 -l 'g;/éт 鍊'

[Bug 1943176] [NEW] Cannot mount 3.5 format made from mkreiserfs

2021-09-09 Thread Glenn Washburn
Public bug reported: The following commands on Ubuntu Impish live cd reproduce the issue: truncate -s 256M test.reiser_old.img mkfs.reiserfs --format=3.5 -b 512 -l 'g;/éт 鍊' -q test.reiser_old.img sudo mount -t reiserfs test.reiser_old.img /media/tmp2 The dmesg log shows: [298084.049115]

[Bug 1876990] Re: zfs modules in Focal kernel taint kernel

2021-09-01 Thread Glenn Washburn
I'm running into this as well. I'd like to boot the Live CD such that the kernel is untainted, but since the zfs modules are automatically loaded, the kernel is tainted at boot. I was able to ensure that the zfs modules were not loaded at boot by adding the kernel parameter

[Bug 1942260] [NEW] compress firmware in /lib/firmware

2021-08-31 Thread Glenn Washburn
Public bug reported: Some facts: - The linux kernel has supported loading xz compressed firmware since 5.3 - The size of /lib/firmware in impish is ~650Mb (and growing) - The compressed size of firmware could be ~230Mb It would be nice to install compressed firmware to save space. Here are

[Bug 1938624] Re: package emacs-gtk 1:27.1+1-3ubuntu3 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status 1

2021-08-12 Thread Glenn Morris
*** This bug is a duplicate of bug 1809125 *** https://bugs.launchpad.net/bugs/1809125 ** This bug has been marked a duplicate of bug 1809125 package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status

[Bug 1938104] [NEW] shiftfs module is not built because CONFIG_SHIFT_FS is not set

2021-07-26 Thread Glenn Washburn
Public bug reported: Shiftfs is built and included in all other ubuntu kernels that I know of and if I'm not mistaken is sponsored by ubuntu mostly for use with LXD containers, which is my use case. It also included in the linux- oem-5.10. Is there a reason shiftfs is not included in the 5.13 oem

[Bug 1713578] Re: Migrate /etc/resolv.conf from resolvconf to systemd-resolved

2021-06-04 Thread Glenn Burkhardt
On distributions that do not contain resolvconf, no symlink to /etc/resolv.conf is created during the installation of systemd. There should be one created. For example, the stock Lubuntu 20.04 doesn't install resolvconf, and resolv.conf is not a symlink to any file. -- You received this bug

[Bug 1902053] Re: dist upgrade from 18.04 to 20.04 crashes

2021-04-29 Thread Glenn Teachey
Can confirm this is an issue on the latest cloud image built for Azure as well. SKU: Steps to reproduce: Deploy image Run 'apt update' Run 'apt upgrade' Perform package updates for 18.04 Perform distribution upgrade Output: Calculating the changes Could

[Bug 1809125] Re: package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status 1

2021-02-19 Thread Glenn Morris
This problem ("libotf.so.0: cannot open shared object file") is now over two years old, and has been reported more than 10 times, across multiple versions. Is anyone working on this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1915981] Re: package emacs-gtk (not installed) failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status 1

2021-02-19 Thread Glenn Morris
*** This bug is a duplicate of bug 1809125 *** https://bugs.launchpad.net/bugs/1809125 ** This bug has been marked a duplicate of bug 1809125 package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status

[Bug 1916060] [NEW] failed to upgrade from ubuntu 18.04 to 20.04

2021-02-18 Thread Glenn Handley
Public bug reported: installed ubuntu 18.04 in feb 2020. Tried to upgrade using command udo do-release-upgrade -d got this error: Checking package manager Reading package lists... Done Building dependency tree Reading state information... Done Calculating the changes

Re: [Bug 1906086] Re: [HP EliteOne 800 G2 23-in Touch AiO] Display is limited to top half of the screen

2021-01-20 Thread Glenn Stewart
! I updated the software and re-booted. Still at full screen. Now all I have to do is get Ubuntu set up again! edids.bin was still empty. Regards, Glenn Stewart On Wed, Jan 20, 2021 at 8:11 PM Daniel van Vugt <1906...@bugs.launchpad.net> wrote: > No that probably won't help... unles

Re: [Bug 1906086] Re: [HP EliteOne 800 G2 23-in Touch AiO] Display is limited to top half of the screen

2021-01-19 Thread Glenn Stewart
So I am already on UEFI, then all I have to do is re-install Ubuntu? Regards, Glenn Stewart On Wed, Jan 20, 2021 at 6:30 PM Daniel van Vugt <1906...@bugs.launchpad.net> wrote: > It appears you're already using UEFI mode, so I wonder if changing it > the other way to legacy BIOS

Re: [Bug 1906086] Re: DIsplay is limited to top half of the screen

2021-01-19 Thread Glenn Stewart
Thanks Daniel. Yes, this is a touchscreen with B logo. Now, how do I change the BIOS mode please? Attached are screenshots of the current HP info re Boot, BIOS, and UEFI. BIOS_Boot.zip <https://drive.google.com/file/d/1jxKGsny6qstFckdI75N1oHDRrBTbBZ-C/view?usp=drive_web> Regards,

Re: [Bug 1906086] Re: DIsplay is limited to top half of the screen

2021-01-19 Thread Glenn Stewart
Wayland versions done. Again, the edids.bin would not attach as it was empty. I have already made various changes to the display under Wayland. All successful, although only in top half of the screen. Regards, Glenn Stewart On Wed, Jan 20, 2021 at 1:29 PM Glenn Stewart wrote: > Tha

Re: [Bug 1906086] Re: DIsplay is limited to top half of the screen

2021-01-19 Thread Glenn Stewart
Thanks Daniel. BIOS Update was done under Windows/HP Tools before I installed Ubuntu. xrandrv.txt is attached. edids.bin would not attach, as it was empty. I tried various display settings, which all worked, but within the top half of the screen. Regards, Glenn Stewart On Tue, Jan 19, 2021

Re: [Bug 1906086] Re: DIsplay is limited to top half of the screen

2021-01-18 Thread Glenn Stewart
Regards, Glenn Stewart On Tue, Jan 19, 2021 at 7:52 PM Glenn Stewart wrote: > > > Regards, > Glenn Stewart > > > On Tue, Jan 19, 2021 at 7:51 PM Glenn Stewart > wrote: > >> Hi Daniel. >> >> I have installed Ubuntu over Win10. >> I have enabl

Re: [Bug 1906086] Re: DIsplay is limited to top half of the screen

2021-01-18 Thread Glenn Stewart
Regards, Glenn Stewart On Tue, Jan 19, 2021 at 7:51 PM Glenn Stewart wrote: > Hi Daniel. > > I have installed Ubuntu over Win10. > I have enabled Ubuntu on Wayland. > Everything works - LAN/WAN, Audio, Video, WiFi, Bluetooth, Printing, Mail, > software updates

Re: [Bug 1906086] Re: DIsplay is limited to top half of the screen

2021-01-18 Thread Glenn Stewart
, Glenn Stewart due to the limits, I will send through 3 x messages with the attachments On Tue, Jan 19, 2021 at 7:42 PM Glenn Stewart wrote: > Hi Daniel. > > I have installed Ubuntu over Win10. > I have enabled Ubuntu on Wayland. > Everything works - LAN/WAN, Audio, Video,

[Bug 1910832] Re: package emacs-gtk 1:26.3+1-1ubuntu2 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status 1

2021-01-12 Thread Glenn Morris
*** This bug is a duplicate of bug 1809125 *** https://bugs.launchpad.net/bugs/1809125 ** This bug has been marked a duplicate of bug 1809125 package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status

[Bug 1909386] [NEW] installer crash

2020-12-26 Thread Glenn Ruel
Public bug reported: the installer crashed at the end of the install, fatal error ProblemType: Bug DistroRelease: Ubuntu 20.10 Package: ubiquity 20.10.13 ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14 Uname: Linux 5.8.0-25-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp

[Bug 1909377] [NEW] Ubuntu 20.04.1 installer crashed

2020-12-26 Thread Glenn Stewart
Public bug reported: Could not create GRUB- this is a fatal error was the gist of the message displayed. I was installing Ubuntu from a flash drive. Installer did not recognise that Win 10 was already installed. Installed Ubuntu on a secondary disk that had unallocated space. I want to be able

[Bug 1908960] Re: package emacs-gtk 1:26.3+1-1ubuntu2 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status 1

2020-12-24 Thread Glenn Morris
*** This bug is a duplicate of bug 1809125 *** https://bugs.launchpad.net/bugs/1809125 ** This bug has been marked a duplicate of bug 1809125 package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status

[Bug 1907915] Re: package emacs-gtk 1:26.3+1-1ubuntu2 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status 1

2020-12-13 Thread Glenn Morris
*** This bug is a duplicate of bug 1809125 *** https://bugs.launchpad.net/bugs/1809125 ** This bug has been marked a duplicate of bug 1809125 package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status

Re: [Bug 1906086] Re: DIsplay is limited to top half of the screen

2020-12-02 Thread Glenn Stewart
you for your perseverance Daniel. Regards, Glenn Stewart On Thu, Dec 3, 2020 at 3:20 PM Daniel van Vugt <1906...@bugs.launchpad.net> wrote: > OK. You would need to install Ubuntu before you can choose Wayland. But > it's not guaranteed to fix things. And if you see related problems

[Bug 1906086] Re: DIsplay is limited to top half of the screen

2020-12-02 Thread Glenn Stewart
** Attachment added: "image.png" https://bugs.launchpad.net/bugs/1906086/+attachment/5440415/+files/image.png ** Attachment added: "Ubuntu_2.jpg" https://bugs.launchpad.net/bugs/1906086/+attachment/5440416/+files/Ubuntu_2.jpg ** Attachment added: "Ubuntu_1.jpg"

Re: [Bug 1906086] Re: DIsplay is limited to top half of the screen

2020-12-02 Thread Glenn Stewart
and the apps option, which is the only extra thing I can do. Windows today [image: image.png] Regards, Glenn Stewart On Wed, Dec 2, 2020 at 3:50 PM Daniel van Vugt <1906...@bugs.launchpad.net> wrote: > On the login screen, select your account but before entering a password > click the icon

Re: [Bug 1906086] Re: DIsplay is limited to top half of the screen

2020-12-01 Thread Glenn Stewart
image.png] Regards, Glenn Stewart On Tue, Dec 1, 2020 at 9:21 PM Daniel van Vugt <1906...@bugs.launchpad.net> wrote: > Thanks, that sounds like a hardware problem. > > Please also try selecting 'Ubuntu on Wayland' before you enter your > password. > > -- > You recei

[Bug 1906086] Re: DIsplay is limited to top half of the screen

2020-12-01 Thread Glenn Stewart
I have rebooted with the straight Ubuntu option rather than the Safe Graphics option. >From Settings/Display I have tried all combinations of Resolution, with >Scaling ON, and tried various Scale options. They all make the changes but still only within the top half of the screen. -- You

[Bug 1906086] Re: DIsplay is limited to top half of the screen

2020-11-30 Thread Glenn Stewart
Under settings/resolution there is only one option - 1024 x 768 (4:3) The machine is an HP AIO,Processor = Intel® Core™ i7-6700 CPU @ 3.40GHz × 8, Memory = 31.2 GiB, Graphics = llvmpipe (LLVM 10.0.0, 256 bits). -- You received this bug notification because you are a member of Ubuntu Bugs, which

Re: [Bug 1906086] Re: DIsplay is limited to top half of the screen

2020-11-29 Thread Glenn Stewart
Thanks Daniel. I rebooted and used Ubuntu (safe graphics), and all was well. The resolution only has one option - 1024 x 768. So problem solved - thank you for your prompt response. Regards, Glenn Stewart On Mon, Nov 30, 2020 at 5:25 AM Daniel van Vugt <1906...@bugs.launchpad.net>

[Bug 1906086] Re: DIsplay is limited to top half of the screen

2020-11-29 Thread Glenn Stewart
d. Cheers Glenn ** Attachment added: "Ubuntu_Screenshot.jpg" https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1906086/+attachment/5439465/+files/Ubuntu_Screenshot.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscri

[Bug 1906086] [NEW] DIsplay is limited to top half of the screen

2020-11-27 Thread Glenn Stewart
Public bug reported: Display is limited to the top half of the screen. I have tried changing the resolution, without success. I am attempting to trial Ubuntu 20.10 from a USB stick. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: xorg 1:7.7+19ubuntu14 ProcVersionSignature: Ubuntu

[Bug 1905800] [NEW] Apparmor denies pid file creation for dhclient when started by network-manager

2020-11-26 Thread Glenn Washburn
Public bug reported: I'm using package isc-dhcp-client version 4.4.1-2.1ubuntu5 I'm getting these messages in syslog: dhclient[3308281]: Can't create /run/NetworkManager/dhclient-wlp23s1.pid: Permission denied audit: type=1400 audit(1606420037.168:811): apparmor="DENIED" operation="mknod"

[Bug 1899624] Re: Des erreurs ont été rencontrées pendant l'exécution : emacs-gtk E: Sub-process /usr/bin/dpkg returned an error code (1)

2020-10-14 Thread Glenn Morris
*** This bug is a duplicate of bug 1809125 *** https://bugs.launchpad.net/bugs/1809125 ** This bug has been marked a duplicate of bug 1809125 package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status

[Bug 1872159] Re: Boot animation never finishes when external monitors (or just more than one) are connected

2020-10-10 Thread Glenn Brauen
Ubuntu 20.04 on Lenovo T480s. This problem has appeared only in the last week. I've been running 20.04 since May and had never seen this problem before. Boot hangs on Ubuntu spinning splash with HDMI directly connected for 2nd monitor. Booting without HDMI connected works fine. - removing

[Bug 1898911] Re: deja-dup fails due to gpg issue

2020-10-08 Thread Glenn Brumfield
A Google search yielded: https://askubuntu.com/questions/1057627/duplicity-fails-with-bad- session-key-error which basically blamed the error on a gpg upgrade issue. I don't know how to fix that. As an experiment I created a new folder (same HDD, same partition, etc.) to back up to. Backed up

[Bug 1898911] Re: deja-dup fails due to gpg issue

2020-10-07 Thread Glenn Brumfield
After repeated attempts to backup, deja-dup now appears to begin backup successfully, but is unable to verify the backup and repeatedly asks for the passphrase. When passphrase is entered, the verification fails and asks for the passphrase again. -- You received this bug notification because you

[Bug 1898911] [NEW] deja-dup fails due to gpg issue

2020-10-07 Thread Glenn Brumfield
Public bug reported: Lubuntu 18.04 64-bit with current updates. Backing up to external HDD via USB 3.0. When attempting backup, I receive an error message stating: "Backup Failed GPGError: GPG Failed, see log below: = Begin GnuPG log = gpg: WARNING: "--no-use-agent" is an obsolete

[Bug 1895229] Re: package emacs-lucid 1:26.3+1-1ubuntu2 failed to install/upgrade: o subprocesso instalado, do pacote emacs-lucid, o script post-installation retornou erro do status de saída 1

2020-09-30 Thread Glenn Morris
*** This bug is a duplicate of bug 1809125 *** https://bugs.launchpad.net/bugs/1809125 ** This bug has been marked a duplicate of bug 1809125 package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status

[Bug 1896100] Re: emacs-gtk crashes regularly

2020-09-30 Thread Glenn Morris
*** This bug is a duplicate of bug 1896273 *** https://bugs.launchpad.net/bugs/1896273 ** This bug has been marked a duplicate of bug 1896273 emacs-gtk crashed with SIGABRT in raise() -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1897604] Re: upon updating (very fresh install of 20.04) :package emacs-bin-common 1:26.3+1-1ubuntu2 failed to install/upgrade: installed emacs-bin-common package post-installation script subproc

2020-09-30 Thread Glenn Morris
>From posted DpkgTerminalLog.txt: update-alternatives: error: cannot stat file '/usr/lib/jvm/java-15-oracle/bin/javac': Too many levels of symbolic links Seems unrelated to Emacs... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1884102] Re: package emacs-gtk 1:26.3+1-1ubuntu2 failed to install/upgrade: el subproceso instalado paquete emacs-gtk script post-installation devolvió el código de salida de error 1

2020-06-19 Thread Glenn Morris
*** This bug is a duplicate of bug 1809125 *** https://bugs.launchpad.net/bugs/1809125 ** This bug has been marked a duplicate of bug 1809125 package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status

[Bug 1874155] Re: package emacs-lucid (not installed) failed to install/upgrade: installed emacs-lucid package post-installation script subprocess returned error exit status 1

2020-05-28 Thread Glenn Morris
*** This bug is a duplicate of bug 1809125 *** https://bugs.launchpad.net/bugs/1809125 ** This bug has been marked a duplicate of bug 1809125 package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status

[Bug 1879806] [NEW] Grub installation fails every time.

2020-05-20 Thread Glenn Meyer
Public bug reported: Installation attempted on an HP Spectre X360 13 inch (2019) laptop. Multiple attempts all fail, except for the first one, which seemed to work until I rebooted: Windows 10 booted as if Ubuntu was never installed. All attempts fail when grub-install is run, whether the target

[Bug 746362] Re: No Input Sound On XPsound XP203 USB External Sound Card In Ubuntu 10.04

2020-05-05 Thread Glenn Moloney
Hi Marcus. So sorry for the delay. Yeah you might as well close this off as I wrote this over 9 years ago & things have moved on since 2011. Cheers. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1816198] Re: when a blank cd is automounted, it appears twice on the desktop

2020-01-21 Thread Glenn Brumfield
Thanks for the update and the confirmation. Seems to be related to Bug 1858670 which although filed under 'xfburn' package, seems to have the same symptoms and possibly the same cause. ** Changed in: pcmanfm (Ubuntu) Status: New => Confirmed -- You received this bug notification because

[Bug 1858670] Re: Blank DVD shows up twice on desktop

2020-01-21 Thread Glenn Brumfield
I found the bug I was thinking of (Bug 1816198) which although filed under 'pcmanfm' package appears to have the same symptoms and possibly the same cause. I think this may be a duplicate, and seems to be confirmed. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1858670] [NEW] Blank DVD shows up twice on desktop

2020-01-07 Thread Glenn Brumfield
Public bug reported: When a blank DVD is inserted and mounted, it shows up twice on the desktop.The blank DVD icons initially are named 'Blank CD/DVD' but if you move the pointer over an icon it will change its name to 'CD/DVD Creator'. PCManFM displays only one instance of Blank DVD. I would

[Bug 1847778] Re: Failed to dump keys: (0x562f7054c330) Illegal slab id, host: localhost:11211

2019-12-28 Thread Glenn J. Schworak
I forgot to mention there is 1 difference between the two servers. On 16.04, memcached is version 1.4.25 and on 18.04 it is version 1.5.6. All other items are the same. Both give the error, but Ubuntu 16.04 returns all keys every time. -- You received this bug notification because you are a

[Bug 1847778] Re: Failed to dump keys: (0x562f7054c330) Illegal slab id, host: localhost:11211

2019-12-28 Thread Glenn J. Schworak
I have two servers giving the same error. Ubuntu 16.04 server returns all the keys then throws this error at the end. Ubuntu 18.04 server returns all keys some times and skips some other times. I ran the test many times on each server. 16.04 is stable in what it returns but 18.04 changes each

[Bug 1849111] Re: package emacs-gtk 1:26.3+1-1ubuntu1 failed to install/upgrade: підпроцес встановлено пакунок emacs-gtk сценарій post-installation повернув помилковий код завершення 1

2019-12-23 Thread Glenn Morris
*** This bug is a duplicate of bug 1809125 *** https://bugs.launchpad.net/bugs/1809125 ** This bug has been marked a duplicate of bug 1809125 package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status

[Bug 1849159] Re: package emacs-lucid (not installed) failed to install/upgrade: підпроцес встановлено пакунок emacs-lucid сценарій post-installation повернув помилковий код завершення 1

2019-12-23 Thread Glenn Morris
*** This bug is a duplicate of bug 1809125 *** https://bugs.launchpad.net/bugs/1809125 ** This bug has been marked a duplicate of bug 1849111 package emacs-gtk 1:26.3+1-1ubuntu1 failed to install/upgrade: підпроцес встановлено пакунок emacs-gtk сценарій post-installation повернув

[Bug 1853987] [NEW] debug setting does not turn on tracing for scripts called by init

2019-11-26 Thread Glenn Washburn
Public bug reported: Version: 0.130ubuntu3.9 Severity: normal When adding "debug" to the kernel commandline debug output is turned on and is very useful for debugging. However, none of the scripts (eg. local-premount/resume) recognize the debug variable to turn on tracing as in init. I simply

[Bug 1853982] [NEW] Resume fails when UUID= syntax used in conf.d/resume

2019-11-26 Thread Glenn Washburn
Public bug reported: I've having this issue on Bionic, but it appears that Focal still has this issue (and its probably been there for years). This can easily be reproduced by starting with a system on which hibernation is working using the resume=UUID=... kernel parameter. Then create the file

[Bug 1849909] Re: VLC window left edge off of screen, cannot move

2019-10-26 Thread Glenn Brumfield
Thanks for checking, Chris. It now appears that I somehow wound up with a configuration error: deleting the '~/.config/vlc' folder and reopening VLC seems to have cured my issue. I'll close this bug; again thank you for your time. Glenn On Fri, Oct 25, 2019 at 10:55 PM Chris Guiver wrote

[Bug 1849909] [NEW] VLC window left edge off of screen, cannot move

2019-10-25 Thread Glenn Brumfield
Public bug reported: Lubuntu 18.04 64-bit & current updates, VLC version 3.0.8-0ubuntu18.04.1 Has consistently occurred for quite a while now; I was waiting to see if a fix was coming out. Upon opening VLC whether from command-line or menu, the window opens at the upper-left edge of my screen

[Bug 1821632] [NEW] dmidecode causing system crash

2019-03-25 Thread James Glenn
Public bug reported: Please let me know what other information I can provide. Some basic info I've captured below. root@jetson-0423318029481:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 18.04.1 LTS Release:18.04 Codename: bionic

Re: [Bug 1816198] Re: when a blank cd is automounted, it appears twice on the desktop

2019-02-16 Thread Glenn Brumfield
hot, property windows for each 'Blank > CD-R Disc' window visible plus the menu it offered me. I got the same > results as Glenn reports. > > Glenn noted it "seems to interfere with burning data to the cd with > xburn". I did not burn the disc so did not verify this, but just

[Bug 1816198] [NEW] when a blank cd is automounted, it appears twice on the desktop

2019-02-15 Thread Glenn Brumfield
Public bug reported: The icon for the blank cd appears twice on the Lubuntu 18.04 desktop after cd insertion & automount. Ejecting the cd from pcmanfm removes both icons from desktop. Apparently erroneous automount seems to interfere with burning data to the cd with xburn. This bug appears in

Re: [Bug 1740921] Re: Nautilus renames partitions on external USB HDD

2019-01-30 Thread Glenn Brumfield
Thank you for your attention to this bug report. It had been so long since I submitted the report that I upgraded to Lubuntu 18.04.1 in the interim. Since Lubuntu uses File Manager PCManFS rather than Nautilus, [CODE] gvfs -li [/CODE] will only return [CODE] gvfs: command not found [/CODE]. Since

[Bug 1805136] Re: package emacs-common 1:25.2+1-11 failed to install/upgrade: unable to create new file '/var/lib/dpkg/info/emacs-common.list-new': Operation not permitted

2018-11-29 Thread Glenn Morris
*** This bug is a duplicate of bug 1805135 *** https://bugs.launchpad.net/bugs/1805135 ** This bug has been marked a duplicate of bug 1805135 package emacs-el 1:25.2+1-11 failed to install/upgrade: unable to create new file '/var/lib/dpkg/info/emacs-el.list-new': Operation not permitted

[Bug 1798491] Re: Using 'Backups' to external HDD, 'Verify Backup' hangs at 'Password' window

2018-11-27 Thread Glenn Brumfield
Updates today seem to have fixed the 'Verify Backup' function of deja dup (Backups). Changing status to 'Fixed'. ** Changed in: deja-dup (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1802352] Re: package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status 1

2018-11-10 Thread Glenn Morris
*** This bug is a duplicate of bug 1798972 *** https://bugs.launchpad.net/bugs/1798972 ** This bug has been marked a duplicate of bug 1798972 package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status

[Bug 1796047] Re: update-ieee-data throws error because of wrong url

2018-10-31 Thread Glenn Satchell
** Attachment added: "patch containing new urls for oui files" https://bugs.launchpad.net/ubuntu/+source/ieee-data/+bug/1796047/+attachment/5207679/+files/1796047.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1796047] Re: update-ieee-data throws error because of wrong url

2018-10-31 Thread Glenn Satchell
so new settings in the script should be: ouiurl="http://standards-oui.ieee.org/oui/oui.txt; oui28url="http://standards-oui.ieee.org/oui28/mam.txt; oui36url="http://standards-oui.ieee.org/oui36/oui36.txt; iaburl="http://standards-oui.ieee.org/iab/iab.txt; -- You received this bug notification

[Bug 1796047] Re: update-ieee-data throws error because of wrong url

2018-10-31 Thread Glenn Satchell
also need http://standards.ieee.org/regauth/oui/iab.txt replaced by http ://standards-oui.ieee.org/iab/iab.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1796047 Title: update-ieee-data throws

[Bug 1796047] Re: update-ieee-data throws error because of wrong url

2018-10-31 Thread Glenn Satchell
http://standards.ieee.org/develop/regauth/oui28/mam.txt and http://standards.ieee.org/develop/regauth/oui36/oui36.txt both redirect to the new location. http://standards.ieee.org/regauth/oui/oui.txt gets a 404. http://standards.ieee.org/develop/regauth/oui/oui.txt does redirect to the right

[Bug 1798972] Re: package emacs-gtk 1:25.2+1-11 failed to install/upgrade: installed emacs-gtk package post-installation script subprocess returned error exit status 1

2018-10-21 Thread Glenn Morris
>From the log, looks like a bug in ess 17.11-3. Ref: https://github.com/emacs-ess/ESS/issues/635 ** Package changed: emacs (Ubuntu) => ess (Ubuntu) ** Bug watch added: github.com/emacs-ess/ESS/issues #635 https://github.com/emacs-ess/ESS/issues/635 -- You received this bug notification

[Bug 1798491] Re: Encryption failure - cannot verify backup

2018-10-19 Thread Glenn Brumfield
Edited title for accuracy. ** Description changed: After updates today, deja-dup fails to verify backup using 'Backups' application on Lubuntu 18.04.1. The window to enter passphrase pops up, appears to do a backup after entering password, then pops up asking for password to verify

[Bug 1798491] [NEW] Encryption failure - cannot verify backup

2018-10-17 Thread Glenn Brumfield
Public bug reported: After updates today, deja-dup fails to verify backup using 'Backups' application on Lubuntu 18.04.1. The window to enter passphrase pops up, appears to do a backup after entering password, then pops up asking for password to verify backup. After entering password, the same

[Bug 1761606] Re: Two Wi-Fi network applets appear after logging back into live-usb Lubuntu 18.04 session.

2018-09-25 Thread Glenn Brumfield
Title of this bug is: [QUOTE] Two Wi-Fi network applets appear after logging back into live- usb Lubuntu 18.04 session. [/QUOTE] However, this also affects Lubuntu 18.04.1 installed to my HDD; not just live-usb. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1790309] [NEW] package systemd-sysv 237-3ubuntu10.3 failed to install/upgrade: installed systemd-shim package post-removal script subprocess returned error exit status 2

2018-09-01 Thread Pastor Glenn
Public bug reported: failed during installation, no info displayed. ProblemType: Package DistroRelease: Ubuntu 18.04 Package: systemd-sysv 237-3ubuntu10.3 ProcVersionSignature: Ubuntu 4.15.0-33.36-generic 4.15.18 Uname: Linux 4.15.0-33-generic i686 NonfreeKernelModules: nvidia ApportVersion:

[Bug 1773172] Re: quota kernel modules not available in linux-aws

2018-07-06 Thread Glenn
** This bug is no longer a duplicate of bug 1678213 linux-aws does not provide linux-image-extra-$(uname -r) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1773172 Title: quota kernel modules not

[Bug 1773172] Re: quota kernel modules not available in linux-aws

2018-06-28 Thread Glenn
*** This bug is a duplicate of bug 1678213 *** https://bugs.launchpad.net/bugs/1678213 ** This bug has been marked a duplicate of bug 1678213 linux-aws does not provide linux-image-extra-$(uname -r) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1774632] [NEW] The symbolic link /etc/resolv.conf points to the wrong file by default

2018-06-01 Thread Glenn J. Schworak
Public bug reported: When using nslookup for local machine names, the local DNS was being ignored (not queried) and none of the local machines could be found. After much research and digging, it was discovered that the cause was the incorrect symbolic link /etc/resolv.conf file. The default

[Bug 1577575] Re: NFS share does not mount on boot using fstab

2018-05-26 Thread Glenn J. Schworak
I am experiencing the exact same issue with a fresh install of Ubuntu 18.04. Five other machines on the same network with the same NFS mount are not experiencing the issue. Three are 18.04 but were upgraded from 14.04 or 16.04 and the other two are on 16.04 and were upgraded from 12.04 and will

[Bug 1773172] [NEW] quota kernel modules not available in linux-aws

2018-05-24 Thread Glenn
Public bug reported: The quota kernel modules (quota_v1 and quota_v2) are not available in the linux-aws kernel, because the modules are contained in the generic kernel's linux-image-extra package. There is no -extra package for linux-aws, so the quota modules should be promoted to the main

[Bug 1586859] Re: urllib3/util/retry.py broke on passing invalid type

2018-05-09 Thread Glenn Washburn
I've hit this bug on ubuntu 16.10 with python-pip version 8.1.2-2ubuntu0.1 when trying to create a virtualenv while disconnected from the network. After upgrading to python-pip version 9.0.1-2.3 from ubuntu 18.04, this behavior disappeared. So I believe this problem resolved. I've attached a

[Bug 1755951] Re: forcepae option doesn't work for ubuntu-mate 18.04 beta

2018-05-05 Thread Glenn Brumfield
This bug was filed for ubuntu-mate 18.04 beta. Ubuntu-MATE 18.04 release boots and runs on my Banias Pentium-M with the 'forcepae' boot option entered after the '---' (interrupt boot by pressing F6, press 'Escape' to type in boot options). Interestingly, Virtualbox still seems to need 'PAE/NX'

[Bug 1755951] Re: forcepae option doesn't work for ubuntu-mate 18.04 beta

2018-03-20 Thread Glenn Brumfield
Unable to run command [CODE] apport-collect 1755951 [/CODE] because system will not boot without a viable 'forcepae' boot option. Since ubuntu-mate is supporting 32-bit kernels, I hope that it will work for Banias Pentium-D CPU's with the forcepae boot option, since the CPU is quite capable of

[Bug 1750142] [NEW] ALC1220: inserting headphone to front panel triggers auto-mute on both speaker and headphone

2018-02-17 Thread GLenn
Public bug reported: Jack is confirmed to be working: Using alsamixer and disabling auto-mute enables audio output on both speaker and front headphone jack Same problem with Asus Prime Z370-A (also ALC1220) when using same Ubuntu installation. ProblemType: Bug DistroRelease: Ubuntu 16.04

[Bug 1740921] [NEW] Nautilus renames partitions on external USB HDD

2018-01-02 Thread Glenn Brumfield
Public bug reported: Nautilus adds the number "1" to the partition names on my external backup USB HDD (e.g., EXT4 = EXT41, JFS = JFS1, NTFS = NTFS1). This seems to have occurred since the last set of updates. I speculate that this may or may not have something to do with the recent 'Backups'

[Bug 1730034] [NEW] package linux-headers-4.10.0-38-generic (not installed) failed to install/upgrade: no package named 'linux-headers-4.10.0-38-generic' is installed, cannot configure

2017-11-03 Thread Glenn Hammonds
Public bug reported: Upgrading from 16.04 to 17 brought me here. I don't know what information will be added automatically. Hope it helps. I don't have a terminal process so can't add result of any terminal commands. ProblemType: Package DistroRelease: Ubuntu 17.04 Package:

[Bug 1726723] Re: package emacs25 25.1+1-3ubuntu4.1 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1

2017-10-25 Thread Glenn Morris
*** This bug is a duplicate of bug 1683985 *** https://bugs.launchpad.net/bugs/1683985 ** This bug has been marked a duplicate of bug 1683985 package emacs25-nox 25.1+1-3ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 -- You

[Bug 1721343] Re: VLC does not display video from DVD or streaming video

2017-10-21 Thread Glenn Brumfield
OK, I've figured out what's going on. My PC's have been using the Nouveau display driver (apparently one of my recent updates reset my active video driver(s) from the Nvidia proprietary driver to the default Nouveau open-source driver(s)). Once I downloaded, installed and activated the Nvidia

[Bug 1725326] Re: VLC does not display video from DVD or streaming video

2017-10-21 Thread Glenn Brumfield
OK, I've figured out what's going on. My PC's have been using the Nouveau display driver (apparently one of my recent updates reset my active video driver(s) from the Nvidia proprietary driver to the default Nouveau open-source driver(s)). Once I downloaded, installed and activated the Nvidia

  1   2   3   4   5   6   7   8   9   10   >