ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What Are You Doing Right Now

    Scheduled Pinned Locked Moved Water Closet
    time waster
    88.9k Posts 285 Posters 43.0m Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • scottalanmillerS
      scottalanmiller @thwr
      last edited by

      @thwr said in What Are You Doing Right Now:

      We really need that user map we talked about. Like where everyone lives (city or country for example).

      I will meet with @Dashrender end of the month. He's going to visit a friend of him right here in Hamburg, so that's a perfect opportunity 😉

      We really do. Anyone have a good suggestion as to a system for that?

      thwrT 1 Reply Last reply Reply Quote 1
      • thwrT
        thwr @scottalanmiller
        last edited by

        @scottalanmiller said in What Are You Doing Right Now:

        @thwr said in What Are You Doing Right Now:

        We really need that user map we talked about. Like where everyone lives (city or country for example).

        I will meet with @Dashrender end of the month. He's going to visit a friend of him right here in Hamburg, so that's a perfect opportunity 😉

        We really do. Anyone have a good suggestion as to a system for that?

        Google Maps API? Sorry, I'm not exactly the frontend / web type of a dev 😉

        1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller
          last edited by scottalanmiller

          0_1468101907582_image.jpeg

          @scottalanmiller and @rich9403

          1 Reply Last reply Reply Quote 1
          • hobbit666H
            hobbit666
            last edited by

            went to see absolutely Fabulous with the wife and a friend for her birthday........It's wasn't fabulous ... the film that is 🙂

            1 Reply Last reply Reply Quote 3
            • scottalanmillerS
              scottalanmiller
              last edited by

              About to go to Our Family Diner in Retsof, NY.

              scottalanmillerS 1 Reply Last reply Reply Quote 0
              • scottalanmillerS
                scottalanmiller @scottalanmiller
                last edited by

                @scottalanmiller said in What Are You Doing Right Now:

                About to go to Our Family Diner in Retsof, NY.

                That place appears to have gone out of business. Had to go up to Geneseo to the Omega Grill.

                1 Reply Last reply Reply Quote 0
                • hobbit666H
                  hobbit666
                  last edited by

                  More playing with XenServer 6.5/7 Hyper-V ESXi and Unitrends stuff today 🙂

                  1 Reply Last reply Reply Quote 1
                  • Minion QueenM
                    Minion Queen
                    last edited by

                    Happy Monday, oh wait not really. Monday after long weekend = too many emails and posts to catch up on.

                    1 Reply Last reply Reply Quote 0
                    • dafyreD
                      dafyre
                      last edited by

                      Trying to figure out what I was doing last week before it ended.

                      travisdh1T 1 Reply Last reply Reply Quote 1
                      • travisdh1T
                        travisdh1 @dafyre
                        last edited by

                        @dafyre said in What Are You Doing Right Now:

                        Trying to figure out what I was doing last week before it ended.

                        Along those lines, I'm wondering why my cron job that's supposed to run every 10 minutes is only running once every hour. Raspbian is not cooperating.

                        dafyreD scottalanmillerS 2 Replies Last reply Reply Quote 0
                        • wirestyle22W
                          wirestyle22
                          last edited by

                          This most recent season of silicon valley was fantastic (all of them are).

                          1 Reply Last reply Reply Quote 0
                          • dafyreD
                            dafyre @travisdh1
                            last edited by

                            @travisdh1 said in What Are You Doing Right Now:

                            @dafyre said in What Are You Doing Right Now:

                            Trying to figure out what I was doing last week before it ended.

                            Along those lines, I'm wondering why my cron job that's supposed to run every 10 minutes is only running once every hour. Raspbian is not cooperating.

                            Got it in the wrong column?

                            travisdh1T 1 Reply Last reply Reply Quote 1
                            • wirestyle22W
                              wirestyle22
                              last edited by wirestyle22

                              Generic error in vsphere. VM in an invalid state. Happy Monday.

                              1 Reply Last reply Reply Quote 1
                              • scottalanmillerS
                                scottalanmiller @travisdh1
                                last edited by

                                @travisdh1 said in What Are You Doing Right Now:

                                @dafyre said in What Are You Doing Right Now:

                                Trying to figure out what I was doing last week before it ended.

                                Along those lines, I'm wondering why my cron job that's supposed to run every 10 minutes is only running once every hour. Raspbian is not cooperating.

                                You could post the line here.

                                1 Reply Last reply Reply Quote 0
                                • travisdh1T
                                  travisdh1 @dafyre
                                  last edited by

                                  @dafyre said in What Are You Doing Right Now:

                                  @travisdh1 said in What Are You Doing Right Now:

                                  @dafyre said in What Are You Doing Right Now:

                                  Trying to figure out what I was doing last week before it ended.

                                  Along those lines, I'm wondering why my cron job that's supposed to run every 10 minutes is only running once every hour. Raspbian is not cooperating.

                                  Got it in the wrong column?

                                  That's what I thought at first, but not according to everything I've ever known about cron

                                  10 * * * * /home/tech/bin/tmphmdtime.out >> /var/log/temp/temp.log
                                  
                                  scottalanmillerS 1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller @travisdh1
                                    last edited by

                                    @travisdh1 said in What Are You Doing Right Now:

                                    @dafyre said in What Are You Doing Right Now:

                                    @travisdh1 said in What Are You Doing Right Now:

                                    @dafyre said in What Are You Doing Right Now:

                                    Trying to figure out what I was doing last week before it ended.

                                    Along those lines, I'm wondering why my cron job that's supposed to run every 10 minutes is only running once every hour. Raspbian is not cooperating.

                                    Got it in the wrong column?

                                    That's what I thought at first, but not according to everything I've ever known about cron

                                    10 * * * * /home/tech/bin/tmphmdtime.out >> /var/log/temp/temp.log
                                    

                                    So that says to run once per hour on the 10 minute mark. There is no "every ten minutes" in that line.

                                    1 Reply Last reply Reply Quote 0
                                    • scottalanmillerS
                                      scottalanmiller
                                      last edited by

                                      https://mangolassi.it/topic/9131/unix-scheduling-with-cron

                                      You can see how to set up cron schedules.

                                      1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller
                                        last edited by

                                        Replace 10 with */10

                                        travisdh1T 1 Reply Last reply Reply Quote 2
                                        • travisdh1T
                                          travisdh1 @scottalanmiller
                                          last edited by

                                          @scottalanmiller said in What Are You Doing Right Now:

                                          Replace 10 with */10

                                          Ah yeah, that'd do it..... gotta pull this out for me today
                                          link text

                                          1 Reply Last reply Reply Quote 2
                                          • thanksajdotcomT
                                            thanksajdotcom
                                            last edited by

                                            Morning all. First full week on the new job!

                                            StrongBadS 1 Reply Last reply Reply Quote 3
                                            • 1
                                            • 2
                                            • 1219
                                            • 1220
                                            • 1221
                                            • 1222
                                            • 1223
                                            • 4443
                                            • 4444
                                            • 1221 / 4444
                                            • First post
                                              Last post