peterw;504033 Wrote: 
> Concurrently (virtual IPs?) or just running one at a time? I have
> separate shell scripts to launch different checkouts (generally trunk of
> 7.3, 7.4, and 7.5) -- one at a time. On my prod server I use a sym link
> to determine the default, and a homegrown init script to launch SBS as a
> special user account. I haven't used the official packaged version in
> years; all my stuff is in dirs like
> /home/slimuser/subversion-7.3-trunk/server/. My "slimuser" does/owns the
> checkouts, so no permissions worries (and not much worry about a bug
> wrecking something else). All these are i386 or x86_64 with ia32-libs
> installed, and I've not had to compile anything or install extra perl
> libs, just use what's in the checkout.

Thanks, that helps some.  On Linux do all services either run under an
account that you've created, unlike Windows, which has generic SYSTEM
accounts and such?  How are services launched at startup and what does a
basic script to do this look like?

I'll be running each instance on a different IP address, which is what
I've been doing on Windows.  It was easy enough to bind all the
necessary addresses to the network interface, so that's taken care of. 


In Windows I have a directory tree setup for all of the different
instances' folders - cache, logs, music, playlists and prefs - with each
one named using the last octal of the IP address.  Normally I have three
or four severs running at any given time, but have run more.

/squeeze
../21
../../cache
../../logs
../../music
../../playlists
../../prefs
../22
../../cache
../../logs
../../music
../../playlists
../../prefs
../23
etc.

The music folders in this directory structure contain only links.  I
gather that this isn't exactly how it's done in the *nix world, with
logs going in /var/log and prefs in /etc and similar conventions.  Where
should cache, music, and playlists be placed?

I'd probably do something like

/var
../log
../../squeeze
/../../../21
/../../../22
/../../../23
etx.


-- 
JJZolx

Jim
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=73689

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to