I need help to get crontab working in Xubuntu 16.04.6Crontab script entry not workingIntermittent crontab...
Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?
How can I fix/modify my tub/shower combo so the water comes out of the showerhead?
Why is the 'in' operator throwing an error with a string literal instead of logging false?
Can I ask the recruiters in my resume to put the reason why I am rejected?
What is the intuition behind short exact sequences of groups; in particular, what is the intuition behind group extensions?
How to prevent "they're falling in love" trope
In a spin, are both wings stalled?
How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?
90's TV series where a boy goes to another dimension through portal near power lines
Brothers & sisters
Will google still index a page if I use a $_SESSION variable?
I Accidentally Deleted a Stock Terminal Theme
How do I write bicross product symbols in latex?
Why does Arabsat 6A need a Falcon Heavy to launch
In Romance of the Three Kingdoms why do people still use bamboo sticks when paper had already been invented?
1960's book about a plague that kills all white people
I'm flying to France today and my passport expires in less than 2 months
Why does Kotter return in Welcome Back Kotter?
Assassin's bullet with mercury
Should I tell management that I intend to leave due to bad software development practices?
Why do I get two different answers for this counting problem?
How to take photos in burst mode, without vibration?
Infinite Abelian subgroup of infinite non Abelian group example
Took a trip to a parallel universe, need help deciphering
I need help to get crontab working in Xubuntu 16.04.6
Crontab script entry not workingIntermittent crontab problemDesperately need help with Xubuntu 15.04Point ZENITY to CRONTAB: How tocrontab job not workingCrontab working but root crontab doesn'tUbuntu 16.04LTS Create Cron Job in cron.daily that will display the contents of auth.log to folder in every users home directory?Help with crontab scriptScript works manually, but not when called by CronCrontab running help
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have set a crontab job like this :
- @reboot xmodmap -e "keycode 105=Delete"
- @reboot xmodmap -e "keycode 66=Home"
and saved on default directory suggested by NANO (/tmp/..../.../cron), but it's not working, I can list cron job, cron service is running, the output of: journalctl -b 0 _SYSTEMD_UNIT=cron.service displays the jobs without errors and so on, besides that also I can't run a script at boot : @reboot /home/user/scripts/myscript.sh
Appreciate some help, Vladi
scripts xubuntu cron
add a comment |
I have set a crontab job like this :
- @reboot xmodmap -e "keycode 105=Delete"
- @reboot xmodmap -e "keycode 66=Home"
and saved on default directory suggested by NANO (/tmp/..../.../cron), but it's not working, I can list cron job, cron service is running, the output of: journalctl -b 0 _SYSTEMD_UNIT=cron.service displays the jobs without errors and so on, besides that also I can't run a script at boot : @reboot /home/user/scripts/myscript.sh
Appreciate some help, Vladi
scripts xubuntu cron
add a comment |
I have set a crontab job like this :
- @reboot xmodmap -e "keycode 105=Delete"
- @reboot xmodmap -e "keycode 66=Home"
and saved on default directory suggested by NANO (/tmp/..../.../cron), but it's not working, I can list cron job, cron service is running, the output of: journalctl -b 0 _SYSTEMD_UNIT=cron.service displays the jobs without errors and so on, besides that also I can't run a script at boot : @reboot /home/user/scripts/myscript.sh
Appreciate some help, Vladi
scripts xubuntu cron
I have set a crontab job like this :
- @reboot xmodmap -e "keycode 105=Delete"
- @reboot xmodmap -e "keycode 66=Home"
and saved on default directory suggested by NANO (/tmp/..../.../cron), but it's not working, I can list cron job, cron service is running, the output of: journalctl -b 0 _SYSTEMD_UNIT=cron.service displays the jobs without errors and so on, besides that also I can't run a script at boot : @reboot /home/user/scripts/myscript.sh
Appreciate some help, Vladi
scripts xubuntu cron
scripts xubuntu cron
asked 3 mins ago
vladimir pavloskivladimir pavloski
385
385
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131344%2fi-need-help-to-get-crontab-working-in-xubuntu-16-04-6%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1131344%2fi-need-help-to-get-crontab-working-in-xubuntu-16-04-6%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown