I need help to get crontab working in Xubuntu 16.04.6Crontab 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
Why does Kotter return in Welcome Back Kotter?
Should I tell management that I intend to leave due to bad software development practices?
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
Is it inappropriate for a student to attend their mentor's dissertation defense?
How can I fix/modify my tub/shower combo so the water comes out of the showerhead?
What's the point of deactivating Num Lock on login screens?
How to model explosives?
Do I have a twin with permutated remainders?
What exploit are these user agents trying to use?
Stopping power of mountain vs road bike
Why does Arabsat 6A need a Falcon Heavy to launch
Why are electrically insulating heatsinks so rare? Is it just cost?
Is it canonical bit space?
In Romance of the Three Kingdoms why do people still use bamboo sticks when paper had already been invented?
CEO ridiculed me with gay jokes and grabbed me and wouldn't let go - now getting pushed out of company
How is it possible to have an ability score that is less than 3?
Why is the 'in' operator throwing an error with a string literal instead of logging false?
How to draw the figure with four pentagons?
Emailing HOD to enhance faculty application
Would Slavery Reparations be considered Bills of Attainder and hence Illegal?
How can I make my BBEG immortal short of making them a Lich or Vampire?
Is "remove commented out code" correct English?
In a spin, are both wings stalled?
90's TV series where a boy goes to another dimension through portal near power lines
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 1 min 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