Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

The consensus and my gut feeling both suggested 2 so that is the option I have settled on...

The control software is working - it needs more development but I am up against a time restriction as Christmas is coming and this controller is supposed to be a Christmas gift! I'm using only code modules as installing anything from CPAN seems to fail but this can be addressed later provided I set up a way to SSH onto the RPi before it gets installed in its new home.

The problem I have hit is with CRON.

The first few lines of the script are:

#!usr/bin/perl use lib '.'; use Curtains::Control; use Bod::Config; use strict;
But, despite the shebang line, it won't run simply by calling curtains.pl it needs perl curtains.pl instead. Perl is definitely installed in /usr/bin/perl and I also get this:
pi@eric:~ $ /home/pi/Curtains/curtains.pl -bash: /home/pi/Curtains/curtains.pl: usr/bin/perl: bad interpreter: N +o such file or directory
So I suspect I have something wrong in this setup.

Within the crontab I have added:

MAILTO=ian@****.com */2 * * * * perl /home/pi/Curtains/curtains.pl
but I am not getting emails with any errors from CRON.

I am using the default pi account which I believe is the RPi equivalent to root.


In reply to Re: Continuous or timed? by Bod
in thread Continuous or timed? by Bod

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-19 03:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found