Open thesleort opened 3 years ago
The system is totally vanilla/unmodified and I am able to access the "SHARED_DISK" on my Linux laptop on the same network
ifconfig
output
macipgw@macippi:~ $ ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.80 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::9175:f2e4:1edb:2e41 prefixlen 64 scopeid 0x20<link>
ether b8:27:eb:ba:f5:1c txqueuelen 1000 (Ethernet)
RX packets 7003 bytes 1016634 (992.8 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 5223 bytes 908047 (886.7 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 301 bytes 25146 (24.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 301 bytes 25146 (24.5 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
tun0: flags=4305<UP,POINTOPOINT,RUNNING,NOARP,MULTICAST> mtu 586
inet 172.16.2.1 netmask 255.255.255.0 destination 172.16.2.1
unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 500 (UNSPEC)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1 bytes 48 (48.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
executing
macipgw@macippi:~ $ sudo bash /etc/init.d/netatalk stop
and then
macipgw@macippi:~ $ sudo systemctl restart netatalk
appears to get the service running. However, the Macintosh SE/30 still is not seeing it on the network.
macipgw@macippi:~ $ nbplkup
macippi:TimeLord 65280.249:131
MacIPpi:AFPServer 65280.249:129
172.16.2.1:IPGATEWAY 65280.249:72
MacIPpi:netatalk 65280.249:4
MacIPpi:Workstation 65280.249:4
@thesleort Since this is an issue with Netatalk, the correct place to ask for assistance would be https://github.com/Netatalk/Netatalk
Also, please note that macipgw and MacIP are not the same project. The MacIP distributions are built on top of macipgw and other components. But they're not directly affiliated.
I just downloaded the latest MacIPpi image 5.01 stable release following the setup guide and put it on a Raspberry Pi 3 B+
Whenever I try to start it, my Macintosh SE/30 cannot see it, so I investigated, and it appears that the netatalk service failed to start.
At the same time it appears that some netatalk is somewhere?
journalctl -xe
aftersystemctl restart netatalk
Is the
netatalk
service supposed to fail? If so is it then running somewhere else. It's strange, because I have previously been able to access the AppleTalk file server on my Macintosh SE/30 on the same Raspberry Pi