outrun icon indicating copy to clipboard operation
outrun copied to clipboard

Execute a local command using the processing power of another Linux machine.

Results 14 outrun issues
Sort by recently updated
recently updated
newest added

Trying to compile some ocaml and running into this, not sure where to begin to look. ``` $ outrun gary@gary-dev dune build Error: open: /tmp/dune22fe0d.output: Permission denied ``` Thoughts? I...

The readme doesn't mention it, but `/etc/machine-id` needs to be present otherwise you get a mysterious error: ``` ERROR - failed to run command: root file system mount failed: [Errno...

Example of current behavior: ``` $ outrun njodell@outrun-vm whoami fuse: warning: library too old, some operations may not not work root ``` I'd like the program I'm running to execute...

enhancement

It may be possible to run cross architecture binaries using `qemu-user`. Even though this means emulation, it would be helpful since ARM machines are mostly slower currently than server-class x86...

Hi, First thanks for implementing such an amazing idea, I love it. I'm playing around with outrun and would like to pass extra options to ssh command. when I use...

Dear outrun dev team, Just bumped into this awesome tool and I'd like to send kudos to the dev team for implementing it. I was wondering: would it be imaginable...

FUSE 3.x is used primarily because of its support for performance enhancing features like kernel write-back caching, but version 2.x (`libfuse2`) is far more likely to be installed by default....

enhancement

It would be nice if outrun could install itself on the targeted remote machine if the right version is not installed yet. Ideally it can do this without requiring `pip`...

enhancement

I usually use S3 to cache. Syntax to hit a URI for a binary or file instead of localpath? Syntax sugar to sign temp S3 files so you can execute...

Hello, I am trying to start outrun but get the following error. How can I get more details about what's happening? ```bash xxx@pop-os:~/.local/lib/python3.8/site-packages/outrun$ outrun user@xxx ls Password: Verification code: bash:...

documentation
question