The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
17 views

Writing startup script for Ubuntu

Note: I did consider putting this question on the AskUbuntu site, but believe it is a scripting/programming question at its core, and thus deserves to be here on SO. I'm trying to use upstart to run ...
-1
votes
1answer
30 views

Make IPython use my original startup script

I had set up a startup.py script for python that imported the commonly used modules like re, os and sys. Ipython however does not seem to run it at startup because trying to use one of the modules ...
0
votes
0answers
10 views

ESB start error

I started the wso2server.bat. I get this error immediately, althouth the JAVA_HOME is set. The actual downloaded install is: wso2esb-4.6.0 Can this run by itself? or is it dependent upon something ...
0
votes
1answer
165 views

Powershell Startup script for printer deployment through GPO

I am trying to deploy printers to the PCs in my organization through a powershell script. The script itself is deployed through group policy to run on machine startup. When a machine in the test OU ...
1
vote
1answer
154 views

Cygwin startup script

How can I run a script inside cygwin after it launches? I want to automatically add some mounts and run other scripts inside cygwin whenever it starts. I see that in linux it is as simply as adding a ...
1
vote
1answer
58 views

specifying emacs startup behavior

I have got a question about config of emacs startup behavior. I don't have any idea about lisp, I simply love emacs for editing. What I would like to have is the following: I call emacs like emacs ...
0
votes
0answers
152 views

How can I make Forever run Node.js script on startup?

I am running forever for my node.js which is great, but when the server restarts I have to rerun the command. Are there any suggestions on how to make it so on reboot or start up, forever ...
-2
votes
1answer
116 views

Create python script that runs at startup [closed]

Background I need to create a python script that runs at start-up. The problem is that this script must be platform independent because it will be used on different operating systems. It needs to be ...
0
votes
0answers
114 views

Azure startup.cmd add new user script

I have a simple startup.cmd script which runs some net commands to create a new user and add the user to the administrator group. I got the script from this blog. I have run the net commands in a ...
2
votes
2answers
354 views

Azure deployment fails due to startup script

I'm kicking off the startup script per the following in my ServiceDefinition.csdef <Startup> <Task commandLine="Microsoft.WindowsAzure.Caching\ClientPerfCountersInstaller.exe install" ...
0
votes
1answer
148 views

Linux start screen on startup

I'm trying to start a screen session on startup, so I added my script at the end of rc.local screen -S ws sh -x /var/includes/websocket/start.sh; But that doesn't work. My goal is to be able to ...
0
votes
1answer
24 views

Create a startup script for running VNUML

For creating the VNUML simulation containing specific number of devices we use vnumlparser.pl -t -u root -w 100 But I am unable to run this using a start up scripts I have made in the location ...
0
votes
0answers
79 views

Windows7 “Wakeup” Event

I want to be able to execute a program (command script) when Windows 7 "wakes up" from either sleep or hibernation modes. I know I can add and execute a Startup option (program) by simply adding this ...
0
votes
1answer
811 views

Error starting gnome-terminal from /etc/rc.local ubuntu 12.04

