Recent content by KenHorse

  1. K

    Scheduled Reboots

    Old thread but how about rebooting a specific guest?
  2. K

    Reboot of Guest from Host

    Search hasn't produced any applicable results so.. About the closest thing I've found involves using vmctl but that isn't a valid command on my host (8.3.2). So how can I start and stop (or simply reboot) a Guest from the Host's command line?
  3. K

    Syslog in Debian 12 guest?

    I can't find it in the usual place (/var/log/syslog) Help
  4. K

    Windows guess access without going through the host

    I assume VNC somehow but I can't seem to get it to work. (Don't want to use Windows Remote Desktop)
  5. K

    Email address?

    Running 8.1.4 and I see nothing in the GUI to change the email address
  6. K

    Email address?

    How can I change the email address that the host sends email to?
  7. K

    Changing STMP host

    I am running Proxmox on a private network without internet access. As such, how do I define the email server (which resides on another server on the network) and how to change the actual email address PVE sends to?
  8. K

    Guest filesystem

    OK thanks, I'll have a look!
  9. K

    Guest filesystem

    Very standard VM install (accepted default volumes, etc) I'm trying to SCP some files directly to a guest filesystem as it is on a private network and I have no other way to do it as it is a Windows VM with no access outside of the private network it is on
  10. K

    Guest filesystem

    Where can I find the filesystem for a guest, from the host?
  11. K

    Cron log?

    I'm running 8.0.4 at the moment. systemctl status cron reports nothing ps aux |grep cron reports root 887 0.0 0.0 6608 2560 ? Ss Jan28 0:04 /usr/sbin/cron -f so I know cron is running. But I think I see the problem! My cronjob is set to run Sundays at 0100. Looks like...
  12. K

    Cron log?

    I get that. As I said, I ran journalctl -u cron and it reported nothing. I also grep'd the entire /var/log directory for cron (recursive) and nothing found either. So where is the log of cronjobs that have run? I know it ran but don't know why it failed
  13. K

    Cron log?

    I ran : journalctl -u cron and it reports nothing. I even grep'd the entire /var/log directory for 'cron' and nothing