LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Suffering occasional system freezes
#1
Hi, all,

Since Sunday before last, I've had three apparent complete system freezes.  The first was during a DVD write, and I am confident it was a system freeze rather than a simple graphics freeze (with the system still running), and the DVD write did not complete despite leaving it 20 minutes (it normally completes in 5 or so).

Being new to Linux, I was wondering if anyone has any advice on how to go about diagnosing such freezes - for example, which log files to check, what terminal commands to try, etc.?

Thanks,
Ian
Don't worry about artificial intelligence.  Worry about natural stupidity.  Smile
Reply
#2
Hi [member=7114]ian_r_h[/member]

Quote:Being new to Linux, I was wondering if anyone has any advice on how to go about diagnosing such freezes - for example, which log files to check, what terminal commands to try, etc.?

Since there might be a number of reasons for that to happen, it's really hard to tell/advice about how to proceed without being in front of that pc. However, there's plenty of info on google and running a search with the right terms should be the first step, I know, easier said than done, cause sometimes those "right terms" are not that clear to us specially when we're not sure on what we're looking for. In your case I googled for "ubuntu freezes" and "view logs in linux",  this brought up some interesting results. Read and see if you find something that may help with your issue
https://askubuntu.com/questions/4408/wha...tu-freezes
https://askubuntu.com/questions/761706/u...g-randomly
https://askubuntu.com/questions/916966/h...em-freezes
https://unix.stackexchange.com/questions...ntu-system
https://www.maketecheasier.com/4-ways-to...ntu-crash/
https://bugs.launchpad.net/ubuntu/+sourc...ug/1677491
https://ubuntu-mate.community/t/screen-f...nsive/5610
https://www.linux.com/learn/sysadmin/vie...mmand-line
https://www.cyberciti.biz/faq/linux-log-...ogs-files/
http://www.thegeekstuff.com/2011/08/linu...log-files/

It's a lot of reading I know but I'm sure not only you'll learn quite a few interesting things but also find something helpful in any of those articles/posts that will help you in diagnosing/resolving your issue, so next time you might tell us what to do when facing a similar situation Wink

Hope this helps! Smile
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply
#3
Thanks, Moltke,

My next immediate plan of action was indeed to do those very same searches.

I'll report back should I find the solution (or at least identify the cause).

My immediate hunch is it's possibly a problem between the Linux Kernel and whatever graphics driver this unit is running - as before a recent Kernel update I was getting obvious graphics problems but not a system freeze; whereas now I am getting system freezes and none of those obvious graphics problems.

But I'll see what turns up.
Don't worry about artificial intelligence.  Worry about natural stupidity.  Smile
Reply
#4
Well, I can immediately rule out something simple like a recent theme change.  Changed it back, and it froze again.

The meantime between freezes is on the order of 16 hours.  This is worryingly frequent, given my backup model assumes crashes on the order of a meantime of 28 days or better.

Also, the nature of the lock-up is requiring a hard reset; which I'm guessing carries a per-event risk of corruption possibly requiring a rebuild.

So far, I have tried:-
1)  CTRL-ALT-DEL.  This has no effect.
2)  Enabled sudo sysctl -w kernel.sysrq = 1 ahead of any freeze and verified by sysctl -a.
3)  ALT+sysrq R E I S U B (ten seconds between each letter) had no effect.
4)  Tapping the power button had no effect.
5)  Had to hold the power button to hard power off the computer.

To begin diagnosis, I propose:-

1)  Recording the exact time of the freeze from the panel clock, which I've set to include seconds.
2)  Check the main event log /var/log/syslog at that time to look for any error immediately prior to the lockup.

And continuing Googling.

One quick question - is it possible to boot into an earlier kernel version to see whether the problem continues, and if so. how?

Would I need to boot into the latest kernel before updating system and software?

Thanks,
Ian
Don't worry about artificial intelligence.  Worry about natural stupidity.  Smile
Reply
#5
Hi [member=7114]ian_r_h[/member]

Quote:One quick question - is it possible to boot into an earlier kernel version to see whether the problem continues, and if so. how?

Hold down the "shift" button while booting, this will display the grub menu where you can select a different kernel to boot from. Out of curiousity, what kernel version are you using?  Open a terminal and run
Code:
$ uname -r
this will tell what kernel version you're system is using.

Quote:Would I need to boot into the latest kernel before updating system and software?

I'm not sure I understand your question but, unless you've installed a newer one, I think that "the latest" available kernel at the time LL was released is already installed in your system and it's the one it boots from, a newer version is usually installed when updating if available. However, if you want to try a new one go here: https://www.freecinema2022.gq/forums/linux...ernel/270/ 
There you'll find instructions on how to install kernel versions 4.11 to latest 4.14 as well as older ones.
By the way, I completely forgot about it but there's a tool in LL for viewing logs called "system events" or something like that, - my language's spanish - Look for it in whisker menu on system entries.

Hope this helps! Smile

Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply
#6
Gracias, Moltke.

(I've just started learning Spanish, as I have access to a native speaker at the moment!  But that is pretty much the extent of it at the moment.)

uname -r reports that I am using 4.4.0-102.generic.

I had tried compositing and have a hunch that it might be that which has been causing the system freezes.  It certainly seems to be one common cause.  I've now disabled it and will see how it goes first (as well as doing a memtest check from a DVD live boot).

Thanks for the info on booting from an earlier kernel if available.

My question is that when it comes to updating, presumably I need to boot from the current kernel (4.4.0-102-generic), rather than booting from an earlier kernel?

Thanks, again.
Don't worry about artificial intelligence.  Worry about natural stupidity.  Smile
Reply
#7
Hi [member=7114]ian_r_h[/member] an

Quote:My question is that when it comes to updating, presumably I need to boot from the current kernel (4.4.0-102-generic), rather than booting from an earlier kernel?
  There's no need to change the kernel LL boots by default, at least I have never needed to not in LL nor in any other distro I've tried.

Next time your system freezes, hope it doesn't but if it does try the following, press "Ctrl+Alt+F1" this will take you into a command line mode, give it a couple  of seconds and then press "Ctrl+Alt+F7" which will take you back to your desktop. If it works and your system is no longer froze then we can think of possibles causes.
You could also try a newer kernel version. Also, would you mind doing a system report with LL tool for that and attaching it here so people can take a look at it and help in diagnosing your issue.
Hope this helps! Smile
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply
#8
Thanks again,

Just swapped back to the offending laptop for live use - so will now find out whether the problem was caused by compositing or not!

System report follows:-

Linux Lite System Report
Report Date: Fri Dec 15 13:58:27 2017

• Hostname: linux02
• Installed on: Wed Oct 25 10:44:28 2017
BIOS
BIOS Information
Vendor: American Megatrends Inc.
Version: 5.11
Release Date: 03/30/2016
Address: 0xF0000
Runtime Size: 64 kB
ROM Size: 5120 kB
Characteristics:
PCI is supported
BIOS is upgradeable
BIOS shadowing is allowed
Boot from CD is supported
Selectable boot is supported
BIOS ROM is socketed
EDD is supported
Print screen service is supported (int 5h)
8042 keyboard services are supported (int 9h)
Printer services are supported (int 17h)
ACPI is supported
USB legacy is supported
BIOS boot specification is supported
Targeted content distribution is supported
UEFI is supported
BIOS Revision: 5.11
Motherboard
Base Board Information
Manufacturer: CLEVO
Product Name: W94_95_97JU
Version: Not Applicable
Serial Number: Not Applicable
Asset Tag: Tag 12345
Features:
Board is a hosting board
Board is replaceable
Location In Chassis: Not Applicable
Chassis Handle: 0x0003
Type: Motherboard
Contained Object Handles: 0
Chassis Information
Manufacturer: Notebook
Type: Notebook
Lock: Not Present
Version: N/A
Serial Number: None
Asset Tag: No Asset Tag
Boot-up State: Safe
Power Supply State: Safe
Thermal State: Safe
Security Status: None
OEM Information: 0x00000000
Height: Unspecified
Number Of Power Cords: 1
Contained Elements: 0
SKU Number: Default string
CPU
CPU Information
Model name: Intel® Core™ i3-6100U CPU @ 2.30GHz
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 2
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 78
Stepping: 3
CPU MHz: 2300.000
CPU max MHz: 2300.0000
CPU min MHz: 400.0000
BogoMIPS: 4608.42
Virtualization: VT-x
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 3072K
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch epb intel_pt tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx rdseed adx smap clflushopt xsaveopt xsavec xgetbv1 dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp
Environment Variables
Environment Variables Information
SHELL=/bin/bash
PKEXEC_UID=1000
USER=root
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
PWD=/root
LANG=en_US.UTF-8
SHLVL=1
HOME=/root
LANGUAGE=en_US
LOGNAME=root
DISPLAY=:0.0
XAUTHORITY=/home/ian/.Xauthority
_=/usr/bin/printenv
Graphics
Graphics Chip Information
description: VGA compatible controller
product: Sky Lake Integrated Graphics
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 07
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915_bpo latency=0
resources: irq:125 memory:de000000-deffffff memory:c0000000-cfffffff ioport:f000(size=64)
Groups
User 'ian' Groups
ian adm cdrom sudo dip plugdev lpadmin sambashare

Hard Drive/SSD
File Systems
Filesystem Type 1K-blocks Used Available Use% Mounted-on
udev devtmpfs 1957824 0 1957824 0% /dev
tmpfs tmpfs 396012 6544 389468 2% /run
/dev/mapper/linux--vg-root ext4 476048440 26186036 425657504 6% /
tmpfs tmpfs 1980060 19076 1960984 1% /dev/shm
tmpfs tmpfs 5120 4 5116 1% /run/lock
tmpfs tmpfs 1980060 0 1980060 0% /sys/fs/cgroup
/dev/sda1 ext2 482922 117843 340145 26% /boot
cgmfs tmpfs 100 0 100 0% /run/cgmanager/fs
tmpfs tmpfs 396012 40 395972 1% /run/user/1000

Mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=1957824k,nr_inodes=489456,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=396012k,mode=755)
/dev/mapper/linux--vg-root on / type ext4 (rw,relatime,errors=remount-ro,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids,release_agent=/run/cgmanager/agents/cgm-release-agent.pids)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb,release_agent=/run/cgmanager/agents/cgm-release-agent.hugetlb)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children)
cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event,release_agent=/run/cgmanager/agents/cgm-release-agent.perf_event)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
mqueue on /dev/mqueue type mqueue (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
/dev/sda1 on /boot type ext2 (rw,relatime,block_validity,barrier,user_xattr,acl,stripe=4)
cgmfs on /run/cgmanager/fs type tmpfs (rw,relatime,size=100k,mode=755)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=396012k,mode=700,uid=1000,gid=1000)
gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)

