Share Drive mounted on 2 Centos servers with rclone pbs. synchronization

What is the problem you are having with rclone?

I mounted a share drive on two Centos servers with rclone , so on the one of these servers when we create a file on the mount point, doesn`t appear on the same mount point in the second server, neither on the share drive.
?can you help me?

What is your rclone version (output from rclone version) rclone-v1.53.4-linux-amd64.rpm

rclone-v1.53.4-linux-amd64.rpm

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Centos 6.x

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount --vfs-cache-max-size 10G --vfs-cache-mode full --allow-other "LM - FI - Management-Planning:/Ficheros_Carga/Comercio/" /mnt/Comercio &

Paste command here

The rclone config contents with secrets removed.

Paste config here

A log from the command with the -vv flag

Paste  log here

hello

the lastest stable rclone is v1.55.0

when you post, there was a template of questions, that help us to help you.

Hi
thank you for the answer, but the last version is compatible with rclone.config of the 1.53 version¿?
because i've a lot shares drivers created on the version

the config file format is independent of

  • the rclone version
  • the operating system
  • the cpu architecture

you can copy the config file to any computer that runs rclone

Ok, i just installed the last rclone version, but when i try to mount the share drive that got error:
2021/04/15 15:51:49 Fatal error: failed to mount FUSE fs: kernel FUSE version is too old: 7.16 < 7.17

the OS of the server is: Red Hat Enterprise Linux Server release 6.7 (Santiago)
and the kernel is: 2.6.39-400.264.1.el6uek.x86_64
thanks

not a linux expert, but we do have them and one should stop by soon.

for now, keep using the rclone version that works and post the debug log.

Sorry, what command i've to execute to create the debug log¿?

add log-level=DEBUG --log-file=/path/to/log.txt. you can change /path/to/log.txt to whatever location you need.

the log file can go very large, very quicky
i suggest that you

  1. stop the running rclone mount.
  2. start rclone mount
  3. copy a file
  4. kill the rclone mount
  5. post the log. either here in the forum or you use pastebin.com.

in the log file nathing diferent:
[root@peslmappsrv01 rclone]# cat log.txt
2021/04/15 16:32:31 DEBUG : rclone: Version "v1.53.4" starting with parameters ["rclone" "--log-level" "DEBUG" "--log-file=/home2/rclone/log.txt"]
Usage:
rclone [flags]
rclone [command]

Available Commands:
about Get quota information from the remote.
authorize Remote authorization.
backend Run a backend specific command.
cat Concatenates any files and sends them to stdout.
check Checks the files in the source and destination match.
cleanup Clean up the remote if possible.
config Enter an interactive configuration session.
copy Copy files from source to dest, skipping already copied.
copyto Copy files from source to dest, skipping already copied.
copyurl Copy url content to dest.
cryptcheck Cryptcheck checks the integrity of a crypted remote.
cryptdecode Cryptdecode returns unencrypted file names.
dedupe Interactively find duplicate filenames and delete/rename them.
delete Remove the contents of path.
deletefile Remove a single file from remote.
genautocomplete Output completion script for a given shell.
gendocs Output markdown docs for rclone to the directory supplied.
hashsum Produces a hashsum file for all the objects in the path.
help Show help for rclone commands, flags and backends.
link Generate public link to file/folder.
listremotes List all the remotes in the config file.
ls List the objects in the path with size and path.
lsd List all directories/containers/buckets in the path.
lsf List directories and objects in remote:path formatted for parsing.
lsjson List directories and objects in the path in JSON format.
lsl List the objects in path with modification time, size and path.
md5sum Produces an md5sum file for all the objects in the path.
mkdir Make the path if it doesn't already exist.
mount Mount the remote as file system on a mountpoint.
move Move files from source to dest.
moveto Move file or directory from source to dest.
ncdu Explore a remote with a text based user interface.
obscure Obscure password for use in the rclone config file.
purge Remove the path and all of its contents.
rc Run a command against a running rclone.
rcat Copies standard input to file on remote.
rcd Run rclone listening to remote control commands only.
rmdir Remove the path if empty.
rmdirs Remove empty directories under the path.
serve Serve a remote over a protocol.
settier Changes storage class/tier of objects in remote.
sha1sum Produces an sha1sum file for all the objects in the path.
size Prints the total size and number of objects in remote:path.
sync Make source and dest identical, modifying destination only.
touch Create new file or change file modification time.
tree List the contents of the remote in a tree like fashion.
version Show the version number.

Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
2021/04/15 16:54:52 DEBUG : rclone: Version "v1.53.4" starting with parameters ["rclone" "--log-level" "DEBUG" "--log-file=/home2/rclone/log.txt"]
Usage:
rclone [flags]
rclone [command]

Available Commands:
about Get quota information from the remote.
authorize Remote authorization.
backend Run a backend specific command.
cat Concatenates any files and sends them to stdout.
check Checks the files in the source and destination match.
cleanup Clean up the remote if possible.
config Enter an interactive configuration session.
copy Copy files from source to dest, skipping already copied.
copyto Copy files from source to dest, skipping already copied.
copyurl Copy url content to dest.
cryptcheck Cryptcheck checks the integrity of a crypted remote.
cryptdecode Cryptdecode returns unencrypted file names.
dedupe Interactively find duplicate filenames and delete/rename them.
delete Remove the contents of path.
deletefile Remove a single file from remote.
genautocomplete Output completion script for a given shell.
gendocs Output markdown docs for rclone to the directory supplied.
hashsum Produces a hashsum file for all the objects in the path.
help Show help for rclone commands, flags and backends.
link Generate public link to file/folder.
listremotes List all the remotes in the config file.
ls List the objects in the path with size and path.
lsd List all directories/containers/buckets in the path.
lsf List directories and objects in remote:path formatted for parsing.
lsjson List directories and objects in the path in JSON format.
lsl List the objects in path with modification time, size and path.
md5sum Produces an md5sum file for all the objects in the path.
mkdir Make the path if it doesn't already exist.
mount Mount the remote as file system on a mountpoint.
move Move files from source to dest.
moveto Move file or directory from source to dest.
ncdu Explore a remote with a text based user interface.
obscure Obscure password for use in the rclone config file.
purge Remove the path and all of its contents.
rc Run a command against a running rclone.
rcat Copies standard input to file on remote.
rcd Run rclone listening to remote control commands only.
rmdir Remove the path if empty.
rmdirs Remove empty directories under the path.
serve Serve a remote over a protocol.
settier Changes storage class/tier of objects in remote.
sha1sum Produces an sha1sum file for all the objects in the path.
size Prints the total size and number of objects in remote:path.
sync Make source and dest identical, modifying destination only.
touch Create new file or change file modification time.
tree List the contents of the remote in a tree like fashion.
version Show the version number.

Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.

you need to add this to your existing command --log-level=DEBUG --log-file=/home2/rclone/log.txt

2021/04/15 17:11:31 DEBUG : rclone: Version "v1.53.4" starting with parameters ["rclone" "mount" "--vfs-cache-max-size" "10G" "--vfs-cache-mode" "full" "--allow-other" "LMES - FI - Management-Planning:/Ficheros_Carga/Comercio" "/mnt/Comercio" "--log-level" "DEBUG" "--log-file=/home2/rclone/log.txt"]
2021/04/15 17:11:31 DEBUG : Creating backend with remote "LMES - FI - Management-Planning:/Ficheros_Carga/Comercio"
2021/04/15 17:11:31 DEBUG : Using config file from "/usr/local/lm/tools/rclone/config_file/rclone.conf"
2021/04/15 17:11:32 DEBUG : fs cache: renaming cache item "LMES - FI - Management-Planning:/Ficheros_Carga/Comercio" to be canonical "LMES - FI - Management-Planning:Ficheros_Carga/Comercio"
2021/04/15 17:11:32 DEBUG : vfs cache: root is "/root/.cache/rclone/vfs/LMES - FI - Management-Planning/Ficheros_Carga/Comercio"
2021/04/15 17:11:32 DEBUG : vfs cache: metadata root is "/root/.cache/rclone/vfs/LMES - FI - Management-Planning/Ficheros_Carga/Comercio"
2021/04/15 17:11:32 DEBUG : Creating backend with remote "/root/.cache/rclone/vfs/LMES - FI - Management-Planning/Ficheros_Carga/Comercio"
2021/04/15 17:11:32 DEBUG : Google drive root 'Ficheros_Carga/Comercio': Mounting on "/mnt/Comercio"
2021/04/15 17:11:32 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item espacio.txt not removed, freed 0 bytes
2021/04/15 17:11:32 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item problemaBO3.txt not removed, freed 0 bytes
2021/04/15 17:11:32 INFO : vfs cache: cleaned: objects 2 (was 2) in use 0, to upload 0, uploading 0, total size 43.900M (was 43.900M)
2021/04/15 17:11:32 DEBUG : : Root:
2021/04/15 17:11:32 DEBUG : : >Root: node=/, err=
2021/04/15 17:11:44 INFO : Signal received: interrupt
2021/04/15 17:11:44 DEBUG : vfs cache: cleaner exiting
2021/04/15 17:11:44 INFO : Exiting...
2021/04/15 17:11:53 DEBUG : rclone: Version "v1.53.4" starting with parameters ["rclone" "mount" "--vfs-cache-max-size" "10G" "--vfs-cache-mode" "full" "--allow-other" "LMES - FI - Management-Planning:/Ficheros_Carga/Comercio" "/mnt/Comercio" "--log-level" "DEBUG" "--log-file=/home2/rclone/log.txt"]
2021/04/15 17:11:53 DEBUG : Creating backend with remote "LMES - FI - Management-Planning:/Ficheros_Carga/Comercio"
2021/04/15 17:11:53 DEBUG : Using config file from "/usr/local/lm/tools/rclone/config_file/rclone.conf"
2021/04/15 17:11:54 DEBUG : fs cache: renaming cache item "LMES - FI - Management-Planning:/Ficheros_Carga/Comercio" to be canonical "LMES - FI - Management-Planning:Ficheros_Carga/Comercio"
2021/04/15 17:11:54 DEBUG : vfs cache: root is "/root/.cache/rclone/vfs/LMES - FI - Management-Planning/Ficheros_Carga/Comercio"
2021/04/15 17:11:54 DEBUG : vfs cache: metadata root is "/root/.cache/rclone/vfs/LMES - FI - Management-Planning/Ficheros_Carga/Comercio"
2021/04/15 17:11:54 DEBUG : Creating backend with remote "/root/.cache/rclone/vfs/LMES - FI - Management-Planning/Ficheros_Carga/Comercio"
2021/04/15 17:11:54 DEBUG : Google drive root 'Ficheros_Carga/Comercio': Mounting on "/mnt/Comercio"
2021/04/15 17:11:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item problemaBO3.txt not removed, freed 0 bytes
2021/04/15 17:11:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item espacio.txt not removed, freed 0 bytes
2021/04/15 17:11:54 INFO : vfs cache: cleaned: objects 2 (was 2) in use 0, to upload 0, uploading 0, total size 43.900M (was 43.900M)
2021/04/15 17:11:54 DEBUG : : Root:
2021/04/15 17:11:54 DEBUG : : >Root: node=/, err=
2021/04/15 17:11:55 DEBUG : : Statfs:
2021/04/15 17:11:55 DEBUG : Google drive root 'Ficheros_Carga/Comercio': read info from team drive "LMES - FI - Management-Planning"
2021/04/15 17:11:55 DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2021/04/15 17:12:49 DEBUG : /: Attr:
2021/04/15 17:12:49 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=COMERCIO1909051000.txt, err=
2021/04/15 17:12:52 DEBUG : COMERCIO1909051000.txt: Attr:
2021/04/15 17:12:52 DEBUG : COMERCIO1909051000.txt: >Attr: a=valid=1s ino=0 size=4752265 mode=-rw-r--r--, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="COMERCIO1909051200.txt"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=COMERCIO1909051200.txt, err=
2021/04/15 17:12:52 DEBUG : COMERCIO1909051200.txt: Attr:
2021/04/15 17:12:52 DEBUG : COMERCIO1909051200.txt: >Attr: a=valid=1s ino=0 size=4752265 mode=-rw-r--r--, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="COMERCIO1909061000.txt"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=COMERCIO1909061000.txt, err=
2021/04/15 17:12:52 DEBUG : COMERCIO1909061000.txt: Attr:
2021/04/15 17:12:52 DEBUG : COMERCIO1909061000.txt: >Attr: a=valid=1s ino=0 size=4757280 mode=-rw-r--r--, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="COMERCIO1909061200.txt"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=COMERCIO1909061200.txt, err=
2021/04/15 17:12:52 DEBUG : COMERCIO1909061200.txt: Attr:
2021/04/15 17:12:52 DEBUG : COMERCIO1909061200.txt: >Attr: a=valid=1s ino=0 size=4757280 mode=-rw-r--r--, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="COMERCIO1909071000.txt"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=COMERCIO1909071000.txt, err=
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=COMERCIO1909051000.txt, err=
2021/04/15 17:12:52 DEBUG : COMERCIO1909051000.txt: Attr:
2021/04/15 17:12:52 DEBUG : COMERCIO1909051000.txt: >Attr: a=valid=1s ino=0 size=4752265 mode=-rw-r--r--, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="COMERCIO1909051200.txt"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=COMERCIO1909051200.txt, err=
2021/04/15 17:12:52 DEBUG : COMERCIO1909051200.txt: Attr:
2021/04/15 17:12:52 DEBUG : COMERCIO1909051200.txt: >Attr: a=valid=1s ino=0 size=4752265 mode=-rw-r--r--, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="COMERCIO1909061000.txt"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=COMERCIO1909061000.txt, err=
2021/04/15 17:12:52 DEBUG : COMERCIO1909061000.txt: Attr:
2021/04/15 17:12:52 DEBUG : COMERCIO1909061000.txt: >Attr: a=valid=1s ino=0 size=4757280 mode=-rw-r--r--, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="COMERCIO1909061200.txt"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=COMERCIO1909061200.txt, err=
2021/04/15 17:12:52 DEBUG : COMERCIO1909061200.txt: Attr:
2021/04/15 17:12:52 DEBUG : COMERCIO1909061200.txt: >Attr: a=valid=1s ino=0 size=4757280 mode=-rw-r--r--, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="COMERCIO1909071000.txt"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=COMERCIO1909071000.txt, err=
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=Cargados 2018/, err=
2021/04/15 17:12:52 DEBUG : Cargados 2018/: Attr:
2021/04/15 17:12:52 DEBUG : Cargados 2018/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="Comprobación Históricos - CENTRAL DE COMPRAS"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=Comprobación Históricos - CENTRAL DE COMPRAS/, err=
2021/04/15 17:12:52 DEBUG : Comprobación Históricos - CENTRAL DE COMPRAS/: Attr:
2021/04/15 17:12:52 DEBUG : Comprobación Históricos - CENTRAL DE COMPRAS/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="Comprobación Históricos - LOGÍSTICA"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=Comprobación Históricos - LOGÍSTICA/, err=
2021/04/15 17:12:52 DEBUG : Comprobación Históricos - LOGÍSTICA/: Attr:
2021/04/15 17:12:52 DEBUG : Comprobación Históricos - LOGÍSTICA/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="Comprobación Históricos - TIENDAS"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=Comprobación Históricos - TIENDAS/, err=
2021/04/15 17:12:52 DEBUG : Comprobación Históricos - TIENDAS/: Attr:
2021/04/15 17:12:52 DEBUG : Comprobación Históricos - TIENDAS/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="Copia para Comparar"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=Copia para Comparar/, err=
2021/04/15 17:12:52 DEBUG : Copia para Comparar/: Attr:
2021/04/15 17:12:52 DEBUG : Copia para Comparar/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="Errores carga Negocio Dic 18.docx"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=Errores carga Negocio Dic 18.docx, err=
2021/04/15 17:12:52 DEBUG : Errores carga Negocio Dic 18.docx: Attr:
2021/04/15 17:12:52 DEBUG : Errores carga Negocio Dic 18.docx: >Attr: a=valid=1s ino=0 size=135319 mode=-rw-r--r--, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="Obsoleto"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=Obsoleto/, err=
2021/04/15 17:12:52 DEBUG : Obsoleto/: Attr:
2021/04/15 17:12:52 DEBUG : Obsoleto/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="PRUEBAS 15072014"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=PRUEBAS 15072014/, err=
2021/04/15 17:12:52 DEBUG : PRUEBAS 15072014/: Attr:
2021/04/15 17:12:52 DEBUG : PRUEBAS 15072014/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="Tiendas Obj 15"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=Tiendas Obj 15/, err=
2021/04/15 17:12:52 DEBUG : Tiendas Obj 15/: Attr:
2021/04/15 17:12:52 DEBUG : Tiendas Obj 15/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="_Cambio Nomenclatura 2015 - Febrero 2016"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=_Cambio Nomenclatura 2015 - Febrero 2016/, err=
2021/04/15 17:12:52 DEBUG : _Cambio Nomenclatura 2015 - Febrero 2016/: Attr:
2021/04/15 17:12:52 DEBUG : _Cambio Nomenclatura 2015 - Febrero 2016/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="_Cambio Nomenclatura 2015 - Septiembre 2015"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=_Cambio Nomenclatura 2015 - Septiembre 2015/, err=
2021/04/15 17:12:52 DEBUG : _Cambio Nomenclatura 2015 - Septiembre 2015/: Attr:
2021/04/15 17:12:52 DEBUG : _Cambio Nomenclatura 2015 - Septiembre 2015/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="_Cambio Nomenclatura 2016 - Noviembre 2016"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=_Cambio Nomenclatura 2016 - Noviembre 2016/, err=
2021/04/15 17:12:52 DEBUG : _Cambio Nomenclatura 2016 - Noviembre 2016/: Attr:
2021/04/15 17:12:52 DEBUG : _Cambio Nomenclatura 2016 - Noviembre 2016/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="agosto"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=agosto/, err=
2021/04/15 17:12:52 DEBUG : agosto/: Attr:
2021/04/15 17:12:52 DEBUG : agosto/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="problemaBO3.txt"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=problemaBO3.txt, err=
2021/04/15 17:12:52 DEBUG : problemaBO3.txt: Attr:
2021/04/15 17:12:52 DEBUG : problemaBO3.txt: >Attr: a=valid=1s ino=0 size=46024785 mode=-rw-r--r--, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="test.log"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=test.log, err=
2021/04/15 17:12:52 DEBUG : test.log: Attr:
2021/04/15 17:12:52 DEBUG : test.log: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=
2021/04/15 17:12:52 DEBUG : /: Lookup: name="x. Por Canales"
2021/04/15 17:12:52 DEBUG : /: >Lookup: node=x. Por Canales/, err=
2021/04/15 17:12:52 DEBUG : x. Por Canales/: Attr:
2021/04/15 17:12:52 DEBUG : x. Por Canales/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:12:54 DEBUG : Google drive root 'Ficheros_Carga/Comercio': Checking for changes on remote
2021/04/15 17:12:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item espacio.txt not removed, freed 0 bytes
2021/04/15 17:12:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item problemaBO3.txt not removed, freed 0 bytes
2021/04/15 17:12:54 INFO : vfs cache: cleaned: objects 2 (was 2) in use 0, to upload 0, uploading 0, total size 43.900M (was 43.900M)
2021/04/15 17:13:43 DEBUG : /: Attr:
2021/04/15 17:13:43 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:44 DEBUG : /: Lookup: name="extractTickets.sh"
2021/04/15 17:13:44 DEBUG : /: >Lookup: node=, err=no such file or directory
2021/04/15 17:13:44 DEBUG : /: Lookup: name="extractTickets.sh"
2021/04/15 17:13:44 DEBUG : /: >Lookup: node=, err=no such file or directory
2021/04/15 17:13:44 DEBUG : /: Create: name="extractTickets.sh"
2021/04/15 17:13:44 DEBUG : extractTickets.sh: Open: flags=O_WRONLY|O_CREATE|O_EXCL
2021/04/15 17:13:44 DEBUG : extractTickets.sh: newRWFileHandle:
2021/04/15 17:13:44 DEBUG : extractTickets.sh(0xc0009ba880): openPending:
2021/04/15 17:13:44 DEBUG : extractTickets.sh: vfs cache: truncate to size=0
2021/04/15 17:13:44 DEBUG : : Added virtual directory entry vAdd: "extractTickets.sh"
2021/04/15 17:13:44 DEBUG : extractTickets.sh(0xc0009ba880): >openPending: err=
2021/04/15 17:13:44 DEBUG : extractTickets.sh: >newRWFileHandle: err=
2021/04/15 17:13:44 DEBUG : : Added virtual directory entry vAdd: "extractTickets.sh"
2021/04/15 17:13:44 DEBUG : extractTickets.sh: >Open: fd=extractTickets.sh (rw), err=
2021/04/15 17:13:44 DEBUG : /: >Create: node=extractTickets.sh, handle=&{extractTickets.sh (rw)}, err=
2021/04/15 17:13:44 DEBUG : extractTickets.sh: Attr:
2021/04/15 17:13:44 DEBUG : extractTickets.sh: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=
2021/04/15 17:13:44 DEBUG : &{extractTickets.sh (rw)}: Write: len=1634, offset=0
2021/04/15 17:13:44 DEBUG : extractTickets.sh(0xc0009ba880): _writeAt: size=1634, off=0
2021/04/15 17:13:44 DEBUG : extractTickets.sh(0xc0009ba880): >_writeAt: n=1634, err=
2021/04/15 17:13:44 DEBUG : &{extractTickets.sh (rw)}: >Write: written=1634, err=
2021/04/15 17:13:44 DEBUG : &{extractTickets.sh (rw)}: Flush:
2021/04/15 17:13:44 DEBUG : extractTickets.sh(0xc0009ba880): RWFileHandle.Flush
2021/04/15 17:13:44 DEBUG : &{extractTickets.sh (rw)}: >Flush: err=
2021/04/15 17:13:44 DEBUG : &{extractTickets.sh (rw)}: Release:
2021/04/15 17:13:44 DEBUG : extractTickets.sh(0xc0009ba880): RWFileHandle.Release
2021/04/15 17:13:44 DEBUG : extractTickets.sh(0xc0009ba880): close:
2021/04/15 17:13:44 DEBUG : extractTickets.sh: vfs cache: setting modification time to 2021-04-15 17:13:44.502748386 +0200 CEST m=+110.771418817
2021/04/15 17:13:44 INFO : extractTickets.sh: vfs cache: queuing for upload in 5s
2021/04/15 17:13:44 DEBUG : extractTickets.sh(0xc0009ba880): >close: err=
2021/04/15 17:13:44 DEBUG : &{extractTickets.sh (rw)}: >Release: err=
2021/04/15 17:13:49 DEBUG : extractTickets.sh: vfs cache: starting upload
2021/04/15 17:13:50 DEBUG : /: Attr:
2021/04/15 17:13:50 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Attr:
2021/04/15 17:13:51 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: ReadDirAll:
2021/04/15 17:13:51 DEBUG : /: >ReadDirAll: item=207, err=
2021/04/15 17:13:51 DEBUG : /: Attr:
2021/04/15 17:13:51 DEBUG : /: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="Anual"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=Anual/, err=
2021/04/15 17:13:51 DEBUG : Anual/: Attr:
2021/04/15 17:13:51 DEBUG : Anual/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="Anual.zip"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=Anual.zip, err=
2021/04/15 17:13:51 DEBUG : Anual.zip: Attr:
2021/04/15 17:13:51 DEBUG : Anual.zip: >Attr: a=valid=1s ino=0 size=13644389 mode=-rw-r--r--, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="BKP 280814"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=BKP 280814/, err=
2021/04/15 17:13:51 DEBUG : BKP 280814/: Attr:
2021/04/15 17:13:51 DEBUG : BKP 280814/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="BOXI Ficheros historicos 2013"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=BOXI Ficheros historicos 2013/, err=
2021/04/15 17:13:51 DEBUG : BOXI Ficheros historicos 2013/: Attr:
2021/04/15 17:13:51 DEBUG : BOXI Ficheros historicos 2013/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="BOXI Ficheros historicos 2014"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=BOXI Ficheros historicos 2014/, err=
2021/04/15 17:13:51 DEBUG : BOXI Ficheros historicos 2014/: Attr:
2021/04/15 17:13:51 DEBUG : BOXI Ficheros historicos 2014/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="BOXI Ficheros historicos 2015"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=BOXI Ficheros historicos 2015/, err=
2021/04/15 17:13:51 DEBUG : BOXI Ficheros historicos 2015/: Attr:
2021/04/15 17:13:51 DEBUG : BOXI Ficheros historicos 2015/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="COMERCIO1812.txt"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=COMERCIO1812.txt, err=
2021/04/15 17:13:51 DEBUG : COMERCIO1812.txt: Attr:
2021/04/15 17:13:51 DEBUG : COMERCIO1812.txt: >Attr: a=valid=1s ino=0 size=3419871 mode=-rw-r--r--, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="COMERCIO1812021000.txt"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=COMERCIO1812021000.txt, err=
2021/04/15 17:13:51 DEBUG : COMERCIO1812021000.txt: Attr:
2021/04/15 17:13:51 DEBUG : COMERCIO1812021000.txt: >Attr: a=valid=1s ino=0 size=3410116 mode=-rw-r--r--, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="COMERCIO1812021200.txt"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=COMERCIO1812021200.txt, err=
2021/04/15 17:13:51 DEBUG : COMERCIO1812021200.txt: Attr:
2021/04/15 17:13:51 DEBUG : COMERCIO1812021200.txt: >Attr: a=valid=1s ino=0 size=3410116 mode=-rw-r--r--, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="COMERCIO1812031000.txt"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=COMERCIO1812031000.txt, err=
2021/04/15 17:13:51 DEBUG : COMERCIO1812031000.txt: Attr:
2021/04/15 17:13:51 DEBUG : COMERCIO1812031000.txt: >Attr: a=valid=1s ino=0 size=3410408 mode=-rw-r--r--, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="COMERCIO1812031200.txt"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=COMERCIO1812031200.txt, err=
2021/04/15 17:13:51 DEBUG : COMERCIO1812031200.txt: Attr:
2021/04/15 17:13:51 DEBUG : COMERCIO1812031200.txt: >Attr: a=valid=1s ino=0 size=3410408 mode=-rw-r--r--, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="COMERCIO1812041000.txt"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=COMERCIO1812041000.txt, err=
2021/04/15 17:13:51 DEBUG : COMERCIO1812041000.txt: Attr:
2021/04/15 17:13:51 DEBUG : COMERCIO1812041000.txt: >Attr: a=valid=1s ino=0 size=3415750 mode=-rw-r--r--, err=

021/04/15 17:13:51 DEBUG : Cargados 2018/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="Comprobación Históricos - CENTRAL DE COMPRAS"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=Comprobación Históricos - CENTRAL DE COMPRAS/, err=
2021/04/15 17:13:51 DEBUG : Comprobación Históricos - CENTRAL DE COMPRAS/: Attr:
2021/04/15 17:13:51 DEBUG : Comprobación Históricos - CENTRAL DE COMPRAS/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="Comprobación Históricos - LOGÍSTICA"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=Comprobación Históricos - LOGÍSTICA/, err=
2021/04/15 17:13:51 DEBUG : Comprobación Históricos - LOGÍSTICA/: Attr:
2021/04/15 17:13:51 DEBUG : Comprobación Históricos - LOGÍSTICA/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="Comprobación Históricos - TIENDAS"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=Comprobación Históricos - TIENDAS/, err=
2021/04/15 17:13:51 DEBUG : Comprobación Históricos - TIENDAS/: Attr:
2021/04/15 17:13:51 DEBUG : Comprobación Históricos - TIENDAS/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="Copia para Comparar"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=Copia para Comparar/, err=
2021/04/15 17:13:51 DEBUG : Copia para Comparar/: Attr:
2021/04/15 17:13:51 DEBUG : Copia para Comparar/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="Errores carga Negocio Dic 18.docx"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=Errores carga Negocio Dic 18.docx, err=
2021/04/15 17:13:51 DEBUG : Errores carga Negocio Dic 18.docx: Attr:
2021/04/15 17:13:51 DEBUG : Errores carga Negocio Dic 18.docx: >Attr: a=valid=1s ino=0 size=135319 mode=-rw-r--r--, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="Obsoleto"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=Obsoleto/, err=
2021/04/15 17:13:51 DEBUG : Obsoleto/: Attr:
2021/04/15 17:13:51 DEBUG : Obsoleto/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="PRUEBAS 15072014"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=PRUEBAS 15072014/, err=
2021/04/15 17:13:51 DEBUG : PRUEBAS 15072014/: Attr:
2021/04/15 17:13:51 DEBUG : PRUEBAS 15072014/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="Tiendas Obj 15"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=Tiendas Obj 15/, err=
2021/04/15 17:13:51 DEBUG : Tiendas Obj 15/: Attr:
2021/04/15 17:13:51 DEBUG : Tiendas Obj 15/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="_Cambio Nomenclatura 2015 - Febrero 2016"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=_Cambio Nomenclatura 2015 - Febrero 2016/, err=
2021/04/15 17:13:51 DEBUG : _Cambio Nomenclatura 2015 - Febrero 2016/: Attr:
2021/04/15 17:13:51 DEBUG : _Cambio Nomenclatura 2015 - Febrero 2016/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="_Cambio Nomenclatura 2015 - Septiembre 2015"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=_Cambio Nomenclatura 2015 - Septiembre 2015/, err=
2021/04/15 17:13:51 DEBUG : _Cambio Nomenclatura 2015 - Septiembre 2015/: Attr:
2021/04/15 17:13:51 DEBUG : _Cambio Nomenclatura 2015 - Septiembre 2015/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="_Cambio Nomenclatura 2016 - Noviembre 2016"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=_Cambio Nomenclatura 2016 - Noviembre 2016/, err=
2021/04/15 17:13:51 DEBUG : _Cambio Nomenclatura 2016 - Noviembre 2016/: Attr:
2021/04/15 17:13:51 DEBUG : _Cambio Nomenclatura 2016 - Noviembre 2016/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="agosto"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=agosto/, err=
2021/04/15 17:13:51 DEBUG : agosto/: Attr:
2021/04/15 17:13:51 DEBUG : agosto/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:51 DEBUG : extractTickets.sh: Attr:
2021/04/15 17:13:51 DEBUG : extractTickets.sh: >Attr: a=valid=1s ino=0 size=1634 mode=-rw-r--r--, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="problemaBO3.txt"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=problemaBO3.txt, err=
2021/04/15 17:13:51 DEBUG : problemaBO3.txt: Attr:
2021/04/15 17:13:51 DEBUG : problemaBO3.txt: >Attr: a=valid=1s ino=0 size=46024785 mode=-rw-r--r--, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="test.log"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=test.log, err=
2021/04/15 17:13:51 DEBUG : test.log: Attr:
2021/04/15 17:13:51 DEBUG : test.log: >Attr: a=valid=1s ino=0 size=0 mode=-rw-r--r--, err=
2021/04/15 17:13:51 DEBUG : /: Lookup: name="x. Por Canales"
2021/04/15 17:13:51 DEBUG : /: >Lookup: node=x. Por Canales/, err=
2021/04/15 17:13:51 DEBUG : x. Por Canales/: Attr:
2021/04/15 17:13:51 DEBUG : x. Por Canales/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2021/04/15 17:13:52 DEBUG : extractTickets.sh: MD5 = 8a4b23df829c142492f22e301808c919 OK
2021/04/15 17:13:52 INFO : extractTickets.sh: Copied (new)
2021/04/15 17:13:52 DEBUG : extractTickets.sh: vfs cache: fingerprint now "1634,2021-04-15 15:13:44.502 +0000 UTC,8a4b23df829c142492f22e301808c919"
2021/04/15 17:13:52 DEBUG : extractTickets.sh: vfs cache: writeback object to VFS layer
2021/04/15 17:13:52 DEBUG : : Added virtual directory entry vAdd: "extractTickets.sh"
2021/04/15 17:13:52 INFO : extractTickets.sh: vfs cache: upload succeeded try #1
2021/04/15 17:13:54 DEBUG : Google drive root 'Ficheros_Carga/Comercio': Checking for changes on remote
2021/04/15 17:13:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item espacio.txt not removed, freed 0 bytes
2021/04/15 17:13:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item problemaBO3.txt not removed, freed 0 bytes
2021/04/15 17:13:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item extractTickets.sh not removed, freed 0 bytes
2021/04/15 17:13:54 INFO : vfs cache: cleaned: objects 3 (was 3) in use 0, to upload 0, uploading 0, total size 43.902M (was 43.902M)
2021/04/15 17:13:56 DEBUG : : changeNotify: relativePath="extractTickets.sh", type=3
2021/04/15 17:13:56 DEBUG : : invalidating directory cache
2021/04/15 17:13:56 DEBUG : : >changeNotify:
2021/04/15 17:14:42 DEBUG : : Statfs:
2021/04/15 17:14:42 DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2021/04/15 17:14:45 DEBUG : : Statfs:
2021/04/15 17:14:45 DEBUG : : >Statfs: stat={Blocks:274877906944 Bfree:274877906944 Bavail:274877906944 Files:1000000000 Ffree:1000000000 Bsize:4096 Namelen:255 Frsize:4096}, err=
2021/04/15 17:14:54 DEBUG : Google drive root 'Ficheros_Carga/Comercio': Checking for changes on remote
2021/04/15 17:14:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item espacio.txt not removed, freed 0 bytes
2021/04/15 17:14:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item problemaBO3.txt not removed, freed 0 bytes
2021/04/15 17:14:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item extractTickets.sh not removed, freed 0 bytes
2021/04/15 17:14:54 INFO : vfs cache: cleaned: objects 3 (was 3) in use 0, to upload 0, uploading 0, total size 43.902M (was 43.902M)
2021/04/15 17:15:54 DEBUG : Google drive root 'Ficheros_Carga/Comercio': Checking for changes on remote
2021/04/15 17:15:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item espacio.txt not removed, freed 0 bytes
2021/04/15 17:15:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item problemaBO3.txt not removed, freed 0 bytes
2021/04/15 17:15:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item extractTickets.sh not removed, freed 0 bytes
2021/04/15 17:15:54 INFO : vfs cache: cleaned: objects 3 (was 3) in use 0, to upload 0, uploading 0, total size 43.902M (was 43.902M)
2021/04/15 17:16:54 DEBUG : Google drive root 'Ficheros_Carga/Comercio': Checking for changes on remote
2021/04/15 17:16:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item espacio.txt not removed, freed 0 bytes
2021/04/15 17:16:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item problemaBO3.txt not removed, freed 0 bytes
2021/04/15 17:16:54 DEBUG : vfs cache RemoveNotInUse (maxAge=3600000000000, emptyOnly=false): item extractTickets.sh not removed, freed 0 bytes
2021/04/15 17:16:54 INFO : vfs cache: cleaned: objects 3 (was 3) in use 0, to upload 0, uploading 0, total size 43.902M (was 43.902M)

hi

any info about my issue please¿?

many thanks

This still seems to be running the old version of rclone - can you try v1.55?

Hi Nick
Ok, i just installed the last rclone version, but when i try to mount the share drive that got error:
2021/04/15 15:51:49 Fatal error: failed to mount FUSE fs: kernel FUSE version is too old: 7.16 < 7.17

the OS of the server is: Red Hat Enterprise Linux Server release 6.7 (Santiago)
and the kernel is: 2.6.39-400.264.1.el6uek.x86_64
thanks

Ah...

Can you compile rclone from source? Follow the instructions here: Install

But instead of writing go build write go build -tags cmount - you'll need the libfuse dev headers for this to work.

The rclone that gets built will have a new mount command rclone cmount which works just like rclone mount - try that.

I try to compile rclone from source, but when i execute #go build -tags cmount that got this error:
/root/go/pkg/mod/github.com/billziss-gh/cgofuse@v1.5.0/fuse/host_cgo.go:116:18: error: fuse.h: No such file or directory
¿does normal??

You need to install the fuse development headers. This would be apt install libfuse-dev on Ubuntu. I don't know centos but I'm sure there is a similar package.

Hi Nick
i was looking for the libfuse dev headers for Centos, but i'am not able to find them, can someone help on that.

many thanks

Search for fuse-devel most likely and you should be able to find it.