Re: [hlds] Multiple servers, same configs

2008-08-25 Thread James McKenna
Thanks for all of the info. I would have figured there'd be streamlined way
built into server 2k8... Oh well.

On Fri, Aug 22, 2008 at 12:07 AM, Andrew Armstrong [EMAIL PROTECTED]wrote:

 Besides moving to some form of game server management system, an easier
 less
 technical way may be to simply make an 'update configs' batch file that
 allows you to copy a single config file to all servers at once.

 Eg, create an 'update.bat' file and type the appropriate copy commands:
 copy default.cfg ..\server1\tf2\server.cfg

 .. etc

 So then you just need to click that file after editing your config
 template.

 - Andrew

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Steven Hartland
 Sent: Friday, 22 August 2008 3:17 AM
 To: Half-Life dedicated Win32 server mailing list
 Subject: Re: [hlds] Multiple servers, same configs

 A hard link to a file is indistinguishable from the original directory
 entry;
 any changes to a file are effectively independent of the name used to
 reference
 the file.  Hard links may not normally refer to directories and may not
 span
 file systems.

 A symbolic link contains the name of the file to which it is linked.  The
 referenced file is used when an open(2) operation is performed on the
 link.  A stat(2) on a symbolic link will return the linked-to file; an
 lstat(2) must be done to obtain information about the link.  The
 readlink(2) call may be used to read the contents of a symbolic link.
 Symbolic links may span file systems and may refer to directories.

 Junctions, the closest thing windows prior to 2008 has to links, is more
 like a hardlink than a soft link but is only valid for directories.

Regards
Steve

 - Original Message -
 From: James McKenna [EMAIL PROTECTED]


 What's a hardlink?

 I'm using Windows.

 
 This e.mail is private and confidential between Multiplay (UK) Ltd. and the
 person or entity to whom it is addressed. In the event of misdirection, the
 recipient is prohibited from using, copying, printing or otherwise
 disseminating it or any information contained in it.

 In the event of misdirection, illegible or incomplete transmission please
 telephone +44 845 868 1337
 or return the E.mail to [EMAIL PROTECTED]


 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds


 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Multiple servers, same configs

2008-08-22 Thread Andrew Armstrong
Besides moving to some form of game server management system, an easier less
technical way may be to simply make an 'update configs' batch file that
allows you to copy a single config file to all servers at once.

Eg, create an 'update.bat' file and type the appropriate copy commands:
copy default.cfg ..\server1\tf2\server.cfg

.. etc

So then you just need to click that file after editing your config template.

- Andrew

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steven Hartland
Sent: Friday, 22 August 2008 3:17 AM
To: Half-Life dedicated Win32 server mailing list
Subject: Re: [hlds] Multiple servers, same configs

A hard link to a file is indistinguishable from the original directory
entry;
any changes to a file are effectively independent of the name used to
reference
the file.  Hard links may not normally refer to directories and may not span
file systems.

A symbolic link contains the name of the file to which it is linked.  The
referenced file is used when an open(2) operation is performed on the
link.  A stat(2) on a symbolic link will return the linked-to file; an
lstat(2) must be done to obtain information about the link.  The
readlink(2) call may be used to read the contents of a symbolic link.
Symbolic links may span file systems and may refer to directories.

Junctions, the closest thing windows prior to 2008 has to links, is more
like a hardlink than a soft link but is only valid for directories.

Regards
Steve

- Original Message - 
From: James McKenna [EMAIL PROTECTED]


What's a hardlink?

I'm using Windows.


This e.mail is private and confidential between Multiplay (UK) Ltd. and the
person or entity to whom it is addressed. In the event of misdirection, the
recipient is prohibited from using, copying, printing or otherwise
disseminating it or any information contained in it. 

In the event of misdirection, illegible or incomplete transmission please
telephone +44 845 868 1337
or return the E.mail to [EMAIL PROTECTED]


___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


[hlds] Multiple servers, same configs

