[Bug 2057789] [NEW] nvidia-fabricmanager missing from ppa

2024-03-13 Thread Marcus Furlong
Public bug reported: nvidia-fabricmanager is missing from the graphics driver ppa but exists in the jammy repos, causing dependency errors as it tried to install a different version from the ppa driver version. Could we add this package to the graphics driver ppa with a version that matches the

[Bug 1967946] Re: cannot install prometheus-bird-exporter with bird2

2022-04-05 Thread Marcus Furlong
Looks lke this was fixed upstream in https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=958365 ** Bug watch added: Debian Bug tracker #958365 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958365 -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1967946] [NEW] cannot install prometheus-bird-exporter with bird2

2022-04-05 Thread Marcus Furlong
Public bug reported: # apt install prometheus-bird-exporter Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution

[Bug 1955413] Re: Update to containerd 1.5.9

2022-01-07 Thread Marcus Furlong
Would it be possible to get to the latest released 1.5.x before the whole container stack gets upgraded? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1955413 Title: Update to containerd 1.5.9 To

[Bug 1955413] Re: containerd 1.5.8 in bionic/focal

2021-12-21 Thread Marcus Furlong
** Information type changed from Private Security to Public Security -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1955413 Title: containerd 1.5.8 in bionic/focal To manage notifications about

[Bug 1944204] Re: IP report in motd should ignore virtual interfaces

2021-11-10 Thread Marcus Furlong
This could possibly be achieved by using a regex and exposing `skipped_interfaces` via a config option? i.e. instead of just having "lo", allow the user to specify other interfaces to skip in the client config file: e.g. skipped_interfaces=["docker0", "cacl.*"] This could then be passed to the

[Bug 1916551] [NEW] python3-stdeb depends on python-all which no longer exists on focal

2021-02-22 Thread Marcus Furlong
Public bug reported: $ ./setup.py --command-packages=stdeb.command bdist_deb running bdist_deb running sdist_dsc running egg_info [...] dpkg-query: no packages found matching python-all ERROR running: /usr/bin/dpkg-query --show --showformat=${Version} python-all Traceback (most recent call

[Bug 1905579] Re: parted crashes with invalid pointer on resizepart

2020-12-05 Thread Marcus Furlong
Confirmed that it fixed the issue on focal for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1905579 Title: parted crashes with invalid pointer on resizepart To manage notifications about this

[Bug 1905579] [NEW] parted crashes with invalid pointer on resizepart on focal

2020-11-25 Thread Marcus Furlong
Public bug reported: parted crashes with invalid pointer on resizepart on focal root@ubuntu-focal:~# parted /dev/sda resizepart 1 100% Warning: Partition /dev/sda1 is being used. Are you sure you want to continue? Yes/No? yes End? [42.9GB]? free(): invalid pointer Aborted (core dumped)

[Bug 1876388] [NEW] cloud-init requires netplan as unnecessary dependency in focal

2020-05-01 Thread Marcus Furlong
Public bug reported: Currently cloud-init requires the package netplan.io as an unnecessary dependency in focal. This should not be a hard dependency, maybe a suggests? If you are using something other than netplan for networking, this causes issues. ** Affects: cloud-init (Ubuntu)

[Bug 1848495] Re: heat-dashboard deb has installation errors

2019-11-06 Thread Marcus Furlong
Confirmed that this is not reproducible. We had a setting in our horizon conf that caused this: AVAILABLE_THEMES = [ ('default', 'Default', '../themes/default'), ] instead of AVAILABLE_THEMES = [ ('default', 'Default', 'themes/default'), ] This didn't seem to have any other noticeable

[Bug 1848495] Re: heat-dashboard deb has installation errors

2019-10-17 Thread Marcus Furlong
** Description changed: - OSError: [Errno 2] No such file or directory: '/usr/share/openstack-dashboard/themes/default' - dpkg: error processing package python-heat-dashboard (--configure): - installed python-heat-dashboard package post-installation script subprocess returned error exit status

[Bug 1848495] [NEW] heat-dashboard deb has installation errors

2019-10-17 Thread Marcus Furlong
Public bug reported: # apt install python-heat-dashboard Reading package lists... Done Building dependency tree Reading state information... Done python-heat-dashboard is already the newest version (1.4.0-0ubuntu1~cloud0). 0 upgraded, 0 newly installed, 0 to remove and 28 not upgraded. 1 not

[Bug 1848495] Re: heat-dashboard deb has installation errors

2019-10-17 Thread Marcus Furlong
The version that errors is the cloud archive rocky version 1.4.0-0ubuntu1~cloud0 on bionic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848495 Title: heat-dashboard deb has installation errors

[Bug 1376245] Re: remove_proc_entry+0x139/0x1b0() -- name 'fs/nfsfs'

2014-11-16 Thread Marcus Furlong
Also seeing this on Trusty, with kernel 3.13.0-39-generic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1376245 Title: remove_proc_entry+0x139/0x1b0() -- name 'fs/nfsfs' To manage notifications

[Bug 1358226] Re: kernel and lockd xprt_adjust_timeout rq_timeout

2014-10-20 Thread Marcus Furlong
I am also experiencing this bug. This issue did not occur on precise, however it does occur on trusty. I have not tried non-LTS releases. I can confirm that the same issue occurs on the current upstream mainline kernel. I have reproduced the issue with 3.17.1-031701-generic ** Tags added:

[Bug 1383096] [NEW] kexec-tools version bump needed (kexec reboot halts)

2014-10-19 Thread Marcus Furlong
Public bug reported: kexec halts system on reboot on trusty kexec: Starting new kernel 32-bit relocation outside of kernel! -- System halted The bug is discussed here http://lists.infradead.org/pipermail/kexec/2014-August/012354.html and the debian bug is here

[Bug 1326854] Re: ambiguous error message sh: echo: I/O error

2014-08-21 Thread Marcus Furlong
Also seeing this message. Can it be ignored? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1326854 Title: ambiguous error message sh: echo: I/O error To manage notifications about this bug go to:

[Bug 1081022] Re: logging.SysLogHandler doesn't close UNIX socket when connection failed

2013-10-29 Thread Marcus Furlong
The fix for this bug does not seem to have been included in Precise. Was it overlooked? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1081022 Title: logging.SysLogHandler doesn't close UNIX socket

[Bug 1083135] Re: open-iscsi bound to if-*.d in networking kills iSCSI connections

2013-07-11 Thread Marcus Furlong
Also just been bitten by this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1083135 Title: open-iscsi bound to if-*.d in networking kills iSCSI connections To manage notifications about this bug

[Bug 521533]

2013-04-05 Thread Marcus Furlong
Have just been bitten by this as well. The form I returned did not contain any form data. A user should reasonably expect that form data is saved with the form, as this is what other pdf viewers do, and this is what the File-Save As option suggests it does. For a long form that has that has taken

[Bug 521533]

2013-04-05 Thread Marcus Furlong
*** This bug has been confirmed by popular vote. *** -- 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/521533 Title: Okular stores form data in a different directory (possible leak of private

[Bug 521533]

2013-04-05 Thread Marcus Furlong
It's the same bug, just a different title. Instead of saving the form data to the PDF, it gets saved externally. Happy to hear it's solved in a newer version of poppler. 0.23 is the development branch of what will become 0.24? -- You received this bug notification because you are a member of

[Bug 521533]

2013-04-05 Thread Marcus Furlong
The must be something different in our environments then. I'm using opensuse 12.3, okular 0.16.0 on KDE 4.10.0. Is there a compile-time option to enable this in poppler or okular? I downloaded your second attachment and I can see the form data you have entered. I add my own form data and save,