Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hello MLAers! We've re-enabled auto-approval for accounts. If you are still waiting on account approval, please check this thread for more information.
Since atalkd doesn't support the TashTalk directly, you'll have to run both regardless. In my case, I create a tap interface (called tash0) and "connect" both atalkd and tashrouter to it with a dedicated network number. This avoids using kernel bridging and some other weird side effects, like...
The G5 running Tiger should (in theory) be able to print out of the box via Bonjour. Under the hood it uses CUPS. Classic MacOS can print via LPR using the LaserWriter 8 driver (clunky, but works) or by setting up a Netatalk server on a Pi or VM to serve as a real AppleTalk PAP print spooler...
Would be curious if PC Setup 1.6.4 or the 3rd party PC Setup 2.0 fixed this. Assuming Apple stored the PC side BIOS in a resource, it should be easy to compare what was patched.
The screenshot above is what you will see on an Ethernet connection without a router defining zones or a network range. How is the machine connected, Ethernet or LocalTalk? What router is seeding the network with zone information?
I finally tracked down the Usenet post that indicates that this document has additional information that Inside AppleTalk 2nd Edition lacks. See: https://groups.google.com/g/comp.protocols.appletalk/c/YcJkQ8t8e7Q/m/EjOUlKL3KL8J
This post dates to 1992, so well after the revised Inside AppleTalk...
Tom Andrews of Amiga of Rochester recaps and repairs vintage Macs. I have used his services in the past, including recapping a LC line power supply.
https://amigaofrochester.com/
https://www.facebook.com/AmigaOfRochesterNYUSA/
The org.netatalk.ResourceFork EA is only used in Solaris. The extended attribute API that works similar to file descriptors (complete with random access) only exists on that OS. Even Darwin doesn't have this, although with some coding, you can simulate it for the resource fork (some of Apple's...
Since this is on-topic for a Netatalk thread, here are the nitty gritty details on what is stored with each AppleDouble backend:
The "old" AppleDouble v2 system:
All metadata for files is stored in a separate hidden directory called .AppleDouble with equivalently named files. These files follow...
Took a look at the materials on the AppleTalk for Programmers CD. Sadly nothing too detailed in the lessons, but there is a really nice HyperCard stack with the various AppleTalk packet format graphics in it.
OK, the above will only work if you are using ea = sys and NOT the old AppleDouble v2 system with ea = ad. IT should be pulling the resource fork from the ._ files as I have it working here. You need both files in the directory together, Netatalk always stores the resource fork in the ._ file.
In addition to the ad set commands, add the following to your script to "fix up" the header of your ._ files so Netatalk stops complaining about bad AppleDouble data:
printf '\x4E\x65\x74\x61\x74\x61\x6C\x6B\x20\x20\x20\x20\x20\x20\x20\x20' | dd of="._Applications HD.img" bs=1 seek=8 count=16...
Its not a new idea, look up the CBS sequential color television system. Early on, many flatbed scanners were not "single pass". They were actually modified grayscale units doing what you want to do, except that they automatically switched out the red, green, and blue color filters with each...
Reading thru the source, it appears that if a ._ file has extended attributes embedded in it, that Netatalk will indeed copy the FinderInfo from that file and into a metadata EA if one isn't found. It will also re-write the ._ file minus the embedded extended attributes (discards them) with the...
Don't worry about the "bad CNID" error messages, those are normal for files added from outside the share and the dbd tool is fixing them.
The "Bad AppleDouble" message is also from dbd. Looks like it only throws that with the ._ files. They likely aren't 100% like what Netatalk expects since it...
You don't run ad cp at all. Copy/extract the files into the share folder like they are standard UNIX files, then run ad set to set the filetype/creator, which forces creation of the Netatalk metadata EA. After that, Netatalk will update the CNID database on access, running dbd is optional.
The...
OK, the lack of a Netatalk metadata EA is the problem, do the following with your files after you extract them:
ad set -t dimg -c ddsk "Applications HD.img"
ad set -t dimg -c ddsk "NetBoot HD.img"
ad set -t chrp -c tbxi "Mac OS ROM"
Also, the pax utility that comes with Debian has really...
In theory, you should be able to put both the file and the matching ._ file into the share and it'll "just work", minus the filetype/creator (netatalk doesn't copy the FinderInfo from the ._ file to its metadata extended attribute). You don't need to run dbd for that anymore like with netatalk...
Nothing has come up at all in my searches. Now that slide deck has something that might have been mentioned in the original document. Namely the overview of the algorithm for a node to bootstrap determine its network address.
I await a detailed change log of the various Performa System 7.1P releases now that all of them have been unearthed. :cool:
A friend had a Performa 600CD growing up, so that purplish desktop background is burned into my brain. It was annoying when I used other machines and couldn't find it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.