Displaying 20 results from an estimated 9000 matches similar to: "Getting email from cron when script is run manually"
2005 Apr 17
2
array indexing and which
Hi R friends!
I am stuck with a stupid question: I can circumvent it
but I would like to
understand why it is wrong. It would be nice if you
could give me a hint...
I have an 2D array d and do the following:
ids <- which(d[,1]>0)
then I have a vector gk with same column size as d and
do:
ids2 <- which(gk[ids]==1)
but I can't interprete the result I get in ids2.
I get the
2003 May 07
1
Music not on hold
Hello,
I just can't seem to get the MusicOnHold function to work out ok.
I' managed to get the MP3Player app to work out fine, but
when I run the MusicOnHold all i get is siliece.
I can see that Asterisk executes mpg123 properly (I think)
#ps axuww|grep mp
gk 4383 0.0 0.4 3736 552 pts/4 S 15:06 0:00
/usr/bin/mpg123 -q -s --mono -r 8000 -b 2048 -f 8192 sample-hold.mp3
2010 Mar 10
1
00h323 cant get gatekeeper to connect
I'm trying to connect an Asterisk 1.6 to an Avaya with gatekeeper (CLAN).
When chan_ooh323 first loads it tries to establish a connection with the gk
but I it fails. I have the following extract from the ooh323 log. Can
anyone give some insight?
Thanks!
MD
23:02:59:045 Sent GRQ message
23:02:59:045 GkClient Received RAS Message
23:02:59:045 Received RAS Message = {
23:02:59:045
2014 Aug 11
1
yum-cron email notification doesn't appear
Hi.
I'm installed yum-cron and set:
# by default MAILTO is unset, so crond mails the output by itself
# example: MAILTO=root
MAILTO="root at domain.org.ua"
I see in log that yum-cron done it's job:
# grep "yum" /var/log/cron
Aug 11 03:08:02 venti run-parts(/etc/cron.daily)[4516]: starting
0yum.cron
Aug 11 03:49:30 venti run-parts(/etc/cron.daily)[4761]: finished
2006 Feb 09
1
Problems with gnugk, asterisk, and ooh323
Greetings to All,
I hope someone has already gotten this working. I spent all day today trying
to get ooh323 and gnugk to run on the same box. After a lot of tweaking to
get everything compiled, I got both up and running.
I can make calls IAX to H323, but cannot make calls in the reverse
direction. I have tried many different configs on the GK, but always come up
with the same error. It appears
2019 Jun 23
2
setting up a new ADS infrastructure
On Fri, Jun 14, 2019 at 09:09:58AM +0100, Rowland penny via samba wrote:
> On 14/06/2019 05:50, Stefan Froehlich via samba wrote:
> >as I can do ssh logins with this account, even based on group
> >membership, the unix side of the job seems to be quite settled.
> >The windows side will have to wait a little bit as it requires my
> >physical presence.
> Windows should
2009 Dec 14
5
Cron job? or something else? help..
Hello,
i have a certain issue at hand that i'm trying to solve.
there's a certain command that i need to execute 10 minutes after boot.
how can i set that? im not very expert with cron jobs but can it be done
that way? i know that cronjob works on specified time but how can i set
it to run with '10 min after startup" as a condition ?
2006 May 29
4
Prompting user to enter value to feed Find
Hi,
While viewing part of a long list of records, the user may want to do a
Find of a specific record (for example, find_by_name). The found record
is then displayed using the list view. I''ve searched the wiki and
couldn''t find a sample or information that will help directly in
implementing this function. Any pointers?
Thanks!
gk
--
Posted via http://www.ruby-forum.com/.
2008 May 23
2
manage cron jobs
Hi All,
is it possible to delete cronjobs by patterns using ''cron'' resource?
I.e. I want to make sure that there is no any cronjob that contains "/
path/to/some/unneeded_file" command in root crontab without knowing
the command possible parameters and schedule.
If no, any suggestions about how it can be performed are welcome.
Thanks in advance
2013 Jul 21
8
When no MTA is installed, How to send an email with a cronjob?
Hi,
When no MTA is installed, How to send an email with a cronjob?
I have below entrty in my cronjob?
my /etc/cron.d/backup file looks like this.
MAILTO=myemail at example.com
15 11 * * * root /root/scripts/backup.sh
Can I send this email via SMTP server?
Hope to hear from you.
--
Thank you
Indunil Jayasooriya
http://www.theravadanet.net/
2006 May 28
7
Join table not being populated
Hello,
I have the usual Categories and Products table scenario, mediated by a
Categories_Products join table. When I create a new Product and into a
given Category, I notice that my join table is not being populated.
Shouldn''t the join Categories_Products table be populated?
Thanks,
gk
--
Posted via http://www.ruby-forum.com/.
2006 Jul 31
3
Missing controller default code
Hello,
I generated a controller, using the command:
ruby script/generate controller my_kontroller my_model
The generated controller file, however, contains an empty class
definition. The default controller code is missing.
Any idea what went wrong?
Thanks,
gk
--
Posted via http://www.ruby-forum.com/.
2009 Oct 19
3
gpg command works fine from login shell, not from cron script
I have an odd situation here, maybe one of you can help.? We have a
script that runs via a cron job.? It's purpose is to decrypt
PGP-encrypted files in a certain directory.? I have tried the command
two different ways, both fail with the same error message:
gpg --decrypt $file > ${file%.txt}.decrypted.txt
gpg --output ${file%.txt}.decrypted.txt --decrypt $file
(Don't even ask about
2006 Jul 25
2
Cron not sending e-mails anymore
Hi,
I have a cronjob that executes a script that has some echo statements
in it and the commands in it also generate output (it copies files,
reloads services, etc...).
Recently, cron stopped sending its output by e-mail. I restarted cron,
without success. Any ideas where I shoud start to debug this?
Regards,
Ugo
2017 Nov 15
6
run bash <filename> from cron
This might be a bit OT, but I've never had to do this before and what
I've googled doesn't seem to be working.
I have an ansible playbook that I'm working on that I want to run as a
cronjob.? One task I'm having trouble with is where I have a text file
with lines like:
rd.pl "blah blah"
rd.pl "blah blah blah"
This text file has to be 'executed'
2008 Feb 20
2
purging unmanaged cron
Should this work?
# --- remove any cronjobs that are not managed by puppet.
resources { "cron": purge => true }
I get the following error.
Resources[cron]: Failed to generate additional resources: You must
specify a title for objects of type Puppet::Type::Cron
Ben
2006 Jul 03
2
Still struggling with data flow ...
Hello,
The following view:
<%= start_form_tag %>
Enter term to find
<p>
<%= text_field_tag :name, params[:name] %>
</p>
<%= link_to "Find", { :action => ''find_term''} %>
<%= end_form_tag %>
does not appear to pass back the value of :name to the action:
def find_term
term =
2003 May 21
2
asterisk and gnugk
I've read in the README file of oh323 channel that , if I want to use a GK, I have to download the v.2.0.2 from the gnugk Site, but the version that is now available is th v.2.0.3. Any problems with it?
thanks!
mdory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030521/418a7d07/attachment.htm
2006 Aug 06
6
View passing empty or no value to controller -- help
Hi,
I have the following view:
<%= start_form_tag ( { :action => ''find'' }, :method => ''get'') %>
<p>
<%= text_field_tag :lemma, params[:lemma] %>
</p>
<%= link_to "Find It", :class => "submit" %>
<%= end_form_tag %>
And the following find action in the controller:
2010 Dec 17
3
Recent (unfun) experience with cron resource on Solaris 10 with puppet 0.25.5
I was attempting to set up some cron jobs via puppet.
I was trying to get cron to mail the output of the cron jobs to a specific user, so I was
attempting to set MAILTO=user@example.com, via the environment => specifier.
Puppet did as it was told.
Unfortunately, I guess that Solaris 10 does not support setting of environment variables in crontab files (directly), so
when puppet attempted to