Talk Problems

Talk Problems

Post by Pat Tj » Wed, 17 May 1995 04:00:00



I'm currently running Linux 1.2.8 through SLIP on dip3.3.7i-uri and
have problems with talking.  I can receive requests from outside
hosts fine, but I cannot respond to them.  The message I get is (from
talk):

"[Couldn't bind to control socket : Cannot assign requested address (99)]"

and ytalk complains that there is no talk daemon present.  I've checked
the process list when someone is trying to talk to me and there is
a in.talkd process, so I know there shouldn't be a problem starting
up the talk daemon.  I can also talk to myself (talk to someone logged
on to my machine.)  Everything else works fine, telnet, ftp, etc.
I've checked the /etc/services and /etc/inetd.conf and verified that
talk protocols are where they should be.  I've tried other talkd's but
nothing seems to help.

Thanks in advance...
Pat

 
 
 

Talk Problems

Post by Steven J. Mads » Thu, 18 May 1995 04:00:00


-----BEGIN PGP SIGNED MESSAGE-----

: I'm currently running Linux 1.2.8 through SLIP on dip3.3.7i-uri and
: have problems with talking.  I can receive requests from outside
: hosts fine, but I cannot respond to them.

        For some reason, there must be an entry in your /etc/hosts which
directly resolves to your hostname.  On dynamic SLIP/PPP this can be a bit
of a problem, since you then have to do it each time you bring your
connection up, but this can be done with a script.

        For example, my machine's hostname (which really isn't seen by
anyone except me) is "steve".  So I have an /etc/hosts like...

127.0.0.1       loopback
x.x.x.x         steve fqdn

        x.x.x.x is whatever my ip is that time around, and fqdn is whatever
that ip resolves to in the nameserver's DNS tables.

- --


-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBL7lq9gCOPXoexmUJAQFIKQP+PAf6Wgm9KU9KozJi6t24xu0gyclrYelu
snGyLbDQMqjniaij4YHvJPeABsmcOoXGNySPQ4nYfLOrFHT/5CDNlXS8qOtt1QLf
U7bnr9OTFU10kLZVC6t+1jSF7z1zwE+mXYOMd8jYgtjZrKXVRSJtuTqZwPkX33qh
J3OXoqaoUf8=
=a+NP
-----END PGP SIGNATURE-----

 
 
 

Talk Problems

Post by Patrick TjinPitJo » Fri, 19 May 1995 04:00:00




        -----BEGIN PGP SIGNED MESSAGE-----


        : I'm currently running Linux 1.2.8 through SLIP on dip3.3.7i-uri and
        : have problems with talking.  I can receive requests from outside
        : hosts fine, but I cannot respond to them.

I also get [Waiting for Invitation on caller's machine], [Cannot bind to
control socket (99)], and [No talk daemon on xxx] where xxx is the remote
machine (even though I can talk to that machine from another machine.)
Actually, I've never gotten talk to work even since the 0.xx days of
linux.  I've been able to use talk under windows using WinSock,
so it shouldn't be a problem with the SLIP server.

                For some reason, there must be an entry in your /etc/hosts which
        directly resolves to your hostname.  On dynamic SLIP/PPP this can be a
        bit of a problem, since you then have to do it each time you bring your
        connection up, but this can be done with a script.

I checked my /etc/hosts and there is an entry for myself...

Here's a snip:

127.0.0.1       localhost
132.156.64.203  QuickSilver.hip.berkeley.edu QuickSilver quicksilver.hip

We have static IP's here.  My ifconfig for slip is:

sl0       Link encap:VJ Serial Line IP  
          inet addr:136.152.64.203  P-t-P:136.152.64.1  Mask:255.255.0.0
          UP POINTOPOINT RUNNING  MTU:296  Metric:1
          RX packets:1527 errors:0 dropped:0 compressed:1456
          TX packets:2621 errors:0 dropped:0 compressed:2539

p.s. I've also tried a netmask of 255.255.255.0, but same prob.

Pat

 
 
 

Talk Problems

Post by u.. » Fri, 19 May 1995 04:00:00


I also have a problem with talk 'checking invitation on caller's
machine'. My guess it's a routing problem. I have:
        -added to /etc/host
                128.227.16.132  ujj slip1.chem.ufl.edu

        where 128.227.16.132 is the IP address that is given to
me when I have established a PPP connection. 'ujj' is my computer's name.
'slip1.chem.ufl.edu' is name of 128.227.16.132.

        -tried to make a dummy loopback link
                /sbin/ifconfig dummy 128.227.16.132
                /sbin/route add -host 128.227.16.132 dev lo

I still have problems with talk. I probably screwed up with the above.
Here's my route table and ifconfig:

ujj:~# route
Kernel routing table
Destination     Gateway         Genmask         Flags MSS    Window Use Iface
server.chem.ufl *               255.255.255.255 UH    936    0     4594 ppp0
ujj             *               255.255.255.255 UH    1936   0        0 lo
loopback        *               255.0.0.0       U     1936   0        0 lo
default         server.chem.ufl *               UG    936    0       26 ppp0

ujj:~# ifconfig
lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Bcast:127.255.255.255  Mask:255.0.0.0
          UP BROADCAST LOOPBACK RUNNING  MTU:2000  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0
          TX packets:0 errors:0 dropped:0 overruns:0

dummy     Link encap:10Mbps Ethernet  HWaddr 00:00:00:00:00:00
          inet addr:128.227.16.132  Bcast:128.227.255.255  Mask:255.255.0.0
          UP BROADCAST RUNNING NOARP  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0
          TX packets:0 errors:0 dropped:0 overruns:0
          Interrupt:0 Base address:0x0

ppp0      Link encap:Point-Point Protocol
          inet addr:128.227.16.132  P-t-P:128.227.16.141  Mask:255.255.0.0
          UP POINTOPOINT RUNNING  MTU:1000  Metric:1
          RX packets:4296 errors:0 dropped:0 overruns:0
          TX packets:4694 errors:0 dropped:0 overruns:0

128.227.16.141 is the IP for server.chem.ufl.edu which is the computer
that I dial onto using PPP.

128.227.16.132 --> 128.227.16.141 --> internet

I can talk properly from 128.227.16.141 (server.chem.ufl.edu) but not
from my home computer (128.227.16.132).

Also, when doing a make config on the kernel (mine is 1.2.4), what do you
answer yes to when configuring network options?

Thanks in advance for any help.
Ujjal Bansel

 
 
 

1. Talk problem and ftp problem with my Linux(2.0.33)

Suppose I have several xterms on tty1 and I want to talk to one of them
except the background (the blank screen before I start X), but each time
I issue the command "talk user tty1", the talk message always goes to
the background. How can I solve that problem so that I know exactly who
is intiating a talk to me? (by seeing the message "talk: respond with: ..."
on one of my terms ) and what's more, I want a beep to remind me of someone
calling me, my talk doesn't give me a beep at all, where can I have it set?

One more question about ftp, I installed ssh and I use shadow password,
but I let sshd and inetd run together, now I can only  use telnet to my server,
while ftp to my server is refused although I supply the server  with correct
password, what goes wrong here?

Please help me out if you have ideas about the problems, leave me a message


2. Newbie question about printers

3. SunOS talk problem.

4. Can someone kindly help me in UNIX shell scripting for a date conversion?

5. talk problems

6. Getting e-mail to work on our dedicated server

7. talk problem in RH 5.0

8. Getting doscmd to run DOS commands

9. Talk Problem

10. Talk problem

11. Talk problems

12. Solved: Talk Problem

13. talk problems / big core