For Ubuntu server /etc/init.d/aped stop gives: Unknown parameters - check "aped --help"
As Shankar wrote, sudo /etc/init.d/ape-server stop works fine. I also found that start-stop-daemon --start --name aped work fine too. Now I am trying to restart it. /usr/bin/aped --cfg /etc/ape/ape.conf indeed restarts the server but it seems to get stuck after the line: [JS] Loading script /var/ape/utils/checkTool.js Any idea? Thx for your help so far. Nic. What is going on? On 22 sep, 17:51, Shankar <[email protected]> wrote: > Use > > sudo /etc/init.d/ape-server stop > > On 22 Sep 2010 23:36, "Nicolas" <[email protected]> wrote: > > > Hi, > > > I dont manage to stop my server. > > > It is started as a daemon. No syntax that I can see on the doc manages > > to stop it. > > > r...@mc-188-165-59-239:/var/ape# ps faux | grep aped > > daemon 891 0.0 1.7 48944 36556 ? S 00:23 0:00 > > \_ /usr/bin/aped --cfg /etc/ape/ape.conf > > root 20543 0.0 0.0 2140 728 pts/1 S+ 17:33 > > 0:00 \_ grep --color=auto aped > > > I am on Ubuntu Server. > > > Any help? > > > -- > > 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]<ape-project%[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 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/
