The K Desktop Environment

Next Previous Table of Contents

8. Questions and answers

8.1 Frequently Asked Questions

I can't get kppp to work. kppp tells me that pppd has died or that a timeout has expired!

Did you read the this manual carefully? Here are once more the most common pitfalls.

If nothing helps, you might obtain some debugging info from your systems log by issuing:

% tail /var/log/messages

kppp tells me ``Sorry, can't open the modem''.

This means that kppp doesn't have permissions to open the modem device or that you selected a modem device on the Modem Tab Dialog that is not valid. First make sure you selected the right modem device. Once you are sure you have selected the right modem device, you must give kppp the right permission to access the modem device and to be able to modify /etc/resolv.conf in case you want kppp to configure DNS correctly for you. If you can afford to run kppp setuid root this would solve all access problems for you, if not you will have to figure out what the right permissions are for your purposes. In order to give kppp setuid root permissions do the following:

% su root
% chown root:root ${KDEDIR}/bin/kppp
% chmod +s ${KDEDIR}/bin/kppp
% exit

kppp tells me it can't create a modem lock file.

This in most instances means that you have installed kppp without SETUID bit on while you, the person executing kppp, doesn't have write access to the lock file directory which by default is /var/lock. This for example is the case on RedHat systems. Check the modem dialog for the precise location you have chosen. The solution is easy -- either run kppp SETUID if you can afford to, or give regular users write access to /var/lock or create a modem group that will have access to the /var/lock file.

Why is Kppp installed with the SETUID bit on?

There is no need for the SETUID bit, if you know a bit of Unix systems administration. Simply create a modem group, add all users that you want to give access to the modem to that group and make the modem device read/writeable for that group. Also if you want DNS configuration to work with Kppp, then /etc/resolv.conf must be read/writeable by the members of that group. The same counts for /etc/ppp/pap-secrets and /etc/ppp/chap-secrets if you want to use the built-in PAP or CHAP support, respectively.

Please do not criticize me for installing Kppp with setuid bit on, I simply can no longer handle the amount of mail I used to get from desperate users who had problems getting kppp to work because they didn't understand enough about Unix and device permissions.

kppp just sits there and waits: Expecting OK

Have you played with the CR/LF setting?

Your modem might not sustain a fast initialisation. Increase the 'Init Delay Time' that can be found under 'Modem Commands' on the Modem tab dialog. You may do some fine tuning later.

The connection works fine but I canīt start any applications.

You probably have activated the Auto-configure hostname option and the X Server has problems connecting to your newly named host. If you really need this option (chances are that you donīt) you are on your own to setup the appropriate authorizations. Issuing xhost + before starting the connection will do the job, but be warned of any security risks that involves since everyone else is granted access to your X Server.

How do I make kppp send a \n or a \r?

Just send an empty string such as in the following script:

Send                                   # send an empty string
Expect      ID:                        
Send        itsme                     
Expect      word:                      
Send        forgot                    
Expect      granted                    
Send        ppp                        
                                       

kppp complains: "Can't create lock file"

This means that you don't have permissions to create a lock file. If for example you have specified '/var/lock/LCK..modem" on the modem dialog tab, you must have write permission to write to /var/lock/. This is of course no problem if you have given kppp setuid permissions. Please read the section on lock files .

How do I write a telephone cost rules file?

Just follow the TEMPLATE rules files supplied with kppp. You should be able to find a copy in the ${KDEDIR}/doc/HTML/kppp. Use the -r kppp command line options to check the syntax of your proposed rules file.

I have written a telephone cost rules file for my region. Where can I submit it so that others can make use of it?

I would love to receive any rule files written. I will make them available on my kppp web page. Before you send me a new rules file make sure it is not already available on the kppp web page. Then email the new rules file to me.

My country observes a moving holiday different from easter.

In that case you need to write new code that allows for the computation of that holiday. Please have a look at ruleset.cpp and emulate the ``easter'' example. Then send me the patches.

Next Previous Table of Contents