[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

[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

[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

[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

[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

[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

[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

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