LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-07-2006, 07:17 AM   #16
routers
Member
 
Registered: Aug 2005
Location: Malaysia - KULMY / CNXTH
Distribution: Slackware, Fedora, FreeBSD, Sun O/S 5.10, CentOS
Posts: 787
Blog Entries: 6

Rep: Reputation: 75

u have it sorry
# rpm -ql -p /usr/src/redhat/RPMS/i386/tcp_wrappers-7.6-36.i386.rpm

if libwrap available then

# rpm -Uvh /usr/src/redhat/RPMS/i386/tcp_wrappers-7.6-36.i386.rpm

Last edited by routers; 06-07-2006 at 07:35 AM.
 
Old 06-07-2006, 10:55 PM   #17
viv_pol
LQ Newbie
 
Registered: Jun 2006
Posts: 20

Original Poster
Rep: Reputation: 0
Thanks dear... i did as u had told results are as below...
now i am getting some other error while starting vsftpd service....

[root@c-3176 root]# rpm -ql -p /usr/src/redhat/RPMS/i386/tcp_wrappers-7.6-36.i386.rpm
/usr/include/tcpd.h
/usr/lib/libwrap.a
/usr/lib/libwrap.so
/usr/lib/libwrap.so.0
/usr/lib/libwrap.so.0.7.6
/usr/sbin/safe_finger
/usr/sbin/tcpd
/usr/sbin/try-from
/usr/share/doc/tcp_wrappers-7.6
/usr/share/doc/tcp_wrappers-7.6/BLURB
/usr/share/doc/tcp_wrappers-7.6/Banners.Makefile
/usr/share/doc/tcp_wrappers-7.6/CHANGES
/usr/share/doc/tcp_wrappers-7.6/DISCLAIMER
/usr/share/doc/tcp_wrappers-7.6/README
/usr/share/doc/tcp_wrappers-7.6/README.IRIX
/usr/share/doc/tcp_wrappers-7.6/README.NIS
/usr/share/man/man3/hosts_access.3.gz
/usr/share/man/man5/hosts.allow.5.gz
/usr/share/man/man5/hosts.deny.5.gz
/usr/share/man/man5/hosts_access.5.gz
/usr/share/man/man5/hosts_options.5.gz
/usr/share/man/man8/tcpd.8.gz

[root@c-3176 root]# service vsftpd start
Starting vsftpd for vsftpd: /usr/sbin/vsftpd: /lib/i686/libc.so.6: version `GLIBC_2.3' not found (required by /usr/sbin/vsftpd)
[ OK ]
 
Old 06-08-2006, 01:55 AM   #18
routers
Member
 
Registered: Aug 2005
Location: Malaysia - KULMY / CNXTH
Distribution: Slackware, Fedora, FreeBSD, Sun O/S 5.10, CentOS
Posts: 787
Blog Entries: 6

Rep: Reputation: 75
hehehe now others thing come out FYI "rpm -ql -p" is to check wether file needed inside or not , to install use "rpm -ivh" and to upgrade use "rpm -Uvh"

so for this glibc u have to install

1) glibc
2) glibc-devel
3) glibc-common

to check what is installed, proceed

# rpm -qa |grep glibc


this is mine

[root@nc rou]# locate libc.so.6
/lib/libc.so.6
/lib/obsolete/linuxthreads/libc.so.6
/lib/obsolete/linuxthreads/i686/libc.so.6
/lib/i686/nosegneg/libc.so.6
 
Old 06-08-2006, 07:33 AM   #19
viv_pol
LQ Newbie
 
Registered: Jun 2006
Posts: 20

Original Poster
Rep: Reputation: 0
hey thanks.. i did some research with ur help and now its working.. thanks alot..
now i had some other problem i am installing a software on this machine which has to be installed remotely. now ftp is ok working file . but it is giving some error like "logging from REXEC " ... i had started rexec services also but still its not working.. can u help in this ....

thanks once again
 
Old 06-08-2006, 08:34 AM   #20
routers
Member
 
Registered: Aug 2005
Location: Malaysia - KULMY / CNXTH
Distribution: Slackware, Fedora, FreeBSD, Sun O/S 5.10, CentOS
Posts: 787
Blog Entries: 6

Rep: Reputation: 75
nice

could u tell me what u want to install i will look into it because if installing the progy which is required root cannot be done via ftp, permission issue

u might use wget to get the file in then proceed with root on the system with ssh from your workstation


btw i am happy with ur success , i just worry one thing " u give up" but looks not hehe good
 
Old 06-08-2006, 09:52 PM   #21
viv_pol
LQ Newbie
 
Registered: Jun 2006
Posts: 20

Original Poster
Rep: Reputation: 0
Rexec problem

hi... routers!

actually we are installing SSA ERP package on Linux server. And this installation is done through remote login. SSA ERP uses REXEC protocol for communication. we are installing ERP through a windows machine when we give IP address of linux service it's giving error in "Rexec"

We've also enable rexec service in .PAM file.
Now when we manually try to start rexec on windows
machine it is not giving any error nor its responding
Please help me out.
 
Old 06-09-2006, 12:28 AM   #22
routers
Member
 
Registered: Aug 2005
Location: Malaysia - KULMY / CNXTH
Distribution: Slackware, Fedora, FreeBSD, Sun O/S 5.10, CentOS
Posts: 787
Blog Entries: 6

Rep: Reputation: 75
erm this is beyong my knowledge since i also not found the packages after googling , i suggest you open new thread/topic for this , its mightbe someone have done it before, btw i will follow up also
 
  


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
Libwrap aragorn Linux - General 1 06-08-2006 06:19 AM
msec configuration causes libwrap to refuse connections MJatIFAD Linux - Security 7 09-13-2003 04:40 PM
xinetd, tcpd and libwrap on RH9 and 7.2 haylingchrist Linux - Security 3 08-14-2003 04:42 PM
xinetd libwrap sqi_fam problem Ani Linux - Networking 1 10-09-2002 09:48 AM
xinetd + libwrap mysql Stanton Linux - Security 1 05-02-2001 06:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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