Live Chat & Podcast at 1:00PM Eastern on Sunday!
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
Linux and Unix
Tag Cloud
access acer asus bios bsod computer crash desktop dns driver drivers error ethernet excel freeze gaming graphics hard drive hardware hdmi internet laptop malware memory monitor motherboard network printer problem ram registry repair router slow software sound trojan ubuntu 11.10 uninstall usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless
Search
Search for:
Tech Support Guy Forums > Operating Systems > Linux and Unix >
RedHat Linux 8.0 URGENT HELP NEEDED!

Reply  
Thread Tools
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
24-Feb-2003, 06:37 AM #16
My experience with setting up a ftp server is limited but I'm sure you need to create a directory to host the files you want to share.And set the permissions accordingly.
I think Redhat enables anonymous ftp by default.A way to tell is look in /etc/passwd for a user named ftp.
HTH
lynch
__________________
seldom right,but never in doubt...
Here's a few links I find helpful:
Intro to Linux:A Hands-on Guide
USALUG
A little Linux help
OpenSUSE help+
Bash Commands
codejockey's Avatar
Senior Member with 1,410 posts.
 
Join Date: Feb 2002
25-Feb-2003, 03:34 AM #17
For some good info on ftp (and configuring an ftp server) you might look in /usr/doc/Linux-mini-HOWTOs, if your system has it for a file named FTP. Otherwise, the Linux documentation project will have the latest version.

Hope this helps.
mixx941's Avatar
Senior Member with 744 posts.
 
Join Date: Dec 2001
Location: Springfield, Missouri
26-Feb-2003, 08:59 PM #18
hey...thanks for responding.

I will look there.

Also, Lynch said you might know something on my problem I am having setting up VMware. If you look at one of my above posts it includes an error message about some C++ complier, so if you have any ideas on that, please post back.

I have a FTP server in Windows that could run under RedHat if VMware worked.

Thanks

-Mark
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
27-Feb-2003, 06:53 AM #19
Just that,it looks like there is a problem with the compiler finding the right header(.h)files in the path supplied in the source code it was trying to work with.I think
The /usr/src/linux/include is what it was looking for.You might try going to Redhat and downloading the kernel source files for your kernel version.Or they could be on the CDs.
Do a uname -r to get the correct ver#.
lynch
__________________
seldom right,but never in doubt...
Here's a few links I find helpful:
Intro to Linux:A Hands-on Guide
USALUG
A little Linux help
OpenSUSE help+
Bash Commands
codejockey's Avatar
Senior Member with 1,410 posts.
 
Join Date: Feb 2002
01-Mar-2003, 01:26 AM #20
Lynch is certainly right about your compiler error; for whatever reason (kernel source not installed, maybe? -- directory not readable/searchable by normal users?) your compiler cannot find the header files it needs. If you have anything in /usr/src/linux, you might check the permissions on /usr/src/linux itself (ls -ld /usr/src/linux). On my (slackware) system, the permissions are rwx-r-x-r-x, which is likely correct for yours, as well. If you don't see anything in /usr/src/linux (or you don't see /usr/src/linux iteself), then you probably haven't installed the kernel sources.

However, you don't need VMware to run an ftp server -- Linux provides one right out of the box (and a number of others are available). For example, proftp is the default server on my system. You might check /etc/inetd.conf and look for a line similar to the following:

Code:
#ftp     stream  tcp     nowait  root    /usr/sbin/tcpd  proftpd
This is the ftp server. The '#' character at the beginning of the line comments out whatever follows, essentially turning off the ftp service. Remove the comment character, send a kill -HUP to the inetd process and your ftp server should start up. Note that this is hardly a complete explanation or configuration, but it should get you started. To find out more about proftpd (or your ftp server) try man proftpd.

Hope this helps.
__________________
The slowest component still sits at the keyboard.
mixx941's Avatar
Senior Member with 744 posts.
 
Join Date: Dec 2001
Location: Springfield, Missouri
01-Mar-2003, 11:40 AM #21
OK. I will go fire up my Linux box right now and fiddle around with it.

I did have a thought...Could VMware require I be in KDE instead of GNOME? I didn't see much on VMware's website about that. The reason I ask is because I was looking on the mandrake linux website at screenshots of mandrake, and VMware was only there in the KDE enviornments. Just a thought.

On the FTP thing, when I access an address like this:
ftp://username@ipaddress
it will give me the home directory. That would be fine except I want my people to be able to upload stuff, but not to be able to delete things. I tried fiddling around with the permissions, but with every one I could delete from the remote machine ...maybe I just did it wrong.

Well, I'm eager to fiddle around with it, maybe try it in KDE, or try the new beta version.

-Mark

P.S. A little question here...do you know of a place that has "skins" for GNOME?
mixx941's Avatar
Senior Member with 744 posts.
 
Join Date: Dec 2001
Location: Springfield, Missouri
01-Mar-2003, 12:42 PM #22
OK, I am on the RedHat box now and I installed the Kernel package and now in the /usr/src directory there are 3 files:

1. linux-2.4
2. linux-2.4.18-14
3. redhat

I tried pointing to the linux directories, and folders inside, and here is the error message I get now:

[mkane@localhost mkane]$ su -
Password:
[root@localhost root]# vmware-config.pl
Making sure VMware Workstation's services are stopped.