Disk:
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x435f1829

Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 999423 997376 487M 83 Linux
/dev/sda2 1001470 976771071 975769602 465.3G 5 Extended
/dev/sda5 1001472 976771071 975769600 465.3G 83 Linux

Disk Info
/dev/sda:
Model=HGST HTS545050A7E680, FwRev=GR2OA230, SerialNo=RBG55AAH3BUMLP
Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs }
RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4
BuffType=DualPortCache, BuffSize=8192kB, MaxMultSect=16, MultSect=16
CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=976773168
IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 udma2 udma3 udma4 udma5 *udma6
AdvancedPM=yes: mode=0x80 (128) WriteCache=enabled
Drive conforms to: unknown: ATA/ATAPI-2,3,4,5,6,7
* signifies the current active mode
Kernel Modules
Kernel Modules Information
Module Size Used by
ctr 16384 2
ccm 20480 2
binfmt_misc 20480 1
udp_diag 16384 0
tcp_diag 16384 0
inet_diag 20480 2 tcp_diag,udp_diag
nls_utf8 16384 0
isofs 40960 0
cmac 16384 0
rfcomm 69632 12
bnep 20480 2
arc4 16384 2
iwlmvm 311296 0
mac80211 737280 1 iwlmvm
snd_soc_skl 49152 0
uvcvideo 90112 0
snd_soc_skl_ipc 32768 1 snd_soc_skl
snd_hda_ext_core 28672 1 snd_soc_skl
videobuf2_vmalloc 16384 1 uvcvideo
videobuf2_memops 16384 1 videobuf2_vmalloc
intel_rapl 20480 0
videobuf2_v4l2 28672 1 uvcvideo
videobuf2_core 36864 2 uvcvideo,videobuf2_v4l2
snd_soc_sst_ipc 16384 1 snd_soc_skl_ipc
v4l2_common 16384 1 videobuf2_v4l2
snd_soc_sst_dsp 53248 1 snd_soc_skl_ipc
snd_soc_core 212992 1 snd_soc_skl
videodev 176128 4 uvcvideo,v4l2_common,videobuf2_core,videobuf2_v4l2
media 24576 2 uvcvideo,videodev
snd_compress 20480 1 snd_soc_core
ac97_bus 16384 1 snd_soc_core
x86_pkg_temp_thermal 16384 0
snd_pcm_dmaengine 16384 1 snd_soc_core
intel_powerclamp 16384 0
coretemp 16384 0
dw_dmac_core 24576 1 snd_soc_sst_dsp
snd_hda_codec_hdmi 53248 1
btusb 45056 0
snd_hda_codec_realtek 90112 1
kvm_intel 172032 0
snd_hda_codec_generic 77824 1 snd_hda_codec_realtek
btrtl 16384 1 btusb
iwlwifi 200704 1 iwlmvm
kvm 544768 1 kvm_intel
snd_hda_intel 40960 3
snd_hda_codec 135168 4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
snd_hda_core 73728 7 snd_hda_codec_realtek,snd_hda_ext_core,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_soc_skl
hci_uart 77824 0
btqca 16384 1 hci_uart
btbcm 16384 2 btusb,hci_uart
btintel 16384 2 btusb,hci_uart
irqbypass 16384 1 kvm
snd_hwdep 16384 1 snd_hda_codec
snd_pcm 106496 8 snd_hda_ext_core,snd_soc_core,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_soc_skl,snd_pcm_dmaengine,snd_hda_core
bluetooth 520192 41 bnep,btbcm,btqca,btrtl,btusb,hci_uart,rfcomm,btintel
cfg80211 565248 3 iwlwifi,mac80211,iwlmvm
snd_seq_midi 16384 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_rawmidi 32768 1 snd_seq_midi
snd_seq 69632 2 snd_seq_midi_event,snd_seq_midi
rtsx_pci_ms 20480 0
memstick 20480 1 rtsx_pci_ms
joydev 20480 0
input_leds 16384 0
snd_seq_device 16384 3 snd_seq,snd_rawmidi,snd_seq_midi
serio_raw 16384 0
mei_me 36864 0
snd_timer 32768 2 snd_pcm,snd_seq
mei 98304 1 mei_me
snd 81920 19 snd_hda_codec_realtek,snd_soc_core,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_compress
soundcore 16384 1 snd
intel_lpss_acpi 16384 0
intel_lpss 16384 1 intel_lpss_acpi
shpchp 36864 0
mac_hid 16384 0
acpi_pad 24576 0
ip6t_REJECT 16384 1
nf_reject_ipv6 16384 1 ip6t_REJECT
nf_log_ipv6 16384 5
xt_hl 16384 22
ip6t_rt 16384 3
nf_conntrack_ipv6 20480 8
nf_defrag_ipv6 36864 1 nf_conntrack_ipv6
ipt_REJECT 16384 1
nf_reject_ipv4 16384 1 ipt_REJECT
nf_log_ipv4 16384 5
nf_log_common 16384 2 nf_log_ipv4,nf_log_ipv6
xt_LOG 16384 10
xt_limit 16384 13
xt_tcpudp 16384 18
xt_addrtype 16384 4
nf_conntrack_ipv4 16384 8
nf_defrag_ipv4 16384 1 nf_conntrack_ipv4
xt_conntrack 16384 16
ip6table_filter 16384 1
ip6_tables 28672 1 ip6table_filter
nf_conntrack_netbios_ns 16384 0
nf_conntrack_broadcast 16384 1 nf_conntrack_netbios_ns
nf_nat_ftp 16384 0
nf_nat 24576 1 nf_nat_ftp
nf_conntrack_ftp 20480 1 nf_nat_ftp
nf_conntrack 106496 8 nf_nat_ftp,nf_conntrack_netbios_ns,nf_nat,xt_conntrack,nf_conntrack_broadcast,nf_conntrack_ftp,nf_conntrack_ipv4,nf_conntrack_ipv6
parport_pc 32768 0
iptable_filter 16384 1
ip_tables 24576 1 iptable_filter
ppdev 20480 0
x_tables 36864 13 ip6table_filter,xt_hl,ip_tables,xt_tcpudp,xt_limit,xt_conntrack,xt_LOG,iptable_filter,ip6t_rt,ipt_REJECT,ip6_tables,xt_addrtype,ip6t_REJECT
lp 20480 0
parport 49152 3 lp,ppdev,parport_pc
autofs4 40960 2
btrfs 991232 0
xor 24576 1 btrfs
raid6_pq 102400 1 btrfs
drbg 32768 1
ansi_cprng 16384 0
algif_skcipher 20480 0
af_alg 16384 1 algif_skcipher
dm_crypt 28672 1
hid_generic 16384 0
usbhid 49152 0
dm_mirror 24576 0
dm_region_hash 24576 1 dm_mirror
dm_log 20480 2 dm_region_hash,dm_mirror
rtsx_pci_sdmmc 24576 0
crct10dif_pclmul 16384 0
crc32_pclmul 16384 0
i915_bpo 1306624 3
ghash_clmulni_intel 16384 0
aesni_intel 167936 6
aes_x86_64 20480 1 aesni_intel
lrw 16384 1 aesni_intel
gf128mul 16384 1 lrw
glue_helper 16384 1 aesni_intel
ablk_helper 16384 1 aesni_intel
cryptd 20480 4 ghash_clmulni_intel,aesni_intel,ablk_helper
intel_ips 20480 1 i915_bpo
i2c_algo_bit 16384 1 i915_bpo
drm_kms_helper 155648 1 i915_bpo
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
psmouse 131072 0
sysimgblt 16384 1 drm_kms_helper
r8169 81920 0
fb_sys_fops 16384 1 drm_kms_helper
rtsx_pci 53248 2 rtsx_pci_ms,rtsx_pci_sdmmc
mii 16384 1 r8169
drm 364544 4 i915_bpo,drm_kms_helper
ahci 36864 2
libahci 32768 1 ahci
wmi 20480 0
video 40960 1 i915_bpo
pinctrl_sunrisepoint 28672 0
i2c_hid 20480 0
pinctrl_intel 20480 1 pinctrl_sunrisepoint
hid 118784 3 i2c_hid,hid_generic,usbhid
fjes 28672 0

Kernel & Operating System
Kernel & Operating System Information
Description: Linux Lite 3.6
Release: 16.04
Codename: xenial
Kernel 4.4.0-102-generic #125-Ubuntu SMP Tue Nov 21 15:15:11 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Memory (RAM)
Memory (RAM) Information
RAM Speed: Unknown
Physical RAM Details (one section per ram slot)

