Question
FMS3 dies on start (linux)
FMS dies immediately after starting the services. Checking
top shows that fmsmaster stays running but fmscore, fmsadmin,
fmsedge all die a couple of seconds after they appear and there is
no real error logging.
I'm running Ubuntu Linux 7.04 and installing FMS 3.0.1r123 in development mode.
Using Ubuntu patch from http://www.bluetwanger.de/blog/2008/02/11/flash-media-server-3-on-ubuntu-710-gutsy/
Thanks to this post http://www.ecinteractive.co.uk/blog/?p=25 and it's comments I used ldd on the various packages to show all the dependencies are satisfied. I found I had the same issue mentioned there where libasneu.so.1 was not loading so I followed the comment and the dependency error went away. I've also read the http://www.adobe.com/go/c533ee36 support topic and that isn't the issue.
I'm no guru so here is all the info I've been able to gather. -
Starting FMS in console mode:
# ./fmsmaster -console
Adobe Flash Media Server (Master)Console mode.
Host: host.net IPv4: 209.135.140.223
Server starting...
Failed to create process condition: errno(28).
Staring the FMS server normally gives:
# ./fmsmgr server fms start
Server:fms command:start
./server: line 19: ulimit: open files: cannot modify limit: Operation not permitted
error: "Operation not permitted" setting key "kernel.sem"
NPTL 2.5
Starting Adobe Flash Media Server (please check /var/log/messages)
Likewise shutting down the FMS server normally gives:
# ./fmsmgr server fms stop
Server:fms command:stop
./server: line 19: ulimit: open files: cannot modify limit: Operation not permitted
error: "Operation not permitted" setting key "kernel.sem"
NPTL 2.5
Stopping Adobe Flash Media Server (please check /var/log/messages)
Server has shutdown...
Logs:
/var/log/messages has only the following:
Jun 10 14:59:14 mcdev Service[12882]: Server starting...
Jun 10 14:59:14 mcdev Service[12882]: Server started (/opt/adobe/fms/conf/Server.xml).
In /opt/adobe/fms/logs
#Date: 2008-06-10
#Fields: date time x-pid x-status x-ctx x-comment
2008-06-10 14:59:14 12882 (i)2581173 Host: host.net IPv4: 209.135.140.223 -
2008-06-10 14:59:14 12882 (i)2571011 Server starting... -
2008-06-10 14:59:14 12882 (i)2581224 Edge (12902) started, arguments : -edgeports ":1935" -coreports "localhost:19350" -conf "/opt/adobe/fms/conf/Server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1". -
2008-06-10 14:59:14 12882 (i)2581221 Core (12905) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app "registry" -inst "registry" -tag -console -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:registry:registry:". -
2008-06-10 14:59:14 12882 (i)2571111 Server started (/opt/adobe/fms/conf/Server.xml) -
2008-06-10 14:59:19 12882 (i)2581226 Edge (12902) is no longer active. -
2008-06-10 14:59:19 12882 (i)2581223 Core (12905) is no longer active. -
Any help would be much appreciated.
I'm running Ubuntu Linux 7.04 and installing FMS 3.0.1r123 in development mode.
Using Ubuntu patch from http://www.bluetwanger.de/blog/2008/02/11/flash-media-server-3-on-ubuntu-710-gutsy/
Thanks to this post http://www.ecinteractive.co.uk/blog/?p=25 and it's comments I used ldd on the various packages to show all the dependencies are satisfied. I found I had the same issue mentioned there where libasneu.so.1 was not loading so I followed the comment and the dependency error went away. I've also read the http://www.adobe.com/go/c533ee36 support topic and that isn't the issue.
I'm no guru so here is all the info I've been able to gather. -
Starting FMS in console mode:
# ./fmsmaster -console
Adobe Flash Media Server (Master)Console mode.
Host: host.net IPv4: 209.135.140.223
Server starting...
Failed to create process condition: errno(28).
Staring the FMS server normally gives:
# ./fmsmgr server fms start
Server:fms command:start
./server: line 19: ulimit: open files: cannot modify limit: Operation not permitted
error: "Operation not permitted" setting key "kernel.sem"
NPTL 2.5
Starting Adobe Flash Media Server (please check /var/log/messages)
Likewise shutting down the FMS server normally gives:
# ./fmsmgr server fms stop
Server:fms command:stop
./server: line 19: ulimit: open files: cannot modify limit: Operation not permitted
error: "Operation not permitted" setting key "kernel.sem"
NPTL 2.5
Stopping Adobe Flash Media Server (please check /var/log/messages)
Server has shutdown...
Logs:
/var/log/messages has only the following:
Jun 10 14:59:14 mcdev Service[12882]: Server starting...
Jun 10 14:59:14 mcdev Service[12882]: Server started (/opt/adobe/fms/conf/Server.xml).
In /opt/adobe/fms/logs
#Date: 2008-06-10
#Fields: date time x-pid x-status x-ctx x-comment
2008-06-10 14:59:14 12882 (i)2581173 Host: host.net IPv4: 209.135.140.223 -
2008-06-10 14:59:14 12882 (i)2571011 Server starting... -
2008-06-10 14:59:14 12882 (i)2581224 Edge (12902) started, arguments : -edgeports ":1935" -coreports "localhost:19350" -conf "/opt/adobe/fms/conf/Server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1". -
2008-06-10 14:59:14 12882 (i)2581221 Core (12905) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app "registry" -inst "registry" -tag -console -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:registry:registry:". -
2008-06-10 14:59:14 12882 (i)2571111 Server started (/opt/adobe/fms/conf/Server.xml) -
2008-06-10 14:59:19 12882 (i)2581226 Edge (12902) is no longer active. -
2008-06-10 14:59:19 12882 (i)2581223 Core (12905) is no longer active. -
Any help would be much appreciated.
