It seems Adobe finally realized that there's a significant Debian user base for their Flash Media Server and started to build "unofficial" Debian support in FMS (the "unofficial" means that the FMS scripts -install, startup, shutdown- still skip a few steps in case FMS runs on Debian).

The installation is pretty much straightforward, no problems at all. It even checks for the availability of the
libnspr4 library (and stops if does not find it) and creates the
fms user and group for you (however I still suggest to create these manually since you want to have these in the system UID/GID range) and sets up automatic start on boot. The
libnspr4 lib can be installed via
apt-get install libnspr4-0d, the
fms user and group can be created via
addgroup --system fms; adduser --system --group fms and for the autostart to work right, you'll have to adjust the start/stop runlevels in
/etc/init.d/fms after the installation finished and reset the runlevels of the
fms script via
update-rc.d fms remove; update-rc.d fms defaults (by default the
/etc/init.d/fms script does not include runlevel 2 in the start runlevels and Debian's default runlevel is 2).
Recent comments
2 days 15 hours ago
2 days 15 hours ago
4 days 20 hours ago
1 week 2 days ago
1 week 2 days ago
1 week 3 days ago
1 week 3 days ago
1 week 3 days ago
1 week 5 days ago
2 weeks 21 hours ago