Advertisement
Guest User

Linux 6.0.7 on AlphaServer DS25

a guest
Nov 11th, 2022
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. # Linux 6.0.7 on DS25 #
  2.  
  3. * with systemd:
  4. ```
  5. aboot: Linux/Alpha SRM bootloader version 1.0_pre20040408
  6. aboot: switching to OSF/1 PALcode version 1.92
  7. aboot: loading initrd (5274720 bytes/10303 blocks) at 0xfffffc00ffae6000
  8. aboot: starting kernel network with arguments root=/dev/nfs ip=:::::enP2p2s5:dhcp console=ttyS0,9600n8
  9. [ 0.000000] Linux version 6.0.7 (root@ds25) (gcc (Debian 12.2.0-7) 12.2.0, GNU ld (GNU Binutils for Debian) 2.39) #1 SMP Thu Nov 10 09:39:14 CET 2022
  10. [ 0.000000] Booting GENERIC on Titan variation Granite using machine vector PRIVATEER from SRM
  11. [ 0.000000] Major Options: SMP MAGIC_SYSRQ
  12. [ 0.000000] Command line: root=/dev/nfs ip=:::::enP2p2s5:dhcp console=ttyS0,9600n8
  13. [ 0.000000] memcluster 0, usage 1, start 0, end 462
  14. [ 0.000000] memcluster 1, usage 0, start 462, end 524279
  15. [ 0.000000] memcluster 2, usage 1, start 524279, end 524288
  16. [ 0.000000] Initial ramdisk at: 0x(____ptrval____) (5274720 bytes)
  17. [ 0.000000] 8192K Bcache detected; load hit latency 24 cycles, load miss latency 139 cycles
  18. [ 0.000000] SMP: 2 CPUs probed -- cpu_present_mask = 3
  19. [...]
  20. [ 0.063476] smp: Bringing up secondary CPUs ...
  21. [ 0.082031] smp: Brought up 1 node, 2 CPUs
  22. [ 0.083007] SMP: Total of 2 processors activated (3979.89 BogoMIPS).
  23. [...]
  24. Begin: Running /scripts/nfs-bottom ... done.
  25. Begin: Running /scripts/init-bottom ... done.
  26. [ 11.793939] systemd[1]: systemd 252-2 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK -SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY -P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
  27. [ 12.173821] systemd[1]: Detected architecture alpha.
  28.  
  29. Welcome to Debian GNU/Linux bookworm/sid!
  30.  
  31. [ 13.684563] systemd[1]: Queued start job for default target Graphical Interface.
  32. [ 13.695305] CPU 0
  33. [ 13.695305] systemd(1): Instruction fault 4
  34. [ 13.697258] pc = [<fffffc000496bc0c>] ra = [<fffffc000496bc08>] ps = 0000 Not tainted
  35. [ 13.698235] pc is at 0xfffffc000496bc0c
  36. [ 13.699211] ra is at 0xfffffc000496bc08
  37. [ 13.700188] v0 = 0000000000000000 t0 = 0000000000000001 t1 = fffffc000496bb38
  38. [ 13.701164] t2 = fffffc0005e5a890 t3 = fffffc000496bd18 t4 = 0000000000000001
  39. [ 13.702141] t5 = 0000000000000001 t6 = 0000000000000000 t7 = fffffc0004968000
  40. [ 13.703117] a0 = fffffc000496bd08 a1 = fffffc000496bc28 a2 = fffffc000496bc08
  41. [ 13.704094] a3 = 0000000000000001 a4 = 00000003304dc710 a5 = 0000000000000001
  42. [ 13.705071] t8 = fffffc000271f458 t9 = 0000000000000000 t10= fffffc0004a87460
  43. [ 13.706047] t11= fffffc00026d5120 pv = fffffc0001117010 at = bfaca5b94fd15a25
  44. [ 13.707024] gp = fffffc00026ff458 sp = 0000000037cf2e3f
  45. [ 13.708000] Disabling lock debugging due to kernel taint
  46. [ 13.708977] Trace:
  47. [ 13.709953] [<fffffc0001118e08>] cgroup_update_dfl_csses+0x2c8/0x330
  48. [ 13.710930] [<fffffc000111b53c>] cgroup_subtree_control_write+0x5ac/0x610
  49. [ 13.711907] [<fffffc00011113f4>] cgroup_file_write+0xa4/0x190
  50. [ 13.712883] [<fffffc0001361b74>] kernfs_fop_write_iter+0x1a4/0x330
  51. [ 13.713860] [<fffffc000128e6f4>] vfs_write+0x224/0x490
  52. [ 13.714836] [<fffffc000128eb48>] ksys_write+0x88/0x140
  53. [ 13.715813] [<fffffc00010114ec>] entSys+0xac/0xc0
  54. [ 13.716789]
  55. [ 13.717766] Code:
  56. [ 13.717766] 00000000
  57. [ 13.718742] 0496bc28
  58. [ 13.719719] fffffc00
  59. [ 13.720696] 0496bc08
  60. [ 13.721672] fffffc00
  61. [ 13.722649] 00000000
  62. [ 13.723625] <00000000>
  63. [ 13.724602] 0496bc0c
  64. [ 13.725578]
  65. ```
  66.  
  67. * with sysvinit:
  68. ```
  69. aboot: Linux/Alpha SRM bootloader version 1.0_pre20040408
  70. aboot: switching to OSF/1 PALcode version 1.92
  71. aboot: loading initrd (5276880 bytes/10307 blocks) at 0xfffffc00ffae4000
  72. aboot: starting kernel network with arguments root=/dev/nfs ip=:::::enP2p2s5:dhcp console=ttyS0,9600n8
  73. [ 0.000000] Linux version 6.0.7 (root@ds25) (gcc (Debian 12.2.0-7) 12.2.0, GNU ld (GNU Binutils for Debian) 2.39) #1 SMP Thu Nov 10 09:39:14 CET 2022
  74. [ 0.000000] Booting GENERIC on Titan variation Granite using machine vector PRIVATEER from SRM
  75. [ 0.000000] Major Options: SMP MAGIC_SYSRQ
  76. [ 0.000000] Command line: root=/dev/nfs ip=:::::enP2p2s5:dhcp console=ttyS0,9600n8
  77. [ 0.000000] memcluster 0, usage 1, start 0, end 462
  78. [ 0.000000] memcluster 1, usage 0, start 462, end 524279
  79. [ 0.000000] memcluster 2, usage 1, start 524279, end 524288
  80. [ 0.000000] Initial ramdisk at: 0x(____ptrval____) (5276880 bytes)
  81. [ 0.000000] 8192K Bcache detected; load hit latency 24 cycles, load miss latency 139 cycles
  82. [ 0.000000] SMP: 2 CPUs probed -- cpu_present_mask = 3
  83. [...]
  84. [ 0.064453] smp: Bringing up secondary CPUs ...
  85. [ 0.083984] smp: Brought up 1 node, 2 CPUs
  86. [ 0.084960] SMP: Total of 2 processors activated (3979.89 BogoMIPS).
  87. [...]
  88. [ 51.291965] loop0: detected capacity change from 0 to 2097152
  89. [ 51.326145] Adding 1048568k swap on /dev/loop0. Priority:-2 extents:1 across:1048568k SSFS
  90. [...]
  91. Begin: Running /scripts/nfs-bottom ... done.
  92. Begin: Running /scripts/init-bottom ... done.
  93. INIT: version 3.05 booting
  94. [...]
  95. Debian GNU/Linux bookworm/sid ds25 ttyS0
  96.  
  97. ds25 login:
  98. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement