Search results

  1. P

    zfs 2.3.0

    Well, It's released today and it brings with it a lot of good features: RAIDZ Expansion (#15022): Add new devices to an existing RAIDZ pool, increasing storage capacity without downtime. Fast Dedup (#15896): A major performance upgrade to the original OpenZFS deduplication functionality...
  2. P

    .recycle folder

    Ah, I did found out this attribute earlier. But thanks for sharing it here. If anyone else have this problem they could see your answer.
  3. P

    Proxmox as a router?

    Though what I want is to use those other ports to connect other PCs ( ex. primary server, my main PC, my daughter's PC etc.. ). The devices should access to internet/LAN through these connections. That means proxmox should manage the connection to the internet. While OPNsense is for that...
  4. P

    Proxmox as a router?

    I thought I could share the first port ( where PVE gets its' IP ) with VM and give direct access to other 3 ports. These are "2.5 GbE" ports though I'm not sure of the performance yet. I'm still in build phase and making experiments with it. Though I'm sure every NIC has its' own PCIe interface...
  5. P

    Proxmox as a router?

    Ok, now I'm confused. This MB has 4 ports only. I'm not sure I could give all 4 ports on MB to OPNsense. Though from what I understand you want me to create bridges on PVE side, and share all 4 of these with OPNsense right? Also AFAIK the better solution is to give PCI devices of NICs directly...
  6. P

    Proxmox as a router?

    I have a N5105 motherboard with 4x2,5GbE. Now, I do have a PVE setup on a Xeon machine. I want to configure this as a mini/backup NAS with the router capability. So, the question is how do I use the additional ports on this motherboard for accessing the network? I don't want a very complex...
  7. P

    Using Both Ports on a Dual NIC Separate IPs

    I have a similar question... I also have a sever with 2 10 GbE interfaces. One of them is connected to the internet switch on 1GbE port. The ethernet controller on NAS are: "Intel Corporation Ethernet Controller 10G X550T" I want to use the other one to connect directly to my Windows computer...
  8. P

    lost all network connection to/from LXC containers...

    Hi, Yesterday I was fiddling with my dev environment and its' lxc containers. I was actually checking if it's possible to have two docker instances one in the host and another in the lxc container and have swarm.. I know pretty stupid thing to do though this is not a production machine so I...
  9. P

    Installing NVIDIA drivers gives error

    304.137 was suggested by NVIDIA when I selected Geforce GTX 7 series. Seems that was wrong. I successfully built with the version you suggested. Thanks.
  10. P

    Installing NVIDIA drivers gives error

    That's for new GPUs. The GPU I'm installing is GTX 780. The latest version supporting that GPU is 304.137
  11. P

    Installing NVIDIA drivers gives error

    The first post includes that file's contents.
  12. P

    Installing NVIDIA drivers gives error

    yes of course. they're already in the folder "/usr/src/linux-headers-5.15.35-3-pve" which is aliased to "/lib/modules/5.15.35-3-pve/build".
  13. P

    Installing NVIDIA drivers gives error

    Hi, I have an NVIDIA GPU installed on the system and I want to use it in Plex. First it gave me an error that "flex" is not found. After installing that package I got this error. My kernel version is the same. Linux pve-nas 5.15.35-3-pve #1 SMP PVE 5.15.35-6 (Fri, 17 Jun 2022 13:42:35 +0200)...
  14. P

    getting a lot of weird messages from docker LXC

    Hi, I have a docker LXC running as unprivileged container. I get a lot of messages in log like this: [600566.018422] docker0: port 4(veth5f21f1c) entered disabled state [600566.846753] docker0: port 4(veth5f21f1c) entered disabled state [600566.849602] device veth5f21f1c left promiscuous mode...
  15. P

    Getting daily SMART errors for a new HDD

    I'm not sure that these messages are reliable anymore.. Currently I get daily messages on /dev/sdk. Although I replaced this drive recently with a 12 TB disk. Checking the message, it clearly shows a past date but proxmox sends this message every day, like it's testing this every day. The...
  16. P

    Getting daily SMART errors for a new HDD

    Hi, I'm getting this error every day for a HDD I have: Device: /dev/sdt [SAT], Failed SMART usage Attribute: 5 Reallocated_Sector_Ct. Device info: WDC WD60EFRX-68L0BN1, S/N:WD-WXRBLABLABLA, WWN:etc.etc.etc.etc.etc..., FW:82.00A82, 6.00 TB When I check it with smartctl -t short /dev/sdt I got...
  17. P

    .recycle folder

    Hi, I just found ".recycle" folder under my ZFS datasets, and it seems it stored all deleted files there.. Is it a feature of ZFS? It seems it's counted towards total disk space, and I didn't see any automatic emptying job or something. Is it possible to turn off this feature?
  18. P

    Lost connection to my server

    I know that is a weird situation.. The thing is server is running and there are two lxc also running without a problem. I can see it has correct ip address.. But I cannot access to it via ssh or web interface. I know for sure that firewall is disabled ( checked pve-firewall ) and sshd and...
  19. P

    getting dumps ( page allocation failure)?

    I'm getting dumps like this in syslog: SysLog Here is some information that may help: CPU usage 2.51% of 8 CPU(s) IO delay 0.48% Load average 0.74,0.64,0.72 RAM usage 78.17% (49.01 GiB of 62.71 GiB) KSM sharing 0 B HD space(root) 8.11% (7.62 GiB of 93.99 GiB) SWAP usage 17.38% (1.39 GiB...
  20. P

    LXC bind mounting NFS mount and docker containers

    When you told me about startup delay I checked and found a solution that did it for me.. This thread explains how to delay starting up of containers and 30 seconds was enough for me to get over this hurdle.