[Touch-packages] [Bug 1862764] Re: add-apt-repository should use signed-by

2022-01-24 Thread fermulator
Can confirm all of the above. https://fostips.com/apt-key-deprecated-right-way-add-repository https://www.north-47.com/knowledge-base/how-to-securely-install-apps-on-debian-based-linux-distros/ With apt-key being deprecated and a transition to more secure (better) restriction of repository trust

[Touch-packages] [Bug 1752411] Re: bind9-host, avahi-daemon-check-dns.sh hang forever causes network connections to get stuck

2018-08-24 Thread fermulator
> RE -W/w in `host` , correct -- even with timeout set, it blocks forever (I tested this several days ago in the dup'd ticket iirc) > RE timeout , good thoughts all - sure let's just stick with 5 seconds then > RE logic true/false (@Trent) , thanks yes! that'll do it; clarified now in my mind

[Touch-packages] [Bug 1752411] Re: bind9-host, avahi-daemon-check-dns.sh hang forever causes network connections to get stuck

2018-08-23 Thread fermulator
We should also consider: ``` # CLEAN fermulator@fermmy:~$ host -t soa local. Host local. not found: 3(NXDOMAIN) fermulator@fermmy:~$ echo $? 1 # BROKEN (host hangs) fermulator@fermmy:~$ LC_ALL=C /usr/bin/timeout 1 host -t soa local. 2>&1 fermulator@fermmy:~$ echo $? 124 # timeout fer

[Touch-packages] [Bug 1752411] Re: bind9-host, avahi-daemon-check-dns.sh hang forever causes network connections to get stuck

2018-08-23 Thread fermulator
PS: I've been running with a hacked /usr/lib/avahi/avahi-daemon-check-dns.sh for a few days with this code: ``` OUT=`LC_ALL=C /usr/bin/timeout 2 host -t soa local. 2>&1` ``` , works like a charm -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1752411] Re: bind9-host, avahi-daemon-check-dns.sh hang forever causes network connections to get stuck

2018-08-23 Thread fermulator
Are we sure timeout of 5 seconds is appropriate? (it FEELS too long) My intuition says that if a DNS query takes longer than 1 second it took too long ... However (consider also the "wait" (-W) parameter for the host command itself) ``` -W wait Timeout: Wait for up to wait

[Touch-packages] [Bug 1752411] Re: bind9-host, avahi-daemon-check-dns.sh hang forever causes network connections to get stuck

2018-08-20 Thread fermulator
(this is currently in the "openconnect" path despite marked as "invalid" against that package, bug was submitted originally to that project -- can we move to avahi?) $ dpkg -S /usr/lib/avahi/avahi-daemon-check-dns.sh avahi-daemon: /usr/lib/avahi/avahi-daemon-check-dns.sh $ dpkg -s avahi-daemon

[Touch-packages] [Bug 1752411] Re: bind9-host, avahi-daemon-check-dns.sh hang forever causes network connections to get stuck

2018-08-20 Thread fermulator
(btw; while we're fixing that script ... fix/change backtics to POSIX compliant sub-shell'ing $() ? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to avahi in Ubuntu. https://bugs.launchpad.net/bugs/1752411 Title:

[Touch-packages] [Bug 1752411] Re: bind9-host, avahi-daemon-check-dns.sh hang forever causes network connections to get stuck

2018-08-20 Thread fermulator
Notes; when "things are working", host does either: while on VPN: {{{ $ LC_ALL=C host -t soa local. Host local. not found: 3(NXDOMAIN) $ LC_ALL=C dig -t soa local. ; <<>> DiG 9.11.3-1ubuntu1.1-Ubuntu <<>> -t soa local. ;; global options: +cmd ;; Got answer: ;; WARNING: .local is reserved for

[Touch-packages] [Bug 1786261] Re: strongswan ipsec fails to finish connection (hangs after installing DNS server via resolvconf)

2018-08-20 Thread fermulator
*** This bug is a duplicate of bug 1752411 *** https://bugs.launchpad.net/bugs/1752411 **accepting duplication** -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to resolvconf in Ubuntu.

[Touch-packages] [Bug 1786261] Re: strongswan ipsec fails to finish connection (hangs after installing DNS server via resolvconf)

2018-08-20 Thread fermulator
in resolve.conf, and this script hangs. More : 1. fresh boot 2. script checks: - "/usr/lib/avahi/avahi-daemon-check-dns.sh" is fine - "host -t soa local." returns 3. activate strongswan connection = SUCCESS {{{ fermulator@fermmy:~$ sudo /usr/lib/avahi/avahi-daemon-chec

[Touch-packages] [Bug 1786261] Re: strongswan ipsec fails to finish connection (hangs after installing DNS server via resolvconf)

2018-08-20 Thread fermulator
*** This bug is a duplicate of bug 1752411 *** https://bugs.launchpad.net/bugs/1752411 $ dpkg --list | grep bind9 ii bind9-host 1:9.11.3+dfsg-1ubuntu1.1 amd64DNS lookup utility (deprecated) ii

[Touch-packages] [Bug 1786261] Re: strongswan ipsec fails to finish connection (hangs after installing DNS server via resolvconf)

2018-08-20 Thread fermulator
*** This bug is a duplicate of bug 1752411 *** https://bugs.launchpad.net/bugs/1752411 The relationship to LP #1752411 certainly feels valid. (I think I agree to the duplication) Check this out btw (perhaps better submitted to the other bug) -- but -- despite "host" claiming a default

[Touch-packages] [Bug 1542471] Re: Playing mp3 files causes: Problem occurred without error being set. This is a bug in Rhythmbox or GStreamer.

2018-02-20 Thread fermulator
(had this tab open in a really old browser session ... doing some clean up ...) retested on Fedora 26, it works! (bug no longer present) {{{ $ sudo zfs list | grep music zstorage/music 7.40G 84.9G 7.40G /zstorage/music }}} rhythmbox opens, music library on that pool, music plays {{{

[Touch-packages] [Bug 1740967] Re: -u for "existing bug report" is not in help output of "ubuntu-bug"

2018-01-02 Thread fermulator
Someone suggested that -u is deprecated, which means this might be a documentation fix ... That said, I still don't see why a user wouldn't be allowed to upload a bug report to an existing ticket if they own it. -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1740967] Re: -u for "existing bug report" is not in help output of "ubuntu-bug"

2018-01-02 Thread fermulator
Note that "-u" _is_ referenced in: https://help.ubuntu.com/community/ReportingBugs -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu. https://bugs.launchpad.net/bugs/1740967 Title: -u for "existing bug

[Touch-packages] [Bug 1740967] [NEW] -u for "existing bug report" is not in help output of "ubuntu-bug"

2018-01-02 Thread fermulator
Public bug reported: $ ubuntu-bug --help Usage: ubuntu-bug [options] [symptom|pid|package|program path|.apport/.crash file] Options: -h, --helpshow this help message and exit -w, --window Click a window as a target for filing a problem report.

[Touch-packages] [Bug 1739532] [NEW] apport-collect SHOULD prune out /home/%USER/ from JournalErrors

2017-12-20 Thread fermulator
Public bug reported: During https://bugs.launchpad.net/ubuntu/+source/gnome- shell/+bug/1739525, I ran apport-collect. I was happy to see that my hostname from the system logs was pruned to "hostname". Great! However, there are some logs that complain about /home/FOO user ... we SHOULD NOT leak

[Touch-packages] [Bug 1739531] [NEW] apport-collect SHOULD NOT collect gnome-shell command history and favorites

2017-12-20 Thread fermulator
Public bug reported: In https://bugs.launchpad.net/ubuntu/+source/gnome- shell/+bug/1739525/comments/4, I ran apport-collect for that bug report. To my horror, it posted "org.gnome.shell command-history" and "favorites" in the "GsettingsChanges.txt"!

[Touch-packages] [Bug 1547297] Re: No auto login in Ubuntu GNOME Xenial

2017-01-01 Thread fermulator
What was the installer editing instead? (is there some dangling file edits hanging around somewhere now?) -- I see from above that it was editing "/etc/gdm/...", on my system fully updated though, there is no dangling files in /etc/gdm/, so that's good. This is what is actually needed (as we

[Touch-packages] [Bug 1542471] Re: Playing mp3 files causes: Problem occurred without error being set. This is a bug in Rhythmbox or GStreamer.

2016-07-20 Thread fermulator
Same issue here on Fedora22. The "touch trick" did not work for me. can't play MP3 files via Rhythmbox when the file source is a ZFS pool :( -- it works fine from a non-ZFS storage device. (Fedora 22, 4.4.13-200.fc22.x86_64, zfs = 0.6.5.7-1.fc22, rhythmbox = 3.2.1-1.fc22) -- anyone know of this

[Touch-packages] [Bug 1314486] Re: Flash videos disappears/underlays when using Fullscreen mode.

2014-09-01 Thread fermulator
Please advise on any other information required to troubleshoot/analyze the issue. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1314486 Title: Flash videos

[Touch-packages] [Bug 1314486] Re: Flash videos disappears/underlays when using Fullscreen mode.

2014-08-15 Thread fermulator
Same issue in Ubunt 14.04 gnome-shell, fglrx drivermultimedia@fermmy-media:~$ uname -a Linux fermmy-media 3.13.0-33-generic #58-Ubuntu SMP Tue Jul 29 16:47:17 UTC 2014 i686 i686 i686 GNU/Linux multimedia@fermmy-media:~$ cat /etc/issue Ubuntu 14.04.1 LTS \n \l multimedia@fermmy-media:~$ dpkg