Search results

  1. S

    [SOLVED] simple cronjob in /etc/cron.hourly not working

    I simply placed a symlink to a bash script in /etc/cron.hourly. For some reason, it is not working. The script itself works when executed manually in the shell. It seems that run-parts is executed, but "nothing happens". Really strange for such a simple task. What could be the issue?
  2. S

    Central storage for mixed workload VMs: NFS?

    We currently plan on implementing a new small-scale cluster for mixed VM workloads. The goal is to be able to add compute nodes as needed while maintaining a central ("shared") storage for all VM images. That being said, we want to build some sort if small VDI infrastructure with the ability to...