log file keeps eating all my disk space

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
newbie1010

log file keeps eating all my disk space

Post by newbie1010 »

I've had Linux mint 17.3 cinnamon since December I originally made a 50GB partition with my windows 10 to try it out. I really liked it and kept using it. I found out that by February my system claimed my disk space was full.

But when I looked at the storage manager it wasn't my actual files that I use but this file called var/log and I don't know what it is or why it takes up so much space. Now I used Gparted to increase my partition by another 150GB but it's saying I've only got 80.1GB left when I haven't downloaded anything?

How do I stop this Var/log file from eating all my disk space?

here's what it looks like http://imgur.com/a/AIHMJ
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
karlchen
Level 23
Level 23
Posts: 18234
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: log file keeps eating all my disk space

Post by karlchen »

Hello, newbie 1010.

Whenever the logfiles in the folder /var/log explode, this means that you have got a serious problem. Some error messages will be written to one of the logfiles over and over again.
You will have to identify the relevant logile(s) that keep(s) on growing fast and enormously.
You will have to find out what the error message is which gets constantly written.
You will have to solve the problem which is reported over and over again.

Let us start by identifying the logfile(s) which grow(s) so fast and to enormous size(s).
Open a terminal window. Execute

Code: Select all

ls -l /var/log
and post the complete screen output here.

And please note, the foldername is /var/log exactly. The initial / is relevant and there are only lowercase letters in the name. Linux is case sensitive.

Cheers,
Karl
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
newbie1010

Re: log file keeps eating all my disk space

Post by newbie1010 »

Dear Karlchen,

Thanks for helping me this is what it says:

Code: Select all

drwx------ 2 speech-dispatcher root        4096 Feb 19  2014 speech-dispatcher
-rw-r----- 1 syslog            adm  35627009728 Mar 12 16:33 syslog
-rw-r----- 1 syslog            adm   1167528168 Feb  3 21:07 syslog.1
-rw-r----- 1 syslog            adm     23986176 Feb  5 19:44 syslog.1.gz
-rw-r----- 1 syslog            adm     74300352 Feb  2 02:46 syslog.2.gz
-rw-r----- 1 syslog            adm     75452415 Feb  1 20:54 syslog.3.gz
-rw-r----- 1 syslog            adm        64153 Jan 31 01:10 syslog.4.gz
-rw-r----- 1 syslog            adm    144980636 Jan 30 13:10 syslog.5.gz
-rw-r----- 1 syslog            adm     94137473 Jan 29 12:48 syslog.6.gz
-rw-r----- 1 syslog            adm     46608749 Jan 28 14:47 syslog.7.gz
-rw-r--r-- 1 root              root      413092 Mar 10 19:09 udev
-rw-r----- 1 syslog            adm       263979 Mar 12 16:13 ufw.log
-rw-r----- 1 syslog            adm       104128 Mar  6 15:19 ufw.log.1
-rw-r----- 1 syslog            adm        23037 Feb 28 19:12 ufw.log.2.gz
-rw-r----- 1 syslog            adm         6896 Feb 21 14:30 ufw.log.3.gz
-rw-r----- 1 syslog            adm        16104 Feb 17 19:46 ufw.log.4.gz
drwxr-xr-x 2 root              root        4096 Jan  1 03:35 unattended-upgrades
drwxr-xr-x 2 root              root       12288 Mar 12 09:59 upstart
-rw-r--r-- 1 root              root           0 Jan 23 12:20 wifi-radar.log
-rw-rw-r-- 1 root              utmp       43392 Mar 12 16:41 wtmp
-rw-rw-r-- 1 root              utmp      209664 Mar  1 19:26 wtmp.1
-rw-r--r-- 1 root              root       23416 Mar 10 19:13 Xorg.0.log
-rw-r--r-- 1 root              root       24272 Mar  9 22:12 Xorg.0.log.old
ebun@ebun-HP-Pavilion-Gaming-Notebook ~ $
User avatar
karlchen
Level 23
Level 23
Posts: 18234
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: log file keeps eating all my disk space

Post by karlchen »

Hello, newbie1010.

As I had suspected, because it is the most likely logfiles in such cases, it is the logfile /var/log/syslog which has grown to an enormous size of more than 35 GB

Code: Select all

-rw-r----- 1 syslog            adm  35,627,009,728 Mar 12 16:33 syslog
(Commas added by me to make it easier to tell the filesize)

Chances are that a "tail -200 /var/log/syslog" will be sufficient to reveal the error message. In case I should be wrong we may need a larger part of the logfile.

So, please execute

Code: Select all

tail -200 /var/log/syslog
in a terminal window. This will type the 200 last lines of the file /var/log/syslog intot the terminal window. Copy the complete 200 lines and post them here, please. Keep your fingers crossed, it is only one error message that gets written almost all the time.

Cheers,
Karl
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
newbie1010

Re: log file keeps eating all my disk space

Post by newbie1010 »

Thanks, this is what it says:

Code: Select all

