Search results

  1. L

    Samba share on host

    Hi, I am trying to configure Samba share on the host (failed within CT trying to share mount point, moved to host hoping it would resolve permissions issues), I have followed Debian instructions here, I can view the share remotely but I can't write to it. I have created "samba" user on the host...
  2. L

    Backup internal HDD - sleep mode

    I have installed an additional HDD (spinning platters) in my PVE host, it will be purely used to take weekly backups of VMs and CTs (which currently takes less than 10 minutes). Would it be possible to put the drive to sleep (and stop the platters spinning) for the remaining time of the week...
  3. L

    PVE Kernel change

    Hi, I've been using pve edge kernels for few years, but I would like to revert back to using Proxmox ones. Feels like it's a good time to do it now before upgrading to PVE 8. Is there a recommended way of switching between kernels (and stopping edge kernels to upgrade and force again?). Thanks...
  4. L

    pve-manager failed to update

    Hi, My pve-manager failed to update to the latest version this morning and now the service won't start, any thoughts? I can access the host via SSH, info below: apt update etc. Hit:1 http://security.debian.org/debian-security bullseye-security InRelease Hit:2 http://ftp.debian.org/debian...
  5. L

    Slow internet speed on pve but not on local network

    Hi, I've mentioned this on another post, but not exactly same issue so I've started this one here with more info troubleshooting notes. I'm getting slow internet speeds on my host, vm's and containers. Initially I thought it was to recent 6to7 upgrade with whole network (not just internet)...
  6. L

    rclone - additional storage

    Hi, Has anyone tried to do something like this? would that work? * mount google drive (rclone) to pve * add it to host's storage with 'Disk image' option, * add encrypted disk image to pve * mount encrypted image to a virtual machine/container Basically, in container to be seen as normal...
  7. L

    Backup to USB

    Hi, I am trying to move all my VMs to new PVE server. Easiest I thought would be backup to USB stick/drive and move to the new PVE server. I although have an issue mounting the USB drive correctly, not sure if the problem is with filesystem (tried formatting with NTFS, FAT, even tried from cli...
  8. L

    SMB share & CIFS, on boot problem

    Hi, Proxmox 6.1-3 I have smb share configured on one priviliged Debian 10 container which works fine on another priviliged Debian 10 container when mounting it manually (mount -t cifs). fstab file was configured and that also works when executed after boot up with #mount -a But the share...