Kenny MacDermid
Kenny MacDermid
If you found this like I did—because Firefox was unloading tabs thinking there wasn't enough memory—then you may find the `zfs_arc_sys_free` module parameter useful. The man page describes it as:...
From a glance at the source it looks like it's using Passport.js for auth. Here's a couple examples of strategies using headers: * https://github.com/steve-jansen/passport-reverseproxy/blob/master/lib/index.js * https://github.com/chrisns/passportjs-header/blob/master/lib/strategy.js
Locally fixed the conflict, built locally, tested, and it works for me. With the changes the sandbox container starts and the runtime appears able to communicate with it. Before: ```...
@Kurtisone the volume path should probably be updated in that command, and [it changed in `0.44`](https://docs.all-hands.dev/usage/local-setup#start-the-app): `-v ~/.openhands:/.openhands`
`systemd-analyze` output: ``` NAME DESCRIPTION EXPOSURE ✓ RemoveIPC= Service user cannot leave SysV IPC objects around ✗ RootDirectory=/RootImage= Service runs within the host's root directory 0.1 ✓ User=/DynamicUser= Service runs...
Did you try with a larger heap size? I hit this until I ran it with `node --max-old-space-size=8192 /usr/local/bin/restringer ...` (to use 8GB)
Anything become of the pondering here? Even agreeing that tailscale is wrong, it seems it would still be useful in general to be able to log in by username or...