Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi everyone,
I've been working on getting AFP on my DNS-323, and I've been able to follow most of the instructions so far, even though I'm not at all good with Linux. I'm stuck near the end though. The instruction
DEB_BUILD_OPTIONS=ssl debuild
ran for quite some time, before ending with the messages
(snipped out a few hundred lines) ... dh_buildinfo dh_strip -pnetatalk dh_compress -pnetatalk dh_fixperms -pnetatalk dh_makeshlibs -pnetatalk dh_installdeb -pnetatalk dh_perl -pnetatalk dh_shlibdeps -pnetatalk dpkg-shlibdeps: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dh_gencontrol -pnetatalk -- -Vssl:Recommends=", cracklib-runtime, libpam-cracklib" dpkg-gencontrol: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dh_md5sums -pnetatalk dh_builddeb -pnetatalk dpkg-deb: building package `netatalk' in `../netatalk_2.0.3-4_arm.deb'. dpkg-genchanges dpkg-genchanges: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0) dpkg-genchanges: not including original source code in upload dpkg-buildpackage (debuild emulation): binary and diff upload (original source NOT included) Now signing changes and any dsc files... signfile netatalk_2.0.3-4.dsc Sebastian Rittau <srittau@debian.org> gpg: keyring `//.gnupg/secring.gpg' created gpg: skipped "Sebastian Rittau <srittau@debian.org>": secret key not available gpg: [stdin]: clearsign failed: secret key not available debsign: gpg error occurred! Aborting.... debuild: fatal error at line 1155: running debsign failed
I looked at the site linked to ( http://ubuntuforums.org/showpost.php?p= … stcount=16 ) and this said there might be a signing error, so I ran the next step.
sh-3.1# dpkg -i ../netatalk_*.deb Selecting previously deselected package netatalk. (Reading database ... 16454 files and directories currently installed.) Unpacking netatalk (from ../netatalk_2.0.3-4_arm.deb) ... Setting up netatalk (2.0.3-4) ... hostname: Unknown host hostname: Unknown host Starting AppleTalk services (this will take a while): socket: Address family not supported by protocol socket: Address family not supported by protocol atalkd: can't get interfaces, exiting. Usage: nbprgstr [ -A address ] [-m Mac charset] [ -p port] obj:type@zone Usage: nbprgstr [ -A address ] [-m Mac charset] [ -p port] obj:type@zone atalkd papd afpd cnid_metad.
That doesn't look good!
Can anyone help me here? What've I missed? I'm not a Linux user, so I'd really appreciate any help.
Thanks,
Gary
Offline
Well, I ploughed on and was able to connect from OS X. Then I tried the acid test of rebooting, and now I can't connect and can't see what's gone wrong.
I can telnet in, then chroot to Debian (I'm learning this stuff as I go!) but when I tried 'afpd' I found it wasn't running. I added the line 'afpd' to my linuxrc file, but I don't know why it doesn't start.
Hmm... Exactly what should I be adding to my linuxrc file? If I manually start afpd I can then access the DNS-323 from OS X, but it's not starting up from my linuxrc file.
Offline
Interesting. I have had a problem with things in my linuxrc file not executing on startup, and I don't know why... but afpd is not one of them. I just have a line
afpd
with nothing else, and it runs fine. Where does it appear in your linuxrc?
Offline
I have seen issues with things starting up properly. So I have added a sleep first to let everything calm down before launching the fun_plug stuff. This box has limited resources so I guess issues could occur if you launch to many things at the same time.
Offline
Interesting... Can you detail how you did that? I'll give it a go.
Offline