Guest User

Untitled

a guest
Jan 5th, 2023
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.87 KB | None | 0 0
  1. >> boot --s
  2. Setting $netaddr to 172.16.2.143 (from server )
  3. Obtaining / from server
  4. 4131312+792560 entry: 0xa800000020020000
  5. ARCS64 Firmware
  6. Found SGI-IP28, setting up.
  7. Initial setup done, switching console.
  8. Copyright (c) 1982, 1986, 1989, 1991, 1993
  9. The Regents of the University of California. All rights reserved.
  10. Copyright (c) 1995-2022 OpenBSD. All rights reserved. https://www.OpenBSD.org
  11.  
  12. OpenBSD 7.2 (GENERIC-IP28) #1: Wed Jan 4 21:08:31 CET 2023
  13. [email protected]:/srv/storage/src/sys/arch/sgi/compile/GENERIC-IP28
  14. real mem = 402653184 (384MB)
  15. rsvd mem = 1064960 (2MB)
  16. avail mem = 392790016 (374MB)
  17. warning: no entropy supplied by boot loader
  18. random: boothowto does not indicate good seed
  19. mainbus0 at root: POWER Indigo2 R10000
  20. cpu0 at mainbus0: MIPS R10000 CPU rev 2.5 194 MHz, R10000 FPU rev 0.0
  21. cpu0: cache L1-I 32KB D 32KB 2 way, L2 1024KB 2 way
  22. int0 at mainbus0 addr 0x1fbd9000
  23. imc0 at mainbus0: revision 5
  24. gio0 at imc0
  25. hpc0 at gio0 addr 0x1fb80000: SGI HPC3 (onboard)
  26. zs0 at hpc0 offset 0x00059830 irq 29: 85230
  27. zstty0 at zs0 channel 1: console
  28. zstty1 at zs0 channel 0
  29. pckbc0 at hpc0 offset 0x00059840 irq 28
  30. sq0 at hpc0 offset 0x00054000 irq 3: Seeq 80c03, address xx:xx:xx:xx:xx:xx
  31. wdsc0 at hpc0 offset 0x00044000 irq 1: WD33C93B, 20.0 MHz, burst DMA
  32. wdsc0: microcode revision 0x0d, fast SCSI
  33. scsibus0 at wdsc0: 8 targets, initiator 0
  34. wdsc1 at hpc0 offset 0x0004c000 irq 2: WD33C93B, 20.0 MHz, burst DMA
  35. wdsc1: microcode revision 0x0d, fast SCSI
  36. scsibus1 at wdsc1: 8 targets, initiator 0
  37. haltwo at hpc0 offset 0x00058000 irq 12 not configured
  38. pione at hpc0 offset 0x00059800 irq 5 not configured
  39. panel0 at hpc0 offset 0x00059850 irq 9: power button
  40. dsclock0 at hpc0 offset 0x00060000
  41. eisa0 at imc0 irq 27
  42. /dev/ksyms: Symbol table not valid.
  43. vscsi0 at root
  44. scsibus2 at vscsi0: 256 targets
  45. softraid0 at root
  46. scsibus3 at softraid0: 256 targets
  47. boot device: sq0
  48. nfs_boot: using interface sq0, with revarp & bootparams
  49. nfs_boot: client_addr=172.16.2.143
  50. nfs_boot: server_addr=172.16.0.1 hostname=indigo2
  51. root on 172.16.0.2:/srv/nfs/indigo2/root
  52. WARNING: clock gained 25 days
  53. WARNING: CHECK AND RESET THE DATE!
  54. swap on 172.16.0.2:/srv/nfs/indigo2/swap
  55. Enter pathname of shell or RETURN for sh:
  56. indigo2# ls
  57. .cshrc dev_mkdb.core id.core quotaon.core swap
  58. .profile etc kvm_mkdb.core root sys
  59. altroot getcap.core mktemp.core sbin tmp
  60. bin getty.core mnt sed.core usr
  61. bsd grep.core perl.core slaacd.core var
  62. bsd.booted head.core pgrep.core sort.core
  63. dev home pkill.core ssh-keygen.core
  64. indigo2# sysctl hw | grep power
  65. hw.allowpowerdown=1
  66. hw.power=1
  67. indigo2# mount
  68. 172.16.0.2:/srv/nfs/indigo2/root on / type nfs (read-only, v3, udp, timeo=100, retrans=101)
  69. indigo2# mount -uw /
  70. indigo2# sysctl hw > root/sysctl-output.txt
  71. indigo2# sed -e 's/194/195/' < root/sysctl-output.txt
  72. hw.machine=sgi
  73. hw.model=IP28
  74. hw.ncpu=1
  75. hw.byteorder=4321
  76. hw.pagesize=16384
  77. hw.disknames=
  78. hw.diskcount=0
  79. hw.cpuspeed=195
  80. hw.vendor=SGI
  81. hw.product=POWER Indigo2 R10000
  82. hw.physmem=402653184
  83. hw.usermem=402620416
  84. hw.ncpufound=1
  85. hw.allowpowerdown=1
  86. hw.ncpuonline=1
  87. hw.power=1
  88. indigo2# sysctl hw |sort
  89. hw.allowpowerdown=1
  90. hw.byteorder=4321
  91. hw.cpuspeed=194
  92. hw.diskcount=0
  93. hw.disknames=
  94. hw.machine=sgi
  95. hw.model=IP28
  96. hw.ncpu=1
  97. hw.ncpufound=1
  98. hw.ncpuonline=1
  99. hw.pagesize=16384
  100. hw.physmem=402653184
  101. hw.power=1
  102. hw.product=POWER Indigo2 R10000
  103. hw.usermem=402604032
  104. hw.vendor=SGI
  105. [...]
  106. indigo2# mkdir -p root/etc/ssh/
  107. indigo2# ssh-keygen -A -f /root
  108. ssh-keygen: generating new host keys: RSA ECDSA ED25519
  109. indigo2# cd root/etc/ssh/
  110. indigo2# ls -la
  111. total 48
  112. drwxr-xr-x 1 root wheel 240 Jan 4 21:30 .
  113. drwxr-xr-x 1 root wheel 6 Jan 4 21:29 ..
  114. -rw------- 1 root wheel 505 Jan 4 21:30 ssh_host_ecdsa_key
  115. -rw-r--r-- 1 root wheel 174 Jan 4 21:30 ssh_host_ecdsa_key.pub
  116. -rw------- 1 root wheel 399 Jan 4 21:30 ssh_host_ed25519_key
  117. -rw-r--r-- 1 root wheel 94 Jan 4 21:30 ssh_host_ed25519_key.pub
  118. -rw------- 1 root wheel 2602 Jan 4 21:30 ssh_host_rsa_key
  119. -rw-r--r-- 1 root wheel 566 Jan 4 21:30 ssh_host_rsa_key.pub
  120. [...]
  121. indigo2# exit
  122. pf enabled
  123. starting network
  124. Bus error (core dumped)
  125. /etc/netstart[307]: != 0: unexpected `!='
  126. Bus error (core dumped)
  127. Bus error (core dumped)
  128. reordering libraries:Bus error (core dumped)
  129. Bus error (core dumped)
  130. Bus error (core dumped)
  131. failed.
  132. Bus error (core dumped)
  133. Bus error (core dumped)
  134. starting early daemons:Bus error (core dumped)
  135. usage: /etc/rc.d/syslogd [-df] start|stop|restart|reload|check
  136. Bus error (core dumped)
  137. usage: /etc/rc.d/pflogd [-df] start|stop|restart|reload|check
  138. Bus error (core dumped)
  139. usage: /etc/rc.d/ntpd [-df] start|stop|restart|check
  140. .
  141. starting RPC daemons:.
  142. swapctl: adding 172.16.0.2:/srv/nfs/openbsd/7.2/octeon/hosts/octane2/swap as swap device at priority 0
  143. Bus error (core dumped)
  144. Bus error (core dumped)
  145. savecore: /bsd: kvm_read: version misread
  146. checking quotas: done.
  147. Bus error (core dumped)
  148. clearing /tmp
  149. Bus error (core dumped)
  150. kern.securelevel: 0 -> 1
  151. Bus error (core dumped)
  152. creating runtime link editor directory cache.
  153. preserving editor files.
  154. Bus error (core dumped)
  155. starting network daemons:Bus error (core dumped)
  156. usage: /etc/rc.d/sshd [-df] start|stop|restart|reload|check|configtest
  157. Bus error (core dumped)
  158. usage: /etc/rc.d/smtpd [-df] start|stop|restart|check
  159. Bus error (core dumped)
  160. usage: /etc/rc.d/sndiod [-df] start|stop|restart|reload|check
  161. .
  162. starting local daemons:Bus error (core dumped)
  163. usage: /etc/rc.d/cron [-df] start|stop|restart|reload|check
  164. .
  165. Wed Jan 4 21:33:05 CET 2023
  166. init: getty repeating too quickly on port /dev/console, sleeping
  167. init: getty repeating too quickly on port /dev/console, sleeping
  168. [...]
Advertisement
Add Comment
Please, Sign In to add comment