Search results

  1. D

    Pool size different? Overhead?

    Just wondering if I'm missing something or is the pool size difference just a overhead thing. Node>Disks>ZFS shows I have 64tb Node>Pool>Summery shows I have 45.37tb
  2. D

    Container loosing ip every 12hrs after removing 2nd eth adapter

    I had a container running Apache with 2 networks on it. I have since split up those containers up. Container 1 (original) - removed eth1 and kept eth0 Container 2 (cloned) - removed eth0 and renamed eth1 to eth0 keeping the eth1 mac address Since doing this, both containers loose ip every...
  3. D

    Poweredge T610 HDD light not on after sg-format.

    I bought 8 2tb drives off eBay, they had type 2 protection on them so I sg_format -v -F /dev/sdX and removed the protection on all the drives. They all show up in Proxmox and I can make a ZFS pool and write to the pool without any issues. During the sg-format of /dev/sdd, the power blinked out...
  4. D

    sg_format installation to remove type 2 protection on SAS drives.

    I've bought some SAS drives off ebay but they have type 2 protection on them. Doing some googling, it looks like I need sg_format to remove the protection but I can't figure out how to install sg_format. apt-get install -y sg3_utils does not want to work. (Unable to locate package) How do I get...
  5. D

    ntfy in a lxc works except for iOS devices

    Anyone running ntfy (A self hosted push notification app) Can't seem to get iOS to automatically receive push notifications. Manually pulling down to update works. Yes, I have added the [upstream-base-url: "https://ntfy.sh"] and added my base-url Does the container need to be privileged?
  6. D

    Proxmox 7 > 8 or fresh install of 8 with NVIDIA Tesla K20c

    I've tried a fresh install on 7.4 and installed the NVIDIA-Linux-x86_64-460.106.00.run nvidia-smi shows the GPU working well. I can spin up a lxc with Plex or folding at home and get GPU processing working. Upgrade to 8 or do a fresh install using the 460 drivers that NVIDIA recommends or 510...
  7. D

    pvesm cifs permissions

    I have a few shares setup now and I thought everything was working well until I tried to write to a share. I'm getting a permission denied. I've tried creating the vault folder in the LXC before adding in the mount point to the container too. pvesm add cifs vault --server 192.168.55.21 --share...
  8. D

    pvesm share name with a space

    So, I've got a space in my share name. Ya. I know. Not good ;( I can't change it now as their are over 50 computers connected to the server all mapped and probably hundreds of lines of code in various programs/settings/environments with that share name. How do I add this SMB share with the...
  9. D

    Removing specific mount from duplicate targets

    ├─/mnt/NWICDrive //192.168.55.20/NWIC Drive │ └─/mnt/NWICDrive //192.168.55.21/NWIC Drive I'm trying to remove the first line [192.168.55.20] but if I use "UNMOUNT /mnt/NWICDrive" which one will it kill off. Is there a way to specify which address it goes after?