![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| talk command to chat | miltonkeynesguy | UNIX for Dummies Questions & Answers | 4 | 08-24-2009 03:10 AM |
| talk command to chat | miltonkeynesguy | Shell Programming and Scripting | 1 | 08-20-2009 12:40 PM |
| Looking for Advice from Experts | Squidy P | UNIX for Dummies Questions & Answers | 2 | 12-19-2008 04:06 AM |
| Experts !!! I Need HELP immediately..! | amol_helwatkar | High Level Programming | 3 | 06-20-2008 05:18 PM |
| Need help - from awk, sed experts | Srini75 | Shell Programming and Scripting | 4 | 12-07-2005 11:15 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||||
|
The sendmail error won't be related, it's complaining about the aliases NIS table (something to fix at some point though).
Having the machines in different NIS domains won't matter either, but do check that your domain suffix search order in resolv.conf and nsswitch (or the linux equivalent) is set correctly buy running a ping <unqualified hostname of the other machine> - try it from both boxes just for completeness' sake. You don't need to specify the terminal unless you are trying to pick a particular one that the user is on out of a bunch of concurrent logins they have running. Obvious questions: Is the talk daemon running? Does talk work locally (ie user to user on the same server)? Last edited by Smiling Dragon; 08-25-2009 at 11:20 PM.. |
|
|||||
|
Quote:
Code:
plug% ping 192.168.1.103 192.168.1.103 is alive Code:
brad@rockstar:~$ ping plug PING plug (192.168.1.101) 56(84) bytes of data. 64 bytes from plug (192.168.1.101): icmp_seq=1 ttl=255 time=0.667 ms 64 bytes from plug (192.168.1.101): icmp_seq=2 ttl=255 time=0.495 ms 64 bytes from plug (192.168.1.101): icmp_seq=3 ttl=255 time=0.506 ms 64 bytes from plug (192.168.1.101): icmp_seq=4 ttl=255 time=0.495 ms ^C --- plug ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3000ms rtt min/avg/max/mdev = 0.495/0.540/0.667/0.078 ms Quote:
![]() Quote:
I tried talking to myself on Ubuntu between two Terminals: In one: Code:
talk brad@rockstar pts/1 Code:
brad@rockstar:~$ talk brad@rockstar pts/0 Code:
[Checking for invitation on caller's machine] ──────────────────────────────────────────────────────────────────────────────── |
|
|||||
|
See if the talk daemon is running by looking for one of:
Code:
ps -ef | grep talkd Code:
grep talkd /etc/inetd.conf No harm talking to yourself The simplest way to test it is to open two terminals up, then type 'who am i' in one window and 'talk <user> <terminal from who am i command>' in the other.But if talkd isn't running that won't work very well ![]() ---------- Post updated at 02:33 PM ---------- Previous update was at 02:29 PM ---------- Oh, and don't bother typing the talk command on both sides, you only need to try from one side, then wait for the daemon to contact the other party, once they get the message, they just type what it tells them to type (usually talk <user>@<host>) and it will automagically connect to the right one. |
|
|||||
|
Quote:
Code:
brad@rockstar:~$ talk dummy@rockstar [Checking for invitation on caller's machine] ──────────────────────────────────────────────────────────────────────────────── ---------- Post updated at 08:36 PM ---------- Previous update was at 08:34 PM ---------- Code:
brad@rockstar:~$ ps -ef | grep talkd brad 26296 24592 0 20:35 pts/0 00:00:00 grep talkd brad@rockstar:~$ grep talkd /etc/inetd.conf brad@rockstar:~$ |
|
|||||
|
Ah no, that's showing it not running
![]() The blankness after the grep of /etc/inetd.conf shows it's not configured there and the only process that was returned by the grep of ps was the grep itself. But I think you want to be doing that test on the server though really (ie the destination of the talk command you run on your desktop). Try it there. If it's not running there either, you'll have to find the binary for it. Try running: Code:
ls -l /usr/sbin/*talk* ---------- Post updated at 02:50 PM ---------- Previous update was at 02:47 PM ---------- You can set it up running on your destop if you want in order to get the hang of the process, run that ls command there, find the binary of talkd and add it to /etc/inetd.conf. I'm not a big linux guy so I'm not certain of the inetd.conf syntax, post a couple of lines from the file and I'll figure it out for you though ![]() Solaris I can do though, but we'll wait to see if talk's running over there first. |
|
|||||
|
Code:
brad@rockstar:~$ ls -l /usr/sbin/*talk* ls: cannot access /usr/sbin/*talk*: No such file or directory Code:
plug% ls -l /usr/sbin/*talk* -r-xr-xr-x 1 root bin 18744 Jan 22 2005 /usr/sbin/in.talkd* |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|