LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-17-2005, 09:07 PM   #16
justin_p
Member
 
Registered: Jan 2004
Location: Virginia, USA
Distribution: slack 13; I've used it all :)
Posts: 433

Original Poster
Rep: Reputation: 30

same result. I am going to delet my current rc.local and start over. Maybe that will work.

EDIT: No dice on that either. At this point it's comical.

Last edited by justin_p; 06-17-2005 at 09:14 PM.
 
Old 06-17-2005, 09:17 PM   #17
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
yeah, but if the script works ok when you run it from the cli after booting,
and when called at boottime it doesn't, the script is okidoki.
the only thing that has changed is time.
( it's the last script in the row )

try " sleep 30 " or so...
( you can reduce it in steps to find the limit if it works )

egag
 
Old 06-18-2005, 02:52 AM   #18
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Did you give the full path to adsl-start ?
Code:
echo "Starting ADSL Services... "
/usr/sbin/adsl-start
Or you can use a loop like :
Code:
echo "Starting ADSL Services... "
(while ! /usr/sbin/adsl-start; do
    sleep 5
done) &
Note that (...)& syntax will execute the loop in
background to not block the boot process

Or use debug mode to see what's wrong
Code:
echo "Starting ADSL Services... "
DEBUG=1 /usr/sbin/adsl-start
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
permissions error for lib/MT/FileMgr/Local.pm bindweb Linux - Security 1 06-10-2005 03:35 AM
/usr/local/firefox permissions rose_bud4201 Linux - Software 2 05-18-2005 10:08 PM
samba permissions local/remote Astro Slackware 1 04-26-2005 12:22 AM
mounting local hard drive, permissions plasticus Linux - Hardware 5 02-15-2004 03:14 PM
Write permissions in local on ML 9.1 sw4eternity Linux - Newbie 1 11-03-2003 11:56 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration