[Bug 1860926] Re: Ubuntu 20.04 Systemd fails to configure bridged network

2020-05-29 Thread Lithi
Yes systemd is now at 245.4-4ubuntu3.1  and the interface does come up
at boot.

Note my config is also now using the macaddress parameter as mentioned
by another commenter above, which may have effected the result.


Thank you very much!

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

Title:
  Ubuntu 20.04  Systemd fails to configure bridged network

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

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

[Bug 1879592] Re: Netplan does not apply at boot after upgrade to 20.04

2020-05-28 Thread Lithi
Hi,

systemd 245.4-4ubuntu3.1

Thank you for the updated info!

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

Title:
  Netplan does not apply at boot after upgrade to 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1879592/+subscriptions

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

[Bug 1879592] [NEW] Netplan does not apply at boot after upgrade to 20.04

2020-05-19 Thread Lithi
Public bug reported:

Upgraded from 18.04 to 20.04 and now when the system boots Netplan fails
to configure the interface.  After booting I must run 'netplan apply'
for the interface to be brought up.

Here is my /etc/netplan/01-netcfg.yaml

network:
  version: 2
  renderer: networkd
  ethernets:
eno1:
  dhcp4: no
  dhcp6: no
  bridges:
br0:
  dhcp4: no
  interfaces:
- eno1
  addresses: [192.168.0.10/24]
  gateway4: 192.168.0.1
  nameservers:
addresses: [192.168.0.1]
  parameters:
stp: false
forward-delay: 0
~

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: netplan.io 0.99-0ubuntu3~20.04.1
ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
Uname: Linux 5.4.0-31-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Tue May 19 18:02:15 2020
SourcePackage: netplan.io
UpgradeStatus: Upgraded to focal on 2020-04-25 (24 days ago)

