LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-30-2004, 12:11 PM   #16
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46

Hi friend! This is the way:

You need to run SysV-init Editor. The thing is really addictive. Feel the force of SysV!!
In kde do: System > Service configuration > SysV-init Editor.
The first screen that appears is self-explanatory. And it gives you complete control.
Post again and tell me what you think!
 
Old 06-30-2004, 03:20 PM   #17
Mad_C
Member
 
Registered: Dec 2002
Location: Austria
Distribution: Slax, ccux-Linux, coLinux
Posts: 49

Rep: Reputation: 15
Hmm..
I can't find no service configuration in the KDE System menu..
Have to fire up Yast and see if I need to install the SysV-init Editor.
Or do I have to be logged into X as root?
 
Old 06-30-2004, 03:41 PM   #18
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
I searched yast2, and it seems the package necessary is this:
sysvinit-2.85-20.i586.rpm

Ask rpm if you have it (rpm -q sysvinit), otherwise, install. Its so worth it!
 
Old 06-30-2004, 03:59 PM   #19
Mad_C
Member
 
Registered: Dec 2002
Location: Austria
Distribution: Slax, ccux-Linux, coLinux
Posts: 49

Rep: Reputation: 15
Thanks friend,
I had the package installed already, but no System > Service configuration > SysV-init Editor.
Strange.
 
Old 06-30-2004, 04:03 PM   #20
Mad_C
Member
 
Registered: Dec 2002
Location: Austria
Distribution: Slax, ccux-Linux, coLinux
Posts: 49

Rep: Reputation: 15
OK. Switched to root, same thing, no System > Service configuration > SysV-init Editor!
Can you find out what the command line entry is? (Sometimes SuSE forgets to update the menu when packages are post-installed).
 
Old 06-30-2004, 05:02 PM   #21
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
what a hack! I don't know why the suse guys did it this way, but... We'll bring the system our way. Follow me:

sysvinit is located at /opt/kde3/bin/ksysv and it can be launched with "ksysv" command at the console. To be able to launch a root program when sued in the console you have, first, to disable access control by doing "xhost +" as a normal user.

1. Open console
2. As normal user do "xhost + "
3. Su to root
4. Do "opt/kde3/bin/ksysv"
5. Edit the script and save

To insert an item in the kde menu you can use the kde menu editor:

1. Launch Menu k
2. Choose Control Center > Regional and Accessibility > Keyboard shortcuts > The second dialog is "Command shortcuts", in the first line title there's a link "KDE menu editor": open it.
3. Create a new entry - which can be anywhere, btw - under System, call it System configuration (if you wanna comply with the suse standards. But its not mandatory).
4. Create a new item under the new entry. Call it sysV-init Editor. Under the field "command" you paste "ksysv -caption "%c" %i %m" (just like mine). If it doesn't work, issue the whole path /opt/kde3/bin/ksysv and don't forget to tick "Run as a different user" and the user is root, obviously.

Post again if it fails.

Last edited by bruno buys; 06-30-2004 at 05:05 PM.
 
Old 07-01-2004, 02:04 AM   #22
Mad_C
Member
 
Registered: Dec 2002
Location: Austria
Distribution: Slax, ccux-Linux, coLinux
Posts: 49

Rep: Reputation: 15
Well, you really got into the thick of things for me, didn't you? Thanks again for your efforts
Now I can finally contribute a little knowledge myself:
I decided to create the menu item before fiddling with the console commands, and suprise, surprise: there was now ksysv in /opt/kde3/bin! Searching Yast2 revealed that I needed to install the package kdeadmin3 which contains ksysv.
Done that, and lo, there is an entry System->Service Configuration containing KCron and SysV-Init Editor.
Now I can go play with it!

Btw, there is a little more direct way to get to the KDE menu editor: right-click on the (green) SuSE ball in the taskbar, and there it is..

Regards,

Mad_C
 
Old 07-01-2004, 07:42 AM   #23
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
Well, you really got into the thick of things for me, didn't you? Thanks again for your efforts

You´re welcome, friend. Linux is one of the greatest collective efforts (if not the top one) of the history. It´s a joy to be a part of it.

I decided to create the menu item before fiddling with the console commands, and suprise, surprise: there was now ksysv in /opt/kde3/bin!

So, you mean, that rpm (sysvinit-2.85-20.i586.rpm) isn´t enough for one to run sysveditor?

Searching Yast2 revealed that I needed to install the package kdeadmin3 which contains ksysv.

Yast2 is a nice piece of software, indeed. People have made a big hype on whether its license is free software or not. Its not GPL, but its not restrictive as a prop. one. One thing is certain: yast2 accounts heavily for suse´s leading position.

Btw, there is a little more direct way to get to the KDE menu editor: right-click on the (green) SuSE ball in the taskbar, and there it is..

He he he... sorry for that! I knew that way was stupid. Sometimes I´m kinda lazy... There must be a direct way, also. And if you want to create a desktop icon, for example, its got to know where is the bin file. Do you know the command "whereis"? whereis finds files in your system, very useful. Do "whereis ksysv" to check it.
 
Old 07-01-2004, 08:13 AM   #24
Mad_C
Member
 
Registered: Dec 2002
Location: Austria
Distribution: Slax, ccux-Linux, coLinux
Posts: 49

Rep: Reputation: 15
Bruno, that's what I meant:
>I decided to create the menu item before fiddling with the console commands, and suprise, >surprise: there was NO ksysv in /opt/kde3/bin!

> So, you mean, that rpm (sysvinit-2.85-20.i586.rpm) isn´t enough for one to run sysveditor?
No, you HAVE to install kdeadmin3 to get ksysv.

>Whereis: cool tool, I just keep forgetting about it.

Now if I can find somebody to help me with my DirectFB problems I will be a happy camper..

regards,

Chris
 
Old 07-01-2004, 10:46 PM   #25
crazibri
Member
 
Registered: Mar 2004
Location: Orange County, CA
Distribution: OS X, SuSE, RH, Debian, XP
Posts: 377

Original Poster
Rep: Reputation: 31
Hi,
I just wanted to report back in that I was able to fix my problem with DNS and host name resolving.
Everything is perfect. I got help from linuxant.com, since thats where I got my wireless drivers from.
I was missing some informtion in my ifcfg-wlan0. I added two lines and now it loads my linuxant drivers, then wpa encryption and then updates my DNS entries and my GAIM starts automatically at startup and connects pefectly.
I love this now. I feel myself getting addicted to Linux.

If only I can get some programs running on Wine.
 
Old 07-02-2004, 08:21 AM   #26
bruno buys
Senior Member
 
Registered: Sep 2003
Location: Rio
Distribution: Debian
Posts: 1,513

Rep: Reputation: 46
Glad to know, crazi! What programs do you want to wine? You´d better start a new thread, as you will get more visibility.
 
  


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
use suse/grub to boot slackware ? muddywaters SUSE / openSUSE 2 08-18-2005 01:10 PM
Blank Screen after Suse Boot - HowTo boot from grub to command line benco420 Linux - Newbie 3 02-13-2005 05:50 AM
Dual boot issues… Not SuSE, but Grub… LinuxHawk Linux - General 1 11-06-2004 10:41 PM
boot.local failed (suse 9.1) Big Money Linux - Software 10 08-06-2004 09:59 PM
SuSE boot problem grub and 2.6.3 deuce868 Linux - General 1 03-01-2004 03:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:41 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