LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to run a shell script with super user privs when my network get disconnected!!! (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-run-a-shell-script-with-super-user-privs-when-my-network-get-disconnected-772918/)

sd|| 12-02-2009 05:01 AM

how to run a shell script with super user privs when my network get disconnected!!!
 
i am working on Debian lenny!!

the problem with my wifi network is that it often get disconnected after a while!!

i run this command to reconnect it back!!

Quote:

sudo ifconfig wlan0 up
i want to automate this!!

how can i!! can write a shell script but how to deploy that!!! :(

EricTRA 12-02-2009 05:14 AM

Hello,

You can write a shell script checking the state of the network and/or interface, next if the network is unavailable or the interface is down or combination of both run some command in your script to connect again.

Test the script to see if it works and does what you want/need it to do and then plan it to run like every 10 minutes using cron.

But I believe it's most important to look for the underlying reason why you get disconnected and not write a solution. If the network or interface goes down on a regular basis there must be a reason for that. If you find what causes it maybe you can fix it so there will be no need for a script.

Kind regards,

Eric


All times are GMT -5. The time now is 02:42 PM.