Guest User

Untitled

a guest
Aug 24th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Serial log during boot, this is from the boot_loader:
  2.  
  3. Error: Invalid package file: Total size in header (45501579) doesn't agree with total file size (45462774)
  4. ../src/system/boot/loader/file_systems/packagefs/packagefs.cpp:849: Bad data
  5.  
  6. Investigating the haiku.hpkg file in Linux:
  7.  
  8. leavengood@dragon /m/l/D/h/src> ls -la ../generated.x86_64/objects/haiku/x86_64/packaging/packages/haiku.hpkg
  9. -rw-r--r-- 1 leavengood leavengood 45501579 Aug 13 01:03 ../generated.x86_64/objects/haiku/x86_64/packaging/packages/haiku.hpkg
  10. leavengood@dragon /m/l/D/h/src> xxd -l 30 ../generated.x86_64/objects/haiku/x86_64/packaging/packages/haiku.hpkg
  11. 00000000: 6870 6b67 0050 0002 0000 0000 02b6 4c8b hpkg.P........L.
  12. 00000010: 0000 0001 0001 0000 0000 0000 02b6 ..............
  13. leavengood@dragon /m/l/D/h/src> irb
  14. irb(main):001:0> 0x2b64c8b
  15. => 45501579
  16. irb(main):002:0>
  17.  
  18. File is 45501579 bytes, header says 45501579 bytes, but Haiku (or the package kit code in the boot loader at least)
  19. thinks it should be 45462774 bytes, which is 38805 bytes shorter.
  20.  
  21. I begin to wonder if my SSD is going bad...
Advertisement
Add Comment
Please, Sign In to add comment