Re: mcron job with cd to directory?

2017-05-17 Thread Clément Lassieur
ng0 writes: > Ludovic Courtès transcribed 0.9K bytes: >> Something like: >> >> #~(job '(next-hour '(4)) >> (lambda () >> (chdir …) >> (system* …))) >> >> See >>

Re: GuixSD in a VM is so nice - once you actually have control over your mouse, that is.

2017-05-17 Thread Adonay Felipe Nogueira
I don't know what is the issue exactly, but from the QEMU documentation I can see that, in order for it to grab or release mouse and keyboard, one has to press Ctrl + Alt. Lastly, strangely enough, I as a non-tech user understand QEMU as a VM. But of course, no non-tech user's opinion replaces

Re: GuixSD in a VM is so nice - once you actually have control over your mouse, that is.

2017-05-17 Thread Fox
On 18.05.2017 00:42, Fox wrote: so I run GuixSD (on bare metal nicely and) on qemu but mouse capture is an issue in that gpm or whatever runs the mouse. I "can't come back from the Immelmann loop" , so-to-speak. The only "ESCAPE" is CTRL-ALT-F3 with root login and "reboot". I mean ...

GuixSD in a VM is so nice - once you actually have control over your mouse, that is.

2017-05-17 Thread Fox
so I run GuixSD (on bare metal nicely and) on qemu but mouse capture is an issue in that gpm or whatever runs the mouse. I "can't come back from the Immelmann loop" , so-to-speak. The only "ESCAPE" is CTRL-ALT-F3 with root login and "reboot". I mean ... these days a VM should maybe be fine

Re: mcron job with cd to directory?

2017-05-17 Thread ng0
Ludovic Courtès transcribed 0.9K bytes: > Howdy ng0, > > ng0 skribis: > > > Does someone know how you could re-create this: > > > > (crontab -l of root) > > # Regnerate stagit indexes every hour: > > 0 * * * * (cd /var/www/git && echo `pwd` && /root/git_pragmatique_xyz.sh)

Re: mcron job with cd to directory?

2017-05-17 Thread Ludovic Courtès
Howdy ng0, ng0 skribis: > Does someone know how you could re-create this: > > (crontab -l of root) > # Regnerate stagit indexes every hour: > 0 * * * * (cd /var/www/git && echo `pwd` && /root/git_pragmatique_xyz.sh) > > in mcron? > > I have some cronjobs where the initial