Rclone mount error with files PSF from VMD/NAMD

Dear all,

I'm mount my opendrive cloud into linux, but I'm getting error open specific files from the scientific program VMD/NAMD (for biomolecular simulation):

error:Info) VMD for LINUXAMD64, version 1.9.4a57 (April 27, 2022)
Info) VMD - Visual Molecular Dynamics
Info) Email questions and bug reports to vmd@ks.uiuc.edu
Info) Please include this reference in published work using VMD:
Info) Humphrey, W., Dalke, A. and Schulten, K., `VMD - Visual
Info) Molecular Dynamics', J. Molec. Graphics 1996, 14.1, 33-38.
Info) -------------------------------------------------------------
Info) Multithreading available, 4 CPUs.
Info) CPU features: SSE2 SSE4.1 HT
Info) Free system memory: 8GB (70%)
Info) No CUDA accelerator devices available.
Info) OpenGL renderer: NV96
Info) Features: STENCIL MSAA(4) MDE CVA MTX NPOT PP PS GLSL(OVF)
Info) Full GLSL rendering mode is available.
Info) Textures: 2-D (8192x8192), 3-D (512x512x512), Multitexture (8)
Info) Dynamically loaded 3 plugins in directory:
Info) /usr/local/lib/vmd/plugins/LINUXAMD64/molfile
Info) File loading in progress, please wait.
ERROR) Could not read file 1aki.pdb
ERROR) Loading of startup molecule files aborted.
vmd > Info) VMD for LINUXAMD64, version 1.9.4a57 (April 27, 2022)
Info) Exiting normally.

my command is:
rclone mount --vfs-cache-mode full --daemon remote:/Umbrella /home/geo/opendrive

Please see what is needed for Help and Support post - I assume you posted it in Feature only by mistake.

Provide all info and then somebody will try to help.

BTW - your error messages or whatever it is have nothing to do with rclone. It comes from some software of yours.

fwiw, for debugging, best to not use --daemon else use a log file

add -vv to your command, for debug output

  • search for ERROR
  • post the top 30 lines