Orsiris de Jong

Results 512 comments of Orsiris de Jong

AFAIK, dpinger only has ICMP support. Priror to dpinger, arpinger was used, but it seemed buggy at the time, hence the replacement. It seems that dpinger has multiple target support,...

Sorry, not a PHP developper, so I cannot give any framework specifc input here. I initially thought of a very simple permission system, eg Read = GET, Write = POST...

Additionnal info, I got a couple of files that cannot be backed up with the following error: ``` error: open \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy6\Users\User\AppData\Local\Microsoft\WindowsApps\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\python3.exe: The file cannot be accessed by the system. error:...

Checked a bit what go command could detect reparse points. It seems that `os.FileInfo.Mode.IsRegular` does the job, see https://github.com/golang/go/issues/42184 Sorry, I'm not a go pro (pun intended), so I cannot...

> That method won't help as we cannot just exclude everything which isn't a regular file. Restic definitely should e.g. backup symlinks etc. > [...] > [...] unless we maybe...

As far as my current fix goes, it's horrible to parse restic output since it will give localized error messages like: ``` error: read \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy6\Users\user\Schéma réseau.dat: L'opération de cloud n'est...

@jredfox Thanks, that's basically the filtered version of list I offered above, which makes things easier. Still not a go guy, so I don't really get where go identifes file...

Yes, there is `/var/tmp`, and it is mounted as root without `noexec` obviously. In my scripts, i use to have the following logic, maybe that's a good starting point. ```...

Here's the standard mounts on the synology RS816 I'm compiling for: ``` ash-4.4# mount /dev/md0 on / type ext4 (rw,relatime,journal_checksum,data=ordered) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type...