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

    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...
  3. 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...
  4. 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)...
  5. 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...
  6. 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...
  7. 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?
  8. 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...
  9. 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...
  10. P

    HDMI KVM switch ( over IP ) suggestion

    Well, I'm using my proxmox as a host to a macOS VM and because it's a big ass server which is also a NAS with around 100 TB storage space so it's staying away from my work room ( because of sound etc.. ) I set it up with PCI-E passthrough so it uses an Nvidia GT 710 as its' GPU ( which was my...
  11. P

    LXC bind mounting NFS mount and docker containers

    Hello, This weekend I finished configuring most of my personal server ( which is for development and fun so I don't care about security much ).. It was previously working as a nas server with Freenas and had rancher as docker host vm.. Although I wanted to have a full hypervisor with PCI-E...
  12. P

    [SOLVED] bind mount and unprivileged LXC

    Ok, I know this subject is talked about too much but while I did it successfully, that's not what I need.. my current config is as follows: 100.conf: . . . lxc.idmap: u 0 100000 1000 lxc.idmap: g 0 100000 1000 lxc.idmap: u 1000 1000 1 lxc.idmap: g 1000 1000 1 lxc.idmap: u 1001 101001 64535...