ebun@ebun-HP-Pavilion-Gaming-Notebook ~ $ tail -200 /var/log/syslog
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.200945]  [<ffffffffc0148911>] assert_csr_loaded+0xc1/0x100 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.200952]  [<ffffffffc014754d>] skl_set_power_well+0x6ad/0xa30 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.200959]  [<ffffffffc0147903>] skl_power_well_enable+0x13/0x20 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.200966]  [<ffffffffc0147b9e>] intel_display_power_get+0x9e/0xf0 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.200980]  [<ffffffffc01d361c>] intel_hdmi_set_edid+0x3c/0xf0 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.200992]  [<ffffffffc01d37c5>] intel_hdmi_detect+0x55/0xb0 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.200995]  [<ffffffffc0103a95>] drm_helper_probe_single_connector_modes_merge_bits+0x2e5/0x4a0 [drm_kms_helper]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.200998]  [<ffffffffc0103c63>] drm_helper_probe_single_connector_modes+0x13/0x20 [drm_kms_helper]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.201007]  [<ffffffffc0041cb2>] drm_mode_getconnector+0x372/0x3f0 [drm]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.201016]  [<ffffffffc004d219>] ? drm_modeset_lock+0x39/0xf0 [drm]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.201022]  [<ffffffffc00336c3>] drm_ioctl+0x363/0x680 [drm]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.201029]  [<ffffffffc0041940>] ? drm_mode_getcrtc+0x140/0x140 [drm]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.201032]  [<ffffffff811fda8d>] do_vfs_ioctl+0x2cd/0x4b0
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.201033]  [<ffffffff81696202>] ? __sys_recvmsg+0x62/0x80
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.201035]  [<ffffffff811fdce9>] SyS_ioctl+0x79/0x90
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.201037]  [<ffffffff817baaf2>] entry_SYSCALL_64_fastpath+0x16/0x75
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.201038] ---[ end trace 9bd585552430488d ]---
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205658] ------------[ cut here ]------------
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205673] WARNING: CPU: 6 PID: 1689 at /build/linux-lts-wily-Ho7hPi/linux-lts-wily-4.2.0/drivers/gpu/drm/i915/intel_csr.c:465 assert_csr_loaded+0xdb/0x100 [i915]()
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205674] CSR SSP Base Not fine
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205675] Modules linked in: drbg ansi_cprng ctr ccm rfcomm bnep binfmt_misc nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core v4l2_common videodev media ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 snd_hda_codec_hdmi ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common snd_hda_codec_realtek xt_LOG snd_hda_codec_generic xt_limit xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack iptable_filter ip_tables x_tables arc4 hp_wmi sparse_keymap snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep rtl8723be(OE) btcoexist(OE) rtl_pci(OE) rtlwifi(OE) dm_multipath intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp scsi_dh snd_pcm kvm mac80211 crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul snd_seq_midi glue_helper snd_seq_midi_event btusb ablk_helper btrtl snd_rawmidi cryptd btbcm joydev btintel bluetooth input_leds serio_raw snd_seq cfg80211 snd_seq_device parport_pc snd_timer ppdev mei_me snd mei soundcore lp processor_thermal_device shpchp parport intel_soc_dts_iosf iosf_mbi int3403_thermal int340x_thermal_zone hp_accel lis3lv02d input_polldev hp_wireless int3400_thermal tpm_crb acpi_pad acpi_thermal_rel mac_hid dm_mirror dm_region_hash dm_log i915 i2c_algo_bit drm_kms_helper psmouse r8169 ahci drm mii libahci wmi video
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205723] CPU: 6 PID: 1689 Comm: Xorg Tainted: G        W  OE   4.2.0-25-generic #30~14.04.1-Ubuntu
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205724] Hardware name: HP HP Pavilion Gaming Notebook/818E, BIOS F.61 09/24/2015
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205725]  ffffffffc01fd6d8 ffff88026723ba48 ffffffff817b3733 0000000000000000
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205727]  ffff88026723ba98 ffff88026723ba88 ffffffff8107738a 0000000000000001
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205729]  ffff880262520000 ffff8802625202b0 0000000000000001 00000000f000000f
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205730] Call Trace:
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205733]  [<ffffffff817b3733>] dump_stack+0x45/0x57
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205736]  [<ffffffff8107738a>] warn_slowpath_common+0x8a/0xc0
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205738]  [<ffffffff81077406>] warn_slowpath_fmt+0x46/0x50
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205747]  [<ffffffffc014892b>] assert_csr_loaded+0xdb/0x100 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205754]  [<ffffffffc014762d>] skl_set_power_well+0x78d/0xa30 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205762]  [<ffffffffc01478e0>] skl_power_well_disable+0x10/0x20 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205769]  [<ffffffffc0147da8>] intel_display_power_put+0xd8/0x160 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205784]  [<ffffffffc01d3644>] intel_hdmi_set_edid+0x64/0xf0 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205797]  [<ffffffffc01d37c5>] intel_hdmi_detect+0x55/0xb0 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205801]  [<ffffffffc0103a95>] drm_helper_probe_single_connector_modes_merge_bits+0x2e5/0x4a0 [drm_kms_helper]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205804]  [<ffffffffc0103c63>] drm_helper_probe_single_connector_modes+0x13/0x20 [drm_kms_helper]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205815]  [<ffffffffc0041cb2>] drm_mode_getconnector+0x372/0x3f0 [drm]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205825]  [<ffffffffc004d219>] ? drm_modeset_lock+0x39/0xf0 [drm]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205831]  [<ffffffffc00336c3>] drm_ioctl+0x363/0x680 [drm]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205839]  [<ffffffffc0041940>] ? drm_mode_getcrtc+0x140/0x140 [drm]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205842]  [<ffffffff811fda8d>] do_vfs_ioctl+0x2cd/0x4b0
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205844]  [<ffffffff81696202>] ? __sys_recvmsg+0x62/0x80
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205846]  [<ffffffff811fdce9>] SyS_ioctl+0x79/0x90
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205848]  [<ffffffff817baaf2>] entry_SYSCALL_64_fastpath+0x16/0x75
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205849] ---[ end trace 9bd585552430488e ]---
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205850] ------------[ cut here ]------------
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205858] WARNING: CPU: 6 PID: 1689 at /build/linux-lts-wily-Ho7hPi/linux-lts-wily-4.2.0/drivers/gpu/drm/i915/intel_csr.c:466 assert_csr_loaded+0xc1/0x100 [i915]()
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205859] CSR HTP Not fine
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205860] Modules linked in: drbg ansi_cprng ctr ccm rfcomm bnep binfmt_misc nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core v4l2_common videodev media ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 snd_hda_codec_hdmi ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common snd_hda_codec_realtek xt_LOG snd_hda_codec_generic xt_limit xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack iptable_filter ip_tables x_tables arc4 hp_wmi sparse_keymap snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep rtl8723be(OE) btcoexist(OE) rtl_pci(OE) rtlwifi(OE) dm_multipath intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp scsi_dh snd_pcm kvm mac80211 crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul snd_seq_midi glue_helper snd_seq_midi_event btusb ablk_helper btrtl snd_rawmidi cryptd btbcm joydev btintel bluetooth input_leds serio_raw snd_seq cfg80211 snd_seq_device parport_pc snd_timer ppdev mei_me snd mei soundcore lp processor_thermal_device shpchp parport intel_soc_dts_iosf iosf_mbi int3403_thermal int340x_thermal_zone hp_accel lis3lv02d input_polldev hp_wireless int3400_thermal tpm_crb acpi_pad acpi_thermal_rel mac_hid dm_mirror dm_region_hash dm_log i915 i2c_algo_bit drm_kms_helper psmouse r8169 ahci drm mii libahci wmi video
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205897] CPU: 6 PID: 1689 Comm: Xorg Tainted: G        W  OE   4.2.0-25-generic #30~14.04.1-Ubuntu
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205898] Hardware name: HP HP Pavilion Gaming Notebook/818E, BIOS F.61 09/24/2015
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205899]  ffffffffc01fd6d8 ffff88026723ba48 ffffffff817b3733 0000000000000000
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205900]  ffff88026723ba98 ffff88026723ba88 ffffffff8107738a 0000000000000001
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205902]  ffff880262520000 ffff8802625202b0 0000000000000001 00000000f000000f
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205903] Call Trace:
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205906]  [<ffffffff817b3733>] dump_stack+0x45/0x57
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205908]  [<ffffffff8107738a>] warn_slowpath_common+0x8a/0xc0
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205910]  [<ffffffff81077406>] warn_slowpath_fmt+0x46/0x50
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205917]  [<ffffffffc0148911>] assert_csr_loaded+0xc1/0x100 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205925]  [<ffffffffc014762d>] skl_set_power_well+0x78d/0xa30 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205931]  [<ffffffffc01478e0>] skl_power_well_disable+0x10/0x20 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205938]  [<ffffffffc0147da8>] intel_display_power_put+0xd8/0x160 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205953]  [<ffffffffc01d3644>] intel_hdmi_set_edid+0x64/0xf0 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205965]  [<ffffffffc01d37c5>] intel_hdmi_detect+0x55/0xb0 [i915]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205969]  [<ffffffffc0103a95>] drm_helper_probe_single_connector_modes_merge_bits+0x2e5/0x4a0 [drm_kms_helper]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205972]  [<ffffffffc0103c63>] drm_helper_probe_single_connector_modes+0x13/0x20 [drm_kms_helper]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205981]  [<ffffffffc0041cb2>] drm_mode_getconnector+0x372/0x3f0 [drm]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205991]  [<ffffffffc004d219>] ? drm_modeset_lock+0x39/0xf0 [drm]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.205996]  [<ffffffffc00336c3>] drm_ioctl+0x363/0x680 [drm]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.206004]  [<ffffffffc0041940>] ? drm_mode_getcrtc+0x140/0x140 [drm]
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.206007]  [<ffffffff811fda8d>] do_vfs_ioctl+0x2cd/0x4b0
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.206008]  [<ffffffff81696202>] ? __sys_recvmsg+0x62/0x80
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.206010]  [<ffffffff811fdce9>] SyS_ioctl+0x79/0x90
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.206012]  [<ffffffff817baaf2>] entry_SYSCALL_64_fastpath+0x16/0x75
Mar 12 16:54:47 ebun-HP-Pavilion-Gaming-Notebook kernel: [31227.206013] ---[ end trace 9bd585552430488f ]---
Mar 12 17:13:18 ebun-HP-Pavilion-Gaming-Notebook kernel: [32338.593580] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:fb:c8:1e:e7:69:b6:f8:08:00 SRC=192.168.0.2 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=22875 PROTO=2 
Mar 12 17:16:53 ebun-HP-Pavilion-Gaming-Notebook kernel: [32553.091683] [UFW BLOCK] IN=wlan0 OUT= MAC=01:00:5e:00:00:fb:c8:1e:e7:69:b6:f8:08:00 SRC=192.168.0.2 DST=224.0.0.251 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=44757 PROTO=2 
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171640] ------------[ cut here ]------------
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171657] WARNING: CPU: 1 PID: 1689 at /build/linux-lts-wily-Ho7hPi/linux-lts-wily-4.2.0/drivers/gpu/drm/i915/intel_csr.c:465 assert_csr_loaded+0xdb/0x100 [i915]()
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171658] CSR SSP Base Not fine
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171659] Modules linked in: drbg ansi_cprng ctr ccm rfcomm bnep binfmt_misc nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core v4l2_common videodev media ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 snd_hda_codec_hdmi ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common snd_hda_codec_realtek xt_LOG snd_hda_codec_generic xt_limit xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack iptable_filter ip_tables x_tables arc4 hp_wmi sparse_keymap snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep rtl8723be(OE) btcoexist(OE) rtl_pci(OE) rtlwifi(OE) dm_multipath intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp scsi_dh snd_pcm kvm mac80211 crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul snd_seq_midi glue_helper snd_seq_midi_event btusb ablk_helper btrtl snd_rawmidi cryptd btbcm joydev btintel bluetooth input_leds serio_raw snd_seq cfg80211 snd_seq_device parport_pc snd_timer ppdev mei_me snd mei soundcore lp processor_thermal_device shpchp parport intel_soc_dts_iosf iosf_mbi int3403_thermal int340x_thermal_zone hp_accel lis3lv02d input_polldev hp_wireless int3400_thermal tpm_crb acpi_pad acpi_thermal_rel mac_hid dm_mirror dm_region_hash dm_log i915 i2c_algo_bit drm_kms_helper psmouse r8169 ahci drm mii libahci wmi video
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171713] CPU: 1 PID: 1689 Comm: Xorg Tainted: G        W  OE   4.2.0-25-generic #30~14.04.1-Ubuntu
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171714] Hardware name: HP HP Pavilion Gaming Notebook/818E, BIOS F.61 09/24/2015
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171715]  ffffffffc01fd6d8 ffff88026723ba48 ffffffff817b3733 0000000000000000
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171717]  ffff88026723ba98 ffff88026723ba88 ffffffff8107738a ffff88026723bac0
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171719]  ffff880262520000 ffff8802625202b0 0000000000000001 000000003000000f
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171721] Call Trace:
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171725]  [<ffffffff817b3733>] dump_stack+0x45/0x57
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171728]  [<ffffffff8107738a>] warn_slowpath_common+0x8a/0xc0
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171730]  [<ffffffff81077406>] warn_slowpath_fmt+0x46/0x50
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171739]  [<ffffffffc014892b>] assert_csr_loaded+0xdb/0x100 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171746]  [<ffffffffc014754d>] skl_set_power_well+0x6ad/0xa30 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171753]  [<ffffffffc0147903>] skl_power_well_enable+0x13/0x20 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171760]  [<ffffffffc0147b9e>] intel_display_power_get+0x9e/0xf0 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171775]  [<ffffffffc01d361c>] intel_hdmi_set_edid+0x3c/0xf0 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171788]  [<ffffffffc01d37c5>] intel_hdmi_detect+0x55/0xb0 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171793]  [<ffffffffc0103a95>] drm_helper_probe_single_connector_modes_merge_bits+0x2e5/0x4a0 [drm_kms_helper]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171796]  [<ffffffffc0103c63>] drm_helper_probe_single_connector_modes+0x13/0x20 [drm_kms_helper]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171843]  [<ffffffffc0041cb2>] drm_mode_getconnector+0x372/0x3f0 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171853]  [<ffffffffc004d219>] ? drm_modeset_lock+0x39/0xf0 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171859]  [<ffffffffc00336c3>] drm_ioctl+0x363/0x680 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171867]  [<ffffffffc0041940>] ? drm_mode_getcrtc+0x140/0x140 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171870]  [<ffffffff811fda8d>] do_vfs_ioctl+0x2cd/0x4b0
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171872]  [<ffffffff81696202>] ? __sys_recvmsg+0x62/0x80
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171874]  [<ffffffff811fdce9>] SyS_ioctl+0x79/0x90
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171876]  [<ffffffff817baaf2>] entry_SYSCALL_64_fastpath+0x16/0x75
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171877] ---[ end trace 9bd5855524304890 ]---
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171878] ------------[ cut here ]------------
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171887] WARNING: CPU: 1 PID: 1689 at /build/linux-lts-wily-Ho7hPi/linux-lts-wily-4.2.0/drivers/gpu/drm/i915/intel_csr.c:466 assert_csr_loaded+0xc1/0x100 [i915]()
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171887] CSR HTP Not fine
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171888] Modules linked in: drbg ansi_cprng ctr ccm rfcomm bnep binfmt_misc nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core v4l2_common videodev media ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 snd_hda_codec_hdmi ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common snd_hda_codec_realtek xt_LOG snd_hda_codec_generic xt_limit xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack iptable_filter ip_tables x_tables arc4 hp_wmi sparse_keymap snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep rtl8723be(OE) btcoexist(OE) rtl_pci(OE) rtlwifi(OE) dm_multipath intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp scsi_dh snd_pcm kvm mac80211 crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul snd_seq_midi glue_helper snd_seq_midi_event btusb ablk_helper btrtl snd_rawmidi cryptd btbcm joydev btintel bluetooth input_leds serio_raw snd_seq cfg80211 snd_seq_device parport_pc snd_timer ppdev mei_me snd mei soundcore lp processor_thermal_device shpchp parport intel_soc_dts_iosf iosf_mbi int3403_thermal int340x_thermal_zone hp_accel lis3lv02d input_polldev hp_wireless int3400_thermal tpm_crb acpi_pad acpi_thermal_rel mac_hid dm_mirror dm_region_hash dm_log i915 i2c_algo_bit drm_kms_helper psmouse r8169 ahci drm mii libahci wmi video
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171927] CPU: 1 PID: 1689 Comm: Xorg Tainted: G        W  OE   4.2.0-25-generic #30~14.04.1-Ubuntu
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171928] Hardware name: HP HP Pavilion Gaming Notebook/818E, BIOS F.61 09/24/2015
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171929]  ffffffffc01fd6d8 ffff88026723ba48 ffffffff817b3733 0000000000000000
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171930]  ffff88026723ba98 ffff88026723ba88 ffffffff8107738a ffff88026723bac0
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171932]  ffff880262520000 ffff8802625202b0 0000000000000001 000000003000000f
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171933] Call Trace:
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171935]  [<ffffffff817b3733>] dump_stack+0x45/0x57
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171937]  [<ffffffff8107738a>] warn_slowpath_common+0x8a/0xc0
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171939]  [<ffffffff81077406>] warn_slowpath_fmt+0x46/0x50
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171947]  [<ffffffffc0148911>] assert_csr_loaded+0xc1/0x100 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171954]  [<ffffffffc014754d>] skl_set_power_well+0x6ad/0xa30 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171961]  [<ffffffffc0147903>] skl_power_well_enable+0x13/0x20 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171967]  [<ffffffffc0147b9e>] intel_display_power_get+0x9e/0xf0 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171981]  [<ffffffffc01d361c>] intel_hdmi_set_edid+0x3c/0xf0 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171994]  [<ffffffffc01d37c5>] intel_hdmi_detect+0x55/0xb0 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.171997]  [<ffffffffc0103a95>] drm_helper_probe_single_connector_modes_merge_bits+0x2e5/0x4a0 [drm_kms_helper]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.172001]  [<ffffffffc0103c63>] drm_helper_probe_single_connector_modes+0x13/0x20 [drm_kms_helper]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.172010]  [<ffffffffc0041cb2>] drm_mode_getconnector+0x372/0x3f0 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.172019]  [<ffffffffc004d219>] ? drm_modeset_lock+0x39/0xf0 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.172025]  [<ffffffffc00336c3>] drm_ioctl+0x363/0x680 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.172032]  [<ffffffffc0041940>] ? drm_mode_getcrtc+0x140/0x140 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.172035]  [<ffffffff811fda8d>] do_vfs_ioctl+0x2cd/0x4b0
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.172036]  [<ffffffff81696202>] ? __sys_recvmsg+0x62/0x80
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.172039]  [<ffffffff811fdce9>] SyS_ioctl+0x79/0x90
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.172040]  [<ffffffff817baaf2>] entry_SYSCALL_64_fastpath+0x16/0x75
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.172041] ---[ end trace 9bd5855524304891 ]---
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176507] ------------[ cut here ]------------
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176522] WARNING: CPU: 1 PID: 1689 at /build/linux-lts-wily-Ho7hPi/linux-lts-wily-4.2.0/drivers/gpu/drm/i915/intel_csr.c:465 assert_csr_loaded+0xdb/0x100 [i915]()
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176523] CSR SSP Base Not fine
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176524] Modules linked in: drbg ansi_cprng ctr ccm rfcomm bnep binfmt_misc nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core v4l2_common videodev media ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 snd_hda_codec_hdmi ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common snd_hda_codec_realtek xt_LOG snd_hda_codec_generic xt_limit xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack iptable_filter ip_tables x_tables arc4 hp_wmi sparse_keymap snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep rtl8723be(OE) btcoexist(OE) rtl_pci(OE) rtlwifi(OE) dm_multipath intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp scsi_dh snd_pcm kvm mac80211 crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul snd_seq_midi glue_helper snd_seq_midi_event btusb ablk_helper btrtl snd_rawmidi cryptd btbcm joydev btintel bluetooth input_leds serio_raw snd_seq cfg80211 snd_seq_device parport_pc snd_timer ppdev mei_me snd mei soundcore lp processor_thermal_device shpchp parport intel_soc_dts_iosf iosf_mbi int3403_thermal int340x_thermal_zone hp_accel lis3lv02d input_polldev hp_wireless int3400_thermal tpm_crb acpi_pad acpi_thermal_rel mac_hid dm_mirror dm_region_hash dm_log i915 i2c_algo_bit drm_kms_helper psmouse r8169 ahci drm mii libahci wmi video
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176575] CPU: 1 PID: 1689 Comm: Xorg Tainted: G        W  OE   4.2.0-25-generic #30~14.04.1-Ubuntu
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176577] Hardware name: HP HP Pavilion Gaming Notebook/818E, BIOS F.61 09/24/2015
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176578]  ffffffffc01fd6d8 ffff88026723ba48 ffffffff817b3733 0000000000000000
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176580]  ffff88026723ba98 ffff88026723ba88 ffffffff8107738a 0000000000000001
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176581]  ffff880262520000 ffff8802625202b0 0000000000000001 00000000f000000f
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176583] Call Trace:
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176586]  [<ffffffff817b3733>] dump_stack+0x45/0x57
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176589]  [<ffffffff8107738a>] warn_slowpath_common+0x8a/0xc0
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176591]  [<ffffffff81077406>] warn_slowpath_fmt+0x46/0x50
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176600]  [<ffffffffc014892b>] assert_csr_loaded+0xdb/0x100 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176607]  [<ffffffffc014762d>] skl_set_power_well+0x78d/0xa30 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176614]  [<ffffffffc01478e0>] skl_power_well_disable+0x10/0x20 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176622]  [<ffffffffc0147da8>] intel_display_power_put+0xd8/0x160 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176638]  [<ffffffffc01d3644>] intel_hdmi_set_edid+0x64/0xf0 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176651]  [<ffffffffc01d37c5>] intel_hdmi_detect+0x55/0xb0 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176656]  [<ffffffffc0103a95>] drm_helper_probe_single_connector_modes_merge_bits+0x2e5/0x4a0 [drm_kms_helper]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176659]  [<ffffffffc0103c63>] drm_helper_probe_single_connector_modes+0x13/0x20 [drm_kms_helper]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176670]  [<ffffffffc0041cb2>] drm_mode_getconnector+0x372/0x3f0 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176681]  [<ffffffffc004d219>] ? drm_modeset_lock+0x39/0xf0 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176686]  [<ffffffffc00336c3>] drm_ioctl+0x363/0x680 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176694]  [<ffffffffc0041940>] ? drm_mode_getcrtc+0x140/0x140 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176697]  [<ffffffff811fda8d>] do_vfs_ioctl+0x2cd/0x4b0
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176700]  [<ffffffff81696202>] ? __sys_recvmsg+0x62/0x80
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176702]  [<ffffffff811fdce9>] SyS_ioctl+0x79/0x90
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176703]  [<ffffffff817baaf2>] entry_SYSCALL_64_fastpath+0x16/0x75
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176705] ---[ end trace 9bd5855524304892 ]---
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176706] ------------[ cut here ]------------
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176714] WARNING: CPU: 1 PID: 1689 at /build/linux-lts-wily-Ho7hPi/linux-lts-wily-4.2.0/drivers/gpu/drm/i915/intel_csr.c:466 assert_csr_loaded+0xc1/0x100 [i915]()
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176715] CSR HTP Not fine
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176715] Modules linked in: drbg ansi_cprng ctr ccm rfcomm bnep binfmt_misc nls_iso8859_1 uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_core v4l2_common videodev media ip6t_REJECT nf_reject_ipv6 nf_log_ipv6 xt_hl ip6t_rt nf_conntrack_ipv6 nf_defrag_ipv6 snd_hda_codec_hdmi ipt_REJECT nf_reject_ipv4 nf_log_ipv4 nf_log_common snd_hda_codec_realtek xt_LOG snd_hda_codec_generic xt_limit xt_tcpudp xt_addrtype nf_conntrack_ipv4 nf_defrag_ipv4 xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack iptable_filter ip_tables x_tables arc4 hp_wmi sparse_keymap snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep rtl8723be(OE) btcoexist(OE) rtl_pci(OE) rtlwifi(OE) dm_multipath intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp scsi_dh snd_pcm kvm mac80211 crct10dif_pclmul crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul snd_seq_midi glue_helper snd_seq_midi_event btusb ablk_helper btrtl snd_rawmidi cryptd btbcm joydev btintel bluetooth input_leds serio_raw snd_seq cfg80211 snd_seq_device parport_pc snd_timer ppdev mei_me snd mei soundcore lp processor_thermal_device shpchp parport intel_soc_dts_iosf iosf_mbi int3403_thermal int340x_thermal_zone hp_accel lis3lv02d input_polldev hp_wireless int3400_thermal tpm_crb acpi_pad acpi_thermal_rel mac_hid dm_mirror dm_region_hash dm_log i915 i2c_algo_bit drm_kms_helper psmouse r8169 ahci drm mii libahci wmi video
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176753] CPU: 1 PID: 1689 Comm: Xorg Tainted: G        W  OE   4.2.0-25-generic #30~14.04.1-Ubuntu
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176753] Hardware name: HP HP Pavilion Gaming Notebook/818E, BIOS F.61 09/24/2015
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176754]  ffffffffc01fd6d8 ffff88026723ba48 ffffffff817b3733 0000000000000000
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176756]  ffff88026723ba98 ffff88026723ba88 ffffffff8107738a 0000000000000001
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176757]  ffff880262520000 ffff8802625202b0 0000000000000001 00000000f000000f
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176759] Call Trace:
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176761]  [<ffffffff817b3733>] dump_stack+0x45/0x57
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176763]  [<ffffffff8107738a>] warn_slowpath_common+0x8a/0xc0
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176765]  [<ffffffff81077406>] warn_slowpath_fmt+0x46/0x50
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176773]  [<ffffffffc0148911>] assert_csr_loaded+0xc1/0x100 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176779]  [<ffffffffc014762d>] skl_set_power_well+0x78d/0xa30 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176786]  [<ffffffffc01478e0>] skl_power_well_disable+0x10/0x20 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176793]  [<ffffffffc0147da8>] intel_display_power_put+0xd8/0x160 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176808]  [<ffffffffc01d3644>] intel_hdmi_set_edid+0x64/0xf0 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176821]  [<ffffffffc01d37c5>] intel_hdmi_detect+0x55/0xb0 [i915]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176824]  [<ffffffffc0103a95>] drm_helper_probe_single_connector_modes_merge_bits+0x2e5/0x4a0 [drm_kms_helper]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176827]  [<ffffffffc0103c63>] drm_helper_probe_single_connector_modes+0x13/0x20 [drm_kms_helper]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176836]  [<ffffffffc0041cb2>] drm_mode_getconnector+0x372/0x3f0 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176846]  [<ffffffffc004d219>] ? drm_modeset_lock+0x39/0xf0 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176851]  [<ffffffffc00336c3>] drm_ioctl+0x363/0x680 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176859]  [<ffffffffc0041940>] ? drm_mode_getcrtc+0x140/0x140 [drm]
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176862]  [<ffffffff811fda8d>] do_vfs_ioctl+0x2cd/0x4b0
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176863]  [<ffffffff81696202>] ? __sys_recvmsg+0x62/0x80
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176865]  [<ffffffff811fdce9>] SyS_ioctl+0x79/0x90
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176867]  [<ffffffff817baaf2>] entry_SYSCALL_64_fastpath+0x16/0x75
Mar 12 17:17:00 ebun-HP-Pavilion-Gaming-Notebook kernel: [32560.176868] ---[ end trace 9bd5855524304893 ]---
Mar 12 17:17:01 ebun-HP-Pavilion-Gaming-Notebook CRON[12364]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
ebun@ebun-HP-Pavilion-Gaming-Notebook ~ $
User avatar
Pjotr
Level 24
Level 24
Posts: 20140
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: log file keeps eating all my disk space

