[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 driver?

** Affects: nvidia
 Importance: Undecided
 Status: New

** Package changed: nvidia-settings (Ubuntu) => nvidia-graphics-
drivers-535-server (Ubuntu)

** Package changed: nvidia-graphics-drivers-535-server (Ubuntu) =>
nvidia

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

Title:
  nvidia-fabricmanager missing from ppa

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


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

[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 subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1967946

Title:
  cannot install prometheus-bird-exporter with bird2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prometheus-bird-exporter/+bug/1967946/+subscriptions


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

[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 that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 prometheus-bird-exporter : Depends: bird but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

# dpkg -l | grep bird
ii  bird2 2.0.7-2   
amd64Internet Routing Daemon

bird2 conflicts with bird so only one can be installed. Both work fine
with prometheus-bird-exporter if you can get it installed.

** Affects: prometheus-bird-exporter (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/1967946

Title:
  cannot install prometheus-bird-exporter with bird2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/prometheus-bird-exporter/+bug/1967946/+subscriptions


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

[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 manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/containerd/+bug/1955413/+subscriptions


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

[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 this bug go to:
https://bugs.launchpad.net/ubuntu/+source/containerd/+bug/1955413/+subscriptions


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

[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 following function in
`landscape/lib/network.py`

def get_active_device_info(skipped_interfaces=("lo",),
   skip_vlan=True, skip_alias=True, extended=False):

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

Title:
  IP report in motd should ignore virtual interfaces

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/landscape-client/+bug/1944204/+subscriptions


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

[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 last):
  File "./setup.py", line 32, in 
setup(
  File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 144, in 
setup
return distutils.core.setup(**attrs)
  File "/usr/lib/python3.8/distutils/core.py", line 148, in setup
dist.run_commands()
  File "/usr/lib/python3.8/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
  File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command
cmd_obj.run()
  File "/usr/lib/python3/dist-packages/stdeb/command/bdist_deb.py", line 22, in 
run
self.run_command('sdist_dsc')
  File "/usr/lib/python3.8/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
  File "/usr/lib/python3.8/distutils/dist.py", line 985, in run_command
cmd_obj.run()
  File "/usr/lib/python3/dist-packages/stdeb/command/sdist_dsc.py", line 135, 
in run
build_dsc(debinfo,
  File "/usr/lib/python3/dist-packages/stdeb/util.py", line 1369, in build_dsc
python_defaults_version_str = get_version_str('python-all')
  File "/usr/lib/python3/dist-packages/stdeb/util.py", line 268, in 
get_version_str
stdout = get_cmd_stdout(args)
  File "/usr/lib/python3/dist-packages/stdeb/util.py", line 243, in 
get_cmd_stdout
raise RuntimeError('returncode %d', returncode)
RuntimeError: ('returncode %d', 1)

To fix it, just need to change python-all to python3-all:

$ sudo sed -i -e "s/python-all/python3-all/g" /usr/lib/python3/dist-
packages/stdeb/util.py

** Affects: stdeb (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/1916551

Title:
  python3-stdeb depends on python-all which no longer exists on focal

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

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

[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 go to:
https://bugs.launchpad.net/ubuntu/+source/parted/+bug/1905579/+subscriptions

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

[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)

Discussion: https://www.mail-archive.com/bug-
par...@gnu.org/msg04962.html

Fix:
https://github.com/bcl/parted/commit/883813c365482d06d05a1998e066792c48156f23

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

** Description changed:

- Parted crashed with invalid pointer on resizepart:
+ parted crashes with invalid pointer on resizepart:
  
  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)
  
  Discussion: https://www.mail-archive.com/bug-
  par...@gnu.org/msg04962.html
  
  Fix:
  https://github.com/bcl/parted/commit/883813c365482d06d05a1998e066792c48156f23

** Description changed:

- parted crashes with invalid pointer on resizepart:
+ 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)
  
  Discussion: https://www.mail-archive.com/bug-
  par...@gnu.org/msg04962.html
  
  Fix:
  https://github.com/bcl/parted/commit/883813c365482d06d05a1998e066792c48156f23

** Summary changed:

- parted crashes with invalid pointer on resizepart
+ parted crashes with invalid pointer on resizepart on focal\

** Summary changed:

- parted crashes with invalid pointer on resizepart on focal\
+ parted crashes with invalid pointer on resizepart on focal

-- 
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 on focal

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

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

[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)
 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/1876388

Title:
  cloud-init requires netplan as unnecessary dependency in focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1876388/+subscriptions

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

[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 side-effects apart from
breaking other dashboard installations.

** Changed in: heat-dashboard (Ubuntu)
   Status: New => Invalid

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heat-dashboard/+bug/1848495/+subscriptions

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

[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 1
- E: Sub-process /usr/bin/dpkg returned an error code (1)
- root@rr-cloud-r032n26-h:~# apt install python-heat-dashboard
+ # 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 fully installed or removed.
  After this operation, 0 B of additional disk space will be used.
  Do you want to continue? [Y/n] y
  Setting up python-heat-dashboard (1.4.0-0ubuntu1~cloud0) ...
  INFO:keyring.backend:Loading Windows (alt)
  INFO:keyring.backend:Loading pyfs
  INFO:keyring.backend:Loading multi
  INFO:keyring.backend:Loading Google
  INFO:keyring.backend:Loading Gnome
  INFO:keyring.backend:Loading keyczar
  INFO:keyring.backend:Loading file
  Traceback (most recent call last):
-   File "/usr/share/openstack-dashboard/manage.py", line 25, in 
- execute_from_command_line(sys.argv)
-   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 364, in execute_from_command_line
- utility.execute()
-   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 356, in execute
- self.fetch_command(subcommand).run_from_argv(self.argv)
-   File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
line 283, in run_from_argv
- self.execute(*args, **cmd_options)
-   File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
line 330, in execute
- output = self.handle(*args, **options)
-   File 
"/usr/lib/python2.7/dist-packages/django/contrib/staticfiles/management/commands/collectstatic.py",
 line 199, in handle
- collected = self.collect()
-   File 
"/usr/lib/python2.7/dist-packages/django/contrib/staticfiles/management/commands/collectstatic.py",
 line 115, in collect
- for path, storage in finder.list(self.ignore_patterns):
-   File 
"/usr/lib/python2.7/dist-packages/django/contrib/staticfiles/finders.py", line 
112, in list
- for path in utils.get_files(storage, ignore_patterns):
-   File 
"/usr/lib/python2.7/dist-packages/django/contrib/staticfiles/utils.py", line 
28, in get_files
- directories, files = storage.listdir(location)
-   File "/usr/lib/python2.7/dist-packages/django/core/files/storage.py", line 
397, in listdir
- for entry in os.listdir(path):
+   File "/usr/share/openstack-dashboard/manage.py", line 25, in 
+ execute_from_command_line(sys.argv)
+   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 364, in execute_from_command_line
+ utility.execute()
+   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 356, in execute
+ self.fetch_command(subcommand).run_from_argv(self.argv)
+   File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
line 283, in run_from_argv
+ self.execute(*args, **cmd_options)
+   File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
line 330, in execute
+ output = self.handle(*args, **options)
+   File 
"/usr/lib/python2.7/dist-packages/django/contrib/staticfiles/management/commands/collectstatic.py",
 line 199, in handle
+ collected = self.collect()
+   File 
"/usr/lib/python2.7/dist-packages/django/contrib/staticfiles/management/commands/collectstatic.py",
 line 115, in collect
+ for path, storage in finder.list(self.ignore_patterns):
+   File 
"/usr/lib/python2.7/dist-packages/django/contrib/staticfiles/finders.py", line 
112, in list
+ for path in utils.get_files(storage, ignore_patterns):
+   File 
"/usr/lib/python2.7/dist-packages/django/contrib/staticfiles/utils.py", line 
28, in get_files
+ directories, files = storage.listdir(location)
+   File "/usr/lib/python2.7/dist-packages/django/core/files/storage.py", line 
397, in listdir
+ for entry in os.listdir(path):
  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 1
+  installed python-heat-dashboard package post-installation script subprocess 
returned error exit status 1
  Errors were encountered while processing:
-  python-heat-dashboard
+  python-heat-dashboard
  E: Sub-process /usr/bin/dpkg returned an error code (1)
- root@rr-cloud-r032n26-h:~# ls -l /usr/share/openstack-dashboard/themes/default
- ls: cannot access '/usr/share/openstack-dashboard/themes/default': No such 
file or directory
- 
- 
- # ls -l 

[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 fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up python-heat-dashboard (1.4.0-0ubuntu1~cloud0) ...
INFO:keyring.backend:Loading Windows (alt)
INFO:keyring.backend:Loading pyfs
INFO:keyring.backend:Loading multi
INFO:keyring.backend:Loading Google
INFO:keyring.backend:Loading Gnome
INFO:keyring.backend:Loading keyczar
INFO:keyring.backend:Loading file
Traceback (most recent call last):
  File "/usr/share/openstack-dashboard/manage.py", line 25, in 
execute_from_command_line(sys.argv)
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 364, in execute_from_command_line
utility.execute()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 356, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
283, in run_from_argv
self.execute(*args, **cmd_options)
  File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", line 
330, in execute
output = self.handle(*args, **options)
  File 
"/usr/lib/python2.7/dist-packages/django/contrib/staticfiles/management/commands/collectstatic.py",
 line 199, in handle
collected = self.collect()
  File 
"/usr/lib/python2.7/dist-packages/django/contrib/staticfiles/management/commands/collectstatic.py",
 line 115, in collect
for path, storage in finder.list(self.ignore_patterns):
  File 
"/usr/lib/python2.7/dist-packages/django/contrib/staticfiles/finders.py", line 
112, in list
for path in utils.get_files(storage, ignore_patterns):
  File "/usr/lib/python2.7/dist-packages/django/contrib/staticfiles/utils.py", 
line 28, in get_files
directories, files = storage.listdir(location)
  File "/usr/lib/python2.7/dist-packages/django/core/files/storage.py", line 
397, in listdir
for entry in os.listdir(path):
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 1
Errors were encountered while processing:
 python-heat-dashboard
E: Sub-process /usr/bin/dpkg returned an error code (1)

# ls -l /usr/share/openstack-dashboard/
total 24
drwxr-xr-x 3 root root  4096 Oct 13 10:28 bin
-rwxr-xr-x 1 root root   881 Jun 18 19:51 manage.py
lrwxrwxrwx 1 root root37 Oct 13 10:28 openstack_dashboard -> 
/etc/alternatives/openstack_dashboard
-rw-r--r-- 1 root root 15781 Jun 18 19:51 settings.py

# ls -l /usr/share/openstack-dashboard/openstack_dashboard/
total 196
drwxr-xr-x  3 root root  4096 Oct 13 10:28 api
drwxr-xr-x  4 root root  4096 Oct 17 12:19 conf
-rw-r--r--  1 root root  4469 May 10 18:48 context_processors.py
-rw-r--r--  1 root root  3393 Oct 13 10:28 context_processors.pyc
drwxr-xr-x  3 root root  4096 Oct 13 10:28 contrib
drwxr-xr-x  6 root root  4096 Oct 13 10:28 dashboards
drwxr-xr-x  2 root root  4096 Oct 13 10:28 django_pyscss_fix
drwxr-xr-x  2 root root 12288 Oct 17 12:19 enabled
-rw-r--r--  1 root root  2084 May 10 18:47 exceptions.py
-rw-r--r--  1 root root   929 Oct 13 10:28 exceptions.pyc
-rw-r--r--  1 root root  1063 May 10 18:48 hooks.py
-rw-r--r--  1 root root   560 Oct 13 10:28 hooks.pyc
-rw-r--r--  1 root root 0 May 10 18:47 __init__.py
-rw-r--r--  1 root root   151 Oct 13 10:28 __init__.pyc
-rw-r--r--  1 root root  6794 May 10 18:47 karma.conf.js
drwxr-xr-x  4 root root  4096 Oct 17 12:19 local
drwxr-xr-x 36 root root  4096 Oct 13 10:28 locale
drwxr-xr-x  3 root root  4096 Oct 13 10:28 management
-rw-r--r--  1 root root  2171 May 10 18:47 policy.py
-rw-r--r--  1 root root  2042 Oct 13 10:28 policy.pyc
-rw-r--r--  1 root root 15781 Jun 18 19:51 settings.py
-rw-r--r--  1 root root 13560 Oct 13 10:28 settings.pyc
drwxr-xr-x  5 root root  4096 Oct 13 10:28 static
drwxr-xr-x  7 root root  4096 Oct 13 10:28 templates
drwxr-xr-x  2 root root  4096 Oct 13 10:28 templatetags
drwxr-xr-x 10 root root  4096 Oct 13 10:28 test
drwxr-xr-x  5 root root  4096 Oct 13 10:28 themes
-rw-r--r--  1 root root  2504 May 10 18:48 theme_settings.py
-rw-r--r--  1 root root  1446 Oct 13 10:28 theme_settings.pyc
-rw-r--r--  1 root root  2357 May 10 18:47 urls.py
-rw-r--r--  1 root root  1646 Oct 13 10:28 urls.pyc
drwxr-xr-x  2 root root  4096 Oct 13 10:28 usage
drwxr-xr-x  2 root root  4096 Oct 13 10:28 utils
-rw-r--r--  1 root root  4195 May 10 18:47 views.py
-rw-r--r--  1 root root  4150 Oct 13 10:28 views.pyc
drwxr-xr-x  2 root root  4096 Oct 13 10:28 wsgi
-rw-r--r--  1 root root   973 May 10 18:47 

[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/heat-dashboard/+bug/1848495/+subscriptions

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

[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 about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1376245/+subscriptions

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


[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: kernel-bug-exists-upstream

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

Title:
  kernel and lockd xprt_adjust_timeout rq_timeout

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

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


[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

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

A workaround for trusty is add the --entry-32bit argument to the kexec
initscripts where kexec is used.

s#/sbin/kexec#/sbin/kexec --entry-32bit#g

If a package version bump is unlikely, it might be a good to add this as
an option in /etc/default/kexec ?

# lsb_release -rd
Description:Ubuntu 14.04.1 LTS
Release:14.04

# apt-cache policy kexec-tools
kexec-tools:
  Installed: 1:2.0.6-0ubuntu2
  Candidate: 1:2.0.6-0ubuntu2
  Version table:
 *** 1:2.0.6-0ubuntu2 0
500 http://mirrors.rc.nectar.org.au/ubuntu/ trusty/main amd64 Packages
100 /var/lib/dpkg/status

** Affects: kexec-tools (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/1383096

Title:
  kexec-tools version bump needed (kexec reboot halts)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kexec-tools/+bug/1383096/+subscriptions

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


[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:
https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1326854/+subscriptions

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


[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 when connection failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1081022/+subscriptions

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


[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 go to:
https://bugs.launchpad.net/ubuntu/+source/open-iscsi/+bug/1083135/+subscriptions

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


[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 the
user days to fill in, this is definitely an unexpected and unwelcome
bug.

popper 0.22.1
okular 0.16.0 on kde 4.10

-- 
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 data)

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

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


[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 data)

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

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


[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 Kubuntu
Bugs, which is subscribed to kdegraphics in Ubuntu.
https://bugs.launchpad.net/bugs/521533

Title:
  Okular stores form data in a different directory (possible leak of
  private data)

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

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


[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, and when I close okular and
reopen the same file, the text is there. But my text is saved
externally. If I do the following, the form data reverts to your text

 mv morsa.pdf morsa1.pdf
 okular morsa1.pdf

and the form data I had saved is only visible in
.kde4/share/apps/okular/docdata/107650.morsa.pdf.xml

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

Title:
  Okular stores form data in a different directory (possible leak of
  private data)

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

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