[Touch-packages] [Bug 1742011] Re: `find --name` ignores files with non-printable character in the filename

2018-01-14 Thread H.-Dirk Schmitt
** Bug watch added: GNU Savannah Bug Tracker #52890 http://savannah.gnu.org/bugs/?52890 ** Also affects: findutils via http://savannah.gnu.org/bugs/?52890 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Touch seeded pac

[Touch-packages] [Bug 1742011] Re: `find --name` ignores files with non-printable character in the filename

2018-01-14 Thread H.-Dirk Schmitt
Can reproduce the problem in artfull and bionic. ** Tags added: artful bionic -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to findutils in Ubuntu. https://bugs.launchpad.net/bugs/1742011 Title: `find --name` ignores files

[Touch-packages] [Bug 1742011] Re: `find --name` ignores files with non-printable character in the filename

2018-01-13 Thread H.-Dirk Schmitt
Simple test case: touch $(echo -e ERR'\0303'OR ) touch NON_ERROR find . -name "*ERR*" -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to findutils in Ubuntu. https://bugs.launchpad.net/bugs/1742011 Title: `find --name` ignore

[Touch-packages] [Bug 433926] Re: xkbcomp error: Type "ONE_LEVEL" has 1 levels, but has 2 symbols

2018-01-09 Thread H.-Dirk Schmitt
Still in xenial affected: xkb-data 2.16-1ubuntu1 │Jan 8 11:49:55 user.warning /usr/lib/gdm3/gdm-x-session[3463 > Warning: Type "ONE_LEVEL" has 1 levels, but has 2 │ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1742011] Re: `find --name` ignores files with non-printable character in the filename

2018-01-09 Thread H.-Dirk Schmitt
Having a second look I found the mitigation cleaning up the filename with the help of: `tr --delete --complement '[:print:]` So it is obvious that the characters breaking `find … -name` are non- printable characters. ** Summary changed: - find can't find several files with unicode characters if

[Touch-packages] [Bug 1742011] Re: find can't find several files with unicode characters

2018-01-08 Thread H.-Dirk Schmitt
For the case that the unicode character has been lost – here the hexdump: echo ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Gr?s_du_Jazz-1734575236.mp4 |hexdump 000 5241 4554 435f 6e6f 6563 7472 2d5f 4a5f 010 7a61 2d7a 7641 7369 6168 5f69 6f43 6568 020 5f6e 415f 5f75 7247 73c3 645f 5f75 614a

[Touch-packages] [Bug 1742011] [NEW] find can't find several files with unicode characters if --name is used

2018-01-08 Thread H.-Dirk Schmitt
Public bug reported: Downloading some files from ARTE via Mediathekview I retrieved files like this: ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Gr�s_du_Jazz-1734575236.mp4 find . is showing the the file: > $ find . > . > ./ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Gr?s_du_Jazz-1734575236.mp4 But if I i

[Touch-packages] [Bug 1742011] Re: find can't find several files with unicode characters

2018-01-08 Thread H.-Dirk Schmitt
find -D search -name "*4" consider_visiting (early): ".": fts_info=FTS_D , fts_level= 0, prev_depth=-2147483648 fts_path=".", fts_accpath="." consider_visiting (late): ".": fts_info=FTS_D , isdir=1 ignore=0 have_stat=1 have_type=1 consider_visiting (early): "./ARTE_Concert_-_Jazz-Avishai_Cohen_

[Touch-packages] [Bug 1742011] Re: find can't find several files with unicode characters

2018-01-08 Thread H.-Dirk Schmitt
Finally the proof that it is the one mystic unicode character: $ mv ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Gr?s_du_Jazz-1734575236.mp4 ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Grs_du_Jazz-1734575236.mp4 $ find . -name "*4" ./ARTE_Concert_-_Jazz-Avishai_Cohen__Au_Grs_du_Jazz-1734575236.mp4 ** Summar

[Touch-packages] [Bug 1738581] Re: apport is leaking environment variables (including passwords!) to public bug reports

