Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Sphing on September 22, 2001, 07:40:25 PM

Title: Sharing directories
Post by: Sphing on September 22, 2001, 07:40:25 PM
I started a Counter-Strike Server and I need to access the logs from a win machine. Is there anyway to get the logs (/halflife/hlds_l/cstrike/logs) without having to copy them to an ibay?
Title: Re: Sharing directories
Post by: Sphing on September 22, 2001, 07:45:08 PM
also if anyone can tell me how to disable uneeded services like mySQL and Apache to save CPU power?
Title: Re: Sharing directories
Post by: Rick on September 23, 2001, 02:09:20 AM
http://www.e-smith.org/contrib/rpm-index/RPM-e-smith-service-control-1.1.0-01.src.html
Title: Re: Sharing directories
Post by: sphing on September 23, 2001, 06:38:00 PM
anyone know how to share the log directory?
Title: Re: Sharing directories
Post by: Al Church on September 24, 2001, 03:41:51 AM
sphing,
Just create a link, using the 'ln' command, from an ibay html folder to your /halflife/hlds_l/cstrike/logs folder

You may have to make it a symbollic link and play with permissions for a directory. If you just want a certail log file updated, then a regular hard link will work.

When halflife updates the logs, then you can access them from the ibay.


al