Post by Pjotr »

You can use this temporary workaround to limit (hard cap) the log size, so you can troubleshoot without time pressure:
https://sites.google.com/site/easylinux ... ut-of-hand
(item 15, right column)
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
User avatar
karlchen
Level 23
Level 23
Posts: 18234
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: log file keeps eating all my disk space

Post by karlchen »

Hello, newbie1010.

It would be helpful to have an

Code: Select all

inxi -Fxz
report, too. The syslog suggests some trouble with the current kernel. So knowing a little bit more about your hardware could not do any harm.

Karl
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
newbie1010

Re: log file keeps eating all my disk space

Post by newbie1010 »

Code: Select all

Display Server: X.Org 1.17.1 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1920x1080@60.1hz
           GLX Renderer: Mesa DRI Intel Skylake Halo GT2
           GLX Version: 3.0 Mesa 10.5.9 Direct Rendering: Yes
Audio:     Card Intel Device a170 driver: snd_hda_intel bus-ID: 00:1f.3
           Sound: Advanced Linux Sound Architecture v: k4.2.0-25-generic
Network:   Card-1: Realtek RTL8723BE PCIe Wireless Network Adapter
           driver: rtl8723be port: 4000 bus-ID: 02:00.0
           IF: wlan0 state: up mac: <filter>
           Card-2: Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller
           driver: r8169 v: 2.3LK-NAPI port: 3000 bus-ID: 03:00.0
           IF: eth0 state: down mac: <filter>
