Recent content by cvhideki

  1. C

    [SOLVED] failed to install snap into LXC: "Failed to send reload request: No such file or directory"

    Proxmox host, edit the config file at /etc/pve/lxc/<CTID>.conf #nano /etc/pve/lxc/<CTID>.conf features: mount=fuse,nesting=1 lxc.mount.entry: /dev/fuse dev/fuse none bind,create=file,optional lxc.mount.auto: cgroup:rw Next step open lxc container, install app, after switch off also can create...
  2. C

    "Storage <name> not online" error when try to add Hetzner Storage Box using CIFS to Proxmox VE (6.4-13)

    add log smbclient connection smbclient //uXXXXXX.your-storagebox.de/uXXXXX-sub1 --user uXXXXX-sub1 -d 5 cat /proc/fs/cifs/DebugData
  3. C

    "Storage <name> not online" error when try to add Hetzner Storage Box using CIFS to Proxmox VE (6.4-13)

    HSB support ver=3.11 mount mount.cifs //uXXXXXXX.your-storagebox.de/uXXXXXX-sub1 /data/HSB -o credentials=/etc/HSB,nounix,vers=2.0 --verbose mount.cifs kernel mount options: ip=78.47.*4.**,unc=\\uXXXXXX.your-storagebox.de\uXXXXX-sub1,nounix,vers=2.0,user=uXXXXXX-sub1,pass=******** mount error...
  4. C

    "Storage <name> not online" error when try to add Hetzner Storage Box using CIFS to Proxmox VE (6.4-13)

    After a long conversation with technical support Hetzner Storage Box (HSB) Team we found that my client (PVE) is trying to connect to HSB with smbclient to version SMB3_11 Using the smbclient directly negotiated SMB3_11 against the Storage Box. Please contact Proxmox Support for further...
  5. C

    "Storage <name> not online" error when try to add Hetzner Storage Box using CIFS to Proxmox VE (6.4-13)

    This is a very interesting question, I already described that none of the versions that can be in the list - Does not work this pvesm add cifs hetzner --smbversion 3 --server uXXXXX.your-storagebox.de --share uXXXXXX-sub1 --username uXXXXXX-sub1 --password mypw --smbversion default --smbversion...
  6. C

    "Storage <name> not online" error when try to add Hetzner Storage Box using CIFS to Proxmox VE (6.4-13)

    ok, where and what file can I change in proxmox itself so that the default smb versions is higher for connecting to CIFS?
  7. C

    "Storage <name> not online" error when try to add Hetzner Storage Box using CIFS to Proxmox VE (6.4-13)

    Why do you think so? ~/.ssh# smbclient //uXXXXXX.your-storagebox.de/uXXXXXX-sub1 -d 0 -m smb3.0 -U uXXXXXX-sub1 -c 'l' WARNING: Ignoring invalid value 'smb3.0' for parameter 'client max protocol' Enter WORKGROUP\uXXXXXX-sub1's password: . D 0 Mon Aug...
  8. C

    "Storage <name> not online" error when try to add Hetzner Storage Box using CIFS to Proxmox VE (6.4-13)

    Maybe 3.11 is too new. What about 3.0 or 2.1? root@pve:~/.ssh# pvesm add cifs hetzner --smbversion 3.0 --server uXXXXXX.your-storagebox.de --share uXXXXXX-sub1 --username uXXXXXX-sub1 --password mypw mount error: Server abruptly closed the connection. This can happen if the server does not...
  9. C

    "Storage <name> not online" error when try to add Hetzner Storage Box using CIFS to Proxmox VE (6.4-13)

    # smbclient -m smb3 -d 0 -L uXXXXXX.your-storagebox.de Enter WORKGROUP\root's password: Anonymous login successful tree connect failed: NT_STATUS_ACCESS_DENIED _________________________________________ # smbclient //uXXXXXX.your-storagebox.de/uXXXXXX-sub1 -m smb3 -d 0 '-L' Enter...
  10. C

    "Storage <name> not online" error when try to add Hetzner Storage Box using CIFS to Proxmox VE (6.4-13)

    when I checked smb versions to hetzner storage box, i use the command: smb3 # smbclient //uXXXXX.your-storagebox.de/uXXXXX-sub1 -d 0 -m smb3 -U uXXXXX-sub1 -c 'l' Enter WORKGROUP\uXXXXX-sub1's password: . D 0 Mon Aug 1 12:50:36 2022 ...
  11. C

    "Storage <name> not online" error when try to add Hetzner Storage Box using CIFS to Proxmox VE (6.4-13)

    previously unmount: umount -f -a -t cifs -l Yes, but have an errors: mount.cifs //uXXXXXX.your-storagebox.de/uXXXXXX-sub1 /data/HSB -o user=uXXXXXX-sub1,pass=mypassword --verbose mount error: Server abruptly closed the connection. This can happen if the server does not support the SMB version...
  12. C

    "Storage <name> not online" error when try to add Hetzner Storage Box using CIFS to Proxmox VE (6.4-13)

    I was try insert IP address, and domain name, same situation ping icmp_seq=3 ttl=58 time=28.8 ms When I add that line: mount.cifs //uXXXXXX.your-storagebox.de/uXXXXXX-sub1 /data/HSB -o user=uXXXXXX-sub1,pass=mypassword,vers=1.0 --verbose mount in folder /data/HSB like that post pveversion -v...
  13. C

    "Storage <name> not online" error when try to add Hetzner Storage Box using CIFS to Proxmox VE (6.4-13)

    Hi joge Hi I have the same problem with add Hetzner Storage Box via GUI create storage failed: mount error: Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) (500) dmesg CIFS: VFS: cifs_mount failed w/return code = -112