I am unable to start gnome-terminal from rc.local , with the following error. ** (gnome-terminal:1304): WARNING **: Command line `dbus-launch --autolaunch=bd53fdd726adb41172f458c100000007 ...
0
votes
1answer
102 views

Java start program on user login (platform-wide)

Across linux, MAC, and Windows, is there any way to make a Java program startup on login? I know on windows their would just need to be a shortcut to the jar file in the user's startup folder. But for ...
0
votes
2answers
798 views

mysqladmin to set initial root password fails in script but works in shell

I am trying to do this as part of a startup script (that runs as root) on an EC2 instance # mysqladmin -u root password mygreatnewpassword To debug this I echoed the entire command to the log and ...
0
votes
3answers
340 views

Windows Azure Startup Script for PHP

I use a startup script to install PHP, normallay I would use the default script of the PHPAzure SDK, which installs the newest available version, but I need absolutely PHP v5.3.8. So I wrote my own ...
1
vote
2answers
74 views

Branching instruction which ignores important data?

I have a problem understnding a branch instruction B arm926ejs_reset_handler which leaps to the label arm926ejs_reset_handler: and thus ignores the code in between. I wonder why would anyone do ...
0
votes
1answer
241 views

assembly bootloader

In my assembly startup code for ARM9 i have some lines that i don't understand and are like this: .word 0x41676d69 .word 0,0,0,0,0 image_type: .word 0x0000000A sizeOfPermanentCode: ...
0
votes
3answers
175 views

System Startup Folders/Methods on UNIX Platforms?

I have a Java application that needs to implement installation features of making a JAR launch on startup. I can do this on Window by entering a REG file into the registry, but how can I do this on ...
0
votes
2answers
761 views

Chrome extension run at doc start

I have a script that I want to be injected into the document BEFORE load. I.E; it should function as if <script..>MYSCRIPT HERE</script> <html> . . I have made a script in chrome ...
3
votes
1answer
845 views

How do i add a python script to the startup registry?

I'm trying to make my python script run upon startup but i get the error message windowserror access denied, but i should be able to make programs start upon boot because teamviewer ( a third-party ...
0
votes
1answer
600 views

Running a “rundll32.exe” process at Win7 Logon, Lock, & Switch User screens?

Before I start, another post for something similar to this request for help is located at Running a process at the Windows 7 Welcome Screen, but the responses were not quite what I believe I am ...
4
votes
3answers
319 views

$PYTHONSTARTUP with python 2.7 and python 3.2

I finally started using python 3 alongside python 2.7 on Linux. I setup my python shell using a startup-script defined by $PYTHONSTARTUP. Due to incompatibilities I am unable to use the same script ...
0
votes
1answer
167 views

How to determine weblogic server startup?

I am trying to write a script that will run and send a notification email regarding a successful server restart, however, how should i do so in the best way? Weblogic 8.1
4
votes
2answers
970 views

Start up script for node.js repl

Is there a way configure node.js's repl? I want to require jquery and underscore automatically whenever the repl starts. Is there a file (noderc?) that node.js loads when it starts the repl? The ...
1
vote
3answers
3k views

Run Javascript After Page Load

I understand there are MANY posts on this, but I have tried every single one and none of them work! I have an aspx and aspx.cs page being run using visual studio 2010. on my aspx page I have a table ...
2
votes
3answers
3k views

Run a perl script at startup in Ubuntu

I have a perl script that I need to run once at startup with an argument under my user account. So when I boot the system up it needs to execute a command like this, ./path/to/script.pl start Any ...
2
votes
1answer
862 views

Need help making a Python script starup on mac using Launch Agent and send output to a window

I've created a python script I wish to have run automatically when I log in on a mac, and need some help using a Launch Agent to do this. I used SO extensively getting things working up to this point, ...
0
votes
1answer
226 views

Is there a working rc-script for Celery on FreeBSD?

I have hacked together an rc script for celeryd on FreeBSD, but I can't help but think that there must be a better way. celeryd does not daemonize itself, and it seems to have a hard time responding ...
0
votes
2answers
288 views

Deleting email automatically

The Problem: I'm looking for a way to create a program that visits an email host site and log in with a specific credentials and deletes all message at the Inbox and clears the Trash folder. ...
2
votes
2answers
3k views

Simple startup on boot of misc application (Java based) on Ubuntu Linux 8+ as a daemon

What is the easiest way to have an application launch at startup on Ubuntu server as daemon? This is a java application (java com.run.run.Run) etc. How would I have it launch as a user and possibly ...
0
votes
2answers
863 views

Subversion commands not being run by Ubuntu rc.local

Here is my rc.local for an autoscaling amazon ec2 instance based on ubuntu: (Note that user names, domains, and paths have been changed for security purposes) logger "Begin rc.local startup script:" ...
1
vote
2answers
1k views

Running a script with the help of GRUB and menu.lst?

Can't I run myScript by appending a line to the entry of Linux in /boot/grub/menu.lst as: title Ubuntu 9.04, kernel 2.6.28-11-generic uuid b20f1720-b3f5-4162-bc92-ab2deb8d5d04 ...
0
votes
1answer
1k views

Loading Multiple JS variables up using RegisterStartupScript

I need to get multiple variables up into my JS code from my C# backend (ASP 2.0). Currently I use the following code string js; if (swapSize == null && VMWare == null) js = ...
1
vote
1answer
208 views

Asp page force not to postback

I am using Page.RegisterStartUpScript if the user types not acceptable data but i want to force at least some part of my aspx page if not the entire page to not postback. Does anybody has a clue how ...
0
votes
1answer
398 views

Sync'ing ejabberd nodes at startup

I am running into an issue that appears to be un-resolvable. I have a need to pass in the function mnesia:change_table_copy_type(schema, node(), disc_copies). at the command line whe the db is ...
5
votes
5answers
1k views

Using ASDF to start Hunchentoot

I'm working on a web app using Hunchentoot (on SBCL and Linux), and usually I just run it from Emacs (SLIME), but for deployment I want something that's easier to automate. So I'm trying to figure ...
2
votes
3answers
892 views

Long running java process

I have inherited a java system which should be run in the background on a Linux server. The directions call for it to be started java -jar start.jar. This seems a little too fragile for my liking. I'd ...
7
votes
3answers
4k views

.net - How do you Register a startup script?

I have limited experience with .net. My app throws an error this.dateTimeFormat is undefined which I tracked down to a known ajax bug. The workaround posted said to: "Register the following as a ...
2
votes
3answers
2k views

How do I run a batch file on startup for a Win x64 machine?

I know you can use autoexnt to run a batch file on startup for Windows XP, but that only seems to work for 32-bit machines. I'm running Windows XP x64 on a box, and I need to have a script run on ...
1
vote
1answer
160 views

How to know whether a given client-side startup script is already registered in an asp.net page?

I have a asp.net page, and would like to know whether "script1" is already registered as a startup script or not?