Drives:    HDD Total Size: 2000.4GB (6.1% used)
           ID-1: /dev/sda model: ST2000LM003_HN size: 2000.4GB
Partition: ID-1: / size: 186G used: 111G (64%) fs: ext4 dev: /dev/sda6
           ID-2: swap-1 size: 2.43GB used: 0.01GB (0%) fs: swap dev: /dev/sda7
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 61.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 223 Uptime: 3 days Memory: 3272.5/7822.8MB
           Init: Upstart runlevel: 2 Gcc sys: 4.8.4
           Client: Shell (bash 4.3.111) inxi: 2.2.28 
ebun@ebun-HP-Pavilion-Gaming-Notebook ~ $
User avatar
Pjotr
Level 24
Level 24
Posts: 20140
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: log file keeps eating all my disk space

Post by Pjotr »

That's incomplete. Please post the full requested output.

And have you already applied the temporary hard cap, as I advised earlier?
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
newbie1010

Re: log file keeps eating all my disk space

Post by newbie1010 »

This is all it says

Code: Select all

Display Server: X.Org 1.17.1 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1920x1080@60.1hz
           GLX Renderer: Mesa DRI Intel Skylake Halo GT2
           GLX Version: 3.0 Mesa 10.5.9 Direct Rendering: Yes
