rclone lxc no password file #1075

Closed
opened 2026-02-04 22:54:36 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @flatlinebb on GitHub (Jun 6, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

rclone

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/rclone.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

🚀 Rclone setup has been successfully initialized!
💡 Access it using the following URL:
🌐 http://192.168.0.170:3000
root@PVE1:# cat /rclone.creds
cat: /root/rclone.creds: No such file or directory
root@PVE1:
# htpasswd -b -B /opt/login.pwd newuser newuserpassword
-bash: htpasswd: command not found
root@PVE1:
#

🔄 Steps to reproduce the issue.

Run through the install. When it finishes, try to cat ~/rclone.creds. the creds file does not exists.

Paste the full error output (if available).

Setting up fuse3 (3.14.0-4) ...
⠦Setting up apache2-utils (2.4.62-1~deb12u2) ...
⠧Processing triggers for man-db (2.11.2-2) ...
⠦Processing triggers for libc-bin (2.36-9+deb12u10) ...
✔️ Installed Dependencies
⠸Archive: /tmp/tmp.PwRR2oifaz
⠼inflating: /opt/rclone/README.html
⠏inflating: /opt/rclone/rclone
inflating: /opt/rclone/README.txt
inflating: /opt/rclone/rclone.1
inflating: /opt/rclone/git-log.txt
⠋Adding password for user admin
✔️ Installed rclone
✔️ Created Service
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
⠼0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
✔️ Cleaned
✔️ Completed Successfully!

🚀 Rclone setup has been successfully initialized!
💡 Access it using the following URL:
🌐 http://192.168.0.170:3000
root@PVE1:# cat /rclone.creds
cat: /root/rclone.creds: No such file or directory
root@PVE1:
# htpasswd -b -B /opt/login.pwd newuser newuserpassword
-bash: htpasswd: command not found
root@PVE1:
#

🖼️ Additional context (optional).

No response

Originally created by @flatlinebb on GitHub (Jun 6, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? rclone ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/rclone.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. 🚀 Rclone setup has been successfully initialized! 💡 Access it using the following URL: 🌐 http://192.168.0.170:3000 root@PVE1:~# cat ~/rclone.creds cat: /root/rclone.creds: No such file or directory root@PVE1:~# htpasswd -b -B /opt/login.pwd newuser newuserpassword -bash: htpasswd: command not found root@PVE1:~# ### 🔄 Steps to reproduce the issue. Run through the install. When it finishes, try to cat ~/rclone.creds. the creds file does not exists. ### ❌ Paste the full error output (if available). Setting up fuse3 (3.14.0-4) ... ⠦Setting up apache2-utils (2.4.62-1~deb12u2) ... ⠧Processing triggers for man-db (2.11.2-2) ... ⠦Processing triggers for libc-bin (2.36-9+deb12u10) ... ✔️ Installed Dependencies ⠸Archive: /tmp/tmp.PwRR2oifaz ⠼inflating: /opt/rclone/README.html ⠏inflating: /opt/rclone/rclone inflating: /opt/rclone/README.txt inflating: /opt/rclone/rclone.1 inflating: /opt/rclone/git-log.txt ⠋Adding password for user admin ✔️ Installed rclone ✔️ Created Service Reading package lists... Done Building dependency tree... Done Reading state information... Done ⠼0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Done Building dependency tree... Done Reading state information... Done ✔️ Cleaned ✔️ Completed Successfully! 🚀 Rclone setup has been successfully initialized! 💡 Access it using the following URL: 🌐 http://192.168.0.170:3000 root@PVE1:~# cat ~/rclone.creds cat: /root/rclone.creds: No such file or directory root@PVE1:~# htpasswd -b -B /opt/login.pwd newuser newuserpassword -bash: htpasswd: command not found root@PVE1:~# ### 🖼️ Additional context (optional). _No response_
OVERLORD added the not a script issuenot planned labels 2026-02-04 22:54:36 +03:00
Author
Owner

@MickLesk commented on GitHub (Jun 6, 2025):

You need to cat in LXC, Not in Host..

@MickLesk commented on GitHub (Jun 6, 2025): You need to cat in LXC, Not in Host..
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1075