Stopping VMware services:
Virtual machine monitor [ OK ]

Trying to find a suitable vmmon module for your running kernel.

None of VMware Workstation's pre-built vmmon modules is suitable for your
running kernel. Do you want this script to try to build the vmmon module for
your system (you need to have a C compiler installed on your system)? [yes]

Using compiler "/usr/bin/gcc". Use environment variable CC to override.

Argument "\x{67}\x{63}..." isn't numeric in numeric ge (>=) at /usr/bin/vmware-config.pl line 1493, <STDIN> line 1.
What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-2.4

The path "/usr/src/linux-2.4" is an existing directory, but it does not contain
at least one of these directories "linux", "asm", "net" as expected.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-2.4.18-14

The path "/usr/src/linux-2.4.18-14" is an existing directory, but it does not
contain at least one of these directories "linux", "asm", "net" as expected.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-2.3.18-14/kernel

The path "/usr/src/linux-2.3.18-14/kernel" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] usr/src/linux-2.4.18-14/kernel

The path "usr/src/linux-2.4.18-14/kernel" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-2.4.18-14/kernel

The path "/usr/src/linux-2.4.18-14/kernel" is an existing directory, but it does
not contain at least one of these directories "linux", "asm", "net" as expected.


What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] usr/src/linux-2.4.18-14/include

The path "usr/src/linux-2.4.18-14/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] usr/src/linux-2.4.18-14/inclu

The path "usr/src/linux-2.4.18-14/inclu" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-2.4.18-14/include

The directory of kernel headers (version 2.4.18-14) does not match your running
kernel (version 2.4.18-24.8.0). Even if the module were to compile
successfully, it would not load into the running kernel.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-2.4.18-14

The path "/usr/src/linux-2.4.18-14" is an existing directory, but it does not
contain at least one of these directories "linux", "asm", "net" as expected.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-2.4.18-14/include

The directory of kernel headers (version 2.4.18-14) does not match your running
kernel (version 2.4.18-24.8.0). Even if the module were to compile
successfully, it would not load into the running kernel.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]

The path "/usr/src/linux/include" is not an existing directory.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-2.4.18-14

The path "/usr/src/linux-2.4.18-14" is an existing directory, but it does not
contain at least one of these directories "linux", "asm", "net" as expected.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-2.4.18-14

The path "/usr/src/linux-2.4.18-14" is an existing directory, but it does not
contain at least one of these directories "linux", "asm", "net" as expected.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]


It says that it doesn't contain one of the directories "linux, asm, or net" which is semi-correct. Inside both of the "linux-2.4" and the "linux-2.4.18-14" directories, there IS a folder called "net".

Do you have any idea about what to do next?

Thanks

-Mark

Last edited by compsupport; 01-Mar-2003 at 01:18 PM..
mixx941's Avatar
Senior Member with 744 posts.
 
Join Date: Dec 2001
Location: Springfield, Missouri
01-Mar-2003, 01:44 PM #23
OK, I found the correct directory I think, and now here is the error:

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include] /usr/src/linux-2.4.18-14/include

The directory of kernel headers (version 2.4.18-14) does not match your running
kernel (version 2.4.18-24.8.0). Even if the module were to compile
successfully, it would not load into the running kernel.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]


I tried both linux folders and I get this same thing.

-Mark

P.S. Lynch, I did the uname -r thing and it says: 2.4.18-24.8.0
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
01-Mar-2003, 04:28 PM #24
If that's the kernel source from the RH CDS,you'd think it would match the running kernel
I found the matching kernel src.rpm here .
lynch
mixx941's Avatar
Senior Member with 744 posts.
 
Join Date: Dec 2001
Location: Springfield, Missouri
02-Mar-2003, 02:49 AM #25
OK, well I finally got it installed, but then I find out that it costs money

Lol, whoops...if I had known it costed $300, I wouldnt've been so ancxious to install it.

Back to the FTP thing though, when I access ftp://myipaddress, I get the /var/ftp directory.

I want people to be able to upload files, but NOT to be able to delete. Where would I go to set that up?

Thanks

-Mark
lynch's Avatar
Senior Member with 1,962 posts.
 
Join Date: Aug 2002
Location: Back East,Way Back East
02-Mar-2003, 06:51 AM #26
Oh yeah.It's a commercial productI had assumed you had purchased it.Didnt know it cost that much,though.
What did you do to finally get it installed?
I think this will help you with the ftp. Here's a sample of the file.
www.wu-ftpd.org is where I got the info but it applies to most FTP programs.
HTH
lynch
__________________
seldom right,but never in doubt...
Here's a few links I find helpful:
Intro to Linux:A Hands-on Guide
USALUG
A little Linux help
OpenSUSE help+
Bash Commands

Last edited by lynch; 02-Mar-2003 at 06:56 AM..
fs2k2pro's Avatar
Junior Member with 1 posts.
 
Join Date: Apr 2003
27-Apr-2003, 12:03 PM #27
help me...
I am a newbie with Linux. I just downloaded Redhat 8.0 from a mirror. I extracted all the files from the ISO and put them on a cd-r. Now, when I boot up with the floppy disk, it dosnt see the cd. What do i need to do? Label them or what?
Reply

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
Thread Tools



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 09:04 PM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.