Audio:     Card Intel Device a170 driver: snd_hda_intel bus-ID: 00:1f.3
           Sound: Advanced Linux Sound Architecture v: k4.2.0-25-generic
Network:   Card-1: Realtek RTL8723BE PCIe Wireless Network Adapter
           driver: rtl8723be port: 4000 bus-ID: 02:00.0
           IF: wlan0 state: up mac: <filter>
           Card-2: Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller
           driver: r8169 v: 2.3LK-NAPI port: 3000 bus-ID: 03:00.0
           IF: eth0 state: down mac: <filter>
Drives:    HDD Total Size: 2000.4GB (6.2% used)
           ID-1: /dev/sda model: ST2000LM003_HN size: 2000.4GB
Partition: ID-1: / size: 186G used: 114G (65%) fs: ext4 dev: /dev/sda6
           ID-2: swap-1 size: 2.43GB used: 0.00GB (0%) fs: swap dev: /dev/sda7
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 35.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 212 Uptime: 5 min Memory: 1045.8/7822.8MB
           Init: Upstart runlevel: 2 Gcc sys: 4.8.4
           Client: Shell (bash 4.3.111) inxi: 2.2.28 
ebun@ebun-HP-Pavilion-Gaming-Notebook ~ $
Last edited by newbie1010 on Mon Mar 14, 2016 3:39 pm, edited 1 time in total.
Reason: code tags.
newbie1010

