search for: srvany

Displaying 20 results from an estimated 44 matches for "srvany".

Did you mean: rhsrvany
2001 May 03
1
[PATCH]: Addition to Cygwin README
...README =================================================================== RCS file: /cvs/openssh_cvs/contrib/cygwin/README,v retrieving revision 1.4 diff -u -p -r1.4 README --- README 2001/03/14 21:30:18 1.4 +++ README 2001/05/03 12:13:45 @@ -57,6 +57,13 @@ Install sshd as daemon via SRVANY.EXE (r (results in very slow deamon startup!) or from the command line (recommended on 9X/ME). +If you start sshd as deamon via SRVANY.EXE you will see two +sshd processes in the process list unless you give the "-D" +option to sshd. That will avoid that sshd detaches from the +cont...
2003 Oct 26
3
Automatic Windows Patch Deployment (OS Agnostic)
...rectory containing 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'...
2016 May 12
0
[PATCH 05/11] customize: add support for pvvxsvc
SUSE VMDP comes with a replacement for rhsrvany.exe named pvvxsvc.exe. Check for either one of them instead of only rhsrvany. --- builder/virt-builder.pod | 11 +++++++++-- customize/firstboot.ml | 38 +++++++++++++++++++++++--------------- customize/virt-customize.pod | 6 ++++++ sysprep/virt-sysprep.pod | 6 ++++++ v2v/virt-v2...
2016 May 18
0
[PATCH v2 05/11] customize: add support for pvvxsvc
SUSE VMDP comes with a replacement for rhsrvany.exe named pvvxsvc.exe. Check for either one of them instead of only rhsrvany. --- builder/virt-builder.pod | 11 +++++++++-- customize/firstboot.ml | 36 +++++++++++++++++++++--------------- customize/virt-customize.pod | 6 ++++++ sysprep/virt-sysprep.pod | 6 ++++++ v2v/virt-v2v....
2001 Nov 22
5
How to setup Rsync as an NT Service
For a recent project I needed to run Rsync as a service on Windows NT. The following is a link to the instructions I created to recreate my steps. http://members.home.net/cbollerud2/projects/rsync/NTService.html The "no-fork" patch used here is very similar to the "no-detach" option mentioned in many previous posts. I wish I could take credit for it, but I basically put
2007 Mar 29
10
Mongrel Service won''t start on windows
64bit Intel 8 CPU server Windows 2003 Server Service set to run as LocalSystem, doesn''t work as user account either The error we see is: "Service failed to start in a timely..." Which I have seen in the past email trails as working The app works from mongrel_rails start and from mongrel_service console -N servicename -p 3000 -c c:\rails_apps\appname -e production We upgraded
2008 May 30
2
rsync on stand alone winXP
...exe:: - rsync.exe - cygwin1.dll - cygpopt-0-dll - rsync-param.reg Now in services.msc I am seeing "rsync" service. I have started that also and set in logon tab as "LocalComputer". Again I have:: -- rsync in C:\program files\rsync -- Both dll are in C:\windows\system32 -- srvany.exe and instsrv.exe in C:\srvany Now I am not able to find the command that can copy any file from C:\ drive to D:\ drive. The first thing that I need is to copy the files or directories from one drive to another drive and then increment the files if the updation has been done. I have only the...
2004 Aug 06
1
Icecast2 Win32: any way to minimize on start orrunas a service?
You could always run this as a service using Microsoft's tools from the NT 3.5 Resource Kit. The two tools you need are srvany.exe and instsrv.exe. I've used this many times on Win2k with no problems. You can download the resource kit from Microsoft here: ftp://ftp.microsoft.com/bussys/winnt/winnt-public/reskit/nt35/i386/i386.exe And there is an article about how to set it up here: http://support.microsoft.com/defaul...
2001 Aug 10
1
Rsync and WinNT
I've been using rsync in a linux environment for some time, but I'm trying to grow my NT 4.0 environment to utilize rsync's features to keep a folder on one NTServer (with IIS) sync'd with one on the other side of a firewall. My issue is that I can't seem to get rsync v2.4.5 to load as a daemon. I've followed the hints in Mike McHenry's paper to no avail. I can run
2016 Apr 05
0
[PATCH 3/7] customize: add support for pvvxsvc
SUSE VMDP comes with a replacement for rhsrvany.exe named pvvxsvc.exe. Check for either one of them instead of only rhsrvany. --- builder/virt-builder.pod | 13 +++- customize/firstboot.ml | 169 +++++++++++++++++++++++-------------------- customize/virt-customize.pod | 6 ++ sysprep/virt-sysprep.pod | 6 ++ v2v/virt-v2v.pod...
2002 Nov 29
2
Rsync service on Win2k?
...to start it either using cygrunsrv -S "rsyncd", or from the Services manager. I've also tried with --no-detach and -e CYGWIN='binmode tty ntsec' on the cygrunsrv command line, as described at http://acd.ucar.edu/~fredrick/win2k/rsync/ Lastly, I tried getting it running via srvany.exe (from the Win2k resource kit) and srvinstw, with even less intelligible output. Any help would be very much appreciated. Cheers, -John cygrunsrv's error message: $ cygrunsrv -S "RSYNC" cygrunsrv: Error starting a service: QueryServiceStatus: Win32 error 1062: The service ha...
2003 Feb 12
4
rsync in cygwin as service
Hello! I want to start rsync on w2k as service. If I try to start rsync from command line it simply do nothig: $ rsync --daemon Administrator@dm-w2ks /usr/bin $ ps PID PPID PGID WINPID TTY UID STIME COMMAND 480 1 480 480 con 500 04:15:03 /usr/bin/bash 1428 480 1428 1420 con 500 05:26:46 /usr/bin/ps Administrator@dm-w2ks
2007 Jun 12
1
mongrel service security needs on Win2k3
...32, but no dice. No errors in the mongrel_service.log or servicefb.log. My security guy is wanting me to trace through the code to see what it''s touching, he''s not going to let the service account run with local admin privileges for long. For reference, I can run the thing under srvany.exe without local admin rights, and it runs just fine. But that solution is unacceptable because it doesn''t kill the processes, making me do my own imitation of mongrel service and write down the process ids of the processes as they start up, so I know which service goes with which process...
2004 Jul 10
6
How can Windows 2000 mount a share as a service?
I've asked every M$ expert I know, trolled through M$ TechNet, experimented with SRVANY/INSTSRV login scripts which hard-code username/passwords to login to a Samba 2.2.8a SMB server. I've experiment with and without the "Allow service to interact with Desktop" switch turned on. I am stuck. :( I can find no way to mount a share as a service, so that IIS can serve web...
2001 Jul 11
0
[PATCH]: Cygwin: Changes to cygwin contrib area
...rivate and public keys for a user now by running /usr/bin/ssh-user-config @@ -53,16 +65,12 @@ Options: --no -n Answer all questions with "no" automatically. --passphrase -p word Use "word" as passphrase automatically. -Install sshd as daemon via SRVANY.EXE (recommended on NT/W2K), via inetd +Install sshd as daemon via cygrunsrv.exe (recommended on NT/W2K), via inetd (results in very slow deamon startup!) or from the command line (recommended on 9X/ME). -If you start sshd as deamon via SRVANY.EXE you will see two -sshd processes in the process...
2008 Jun 09
1
Configuration Settings
I am trying to configure CC.rb as an NT service, and have it installed using SRVANY.exe, and can access the dashboard via http://localhost:3333 Now have a few questions about config 1) Used "cruise add" to add the project, but the dashboard still the dhasboard says "There are no projects in the project directory" 2) This question may answer 1), how do I co...
2016 Apr 05
1
Re: [PATCH 3/7] customize: add support for pvvxsvc
...> The output of the first boot scripts is available in the guest as > -F<C:\Program Files\Red Hat\Firstboot\log.txt>. > +F<C:\Program Files\Guestfs\Firstboot\log.txt>. Changing this path is fine, but let's split it into a separate patch. > + let services = ["rhsrvany.exe"; "pvvxsvc.exe"] in > + let srvany = ( > + try > + List.find ( > + fun service -> ( > + try > + let chan = open_in (virt_tools_data_dir // service) in > + close_in chan; > + true...
2004 Mar 26
2
Automount from Windows w/o logging in first?
...a plaintext login key in some script or registry key. The security impacts are acceptable. I have the latest Samba 2.2.x server, and a bunch of NT4 (soon to be Windows 2000 Server) web-servers from which I'd like to serve IISROOT directories residing on a samba share. I've tried NTResKit srvany.exe'ing a "net use" command and lots of other hacks to wire in a "service" which provides a complete "net use W: \\server\WEB\ webpassword /user:weblogin" sort of thing. No dice. Soo.... how DO you automatically mount shares without having to login at the console...
2016 May 18
21
[PATCH v2 00/11] Getting it work with SLES / openSUSE
Hi all, v2 includes all comments from Pino and Richard. I also removed the mkdir /run/lvm in the init since it only failed in one case and couldn't reproduce it anymore. Cédric Bosdonnat (11): v2v: also search for windows virtio drivers in symlinks Update packagelist for SLES and openSUSE customize: fix windows firstboot script customize: change windows firstboot path customize:
2019 Nov 21
4
[PATCH 0/2] Delay firstboot scripts to some later time
...rly versions (without service packs) of XP and 2003 and our support matrix still mentions these Windows versions. The change can also be problem for those who really wish to perform an action early in the boot... if there are such users. Tomáš Golembiovský (2): firstboot: use absolute path to rhsrvany firstboot: schedule firstboot as delayed task mlcustomize/firstboot.ml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -- 2.24.0