Recent content by daves_nt_here

  1. D

    Unknown network traffic

    This was the answer I needed. I ran it about a minute before the 11th minute and found a VPN address being accessed. It was a remote server that grabs a single file off of one of the NAS servers for a remote backup. Totally forgot about that server. Funny thing is, the file that it's...
  2. D

    Unknown network traffic

    Something is running on one of my PVE nodes every hour, 11 minutes past the hour. I can see data going out from PVE 1 going to PVE 2 but I have no cronjobs set up for that time. PVE 2 was about to be decommissioned so everything's now shut down on it and that's how I noticed this little spike...
  3. D

    Syncing ZFS pools to another machine

    I have 2 machines. (all lxc's [apache web server, SQL server and samba server]) Once the 1st machine was all setup and running, I made backups and recovered them on the 2nd machine. 2nd machine is a backup that is not set to autostart. Only if I start the containers. It's not mission critical...
  4. D

    Slow upload speed from node to node

    So, I have two Dell power edge R720's, both specked out identically. PVE-1 is running 7.4-16 PVE-2 is running 9.1.4 I'm moving the backups for the VMs from PVE1 to PVE2 using SSH rsync in preparation of wiping out PV-1 for updates. I'm going to recreate the LXC's from scratch on PVE-2 so I only...
  5. 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
  6. D

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

    After a good day of Googling, I found a reference to the interface file inside the LXC (/etc/network/interfaces) Looks like Proxmox will not clean up this file if you remove an interface from the network GUI tab. The container was attempting to renew my DHCP on all the interfaces listed inside...
  7. 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...
  8. D

    Poweredge T610 HDD light not on after sg-format.

    Figured it out after many hours of googling. SAS HDD Activity LED always on - Ready LED Meaning bit: https://www.hddoracle.com/viewtopic.php?p=279 And for anyone else who stumbles upon this post with the same issue, here are the steps I did to get the drive light back on. apt install -y...
  9. 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...
  10. D

    sg_format installation to remove type 2 protection on SAS drives.

    OMG! I think my brain was just too overwhelmed with google results to remember to remove the hyphens. I knew that but was just copy/pasting everything hoping something would stick. Got the app and started wiping the one of the 8-2tb disks. If it works, then I'll do the rest. Looks like it's...
  11. 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...
  12. 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?
  13. 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...
  14. 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...
  15. D

    pvesm share name with a space

    Thanks, the quotes worked. Although I used single quotes 'NWIC Drive' This was to accomplish adding the share to the Datacenter>Storage. It is showing on the list of drives in the left panel and passing through to the LXC as a mount point so I'm happy but the icon shows a grey question mark and...