- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- RED HAT as 2.1 ftp
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 03:34 AM
01-26-2005 03:34 AM
RED HAT as 2.1 ftp
But when i try to install the RPM it tells me that it is already installed, its not.
i have then tried to remove it to reinstall but it tells me that it is not installed ?.
i have tried to reinstall using the --force option and the replacepkgs option and all seems to go as planned but it still does not set up ftp.
now a little lost as to what to try next, maybe see if there is another rpm to install, i checked the red hat web site to no avail.
has anyone seen this before and if so HELP!.
regards
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 04:17 AM
01-26-2005 04:17 AM
Re: RED HAT as 2.1 ftp
It must be intalled as a legacy server service.
Once installed:
cd /etc/xinetd.d
vi the ftp entry
change diable=yes
to
disable=no
save
service xinetd restart
ftp and all its security holes enabled.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 04:59 AM
01-26-2005 04:59 AM
Re: RED HAT as 2.1 ftp
chkconfig ftp on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 06:17 AM
01-26-2005 06:17 AM
Re: RED HAT as 2.1 ftp
1) to check if wu-ftpd server installed:
rpm -q wu-ftpd
2) to allow it :
chkconfig wu-ftpd on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 07:54 AM
01-26-2005 07:54 AM
Re: RED HAT as 2.1 ftp
For ftp you need to install wu-ftpd
do a
rpm -q wu-ftpd to check if it is installed
Once you install it enable the ftp
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2005 06:16 PM
01-26-2005 06:16 PM
Re: RED HAT as 2.1 ftp
to install ftp in redhat. i recommend you install vsftp for your ftp service !
originally redhat include vsftp rpm in it!
if u have default install as2 or as3, the vsftpd already in it!
you can try :(command under)
#chkconfig --list | grep vsftpd
if u see its status is off!
u can open it!
#chkconfig vsftpd on
#service vsftpd start
after that! ftp daemon will be available