My laptop boots either Zorin GNU/Linux or GhostBSD 10.1, mostly the latter now that I have most of what I was looking for in the former. Oh, and Windows when I'm in a masochistic mood.
I also have a BeagleBone Black running Debian:
From Zorin, I could ssh in using its hostname, i.e.,
I did a little Googling and thought that Avahi might do it. Followed instructions from some site, including adding _enable="YES" lines in /etc/rc.conf:
and modifying the hosts line in /etc/nsswitch.conf:
When I reboot, I see lines about not being able to find mdns_minimal or mdns (I think, scroll was too fast). From what I remember, the errors had to do with the network being down. I also tried mDNSIdentify Eowyn-Ghost.local and got this:
Same result when I try mDNSIdentify arm.local
Also, just realized that arm.local thought that I had logged in from eowyn-zorin.localhost, when I had logged in from Ghost.
I thought that something may have been screwy with the arm network setup but the errors from mDNSIdentify belie that.
Ideas, please?
I also have a BeagleBone Black running Debian:
Code:
Linux arm 4.1.12-ti-r29 #1 SMP PREEMPT Mon Nov 9 22:46:19 UTC 2015 armv7l GNU/Linux
ssh -Y debian@arm.local
. I managed to do that as well from Ghost, but can't do it from arm.local to Ghost -- i.e., I still have to use the IP address. Both my laptop and the Beagle are assigned static IP addresses, if that makes any difference.I did a little Googling and thought that Avahi might do it. Followed instructions from some site, including adding _enable="YES" lines in /etc/rc.conf:
Code:
avahi_daemon_enable="YES"
mdnsd_enable="YES"
Code:
hosts: files mdns_minimal [NOTFOUND=return] dns mdns
Code:
setsockopt - SO_RECV_ANYIF: Protocol not available
setsockopt - SO_RECV_ANYIF: Protocol not available
setsockopt - SO_RECV_ANYIF: Protocol not available
Eowyn-Ghost.local. AAAA FE80:0000:0000:0000:0216:EAFF:FEC5:29CE
Eowyn-Ghost.local. Addr 192.168.0.134
HINFO Hardware: I386
HINFO Software: FREEBSD
mDNS_PurgeCacheResourceRecord: Lock not held! mDNS_busy (0) mDNS_reentrancy (0)
mDNS_PurgeCacheResourceRecord: Lock not held! mDNS_busy (0) mDNS_reentrancy (0)
mDNS_PurgeCacheResourceRecord: Lock not held! mDNS_busy (0) mDNS_reentrancy (0)
No response after 4 seconds
_services._dns-sd._udp.local. PTR Trying multicast
No response after 4 seconds
_services._dns-sd._udp.local. PTR *** No Answer ***
Also, just realized that arm.local thought that I had logged in from eowyn-zorin.localhost, when I had logged in from Ghost.
I thought that something may have been screwy with the arm network setup but the errors from mDNSIdentify belie that.
Ideas, please?
Last edited by a moderator: