Search:

Type: Posts; User: rburkartjo; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    4

    [SOLVED] Re: script modification

    tks
  2. Replies
    3
    Views
    4

    [SOLVED] script modification

    running 21.10

    the below is a crontab script that runs daily. it backs uo my crontab jobs.


    #!/bin/bash
    crontab -l > $HOME/crontabBackup-`date +"%d-%m-%Y"`


    how to i modify so that when...
  3. Replies
    5
    Views
    6

    [SOLVED] Re: crontab syntax

    tks fu still learning at 72 and those were suppose to be commas
    always appreciate your help and advise
  4. Replies
    5
    Views
    6

    [SOLVED] Re: crontab syntax

    then why does this crontab job work
    not written by myself


    00 11,16 * * * xmessage -display :0.0 "COFFEE BREAK DUDE !!!"

    tks
  5. Replies
    5
    Views
    6

    [SOLVED] crontab syntax

    running 21.10

    i want this script to run every 4 hours starting at 00.30

    30 00,04,08.12.16.20 * * * xmessage -display :0.0 “one bell!!!"

    is the above correct or is there a better syntax to...
  6. [SOLVED] Re: changing slim window manager logon background

    kb tks worked great
  7. [SOLVED] changing slim window manager logon background

    running ubuntu 21.10



    is there an easy way i can use any jpg image . and if so how/tks
  8. Replies
    2
    Views
    3

    [SOLVED] Re: changing script destination

    him tks works just fine
  9. Replies
    2
    Views
    3

    [SOLVED] changing script destination

    how to change this script so it goes to my home folder not desktop

    #!/bin/bash
    crontab -l > $HOME/Desktop/crontabBackup-`date +"%d-%m-%Y"`


    tks
  10. Replies
    28
    Views
    29

    [SOLVED] Re: cant get crontab to run

    this is crazy i have upgraded to ubuntu 21.10 and switch to the slim display manager the scripts are working.
  11. Replies
    6
    Views
    7

    [lubuntu] Re: gdm3 display manager wont load

    tea also tried that. no luck
  12. Replies
    6
    Views
    7

    [lubuntu] Re: gdm3 display manager wont load

    tea yes and do luck
  13. Replies
    6
    Views
    7

    [lubuntu] gdm3 display manager wont load

    i upgraded to ubuntu 21.10 and it messed up the gdm3 display manger. all i get is a white screen with the message 'oh something went wrong'. i switched to other display managers and they will let me...
  14. Replies
    28
    Views
    29

    [SOLVED] Re: cant get crontab to run

    tks fu will mess with
  15. Replies
    28
    Views
    29

    [SOLVED] Re: cant get crontab to run

    fu if your up to this
    lets give this a try

    here is a script that i have in my home folder

    #!/bin/bash
    /usr/bin/vlc


    path in crontab
  16. Replies
    28
    Views
    29

    [SOLVED] Re: cant get crontab to run

    and that doesnt exist either
  17. Replies
    28
    Views
    29

    [SOLVED] Re: cant get crontab to run

    and i am an admin user

    ray@ray-HP-ProBook-640-G1:~$ !1042
    groups ray
    ray : ray adm cdrom sudo dip plugdev crontab lpadmin lxd sambashare
    ray@ray-HP-ProBook-640-G1:~$
  18. Replies
    28
    Views
    29

    [SOLVED] Re: cant get crontab to run

    output

    ray@ray-HP-ProBook-640-G1:~$ cat /etc/cron.d/cron.allow
    cat: /etc/cron.d/cron.allow: No such file or directory
    ray@ray-HP-ProBook-640-G1:~$
  19. Replies
    28
    Views
    29

    [SOLVED] Re: cant get crontab to run

    kb at this point really dont care about running a suspend job per say. i just cant get any cron job to run period and had no problem when running 20.04. however my puter died and when replaced...
  20. Replies
    28
    Views
    29

    [SOLVED] Re: cant get crontab to run

    if the problem is somewhere in the system would upgrading to 21.10 help? then in april i would up grade t0 22.04
  21. Replies
    28
    Views
    29

    [SOLVED] Re: cant get crontab to run

    i even downloaded zeit
    https://www.tecmint.com/zeit-gui-tool-to-cron-jobs-in-linux/

    and used it to schedule a job
    it accepts my job but cron wont run it
    wonder if i have to reset someyhing in...
  22. Replies
    28
    Views
    29

    [SOLVED] Re: cant get crontab to run

    fu tks for your help
    you have given me good advise over the years
    really lost on this. i have run up to 15 scripts on ubuntu without any problems.
    now cant run any cron job.

    fyi this doest work...
  23. Replies
    28
    Views
    29

    [SOLVED] Re: cant get crontab to run

    script i am using that works in terminal
    #!/bin/bash
    systemctl suspend

    ./suspend
    just cant run anything in cron
  24. Replies
    28
    Views
    29

    [SOLVED] Re: cant get crontab to run

    sch tks
    but ran and still not working
  25. Replies
    28
    Views
    29

    [SOLVED] Re: cant get crontab to run

    also tried this

    ray@ray-HP-ProBook-640-G1:~$ sudo chkconfig crond on
    [sudo] password for ray:
    sudo: chkconfig: command not found
    ray@ray-HP-ProBook-640-G1:~$ sudo systemctl enable crond...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4