similar to: System stats and executing programs on rails

Displaying 20 results from an estimated 80000 matches similar to: "System stats and executing programs on rails"

2015 Jul 23
0
Re: global lock when executing hook scripts
On Thu, Jul 23, 2015 at 04:17:22PM +0300, Vasiliy Tolstov wrote: > Hello. I'm try to understand, why in case of 20 workers libvirt fully > locked when runs qemu hook (when domain starts) virsh list freezes. > As i understand in case of using more workers it utilized to run hooks > too, but as i see in pstree only main libvirt process executes hook. > Why this happening? The
2010 Sep 16
1
Execution of external commands from Pigeonhole sieve
Does anybody knows if there are some method to call an externall command from sieve? Is xexec plugin is what i am looking for? Is it avaiable for Dovecot 1.2? __ <http://wiki.dovecot.org/Plugins/xexec>I am using dovecot 1.2 and sieve 0.1.17. I want to call ripmime from sieve to save attchments from mails in a user account. Thanks for your feedback, Greetings, -- Andr?s Fernando
2008 Feb 12
3
Rails Messaging (INBOX) system
Hi All.. I need to implement messaging system in one of my rails applications(To say simply it must be similar to orkut messaging system). Even if i am having a rough idea on how to implement it, i need any one your guidance to the way of approach. Could any one suggest me with good stuff or links which may guide me to implement the mentioned feature. I greatly appreciate any replies Thank
2011 Aug 14
1
Can't run programs via VNC, but can run directly from server
I run Windows programs using Wine in RHEL5. The problem is that I can use wine command to run programs directly from the server with monitor, but I cannot run it via SSH and VNC. It comes up with the following messages: fixme:resource:GetGuiResources (0xffffffff,0): stub fixme:dbghelp:elf_search_auxv can't find symbol in module fixme:wininet:CommitUrlCacheEntryInternal entry already in cache
2008 Jun 09
0
Error when executing "rake db:migrate" with frozen Rails 2.1.0 on Media Temple
I''m hoping someone might have some insight into this, because I don''t quite know how to figure this one out. I''m running the command with Capistrano''s deploy:migrate to my (mt) Media Temple (gs) Grid Server, but I get the same error (from "rake aborted!" and on below) when I run "rake db:migrate" directly on the server in the
2013 Dec 17
4
Headless system
So I'm in a bit of a pickle ... I have a machine that needs to be repurposed from WinXP to CentOS. I downloaded the CentOS DVD and all then realized ... I don't have a keyboard/mouse for the machine. It only has USB ports on it, and I don't have a single available USB keyboard that I can plug in. Bit of a problem. Usually what I do is install via VNC anyway, but that is contingent
2008 May 30
3
surfer 8 - problem with fonts CE
I'm using Surfer 8 (Golden Software) on Wine. It work excellent. I have one problem. In MS Windows CE fonts are avaiable, especially Arial CE and Thimes New Roman CE. But in Wine is only Arial and Thimes New Roman but not CE. In another apps Arial CE and Thimes New Roman CE are avaiable. I copied the fonts to c/windows/Fonts. Surfer is only in english program but it have CE fonts in MS
2023 Jul 20
1
Bug#1041533: xen-system-amd64: Xen fails to start hvm type VMs when a vncpasswd is set
Package: xen-system-amd64 Version: 4.17.1+2-gb773c48e36-1 Severity: important Dear Maintainer, after upgrading my bullseye server to bookworm I ran into the issue that all VMs of type hvm are not starting anymore. xl throws an error: libxl: error: libxl_qmp.c:1399:qmp_ev_fd_callback: Domain 8:error on QMP socket: Connection reset by peer libxl: error: libxl_qmp.c:1438:qmp_ev_fd_callback: Domain
2005 Aug 28
2
Feature Request - wild idea - folders for executing programs
Timo, I have a wild idea for a feature that is somewhat unusual, would be very powerful, and easy to implement. What I want is ... Special folders that when someone drags a message into them - it pipes the message into a program. The reason I want this is - for example - reporting of spam. Suppose you want everyone to have a spam-missed folder so that if a spam gets through then the user
2002 Oct 21
1
Performance problem executing programs from shares
Hello, recently I migrated 3 Netware 4.11 server to one Linux/Samba-box running on Suse Enterprise Server 7. Everything seemed fine, until performance problems were detected, especially when starting programs located on shares. Samba is a domain member using an NT4 PDC for authentication. The current samba version is 2.2.6 and the kernel is 2.4.19, but with 2.2.4 and 2.4.18 there was no
2009 Sep 17
3
Any idea on how to install a hvm on a remote system. -- unable to open display
Hi I''m been trying to install an xvm instance on a remote system, but I keep running into variations on ''unable to open display'' I''ve tried to use ssh -X but I''ve not been able to get it to forward when su''d to root. 1) ssh -X -l xadmin virtbox running cload etc works fine. 2a i. su - ii. cp .Xauthority ~xadmin/.Xauthority iii. setenv
2007 Jul 25
3
Using system() to execute a script outside of Rails but in a directory in the Rails app...
I''m trying to hack around a previously mentioned RMagick problem, confirmed to exist inside of Rails but not outside. Thus, I''d like to call a Ruby script from with in a Rails controller. Like so: system("#{RAILS_ROOT}/public/images/thumb_and_comp.rb", "#{@asset.file_name}") But it never seems to get executed. Permissions are set to 755 on the script. Any
2006 Feb 13
1
Executing ruby on rail program through address bar
I Want to run my ruby on rail application through address bar. i.e like: http://localhost/rail_program/first.rhtml. when i trying this it only executes html part but not executing rail part. Here is the code: <html> <head> <title>eruby example</title> </head> <body> <h1>Enumeration</h1> <ul> <%(1..10).each do|i|%> <li>number
2006 Feb 13
1
Executing ruby on rail program
Hi, I prepared code using ruby on rail. Now i want to execute it. How i will? Please help me,I m new in ruby on rails. Thank you, -- Posted via http://www.ruby-forum.com/.
2009 Jul 10
2
Originate (Executing a System Command)
I know I'm doing something simple and wrong, but I can't quite figure it out: Example (executing system command): Action: Originate Channel: Local/1 at dummy Application: System <http://www.voip-info.org/wiki/view/Asterisk+cmd+System> Data: /path/to/script I keep getting a "Unable to request channel" and am not sure what it is looking for in place of "Local/1 at
2005 Dec 31
0
Executing System calls under Apache
Our Rails App executes a system call: system("app/bin/fitsfetch.sh", url, dir, item, status_file) It''s a simple bash script to download a URL and move it to a new directory while changing the filename (also reporting a status from a simple status file). It works fine under Webrick, but fails when we run under Apache2. I''m guessing it has something to do with the
2006 Oct 27
1
Waiting before executing System command
Hello, all! I'm having a problem with the following snippet that executes upon hangup: exten => h,n,Wait(5) exten => h,n,System(mv /some/file /some/other/dir/) Wait() doesn't want to seem to wait! So instead I tried: exten => h,n,System(sleep 5; mv /tmp/${CALLFILENAME} /var/spool/asterisk/outgoing/) This only executes sleep, not mv. How can I make it wait before moving the
2004 Jan 30
2
HTB_Tool
Hi, I just want to let you know of a tool that makes your HTB configuration very easy. Sorry if you already knew about it. The webpage is in Romanian ... but one can understand from the configuration examples avaiable on the webpage and in the http://sgi.rdscv.ro/~ionuts/htb-tools/htb_util-0.2.4-pre1_cv-1_quantum-1536-sin.tar.bz2 archive. Regards, Adrian
2008 Jun 30
4
INIT 5 and system is gone
I had been running a system on Centos 5.1 at INIT 3. I did the upgrade to Centos 5.2 with the aid of the powernowk8 patch. Previously I would VNC into the unit when I needed to do admin stuff with a GUI. Well I noticed that I was NOT getting GNOME via VNC since the upgrade (worked before just fine with 5.1). So I tried an INIT 5 from the command line (always worked before), but the system
2010 Aug 19
3
Executing system commands through Manager API
I am making a web interface so users can manage their voicemail. The only problem I have is that since the Web server and Asterisk run as different users I need to run some commands through Asterisk so I can manipulate the voicemail files. I know that from the CLI I can user the "!" commando to run any external shell command but when I try to do it from the Manager API using