[Bug 1933698] [NEW] qgis-providers depends on libcharls2

2021-06-25 Thread Kyler Laird
Public bug reported:

Setting up qgis-providers (3.10.14+dfsg-1ubuntu2) ...
/usr/lib/qgis/crssync: error while loading shared libraries: libcharls.so.2: 
cannot open shared object file: No such file or directory

Installing libcharls solved the problem.

# lsb_release -rd
Description:Ubuntu 20.10
Release:20.10

# apt-cache policy qgis-providers
qgis-providers:
  Installed: 3.10.14+dfsg-1ubuntu2
  Candidate: 3.10.14+dfsg-1ubuntu2
  Version table:
 *** 3.10.14+dfsg-1ubuntu2 500
500 http://us.archive.ubuntu.com/ubuntu hirsute/universe amd64 Packages
100 /var/lib/dpkg/status

I expected installation to work.

Instead, it failed.

** Affects: qgis (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/1933698

Title:
  qgis-providers depends on libcharls2

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

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

[Bug 1740846] Re: Fritzing noch finding any parts

2020-03-15 Thread Kyler Laird
Apparently no one else starts fritzing from the command line.  This
problem of not finding parts remains an issue if you run
/usr/bin/fritzing from a directory other than
/usr/share/fritzing/parts/.  (I created a simple wrapper to change the
directory before starting fritzing.)  I'm using 0.9.3b+dfsg-4.1ubuntu1.

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

Title:
  Fritzing noch finding any parts

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

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

[Bug 1662001] [NEW] unspecified dependency on python-pkg-resources

2017-02-05 Thread Kyler Laird
Public bug reported:

On a fresh Amazon Ubuntu Xenial instance, I installed websockify and got
this error when I tried to run it.

root@ip-10-0-0-149:~# websockify
Traceback (most recent call last):
  File "/usr/bin/websockify", line 5, in 
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
root@ip-10-0-0-149:~# lsb_release -rd
Description:Ubuntu 16.04.1 LTS
Release:16.04
root@ip-10-0-0-149:~# dpkg -l websockify
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name  Version Architecture
Description
+++-=-===-===-===
ii  websockify0.6.1+dfsg1-1   amd64   
WebSockets support for any application/server


Installing python-pkg-resources solves the problem.

** Affects: websockify (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/1662001

Title:
  unspecified dependency on python-pkg-resources

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

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


[Bug 1317288] Re: Date and time do not show up on indicator panel

2015-02-09 Thread Kyler Laird
This has been annoying me since I reinstalled my laptop following a disk
failure recently.  I finally ran across the advice to run dconf reset
-f /com/canonical/indicator/datetime/.  Voila!  The clock reappeared.

Then I changed the settings to add the day of week.  The clock
disappeared.  Same thing if I add date  month.  I can repeatedly
break/fix the clock simply by checking/unchecking these options. The
indicator-datetime-service process continues to run and does not need to
be restarted or reinitialized.

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

Title:
  Date and time do not show up on indicator panel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-datetime/+bug/1317288/+subscriptions

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


[Bug 1359799] [NEW] /etc/init.d/nbd-server doesn't reload.

2014-08-21 Thread Kyler Laird
Public bug reported:

Since Saucy, nbd-server has supported a standard reload of configuration
data via SIGHUP.  /etc/init.d/nbd-server does not support reload and
implements force-reload by restarting the server.  This kills all
connections.

I modified /etc/init.d/nbd-server enough to support a proper reload.
(I left force-reload alone.)

(I was tempted to add support for /etc/default/nbd-server.)

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

** Attachment added: /etc/init.d/nbd-server
   https://bugs.launchpad.net/bugs/1359799/+attachment/4183582/+files/nbd-server

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nbd in Ubuntu.
https://bugs.launchpad.net/bugs/1359799

Title:
  /etc/init.d/nbd-server doesn't reload.

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1359799] [NEW] /etc/init.d/nbd-server doesn't reload.

2014-08-21 Thread Kyler Laird
Public bug reported:

Since Saucy, nbd-server has supported a standard reload of configuration
data via SIGHUP.  /etc/init.d/nbd-server does not support reload and
implements force-reload by restarting the server.  This kills all
connections.

I modified /etc/init.d/nbd-server enough to support a proper reload.
(I left force-reload alone.)

(I was tempted to add support for /etc/default/nbd-server.)

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

** Attachment added: /etc/init.d/nbd-server
   https://bugs.launchpad.net/bugs/1359799/+attachment/4183582/+files/nbd-server

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

Title:
  /etc/init.d/nbd-server doesn't reload.

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

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


[Bug 1356597] [NEW] sendmail doesn't read /etc/ssmtp/ssmtp.conf if called with -odb

2014-08-13 Thread Kyler Laird
Public bug reported:

I'm supporting an XEmacs/VM user.  When he sends mail through VM, it
calls /usr/lib/sendmail -oi -oem -odb -t.  This was failing in various
ways so I finally traced it to see what was happening.  I found that the
-odb switch is causing ssmtp to ignore ssmtp.conf.

% strace -f /usr/lib/sendmail -t /tmp/letter 21 | grep ssmtp 
~
open(/etc/ssmtp/ssmtp.conf, O_RDONLY) = 3
open(/etc/ssmtp/revaliases, O_RDONLY) = 3
% strace -f /usr/lib/sendmail -odb -t /tmp/letter 21 | grep ssmtp
~
open(/etc/ssmtp/revaliases, O_RDONLY) = 3

** Affects: ssmtp (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/1356597

Title:
  sendmail doesn't read /etc/ssmtp/ssmtp.conf if called with -odb

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

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


[Bug 1347927] [NEW] python-pyparsing version dependency missing

2014-07-23 Thread Kyler Laird
Public bug reported:

I upgraded python-matplotlib and then received this error.

root@ecampbell300:/# python
Python 2.7.5+ (default, Sep 19 2013, 13:48:49) 
[GCC 4.8.1] on linux2
Type help, copyright, credits or license for more information.
 import matplotlib
Traceback (most recent call last):
  File stdin, line 1, in module
  File /usr/lib/pymodules/python2.7/matplotlib/__init__.py, line 129, in 
module
matplotlib requires pyparsing = 1.5.6)
ImportError: matplotlib requires pyparsing = 1.5.6

Upgrading python-pyparsing fixed it.

** Affects: matplotlib (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/1347927

Title:
  python-pyparsing version dependency missing

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

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