LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-13-2006, 10:33 PM   #1
brianmay27
Member
 
Registered: Apr 2006
Posts: 82

Rep: Reputation: 15
Exclamation vpn client on fadora 5


I am trying to install vpn client on fadora core 5 and every time i get to instaling it is cuts out. i do not know if it is not conpadibal or what.
 
Old 04-14-2006, 12:09 AM   #2
mikeyt_333
Member
 
Registered: Jun 2001
Location: Up in the clouds
Distribution: Fedora et al.
Posts: 353

Rep: Reputation: 30
If we're going to help, we need some more information. What messages are you getting, when does it "cut out," what vpn client are you installing...? All of this is needed before we can even venture a guess as to what's going on. Fill in the blanks and I will gladly help as best as I can.

Mike.
 
Old 04-14-2006, 12:45 AM   #3
brianmay27
Member
 
Registered: Apr 2006
Posts: 82

Original Poster
Rep: Reputation: 15
sorry

Sorry i was rushed and did not look over it. first i am using cisco vpn client. next i am not getting any error message the terminal just goes away, it does not say anything and does not have any time to install.
 
Old 04-15-2006, 08:47 AM   #4
mikeyt_333
Member
 
Registered: Jun 2001
Location: Up in the clouds
Distribution: Fedora et al.
Posts: 353

Rep: Reputation: 30
Okay, some clarification is needed. So, the installation of the client works okay, the problem exists in trying to use the client, yes? What command line are you using to call the client, and what exactly do you mean by "the terminal just goes away"?
 
Old 04-15-2006, 03:17 PM   #5
brianmay27
Member
 
Registered: Apr 2006
Posts: 82

Original Poster
Rep: Reputation: 15
No when i am instaling it, it does not install, it asks all different questions ex. where is your kernel bulid, where do you want the root folder... then do you want to continue and install. when i hit yes it exits the terminal instantly. it does not have any time to install and all the "folders" do not contain anything
 
Old 04-15-2006, 04:26 PM   #6
mikeyt_333
Member
 
Registered: Jun 2001
Location: Up in the clouds
Distribution: Fedora et al.
Posts: 353

Rep: Reputation: 30
I don't understand how the install is exiting the terminal... Are you running this from the command line, or are you double clicking on the install icon? run the command manually from the command line and that should keep it from exiting the terminal and maybe provide some more informatiuon for the failure...
 
Old 04-15-2006, 05:39 PM   #7
onelung02
Member
 
Registered: Oct 2003
Location: utah
Distribution: Slackware 10.0, Gentoo 2006.0
Posts: 289

Rep: Reputation: 30
What is the exact package name of the client you are trying to use?
 
Old 04-18-2006, 02:24 AM   #8
brianmay27
Member
 
Registered: Apr 2006
Posts: 82

Original Poster
Rep: Reputation: 15
it is vpnclient-linux-4.0.5.Rel-k9. I hope this helps... Also one thing that may help is it asks for the kernal modules and i have no idia where they are.
 
Old 04-18-2006, 09:21 AM   #9
mikeyt_333
Member
 
Registered: Jun 2001
Location: Up in the clouds
Distribution: Fedora et al.
Posts: 353

Rep: Reputation: 30
Ahhh, this is making sense now. Type:

Code:
$ uname -r
and then your kernel source location is:

/usr/src/kernels/[results of uname -r]

You need to have the rpm kernel-devel.i386 installed before the above location will exist:

Code:
$ rpm -q kernel-devel
If the above produces no results:

Code:
$ sudo yum install kernel-devel
Then try and build the application again providing /usr/src/kernels/[uname -r] as the location of your kernel modules source.

HTH, Good Luck!
Mike.
 
Old 04-18-2006, 07:49 PM   #10
brianmay27
Member
 
Registered: Apr 2006
Posts: 82

Original Poster
Rep: Reputation: 15
Exclamation off topic

Sorry that this is random but this is killing me!!! I have a gateway laptop and they have a built in scroll key to the side. On windows this works fine, but on fedora it is to close for confert. i will click to change work spaces and then i will move my mouse and get to close to the scroll bar and it would move work spots again. also when on the internet i will get to close to the bottom and it will move back a page. it is geting to the point that if i cant fix the scroll to fit my liking then at least i would like to remove the scroll all togeather. but if there is a way to move the scroll area that would be the best.
 
Old 04-19-2006, 11:04 AM   #11
onelung02
Member
 
Registered: Oct 2003
Location: utah
Distribution: Slackware 10.0, Gentoo 2006.0
Posts: 289

Rep: Reputation: 30
Quote:
Sorry that this is random but this is killing me!!! I have a gateway laptop and they have a built in scroll key to the side. On windows this works fine, but on fedora it is to close for confert. i will click to change work spaces and then i will move my mouse and get to close to the scroll bar and it would move work spots again. also when on the internet i will get to close to the bottom and it will move back a page. it is geting to the point that if i cant fix the scroll to fit my liking then at least i would like to remove the scroll all togeather. but if there is a way to move the scroll area that would be the best.
I would suggest starting a new thread for that one. As far as the vpn client is concerned, what type of hardware is the VPN host that you are trying to connect to?

Last edited by onelung02; 04-19-2006 at 11:06 AM.
 
Old 04-19-2006, 07:08 PM   #12
brianmay27
Member
 
Registered: Apr 2006
Posts: 82

Original Poster
Rep: Reputation: 15
I do not know. all i know is it is a cisco firewall. also i tryed to install the devel (or what ever it was) and i still cant get it to work. i do not think it is the file because i also tryed to install ndiswrapper and it could not find it. when i installed the devel i did not do it from yum. i will try that later today.
 
Old 04-19-2006, 07:13 PM   #13
mikeyt_333
Member
 
Registered: Jun 2001
Location: Up in the clouds
Distribution: Fedora et al.
Posts: 353

Rep: Reputation: 30
Can you be more specific with your responses please... You said it still didn't work, well, what did you provide as the path to your kernel source?
 
Old 04-22-2006, 01:36 AM   #14
brianmay27
Member
 
Registered: Apr 2006
Posts: 82

Original Poster
Rep: Reputation: 15
the one mentioned above. Also is it trying to use the build because when i click on it it says it is corrucpt and should be deleted.
 
Old 04-25-2006, 05:38 PM   #15
brianmay27
Member
 
Registered: Apr 2006
Posts: 82

Original Poster
Rep: Reputation: 15
also now i got ndiswrapper to work on it and i used the same source as it did and still no luck. If it is my Kernel build and it is not conpatible is there a way to by pass it or downgrade to get one to work?
 
  


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
VPN Client cdhgee Linux - Networking 0 11-22-2005 10:49 PM
VPN Client last_vampire Linux - Networking 0 05-20-2005 05:42 AM
VPn Client allelopath SUSE / openSUSE 3 12-12-2004 10:18 PM
VPN client Vookimedlo Linux - Networking 3 07-05-2004 04:44 PM
How do i connect Ciscos VPN client to Checkpoint VPN server Klas Linux - Networking 1 11-29-2003 08:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:00 PM.

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