Search results

  1. S

    [SOLVED] Debian 10.X LXC systemctl problem

    I just tried that and am baffled. For some reason, this seemed to have fixed this. Do you have an idea why that is? It works with the same IPv6 configuration in Ubuntu and worked some time ago in Debian 10 as well, that’s why I’m so confused.
  2. S

    [SOLVED] Debian 10.X LXC systemctl problem

    Hi oguz, thanks for the reply. The output of pveversion -v: proxmox-ve: 6.3-1 (running kernel: 5.4.78-2-pve) pve-manager: 6.3-3 (running version: 6.3-3/eee5f901) pve-kernel-5.4: 6.3-3 pve-kernel-helper: 6.3-3 pve-kernel-5.3: 6.1-6 pve-kernel-5.0: 6.0-11 pve-kernel-5.4.78-2-pve: 5.4.78-2...
  3. S

    [SOLVED] Debian 10.X LXC systemctl problem

    Hello everyone, quiet some time ago i have encountered a very weird problem with Debian 10 LXC containers. Every time i create a new LXC container, systemctl commands do not seem to work very well. What i mean by that: systemctl restart ssh or nginx or whatever else does not give me any...
  4. S

    [SOLVED] backup Storage pool

    Ahhhh i see now several things just clicked into place thank you very much for your insight! how to back up VMs into the same storage pool should be really easy then as far as i've read the documentation. Thanks again!
  5. S

    [SOLVED] backup Storage pool

    Hey there, thanks for the reply! Somehow I haven't seen this option yet, thanks for pointing that out. If i understand that correctly, the command proxmox-backup-client backup HQ.pxar:/ --repository PBS_name:backup_store would then backup the archive HQ.pxar to the remote Proxmox backup...
  6. S

    [SOLVED] backup Storage pool

    Hello everyone, I tried to find information about this, but apparently my setup seems to be exotic in this aspect because no one else has done this. I have a small 2 node cluster and plan to add another node with PBS installed to back up all VMs and containers. But also: a whole storage pool...
  7. S

    Backup data storage pool

    Hello Wolfgang, thank you for your reply. Right now i don't have a backup server yet so i can not test this; therefore one more question: would the command pve-zsync create --source 192.168.1.1:/HQ/sharing --dest BKP/drop --verbose --maxsnap 4 --name replica_01 --limit 512 --skip then...
  8. S

    Backup data storage pool

    Hello everyone, I have a question regarding backups, that doesn't seem to be too common. I use proxmox at home on my own little server / in a 2-3 node cluster. Since the server is a home server, it houses quiet some files that i would like to back up one way or another. These files are stored...
  9. S

    How to organise drives (passthrough, snapraid, etc)

    Hello, Thanks for asking! In the end i decided for a different motherboard, but other than that, my experience with proxmox is great so far (I even recommended it to three of my friends and two of them now have their own instance running). As for file sharing, I made an Ubuntu LXC container...
  10. S

    Can not access proxmox web interface from second nic

    Hey, thanks for the reply! theoretically, would this config work (that's the config in the webview without applying, so I believe the lines with a "-" are being removed...)? --- /etc/network/interfaces 2020-01-30 18:25:33.272014411 +0100 +++ /etc/network/interfaces.new 2020-02-05...
  11. S

    Can not access proxmox web interface from second nic

    Hey everyone, i have a little "problem" with my setup. Initially i installed proxmox with two ethernet nics, one built into the motherboard and the other as extra pcie card. BUT: i only plugged one ethernet cable into the pcie ethernet port during the installation. So, right now i reach my web...
  12. S

    [SOLVED] Crontabs/cronjobs not working

    ok solved it: it was just me being stupid... in the crontab -e and/or in /etc/crontab, the fully qualified paths are required. say: /sbin/rtcwake and so on same goes with the LXC crontabs (ubuntu 19.04 template). Thats also confusing me, on an entirely different machine, i got snapraid to...
  13. S

    [SOLVED] Crontabs/cronjobs not working

    ah the damn journal... I'll check that later; thanks for the tip :D and I'll try the whole path to rtcwake too
  14. S

    [SOLVED] Crontabs/cronjobs not working

    yeah I know it's for Monday only (I have one for every day of the week). The task is not being executed and postfix is installed on the node, yet the /var/mail/ directory is empty :( any ideas?
  15. S

    [SOLVED] Crontabs/cronjobs not working

    thanks for the reply! the script is located in / so my crontab is 0 23 * * 1 /sleep. The way I understand it, the node this is located on, should then execute the script sleep in / at 11pm, where the content is #!/bin/sh rtcwake -m mem -l -s 28800 and I meant the mail in /var/mail. is...
  16. S

    [SOLVED] Crontabs/cronjobs not working

    Hello everyone, i am currently facing a problem where I have some entries in my crontab (crontab -e) and in /etc/crontab. These lines or commands work on their own when I execute them via the web shell, but cron just does not execute them. there is no mail in /var/mail and no other indication...
  17. S

    Proxmox ZFS mirror install with one disk initially?

    Thanks for your reply! i read that it‘s better to do that, but the path wasn’t given anywhere, so thanks for clarifying that ^^ do you maybe have an idea for the vfat error too? Is it harmful or can it be ignored? Or maybe could you just point me to an article that talks about this? I could...
  18. S

    Proxmox ZFS mirror install with one disk initially?

    Hello, I'm sorry to bring this thread back up too. Right now i am facing the same problem as you back then; and at the moment i'm trying to simulate the situation as it's going to be with 2-3 usb sticks. another breakdown: start with one drive, add another one later to make a mirror without...
  19. S

    How to organise drives (passthrough, snapraid, etc)

    Hey, thanks for the input! Actually, i think i'll be doing this, and let proxmox only handle the zfs pools. There really seem to be some decent lxc containers and i'll doker the rest like the downloader stuff. Do you know if i can start a mirror with the boot ssd later on too? i got a m.2 ssd...
  20. S

    How to organise drives (passthrough, snapraid, etc)

    Hi! Thanks and sorry for the late reply To conclude the drive dilemma, I think i'll let Proxmox handle the zfs pool and i just have to mangle myself through mirrors.... And buy a second 10tb :/ (poor wallet but maybe black friday has something in stock this year ^^) and to why not skip...