wiki:R1/Alpha2/ReleaseAddendum

Version 14 (modified by humdinger, 14 years ago) ( diff )

reverted the fixed Web+ instruction, as hrev495 and hrev499 are incompatible with r1a2.

Haiku R1 Alpha 2 Release Addendum

While the Haiku Project strives for quality in official releases including alpha and betas, there will always be the chance of an unnoticed issue prior to release. This page serves to inform you any notable issues with the release and how to resolve them.

Installer fails on libwebcore.so

  • Error Message: General System Error
  • Reproduction: This seems to be caused through a certain combination of media and disc drives. During installation you may encounter a General System Error while copying libwebcore.so.
  • Resolution (with no internet connection) : To remedy this you need to open the Terminal application and run the following command. It will temporarily remove WebPositive's libaries on the CD. To note, file modification on the LiveCD will not persist across reboots.
    • Click [ Desktop (Live-CD) ]
    • Click the Deskbar --> Applications --> Terminal
    • Enter the following commands
        rm -rf /boot/apps/WebPositive/lib/*.so
        Installer
      
  • Once Haiku is installed, reboot into the installed partition and run the following command, which will install WebPositive
      installoptionalpackage webpositive
    

sftp requires libedit.so

  • Error Message: runtime_loader: Cannot open file libedit.so.0: No such file or directory
  • Reproduction: When sftp is executed, it will fail to load.
  • Resolution: The following commands will download and extract the needed dependencies.
      wget http://haiku-files.org/files/optional-packages/libedit-20100424-r1a2-x86-gcc2-2010-05-10.zip
      unzip -o -d /boot libedit-20100424-r1a2-x86-gcc2-2010-05-10.zip
      rm libedit-20100424-r1a2-x86-gcc2-2010-05-10.zip
    

git fails to checkout from http

  • Error Message: fatal: Unable to find remote helper for 'http'
  • Reproduction: git clone http://...
  • Resolution: Download and extract a new build of git:
      wget http://haiku-files.org/files/optional-packages/git-1.7.0.5-x86-gcc2-2010-05-12.zip
      unzip -o -d /boot git-1.7.0.5-x86-gcc2-2010-05-12.zip
      rm git-1.7.0.5-x86-gcc2-2010-05-12.zip
    

WebPositive reports errors while uploading files

  • Error Message: Send failed since rewinding of the data stream failed
  • Reproduction: For at least dev.haiku-os.org and imageshack.us, WebPositive will display an alert dialog upon uploading a file. The dialog will inform the user that an error occurred. At least for dev.haiku-os.org, the file does indeed upload correctly.
  • Resolution: Upon uploading a file to dev.haiku-os.org, ignore the alert dialog and check the ticket to confirm the attachment. A fixed WebPositive, not compatible with R1/Alpha2, will be included in future nightly images.

Haiku freezes after a few seconds at desktop

  • Error Message: None.
  • Reproduction: Hardware dependent problem due to Haiku lacking IRQ routing.
  • Resolution: Try disabling ACPI in the boot loader's Safe Mode Options menu (press <Shift> when booting). Monitor an open ticket at http://dev.haiku-os.org/ticket/5
Note: See TracWiki for help on using the wiki.