[Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2021-02-15 Thread Kamil Dudka
Daniel, thank you for submitting the patch upstream! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1905623 Title: df: /run/user/1000/doc: Operation not permitted To manage notifications about this

[Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted

2021-01-06 Thread Kamil Dudka
Has gnulib upstream been notified about the fix for this bug? ... or about the original treat-devtmpfs-and-squashfs-as-dummy- filesystems.patch that the fix was applied to? https://launchpadlibrarian.net/510003931/coreutils_8.32-4ubuntu1_8.32-4ubuntu2.diff.gz -- You received this bug

[Bug 852760]

2012-08-06 Thread Kamil Dudka
(In reply to comment #15) Try to rebuild the library with -fno-builtin-strdup, chances are it will make valgrind working again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/852760 Title: valgrind

[Bug 264313] Re: ls --color hangs for directories linked from network

2010-01-07 Thread Kamil Dudka
Do not expect this to be fixed in coreutils. There is no generally better solution I am aware of. You have in fact two choices - either give up broken checking of broken symlink at all, or wait some time for the symlinks to be checked. Consider using timeout(1) utility to not wait indefinitely in

[Bug 229182] Re: Add a -n option to cp (opposite of -f)

2008-10-27 Thread Kamil Dudka
Patch ready: http://lists.gnu.org/archive/html/bug-coreutils/2008-10/msg00298.html -- Add a -n option to cp (opposite of -f) https://bugs.launchpad.net/bugs/229182 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 123423] Re: ls --color for hard links (wishlist)

2008-10-22 Thread Kamil Dudka
Thank you for reply. Executable files should have higher priority than hard-linked files while highlighting. So in this case color of executable file is used. Theoretically you can have special color attribute for hard-linked executables, but this is not an usual case I think. As for the default

[Bug 229182] Re: Add a -n option to cp (opposite of -f)

2008-10-15 Thread Kamil Dudka
Well, proposed to coreutils upstream: http://lists.gnu.org/archive/html/bug-coreutils/2008-10/msg00191.html -- Add a -n option to cp (opposite of -f) https://bugs.launchpad.net/bugs/229182 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 123423] Re: ls --color for hard links (wishlist)

2008-10-14 Thread Kamil Dudka
Proposed upstream, now working on patch: http://lists.gnu.org/archive/html/bug-coreutils/2008-10/msg00172.html -- ls --color for hard links (wishlist) https://bugs.launchpad.net/bugs/123423 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 91175] Re: cut gets confused with UTF-8 characters

2008-10-14 Thread Kamil Dudka
note: already fixed in Fedora coreutils -- cut gets confused with UTF-8 characters https://bugs.launchpad.net/bugs/91175 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 229182] Re: Add a -n option to cp (opposite of -f)

2008-10-14 Thread Kamil Dudka
I think it could be useful, did anybody propose this to coreutils upstream? -- Add a -n option to cp (opposite of -f) https://bugs.launchpad.net/bugs/229182 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 64067] Re: a progress bar for 'cp' and 'mv'

2008-10-13 Thread Kamil Dudka
It is suggested to use rsync as cp replacement in such cases - consider this bug: https://bugzilla.redhat.com/show_bug.cgi?id=237553 -- a progress bar for 'cp' and 'mv' https://bugs.launchpad.net/bugs/64067 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 264313] Re: ls --color hangs for directories linked from network

2008-10-13 Thread Kamil Dudka
There is a simple workaround - this avoids ls from following symlinks (at least in the context of --color): eval `dircolors -b | sed s/or=[^:]*://` Try add something like this to your profile. -- ls --color hangs for directories linked from network https://bugs.launchpad.net/bugs/264313 You