Mario Andújar Gómez
Mario Andújar Gómez
Hi, I'm interested in this functionality. I have a lot commands running of rclone and I would like, if it's possible, view the progress of all commands (jobs) in one...
I have the same problem. Every day I restart my server and the service can't start well because this error. My service code: ``` # /etc/systemd/system/plexdrive.service [Unit] Description=Plexdrive AssertPathIsDirectory=/volume1/plexcloud After=network-online.target...
Hi. The process works fine all time but when I reboot my system the service don't starts well. Always I need execute ``` sudo /bin/umount -l /volume1/plexcloud``` and then ```sudo...
Hi @YipYup, this is my fstab: ``` UUID=58ef1289-4cd2-11e8-8eee-d050995ce03f / ext4 defaults 0 0 UUID=D975-E3B2 /boot/efi vfat defaults 0 0 /swap.img none swap sw 0 0 UUID=489E91304F48F6B4 /volume1 ntfs uid=1000,gid=1004,umask=0022,sync,auto,rw 0...
I test to mount volume1 with defaults but I have the same error. I need help please :(
I mount the folder plexcloud in another disk with ext4 filesystem and I have the same error. I'am using Ubuntu Server 18.04
This is my log: ```[HOME/MARIO/PLEXDRIVE/PLEXDRIVE] [2018-05-27 11:46] DEBUG : verbosity : DEBUG [HOME/MARIO/PLEXDRIVE/PLEXDRIVE] [2018-05-27 11:46] DEBUG : root-node-id : root [HOME/MARIO/PLEXDRIVE/PLEXDRIVE] [2018-05-27 11:46] DEBUG : config : /home/mario/plexdrive/.plexdrive/config.json [HOME/MARIO/PLEXDRIVE/PLEXDRIVE] [2018-05-27...
Hi! I solved the the problem. I added this line "ExecStartPre=/bin/sleep 10" ``` # /etc/systemd/system/plexdrive.service [Unit] Description=Plexdrive AssertPathIsDirectory=/volume1/plexcloud After=network-online.target [Service] Type=simple ExecStart=/home/user/plexdrive/plexdrive mount -o allow_other,read_only,allow_non_empty_mount -c /home/user/plexdrive/.plexdrive --cache-file=/home/user/plexdrive/.plexdrive/cache.bolt /volume1/plexcloud ExecStop=/bin/fusermount...