Changes between Version 2 and Version 3 of R1/Alpha3/ReleaseAddendum


Ignore:
Timestamp:
Jun 18, 2011, 5:55:00 PM (13 years ago)
Author:
mmadia
Comment:

added some preliminary issues

Legend:

Unmodified
Added
Removed
Modified
  • R1/Alpha3/ReleaseAddendum

    v2 v3  
    44
    55''NOTE'': This is a placeholder page. As Haiku R1 Alpha 3 has not yet been released, there is no information. Check back at a later time.
     6
     7
     8
     9== Vision does not contain Freenode server settings ==
     10 * '''Error Message''': Upon launching Vision a "Setup Window" will display, requiring users to enter the freenode server information.
     11 * '''Reproduction''': Launch Vision.
     12 * '''Resolution''':  To remedy this you need to open the Terminal application and run the following commands. It will download a settings file for Vision. Afterwards, simply launch Vision and select "Freenode" from the drop down selection list and press "Connect".
     13{{{
     14  mkdir -p /boot/home/config/settings/Vision
     15  cd /boot/home/config/settings/Vision
     16  wget -O VisionSettings http://ports.haiku-files.org/svn/haikuports/trunk/haiku-apps/vision/VisionSettings
     17}}}
     18
     19
     20== command line applications fail on SSL secured sites ==
     21 * '''Error Message''': ''ERROR: cannot verify <host>'s certificate, issued by `/C....':''
     22 * '''Reproduction''': {{{ wget https://... }}}  or {{{ git clone https://.... }}}
     23 * '''Resolution''': The following commands will symlink the certificates file into the correct location.
     24{{{
     25  ln -sf /boot/common/ssl/certs/cacert.pem /boot/common/data/cert.pem
     26}}}
     27
     28