search for: triggered

Displaying 20 results from an estimated 13000 matches for "triggered".

2010 Mar 15
1
Could not obtain handle on privileged command interface
Hello, when I try to start xend I receive this error: root@xenized:~# xend start ERROR Internal error: Could not obtain handle on privileged command interface (2 = No such file or directory) Traceback (most recent call last): File "/usr/sbin/xend", line 36, in <module> from xen.xend.server import SrvDaemon File
2003 Mar 22
0
ext3 oops with 2.4.20
Bug report follows. Please CC me if you want me to read the reply, as I'm not subscribed to ext3-users. [1.] One line summary of the problem: Ext3 has just causing filesystem corruption which required fsck to fix. [2.] Full description of the problem/report: I just had my machine lock up with an ext3 oops, preceeded by a bunch of error messages in the logs. On rebooting, after replaying the
2015 Oct 13
7
Exists some problem with cronjobs under CentOS7
...t;>>> ... and email configuration is ok. >>> >>> So your problem is that cron jobs *DO NOT* run? >> >> Yes. that is the problem ... Sorry If I am not explained very >> well. > > What does /var/log/cron show? Nothing ... It is empty. Are the jobs triggered, but you don't > get the expected output, or not triggered? They are not triggered ... > > If not triggered, you might want to show your crontab entries. I haven't entries in conrtab's users file at this moment, but I have done a test: * * * * * ls -la, and it is not trigger...
2011 Dec 15
1
Quota PostgreSQL INSERT trigger
Wiki instructions for creating insert trigger for PostgreSQL are wrong http://wiki.dovecot.org/Quota/Dict Calling INSERT on the table from within BEFORE INSERT trigger creates cascading trigger. http://www.postgresql.org/docs/current/interactive/trigger-definition.html Instead, one should return NEW record from the trigger, and it will be inserted after trigger execution. --- CREATE OR
2016 Oct 07
1
porting spec files
On 10/07/2016 01:44 AM, Ned Slider wrote: > On 06/10/16 22:50, Alice Wonder wrote: >> An rpm intended for a bleeding edge Fedora builds perfectly for me when >> I comment two macros apparently not in CentOS 7 - >> >> %transfiletriggerin >> >> and >> >> %transfiletriggerun >> >> Looks like they operate similar to %post and %postun but
2013 Jul 08
1
Understanding RPM trigger scripts?
I'm trying to get my head around RPM trigger scripts - but currently getting very confused ... I have a custom RPM which has in its spec file a '%triggerin' script for the 'kernel' RPM - i.e. a script that I want to run when the kernel RPM is upgraded/installed This works OK - once my custom RPM is installed, if the kernel is subsequently upgraded/installed, my trigger
2006 Feb 24
1
RailsCron: Trigger one time
...xt minute, which is correct but seems inconsistent with the default start behavior. It also triggers twice, which it shouldn''t because of the finish time. 3) start=1.minute.from_now, every=1.minute, finish=1.minute.from.now - tried this to just trigger one time. Sometimes it triggered, sometimes it didn''t. There seems to be a race condition. 4) start=Time.now, every=7.minutes, finish=5.minutes.from_now - Presumably, this should execute once. And indeed, it does. But then if I do RailsMaintainer.new again, it never triggers again. I have to restart...
2004 Jul 31
3
Bug in new_work_item
Hi all, Windows 2000 Ruby 1.8.2 R7 VC++ 6.0 I noticed that if I try to call new_work_item and give the task a name that already exists, I get a segfault: C:\eclipse\workspace\win32-taskscheduler>ruby test.rb "0.1.0" test.rb:22:in `new_work_item'': NewWorkItem() function failed (Win32::TaskSchedul erError) from test.rb:22 test.rb:22: [BUG] Segmentation fault ruby
2007 Apr 13
2
puppetrun
Hi When using puppetrun to trigger machines to get and apply their configuration, it will only trigger the machine when executing puppetrun for the second time: puppetmaster # puppetrun --host puppetclient puppetclient log: -- snip Apr 13 08:19:49 puppetd[20208]: puppetmaster(172.16.34.12) triggered run Apr 13 08:20:08 puppetd[20208]: puppetmaster(172.16.34.12) triggered run Apr 13 08:20:08 puppetd[20208]: Starting configuration run ... -- snip Are there any tests done on the state of the puppetclient when receiving the trigger? - Koen Vereeken _____________________________________________...
2011 Jan 10
3
[PATCH] libxl: implement trigger s3resume
Implement trigger s3resume This is the equivalent of xm trigger s3resume and it is implemented the same way: using an ACPI state change. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> diff -r 1ae74f060a39 tools/libxl/libxl.c --- a/tools/libxl/libxl.c Mon Jan 10 10:37:53 2011 +0000 +++ b/tools/libxl/libxl.c Mon Jan 10 10:58:50 2011 +0000 @@ -2668,8 +2668,14 @@ static
2015 Mar 17
2
Event Triggers on 2.5 beta1
Hello, I?d like to use the new event triggers in 2.5, but the docs haven?t been updated yet. I?ve managed to gather from the source that the config xml needs to contain an ?event? node with a ?trigger? attribute, but I don?t know what the trigger options are. Anyone used this or have any idea? Cheers, Rob Stanford
2004 Aug 18
1
Memory Problems in R
Hello everyone - I have a couple of questions about memory management of large objects. Thanks in advance for your response. I'm running R version 1.9.1 on solaris 8, compiled as a 32 bit app. My system has 12.0 GB of memory, with usually ~ 11GB free. I checked system limits using ulimit, and there is nothing set that would limit the maximum amount of memory for a process (with the
2001 Mar 13
3
gc() shrinks with multiple iterations
Is it expected behavior for gc() to return shrinking values as it gets called multiple times? Here's what I've got: > gc() used (Mb) gc trigger (Mb) Ncells 221754 6.0 467875 12.5 Vcells 3760209 28.7 14880310 113.6 > gc() used (Mb) gc trigger (Mb) Ncells 221760 6.0 467875 12.5 Vcells 3016206 23.1 11904247 90.9 > gc() used (Mb) gc
2005 Jun 10
1
gc() and gc trigger
hello, the question concerning to the memory used and g.c. after having removed objects. What is wrong? bevor ------- > gc() used (Mb) gc trigger (Mb) max used (Mb) Ncells 313142 8.4 1801024 48.1 1835812 49.1 Vcells 809238 6.2 142909728 1090.4 178426948 1361.3 hier all attached objects
2007 Jun 18
2
patch for triggering SFTP process_write
...ive I can... In the other hand, SFTP-server re-read configuration file to catch the new items only if the config line contains pw->pw_name, i.e. the authenticated user of this sftp session. Only in this case a new struct, called Trigger, is filled with path and filename of the script to be triggered after the OKwrite event. When calling the triggered script I check the F_OK and the X_OK status and, eventually, exit with error: so the client can notice the error too. If all OK, I perform a fork+execv calling what indicated by struct Trigger. With many user, I can perform different personalized...
2006 Aug 18
4
Database Triggers?
Hi, I''m new to RoR and exploring its use with an existing application. One thing I can''t seem to find much detail on is using database triggers. All RoR examples and tutorials I''ve seen are very basic saving data back to a single table. My use case includes a somewhat denormalized DB that uses triggers to store data in multiple tables on occassion. I currently
2015 Mar 18
6
Event Triggers on 2.5 beta1
> On 17 Mar 2015, at 14:26, Thomas B. R?cker <thomas at ruecker.fi> wrote: > > Yeah, it's a funny place holder. BTW, if anyone has ideas how to name > that tag, we're open to suggestions. How about <event-definitions> or <event-bindings>? BTW, I?m still stuck trying to figure out what the available values are for the ?trigger? attribute. Ideally I?d like to
2004 Jun 15
3
trigger command on successful upload?
Hello, I am working on implementing rsync to replace a server distribution mechanism that currently works like this: 1) process new file on backend server 2) upload file to frontend server using scp or rsync over ssh 3) ssh to frontend server to trigger script #3 is only used in a couple special cases I have this tested and working: 1) (same as above) 2) upload file to frontend server using
2016 Oct 06
2
porting spec files
An rpm intended for a bleeding edge Fedora builds perfectly for me when I comment two macros apparently not in CentOS 7 - %transfiletriggerin and %transfiletriggerun Looks like they operate similar to %post and %postun but are different. Is a simple way to do what they do in CentOS 7 or do I have to change the packaging logic to build in CentOS 7 and have things work properly? -- -=- Sent
2009 Apr 29
1
Quota/Dict Postgres Trigger
I posted the trigger for v1.1 versions of Dovecot on the Wiki (http://wiki.dovecot.org/Quota/Dict ) and while I understand the comment posted about two process inserting at the same time, I'm not sure I understand how this is fixed in v1.2 other than via the revised trigger in the Wiki. Does someone have a known working trigger that will handle a double insert correctly? Also, out of