2008-08-21 Thread James McKenna
Was wondering how people manage multiple directory servers with the same
configs. It's a pain to copy and paste everything over each time the admin
list gets updated, etc.
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Multiple servers, same configs

2008-08-21 Thread Kveri
There are number of ways:

1. command mapchangecfgfile
2. if you are using linux: symlink server.cfg (ln /server1/server.cfg 
/server2/server.cfg -s)

James McKenna  wrote / napísal(a):
 Was wondering how people manage multiple directory servers with the same
 configs. It's a pain to copy and paste everything over each time the admin
 list gets updated, etc.
 ___
 To unsubscribe, edit your list preferences, or view the list archives, please 
 visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds

   


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Multiple servers, same configs

2008-08-21 Thread Arg!
or hardlinks in windows, same thing as symlinks.

On Thu, Aug 21, 2008 at 7:40 PM, Kveri [EMAIL PROTECTED] wrote:

 There are number of ways:

 1. command mapchangecfgfile
 2. if you are using linux: symlink server.cfg (ln /server1/server.cfg
 /server2/server.cfg -s)

 James McKenna  wrote / napísal(a):
  Was wondering how people manage multiple directory servers with the same
  configs. It's a pain to copy and paste everything over each time the
 admin
  list gets updated, etc.
  ___
  To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
  http://list.valvesoftware.com/mailman/listinfo/hlds
 
 


 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds




-- 

Chillidog Systems - Re-inventing the wheel for the sake of all humanity!

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Multiple servers, same configs

2008-08-21 Thread gameadmin
Nope a hardlink in windows is the same as a hardlink in linux.

http://www.telenovela-world.com/~spade/linux/lg/105/pitcher.html

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Arg!
Sent: 21 August 2008 11:14
To: Half-Life dedicated Win32 server mailing list
Subject: Re: [hlds] Multiple servers, same configs

or hardlinks in windows, same thing as symlinks.

On Thu, Aug 21, 2008 at 7:40 PM, Kveri [EMAIL PROTECTED] wrote:

 There are number of ways:

 1. command mapchangecfgfile
 2. if you are using linux: symlink server.cfg (ln /server1/server.cfg
 /server2/server.cfg -s)

 James McKenna  wrote / napísal(a):
  Was wondering how people manage multiple directory servers with the same
  configs. It's a pain to copy and paste everything over each time the
 admin
  list gets updated, etc.
  ___
  To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
  http://list.valvesoftware.com/mailman/listinfo/hlds
 
 


 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds




-- 

Chillidog Systems - Re-inventing the wheel for the sake of all humanity!

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Multiple servers, same configs

2008-08-21 Thread Arg!
ah yes, it seems i mean junction points

On Thu, Aug 21, 2008 at 10:08 PM, [EMAIL PROTECTED] wrote:

 Nope a hardlink in windows is the same as a hardlink in linux.

 http://www.telenovela-world.com/~spade/linux/lg/105/pitcher.htmlhttp://www.telenovela-world.com/%7Espade/linux/lg/105/pitcher.html

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Arg!
 Sent: 21 August 2008 11:14
 To: Half-Life dedicated Win32 server mailing list
 Subject: Re: [hlds] Multiple servers, same configs

 or hardlinks in windows, same thing as symlinks.

 On Thu, Aug 21, 2008 at 7:40 PM, Kveri [EMAIL PROTECTED] wrote:

  There are number of ways:
 
  1. command mapchangecfgfile
  2. if you are using linux: symlink server.cfg (ln /server1/server.cfg
  /server2/server.cfg -s)
 
  James McKenna  wrote / napísal(a):
   Was wondering how people manage multiple directory servers with the
 same
   configs. It's a pain to copy and paste everything over each time the
  admin
   list gets updated, etc.
   ___
   To unsubscribe, edit your list preferences, or view the list archives,
  please visit:
   http://list.valvesoftware.com/mailman/listinfo/hlds
  
  
 
 
  ___
  To unsubscribe, edit your list preferences, or view the list archives,
  please visit:
  http://list.valvesoftware.com/mailman/listinfo/hlds
 



 --
 
 Chillidog Systems - Re-inventing the wheel for the sake of all humanity!
 
 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds


 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds




