From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322) Description of problem: I am attempting to run the TeamSpeak software as a service. I have created the init.d file and the symbolic links in the rc"n".d files. When I try to start the service, (in GUI and command line) it reads error:Tss2_rc2:unrecognized service or just unrecognized service. This same script worked in Fedora Core 1 as well as RH-7,8&9. I'm wondering if there is now a file that is checked as a security measure? Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Create an init.d shell script to run an application as a service. 2. Create the symbolic links in the rc.d folders. 3. Start the service by GUI or by cmdline > service "scriptname" start. Additional info:
I am able to execute the script normally. sh tss2_rc2 start ./ tss2_rc2 start <---- both work normally service tss2_rc2 start <---- doesn't work unrecognized service
Nevermind; was a problem between the keyboard and chair. /me kicks self for not checking permissions.