1
0

logging and intro

This commit is contained in:
dtb 2021-07-22 16:56:27 -04:00
parent a338691a95
commit 6b21059db2

View File

@ -15,8 +15,16 @@
<SCRIPT SRC="/sheets.js" TYPE="application/javascript"></SCRIPT>
<SCRIPT TYPE="application/javascript">window.onload = window.initializesheets;</SCRIPT>
<H1>NetBSD</H1>
<H3>updated 2021-07-14</H3>
<H3>updated 2021-07-22</H3>
<HR ALIGN="left" SIZE="1" WIDTH="25%" />
<P>
From <A HREF="http://netbsd.org/">netbsd.org</A>: <I>NetBSD is a free, fast, secure, and highly portable Unix-like Open Source operating system</I>.
Of course, I run NetBSD, and this page serves as documentation of weird error fixes and miscellaneous tutorials that I think can be helpful.
</P>
<P>
Before diving into NetBSD you should really read the bits that look interesting of <A HREF="https://www.netbsd.org/docs/guide/en/">the NetBSD Guide</A> and (if you intend to use it) all of <A HREF="https://www.netbsd.org/docs/pkgsrc/">the pkgsrc guide</A>.
They're well written and detailed guides to NetBSD and the package manager typically used with NetBSD, and for the sake of you and anyone who finds your forum questions you should always consult them first if you have any questions.
</P>
<H2>Fix <CODE>SSL certificate problem: unable to get local issuer certificate</CODE></H2>
<P>Install <CODE>security/mozilla-rootcerts-openssl</CODE>.</P>
<P>Sources:</P>
@ -45,5 +53,8 @@ This page is public domain (as is the rest of my site); don't worry about copyri
- for example, <CODE>fuse-ext2 /dev/sd1e /mnt/sd1</CODE> to mount partition <I>e</I> of device <I>sd1</I> to the mountpoint <I>/mnt/sd1</I>).</LI>
<LI>This mountpoint can be unmounted with <CODE>umount(8)</CODE> as normal.</LI>
</OL>
<H2>System logging</H2>
<P>See <CODE>syslogd(8)</CODE> and <CODE>syslog.conf(5)</CODE>, which pertain to system logging.</P>
<P>Setting <CODE>DDB_ONPANIC</CODE> (see <CODE>options(4)</CODE> and <CODE>sysctl(8)</CODE>) will save a crash dump at <CODE>/var/crash<CODE> on kernel panic (<A HREF="https://www.unitedbsd.com/d/548-system-instability-on-unstable-version-how-do-i-get-logs/7">source</A>).</P>
</BODY>
</HTML>