-- 

Chillidog Systems - Re-inventing the wheel for the sake of all humanity!

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Multiple servers, same configs

2008-08-21 Thread James McKenna
What's a hardlink?

I'm using Windows.

On Thu, Aug 21, 2008 at 5:28 AM, Arg! [EMAIL PROTECTED] wrote:

 ah yes, it seems i mean junction points

 On Thu, Aug 21, 2008 at 10:08 PM, [EMAIL PROTECTED] wrote:

  Nope a hardlink in windows is the same as a hardlink in linux.
 
  http://www.telenovela-world.com/~spade/linux/lg/105/pitcher.htmlhttp://www.telenovela-world.com/%7Espade/linux/lg/105/pitcher.html
 http://www.telenovela-world.com/%7Espade/linux/lg/105/pitcher.html
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Arg!
  Sent: 21 August 2008 11:14
  To: Half-Life dedicated Win32 server mailing list
  Subject: Re: [hlds] Multiple servers, same configs
 
  or hardlinks in windows, same thing as symlinks.
 
  On Thu, Aug 21, 2008 at 7:40 PM, Kveri [EMAIL PROTECTED] wrote:
 
   There are number of ways:
  
   1. command mapchangecfgfile
   2. if you are using linux: symlink server.cfg (ln /server1/server.cfg
   /server2/server.cfg -s)
  
   James McKenna  wrote / napísal(a):
Was wondering how people manage multiple directory servers with the
  same
configs. It's a pain to copy and paste everything over each time the
   admin
list gets updated, etc.
___
To unsubscribe, edit your list preferences, or view the list
 archives,
   please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds
   
   
  
  
   ___
   To unsubscribe, edit your list preferences, or view the list archives,
   please visit:
   http://list.valvesoftware.com/mailman/listinfo/hlds
  
 
 
 
  --
  
  Chillidog Systems - Re-inventing the wheel for the sake of all humanity!
  
  ___
  To unsubscribe, edit your list preferences, or view the list archives,
  please visit:
  http://list.valvesoftware.com/mailman/listinfo/hlds
 
 
  ___
  To unsubscribe, edit your list preferences, or view the list archives,
  please visit:
  http://list.valvesoftware.com/mailman/listinfo/hlds
 



 --
 
 Chillidog Systems - Re-inventing the wheel for the sake of all humanity!
 
 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Multiple servers, same configs

2008-08-21 Thread Ferenc Kovacs
2008/8/21 James McKenna [EMAIL PROTECTED]:
 What's a hardlink?

 I'm using Windows.

 On Thu, Aug 21, 2008 at 5:28 AM, Arg! [EMAIL PROTECTED] wrote:

 ah yes, it seems i mean junction points

 On Thu, Aug 21, 2008 at 10:08 PM, [EMAIL PROTECTED] wrote:

  Nope a hardlink in windows is the same as a hardlink in linux.
 
  http://www.telenovela-world.com/~spade/linux/lg/105/pitcher.htmlhttp://www.telenovela-world.com/%7Espade/linux/lg/105/pitcher.html
 http://www.telenovela-world.com/%7Espade/linux/lg/105/pitcher.html
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] On Behalf Of Arg!
  Sent: 21 August 2008 11:14
  To: Half-Life dedicated Win32 server mailing list
  Subject: Re: [hlds] Multiple servers, same configs
 
  or hardlinks in windows, same thing as symlinks.
 
  On Thu, Aug 21, 2008 at 7:40 PM, Kveri [EMAIL PROTECTED] wrote:
 
   There are number of ways:
  
   1. command mapchangecfgfile
   2. if you are using linux: symlink server.cfg (ln /server1/server.cfg
   /server2/server.cfg -s)
  
   James McKenna  wrote / napísal(a):
Was wondering how people manage multiple directory servers with the
  same
configs. It's a pain to copy and paste everything over each time the
   admin
