pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/46597 (No such file or directory)
The following reply was made to PR pkg/46597; it has been noted by GNATS.
From: szptvlfn%a-net.email.ne.jp@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/46597 (No such file or directory)
Date: Tue, 19 Jun 2012 06:37:31 +0900
I apologize for the mistake in the information that I had sent it.
http://mail-index.netbsd.org/pkgsrc-bugs/2012/06/15/msg048111.html
How to establish the connexion between NetBSD and MacOS X(10.4, 10.5
not simultaneously).
To recognise which afpd are listen to.
|$ netstat -a | grep afp
|tcp6 0 0 *.afpovertcp *.* LISTEN
Change from IPv6 to IPv4; add "-ipaddr 192.168.0.2" to afpd.conf
(This server's IP: 192.168.0.2)
|$ netstat -a | grep afp
|tcp 0 0 192.168.0.2.afpovertcp 192.168.0.3.49193
ESTABLISHED
|tcp 0 0 192.168.0.2.afpovertcp *.* LISTEN
I confirmed the connexion.
Thanks for this link I took some hints.
http://gnats.netbsd.org/44889
Home |
Main Index |
Thread Index |
Old Index