Re: log file keeps eating all my disk space

Post by newbie1010 »

Pjotr wrote:That's incomplete. Please post the full requested output.

And have you already applied the temporary hard cap, as I advised earlier?

I'm new to linux and the instructions seemed difficult
User avatar
Pjotr
Level 24
Level 24
Posts: 20140
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: log file keeps eating all my disk space

Post by Pjotr »

newbie1010 wrote:This is all it says
No it's not. Before that first line, there's more. About the kernel, among other things. Scroll upwards and you'll see. :)
I'm new to linux and the instructions seemed difficult
They're not, in spite of the magical terminal incantations. If you know how to copy/paste, you can do it....
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
newbie1010

Re: log file keeps eating all my disk space

Post by newbie1010 »

I'm very frustrated so there's no need for the sarcasm.
I've done what you've asked and this is what the terminal says:

Code: Select all

ebun@ebun-HP-Pavilion-Gaming-Notebook ~ $ inxi -Fxz
System:    Host: ebun-HP-Pavilion-Gaming-Notebook Kernel: 4.2.0-25-generic x86_64 (64 bit gcc: 4.8.2)
           Desktop: MATE 1.12.0 (Gtk 3.10.8~8+qiana)
           Distro: Linux Mint 17.3 Rosa
Machine:   System: HP product: HP Pavilion Gaming Notebook v: Type1ProductConfigId
           Mobo: HP model: 818E v: 91.19 Bios: Insyde v: F.61 date: 09/24/2015