list gets updated, etc.
___
To unsubscribe, edit your list preferences, or view the list
 archives,
   please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds
   
   
  
  
   ___
   To unsubscribe, edit your list preferences, or view the list archives,
   please visit:
   http://list.valvesoftware.com/mailman/listinfo/hlds
  
 
 
 
  --
  
  Chillidog Systems - Re-inventing the wheel for the sake of all humanity!
  
  ___
  To unsubscribe, edit your list preferences, or view the list archives,
  please visit:
  http://list.valvesoftware.com/mailman/listinfo/hlds
 
 
  ___
  To unsubscribe, edit your list preferences, or view the list archives,
  please visit:
  http://list.valvesoftware.com/mailman/listinfo/hlds
 



 --
 
 Chillidog Systems - Re-inventing the wheel for the sake of all humanity!
 
 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds

 ___
 To unsubscribe, edit your list preferences, or view the list archives, please 
 visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds


when you need to access a file for example c:\foo\bar.baz in another
place, like d:\some\thi.ng then you can create a hardlike, instead of
copying the file and duplicate the filesize.
its like an alias for the file.

Tyrael
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Multiple servers, same configs

2008-08-21 Thread Steven Hartland
A hard link to a file is indistinguishable from the original directory entry;
any changes to a file are effectively independent of the name used to reference
the file.  Hard links may not normally refer to directories and may not span
file systems.

A symbolic link contains the name of the file to which it is linked.  The
referenced file is used when an open(2) operation is performed on the
link.  A stat(2) on a symbolic link will return the linked-to file; an
lstat(2) must be done to obtain information about the link.  The
readlink(2) call may be used to read the contents of a symbolic link.
Symbolic links may span file systems and may refer to directories.

Junctions, the closest thing windows prior to 2008 has to links, is more
like a hardlink than a soft link but is only valid for directories.

Regards
Steve

- Original Message - 
From: James McKenna [EMAIL PROTECTED]


What's a hardlink?

I'm using Windows.


This e.mail is private and confidential between Multiplay (UK) Ltd. and the 
person or entity to whom it is addressed. In the event of misdirection, the 
recipient is prohibited from using, copying, printing or otherwise 
disseminating it or any information contained in it. 

In the event of misdirection, illegible or incomplete transmission please 
telephone +44 845 868 1337
or return the E.mail to [EMAIL PROTECTED]


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds


Re: [hlds] Multiple servers, same configs

2008-08-21 Thread Arg!
This tool http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx will
help to set these up in windows

Theres also a MS KB article in that page which explains more details about
them.

On Fri, Aug 22, 2008 at 3:16 AM, Steven Hartland [EMAIL PROTECTED]wrote:

 A hard link to a file is indistinguishable from the original directory
 entry;
 any changes to a file are effectively independent of the name used to
 reference
 the file.  Hard links may not normally refer to directories and may not
 span
 file systems.

 A symbolic link contains the name of the file to which it is linked.  The
 referenced file is used when an open(2) operation is performed on the
 link.  A stat(2) on a symbolic link will return the linked-to file; an
 lstat(2) must be done to obtain information about the link.  The
 readlink(2) call may be used to read the contents of a symbolic link.
 Symbolic links may span file systems and may refer to directories.

 Junctions, the closest thing windows prior to 2008 has to links, is more
 like a hardlink than a soft link but is only valid for directories.

Regards
Steve

 - Original Message -
 From: James McKenna [EMAIL PROTECTED]


 What's a hardlink?

 I'm using Windows.

 
 This e.mail is private and confidential between Multiplay (UK) Ltd. and the
 person or entity to whom it is addressed. In the event of misdirection, the
 recipient is prohibited from using, copying, printing or otherwise
 disseminating it or any information contained in it.

 In the event of misdirection, illegible or incomplete transmission please
 telephone +44 845 868 1337
 or return the E.mail to [EMAIL PROTECTED]


 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds




-- 

Chillidog Systems - Re-inventing the wheel for the sake of all humanity!

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds