-
Notifications
You must be signed in to change notification settings - Fork 0
UsefulCommands
jmalmsten edited this page Jul 15, 2026
·
1 revision
sudo systemctl status vopThis will show you if the service is running or why it failed to run
journalctl -u vop -fThis shows the running logs that surfaces all the things the VOP is doing and any error messages that doesn't come up in the GUI
sudo systemctl disable vopThis stops the vop from autostarting the service at boot.
Make it autostart by using enable instead.
# Stopping the vop daemon
sudo systemctl stop vop# Starting the daemon
sudo systemctl start vopIn order to reach into the VOP's file system to pull out full sized TIFFs and old ProRes or Workprints, I would recommend mounting the VOP folders to a PC through SSHFS
In Linux I use:
# Make sure the folder exists
mkdir -p /Documents/vop-mnt
# Mount the pi to that folder:
sshfs pi4-vop:/home/vop /Documents/vop-mntI do need to rerun the sshfs any time the Pi or the computer reboots.
Repo run by: https://jmalmsten.com