Displaying 20 results from an estimated 8578 matches for "whenever".
2013 Jul 09
5
whenever gem
Hello All,
I want to schedule a mail every day.
I used whenever gem.
I added gem ''whenever'' in my gemfile. Then in the terminal I did -
"whenever ." which created a schedule.rb.
In schedule.rd I added this piece of code:-
set :environment, "development"
every 2.minutes do
runner "UserMailer.some_method"
e...
2013 Oct 11
2
Read Telnet Packet
Dear All,
I want to read telnet packet continuously whenever a new call is originated
and store into a variable after that pass into window server. I have
written a Perl script to read telnet packet but problem is that whenever I
executed Perl script then got a telnet packet( mean Only when i execute
Perl script) here I want to put scheduler,event or other t...
2004 Jul 26
4
Echo in asterisk phones.
Hi all.
We have just setup and asterisk with a 4 line zaptel board with Cisco
7960 and BudgeTone-100 IP phones. All works fine except for this
nagging echo. Whenever I talk, I hear my voice echo back.. This only
happens whenever I talk on an actual phone call. Whenever I talk to
another extension, no problems. I would appreciate any help. I have
searched the google lists and have not found any relevant info.
Thanks.
2008 Oct 16
3
How to launch batch whenever Asterisk (re)start ?
Hi,
Using Asterisk 1.4, I would like to send a couple of SIP notifies or various
scripts whenever Asterisk restart.
My concern is also deal with restart from CLI but I don't how Asterisk is
restarted when using CLI.
Is safe_asterisk used ?
What is the best way to do ?
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/...
2012 Aug 30
1
[Whenever gem]What is the reason that linux's cron can't automatic running?
OS : Ubuntu 12.04
Now I use Backup <https://github.com/meskyanichi/backup> and Whenever<https://github.com/javan/whenever> gem
to backup my database.
When I run backup perform -t my_backup ,I can works.
But when I check the task crontab -l ,it as this:
0 22 * * * /bin/bash -l -c ''backup perform -t my_backup''
Run cat /etc/crontab to check my cron configuratio...
2007 Nov 09
2
SMB Shares with subversion backing store
To all,
I was wondering if it was possible to setup samba shares that use subversion as a backing store for the files.
Whenever a new file is created it is added to the subversion tree, whenever a file is opened it is checked out of the subversion tree, and whenever it is deleted it is removed from the subversion tree.
The idea is that one could use subversion to retain previous versions of files and the subversion tree c...
2012 Apr 30
1
Why does my R compiler repeat my program whenever it is compiled?
Hi,
I am using RStudio as my R editor.
After someday I accidentally hit something, the whole program is
repeated in the Console whenever I compile it. How can I fix it so that the
whole program won't be repeated in the future?
Thanks,
miao
[[alternative HTML version deleted]]
2010 Mar 04
19
Mailing list's prefix
Do you think I'd break a lot of people's filters if I removed the
prefix? :) Anyone strongly for/against removing it? It seems kind of
annoying to me whenever I happen to think about it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://dovecot.org/pipermail/dovecot/attachments/20100304/88c1078d/at...
2001 Nov 04
3
Plea for help: Windows/Linux interoperability diffculties
Everyone,
I'm at the last straw. For at least 5 to 6 months I have tried to
get Samba 2.0.6 and Samba 2.0.7 to interoperate with Windows 98, with only
partial success. Whenever a Windows machine does an SMB query of the master
browser on my network, it takes an abysmally long time to respond. Whenever
a Windows machine attempts to print, it becomes unstable and starts crashing.
I'm attaching my smb.conf file for review.
Thanks,
Brad
=====
Brad Chapman
Permanent e-...
2017 Nov 23
2
Execute a user script whenever a user is added in the domain
Hi,
I am using the ADUC-tool on Windows PCs to add users to the domain. Now I
also need to do some maintance work on the linux server (DC). Is there an
option that I've overlooked or any other way to execute a shell script
whenever a user is added? Ideally it would be executed on each DC.
If there isn't a built-in way, would it be possible by monitoring one of
the ldb-files for changes?
I know of the "add user script" property, but I'm not sure this is still
supported in version 4 and from the description...
2011 Oct 13
3
Create order of numbers based on a given vector
Hello!
If I have a vector vec <- c(FALSE, FALSE, TRUE, FALSE, TRUE, TRUE, FALSE
FALSE)
I can I create the following order of numbers based on vector vec:
1, 2, 2, 3, 3, 3, 4, 5
Whenever there is a FALSE I increase the number (starting with 1).
Whenever there is a TRUE I set the same number as the previous FALSE has
been assigned to.
I would be happy for any input
Cheers,
Syrvn
--
View this message in context: http://r.789695.n4.nabble.com/Create-order-of-numbers-based-on-a-giv...
2014 Nov 12
3
Re: Problem with the use of domfsfreeze mountpoint option
...ve been downgraded, crashed,
whatever. There's been some discussion on this topic (unfortunately I
don't recall where currently). This is where guest agent is different to
the monitor tremendously.
Although, I see a way that we could get something reasonable here. If
qemu would tell us whenever somebody (dis-)connects (from)to the virtio
channel. That way we could query the qemu-ga capabilities and make good
decisions. And whenever we see a disconnect, we may just forget the
qemu-ga capabilities and claim guest agent unresponsive (instead of this
ping algorithm I'd came up with)....
2006 May 23
3
Pagination problem
hi everybody,
i am new to rails..
plz clear my doubt...
this is my question
In my table(public_topics), i have 11 rows of data..
whenever i run the following view, it shows the entire rows in the
current page..
and i have set the '':per_page'' option to ''2''.so it must show two data
per page..but it shows all the rows in a single page..and this case
continue in all the pagination links..
It seems...
2020 Aug 09
2
IPv6 auth failed
I am using latest Windows Thunderbird 68.11.0 and dovecot 2.3.10.1_2
with FreeBSD 12.1-RELEASE-p8. Whenever I enable dovecot IPv6 and I try
to login I get auth failed.
Aug 09 08:36:11 imap-login: Info: Disconnected: Inactivity (auth failed,
2 attempts in 180 secs): user=<user at domain.com>, method=CRAM-MD5,
rip=1:2:3:4::5, lip=1:2:3:6::7, TLS,
session=<HZeFLGusb8IgAQZ8LNQAEgAAAAAAAAAC>...
2017 Nov 23
0
Execute a user script whenever a user is added in the domain
...<samba at lists.samba.org> wrote:
> Hi,
>
> I am using the ADUC-tool on Windows PCs to add users to the domain.
> Now I also need to do some maintance work on the linux server (DC).
> Is there an option that I've overlooked or any other way to execute a
> shell script whenever a user is added? Ideally it would be executed
> on each DC.
>
> If there isn't a built-in way, would it be possible by monitoring one
> of the ldb-files for changes?
>
> I know of the "add user script" property, but I'm not sure this is
> still supported in...
2008 Oct 20
1
Error reporting in R
.... Two cases arise:
A- For some sets of initial values mle is giving parameter estimates.
B- For some other initial values, mle is reporting the following error:
Error in optim(start,f,method=method,hessian=TRUE,...):
Initial value in vmin is not finite
My aim is to tell R to return the estimates whenever case A, and to
return the word "Error" whenever case B (using an "if" statement inside
a loop).
How to tell R to return the word "Error" whenever mle reports the error
given above?
Is there a function similar to is.nan which tests the existence of an
error?
Any assis...
2007 Jun 26
1
DO NOT REPLY [Bug 4745] New: Use lchmod and lutimes whenever possible
https://bugzilla.samba.org/show_bug.cgi?id=4745
Summary: Use lchmod and lutimes whenever possible
Product: rsync
Version: 3.0.0
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: hashproduct+rsync@gmail.c...
2012 Oct 10
2
Strange email i'm getting whenever i post to the list
From: ?????? <NAVER-MAILER at naver.com>
Subject: [???? ??] envy721c at naver.cobSDsnLzroZwg66mU7J287J20IOyghOyGoeuQmOyngCDrqrvtlojsig==teuLiOuLpC4=
The only plain english in the message is that the mail was denied by the receiver
Anyone else getting this?
2011 Jul 06
0
newbie: stuck at deploying whenever via cap
hi,
im trying to deploy whenver + multistaging via cap:
this is my task
run "cd #{release_path} && whenever --set environment=#{rails_env}
--update-crontab #{application}_#{rails_env}"
1)why i do append rails_env to --update-crontab? because i would like
to have 2 sets of cronjobs, one for each stage (staging & production).
problem is that a deploy (eg proeduction) generates 2 sets of jobs,
whi...
2013 Jun 03
2
delete active dataset
Hi All, whenever I open R using the shortcut on desktop, there are 2 active
datasets in the workspace, I tried to start the program from Start menu,
same thing!! How can I delete these two active datasets and make sure
whenever I restart the program, they wont appear?
Thanks!
[[alternative HTML version deleted]]