[NTLUG:Discuss] where's the talk daemon?
MadHat
madhat at unspecific.com
Fri Jan 26 11:32:17 CST 2001
At 11:15 AM 1/26/2001 -0600, you wrote:
>At 10:58 AM 1/26/2001 -0600, you wrote:
>>
>>
>>Thanx for all the help, folks. I got the cable thing working. Not through
>>DHCP, but I just gave up on that and statically entered the IP that my
>>Windows machine used to get from the DHCP server. Bah. It works. What the hey.
>>
>>New question, though.
>>
>>I just RPM'd talk server, and now I can't find the daemon. Anyone know
>>where RedHat likes to hide it?
>
>on the rpm, you can do
># rpm -qipl <talk-####.rpm>
>
>and it will give you all the details, like what files are installed where
>and all the RPM details like when and where it was built. you might want
>to pipe it to more or less as well.
Sorry, this was incomplete. If you don't have the RPM, but know the name,
then you can do a
# rpm -qil talk
and it will report the same info, but from the installed package. If you
have a file from the package that you want to find out the package name you
can do a
# rpm -qf /usr/sbin/in.talkd
talk-0.11-1
then you can do like above (leaving off the version info)... 'l' will list
the files. 'i' will give the info of the rpm. The 'p' from before is used
to specify a package file. I don't use it and am amazed it is even
installed on my system. about to rebuild anyway, so...
# rpm -ql talk
/usr/bin/talk
/usr/man/man1/talk.1
/usr/man/man8/in.ntalkd.8
/usr/man/man8/in.talkd.8
/usr/man/man8/ntalkd.8
/usr/man/man8/talkd.8
/usr/sbin/in.ntalkd
/usr/sbin/in.talkd
# rpm -qi talk
Name : talk Relocations: (not relocateable)
Version : 0.11 Vendor: Red Hat Software
Release : 1 Build Date: Fri Apr 9 12:13:59
1999
Install date: Mon Jun 21 05:42:13 1999 Build Host: porky.devel.redhat.com
Group : Applications/Internet Source RPM: talk-0.11-1.src.rpm
Size : 37038 License: BSD
Packager : Red Hat Software <http://developer.redhat.com/bugzilla>
Summary : Talk client for one-on-one Internet chatting.
Description :
The ntalk package provides client and daemon programs for the
Internet talk protocol, which allows you to chat with other users
on different systems. Talk is a communication program which copies
lines from one terminal to the terminal of another user.
Install ntalk if you'd like to use talk for chatting with users on
different systems.
>>-- lost
>>
>>_______________________________________________
>>http://ntlug.org/mailman/listinfo/discuss
>
>--
>MadHat at unspecific.com
>
>_______________________________________________
>http://ntlug.org/mailman/listinfo/discuss
--
MadHat at unspecific.com
More information about the Discuss
mailing list