[MacPorts] #71341: Tiger PPC buildbot

MacPorts noreply at macports.org
Sun Nov 17 17:56:28 UTC 2024


#71341: Tiger PPC buildbot
----------------------------+---------------------
  Reporter:  glebm          |      Owner:  admin@…
      Type:  request        |     Status:  new
  Priority:  Normal         |  Milestone:
 Component:  buildbot/mpbb  |    Version:
Resolution:                 |   Keywords:
      Port:                 |
----------------------------+---------------------

Comment (by glebm):

 For the record, here is my qemu start command:

 {{{
 /opt/qemu-head/bin/qemu-system-ppc \
   -L openbios-ppc \
   -cpu G4 \
   -machine mac99,via=pmu \
   -m 2G \
   -hda "${DIR}/osx-tiger_10.4.11_installed.qcow2" \
   -boot c \
   -prom-env 'auto-boot?=true' \
   -prom-env 'vga-ndrv?=true' \
   -netdev
 user,id=mynet0,net=192.168.76.0/24,dhcpstart=192.168.76.9,hostfwd=tcp::10022-:22
 \
   -device rtl8139,netdev=mynet0 \
   -g 1024x768x32
 }}}

 And the ~/.ssh/config

 {{{
 Host mac-g4.local
   User timcook
   Port 10022
   HostKeyAlgorithms +ssh-rsa
   PubkeyAcceptedKeyTypes +ssh-rsa
   PubkeyAuthentication yes
   PreferredAuthentications publickey
   IdentityFile ~/.ssh/id_rsa
 }}}

 In /etc/hosts I have
 {{{
 127.0.0.1 mac-g4.local
 }}}

 This allows me to ssh/scp/rsync by simplify specifying `mac-g4.local`,
 e.g.: `ssh mac-g4.local`

-- 
Ticket URL: <https://trac.macports.org/ticket/71341#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list