You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Termux /tmp is not writable - which leads to the following error:
$ rbw login
failed to daemonize: failed to create directory at /tmp/rbw-10147: Read-only file system (os error 30)
rbw login: failed to run rbw-agent: exit code: 1
Instead of assuming that /tmp is accessible it'd make sense to read the value of TMPDIR.
That being said, thanks for creating this!
The text was updated successfully, but these errors were encountered:
On Termux
/tmp
is not writable - which leads to the following error:$ rbw login failed to daemonize: failed to create directory at /tmp/rbw-10147: Read-only file system (os error 30) rbw login: failed to run rbw-agent: exit code: 1
Instead of assuming that
/tmp
is accessible it'd make sense to read the value ofTMPDIR
.That being said, thanks for creating this!
The text was updated successfully, but these errors were encountered: