Asus M5A78L / USB3 - FreeBSD - 2013 archive
back to main FreeBSD page for this machine.
2013 archive.
2013-12-31: ada0p4 - ports - after installing Firefox 26.0,1 I found out that it crashed all the time, so I ended up installing Firefox-esr (currently version 24.2.0,1) instead. Hopefully it will work out better.
2013-12-29: ada0p4 - after rebooting the machine, I discovered that I forgot to add some filesystems when I installed FreeBSD. Fixed by adding the following lines to /etc/fstab:
proc /proc procfs rw 0 0 linproc /compat/linux/proc linprocfs rw 0 0 fdesc /dev/fd fdescfs rw 0 0
then mounting them manually.
2013-12-28: ada0p4 - updated ports via portsnap fetch; portsnap update
(last done on 2013-08-02). Updated portupgrade (via portupgrade), then updated a bunch of
ports.
2013-11-18: ada0p4 - writing a FreeBSD image to a usb memory stick:
tingo@kg-core1$ su Password: root@kg-core1# root@kg-core1# dd if=./FreeBSD-9.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync 71696+0 records in 71696+0 records out 734167040 bytes transferred in 324.503317 secs (2262433 bytes/sec)
check with disktype:
root@kg-core1# disktype /dev/da0 --- /dev/da0 Character device, size 3.740 GiB (4016045568 bytes) FreeBSD boot loader (i386 boot1 at sector 0) FreeBSD boot loader (i386 boot2/BTX 1.02 at sector 2) BSD disklabel (at sector 1), 8 partitions Partition a: 700.2 MiB (734167040 bytes, 1433920 sectors from 0) Type 7 (4.2BSD fast file system) Includes the disklabel and boot code UFS file system, 8 KiB offset, little-endian Volume name "FreeBSD_Install" (in superblock) Partition c: 700.2 MiB (734167040 bytes, 1433920 sectors from 0) Type 0 (Unused)
Looks good.
2013-10-27: ada0p4 - I installed the port cpmtools so I can read CP/M disk images:
root@kg-core1# portinstall -R cpmtools-2.15 [...] install -o root -g wheel -m 444 cpm.5 /usr/local/man/man5/cpm.5 ===> Compressing manual pages for cpmtools-2.15 ===> Registering installation for cpmtools-2.15 ===> Cleaning for cpmtools-2.15 [Updating the pkgdb <format:bdb_btree> in /var/db/pkg ... - 788 packages found (-0 +1) . done]
All for now.
2013-10-11: ada0p4 - I installed the port bsdadminscripts, because it contains pkg_libchk which is handy to check for missing libraries.
2013-07-25: ada0p4 - installed a few ports: xorg-minimal, xf86-video-ati, xcalc, and (because it is needed by default for startx / xinit) xclock, xterm. A few fonts improve things: cantarell-fonts, croscorefonts, liberation-fonts-ttf, webfonts. I installed xfce as the DE. Also a lot of "user" ports too: opera, sane, ...
2013-07-25: ada0p4 - sound uses the snd_hda module. After loading snd_hda, herer is what /var/log/messages say:
Jul 25 10:40:24 kg-core1 kernel: hdac0: <ATI SB600 HDA Controller> mem 0xfe9f4000-0xfe9f7fff irq 16 at device 20.2 on pci0 Jul 25 10:40:24 kg-core1 kernel: hdac0: [ITHREAD] Jul 25 10:40:24 kg-core1 kernel: hdac1: <ATI RV810 HDA Controller> mem 0xfeaf8000-0xfeafbfff irq 19 at device 0.1 on pci1 Jul 25 10:40:24 kg-core1 kernel: hdac1: [ITHREAD] Jul 25 10:40:24 kg-core1 kernel: hdacc0: <Realtek ALC887 HDA CODEC> at cad 0 on hdac0 Jul 25 10:40:24 kg-core1 kernel: hdaa0: <Realtek ALC887 Audio Function Group> at nid 1 on hdacc0 Jul 25 10:40:24 kg-core1 kernel: hdacc1: <ATI R6xx HDA CODEC> at cad 0 on hdac1 Jul 25 10:40:24 kg-core1 kernel: hdaa1: <ATI R6xx Audio Function Group> at nid 1 on hdacc1 Jul 25 10:40:24 kg-core1 kernel: pcm0: <Realtek ALC887 (Rear Analog)> at nid 20 and 24,26 on hdaa0 Jul 25 10:40:24 kg-core1 kernel: pcm1: <Realtek ALC887 (Front Analog)> at nid 27 and 25 on hdaa0 Jul 25 10:40:24 kg-core1 kernel: pcm2: <Realtek ALC887 (Onboard Digital)> at nid 17 on hdaa0 Jul 25 10:40:24 kg-core1 kernel: pcm3: <ATI R6xx (HDMI)> at nid 3 on hdaa1
added snd_hda_load="YES" to /boot/loader.conf. That's all.
2013-07-25: ada0p4 - built FreeBSD 8.4-stable via make world. dmesg output normal, verbose.
root@kg-core1# uname -a FreeBSD kg-core1.kg4.no 8.4-STABLE FreeBSD 8.4-STABLE #0 r253646: Thu Jul 25 10:12:31 UTC 2013 root@kg-core1.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64
pciconf -lv output:
root@kg-core1# pciconf -lv hostb0@pci0:0:0:0: class=0x060000 card=0x83881043 chip=0x96001022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' class = bridge subclass = HOST-PCI pcib1@pci0:0:2:0: class=0x060400 card=0x83881043 chip=0x96031022 rev=0x00 hdr=0x01 vendor = 'Advanced Micro Devices (AMD)' class = bridge subclass = PCI-PCI pcib2@pci0:0:4:0: class=0x060400 card=0x83881043 chip=0x96041022 rev=0x00 hdr=0x01 vendor = 'Advanced Micro Devices (AMD)' class = bridge subclass = PCI-PCI pcib3@pci0:0:7:0: class=0x060400 card=0x83881043 chip=0x96071022 rev=0x00 hdr=0x01 vendor = 'Advanced Micro Devices (AMD)' class = bridge subclass = PCI-PCI ahci0@pci0:0:17:0: class=0x010601 card=0x83891043 chip=0x43911002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' device = 'SB700 SATA Controller [AHCI mode]' class = mass storage subclass = SATA ohci0@pci0:0:18:0: class=0x0c0310 card=0x83891043 chip=0x43971002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' device = 'SB700 USB OHCI0 Controller' class = serial bus subclass = USB ohci1@pci0:0:18:1: class=0x0c0310 card=0x83891043 chip=0x43981002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' device = 'Standard OpenHCD USB-Hostcontroller (SB700)' class = serial bus subclass = USB ehci0@pci0:0:18:2: class=0x0c0320 card=0x83891043 chip=0x43961002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' device = 'SB700 USB EHCI Controller' class = serial bus subclass = USB ohci2@pci0:0:19:0: class=0x0c0310 card=0x83891043 chip=0x43971002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' device = 'SB700 USB OHCI0 Controller' class = serial bus subclass = USB ohci3@pci0:0:19:1: class=0x0c0310 card=0x83891043 chip=0x43981002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' device = 'Standard OpenHCD USB-Hostcontroller (SB700)' class = serial bus subclass = USB ehci1@pci0:0:19:2: class=0x0c0320 card=0x83891043 chip=0x43961002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' device = 'SB700 USB EHCI Controller' class = serial bus subclass = USB none0@pci0:0:20:0: class=0x0c0500 card=0x83891043 chip=0x43851002 rev=0x3c hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' device = 'ATI SMBus (ATI RD600/RS600)' class = serial bus subclass = SMBus atapci0@pci0:0:20:1: class=0x01018a card=0x83891043 chip=0x439c1002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' device = 'PATA 133 Controller (SB7xx)' class = mass storage subclass = ATA hdac0@pci0:0:20:2: class=0x040300 card=0x84451043 chip=0x43831002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' device = 'IXP SB600 High Definition Audio Controller' class = multimedia subclass = HDA isab0@pci0:0:20:3: class=0x060100 card=0x83891043 chip=0x439d1002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' device = 'SB700 LPC host controller' class = bridge subclass = PCI-ISA pcib4@pci0:0:20:4: class=0x060401 card=0x00000000 chip=0x43841002 rev=0x00 hdr=0x01 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' device = 'IXP SB600 PCI to PCI Bridge' class = bridge subclass = PCI-PCI ohci4@pci0:0:20:5: class=0x0c0310 card=0x83891043 chip=0x43991002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' device = 'SB700 USB OHCI2 Controller' class = serial bus subclass = USB hostb1@pci0:0:24:0: class=0x060000 card=0x00000000 chip=0x12001022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = '(Family 10h) Athlon64/Opteron/Sempron HyperTransport Technology Configuration' class = bridge subclass = HOST-PCI hostb2@pci0:0:24:1: class=0x060000 card=0x00000000 chip=0x12011022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = '(Family 10h) Athlon64/Opteron/Sempron Address Map' class = bridge subclass = HOST-PCI hostb3@pci0:0:24:2: class=0x060000 card=0x00000000 chip=0x12021022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = '(Family 10h) Athlon64/Opteron/Sempron DRAM Controller' class = bridge subclass = HOST-PCI hostb4@pci0:0:24:3: class=0x060000 card=0x00000000 chip=0x12031022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = '(Family 10h) Athlon64/Opteron/Sempron Miscellaneous Control' class = bridge subclass = HOST-PCI hostb5@pci0:0:24:4: class=0x060000 card=0x00000000 chip=0x12041022 rev=0x00 hdr=0x00 vendor = 'Advanced Micro Devices (AMD)' device = '(Family 10h) Athlon64/Opteron/Sempron Link Control' class = bridge subclass = HOST-PCI vgapci0@pci0:1:0:0: class=0x030000 card=0x304a1682 chip=0x68f91002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' class = display subclass = VGA hdac1@pci0:1:0:1: class=0x040300 card=0xaa681682 chip=0xaa681002 rev=0x00 hdr=0x00 vendor = 'ATI Technologies Inc. / Advanced Micro Devices, Inc.' class = multimedia subclass = HDA re0@pci0:2:0:0: class=0x020000 card=0x84321043 chip=0x816810ec rev=0x06 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'Gigabit Ethernet NIC(NDIS 6.0) (RTL8168/8111/8111c)' class = network subclass = ethernet none1@pci0:3:0:0: class=0x0c0330 card=0x84881043 chip=0x10421b21 rev=0x00 hdr=0x00 class = serial bus subclass = USB
Perhaps the last one is xhci?
root@kg-core1# kldload xhci root@kg-core1# pciconf -lv | grep -A 4 xhci xhci0@pci0:3:0:0: class=0x0c0330 card=0x84881043 chip=0x10421b21 rev=0x00 hdr=0x00 class = serial bus subclass = USB
It seems so. That's it.
2013-07-25: ada0p4 - fetch new source with subversion (svn):
root@kg-core1# svn checkout svn://svn.FreeBSD.org/base/stable/9 /usr/src [....] U /usr/src Checked out revision 253643. Tree conflict on '/usr/src/COPYRIGHT' > local file unversioned, incoming file add upon update Select: (r) mark resolved, (p) postpone, (q) quit resolution, (h) help:
Hmm, what? Ok, a few "r" later, everything is ok, I think? No, so just purge /usr/src and start over again.
root@kg-core1# svn checkout svn://svn.FreeBSD.org/base/stable/9 /usr/src [....] A /usr/src/sys/pc98/conf/GENERIC.hints A /usr/src/sys/pc98/conf/DEFAULTS A /usr/src/sys/pc98/compile U /usr/src Checked out revision 253644.
Better. Now we have:
root@kg-core1# egrep "^BRANCH|^REVISION" /usr/src/sys/conf/newvers.sh REVISION="9.2" BRANCH="BETA1"
Oops, wrong version. Do again. remove /usr/src, and do a new checkout:
root@kg-core1# svn checkout svn://svn.FreeBSD.org/base/stable/8 /usr/src [....] A /usr/src/tools/tools/iwi A /usr/src/tools/tools/iwi/iwistats.c A /usr/src/tools/tools/iwi/Makefile U /usr/src Checked out revision 253646.
Did I get it right this time?
root@kg-core1# egrep "^BRANCH|^REVISION" /usr/src/sys/conf/newvers.sh REVISION="8.4" BRANCH="STABLE"
Good.
2013-07-24: ada0p4 - various fixes. temp monitoring via aibs(4), add aibs_load="YES" to /boot/loader.conf. Get ports via portsnap fetch; portsnap extract
.
Installed the smartmontools port. Info for drives:
ssd
root@kg-core1# smartctl -i /dev/ada0 smartctl 6.1 2013-03-16 r3800 [FreeBSD 8.4-RELEASE amd64] (local build) Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Device Model: SanDisk SDSSDH2128G Serial Number: 130740403862 LU WWN Device Id: 5 001b44 97c513a96 Firmware Version: X211200 User Capacity: 128,035,676,160 bytes [128 GB] Sector Size: 512 bytes logical/physical Rotation Rate: Solid State Device Device is: Not in smartctl database [for details use: -P showall] ATA Version is: ATA8-ACS T13/1699-D revision 6 SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s) Local Time is: Wed Jul 24 21:49:37 2013 UTC SMART support is: Available - device has SMART capability. SMART support is: Enabled
hdd
root@kg-core1# smartctl -i /dev/ada1 smartctl 6.1 2013-03-16 r3800 [FreeBSD 8.4-RELEASE amd64] (local build) Copyright (C) 2002-13, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Family: Seagate Barracuda 7200.14 (AF) Device Model: ST1000DM003-1CH162 Serial Number: Z1D58E0Y LU WWN Device Id: 5 000c50 063f55747 Firmware Version: CC47 User Capacity: 1,000,204,886,016 bytes [1.00 TB] Sector Sizes: 512 bytes logical, 4096 bytes physical Rotation Rate: 7200 rpm Device is: In smartctl database [for details use: -P show] ATA Version is: ACS-2, ACS-3 T13/2161-D revision 3b SATA Version is: SATA 3.1, 6.0 Gb/s (current: 3.0 Gb/s) Local Time is: Wed Jul 24 21:50:17 2013 UTC ==> WARNING: A firmware update for this drive is available, see the following Seagate web pages: http://knowledge.seagate.com/articles/en_US/FAQ/207931en http://knowledge.seagate.com/articles/en_US/FAQ/223651en SMART support is: Available - device has SMART capability. SMART support is: Enabled
Ok, I need to update firmware it seems.
2013-07-24: ada0p4 - setting up the hard drive (ada1) as storage.
Create a geom first:
root@kg-core1# gpart create -s GPT ada1 ada1 created
How does it look:
root@kg-core1# gpart show -p ada1 => 34 1953525101 ada1 GPT (931G) 34 1953525101 - free - (931G)
Add one large partition:
root@kg-core1# gpart add -t freebsd-ufs ada1 ada1p1 added
does it look ok?
root@kg-core1# gpart show -p ada1 => 34 1953525101 ada1 GPT (931G) 34 6 - free - (3.0k) 40 1953525088 ada1p1 freebsd-ufs (931G) 1953525128 7 - free - (3.5k)
good. Create a filesystem:
root@kg-core1# newfs -U /dev/ada1p1 Reduced frags per cylinder group from 94064 to 94056 to enlarge last cyl group /dev/ada1p1: 953869.7MB (1953525088 sectors) block size 16384, fragment size 2048 using 5193 cylinder groups of 183.70MB, 11757 blks, 23552 inodes. with soft updates super-block backups (for fsck -b #) at: 160, 376384, 752608, 1128832, 1505056, 1881280, 2257504, 2633728, 3009952, 3386176, 3762400, 4138624, 4514848, 4891072, 5267296, 5643520, 6019744, 6395968, 6772192, 7148416, 7524640, 7900864, 8277088, 8653312, 9029536, 9405760, 9781984, 10158208, 10534432, 10910656, 11286880, 11663104, 12039328, 12415552, 12791776, 13168000, [....] 1944325792, 1944702016, 1945078240, 1945454464, 1945830688, 1946206912, 1946583136, 1946959360, 1947335584, 1947711808, 1948088032, 1948464256, 1948840480, 1949216704, 1949592928, 1949969152, 1950345376, 1950721600, 1951097824, 1951474048, 1951850272, 1952226496, 1952602720, 1952978944, 1953355168
Create a mount point:
root@kg-core1# mkdir /zs
mount the storage:
root@kg-core1# mount /dev/ada1p1 /zs
and fix up /etc/fstab too.
2013-07-24: ada0p4 - FreeBSD 8.4-release installed. dmesg output normal, verbose.
$ uname -a FreeBSD kg-core1.kg4.no 8.4-RELEASE FreeBSD 8.4-RELEASE #0 r251259: Sun Jun 2 21:26:57 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
Configure:
I copied the ssh keys from the other partition:
# mount /dev/ada0p2 /mnt # cd /etc/ssh # mkdir ./org # mv *key* ./org # cp -pv /mnt/etc/ssh/*key* .
I used sysinstall to create a user. Set a password for the root user. Added ntpd_sync_on_start="YES" to /etc/rc.conf. Created a new /etc/ntp.conf:
root@kg-core1:~ # more /etc/ntp.conf server 10.1.10.1 iburst
Rebooted.
2013-07-24: ada0p4 - manual install of FreeBSD 8.4-release; boot from memstick image (BBS popup is F8 on this machine). Initially drives were detected as ad4 and ad6 instead of ada0 and ada1, so from the boot loader menu, escape to boot loader prompt and do
load ahci boot
then continue with the installation. Start Fixit shell, from usb, then do: mount and set destination
Fixit# mount /dev/ada0p4 /mnt Fixit# export DESTDIR=/mnt
go to the top directory
Fixit# cd /dist/8.4-RELEASE
install base
Fixit# cd base; ./install.sh; cd .. You are about to extract the base distribution into /mnt - are you SURE you want to do this over your installed system (y/n)?
answer yes.
Repeat for doc, games, lib32, manpages, (skipped: catpages, dict, info, ports, profilbs).
Next, do kernels.
Fixit# cd kernels Fixit# ./install.sh generic
But this installs the kernel in /mnt/boot/GENERIC instead of /mnt/boot/kernel, so fix that:
Fixit# cd /mnt/boot Fixit# mv GENERIC/* kernel/
Finally, do src
Fixit# cd /dist/8.4-RELEASE Fixit# cd src Fixit# ./install.sh all Extracting sources into /mnt/usr/src... Extracting source component: base Extracting source component: bin Extracting source component: cddl Extracting source component: contrib Extracting source component: crypto Extracting source component: etc Extracting source component: games Extracting source component: gnu Extracting source component: include Extracting source component: krb5 Extracting source component: lib Extracting source component: libexec Extracting source component: release Extracting source component: rescue Extracting source component: sbin Extracting source component: secure Extracting source component: share Extracting source component: sys Extracting source component: tools Extracting source component: ubin Extracting source component: usbin Done extracting sources.
Ok, only config remains. created /mnt/boot/loader.conf and added ahci_load="YES" to it. Copied /etc/dhclient.conf and /etc/rc.conf from ada0p2. I also copied /etc/fstab, but changed the root line to mount /dev/ada0p4 instead of /dev/ada0p2. Finally, set ada0p4 bootable:
Fixit# gpart set -a bootme -i 4 ada0 bootme set on ada0p4
That should be it.
2013-07-24: ada0p2 - preparing to install FreeBSD 8.4-release. Create a partition for it:
root@kg-core1:/root # gpart add -t freebsd-ufs ada0 ada0p4 added
How does it look now?
root@kg-core1:/root # gpart show -p ada0 => 34 250069613 ada0 GPT (119G) 34 128 ada0p1 freebsd-boot (64k) 162 119537664 ada0p2 freebsd-ufs (57G) 119537826 8388608 ada0p3 freebsd-swap (4.0G) 127926434 122143213 ada0p4 freebsd-ufs (58G)
Ok, ada0p4 ready, make a filesystem on it:
root@kg-core1:/root # newfs -U /dev/ada0p4 /dev/ada0p4: 59640.2MB (122143208 sectors) block size 32768, fragment size 4096 using 96 cylinder groups of 626.09MB, 20035 blks, 80256 inodes. with soft updates super-block backups (for fsck_ffs -b #) at: 192, 1282432, 2564672, 3846912, 5129152, 6411392, 7693632, 8975872, 10258112, 11540352, 12822592, 14104832, 15387072, 16669312, 17951552, 19233792, 20516032, 21798272, 23080512, 24362752, 25644992, 26927232, 28209472, 29491712, 30773952, 32056192, 33338432, 34620672, 35902912, 37185152, 38467392, 39749632, 41031872, 42314112, 43596352, 44878592, 46160832, 47443072, 48725312, 50007552, 51289792, 52572032, 53854272, 55136512, 56418752, 57700992, 58983232, 60265472, 61547712, 62829952, 64112192, 65394432, 66676672, 67958912, 69241152, 70523392, 71805632, 73087872, 74370112, 75652352, 76934592, 78216832, 79499072, 80781312, 82063552, 83345792, 84628032, 85910272, 87192512, 88474752, 89756992, 91039232, 92321472, 93603712, 94885952, 96168192, 97450432, 98732672, 100014912, 101297152, 102579392, 103861632, 105143872, 106426112, 107708352, 108990592, 110272832, 111555072, 112837312, 114119552, 115401792, 116684032, 117966272, 119248512, 120530752, 121812992
All done.
2013-07-24: ada0p2 - I installed FreeBSD 9.1-release from the memstick image, choosing a 57G partition for root, and accepting the default 4G size for the swap partition. Current layout:
root@kg-core1:/root # gpart show -p ada0 => 34 250069613 ada0 GPT (119G) 34 128 ada0p1 freebsd-boot (64k) 162 119537664 ada0p2 freebsd-ufs (57G) 119537826 8388608 ada0p3 freebsd-swap (4.0G) 127926434 122143213 - free - (58G)
I fixed /etc/dhclient.conf from a shell before rebooting:
root@kg-core1:/root # tail -1 /etc/dhclient.conf send dhcp-client-identifier "kg-core1.kg4.no";
And /etc/rc.conf currently looks like this:
root@kg-core1:/root # more /etc/rc.conf hostname="kg-core1.kg4.no" keymap="norwegian.iso.kbd" ifconfig_re0="DHCP" sshd_enable="YES" moused_enable="YES" ntpd_enable="YES" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="AUTO"
Some adjustments are needed.