JJZolx;503990 Wrote: > I want to run several instances of Squeezebox Server from one or more > SVN checkouts. Are there any special considerations when doing this? > File permissions, etc.? >
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. -- peterw http://www.tux.org/~peterw/ Free plugins: 'AllQuiet' (http://www.tux.org/~peterw/slim/AllQuiet.html) 'Auto Dim/AutoDisplay' (http://www.tux.org/~peterw/slim/AutoDisplay.html) 'BlankSaver' (http://www.tux.org/~peterw/slim/BlankSaver.html) 'ContextMenu' (http://www.tux.org/~peterw/slim/ContextMenu.html) 'DenonSerial' (http://www.tux.org/~peterw/slim/DenonSerial.html) 'FuzzyTime' (http://www.tux.org/~peterw/slim/FuzzyTime.html) 'KidsPlay' (http://www.tux.org/~peterw/slim/KidsPlay.html) 'KitchenTimer' (http://www.tux.org/~peterw/slim/KitchenTimer.html) 'PlayLog' (http://www.tux.org/~peterw/slim/PlayLog.html) 'PowerCenter/BottleRocket' (http://www.tux.org/~peterw/slim/PowerCenter.html) 'SaverSwitcher' (http://www.tux.org/~peterw/slim/SaverSwitcher.html) 'SettingsManager' (http://www.tux.org/~peterw/slim/SettingsManager.html) 'SleepFade' (http://www.tux.org/~peterw/slim/SleepFade.html) 'StatusFirst' (http://www.tux.org/~peterw/slim/StatusFirst.html) 'SyncOptions' (http://www.tux.org/~peterw/slim/SyncOptions.html) 'VolumeLock' (http://www.tux.org/~peterw/slim/VolumeLock.html) ------------------------------------------------------------------------ peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107 View this thread: http://forums.slimdevices.com/showthread.php?t=73689 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
