Search results

  1. P

    /proc/sys/net/core in LXC priviledged container not populating everything from host

    Anyone else knows how to set it so it all appears on the guest as well?
  2. P

    /proc/sys/net/core in LXC priviledged container not populating everything from host

    Did you manage to find the solution to get everything in the container?
  3. P

    find zfs configuration

    I wanted recreate the exact pools (same naming etc) thats what I ment with configuration. However when the hosting provider went to replace the faulty drive they noticed that it was not plugged in properly. pfff. I have no idea how that can happen with a dedicated server running for some time...
  4. P

    find zfs configuration

    My server had some drive issues and was not functioning properly so I rebooted it but now it only shows 1 of the 2 drives. There were 2 pools on it but now 'zpool status' only shows 1 (a mirror-0 which is degraded, the other one was a raid0). How can I get the configuration of the pools so I can...
  5. P

    Proxmox keeps crashing/rebooting

    isn't dmesg showing the current contents of messages? That content I pasted above.
  6. P

    Proxmox keeps crashing/rebooting

    This is messages output: Oct 20 11:06:44 pve kernel: [ 10.283075] igb 0000:06:00.0 enp6s0: igb: enp6s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Oct 20 11:06:44 pve kernel: [ 10.390769] vmbr0: port 1(enp6s0) entered blocking state Oct 20 11:06:44 pve kernel: [ 10.390795]...
  7. P

    Proxmox keeps crashing/rebooting

    I had a crash on my desktop image that is running in a vm on proxmox. Since then it won't start anymore; a few seconds after starting it the host machine reboots. It is still running 6.4 so I thought maybe upgrading to 7 would solve it so I wanted to make backups but when I run vzdump it also...
  8. P

    [SOLVED] No swap in container

    Fixed: MiB Swap: 100000.0 total I updated just before posting. What are the odds.....
  9. P

    [SOLVED] No swap in container

    cat /proc/cmdline initrd=\EFI\proxmox\5.11.22-1-pve\initrd.img-5.11.22-1-pve root=ZFS=rpool/ROOT/pve-1 boot=zfs MemTotal: 131888292 kB MemFree: 93068856 kB MemAvailable: 92584932 kB Buffers: 392 kB Cached: 12957452 kB SwapCached: 0 kB Active...
  10. P

    [SOLVED] No swap in container

    Or is this a bug an do I need to create a ticket?
  11. P

    [SOLVED] No swap in container

    Do I have to activate something myself in that case? And if so do you know how to do that?
  12. P

    [SOLVED] No swap in container

    Yes. I have ZFS as storage but added a partition with swap on it on the 2nd drive: Device Start End Sectors Size Type /dev/nvme0n1p1 2048 268435456 268433409 128G Linux swap /dev/nvme0n1p2 268437504 3907029134 3638591631 1.7T Solaris /usr & Apple ZFS # swapon -s...
  13. P

    [SOLVED] No swap in container

    proxmox-ve: 7.0-2 (running kernel: 5.11.22-1-pve) pve-manager: 7.0-8 (running version: 7.0-8/b1dbf562) pve-kernel-5.11: 7.0-3 pve-kernel-helper: 7.0-3 pve-kernel-5.11.22-1-pve: 5.11.22-2 ceph-fuse: 15.2.13-pve1 corosync: 3.1.2-pve2 criu: 3.15-1+pve-1 glusterfs-client: 9.2-1 ifupdown2...
  14. P

    [SOLVED] No swap in container

    Hi, In the config file I have a swap entry: swap: 100000 But when checking top in the container I get: MiB Swap: 0.0 total There is also no entry in /etc/fstab in the container. I have added swap to the host via /etc/fstab: /dev/nvme0n1p1 none swap sw 0 0 which shows: # swapon...
  15. P

    ecryptfs mount in container

    Privileged seems to work, thank you. Not possible with unprivileged? I want it to work independent on the system on which it runs (proxmox container or bare metal) and I only want to encrypt a few config files.
  16. P

    ecryptfs mount in container

    How can I get ecryptfs to work in a container? I currently am trying these options: unprivileged: 1 features: keyctl=1,mount=ecryptfs;,nesting=1,fuse=1,mknod=1 But I get this output: # mount -t ecryptfs -o...
  17. P

    error login (ssh/console/gui)

    I already did a fsck in single user mode but that did not do anything. If I dd the drive to a new drive (if possible) might that solve it or would it 100% still contain the error?
  18. P

    error login (ssh/console/gui)

    Do you have a suggestion on how to check and fix that? If it is not fixable can it be replaced?
  19. P

    error login (ssh/console/gui)

    There is an issue but I am having a hard time debugging it. I cannot login on the console. When trying ssh I get: $ ssh root@192.168.100.250 -bash: /etc/profile: Input/output error -bash: /root/.profile: Input/output error Connection to 192.168.100.250 closed. The gui shell gives...