You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2022. It is now read-only.
I cannot get the console-client running in a Kubernetes pod, Ubuntu 20.04 image.
Getting the console-client compiled also needs some tweaking, see below, so any experience could help here.
My goal is a stand-alone Kubernetes container that logs in to pCloud, backups / mirrors data to local storage, and quits/"dies".
Issues I found (and will propably open as separate topics):
pCloud Login Error: The console-client works with US, not EU accounts, only.
Error: pcloudcc reports: fusermount: fuse device not found, try 'modprobe fuse' first
potential Solution: apt install -y linux-generic at least gets modprobe fuse running in bash.
Although the attached behaviour of the CLI does NOT change and pcloudcc does not succeed:
pcloudcc -u 'mymailadress@r.de' -p -m '/data/pcloud'
Please, enter password
Down: Everything Downloaded| Up: Everything Uploaded, status is LOGIN_REQUIRED
logging in
Down: Everything Downloaded| Up: Everything Uploaded, status is CONNECTING
fusermount: fuse device not found, try 'modprobe fuse' first
Down: Everything Downloaded| Up: Everything Uploaded, status is SCANNING
Down: Everything Downloaded| Up: Everything Uploaded, status is READY
fusermount: fuse device not found, try 'modprobe fuse' first
I cannot get the console-client running in a Kubernetes pod, Ubuntu 20.04 image.
Getting the console-client compiled also needs some tweaking, see below, so any experience could help here.
My goal is a stand-alone Kubernetes container that logs in to pCloud, backups / mirrors data to local storage, and quits/"dies".
Issues I found (and will propably open as separate topics):
pCloud Login Error: The console-client works with US, not EU accounts, only.
Error: pcloudcc reports:
lsb_release: not foundapt-get update && apt-get install -y lsb-release && apt-get clean allError: pcloudcc reports:
fusermount: fuse device not found, try 'modprobe fuse' firstapt install -y linux-genericat least getsmodprobe fuserunning in bash.