Search results

  1. rhonda

    [SOLVED] Versand von E-Mails

    Kann es sein, dass die diese IP in /etc/hosts mit dem Namen eingetragen ist? Wie sieht die /etc/postfix/main.cf aus? Proxmox selbst konfiguriert in Bezug auf mail meines Wissens nach nichts, ich vermute daher, dass hier in der Konfiguration wo ein Problem auf dem System ist. Ist der MX-Eintrag...
  2. rhonda

    VirtIO or SCSI

    See 10.1. in our docs: "It is highly recommended to use the virtio devices whenever you can, as they provide a big performance improvement." And in 10.2.3: "A SCSI controller of type VirtIO SCSI is the recommended setting if you aim for performance and is automatically selected for newly...
  3. rhonda

    Proxmox3 Upgrades

    Debian archives outdated releases to http://archive.debian.org/debian/ - so you can pull it from there. One sidenote though: Debian doesn't support skipping releases. So you would have to upgrade from wheezy to jessie first (and pve 4) instead of going directly to stretch and pve 5. Doing the...
  4. rhonda

    Updates - Upgrade -> unstable packets ¿?

    The "unstable" in the changelog entry is the pocket into which a package gets uploaded. For cups 2.2.1-8 that was the version that got uploaded to Debian unstable back in 2017, before stretch was released. That's the way the package workflow works within Debian. As for the proxmox packages, we...
  5. rhonda

    repeated keystrokes

    Can you potentially figure out through the dpkg.log (or potentially better, the log of the package frontend you use) which packages have been updated in that timeframe, to narrow it down? Then it could be submitted to ubuntu directly.
  6. rhonda

    DNS Service / Server

    Ich bin mir grad nicht sicher, ob ich die Frage richtig verstehe, und ich kenne synology nicht: Haben die drei Container öffentlich erreichbare IPs, oder nur interne private IPs? Im ersten Fall brauchst du ja lediglich diese IPs im Nameserver zu deiner Domain hinterlegen, damit dies...
  7. rhonda

    repeated keystrokes

    Which type of console are you using (noVNC, Spice or Xterm.js), and are you connecting to a container or a VM? What operating system is running inside? Does it make any difference what OS you have inside, or when you switch the console you use to connect?
  8. rhonda

    Can't Access GUI, Upgrade, or VZDump

    Thanks. You did touch the right postinst to look into, because pve-cluster is responsible for mounting /etc/pve, which doesn't seem to be the case for you. You see in that output that pve-ha-lrm can't get started. Can you check the corresponding logs to why not ("journalctl -xe", and/or...
  9. rhonda

    Can't Access GUI, Upgrade, or VZDump

    The package state seems to be in an inconsistent state with packages not fully installed. Given that you said you pulled the power supply that's a likely outcome. What can help to get you started here is: dpkg --configure -a That should try to clean up the interrupted installs/upgrades and...
  10. rhonda

    ksm-control-daemon:

    Das bedeutet lediglich, dass der Daemon nicht installiert ist. Das ist durchaus auch in Ordnung so. Die Verwendung des ksm-control-daemon Pakets ist nicht immer empfehlenswert, insbesondere wenn VMs/Container verwendet werden, die von einander abgekapselt werden sollen. Es hilft einerseits, den...
  11. rhonda

    ksm-control-daemon:

    Was für Meldungen sind im Log dazu vorhanden? Diese werden bei "systemctl status ksmtuned" angzeigt, bzw. sind auch mit "journalctl -u ksmtuned" abrufbar.
  12. rhonda

    Translate Mail Gateway

    The git repository web interface gives you a browse option through which you can download individual files. They are stored in PO format, which is extremely useful for translation work because it offers nice features to deal with outdated translations, and if you want to work on the translations...
  13. rhonda

    Translate Mail Gateway

    Hey, there is Norwegian available for selection in the login screen. Unfortunately the language doesn't seem to be really maintained currently. If you want to help to change that, get familiar with the way the development is handled here: https://pve.proxmox.com/wiki/Developer_Documentation...
  14. rhonda

    Cron job for hourly spam reports

    The way the crontab entries work is described in its manpage ("man 5 crontab"). I'm uncertain what you mean "to be send 24 hours", do you mean hourly? For that there is even a shortcut, "@hourly", as described in the manpage: @hourly /usr/bin/pmgqm send Hope that helps, the manpage is quite...
  15. rhonda

    Cron job for hourly spam reports

    You need to put the crontab entry into the file, it's not part of the commandline. "crontab -e" opens an editor, and in there you add the data you need.
  16. rhonda

    [SOLVED] SSL certificate - Acme - Not used after generation

    No worries, glad it worked, I regularly stumbled into this myself with respect to browser caching - about your question with respect to automatic renew, yes, it will. See the end of the documentation about it: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_certificate_management
  17. rhonda

    [SOLVED] logrotate Fehler in allen LXC-Container mit Ubuntu

    Wenn im Output rsyslog erwähnt wird, könntest du versuchen das entsprechende logrotate file manuell aufzurufen: logrotate -v /etc/logrotate.d/rsyslog Eventuell noch die Option -f für force dazu. Der Output davon sollte weitere Informationen liefern können, was hier konkret schief läuft. Im...
  18. rhonda

    Shutdown print_req_error: I/O error

    That sounds like that you might have an hardware issue related to your sda and sdb disk. Look at the output of "lsblk" what this might affect, and related to what partitions/file systems you have on there you might want to look into repair tools for potentially finding out if it's just some...
  19. rhonda

    Linked Clone Network on LXC

    I'm sorry but I fail to see how you managed that to happen. Can you maybe reproduce the issue? How do you set the network settings inside the container? By editing /etc/network/interfaces? Are the other linked clone containers running, or stopped? Not that this should make any difference, but it...
  20. rhonda

    reduce local-lvm (pve/data) and extend root

    first: data is your thin pool volume in which you have can create your VMs and containers in. It can't get mounted on its own second: Unfortunately LVM thin pools don't support reducing yet