Toshiba Satellite Z30-B-10W - Fedora - 2015 archive

back to main Fedora page for this machine.

2015 archive.

2015-12-28: sda5 - F23 - icons were a bit generic, but rEFInd booted F23 without problems.

2015-12-28: sda5 - F23 - get rEFInd:

[tingo@localhost ~]$ mkdir ~/dl
[tingo@localhost ~]$ cd dl
[tingo@localhost dl]$ wget http://sourceforge.net/projects/refind/files/0.10.1/refind-0.10.1-1.x86_64.rpm/download
--2015-12-28 16:46:15--  http://sourceforge.net/projects/refind/files/0.10.1/refind-0.10.1-1.x86_64.rpm/download
Resolving sourceforge.net (sourceforge.net)... 216.34.181.60
Connecting to sourceforge.net (sourceforge.net)|216.34.181.60|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://downloads.sourceforge.net/project/refind/0.10.1/refind-0.10.1-1.x86_64.rpm?r=&ts=1451317577&use_mirror=netassist [following]
--2015-12-28 16:46:17--  http://downloads.sourceforge.net/project/refind/0.10.1/refind-0.10.1-1.x86_64.rpm?r=&ts=1451317577&use_mirror=netassist
Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 216.34.181.59
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.34.181.59|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://netassist.dl.sourceforge.net/project/refind/0.10.1/refind-0.10.1-1.x86_64.rpm [following]
--2015-12-28 16:46:18--  http://netassist.dl.sourceforge.net/project/refind/0.10.1/refind-0.10.1-1.x86_64.rpm
Resolving netassist.dl.sourceforge.net (netassist.dl.sourceforge.net)... 62.205.134.42, 2a01:d0:0:37::2
Connecting to netassist.dl.sourceforge.net (netassist.dl.sourceforge.net)|62.205.134.42|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2519643 (2.4M) [application/octet-stream]
Saving to: ‘download’

download                      100%[==============================================>]   2.40M   346KB/s    in 7.1s    

2015-12-28 16:46:27 (346 KB/s) - ‘download’ saved [2519643/2519643]

must be renamed.

[tingo@localhost dl]$ mv download refind-0.10.1-1.x86_64.rpm

install it

[tingo@localhost ~]$ sudo dnf install ~/dl/refind-0.10.1-1.x86_64.rpm
Last metadata expiration check performed 2:29:52 ago on Mon Dec 28 14:18:40 2015.
Dependencies resolved.
=====================================================================================================================
 Package                  Arch                     Version                      Repository                      Size
=====================================================================================================================
Installing:
 refind                   x86_64                   0.10.1-1                     @commandline                   2.4 M

Transaction Summary
=====================================================================================================================
Install  1 Package

Total size: 2.4 M
Installed size: 3.3 M
Is this ok [y/N]: y
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Installing  : refind-0.10.1-1.x86_64                                                                           1/1 
ShimSource is none
Installing rEFInd on Linux....
ESP was found at /boot/efi using vfat
Installing driver for ext4 (ext4_x64.efi)
Copied rEFInd binary files

Copying sample configuration file as refind.conf; edit this file to configure
rEFInd.

Installing it!
rEFInd has been set as the default boot manager.
Creating //boot/refind_linux.conf; edit it to adjust kernel options.

Installation has completed successfully.

  Verifying   : refind-0.10.1-1.x86_64                                                                           1/1 

Installed:
  refind.x86_64 0.10.1-1                                                                                             

Complete!

Check a few things:

[tingo@localhost ~]$ ll /boot/refind*
-rw-r--r--. 1 root root 343 Dec 28 16:48 /boot/refind_linux.conf
[tingo@localhost ~]$ sudo ls -la /boot/efi/EFI
total 64
drwx------. 7 root root  8192 Dec 28 16:48 .
drwx------. 4 root root 16384 Jan  1  1970 ..
drwx------. 2 root root  8192 Oct 29 17:26 boot
drwx------. 3 root root  8192 Dec 26 20:27 fedora
drwx------. 2 root root  8192 Dec 26 19:10 FreeBSD
drwx------. 5 root root  8192 Dec 28 16:48 refind
drwx------. 2 root root  8192 Dec 28 16:48 tools
[tingo@localhost ~]$ sudo ls -la /boot/efi/EFI/boot
total 1352
drwx------. 2 root root    8192 Oct 29 17:26 .
drwx------. 7 root root    8192 Dec 28 16:48 ..
-rwx------. 1 root root 1293304 Feb 17  2015 BOOTx64.efi
-rwx------. 1 root root   66104 Feb 17  2015 fallback.efi
[tingo@localhost ~]$ sudo ls -la /boot/efi/EFI/tools
total 16
drwx------. 2 root root 8192 Dec 28 16:48 .
drwx------. 7 root root 8192 Dec 28 16:48 ..
[tingo@localhost ~]$ sudo ls -la /boot/efi/EFI/refind
total 296
drwx------. 5 root root   8192 Dec 28 16:48 .
drwx------. 7 root root   8192 Dec 28 16:48 ..
drwx------. 2 root root   8192 Dec 28 16:48 drivers_x64
drwx------. 3 root root   8192 Dec 28 16:48 icons
drwx------. 2 root root   8192 Dec 28 16:48 keys
-rwx------. 1 root root  24835 Dec 28 16:48 refind.conf
-rwx------. 1 root root 222376 Dec 28 16:48 refind_x64.efi

ok. Now, test if it works.

2015-12-27: sda5 - F23 - enable sshd:

[tingo@localhost ~]$ systemctl start sshd.service
[tingo@localhost ~]$ systemctl status sshd.service
● sshd.service - OpenSSH server daemon
   Loaded: loaded (/usr/lib/systemd/system/sshd.service; disabled; vendor preset: enabled)
   Active: active (running) since Sun 2015-12-27 00:56:00 CET; 1min 13s ago
     Docs: man:sshd(8)
           man:sshd_config(5)
 Main PID: 770 (sshd)
   CGroup: /system.slice/sshd.service
           └─770 /usr/sbin/sshd -D

Dec 27 00:56:00 localhost.localdomain systemd[1]: Started OpenSSH server daemon.
Dec 27 00:56:00 localhost.localdomain systemd[1]: Starting OpenSSH server daemon...
Dec 27 00:56:00 localhost.localdomain sshd[770]: Server listening on 0.0.0.0 port 22.
Dec 27 00:56:00 localhost.localdomain sshd[770]: Server listening on :: port 22.

enable it, so it starts on bootup:

[tingo@localhost ~]$ systemctl enable sshd.service
Created symlink from /etc/systemd/system/multi-user.target.wants/sshd.service to /usr/lib/systemd/system/sshd.service.

ok.

2015-12-26: sda5 - F23 - I installed lm_sensors and inxi.

