|
|
|
| |||||||||
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Starting services on boot SuSE 8.0
How i can start my services, for example mysql or httpd while the system is booting.
Exist some GUI to manipulate the services, and save the configuration like Red Hat 8. |
|
#2
|
||||
|
||||
|
I'm not so familiar with Suse, but certainly on the distros I have worked with, it's quite simple to add likes to the /etc/rc.d/rc.local file for services to start at boot time
christo
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
|
#3
|
|||
|
|||
|
I can't find the file /etc/rc/rc.local
If somebody have another way to solve my problem, please give an answer i am boored starting the services manually in my system
|
|
#4
|
||||
|
||||
|
Shouldn't it be /etc/rc.local. A google on the web seems to show that SuSE does use /etc/rc.local, so try putting the line in there. If the file doesn't exist, then create one and see if it works. BTW have you tried out YaST to see if you can control the service from there. I don't use SuSE myself, but my dad swears by it.
|
|
#5
|
||||
|
||||
|
sorry, I typo'd it - I have it under /etc/rc.d/rc.local
I have used this method on RedHat and Slackware, but I don't know about SUSE ![]() christo |
|
#6
|
|||
|
|||
|
can anybody share your /etc/rc.d/rc.local file
If any body can share, please send me an file to view the form of this
![]() Last edited by ti5cgo : February 23rd, 2003 at 01:03 AM. |
|
#7
|
|||
|
|||
|
In SuSE it's /etc/init.d/boot.local
Here's an example: Code:
#! /bin/sh # # Copyright (c) 2002 SuSE Linux AG Nuernberg, Germany. All rights reserved. # # Author: Werner Fink <werner@suse.de>, 1996 # Burchard Steinbild <feedback@suse.de>, 1996 # # /etc/init.d/boot.local # # script with local commands to be executed from init on system startup # # Here you should add things, that should happen directly after booting # before we're going to the first run level. # #this enables 32-bit I/O for ide drives hdparm -c3 /dev/hda You can also do what you want with the YaST2 runlevel editor,I think. HTH halfbrain Last edited by halfbrain : February 23rd, 2003 at 12:42 PM. |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Starting services on boot SuSE 8.0 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|