The O/S in which a process is executed, especially settings that affect the process

learn more… | top users | synonyms

-1
votes
2answers
158 views

Use environment variable %ALLUSERSPROFILE%

I'm doing a basic script with Perl and I've came across a problem with environment variables. I need the %ALLUSERSPROFILE% variable (avaliable in ms-dos) but can't find it in Perl. Is there any module ...
0
votes
1answer
130 views

Execution differences between ASP.Net and Console

I'm having a problem with an ASP.Net MVC3 application I've written. The application consists of basically two assemblies, an MVC3 application for the UI, and an Infrastructure DLL containing the ...
0
votes
2answers
93 views

All test related tasks running in development envrionment — Rails 3

When I run a task that should be running in the test environment, it is running in development. This includes rake test:(units/functionals/integration) and rake db:test:prepare. A side effect is ...
0
votes
2answers
327 views

Can the Linux “at” command run in environments other than /bin/sh?

I need a scheduler (for one time only actions) for a site I'm coding (in php), and I had two ideas: 1- Run a php script with crontab and verify against a database of scheduled actions and execute ...
0
votes
1answer
65 views

Same program behaves differently in different consoles

I wrote a text mode batch C++ program that since today is giving me some troubles. The executable worked correctly and it did not change. The environment did not change; not even a reboot. When I ...
-3
votes
3answers
2k views

“Only assignment, call, increment, decrement, and new object expressions can be used as a statement”

I am getting this error in my code for a c# console application case 5: Console.WriteLine("User selected to Quit, option " + response); Environment.Exit; break; // Error Only ...
0
votes
2answers
104 views

Disable certain emails in ActionMailer

I would like to turn off certain emails in development and on test/staging servers, but keep sending them in production. What I currently do is set the default "to" address for these administrative ...
1
vote
2answers
69 views

windows cmd enviroment

I have a program the launches a cmd console with a certain environment. The problem the console is launched by clicking a button, so I can't create a custom launcher on my own with that environment. ...
1
vote
3answers
136 views

Ruby, which exception is best to to handle unset environment variables?

The script I wrote runs at start up and requires that an environment variable be set, but which of Ruby's Exceptions, is best? I used LoadError, I just want to be as descriptive as possible and follow ...
0
votes
0answers
84 views

Tomcat to Geronimo migration. ResourceLink for String variable

This currently works in Tomcat but I have come up empty in doing this on Geronimo or Glassfish...obviously something there I'm not understanding. In my servlet: Context initCtx = new ...
0
votes
2answers
1k views

How to take command line argument in Codeblock 10.05?

I am writing a C code in codeblock version 10.05. The program is: int main(int argc , char *argv[]) { printf("Entered number is %s \n", argv[1]); return 0; } However, when i compile ...
1
vote
2answers
1k views

Java System.getEnv()

In mac OSX and in Linux CentOS, I insert a new system environment variable (i.e. "MYAPP") using .bashrc & .bash_profile. I even restarted my laptop (mac) and my server (linux). When I use the ...
0
votes
0answers
217 views

Apache RewriteRule not setting Environment Variable

I am simply trying to copy environment variable MYVAR to a different environment variable MYTEMP in .htaccess but it does not always work. If I request www.ni2.com (the home page) then I'd expect ...
0
votes
2answers
542 views

Installing a CGI Proxy on Tomcat

I want to setup a proxy for openlayers to use so I followed these steps: Downloaded the proxy.cgi file from the OpenLayers web site: ...
1
vote
2answers
826 views

Assign logon script in Environment Tab for terminal server client using Powershell

Hi I am looking to set the logon script parameter for a user profile, using Powershell. I was planning to use WMIC USERACCOUNT to do this but found that it is not possible. As shown below the method ...
0
votes
2answers
153 views

Accessing environment/system varilable in spring when application is deployed on tomcat7

My war file has 3 properties files: test.properties, dev.properties and prod.properties. My application context has the following <bean id="local" ...
0
votes
2answers
191 views

Changing a environmental variable through a C program

Anyone knows how can I change the Linux environmental variables through a C program? I dont want to change the environmental variables that are copied for the execution of that program. I want to be ...
0
votes
2answers
351 views

How to set R environment in /etc/profile?

my os is debian6,there is a libR.pc after i compile to install R root@debian:/home/tiger# cat /home/tiger/R-2.15.1/lib/pkgconfig/libR.pc rhome=/home/tiger/R-2.15.1/lib/R rlibdir=${rhome}/lib ...
2
votes
3answers
2k views

Node.js install Synology ds212+ error

I'm currently installing the Node.js environment on my Synology ds212+ and I have a problem when I'm running a line command. When I'm trying to do ./configure --prefix=/opt/node ...
0
votes
3answers
557 views

.NET Environment.NewLine - how to setup programmatically

I would like to change the default Environment.NewLine character for my current environment. I have one standalone application that is writing messages to a console. When the core framework works in ...
0
votes
0answers
20 views

Does anyone know of a program that can simulate system conditions?

An example of the system conditions that I would like to simulate are, low memory, out of memory, loss of connectivity etc. The one that I used before ran like a sandbox on my machine but ...
0
votes
1answer
196 views

Making a command executable from a windows command prompt

I'm being forced to work with a Windows 2003 server machine, and I need to be able to run a BitNami SVN commit hook that'll update a working directory on the same machine. Because of different users, ...
2
votes
1answer
298 views

Accessing environment variables with fastcgi in c++ with nginx

I'm trying to write a c++ fastcgi program to be served by nginx. I've got the program compiling, and the hello world example works, but I can't seem to get any of the environment variables ...
4
votes
2answers
162 views

How can I export the calling environment correctly into a subshell in Perl?

I am trying to use a Perl script to add certain directories in a tool(wpj) we have. The direct command would look something like $ wpj add path/to/desired/library makefile.wpj I want to do a script ...
0
votes
0answers
52 views

Create war from maven m2eclipse for more environment

I need to create a war file for another environment, for now I create the war and running it in localhost with tomcat7 and it functions. If I try to deploy the same war in tomcat on another machine it ...
1
vote
3answers
82 views

How can I create a DTAQ in one of two different libs, controlled by the jobs liblist?

On our as/400 we have a test environment and a productive environment. Once we tested our programs are working, we can put them in the productive environment. Both environments contain a similiar set ...
3
votes
3answers
155 views

How can I read the liblist from within an ILE-Program? (preferably RPG or CL)

We control on what objects our programs on the as400 work, by running them with different liblists. But some operations cannot be directly controlled by this. Therefore, my program needs to read the ...
1
vote
1answer
279 views

Sourcing env variables into Java from a text file, bash-style

