Results 1 to 3 of 3

Thread: How to automate this code:

  1. #1

    How to automate this code:

    I'm not dtrong in linux. To run EggDrop, i do this:
    Code:
    >> Logging on wl500gx
    #adduser
    uegg
    passsz
    #su uegg
    #cd /opt/eggdrop
    #./eggdrop -n eggdrop.conf
    << Logging out (Eggdrop process stays alive)
    I'd like eggdrop will run automatically when i boot up my router. Can you help me how to do it? Any advices?
    Last edited by FilimoniC; 15-11-2005 at 11:56.
    Sorry for my bad English.
    Покупайте Отечественных Слонов!!!

  2. #2
    Join Date
    Dec 2003
    Location
    Russian Federation
    Posts
    8,356
    You've to save /etc/passwd and /etc/group in the flashfs once to avoid adding new user all the time.

  3. #3
    Strange... added to post-mount:
    [CODE]su uegg /opt/eggdrop/runeggdrop.sh &CODE]
    runeggdrop.sh:
    Code:
    cd /opt/eggdrop
    ./eggdrop -n eggdrop.conf > /dev/null
    But it doesnt work!
    If i login to router via SSH and run su uegg /opt/eggdrop/runeggdrop.sh & manually, it works... i don't understand. Plesase explain and help me!
    Sorry for my bad English.
    Покупайте Отечественных Слонов!!!

Similar Threads

  1. Duh? Unable to unpack the source code...
    By max2950 in forum WL-500g Custom Development
    Replies: 3
    Last Post: 22-02-2005, 16:38
  2. Windows XP code 10 device does not start message
    By iceman-nl in forum WL-100g/WL-100gDeluxe/WL-103b/WL-120b/WL-120g [Broadcom Chipset]
    Replies: 4
    Last Post: 14-05-2004, 17:44
  3. Which source code used?
    By pbo42 in forum WL-500g Custom Development
    Replies: 1
    Last Post: 07-05-2004, 19:21
  4. Asus Releasing Source Code Soon
    By Antiloop in forum WL-500g Q&A
    Replies: 10
    Last Post: 28-02-2004, 17:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •