Ben Gemmill

Results 77 comments of Ben Gemmill

As a workaround for others who land here, I'm on ubuntu 18.04 and used to use update-systemd-resolved until entropy broke it one day. I found that NetworkManager itself has a...

I've encountered this issue with insert calls, and I've created a python example that demonstrates it leaking around 1MB/sec on my database box. This script will set up a demo...

@jlippuner have a look at my branch for pr #374. I ran into similar issues with ecryptfs and implemented a local file cache that sticks around as long as there...

I did the schema change you mentioned a while back in #374, but the larger issue is that the nodes table is just missing a value. Have you had successful...

As a heads up, Amazon looks into files' contents. They process thumbnails for pictures and PDFs, provide previews for text files, and so on. If you're stuffing payload blobs into...

I see, if you wanted the files as images, you may want to create your own Fuse filesystem and layer that on top of acdcli, in much the same way...

Have a look at my PR #374, it uses write-back caching and there are fewer usage patterns that cause the seek error.

pip install as you mentioned, delete your nodes.db and resync (since the PR is handling extra info for each file), and when you mount, try mounting with no extra options...

My PR should work on any system that supports fuse. From the getattr call it looks like your file is around 3.2G when you're done with it and the upload...

@segin From the log, I see emby using an open, flush, close chain of calls on the mount, with no writes. Is that what you meant by broken encoder settings?