Eric Callahan

Results 245 comments of Eric Callahan

I suspect that its possible to use socat to link Klipper's pty to the Pallete. Presumably there would be no SIGHUP issues there, and no need to modify the systemd...

This isn't something that can be resolved in Moonraker. This occurs due to the way Klipper creates "diffs" for status updates. Klipper stores a reference to the dict returned by...

Closing this PR, as it has been superseded by #6617.

There is no need to add a configuration option to Moonraker to change the temporary directory. Just add something like the following to `moonraker.env`: ``` TMPDIR="/path/to/custom/dir" ``` Just replace the...

Ah, it appears the linux distro that ships with the K1 uses `sysvinit` rather than `systemd`, so the environment file `moonraker.env` is not used. I suspect running official Moonraker on...

You have the `systemd_cli` provider configured in `[machine]`. When you do this the user that owns the Moonraker process needs "no password" sudo permission for Moonraker to restart. FWIW, you...

As this discussion has concluded I'm going to close this.

It looks like you are trying to run Moonraker on a smartphone. While this may work for general purpose usage, the distribution could be missing packages Moonraker depends on such...

As this discussion seems to have concluded I'm going to close this. It appears the cause is distro related.

A this discussion has concluded I'm going to close this. Thanks.