Displaying 4 results from an estimated 4 matches for "firedaemon".
2003 Oct 26
3
Automatic Windows Patch Deployment (OS Agnostic)
...ing three XML files describing packages, hosts, and
profiles to be installed on a system.
Each package consists of nothing more than a set of command lines to run
on install/upgrade/removal, a version number, and a name. When the
script is run (preferably as a service at boot, using srvany.exe, or
FireDaemon), it checks a local C:\$SYS$\System32\wpkg.xml file, which
lists the package entries of locally installed packages, determines
which new packages are available, and attempts to install them according
to their command lines, and reboots if neccassary.
It is very simple, but I've now been runnin...
2006 Apr 26
8
script/server lighttpd on Windows
Has anyone been able to get script/server to successfully use lighttpd
on a Windows box? When I try to start the server I get:
PROBLEM: Lighttpd is not available on your system (or not in your path)
So then I add "C:\lighttpd\sbin" to the path for the console session,
and it still fails with the same error.
If anyone has some success with this I sure would like to know. Webrick
2004 Aug 06
5
Icecast2 Win32: any way to minimize on start or run as a service?
Is there any way to run Icecast2 Win32 at Windows startup and at least
one of the following: minimized, in the system tray, or as an NT/2000
service? I looked through the docs but couldn't find anything.
Thanks,
Ethan
--
------------------------------------------------------------------------
Ethan Kiczek
Information Technology Manager
Weatherhead Center for International Affairs
Email:
2005 Mar 06
10
A Nightmare on Rails Street: Windows Lives!
...roblems, part of
which were:
CGI was slow (Dell PowerEdge 2500, P III 1.4GHz, 1G RAM, PERC Raid).
FastCGI refused to work. It complained and wanted me to see the
FastCgiIpcDir command, which I could never get to help the situation.
WebRick couldn''t be made into a service (you can with FireDaemon) to
start on boot.
When trying to write a monitor program (such as Mon that you can set up
with a few clicks of Webmin on a non-Windows box), I installed mysql.so
from somewhere so I could use ruby-mysql (or mysql-ruby) which I
couldn''t compile myself on this box. That broke one part...