LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 03-16-2003, 05:43 PM   #1
exper13nce
LQ Newbie
 
Registered: Mar 2003
Location: Ohio
Distribution: Redhat 8.0 (previously Mandrake 8.2)
Posts: 7

Rep: Reputation: 0
kppp permissions?


When I connect to the Internet with kppp, I need to be root. I don't want that, because then I also have to be root to use or close that connection, and kppp doesn't dock into the panel. I've tried creating a group called "kppp" and giving it ownership of all kppp files/programs, but it didn't help. Also, wvdial connects, but doesn't "know what to do" after that... Any help?
 
Old 03-16-2003, 05:59 PM   #2
onurb
Member
 
Registered: Dec 2002
Posts: 263

Rep: Reputation: 30
Try "sudo pppd call <isp-name>"
or "sudo gkdial"
or "sudo wvdial" as normal user
(The first two work in VectorLinux, dunno about the wvdial)

Last edited by onurb; 03-16-2003 at 06:01 PM.
 
Old 03-16-2003, 06:24 PM   #3
rshaw
Senior Member
 
Registered: Apr 2001
Location: Perry, Iowa
Distribution: Mepis , Debian
Posts: 2,692

Rep: Reputation: 45
enable "stupid mode" in wvdial, chmod 6755 /usr/sbin/pppd, for kppp
 
Old 03-17-2003, 12:18 AM   #4
2Sleepy2
LQ Newbie
 
Registered: Mar 2003
Location: Portland, OR
Distribution: Fedora Core 2 (2.6.5)
Posts: 12

Rep: Reputation: 0
I ran into the same thing. Seems that Redhat uses something they call "consolehelpers" to run things from the menus and they seem to mess up security settings for kppp. I tried changes from the kppp man page without success and found the consolehelper explanation on the KDE website FAQ (www.kde.com.)

I decided to stick with Gnome under Redhat (I think they default to that) and set up the modem connection info in the Network configuration. I then use Modem Lights on the panel to activate and monitor the modem connection. Still fussin' with it, tho - I just like how easy kppp is as root and want to use it in other accounts.
 
Old 03-24-2003, 06:50 PM   #5
exper13nce
LQ Newbie
 
Registered: Mar 2003
Location: Ohio
Distribution: Redhat 8.0 (previously Mandrake 8.2)
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks for all your replies... I haven't tried the last one, but I will as soon as I get back onto my computer. Does anyone know more about this ConsoleHelper thing? Like, how to disable/midify it? Something strange just started happening, and I'm pretty sure it's related to it; whenever I try to run anything requiring a root password, nothing happens when I click on it, whether it's an icon on my desktop or in the menus. I haven't really looked into it yet, but I will as soon as I'm done writing this...

I wonder why I didn't have these problems with Mandrake...
Oh, well, don't respond to that last remark...
 
Old 03-24-2003, 08:23 PM   #6
JayCnrs
Member
 
Registered: Mar 2003
Location: Winnipeg
Distribution: Suse 9.3 Pro
Posts: 404

Rep: Reputation: 30
As for kppp: to dock it into the panel you will open up kppp then click on setup, click on the tab Misc. put a check mark in dock in panel, this will dock it into the panel when you connect.

As for the needing to be root when you enter your password and click on connect wait till it connects then if you look in your panel you will see what looks like a set of keys, double click on this icon, then click forget authorization. This will drop you out of being root but leave the connection active.

Hope this helps Sorry I can't help with the other problem.
 
Old 03-25-2003, 01:21 PM   #7
exper13nce
LQ Newbie
 
Registered: Mar 2003
Location: Ohio
Distribution: Redhat 8.0 (previously Mandrake 8.2)
Posts: 7

Original Poster
Rep: Reputation: 0
Kppp still doesn't dock, even though I checked the box...I found out how to fix the password dialogue box problem on the KDE website...It involved deleting the current link and making a new one, but the original problem persists; once connected, I can't get any data. I'm pretty sure it has to do with the ip address configuration, but I can't figure out how to change it. In the kppp settings, I have Dynamic IP Address selected, but when I connect, it gives me a strange address. It used to always start with 209.57.215.* but now it's a class A network...I know my computer assigns it to me somehow, but how do I change this? I've tried the Network Configuration tool and just about everything else I could find in the menus. Also, the ConsoleHelper problem is still bugging be; programs requiring the root password no longer run; the password dialogue box doesn't pop up. Anyone able to relate to this problem?
 
Old 03-26-2003, 11:19 PM   #8
exper13nce
LQ Newbie
 
Registered: Mar 2003
Location: Ohio
Distribution: Redhat 8.0 (previously Mandrake 8.2)
Posts: 7

Original Poster
Rep: Reputation: 0
ConsoleHelp problems

Anyone have them? I can't get system tools or settings to open...
 
Old 03-29-2003, 05:41 PM   #9
exper13nce
LQ Newbie
 
Registered: Mar 2003
Location: Ohio
Distribution: Redhat 8.0 (previously Mandrake 8.2)
Posts: 7

Original Poster
Rep: Reputation: 0
Well, I just reinstalled Linux, which wasn't too bad, since I just kept my "/home" partition... Everything works, except kppp still won't dock. When it tries, it just disappears.

btw, the commands I used to "fix" kppp were...

Code:
rm /usr/bin/kppp
Code:
chmod u+s /usr/sbin/kppp
Code:
ln -s /usr/sbin/kppp /usr/bin/kppp
 
Old 03-30-2003, 07:55 AM   #10
lynch
Member
 
Registered: Nov 2000
Location: A Mid-Atlantic state
Distribution: SuSE 8.1,Knoppix 3.2,Mandrake 9.1
Posts: 388

Rep: Reputation: 30
This was the fix I used for RH 7.3 to allow regular users to dialout with kppp:
1.Log in as root

2.check for /usr/bin/kppp and usr/sbin/kppp

3.rm /usr/bin/kppp

4.chmod u+s /usr/sbin/kppp

5.ln -s /usr/sbin/kppp /usr/bin/kppp

I prefer to use kinternet.

lynch
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
kppp permissions h3xis Linux - Software 5 02-11-2005 04:51 PM
changing kppp permissions jamessp007 Linux - Software 14 01-29-2005 05:10 PM
KPPP Permissions AmdMhz Linux - Software 3 10-01-2004 06:58 AM
kppp permissions ewto Linux - Software 6 08-30-2003 10:39 PM
KPPP Permissions SML Linux - Newbie 3 12-10-2002 05:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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