Re: [DNG] backups from ext4 to ntfs - extended attributes and access control lists

2019-06-01 Thread Rick Moen
Quoting Martin Steigerwald (mar...@lichtvoll.de): [tip about the stat(1) system utility:] > At the moment not in all cases all the metadata. Recent kernels have an > extended statx() syscall that AFAIK is not yet fully supported in user > space tools. It will support things like a creation

Re: [DNG] backups from ext4 to ntfs - extended attributes and access control lists

2019-06-01 Thread Martin Steigerwald
Rick Moen - 29.05.19, 04:14: > Quoting Bruce Ferrell (bferr...@baywinds.org): > > I am absolutely astounded by the number of time I've seen *IX > > "admins" at fortune X companies copy a tree to a windows share and > > wonder why it's broken when they try to restore from it. NFS, if not > > done

Re: [DNG] Java 8 on beowulf

2019-06-01 Thread Steve
On Fri, 31 May 2019 09:20:00 +0200 Martin Steigerwald wrote: > Hi Steve. > > Steve - 31.05.19, 02:47: > > A couple of weeks ago I upgraded to Beowulf and I see that it comes > > with openjdk 11. I have an app that needs java 8 so I was planning > > to have both installed, maybe use the script

Re: [DNG] simple-netaid from scratch

2019-06-01 Thread aitor_czr
Hi s@, On 20/5/19 22:41, s@ wrote: aitor_czr wrote: Have a look at the server side: https://git.devuan.org/aitor_czr/simple-netaid/blob/master/backend_src/server.c char buffer[512]; (...) You are using in some places 'sizeof(buffer)' in 'fgets()' and such.. Your buffer has a fixed size..