CPU:       Quad core Intel Core i7-6700HQ (-HT-MCP-) cache: 6144 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 20726
           clock speeds: max: 3500 MHz 1: 2600 MHz 2: 2600 MHz 3: 3032 MHz
           4: 2600 MHz 5: 3489 MHz 6: 2914 MHz 7: 3099 MHz 8: 2600 MHz
Graphics:  Card: Intel Device 191b bus-ID: 00:02.0
           Display Server: X.Org 1.17.1 drivers: intel (unloaded: fbdev,vesa)
           Resolution: 1920x1080@60.1hz
           GLX Renderer: Mesa DRI Intel Skylake Halo GT2
           GLX Version: 3.0 Mesa 10.5.9 Direct Rendering: Yes
Audio:     Card Intel Device a170 driver: snd_hda_intel bus-ID: 00:1f.3
           Sound: Advanced Linux Sound Architecture v: k4.2.0-25-generic
Network:   Card-1: Realtek RTL8723BE PCIe Wireless Network Adapter
           driver: rtl8723be port: 4000 bus-ID: 02:00.0
           IF: wlan0 state: up mac: <filter>
           Card-2: Realtek RTL8101E/RTL8102E PCI Express Fast Ethernet controller
           driver: r8169 v: 2.3LK-NAPI port: 3000 bus-ID: 03:00.0
           IF: eth0 state: down mac: <filter>
