Thanks Peter I created the "aped" file with these contents manually,
https://gist.github.com/Jonathonbyrd/2942151 I edited it to my environment and saved is as "aped" in the /etc/rc.d/init.d folder because the init.d folder is a symlink to rc.d/init.d on the Centos 6 server i have from hostgator. I added the service to the boot sequence with this : chkconfig --add aped. Now when I try to start the service with : service start aped, I get the error : env : /etc/init.d/aped : no such file or directory. There is no directory "init.d" it is a link to /etc/rc.d/init.d. Ive edited the config files, but still get the same error On Tuesday, December 8, 2015 at 2:04:04 PM UTC-5, [email protected] wrote: > > hai Marty > > I think that these might be rather trivial things: > > 1) At the command line ( putty ) "service aped start" tells me that it > can't find aped in "init.d". init.d is a symlink to rc.d/init.d. Any > help is greatly appreciated. > IIRC there was no /etc/init.d/aped script in the 'source' > distribution. > however there was one on the wiki. > 2) bash: ./aped: /bin/sh^M: bad interpreter: No such file or directory > This looks like the windows newlines, I guess that your 'sh' shell > does not like these. > > > Peter > > Marty Kerstetter schreef op 2015-12-05 21:22: > > I also get this in putty when I navigate into the folder with aped > > > > root@bum [/etc/ape/bin]# ./aped > > -bash: ./aped: /bin/sh^M: bad interpreter: No such file or directory > > > > -- > > -- > > You received this message because you are subscribed to the Google > > Groups "APE Project" group. > > To post to this group, send email to [email protected] > <javascript:> > > To unsubscribe from this group, send email to > > [email protected] <javascript:> > > For more options, visit this group at > > http://groups.google.com/group/ape-project?hl=en [1] > > --- > > APE Project (Ajax Push Engine) > > Official website : http://www.ape-project.org/ [2] > > Git Hub : http://github.com/APE-Project/ [3] > > > > --- > > You received this message because you are subscribed to the Google > > Groups "APE Project" group. > > To unsubscribe from this group and stop receiving emails from it, > > send an email to [email protected] <javascript:> [4]. > > For more options, visit https://groups.google.com/d/optout [5]. > > > > > > Links: > > ------ > > [1] http://groups.google.com/group/ape-project?hl=en > > [2] http://www.ape-project.org/ > > [3] http://github.com/APE-Project/ > > [4] mailto:[email protected] <javascript:> > > [5] https://groups.google.com/d/optout > > -- -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/ --- You received this message because you are subscribed to the Google Groups "APE Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
