- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Can't run talk daemon
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
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
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
тАО06-12-2003 10:13 PM
тАО06-12-2003 10:13 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2003 11:04 PM
тАО06-12-2003 11:04 PM
Re: Can't run talk daemon
Check if the talk deamon running in your sys.
ps aux | grep talk
Check the talk configurations.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-12-2003 11:28 PM
тАО06-12-2003 11:28 PM
Re: Can't run talk daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2003 12:38 AM
тАО06-13-2003 12:38 AM
Re: Can't run talk daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2003 01:37 AM
тАО06-13-2003 01:37 AM
Re: Can't run talk daemon
chkconfig talk --list
and then
chkconfig talk on
to enable it.
and then try running talk.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2003 02:39 AM
тАО06-13-2003 02:39 AM
Re: Can't run talk daemon
when i run chkconfig talk on , then pop up "error reading information on service talk: No such file or directory" , how to solve ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2003 03:17 AM
тАО06-13-2003 03:17 AM
Re: Can't run talk daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2003 03:57 AM
тАО06-13-2003 03:57 AM
Solution# rpm -qa | grep talk
this should show a line like 'talk-server-xx.xx'
if it isn't so, you can installed it from redhat cd.
then probably you should enable the talk service
in the file /etc/xinetd.d/talk, changing
the line 'disable = yes' in 'disable = no'.
after this, restart the xinetd demon running:
# service xinetd restart
I hope this is enough to get this service running...
hi
Claudio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2003 06:13 AM
тАО06-13-2003 06:13 AM
Re: Can't run talk daemon
In ten years of Unix Administration, we've never needed to turn it on.
I'm sure its just the daemon configuration.
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
тАО06-13-2003 06:48 AM
тАО06-13-2003 06:48 AM
Re: Can't run talk daemon
You maybe not installed the package of talk
when you installed your RH.
Check for talk in rpm db:
rpm -qa | grep talk
If not installed install it:
rpm -pi
Check in the /etc/xinet.d/talk
the configs for the talk
Then it should work.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2003 07:23 AM
тАО06-13-2003 07:23 AM
Re: Can't run talk daemon
If you say that people helping you show
it with giving points for the answers!
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-13-2003 10:42 AM
тАО06-13-2003 10:42 AM
Re: Can't run talk daemon
juno2's profile
http://forums.itrc.hp.com/cm/UserProfile/1,,CA908664!1,00.html
79 of 363
Yours:
http://forums.itrc.hp.com/cm/UserProfile/1,,CA978925!1,00.html
6 of 17
Neither of those pointing averages is up to standards.
According to procura if you post an answer in itrc there is a 55% chance you will get assigned points.
Zero points is an option if you think the answer had no value.
Just a suggestion prior to asking others to assign.
I see you have 214 points as of this moment. Soon you will be wearing a hat(250 points).
I look forward to it and seeing your pointing average at or above 100%.
Shabbat Shalom.
Be well.
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
тАО06-15-2003 06:31 PM
тАО06-15-2003 06:31 PM
Re: Can't run talk daemon
[root@edp xinetd.d]# rpm -qa | grep talk
talk-0.17-20
the talk is installed.
but no talk file on the dir /etc/xinetd.d/ and no talkd on /usr/sbin, what can i do ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2003 07:09 PM
тАО06-15-2003 07:09 PM
Re: Can't run talk daemon
Remove the app with rpm,
Reinstall it from the Linux CD's if its on there.
You can try and download from redhat and install from there, but I've had much better luck with the downloaded cd's I've created with putting something in that didn't install right.
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
тАО06-15-2003 09:28 PM
тАО06-15-2003 09:28 PM
Re: Can't run talk daemon
but i want to have newer version of program so I prefer to use this program .
but why there is no talkd on my system after install it? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2003 09:50 PM
тАО06-15-2003 09:50 PM
Re: Can't run talk daemon
Yes, you have the 'talk client' installed, but not the 'talk server'.
If you 'rpm -q talk-server', you should see something along the lines of 'talk-server-0.17-20'.
If you do not, then you'll need to grab your RH9 CD's (or download the current eratta version of it - I don't beleive there is one however), and install the "Server Package" first ('rpm -ivh talk-server-*.rpm' would be the command).
Once you've installed the package, you need to enable it with the simple command:
chkconfig talk on
After that, assuming your firewall isn't blocking UDP 517 (or 518) to/from your loop-back interface (localhost), you should be able to 'talk
I do have to agree with SEP though in that after many (MANY!) years of system administration, better methods exist for talking to other TTY's (the major one being the telephone).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2003 10:14 PM
тАО06-15-2003 10:14 PM
Re: Can't run talk daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2003 10:21 PM
тАО06-15-2003 10:21 PM
Re: Can't run talk daemon
[root@edp sbin]# /usr/sbin/in.ntalkd start
Socket operation on non-socket[root@edp sbin]#
can suggest how to fix ? thx.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2003 10:27 PM
тАО06-15-2003 10:27 PM
Re: Can't run talk daemon
the talk service is on now
[root@edp root]# chkconfig talk --list
talk on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2003 10:32 PM
тАО06-15-2003 10:32 PM
Re: Can't run talk daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2003 10:53 PM
тАО06-15-2003 10:53 PM
Re: Can't run talk daemon
/etc/xinetd.d
service ntalk
{
disable = yes
socket_type = dgram
wait = yes
user = nobody
group = tty
server = /usr/sbin/in.ntalkd
}
My disable is set to yes, because I don't use it.
Set diable to no and then restart the xinetd daemon.
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
тАО06-15-2003 10:59 PM
тАО06-15-2003 10:59 PM
Re: Can't run talk daemon
To see if it is listening, you use:
netstat -nulp | grep xinetd
and look for something listening on port 518 (it will look like 'udp 0 0 0.0.0.0:518 0.0.0.0:* .../xinetd', give or take some spaces).
You will *NOT* see a 'talkd' process unless you are connected to a 'talk' session at that moment.
There is no need to restart 'xinetd' after running 'chkconfig talk on', as 'chkconfig' does the necessary reconfiguring of xinetd it's self.
If 'talk
If it still fails, then see what the 'mesg' command reports (for both your end and their end). It could be that they've dis-allowed messaging to their tty.
NOTE: You may need to enable it as 'ntalk', not 'talk'.. 'chkconfig ntalk on'. Unfortunately (badly documented) it appears as if the old talk daemon (which uses port 517) isn't used, and the talk client uses ntalk protocol by default (port 518).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2003 11:01 PM
тАО06-15-2003 11:01 PM
Re: Can't run talk daemon
Also make sure that
server = /usr/sbin/in.ntalkd
The file /usr/sbin/in.ntalkd actaully exists and that permissions are correct.
Here are my permissions.
-rwx--x--x 1 root root 14860 Jul 24 2001 /usr/sbin/in.ntalkd
Again, I think the tool is kind of archaic, but it is installed on my system.
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
тАО06-15-2003 11:14 PM
тАО06-15-2003 11:14 PM
Re: Can't run talk daemon
My result:
rpm -q talk-server
talk-server-0.17-12
If you don't get that result, download it, take it from cd or whatever
rpm -i talk-server-0.17-12
As noted before you don't need to use the chkconfig command or the service commmand for the talk server.
Configure the daemon and then:
service xinetd restart
I would try and test it for you but not going to mess with a production server.
If you really need it, I can go through the thread and cut and paste a complete step by step guide.
With regards to having the latest version. I always start with the app cd's because the installs seem to go better when you start there. Then I use the red hat update facility to get any revisions. I find that methodology more reliable.
Has any of the efforts made on your behalf thus far earned a point?
SEP
4 Points behind Albert E Whale CSSP
Good Luck.
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
тАО06-15-2003 11:15 PM
тАО06-15-2003 11:15 PM