bug#31184: tail -f on Network FS not refreshing as soon as the file is changed.

2018-04-17 Thread Jewsco Pius Jacquez
Yes, it didn't work either. The closest is this one(below), but still the update is every second only. # tail --follow=name --max-unchanged-stats=1 --sleep-interval=1 /media/samba/test.file Thanks, Jewsco -Original Message- From: Erik Auerswald [mailto:auers...@unix-ag.uni-kl.de]

Re: df from coreutils 8.29 displays on PPC Mac OS X 10.5.8, Leopard, German umlauts incorrectly

2018-04-17 Thread Peter Dyballa
> Am 17.4.2018 um 09:10 schrieb Pádraig Brady : > > > RE df, I think this is the same as https://bugs.gnu.org/25630 > where I postulated there may be some issue with > mbstowcs() and decomposed characters on OSX Yes, this seems to be the case. — Greetings Pete

bug#31184: tail -f on Network FS not refreshing as soon as the file is changed.

2018-04-17 Thread Erik Auerswald
Hi Jewsco, did you already try the -F option instead of -f? Thanks, Erik On Tue, Apr 17, 2018 at 03:46:27PM +, Jewsco Pius Jacquez wrote: > Padraig, thanks for your response, > > The ---disable-inotify didn't refresh either. > > [root@cmilsbtest03 ~]# stat -f -c '%t %T'

bug#31184: tail -f on Network FS not refreshing as soon as the file is changed.

2018-04-17 Thread Jewsco Pius Jacquez
Padraig, thanks for your response, The ---disable-inotify didn't refresh either. [root@cmilsbtest03 ~]# stat -f -c '%t %T' /media/samba/test.file ff534d42 cifs [root@cmilsbtest03 ~]# df -h /media/samba/test.file FilesystemSize Used Avail Use% Mounted on //10.124.61.52/finance

Re: chroot add option to mount /dev /proc /sys for you?

2018-04-17 Thread Marc Weber
Hi Bernhard Voelker, Thinking about it again you might be right. So the question would turn into would it make sense to create a new tool which (optionally cleans up) like this: with-mounts sys,proc,dev -- chroot ... There might be many use cases. I think there is interest. But I'm unsure

Re: chroot add option to mount /dev /proc /sys for you?

2018-04-17 Thread Assaf Gordon
Hello Marc, On 17/04/18 12:23 AM, Bernhard Voelker wrote: On 04/15/2018 12:46 AM, Marc Weber wrote: chrooting has always been a mess for me because in order for software to work you need to bind mount /dev /proc /sys usually. Then when something crashes your you quit chroot -> a mess again.

bug#31183: ls --block-size and -l

2018-04-17 Thread Pádraig Brady
tag 31183 notabug close 31183 stop On 16/04/18 09:19, Hugo Connery wrote: > Hi, > > ls --block-size=M foo > > foo > > Doesn't --block-size imply -l (so that I can see the file size) ? --block-size is more of a config option, than one that should imply a mode. In addition it's applicable to

bug#31184: tail -f on Network FS not refreshing as soon as the file is changed.

2018-04-17 Thread Pádraig Brady
On 16/04/18 10:11, Jewsco Pius Jacquez wrote: > Hello, > > We have a legacy application that is using tail -f command in the application > and is running in Redhat 9 under a shared Samba filesystem. > > We want to migrate the application to RHEL7 and we noticed that the tail -f > command here

Re: df from coreutils 8.29 displays on PPC Mac OS X 10.5.8, Leopard, German umlauts incorrectly

2018-04-17 Thread Pádraig Brady
On 11/04/18 09:15, Peter Dyballa wrote: > Hello! > > The coreutils package is managed by the MacPorts package manager. It > installs in /opt/local and probably used the Apple enhanced GCC 4.2.4. > In an environment with > > LC_CTYPE=de_DE.UTF-8 > LANG=de_DE.UTF-8 > > gdf

Re: chroot add option to mount /dev /proc /sys for you?

2018-04-17 Thread Bernhard Voelker
On 04/15/2018 12:46 AM, Marc Weber wrote: > chrooting has always been a mess for me because in order for software to > work you need to bind mount /dev /proc /sys usually. > Then when something crashes your you quit chroot -> a mess again. > > So why not add a chroot --bind-mount-defaults options