similar to: Add user script does not trigger

Displaying 20 results from an estimated 800 matches similar to: "Add user script does not trigger"

2011 Jun 07
1
Fail at end of Roller Coaster Tycoon 2 install
I'm new to Wine, but am following instructions from http://www.youtube.com/watch?v=da-1pKWp4Z0&feature=related I have the game files on a CD i burned, and thats fine. I select AutoRun.exe (everthing directory wise looks the same as on the video), and it successfully takes me through the end of the installation. WHen the game is done installing, I click "Finish" to finish the
2011 Jan 24
4
toruble downloading programs using winebottler
hey all, I've been dying to be able to play roller coaster tycoon 2 on my macbook using wine and winebottler, but im having some problems. Everytime i try to download the program, it gets to the spot where it says turn on coreaudio, and then stalls, and then an error message comes up saying prefix creation exited with error, followed by, you find a logfile to help with degguing on your
2016 Feb 13
2
nutdrv_qx - Device not supported
Hi I have the RCT 3KVA Axpert solar hybrid inverter. It is also known as the MPP Solar PIP-MS series, the IPS-4000WM and the Voltronic Axpert MKS. I am trying to monitor the inverter using NUT on a Raspberry Pi (I have tried Ubuntu as well with the same results). I have tried most of the drivers with no success. The inverter came with the ViewPower software so I assumed that my best chance
2007 Jan 16
0
disable trigger logging in production
i setup a trigger with an interval of 3 seconds, after a week in production the backgroundrb server log grew to 50 gigs from logging the execution of the trigger event. is there a way to disable the logging of that trigger event (or all of them) in production mode? --jacob
2006 Aug 17
2
How to trigger an action from script/console
Hi, I have build a conversion script from an old database to a new one (which is designed to work with ROR), and every action converts one table and takes over 5 minutes... When I trigger the actions from my browser, I finally end up with a "Failed to start properly"... So, simple question: How can I do this from the console, that is to say, trigger one of my controller''s
2006 Apr 27
0
Trigger ajax form submission with drop_receiving_element
Hello everyone! I have a little problem with ruby on rails and ajax. I have 2 sort of droppable items, 2 drop_receiving_element areas working fine; but instead of updating a div, I would like to have a form submitted with an ajax call. got it? (not so easy to explain) My solution was to add a complete action submitting the form like this: <%= drop_receiving_element "list",
2006 Mar 26
0
Trigger in place edit by clicking on label also?
I''ve got a page that''s very slick that uses lots of in place edit fields like this: <tr><td> <span class="label">AIM</span> <span id="aim"><%= in_place_editor_field :member, :aim_address %></span> </td></tr> My client loves this feature, but each field is <i>un-editable</i>
2007 Jun 13
3
trigger configuration run remotely
I was wondering how to trigger a configration run remotely. Is this possible? Looking through the docs, I see mention that puppet can listen on port 8139, but I don''t see that this is the case on my servers. Can someone please enlighten me as to the proper method of doing this, if it can indeed be done? Thanks!
2003 Nov 25
1
How to trigger an event?
Sorry, but this is probably more of a wxWindows question, but I find it quite hard to wade through all those docs... How do I trigger an event? Like if I want to force a repaint, how do I do that? Is there some kind of refresh or repaint method? Cheers, H
2007 Sep 25
0
extern trigger for pfifo?
hi, I have think about my TCP-Pacing (look at my posting: how dynamic...) and an other possibility is to trigger the sending-procedure of a queue by a external ''signal''. But I can''t find an trigger or so in the tc_fifo sources, which is responsibility for packet-sending. Sure I''m not really firm in C-Programming but if I have an basically right approach then
2008 Apr 08
0
cron trigger problem
Hi, I am playing around with backgroundrb 1.0.3. I have the following backgroundrb.yml, --- :backgroundrb: :port: 11006 :ip: 0.0.0.0 :schedules: :task_worker: :run: :trigger_args: */10 * * * * * My task worker is just, class TaskWorker < BackgrounDRb:MetaWorker set_worker_name :task_worker def run logger.info "begin" sleep 60 logger.info
2006 Feb 28
0
Rolled my own alternative to trigger function with OLD/NEW
Back with PostgreSQL, I just inspected OLD and NEW in trigger functions. I came up with this alternative in Rails: class Item < ActiveRecord::Base def active=(value) self.set_old(''active'', self.active) write_attribute(:active, value) end def after_update if !get_old(''active'') and self.active Notifier::deliver_item_approved(self)
2007 Apr 18
2
Trigger for unavailable SIP peer
I use qualify in sip.conf and need to setup a trigger when asterisk sees it as unreachable, so that I can either drop a call file, or send an email, or both. How can I do that? Thank you
2014 Mar 28
0
Trigger before save and after save from external process?
I have an external process changing the database of my app. Is there a good way to trigger the before save and after save filters for models that get updated, when it is an external process changing it? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an
2007 Jul 11
0
[PATCH] Fix xm trigger command for inactive managed domains
Hi, When I tried xm trigger command to a inactive managed domain, I saw the following error message. # xm list vm1 Name ID Mem VCPUs State Time(s) vm1 256 2 0.0 # xm trigger vm1 init Error: an integer is required Usage: xm trigger <Domain> <nmi|reset|init> [<VCPU>]
2009 Jun 12
1
how to trigger variable creation?
Hello R users, i'm wondering how to trigger variable creation. Whenever a variable is created i want my own function myFun(...) to be started. if (exists("x")) {rm(x)} # after removal of x # any of these calls x<-10 # should call myFun x=10 # should call myFun assign(x,10) # should call myFun etc.
2009 Jul 31
0
[PATCH] Add a single trigger for all diagnostic keyhandlers
Add a new keyhandler that triggers all the side-effect-free keyhandlers. This lets automated tests (and users) log the full set of keyhandlers without having to be aware of which ones might reboot the host. Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com
2009 Jun 02
2
Which function in generator trigger the file transfer?
Dear List, I checked the function "generate_files", which might be simply stand for generator, but didn't find where triggers the file transfer. As receiver will use "read_ndx_and_attrs" to read iflags to judge if it's need to be transfered? If I'm wrong, please correct me. Can anyone help to point it out? Thanks. -- Daniel Li
2008 Mar 27
1
Samba with ldap backend password change trigger
Hello, For samba acting as PDC with ldap backend (openldap) is it possible to hook some how password change event? So that if user in windows changes domain user password, it will update ldap account as usual but is it possible to trigger for some shell script to receive username and *plain* new password password? This could help for automation to update password in other systems. I am using
2002 Mar 28
0
Trigger a program after sftp
How can I hack OpenSSH to make it trigger a program after a file transmission is completed via sftp? --Ahmed Moustafa