HP EliteBook Folio 9470m - FreeBSD - 2017 archive
back to main FreeBSD page for this machine.
2017 archive.
2017-04-27: ada1p2 - the DisplayPort to HDMI adapter (DP-HDMI33- K) works:
tingo@kg-elitebook$ xrandr Screen 0: minimum 320 x 200, current 3520 x 1080, maximum 8192 x 8192 LVDS1 connected 1600x900+1920+0 (normal left inverted right x axis y axis) 310mm x 174mm 1600x900 60.04*+ 40.02 1024x768 60.00 800x600 60.32 56.25 640x480 59.94 VGA1 disconnected (normal left inverted right x axis y axis) HDMI1 disconnected (normal left inverted right x axis y axis) DP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 531mm x 299mm 1920x1080 60.00*+ 1680x1050 59.88 1600x900 59.98 1280x1024 75.02 60.02 1280x800 59.91 1152x864 75.00 1280x720 59.97 1024x768 75.08 60.00 832x624 74.55 800x600 75.00 60.32 640x480 75.00 60.00 720x400 70.08 HDMI2 disconnected (normal left inverted right x axis y axis) HDMI3 disconnected (normal left inverted right x axis y axis) DP2 disconnected (normal left inverted right x axis y axis) DP3 disconnected (normal left inverted right x axis y axis)
ok.
2017-04-27: ada1p2 - add a user group for Linux users. Dry run
root@kg-elitebook# pw groupadd 1000 -n linusers -N linusers:*:1000:
do it
root@kg-elitebook# pw groupadd 1000 -n linusers
verify
root@kg-elitebook# pw groupshow linusers linusers:*:1000:
add my user to the linusers group
root@kg-elitebook# pw groupmod linusers -m tingo root@kg-elitebook# pw groupshow linusers linusers:*:1000:tingo
ok.
2017-04-20: ada1p2 - default swap policy
root@kg-elitebook# sysctl -d vm.defer_swapspace_pageouts vm.defer_swapspace_pageouts: Give preference to dirty pages in mem root@kg-elitebook# sysctl vm.defer_swapspace_pageouts vm.defer_swapspace_pageouts: 0
setting it to '1' will cause less swapping, or something.
2017-04-20: ada1p2 - fix directory on ada0p1 (/zs) again
root@kg-elitebook# mkdir /zs/tingo root@kg-elitebook# chown tingo:users /zs/tingo
then use file manager to copy data back
2017-04-20: ada1p2 - change ada1p1 prepare - unmount it
root@kg-elitebook# umount /zs umount: unmount of /zs failed: Device busy root@kg-elitebook# fstat -f /zs USER CMD PID FD MOUNT INUM MODE SZ|DV R/W tingo gvfsd-trash 1898 16 /zs 2 drwxr-xr-x 512 r tingo gvfsd-trash 1898 17 /zs 2 drwxr-xr-x 512 r
ok, kill gvfsd-trash
root@kg-elitebook# pkill gvfsd-trash root@kg-elitebook# fstat -f /zs USER CMD PID FD MOUNT INUM MODE SZ|DV R/W root@kg-elitebook# umount /zs
gpart says
root@kg-elitebook# gpart show -p ada0 => 40 1953525088 ada0 GPT (932G) 40 1953525080 ada0p1 freebsd-ufs (932G) 1953525120 8 - free - (4.0K)
do delete partition and recreate
root@kg-elitebook# gpart delete -i 1 ada0 ada0p1 deleted root@kg-elitebook# gpart add -t linux-data ada0 ada0p1 added
verify
root@kg-elitebook# gpart show -p ada0 => 40 1953525088 ada0 GPT (932G) 40 1953525080 ada0p1 linux-data (932G) 1953525120 8 - free - (4.0K)
add ext2 filesystem to it
root@kg-elitebook# mkfs.ext2 /dev/ada0p1 mke2fs 1.43.4 (31-Jan-2017) Creating filesystem with 244190635 4k blocks and 61054976 inodes Filesystem UUID: 35d55f24-0979-486c-8e5b-8cfd7021d84c Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968, 102400000, 214990848 Allocating group tables: done Writing inode tables: done Writing superblocks and filesystem accounting information: done
mount it
root@kg-elitebook# mount -t ext2fs /dev/ada0p1 /zs root@kg-elitebook# df -h /zs Filesystem Size Used Avail Capacity Mounted on /dev/ada0p1 917G 24K 870G 0% /zs looks good. Finally, change /et/fstab
before
root@kg-elitebook# grep zs /etc/fstab /dev/ada0p1 /zs ufs rw 2 2
after
root@kg-elitebook# grep zs /etc/fstab /dev/ada0p1 /zs ext2fs rw 0 0
ok.
2017-04-20: ada1p2 - pkg - install e2fsprogs message
Message from e2fsprogs-1.43.4: =========================================================================== Note: this is a modified version of the e2fsprogs package, not the official package. Report all building and run-time trouble that originates in the package to the port maintainer, mandree@FreeBSD.org. ===========================================================================
from /var/log/messages
Apr 20 13:31:29 kg-elitebook pkg: e2fsprogs-1.43.4 installed
ok
2017-04-20: ada1p2 - now the external drive (Samsung M3) have a Linux ext2 filesystem on it:
root@kg-elitebook# gpart show -p da0 => 34 1953525101 da0 GPT (932G) 34 6 - free - (3.0K) 40 1953525095 da0p1 linux-data (932G) root@kg-elitebook# disktype /dev/da0 --- /dev/da0 Character device, size 931.5 GiB (1000204886016 bytes) DOS/MBR partition map Partition 1: 931.5 GiB (1000204885504 bytes, 1953525167 sectors from 1) Type 0xEE (EFI GPT protective) GPT partition map, 128 entries Disk size 931.5 GiB (1000204886016 bytes, 1953525168 sectors) Disk GUID B0B73F81-12B7-E511-8975-F80F413C9557 Partition 1: 931.5 GiB (1000204848640 bytes, 1953525095 sectors from 40) Type Unknown (GUID AF3DC60F-8384-7247-8E79-3D69D8477DE4) Partition Name "Linux filesystem" Partition GUID 3B5B9DAD-15FE-3245-8658-61C9F2E8E642 Ext2 file system UUID 8EF3086B-A7AF-491D-A2AE-CBFF5D6CE8C1 (DCE, v4) Volume size 931.5 GiB (1000204845056 bytes, 244190636 blocks of 4 KiB) Partition 2: unused
run a new disk test prepare
root@kg-elitebook# mount -t ext2fs /dev/da0p1 /media root@kg-elitebook# mkdir /media/tingo root@kg-elitebook# chown tingo:users /media/tingo
run test
tingo@kg-elitebook$ bonnie++ -f -d /media/tingo/test Writing intelligently...done Rewriting...done Reading intelligently...done start 'em...done...done...done...done...done... Create files in sequential order...done. Stat files in sequential order...done. Delete files in sequential order...done. Create files in random order...done. Stat files in random order...done. Delete files in random order...done. Version 1.97 ------Sequential Output------ --Sequential Input- --Random- Concurrency 1 -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks-- Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP kg-elitebook.kg 32G 39917 15 15033 3 32029 4 85.9 3 Latency 72786ms 1318ms 180ms 4476ms Version 1.97 ------Sequential Create------ --------Random Create-------- kg-elitebook.kg4.no -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete-- files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP 16 501 3 +++++ +++ 1037 4 520 3 +++++ +++ 1064 4 Latency 63552us 55us 55824us 54717us 895us 10931us 1.97,1.97,kg-elitebook.kg4.no,1,1492678046,32G,,,,39917,15,15033,3,,,32029,4,85.9,3,16,,,,,501,3,+++++,+++,1037,4,520,3,+++++,+++,1064,4,,72786ms,1318ms,,180ms,4476ms,63552us,55us,55824us,54717us,895us,10931us
so, compare to the first test. Quite a difference. Not sure if it is related to ext2 itself, or to the FreeBSD implementation of ext2.
2017-04-20: ada1p2 - run a disk test on the Samsung M3 drive
root@kg-elitebook# mount /dev/da0p1 /media root@kg-elitebook# mkdir /media/tingo root@kg-elitebook# chown tingo:users /media/tingo
as my user
tingo@kg-elitebook$ mkdir /media/tingo/test
run test
tingo@kg-elitebook$ bonnie++ -f -d /media/tingo/test Writing intelligently...done Rewriting...done Reading intelligently...done start 'em...done...done...done...done...done... Create files in sequential order...done. Stat files in sequential order...done. Delete files in sequential order...done. Create files in random order...done. Stat files in random order...done. Delete files in random order...done. Version 1.97 ------Sequential Output------ --Sequential Input- --Random- Concurrency 1 -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks-- Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP kg-elitebook.kg 32G 90986 10 41091 5 92895 6 106.5 2 Latency 351ms 5290ms 45657us 6961ms Version 1.97 ------Sequential Create------ --------Random Create-------- kg-elitebook.kg4.no -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete-- files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP 16 10564 20 +++++ +++ +++++ +++ 4273 9 +++++ +++ +++++ +++ Latency 792ms 37us 690us 1666ms 25us 313ms 1.97,1.97,kg-elitebook.kg4.no,1,1492666550,32G,,,,90986,10,41091,5,,,92895,6,106.5,2,16,,,,,10564,20,+++++,+++,+++++,+++,4273,9,+++++,+++,+++++,+++,,351ms,5290ms,,45657us,6961ms,792ms,37us,690us,1666ms,25us,313ms
much, much better. It finished quite quickly.
2017-04-20: ada1p2 - new day, new external drive to test
root@kg-elitebook# usbconfig -d ugen0.6 ugen0.6: <Samsung M3 Portable Samsung M3 Portable> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=ON (2mA)
from /var/log/messages
Apr 20 08:51:30 kg-elitebook kernel: ugen0.6: <Samsung M3 Portable> at usbus0 Apr 20 08:51:30 kg-elitebook kernel: umass0: <Samsung M3 Portable Samsung M3 Portable, class 0/0, rev 3.00/13.06, addr 15> on usbus0 Apr 20 08:51:30 kg-elitebook kernel: umass0: SCSI over Bulk-Only; quirks = 0x8100 Apr 20 08:51:30 kg-elitebook kernel: umass0:3:0: Attached to scbus3 Apr 20 08:51:30 kg-elitebook kernel: da0 at umass-sim0 bus 0 scbus3 target 0 lun 0 Apr 20 08:51:30 kg-elitebook kernel: da0: <Samsung M3 Portable 1306> Fixed Direct Access SPC-4 SCSI device Apr 20 08:51:30 kg-elitebook kernel: da0: Serial Number DE177DF60A00007F Apr 20 08:51:30 kg-elitebook kernel: da0: 400.000MB/s transfers Apr 20 08:51:30 kg-elitebook kernel: da0: 953869MB (1953525168 512 byte sectors) Apr 20 08:51:30 kg-elitebook kernel: da0: quirks=0x2<NO_6_BYTE>
ok. This drive has a FreeBSD UFS filesystem on it:
root@kg-elitebook# gpart show -p da0 => 34 1953525101 da0 GPT (932G) 34 6 - free - (3.0K) 40 1953525088 da0p1 freebsd-ufs (932G) 1953525128 7 - free - (3.5K)
ok.
2017-04-19: ada1p2 - run a disk test on the external drive.
tingo@kg-elitebook$ mkdir /media/tingo/test
run the test
tingo@kg-elitebook$ bonnie++ -f -d /media/tingo/test Writing intelligently...done Rewriting...done Reading intelligently...done start 'em...done...done...done...done...done... Create files in sequential order...done. Stat files in sequential order...done. Delete files in sequential order...done. Create files in random order...done. Stat files in random order...done. Delete files in random order...done. Version 1.97 ------Sequential Output------ --Sequential Input- --Random- Concurrency 1 -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks-- Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP kg-elitebook.kg 32G 2425 1 5832 1 7505 1 40.5 5 Latency 320s 10217ms 390ms 620ms Version 1.97 ------Sequential Create------ --------Random Create-------- kg-elitebook.kg4.no -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete-- files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP 16 414 3 +++++ +++ 915 4 420 3 +++++ +++ 674 3 Latency 239ms 55us 142ms 250ms 179us 260ms 1.97,1.97,kg-elitebook.kg4.no,1,1492602947,32G,,,,2425,1,5832,1,,,7505,1,40.5,5,16,,,,,414,3,+++++,+++,915,4,420,3,+++++,+++,674,3,,320s,10217ms,,390ms,620ms,239ms,55us,142ms,250ms,179us,260ms
the test finished at 21:10 or thereabouts. This drive is extremely bad.
2017-04-19: ada1p2 - pkg - install bonnie++
Apr 19 14:16:43 kg-elitebook pkg: bonnie++-1.97.3 installed
ok.
2017-04-19: ada1p2 - I plug in an external drive (Seagate ST4000LM016, via usb bridge) into one of the usb ports on the right side of the machine:
root@kg-elitebook# usbconfig -d ugen0.6 ugen0.6: <BUP BL Seagate> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=ON (36mA)
detected at the correct speed at least
Apr 19 13:45:34 kg-elitebook kernel: ugen0.6: <Seagate> at usbus0 Apr 19 13:45:34 kg-elitebook kernel: umass0: <Seagate BUP BL, class 0/0, rev 3.00/1.00, addr 14> on usbus0 Apr 19 13:45:34 kg-elitebook kernel: umass0: SCSI over Bulk-Only; quirks = 0xc101 Apr 19 13:45:34 kg-elitebook kernel: umass0:3:0: Attached to scbus3 Apr 19 13:45:34 kg-elitebook kernel: da0 at umass-sim0 bus 0 scbus3 target 0 lun 0 Apr 19 13:45:34 kg-elitebook kernel: da0: <Seagate BUP BL 0304> Fixed Direct Access SPC-4 SCSI device Apr 19 13:45:34 kg-elitebook kernel: da0: Serial Number NA7PQSJE Apr 19 13:45:34 kg-elitebook kernel: da0: 400.000MB/s transfers Apr 19 13:45:34 kg-elitebook kernel: da0: 3815447MB (7814037167 512 byte sectors) Apr 19 13:45:34 kg-elitebook kernel: da0: quirks=0x2<NO_6_BYTE>
and shows up as da0.
root@kg-elitebook# gpart show -p da0 => 34 7814037100 da0 GPT (3.6T) 34 2014 - free - (1.0M) 2048 7814035086 da0p1 linux-data (3.6T)
gpart is ok with it.
root@kg-elitebook# ll /dev/da0* crw-r----- 1 root operator 0xb7 Apr 19 13:45 /dev/da0 crw-r----- 1 root operator 0xb9 Apr 19 13:45 /dev/da0p1
disktype says
root@kg-elitebook# disktype /dev/da0p1 --- /dev/da0p1 Character device, size 3.639 TiB (4000785964032 bytes) Ext2 file system UUID 9AF8470C-E5A7-4752-A493-D8C48B409048 (DCE, v4) Volume size 3.639 TiB (4000785960960 bytes, 976754385 blocks of 4 KiB)
and I can mount it
root@kg-elitebook# mount -t ext2fs /dev/da0p1 /media
df says
root@kg-elitebook# df -h Filesystem Size Used Avail Capacity Mounted on /dev/ada1p2 58G 6.1G 47G 11% / devfs 1.0K 1.0K 0B 100% /dev /dev/ada0p1 902G 24G 806G 3% /zs /dev/fuse 0B 0B 0B 100% /usr/home/tingo/.gvfs /dev/da0p1 3.6T 24K 3.4T 0% /media
nice.
2017-04-19: ada1p2 - usb devices. There seems to be problems with the usb ports on the docking station; the mouse works there, but the usb to ps2 adapter does not. Currently the usb to ps2 adapter is pluged into the usb port on the left side of the laptop (and the mouse in a port on the docking station).
root@kg-elitebook# usbconfig ugen0.1: <XHCI root HUB 0x8086> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen1.1: <EHCI root HUB Intel> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen2.1: <EHCI root HUB Intel> at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen0.2: <USB2134B SMSC> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen1.2: <product 0x0024 vendor 0x8087> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen2.2: <product 0x0024 vendor 0x8087> at usbus2, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=SAVE (0mA) ugen1.3: <product 0x003d vendor 0x138a> at usbus1, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (100mA) ugen2.3: <product 0x07da vendor 0x8087> at usbus2, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (0mA) ugen1.4: <product 0xb346 vendor 0x04f2> at usbus1, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mA) ugen0.4: <USB5534B SMSC> at usbus0, cfg=0 md=HOST spd=SUPER (5.0Gbps) pwr=SAVE (0mA) ugen0.3: <PS2+USB Mouse vendor 0x04f3> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA) ugen0.5: <Generic USB KB vendor 0x13ba> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (100mA)
From /var/log/messages:
Apr 19 13:18:43 kg-elitebook kernel: ums0: <vendor 0x04f3 PS2+USB Mouse, class 0/0, rev 1.10/22.90, addr 2> on usbus0 Apr 19 13:18:43 kg-elitebook kernel: ums0: 3 buttons and [XYZ] coordinates ID=0 Apr 19 13:18:44 kg-elitebook kernel: ugen0.5: <Seagate> at usbus0 (disconnected) Apr 19 13:18:45 kg-elitebook kernel: usbd_req_re_enumerate: addr=6, set address failed! (USB_ERR_IOERROR, ignored) Apr 19 13:18:47 kg-elitebook kernel: usbd_setup_device_desc: getting device descriptor at addr 6 failed, USB_ERR_IOERROR Apr 19 13:18:48 kg-elitebook kernel: usbd_req_re_enumerate: addr=6, set address failed! (USB_ERR_IOERROR, ignored) Apr 19 13:18:49 kg-elitebook kernel: usbd_setup_device_desc: getting device descriptor at addr 6 failed, USB_ERR_IOERROR Apr 19 13:18:49 kg-elitebook kernel: usb_alloc_device: Failure selecting configuration index 0:USB_ERR_IOERROR, port 3, addr 6 (ignored) Apr 19 13:20:03 kg-elitebook kernel: ugen0.5: <vendor 0x13ba> at usbus0 Apr 19 13:20:03 kg-elitebook kernel: ukbd0: <vendor 0x13ba Generic USB KB, class 0/0, rev 1.10/0.01, addr 8> on usbus0 Apr 19 13:20:03 kg-elitebook kernel: kbd2 at ukbd0 Apr 19 13:20:03 kg-elitebook kernel: ums1: <vendor 0x13ba Generic USB KB, class 0/0, rev 1.10/0.01, addr 8> on usbus0 Apr 19 13:20:03 kg-elitebook kernel: ums1: error reading report description Apr 19 13:20:03 kg-elitebook kernel: device_attach: ums1 attach returned 12
duly noted.
2017-04-19: ada1p2 - pkg - install xscreensaver.
Apr 19 13:51:10 kg-elitebook pkg: p5-LWP-MediaTypes-6.02_1 installed Apr 19 13:51:10 kg-elitebook pkg: p5-HTTP-Date-6.02_1 installed Apr 19 13:51:10 kg-elitebook pkg: p5-IO-HTML-1.001_1 installed Apr 19 13:51:10 kg-elitebook pkg: p5-Encode-Locale-1.05 installed Apr 19 13:51:10 kg-elitebook pkg: p5-Mozilla-CA-20160104 installed Apr 19 13:51:11 kg-elitebook pkg: p5-Net-SSLeay-1.81 installed Apr 19 13:51:11 kg-elitebook pkg: p5-Socket-2.024 installed Apr 19 13:51:11 kg-elitebook pkg: p5-IO-Socket-IP-0.39 installed Apr 19 13:51:11 kg-elitebook pkg: p5-HTTP-Message-6.11 installed Apr 19 13:51:11 kg-elitebook pkg: p5-Digest-HMAC-1.03_1 installed Apr 19 13:51:11 kg-elitebook pkg: p5-IO-Socket-SSL-2.044 installed Apr 19 13:51:11 kg-elitebook pkg: xf86miscproto-0.9.3 installed Apr 19 13:51:11 kg-elitebook pkg: p5-WWW-RobotRules-6.02_1 installed Apr 19 13:51:11 kg-elitebook pkg: p5-HTTP-Negotiate-6.01_1 installed Apr 19 13:51:11 kg-elitebook pkg: p5-HTTP-Daemon-6.01_1 installed Apr 19 13:51:11 kg-elitebook pkg: p5-HTTP-Cookies-6.01_1 installed Apr 19 13:51:11 kg-elitebook pkg: p5-File-Listing-6.04_1 installed Apr 19 13:51:11 kg-elitebook pkg: p5-Authen-NTLM-1.09_1 installed Apr 19 13:51:11 kg-elitebook pkg: p5-Net-HTTP-6.13 installed Apr 19 13:51:11 kg-elitebook pkg: freeglut-3.0.0 installed Apr 19 13:51:11 kg-elitebook pkg: libXxf86misc-1.0.3_3 installed Apr 19 13:51:11 kg-elitebook pkg: p5-libwww-6.24 installed Apr 19 13:51:11 kg-elitebook pkg: gle-3.1.0_6 installed Apr 19 13:51:11 kg-elitebook pkg: libglade2-2.6.4_8 installed Apr 19 13:51:12 kg-elitebook pkg: xscreensaver-5.36 installed
and install disktype
Apr 19 13:59:35 kg-elitebook pkg: disktype-9 installed
ok.
2017-04-16: ada1p2 - as my user, create directories in my storage space and link them to my home directory
tingo@kg-elitebook$ mkdir /zs/tingo/data tingo@kg-elitebook$ ln -s /zs/tingo/data tingo@kg-elitebook$ mkdir /zs/tingo/dl tingo@kg-elitebook$ ln -s /zs/tingo/dl tingo@kg-elitebook$ mkdir /zs/tingo/doc tingo@kg-elitebook$ ln -s /zs/tingo/doc tingo@kg-elitebook$ mkdir /zs/tingo/media tingo@kg-elitebook$ ln -s /zs/tingo/media tingo@kg-elitebook$ mkdir /zs/tingo/music tingo@kg-elitebook$ ln -s /zs/tingo/music tingo@kg-elitebook$ mkdir /zs/tingo/personal tingo@kg-elitebook$ ln -s /zs/tingo/personal tingo@kg-elitebook$ mkdir /zs/tingo/work tingo@kg-elitebook$ ln -s /zs/tingo/work
also a couple that are os-dependent
tingo@kg-elitebook$ mkdir /zs/tingo/bin_fbsd tingo@kg-elitebook$ ln -s /zs/tingo/bin_fbsd ~/bin tingo@kg-elitebook$ mkdir /zs/tingo/progs_fbsd tingo@kg-elitebook$ ln -s /zs/tingo/progs_fbsd ~/progs
now my home directory looks like this
tingo@kg-elitebook$ ls -l total 4 drwxr-xr-x 2 tingo users 512 Apr 15 16:37 Desktop lrwxr-xr-x 1 tingo users 18 Apr 16 15:55 bin -> /zs/tingo/bin_fbsd lrwxr-xr-x 1 tingo users 14 Apr 16 15:49 data -> /zs/tingo/data lrwxr-xr-x 1 tingo users 12 Apr 16 15:51 dl -> /zs/tingo/dl lrwxr-xr-x 1 tingo users 13 Apr 16 15:51 doc -> /zs/tingo/doc lrwxr-xr-x 1 tingo users 15 Apr 16 15:51 media -> /zs/tingo/media lrwxr-xr-x 1 tingo users 15 Apr 16 15:52 music -> /zs/tingo/music lrwxr-xr-x 1 tingo users 18 Apr 16 15:53 personal -> /zs/tingo/personal lrwxr-xr-x 1 tingo users 20 Apr 16 15:55 progs -> /zs/tingo/progs_fbsd lrwxr-xr-x 1 tingo users 14 Apr 16 15:53 work -> /zs/tingo/work
(dot files and directories excluded)
2017-04-16: ada1p2 - rename my group to 'users'
root@kg-elitebook# pw groupshow tingo tingo:*:1001: root@kg-elitebook# pw groupmod -n tingo -l users root@kg-elitebook# pw groupshow tingo pw: unknown group `tingo' root@kg-elitebook# pw groupshow users users:*:1001:
verify
root@kg-elitebook# id tingo uid=1001(tingo) gid=1001(users) groups=1001(users),0(wheel),5(operator)
ok.
2017-04-16: ada1p2 - time to make storage available on ada0. camcontrol shows it
root@kg-elitebook# camcontrol devlist <WDC WD10SPCX-24HWST1 02.01A02> at scbus0 target 0 lun 0 (ada0,pass0) <Samsung SSD 850 EVO mSATA 500GB EMT41B6Q> at scbus1 target 0 lun 0 (ada1,pass1) <AHCI SGPIO Enclosure 1.00 0001> at scbus2 target 0 lun 0 (ses0,pass2)
but gpart does not (because it is new, unused, unpartitioned)
root@kg-elitebook# gpart show -p => 40 976773088 ada1 GPT (466G) 40 409600 ada1p1 efi (200M) 409640 125829120 ada1p2 freebsd-ufs (60G) 126238760 8388608 ada1p3 freebsd-swap (4.0G) 134627368 2008 - free - (1.0M) 134629376 103514112 ada1p4 linux-lvm (49G) 238143488 2097152 ada1p5 linux-data (1.0G) 240240640 104865792 ada1p6 linux-lvm (50G) 345106432 631666696 - free - (301G)
first, let me create a GPT on it
root@kg-elitebook# gpart create -s GPT ada0 ada0 created
it looks like this
root@kg-elitebook# gpart show -p ada0 => 40 1953525088 ada0 GPT (932G) 40 1953525088 - free - (932G)
add a freebsd-ufs partition which takes the whole disk
root@kg-elitebook# gpart add -t freebsd-ufs ada0 ada0p1 added
now show what ada0 looks like
root@kg-elitebook# gpart show -p ada0 => 40 1953525088 ada0 GPT (932G) 40 1953525080 ada0p1 freebsd-ufs (932G) 1953525120 8 - free - (4.0K)
create a mountpoint for the partition
root@kg-elitebook# mkdir /zs
make a new filesystem on the partition
root@kg-elitebook# newfs -U /dev/ada0p1 /dev/ada0p1: 953869.7MB (1953525080 sectors) block size 32768, fragment size 4096 using 1524 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, [...] 1945158272, 1946440512, 1947722752, 1949004992, 1950287232, 1951569472, 1952851712
ok. add a line for it in /etc/fstab
root@kg-elitebook# cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ada1p2 / ufs rw 1 1 /dev/ada1p3 none swap sw 0 0 /dev/ada0p1 /zs ufs rw 2 2
mount it
root@kg-elitebook# mount /zs
check
root@kg-elitebook# df -h Filesystem Size Used Avail Capacity Mounted on /dev/ada1p2 58G 6.0G 47G 11% / devfs 1.0K 1.0K 0B 100% /dev /dev/ada0p1 902G 8.0K 830G 0% /zs
looks good.
2017-04-15: ada1p2 - pkg - install chromium and firefox messages
Message from portaudio-19.20140130_6: ===> NOTICE: The portaudio port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Message from dotconf-1.3_1: ===> NOTICE: The dotconf port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Message from droid-fonts-ttf-20131024_3: You can start using the fonts by following these instructions: Add the following line to the "Files" section of your X.org configuration file: FontPath "/usr/local/share/fonts/Droid/" Message from chromium-57.0.2987.133: For correct operation, shared memory support has to be enabled in Chromium by performing the following command as root : sysctl kern.ipc.shm_allow_removed=1 To preserve this setting across reboots, append the following to /etc/sysctl.conf : kern.ipc.shm_allow_removed=1 Message from firefox-52.0.2,1: ====================================================================== smb:// issues (Gvfs/GIO option): Network group, machine, and share browsing does not work correctly. sftp:// (Gvfs/GIO option): Only sftp access using public key authentication works. To easily setup public key authentication to "remote_host": ssh-keygen cat ~/.ssh/id_rsa.pub | ssh remote_host "cat >> .ssh/authorized_keys" The SSH server on remote_host must allow pub key authentication. ====================================================================== Any bug reports should be addressed to the maintainers at: gecko@FreeBSD.org You may also Cc: freebsd-ports@FreeBSD.org. Please do not send bug reports to any other addresses. Please include the following information with any bug report: * Output from 'uname -a'. * Output from 'ident /usr/ports/www/firefox/Makefile' * Where/when did the problem occur: configuring, building, or running firefox * How can you reproduce the problem? Thank you for your help in testing and reporting bugs, and we hope you enjoy using Firefox. The Maintainers (gecko@) ======================================================================
from /var/log/messages
Apr 15 17:13:06 kg-elitebook pkg: portaudio-19.20140130_6 installed Apr 15 17:13:07 kg-elitebook pkg: alsa-lib-1.1.2 installed Apr 15 17:13:07 kg-elitebook pkg: dotconf-1.3_1 installed Apr 15 17:13:07 kg-elitebook pkg: espeak-1.48.04_2 installed Apr 15 17:13:10 kg-elitebook pkg: droid-fonts-ttf-20131024_3 installed Apr 15 17:13:10 kg-elitebook pkg: re2-20151101_1 installed Apr 15 17:13:10 kg-elitebook pkg: libpci-3.5.4 installed Apr 15 17:13:10 kg-elitebook pkg: jsoncpp-1.8.0_2 installed Apr 15 17:13:10 kg-elitebook pkg: alsa-plugins-1.1.1_1 installed Apr 15 17:13:10 kg-elitebook pkg: snappy-1.1.4 installed Apr 15 17:13:11 kg-elitebook pkg: speech-dispatcher-0.8.6 installed Apr 15 17:13:11 kg-elitebook pkg: libevent-2.1.8 installed Apr 15 17:13:19 kg-elitebook pkg: chromium-57.0.2987.133 installed Apr 15 17:13:25 kg-elitebook pkg: firefox-52.0.2,1 installed
ok.
2017-04-15: ada1p2 - pkg - install more programs.
Apr 15 16:43:40 kg-elitebook pkg: fontcacheproto-0.1.3 installed Apr 15 16:43:40 kg-elitebook pkg: libXfontcache-1.0.5_3 installed Apr 15 16:43:40 kg-elitebook pkg: xrandr-1.5.0 installed Apr 15 16:43:40 kg-elitebook pkg: xset-1.2.3_1 installed Apr 15 16:43:40 kg-elitebook pkg: xv-3.10a_16 installed Apr 15 16:43:40 kg-elitebook pkg: zip-3.0_1 installed Apr 15 16:44:00 kg-elitebook pkg: xbitmaps-1.1.1 installed Apr 15 16:44:01 kg-elitebook pkg: open-motif-2.3.7 installed Apr 15 16:44:01 kg-elitebook pkg: gsfonts-8.11_8 installed Apr 15 16:44:02 kg-elitebook pkg: xpdf-3.04_7 installed Apr 15 16:46:16 kg-elitebook pkg: wget-1.19 installed Apr 15 16:59:15 kg-elitebook pkg: pkgconf-1.3.0,1 installed Apr 15 16:59:15 kg-elitebook pkg: p5-ExtUtils-PkgConfig-1.15_1 installed Apr 15 16:59:15 kg-elitebook pkg: p5-ExtUtils-Depends-0.405 installed Apr 15 16:59:15 kg-elitebook pkg: qtchooser-39 installed Apr 15 16:59:15 kg-elitebook pkg: p5-Glib2-1.321 installed Apr 15 16:59:16 kg-elitebook pkg: qt5-core-5.7.1 installed Apr 15 16:59:16 kg-elitebook pkg: xprop-1.2.2 installed Apr 15 16:59:16 kg-elitebook pkg: libogg-1.3.2_2,4 installed Apr 15 16:59:16 kg-elitebook pkg: p5-Pango-1.227 installed Apr 15 16:59:16 kg-elitebook pkg: p5-Cairo-1.106 installed Apr 15 16:59:16 kg-elitebook pkg: svgalib-1.4.3_7 installed Apr 15 16:59:16 kg-elitebook pkg: jbig2dec-0.13 installed Apr 15 16:59:16 kg-elitebook pkg: xcb-util-keysyms-0.4.0_1 installed Apr 15 16:59:16 kg-elitebook pkg: xcb-util-wm-0.4.1_3 installed Apr 15 16:59:16 kg-elitebook pkg: xcb-util-image-0.4.0_1 installed Apr 15 16:59:16 kg-elitebook pkg: libxkbcommon-0.7.1 installed Apr 15 16:59:17 kg-elitebook pkg: qt5-network-5.7.1_1 installed Apr 15 16:59:17 kg-elitebook pkg: xdg-utils-1.1.1 installed Apr 15 16:59:17 kg-elitebook pkg: qt5-dbus-5.7.1 installed Apr 15 16:59:17 kg-elitebook pkg: libvorbis-1.3.5_1,3 installed Apr 15 16:59:17 kg-elitebook pkg: flac-1.3.2 installed Apr 15 16:59:17 kg-elitebook pkg: p5-Gtk2-1.2498 installed Apr 15 16:59:17 kg-elitebook pkg: p5-IO-String-1.08_1 installed Apr 15 16:59:18 kg-elitebook pkg: tcl86-8.6.6_2 installed Apr 15 16:59:20 kg-elitebook pkg: ghostscript9-agpl-base-9.16_5 installed Apr 15 16:59:20 kg-elitebook pkg: p5-Carp-Clan-6.06 installed Apr 15 16:59:20 kg-elitebook pkg: ilmbase-2.2.0 installed Apr 15 16:59:20 kg-elitebook pkg: libGLU-9.0.0_2 installed Apr 15 16:59:20 kg-elitebook pkg: aalib-1.4.r5_11 installed Apr 15 16:59:21 kg-elitebook pkg: qt5-gui-5.7.1 installed Apr 15 16:59:21 kg-elitebook pkg: libvdpau-1.1.1 installed Apr 15 16:59:21 kg-elitebook pkg: libva-1.7.3 installed Apr 15 16:59:21 kg-elitebook pkg: libv4l-1.6.3_2 installed Apr 15 16:59:21 kg-elitebook pkg: libtheora-1.1.1_7 installed Apr 15 16:59:21 kg-elitebook pkg: libebml-1.3.4 installed Apr 15 16:59:21 kg-elitebook pkg: libdvdread-5.0.3 installed Apr 15 16:59:21 kg-elitebook pkg: xvid-1.3.4,1 installed Apr 15 16:59:22 kg-elitebook pkg: x265-2.3 installed Apr 15 16:59:22 kg-elitebook pkg: schroedinger-1.0.11_4 installed Apr 15 16:59:22 kg-elitebook pkg: libx264-0.148.2728_1 installed Apr 15 16:59:22 kg-elitebook pkg: libvpx-1.6.1_1 installed Apr 15 16:59:22 kg-elitebook pkg: opencv2-core-2.4.13.1_1 installed Apr 15 16:59:22 kg-elitebook pkg: lua52-5.2.4 installed Apr 15 16:59:22 kg-elitebook pkg: libsndfile-1.0.27 installed Apr 15 16:59:22 kg-elitebook pkg: speexdsp-1.2.r3_1 installed Apr 15 16:59:22 kg-elitebook pkg: xf86dgaproto-2.1 installed Apr 15 16:59:22 kg-elitebook pkg: fribidi-0.19.7 installed Apr 15 16:59:22 kg-elitebook pkg: gtkimageview-1.6.4_5 installed Apr 15 16:59:22 kg-elitebook pkg: p5-Gtk2-Ex-Simple-List-0.50_7 installed Apr 15 16:59:23 kg-elitebook pkg: p5-Pod-Simple-3.35 installed Apr 15 16:59:23 kg-elitebook pkg: p5-Locale-gettext-1.06 installed Apr 15 16:59:23 kg-elitebook pkg: p5-IO-stringy-2.111 installed Apr 15 16:59:23 kg-elitebook pkg: p5-HTML-Tagset-3.20_1 installed Apr 15 16:59:23 kg-elitebook pkg: p5-Font-TTF-1.06 installed Apr 15 16:59:23 kg-elitebook pkg: p5-Exporter-Tiny-0.044 installed Apr 15 16:59:24 kg-elitebook pkg: sane-backends-1.0.25 installed Apr 15 16:59:24 kg-elitebook pkg: tk86-8.6.6 installed Apr 15 16:59:24 kg-elitebook pkg: netpbm-10.35.98 installed Apr 15 16:59:24 kg-elitebook pkg: ghostscript9-agpl-x11-9.16_2 installed Apr 15 16:59:24 kg-elitebook pkg: fftw3-3.3.6.p1_1 installed Apr 15 16:59:25 kg-elitebook pkg: libwmf-0.2.8.4_15 installed Apr 15 16:59:25 kg-elitebook pkg: liblqr-1-0.4.2 installed Apr 15 16:59:25 kg-elitebook pkg: libfpx-1.3.1.4_1 installed Apr 15 16:59:25 kg-elitebook pkg: goocanvas-1.0.0_4 installed Apr 15 16:59:25 kg-elitebook pkg: p5-Bit-Vector-7.4 installed Apr 15 16:59:25 kg-elitebook pkg: babl-0.1.14 installed Apr 15 16:59:25 kg-elitebook pkg: lcms-1.19_6,1 installed Apr 15 16:59:25 kg-elitebook pkg: libspiro-0.5.20150702,1 installed Apr 15 16:59:25 kg-elitebook pkg: libopenraw-0.1.0_2 installed Apr 15 16:59:26 kg-elitebook pkg: graphviz-2.40.1 installed Apr 15 16:59:26 kg-elitebook pkg: exiv2-0.25,1 installed Apr 15 16:59:27 kg-elitebook pkg: OpenEXR-2.2.0_7 installed Apr 15 16:59:27 kg-elitebook pkg: sdl-1.2.15_7,2 installed Apr 15 16:59:27 kg-elitebook pkg: mplayer-skins-1.1.3_4 installed Apr 15 16:59:27 kg-elitebook pkg: qt5-x11extras-5.7.1 installed Apr 15 16:59:28 kg-elitebook pkg: qt5-widgets-5.7.1 installed Apr 15 16:59:28 kg-elitebook pkg: liveMedia-2017.01.26,2 installed Apr 15 16:59:28 kg-elitebook pkg: libmpeg2-0.5.1_6 installed Apr 15 16:59:28 kg-elitebook pkg: libmatroska-1.4.5 installed Apr 15 16:59:28 kg-elitebook pkg: libdvdnav-5.0.3 installed Apr 15 16:59:28 kg-elitebook pkg: libdvbpsi-1.3.0 installed Apr 15 16:59:28 kg-elitebook pkg: libdca-0.0.5_1 installed Apr 15 16:59:31 kg-elitebook pkg: ffmpeg-3.2.4_7,1 installed Apr 15 16:59:31 kg-elitebook pkg: twolame-0.3.13_4 installed Apr 15 16:59:31 kg-elitebook pkg: taglib-1.10 installed Apr 15 16:59:31 kg-elitebook pkg: speex-1.2.0,1 installed Apr 15 16:59:31 kg-elitebook pkg: opus-1.1.4 installed Apr 15 16:59:31 kg-elitebook pkg: libsamplerate-0.1.9 installed Apr 15 16:59:31 kg-elitebook pkg: libmad-0.15.1b_6 installed Apr 15 16:59:31 kg-elitebook pkg: liba52-0.7.4_3 installed Apr 15 16:59:31 kg-elitebook pkg: faad2-2.7_6,1 installed Apr 15 16:59:31 kg-elitebook pkg: libXxf86dga-1.1.4_3 installed Apr 15 16:59:31 kg-elitebook pkg: libass-0.13.6_1 installed Apr 15 16:59:31 kg-elitebook pkg: p5-Gtk2-ImageView-0.05_7 installed Apr 15 16:59:31 kg-elitebook pkg: p5-Gtk2-Ex-PodViewer-0.18_4 installed Apr 15 16:59:31 kg-elitebook pkg: p5-HTML-Parser-3.72 installed Apr 15 16:59:32 kg-elitebook pkg: p5-PDF-API2-2.031 installed Apr 15 16:59:32 kg-elitebook pkg: p5-Filesys-Df-0.92_1 installed Apr 15 16:59:32 kg-elitebook pkg: p5-Set-IntSpan-1.19_1 installed Apr 15 16:59:32 kg-elitebook pkg: p5-Try-Tiny-0.24 installed Apr 15 16:59:32 kg-elitebook pkg: p5-List-MoreUtils-0.418 installed Apr 15 16:59:32 kg-elitebook pkg: unpaper-0.3 installed Apr 15 16:59:32 kg-elitebook pkg: sane-frontends-1.0.14_9 installed Apr 15 16:59:32 kg-elitebook pkg: p5-Sane-0.05_1 installed Apr 15 16:59:32 kg-elitebook pkg: gocr-0.50_2 installed Apr 15 16:59:33 kg-elitebook pkg: djvulibre-3.5.27_1 installed Apr 15 16:59:35 kg-elitebook pkg: ImageMagick-6.9.6.4_1,1 installed Apr 15 16:59:35 kg-elitebook pkg: p5-Readonly-2.05 installed Apr 15 16:59:35 kg-elitebook pkg: p5-Proc-ProcessTable-0.53 installed Apr 15 16:59:35 kg-elitebook pkg: p5-Log-Log4perl-1.49 installed Apr 15 16:59:35 kg-elitebook pkg: p5-Goo-Canvas-0.06_7 installed Apr 15 16:59:35 kg-elitebook pkg: p5-Date-Calc-6.4 installed Apr 15 16:59:35 kg-elitebook pkg: p5-Data-UUID-1.221 installed Apr 15 16:59:35 kg-elitebook pkg: p5-Config-General-2.63 installed Apr 15 16:59:37 kg-elitebook pkg: webkit-gtk2-2.4.11_7 installed Apr 15 16:59:37 kg-elitebook pkg: libmng-1.0.10_3 installed Apr 15 16:59:37 kg-elitebook pkg: gegl-0.2.0_19 installed Apr 15 16:59:37 kg-elitebook pkg: unzip-6.0_7 installed Apr 15 16:59:37 kg-elitebook pkg: unrar-5.40,5 installed Apr 15 16:59:40 kg-elitebook pkg: terminus-ttf-4.40.1 installed Apr 15 16:59:40 kg-elitebook pkg: setxkbmap-1.3.1 installed Apr 15 16:59:42 kg-elitebook pkg: vlc-2.2.4_12,4 installed Apr 15 16:59:42 kg-elitebook pkg: smartmontools-6.5_2 installed Apr 15 16:59:42 kg-elitebook pkg: p7zip-16.02 installed Apr 15 16:59:42 kg-elitebook pkg: mplayer-1.3.0.20161228_6 installed Apr 15 16:59:42 kg-elitebook pkg: gscan2pdf-1.7.2 installed Apr 15 16:59:46 kg-elitebook pkg: gimp-app-2.8.18_2,1 installed Apr 15 16:59:46 kg-elitebook pkg: fusefs-sshfs-2.8 installed Apr 15 16:59:48 kg-elitebook pkg: bitstream-vera-1.10_7 installed
ok.
2017-04-15: ada1p2 - pkg - install some more Xfce things.
Apr 15 16:26:51 kg-elitebook pkg: gstreamer-0.10.36_6 installed Apr 15 16:26:51 kg-elitebook pkg: gstreamer-plugins-0.10.36_8,3 installed Apr 15 16:26:51 kg-elitebook pkg: unique-1.1.6_7 installed Apr 15 16:26:51 kg-elitebook pkg: gstreamer-plugins-good-0.10.31_3,3 installed Apr 15 16:26:51 kg-elitebook pkg: xfce4-cpugraph-plugin-1.0.5_4 installed Apr 15 16:26:51 kg-elitebook pkg: xfce4-datetime-plugin-0.7.0 installed Apr 15 16:26:52 kg-elitebook pkg: xfce4-mixer-4.11.0_3 installed Apr 15 16:26:52 kg-elitebook pkg: xfce4-netload-plugin-1.3.1 installed Apr 15 16:26:52 kg-elitebook pkg: xfce4-systemload-plugin-1.2.1 installed Apr 15 16:30:22 kg-elitebook pkg: xfce4-battery-plugin-1.0.5_4 installed Apr 15 16:30:23 kg-elitebook pkg: xfce4-power-manager-1.6.0 installed Apr 15 16:30:25 kg-elitebook pkg: xfce4-wm-themes-4.10.0_1 installed Apr 15 16:30:25 kg-elitebook pkg: xfce4-xkb-plugin-0.7.1 installed
ok.
2017-04-15: ada1p2 - pkg - install Xfce and so on. messages
Message from dejavu-2.37: Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "/usr/local/share/fonts/dejavu/" Note: your X Windows configuration file is typically /etc/X11/XF86Config if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org. Message from ca_root_nss-3.30.1: ********************************* WARNING ********************************* FreeBSD does not, and can not warrant that the certification authorities whose certificates are included in this package have in any way been audited for trustworthiness or RFC 3647 compliance. Assessment and verification of trust is the complete responsibility of the system administrator. *********************************** NOTE ********************************** This package installs symlinks to support root certificates discovery by default for software that uses OpenSSL. This enables SSL Certificate Verification by client software without manual intervention. If you prefer to do this manually, replace the following symlinks with either an empty file or your site-local certificate bundle. * /etc/ssl/cert.pem * /usr/local/etc/ssl/cert.pem * /usr/local/openssl/cert.pem *************************************************************************** Message from xmlcatmgr-2.2_2: The following catalogs are installed: 1) /usr/local/share/sgml/catalog The top level catalog for SGML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 2) /usr/local/share/sgml/catalog.ports This catalog is for handling SGML stuff installed under /usr/local/share/sgml. It is changed by ports/packages. 3) /usr/local/share/xml/catalog The top level catalog for XML stuff. It is not changed by any ports/packages except textproc/xmlcatmgr. 4) /usr/local/share/xml/catalog.ports This catalog is for handling XML stuff installed under /usr/local/share/xml. It is changed by ports/packages. Message from trousers-0.3.14_1: To run tcsd automatically, add the following line to /etc/rc.conf: tcsd_enable="YES" You might want to edit /usr/local/etc/tcsd.conf to reflect your setup. If you want to use tcsd with software TPM emulator, use the following configuration in /etc/rc.conf: tcsd_enable="YES" tcsd_mode="emulator" tpmd_enable="YES" To use TPM, add your_account to '_tss' group like following: # pw groupmod _tss -m your_account Message from bash-4.4.12_1: ====================================================================== bash requires fdescfs(5) mounted on /dev/fd If you have not done it yet, please do the following: mount -t fdescfs fdescfs /dev/fd To make it permanent, you need the following lines in /etc/fstab: fdescfs /dev/fd fdescfs rw,late 0 0 ====================================================================== Message from openldap-client-2.4.44: ************************************************************ The OpenLDAP client package has been successfully installed. Edit /usr/local/etc/openldap/ldap.conf to change the system-wide client defaults. Try `man ldap.conf' and visit the OpenLDAP FAQ-O-Matic at http://www.OpenLDAP.org/faq/index.cgi?file=3 for more information. ************************************************************ Message from libcdio-0.94: ===> NOTICE: The libcdio port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Message from libinotify-20160505: ============================================================================ Libinotify functionality on FreeBSD is missing support for - detecting a file being moved into or out of a directory within the same filesystem - certain modifications to a symbolic link (rather than the file it points to.) in addition to the known limitations on all platforms using kqueue(2) where various open and close notifications are unimplemented. This means the following regression tests will fail: Directory notifications: IN_MOVED_FROM IN_MOVED_TO Open/close notifications: IN_OPEN IN_CLOSE_NOWRITE IN_CLOSE_WRITE Symbolic Link notifications: IN_DONT_FOLLOW IN_ATTRIB IN_MOVE_SELF IN_DELETE_SELF Kernel patches to address the missing directory and symbolic link notifications are available from: https://github.com/libinotify-kqueue/libinotify-kqueue/tree/master/patches ============================================================================= You might want to consider increasing the kern.maxfiles tunable if you plan to use this library for applications that need to monitor activity of a lot of files. If the default on your system is too low, add the following line to /boot/loader.conf, then reboot the system: kern.maxfiles="25000" ============================================================================= Message from gamin-0.1.10_9: =============================================================================== Gamin will only provide realtime notification of changes for at most n files, where n is the minimum value between (kern.maxfiles * 0.7) and (kern.maxfilesperproc - 200). Beyond that limit, files will be polled. If you often open several large folders with Nautilus, you might want to increase the kern.maxfiles tunable (you do not need to set kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). For a typical desktop, add the following line to /boot/loader.conf, then reboot the system: kern.maxfiles="25000" The behavior of gamin can be controlled via the various gaminrc files. See http://www.gnome.org/~veillard/gamin/config.html on how to create these files. In particular, if you find gam_server is taking up too much CPU time polling for changes, something like the following may help in one of the gaminrc files: # reduce polling frequency to once per 10 seconds # for UFS file systems in order to lower CPU load fsset ufs poll 10 =============================================================================== ===> NOTICE: The gamin port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port Message from fusefs-libs-2.9.5: Install the fuse kernel module to use this port. Message from samba44-4.4.13: =============================================================================== How to start: http://wiki.samba.org/index.php/Samba4/HOWTO * Your configuration is: /usr/local/etc/smb4.conf * All the relevant databases are under: /var/db/samba4 * All the logs are under: /var/log/samba4 * Provisioning script is: /usr/local/bin/samba-tool For additional documentation check: http://wiki.samba.org/index.php/Samba4 Bug reports should go to the: https://bugzilla.samba.org/ =============================================================================== Message from xfce4-tumbler-0.1.31_5: To override the default configuration, you must copy the rc-file: mkdir ~/.config/tumbler cp /usr/local/etc/xdg/tumbler/tumbler.rc ~/.config/tumbler For more information see http://docs.xfce.org/xfce/thunar/tumbler Message from xfce4-terminal-0.8.4: To reduce the height of tabs, add the hidden 'MiscSlimTabs' option in ~/.config/xfce4/terminal/terminalrc. MiscSlimTabs=TRUE By default this option is not defined. Keep in mind, when you change an option in Preferences window, this file is overwritten. Message from xfce4-session-4.12.1_3: To be able to shutdown or reboot your system, you'll have to add .rules files in /usr/local/etc/polkit-1/rules.d directory. Which looks like this (replace PUTYOURGROUPHERE by your group): polkit.addRule(function (action, subject) { if ((action.id == "org.freedesktop.consolekit.system.restart" || action.id == "org.freedesktop.consolekit.system.stop") && subject.isInGroup("PUTYOURGROUPHERE")) { return polkit.Result.YES; } }); For those who have working suspend/resume: polkit.addRule(function (action, subject) { if (action.id == "org.freedesktop.consolekit.system.suspend" && subject.isInGroup("PUTYOURGROUPHERE")) { return polkit.Result.YES; } });
from /var/log/messages
Apr 15 16:18:39 kg-elitebook pkg: pcre-8.40 installed Apr 15 16:18:39 kg-elitebook pkg: libiconv-1.14_10 installed Apr 15 16:18:39 kg-elitebook pkg: mkfontscale-1.1.2 installed Apr 15 16:18:39 kg-elitebook pkg: glib-2.46.2_5 installed Apr 15 16:18:39 kg-elitebook pkg: mkfontdir-1.0.7 installed Apr 15 16:18:39 kg-elitebook pkg: xcb-util-renderutil-0.3.9_1 installed Apr 15 16:18:39 kg-elitebook pkg: glproto-1.4.17 installed Apr 15 16:18:39 kg-elitebook pkg: dri2proto-2.8 installed Apr 15 16:18:40 kg-elitebook pkg: png-1.6.29 installed Apr 15 16:18:40 kg-elitebook pkg: gmp-6.1.2 installed Apr 15 16:18:42 kg-elitebook pkg: font-misc-meltho-1.0.3_3 installed Apr 15 16:18:46 kg-elitebook pkg: font-misc-ethiopic-1.0.3_3 installed Apr 15 16:18:48 kg-elitebook pkg: font-bh-ttf-1.0.3_3 installed Apr 15 16:18:48 kg-elitebook pkg: encodings-1.0.4_3,1 installed Apr 15 16:18:51 kg-elitebook pkg: dejavu-2.37 installed Apr 15 16:18:51 kg-elitebook pkg: graphite2-1.3.9 installed Apr 15 16:18:51 kg-elitebook pkg: cairo-1.14.8,2 installed Apr 15 16:18:53 kg-elitebook pkg: icu-58.2,1 installed Apr 15 16:18:53 kg-elitebook pkg: tpm-emulator-0.7.4_1 installed Apr 15 16:18:53 kg-elitebook pkg: libtasn1-4.10 installed Apr 15 16:18:53 kg-elitebook pkg: ca_root_nss-3.30.1 installed Apr 15 16:18:53 kg-elitebook pkg: jpeg-turbo-1.5.1 installed Apr 15 16:18:53 kg-elitebook pkg: jbigkit-2.1_1 installed Apr 15 16:18:54 kg-elitebook pkg: xmlcatmgr-2.2_2 installed Apr 15 16:18:54 kg-elitebook pkg: xorg-fonts-truetype-7.7_1 installed Apr 15 16:18:54 kg-elitebook pkg: harfbuzz-1.4.5_1 installed Apr 15 16:18:54 kg-elitebook pkg: randrproto-1.5.0 installed Apr 15 16:18:54 kg-elitebook pkg: xineramaproto-1.2.1 installed Apr 15 16:18:54 kg-elitebook pkg: compositeproto-0.4.2 installed Apr 15 16:18:54 kg-elitebook pkg: trousers-0.3.14_1 installed Apr 15 16:18:54 kg-elitebook pkg: p11-kit-0.23.5 installed Apr 15 16:18:54 kg-elitebook pkg: nettle-3.3 installed Apr 15 16:18:54 kg-elitebook pkg: libidn-1.33_1 installed Apr 15 16:18:54 kg-elitebook pkg: libunistring-0.9.7 installed Apr 15 16:18:54 kg-elitebook pkg: python2-2_3 installed Apr 15 16:18:55 kg-elitebook pkg: dbus-1.10.14_2 installed Apr 15 16:18:55 kg-elitebook pkg: tiff-4.0.7_1 installed Apr 15 16:18:55 kg-elitebook pkg: jasper-1.900.1_16 installed Apr 15 16:18:55 kg-elitebook pkg: nspr-4.14_1 installed Apr 15 16:18:55 kg-elitebook pkg: scrnsaverproto-1.2.2 installed Apr 15 16:18:55 kg-elitebook pkg: recordproto-1.14.2 installed Apr 15 16:18:55 kg-elitebook pkg: libgpg-error-1.27 installed Apr 15 16:18:55 kg-elitebook pkg: xmlcharent-0.3_2 installed Apr 15 16:18:55 kg-elitebook pkg: iso8879-1986_3 installed Apr 15 16:18:57 kg-elitebook pkg: cantarell-fonts-0.0.24 installed Apr 15 16:18:58 kg-elitebook pkg: pango-1.38.0_1 installed Apr 15 16:18:58 kg-elitebook pkg: libXrandr-1.5.1 installed Apr 15 16:18:58 kg-elitebook pkg: libXinerama-1.1.3_3,1 installed Apr 15 16:18:58 kg-elitebook pkg: libXcursor-1.1.14_3 installed Apr 15 16:18:58 kg-elitebook pkg: libXcomposite-0.4.4_3,1 installed Apr 15 16:18:59 kg-elitebook pkg: gnutls-3.5.9 installed Apr 15 16:18:59 kg-elitebook pkg: gnome_subr-1.0 installed Apr 15 16:18:59 kg-elitebook pkg: libdaemon-0.14_1 installed Apr 15 16:18:59 kg-elitebook pkg: gobject-introspection-1.46.0 installed Apr 15 16:18:59 kg-elitebook pkg: dbus-glib-0.104 installed Apr 15 16:18:59 kg-elitebook pkg: gdbm-1.12 installed Apr 15 16:19:00 kg-elitebook pkg: shared-mime-info-1.5 installed Apr 15 16:19:00 kg-elitebook pkg: hicolor-icon-theme-0.15 installed Apr 15 16:19:00 kg-elitebook pkg: gdk-pixbuf2-2.32.3_1 installed Apr 15 16:19:00 kg-elitebook pkg: atk-2.18.0 installed Apr 15 16:19:00 kg-elitebook pkg: spidermonkey170-17.0.0_5 installed Apr 15 16:19:00 kg-elitebook pkg: libXScrnSaver-1.2.2_3 installed Apr 15 16:19:00 kg-elitebook pkg: libXtst-1.2.3 installed Apr 15 16:19:00 kg-elitebook pkg: libgcrypt-1.7.6 installed Apr 15 16:19:01 kg-elitebook pkg: sdocbook-xml-1.1_2,2 installed Apr 15 16:19:01 kg-elitebook pkg: docbook-xml-5.0_3 installed Apr 15 16:19:01 kg-elitebook pkg: docbook-sgml-4.5_1 installed Apr 15 16:19:01 kg-elitebook pkg: libproxy-0.4.12 installed Apr 15 16:19:01 kg-elitebook pkg: gsettings-desktop-schemas-3.18.1 installed Apr 15 16:19:01 kg-elitebook pkg: libpaper-1.1.24.4 installed Apr 15 16:19:01 kg-elitebook pkg: avahi-app-0.6.31_5 installed Apr 15 16:19:01 kg-elitebook pkg: gtk-update-icon-cache-2.24.29 installed Apr 15 16:19:01 kg-elitebook pkg: polkit-0.113_4 installed Apr 15 16:19:02 kg-elitebook pkg: lcms2-2.8 installed Apr 15 16:19:03 kg-elitebook pkg: argyllcms-1.9.2_1 installed Apr 15 16:19:03 kg-elitebook pkg: sqlite3-3.17.0 installed Apr 15 16:19:03 kg-elitebook pkg: at-spi2-core-2.18.3 installed Apr 15 16:19:03 kg-elitebook pkg: docbook-1.5 installed Apr 15 16:19:03 kg-elitebook pkg: glib-networking-2.46.1_1 installed Apr 15 16:19:04 kg-elitebook pkg: cups-2.2.2_1 installed Apr 15 16:19:07 kg-elitebook pkg: adwaita-icon-theme-3.18.0 installed Apr 15 16:19:07 kg-elitebook pkg: colord-1.2.12 installed Apr 15 16:19:07 kg-elitebook pkg: at-spi2-atk-2.18.1 installed Apr 15 16:19:07 kg-elitebook pkg: libxslt-1.1.29_1 installed Apr 15 16:19:09 kg-elitebook pkg: docbook-xsl-1.76.1_3 installed Apr 15 16:19:09 kg-elitebook pkg: bash-4.4.12_1 installed Apr 15 16:19:09 kg-elitebook pkg: getopt-1.1.6 installed Apr 15 16:19:09 kg-elitebook pkg: py27-setuptools-32.1.0_1 installed Apr 15 16:19:09 kg-elitebook pkg: libIDL-0.8.14_3 installed Apr 15 16:19:09 kg-elitebook pkg: hunspell-1.6.1 installed Apr 15 16:19:10 kg-elitebook pkg: libsoup-2.52.2 installed Apr 15 16:19:10 kg-elitebook pkg: json-glib-1.1.2 installed Apr 15 16:19:10 kg-elitebook pkg: gstreamer1-1.8.0_1 installed Apr 15 16:19:11 kg-elitebook pkg: iso-codes-3.74 installed Apr 15 16:19:11 kg-elitebook pkg: orc-0.4.25 installed Apr 15 16:19:11 kg-elitebook pkg: giflib-5.1.4 installed Apr 15 16:19:11 kg-elitebook pkg: libxfce4util-4.12.1 installed Apr 15 16:19:12 kg-elitebook pkg: gtk2-2.24.29_3 installed Apr 15 16:19:14 kg-elitebook pkg: gtk3-3.18.8_4 installed Apr 15 16:19:14 kg-elitebook pkg: rarian-0.8.1_4 installed Apr 15 16:19:14 kg-elitebook pkg: py27-libxml2-2.9.4 installed Apr 15 16:19:15 kg-elitebook pkg: gettext-tools-0.19.8.1 installed Apr 15 16:19:15 kg-elitebook pkg: dconf-0.24.0_1 installed Apr 15 16:19:15 kg-elitebook pkg: ORBit2-2.14.19_2 installed Apr 15 16:19:15 kg-elitebook pkg: libsecret-0.18.4 installed Apr 15 16:19:15 kg-elitebook pkg: talloc-2.1.9 installed Apr 15 16:19:15 kg-elitebook pkg: enchant-1.6.0_7 installed Apr 15 16:19:15 kg-elitebook pkg: geoclue-2.3.0 installed Apr 15 16:19:15 kg-elitebook pkg: gstreamer1-plugins-1.8.0_2 installed Apr 15 16:19:15 kg-elitebook pkg: webp-0.5.2_1 installed Apr 15 16:19:16 kg-elitebook pkg: vala-0.30.2 installed Apr 15 16:19:16 kg-elitebook pkg: libsoup-gnome-2.52.2 installed Apr 15 16:19:16 kg-elitebook pkg: libnghttp2-1.21.0 installed Apr 15 16:19:16 kg-elitebook pkg: xfce4-conf-4.12.1 installed Apr 15 16:19:16 kg-elitebook pkg: startup-notification-0.12_4 installed Apr 15 16:19:16 kg-elitebook pkg: consolekit-0.4.5_4 installed Apr 15 16:19:16 kg-elitebook pkg: desktop-file-utils-0.22_4 installed Apr 15 16:19:16 kg-elitebook pkg: libnotify-0.7.6_2 installed Apr 15 16:19:16 kg-elitebook pkg: libcddb-1.3.2_4 installed Apr 15 16:19:16 kg-elitebook pkg: policykit-0.9_10 installed Apr 15 16:19:16 kg-elitebook pkg: dmidecode-3.0 installed Apr 15 16:19:16 kg-elitebook pkg: libvolume_id-0.81.1 installed Apr 15 16:19:16 kg-elitebook pkg: gnome-doc-utils-0.20.10_4 installed Apr 15 16:19:17 kg-elitebook pkg: gconf2-3.2.6_4 installed Apr 15 16:19:17 kg-elitebook pkg: openldap-client-2.4.44 installed Apr 15 16:19:17 kg-elitebook pkg: tevent-0.9.31 installed Apr 15 16:19:17 kg-elitebook pkg: popt-1.16_2 installed Apr 15 16:19:17 kg-elitebook pkg: tdb-1.3.12,1 installed Apr 15 16:19:17 kg-elitebook pkg: lzo2-2.10_1 installed Apr 15 16:19:17 kg-elitebook pkg: liblz4-1.7.5,1 installed Apr 15 16:19:21 kg-elitebook pkg: webkit2-gtk3-2.8.5_8 installed Apr 15 16:19:21 kg-elitebook pkg: telepathy-glib-0.24.1_1 installed Apr 15 16:19:21 kg-elitebook pkg: rest-0.7.93 installed Apr 15 16:19:22 kg-elitebook pkg: curl-7.53.1_1 installed Apr 15 16:19:22 kg-elitebook pkg: nss-3.30.1 installed Apr 15 16:19:23 kg-elitebook pkg: poppler-data-0.4.7 installed Apr 15 16:19:23 kg-elitebook pkg: openjpeg-2.1.2_1 installed Apr 15 16:19:23 kg-elitebook pkg: libxfce4menu-4.12.1_1 installed Apr 15 16:19:23 kg-elitebook pkg: libXres-1.0.7_3 installed Apr 15 16:19:23 kg-elitebook pkg: p5-URI-1.71 installed Apr 15 16:19:23 kg-elitebook pkg: libexif-0.6.21_4 installed Apr 15 16:19:23 kg-elitebook pkg: libcdio-0.94 installed Apr 15 16:19:23 kg-elitebook pkg: hal-0.5.14_31 installed Apr 15 16:19:24 kg-elitebook pkg: policykit-gnome-0.9.2_8 installed Apr 15 16:19:24 kg-elitebook pkg: libgnome-keyring-3.12.0_2 installed Apr 15 16:19:25 kg-elitebook pkg: gcr-3.18.0 installed Apr 15 16:19:25 kg-elitebook pkg: libsunacl-1.0 installed Apr 15 16:19:25 kg-elitebook pkg: py27-dnspython-1.15.0 installed Apr 15 16:19:25 kg-elitebook pkg: py27-iso8601-0.1.11 installed Apr 15 16:19:25 kg-elitebook pkg: libinotify-20160505 installed Apr 15 16:19:25 kg-elitebook pkg: gamin-0.1.10_9 installed Apr 15 16:19:25 kg-elitebook pkg: ldb-1.1.29_1 installed Apr 15 16:19:25 kg-elitebook pkg: libarchive-3.3.1,1 installed Apr 15 16:19:25 kg-elitebook pkg: gnome-online-accounts-3.18.6_1 installed Apr 15 16:19:26 kg-elitebook pkg: libgd-2.2.4,1 installed Apr 15 16:19:26 kg-elitebook pkg: libltdl-2.4.6 installed Apr 15 16:19:26 kg-elitebook pkg: uhttpmock-0.5.0 installed Apr 15 16:19:26 kg-elitebook pkg: liboauth-1.0.3_3 installed Apr 15 16:19:26 kg-elitebook pkg: poppler-0.50.0 installed Apr 15 16:19:26 kg-elitebook pkg: libcroco-0.6.11 installed Apr 15 16:19:26 kg-elitebook pkg: libgsf-1.14.36 installed Apr 15 16:19:26 kg-elitebook pkg: libwnck-2.30.7_1 installed Apr 15 16:19:26 kg-elitebook pkg: libexo-0.10.7 installed Apr 15 16:19:26 kg-elitebook pkg: garcon-0.4.0_1 installed Apr 15 16:19:27 kg-elitebook pkg: libcdio-paranoia-10.2+0.93+1 installed Apr 15 16:19:27 kg-elitebook pkg: gnome-mount-0.8_13 installed Apr 15 16:19:27 kg-elitebook pkg: fusefs-libs-2.9.5 installed Apr 15 16:19:31 kg-elitebook pkg: samba44-4.4.13 installed Apr 15 16:19:31 kg-elitebook pkg: libgphoto2-2.5.12 installed Apr 15 16:19:32 kg-elitebook pkg: libgdata-0.17.4 installed Apr 15 16:19:32 kg-elitebook pkg: poppler-glib-0.50.0 installed Apr 15 16:19:32 kg-elitebook pkg: librsvg2-2.40.16 installed Apr 15 16:19:32 kg-elitebook pkg: xfce4-panel-4.12.1 installed Apr 15 16:19:32 kg-elitebook pkg: gvfs-1.26.3_4 installed Apr 15 16:19:32 kg-elitebook pkg: xfce4-tumbler-0.1.31_5 installed Apr 15 16:19:32 kg-elitebook pkg: vte3-0.42.4_2 installed Apr 15 16:19:32 kg-elitebook pkg: iceauth-1.0.7 installed Apr 15 16:19:33 kg-elitebook pkg: upower-0.99.4 installed Apr 15 16:19:33 kg-elitebook pkg: Thunar-1.6.11 installed Apr 15 16:19:33 kg-elitebook pkg: libxklavier-5.3_1,1 installed Apr 15 16:19:33 kg-elitebook pkg: gtksourceview2-2.10.5_5 installed Apr 15 16:19:33 kg-elitebook pkg: libical-1.0.1 installed Apr 15 16:19:33 kg-elitebook pkg: xfce4-terminal-0.8.4 installed Apr 15 16:19:34 kg-elitebook pkg: xfce4-wm-4.12.3 installed Apr 15 16:19:34 kg-elitebook pkg: xfce4-session-4.12.1_3 installed Apr 15 16:19:34 kg-elitebook pkg: xfce4-desktop-4.12.3_2 installed Apr 15 16:19:34 kg-elitebook pkg: gtk-xfce-engine-3.2.0 installed Apr 15 16:19:34 kg-elitebook pkg: xfce4-settings-4.12.1 installed Apr 15 16:19:34 kg-elitebook pkg: xfce4-appfinder-4.12.0 installed Apr 15 16:19:35 kg-elitebook pkg: mousepad-0.4.0_2 installed Apr 15 16:19:35 kg-elitebook pkg: xfce4-notifyd-0.3.6 installed Apr 15 16:19:35 kg-elitebook pkg: orage-4.12.1_1 installed Apr 15 16:19:35 kg-elitebook pkg: xfce-4.12_1 installed
ok.
2017-04-15: ada1p2 - Xorg - testing. Xorg works,with correct resolution. From /var/log/Xorg.0.log:
[ 2982.934] (==) AIGLX enabled [ 2982.934] (==) Matched intel as autoconfigured driver 0 [ 2982.934] (==) Matched modesetting as autoconfigured driver 1 [ 2982.934] (==) Matched scfb as autoconfigured driver 2 [ 2982.934] (==) Matched vesa as autoconfigured driver 3 [ 2982.946] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000 [ 2982.993] (II) intel(0): EDID for output LVDS1 [ 2982.993] (II) intel(0): Manufacturer: CMN Model: 1484 Serial#: 0 [ 2982.993] (II) intel(0): Year: 2012 Week: 38 [ 2982.993] (II) intel(0): EDID Version: 1.4 [ 2982.993] (II) intel(0): Supported detailed timing: [ 2982.993] (II) intel(0): clock: 112.6 MHz Image Size: 310 x 174 mm [ 2982.993] (II) intel(0): h_active: 1600 h_sync: 1648 h_sync_end 1680 h_blank_end 1966 h_border: 0 [ 2982.993] (II) intel(0): v_active: 900 v_sync: 903 v_sync_end 908 v_blanking: 954 v_border: 0 [ 2982.994] (II) intel(0): Printing probed modes for output LVDS1 [ 2982.994] (II) intel(0): Modeline "1600x900"x60.0 112.60 1600 1648 1680 1966 900 903 908 954 +hsync -vsync (57.3 kHz eP) [ 2982.994] (II) intel(0): Modeline "1600x900"x40.0 75.06 1600 1648 1680 1966 900 903 908 954 +hsync -vsync (38.2 kHz e) [ 2982.994] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d) [ 2982.994] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d) [ 2982.994] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d) [ 2982.994] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d) [ 2983.040] (II) intel(0): Using exact sizes for initial modes [ 2983.040] (II) intel(0): Output LVDS1 using initial mode 1600x900 +0+0 [ 2983.040] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated. [ 2983.040] (II) intel(0): Kernel page flipping support detected, enabling [ 2983.040] (==) intel(0): DPI set to (96, 96) [ 2983.042] (II) intel(0): [DRI2] Setup complete [ 2983.042] (II) intel(0): [DRI2] DRI driver: i965 [ 2983.042] (II) intel(0): [DRI2] VDPAU driver: va_gl [ 2983.064] (II) intel(0): Setting screen physical size to 423 x 238
ok.
2017-04-15: ada1p2 - Xorg - create a file to configure keyboard
root@kg-elitebook# more /usr/local/etc/X11/xorg.conf.d/keyboard-no.conf Section "InputClass" Identifier "keyboard defaults" MatchIsKeyboard "on" Option "XkbLayout" "no" EndSection
ok.
2017-04-15: ada1p2 - pkg - install packages needed For Xorg Xorg
root@kg-elitebook# pkg install xorg-minimal [...] Message from python27-2.7.13_1: =========================================================================== Note that some standard Python modules are provided as separate ports as they require additional dependencies. They are available as: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter =========================================================================== Message from perl5-5.24.1: The /usr/bin/perl symlink has been removed starting with Perl 5.20. For shebangs, you should either use: #!/usr/local/bin/perl or #!/usr/bin/env perl The first one will only work if you have a /usr/local/bin/perl, the second will work as long as perl is in PATH. Message from freetype2-2.7.1: The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as the default, emulating a modern version of ClearType. This change inevitably leads to different rendering results, and you might change port's options to adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment variable). The environment variable "FREETYPE_PROPERTIES" can be used to control the driver properties. Example: FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ cff:no-stem-darkening=1 \ autofitter:warping=1 This allows to select, say, the subpixel hinting mode at runtime for a given application. The controllable properties are listed in the section "Controlling FreeType Modules" in the reference's table of contents (/usr/local/share/doc/freetype2/reference/ft2-toc.html, if documentation was installed). Message from xorg-minimal-7.5.2_1: ===> NOTICE: The xorg-minimal port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port
from /var/log/messages
Apr 15 15:36:12 kg-elitebook pkg: xproto-7.0.31 installed Apr 15 15:36:12 kg-elitebook pkg: libXdmcp-1.1.2 installed Apr 15 15:36:12 kg-elitebook pkg: libXau-1.0.8_3 installed Apr 15 15:36:12 kg-elitebook pkg: libxml2-2.9.4 installed Apr 15 15:36:12 kg-elitebook pkg: libpthread-stubs-0.4 installed Apr 15 15:36:13 kg-elitebook pkg: libxcb-1.12_2 installed Apr 15 15:36:13 kg-elitebook pkg: kbproto-1.0.7 installed Apr 15 15:36:14 kg-elitebook pkg: libX11-1.6.5,1 installed Apr 15 15:36:14 kg-elitebook pkg: xextproto-7.3.0 installed Apr 15 15:36:14 kg-elitebook pkg: libXext-1.3.3_1,1 installed Apr 15 15:36:14 kg-elitebook pkg: fixesproto-5.0 installed Apr 15 15:36:14 kg-elitebook pkg: videoproto-2.3.3 installed Apr 15 15:36:14 kg-elitebook pkg: pciids-20170316 installed Apr 15 15:36:14 kg-elitebook pkg: libXfixes-5.0.3 installed Apr 15 15:36:14 kg-elitebook pkg: damageproto-1.2.1 installed Apr 15 15:36:14 kg-elitebook pkg: libXv-1.0.11,1 installed Apr 15 15:36:14 kg-elitebook pkg: libpciaccess-0.13.4 installed Apr 15 15:36:14 kg-elitebook pkg: libdevq-0.0.4 installed Apr 15 15:36:14 kg-elitebook pkg: indexinfo-0.2.6 installed Apr 15 15:36:14 kg-elitebook pkg: libxshmfence-1.2_1 installed Apr 15 15:36:14 kg-elitebook pkg: libXdamage-1.1.4_3 installed Apr 15 15:36:14 kg-elitebook pkg: expat-2.2.0_1 installed Apr 15 15:36:14 kg-elitebook pkg: libXvMC-1.0.10 installed Apr 15 15:36:14 kg-elitebook pkg: libdrm-2.4.75_3,1 installed Apr 15 15:36:14 kg-elitebook pkg: readline-6.3.8 installed Apr 15 15:36:14 kg-elitebook pkg: libffi-3.2.1 installed Apr 15 15:36:14 kg-elitebook pkg: gettext-runtime-0.19.8.1_1 installed Apr 15 15:36:14 kg-elitebook pkg: libglapi-13.0.6 installed Apr 15 15:36:18 kg-elitebook pkg: python27-2.7.13_1 installed Apr 15 15:36:24 kg-elitebook pkg: perl5-5.24.1 installed Apr 15 15:36:24 kg-elitebook pkg: libedit-3.1.20150325_2,1 installed Apr 15 15:36:24 kg-elitebook pkg: libICE-1.0.9_1,1 installed Apr 15 15:36:24 kg-elitebook pkg: gbm-13.0.6 installed Apr 15 15:37:07 kg-elitebook pkg: llvm39-3.9.1_4 installed Apr 15 15:37:07 kg-elitebook pkg: xf86vidmodeproto-2.3.1 installed Apr 15 15:37:07 kg-elitebook pkg: libSM-1.2.2_3,1 installed Apr 15 15:37:08 kg-elitebook pkg: libxkbfile-1.0.9 installed Apr 15 15:37:08 kg-elitebook pkg: libfontenc-1.1.3_1 installed Apr 15 15:37:08 kg-elitebook pkg: fontsproto-2.1.3,1 installed Apr 15 15:37:08 kg-elitebook pkg: freetype2-2.7.1 installed Apr 15 15:37:08 kg-elitebook pkg: libglesv2-13.0.6 installed Apr 15 15:37:08 kg-elitebook pkg: libEGL-13.0.6 installed Apr 15 15:37:08 kg-elitebook pkg: libXxf86vm-1.1.4_1 installed Apr 15 15:37:08 kg-elitebook pkg: libXt-1.1.5,1 installed Apr 15 15:37:08 kg-elitebook pkg: xkeyboard-config-2.20 installed Apr 15 15:37:08 kg-elitebook pkg: xkbcomp-1.3.1 installed Apr 15 15:37:08 kg-elitebook pkg: pixman-0.34.0 installed Apr 15 15:37:08 kg-elitebook pkg: libXfont-1.5.2,2 installed Apr 15 15:37:08 kg-elitebook pkg: font-util-1.3.1 installed Apr 15 15:37:08 kg-elitebook pkg: libepoxy-1.3.1 installed Apr 15 15:37:09 kg-elitebook pkg: libGL-13.0.6 installed Apr 15 15:37:09 kg-elitebook pkg: dri-13.0.6,2 installed Apr 15 15:37:09 kg-elitebook pkg: libunwind-20121006_2 installed Apr 15 15:37:09 kg-elitebook pkg: inputproto-2.3.2 installed Apr 15 15:37:09 kg-elitebook pkg: libXmu-1.1.2_3,1 installed Apr 15 15:37:10 kg-elitebook pkg: xorg-server-1.18.4,1 installed Apr 15 15:37:10 kg-elitebook pkg: libXi-1.7.9,1 installed Apr 15 15:37:10 kg-elitebook pkg: xinit-1.3.4,1 installed Apr 15 15:37:10 kg-elitebook pkg: xauth-1.0.10 installed Apr 15 15:37:10 kg-elitebook pkg: xf86-video-vesa-2.3.4_1 installed Apr 15 15:37:10 kg-elitebook pkg: xf86-input-mouse-1.9.2_1 installed Apr 15 15:37:10 kg-elitebook pkg: xf86-input-keyboard-1.9.0_1 installed Apr 15 15:37:10 kg-elitebook pkg: xorg-minimal-7.5.2_1 installed
xinit is needed for startx, xterm, twm and xclock for the default startx script
Apr 15 15:41:49 kg-elitebook pkg: renderproto-0.11.1 installed Apr 15 15:41:49 kg-elitebook pkg: printproto-1.0.5 installed Apr 15 15:41:49 kg-elitebook pkg: libXrender-0.9.10 installed Apr 15 15:41:49 kg-elitebook pkg: libXpm-3.5.12 installed Apr 15 15:41:49 kg-elitebook pkg: libXp-1.0.3,1 installed Apr 15 15:41:51 kg-elitebook pkg: fontconfig-2.12.1,1 installed Apr 15 15:41:51 kg-elitebook pkg: libXaw-1.0.13,2 installed Apr 15 15:41:51 kg-elitebook pkg: libXft-2.3.2_1 installed Apr 15 15:41:51 kg-elitebook pkg: xclock-1.0.7_2 installed Apr 15 15:41:51 kg-elitebook pkg: twm-1.0.9 installed
xterm
root@kg-elitebook# pkg install xterm [...] Message from xterm-327: ================================================================================ You installed xterm with wide chars support. This introduces some limitations comparing to the plain single chars version: this version of xterm will use UTF-8 charset for selection buffers, breaking 8-bit copy/paste support unless you are using UTF-8 or ISO8859-1 locale. If you want 8-bit charset selections to work as before, use "eightBitSelectTypes" XTerm resource setting. For further information refer to the SELECT/PASTE section of xterm(1) manual page. ================================================================================
drivers needed
Apr 15 15:45:30 kg-elitebook pkg: xcb-util-0.4.0_2,1 installed Apr 15 15:45:30 kg-elitebook pkg: xf86-video-intel-2.99.917.20170228 installed
ok.
2017-04-15: ada1p2 - pkg - update repository:
root@kg-elitebook# pkg update Updating FreeBSD repository catalogue... pkg: Repository FreeBSD load error: access repo file(/var/db/pkg/repo-FreeBSD.sqlite) failed: No such file or directory Fetching meta.txz: 100% 944 B 0.9kB/s 00:01 Fetching packagesite.txz: 100% 6 MiB 3.0MB/s 00:02 Processing entries: 100% FreeBSD repository update completed. 26286 packages processed. All repositories are up to date.
ok.
2017-04-15: ada1p2 - pkg - install pkg
root@kg-elitebook# pkg help The package management tool is not yet installed on your system. Do you want to fetch and install it now? [y/N]: y Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly, please wait... Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done Installing pkg-1.10.1... Extracting pkg-1.10.1: 100% Usage: pkg [-v] [-d] [-l] [-N] [-j <jail name or id>|-c <chroot path>|-r <rootdir>] [-C <configuration file>] [-R <repo config dir>] [-o var=value] [-4|-6] <command> [<args>] Global options supported: -d Increment debug level -j Execute pkg(8) inside a jail(8) -r Execute pkg(8) using relocating installation to <rootdir> -c Execute pkg(8) inside a chroot(8) -C Use the specified configuration file -R Directory to search for individual repository configurations -l List available commands and exit -v Display pkg(8) version -N Test if pkg(8) is activated and avoid auto-activation -o Override configuration option from the command line -4 Only use IPv4 -6 Only use IPv6 Commands supported: add Compatibility interface to install a package alias List the command line aliases annotate Add, modify or delete tag-value style annotations on packages audit Reports vulnerable packages autoremove Removes orphan packages backup Backs-up and restores the local package database check Checks for missing dependencies and database consistency clean Cleans old packages from the cache config Display the value of the configuration options convert Convert database from/to pkgng create Creates software package distributions delete Deletes packages from the database and the system fetch Fetches packages from a remote repository help Displays help information info Displays information about installed packages install Installs packages from remote package repositories and local archives lock Locks package against modifications or deletion plugins Manages plugins and displays information about plugins query Queries information about installed packages register Registers a package into the local database remove Deletes packages from the database and the system repo Creates a package repository catalogue rquery Queries information in repository catalogues search Performs a search of package repository catalogues set Modifies information about packages in the local database ssh Package server (to be used via ssh) shell Opens a debug shell shlib Displays which packages link against a specific shared library stats Displays package database statistics unlock Unlocks a package, allowing modification or deletion update Updates package repository catalogues updating Displays UPDATING information for a package upgrade Performs upgrades of packaged software distributions version Displays the versions of installed packages which Displays which package installed a specific file Commands provided by plugins: For more information on the different commands see 'pkg help <command>'.
ok.
2017-04-15: ada1p2 - after a reboot, the machine now runs FreeBSD 11.0-release-p9. dmesg output: normal, verbose.
tingo@kg-elitebook$ freebsd-version -ku 11.0-RELEASE-p9 11.0-RELEASE-p9 tingo@kg-elitebook$ uname -a FreeBSD kg-elitebook.kg4.no 11.0-RELEASE-p9 FreeBSD 11.0-RELEASE-p9 #0: Tue Apr 11 08:48:40 UTC 2017 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
ok.
2017-04-15: ada1p2 - run freebsd-update to update FreeBSD. fetch
root@kg-elitebook# freebsd-update fetch Looking up update.FreeBSD.org mirrors... 4 mirrors found. Fetching public key from update5.freebsd.org... done. Fetching metadata signature for 11.0-RELEASE from update5.freebsd.org... done. Fetching metadata index... done. Fetching 2 metadata files... done. Inspecting system... done. Preparing to download files... done. Fetching 1861 patches.....10....20....30....40....50....60....70....80....90....100....110....120....130....140....150....160....170....180....190....200....210....220....230....240....250....260....270....280....290....300....310....320....330....340....350....360....370....380....390....400....410....420....430....440....450....460....470....480....490....500....510....520....530....540....550....560....570....580....590....600....610....620....630....640....650....660....670....680....690....700....710....720....730....740....750....760....770....780....790....800....810....820....830....840....850....860....870....880....890....900....910....920....930....940....950....960....970....980....990....1000....1010....1020....1030....1040....1050....1060....1070....1080....1090....1100....1110....1120....1130....1140....1150....1160....1170....1180....1190....1200....1210....1220....1230....1240....1250....1260....1270....1280....1290....1300....1310....1320....1330....1340....1350....1360....1370....1380....1390....1400....1410....1420....1430....1440....1450....1460....1470....1480....1490....1500....1510....1520....1530....1540....1550....1560....1570....1580....1590....1600....1610....1620....1630....1640....1650....1660....1670....1680....1690....1700....1710....1720....1730....1740....1750....1760....1770....1780....1790....1800....1810....1820....1830....1840....1850....1860 done. Applying patches... done. Fetching 23 files... done. The following files will be removed as part of updating to 11.0-RELEASE-p9: /boot/kernel/hv_ata_pci_disengage.ko /usr/share/zoneinfo/America/Santa_Isabel /usr/share/zoneinfo/Asia/Rangoon /usr/src/contrib/libarchive/README /usr/src/contrib/ntp/compile /usr/src/contrib/ntp/config.guess /usr/src/contrib/ntp/config.sub /usr/src/contrib/ntp/depcomp /usr/src/contrib/ntp/install-sh /usr/src/contrib/ntp/ltmain.sh /usr/src/contrib/ntp/missing /usr/src/contrib/ntp/sntp/compile /usr/src/contrib/ntp/sntp/config.guess /usr/src/contrib/ntp/sntp/config.sub /usr/src/contrib/ntp/sntp/depcomp /usr/src/contrib/ntp/sntp/install-sh /usr/src/contrib/ntp/sntp/ltmain.sh /usr/src/contrib/ntp/sntp/missing /usr/src/contrib/ntp/tests/Makefile.am /usr/src/contrib/ntp/tests/Makefile.in /usr/src/contrib/ntp/tests/bug-2803/Makefile.am /usr/src/contrib/ntp/tests/bug-2803/Makefile.in /usr/src/contrib/ntp/tests/bug-2803/bug-2803.c /usr/src/contrib/ntp/tests/bug-2803/run-bug-2803.c /usr/src/contrib/ntp/tests/libntp/Makefile.am /usr/src/contrib/ntp/tests/libntp/Makefile.in /usr/src/contrib/ntp/tests/libntp/a_md5encrypt.c /usr/src/contrib/ntp/tests/libntp/atoint.c /usr/src/contrib/ntp/tests/libntp/atouint.c /usr/src/contrib/ntp/tests/libntp/authkeys.c /usr/src/contrib/ntp/tests/libntp/buftvtots.c /usr/src/contrib/ntp/tests/libntp/calendar.c /usr/src/contrib/ntp/tests/libntp/caljulian.c /usr/src/contrib/ntp/tests/libntp/caltontp.c /usr/src/contrib/ntp/tests/libntp/calyearstart.c /usr/src/contrib/ntp/tests/libntp/clocktime.c /usr/src/contrib/ntp/tests/libntp/decodenetnum.c /usr/src/contrib/ntp/tests/libntp/hextoint.c /usr/src/contrib/ntp/tests/libntp/hextolfp.c /usr/src/contrib/ntp/tests/libntp/humandate.c /usr/src/contrib/ntp/tests/libntp/lfpfunc.c /usr/src/contrib/ntp/tests/libntp/lfptest.c /usr/src/contrib/ntp/tests/libntp/lfptest.h /usr/src/contrib/ntp/tests/libntp/lfptostr.c /usr/src/contrib/ntp/tests/libntp/modetoa.c /usr/src/contrib/ntp/tests/libntp/msyslog.c /usr/src/contrib/ntp/tests/libntp/netof.c /usr/src/contrib/ntp/tests/libntp/numtoa.c /usr/src/contrib/ntp/tests/libntp/numtohost.c /usr/src/contrib/ntp/tests/libntp/octtoint.c /usr/src/contrib/ntp/tests/libntp/prettydate.c /usr/src/contrib/ntp/tests/libntp/recvbuff.c /usr/src/contrib/ntp/tests/libntp/refidsmear.c /usr/src/contrib/ntp/tests/libntp/refnumtoa.c /usr/src/contrib/ntp/tests/libntp/run-a_md5encrypt.c /usr/src/contrib/ntp/tests/libntp/run-atoint.c /usr/src/contrib/ntp/tests/libntp/run-atouint.c /usr/src/contrib/ntp/tests/libntp/run-authkeys.c /usr/src/contrib/ntp/tests/libntp/run-buftvtots.c /usr/src/contrib/ntp/tests/libntp/run-calendar.c /usr/src/contrib/ntp/tests/libntp/run-caljulian.c /usr/src/contrib/ntp/tests/libntp/run-caltontp.c /usr/src/contrib/ntp/tests/libntp/run-calyearstart.c /usr/src/contrib/ntp/tests/libntp/run-clocktime.c /usr/src/contrib/ntp/tests/libntp/run-decodenetnum.c /usr/src/contrib/ntp/tests/libntp/run-hextoint.c /usr/src/contrib/ntp/tests/libntp/run-hextolfp.c /usr/src/contrib/ntp/tests/libntp/run-humandate.c /usr/src/contrib/ntp/tests/libntp/run-lfpfunc.c /usr/src/contrib/ntp/tests/libntp/run-lfptostr.c /usr/src/contrib/ntp/tests/libntp/run-modetoa.c /usr/src/contrib/ntp/tests/libntp/run-msyslog.c /usr/src/contrib/ntp/tests/libntp/run-netof.c /usr/src/contrib/ntp/tests/libntp/run-numtoa.c /usr/src/contrib/ntp/tests/libntp/run-numtohost.c /usr/src/contrib/ntp/tests/libntp/run-octtoint.c /usr/src/contrib/ntp/tests/libntp/run-prettydate.c /usr/src/contrib/ntp/tests/libntp/run-recvbuff.c /usr/src/contrib/ntp/tests/libntp/run-refidsmear.c /usr/src/contrib/ntp/tests/libntp/run-refnumtoa.c /usr/src/contrib/ntp/tests/libntp/run-sfptostr.c /usr/src/contrib/ntp/tests/libntp/run-socktoa.c /usr/src/contrib/ntp/tests/libntp/run-ssl_init.c /usr/src/contrib/ntp/tests/libntp/run-statestr.c /usr/src/contrib/ntp/tests/libntp/run-strtolfp.c /usr/src/contrib/ntp/tests/libntp/run-timespecops.c /usr/src/contrib/ntp/tests/libntp/run-timevalops.c /usr/src/contrib/ntp/tests/libntp/run-tsafememcmp.c /usr/src/contrib/ntp/tests/libntp/run-tstotv.c /usr/src/contrib/ntp/tests/libntp/run-tvtots.c /usr/src/contrib/ntp/tests/libntp/run-uglydate.c /usr/src/contrib/ntp/tests/libntp/run-vi64ops.c /usr/src/contrib/ntp/tests/libntp/run-ymd2yd.c /usr/src/contrib/ntp/tests/libntp/sfptostr.c /usr/src/contrib/ntp/tests/libntp/sockaddrtest.c /usr/src/contrib/ntp/tests/libntp/sockaddrtest.h /usr/src/contrib/ntp/tests/libntp/socktoa.c /usr/src/contrib/ntp/tests/libntp/ssl_init.c /usr/src/contrib/ntp/tests/libntp/statestr.c /usr/src/contrib/ntp/tests/libntp/strtolfp.c /usr/src/contrib/ntp/tests/libntp/test-libntp.c /usr/src/contrib/ntp/tests/libntp/test-libntp.h /usr/src/contrib/ntp/tests/libntp/timespecops.c /usr/src/contrib/ntp/tests/libntp/timevalops.c /usr/src/contrib/ntp/tests/libntp/tsafememcmp.c /usr/src/contrib/ntp/tests/libntp/tstotv.c /usr/src/contrib/ntp/tests/libntp/tvtots.c /usr/src/contrib/ntp/tests/libntp/uglydate.c /usr/src/contrib/ntp/tests/libntp/vi64ops.c /usr/src/contrib/ntp/tests/libntp/ymd2yd.c /usr/src/contrib/ntp/tests/ntpd/Makefile.am /usr/src/contrib/ntp/tests/ntpd/Makefile.in /usr/src/contrib/ntp/tests/ntpd/leapsec.c /usr/src/contrib/ntp/tests/ntpd/ntp_prio_q.c /usr/src/contrib/ntp/tests/ntpd/ntp_restrict.c /usr/src/contrib/ntp/tests/ntpd/rc_cmdlength.c /usr/src/contrib/ntp/tests/ntpd/run-leapsec.c /usr/src/contrib/ntp/tests/ntpd/run-ntp_prio_q.c /usr/src/contrib/ntp/tests/ntpd/run-ntp_restrict.c /usr/src/contrib/ntp/tests/ntpd/run-rc_cmdlength.c /usr/src/contrib/ntp/tests/ntpd/run-t-ntp_scanner.c /usr/src/contrib/ntp/tests/ntpd/run-t-ntp_signd.c /usr/src/contrib/ntp/tests/ntpd/t-ntp_scanner.c /usr/src/contrib/ntp/tests/ntpd/t-ntp_signd.c /usr/src/contrib/ntp/tests/ntpq/Makefile.am /usr/src/contrib/ntp/tests/ntpq/Makefile.in /usr/src/contrib/ntp/tests/ntpq/run-t-ntpq.c /usr/src/contrib/ntp/tests/ntpq/t-ntpq.c /usr/src/contrib/ntp/tests/sandbox/Makefile.am /usr/src/contrib/ntp/tests/sandbox/Makefile.in /usr/src/contrib/ntp/tests/sandbox/bug-2803.c /usr/src/contrib/ntp/tests/sandbox/modetoa.c /usr/src/contrib/ntp/tests/sandbox/run-modetoa.c /usr/src/contrib/ntp/tests/sandbox/run-uglydate.c /usr/src/contrib/ntp/tests/sandbox/run-ut-2803.c /usr/src/contrib/ntp/tests/sandbox/smeartest.c /usr/src/contrib/ntp/tests/sandbox/uglydate.c /usr/src/contrib/ntp/tests/sandbox/ut-2803.c /usr/src/contrib/ntp/tests/sec-2853/Makefile.am /usr/src/contrib/ntp/tests/sec-2853/Makefile.in /usr/src/contrib/ntp/tests/sec-2853/run-sec-2853.c /usr/src/contrib/ntp/tests/sec-2853/sec-2853.c /usr/src/contrib/ntp/ylwrap The following files will be added as part of updating to 11.0-RELEASE-p9: /usr/share/zoneinfo/Asia/Barnaul /usr/share/zoneinfo/Asia/Famagusta /usr/share/zoneinfo/Asia/Tomsk /usr/share/zoneinfo/Asia/Yangon /usr/share/zoneinfo/Europe/Astrakhan /usr/share/zoneinfo/Europe/Kirov /usr/share/zoneinfo/Europe/Ulyanovsk /usr/src/contrib/libarchive/README.md /usr/src/contrib/ntp/include/libssl_compat.h /usr/src/contrib/ntp/libntp/libssl_compat.c /usr/src/contrib/ntp/sntp/unity/ulib_setup.c /usr/src/contrib/ntp/sntp/unity/ulib_teardown.c /usr/src/contrib/tzdata/CONTRIBUTING /usr/src/contrib/tzdata/LICENSE /usr/src/contrib/tzdata/Makefile /usr/src/contrib/tzdata/NEWS /usr/src/contrib/tzdata/README /usr/src/contrib/tzdata/Theory /usr/src/contrib/tzdata/backzone /usr/src/contrib/tzdata/checklinks.awk /usr/src/contrib/tzdata/checktab.awk /usr/src/contrib/tzdata/leapseconds.awk /usr/src/contrib/tzdata/version /usr/src/contrib/tzdata/zoneinfo2tdf.pl The following files will be updated as part of updating to 11.0-RELEASE-p9: /bin/freebsd-version /boot/boot1.efi /boot/boot1.efifat /boot/gptboot /boot/gptzfsboot /boot/kernel/cam.ko /boot/kernel/hv_storvsc.ko /boot/kernel/kernel /boot/loader /boot/loader.efi /boot/pxeboot /boot/userboot.so /boot/zfsloader /lib/libc.so.7 /lib/libcrypto.so.8 /rescue/[ /rescue/atmconfig /rescue/badsect /rescue/bsdlabel /rescue/bunzip2 /rescue/bzcat /rescue/bzip2 /rescue/camcontrol /rescue/cat /rescue/ccdconfig /rescue/chflags /rescue/chgrp /rescue/chio /rescue/chmod /rescue/chown /rescue/chroot /rescue/clri /rescue/cp /rescue/csh /rescue/date /rescue/dd /rescue/devfs /rescue/df /rescue/dhclient /rescue/disklabel /rescue/dmesg /rescue/dump /rescue/dumpfs /rescue/dumpon /rescue/echo /rescue/ed /rescue/ex /rescue/expr /rescue/fastboot /rescue/fasthalt /rescue/fdisk /rescue/fsck /rescue/fsck_4.2bsd /rescue/fsck_ffs /rescue/fsck_msdosfs /rescue/fsck_ufs /rescue/fsdb /rescue/fsirand /rescue/gbde /rescue/geom /rescue/getfacl /rescue/glabel /rescue/gpart /rescue/groups /rescue/gunzip /rescue/gzcat /rescue/gzip /rescue/halt /rescue/head /rescue/hostname /rescue/id /rescue/ifconfig /rescue/init /rescue/ipf /rescue/iscsictl /rescue/iscsid /rescue/kenv /rescue/kill /rescue/kldconfig /rescue/kldload /rescue/kldstat /rescue/kldunload /rescue/ldconfig /rescue/less /rescue/link /rescue/ln /rescue/ls /rescue/lzcat /rescue/lzma /rescue/md5 /rescue/mdconfig /rescue/mdmfs /rescue/mkdir /rescue/mknod /rescue/more /rescue/mount /rescue/mount_cd9660 /rescue/mount_msdosfs /rescue/mount_nfs /rescue/mount_nullfs /rescue/mount_udf /rescue/mount_unionfs /rescue/mt /rescue/mv /rescue/nc /rescue/newfs /rescue/newfs_msdos /rescue/nos-tun /rescue/pgrep /rescue/ping /rescue/ping6 /rescue/pkill /rescue/ps /rescue/pwd /rescue/rcorder /rescue/rcp /rescue/rdump /rescue/realpath /rescue/reboot /rescue/red /rescue/rescue /rescue/restore /rescue/rm /rescue/rmdir /rescue/route /rescue/routed /rescue/rrestore /rescue/rtquery /rescue/rtsol /rescue/savecore /rescue/sed /rescue/setfacl /rescue/sh /rescue/sleep /rescue/spppcontrol /rescue/stty /rescue/swapon /rescue/sync /rescue/sysctl /rescue/tail /rescue/tar /rescue/tcsh /rescue/tee /rescue/test /rescue/tunefs /rescue/umount /rescue/unlink /rescue/unlzma /rescue/unxz /rescue/vi /rescue/whoami /rescue/xz /rescue/xzcat /rescue/zcat /rescue/zdb /rescue/zfs /rescue/zpool /sbin/ifconfig /sbin/route /usr/bin/apropos /usr/bin/ar /usr/bin/bsdcpio /usr/bin/bspatch /usr/bin/dc /usr/bin/factor /usr/bin/hxtool /usr/bin/localedef /usr/bin/makewhatis /usr/bin/mandoc /usr/bin/ntpq /usr/bin/openssl /usr/bin/ranlib /usr/bin/slogin /usr/bin/ssh /usr/bin/ssh-agent /usr/bin/svnlite /usr/bin/svnlitebench /usr/bin/svnlitemucc /usr/bin/svnliterdump /usr/bin/svnlitesync /usr/bin/whatis /usr/include/openssl/evp.h /usr/include/openssl/opensslv.h /usr/include/sys/eventhandler.h /usr/lib/libarchive.a /usr/lib/libarchive.so.6 /usr/lib/libarchive_p.a /usr/lib/libc.a /usr/lib/libc_p.a /usr/lib/libc_pic.a /usr/lib/libcrypto.a /usr/lib/libcrypto_p.a /usr/lib/libfetch.so.6 /usr/lib/libhx509.so.11 /usr/lib/libmp.so.7 /usr/lib/libprivatessh.a /usr/lib/libprivatessh.so.5 /usr/lib/libprivatessh_p.a /usr/lib/libprivateunbound.so.5 /usr/lib/libssl.a /usr/lib/libssl.so.8 /usr/lib/libssl_p.a /usr/lib/libvmmapi.a /usr/lib/libvmmapi.so.5 /usr/lib/libvmmapi_p.a /usr/lib32/libarchive.a /usr/lib32/libarchive.so.6 /usr/lib32/libarchive_p.a /usr/lib32/libc.a /usr/lib32/libc.so.7 /usr/lib32/libc_p.a /usr/lib32/libcrypto.a /usr/lib32/libcrypto.so.8 /usr/lib32/libcrypto_p.a /usr/lib32/libfetch.so.6 /usr/lib32/libhx509.so.11 /usr/lib32/libmp.so.7 /usr/lib32/libprivatessh.a /usr/lib32/libprivatessh.so.5 /usr/lib32/libprivatessh_p.a /usr/lib32/libprivateunbound.so.5 /usr/lib32/libssl.a /usr/lib32/libssl.so.8 /usr/lib32/libssl_p.a /usr/libexec/dma /usr/libexec/sendmail/sendmail /usr/libexec/telnetd /usr/libexec/ypxfr /usr/sbin/arp /usr/sbin/auditdistd /usr/sbin/bhyve /usr/sbin/bhyveload /usr/sbin/hostapd /usr/sbin/ifmcstat /usr/sbin/ndp /usr/sbin/ntp-keygen /usr/sbin/ntpd /usr/sbin/ntpdate /usr/sbin/ntpdc /usr/sbin/ntptime /usr/sbin/portsnap /usr/sbin/sntp /usr/sbin/sshd /usr/sbin/unbound /usr/sbin/unbound-anchor /usr/sbin/unbound-control /usr/sbin/wpa_supplicant /usr/sbin/yppush /usr/sbin/zdump /usr/sbin/zic /usr/share/doc/ntp/copyright.html /usr/share/doc/ntp/drivers/driver40.html /usr/share/doc/ntp/miscopt.html /usr/share/doc/ntp/ntp-keygen.html /usr/share/doc/ntp/ntp.conf.html /usr/share/doc/ntp/ntp.keys.html /usr/share/doc/ntp/ntpsnmpd.html /usr/share/locale/en_US.UTF-8/LC_CTYPE /usr/share/locale/ja_JP.SJIS/LC_CTYPE /usr/share/locale/ja_JP.eucJP/LC_CTYPE /usr/share/locale/ko_KR.eucKR/LC_CTYPE /usr/share/locale/zh_CN.GB18030/LC_CTYPE /usr/share/locale/zh_CN.GB2312/LC_CTYPE /usr/share/locale/zh_CN.GBK/LC_CTYPE /usr/share/locale/zh_CN.eucCN/LC_CTYPE /usr/share/locale/zh_TW.Big5/LC_CTYPE /usr/share/man/man1/addftinfo.1.gz /usr/share/man/man1/afmtodit.1.gz /usr/share/man/man1/eqn.1.gz /usr/share/man/man1/grn.1.gz /usr/share/man/man1/grodvi.1.gz /usr/share/man/man1/groff.1.gz /usr/share/man/man1/grog.1.gz /usr/share/man/man1/grolbp.1.gz /usr/share/man/man1/grolj4.1.gz /usr/share/man/man1/grops.1.gz /usr/share/man/man1/grotty.1.gz /usr/share/man/man1/hpftodit.1.gz /usr/share/man/man1/indxbib.1.gz /usr/share/man/man1/lkbib.1.gz /usr/share/man/man1/lookbib.1.gz /usr/share/man/man1/mmroff.1.gz /usr/share/man/man1/neqn.1.gz /usr/share/man/man1/nroff.1.gz /usr/share/man/man1/pfbtops.1.gz /usr/share/man/man1/pic.1.gz /usr/share/man/man1/refer.1.gz /usr/share/man/man1/ssh-agent.1.gz /usr/share/man/man1/tbl.1.gz /usr/share/man/man1/tfmtodit.1.gz /usr/share/man/man1/troff.1.gz /usr/share/man/man5/groff_font.5.gz /usr/share/man/man5/groff_out.5.gz /usr/share/man/man5/groff_tmac.5.gz /usr/share/man/man5/lj4_font.5.gz /usr/share/man/man5/ntp.conf.5.gz /usr/share/man/man5/ntp.keys.5.gz /usr/share/man/man5/tmac.5.gz /usr/share/man/man7/ditroff.7.gz /usr/share/man/man7/groff.7.gz /usr/share/man/man7/groff_char.7.gz /usr/share/man/man7/groff_diff.7.gz /usr/share/man/man7/groff_man.7.gz /usr/share/man/man7/groff_me.7.gz /usr/share/man/man7/groff_mm.7.gz /usr/share/man/man7/groff_mmse.7.gz /usr/share/man/man7/groff_ms.7.gz /usr/share/man/man7/groff_trace.7.gz /usr/share/man/man7/groff_www.7.gz /usr/share/man/man7/me.7.gz /usr/share/man/man7/mm.7.gz /usr/share/man/man7/mmse.7.gz /usr/share/man/man7/ms.7.gz /usr/share/man/man7/roff.7.gz /usr/share/man/man8/ntp-keygen.8.gz /usr/share/man/man8/ntpd.8.gz /usr/share/man/man8/ntpdc.8.gz /usr/share/man/man8/ntpq.8.gz /usr/share/man/man8/sntp.8.gz /usr/share/man/mandoc.db /usr/share/openssl/man/man1/CA.pl.1.gz /usr/share/openssl/man/man1/asn1parse.1.gz /usr/share/openssl/man/man1/c_rehash.1.gz /usr/share/openssl/man/man1/ca.1.gz /usr/share/openssl/man/man1/ciphers.1.gz /usr/share/openssl/man/man1/cms.1.gz /usr/share/openssl/man/man1/crl.1.gz /usr/share/openssl/man/man1/crl2pkcs7.1.gz /usr/share/openssl/man/man1/dgst.1.gz /usr/share/openssl/man/man1/dhparam.1.gz /usr/share/openssl/man/man1/dsa.1.gz /usr/share/openssl/man/man1/dsaparam.1.gz /usr/share/openssl/man/man1/dss1.1.gz /usr/share/openssl/man/man1/ec.1.gz /usr/share/openssl/man/man1/ecparam.1.gz /usr/share/openssl/man/man1/enc.1.gz /usr/share/openssl/man/man1/errstr.1.gz /usr/share/openssl/man/man1/gendsa.1.gz /usr/share/openssl/man/man1/genpkey.1.gz /usr/share/openssl/man/man1/genrsa.1.gz /usr/share/openssl/man/man1/md2.1.gz /usr/share/openssl/man/man1/md4.1.gz /usr/share/openssl/man/man1/md5.1.gz /usr/share/openssl/man/man1/mdc2.1.gz /usr/share/openssl/man/man1/nseq.1.gz /usr/share/openssl/man/man1/ocsp.1.gz /usr/share/openssl/man/man1/openssl.1.gz /usr/share/openssl/man/man1/passwd.1.gz /usr/share/openssl/man/man1/pkcs12.1.gz /usr/share/openssl/man/man1/pkcs7.1.gz /usr/share/openssl/man/man1/pkcs8.1.gz /usr/share/openssl/man/man1/pkey.1.gz /usr/share/openssl/man/man1/pkeyparam.1.gz /usr/share/openssl/man/man1/pkeyutl.1.gz /usr/share/openssl/man/man1/rand.1.gz /usr/share/openssl/man/man1/req.1.gz /usr/share/openssl/man/man1/ripemd160.1.gz /usr/share/openssl/man/man1/rsa.1.gz /usr/share/openssl/man/man1/rsautl.1.gz /usr/share/openssl/man/man1/s_client.1.gz /usr/share/openssl/man/man1/s_server.1.gz /usr/share/openssl/man/man1/s_time.1.gz /usr/share/openssl/man/man1/sess_id.1.gz /usr/share/openssl/man/man1/sha.1.gz /usr/share/openssl/man/man1/sha1.1.gz /usr/share/openssl/man/man1/sha224.1.gz /usr/share/openssl/man/man1/sha256.1.gz /usr/share/openssl/man/man1/sha384.1.gz /usr/share/openssl/man/man1/sha512.1.gz /usr/share/openssl/man/man1/smime.1.gz /usr/share/openssl/man/man1/speed.1.gz /usr/share/openssl/man/man1/spkac.1.gz /usr/share/openssl/man/man1/ts.1.gz /usr/share/openssl/man/man1/tsget.1.gz /usr/share/openssl/man/man1/verify.1.gz /usr/share/openssl/man/man1/version.1.gz /usr/share/openssl/man/man1/x509.1.gz /usr/share/openssl/man/man1/x509v3_config.1.gz [...] /usr/share/openssl/man/mandoc.db /usr/share/zoneinfo/America/Cambridge_Bay /usr/share/zoneinfo/America/Caracas /usr/share/zoneinfo/America/Cayman /usr/share/zoneinfo/America/Inuvik /usr/share/zoneinfo/America/Iqaluit /usr/share/zoneinfo/America/Los_Angeles /usr/share/zoneinfo/America/Metlakatla /usr/share/zoneinfo/America/Pangnirtung /usr/share/zoneinfo/America/Port-au-Prince /usr/share/zoneinfo/America/Rankin_Inlet /usr/share/zoneinfo/America/Resolute /usr/share/zoneinfo/America/Santiago /usr/share/zoneinfo/America/Tijuana /usr/share/zoneinfo/America/Yellowknife /usr/share/zoneinfo/Antarctica/Casey /usr/share/zoneinfo/Antarctica/Davis /usr/share/zoneinfo/Antarctica/DumontDUrville /usr/share/zoneinfo/Antarctica/Macquarie /usr/share/zoneinfo/Antarctica/Mawson /usr/share/zoneinfo/Antarctica/Palmer /usr/share/zoneinfo/Antarctica/Rothera /usr/share/zoneinfo/Antarctica/Syowa /usr/share/zoneinfo/Antarctica/Troll /usr/share/zoneinfo/Antarctica/Vostok /usr/share/zoneinfo/Asia/Almaty /usr/share/zoneinfo/Asia/Anadyr /usr/share/zoneinfo/Asia/Aqtau /usr/share/zoneinfo/Asia/Aqtobe /usr/share/zoneinfo/Asia/Ashgabat /usr/share/zoneinfo/Asia/Baku /usr/share/zoneinfo/Asia/Bishkek /usr/share/zoneinfo/Asia/Chita /usr/share/zoneinfo/Asia/Colombo /usr/share/zoneinfo/Asia/Dushanbe /usr/share/zoneinfo/Asia/Gaza /usr/share/zoneinfo/Asia/Hebron /usr/share/zoneinfo/Asia/Irkutsk /usr/share/zoneinfo/Asia/Istanbul /usr/share/zoneinfo/Asia/Kamchatka /usr/share/zoneinfo/Asia/Karachi /usr/share/zoneinfo/Asia/Khandyga /usr/share/zoneinfo/Asia/Krasnoyarsk /usr/share/zoneinfo/Asia/Magadan /usr/share/zoneinfo/Asia/Novokuznetsk /usr/share/zoneinfo/Asia/Novosibirsk /usr/share/zoneinfo/Asia/Omsk /usr/share/zoneinfo/Asia/Oral /usr/share/zoneinfo/Asia/Qyzylorda /usr/share/zoneinfo/Asia/Sakhalin /usr/share/zoneinfo/Asia/Samarkand /usr/share/zoneinfo/Asia/Srednekolymsk /usr/share/zoneinfo/Asia/Tashkent /usr/share/zoneinfo/Asia/Tbilisi /usr/share/zoneinfo/Asia/Tehran /usr/share/zoneinfo/Asia/Ust-Nera /usr/share/zoneinfo/Asia/Vladivostok /usr/share/zoneinfo/Asia/Yakutsk /usr/share/zoneinfo/Asia/Yekaterinburg /usr/share/zoneinfo/Asia/Yerevan /usr/share/zoneinfo/Etc/GMT+1 /usr/share/zoneinfo/Etc/GMT+10 /usr/share/zoneinfo/Etc/GMT+11 /usr/share/zoneinfo/Etc/GMT+12 /usr/share/zoneinfo/Etc/GMT+2 /usr/share/zoneinfo/Etc/GMT+3 /usr/share/zoneinfo/Etc/GMT+4 /usr/share/zoneinfo/Etc/GMT+5 /usr/share/zoneinfo/Etc/GMT+6 /usr/share/zoneinfo/Etc/GMT+7 /usr/share/zoneinfo/Etc/GMT+8 /usr/share/zoneinfo/Etc/GMT+9 /usr/share/zoneinfo/Etc/GMT-1 /usr/share/zoneinfo/Etc/GMT-10 /usr/share/zoneinfo/Etc/GMT-11 /usr/share/zoneinfo/Etc/GMT-12 /usr/share/zoneinfo/Etc/GMT-13 /usr/share/zoneinfo/Etc/GMT-14 /usr/share/zoneinfo/Etc/GMT-2 /usr/share/zoneinfo/Etc/GMT-3 /usr/share/zoneinfo/Etc/GMT-4 /usr/share/zoneinfo/Etc/GMT-5 /usr/share/zoneinfo/Etc/GMT-6 /usr/share/zoneinfo/Etc/GMT-7 /usr/share/zoneinfo/Etc/GMT-8 /usr/share/zoneinfo/Etc/GMT-9 /usr/share/zoneinfo/Europe/Chisinau /usr/share/zoneinfo/Europe/Istanbul /usr/share/zoneinfo/Europe/Kaliningrad /usr/share/zoneinfo/Europe/Malta /usr/share/zoneinfo/Europe/Minsk /usr/share/zoneinfo/Europe/Moscow /usr/share/zoneinfo/Europe/Rome /usr/share/zoneinfo/Europe/Samara /usr/share/zoneinfo/Europe/San_Marino /usr/share/zoneinfo/Europe/Vatican /usr/share/zoneinfo/Europe/Vilnius /usr/share/zoneinfo/Europe/Volgograd /usr/share/zoneinfo/Indian/Kerguelen /usr/share/zoneinfo/Pacific/Easter /usr/share/zoneinfo/Pacific/Tongatapu /usr/share/zoneinfo/zone.tab [...] /usr/src/sys/x86/x86/io_apic.c /usr/src/sys/xen/xen-os.h /usr/src/sys/xen/xenbus/xenbusb.c /usr/src/sys/xen/xenstore/xenstorevar.h /usr/src/usr.bin/bsdiff/bspatch/bspatch.c /usr/src/usr.bin/localedef/ctype.c /usr/src/usr.bin/localedef/parser.y /usr/src/usr.sbin/bhyve/vga.c /usr/src/usr.sbin/ntp/config.h /usr/src/usr.sbin/ntp/doc/ntp-keygen.8 /usr/src/usr.sbin/ntp/doc/ntp.conf.5 /usr/src/usr.sbin/ntp/doc/ntp.keys.5 /usr/src/usr.sbin/ntp/doc/ntpd.8 /usr/src/usr.sbin/ntp/doc/ntpdc.8 /usr/src/usr.sbin/ntp/doc/ntpq.8 /usr/src/usr.sbin/ntp/doc/sntp.8 /usr/src/usr.sbin/ntp/libntp/Makefile /usr/src/usr.sbin/ntp/scripts/mkver /usr/src/usr.sbin/portsnap/portsnap/portsnap.sh
install
root@kg-elitebook# freebsd-update install Installing updates... done.
ok.
2017-04-12: ada1p2 - graphics - output from the KMS driver, in /var/log/messages:
Apr 12 15:43:58 kg-elitebook kernel: drmn0: <Intel IvyBridge (M)> on vgapci0 Apr 12 15:43:58 kg-elitebook kernel: info: [drm] Memory usable by graphics device = 2048M Apr 12 15:43:58 kg-elitebook kernel: iicbus0: <Philips I2C bus> on iicbb0 addr 0xff Apr 12 15:43:58 kg-elitebook kernel: iic0: <I2C generic I/O> on iicbus0 Apr 12 15:43:58 kg-elitebook kernel: iic1: <I2C generic I/O> on iicbus1 Apr 12 15:43:58 kg-elitebook kernel: iicbus2: <Philips I2C bus> on iicbb1 addr 0x0 Apr 12 15:43:58 kg-elitebook kernel: iic2: <I2C generic I/O> on iicbus2 Apr 12 15:43:58 kg-elitebook kernel: iic3: <I2C generic I/O> on iicbus3 Apr 12 15:43:58 kg-elitebook kernel: iicbus4: <Philips I2C bus> on iicbb2 addr 0x0 Apr 12 15:43:58 kg-elitebook kernel: iic4: <I2C generic I/O> on iicbus4 Apr 12 15:43:58 kg-elitebook kernel: iic5: <I2C generic I/O> on iicbus5 Apr 12 15:43:58 kg-elitebook kernel: iicbus6: <Philips I2C bus> on iicbb3 addr 0x0 Apr 12 15:43:58 kg-elitebook kernel: iic6: <I2C generic I/O> on iicbus6 Apr 12 15:43:58 kg-elitebook kernel: iic7: <I2C generic I/O> on iicbus7 Apr 12 15:43:58 kg-elitebook kernel: iicbus8: <Philips I2C bus> on iicbb4 addr 0x0 Apr 12 15:43:58 kg-elitebook kernel: iic8: <I2C generic I/O> on iicbus8 Apr 12 15:43:58 kg-elitebook kernel: iic9: <I2C generic I/O> on iicbus9 Apr 12 15:43:58 kg-elitebook kernel: iicbus10: <Philips I2C bus> on iicbb5 addr 0x0 Apr 12 15:43:58 kg-elitebook kernel: iic10: <I2C generic I/O> on iicbus10 Apr 12 15:43:58 kg-elitebook kernel: iic11: <I2C generic I/O> on iicbus11 Apr 12 15:43:58 kg-elitebook kernel: info: [drm] MSI enabled 1 message(s) Apr 12 15:43:58 kg-elitebook kernel: info: [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). Apr 12 15:43:58 kg-elitebook kernel: info: [drm] Driver supports precise vblank timestamp query. Apr 12 15:43:58 kg-elitebook kernel: drmn0: taking over the fictitious range 0xc0000000-0xd0000000 Apr 12 15:43:58 kg-elitebook kernel: info: [drm] Connector LVDS-1: get mode from tunables: Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.modes.LVDS-1 Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.default_mode Apr 12 15:43:58 kg-elitebook kernel: info: [drm] Connector VGA-1: get mode from tunables: Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.modes.VGA-1 Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.default_mode Apr 12 15:43:58 kg-elitebook kernel: info: [drm] Connector HDMI-A-1: get mode from tunables: Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.modes.HDMI-A-1 Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.default_mode Apr 12 15:43:58 kg-elitebook kernel: info: [drm] Connector DP-1: get mode from tunables: Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.modes.DP-1 Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.default_mode Apr 12 15:43:58 kg-elitebook kernel: info: [drm] Connector HDMI-A-2: get mode from tunables: Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.modes.HDMI-A-2 Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.default_mode Apr 12 15:43:58 kg-elitebook kernel: info: [drm] Connector HDMI-A-3: get mode from tunables: Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.modes.HDMI-A-3 Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.default_mode Apr 12 15:43:58 kg-elitebook kernel: info: [drm] Connector DP-2: get mode from tunables: Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.modes.DP-2 Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.default_mode Apr 12 15:43:58 kg-elitebook kernel: info: [drm] Connector DP-3: get mode from tunables: Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.modes.DP-3 Apr 12 15:43:58 kg-elitebook kernel: info: [drm] - kern.vt.fb.default_mode Apr 12 15:43:58 kg-elitebook kernel: fbd0 on drmn0 Apr 12 15:43:58 kg-elitebook kernel: VT: Replacing driver "efifb" with new "fb". Apr 12 15:43:58 kg-elitebook kernel: info: [drm] Initialized i915 1.6.0 20080730 for drmn0 on minor 0
ok.
2017-04-09: ada1p2 - uefi - the ESP now looks like this:
root@kg-elitebook# ls -l /mnt/EFI/* /mnt/EFI/FreeBSD: total 128 -rwxr-xr-x 1 root wheel 131072 Apr 12 2016 BOOTx64.efi /mnt/EFI/boot: total 136 -rwxr-xr-x 1 root wheel 131072 Apr 12 2016 BOOTX64.EFI -rwxr-xr-x 1 root wheel 12 Apr 12 2016 STARTUP.NSH /mnt/EFI/debian: total 144 -rwxr-xr-x 1 root wheel 143360 Apr 2 22:26 grubx64.efi /mnt/EFI/refind: total 288 drwxr-xr-x 1 root wheel 8192 Apr 9 01:17 drivers_x64 drwxr-xr-x 1 root wheel 8192 Apr 9 01:17 icons drwxr-xr-x 1 root wheel 8192 Apr 9 01:17 keys -rwxr-xr-x 1 root wheel 26425 Apr 9 01:17 refind.conf -rwxr-xr-x 1 root wheel 230856 Apr 9 01:17 refind_x64.efi /mnt/EFI/tools: total 0
ok.
2017-04-09: ada1p2 - I load the i915kms module to get a readable console. From /etc/rc.conf:
# load the i915 kms module kld_list="i915kms"
It is loaded after local disks have loaded. I tried loading the module from /boot/loader.conf (in hope that it would load earlier, but that didn't help).
I added gop set 3
to /boot/loader.rc.local, and that gives me a readable console until i915kms kicks in.
root@kg-elitebook# more /boot/loader.rc.local gop set 3
good.
2017-04-08: ada1p2 - boot - modify the (U)EFI partition for multiboot. It isn't mounted by default:
root@kg-elitebook# df -h Filesystem Size Used Avail Capacity Mounted on /dev/ada1p2 58G 1.8G 52G 3% / devfs 1.0K 1.0K 0B 100% /dev
find it
root@kg-elitebook# gpart show -p ada1 => 40 976773088 ada1 GPT (466G) 40 409600 ada1p1 efi (200M) 409640 125829120 ada1p2 freebsd-ufs (60G) 126238760 8388608 ada1p3 freebsd-swap (4.0G) 134627368 2008 - free - (1.0M) 134629376 103514112 ada1p4 linux-lvm (49G) 238143488 738629640 - free - (352G)
it is ada1p1. mount it
root@kg-elitebook# mount -t msdosfs -o longnames /dev/ada1p1 /mnt
how big is it?
root@kg-elitebook# df -h /mnt Filesystem Size Used Avail Capacity Mounted on /dev/ada1p1 767K 274K 493K 36% /mnt
ok, it is the wrong size. Need to re-create the filesystem on it
check out the contents
root@kg-elitebook# ls -l /mnt/* -rwxr-xr-x 1 root wheel 34 Feb 4 2016 /mnt/mach_kernel /mnt/EFI: total 2 drwxr-xr-x 1 root wheel 512 Apr 12 2016 BOOT drwxr-xr-x 1 root wheel 512 Apr 2 22:26 debian drwxr-xr-x 1 root wheel 512 Apr 1 19:36 fedora /mnt/System: total 1 drwxr-xr-x 1 root wheel 512 Apr 1 19:36 Library
Hmm, the System directory and the mach_kernel looks like a thing for Apple machines, I don't need that. But contents of the EFI directory and subdirectories might be important.
root@kg-elitebook# ls -l /mnt/EFI/* /mnt/EFI/BOOT: total 129 -rwxr-xr-x 1 root wheel 131072 Apr 12 2016 BOOTX64.EFI -rwxr-xr-x 1 root wheel 12 Apr 12 2016 STARTUP.NSH /mnt/EFI/debian: total 140 -rwxr-xr-x 1 root wheel 143360 Apr 2 22:26 grubx64.efi /mnt/EFI/fedora: total 1 drwxr-xr-x 1 root wheel 512 Apr 1 19:36 fonts
the fedora subdirectory looks incomplete, skip it.
Create a backup of important files
root@kg-elitebook# mkdir ~/store root@kg-elitebook# cp -pv /mnt/EFI/debian/grubx64.efi ~/store/ /mnt/EFI/debian/grubx64.efi -> /root/store/grubx64.efi root@kg-elitebook# cp -pv /mnt/EFI/BOOT/* ~/store/ /mnt/EFI/BOOT/BOOTX64.EFI -> /root/store/BOOTX64.EFI /mnt/EFI/BOOT/STARTUP.NSH -> /root/store/STARTUP.NSH
ok. unmount
root@kg-elitebook# umount /mnt
create a new filesystem
root@kg-elitebook# newfs_msdos -F 16 -m 0xf8 /dev/ada1p1 newfs_msdos: trim 37 sectors to adjust to a multiple of 63 /dev/ada1p1: 409328 sectors in 25583 FAT16 clusters (8192 bytes/cluster) BytesPerSec=512 SecPerClust=16 ResSectors=1 FATs=2 RootDirEnts=512 Media=0xf8 FATsecs=100 SecPerTrack=63 Heads=16 HiddenSecs=0 HugeSectors=409563
mount it
root@kg-elitebook# mount -t msdosfs -o longnames /dev/ada1p1 /mnt
create directories
root@kg-elitebook# mkdir -p /mnt/EFI/FreeBSD root@kg-elitebook# mkdir -p /mnt/EFI/debian root@kg-elitebook# mkdir -p /mnt/EFI/boot
copy back files
root@kg-elitebook# cp -pv ~/store/grubx64.efi /mnt/EFI/debian/ /root/store/grubx64.efi -> /mnt/EFI/debian/grubx64.efi root@kg-elitebook# cp -pv ~/store/BOOTX64.EFI /mnt/EFI/boot/ /root/store/BOOTX64.EFI -> /mnt/EFI/boot/BOOTX64.EFI root@kg-elitebook# cp -pv ~/store/STARTUP.NSH /mnt/EFI/boot/ /root/store/STARTUP.NSH -> /mnt/EFI/boot/STARTUP.NSH root@kg-elitebook# cp -pv ~/store/BOOTX64.EFI /mnt/EFI/FreeBSD/BOOTx64.efi /root/store/BOOTX64.EFI -> /mnt/EFI/FreeBSD/BOOTx64.efi
ok. Looks like this now:
root@kg-elitebook# ls -l /mnt/EFI/* /mnt/EFI/FreeBSD: total 128 -rwxr-xr-x 1 root wheel 131072 Apr 12 2016 BOOTx64.efi /mnt/EFI/boot: total 136 -rwxr-xr-x 1 root wheel 131072 Apr 12 2016 BOOTX64.EFI -rwxr-xr-x 1 root wheel 12 Apr 12 2016 STARTUP.NSH /mnt/EFI/debian: total 144 -rwxr-xr-x 1 root wheel 143360 Apr 2 22:26 grubx64.efi
and uses all the space:
root@kg-elitebook# df -h /mnt Filesystem Size Used Avail Capacity Mounted on /dev/ada1p1 200M 456K 199M 0% /mnt
let me see if it works now.
2017-04-01: ada1p2 - I installed FreeBSD 11.0-release from a usb stick onto the SSD (which shows uop as ada1, the hard drive shows up as ada0). dmesg output: normal, verbose. Things works, including wireless etc. Nice.
tingo@kg-elitebook$ uname -a FreeBSD kg-elitebook.kg4.no 11.0-RELEASE FreeBSD 11.0-RELEASE #0 r306211: Thu Sep 22 21:43:30 UTC 2016 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 tingo@kg-elitebook$ freebsd-version -ku 11.0-RELEASE 11.0-RELEASE
disk layout:
root@kg-elitebook# gpart show -p ada1 => 40 976773088 ada1 GPT (466G) 40 409600 ada1p1 efi (200M) 409640 125829120 ada1p2 freebsd-ufs (60G) 126238760 8388608 ada1p3 freebsd-swap (4.0G) 134627368 842145760 - free - (402G)
disk usage:
root@kg-elitebook# swapinfo -h;df -h Device 1K-blocks Used Avail Capacity /dev/ada1p3 4194304 0B 4.0G 0% Filesystem Size Used Avail Capacity Mounted on /dev/ada1p2 58G 1.8G 52G 3% / devfs 1.0K 1.0K 0B 100% /dev
contents of rc.conf:
tingo@kg-elitebook$ more /etc/rc.conf hostname="kg-elitebook.kg4.no" keymap="norwegian.iso.kbd" wlans_iwn0="wlan0" ifconfig_wlan0="WPA DHCP" create_args_wlan0="country NO" sshd_enable="YES" moused_enable="YES" ntpd_enable="YES" # Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable dumpdev="AUTO"
ok.