[Bug 1396379] Re: installer uses first EFI system partition found even when directed otherwise

2022-05-13 Thread Shane O'Sullivan
The bug also affects grub-efi-amd64-signed and grub-efi-amd64-bin So if you follow the above workarounds you still get effected by the bug eventually when one of these packages update. ** Also affects: grub-efi-amd64-signed (Ubuntu) Importance: Undecided Status: New -- You received

[Bug 1871955] Re: package grub-efi-amd64-signed 1.139+2.04-1ubuntu24 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 2

2020-04-09 Thread Shane O'Sullivan
fix already commited: https://git.launchpad.net/ubuntu/+source/grub2-signed/commit/?h=applied/1.140 ** Changed in: grub2-signed (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1871955] Re: package grub-efi-amd64-signed 1.139+2.04-1ubuntu24 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 2

2020-04-09 Thread Shane O'Sullivan
looks like the original code in the debian postinst wraps what results in line 19 in sub case statement. case @PACKAGE@ in grub-efi-ia32) target=i386-efi ;; grub-efi-amd64) target=x86_64-efi ;; grub-efi-ia64) target=ia64-efi ;; grub-efi-arm) target=arm-efi ;; grub-efi-arm64)

[Bug 1871955] Re: package grub-efi-amd64-signed 1.139+2.04-1ubuntu24 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 2

2020-04-09 Thread Shane O'Sullivan
removing the case clause terminator ";;" on line 19 of /var/lib/dpkg/info/grub-efi-amd64-signed.postinst allowed the installation to continue for me and complete the installation -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1492385] Re: Rendering issue when display scaling is set to a value greater than 1

2015-09-04 Thread Shane O'Sullivan
** Attachment added: "Screenshot of issue" https://bugs.launchpad.net/ubuntu/+source/onboard/+bug/1492385/+attachment/4457419/+files/Screenshot%20from%202015-09-04%2017%3A25%3A36.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1492385] [NEW] Rendering issue when display scaling is set to a value greater than 1

2015-09-04 Thread Shane O'Sullivan
Public bug reported: Occurs on a Yoga 2 Pro (Intel HD Graphics 4400 @ 3200 X 1800). Set All Settings -> Screen Display -> Scale for menu and title bars to 2 Run onboard Partial rendering of the top left corner of the keyboard occurs. The rest renders as background only leaving the app

[Bug 1483751] Re: Issues traversing a sftp server when files or folders contain the character ]

2015-08-11 Thread Shane O'Sullivan
** Description changed: I am unsure if the bug is with openssh sftp client or within openssh- sftp-server When traversing an sftp server, I encounter issues for files and, in particular, directories containing the character ]. Tab completion - does not escape the character, however, if

[Bug 1483751] Re: Issues traversing a sftp server when files or folders contain the character ]

2015-08-11 Thread Shane O'Sullivan
** Description changed: I am unsure if the bug is with openssh sftp client or within openssh- sftp-server When traversing an sftp server, I encounter issues for files and, in particular, directories containing the character ]. Tab completion - does not escape the character, however, if

[Bug 1483751] [NEW] Issues traversing a sftp server when files or folders contain the character ]

2015-08-11 Thread Shane O'Sullivan
Public bug reported: I am unsure if the bug is with openssh sftp client or within openssh- sftp-server When traversing an sftp server, I encounter issues for files and, in particular, directories containing the character ]. Tab completion does not escape the character in sftp shell, however, in

[Bug 1483751] [NEW] Issues traversing a sftp server when files or folders contain the character ]

2015-08-11 Thread Shane O'Sullivan
Public bug reported: I am unsure if the bug is with openssh sftp client or within openssh- sftp-server When traversing an sftp server, I encounter issues for files and, in particular, directories containing the character ]. Tab completion does not escape the character in sftp shell, however, in

[Bug 1243076] Re: libapache2-mod-auth-mysql is missing in 13.10 amd64

2013-12-29 Thread Shane O'Sullivan
mod_auth_mysql is not compatible with apache 2.4 and it would appear the upstream developer has no interest in currently updating it to apache 2.4 and may no longer be maintained: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666826 I would go with faiello-s 's suggestion and move on to

[Bug 1264769] [NEW] User unable to purge gnunet-server

2013-12-28 Thread Shane O'Sullivan
Public bug reported: A user in #ubuntu was recieved the error: http://pastebin.com/Zp2w87Pz when attempting to purge gnunet-server when asking the user for the output of the following: cat /etc/passwd | grep gnunet cat /etc/group | grep gnunet cat /etc/group | grep gnunetdns the user

[Bug 1247942] Re: keepass2 crashes on start

2013-11-13 Thread Shane O'Sullivan
Yes, xmir is loaded when it crashes. ** Attachment added: xmir.txt https://bugs.launchpad.net/ubuntu/+source/keepass2/+bug/1247942/+attachment/3908220/+files/xmir.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1247942] Re: keepass2 crashes on start

2013-11-12 Thread Shane O'Sullivan
```keepass2 --debug-throwexcp``` lead to the same exception. The main thing I had installed that was different from the default Ubuntu install was unity-system-compositor. After removing this with ```sudo apt-get remove unity-system-compositor sudo apt-get autoremove``` and rebooting allowed

[Bug 1247933] [NEW] unable to persist bootloader id

2013-11-04 Thread Shane O'Sullivan
Public bug reported: I have more than one install of Ubuntu on my system and in order to distinguish them in the in the efi boot manager I install them with: grub-install --bootloader-id=Ubuntu 13.10 - DEV replacing the bootloader id with a significant name for that install. However any update

[Bug 1247942] [NEW] keepass2 crashes on start

2013-11-04 Thread Shane O'Sullivan
Public bug reported: After installing keepass2 on 13.10 any attempts to launch it results in an immediate crash. Launching from the terminal results in the following trace: http://paste.ubuntu.com/6360371/ ProblemType: Bug DistroRelease: Ubuntu 13.10 Package: keepass2 2.23+dfsg-1ubuntu1

[Bug 1247933] Re: unable to persist bootloader id

2013-11-04 Thread Shane O'Sullivan
I had initially tried changing the value of GRUB_DISTRIBUTOR, however grub-update does not take this value as the bootloader id. If you notice the default GRUB_DISTRIBUTOR=`lsb_release -i -s 2 /dev/null || echo Debian` produces Ubuntu, however the default bootloader id is ubuntu. -- You

[Bug 1247942] Re: keepass2 crashes on start

2013-11-04 Thread Shane O'Sullivan
There is no configuration. This crash is happens on a fresh install and before an initial configuration is generated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247942 Title: keepass2 crashes