|
List Info
Thread: Can't see FreeBSD machine in Mac's Finder
|
|
| Can't see FreeBSD machine in Mac's
Finder |

|
2005-10-17 16:03:56 |
On Mon, Oct 17, 2005 at 09:54:15AM -0500, Charles Howse
wrote:
> Hello List,
>
> I have a PowerMac G5, named "larry", which
the 'Sharing' tab in System
> Preferences tells me that other machines on the network
can access as
> 'larry.local'.
>
> I have a FreeBSD 4.11 machine on the same subnet, named
"moe" (no
> domain name), with NFS enabled.
>
> I can connect to the FreeBSD machine's share by using
"Connect to
> Server" in OS X, but the machine doesn't show up
in the Network pane
> of Finder.
>
> Can anyone point me to some resources where I can find
a resolution to
> this? --
I think others are pointing you in the wrong direction.
MacOS uses
Bonjour to discover local net resources. Believe this may
have been
previously called Rendezvous.
http:/
/developer.apple.com/networking/bonjour/
net/howl and net/mDNSResponder mention Bonjour specifically.
--
David Kelly N4HHE, dkelly HiWAAY.net
============================================================
============
Whom computers would destroy, they must first drive mad.
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Can't see FreeBSD machine in Mac's
Finder |

|
2005-10-17 16:19:45 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
David Kelly wrote:
| On Mon, Oct 17, 2005 at 09:54:15AM -0500, Charles Howse
wrote:
|
|>Hello List,
|>
|>I have a PowerMac G5, named "larry", which
the 'Sharing' tab in System
|>Preferences tells me that other machines on the network
can access as
|>'larry.local'.
|>
|>I have a FreeBSD 4.11 machine on the same subnet, named
"moe" (no
|>domain name), with NFS enabled.
|>
|>I can connect to the FreeBSD machine's share by using
"Connect to
|>Server" in OS X, but the machine doesn't show up
in the Network pane
|>of Finder.
|>
|>Can anyone point me to some resources where I can find
a resolution to
|>this? --
|
|
| I think others are pointing you in the wrong direction.
MacOS uses
| Bonjour to discover local net resources. Believe this may
have been
| previously called Rendezvous.
| http:/
/developer.apple.com/networking/bonjour/
|
| net/howl and net/mDNSResponder mention Bonjour
specifically.
Correct. You can use howl to advertise an NFS service that
MacOS X will
auto-discover. For example:
mDNSPublish NFS _nfs._tcp 2049 "NFS Share"
Joe
- --
Joe Marcus Clarke
FreeBSD GNOME Team :: gnome FreeBSD.org
FreeNode / #freebsd-gnome
http://www.FreeBSD.org/g
nome
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Darwin)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFDU88hb2iPiv4Uz4cRAgoiAJ4s0s+Es6hYkzsrfAXy2+saBi5zuwCf
S83R
v+5qgV8E0oVlamiidZ24Pc0=
=aQrB
-----END PGP SIGNATURE-----
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Can't see FreeBSD machine in Mac's
Finder |

|
2005-10-17 20:03:16 |
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> David Kelly wrote:
> | On Mon, Oct 17, 2005 at 09:54:15AM -0500, Charles
Howse wrote:
> |
> |>Hello List,
> |>
> |>I have a PowerMac G5, named "larry",
which the 'Sharing' tab in System
> |>Preferences tells me that other machines on the
network can access as
> |>'larry.local'.
> |>
> |>I have a FreeBSD 4.11 machine on the same subnet,
named "moe" (no
> |>domain name), with NFS enabled.
> |>
> |>I can connect to the FreeBSD machine's share by
using "Connect to
> |>Server" in OS X, but the machine doesn't show
up in the Network pane
> |>of Finder.
> |>
> |>Can anyone point me to some resources where I can
find a resolution to
> |>this? --
> |
> |
> | I think others are pointing you in the wrong
direction. MacOS uses
> | Bonjour to discover local net resources. Believe this
may have been
> | previously called Rendezvous.
> | http:/
/developer.apple.com/networking/bonjour/
> |
> | net/howl and net/mDNSResponder mention Bonjour
specifically.
>
> Correct. You can use howl to advertise an NFS service
that MacOS X will
> auto-discover. For example:
>
> mDNSPublish NFS _nfs._tcp 2049 "NFS Share"
Well, howl installed without error, but it doesn't seem to
want to run...?
Anybody have a clue?
[root moe:~]# mDNSPublish
[assert] error: 61 (Connection refused)
[assert] where: "socket.c",
"sw_socket_tcp_connect", line: 720
[assert] error: 22 (Invalid argument)
[assert] where: "socket.c",
"sw_socket_tcp_close", line: 879
sw_discovery_init() failed
[root moe:~]# mDNSPublish -h
[assert] error: 61 (Connection refused)
[assert] where: "socket.c",
"sw_socket_tcp_connect", line: 720
[assert] error: 22 (Invalid argument)
[assert] where: "socket.c",
"sw_socket_tcp_close", line: 879
sw_discovery_init() failed
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
| Can't see FreeBSD machine in Mac's
Finder - Solved |

|
2005-10-19 12:47:20 |
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> David Kelly wrote:
> | On Mon, Oct 17, 2005 at 09:54:15AM -0500, Charles
Howse wrote:
> |
> |>Hello List,
> |>
> |>I have a PowerMac G5, named "larry",
which the 'Sharing' tab in System
> |>Preferences tells me that other machines on the
network can access as
> |>'larry.local'.
> |>
> |>I have a FreeBSD 4.11 machine on the same subnet,
named "moe" (no
> |>domain name), with NFS enabled.
> |>
> |>I can connect to the FreeBSD machine's share by
using "Connect to
> |>Server" in OS X, but the machine doesn't show
up in the Network pane
> |>of Finder.
> |>
> |>Can anyone point me to some resources where I can
find a resolution to
> |>this? --
> |
> |
> | I think others are pointing you in the wrong
direction. MacOS uses
> | Bonjour to discover local net resources. Believe this
may have been
> | previously called Rendezvous.
> | http:/
/developer.apple.com/networking/bonjour/
> |
> | net/howl and net/mDNSResponder mention Bonjour
specifically.
>
> Correct. You can use howl to advertise an NFS service
that MacOS X will
> auto-discover. For example:
>
> mDNSPublish NFS _nfs._tcp 2049 "NFS Share"
>
> Joe
I finally got it working. My error was not including
"path=<path to share>"
when loading mDNSPublish.
Also customized this rc script to start publishing on boot.
http://tinyurl.com/4j8ze
Works fine on both computers, now.
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|
|
[1-4]
|
|