similar to: scheduled_task created but didn't see task under 'Task Scheduler' GUI

Displaying 20 results from an estimated 1000 matches similar to: "scheduled_task created but didn't see task under 'Task Scheduler' GUI"

2012 Jun 30
6
Scheduled_task + ad user
Hi, When a want to use scheduled_task for create a windows task and when i give a AD user, i have this message : err: /Stage[main]/Mirnas/Scheduled_task[test]/ensure: change from absent to present failed: Invalid user: DOMAIN\oper My user domain and the password are correct. I have the same error if i change DOMAIN\oper by oper@domain.com or DOMAIN/oper With a local user, is working, but i
2007 Dec 30
3
A newbie question regarding BackgroundRb
Hi all, I just read Ezra''s article on BackgroundRb and decided to use it one of my projects. I installed the plugin into my rails project using script/plugin and then ran rake backgroundrb:setup to copy the yml scripts. Now my backgroundrb.yml looks like ======= --- port: "22222" timer_sleep: 60 load_rails: true environment: development host: localhost database_yml:
2013 Feb 27
3
Weird problem with puppet 3.1 on Windows
Hi all, I''m installing the latest version of puppet (opensource) for Windows on Windows 2008 Server (At Amazon EC2). For some reason, Puppet''s scheduled task is configured to run every 20 hours instead of the desired 30 minutes (as shown in - http://docs.puppetlabs.com/windows/running.html) Is it a bug in Puppet? Is it something that I misconfigured? Screenshot of the
2013 Oct 28
1
inline_template private method `gets' called for false:FalseClass
Hi, I am new to Ruby ERB and inline_template. Can anyone spot what''s wrong with this inline_template? $moddedContent = inline_template("<%= puts gets(nil).gsub(/one two three/,\"\") /tmp/blah %>") exec { "/bin/echo ''${moddedContent}'' > /tmp/blah" : } When I try to apply it, I
2011 Nov 01
0
Announce: Puppet 2.7.7rc1 available
Puppet 2.7.7rc1 is available. This release fixes several issues with Mongrel and Puppet 2.7.x, Windows fixes and updates, test fixes, documentation updates and more. Release Notes for 2.7.7 series -- https://projects.puppetlabs.com/projects/puppet/wiki/Release_Notes This release is available for download at: http://downloads.puppetlabs.com/puppet/ See the Verifying Puppet Download section at:
2018 Apr 20
0
Creating Tasks using task scheduler on windows 10 1709 using SAMBA remotely
Hi All, I am working on an important task where i need to create tasks using task scheduler on windows 10 systems remotely from linux using opensource samba code on linux. Basically i have xml file where i will pass that xml buffer in samba code and ultimately it will open a pipe with remote windows 10 system and will create the scheduled tasks on windows machine. Code is working for windows 10
2006 Jul 25
3
Task scheduler
Does anyone know if there exists a Task Scheduler module in Ruby on Rails like in TurboGears below? http://www.turbogears.org/preview/docs/scheduler.html I''m using Ruby on Rails for a multiplayer online game and I want to set checks at regular intervals to see if users are still logged in etc. Thanks in advance -- Posted via http://www.ruby-forum.com/.
2005 Jul 18
2
task scheduler in Samba ?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Anyone interested in having the Windows remote task scheduler implemented in Samba 3 at some point ? I think it would be pretty easy work based on the registry stuff that's been done lately. If you think this would be a useful feature for scheduling services on a Samba host, let me know. Disclaimer: I've never used this feature on Windows
2017 Jul 30
2
Help - rsync runs from command line, fails from task scheduler, hangs at msg checking charset: UTF-8
I don't get why it runs from the command line but not from a scheduled task. Any suggestions for a fix or a work-around? -- View this message in context: http://samba.2283325.n4.nabble.com/Help-rsync-runs-from-command-line-fails-from-task-scheduler-hangs-at-msg-checking-charset-UTF-8-tp4722140p4722153.html Sent from the Samba - rsync mailing list archive at Nabble.com.
2009 Nov 20
2
can R scripts detect signals sent by the task scheduler ?
In general, is it possible to run R scripts through cron jobs ? Is it possible to make the script detect the system interrupt, save its current status and then exit so that next time it is rescheduled it can pick up from where it left ? Examples, if any, are more then welcome. Thank you in advance, Maura tutti i telefonini TIM! [[alternative HTML version deleted]]
2012 May 17
1
Windows Task Scheduler and R updates. Need basic tips
This is a basic Windows system administrator problem, asked by a Linux guy who is helping out in a Windows lab. I want to keep R packages up to date on MS Windows 7 with a job in the "Task Scheduler". I have an R program that I can run (as administrator) that updates the existing packages and then installs all the new ones. I do not understand how to run that in a dependable way in
2017 Jul 28
2
Help - rsync runs from command line, fails from task scheduler, hangs at msg checking charset: UTF-8
Setting up a new system backup (done several before and they all work fine). Windows 10 x64 (cygwin with rsync version 3.1.2) backing up to ubuntu server 16.04 (rsync 3.1.1). Run test.bat from command window (run as administrator) and it runs fine.Created scheduled task that runs test.bat and it hangs at "msg checking charset: UTF-8" until the timeout. I have upped the timeout to
2011 Jul 08
2
Using Windows 7 Task Scheduler with R source scripts
Hello all, I'm trying to get a specific source file to run at a certain time each day with WindowsScheduler http://windows.microsoft.com/en-US/windows7/schedule-a-task I've tried a number of methods, none of which work: My best guess was: 1. Associate the script.R file with R in FileTypes. 2. Call the script.R file in the scheduler This definitely opens R, but the source file
2006 Mar 21
0
is "Task" a reserved class name in Edge Rails? (it clashes with Rake''s Task)
Ok, so I''ll bet that lots of people would naturally have a DB table called "Tasks" and a model called Task, and this works fine in Rails 1.0. BUT, using Edge Rails things turn strange when you start visiting your Task pages because it thinks that you''re trying to use Rake (which also has a Task class). Is there any way around this? -Greg Greg Edwards CTO,
2013 Feb 28
0
Rake tasks db:test:prepare cannot be executed in the same task of db:reset or db:migrate
Hey all, I''m trying to create a task that prepare the environment to start programming. To do so, I created a task like this *task :setup_env => [''db:reset'', ''db:migrate'', ''db:test:prepare'']* and observed that after execute * rake setup_env*, it never execute db:test:prepare properly. In order to get the schema cloned to test db,
2006 May 01
2
Capistrano restart task
Hi. Have anyone figured out a simple restart task for mongrel using Capistrano? Br. Morten
2007 Jul 11
3
Problem with scheduled task mysteriously stopping
Hi there, I have a scheduled task which I started from Rails, set to run every 5 minutes, it takes probably about 20-30 seconds to execute (it''s aggregating some feeds). It ran for about 5 hours and then mysteriously stopped -- the logs show no errors. This kind of sucks because it''s like a silent failure, has anyone else had this problem? --simon --
2007 Apr 06
0
Data changes in backgroundrb task don''t show up in Rails
BackgrounDRbers: We pass a data batch to a background task for processing. When it finishes, our GUI updates correctly (using the results hash). But the data records don''t appear in the Rails connection to the database. Our stack is the HEAD BackgrounDRb, Rails 1.1.6, MySQL, and Apache/mongrel. As soon as I whack the background process with script/backgroundrb stop, the data records
2007 Oct 12
0
Speccing a rake task
Greetings, I''m writing a custom rake task, and I''d like to write an assosciated spec for it. Does anyone have an example spec for a rake task? I''ve seen some examples on the web that use these before blocks: before(:each) do @rake = Rake::Application.new Rake.application = @rake end And use @rake["db:user_migration"].invoke To invoke the
2007 Nov 01
0
Heckle rake task
Fellow hecklers, Just spent a while getting this working. Turns out heckle will heckle a whole module and sub-modules with one call, so with a bit of string matching, you can build a nice tool to heckle your whole app and report any failures. Was going to post to the list, as the first version was about 4 lines long, but I''ve embellished it slightly (I got carried away), so