Scott Shambarger

Results 69 comments of Scott Shambarger

BTW, I'd be willing to take a crack at a patch if you're really busy, but I think someone familiar with the code=base may be able to add this quickly,...

Finally got annoyed enough at the frequent logouts that I tracked down the root of the problem... There's a thorough description of the bug (design flaw in the nextcloud app...

OK, I'll wait for feedback... BTW, a solid workaround for the logout issue is to set the password for the nextcloud user to the same as the external authentication (if...

Just an FYI: I was getting random logouts when I turned caching off during my testing, and tracked the problem to memcached session locking occasionally failing (which triggers a logout)......

Ah, thought it was clear that this only affects sessions that use memcached... basically, if you don't have: session.save_handler = memcached session.save_path = "/run/memcached/memcached.sock" or session.save_path="localhost:11211" in your php.ini/php.d then...

BTW, an update from the pull request, I've update the patch to solve the session timeouts a different way (there was concerns about skipping any user validation in the first...

I'm hitting this issue with USB attached HDDs when the drive is in standby (spun-down). Device: Asus Chromebox M115U (CN60) running the current release (4.16). Root drive is internal M.2...

I don't think the Chromebox has a serial header... I have a USB serial port, but that would require the bios to support that :) I'll see if I can...

I received the same error; took a little research to track down how to fix it (as I've never used Haskell either :). Looks like the snapshot doesn't include a...

I managed to get the container to start with --read-only by adding the following volume mounts: (prob just the keystore files are required, but the others make config updates easier):...