Drives:    HDD Total Size: 2000.4GB (6.2% used)
           ID-1: /dev/sda model: ST2000LM003_HN size: 2000.4GB
Partition: ID-1: / size: 186G used: 115G (65%) fs: ext4 dev: /dev/sda6
           ID-2: swap-1 size: 2.43GB used: 0.00GB (0%) fs: swap dev: /dev/sda7
RAID:      No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors:   System Temperatures: cpu: 35.0C mobo: N/A
           Fan Speeds (in rpm): cpu: N/A
Info:      Processes: 214 Uptime: 7 min Memory: 1203.8/7822.8MB
           Init: Upstart runlevel: 2 Gcc sys: 4.8.4
           Client: Shell (bash 4.3.111) inxi: 2.2.28 
ebun@ebun-HP-Pavilion-Gaming-Notebook ~ $ 
I dunno what else I'm supposed to do
Last edited by newbie1010 on Mon Mar 14, 2016 3:41 pm, edited 1 time in total.
Reason: code tags... again
killer de bug

Re: log file keeps eating all my disk space

Post by killer de bug »

Hello Newbie1010,

When you past some information on the forum, please use the code tags. It makes the information you are posting easier to read. And it also helps in keeping your posts shorter.

Thanks.
newbie1010

Re: log file keeps eating all my disk space

Post by newbie1010 »

okay sorry
User avatar
Pjotr
Level 24
Level 24
Posts: 20140
Joined: Mon Mar 07, 2011 10:18 am
Location: The Netherlands (Holland) 🇳🇱
Contact:

Re: log file keeps eating all my disk space

Post by Pjotr »

newbie1010 wrote:I'm very frustrated so there's no need for the sarcasm.
I didn't intend to be sarcastic; it was meant as an innocent joke. :)
Tip: 10 things to do after installing Linux Mint 21.3 Virginia
Keep your Linux Mint healthy: Avoid these 10 fatal mistakes
Twitter: twitter.com/easylinuxtips
All in all, horse sense simply makes sense.
newbie1010

Re: log file keeps eating all my disk space

Post by newbie1010 »

Okay
DrHu

Re: log file keeps eating all my disk space

Post by DrHu »

There is/was a utility logrotate
--but it seems to have some issues with the latest ubuntu14x(Mint17x)

http://www.techrepublic.com/article/man ... logrotate/
--that's is the way its is supposed to work

log list(s)
http://www.cyberciti.biz/faq/ubuntu-lin ... og-viewer/
User avatar
karlchen
Level 23
Level 23
Posts: 18234
Joined: Sat Dec 31, 2011 7:21 am
Location: Germany

Re: log file keeps eating all my disk space

Post by karlchen »

DrHu,

as you can tell from this post, logrotate does its job.
If you ever have a syslog file of 35 GB then your system has got a serious problem.
And in this case the problem seems to be related to the kernel version, not logrotate.
As I did not have the time to look around for the various kernel complaints that the syslog file lists, I had kept quiet so far. Nonetheless I am a bit amazed that the kernel as the source of trouble seems to be almost ignored in this thread. Wonder why?

Cheers,
Karl
Image
The people of Alderaan have been bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine for 792 days now.
Lifeline
newbie1010

Re: log file keeps eating all my disk space

Post by newbie1010 »

do i need to change the kernel ?
karlchen wrote:DrHu,

as you can tell from this post, logrotate does its job.
If you ever have a syslog file of 35 GB then your system has got a serious problem.
And in this case the problem seems to be related to the kernel version, not logrotate.
As I did not have the time to look around for the various kernel complaints that the syslog file lists, I had kept quiet so far. Nonetheless I am a bit amazed that the kernel as the source of trouble seems to be almost ignored in this thread. Wonder why?

Cheers,
Karl
Locked

Return to “Beginner Questions”