-
-
Save NorkzYT/14449b247dae9ac81ba4664564669299 to your computer and use it in GitHub Desktop.
No problem, I have revised the script with the change you requested. Thank you.
I will be changing the following line as well to use 10000
instead of 110000
:
https://github.com/NorkzYT/Wolflith/blob/b10bc7b4680bf240a1055ea7d7f36435107e6c15/Ansible/playbooks/provision-proxmox-lxc.yml#L145
Hi there for some reason not working with me, new to proxmox that is why Im using this, thanks btw, but even though it says complete it doesnt show. I tried it with the *arr that are in a lxc. Also type on line 34 read -sp "Enter SMB password: " smb_password && echo
the message im getting is mount error(16): Device or resource busy. Im trying to connect it to my synology rackstation so not sure what could be giving that error.
This works great, but I'm having an issue with sub folder permissions. Any existing folder in the share I cannot write to so I see errors in the web GUIs for the LXCs. If I create a folder in the root from the LXC, then it's writeable, so it's existing folders that are the issue.
This isn’t a script issue so not really a topic for this thread, it’s a permissions issue.
Checkout some chmod tutorials online, like this one: https://www.tomshardware.com/how-to/change-file-directory-permissions-linux
This isn’t a script issue so not really a topic for this thread, it’s a permissions issue. Checkout some chmod tutorials online, like this one: https://www.tomshardware.com/how-to/change-file-directory-permissions-linux
this script is supposed to fix the permissions issue with the LXCs. Hence why I asked.
Sounds like it could be a share host permission issue, unless you’re sharing directly from the proxmox host?
There's a bug, if you have snapshots saved of the LXC. The Mp0: isn't getting added to the "running" version, but instead to the saved snapshot.
Thanks for the script. Working great! On my version of proxmox I had to make one tiny modification and change from:
read -sp "Enter SMB password: " smb_password && echo
to read -p "Enter SMB password: " smb_password && echo
Great and useful script. Unfortunately I'm getting the error: Stale file handle when trying to open a txt file on my share.
Any ideas?
Edit:
Found the fix for my problem.
pvesm set --options noserverino
Thank you so much! All my attempts to achieve this on my own have been a waste of time with no success...
This is great - thank you.
I do think you need to revert to the original instructions in the first part of step 1 from the revision on March 7.
10000 in the LXC will map correctly to 110000 in the PVE
(mapping 110000 in the LXC will incorrectly map on the PVE)
When I made this change it’s working great on my tteck Jellyfin container.