I have a bash file (let's call it bash_file) which contains a number of environment variable assignments (e.g. TOOLS_DIR="/opt/tools") as well as bash code which sources another file (e.g. source ...
0
votes
0answers
118 views

In SCons, can I make the environment depend on a file / Builder?

I'm writing builders and scanners for Xilinx FPGA tools (see here), and those tools use a set of difficult-to-parse configuration files. What I'm trying to do is extract build environment variables ...
0
votes
1answer
7k views

Java Runtime Environment HKEY_LOCAL_MACHINE Error

I was trying to get rid of older versions of Java (since I still had 1.6 and I also had 1.7) on my Windows XP machine. Well uninstalling 1.6 I got an error about Java Runtime Environment. When I try ...
2
votes
2answers
794 views

Environment.SpecialFolder.CommonDocuments

When I execute this statement: string folderPath = Environment.GetFolderPath(Environment.SpecialFolder.CommonDocuments); folderPath is set to C:\ProgramData. When I execute this statement in ...
2
votes
2answers
2k views

Using DateFormat.getDateTimeInstance().format(date);

When running some tests I came across the following issue. When using: private String printStandardDate(Date date) { return DateFormat.getDateTimeInstance(DateFormat.SHORT, ...
1
vote
1answer
167 views

Create/Destroy New Environment in PowerShell Script

I'm trying to find a method whereby a PowerShell script can be executed without the environment "leaking" back-and-forth between the script and other scripts/the console. I.e. if I set an environment ...
4
votes
1answer
573 views

Sandboxing in Lua 5.2

I am learning from "Programing in Lua" by Roberto Ierusalimschy, and I found that in the book, the example of Sandboxing uses the function setfenv() to change the environment of a given function, but ...
0
votes
2answers
89 views

Maintaining Rails environment through multiple deployment phases

I've been using Capistrano to deploy several rails apps to a single EC2 instance. The apps are all served with Apache + Passenger. The deployment phases form most of them is as follows: -- fetch ...
0
votes
1answer
422 views

Rails: Custom Rake Task error => rake aborted! missing :controller

(RoR with Rails 3.1, gem rake 0.9.2.2) I'm trying to run the most basic custom rake task as you can see here: task :update_me => :environment do Product.all.each do |product| puts ...
1
vote
1answer
114 views

Tool for automated packaging and deployments with Environment concept

We use TeamCity for builds\tests heavily. As far as I can see TeamCity is not a proper tool for packaging and deployments. Of course any command-line process can be initiated by TeamCity, but what we ...
0
votes
0answers
49 views

Unable to set and use env variables from surefire plugin

Need to access to environment variables from surefire plugin and then use this variable as a part of another variable that will be setted. For example: <environmentVariables> ...
1
vote
0answers
133 views

Why is Calibre/Python crashing when called from CGI/Perl, but not from the shell?

I have a Perl script which calls a bash script. The software I am using is Calibre. When I call this bash script (Calibre's) from my ssh shell, it seems to work fine. However when I call it from my ...
1
vote
1answer
85 views

Is it a good practice to package jar and config for all environments (dev uat prod) in one zip?

I am writing software deployed on unix servers by some operations team. The software is deployed to different environments by ops. Namely dev, uat and prod. The executable will be configured ...
1
vote
2answers
164 views

C++ how do you add environment variables in the code?

I would like to add a environment variable in the code and give it a value how can I do such a thing Could you guys give me an example Thanks :)
0
votes
2answers
67 views

Calling a path in java method

I have a small problem calling a path(that has the python file, that I need to run) in the following code: Process p = Runtime.getRuntime().exec(callAndArgs,env, new ...
3
votes
2answers
201 views

Finding out the absolute path of the PHP interpreter running the current script

In the CLI mode, is it safe and portable to rely on getenv('_') for finding out which php interpreter executable is running the current php script? I don't see it documented anywhere on php.net
0
votes
0answers
80 views

debugging XCode memory issues when running from command line

I am attempting to debug a standard run-of-the-mill "incorrect checksum for freed object - object was probably modified after being freed" memory issue in my application. I'm pretty familiar with the ...
0
votes
0answers
144 views

Application crashes when run outside of IDE and this IDE is closed, otherwise runs properly - possible threading issue

I'm using Embarcadero RAD Studio C++ Builder 2010 (if that is relevant somehow) and I have a strange issue - my program runs well from IDE, also runs well as a standalone .exe, but only when the IDE ...
1
vote
2answers
57 views

how to import a module in environment that won't let it be a hazard to my computer? (python)

python 2.7 windows 7 I wan't to download a bunch of modules and run them. the programmer of these modules could make them contain a virus. to prevent this I would like to run these modules in an ...
0
votes
0answers
148 views

Not able to config xuggler from git source for LD_LIBRARY_PATH

I tried installing and setting up xuggler in ubutnu 12.04 LTS but I am not able to set up the LD_LIBRARY_PATH. I performed all the steps provided on xuggler build website: ...
2
votes
3answers
282 views

Lisp as a meta environment

I'm working towards my Ph.D regarding better software reuse by integrating different types of computer languages. Due to performance and safety issues I don't consider to integrate them with foreign ...
1
vote
1answer
33 views

how to set a ruby application to run on multiple environments

I have developed a simple ruby application without any MVC, and runs on command prompt using ruby 1.9.2 . It also has a Gemfile. I want this application to run on machines running ruby 1.8.7 and 1.9.3 ...
4
votes
2answers
228 views

Detect Meteor environment?

I would like to know how can we detect whether meteor is running in development or production environment? Thanks

1 2 3 4 5 13