[tingo@localhost work]$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +16.0°C  (crit = +107.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +36.0°C  (high = +105.0°C, crit = +105.0°C)
Core 0:         +34.0°C  (high = +105.0°C, crit = +105.0°C)
Core 1:         +35.0°C  (high = +105.0°C, crit = +105.0°C)

inxi output:

[tingo@localhost ~]$ inxi -c 0 -F
System:    Host: localhost.localdomain Kernel: 4.2.3-300.fc23.x86_64 x86_64 (64 bit) Desktop: Xfce 4.12.3
           Distro: Fedora release 23 (Twenty Three)
Machine:   System: TOSHIBA product: SATELLITE Z30-B v: PT258E-007015N5
           Mobo: TOSHIBA model: SATELLITE Z30-B v: Version A0 Bios: TOSHIBA v: Version 3.20 date: 04/09/2015
CPU:       Dual core Intel Core i5-5200U (-HT-MCP-) cache: 3072 KB 
           clock speeds: max: 2700 MHz 1: 2200 MHz 2: 2588 MHz 3: 2290 MHz 4: 2268 MHz
Graphics:  Card: Intel Broadwell-U Integrated Graphics
           Display Server: Fedora X.org 117999.1 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1920x1080@59.93hz
           GLX Renderer: Mesa DRI Intel HD Graphics 5500 (Broadwell GT2)
           GLX Version: 3.0 Mesa 11.0.6 (git-2555e00)
Audio:     Card-1 Intel Wildcat Point-LP High Definition Audio Controller driver: snd_hda_intel
           Card-2 Intel Broadwell-U Audio Controller driver: snd_hda_intel
           Sound: Advanced Linux Sound Architecture v: k4.2.3-300.fc23.x86_64
Network:   Card-1: Intel Ethernet Connection (3) I218-V driver: e1000e
           IF: enp0s25 state: down mac: b8:6b:23:44:6c:ba
           Card-2: Intel Wireless 3160 driver: iwlwifi
           IF: wlp2s0 state: up mac: e4:f8:9c:50:6f:2c
Drives:    HDD Total Size: 250.1GB (4.7% used) ID-1: /dev/sda model: Samsung_SSD_850 size: 250.1GB
Partition: ID-1: / size: 59G used: 3.4G (7%) fs: ext4 dev: /dev/dm-0
           ID-2: /boot size: 477M used: 123M (28%) fs: ext4 dev: /dev/sda4
           ID-3: swap-1 size: 8.39GB used: 0.00GB (0%) fs: swap dev: /dev/dm-1
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 37.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 173 Uptime: 2:40 Memory: 1153.7/15957.7MB Client: Shell (bash) inxi: 2.2.31

ok. Memory info:

[tingo@localhost ~]$ sudo inxi -c 0 -m
Memory:    Array-1 capacity: 16 GB devices: 2 EC: None
           Device-1: DIMM0 size: 8 GB speed: 1600 MHz type: DDR3
           Device-2: DIMM2 size: 8 GB speed: 1600 MHz type: DDR3

ok

2015-12-26: sda5 - F23 - install vlc:

[tingo@localhost work]$ sudo dnf install vlc
[sudo] password for tingo: 
google-chrome                                                                                                   48 kB/s | 3.6 kB     00:00    
Last metadata expiration check performed 0:00:00 ago on Sat Dec 26 20:53:02 2015.
Dependencies resolved.
===============================================================================================================================================
 Package                     Arch              Version                                         Repository                                 Size
===============================================================================================================================================
Installing:
 SDL                         x86_64            1.2.15-20.fc23                                  updates                                   213 k
 SDL_image                   x86_64            1.2.12-12.fc23                                  fedora                                     46 k
 aalib-libs                  x86_64            1.4.0-0.27.rc5.fc23                             fedora                                     70 k
 freeglut                    x86_64            3.0.0-2.fc23                                    fedora                                    186 k
 freerdp-libs                x86_64            2:1.2.0-0.9.git.24a752a.fc23                    fedora                                    721 k
 ftgl                        x86_64            2.1.3-0.13.rc5.fc23                             fedora                                    112 k
 game-music-emu              x86_64            0.6.0-7.fc23                                    fedora                                    156 k
 gpm-libs                    x86_64            1.20.7-7.fc23                                   fedora                                     36 k
 kde-filesystem              x86_64            4-52.fc23                                       fedora                                     54 k
 libGLEW                     x86_64            1.10.0-6.fc23                                   fedora                                    108 k
 libcaca                     x86_64            0.99-0.25.beta18.fc23                           fedora                                    222 k
 libchromaprint              x86_64            1.2-3.fc23                                      fedora                                     52 k
 libdc1394                   x86_64            2.2.2-4.fc23                                    fedora                                    123 k
 libdvbpsi                   x86_64            1.3.0-1.fc23                                    rpmfusion-free-updates-testing            101 k
 libkate                     x86_64            0.4.1-6.fc23                                    fedora                                     56 k
 libmodplug                  x86_64            1:0.8.8.5-6.fc23                                fedora                                    168 k
 libprojectM                 x86_64            2.0.1-26.fc23                                   fedora                                    479 k
 libtiger                    x86_64            0.3.4-10.fc23                                   fedora                                     42 k
 libupnp                     x86_64            1.6.19-4.fc23                                   fedora                                    106 k
 libvncserver                x86_64            0.9.10-0.7.20140718git9453be42.fc23             fedora                                    238 k
 libwinpr                    x86_64            2:1.2.0-0.9.git.24a752a.fc23                    fedora                                    262 k
 lirc-libs                   x86_64            0.9.3a-2.fc23                                   updates                                   109 k
 live555                     x86_64            2015.10.12-1.fc23                               rpmfusion-free-updates-testing            360 k
 minizip                     x86_64            1.2.8-9.fc23                                    fedora                                     38 k
 vlc                         x86_64            2.2.2-0.1.fc23                                  rpmfusion-free-updates-testing            1.5 M
 vlc-core                    x86_64            2.2.2-0.1.fc23                                  rpmfusion-free-updates-testing            8.6 M
 xcb-util-keysyms            x86_64            0.4.0-2.fc23                                    fedora                                     14 k
 zvbi                        x86_64            0.2.33-19.fc23                                  fedora                                    397 k

Transaction Summary
===============================================================================================================================================
Install  28 Packages

Total download size: 14 M
Installed size: 59 M
Is this ok [y/N]: y
[...]
Installed:
  SDL.x86_64 1.2.15-20.fc23            SDL_image.x86_64 1.2.12-12.fc23                           aalib-libs.x86_64 1.4.0-0.27.rc5.fc23         
  freeglut.x86_64 3.0.0-2.fc23         freerdp-libs.x86_64 2:1.2.0-0.9.git.24a752a.fc23          ftgl.x86_64 2.1.3-0.13.rc5.fc23               
  game-music-emu.x86_64 0.6.0-7.fc23   gpm-libs.x86_64 1.20.7-7.fc23                             kde-filesystem.x86_64 4-52.fc23               
  libGLEW.x86_64 1.10.0-6.fc23         libcaca.x86_64 0.99-0.25.beta18.fc23                      libchromaprint.x86_64 1.2-3.fc23              
  libdc1394.x86_64 2.2.2-4.fc23        libdvbpsi.x86_64 1.3.0-1.fc23                             libkate.x86_64 0.4.1-6.fc23                   
  libmodplug.x86_64 1:0.8.8.5-6.fc23   libprojectM.x86_64 2.0.1-26.fc23                          libtiger.x86_64 0.3.4-10.fc23                 
  libupnp.x86_64 1.6.19-4.fc23         libvncserver.x86_64 0.9.10-0.7.20140718git9453be42.fc23   libwinpr.x86_64 2:1.2.0-0.9.git.24a752a.fc23  
  lirc-libs.x86_64 0.9.3a-2.fc23       live555.x86_64 2015.10.12-1.fc23                          minizip.x86_64 1.2.8-9.fc23                   
  vlc.x86_64 2.2.2-0.1.fc23            vlc-core.x86_64 2.2.2-0.1.fc23                            xcb-util-keysyms.x86_64 0.4.0-2.fc23          
  zvbi.x86_64 0.2.33-19.fc23          

Complete!

ok.

2015-12-26: sda5 - F23 - fedy, install multimedia codecs, libdvdcss, Google Chrome.

2015-12-26: sda5 - F23 - install fedy:

[tingo@localhost ~]$ mkdir work
[tingo@localhost ~]$ cd work
[tingo@localhost work]$ sudo sh -c "curl http://folkswithhats.org/fedy-installer -o fedy-installer && chmod +x fedy-installer && ./fedy-installer"
[sudo] password for tingo: 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   923  100   923    0     0  12015      0 --:--:-- --:--:-- --:--:-- 12144
Adding repositories...
Last metadata expiration check performed 0:46:22 ago on Sat Dec 26 19:53:35 2015.
Dependencies resolved.
===============================================================================================================================================
 Package                                   Arch                       Version                           Repository                        Size
===============================================================================================================================================
Installing:
 folkswithhats-release                     noarch                     1.0.1-1.fc23                      @commandline                     6.5 k

Transaction Summary
===============================================================================================================================================
Install  1 Package

Total size: 6.5 k
Installed size: 154  
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Installing  : folkswithhats-release-1.0.1-1.fc23.noarch                                                                                  1/1 
  Verifying   : folkswithhats-release-1.0.1-1.fc23.noarch                                                                                  1/1 

Installed:
  folkswithhats-release.noarch 1.0.1-1.fc23                                                                                                    

Complete!
Repository for Fedy                                                                                             37 kB/s | 4.4 kB     00:00    
Last metadata expiration check performed 0:00:00 ago on Sat Dec 26 20:40:00 2015.
Dependencies resolved.
===============================================================================================================================================
 Package                                     Arch                        Version                       Repository                         Size
===============================================================================================================================================
Installing:
 rpmfusion-free-release                      noarch                      23-0.1                        @commandline                       19 k

Transaction Summary
===============================================================================================================================================
Install  1 Package

Total size: 19 k
Installed size: 9.7 k
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Installing  : rpmfusion-free-release-23-0.1.noarch                                                                                       1/1 
  Verifying   : rpmfusion-free-release-23-0.1.noarch                                                                                       1/1 

Installed:
  rpmfusion-free-release.noarch 23-0.1                                                                                                         

Complete!
RPM Fusion for Fedora 23 - Free                                                                                2.9 MB/s | 738 kB     00:00    
RPM Fusion for Fedora 23 - Free - Test Updates                                                                 1.1 MB/s | 318 kB     00:00    
Last metadata expiration check performed 0:00:00 ago on Sat Dec 26 20:40:10 2015.
Dependencies resolved.
===============================================================================================================================================
 Package                                       Arch                       Version                       Repository                        Size
===============================================================================================================================================
Installing:
 rpmfusion-nonfree-release                     noarch                     23-0.1                        @commandline                      19 k

Transaction Summary
===============================================================================================================================================
Install  1 Package

Total size: 19 k
Installed size: 9.9 k
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Installing  : rpmfusion-nonfree-release-23-0.1.noarch                                                                                    1/1 
  Verifying   : rpmfusion-nonfree-release-23-0.1.noarch                                                                                    1/1 

Installed:
  rpmfusion-nonfree-release.noarch 23-0.1                                                                                                      

Complete!
Installing fedy...
RPM Fusion for Fedora 23 - Nonfree                                                                             1.5 MB/s | 218 kB     00:00    
RPM Fusion for Fedora 23 - Nonfree - Test Updates                                                              820 kB/s |  62 kB     00:00    
Last metadata expiration check performed 0:00:00 ago on Sat Dec 26 20:40:14 2015.
Dependencies resolved.
===============================================================================================================================================
 Package                            Arch                         Version                             Repository                           Size
===============================================================================================================================================
Installing:
 fedy                               noarch                       4.0.9-1.fc23                        folkswithhats                       6.9 k
 fedy-core                          noarch                       4.0.9-1.fc23                        folkswithhats                        33 k
 fedy-plugins                       noarch                       4.0.9-1.fc23                        folkswithhats                        26 k
 gjs                                x86_64                       1.43.3-3.fc23                       fedora                              240 k
 mozjs24                            x86_64                       24.2.0-7.fc23                       updates                             1.8 M

Transaction Summary
===============================================================================================================================================
Install  5 Packages

Total download size: 2.1 M
Installed size: 6.5 M
Downloading Packages:
(1/5): fedy-4.0.9-1.fc23.noarch.rpm                                                                             57 kB/s | 6.9 kB     00:00    
(2/5): fedy-plugins-4.0.9-1.fc23.noarch.rpm                                                                    184 kB/s |  26 kB     00:00    
(3/5): fedy-core-4.0.9-1.fc23.noarch.rpm                                                                       190 kB/s |  33 kB     00:00    
(4/5): gjs-1.43.3-3.fc23.x86_64.rpm                                                                            817 kB/s | 240 kB     00:00    
(5/5): mozjs24-24.2.0-7.fc23.x86_64.rpm                                                                        3.4 MB/s | 1.8 MB     00:00    
-----------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                          607 kB/s | 2.1 MB     00:03     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Installing  : mozjs24-24.2.0-7.fc23.x86_64                                                                                               1/5 
  Installing  : gjs-1.43.3-3.fc23.x86_64                                                                                                   2/5 
  Installing  : fedy-core-4.0.9-1.fc23.noarch                                                                                              3/5 
  Installing  : fedy-plugins-4.0.9-1.fc23.noarch                                                                                           4/5 
  Installing  : fedy-4.0.9-1.fc23.noarch                                                                                                   5/5 
  Verifying   : fedy-4.0.9-1.fc23.noarch                                                                                                   1/5 
  Verifying   : fedy-core-4.0.9-1.fc23.noarch                                                                                              2/5 
  Verifying   : fedy-plugins-4.0.9-1.fc23.noarch                                                                                           3/5 
  Verifying   : gjs-1.43.3-3.fc23.x86_64                                                                                                   4/5 
  Verifying   : mozjs24-24.2.0-7.fc23.x86_64                                                                                               5/5 

Installed:
  fedy.noarch 4.0.9-1.fc23           fedy-core.noarch 4.0.9-1.fc23       fedy-plugins.noarch 4.0.9-1.fc23       gjs.x86_64 1.43.3-3.fc23      
  mozjs24.x86_64 24.2.0-7.fc23      

Complete!

ok.

2015-12-26: sda5 - F23 - run dnf update:

[tingo@localhost ~]$ sudo dnf update
Last metadata expiration check performed 0:29:24 ago on Sat Dec 26 19:53:35 2015.
Dependencies resolved.
===============================================================================================================================================
 Package                                      Arch                 Version                                         Repository             Size
===============================================================================================================================================
Installing:
 kernel                                       x86_64               4.2.8-300.fc23                                  updates                49 k
 kernel-core                                  x86_64               4.2.8-300.fc23                                  updates                20 M
 kernel-modules                               x86_64               4.2.8-300.fc23                                  updates                18 M
 kernel-modules-extra                         x86_64               4.2.8-300.fc23                                  updates               2.2 M
 python-ptyprocess                            noarch               0.5-2.fc23                                      fedora                 28 k
 python2-blockdev                             x86_64               1.3-4.fc23                                      updates                37 k
 python2-pexpect                              noarch               4.0.1-4.fc23                                    updates               131 k
     replacing  python-pexpect.noarch 3.1-4.fc23
 python3-blockdev                             x86_64               1.3-4.fc23                                      updates                37 k
Upgrading:
 GeoIP-GeoLite-data                           noarch               2015.12-1.fc23                                  updates               367 k
 NetworkManager                               x86_64               1:1.0.6-8.fc23                                  updates               2.0 M
 NetworkManager-adsl                          x86_64               1:1.0.6-8.fc23                                  updates               113 k
 NetworkManager-bluetooth                     x86_64               1:1.0.6-8.fc23                                  updates               136 k
 NetworkManager-glib                          x86_64               1:1.0.6-8.fc23                                  updates               369 k
 NetworkManager-libnm                         x86_64               1:1.0.6-8.fc23                                  updates               481 k
 NetworkManager-team                          x86_64               1:1.0.6-8.fc23                                  updates               115 k
 NetworkManager-wifi                          x86_64               1:1.0.6-8.fc23                                  updates               143 k
 NetworkManager-wwan                          x86_64               1:1.0.6-8.fc23                                  updates               136 k
 abrt                                         x86_64               2.7.1-1.fc23                                    updates               520 k
 abrt-addon-ccpp                              x86_64               2.7.1-1.fc23                                    updates               192 k
 abrt-addon-coredump-helper                   x86_64               2.7.1-1.fc23                                    updates               108 k
 abrt-addon-kerneloops                        x86_64               2.7.1-1.fc23                                    updates               125 k
 abrt-addon-pstoreoops                        x86_64               2.7.1-1.fc23                                    updates               103 k
 abrt-addon-python3                           x86_64               2.7.1-1.fc23                                    updates               102 k
 abrt-addon-vmcore                            x86_64               2.7.1-1.fc23                                    updates               113 k
 abrt-addon-xorg                              x86_64               2.7.1-1.fc23                                    updates               115 k
 abrt-cli                                     x86_64               2.7.1-1.fc23                                    updates                94 k
 abrt-dbus                                    x86_64               2.7.1-1.fc23                                    updates               128 k
 abrt-desktop                                 x86_64               2.7.1-1.fc23                                    updates                94 k
 abrt-gui                                     x86_64               2.7.1-1.fc23                                    updates               191 k
 abrt-gui-libs                                x86_64               2.7.1-1.fc23                                    updates               104 k
 abrt-libs                                    x86_64               2.7.1-1.fc23                                    updates               121 k
 abrt-plugin-bodhi                            x86_64               2.7.1-1.fc23                                    updates               107 k
 abrt-python3                                 x86_64               2.7.1-1.fc23                                    updates               118 k
 abrt-retrace-client                          x86_64               2.7.1-1.fc23                                    updates               130 k
 abrt-tui                                     x86_64               2.7.1-1.fc23                                    updates               106 k
 adobe-source-han-sans-tw-fonts               noarch               1.004-2.fc23                                    updates                29 M
 asunder                                      x86_64               2.8-1.fc23                                      updates               172 k
 at-spi2-core                                 x86_64               2.18.3-1.fc23                                   updates               163 k
 audit                                        x86_64               2.4.5-1.fc23                                    updates               243 k
 audit-libs                                   x86_64               2.4.5-1.fc23                                    updates                95 k
 bind-libs                                    x86_64               32:9.10.3-7.P2.fc23                             updates               151 k
 bind-libs-lite                               x86_64               32:9.10.3-7.P2.fc23                             updates               1.0 M
 bind-license                                 noarch               32:9.10.3-7.P2.fc23                             updates                88 k
 bind-utils                                   x86_64               32:9.10.3-7.P2.fc23                             updates               407 k
 bind99-libs                                  x86_64               9.9.8-1.P2.fc23                                 updates               655 k
 bind99-license                               noarch               9.9.8-1.P2.fc23                                 updates                12 k
 bluez                                        x86_64               5.36-1.fc23                                     updates               1.2 M
 bluez-cups                                   x86_64               5.36-1.fc23                                     updates                84 k
 bluez-libs                                   x86_64               5.36-1.fc23                                     updates                81 k
 bzip2                                        x86_64               1.0.6-19.fc23                                   updates                58 k
 bzip2-libs                                   x86_64               1.0.6-19.fc23                                   updates                45 k
 ca-certificates                              noarch               2015.2.6-1.0.fc23                               updates               432 k
 catfish                                      noarch               1.3.3-1.fc23                                    updates               127 k
 chkconfig                                    x86_64               1.7-1.fc23                                      updates               179 k
 compat-gnutls28                              x86_64               3.3.18-2.fc23                                   updates               468 k
 crda                                         x86_64               3.18_2015.10.22-1.fc23                          updates                43 k
 createrepo_c                                 x86_64               0.9.1-1.fc23                                    updates                75 k
 createrepo_c-libs                            x86_64               0.9.1-1.fc23                                    updates                94 k
 crypto-policies                              noarch               20151104-1.gitf1cba5f.fc23                      updates                30 k
 cups                                         x86_64               1:2.1.2-1.fc23                                  updates               1.3 M
 cups-client                                  x86_64               1:2.1.2-1.fc23                                  updates               155 k
 cups-filesystem                              noarch               1:2.1.2-1.fc23                                  updates               101 k
 cups-filters                                 x86_64               1.4.0-1.fc23                                    updates               669 k
 cups-filters-libs                            x86_64               1.4.0-1.fc23                                    updates               109 k
 cups-libs                                    x86_64               1:2.1.2-1.fc23                                  updates               396 k
 dbus                                         x86_64               1:1.10.6-1.fc23                                 updates               244 k
 dbus-libs                                    x86_64               1:1.10.6-1.fc23                                 updates               173 k
 dbus-python                                  x86_64               1.2.0-12.fc23                                   updates               129 k
 dbus-x11                                     x86_64               1:1.10.6-1.fc23                                 updates                53 k
 deltarpm                                     x86_64               3.6-13.fc23                                     updates                88 k
 device-mapper                                x86_64               1.02.109-2.fc23                                 updates               292 k
 device-mapper-event                          x86_64               1.02.109-2.fc23                                 updates               206 k
 device-mapper-event-libs                     x86_64               1.02.109-2.fc23                                 updates               209 k
 device-mapper-libs                           x86_64               1.02.109-2.fc23                                 updates               346 k
 dhcp-client                                  x86_64               12:4.3.3-7.fc23                                 updates               300 k
 dhcp-common                                  noarch               12:4.3.3-7.fc23                                 updates               194 k
 dhcp-libs                                    x86_64               12:4.3.3-7.fc23                                 updates               138 k
 dnf                                          noarch               1.1.5-1.fc23                                    updates               267 k
 dnf-conf                                     noarch               1.1.5-1.fc23                                    updates                91 k
 dnf-plugins-core                             noarch               0.1.15-1.fc23                                   updates                36 k
 dnf-yum                                      noarch               1.1.5-1.fc23                                    updates                84 k
 dnsmasq                                      x86_64               2.75-2.fc23                                     updates               293 k
 dracut                                       x86_64               043-61.git20151120.fc23                         updates               324 k
 dracut-config-rescue                         x86_64               043-61.git20151120.fc23                         updates                45 k
 dracut-live                                  x86_64               043-61.git20151120.fc23                         updates                53 k
 dracut-network                               x86_64               043-61.git20151120.fc23                         updates                84 k
 efivar-libs                                  x86_64               0.21-2.fc23                                     updates                53 k
 evince                                       x86_64               3.18.2-3.fc23                                   updates               2.3 M
 evince-libs                                  x86_64               3.18.2-3.fc23                                   updates               360 k
 foomatic                                     x86_64               4.0.12-5.fc23                                   updates               269 k
 foomatic-db                                  noarch               4.0-49.20150819.fc23                            updates               1.1 M
 foomatic-db-filesystem                       noarch               4.0-49.20150819.fc23                            updates                15 k
 foomatic-db-ppds                             noarch               4.0-49.20150819.fc23                            updates                34 M
 gdb                                          x86_64               7.10.1-30.fc23                                  updates               3.2 M
 gdisk                                        x86_64               1.0.1-1.fc23                                    updates               199 k
 gdk-pixbuf2                                  x86_64               2.32.3-1.fc23                                   updates               443 k
 gdk-pixbuf2-modules                          x86_64               2.32.3-1.fc23                                   updates                96 k
 gdk-pixbuf2-xlib                             x86_64               2.32.3-1.fc23                                   updates                49 k
 geany                                        x86_64               1.26-1.fc23                                     updates               2.8 M
 geany-libgeany                               x86_64               1.26-1.fc23                                     updates               1.0 M
 glib2                                        x86_64               2.46.2-1.fc23                                   updates               2.3 M
 glibc                                        x86_64               2.22-6.fc23                                     updates               3.6 M
 glibc-common                                 x86_64               2.22-6.fc23                                     updates                11 M
 glibmm24                                     x86_64               2.46.2-1.fc23                                   updates               524 k
 gnome-desktop3                               x86_64               3.18.2-1.fc23                                   updates               570 k
 gnome-keyring                                x86_64               3.18.3-1.fc23                                   updates               909 k
 gnome-keyring-pam                            x86_64               3.18.3-1.fc23                                   updates                44 k
 gnumeric                                     x86_64               1:1.12.24-1.fc23                                updates                12 M
 gnupg                                        x86_64               1.4.20-1.fc23                                   updates               1.3 M
 gnupg2                                       x86_64               2.1.9-1.fc23                                    updates               1.8 M
 gnutls                                       x86_64               3.4.7-1.fc23                                    updates               655 k
 goffice                                      x86_64               0.10.24-1.fc23                                  updates               1.9 M
 grep                                         x86_64               2.22-3.fc23                                     updates               274 k
 greybird-gtk2-theme                          noarch               1.6.2-1.fc23                                    updates                37 k
 greybird-gtk3-theme                          noarch               1.6.2-1.fc23                                    updates                60 k
 greybird-xfce4-notifyd-theme                 noarch               1.6.2-1.fc23                                    updates                25 k
 greybird-xfwm4-theme                         noarch               1.6.2-1.fc23                                    updates                94 k
 grilo                                        x86_64               0.2.15-2.fc23                                   updates               212 k
 grub2                                        x86_64               1:2.02-0.25.fc23                                updates               3.8 M
 grub2-efi                                    x86_64               1:2.02-0.25.fc23                                updates               822 k
 grub2-tools                                  x86_64               1:2.02-0.25.fc23                                updates               7.1 M
 gsettings-desktop-schemas                    x86_64               3.18.1-1.fc23                                   updates               518 k
 gssdp                                        x86_64               0.14.12-1.fc23                                  updates                53 k
 gssproxy                                     x86_64               0.4.1-4.fc23                                    updates                87 k
 gstreamer1                                   x86_64               1.6.2-1.fc23                                    updates               1.1 M
 gstreamer1-plugins-bad-free                  x86_64               1.6.2-1.fc23                                    updates               1.8 M
 gstreamer1-plugins-base                      x86_64               1.6.2-1.fc23                                    updates               1.4 M
 gstreamer1-plugins-good                      x86_64               1.6.2-1.fc23                                    updates               2.0 M
 gtk-update-icon-cache                        x86_64               3.18.6-1.fc23                                   updates                34 k
 gtk2                                         x86_64               2.24.29-1.fc23                                  updates               3.4 M
 gtk2-immodule-xim                            x86_64               2.24.29-1.fc23                                  updates                22 k
 gtk3                                         x86_64               3.18.6-1.fc23                                   updates               4.2 M
 gtk3-immodule-xim                            x86_64               3.18.6-1.fc23                                   updates                23 k
 guile                                        x86_64               5:2.0.11-7.fc23                                 updates               3.9 M
 gupnp                                        x86_64               0.20.14-4.fc23                                  updates                98 k
 gvfs                                         x86_64               1.26.2-1.fc23                                   updates               351 k
 gvfs-archive                                 x86_64               1.26.2-1.fc23                                   updates                48 k
 gvfs-client                                  x86_64               1.26.2-1.fc23                                   updates               901 k
 harfbuzz                                     x86_64               1.0.6-1.fc23                                    updates               177 k
 harfbuzz-icu                                 x86_64               1.0.6-1.fc23                                    updates                19 k
 hawkey                                       x86_64               0.6.2-3.fc23                                    updates                92 k
 hwdata                                       noarch               0.284-1.fc23                                    updates               1.4 M
 hyperv-daemons                               x86_64               0-0.13.20150702git.fc23                         updates               9.2 k
 hyperv-daemons-license                       noarch               0-0.13.20150702git.fc23                         updates                16 k
 hypervfcopyd                                 x86_64               0-0.13.20150702git.fc23                         updates                15 k
 hypervkvpd                                   x86_64               0-0.13.20150702git.fc23                         updates                24 k
 hypervvssd                                   x86_64               0-0.13.20150702git.fc23                         updates                16 k
 ibus-libpinyin                               x86_64               1.7.4-1.fc23                                    updates               824 k
 ibus-libzhuyin                               x86_64               1.7.6-1.fc23                                    updates               107 k
 ibus-typing-booster                          noarch               1.3.0-3.fc23                                    updates               151 k
 initscripts                                  x86_64               9.65-1.fc23                                     updates               406 k
 ipcalc                                       x86_64               0.1.4-2.fc23                                    updates                31 k
 iproute                                      x86_64               4.1.1-3.fc23                                    updates               598 k
 iputils                                      x86_64               20140519-7.fc23                                 updates               161 k
 iscsi-initiator-utils                        x86_64               6.2.0.873-29.git4c9d6f9.fc23                    updates               424 k
 iscsi-initiator-utils-iscsiuio               x86_64               6.2.0.873-29.git4c9d6f9.fc23                    updates                84 k
 iwl100-firmware                              noarch               39.31.5.1-60.fc23                               updates               154 k
 iwl1000-firmware                             noarch               1:39.31.5.1-60.fc23                             updates               217 k
 iwl105-firmware                              noarch               18.168.6.1-60.fc23                              updates               238 k
 iwl135-firmware                              noarch               18.168.6.1-60.fc23                              updates               247 k
 iwl2000-firmware                             noarch               18.168.6.1-60.fc23                              updates               241 k
 iwl2030-firmware                             noarch               18.168.6.1-60.fc23                              updates               250 k
 iwl3160-firmware                             noarch               1:25.30.13.0-60.fc23                            updates               979 k
 iwl3945-firmware                             noarch               15.32.2.9-60.fc23                               updates                92 k
 iwl4965-firmware                             noarch               228.61.2.24-60.fc23                             updates               105 k
 iwl5000-firmware                             noarch               8.83.5.1_1-60.fc23                              updates               298 k
 iwl5150-firmware                             noarch               8.24.2.2-60.fc23                                updates               151 k
 iwl6000-firmware                             noarch               9.221.4.1-60.fc23                               updates               171 k
 iwl6000g2a-firmware                          noarch               18.168.6.1-60.fc23                              updates               314 k
 iwl6000g2b-firmware                          noarch               18.168.6.1-60.fc23                              updates               314 k
 iwl6050-firmware                             noarch               41.28.5.1-60.fc23                               updates               247 k
 iwl7260-firmware                             noarch               1:25.30.13.0-60.fc23                            updates               2.6 M
 kbd                                          x86_64               2.0.2-8.fc23                                    updates               379 k
 kbd-legacy                                   noarch               2.0.2-8.fc23                                    updates               476 k
 kbd-misc                                     noarch               2.0.2-8.fc23                                    updates               1.4 M
 kmod                                         x86_64               22-1.fc23                                       updates               112 k
 kmod-libs                                    x86_64               22-1.fc23                                       updates                62 k
 krb5-libs                                    x86_64               1.14-4.fc23                                     updates               839 k
 libXi                                        x86_64               1.7.6-1.fc23                                    updates                44 k
 libarchive                                   x86_64               3.1.2-14.fc23                                   updates               322 k
 libassuan                                    x86_64               2.4.2-1.fc23                                    updates                75 k
 libblkid                                     x86_64               2.27.1-2.fc23                                   updates               180 k
 libblockdev                                  x86_64               1.3-4.fc23                                      updates                70 k
 libblockdev-btrfs                            x86_64               1.3-4.fc23                                      updates                35 k
 libblockdev-crypto                           x86_64               1.3-4.fc23                                      updates                36 k
 libblockdev-dm                               x86_64               1.3-4.fc23                                      updates                35 k
 libblockdev-kbd                              x86_64               1.3-4.fc23                                      updates                38 k
 libblockdev-loop                             x86_64               1.3-4.fc23                                      updates                32 k
 libblockdev-lvm                              x86_64               1.3-4.fc23                                      updates                41 k
 libblockdev-mdraid                           x86_64               1.3-4.fc23                                      updates                36 k
 libblockdev-mpath                            x86_64               1.3-4.fc23                                      updates                33 k
 libblockdev-plugins-all                      x86_64               1.3-4.fc23                                      updates                28 k
 libblockdev-swap                             x86_64               1.3-4.fc23                                      updates                32 k
 libblockdev-utils                            x86_64               1.3-4.fc23                                      updates                34 k
 libbluray                                    x86_64               0.9.1-1.fc23                                    updates               147 k
 libconfig                                    x86_64               1.5-3.fc23                                      updates                64 k
 libdvdread                                   x86_64               5.0.3-1.fc23                                    updates                71 k
 libertas-usb8388-firmware                    noarch               2:20151214-60.gitbbe4917c.fc23                  updates               117 k
 libevdev                                     x86_64               1.4.5-2.fc23                                    updates                38 k
 libfdisk                                     x86_64               2.27.1-2.fc23                                   updates               221 k
 libgcc                                       x86_64               5.3.1-2.fc23                                    updates                88 k
 libgomp                                      x86_64               5.3.1-2.fc23                                    updates               152 k
 libgpg-error                                 x86_64               1.21-1.fc23                                     updates               154 k
 libgusb                                      x86_64               0.2.8-1.fc23                                    updates                46 k
 libinput                                     x86_64               1.1.4-1.fc23                                    updates                94 k
 libipa_hbac                                  x86_64               1.13.3-1.fc23                                   updates                73 k
 libipt                                       x86_64               1.4.3-1.fc23                                    updates                38 k
 libldb                                       x86_64               1.1.24-1.fc23                                   updates               134 k
 libmount                                     x86_64               2.27.1-2.fc23                                   updates               197 k
 libnl3                                       x86_64               3.2.27-1.fc23                                   updates               265 k
 libnl3-cli                                   x86_64               3.2.27-1.fc23                                   updates               170 k
 libnm-gtk                                    x86_64               1.0.6-5.fc23                                    updates                89 k
 libpinyin                                    x86_64               1.3.0-1.fc23                                    updates               202 k
 libpinyin-data                               x86_64               1.3.0-1.fc23                                    updates               9.0 M
 libpng                                       x86_64               2:1.6.19-1.fc23                                 updates               118 k
 libreswan                                    x86_64               3.16-1.fc23                                     updates               1.1 M
 librsvg2                                     x86_64               2.40.12-1.fc23                                  updates               133 k
 libsigc++20                                  x86_64               2.6.2-1.fc23                                    updates                41 k
 libsmartcols                                 x86_64               2.27.1-2.fc23                                   updates               139 k
 libsmbclient                                 x86_64               2:4.3.3-0.fc23                                  updates               122 k
 libsndfile                                   x86_64               1.0.25-18.fc23                                  updates               156 k
 libsolv                                      x86_64               0.6.14-7.fc23                                   updates               346 k
 libsoup                                      x86_64               2.52.2-1.fc23                                   updates               385 k
 libssh2                                      x86_64               1.6.0-3.fc23                                    updates               147 k
 libsss_idmap                                 x86_64               1.13.3-1.fc23                                   updates                78 k
 libsss_nss_idmap                             x86_64               1.13.3-1.fc23                                   updates                77 k
 libstdc++                                    x86_64               5.3.1-2.fc23                                    updates               425 k
 libtalloc                                    x86_64               2.1.5-2.fc23                                    updates                44 k
 libtdb                                       x86_64               1.3.8-1.fc23                                    updates                50 k
 libteam                                      x86_64               1.23-1.fc23                                     updates                55 k
 libtevent                                    x86_64               0.9.26-1.fc23                                   updates                37 k
 libtirpc                                     x86_64               0.3.2-5.rc3.fc23                                updates               101 k
 libtool-ltdl                                 x86_64               2.4.6-7.fc23                                    updates                54 k
 libuuid                                      x86_64               2.27.1-2.fc23                                   updates                79 k
 libv4l                                       x86_64               1.8.1-1.fc23                                    updates               176 k
 libwbclient                                  x86_64               2:4.3.3-0.fc23                                  updates                95 k
 libwebp                                      x86_64               0.4.4-1.fc23                                    updates               227 k
 libxcb                                       x86_64               1.11.1-1.fc23                                   updates               192 k
 libxml++                                     x86_64               2.40.1-1.fc23                                   updates                90 k
 libxml2                                      x86_64               2.9.3-2.fc23                                    updates               684 k
 linux-firmware                               noarch               20151214-60.gitbbe4917c.fc23                    updates                32 M
 lldpad                                       x86_64               1.0.1-2.git986eb2e.fc23                         updates               290 k
 lua                                          x86_64               5.3.2-2.fc23                                    updates               294 k
 lvm2                                         x86_64               2.02.132-2.fc23                                 updates               1.0 M
 lvm2-libs                                    x86_64               2.02.132-2.fc23                                 updates               927 k
 man-pages                                    noarch               4.00-5.fc23                                     updates               5.6 M
 mdadm                                        x86_64               3.3.4-2.fc23                                    updates               408 k
 mesa-dri-drivers                             x86_64               11.0.6-1.20151122.fc23                          updates               8.7 M
 mesa-filesystem                              x86_64               11.0.6-1.20151122.fc23                          updates                37 k
 mesa-libEGL                                  x86_64               11.0.6-1.20151122.fc23                          updates                99 k
 mesa-libGL                                   x86_64               11.0.6-1.20151122.fc23                          updates               193 k
 mesa-libgbm                                  x86_64               11.0.6-1.20151122.fc23                          updates                56 k
 mesa-libglapi                                x86_64               11.0.6-1.20151122.fc23                          updates                62 k
 mesa-libwayland-egl                          x86_64               11.0.6-1.20151122.fc23                          updates                38 k
 mesa-libxatracker                            x86_64               11.0.6-1.20151122.fc23                          updates               1.2 M
 midori                                       x86_64               0.5.11-1.fc23                                   updates               1.4 M
 mozjs17                                      x86_64               17.0.0-14.fc23                                  updates               1.4 M
 nano                                         x86_64               2.4.2-2.fc23                                    updates               523 k
 nettle                                       x86_64               3.1.1-6.fc23                                    updates               304 k
 network-manager-applet                       x86_64               1.0.6-5.fc23                                    updates               210 k
 nfs-utils                                    x86_64               1:1.3.3-5.rc2.fc23                              updates               369 k
 nm-connection-editor                         x86_64               1.0.6-5.fc23                                    updates               936 k
 nmap-ncat                                    x86_64               2:7.00-1.fc23                                   updates               218 k
 nspr                                         x86_64               4.10.10-2.fc23                                  updates               134 k
 nss                                          x86_64               3.21.0-1.1.fc23                                 updates               860 k
 nss-softokn                                  x86_64               3.21.0-1.1.fc23                                 updates               314 k
 nss-softokn-freebl                           x86_64               3.21.0-1.1.fc23                                 updates               207 k
 nss-sysinit                                  x86_64               3.21.0-1.1.fc23                                 updates                56 k
 nss-tools                                    x86_64               3.21.0-1.1.fc23                                 updates               493 k
 nss-util                                     x86_64               3.21.0-1.0.fc23                                 updates                81 k
 ntsysv                                       x86_64               1.7-1.fc23                                      updates                42 k
 openconnect                                  x86_64               7.06-3.fc23                                     updates               466 k
 openssh                                      x86_64               7.1p1-6.fc23                                    updates               444 k
 openssh-askpass                              x86_64               7.1p1-6.fc23                                    updates                79 k
 openssh-clients                              x86_64               7.1p1-6.fc23                                    updates               634 k
 openssh-server                               x86_64               7.1p1-6.fc23                                    updates               459 k
 openssl                                      x86_64               1:1.0.2e-3.fc23                                 updates               495 k
 openssl-libs                                 x86_64               1:1.0.2e-3.fc23                                 updates               1.2 M
 openvpn                                      x86_64               2.3.9-1.fc23                                    updates               453 k
 opus                                         x86_64               1.1.1-1.fc23                                    updates               181 k
 os-prober                                    x86_64               1.70-1.fc23                                     updates                48 k
 pcre                                         x86_64               8.38-4.fc23                                     updates               495 k
 perl                                         x86_64               4:5.22.1-350.fc23                               updates               6.9 M
 perl-Carp                                    noarch               1.38-1.fc23                                     updates                29 k
 perl-Getopt-Long                             noarch               2.48-1.fc23                                     updates                61 k
 perl-PathTools                               x86_64               3.60-1.fc23                                     updates                88 k
 perl-Socket                                  x86_64               3:2.021-1.fc23                                  updates                55 k
 perl-Time-HiRes                              x86_64               1.9728-1.fc23                                   updates                50 k
 perl-Unicode-Normalize                       x86_64               1.24-1.fc23                                     updates                80 k
 perl-libs                                    x86_64               4:5.22.1-350.fc23                               updates               822 k
 perl-libwww-perl                             noarch               6.15-1.fc23                                     updates               209 k
 perl-macros                                  x86_64               4:5.22.1-350.fc23                               updates                57 k
 pinentry                                     x86_64               0.9.6-4.fc23                                    updates                81 k
 pinentry-gtk                                 x86_64               0.9.6-4.fc23                                    updates                48 k
 pixman                                       x86_64               0.33.4-1.fc23                                   updates               255 k
 plymouth                                     x86_64               0.8.9-11.2013.08.14.fc23                        updates               113 k
 plymouth-core-libs                           x86_64               0.8.9-11.2013.08.14.fc23                        updates               100 k
 plymouth-graphics-libs                       x86_64               0.8.9-11.2013.08.14.fc23                        updates                47 k
 plymouth-plugin-label                        x86_64               0.8.9-11.2013.08.14.fc23                        updates                37 k
 plymouth-plugin-two-step                     x86_64               0.8.9-11.2013.08.14.fc23                        updates                44 k
 plymouth-scripts                             x86_64               0.8.9-11.2013.08.14.fc23                        updates                38 k
 plymouth-system-theme                        x86_64               0.8.9-11.2013.08.14.fc23                        updates                31 k
 plymouth-theme-charge                        x86_64               0.8.9-11.2013.08.14.fc23                        updates                37 k
 policycoreutils                              x86_64               2.4-18.fc23                                     updates               922 k
 pulseaudio                                   x86_64               7.1-1.fc23                                      updates               931 k
 pulseaudio-libs                              x86_64               7.1-1.fc23                                      updates               586 k
 pulseaudio-libs-glib2                        x86_64               7.1-1.fc23                                      updates                24 k
 pulseaudio-module-x11                        x86_64               7.1-1.fc23                                      updates                35 k
 pulseaudio-utils                             x86_64               7.1-1.fc23                                      updates                74 k
 python-gobject                               x86_64               3.18.2-1.fc23                                   updates                21 k
 python-gobject-base                          x86_64               3.18.2-1.fc23                                   updates               294 k
 python-pycurl                                x86_64               7.19.5.1-4.fc23                                 updates               177 k
 python3-coverage                             x86_64               4.0.3-1.fc23                                    updates               225 k
 python3-dbus                                 x86_64               1.2.0-12.fc23                                   updates               121 k
 python3-dnf                                  noarch               1.1.5-1.fc23                                    updates               454 k
 python3-dnf-plugins-core                     noarch               0.1.15-1.fc23                                   updates                80 k
 python3-gobject                              x86_64               3.18.2-1.fc23                                   updates                21 k
 python3-gobject-base                         x86_64               3.18.2-1.fc23                                   updates               296 k
 python3-hawkey                               x86_64               0.6.2-3.fc23                                    updates                73 k
 python3-iscsi-initiator-utils                x86_64               6.2.0.873-29.git4c9d6f9.fc23                    updates                22 k
 python3-libxml2                              x86_64               2.9.3-2.fc23                                    updates               231 k
 python3-pycurl                               x86_64               7.19.5.1-4.fc23                                 updates               177 k
 python3-pyudev                               noarch               0.17-4.fc23                                     updates                67 k
 python3-requests                             noarch               2.9.1-1.fc23                                    updates               106 k
 python3-sssdconfig                           noarch               1.13.3-1.fc23                                   updates               100 k
 python3-urllib3                              noarch               1.13.1-1.fc23                                   updates               125 k
 qemu-guest-agent                             x86_64               2:2.4.1-3.fc23                                  updates               175 k
 rp-pppoe                                     x86_64               3.12-4.fc23                                     updates               121 k
 rpcbind                                      x86_64               0.2.3-5.fc23                                    updates                63 k
 rpm                                          x86_64               4.13.0-0.rc1.7.fc23                             updates               509 k
 rpm-build-libs                               x86_64               4.13.0-0.rc1.7.fc23                             updates               115 k
 rpm-libs                                     x86_64               4.13.0-0.rc1.7.fc23                             updates               293 k
 rpm-plugin-selinux                           x86_64               4.13.0-0.rc1.7.fc23                             updates                50 k
 rpm-plugin-systemd-inhibit                   x86_64               4.13.0-0.rc1.7.fc23                             updates                50 k
 rpm-python                                   x86_64               4.13.0-0.rc1.7.fc23                             updates                99 k
 rpm-python3                                  x86_64               4.13.0-0.rc1.7.fc23                             updates               100 k
 samba-client                                 x86_64               2:4.3.3-0.fc23                                  updates               548 k
 samba-client-libs                            x86_64               2:4.3.3-0.fc23                                  updates               4.6 M
 samba-common                                 noarch               2:4.3.3-0.fc23                                  updates               184 k
 samba-common-libs                            x86_64               2:4.3.3-0.fc23                                  updates               157 k
 selinux-policy                               noarch               3.13.1-158.fc23                                 updates               433 k
 selinux-policy-targeted                      noarch               3.13.1-158.fc23                                 updates               5.6 M
 skkdic                                       noarch               20151206-1.T0100.fc23                           updates               7.4 M
 speexdsp                                     x86_64               1.2-0.7.rc3.fc23                                updates               453 k
 sqlite                                       x86_64               3.9.2-1.fc23                                    updates               475 k
 sssd                                         x86_64               1.13.3-1.fc23                                   updates                67 k
 sssd-ad                                      x86_64               1.13.3-1.fc23                                   updates               176 k
 sssd-client                                  x86_64               1.13.3-1.fc23                                   updates               135 k
 sssd-common                                  x86_64               1.13.3-1.fc23                                   updates               1.1 M
 sssd-common-pac                              x86_64               1.13.3-1.fc23                                   updates               112 k
 sssd-ipa                                     x86_64               1.13.3-1.fc23                                   updates               231 k
 sssd-krb5                                    x86_64               1.13.3-1.fc23                                   updates               105 k
 sssd-krb5-common                             x86_64               1.13.3-1.fc23                                   updates               134 k
 sssd-ldap                                    x86_64               1.13.3-1.fc23                                   updates               171 k
 sssd-proxy                                   x86_64               1.13.3-1.fc23                                   updates               100 k
 sudo                                         x86_64               1.8.15-1.fc23                                   updates               691 k
 systemd                                      x86_64               222-10.fc23                                     updates               6.3 M
 systemd-compat-libs                          x86_64               222-10.fc23                                     updates               143 k
 systemd-libs                                 x86_64               222-10.fc23                                     updates               473 k
 teamd                                        x86_64               1.23-1.fc23                                     updates               119 k
 tigervnc-license                             noarch               1.5.0-4.fc23                                    updates                32 k
 tigervnc-server-minimal                      x86_64               1.5.0-4.fc23                                    updates               1.0 M
 unbound-libs                                 x86_64               1.5.7-1.fc23                                    updates               367 k
 unzip                                        x86_64               6.0-24.fc23                                     updates               180 k
 usb_modeswitch-data                          noarch               20151101-1.fc23                                 updates                92 k
 util-linux                                   x86_64               2.27.1-2.fc23                                   updates               2.1 M
 wget                                         x86_64               1.17.1-1.fc23                                   updates               640 k
 wpa_supplicant                               x86_64               1:2.4-7.fc23                                    updates               1.0 M
 xfce4-pulseaudio-plugin                      x86_64               0.2.4-1.fc23                                    updates                51 k
 xfdashboard                                  x86_64               0.5.2-1.fc23                                    updates               549 k
 xfdashboard-themes                           x86_64               0.5.2-1.fc23                                    updates               1.2 M
 xkeyboard-config                             noarch               2.16-2.fc23                                     updates               761 k
 xorg-x11-drv-nouveau                         x86_64               1:1.0.12-1.fc23                                 updates               108 k
 xorg-x11-drv-synaptics                       x86_64               1.8.3-1.fc23                                    updates                93 k
 xorg-x11-server-Xorg                         x86_64               1.18.0-2.fc23                                   updates               1.4 M
 xorg-x11-server-common                       x86_64               1.18.0-2.fc23                                   updates                44 k
 xorg-x11-server-utils                        x86_64               7.7-17.fc23                                     updates               189 k
 xorg-x11-xkb-utils                           x86_64               7.7-16.fc23                                     updates               109 k
 xscreensaver-base                            x86_64               1:5.34-1.fc23                                   updates               427 k
 xscreensaver-extras                          x86_64               1:5.34-1.fc23                                   updates               1.8 M
 xscreensaver-extras-base                     x86_64               1:5.34-1.fc23                                   updates               117 k
 zenity                                       x86_64               3.18.1.1-1.fc23                                 updates               3.4 M

Transaction Summary
===============================================================================================================================================
Install    8 Packages
Upgrade  374 Packages

Total download size: 358 M
Is this ok [y/N]: y
[...]
Installed:
  kernel.x86_64 4.2.8-300.fc23                       kernel-core.x86_64 4.2.8-300.fc23           kernel-modules.x86_64 4.2.8-300.fc23        
  kernel-modules-extra.x86_64 4.2.8-300.fc23         python-ptyprocess.noarch 0.5-2.fc23         python2-blockdev.x86_64 1.3-4.fc23          
  python2-pexpect.noarch 4.0.1-4.fc23                python3-blockdev.x86_64 1.3-4.fc23         

Upgraded:
  GeoIP-GeoLite-data.noarch 2015.12-1.fc23                          NetworkManager.x86_64 1:1.0.6-8.fc23                                      
  NetworkManager-adsl.x86_64 1:1.0.6-8.fc23                         NetworkManager-bluetooth.x86_64 1:1.0.6-8.fc23                            
  NetworkManager-glib.x86_64 1:1.0.6-8.fc23                         NetworkManager-libnm.x86_64 1:1.0.6-8.fc23                                
  NetworkManager-team.x86_64 1:1.0.6-8.fc23                         NetworkManager-wifi.x86_64 1:1.0.6-8.fc23                                 
  NetworkManager-wwan.x86_64 1:1.0.6-8.fc23                         abrt.x86_64 2.7.1-1.fc23                                                  
  abrt-addon-ccpp.x86_64 2.7.1-1.fc23                               abrt-addon-coredump-helper.x86_64 2.7.1-1.fc23                            
  abrt-addon-kerneloops.x86_64 2.7.1-1.fc23                         abrt-addon-pstoreoops.x86_64 2.7.1-1.fc23                                 
  abrt-addon-python3.x86_64 2.7.1-1.fc23                            abrt-addon-vmcore.x86_64 2.7.1-1.fc23                                     
  abrt-addon-xorg.x86_64 2.7.1-1.fc23                               abrt-cli.x86_64 2.7.1-1.fc23                                              
  abrt-dbus.x86_64 2.7.1-1.fc23                                     abrt-desktop.x86_64 2.7.1-1.fc23                                          
  abrt-gui.x86_64 2.7.1-1.fc23                                      abrt-gui-libs.x86_64 2.7.1-1.fc23                                         
  abrt-libs.x86_64 2.7.1-1.fc23                                     abrt-plugin-bodhi.x86_64 2.7.1-1.fc23                                     
  abrt-python3.x86_64 2.7.1-1.fc23                                  abrt-retrace-client.x86_64 2.7.1-1.fc23                                   
  abrt-tui.x86_64 2.7.1-1.fc23                                      adobe-source-han-sans-tw-fonts.noarch 1.004-2.fc23                        
  asunder.x86_64 2.8-1.fc23                                         at-spi2-core.x86_64 2.18.3-1.fc23                                         
  audit.x86_64 2.4.5-1.fc23                                         audit-libs.x86_64 2.4.5-1.fc23                                            
  bind-libs.x86_64 32:9.10.3-7.P2.fc23                              bind-libs-lite.x86_64 32:9.10.3-7.P2.fc23                                 
  bind-license.noarch 32:9.10.3-7.P2.fc23                           bind-utils.x86_64 32:9.10.3-7.P2.fc23                                     
  bind99-libs.x86_64 9.9.8-1.P2.fc23                                bind99-license.noarch 9.9.8-1.P2.fc23                                     
  bluez.x86_64 5.36-1.fc23                                          bluez-cups.x86_64 5.36-1.fc23                                             
  bluez-libs.x86_64 5.36-1.fc23                                     bzip2.x86_64 1.0.6-19.fc23                                                
  bzip2-libs.x86_64 1.0.6-19.fc23                                   ca-certificates.noarch 2015.2.6-1.0.fc23                                  
  catfish.noarch 1.3.3-1.fc23                                       chkconfig.x86_64 1.7-1.fc23                                               
  compat-gnutls28.x86_64 3.3.18-2.fc23                              crda.x86_64 3.18_2015.10.22-1.fc23                                        
  createrepo_c.x86_64 0.9.1-1.fc23                                  createrepo_c-libs.x86_64 0.9.1-1.fc23                                     
  crypto-policies.noarch 20151104-1.gitf1cba5f.fc23                 cups.x86_64 1:2.1.2-1.fc23                                                
  cups-client.x86_64 1:2.1.2-1.fc23                                 cups-filesystem.noarch 1:2.1.2-1.fc23                                     
  cups-filters.x86_64 1.4.0-1.fc23                                  cups-filters-libs.x86_64 1.4.0-1.fc23                                     
  cups-libs.x86_64 1:2.1.2-1.fc23                                   dbus.x86_64 1:1.10.6-1.fc23                                               
  dbus-libs.x86_64 1:1.10.6-1.fc23                                  dbus-python.x86_64 1.2.0-12.fc23                                          
  dbus-x11.x86_64 1:1.10.6-1.fc23                                   deltarpm.x86_64 3.6-13.fc23                                               
  device-mapper.x86_64 1.02.109-2.fc23                              device-mapper-event.x86_64 1.02.109-2.fc23                                
  device-mapper-event-libs.x86_64 1.02.109-2.fc23                   device-mapper-libs.x86_64 1.02.109-2.fc23                                 
  dhcp-client.x86_64 12:4.3.3-7.fc23                                dhcp-common.noarch 12:4.3.3-7.fc23                                        
  dhcp-libs.x86_64 12:4.3.3-7.fc23                                  dnf.noarch 1.1.5-1.fc23                                                   
  dnf-conf.noarch 1.1.5-1.fc23                                      dnf-plugins-core.noarch 0.1.15-1.fc23                                     
  dnf-yum.noarch 1.1.5-1.fc23                                       dnsmasq.x86_64 2.75-2.fc23                                                
  dracut.x86_64 043-61.git20151120.fc23                             dracut-config-rescue.x86_64 043-61.git20151120.fc23                       
  dracut-live.x86_64 043-61.git20151120.fc23                        dracut-network.x86_64 043-61.git20151120.fc23                             
  efivar-libs.x86_64 0.21-2.fc23                                    evince.x86_64 3.18.2-3.fc23                                               
  evince-libs.x86_64 3.18.2-3.fc23                                  foomatic.x86_64 4.0.12-5.fc23                                             
  foomatic-db.noarch 4.0-49.20150819.fc23                           foomatic-db-filesystem.noarch 4.0-49.20150819.fc23                        
  foomatic-db-ppds.noarch 4.0-49.20150819.fc23                      gdb.x86_64 7.10.1-30.fc23                                                 
  gdisk.x86_64 1.0.1-1.fc23                                         gdk-pixbuf2.x86_64 2.32.3-1.fc23                                          
  gdk-pixbuf2-modules.x86_64 2.32.3-1.fc23                          gdk-pixbuf2-xlib.x86_64 2.32.3-1.fc23                                     
  geany.x86_64 1.26-1.fc23                                          geany-libgeany.x86_64 1.26-1.fc23                                         
  glib2.x86_64 2.46.2-1.fc23                                        glibc.x86_64 2.22-6.fc23                                                  
  glibc-common.x86_64 2.22-6.fc23                                   glibmm24.x86_64 2.46.2-1.fc23                                             
  gnome-desktop3.x86_64 3.18.2-1.fc23                               gnome-keyring.x86_64 3.18.3-1.fc23                                        
  gnome-keyring-pam.x86_64 3.18.3-1.fc23                            gnumeric.x86_64 1:1.12.24-1.fc23                                          
  gnupg.x86_64 1.4.20-1.fc23                                        gnupg2.x86_64 2.1.9-1.fc23                                                
  gnutls.x86_64 3.4.7-1.fc23                                        goffice.x86_64 0.10.24-1.fc23                                             
  grep.x86_64 2.22-3.fc23                                           greybird-gtk2-theme.noarch 1.6.2-1.fc23                                   
  greybird-gtk3-theme.noarch 1.6.2-1.fc23                           greybird-xfce4-notifyd-theme.noarch 1.6.2-1.fc23                          
  greybird-xfwm4-theme.noarch 1.6.2-1.fc23                          grilo.x86_64 0.2.15-2.fc23                                                
  grub2.x86_64 1:2.02-0.25.fc23                                     grub2-efi.x86_64 1:2.02-0.25.fc23                                         
  grub2-tools.x86_64 1:2.02-0.25.fc23                               gsettings-desktop-schemas.x86_64 3.18.1-1.fc23                            
  gssdp.x86_64 0.14.12-1.fc23                                       gssproxy.x86_64 0.4.1-4.fc23                                              
  gstreamer1.x86_64 1.6.2-1.fc23                                    gstreamer1-plugins-bad-free.x86_64 1.6.2-1.fc23                           
  gstreamer1-plugins-base.x86_64 1.6.2-1.fc23                       gstreamer1-plugins-good.x86_64 1.6.2-1.fc23                               
  gtk-update-icon-cache.x86_64 3.18.6-1.fc23                        gtk2.x86_64 2.24.29-1.fc23                                                
  gtk2-immodule-xim.x86_64 2.24.29-1.fc23                           gtk3.x86_64 3.18.6-1.fc23                                                 
  gtk3-immodule-xim.x86_64 3.18.6-1.fc23                            guile.x86_64 5:2.0.11-7.fc23                                              
  gupnp.x86_64 0.20.14-4.fc23                                       gvfs.x86_64 1.26.2-1.fc23                                                 
  gvfs-archive.x86_64 1.26.2-1.fc23                                 gvfs-client.x86_64 1.26.2-1.fc23                                          
  harfbuzz.x86_64 1.0.6-1.fc23                                      harfbuzz-icu.x86_64 1.0.6-1.fc23                                          
  hawkey.x86_64 0.6.2-3.fc23                                        hwdata.noarch 0.284-1.fc23                                                
  hyperv-daemons.x86_64 0-0.13.20150702git.fc23                     hyperv-daemons-license.noarch 0-0.13.20150702git.fc23                     
  hypervfcopyd.x86_64 0-0.13.20150702git.fc23                       hypervkvpd.x86_64 0-0.13.20150702git.fc23                                 
  hypervvssd.x86_64 0-0.13.20150702git.fc23                         ibus-libpinyin.x86_64 1.7.4-1.fc23                                        
  ibus-libzhuyin.x86_64 1.7.6-1.fc23                                ibus-typing-booster.noarch 1.3.0-3.fc23                                   
  initscripts.x86_64 9.65-1.fc23                                    ipcalc.x86_64 0.1.4-2.fc23                                                
  iproute.x86_64 4.1.1-3.fc23                                       iputils.x86_64 20140519-7.fc23                                            
  iscsi-initiator-utils.x86_64 6.2.0.873-29.git4c9d6f9.fc23         iscsi-initiator-utils-iscsiuio.x86_64 6.2.0.873-29.git4c9d6f9.fc23        
  iwl100-firmware.noarch 39.31.5.1-60.fc23                          iwl1000-firmware.noarch 1:39.31.5.1-60.fc23                               
  iwl105-firmware.noarch 18.168.6.1-60.fc23                         iwl135-firmware.noarch 18.168.6.1-60.fc23                                 
  iwl2000-firmware.noarch 18.168.6.1-60.fc23                        iwl2030-firmware.noarch 18.168.6.1-60.fc23                                
  iwl3160-firmware.noarch 1:25.30.13.0-60.fc23                      iwl3945-firmware.noarch 15.32.2.9-60.fc23                                 
  iwl4965-firmware.noarch 228.61.2.24-60.fc23                       iwl5000-firmware.noarch 8.83.5.1_1-60.fc23                                
  iwl5150-firmware.noarch 8.24.2.2-60.fc23                          iwl6000-firmware.noarch 9.221.4.1-60.fc23                                 
  iwl6000g2a-firmware.noarch 18.168.6.1-60.fc23                     iwl6000g2b-firmware.noarch 18.168.6.1-60.fc23                             
  iwl6050-firmware.noarch 41.28.5.1-60.fc23                         iwl7260-firmware.noarch 1:25.30.13.0-60.fc23                              
  kbd.x86_64 2.0.2-8.fc23                                           kbd-legacy.noarch 2.0.2-8.fc23                                            
  kbd-misc.noarch 2.0.2-8.fc23                                      kmod.x86_64 22-1.fc23                                                     
  kmod-libs.x86_64 22-1.fc23                                        krb5-libs.x86_64 1.14-4.fc23                                              
  libXi.x86_64 1.7.6-1.fc23                                         libarchive.x86_64 3.1.2-14.fc23                                           
  libassuan.x86_64 2.4.2-1.fc23                                     libblkid.x86_64 2.27.1-2.fc23                                             
  libblockdev.x86_64 1.3-4.fc23                                     libblockdev-btrfs.x86_64 1.3-4.fc23                                       
  libblockdev-crypto.x86_64 1.3-4.fc23                              libblockdev-dm.x86_64 1.3-4.fc23                                          
  libblockdev-kbd.x86_64 1.3-4.fc23                                 libblockdev-loop.x86_64 1.3-4.fc23                                        
  libblockdev-lvm.x86_64 1.3-4.fc23                                 libblockdev-mdraid.x86_64 1.3-4.fc23                                      
  libblockdev-mpath.x86_64 1.3-4.fc23                               libblockdev-plugins-all.x86_64 1.3-4.fc23                                 
  libblockdev-swap.x86_64 1.3-4.fc23                                libblockdev-utils.x86_64 1.3-4.fc23                                       
  libbluray.x86_64 0.9.1-1.fc23                                     libconfig.x86_64 1.5-3.fc23                                               
  libdvdread.x86_64 5.0.3-1.fc23                                    libertas-usb8388-firmware.noarch 2:20151214-60.gitbbe4917c.fc23           
  libevdev.x86_64 1.4.5-2.fc23                                      libfdisk.x86_64 2.27.1-2.fc23                                             
  libgcc.x86_64 5.3.1-2.fc23                                        libgomp.x86_64 5.3.1-2.fc23                                               
  libgpg-error.x86_64 1.21-1.fc23                                   libgusb.x86_64 0.2.8-1.fc23                                               
  libinput.x86_64 1.1.4-1.fc23                                      libipa_hbac.x86_64 1.13.3-1.fc23                                          
  libipt.x86_64 1.4.3-1.fc23                                        libldb.x86_64 1.1.24-1.fc23                                               
  libmount.x86_64 2.27.1-2.fc23                                     libnl3.x86_64 3.2.27-1.fc23                                               
  libnl3-cli.x86_64 3.2.27-1.fc23                                   libnm-gtk.x86_64 1.0.6-5.fc23                                             
  libpinyin.x86_64 1.3.0-1.fc23                                     libpinyin-data.x86_64 1.3.0-1.fc23                                        
  libpng.x86_64 2:1.6.19-1.fc23                                     libreswan.x86_64 3.16-1.fc23                                              
  librsvg2.x86_64 2.40.12-1.fc23                                    libsigc++20.x86_64 2.6.2-1.fc23                                           
  libsmartcols.x86_64 2.27.1-2.fc23                                 libsmbclient.x86_64 2:4.3.3-0.fc23                                        
  libsndfile.x86_64 1.0.25-18.fc23                                  libsolv.x86_64 0.6.14-7.fc23                                              
  libsoup.x86_64 2.52.2-1.fc23                                      libssh2.x86_64 1.6.0-3.fc23                                               
  libsss_idmap.x86_64 1.13.3-1.fc23                                 libsss_nss_idmap.x86_64 1.13.3-1.fc23                                     
  libstdc++.x86_64 5.3.1-2.fc23                                     libtalloc.x86_64 2.1.5-2.fc23                                             
  libtdb.x86_64 1.3.8-1.fc23                                        libteam.x86_64 1.23-1.fc23                                                
  libtevent.x86_64 0.9.26-1.fc23                                    libtirpc.x86_64 0.3.2-5.rc3.fc23                                          
  libtool-ltdl.x86_64 2.4.6-7.fc23                                  libuuid.x86_64 2.27.1-2.fc23                                              
  libv4l.x86_64 1.8.1-1.fc23                                        libwbclient.x86_64 2:4.3.3-0.fc23                                         
  libwebp.x86_64 0.4.4-1.fc23                                       libxcb.x86_64 1.11.1-1.fc23                                               
  libxml++.x86_64 2.40.1-1.fc23                                     libxml2.x86_64 2.9.3-2.fc23                                               
  linux-firmware.noarch 20151214-60.gitbbe4917c.fc23                lldpad.x86_64 1.0.1-2.git986eb2e.fc23                                     
  lua.x86_64 5.3.2-2.fc23                                           lvm2.x86_64 2.02.132-2.fc23                                               
  lvm2-libs.x86_64 2.02.132-2.fc23                                  man-pages.noarch 4.00-5.fc23                                              
  mdadm.x86_64 3.3.4-2.fc23                                         mesa-dri-drivers.x86_64 11.0.6-1.20151122.fc23                            
  mesa-filesystem.x86_64 11.0.6-1.20151122.fc23                     mesa-libEGL.x86_64 11.0.6-1.20151122.fc23                                 
  mesa-libGL.x86_64 11.0.6-1.20151122.fc23                          mesa-libgbm.x86_64 11.0.6-1.20151122.fc23                                 
  mesa-libglapi.x86_64 11.0.6-1.20151122.fc23                       mesa-libwayland-egl.x86_64 11.0.6-1.20151122.fc23                         
  mesa-libxatracker.x86_64 11.0.6-1.20151122.fc23                   midori.x86_64 0.5.11-1.fc23                                               
  mozjs17.x86_64 17.0.0-14.fc23                                     nano.x86_64 2.4.2-2.fc23                                                  
  nettle.x86_64 3.1.1-6.fc23                                        network-manager-applet.x86_64 1.0.6-5.fc23                                
  nfs-utils.x86_64 1:1.3.3-5.rc2.fc23                               nm-connection-editor.x86_64 1.0.6-5.fc23                                  
  nmap-ncat.x86_64 2:7.00-1.fc23                                    nspr.x86_64 4.10.10-2.fc23                                                
  nss.x86_64 3.21.0-1.1.fc23                                        nss-softokn.x86_64 3.21.0-1.1.fc23                                        
  nss-softokn-freebl.x86_64 3.21.0-1.1.fc23                         nss-sysinit.x86_64 3.21.0-1.1.fc23                                        
  nss-tools.x86_64 3.21.0-1.1.fc23                                  nss-util.x86_64 3.21.0-1.0.fc23                                           
  ntsysv.x86_64 1.7-1.fc23                                          openconnect.x86_64 7.06-3.fc23                                            
  openssh.x86_64 7.1p1-6.fc23                                       openssh-askpass.x86_64 7.1p1-6.fc23                                       
  openssh-clients.x86_64 7.1p1-6.fc23                               openssh-server.x86_64 7.1p1-6.fc23                                        
  openssl.x86_64 1:1.0.2e-3.fc23                                    openssl-libs.x86_64 1:1.0.2e-3.fc23                                       
  openvpn.x86_64 2.3.9-1.fc23                                       opus.x86_64 1.1.1-1.fc23                                                  
  os-prober.x86_64 1.70-1.fc23                                      pcre.x86_64 8.38-4.fc23                                                   
  perl.x86_64 4:5.22.1-350.fc23                                     perl-Carp.noarch 1.38-1.fc23                                              
  perl-Getopt-Long.noarch 2.48-1.fc23                               perl-PathTools.x86_64 3.60-1.fc23                                         
  perl-Socket.x86_64 3:2.021-1.fc23                                 perl-Time-HiRes.x86_64 1.9728-1.fc23                                      
  perl-Unicode-Normalize.x86_64 1.24-1.fc23                         perl-libs.x86_64 4:5.22.1-350.fc23                                        
  perl-libwww-perl.noarch 6.15-1.fc23                               perl-macros.x86_64 4:5.22.1-350.fc23                                      
  pinentry.x86_64 0.9.6-4.fc23                                      pinentry-gtk.x86_64 0.9.6-4.fc23                                          
  pixman.x86_64 0.33.4-1.fc23                                       plymouth.x86_64 0.8.9-11.2013.08.14.fc23                                  
  plymouth-core-libs.x86_64 0.8.9-11.2013.08.14.fc23                plymouth-graphics-libs.x86_64 0.8.9-11.2013.08.14.fc23                    
  plymouth-plugin-label.x86_64 0.8.9-11.2013.08.14.fc23             plymouth-plugin-two-step.x86_64 0.8.9-11.2013.08.14.fc23                  
  plymouth-scripts.x86_64 0.8.9-11.2013.08.14.fc23                  plymouth-system-theme.x86_64 0.8.9-11.2013.08.14.fc23                     
  plymouth-theme-charge.x86_64 0.8.9-11.2013.08.14.fc23             policycoreutils.x86_64 2.4-18.fc23                                        
  pulseaudio.x86_64 7.1-1.fc23                                      pulseaudio-libs.x86_64 7.1-1.fc23                                         
  pulseaudio-libs-glib2.x86_64 7.1-1.fc23                           pulseaudio-module-x11.x86_64 7.1-1.fc23                                   
  pulseaudio-utils.x86_64 7.1-1.fc23                                python-gobject.x86_64 3.18.2-1.fc23                                       
  python-gobject-base.x86_64 3.18.2-1.fc23                          python-pycurl.x86_64 7.19.5.1-4.fc23                                      
  python3-coverage.x86_64 4.0.3-1.fc23                              python3-dbus.x86_64 1.2.0-12.fc23                                         
  python3-dnf.noarch 1.1.5-1.fc23                                   python3-dnf-plugins-core.noarch 0.1.15-1.fc23                             
  python3-gobject.x86_64 3.18.2-1.fc23                              python3-gobject-base.x86_64 3.18.2-1.fc23                                 
  python3-hawkey.x86_64 0.6.2-3.fc23                                python3-iscsi-initiator-utils.x86_64 6.2.0.873-29.git4c9d6f9.fc23         
  python3-libxml2.x86_64 2.9.3-2.fc23                               python3-pycurl.x86_64 7.19.5.1-4.fc23                                     
  python3-pyudev.noarch 0.17-4.fc23                                 python3-requests.noarch 2.9.1-1.fc23                                      
  python3-sssdconfig.noarch 1.13.3-1.fc23                           python3-urllib3.noarch 1.13.1-1.fc23                                      
  qemu-guest-agent.x86_64 2:2.4.1-3.fc23                            rp-pppoe.x86_64 3.12-4.fc23                                               
  rpcbind.x86_64 0.2.3-5.fc23                                       rpm.x86_64 4.13.0-0.rc1.7.fc23                                            
  rpm-build-libs.x86_64 4.13.0-0.rc1.7.fc23                         rpm-libs.x86_64 4.13.0-0.rc1.7.fc23                                       
  rpm-plugin-selinux.x86_64 4.13.0-0.rc1.7.fc23                     rpm-plugin-systemd-inhibit.x86_64 4.13.0-0.rc1.7.fc23                     
  rpm-python.x86_64 4.13.0-0.rc1.7.fc23                             rpm-python3.x86_64 4.13.0-0.rc1.7.fc23                                    
  samba-client.x86_64 2:4.3.3-0.fc23                                samba-client-libs.x86_64 2:4.3.3-0.fc23                                   
  samba-common.noarch 2:4.3.3-0.fc23                                samba-common-libs.x86_64 2:4.3.3-0.fc23                                   
  selinux-policy.noarch 3.13.1-158.fc23                             selinux-policy-targeted.noarch 3.13.1-158.fc23                            
  skkdic.noarch 20151206-1.T0100.fc23                               speexdsp.x86_64 1.2-0.7.rc3.fc23                                          
  sqlite.x86_64 3.9.2-1.fc23                                        sssd.x86_64 1.13.3-1.fc23                                                 
  sssd-ad.x86_64 1.13.3-1.fc23                                      sssd-client.x86_64 1.13.3-1.fc23                                          
  sssd-common.x86_64 1.13.3-1.fc23                                  sssd-common-pac.x86_64 1.13.3-1.fc23                                      
  sssd-ipa.x86_64 1.13.3-1.fc23                                     sssd-krb5.x86_64 1.13.3-1.fc23                                            
  sssd-krb5-common.x86_64 1.13.3-1.fc23                             sssd-ldap.x86_64 1.13.3-1.fc23                                            
  sssd-proxy.x86_64 1.13.3-1.fc23                                   sudo.x86_64 1.8.15-1.fc23                                                 
  systemd.x86_64 222-10.fc23                                        systemd-compat-libs.x86_64 222-10.fc23                                    
  systemd-libs.x86_64 222-10.fc23                                   teamd.x86_64 1.23-1.fc23                                                  
  tigervnc-license.noarch 1.5.0-4.fc23                              tigervnc-server-minimal.x86_64 1.5.0-4.fc23                               
  unbound-libs.x86_64 1.5.7-1.fc23                                  unzip.x86_64 6.0-24.fc23                                                  
  usb_modeswitch-data.noarch 20151101-1.fc23                        util-linux.x86_64 2.27.1-2.fc23                                           
  wget.x86_64 1.17.1-1.fc23                                         wpa_supplicant.x86_64 1:2.4-7.fc23                                        
  xfce4-pulseaudio-plugin.x86_64 0.2.4-1.fc23                       xfdashboard.x86_64 0.5.2-1.fc23                                           
  xfdashboard-themes.x86_64 0.5.2-1.fc23                            xkeyboard-config.noarch 2.16-2.fc23                                       
  xorg-x11-drv-nouveau.x86_64 1:1.0.12-1.fc23                       xorg-x11-drv-synaptics.x86_64 1.8.3-1.fc23                                
  xorg-x11-server-Xorg.x86_64 1.18.0-2.fc23                         xorg-x11-server-common.x86_64 1.18.0-2.fc23                               
  xorg-x11-server-utils.x86_64 7.7-17.fc23                          xorg-x11-xkb-utils.x86_64 7.7-16.fc23                                     
  xscreensaver-base.x86_64 1:5.34-1.fc23                            xscreensaver-extras.x86_64 1:5.34-1.fc23                                  
  xscreensaver-extras-base.x86_64 1:5.34-1.fc23                     zenity.x86_64 3.18.1.1-1.fc23                                             

Complete!

nice.

2015-12-26: sda5 - F23 - the machine now runs Fedora 23.

[tingo@localhost ~]$ ls -l /etc/*rele*
-rw-r--r--. 1 root root 33 Oct 20 00:35 /etc/fedora-release
lrwxrwxrwx. 1 root root 21 Oct 20 00:35 /etc/os-release -> ../usr/lib/os-release
lrwxrwxrwx. 1 root root 14 Oct 20 00:35 /etc/redhat-release -> fedora-release
lrwxrwxrwx. 1 root root 14 Oct 20 00:35 /etc/system-release -> fedora-release
-rw-r--r--. 1 root root 31 Oct 20 00:35 /etc/system-release-cpe
[tingo@localhost ~]$ more /etc/fedora-release
Fedora release 23 (Twenty Three)
[tingo@localhost ~]$ more /etc/os-release
NAME=Fedora
VERSION="23 (Twenty Three)"
ID=fedora
VERSION_ID=23
PRETTY_NAME="Fedora 23 (Twenty Three)"
ANSI_COLOR="0;34"
CPE_NAME="cpe:/o:fedoraproject:fedora:23"
HOME_URL="https://fedoraproject.org/"
BUG_REPORT_URL="https://bugzilla.redhat.com/"
REDHAT_BUGZILLA_PRODUCT="Fedora"
REDHAT_BUGZILLA_PRODUCT_VERSION=23
REDHAT_SUPPORT_PRODUCT="Fedora"
REDHAT_SUPPORT_PRODUCT_VERSION=23
PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy

kernel

[tingo@localhost ~]$ uname -a
Linux localhost.localdomain 4.2.3-300.fc23.x86_64 #1 SMP Mon Oct 5 15:42:54 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

ok. lsblk output:

[tingo@localhost ~]$ lsblk
NAME            MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda               8:0    0 232.9G  0 disk 
├─sda1            8:1    0   100M  0 part /boot/efi
├─sda2            8:2    0    60G  0 part 
├─sda3            8:3    0     4G  0 part 
├─sda4            8:4    0   500M  0 part /boot
└─sda5            8:5    0  67.8G  0 part 
  ├─fedora-root 253:0    0    60G  0 lvm  /
  └─fedora-swap 253:1    0   7.8G  0 lvm  [SWAP]

disk output

[tingo@localhost ~]$ swapon --show
NAME      TYPE      SIZE USED PRIO
/dev/dm-1 partition 7.8G   0B   -1
[tingo@localhost ~]$ df -h
Filesystem               Size  Used Avail Use% Mounted on
devtmpfs                 7.8G     0  7.8G   0% /dev
tmpfs                    7.8G   72K  7.8G   1% /dev/shm
tmpfs                    7.8G  1.2M  7.8G   1% /run
tmpfs                    7.8G     0  7.8G   0% /sys/fs/cgroup
/dev/mapper/fedoera-root   59G  2.7G   54G   5% /
tmpfs                    7.8G   48K  7.8G   1% /tmp
/dev/sda4                477M   95M  353M  22% /boot
/dev/sda1                100M  8.5M   92M   9% /boot/efi
tmpfs                    1.6G  4.0K  1.6G   1% /run/user/989
tmpfs                    1.6G   12K  1.6G   1% /run/user/1000

ok

2015-12-26: sdb - F23 - second try. I set it up as on the first try, and this time it doesn't error out that quickly at least. I create a user, and don't set a password for the root user (sudo is fine). Install finishes, and now the esp looks better:

[liveuser@localhost ~]$ df -h
Filesystem               Size  Used Avail Use% Mounted on
devtmpfs                 7.8G     0  7.8G   0% /dev
tmpfs                    7.8G   72K  7.8G   1% /dev/shm
tmpfs                    7.8G  1.2M  7.8G   1% /run
tmpfs                    7.8G     0  7.8G   0% /sys/fs/cgroup
/dev/sdb1                916M  916M     0 100% /run/initramfs/live
/dev/mapper/live-rw      3.9G  2.6G  1.3G  68% /
tmpfs                    7.8G  692K  7.8G   1% /tmp
varcacheyum              7.8G     0  7.8G   0% /var/cache/yum
vartmp                   7.8G     0  7.8G   0% /var/tmp
tmpfs                    1.6G   12K  1.6G   1% /run/user/1000
/dev/mapper/fedora-root   59G  2.6G   54G   5% /mnt/sysimage
/dev/sda4                477M   95M  353M  22% /mnt/sysimage/boot
/dev/sda1                100M  8.5M   92M   9% /mnt/sysimage/boot/efi
tmpfs                    7.8G     0  7.8G   0% /mnt/sysimage/dev/shm

layout:

[liveuser@localhost ~]$ sudo ls -l /mnt/sysimage/boot/efi
total 24
drwx------. 5 root root 8192 Oct 29 17:26 EFI
-rwx------. 1 root root   34 Jun 17  2015 mach_kernel
drwx------. 3 root root 8192 Oct 29 17:26 System
[liveuser@localhost ~]$ sudo ls -l /mnt/sysimage/boot/efi/EFI
total 24
drwx------. 2 root root 8192 Oct 29 17:26 boot
drwx------. 3 root root 8192 Dec 26 13:30 fedora
drwx------. 2 root root 8192 Dec 26  2015 FreeBSD
[liveuser@localhost ~]$ sudo ls -l /mnt/sysimage/boot/efi/EFI/*
ls: cannot access /mnt/sysimage/boot/efi/EFI/*: No such file or directory
[liveuser@localhost ~]$ sudo ls -l /mnt/sysimage/boot/efi/EFI/boot
total 1336
-rwx------. 1 root root 1293304 Feb 17  2015 BOOTx64.efi
-rwx------. 1 root root   66104 Feb 17  2015 fallback.efi
[liveuser@localhost ~]$ sudo ls -l /mnt/sysimage/boot/efi/EFI/fedora
total 5904
-rwx------. 1 root root     102 Feb 17  2015 BOOT.CSV
drwx------. 2 root root    8192 Oct 29 17:26 fonts
-rwx------. 1 root root 1070952 Sep  5 17:15 gcdx64.efi
-rwx------. 1 root root    4095 Dec 26 13:30 grub.cfg
-rwx------. 1 root root    1024 Dec 26 13:30 grubenv
-rwx------. 1 root root 1070952 Sep  5 17:15 grubx64.efi
-rwx------. 1 root root 1276224 Feb 17  2015 MokManager.efi
-rwx------. 1 root root 1293304 Feb 17  2015 shim.efi
-rwx------. 1 root root 1287032 Feb 17  2015 shim-fedora.efi
[liveuser@localhost ~]$ sudo ls -l /mnt/sysimage/boot/efi/EFI/FreeBSD
total 40
-rwx------. 1 root root 33811 Dec 12 01:13 BOOTx64.efi

ok. parted now:

[liveuser@localhost ~]$ sudo parted /dev/sda print
Model: ATA Samsung SSD 850 (scsi)
Disk /dev/sda: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name                  Flags
 1      20.5kB  105MB   105MB   fat16        EFI System Partition  boot, esp
 2      105MB   64.5GB  64.4GB
 3      64.5GB  68.8GB  4295MB
 4      68.8GB  69.3GB  524MB   ext4
 5      69.3GB  142GB   72.8GB                                     lvm

that's it.

2015-12-26: sdb - F23 - let me see if I can manage to install Fedora on the SSD the way I want it.

disk layout: I select LVM, manual partitioning, auto and modify. It gives:

sda4 - /boot 500M
lvm (sda5) fedora_kg-z30b-root 60 GB for / (root)
lvm (sda5) fedora_kg-z30b-swap 7.81 GB (swap)

and it keeps sda1 (100 M) as /boot/efi and claims it will not reformat it.

I connect to my wireless network (via network icon in live desktop) and start installation.

Unfortunately, it gives an error:"An unknown error has occurred": "No such file ore directory: 'grub2-set-default'. Digging deeper, this seems to be bug 1283054, which is "no space left on device". From install logs:

16:48:07,917 INFO program: Running... rsync -pogAXtlHrDx --exclude /dev/ --exclude /proc/ --exclude /sys/ --exclude /run/ --exclude /boot/*rescue* --exclude /etc/machine-id /run/install/source/ /mnt/sysimage
16:48:10,173 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi"","security.selinux") failed: Operation not supported (95)
16:48:10,174 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/.mach_kernel.YIq0Q1"","security.selinux") failed: Operation not supported (95)
16:48:10,174 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/EFI"","security.selinux") failed: Operation not supported (95)
16:48:10,174 INFO program: rsync: rsync_xal_set: lsetxattr(""/mnt/sysimage/boot/efi/EFI/BOOT"","security.selinux") failed: Operation not supported (95)
16:48:10,174 INFO program: rsync: write failed on "/mnt/sysimage/boot/efi/EFI/BOOT/BOOTX64.EFI": No space left on device (28)

which is funny. parted now says:

[liveuser@localhost ~]$ sudo parted /dev/sda print
Model: ATA Samsung SSD 850 (scsi)
Disk /dev/sda: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name                  Flags
 1      20.5kB  105MB   105MB   fat16        EFI System Partition  boot, esp
 2      105MB   64.5GB  64.4GB
 3      64.5GB  68.8GB  4295MB
 4      68.8GB  69.3GB  524MB   ext4
 5      69.3GB  142GB   72.8GB                                     lvm

and it seems that there is space enough:

[liveuser@localhost ~]$ df -h
Filesystem                        Size  Used Avail Use% Mounted on
devtmpfs                          7.8G     0  7.8G   0% /dev
tmpfs                             7.8G   72K  7.8G   1% /dev/shm
tmpfs                             7.8G  1.2M  7.8G   1% /run
tmpfs                             7.8G     0  7.8G   0% /sys/fs/cgroup
/dev/sdb1                         916M  916M     0 100% /run/initramfs/live
/dev/mapper/live-rw               3.9G  2.6G  1.3G  68% /
tmpfs                             7.8G  2.0M  7.8G   1% /tmp
varcacheyum                       7.8G     0  7.8G   0% /var/cache/yum
vartmp                            7.8G  1.9M  7.8G   1% /var/tmp
tmpfs                             1.6G   12K  1.6G   1% /run/user/1000
/dev/mapper/live-base             3.9G  2.6G  1.3G  68% /run/install/source
/dev/mapper/fedora_kg--z30b-root   59G   54M   56G   1% /mnt/sysimage
/dev/sda4                         477M   13M  436M   3% /mnt/sysimage/boot
/dev/sda1                         766K  133K  634K  18% /mnt/sysimage/boot/efi
tmpfs                             7.8G     0  7.8G   0% /mnt/sysimage/dev/shm

not sure what's going on here. More info lsblk says:

[liveuser@localhost ~]$ lsblk
NAME                     MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda                        8:0    0 232.9G  0 disk 
├─sda1                     8:1    0   100M  0 part /mnt/sysimage/boot/efi
├─sda2                     8:2    0    60G  0 part 
├─sda3                     8:3    0     4G  0 part 
├─sda4                     8:4    0   500M  0 part /mnt/sysimage/boot
└─sda5                     8:5    0  67.8G  0 part 
  ├─fedora_kg--z30b-root 253:3    0    60G  0 lvm  /mnt/sysimage
  └─fedora_kg--z30b-swap 253:4    0   7.8G  0 lvm  [SWAP]
sdb                        8:16   1   7.5G  0 disk 
├─sdb1                     8:17   1   916M  0 part /run/initramfs/live
├─sdb2                     8:18   1     4M  0 part 
└─sdb3                     8:19   1  16.2M  0 part 
loop0                      7:0    0     8K  1 loop 
loop1                      7:1    0   1.2M  1 loop 
└─live-osimg-min         253:2    0     4G  1 dm   
loop2                      7:2    0   837M  1 loop 
loop3                      7:3    0     4G  1 loop 
├─live-rw                253:0    0     4G  0 dm   /
├─live-base              253:1    0     4G  1 dm   
└─live-osimg-min         253:2    0     4G  1 dm   
loop4                      7:4    0   512M  0 loop 
└─live-rw                253:0    0     4G  0 dm   /

ok. Let me unmount everything and see if I can resize the esp partition. Gparted cannot do that - it says that FAT12 is unsupported. doh!

2015-12-20: sdb - F23 - I booted the F23 liveUSB again. lsblk shows:

[liveuser@localhost ~]$ lsblk
NAME             MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda                8:0    0 232.9G  0 disk 
├─sda1             8:1    0   100M  0 part 
├─sda2             8:2    0    60G  0 part 
└─sda3             8:3    0     4G  0 part 
sdb                8:16   1   7.5G  0 disk 
├─sdb1             8:17   1   916M  0 part /run/initramfs/live
├─sdb2             8:18   1     4M  0 part 
└─sdb3             8:19   1  16.2M  0 part 
loop0              7:0    0     8K  1 loop 
loop1              7:1    0   1.2M  1 loop 
└─live-osimg-min 253:2    0     4G  1 dm   
loop2              7:2    0   837M  1 loop 
loop3              7:3    0     4G  1 loop 
├─live-rw        253:0    0     4G  0 dm   /
├─live-base      253:1    0     4G  1 dm   
└─live-osimg-min 253:2    0     4G  1 dm   
loop4              7:4    0   512M  0 loop 
└─live-rw        253:0    0     4G  0 dm   /

ok. partition info for sda (internal SSD):

[liveuser@localhost ~]$ sudo parted /dev/sda print
Model: ATA Samsung SSD 850 (scsi)
Disk /dev/sda: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name  Flags
 1      20.5kB  105MB   105MB   fat16              boot, esp
 2      105MB   64.5GB  64.4GB
 3      64.5GB  68.8GB  4295MB

interesting. Or not. 1 is (u)efi, 2 is freebsd-ufs, 3 is freebsd-swap.

info from efibootmgr:

[liveuser@localhost ~]$ sudo efibootmgr
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000,0008,0004,0003,0001,0005,0002
Boot0000* USB Memory
Boot0001* HDD/SSD
Boot0002* LAN2
Boot0003* Windows Boot Manager
Boot0004* Windows Boot Manager
Boot0005* LAN1
Boot0008* Qubes

and details:

[liveuser@localhost ~]$ sudo efibootmgr -v
BootCurrent: 0000
Timeout: 1 seconds
BootOrder: 0000,0008,0004,0003,0001,0005,0002
Boot0000* USB Memory PciRoot(0x0)/Pci(0x14,0x0)/USB(0,0)
Boot0001* HDD/SSD PciRoot(0x0)/Pci(0x1f,0x2)/Sata(0,0,0)
Boot0002* LAN2 PciRoot(0x0)/Pci(0x19,0x0)/MAC(b86b23446cba,0)/IPv4(0.0.0.0:0<->0.0.0.0:0,0,0)
Boot0003* Windows Boot Manager HD(2,GPT,f33c73dd-1d53-11e5-afb4-c505827b8e51,0x200800,0x32000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...9................
Boot0004* Windows Boot Manager HD(2,GPT,f33c73dd-1d53-11e5-afb4-c505827b8e51,0x200800,0x32000)/File(\EFI\Microsoft\Boot\bootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....................
Boot0005* LAN1 PciRoot(0x0)/Pci(0x19,0x0)/MAC(b86b23446cba,0)/IPv6([::]:<->[::]:,0,0)
Boot0008* Qubes HD(1,GPT,cb73d830-ea42-4c25-a7af-786646afe193,0x800,0x64000)/File(\EFI\qubes\xen.efi)

some good info, and some obscured info. Oh well.

2015-12-06: F23 - partition info for sda

[liveuser@localhost ~]$ sudo parted /dev/sda print
Model: ATA TOSHIBA THNSNJ12 (scsi)
Disk /dev/sda: 128GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 

Number  Start   End     Size    File system  Name                  Flags
 1      1049kB  1075MB  1074MB  ntfs         Basic data partition  hidden, diag
 2      1075MB  1180MB  105MB   fat32        Basic data partition  boot, esp
 3      1180MB  1314MB  134MB   ntfs         Basic data partition  msftres
 4      1314MB  116GB   114GB   ntfs         Basic data partition  msftdata
 5      116GB   128GB   12.4GB  ntfs         Basic data partition  hidden, diag

ok

2015-12-06: F23 - sensors info

[liveuser@localhost ~]$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +16.0°C  (crit = +107.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +37.0°C  (high = +105.0°C, crit = +105.0°C)
Core 0:         +36.0°C  (high = +105.0°C, crit = +105.0°C)
Core 1:         +37.0°C  (high = +105.0°C, crit = +105.0°C)

inxi info

[liveuser@localhost ~]$ inxi -c 0 -F
System:    Host: localhost Kernel: 4.2.3-300.fc23.x86_64 x86_64 (64 bit) Desktop: Xfce 4.12.3
           Distro: Fedora release 23 (Twenty Three)
Machine:   System: TOSHIBA product: SATELLITE Z30-B v: PT258E-007015N5
           Mobo: TOSHIBA model: SATELLITE Z30-B v: Version A0 Bios: TOSHIBA v: Version 3.20 date: 04/09/2015
CPU:       Dual core Intel Core i5-5200U (-HT-MCP-) cache: 3072 KB 
           clock speeds: max: 2700 MHz 1: 2200 MHz 2: 2200 MHz 3: 2200 MHz 4: 953 MHz
Graphics:  Card: Intel Broadwell-U Integrated Graphics
           Display Server: Fedora X.org 117999.1 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1920x1080@59.93hz
           GLX Renderer: Mesa DRI Intel HD Graphics 5500 (Broadwell GT2)
           GLX Version: 3.0 Mesa 11.0.3 (git-b4bfea0)
Audio:     Card-1 Intel Wildcat Point-LP High Definition Audio Controller driver: snd_hda_intel
           Card-2 Intel Broadwell-U Audio Controller driver: snd_hda_intel
           Sound: Advanced Linux Sound Architecture v: k4.2.3-300.fc23.x86_64
Network:   Card-1: Intel Ethernet Connection (3) I218-V driver: e1000e
           IF: enp0s25 state: down mac: b8:6b:23:44:6c:ba
           Card-2: Intel Wireless 3160 driver: iwlwifi
           IF: wlp2s0 state: up mac: e4:f8:9c:50:6f:2c
Drives:    HDD Total Size: 136.0GB (2.1% used) ID-1: /dev/sda model: TOSHIBA_THNSNJ12 size: 128.0GB
           ID-2: USB /dev/sdb model: Cruzer_Blade size: 8.0GB
Partition: ID-1: / size: 3.9G used: 2.7G (71%) fs: ext4 dev: /dev/dm-0
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 38.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 189 Uptime: 1:30 Memory: 651.2/15957.7MB Client: Shell (bash) inxi: 2.2.31

ok.

2015-12-06: F23 - info from dmesg (interesting or not):

[    0.000000] Linux version 4.2.3-300.fc23.x86_64 (mockbuild@bkernel02.phx2.fedoraproject.org) (gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC) ) #1 SMP Mon Oct 5 15:42:54 UTC 2015
[    0.000000] Command line: BOOT_IMAGE=/isolinux/vmlinuz0 root=live:LABEL=Fedora-Live-Xfce-x86_64-23-10 ro rd.live.image quiet rhgb
[    0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[    0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.

[    0.000000] efi: EFI v2.31 by TOSHIBA
[    0.000000] efi:  ACPI=0xd90ee000  ACPI 2.0=0xd90ee014  SMBIOS=0xd9294118 
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: TOSHIBA SATELLITE Z30-B/SATELLITE Z30-B, BIOS Version 3.20   04/09/2015

[    0.000000] Secure boot enabled
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000D90EE014 000024 (v02 TOSHIB)
[    0.000000] ACPI: XSDT 0x00000000D90ED0E8 0000A4 (v01 TOSHIB A0096    00000003      01000013)
[    0.000000] ACPI: FACP 0x00000000D90EC000 00010C (v05 TOSHIB A0096    00000003 LOHR 0000005F)
[    0.000000] ACPI: DSDT 0x00000000D90CF000 01264F (v02 TOSHIB A0096    20150216 INTL 20130927)
[    0.000000] ACPI: FACS 0x00000000D90AA000 000040
[    0.000000] ACPI: HPET 0x00000000D90EB000 000038 (v01 TOSHIB A0096    00000001 LOHR 0000005F)
[    0.000000] ACPI: APIC 0x00000000D90EA000 0000BC (v01 TOSHIB A0096    00000001 LOHR 0000005F)
[    0.000000] ACPI: MCFG 0x00000000D90E9000 00003C (v01 TOSHIB A0096    00000001 LOHR 0000005F)
[    0.000000] ACPI: ASF! 0x00000000D90E8000 0000A0 (v32 TOSHIB A0096    00000001 LOHR 0000005F)
[    0.000000] ACPI: BOOT 0x00000000D90E6000 000028 (v01 TOSHIB A0096    00000000 LOHR 0000005F)
[    0.000000] ACPI: MSDM 0x00000000D90E5000 000055 (v03 TOSHIB A0096    00000000 LOHR 0000005F)
[    0.000000] ACPI: SLIC 0x00000000D90E4000 000176 (v01 TOSHIB A0096    00000000 LOHR 0000005F)
[    0.000000] ACPI: DBGP 0x00000000D90E3000 000034 (v01 TOSHIB A0096    00000000 LOHR 0000005F)
[    0.000000] ACPI: SSDT 0x00000000D90CE000 0003F9 (v02 TOSHIB SataAhci 00001000 INTL 20130927)
[    0.000000] ACPI: SSDT 0x00000000D90C8000 00060D (v02 TOSHIB MacUniq2 00001000 INTL 20130927)
[    0.000000] ACPI: SSDT 0x00000000D90C7000 0005E6 (v02 PmRef  Cpu0Ist  00003000 INTL 20130927)
[    0.000000] ACPI: SSDT 0x00000000D90C6000 000B60 (v02 CpuRef CpuSsdt  00003000 INTL 20130927)
[    0.000000] ACPI: SSDT 0x00000000D90C4000 0012DF (v02 SaSsdt SaSsdt   00003000 INTL 20130927)
[    0.000000] ACPI: FPDT 0x00000000D90E2000 000044 (v01 TOSHIB A0096    00000000 LOHR 0000005F)
[    0.000000] ACPI: BGRT 0x00000000D90C3000 000038 (v01 TOSHIB A0096    00000000 LOHR 0000005F)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found

[    0.000000] Reserving Intel graphics stolen memory at 0xdb800000-0xdd7fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs

[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff880421200000 s97048 r8192 d29928 u262144
[    0.000000] pcpu-alloc: s97048 r8192 d29928 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 4105257
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/isolinux/vmlinuz0 root=live:LABEL=Fedora-Live-Xfce-x86_64-23-10 ro rd.live.image quiet rhgb
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Memory: 16215692K/16686416K available (7670K kernel code, 1264K rwdata, 3336K rodata, 1508K init, 1544K bss, 470724K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[    0.000000] NR_IRQS:65792 nr_irqs:760 16
[    0.000000]  Offload RCU callbacks from all CPUs
[    0.000000]  Offload RCU callbacks from CPUs: 0-7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2194.886 MHz processor
[    0.000031] Calibrating delay loop (skipped), value calculated using timer frequency.. 4389.77 BogoMIPS (lpj=2194886)
[    0.000033] pid_max: default: 32768 minimum: 301
[    0.000039] ACPI: Core revision 20150619
[    0.015369] ACPI: All ACPI Tables successfully acquired

[    0.042799] CPU: Physical Processor ID: 0
[    0.042800] CPU: Processor Core ID: 0
[    0.042804] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.042805] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.043874] mce: CPU supports 7 MCE banks
[    0.043884] CPU0: Thermal monitoring handled by SMI

[    0.072119] smpboot: CPU0: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz (fam: 06, model: 3d, stepping: 04)
[    0.072144] Performance Events: PEBS fmt2+, 16-deep LBR, Broadwell events, full-width counters, Intel PMU driver.
[    0.072166] ... version:                3
[    0.072167] ... bit width:              48
[    0.072168] ... generic registers:      4
[    0.072169] ... value mask:             0000ffffffffffff
[    0.072170] ... max period:             0000ffffffffffff
[    0.072170] ... fixed-purpose events:   3
[    0.072171] ... event mask:             000000070000000f
[    0.072922] x86: Booting SMP configuration:
[    0.072924] .... node  #0, CPUs:      #1
[    0.075152] CPU1: Thermal monitoring handled by SMI
[    0.077398] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.077485]  #2
[    0.079697] CPU2: Thermal monitoring handled by SMI
[    0.081897]  #3
[    0.084110] CPU3: Thermal monitoring handled by SMI
[    0.086234] x86: Booted up 1 node, 4 CPUs
[    0.086237] smpboot: Total of 4 processors activated (17559.08 BogoMIPS)

[    0.093680] PM: Registering ACPI NVS region [mem 0xd8fbf000-0xd8fbffff] (4096 bytes)
[    0.093682] PM: Registering ACPI NVS region [mem 0xd8fc2000-0xd90befff] (1036288 bytes)
[    0.093774] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.093864] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.093866] pinctrl core: initialized pinctrl subsystem
[    0.093910] RTC time: 21:09:11, date: 12/06/15
[    0.094030] NET: Registered protocol family 16
[    0.096089] cpuidle: using governor menu
[    0.096140] Simple Boot Flag at 0x7c set to 0x1
[    0.096195] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.096196] ACPI: bus type PCI registered
[    0.096198] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.096273] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.096275] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.096280] PCI: Using configuration type 1 for base access
[    0.099426] ACPI: Added _OSI(Module Device)
[    0.099428] ACPI: Added _OSI(Processor Device)
[    0.099429] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.099430] ACPI: Added _OSI(Processor Aggregator Device)
[    0.103782] ACPI: Executed 11 blocks of module-level executable AML code
[    0.107343] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.108556] ACPI: Dynamic OEM Table Load:
[    0.108565] ACPI: SSDT 0xFFFF88040EAF1800 0003D3 (v02 PmRef  Cpu0Cst  00003001 INTL 20130927)
[    0.109426] ACPI: Dynamic OEM Table Load:
[    0.109434] ACPI: SSDT 0xFFFF88040EAC3000 0005AA (v02 PmRef  ApIst    00003000 INTL 20130927)
[    0.110229] ACPI: Dynamic OEM Table Load:
[    0.110235] ACPI: SSDT 0xFFFF88040EAE7E00 000119 (v02 PmRef  ApCst    00003000 INTL 20130927)
[    0.111693] ACPI: Interpreter enabled
[    0.111702] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150619/hwxface-580)
[    0.111710] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150619/hwxface-580)
[    0.111733] ACPI: (supports S0 S3 S4 S5)
[    0.111735] ACPI: Using IOAPIC for interrupt routing
[    0.111757] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.113742] ACPI: Power Resource [PDOC] (off)
[    0.119795] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[    0.119801] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.120736] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.120738] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration

[    0.130717] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.130720] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.130722] vgaarb: loaded
[    0.130723] vgaarb: bridge control possible 0000:00:02.0

[    0.826958] microcode: CPU0 sig=0x306d4, pf=0x40, revision=0x19
[    0.826964] microcode: CPU1 sig=0x306d4, pf=0x40, revision=0x19
[    0.826971] microcode: CPU2 sig=0x306d4, pf=0x40, revision=0x19
[    0.826979] microcode: CPU3 sig=0x306d4, pf=0x40, revision=0x19
[    0.827029] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba

[    0.829618] zpool: loaded
[    0.829621] zbud: loaded

[    0.835405] efifb: probing for efifb
[    0.835419] efifb: framebuffer at 0xe0000000, mapped to 0xffffc90002000000, using 8100k, total 8100k
[    0.835420] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.835421] efifb: scrolling: redraw
[    0.835422] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.835521] Console: switching to colour frame buffer device 240x67
[    0.839951] fb0: EFI VGA frame buffer device

[    0.839959] intel_idle: MWAIT substates: 0x11142120
[    0.839961] intel_idle: v0.4 model 0x3D
[    0.839962] intel_idle: lapic_timer_reliable_states 0xffffffff

[    0.842002] ahci 0000:00:1f.2: version 3.0
[    0.842183] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    0.852640] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 3 ports 6 Gbps 0x1 impl SATA mode
[    0.852644] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo only pio slum part deso sadm sds apst 
[    0.853137] scsi host0: ahci
[    0.853413] scsi host1: ahci
[    0.853683] scsi host2: ahci
[    0.853735] ata1: SATA max UDMA/133 abar m2048@0xf123b000 port 0xf123b100 irq 42
[    0.853737] ata2: DUMMY
[    0.853738] ata3: DUMMY

[    0.866870] AVX2 version of gcm_enc/dec engaged.

[    0.894903] Loading compiled-in X.509 certificates
[    0.895568] Loaded X.509 cert 'Fedora kernel signing key: 7f1e7775d7634112359e58508de48fd4cfce0fb6'
[    0.895945] EFI: Loaded cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' linked to '.system_keyring'
[    0.895964] EFI: Loaded cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' linked to '.system_keyring'
[    0.896324] EFI: Loaded cert 'Toshiba Corporation Utility CA 2012: cc37e82804de6d8242718850b1af8d5f' linked to '.system_keyring'
[    0.896529] EFI: Loaded cert 'Toshiba Corporation Utility CA2 2012: a1064208cec529a74554a21ede898879' linked to '.system_keyring'
[    0.896967] EFI: Loaded cert 'Fedora Secure Boot CA: fde32599c2d61db1bf5807335d7b20e4cd963b42' linked to '.system_keyring'

[    0.897234] zswap: loading zswap
[    0.897236] zswap: using zbud pool
[    0.897249] zswap: using lzo compressor
[    0.897753]   Magic number: 11:332:196

[    1.158980] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.159210] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.159370] ata1.00: ATA-9: TOSHIBA THNSNJ128GMCU, JUT10101, max UDMA/100
[    1.159372] ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.159925] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.160318] ata1.00: configured for UDMA/100
[    1.160478] scsi 0:0:0:0: Direct-Access     ATA      TOSHIBA THNSNJ12 0101 PQ: 0 ANSI: 5
[    1.160784] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    1.160814] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.160896] sd 0:0:0:0: [sda] Write Protect is off
[    1.160900] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.160943] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.161656]  sda: sda1 sda2 sda3 sda4 sda5
[    1.162011] sd 0:0:0:0: [sda] Attached SCSI disk

[    1.646596] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.5-k
[    1.646600] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.646619] [drm] Initialized drm 1.1.0 20060810
[    1.646982] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode

[    1.842770] e1000e 0000:00:19.0 eth0: registered PHC clock
[    1.842775] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) b8:6b:23:44:6c:ba
[    1.842777] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.842803] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    1.843677] [drm] Memory usable by graphics device = 4096M
[    1.843681] checking generic (e0000000 7e9000) vs hw (e0000000 10000000)
[    1.843683] fb: switching to inteldrmfb from EFI VGA
[    1.843709] Console: switching to colour dummy device 80x25
[    1.843802] [drm] Replacing VGA console driver
[    1.844377] e1000e 0000:00:19.0 enp0s25: renamed from eth0

[    1.849797] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.849799] [drm] Driver supports precise vblank timestamp query.
[    1.849919] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.852622] 8021q: 802.1Q VLAN Support v1.8
[    1.874102] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[    1.874410] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[    1.874497] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
[    1.876433] fbcon: inteldrmfb (fb0) is primary device
[    2.053988] usb 1-7: New USB device found, idVendor=04f2, idProduct=b3b2
[    2.053989] usb 1-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.053991] usb 1-7: Product: TOSHIBA Web Camera - FHD
[    2.053992] usb 1-7: Manufacturer: Chicony Electronics Co.,Ltd.
[    2.053992] usb 1-7: SerialNumber: 0x0001
[    2.145586] input: AlpsPS/2 ALPS DualPoint Stick as /devices/platform/i8042/serio1/input/input7
[    2.157187] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input5

[    3.073965] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.073966] i915 0000:00:02.0: registered panic notifier

[    6.996340] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.22
[    6.997185] toshiba_acpi: KBD function keys not supported
[    6.997672] input: Toshiba input device as /devices/virtual/input/input8
[    6.998785] toshiba_acpi: Illumination device not available
[    7.000651] toshiba_acpi: Accelerometer not supported
[    7.003514] toshiba_acpi: Sleep and Music not supported

[    7.108411] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver

[    7.456233] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[    7.456467] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.456732] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    7.510591] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input9
[    7.510689] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
[    7.510830] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
[    7.517388] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC255: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    7.517392] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.517395] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    7.517396] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    7.517398] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    7.517400] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    7.517402] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    7.526565] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
[    7.526680] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13

[    7.535110] iTCO_vendor_support: vendor-support=0
[    7.548014] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    7.548056] iTCO_wdt: Found a Wildcat Point_LP TCO device (Version=2, TCOBASE=0x1860)
[    7.548228] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)

[    7.584102] Intel(R) Wireless WiFi driver for Linux
[    7.584105] Copyright(c) 2003- 2015 Intel Corporation
[    7.584361] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[    7.587667] cfg80211: World regulatory domain updated:
[    7.587671] cfg80211:  DFS Master region: unset
[    7.587673] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    7.587675] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    7.587678] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[    7.587680] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[    7.587682] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[    7.587684] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[    7.587685] cfg80211:   (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[    7.587687] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[    7.587688] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[    7.606016] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3160-15.ucode failed with error -2
[    7.606040] iwlwifi 0000:02:00.0: Direct firmware load for iwlwifi-3160-14.ucode failed with error -2

[    8.048631] intel_rapl: Found RAPL domain package
[    8.048635] intel_rapl: Found RAPL domain core
[    8.048637] intel_rapl: Found RAPL domain uncore
[    8.048638] intel_rapl: Found RAPL domain dram
[    8.082224] iwlwifi 0000:02:00.0: loaded firmware version 25.30.13.0 op_mode iwlmvm
[    8.112238] usbcore: registered new interface driver btusb
[    8.124754] Bluetooth: hci0: read Intel version: 3707100100012d0d00
[    8.137394] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq

[    8.346308] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 3160, REV=0x164
[    8.346647] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[    8.347164] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled

[    8.382036] uvcvideo: Found UVC 1.00 device TOSHIBA Web Camera - FHD (04f2:b3b2)
[    8.383288] input: TOSHIBA Web Camera - FHD as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/input/input14

[    8.484152] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    8.488108] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0

[   12.712909] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   12.713420] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   12.822972] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled
[   12.823480] iwlwifi 0000:02:00.0: L1 Enabled - LTR Enabled

[   56.198671] wlp2s0: authenticate with e0:cb:4e:86:81:0b
[   56.207267] wlp2s0: send auth to e0:cb:4e:86:81:0b (try 1/3)
[   56.280873] wlp2s0: authenticated
[   56.282129] wlp2s0: associate with e0:cb:4e:86:81:0b (try 1/3)
[   56.288019] wlp2s0: RX AssocResp from e0:cb:4e:86:81:0b (capab=0x411 status=0 aid=15)
[   56.289281] wlp2s0: associated
[   56.289326] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready

usb mouse

[  405.591334] usb 1-5: Product: 2.4GHz 2way RF Receiver
[  405.592351] usb 1-5: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[  405.592359] usb 1-5: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[  405.599757] input: 2.4GHz 2way RF Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:1BCF:05CA.0001/input/input15
[  405.651159] hid-generic 0003:1BCF:05CA.0001: input,hidraw0: USB HID v1.00 Keyboard [2.4GHz 2way RF Receiver] on usb-0000:00:14.0-5/input0
[  405.657580] input: 2.4GHz 2way RF Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1/0003:1BCF:05CA.0002/input/input16
[  405.708933] hid-generic 0003:1BCF:05CA.0002: input,hiddev0,hidraw1: USB HID v1.00 Mouse [2.4GHz 2way RF Receiver] on usb-0000:00:14.0-5/input1

ok.

2015-12-06: F23 - I booted Fedora 23 (Xfce spin) off a usb stick.

[liveuser@localhost ~]$ more /etc/fedora-release
Fedora release 23 (Twenty Three)
[liveuser@localhost ~]$ uname -a
Linux localhost 4.2.3-300.fc23.x86_64 #1 SMP Mon Oct 5 15:42:54 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

gfx

[liveuser@localhost ~]$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 294mm x 165mm
   1920x1080     59.93*+  48.00  
   1400x1050     59.98  
   1600x900      60.00  
   1280x1024     60.02  
   1280x960      60.00  
   1368x768      60.00  
   1280x720      60.00  
   1024x768      60.00  
   1024x576      60.00  
   960x540       60.00  
   800x600       60.32    56.25  
   864x486       60.00  
   640x480       59.94  
   720x405       60.00  
   640x360       60.00  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)

network (wireless) also works:

[liveuser@localhost ~]$ ifconfig wlp2s0
wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.1.161.22  netmask 255.255.0.0  broadcast 10.1.255.255
        inet6 fe80::e6f8:9cff:fe50:6f2c  prefixlen 64  scopeid 0x20<link>
        ether e4:f8:9c:50:6f:2c  txqueuelen 1000  (Ethernet)
        RX packets 7667  bytes 4514038 (4.3 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 3631  bytes 889483 (868.6 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

the wired network card is detected as

[liveuser@localhost ~]$ ifconfig enp0s25
enp0s25: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether b8:6b:23:44:6c:ba  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 20  memory 0xf1200000-f1220000  

pci info

[liveuser@localhost ~]$ lspci
00:00.0 Host bridge: Intel Corporation Broadwell-U Host Bridge -OPI (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Broadwell-U Integrated Graphics (rev 09)
00:03.0 Audio device: Intel Corporation Broadwell-U Audio Controller (rev 09)
00:14.0 USB controller: Intel Corporation Wildcat Point-LP USB xHCI Controller (rev 03)
00:16.0 Communication controller: Intel Corporation Wildcat Point-LP MEI Controller #1 (rev 03)
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection (3) I218-V (rev 03)
00:1b.0 Audio device: Intel Corporation Wildcat Point-LP High Definition Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #6 (rev e3)
00:1c.2 PCI bridge: Intel Corporation Wildcat Point-LP PCI Express Root Port #3 (rev e3)
00:1f.0 ISA bridge: Intel Corporation Wildcat Point-LP LPC Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation Wildcat Point-LP SATA Controller [AHCI Mode] (rev 03)
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227 PCI Express Card Reader (rev 01)
02:00.0 Network controller: Intel Corporation Wireless 3160 (rev cb)

usb info

[liveuser@localhost ~]$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 8087:07dc Intel Corp. 
Bus 001 Device 004: ID 04f2:b3b2 Chicony Electronics Co., Ltd 
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 006: ID 1bcf:05ca Sunplus Innovation Technology Inc. 
Bus 001 Device 002: ID 0781:5567 SanDisk Corp. Cruzer Blade
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

ok.