ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/www/trunk/notes/0.1/errata.html
Revision: 672
Committed: Fri Oct 16 02:49:29 2015 UTC (8 years, 6 months ago) by laffer1
Content type: text/html
File size: 2546 byte(s)
Log Message:
fix formatting.

File Contents

# Content
1 <!DOCTYPE html>
2 <html lang="en-US">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
5 <title>MidnightBSD :: Documentation :: 0.1-RELEASE Errata</title>
6 <link rel="stylesheet" type="text/css" media="all" href="/css/essence.css"/>
7 <!-- $MidnightBSD$ -->
8 <!-- Begin Cookie Consent plugin by Silktide - http://silktide.com/cookieconsent -->
9 <script type="text/javascript">
10 window.cookieconsent_options = {
11 "message": "This website uses cookies to ensure you get the best experience on our website",
12 "dismiss": "Got it!",
13 "learnMore": "More info",
14 "link": null,
15 "theme": "dark-top"
16 };
17 </script>
18 <script type="text/javascript" src="//s3.amazonaws.com/cc.silktide.com/cookieconsent.latest.min.js"></script>
19 <!-- End Cookie Consent plugin -->
20 </head>
21
22 <body>
23 <div id="globe">
24 <div id="header"><h1 title="MidnightBSD Home"><a href="../" title="MidnightBSD Home">MidnightBSD: The BSD For Everyone</a></h1></div>
25 <!--#include virtual="/menu.html"-->
26 <div class="clear"></div>
27 <div id="text">
28 <h2 class="icon"><img src="../../images/oxygen/notes32.png" alt="" /> MidnightBSD Release Notes</h2>
29
30 <h2>0.1-RELEASE Errata</h2>
31
32 <h3>Installation issues</h3>
33
34 <p>projectcenter.app package is missing dependancies on disc2.
35 mutt package is missing urlview dependancy on disc2.
36 </p>
37 <p>GNUstep package includes gdnc which is missing libgcc_s.so.1.
38 </p>
39 <p>bash 3 and gmake missing libintl.so.6. This can be fixed by
40 uninstalling gettext and building it from the port. A new
41 package was placed on the FTP server.
42 </p>
43 <h3>System issues</h3>
44
45 <p>CVSUP example for updating src fetches CURRENT instead of RELENG_0_1
46 </p>
47 <p>The new mports system was not included in the RELEASE. Many ports work in
48 mports that do not work in the old system. It is suggested that you update
49 your source using RELENG_0_1 and download the latest mports using CVS or CVSup.
50 </p>
51 <p>Using Virtual PC for Windows: <br />
52 If you install MidnightBSD in VPC, you will need to set hint.acpi.0.disabled="1"
53 in /boot/device.hints This will help with the "calcru: negative runtime of" issue.
54 </p>
55 <p>
56 August 11, 2007:<br />
57 The pkg_install tools found in src/usr.sbin/pkg_install were not updated for
58 mports. This has been corrected. You should be able to cvs update that directory
59 and run make install and get the new versions of pkg_add, pkg_delete, and so on.
60 </p>
61 </div>
62 <!--#include virtual="/footer.html" -->
63
64 </body>
65 </html>