search for: startupparameter

Displaying 5 results from an estimated 5 matches for "startupparameter".

2013 Nov 21
2
Running R embedded in an mpiexec spawned process - Fatal error: you must specify '--save', '--no-save' or '--vanilla'
...---------------------------------------------------------------------- The following is working: mpiexec -n 1 R --no-save However in my Sample1 application, I do set up R init options that should be suitable AFAIK: rEngine = REngine.CreateInstance("RDotNet"); StartupParameter rStartParams = new StartupParameter { Quiet = true, SaveAction = StartupSaveAction.NoSave, Slave = false, Interactive = true, Verbose = false, LoadInitFile = true, LoadSiteFil...
2009 Jan 24
2
nginx and mongrel, more info
Hello, Where I can find more info on how to nginx and mongrel boot when the machine reboots ? In os x, please. In Linux world I found some scripts but they don''t work and don''t go in the same place as OS X. thanks, r. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2005 Aug 19
3
WEBrick OS X StartupItem?
...tupItems/swu/swu... #!/bin/sh . /etc/rc.common StartService () { ConsoleMessage "Starting Rails App from script" cd /Users/salestraining/rails/swu/ ruby script/server -d -e production > log/startupitem.log } RunService "$1" Here is /Library/StartupItems/swu/StartupParameters.plist... { Description = "swu"; Provides = ("swu"); OrderPreference = "Last"; Messages = { start = "Starting SWU Rails App"; stop = "Stopping SWU Rails App"; }; } _________________________...
2003 Sep 24
1
trying to print from windows 98 to mac usb printer using samba
...he printer connection on my 98 box correctly. When I print from 98, I can see the spool file in my queue and the file disappears as if it printed, but there is no printer. It was suggested I use apple laser writer drivers on 98 which I did. I changed the Edit /System/Library/StartupItems/Samba/StartupParameters.plist to insert Uses = ("Printing","Super Server"); I believe that the mac is using cups and the 98 box correctly shows both printers listed in her /etc/printcaps file. Its called S9000 on her box and that's the name it shows up on as mine I can print from her ma...
2009 Jan 14
6
How do I change MYSQL startup options on Mac??? (can't work it out)
Hi, Can anyone help me out re how I change the startup options for mysql (v5.0) running on my Mac? (I just want to add the "--log" option is about it). I tried doing "sudo ./Library/StartupItems/MySQLCOM/MySQLCOM restart" however this started a 2nd instances of mysql & mysqld. Here is what I see start after Mac startup if this helps: $ ps aux | grep mysql _mysql 137 0.0