Jump to content

auto start up heritrix


hyuuga

Recommended Posts

hola i need some guide.. how can i auto start up heritrix?

last time i'm using this bash scrip to start up the heritrix by click the button.. and it's works

but now i want to au to startup heritrix whithout click the button... i want o open it directly from the browser

 

#!/bin/bash

#

#chkconfig:345 99 99

#Description:Script to change /dev/random

 

export HERITRIX_HOME=/root/heritrix-1.14.3

cd $HERITRIX_HOME

$HERITRIX_HOME/bin/heritrix --admin=LOGIN:PASSWORD --port=9090

 

thank you..

Link to comment
https://forums.phpfreaks.com/topic/209197-auto-start-up-heritrix/
Share on other sites

thanks for your reply..

1. i have to open the heritrix console via my webpage and it is successfull when i click button "here" to open the heritrix.sh and heritrix console can be run... fyi button "heritrix console" is link to http://localhost:9090 but before that it has to open with heritrix.sh.

 

 

2. The problem is when i restart the pc, i have to click "here" to download and open with heritrix.sh.

what i want is.. after i restart or reboot my pc i can directly access heritrix console wihtout click the "here" button.

i want that i can directly open by typing http:// localhost:9090 at web browser and it can automatically go to heritrix console

Still not sure what your rambling about. Your posts don't make a great deal of sense.

 

Anyway, if you want to start a service when Linux boots, you either need to write a startup script (see the working examples within /etc/init.d)or add it to /etc/rc.local if it exists.

 

 

hi thanks for the reply i appreciate it!

 

here what i have done..

 

1.) i add the command to a bash script

 

#!/bin/bash

#

#chkconfig:345 99 99

#Description:Script to change /dev/random

 

export HERITRIX_HOME=/root/heritrix-1.14.3

cd $HERITRIX_HOME

$HERITRIX_HOME/bin/heritrix --admin=LOGIN:PASSWORD --port=9090

 

2. and save the file and roots owns it and has execute permission:

 

chown root:root: heritrix.sh

chmod 755 heritrix.sh

 

3. copy the file to /etc/init.d/

 

cp heritrix.sh /etc/init.d

chkconfig -- add heritrix.sh

chkconfig heritrix.sh on

 

and i reboot my pc, i found out that i not able access to the desktop.

can you please guide me step-by-step?

appreciate your guidance and help.

looking forward to hear from you..

 

 

 

hello thanks for your reply...

1.how to start up scripts within /etc/init.d/ require the functions start(), stop() and restart() at minimum?

2. is there any code beside the bash script?

3.can you guide me step by step?

 

thanks again for helping me...  i really appreacite it..

thanks you again for your reply...

i already copy the bash script into the /etc/rc.local file.

when i reboot my pc, i found out that i not able access to the desktop.

appreciate your guidance and help.

looking forward to hear from you..

 

from

nisa..

 

 

Did you remove the broken script that you made within /etc/init.d ?

wow.. thanks fast your prompt reply.

I allocate the bash coding into the rc.local then i reboot it then I cant login to my desktop, It just shows the blank page, so now I need to use a LIVE CD to login and delete the coding tht I placed in the rc.local.

Please advice...

thanks a lot :-)

 

yes. I have graphical login and when right clcik the mouse I can have terminal prompt as well. But now tht the problem is when I locate the bash code in rc.local and after reboot, it will lead me to the blank desktop.

can u please help me. please....

 

thanks a lot :-)

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.