aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 [2]

Author Topic: Problem with autotools when cross compiling for ARMEL with OpenEmbedded  (Read 14465 times)

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685

Then I had a problem with stop and restart. "killall amuled" kills amuled, but "killall /usr/bin/amuled" fails to kill amuled. I tried changing the script to exec "killall amuled" instead of "killall /usr/bin/amuled", but it doesn't work because the script is called itself amuled, and killall is killing also the script... Is there a way to prevent this (other than renaming the script :)).
Code: [Select]
ps h -C amuled -o pid | grep -v $$ | xargs -r kill
Logged
concordia cum veritate

doragasu

  • Approved Newbie
  • *
  • Karma: 2
  • Offline Offline
  • Posts: 24

Works like a charm! You have really great shell skills. Again thanks a lot.

Now amuled is working perfect. My next step: I have compiled bridge-utils and openvnc. I now have to read a lot about openvnc to create a VPN to connect to my home...
Logged
Pages: 1 [2]