similar to: How can Windows 2000 mount a share as a service?

Displaying 20 results from an estimated 2000 matches similar to: "How can Windows 2000 mount a share as a service?"

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
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:
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
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
2008 May 30
2
rsync on stand alone winXP
Hi, I want to use rsync in my project that take increment image of files. This is for windowsXP and vista(stand alone) on localhost no need to use on network. I have following dll and 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
2004 Mar 26
2
Automount from Windows w/o logging in first?
I am trying to do something which should seem very straightforward, not to mention, not unusual for load-balanced web servers, namely: providing a faceless/login-less mounting of SMB shares from NT4 and Win2K servers. Yes, I accept that I will need to stash 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
2005 Oct 19
35
Why you MUST use SCGI for Rails development
Hello happy Railers, I used to develop with a local out-of-the-box Apache and load times were pretty slow (like a few seconds each page). "Well, it''s the price to pay for no compile / cache / etc..." I thought. Nonsense. Yesterday I installed SCGI, and now I''ve got the best of both worlds: rails development env uses my very latest modifications, while SCGI ensures I
2003 Jun 23
1
Installing rsync as a service on Windows 2000.
I was looking to install Rsync on a win2k server, the document telling you how to do this (available at: http://samba.org/rsync/nt.html) is fairly out of date and has a couple of mistakes. An updated version of the "Rsync on NT" document is now available at: http://www.tiarnan.phlegethon.org/rsyncntdoc.html I think I've gotten rid of the mistakes, but if I've missed anything
2004 Aug 06
2
Icecast2 Win32: any way to minimize on start orrun as a service?
> startup folder it will start. The only problem is that it won't start > minimized... IIRC you can set the properties of this shortcut to "start minimized". Or does your executable override this? regards Thomas --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2016 Oct 14
4
First steps in Dovecot; IMAP not working
Hello, First of all, I'm sorry if you received this mail twice; I haven't received it the first time so I think it was lost. Second attempt. I've made some more tests and I still can't receive mails. Outlook doesn't complain about anything, no error message; the mails that are supposed to be received just won't appear. In the mail logs, I find this line (other lines are
2002 Oct 25
3
Win32 Version?
Howdy... I have searched the archives, and even read what has been posted on the site regarding a Win32 port of rsync. Though I have found a problem with everything. The URLs for building your own, or downloading the compiled binaries for the Win32 platform are no longer valid. Therein the problem lies, as the information is outdated, and still easily available on the site publicly. I
2016 Oct 14
2
First steps in Dovecot; IMAP not working
doveconf -n: # 2.2.13: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-042stab116.1 x86_64 Debian 8.6 mail_location = mbox:~/mail:INBOX=/var/mail/%u namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent }
2010 Sep 16
1
Rsync failed as a cron task.
Any advice for an all around newbie. I have a rsync command that works just fine whenever I have executed it directly from the command line. /usr/local/bin/rsync -v -v -v -P --stats -z -r -t -p -l --delete --password-file=/export/home/webuser/.appprod --exclude "*.htaccess" /export/home/xternal/htdocs/ webuser at appprod::dprweb_www > /export/home/webuser/logs/rsync But when we
2010 Sep 28
1
How to mirror only specified directories
I am trying to mirror only select directories from one server to another with rsync through its daemon mode. Server A /export /home /A-do /A-not /A-copy /das /htdocs /docs /em /htdocs /docs /psb /htdocs /docs /X-do /X-not /X-copy Server B /export /home /extranet
2010 Sep 21
2
Rsync command failing as a Cron Tab
We have this Rsync command that does what is desired when ran either directly OR with a shell script. /usr/local/bin/rsync -vvv -P --stats -zrtpl --delete --password-file=/export/home/webuser/.appprod - -log-file=/exp*/h*/web*/logs/rsync-log --exclude "*.htacc*" /exp*/h*/xter*/htdocs/ webuser at appprod:: dprweb_www > /exp*/h*/web*/logs/rsync-output But no matter how we put it into
2010 Oct 29
1
What won't rsync sync this file?
For some reason, Rsync did not copy two specific file. Then I tried to specifically tell it to synchronize one of them and I get this result. *I* don't see any reason why to chose not to copy this file, but maybe on of you out there would see the obvious reason I am missing. dprweb> /usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod
2010 Sep 30
3
Excluding most and including some problems continue.
Here is my rsync command as it currently stands. /usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod --log-file=/export/home/webuser/logs/rsync-log -F /export/home/ webuser at appprod::dprweb_extranet/ > rsync-test Here is the current .rsync-filter file. + das + em + enf + internal + itb + medtox + pml + psb + reg + whs + htdocs + docs - /* -
2016 Jul 08
2
Building Samba RPMs on CentOS 7 as an alternative to Sernet packages
Hi there. I'm new to Samba 4 and looking to use it as an alternative to a Microsoft Active Directory domain controller. We run on CentOS 7 and I've read that the Samba packages for this distro don't support AD due to using MIT Kerberos instead of Heimdal. This lead me to trying the Sernet pacakges, which work great, but they are restricted to 7.2 for the free version. I'm keen not
2001 May 03
1
[PATCH]: Addition to Cygwin README
Hi, just a short addition to the Cygwin README. It would be nice to include that into the repository. Thanks, Corinna Index: 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 @@
2007 May 27
4
Zonbu
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 2775 bytes Desc: image001.gif Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070527/cb333f7e/attachment.gif