• 15 Posts
  • 30 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • I’m in agreement with this, it would massively help show the differences between charging prices at locations close together.

    For example, near to where I live is a Waitrose supermarket with Shell chargers, they’re priced at 90p per kWh, 100 metres up the road is a Tesla supercharger that’s priced at 46p per kWh at peak times. I often wonder why people are using the Shell chargers instead of the Tesla chargers!! (I am aware that not all EVs can use a Tesla supercharger, but if they’re charging up at a Shell rapid charger, i.e. using CCS2, then they can use a Tesla supercharger!)



















  • Hi, thanks for your reply.

    when I run mount -a -vvv I get the following:

    mount.nfs: timeout set for Tue Aug 8 16:14:10 2023

    mount.nfs: trying text-based options 'vers=4.2,addr=192.168.0.188,clientaddr=192.168.0.116' mount.nfs: mount(2): Permission denied

    mount.nfs: trying text-based options 'vers=4,minorversion=1,addr=192.168.0.188,clientaddr=192.168.0.116'

    mount.nfs: mount(2): Permission denied

    mount.nfs: trying text-based options 'vers=4,addr=192.168.0.188,clientaddr=192.168.0.116'

    mount.nfs: mount(2): Permission denied

    mount.nfs: trying text-based options 'addr=192.168.0.188'

    mount.nfs: prog 100003, trying vers=3, prot=6

    mount.nfs: trying 192.168.0.188 prog 100003 vers 3 prot TCP port 2049

    mount.nfs: prog 100005, trying vers=3, prot=17

    mount.nfs: trying 192.168.0.188 prog 100005 vers 3 prot UDP port 661

    mount.nfs: mount(2): Permission denied

    mount.nfs: access denied by server while mounting 192.168.0.188:/mnt/store/test-share


  • Hi, thanks for your reply.

    Lets call the original Proxmox container CT1 and this has the *arrs Dockers that can access and interact with the NFS share on TrueNAS

    Lets call the new Proxmox container CT2 and this is the one giving me the can’t access error

    Lets call the cloned Proxmox container CT1Clone, this one can access the NFS share.

    I think the NFS share is not restricted to any IP address, this is a screenshot of the NFS permissions. https://i.imgur.com/9k5jnw4.png I can also access if from my Windows machine that also has a different IP address.

    CT1 & CT1Clone work fine, CT2 doesn’t work.