Christian G.
Christian G.
If one is using docker, inotify could solve all the problems regarding honssh not being able to detect some file download mechanisms. **AUFS storage driver:** For each started container docker...
Using docker info the directory id can be retrieved without actually knowing the storage driver: `$(cat /var/lib/docker/image/$(docker info | grep "Storage Driver" | awk '{ print $3}')/layerdb/mounts/$(docker inspect --format {{.Id}}...
@tnich would you mind having a look at https://github.com/bang-uin/honssh/commits/feature/fs_watch and telling me what you think about the inotify approach?
The feature is now implemented for aufs, btrfs, overlay and overlay2 in this branch https://github.com/bang-uin/honssh/commits/feature/fs_watch I had to copy the twisted inotify implementation and made more failure tolerant as it...
Btw, i suggest everyone to use overlay2 as it is damn fast :smile:
These are just hints and infos for everyone who likes to test that branch. I'll create a wiki page if this branch gets at some point merged into the master.
Hi everyone. I'm on Proxmox VE 6.3 with ZFS 0.8.5 and Kernel 5.4.73 and I think I hit the same or a similar Bug. First i thought RAM or (brandnew)...
I have a similar problem over here. snmpwalk is able to walk the table: ``` snmpwalk -v1 -M mibs -c public 10.0.0.1 1.3.6.1.4.1.2254.2.4.1 iso.3.6.1.4.1.2254.2.4.1.1.0 = STRING: "Delta" iso.3.6.1.4.1.2254.2.4.1.2.0 = STRING:...