Memory Device
Array Handle: 0x0018
Error Information Handle: Not Provided
Total Width: Unknown
Data Width: Unknown
Size: No Module Installed
Form Factor: Unknown
Set: None
Locator: ChannelA-DIMM0
Bank Locator: BANK 0
Type: Unknown
Type Detail: None
Speed: Unknown
Manufacturer: Not Specified
Serial Number: Not Specified
Asset Tag: Not Specified
Part Number: Not Specified
Rank: Unknown
Configured Clock Speed: Unknown
Minimum Voltage: Unknown
Maximum Voltage: Unknown
Configured Voltage: Unknown
Handle 0x001A, DMI type 17, 40 bytes

Memory Device
Array Handle: 0x0018
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 4096 MB
Form Factor: SODIMM
Set: None
Locator: ChannelB-DIMM0
Bank Locator: BANK 2
Type: DDR3
Type Detail: Synchronous
Speed: 1600 MHz
Manufacturer: Kingston
Serial Number: 07581425
Asset Tag: 9876543210
Part Number: 99U5469-045.A00LF
Rank: 1
Configured Clock Speed: 1600 MHz
Minimum Voltage: Unknown
Maximum Voltage: Unknown
Configured Voltage: 1.35 V
Network
Network Information
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:5979 errors:0 dropped:0 overruns:0 frame:0
TX packets:5979 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:1863593 (1.8 MB) TX bytes:1863593 (1.8 MB)
p4p1 Link encap:Ethernet HWaddr 80:fa:5b:29:98:46
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlp2s0 Link encap:Ethernet HWaddr a4:34:d9:dd:37:7c
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::f92e:6288:2f52:5ffd/64 Scope:Link
inet6 addr: fe80::f744:bf5b:7031:666d/64 Scope:Link
inet6 addr: fe80::d36c:2872:d8f5:528d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7638 errors:0 dropped:0 overruns:0 frame:0
TX packets:6191 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7935374 (7.9 MB) TX bytes:1080206 (1.0 MB)

Network Interfaces
auto lo
iface lo inet loopback

Network Hardware
H/W-path Device Class Description
/0/100/1c/0.1 p4p1 network RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
/0/100/1c.1/0 wlp2s0 network Wireless 8260