** Affects: netplan.io (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  Netplan does not apply at boot after upgrade to 20.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1879592/+subscriptions

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

[Bug 1878332] [NEW] Desktop entry Exec command does not launch .jar's correctly

2020-05-12 Thread Lithi
Public bug reported:

Exec=cautious-launcher %f /usr/bin/java -jar

This is not launching jars correctly.

Says "/usr/bin/java -jar hellofx.jar: '%f' is not executable.
Aborting." even though the jar can be run manually with 'java -jar
hellofx.jar'

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: openjdk-11-jre 11.0.7+10-3ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Tue May 12 21:44:00 2020
SourcePackage: openjdk-lts
UpgradeStatus: Upgraded to focal on 2020-04-25 (17 days ago)

** Affects: openjdk-lts (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  Desktop entry Exec command does not launch .jar's correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1878332/+subscriptions

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

[Bug 1878332] Re: Desktop entry Exec command does not launch .jar's correctly

2020-05-12 Thread Lithi
Note that I also tried chmod +x hellofx.jar but still get the same
error.

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

Title:
  Desktop entry Exec command does not launch .jar's correctly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-lts/+bug/1878332/+subscriptions

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

[Bug 1782273] [NEW] Does not run with -makeresultsfile option

2018-07-17 Thread Lithi
Public bug reported:

The -makeresultsfile does not work:

$ rdfind -n -makeresultsfile dir1 dir2
expected true or false, not "-makeresultsfile"

$ rdfind -n -makeresultsfile true dir1 dir2
expected true or false, not "-makeresultsfile"

$ rdfind -n "-makeresultsfile true" dir1 dir2
expected true or false, not "-makeresultsfile true"


This is unacceptable.  Unix command-line programs typically take options 
denoted by - or -   however for the rdfind command 
the makeresultsfile option clearly does not work.  If for some odd reason this 
is actually the intended behavior of then it should be indicated in the man 
page!


~$ lsb_release -rd
Description:Ubuntu 18.04 LTS
Release:18.04

$ rdfind --version
This is rdfind version 1.3.5

$ apt-cache policy rdfind
rdfind:
  Installed: 1.3.5-1
  Candidate: 1.3.5-1

** Affects: rdfind (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/1782273

Title:
  Does not run with -makeresultsfile option

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

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

[Bug 1750293] Re: Intallation error, cannot overwrite jawt_md.h in package openjdk-9-jdk-headless

2018-02-18 Thread Lithi
** Description changed:

+ UPDATE: This bug is no longer occurring.  I was able to resolve it by first 
running:
+ $ sudo apt install openjdk-9-jdk-headless seperately, then running:
+ $ sudo apt install openjdk-9-jdk
+ 
+ 
+ ---
  Cannot install openjdk-9-jdk on Xenial because of error:
  
  $ sudo apt install openjdk-9-jdk
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  Starting pkgProblemResolver with broken count: 0
  Starting 2 pkgProblemResolver with broken count: 0
  Done
  The following additional packages will be installed:
-   openjdk-9-jdk-headless
+   openjdk-9-jdk-headless
  Suggested packages:
-   openjdk-9-demo openjdk-9-source visualvm
+   openjdk-9-demo openjdk-9-source visualvm
  The following NEW packages will be installed:
-   openjdk-9-jdk openjdk-9-jdk-headless
+   openjdk-9-jdk openjdk-9-jdk-headless
  0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
  Need to get 0 B/345 kB of archives.
  After this operation, 831 kB of additional disk space will be used.
  Do you want to continue? [Y/n]
  Selecting previously unselected package openjdk-9-jdk-headless:amd64.
  (Reading database ... 393657 files and directories currently installed.)
  Preparing to unpack .../openjdk-9-jdk-headless_9~b114-0ubuntu1_amd64.deb ...
  Unpacking openjdk-9-jdk-headless:amd64 (9~b114-0ubuntu1) ...
  Preparing to unpack .../openjdk-9-jdk_9~b114-0ubuntu1_amd64.deb ...
  Unpacking openjdk-9-jdk:amd64 (9~b114-0ubuntu1) ...
  dpkg: error processing archive 
/var/cache/apt/archives/openjdk-9-jdk_9~b114-0ubuntu1_amd64.deb (--unpack):
-  trying to overwrite 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in 
package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1
+  trying to overwrite 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in 
package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1
  Errors were encountered while processing:
-  /var/cache/apt/archives/openjdk-9-jdk_9~b114-0ubuntu1_amd64.deb
+  /var/cache/apt/archives/openjdk-9-jdk_9~b114-0ubuntu1_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  Intallation error, cannot overwrite jawt_md.h in package openjdk-9
  -jdk-headless

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-9/+bug/1750293/+subscriptions

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

[Bug 1750293] [NEW] Intallation error, cannot overwrite jawt_md.h in package openjdk-9-jdk-headless

2018-02-18 Thread Lithi
Public bug reported:

Cannot install openjdk-9-jdk on Xenial because of error:

$ sudo apt install openjdk-9-jdk
Reading package lists... Done
Building dependency tree
Reading state information... Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
The following additional packages will be installed:
  openjdk-9-jdk-headless
Suggested packages:
  openjdk-9-demo openjdk-9-source visualvm
The following NEW packages will be installed:
  openjdk-9-jdk openjdk-9-jdk-headless
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 0 B/345 kB of archives.
After this operation, 831 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Selecting previously unselected package openjdk-9-jdk-headless:amd64.
(Reading database ... 393657 files and directories currently installed.)
Preparing to unpack .../openjdk-9-jdk-headless_9~b114-0ubuntu1_amd64.deb ...
Unpacking openjdk-9-jdk-headless:amd64 (9~b114-0ubuntu1) ...
Preparing to unpack .../openjdk-9-jdk_9~b114-0ubuntu1_amd64.deb ...
Unpacking openjdk-9-jdk:amd64 (9~b114-0ubuntu1) ...
dpkg: error processing archive 
/var/cache/apt/archives/openjdk-9-jdk_9~b114-0ubuntu1_amd64.deb (--unpack):
 trying to overwrite 
'/usr/lib/jvm/java-9-openjdk-amd64/include/linux/jawt_md.h', which is also in 
package openjdk-9-jdk-headless:amd64 9~b114-0ubuntu1
Errors were encountered while processing:
 /var/cache/apt/archives/openjdk-9-jdk_9~b114-0ubuntu1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

** Affects: openjdk-9 (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/1750293

Title:
  Intallation error, cannot overwrite jawt_md.h in package openjdk-9
  -jdk-headless

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openjdk-9/+bug/1750293/+subscriptions

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

[Bug 1697832] Re: /usr/lib/php/20151012/zip.so links to wrong libzip version in x64 arch

2017-06-16 Thread Lithi
On my amd64 system these are the contents of libzip4:


/usr/share/doc/libzip4/copyright
/usr/share/doc/libzip4/changelog.Debian.gz
/usr/lib/x86_64-linux-gnu/libzip.so.5.0.0
/usr/lib/x86_64-linux-gnu/libzip.so.5


$ lsb_release -a
No LSB modules are available.
Distributor ID: neon
Description:KDE neon User Edition 5.10
Release:16.04
Codename:   xenial

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

Title:
  /usr/lib/php/20151012/zip.so links to wrong libzip version in x64 arch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1697832/+subscriptions

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


[Bug 1697832] Re: /usr/lib/php/20151012/zip.so links to wrong libzip version in x64 arch

2017-06-14 Thread Lithi
Just a note on how to stop the error messages from occurring every time
the cron script runs:

$ cd /usr/lib/x86_64-linux-gnu/
$ sudo ln -s libzip.so.5.0.0 libzip.so.4

** Description changed:

  $ ldd -v /usr/lib/php/20151012/zip.so
- linux-vdso.so.1 =>  (0x7fffe33ea000)
- libzip.so.4 => not found
+ libzip.so.4 => not found
  
- 
- However the libzip4 package https://packages.ubuntu.com/search?searchon=contents=libzip.so.4=exactfilename=xenial=any;>provides:
+ However the libzip4 package provides
+ 
(https://packages.ubuntu.com/search?searchon=contents=libzip.so.4=exactfilename=xenial=any):
  
  /usr/lib/x86_64-linux-gnu/libzip.so.5.0.0
  /usr/lib/x86_64-linux-gnu/libzip.so.5
  
- This causes the following error messages:
+ This causes the following error messages when the cron scrip runs PHP
+ Startup:
  
  PHP Warning:  PHP Startup: Unable to load dynamic library
  '/usr/lib/php/20151012/zip.so' - libzip.so.4: cannot open shared object
  file: No such file or directory in Unknown on line 0

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

Title:
  /usr/lib/php/20151012/zip.so links to wrong libzip version in x64 arch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1697832/+subscriptions

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

[Bug 1697832] [NEW] /usr/lib/php/20151012/zip.so links to wrong libzip version in x64 arch

2017-06-13 Thread Lithi
Public bug reported:

$ ldd -v /usr/lib/php/20151012/zip.so
linux-vdso.so.1 =>  (0x7fffe33ea000)
libzip.so.4 => not found


However the libzip4 package https://packages.ubuntu.com/search?searchon=contents=libzip.so.4=exactfilename=xenial=any;>provides:

/usr/lib/x86_64-linux-gnu/libzip.so.5.0.0
/usr/lib/x86_64-linux-gnu/libzip.so.5

This causes the following error messages:

PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php/20151012/zip.so' - libzip.so.4: cannot open shared object
file: No such file or directory in Unknown on line 0

** Affects: php7.0 (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/1697832

Title:
  /usr/lib/php/20151012/zip.so links to wrong libzip version in x64 arch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1697832/+subscriptions

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


[Bug 1641671] Re: "ttf-mscorefonts-installer: processing..." email message repeatedly from /etc/cron.daily/update-notifier-common

2016-12-28 Thread Lithi
Confirmed also have this bug on a 16.04 system.  Installed the https://packages.debian.org/sid/all/ttf-mscorefonts-
installer/download">Debian package as a fix as per recommendation.

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

Title:
  "ttf-mscorefonts-installer: processing..." email message repeatedly
  from /etc/cron.daily/update-notifier-common

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

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


[Bug 1555562] Re: lastpass-cli changed bundled CA certificates

2016-09-07 Thread Lithi
I confirm this bug also:

$ lpass login --trust u...@somewhere.org
Error: Peer certificate cannot be authenticated with given CA certificates.


Package: lastpass-cli
Architecture: amd64
Version: 0.7.0-1

Distributor ID: Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:   xenial

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

Title:
  lastpass-cli changed bundled CA certificates

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lastpass-cli/+bug/162/+subscriptions

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


[Bug 1218510] Re: Fails to open due to: PNG read error in /usr/share/mplayer/skins/default/main

2016-09-06 Thread Lithi
This bug is occurring for me - September 2016 - exactly as mentioned by
people as far back as 2013.

"Error in skin config file at line...
PNG read error "

Tried workaround mentioned above by Paul Andreassen but didn't help.
Also changed symlink of default from clearplayer to Blue but still not
working.


Distributor ID: Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:   xenial

mplayer  2:1.2.1-1ubuntu1amd64
mplayer-gui  2:1.2.1-1ubuntu1amd64
mplayer-skins3.2

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

Title:
  Fails to open due to: PNG read error in
  /usr/share/mplayer/skins/default/main

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

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