• Command /usr/bin/mv wrong message in German

    From Hans@21:1/5 to All on Sun Mar 31 20:10:01 2024
    This is a multi-part message in MIME format.

    Hi folks,

    as I could not find, which package /usr/bin/mv is belonging to and
    apt-file search /usr/bin/mv did not help either, I just in form you here.

    There is a little translation problem with this command. In German moving a file to anbother
    place is telling this:

    mv -v test2/bla.txt test1/
    Datei umbenannt 'test2/bla.txt' -> 'test1/bla.txt'
    The term "umbenannt" is not correct, as it woul be in English "renamed". The corret term for
    moving a file to another place is called "bewegen" (which means in English "to move"). Thus
    you should say in German

    Datei bewegt 'test2/bla.txt' -> 'test1/bla.txt'

    or more elegant

    Datei verschoben 'test2/bla.txt' -> 'test1/bla.txt'

    ("verschoben" is past tense of the German word "verschieben", in English "to move" or "to shift
    soemthing")

    It is not an important or great matter, but maybe you might want to fix it some day.

    I mnoticed it just, because I am German. Sorry for that.

    Best regards and please don't mind.

    Hans


    <html>
    <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    </head>
    <body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Hi folks,</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">as I could not find, which package /usr/bin/mv is belonging to and </p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">apt-file search /usr/bin/mv did not help either, I just in form you here.</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">There is a little translation problem with this command. In German moving a file to anbother place is telling this:</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">&nbsp;<span style="font-family:monospace;"><span style="background-color:#ffffff;"><span style="color:#000000;">mv -v test2/bla.txt test1/ </span></span><br />Datei umbenannt '
    test2/bla.txt' -&gt; 'test1/bla.txt'</p>
    <p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">The term &quot;umbenannt&quot; is not correct, as it woul be in English &quot;renamed&quot;. The corret term for moving a file to another place is called &quot;bewegen&quot; (which
    means in English &quot;to move&quot;). Thus you should say in German </span></p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Datei bewegt 'test2/bla.txt' -&gt; 'test1/bla.txt'</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">or more elegant</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Datei verschoben 'test2/bla.txt' -&gt; 'test1/bla.txt'</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">(&quot;verschoben&quot; is past tense of the German word &quot;verschieben&quot;, in English &quot;to move&quot; or &quot;to shift soemthing&quot;)</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">It is not an important or great matter, but maybe you might want to fix it some day.</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">I mnoticed it just, because I am German. Sorry for that.</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Best regards and please don't mind.</p>
    <br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Hans </p>
    <br /></body>
    </html>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sven Joachim@21:1/5 to All on Sun Mar 31 20:30:01 2024
    Am 31.03.2024 um 19:44 schrieb Hans:

    Hi folks,

    as I could not find, which package /usr/bin/mv is belonging to and
    apt-file search /usr/bin/mv did not help either, I just in form you here.

    Problems with German translations are best reported to debian-l10n-german@lists.debian.org.

    There is a little translation problem with this command. In German moving a file to anbother
    place is telling this:

    mv -v test2/bla.txt test1/
    Datei umbenannt 'test2/bla.txt' -> 'test1/bla.txt'
    The term "umbenannt" is not correct, as it woul be in English "renamed".

    That is exactly what is used in the original:

    $ LANG=C mv -v test2/bla.txt test1/
    renamed 'test2/bla.txt' -> 'test1/bla.txt'

    Cheers,
    Sven

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Hans@21:1/5 to All on Sun Mar 31 21:10:01 2024
    Hi Sven,

    just did as you suggested.

    Thanks for the hint

    Best regards

    Hans
    Problems with German translations are best reported to debian-l10n-german@lists.debian.org.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From gregor herrmann@21:1/5 to Hans on Mon Apr 1 02:20:01 2024
    On Sun, 31 Mar 2024 19:44:24 +0200, Hans wrote:

    as I could not find, which package /usr/bin/mv is belonging to and
    apt-file search /usr/bin/mv did not help either, I just in form you here.

    % apt-file search -x "usr/bin/mv$"
    coreutils: /usr/bin/mv

    Faster:

    % dpkg -S $(which mv)
    coreutils: /usr/bin/mv


    Cheers,
    gregor

    --
    .''`. https://info.comodo.priv.at -- Debian Developer https://www.debian.org
    : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D 85FA BB3A 6801 8649 AA06
    `. `' Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
    `-

    -----BEGIN PGP SIGNATURE-----

    iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAmYJ/T5fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ qgbNGQ/8DOOqLPXXy8eApOvSfytNmy7XnGPKgH70aGK19QjmW95NP0BaNcnPqPcf HA+Jf6nlfBsbnp95cVJZ6zb3FLzu2k5Yfx08hRAqV/xnXU0PPjCV6AU/OKfxKJ2j U0tIEoTr75SyybRUXw+B5CFja+4zAuMDykGCO9FRhEfDLq6kuuTNu2RzUVCXM1sC k+iuFtsOeG47VjUy2QjFevk/u1RanhBV4SYsGJJ7IE3jRCPk6l/cgSTQ9iHY2TEr v8awDy+4GEfxaqUG33cQrLPgPoM7uGS/Ti2euFo0iUu/QEf6WuGuQZsz2KlaQQ5W A8wK7UoWGeECe6ALUU3HwhKKGasQ1uVX4yHYECwdfLL6vGJQgYMRgS8S6kuexONr CYE1dO+8gaDzO8xLH5o+De8wfUDG5IRlT0no224DhEXxb8hyUzz8BGArotJvmZ8d JnEp3oV+eHtX1WN6T7CbNMGpuEtRVEH3HsIJHiV9tlIh+AW89gBZFXj89J+L1vs9 pWxn488uUzMIHJ2TOk2iJyt14unxrAUnE04tZWWYXX3Wf51fBBsyHEpcsiQP7pVR Cd3WKDXqvvO1KS0LxtXFBSrqBGYhmcIla2QuVyDtfwRdqDCcfaILIfl9WlSDwD5T eHCVaAz8lm7jcApLaacg398YfeIEt89VQtkzsaM3ZDMt7eMDaJ8=
    =tAZj
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Russ Allbery@21:1/5 to Russell Stuart on Mon Apr 1 05:30:01 2024
    Russell Stuart <russell-debian@stuart.id.au> writes:

    The reason I'm replying is after one, probably two decades this still
    annoys me:

    $ dpkg -S /etc/profile
    dpkg-query: no path found matching pattern /etc/profile

    It was put their by the Debian install, and I'm unlikely to change it.
    Its fairly important security wise. It would be nice if "dpkg -S" told
    me base-files.deb installed it. It would be nice if debsums told me if
    it changed. There are lots of files like this, such as /etc/environment
    and /etc/hosts. There are some directories like /etc/apt/trusted.gpg.d/ which should only have files claimed by some .deb.

    Guillem has a plan for addressing this, I believe as part of metadata
    tracking, that would allow such files can be registered by their packages
    and then tracked by dpkg.

    --
    Russ Allbery (rra@debian.org) <https://www.eyrie.org/~eagle/>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andrey Rakhmatullin@21:1/5 to Russell Stuart on Mon Apr 1 10:00:01 2024
    On Mon, Apr 01, 2024 at 01:03:04PM +1000, Russell Stuart wrote:
    On 1/4/24 10:18, gregor herrmann wrote:
    % dpkg -S $(which mv > coreutils: /usr/bin/mv

    On bookworm:

    $ dpkg -S $(which mv)
    dpkg-query: no path found matching pattern /usr/bin/mv

    This is caused by the /bin -> /usr/bin shift.

    The reason I'm replying is after one, probably two decades this still
    annoys me:

    $ dpkg -S /etc/profile
    dpkg-query: no path found matching pattern /etc/profile

    It was put their by the Debian install, and I'm unlikely to change it.
    Its fairly important security wise. It would be nice if "dpkg -S" told
    me base-files.deb installed it. It would be nice if debsums told me if
    it changed. There are lots of files like this, such as /etc/environment
    and /etc/hosts. There are some directories like /etc/apt/trusted.gpg.d/ which should only have files claimed by some .deb.
    This is the reason I never expect dpkg -S to work and dpkg -L to be
    correct. The (probably) oldest registered bug report about this is
    #213907, from 2003.
    RPM has %ghost since before that, of course.

    --
    WBR, wRAR

    -----BEGIN PGP SIGNATURE-----

    iQJhBAABCgBLFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAmYKaR0tFIAAAAAAFQAP cGthLWFkZHJlc3NAZ251cGcub3Jnd3JhckBkZWJpYW4ub3JnAAoJEDNi9wMaSZLh ycEP/RvNYWf/r4lHMCVT+5ghWYJpLtNQGhFloVGihjb0ArffhoiX3Uza2FKIeqza PDz9u9OkTEtXs3AI3QFmq8Ra+VMhHk1C/V38sm9kVXCqignbjmFXTBKQV8sqtUjg Igx3D0tShlSjoksfiKSkPCoMCEnUl977u1qUIDC9ghwmeDhNKxI5AjRoAbPhxuI8 VWEwEse8ceYrQn1ziOJrqpKXZkW4mea2+vBcG8XtFsEJv8MaO6MOinLRXXH/8gDJ aGNAgo5uW9b2Jdn3CN7PiYm2mzasmFG+8Zxa/8XymlmAbnd32htFsCASTUMIGbJG cCOglCOWaHrpQXTbs/LxBfmaj6ocNRXTHcqUYbLqNO2OnJysUYQNEAo+hcN8HQ6C bj21iv5EmqhpbwVHMeah6uVI+I8w0PebjLPxeqGfLYzw8rcgqkUh4cdO3kVsafnr a5Xf4KfXjbOaD259mU7UscGPtXerZcEFjkJ3esB5EhbhCrgh7eZItAQ5TQ3FwzcL c724A8EtsV7mOT9Wbh9bF+x9cGCi/skDe//ZMZY9GIjiBdhkqFqaQuBGxkydCyXs MOvGuS0nIs9rE1Po+7IwFWw2E92suRLoZoBLjNSXeTAxE8Ogim7EZaT5gYGd0sic CHm/qgfUGp+snmFfoYjhq/MaL+WYEfEshjGNmHiMWugPptyv
    =GR6g
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Johannes Schauer Marin Rodrigues@21:1/5 to All on Mon Apr 1 10:50:01 2024
    Hi,

    Quoting Andrey Rakhmatullin (2024-04-01 09:58:21)
    On Mon, Apr 01, 2024 at 01:03:04PM +1000, Russell Stuart wrote:
    On 1/4/24 10:18, gregor herrmann wrote:
    % dpkg -S $(which mv > coreutils: /usr/bin/mv

    On bookworm:

    $ dpkg -S $(which mv)
    dpkg-query: no path found matching pattern /usr/bin/mv

    This is caused by the /bin -> /usr/bin shift.

    The reason I'm replying is after one, probably two decades this still annoys me:

    $ dpkg -S /etc/profile
    dpkg-query: no path found matching pattern /etc/profile

    It was put their by the Debian install, and I'm unlikely to change it.
    Its fairly important security wise. It would be nice if "dpkg -S" told
    me base-files.deb installed it. It would be nice if debsums told me if
    it changed. There are lots of files like this, such as /etc/environment and /etc/hosts. There are some directories like /etc/apt/trusted.gpg.d/ which should only have files claimed by some .deb.
    This is the reason I never expect dpkg -S to work and dpkg -L to be
    correct. The (probably) oldest registered bug report about this is #213907, from 2003. RPM has %ghost since before that, of course.

    This is the reason I never expect apt-file search to work. It would be nice if we had a tool which would track the files created by maintainer scripts as well and associate them to packages. Isn't dumat tracking which files are actually created after package installation? If yes, can that data be made searchable?

    Thanks!

    cheers, josch
    --==============00806072939345408=MIME-Version: 1.0
    Content-Transfer-Encoding: 7bit
    Content-Description: signature
    Content-Type: application/pgp-signature; name="signature.asc"; charset="us-ascii"

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEElFhU6KL81LF4wVq58sulx4+9g+EFAmYKc5QACgkQ8sulx4+9 g+Ekew/+NDZhfmjhb1w6rMP+oxpjODIyGaHVa6Nwq9I6sj+0QP907HUvyLKVAT1C M944k/NjwMyEO1Nc6Tuvc5k97QIpZW4WtuklgIf6mG/+fPKoW8ymA89PBlBkDd50 rl1zDNblDQ9yOGU3gogpRiiZv4Ipt0HI2dRf8l3UCVzwVjS8oJZhUSJItCkba7sK JuOS3E7P72b4KZDwSA36vDv4pTgMXfC9or/fmbtx8gApUuMPSgnEM5mHpSBwa23Y nDAPfZ+V59hj/vg7W0zh9fhU3J7lpMhnjtKcl/Tk/tqk2VMGAjl2iUQ56DCKgfBX GCiYsMzvMAEQ7JcmZfWsQLMlQSAsEsn90DmY8FD2n1lbvqmcj75RYnIuC9B/j5Aa 8zzSz85PyM1LDtK3Q7RbwLB6OmPNz/9QEbLfqHI1D/hf/cHYcU355XvagsAGuasm Wz98me9SYDxsClnxjpR2ZS6k+A4BBSWf7hGUreGs7FAF5krQYkrF8Heay9ectxyJ JQxwHtwBM8tYiyVVHhMFOA7Q4el6y1jbuatY01wZnhjIBLXLGAKDdyaFY8RGwpGI 6AhEMlra0nWJ/rZpf4jvBHMNDmVLVmMoeuBcZQE4R/lBw35kO4A1sZUxDo1BPuUh DK6jpAbZcxOFucELc9TEbXCZ9zZJPoiGUV+Q50AhUBZFIDnHlmU=
    =kb8v
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Andrey Rakhmatullin@21:1/5 to Fabrice Aeschbacher on Sat Apr 6 09:52:10 2024
    On Mon, Apr 01, 2024 at 05:02:56PM +0200, Fabrice Aeschbacher wrote:
    "dpkg -S" or "apt-file" give me an incorrect or no answer, most of the
    times.

    Whereas this url always returns a correct answer: https://www.debian.org/distrib/packages#search_contents
    Have you tried either of two examples you quoted?


    Le 01/04/2024 à 09:58, Andrey Rakhmatullin a écrit :
    On Mon, Apr 01, 2024 at 01:03:04PM +1000, Russell Stuart wrote:
    On 1/4/24 10:18, gregor herrmann wrote:
    % dpkg -S $(which mv > coreutils: /usr/bin/mv
    On bookworm:

    $ dpkg -S $(which mv)
    dpkg-query: no path found matching pattern /usr/bin/mv

    This is caused by the /bin -> /usr/bin shift.

    The reason I'm replying is after one, probably two decades this still annoys me:

    $ dpkg -S /etc/profile
    dpkg-query: no path found matching pattern /etc/profile

    It was put their by the Debian install, and I'm unlikely to change it. Its fairly important security wise. It would be nice if "dpkg -S" told me base-files.deb installed it. It would be nice if debsums told me if it changed. There are lots of files like this, such as /etc/environment and /etc/hosts. There are some directories like /etc/apt/trusted.gpg.d/ which should only have files claimed by some .deb.
    This is the reason I never expect dpkg -S to work and dpkg -L to be correct. The (probably) oldest registered bug report about this is
    #213907, from 2003.
    RPM has %ghost since before that, of course.




    --
    WBR, wRAR

    -----BEGIN PGP SIGNATURE-----

    iQJhBAABCgBLFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAmYKzZYtFIAAAAAAFQAP cGthLWFkZHJlc3NAZ251cGcub3Jnd3JhckBkZWJpYW4ub3JnAAoJEDNi9wMaSZLh uHYP/2Fjvom17TWxMKjAJj4jTF+wCuacRFG1VJ+VzoDLLuXItAloDU2Cd/IODoSg fHMEBFFKZTZOn/E1GKVhey8zuIuawSv7EbKInU4lDrRuEQIm+COmwurCVmCn6EbA c++eoXkjKvUMntdUNDchYyf1oJySMdHx630syu729TUXVx+F+A7wiwfgh1CVRbAn Ym5iIrNkXph7AbOJ9TXlADhhHRGXwOIslNyQ/8Lc16oFDYuQVQkpL/EidEAj5xBW 6AVUK98uxZU2IAqyVQzgCkn8BHXC5nXXWiGa4Zj7DXG6SKAo3eTotsAr6LF/y1s4 jpymMG4o/SjIyfhDtfmjEYIv8NY2kzAj3iSnAJ1kbqOIPnrl40gfM3TvRQAoq49e 3I16RkauSrhvIEEwLXXQmeUfWUMPvM7bHoEqEa5Ocbx3OnVmCs0+gh6IBS37BH+l e69/RPTZCMywbifU1mA2ZW8p6TIQYwSaRpPqgpmxKR8RrhX7czKF3qTXSex5bogB Hx2jFDWs11ePxHm6Fa4bhv8f70k55OIYJhOps+AtczqgjyvgW0kgSCWdK5bA7N1K 9OQ8dN07JXGWZfE/JUt6TLqw7KcIoTjZQPXtNqnaaMGdQb0zLlLH3gFS8xYvGUCt jgrsv6ltW4oRJDG/YCOdAmrw/G8G/HmZ2c/L6+Is17IzVzEt
    =oJfA
    -----END PGP SIGNATURE-----

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)