PCI
PCI Information
00:00.0 Host bridge: Intel Corporation Sky Lake Host Bridge/DRAM Registers (rev 08)
00:02.0 VGA compatible controller: Intel Corporation Sky Lake Integrated Graphics (rev 07)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
00:1c.1 PCI bridge: Intel Corporation Device 9d11 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-LP LPC Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device 5287 (rev 01)
01:00.1 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 12)
02:00.0 Network controller: Intel Corporation Wireless 8260 (rev 3a)
Software Information
Installed Software Information
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
ii accountsservice 0.6.40-2ubuntu11.3 amd64 query and manipulate user account information
ii acl 2.2.52-3 amd64 Access control list utilities
ii acpi-support 0.142 amd64 scripts for handling many ACPI events
ii acpid 1:2.0.26-1ubuntu2 amd64 Advanced Configuration and Power Interface event daemon
ii adduser 3.113+nmu3ubuntu4 all add and remove users and groups
ii adwaita-icon-theme 3.18.0-2ubuntu3.1 all default icon theme of GNOME (small subset)
ii alacarte 3.11.91-2 all easy GNOME menu editing tool
ii alsa-base 1.0.25+dfsg-0ubuntu5 all ALSA driver configuration files
ii alsa-utils 1.1.0-0ubuntu5 amd64 Utilities for configuring and using ALSA
ii apg 2.2.3.dfsg.1-2ubuntu1 amd64 Automated Password Generator - Standalone version
ii app-install-data 15.10 all Ubuntu applications (data files)
ii apparmor 2.10.95-0ubuntu2.7 amd64 user-space parser utility for AppArmor
ii apt 1.2.25 amd64 commandline package manager
ii apt-clone 0.4.1ubuntu1 all Script to create state bundles
ii apt-transport-https 1.2.25 amd64 https download transport for APT
ii apt-utils 1.2.25 amd64 package management related utility programs
ii apt-xapian-index 0.47ubuntu8.3 all maintenance and search tools for a Xapian index of Debian packages
ii aptdaemon 1.1.1+bzr982-0ubuntu14 all transaction based package management service
ii aptdaemon-data 1.1.1+bzr982-0ubuntu14 all data files for clients
ii aptitude 0.7.4-2ubuntu2 amd64 terminal-based package manager
ii aptitude-common 0.7.4-2ubuntu2 all architecture independent files for the aptitude package manager
ii archdetect-deb 1.117ubuntu2.2 amd64 Hardware architecture detector
ii aspell 0.60.7~20110707-3build1 amd64 GNU Aspell spell-checker
ii aspell-en 7.1-0-1.1 all English dictionary for GNU Aspell
ii at-spi2-core 2.18.3-4ubuntu1 amd64 Assistive Technology Service Provider Interface (dbus core)
ii attr 1:2.4.47-2 amd64 Utilities for manipulating filesystem extended attributes
ii autoconf 2.69-9 all automatic configure script builder
ii automake 1:1.15-4ubuntu1 all Tool for generating GNU Standards-compliant Makefiles
ii autopoint 0.19.7-2ubuntu3 all The autopoint program from GNU gettext
ii autotools-dev 20150820.1 all Update infrastructure for config.{guess,sub} files
ii avahi-daemon 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi mDNS/DNS-SD daemon
ii avahi-utils 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi browsing, publishing and discovery utilities
ii b43-fwcutter 1:019-2 amd64 utility for extracting Broadcom 43xx firmware
ii base-files 9.4ubuntu4.5 amd64 Debian base system miscellaneous files
ii base-passwd 3.5.39 amd64 Debian base system master password and group files
ii bash 4.3-14ubuntu1.2 amd64 GNU Bourne Again SHell
ii bash-completion 1:2.1-4.2ubuntu1.1 all programmable completion for the bash shell
ii bc 1.06.95-9build1 amd64 GNU bc arbitrary precision calculator language
pc bcmwl-kernel-source 6.30.223.271+bdcom-0ubuntu1~1.1 amd64 Broadcom 802.11 Linux STA wireless driver source
ii bind9-host 1:9.10.3.dfsg.P4-8ubuntu1.9 amd64 Version of 'host' bundled with BIND 9.X
ii binutils 2.26.1-1ubuntu1~16.04.6 amd64 GNU assembler, linker and binary utilities
ii biosdevname 0.4.1-0ubuntu9 amd64 apply BIOS-given names to network devices
ii bleachbit 1.10-1 all delete unnecessary files from the system
ii blueman 2.0.4-1ubuntu2 amd64 Graphical bluetooth manager
ii bluetooth 5.37-0ubuntu5.1 all Bluetooth support
ii bluez 5.37-0ubuntu5.1 amd64 Bluetooth tools and daemons
ii bluez-cups 5.37-0ubuntu5.1 amd64 Bluetooth printer driver for CUPS
ii bluez-obexd 5.37-0ubuntu5.1 amd64 bluez obex daemon
ii bogl-bterm 0.1.18-9ubuntu1 amd64 Ben's Own Graphics Library - graphical terminal
ii browser-plugin-vlc 2.0.6-4 amd64 multimedia plugin for web browsers based on VLC
ii bsd-mailx 8.1.2-0.20160123cvs-2 amd64 simple mail user agent
ii bsdmainutils 9.0.6ubuntu3 amd64 collection of more utilities from FreeBSD
ii bsdutils 1:2.27.1-6ubuntu3.4 amd64 basic utilities from 4.4BSD-Lite
ii btrfs-tools 4.4-1ubuntu1 amd64 Checksumming Copy on Write Filesystem utilities
ii build-essential 12.1ubuntu2 amd64 Informational list of build-essential packages
ii busybox-initramfs 1:1.22.0-15ubuntu1 amd64 Standalone shell setup for initramfs
ii busybox-static 1:1.22.0-15ubuntu1 amd64 Standalone rescue shell with tons of builtin utilities
ii bzip2 1.0.6-8 amd64 high-quality block-sorting file compressor - utilities
ii ca-certificates 20170717~16.04.1 all Common CA certificates
ii ca-certificates-java 20160321 all Common CA certificates (JKS keystore)
ii cabextract 1.6-1 amd64 Microsoft Cabinet file unpacker
ii casper 1.376.2 amd64 Run a "live" preinstalled system from read-only media
ii catfish 1.4.2-0ubuntu1 all File searching tool which is configurable via the command line
ii ccrypt 1.10-4 amd64 secure encryption and decryption of files and streams
ii cgmanager 0.39-2ubuntu5 amd64 Central cgroup manager daemon
ii cheese-common 3.18.1-2ubuntu3 all Common files for the Cheese tool to take pictures and videos
ii chkrootkit 0.50-3.2 amd64 rootkit detector
ii chromium-browser 62.0.3202.94-0ubuntu0.16.04.1317 amd64 Chromium web browser, open-source version of Chrome
ii chromium-browser-l10n 62.0.3202.94-0ubuntu0.16.04.1317 all chromium-browser language packages
ii chromium-codecs-ffmpeg-extra 62.0.3202.94-0ubuntu0.16.04.1317 amd64 Extra ffmpeg codecs for the Chromium Browser
ii cifs-utils 2:6.4-1ubuntu1.1 amd64 Common Internet File System utilities
ii clamav 0.99.2+dfsg-0ubuntu0.16.04.2 amd64 anti-virus utility for Unix - command-line interface
ii clamav-base 0.99.2+dfsg-0ubuntu0.16.04.2 all anti-virus utility for Unix - base package
ii clamav-freshclam 0.99.2+dfsg-0ubuntu0.16.04.2 amd64 anti-virus utility for Unix - virus database update utility
ii colord 1.2.12-1ubuntu1 amd64 system service to manage device colour profiles -- system daemon
ii colord-data 1.2.12-1ubuntu1 all system service to manage device colour profiles -- data files
ii command-not-found 0.3ubuntu16.04.2 all Suggest installation of packages in interactive bash sessions
ii command-not-found-data 0.3ubuntu16.04.2 amd64 Set of data files for command-not-found.
ii compiz 1:0.9.12.3+16.04.20171116-0ubuntu1 all OpenGL window and compositing manager
ii compiz-core 1:0.9.12.3+16.04.20171116-0ubuntu1 amd64 OpenGL window and compositing manager
ii compiz-gnome 1:0.9.12.3+16.04.20171116-0ubuntu1 amd64 OpenGL window and compositing manager - GNOME window decorator
ii compiz-plugins-default:amd64 1:0.9.12.3+16.04.20171116-0ubuntu1 amd64 OpenGL window and compositing manager - default plugins
ii conky-all 1.10.1-3 amd64 highly configurable system monitor (all features enabled)
ii console-setup 1.108ubuntu15.4 all console font and keymap setup program
ii console-setup-linux 1.108ubuntu15.4 all Linux specific part of console-setup
ii consolekit 0.4.6-5 amd64 framework for defining and tracking users, sessions and seats
ii coreutils 8.25-2ubuntu3~16.04 amd64 GNU core utilities
ii cpio 2.11+dfsg-5ubuntu1 amd64 GNU cpio -- a program to manage archives of files
ii cpp 4:5.3.1-1ubuntu1 amd64 GNU C preprocessor (cpp)
ii cpp-4.8 4.8.5-4ubuntu2 amd64 GNU C preprocessor
ii cpp-5 5.4.0-6ubuntu1~16.04.5 amd64 GNU C preprocessor
ii cracklib-runtime 2.9.2-1ubuntu1 amd64 runtime support for password checker library cracklib2
ii crda 3.13-1 amd64 wireless Central Regulatory Domain Agent
ii cron 3.0pl1-128ubuntu2 amd64 process scheduling daemon
ii cryptsetup 2:1.6.6-5ubuntu2.1 amd64 disk encryption support - startup scripts
ii cryptsetup-bin 2:1.6.6-5ubuntu2.1 amd64 disk encryption support - command line tools
ii cups 2.1.3-4ubuntu0.3 amd64 Common UNIX Printing System™ - PPD/driver support, web interface
ii cups-browsed 1.8.3-2ubuntu3.3 amd64 OpenPrinting CUPS Filters - cups-browsed
ii cups-client 2.1.3-4ubuntu0.3 amd64 Common UNIX Printing System™ - client programs (SysV)
ii cups-common 2.1.3-4ubuntu0.3 all Common UNIX Printing System™ - common files
ii cups-core-drivers 2.1.3-4ubuntu0.3 amd64 Common UNIX Printing System™ - PPD-less printing
ii cups-daemon 2.1.3-4ubuntu0.3 amd64 Common UNIX Printing System™ - daemon
ii cups-filters 1.8.3-2ubuntu3.3 amd64 OpenPrinting CUPS Filters - Main Package
ii cups-filters-core-drivers 1.8.3-2ubuntu3.3 amd64 OpenPrinting CUPS Filters - PPD-less printing
ii cups-pdf 2.6.1-21 amd64 PDF writer backend for CUPS (dummy transitional package)
ii cups-ppdc 2.1.3-4ubuntu0.3 amd64 Common UNIX Printing System™ - PPD manipulation utilities
ii cups-server-common 2.1.3-4ubuntu0.3 all Common UNIX Printing System™ - server common files
ii curl 7.47.0-1ubuntu2.5 amd64 command line tool for transferring data with URL syntax
ii dash 0.5.8-2.1ubuntu2 amd64 POSIX-compliant shell
ii dbus 1.10.6-1ubuntu3.3 amd64 simple interprocess messaging system (daemon and utilities)
ii dbus-x11 1.10.6-1ubuntu3.3 amd64 simple interprocess messaging system (X11 deps)
ii dc 1.06.95-9build1 amd64 GNU dc arbitrary precision reverse-polish calculator
ii dconf-cli 0.24.0-2 amd64 simple configuration storage system - utilities
ii dconf-gsettings-backend:amd64 0.24.0-2 amd64 simple configuration storage system - GSettings back-end
ii dconf-service 0.24.0-2 amd64 simple configuration storage system - D-Bus service
ii debconf 1.5.58ubuntu1 all Debian configuration management system
ii debconf-i18n 1.5.58ubuntu1 all full internationalization support for debconf
ii debhelper 9.20160115ubuntu3 all helper programs for debian/rules
ii debianutils 4.7 amd64 Miscellaneous utilities specific to Debian
ii deja-dup 34.2-0ubuntu1.1 amd64 Back up your files
ii deja-dup-backend-gvfs 34.2-0ubuntu1.1 all Remote server support for Déjà Dup
ii desktop-base 8.0.2ubuntu1 all common files for the Debian Desktop
ii desktop-file-utils 0.22-1ubuntu5.1 amd64 Utilities for .desktop files
ii dh-autoreconf 11 all debhelper add-on to call autoreconf and clean up after the build
ii dh-python 2.20151103ubuntu1.1 all Debian helper tools for packaging Python libraries and applications
ii dh-strip-nondeterminism 0.015-1 all debhelper add-on to strip non-determinism from files
ii dialog 1.3-20160209-1 amd64 Displays user-friendly dialog boxes from shell scripts
ii dictionaries-common 1.26.3 all spelling dictionaries - common utilities
ii diffstat 1.61-1 amd64 produces graph of changes introduced by a diff file
ii diffutils 1:3.3-3 amd64 File comparison utilities
ii discover 2.1.2-7ubuntu1 amd64 hardware identification system
ii discover-data 2.2013.01.11 all Data lists for Discover hardware detection system
ii distro-info-data 0.28ubuntu0.6 all information about the distributions' releases (data files)
ii dkms 2.2.0.3-2ubuntu11.5 all Dynamic Kernel Module Support Framework
ii dmeventd 2:1.02.110-1ubuntu10 amd64 Linux Kernel Device Mapper event daemon
ii dmidecode 3.0-2ubuntu0.1 amd64 SMBIOS/DMI table decoder
ii dmraid 1.0.0.rc16-4.2ubuntu3 amd64 Device-Mapper Software RAID support tool
ii dmsetup 2:1.02.110-1ubuntu10 amd64 Linux Kernel Device Mapper userspace library
ii dmz-cursor-theme 0.4.4ubuntu1 all Style neutral, scalable cursor theme
ii dns-root-data 2015052300+h+1 all DNS root data including root zone and DNSSEC key
ii dnsmasq-base 2.75-1ubuntu0.16.04.4 amd64 Small caching DNS proxy and DHCP/TFTP server
ii dnsutils 1:9.10.3.dfsg.P4-8ubuntu1.9 amd64 Clients provided with BIND
ii docbook-xml 4.5-7.3 all standard XML documentation system for software and systems
ii dosfstools 3.0.28-2ubuntu0.1 amd64 utilities for making and checking MS-DOS FAT filesystems
ii dpkg 1.18.4ubuntu1.3 amd64 Debian package management system
ii dpkg-dev 1.18.4ubuntu1.3 all Debian package development tools
ii dpkg-repack 1.41 all Debian package archiving tool
ii duplicity 0.7.06-2ubuntu2 amd64 encrypted bandwidth-efficient backup
ii e2fslibs:amd64 1.42.13-1ubuntu1 amd64 ext2/ext3/ext4 file system libraries
ii e2fsprogs 1.42.13-1ubuntu1 amd64 ext2/ext3/ext4 file system utilities
ii ecryptfs-utils 111-0ubuntu1.1 amd64 ecryptfs cryptographic filesystem (utilities)
ii ed 1.10-2 amd64 classic UNIX line editor
ii eject 2.1.5+deb1+cvs20081104-13.1ubuntu0.16.04.1 amd64 ejects CDs and operates CD-Changers under Linux
ii emacsen-common 2.0.8 all Common facilities for all emacsen
ii enchant 1.6.0-10.1build2 amd64 Wrapper for various spell checker engines (binary programs)
ii espeak 1.48.04+dfsg-2 amd64 Multi-lingual software speech synthesizer
ii espeak-data:amd64 1.48.04+dfsg-2 amd64 Multi-lingual software speech synthesizer: speech data files
ii ethtool 1:4.5-1 amd64 display or change Ethernet device settings
ii evemu-tools 2.1.0-1build1 amd64 Linux Input Event Device Emulation Library - test tools
ii evince 3.18.2-1ubuntu4.2 amd64 Document (PostScript, PDF) viewer
ii evince-common 3.18.2-1ubuntu4.2 all Document (PostScript, PDF) viewer - common files
ii evolution-data-server-common 3.18.5-1ubuntu1 all architecture independent files for Evolution Data Server
ii evtest 1:1.33-1 amd64 utility to monitor Linux input device events
ii exfat-fuse 1.2.3-1 amd64 read and write exFAT driver for FUSE
ii exfat-utils 1.2.3-1 amd64 utilities to create, check, label and dump exFAT filesystem
ii exo-utils 0.10.7-1 amd64 Utility files for libexo
ii fakeroot 1.20.2-1ubuntu1 amd64 tool for simulating superuser privileges
ii file 1:5.25-2ubuntu1 amd64 Determines file type using "magic" numbers
ii file-roller 3.16.5-0ubuntu1.2 amd64 archive manager for GNOME
ii findutils 4.6.0+git+20160126-2 amd64 utilities for finding files--find, xargs
ii firefox 57.0.1+build2-0ubuntu0.16.04.1 amd64 Safe and easy web browser from Mozilla
ii firejail 0.9.38.10-0ubuntu0.16.04.1 amd64 sandbox to restrict the application environment
ii firmware-b43-installer 1:019-2 all firmware installer for the b43 driver
ii firmware-b43legacy-installer 1:019-2 all firmware installer for the b43legacy driver
ii flashplugin-installer 27.0.0.187ubuntu0.16.04.1 amd64 Adobe Flash Player plugin installer
ii fontconfig 2.11.94-0ubuntu1.1 amd64 generic font configuration library - support binaries
ii fontconfig-config 2.11.94-0ubuntu1.1 all generic font configuration library - configuration
ii fonts-dejavu-core 2.35-1 all Vera font family derivate with additional characters
ii fonts-dejavu-extra 2.35-1 all Vera font family derivate with additional characters (extra variants)
ii fonts-freefont-ttf 20120503-4 all Freefont Serif, Sans and Mono Truetype fonts
ii fonts-lato 2.0-1 all sans-serif typeface family font
ii fonts-liberation 1.07.4-1 all Fonts with the same metrics as Times, Arial and Courier
ii fonts-opensymbol 2:102.7+LibO5.1.6~rc2-0ubuntu1~xenial2 all OpenSymbol TrueType font
ii fonts-stix 1.1.1-4 all Scientific and Technical Information eXchange fonts
ii foomatic-db-compressed-ppds 20160212-0ubuntu1 all OpenPrinting printer support - Compressed PPDs derived from the database
ii foomatic-db-engine 4.0.12-2 amd64 OpenPrinting printer support - programs
ii friendly-recovery 0.2.31 all Make recovery more user-friendly
ii ftp 0.17-33 amd64 classical file transfer client
ii fuse 2.9.4-1ubuntu3.1 amd64 Filesystem in Userspace
ii g++ 4:5.3.1-1ubuntu1 amd64 GNU C++ compiler
ii g++-5 5.4.0-6ubuntu1~16.04.5 amd64 GNU C++ compiler
ii galculator 2.1.4-1 amd64 scientific calculator
ii gawk 1:4.1.3+dfsg-0.1 amd64 GNU awk, a pattern scanning and processing language
ii gcc 4:5.3.1-1ubuntu1 amd64 GNU C compiler
ii gcc-4.8 4.8.5-4ubuntu2 amd64 GNU C compiler
ii gcc-4.8-base:amd64 4.8.5-4ubuntu2 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-4.9-base:amd64 4.9.3-13ubuntu2 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-5 5.4.0-6ubuntu1~16.04.5 amd64 GNU C compiler
ii gcc-5-base:amd64 5.4.0-6ubuntu1~16.04.5 amd64 GCC, the GNU Compiler Collection (base package)
ii gcc-6-base:amd64 6.0.1-0ubuntu1 amd64 GCC, the GNU Compiler Collection (base package)
ii gconf-service 3.2.6-3ubuntu6 amd64 GNOME configuration database system (D-Bus service)
ii gconf-service-backend 3.2.6-3ubuntu6 amd64 GNOME configuration database system (D-Bus service)
ii gconf2 3.2.6-3ubuntu6 amd64 GNOME configuration database system (support tools)
ii gconf2-common 3.2.6-3ubuntu6 all GNOME configuration database system (common files)
ii gcr 3.18.0-1ubuntu1 amd64 GNOME crypto services (daemon and tools)
ii gdebi 0.9.5.7ubuntu1 all simple tool to view and install deb files - GNOME GUI
ii gdebi-core 0.9.5.7ubuntu1 all simple tool to install deb files
ii gdisk 1.0.1-1build1 amd64 GPT fdisk text-mode partitioning tool
ii genisoimage 9:1.1.11-3ubuntu1 amd64 Creates ISO-9660 CD-ROM filesystem images
ii geoip-database 20160408-1 all IP lookup command line tools that use the GeoIP library (country database)
ii gettext 0.19.7-2ubuntu3 amd64 GNU Internationalization utilities
ii gettext-base 0.19.7-2ubuntu3 amd64 GNU Internationalization utilities for the base system
ii ghostscript 9.18~dfsg~0-0ubuntu2.7 amd64 interpreter for the PostScript language and for PDF
ii giblib1:amd64 1.2.4-11 amd64 wrapper library for imlib2, and other stuff
ii gimp 2.8.22-0x0~ppa amd64 GNU Image Manipulation Program
ii gimp-data 2.8.22-0x0~ppa all Data files for GIMP
ii gir1.2-appindicator3-0.1 12.10.1+16.04.20170215-0ubuntu1 amd64 Typelib files for libappindicator3-1.
ii gir1.2-atk-1.0 2.18.0-1 amd64 ATK accessibility toolkit (GObject introspection)
ii gir1.2-cheese-3.0:amd64 3.18.1-2ubuntu3 amd64 tool to take pictures and videos from your webcam - gir bindings
ii gir1.2-clutter-1.0:amd64 1.24.2-1 amd64 GObject introspection data for the Clutter 1.0 library
ii gir1.2-cogl-1.0:amd64 1.22.0-2 amd64 GObject introspection data for the Cogl 1.0 library
ii gir1.2-coglpango-1.0:amd64 1.22.0-2 amd64 GObject introspection data for the CoglPango 1.0 library
ii gir1.2-freedesktop:amd64 1.46.0-3ubuntu1 amd64 Introspection data for some FreeDesktop components
ii gir1.2-gdkpixbuf-2.0:amd64 2.32.2-1ubuntu1.3 amd64 GDK Pixbuf library - GObject-Introspection
ii gir1.2-glib-2.0:amd64 1.46.0-3ubuntu1 amd64 Introspection data for GLib, GObject, Gio and GModule
ii gir1.2-gmenu-3.0:amd64 3.13.3-6ubuntu3.1 amd64 GObject introspection data for the GNOME menu library
ii gir1.2-gnomekeyring-1.0 3.12.0-1build1 amd64 GNOME keyring services library - introspection data
ii gir1.2-gst-plugins-base-1.0 1.8.3-1ubuntu0.2 amd64 GObject introspection data for the GStreamer Plugins Base library
ii gir1.2-gstreamer-1.0 1.8.3-1~ubuntu0.1 amd64 GObject introspection data for the GStreamer library
ii gir1.2-gtk-3.0:amd64 3.18.9-1ubuntu3.3 amd64 GTK+ graphical user interface library -- gir bindings
ii gir1.2-gtkclutter-1.0:amd64 1.6.6-1 amd64 GObject introspection data for the GTK+ Clutter library
ii gir1.2-ibus-1.0:amd64 1.5.11-1ubuntu2 amd64 Intelligent Input Bus - introspection data
ii gir1.2-javascriptcoregtk-3.0:amd64 2.4.11-0ubuntu0.1 amd64 JavaScript engine library from WebKitGTK+ - GObject introspection data
ii gir1.2-javascriptcoregtk-4.0:amd64 2.18.3-0ubuntu0.16.04.1 amd64 JavaScript engine library from WebKitGTK+ - GObject introspection data
ii gir1.2-json-1.0:amd64 1.1.2-0ubuntu1 amd64 GLib JSON manipulation library (introspection data)
ii gir1.2-networkmanager-1.0:amd64 1.2.6-0ubuntu0.16.04.2 amd64 GObject introspection data for NetworkManager
ii gir1.2-nma-1.0:amd64 1.2.6-0ubuntu0.16.04.4 amd64 GObject introspection data for libnma
ii gir1.2-notify-0.7 0.7.6-2svn1 amd64 sends desktop notifications to a notification daemon (Introspection files)
ii gir1.2-packagekitglib-1.0 0.8.17-4ubuntu6~gcc5.4ubuntu1.2 amd64 GObject introspection data for the PackageKit GLib library
ii gir1.2-pango-1.0:amd64 1.38.1-1 amd64 Layout and rendering of internationalized text - gir bindings
ii gir1.2-soup-2.4 2.52.2-1ubuntu0.2 amd64 GObject introspection data for the libsoup HTTP library
ii gir1.2-timezonemap-1.0 0.4.5 amd64 typelib interface for libtimezonemap
ii gir1.2-vte-2.91:amd64 0.42.5-1ubuntu1 amd64 GObject introspection data for the VTE library
ii gir1.2-webkit-3.0:amd64 2.4.11-0ubuntu0.1 amd64 Web content engine library for GTK+ - GObject introspection data
ii gir1.2-webkit2-4.0:amd64 2.18.3-0ubuntu0.16.04.1 amd64 Web content engine library for GTK+ - GObject introspection data
ii gir1.2-xkl-1.0:amd64 5.4-0ubuntu2 amd64 X Keyboard Extension high-level API - introspection data
ii gksu 2.0.2-9ubuntu1 amd64 graphical front-end to su and sudo
ii glib-networking:amd64 2.48.2-1~ubuntu16.04.1 amd64 network-related giomodules for GLib
ii glib-networking-common 2.48.2-1~ubuntu16.04.1 all network-related giomodules for GLib - data files
ii glib-networking-services 2.48.2-1~ubuntu16.04.1 amd64 network-related giomodules for GLib - D-Bus services
ii gnome-accessibility-themes 3.18.0-2ubuntu1 all Accessibility themes for the GNOME desktop
ii gnome-disk-utility 3.18.3.1-1ubuntu1 amd64 manage and configure disk drives and media
ii gnome-icon-theme 3.12.0-1ubuntu3 all GNOME Desktop icon theme
ii gnome-icon-theme-symbolic 3.12.0-1 all GNOME desktop icon theme (symbolic icons)
ii gnome-keyring 3.18.3-0ubuntu2 amd64 GNOME keyring services (daemon and tools)
ii gnome-menus 3.13.3-6ubuntu3.1 amd64 GNOME implementation of the freedesktop menu specification
ii gnome-settings-daemon-schemas 3.18.2-0ubuntu3.1 all gnome-settings-daemon schemas
ii gnome-system-log 3.9.90-4 amd64 system log viewer for GNOME
ii gnome-system-tools 3.0.0-4ubuntu2 amd64 Cross-platform configuration utilities for GNOME
ii gnome-themes-standard:amd64 3.18.0-2ubuntu1 amd64 Adwaita GTK+ 2 theme — engine
ii gnome-themes-standard-data 3.18.0-2ubuntu1 all Adwaita GTK+ 2 theme — common files
ii gnupg 1.4.20-1ubuntu3.1 amd64 GNU privacy guard - a free PGP replacement
ii gparted 0.25.0-1 amd64 GNOME partition editor
ii gpgv 1.4.20-1ubuntu3.1 amd64 GNU privacy guard - signature verification tool
ii grep 2.25-1~16.04.1 amd64 GNU grep, egrep and fgrep
ii greybird-gtk-theme 2.1.2-0ubuntu1 all Greybird GTK2 and GTK3 themes
ii groff-base 1.22.3-7 amd64 GNU troff text-formatting system (base system components)
ii grub-common 2.02~beta2-36ubuntu3.14 amd64 GRand Unified Bootloader (common files)
ii grub-gfxpayload-lists 0.7 amd64 GRUB gfxpayload blacklist
ii grub-pc 2.02~beta2-36ubuntu3.14 amd64 GRand Unified Bootloader, version 2 (PC/BIOS version)
ii grub-pc-bin 2.02~beta2-36ubuntu3.14 amd64 GRand Unified Bootloader, version 2 (PC/BIOS binaries)
ii grub2-common 2.02~beta2-36ubuntu3.14 amd64 GRand Unified Bootloader (common files for version 2)
ii gsettings-desktop-schemas 3.18.1-1ubuntu1 all GSettings desktop-wide schemas
ii gsettings-ubuntu-schemas 0.0.5+16.04.20160307-0ubuntu1 all GSettings deskop-wide schemas for Ubuntu
ii gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1 all Fonts for the Ghostscript interpreter(s)
ii gstreamer0.10-pulseaudio:amd64 0.10.31-3+nmu4ubuntu2.16.04.3 amd64 GStreamer plugin for PulseAudio
ii gstreamer1.0-plugins-base:amd64 1.8.3-1ubuntu0.2 amd64 GStreamer plugins from the "base" set
ii gstreamer1.0-plugins-good:amd64 1.8.3-1ubuntu0.4 amd64 GStreamer plugins from the "good" set
ii gstreamer1.0-tools 1.8.3-1~ubuntu0.1 amd64 Tools for use with GStreamer
ii gstreamer1.0-x:amd64 1.8.3-1ubuntu0.2 amd64 GStreamer plugins for X11 and Pango
ii gtk2-engines:amd64 1:2.20.2-3ubuntu1 amd64 theme engines for GTK+ 2.x
ii gtk2-engines-murrine:amd64 0.98.2-0ubuntu2.2 amd64 cairo-based gtk+-2.0 theme engine
ii gtk2-engines-pixbuf:amd64 2.24.30-1ubuntu1.16.04.2 amd64 pixbuf-based theme for GTK+ 2.x
ii gtk3-engines-unico:amd64 1.0.3+14.04.20140109-0ubuntu1 amd64 Unico Gtk+ 3 theme engine
ii gtkhash 0.7.0-2 amd64 GTK+ utility for computing checksums and more
ii gtkhash-common 0.7.0-2 all common files for gtkhash extensions
ii gufw 16.04.1-0ubuntu1.1 all graphical user interface for ufw
ii gvfs:amd64 1.28.2-1ubuntu1~16.04.2 amd64 userspace virtual filesystem - GIO module
ii gvfs-backends 1.28.2-1ubuntu1~16.04.2 amd64 userspace virtual filesystem - backends
ii gvfs-bin 1.28.2-1ubuntu1~16.04.2 amd64 userspace virtual filesystem - binaries
ii gvfs-common 1.28.2-1ubuntu1~16.04.2 all userspace virtual filesystem - common data files
ii gvfs-daemons 1.28.2-1ubuntu1~16.04.2 amd64 userspace virtual filesystem - servers
ii gvfs-fuse 1.28.2-1ubuntu1~16.04.2 amd64 userspace virtual filesystem - fuse server
ii gvfs-libs:amd64 1.28.2-1ubuntu1~16.04.2 amd64 userspace virtual filesystem - private libraries
ii gzip 1.6-4ubuntu1 amd64 GNU compression utilities
ii hardening-includes 2.7ubuntu2 all Makefile for enabling compiler flags for security hardening
ii hardinfo 0.5.1-1.4ubuntu1 amd64 Displays system information
ii hddtemp 0.3-beta15-52 amd64 hard drive temperature monitoring utility
ii hdparm 9.48+ds-1 amd64 tune hard disk parameters for high performance
ii hicolor-icon-theme 0.15-0ubuntu1 all default fallback theme for FreeDesktop.org icon themes
ii hostname 3.16ubuntu2 amd64 utility to set/show the host name or domain name
ii hplip 3.16.3+repack0-1 amd64 HP Linux Printing and Imaging System (HPLIP)
ii hplip-data 3.16.3+repack0-1 all HP Linux Printing and Imaging - data files
ii htop 2.0.1-1ubuntu1 amd64 interactive processes viewer
ii humanity-icon-theme 0.6.10.1 all Humanity Icon theme
ii hunspell-en-us 20070829-6ubuntu3 all English_american dictionary for hunspell
ii hwdata 0.267-1 all hardware identification / configuration data
ii i965-va-driver:amd64 1.7.0-1 amd64 VAAPI driver for Intel G45 & HD Graphics family
ii ibus 1.5.11-1ubuntu2 amd64 Intelligent Input Bus - core
ii ibus-gtk:amd64 1.5.11-1ubuntu2 amd64 Intelligent Input Bus - GTK+2 support
ii ibus-gtk3:amd64 1.5.11-1ubuntu2 amd64 Intelligent Input Bus - GTK+3 support
ii ifupdown 0.8.10ubuntu1.2 amd64 high level tools to configure network interfaces
ii ifuse 1.1.2-0.1build3 amd64 FUSE module for iPhone and iPod Touch devices
ii im-config 0.29-1ubuntu12.4 all Input method configuration framework
ii imagemagick 8:6.8.9.9-7ubuntu5.9 amd64 image manipulation programs -- binaries
ii imagemagick-6.q16 8:6.8.9.9-7ubuntu5.9 amd64 image manipulation programs -- quantum depth Q16
ii imagemagick-common 8:6.8.9.9-7ubuntu5.9 all image manipulation programs -- infrastructure
ii indicator-application 12.10.1+16.04.20170120-0ubuntu1 amd64 Application Indicators
ii indicator-printers 0.1.7+15.04.20150220-0ubuntu2 amd64 indicator showing active print jobs
ii indicator-sound 12.10.2+16.04.20160406-0ubuntu1 amd64 System sound indicator.
ii indicator-sound-gtk2 12.10.0.1-0ubuntu5.16.04.1 amd64 System sound indicator.
ii info 6.1.0.dfsg.1-5 amd64 Standalone GNU Info documentation browser
ii init 1.29ubuntu4 amd64 System-V-like init utilities - metapackage
ii init-system-helpers 1.29ubuntu4 all helper tools for all init systems
ii initramfs-tools 0.122ubuntu8.9 all generic modular initramfs generator (automation)
ii initramfs-tools-bin 0.122ubuntu8.9 amd64 binaries used by initramfs-tools
ii initramfs-tools-core 0.122ubuntu8.9 all generic modular initramfs generator (core tools)
ii initscripts 2.88dsf-59.3ubuntu2 amd64 scripts for initializing and shutting down the system
ii inputattach 1:1.4.9-1 amd64 utility to connect serial-attached peripherals to the input subsystem
ii insserv 1.14.0-5ubuntu3 amd64 boot sequence organizer using LSB init.d script dependency information
ii install-info 6.1.0.dfsg.1-5 amd64 Manage installed documentation in info format
ii installation-report 2.60ubuntu1 all system installation report
ii intltool-debian 0.35.0+20060710.4 all Help i18n of RFC822 compliant config files
ii inxi 2.2.35-0ubuntu1 all full featured system information script
ii ippusbxd 1.23-1 amd64 Daemon for IPP USB printer support
ii iproute 1:4.3.0-1ubuntu3.16.04.2 all transitional dummy package for iproute2
ii iproute2 4.3.0-1ubuntu3.16.04.2 amd64 networking and traffic control tools
ii iptables 1.6.0-2ubuntu3 amd64 administration tools for packet filtering and NAT
ii iputils-arping 3:20121221-5ubuntu2 amd64 Tool to send ICMP echo requests to an ARP address
ii iputils-ping 3:20121221-5ubuntu2 amd64 Tools to test the reachability of network hosts
ii iputils-tracepath 3:20121221-5ubuntu2 amd64 Tools to trace the network path to a remote host
ii irqbalance 1.1.0-2ubuntu1 amd64 Daemon to balance interrupts for SMP systems
ii isc-dhcp-client 4.3.3-5ubuntu12.7 amd64 DHCP client for automatically obtaining an IP address
ii isc-dhcp-common 4.3.3-5ubuntu12.7 amd64 common files used by all of the isc-dhcp packages
ii iso-codes 3.65-1 all ISO language, territory, currency, script codes and their translations
ii isolinux 3:6.03+dfsg-11ubuntu1 all collection of bootloaders (ISO 9960 bootloader)
ii iw 3.17-1 amd64 tool for configuring Linux wireless devices
ii java-common 0.56ubuntu2 all Base package for Java runtimes
ii javascript-common 11 all Base support for JavaScript library packages
ii joystick 1:1.4.9-1 amd64 set of testing and calibration tools for joysticks
ii kbd 1.15.5-1ubuntu5 amd64 Linux console font and keytable utilities
ii keepassx 2.0.2-1 amd64 Cross Platform Password Manager
ii keyboard-configuration 1.108ubuntu15.4 all system-wide keyboard preferences
ii keyutils 1.5.9-8ubuntu1 amd64 Linux Key Management Utilities
ii klibc-utils 2.0.4-8ubuntu1.16.04.4 amd64 small utilities built with klibc for early boot
ii kmod 22-1ubuntu5 amd64 tools for managing Linux kernel modules
ii kpartx 0.5.0+git1.656f8865-5ubuntu2.5 amd64 create device mappings for partitions
ii kpartx-boot 0.5.0+git1.656f8865-5ubuntu2.5 all Provides kpartx during boot
ii krb5-locales 1.13.2+dfsg-5ubuntu2 all Internationalization support for MIT Kerberos
ii language-pack-en 1:16.04+20161009 all translation updates for language English
ii language-pack-en-base 1:16.04+20160627 all translations for language English
ii language-pack-gnome-en 1:16.04+20161009 all GNOME translation updates for language English
ii language-pack-gnome-en-base 1:16.04+20160627 all GNOME translations for language English
ii language-selector-common 0.165.4 all Language selector for Ubuntu
ii language-selector-gnome 0.165.4 all Language selector for Ubuntu
ii laptop-detect 0.13.7ubuntu2 amd64 attempt to detect a laptop
ii leafpad 0.8.18.1-4 amd64 GTK+ based simple text editor
ii less 481-2.1ubuntu0.2 amd64 pager program similar to more
ii liba52-0.7.4:amd64 0.7.4-18 amd64 library for decoding ATSC A/52 streams
ii libaa1:amd64 1.4p5-44build1 amd64 ASCII art library
ii libaacs0:amd64 0.8.1-1 amd64 free-and-libre implementation of AACS
ii libabw-0.1-1v5:amd64 0.1.1-2ubuntu2 amd64 library for reading and writing AbiWord™ documents
ii libaccountsservice0:amd64 0.6.40-2ubuntu11.3 amd64 query and manipulate user account information - shared libraries
ii libacl1:amd64 2.2.52-3 amd64 Access control list shared library
ii libaio1:amd64 0.3.110-2 amd64 Linux kernel AIO access library - shared library
ii libalgorithm-diff-perl 1.19.03-1 all module to find differences between files
ii libalgorithm-diff-xs-perl 0.04-4build1 amd64 module to find differences between files (XS accelerated)
ii libalgorithm-merge-perl 0.08-3 all Perl module for three-way merge of textual data
ii libamd2.4.1:amd64 1:4.4.6-1 amd64 approximate minimum degree ordering library for sparse matrices
ii libapparmor-perl 2.10.95-0ubuntu2.7 amd64 AppArmor library Perl bindings
ii libapparmor1:amd64 2.10.95-0ubuntu2.7 amd64 changehat AppArmor library
ii libappindicator3-1 12.10.1+16.04.20170215-0ubuntu1 amd64 Application Indicators
ii libapt-inst2.0:amd64 1.2.25 amd64 deb package format runtime library
ii libapt-pkg-perl 0.1.29build7 amd64 Perl interface to libapt-pkg
ii libapt-pkg5.0:amd64 1.2.25 amd64 package management runtime library
ii libarchive-zip-perl 1.56-2 all Perl module for manipulation of ZIP archives
ii libarchive13:amd64 3.1.2-11ubuntu0.16.04.3 amd64 Multi-format archive and compression library (shared library)
ii libart-2.0-2:amd64 2.3.21-2 amd64 Library of functions for 2D graphics - runtime files
ii libasan0:amd64 4.8.5-4ubuntu2 amd64 AddressSanitizer -- a fast memory error detector
ii libasan2:amd64 5.4.0-6ubuntu1~16.04.5 amd64 AddressSanitizer -- a fast memory error detector
ii libasm4-java 5.0.4-1 all Java bytecode manipulation framework
ii libasn1-8-heimdal:amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 amd64 Heimdal Kerberos - ASN.1 library
ii libasound2:amd64 1.1.0-0ubuntu1 amd64 shared library for ALSA applications
ii libasound2-data 1.1.0-0ubuntu1 all Configuration files and profiles for ALSA drivers
ii libasound2-plugins:amd64 1.1.0-0ubuntu1 amd64 ALSA library additional plugins
ii libaspell15:amd64 0.60.7~20110707-3build1 amd64 GNU Aspell spell-checker runtime library
ii libasprintf-dev:amd64 0.19.7-2ubuntu3 amd64 GNU Internationalization library development files
ii libasprintf0v5:amd64 0.19.7-2ubuntu3 amd64 GNU library to use fprintf and friends in C++
ii libass5:amd64 0.13.1-1 amd64 library for SSA/ASS subtitles rendering
ii libassuan0:amd64 2.4.2-2 amd64 IPC library for the GnuPG components
ii libasyncns0:amd64 0.8-5build1 amd64 Asynchronous name service query library
ii libatasmart4:amd64 0.19-3 amd64 ATA S.M.A.R.T. reading and parsing library
ii libatk-bridge2.0-0:amd64 2.18.1-2ubuntu1 amd64 AT-SPI 2 toolkit bridge - shared library
ii libatk1.0-0:amd64 2.18.0-1 amd64 ATK accessibility toolkit
ii libatk1.0-data 2.18.0-1 all Common files for the ATK accessibility toolkit
ii libatkmm-1.6-1v5:amd64 2.24.2-1 amd64 C++ wrappers for ATK accessibility toolkit (shared libraries)
ii libatm1:amd64 1:2.5.1-1.5 amd64 shared library for ATM (Asynchronous Transfer Mode)
ii libatomic1:amd64 5.4.0-6ubuntu1~16.04.5 amd64 support library providing __atomic built-in functions
ii libatspi2.0-0:amd64 2.18.3-4ubuntu1 amd64 Assistive Technology Service Provider Interface - shared library
ii libattr1:amd64 1:2.4.47-2 amd64 Extended attribute shared library
ii libaudclient2:amd64 3.5~rc2-1 amd64 audacious D-Bus remote control library
ii libaudio2:amd64 1.9.4-4 amd64 Network Audio System - shared libraries
ii libaudit-common 1:2.4.5-1ubuntu2.1 all Dynamic library for security auditing - common files
ii libaudit1:amd64 1:2.4.5-1ubuntu2.1 amd64 Dynamic library for security auditing
ii libauthen-sasl-perl 2.1600-1 all Authen::SASL - SASL Authentication framework
ii libavahi-client3:amd64 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi client library
ii libavahi-common-data:amd64 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi common data files
ii libavahi-common3:amd64 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi common library
ii libavahi-core7:amd64 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi's embeddable mDNS/DNS-SD library
ii libavahi-glib1:amd64 0.6.32~rc+dfsg-1ubuntu2 amd64 Avahi GLib integration library
ii libavc1394-0:amd64 0.5.4-4 amd64 control IEEE 1394 audio/video devices
ii libavcodec-ffmpeg56:amd64 7:2.8.11-0ubuntu0.16.04.1 amd64 FFmpeg library with de/encoders for audio/video codecs - runtime files
ii libavformat-ffmpeg56:amd64 7:2.8.11-0ubuntu0.16.04.1 amd64 FFmpeg library with (de)muxers for multimedia containers - runtime files
ii libavutil-ffmpeg54:amd64 7:2.8.11-0ubuntu0.16.04.1 amd64 FFmpeg library with functions for simplifying programming - runtime files
ii libbabl-0.1-0:amd64 0.1.16-1 amd64 Dynamic, any to any, pixel format conversion library
ii libbasicusageenvironment1:amd64 2016.02.09-1 amd64 multimedia RTSP streaming library (BasicUsageEnvironment class)
ii libbdplus0:amd64 0.1.2-1 amd64 implementation of BD+ for reading Blu-ray Discs
ii libbind9-140:amd64 1:9.10.3.dfsg.P4-8ubuntu1.9 amd64 BIND9 Shared Library used by BIND
ii libblas-common 3.6.0-2ubuntu2 amd64 Dependency package for all BLAS implementations
ii libblas3 3.6.0-2ubuntu2 amd64 Basic Linear Algebra Reference implementations, shared library
ii libblkid1:amd64 2.27.1-6ubuntu3.4 amd64 block device ID library
ii libbluetooth3:amd64 5.37-0ubuntu5.1 amd64 Library to use the BlueZ Linux Bluetooth stack
ii libbluray-bdj 1:0.9.2-2 all Blu-ray Disc Java support library (BD-J library)
ii libbluray1:amd64 1:0.9.2-2 amd64 Blu-ray disc playback support library (shared library)
ii libbonobo2-0:amd64 2.32.1-3 amd64 Bonobo CORBA interfaces library
ii libbonobo2-common 2.32.1-3 all Bonobo CORBA interfaces library -- support files
ii libbonoboui2-0:amd64 2.24.5-3ubuntu1 amd64 Bonobo UI library - runtime
ii libbonoboui2-common 2.24.5-3ubuntu1 all Bonobo UI library - common files
ii libboost-date-time1.58.0:amd64 1.58.0+dfsg-5ubuntu3.1 amd64 set of date-time libraries based on generic programming concepts
ii libboost-filesystem1.58.0:amd64 1.58.0+dfsg-5ubuntu3.1 amd64 filesystem operations (portable paths, iteration over directories, etc) in C++
ii libboost-iostreams1.58.0:amd64 1.58.0+dfsg-5ubuntu3.1 amd64 Boost.Iostreams Library
ii libboost-system1.58.0:amd64 1.58.0+dfsg-5ubuntu3.1 amd64 Operating system (e.g. diagnostics support) library
ii libbsd0:amd64 0.8.2-1 amd64 utility functions from BSD systems - shared library
ii libburn4:amd64 1.4.2.pl01-1 amd64 library to provide CD/DVD writing functions
ii libbz2-1.0:amd64 1.0.6-8 amd64 high-quality block-sorting file compressor library - runtime
ii libc-bin 2.23-0ubuntu9 amd64 GNU C Library: Binaries
ii libc-dev-bin 2.23-0ubuntu9 amd64 GNU C Library: Development binaries
ii libc6:amd64 2.23-0ubuntu9 amd64 GNU C Library: Shared libraries
ii libc6-dev:amd64 2.23-0ubuntu9 amd64 GNU C Library: Development Libraries and Header Files
ii libcaca0:amd64 0.99.beta19-2build2~gcc5.2 amd64 colour ASCII art library
ii libcairo-gobject2:amd64 1.14.6-1 amd64 Cairo 2D vector graphics library (GObject library)
ii libcairo-perl 1.106-1build1 amd64 Perl interface to the Cairo graphics library
ii libcairo2:amd64 1.14.6-1 amd64 Cairo 2D vector graphics library
ii libcairomm-1.0-1v5:amd64 1.12.0-1 amd64 C++ wrappers for Cairo (shared libraries)
ii libcamd2.4.1:amd64 1:4.4.6-1 amd64 symmetric approximate minimum degree library for sparse matrices
ii libcamel-1.2-54:amd64 3.18.5-1ubuntu1 amd64 Evolution MIME message handling library
ii libcanberra-gtk3-0:amd64 0.30-2.1ubuntu1 amd64 GTK+ 3.0 helper for playing widget event sounds with libcanberra
ii libcanberra-gtk3-module:amd64 0.30-2.1ubuntu1 amd64 translates GTK3 widgets signals to event sounds
ii libcanberra0:amd64 0.30-2.1ubuntu1 amd64 simple abstract interface for playing event sounds
ii libcap-ng0:amd64 0.7.7-1 amd64 An alternate POSIX capabilities library
ii libcap2:amd64 1:2.24-12 amd64 POSIX 1003.1e capabilities (library)
ii libcap2-bin 1:2.24-12 amd64 POSIX 1003.1e capabilities (utilities)
ii libcapnp-0.5.3:amd64 0.5.3-2ubuntu1 amd64 Cap'n Proto C++ library
ii libcc1-0:amd64 5.4.0-6ubuntu1~16.04.5 amd64 GCC cc1 plugin for GDB
ii libccolamd2.9.1:amd64 1:4.4.6-1 amd64 constrained column approximate library for sparse matrices
ii libcddb2 1.3.2-5fakesync1 amd64 library to access CDDB data - runtime files
ii libcdio-cdda1:amd64 0.83-4.2ubuntu1 amd64 library to read and control digital audio CDs
ii libcdio-paranoia1:amd64 0.83-4.2ubuntu1 amd64 library to read digital audio CDs with error correction
ii libcdio13:amd64 0.83-4.2ubuntu1 amd64 library to read and control CD-ROM
ii libcdparanoia0:amd64 3.10.2+debian-11 amd64 audio extraction tool for sampling CDs (library)
ii libcdr-0.1-1:amd64 0.1.2-2ubuntu2 amd64 library for reading and converting Corel DRAW files
ii libcgi-fast-perl 1:2.10-1 all CGI subclass for work with FCGI
ii libcgi-pm-perl 4.26-1 all module for Common Gateway Interface applications
ii libcgmanager0:amd64 0.39-2ubuntu5 amd64 Central cgroup manager daemon (client library)
ii libcheese8:amd64 3.18.1-2ubuntu3 amd64 tool to take pictures and videos from your webcam - base library
ii libcholmod3.0.6:amd64 1:4.4.6-1 amd64 sparse Cholesky factorization library for sparse matrices
ii libchromaprint0:amd64 1.3-1 amd64 audio fingerprint library
ii libcilkrts5:amd64 5.4.0-6ubuntu1~16.04.5 amd64 Intel Cilk Plus language extensions (runtime)
ii libck-connector0:amd64 0.4.6-5 amd64 ConsoleKit libraries
ii libclamav7 0.99.2+dfsg-0ubuntu0.16.04.2 amd64 anti-virus utility for Unix - library
ii libclass-accessor-perl 0.34-1 all Perl module that automatically generates accessors
ii libclone-perl 0.38-1build1 amd64 module for recursively copying Perl datatypes
ii libcloog-isl4:amd64 0.18.4-1 amd64 Chunky Loop Generator (runtime library)
ii libclucene-contribs1v5:amd64 2.3.3.4-4.1 amd64 language specific text analyzers (runtime)
ii libclucene-core1v5:amd64 2.3.3.4-4.1 amd64 core library for full-featured text search engine (runtime)
ii libclutter-1.0-0:amd64 1.24.2-1 amd64 Open GL based interactive canvas library
ii libclutter-1.0-common 1.24.2-1 all Open GL based interactive canvas library (common files)
ii libclutter-gst-3.0-0:amd64 3.0.18-1 amd64 Open GL based interactive canvas library GStreamer elements
ii libclutter-gtk-1.0-0:amd64 1.6.6-1 amd64 Open GL based interactive canvas library GTK+ widget
ii libcmis-0.5-5v5:amd64 0.5.1-2ubuntu2 amd64 CMIS protocol client library
ii libcogl-common 1.22.0-2 all Object oriented GL/GLES Abstraction/Utility Layer (common files)
ii libcogl-pango20:amd64 1.22.0-2 amd64 Object oriented GL/GLES Abstraction/Utility Layer
ii libcogl-path20:amd64 1.22.0-2 amd64 Object oriented GL/GLES Abstraction/Utility Layer
ii libcogl20:amd64 1.22.0-2 amd64 Object oriented GL/GLES Abstraction/Utility Layer
ii libcolamd2.9.1:amd64 1:4.4.6-1 amd64 column approximate minimum degree ordering library for sparse matrices
ii libcolord2:amd64 1.2.12-1ubuntu1 amd64 system service to manage device colour profiles -- runtime
ii libcolorhug2:amd64 1.2.12-1ubuntu1 amd64 library to access the ColorHug colourimeter -- runtime
ii libcomerr2:amd64 1.42.13-1ubuntu1 amd64 common error description library
ii libcompizconfig0:amd64 1:0.9.12.3+16.04.20171116-0ubuntu1 amd64 Settings library for plugins - OpenCompositing Project
ii libcrack2:amd64 2.9.2-1ubuntu1 amd64 pro-active password checker library
ii libcroco3:amd64 0.6.11-1 amd64 Cascading Style Sheet (CSS) parsing and manipulation toolkit
ii libcryptsetup4:amd64 2:1.6.6-5ubuntu2.1 amd64 disk encryption support - shared library
ii libcrystalhd3:amd64 1:0.0~git20110715.fdd2f19-11build1 amd64 Crystal HD Video Decoder (shared library)
ii libcups2:amd64 2.1.3-4ubuntu0.3 amd64 Common UNIX Printing System™ - Core library
ii libcupscgi1:amd64 2.1.3-4ubuntu0.3 amd64 Common UNIX Printing System™ - CGI library
ii libcupsfilters1:amd64 1.8.3-2ubuntu3.3 amd64 OpenPrinting CUPS Filters - Shared library
ii libcupsimage2:amd64 2.1.3-4ubuntu0.3 amd64 Common UNIX Printing System™ - Raster image library
ii libcupsmime1:amd64 2.1.3-4ubuntu0.3 amd64 Common UNIX Printing System™ - MIME library
ii libcupsppdc1:amd64 2.1.3-4ubuntu0.3 amd64 Common UNIX Printing System™ - PPD manipulation library
ii libcurl3:amd64 7.47.0-1ubuntu2.5 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libcurl3-gnutls:amd64 7.47.0-1ubuntu2.5 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcwidget3v5:amd64 0.5.17-4ubuntu2 amd64 high-level terminal interface library for C++ (runtime files)
ii libdaemon0:amd64 0.14-6
Don't worry about artificial intelligence.  Worry about natural stupidity.  Smile
Reply
#9
Hi [member=7114]ian_r_h[/member]

Thanks for the system report, let's hope someone take a look into it and provide some input. All I see is that laptop uses Sky Lake Integrated Graphics and reading on the web I found some people reported having problems with it while others stated it worked just fine. Just one thing, next time when asked for attach something use the option for that which is placed just bellow the reply box  [Image: JzVEDXI.png]

It is well explained here https://www.freecinema2022.gq/forums/intro...uidelines/

I found this https://wiki.ubuntu.com/X/Troubleshooting/Freeze I think it might be of some help in diagnosing your issue. The article explains how to proceed on different scenarios for debugging system frezzing issues.

Hope this helps! Smile

Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply
#10
Thanks, again, Moltke.  And duly noted for attaching system reports, etc.
Don't worry about artificial intelligence.  Worry about natural stupidity.  Smile
Reply


Forum Jump:


Users browsing this thread: 10 Guest(s)