cyberfarer

Results 19 comments of cyberfarer

Hi I wanted to chime in here. I used the solution provided by @parreitu [here](https://github.com/elkarbackup/elkarbackup/issues/353#issuecomment-464636902). It solved the immediate problem. However, I have since discovered [diskus](https://github.com/sharkdp/diskus). This is actually very...

As a follow up to this diskus reports in bytes while du -ks reports in kilobytes. This difference results, obviously, in an incorrect file size. I am working on using...

I solved this. This works: `$du = (int)shell_exec(sprintf("diskus '%s' | awk '{print $1/1024}'", $job->getSnapshotRoot()));` The double pipe doesn't work but the awk pipe does do the trick.

To close this circle, backups that previously lasted almost 24 hours because of du, are now complete overnight and the size reporting is accurate.

Hi I just set this up using Nginx and SSL. WS_PUBLIC_PORT = 443 for me because I am accessing via HTTPS. I don't think you require any cert info in...

Try ... su www-data -s /bin/bash cd ~ ssh-keygen Copy the content of /var/www/.ssh/id_rsa.pub to your hypervisor host and paste into /root/.ssh/authorized_keys - be careful to not copy any whitespace...

Confirming the same issue. I have updated the default Ubuntu 0.32.0-1ubuntu1 to 0.36.0+fruit~ubuntu2004 without any change.

Tried with DSUB and get the same error. Is it possibly restricted to Ubuntu?

I have reinstalled with Ubuntu 22.04.3, Navidrome 0.51.0 (fd61b29a), and MPV 0.34.1 and I no longer see the errors that began this thread. Now I get as follows, error line...

As an update, if run this command: /usr/bin/mpv --audio-device=auto --no-audio-display "/home/sean/Music/MUSIC/AIR/Moon Safari/09 New Star In The Sky (Chanson Pour.mp3" --input-ipc-server=/tmp/mpv-ctrl-472f8a4530ffe2e2dc78d303cc3d3393.socket The socket is created and there are no errors. On...