• Updated 2023-07-12: Hello, Guest! Welcome back, and be sure to check out this follow-up post about our outage a week or so ago.

Netatalk SD Card Image?

LaPorta

Well-known member
So far, it appears I have no permission to edit any of the files that you worked on...how did you do that?

 

pcamen

Well-known member
Try opening them in the editor with the "sudo " prefix.  If I don't do that it is a read only file. 

Like

Code:
sudo vi /etc/network/interfaces
 

LaPorta

Well-known member
Got it, thanks. I am one of those guys who grew up on Macs (and still uses them exclusively), so command line is like the first day in Spanish class for me.

 

pcamen

Well-known member
Yea, I understand.  I was lucky to get familiar with Unix in college and never quite stopped using it.  I know just enough to be dangerous.

 

LaPorta

Well-known member
I'm trying to read a vi tutorial....I'm liable to burst an aneurysm with this stuff. This is where I wish I could just open said file with TextEdit on the Mac, and then save it back!

 

pcamen

Well-known member
VI (vim) has two modes, command and insert.

In command mode, move the cursor left right with j and k, up down with h and l.  Then delete characters with x, and then type i to get into insert mode, and enter what you want, then ESC to go back to command mode.  Then :w to save and :q to quit.  That should get you through it.  

If you get stuck and want to quit without saving :q! will get you out. 

 
Last edited by a moderator:

cheesestraws

Well-known member
I'm trying to read a vi tutorial....I'm liable to burst an aneurysm with this stuff
Unless you particularly want to learn vi as a general skill, try using nano instead of vi.  It has useful features like 'showing you what the keypresses do before you do them' and 'not being modal'.

Personally, I love vi, but it can be an acquired taste :)

 

pcamen

Well-known member
When I was in college it was a battle between the VI crows and the Emacs crows.  Once you learn the key strokes for one or the other, it stays with you. I won't use an editor now that doesn't support the VI command set as I am so used to it and am very productive without ever having to take my hands off the keyboard. 

 

pcamen

Well-known member
So, I have yet to experience the a2server showing up in the chooser as an Appletalk server for any Mac.  Under OS 9, I can use the network browser to mount an Appleshare server via an IP address. Under OS 8, there is an option in the chooser for this as well, but it was not able to mount the share for some reason.  But under OS 7, I have not found this option.

Does anyone know what this might be about?  Shouldn't the a2server advertise itself as an Appletalk server so that Macs can readily browse to it? 

I should say, so far I am just trying this on Macs that are connected via Ethernet.  I have:

A Mac Mini G4 running 9.2.2 that can connect via IP from its native Ethernet jack.

A G3 Lombard via its native Ethernet jack.  I believe this one connects fine like the Mini. 

A PB 540c that I can't connect with the server as there is no way to select a share via IP.  It is connected to the network via the AAUI port Ethernet and an AAUI adapter.  Fetch on this machine can see my FTP server, so I know the network is functioning. 

 
Last edited by a moderator:

pcamen

Well-known member
Progress.  If I select Appletalk under the control panels on system 8, I found that I had to choose the Ethernet network, which was part of the solution for setting things right. 

Appletalk screen shot_540c.JPG

And it found the a2server zone.   Then in the chooser it could see the Appletalk server.

Appletalk_screen_shot_2_540c.JPG

However, it could not mount it. 

Appletalk_screen_shot_3_540c.JPG

On the Lombard, a similar procedure.

Appletalk_Lombard_2.JPGAppletalk_Lombard_1.JPG

But as you can see, the Lombard with 9.2.2 asked for the credentials, whereas the PB 540c under 8.1 did not.  I suspect that is the reason it is giving me the no response error.  Or could it be something else?

 

LaPorta

Well-known member
I had this error as well. I never tracked down what the problem was, only that re-installing it and using it with little to no modification made it work. system 6, 7, 8, 9 And OS X can all connect for me. Have you changed any settings?

 

pcamen

Well-known member
FWIW, I got this error when connecting to an AFP server that was trying to prefer IP, but IP wasn't enabled.  Check that TCP/IP is enabled and using the same port as AppleTalk?
Well, this is an a2server, so as a server it only has TCP/IP.  And I've connected to it via TCP/IP from my G4 Mini just fine; it does prompt me for the user and password like on the Lombard when I selected it via the Appletalk browser.

 

LaPorta

Well-known member
Basically I just left it stock as-is. The share works perfectly fine. Even System 6 will read/write to it correctly (even though it won’t correctly display space used/space remaining since it is over 2 GB in size).

 
Top