2017-12-19 Thread H.-Dirk Schmitt
@seth-arnold - the credential is already replaced. The issue is the problematic apport behaviour. Another issue is that the report is now 3 days old and covering a serious information leak. But still nobody responsible „confirmed“ the bug or shown *any* activity :-/ -- You received this bug no

[Touch-packages] [Bug 1738581] [NEW] apport is leaking environment variables (including passwords!) to public bug reports

2017-12-16 Thread H.-Dirk Schmitt
*** This bug is a security vulnerability *** Public security bug reported: See the bug report https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/1738564 created with ubuntu-bug. Apport includes the file JournalErrors.txt This file includes e.g. the following line. Dez 16 19:11:31 hostname

[Touch-packages] [Bug 1710981] Re: printf count utf-8 chars like arrow wrong

2017-08-15 Thread H.-Dirk Schmitt
The bug leads to ugly output on the console if the data contains such characters. See the 3rd song in the following play queue listing: Pos. Artist TitleDur. -

[Touch-packages] [Bug 1710981] [NEW] printf count utf-8 chars like arrow wrong

2017-08-15 Thread H.-Dirk Schmitt
Public bug reported: The printf command in bash (builtin) and corutils /usb/bin/printf have an error in counting the length of a string, if a non-ascii character is involved. Example is the arrow - type Alt+I. Try the following commands: printf -v r "%-2s X\n" '→' ; echo ${#r} # prints 4 printf

[Touch-packages] [Bug 838757] Re: HP hs2340 HSPA+ Mobile Broadband Modem does not work

2017-04-22 Thread H.-Dirk Schmitt
For me it is working below 16.04 if I tweak my system. 1. The udev rules tweak isn't needed any more - it is in the package version of the file now correct. 2. Check 'lsmod |grep cdc' - below xenial the modules aren't loaded any more Add to /etc/modules a line with the content: cdc-wdm Aft

[Touch-packages] [Bug 1511101] Re: [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled (expected 1, found 0) appears repeatedly during boot; Ubuntu boots normally to GNOME3 afterwar

2015-12-12 Thread H.-Dirk Schmitt
*** This bug is a duplicate of bug 1492764 *** https://bugs.launchpad.net/bugs/1492764 ** This bug has been marked a duplicate of bug 1492764 [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in ips_enabled (expected 1, found 0) -- You received this bug notification because you are

[Touch-packages] [Bug 1402195] Re: Newer version of adb needed for nexus 5

2015-10-14 Thread H.-Dirk Schmitt
A lot of recent devices are affected - for my the Samsung Note 8 with Team Win Recovery. ** Tags added: trusty -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to android-tools in Ubuntu. https://bugs.launchpad.net/bugs/1402195

[Touch-packages] [Bug 1402195] Re: Newer version of adb needed for nexus 5

2015-10-14 Thread H.-Dirk Schmitt
** Bug watch added: Debian Bug tracker #798305 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798305 ** Also affects: android-tools (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798305 Importance: Unknown Status: Unknown -- You received this bug notification bec

[Touch-packages] [Bug 1476787] Re: apt-key update is failing if 39 keys in trusted.gpg.d

2015-07-21 Thread H.-Dirk Schmitt
Debugging the script apt-key I found that the problem is triggered by gpg. The following command is failing: cat /tmp/step_data | gpg --yes --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.jtTZwIQ6EI --no-auto-check- trustdb --trust-model always --keyring /etc/apt/tru

[Touch-packages] [Bug 1476787] [NEW] apt-key update is failing if 39 keys in trusted.gpg.d

2015-07-21 Thread H.-Dirk Schmitt
Public bug reported: 'apt-key update' is failing with return code 2 if 39 keys in /etc/apt/trusted.gpg.d If I remove any of the keys so that 38 or less keys are in /etc/apt/trusted.gpg.d the problem doesn't occurs. I'm using the apt package 1.0.1ubuntu2.8 from trusty-updates ** Affects: apt (U