[SOLVED]No sound on new install.

I have no sound on my first arch install, please help!
I would post relevant information, but I don't know what to post, give me a list of commands please and I will post the output.
I have tried using the default alsa, I ran alsamixer, made sure all relevant channels were unmuted, played a song through exaile music player(and I have installed codecs correctly) but nothing. The sound test command didn't work either.
[EDIT] There was a channel that I didn't unmute, "front". Please delete this thread.
Last edited by jc-kakashi (2012-03-10 00:54:48)

Yeah, it was, read the first post, I edited it. Stupid mistake by me. This is my first install of arch ever, although I have used linux for 6 years or so. I keep on assuming that any problem is because arch is different, and I am overlooking simple fixes...

Similar Messages

  • [SOLVED]No sound on new i686 install with ALSA using SB Audigy 2 ZS

    Previously posted at https://bbs.archlinux.org/viewtopic.php?id=146400
    I replaced Xubuntu 12.04 on my 32bit legacy workstation which uses an Audigy 2 ZS soundcard (emu10k1) and analog outputs to a 5.1 amplified speaker set.
    The old reliable "speaker-test -c2" produces no sound.
    I use QasMixer and a screenshot of it's prior settings is at http://i.stack.imgur.com/h4vOe.png/ and the Arch setting are here http://img826.imageshack.us/img826/532/qasmixer.png
    The ALSA information script is at http://pastebin.com/iRJamGBK. Note that is was run without USB microphone attached & with the mobo sound disabled in the BIOS.
    I have been using the ALSA Wiki https://wiki.archlinux.org/index.php/Alsa and everything seems to check out.
    I know the sound system is working because it works in the dual-boot WinXP.  It also produces an audible "thump" when unmuting Analog C with alsamixer.
    I am perplexed and looking for suggestions.
    Also here is the termout as suggested by Arch Wiki AKSA… ‥ .
    ~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC887 Analog [ALC887 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC887 Digital [ALC887 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 2: Audigy2 [SB Audigy 2 ZS [SB0350a]], device 0: emu10k1 [ADC Capture/Standard PCM Playback]
    Subdevices: 32/32
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    Subdevice #8: subdevice #8
    Subdevice #9: subdevice #9
    Subdevice #10: subdevice #10
    Subdevice #11: subdevice #11
    Subdevice #12: subdevice #12
    Subdevice #13: subdevice #13
    Subdevice #14: subdevice #14
    Subdevice #15: subdevice #15
    Subdevice #16: subdevice #16
    Subdevice #17: subdevice #17
    Subdevice #18: subdevice #18
    Subdevice #19: subdevice #19
    Subdevice #20: subdevice #20
    Subdevice #21: subdevice #21
    Subdevice #22: subdevice #22
    Subdevice #23: subdevice #23
    Subdevice #24: subdevice #24
    Subdevice #25: subdevice #25
    Subdevice #26: subdevice #26
    Subdevice #27: subdevice #27
    Subdevice #28: subdevice #28
    Subdevice #29: subdevice #29
    Subdevice #30: subdevice #30
    Subdevice #31: subdevice #31
    card 2: Audigy2 [SB Audigy 2 ZS [SB0350a]], device 2: emu10k1 efx [Multichannel Capture/PT Playback]
    Subdevices: 8/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    card 2: Audigy2 [SB Audigy 2 ZS [SB0350a]], device 3: emu10k1 [Multichannel Playback]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 2: Audigy2 [SB Audigy 2 ZS [SB0350a]], device 4: p16v [p16v]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 3: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    ~$ sudo cat /etc/asound.conf
    defaults.pcm.card 2
    defaults.ctl.card 2
    defaults.pcm.device 0
    defaults.pcm.rate_converter "samplerate_best"
    ctl.equal {
    type equal;
    pcm.plugequal {
    type equal;
    # Modify the line below if you do not
    # want to use sound card 0.
    #slave.pcm "plughw:0,0";
    #by default we want to play from more sources at time:
    slave.pcm "plug:dmix";
    #pcm.equal {
    # If you don't want the equalizer to be your
    # default soundcard comment the following
    # line and uncomment the above line. (You can
    # choose it as the output device by addressing
    # it with specific apps,eg mpg123 -a equal 06.Back_In_Black.mp3)
    pcm.!default {
    type plug;
    slave.pcm plugequal;
    pcm.upmix51 {
    type upmix
    slave.pcm "surround51"
    delay 15
    channels 6
    ~$ lsmod | grep '^snd' | column -t
    snd_hda_codec_hdmi 21248 1
    snd_hda_codec_realtek 51597 1
    snd_emu10k1 121892 1
    snd_usb_audio 75584 0
    snd_util_mem 1836 1 snd_emu10k1
    snd_ac97_codec 89868 1 snd_emu10k1
    snd_hda_intel 20208 0
    snd_usbmidi_lib 15548 1 snd_usb_audio
    snd_rawmidi 14630 2 snd_usbmidi_lib,snd_emu10k1
    snd_hda_codec 80733 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_seq_device 4316 2 snd_rawmidi,snd_emu10k1
    snd_pcm 61237 6 snd_usb_audio,snd_ac97_codec,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_emu10k1
    snd_page_alloc 5901 3 snd_pcm,snd_hda_intel,snd_emu10k1
    snd_hwdep 4746 3 snd_usb_audio,snd_hda_codec,snd_emu10k1
    snd_timer 14902 2 snd_pcm,snd_emu10k1
    snd 44394 15 snd_hda_codec_realtek,snd_usb_audio,snd_ac97_codec,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_rawmidi,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_emu10k1,snd_seq_device
    Last edited by keepitsimpleengineer (2012-08-06 16:05:54)

    Ok - this is getting weird.
    After doing some other stuff regards to networking, I tried the alsamixer again.
    ...and the default soudcard was changed to the USB microphone?
    Now there were no changes to hardware, not even reseating PCI cards.  The only change to the BIOS was, after booting from a CD using the BIOS boot menu (F12), the BIOS reset the hard disk boot order to its default (a non bootable drive) and I had to go into the BIOS to set the boot disk to the one with the boot loader.
    So I ran aplay -l, and now the card is at 1 vice 2?
    ...so I edit ~/.asoundrc & /etc/asound.conf to match this, restart alsa, and now alsamixer shows the audigy card as the default.
    But still zilch from speaker-test.
    $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Audigy2 [SB Audigy 2 ZS [SB0350a]], device 0: emu10k1 [ADC Capture/Standard PCM Playback]
    Subdevices: 32/32
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    Subdevice #8: subdevice #8
    Subdevice #9: subdevice #9
    Subdevice #10: subdevice #10
    Subdevice #11: subdevice #11
    Subdevice #12: subdevice #12
    Subdevice #13: subdevice #13
    Subdevice #14: subdevice #14
    Subdevice #15: subdevice #15
    Subdevice #16: subdevice #16
    Subdevice #17: subdevice #17
    Subdevice #18: subdevice #18
    Subdevice #19: subdevice #19
    Subdevice #20: subdevice #20
    Subdevice #21: subdevice #21
    Subdevice #22: subdevice #22
    Subdevice #23: subdevice #23
    Subdevice #24: subdevice #24
    Subdevice #25: subdevice #25
    Subdevice #26: subdevice #26
    Subdevice #27: subdevice #27
    Subdevice #28: subdevice #28
    Subdevice #29: subdevice #29
    Subdevice #30: subdevice #30
    Subdevice #31: subdevice #31
    card 1: Audigy2 [SB Audigy 2 ZS [SB0350a]], device 2: emu10k1 efx [Multichannel Capture/PT Playback]
    Subdevices: 8/8
    Subdevice #0: subdevice #0
    Subdevice #1: subdevice #1
    Subdevice #2: subdevice #2
    Subdevice #3: subdevice #3
    Subdevice #4: subdevice #4
    Subdevice #5: subdevice #5
    Subdevice #6: subdevice #6
    Subdevice #7: subdevice #7
    card 1: Audigy2 [SB Audigy 2 ZS [SB0350a]], device 3: emu10k1 [Multichannel Playback]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Audigy2 [SB Audigy 2 ZS [SB0350a]], device 4: p16v [p16v]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    When I installed Xubintu 12.04 on this hardware not too long ago, the only problem I had (with the audio) was to set the default sound card and unmute the Audigy Analog/Digital Output Jack (aka <Audigy A> )  in alsamixer.
    Last edited by keepitsimpleengineer (2012-08-05 23:27:45)

  • [SOLVED] No sound after fresh install

    Hi
    I am having a little bit of a problem that I couldn't solve myself. My sound is not working after a fresh installation of Arch. Everything else is fine but sound is not working. My "user" is in "audio" group, I tried some solution nothing smart just trying to reinstall or try to delete pulseaudio or alsa, only to find they are dependant on something. I have a Gnome 3.12. Also I am not an expert (obviously) ,but some things are still unclear to me about linux and this is not my first expiriance with Arch.
    This is what I belive you need from harware list:
    Motherboard: Asus P5Q PRO
    Video Card: Ati Radeon 4850HD
    Audio: Realtek ALC1200, 8-channel High Definition Audio CODEC (this is built in)
    So enough of my rambling here are the data I think you may need for actually helping me:
    This is the version I am using
    pacman -Q | grep alsa
    alsa-lib 1.0.28-1
    alsa-oss 1.0.28-1
    alsa-plugins 1.0.28-2
    alsa-utils 1.0.28-1
    lib32-alsa-lib 1.0.28-1
    lib32-alsa-plugins 1.0.28-1
    pulseaudio-alsa 2-3
    zita-alsa-pcmi 0.2.0-1.
    cat /proc/asound/modules
    0 snd_hda_intel
    1 snd_hda_intel
    lsmod | grep snd
    snd_hda_codec_realtek 67127 1
    snd_hda_codec_generic 63126 1 snd_hda_codec_realtek
    snd_hda_codec_hdmi 45117 1
    snd_hda_intel 26327 10
    snd_hda_controller 26727 1 snd_hda_intel
    snd_hda_codec 108552 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_hwdep 17244 1 snd_hda_codec
    snd_pcm 88487 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller
    snd_timer 26614 1 snd_pcm
    snd 73436 28 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    soundcore 13031 2 snd,snd_hda_codec
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC1200 Digital [ALC1200 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 80 Oct 9 23:27 by-path
    crw-rw----+ 1 root audio 116, 5 Oct 9 23:27 controlC0
    crw-rw----+ 1 root audio 116, 2 Oct 9 23:27 controlC1
    crw-rw----+ 1 root audio 116, 10 Oct 9 23:27 hwC0D0
    crw-rw----+ 1 root audio 116, 4 Oct 9 23:27 hwC1D0
    crw-rw----+ 1 root audio 116, 7 Oct 9 23:27 pcmC0D0c
    crw-rw----+ 1 root audio 116, 6 Oct 9 23:27 pcmC0D0p
    crw-rw----+ 1 root audio 116, 8 Oct 9 23:45 pcmC0D1p
    crw-rw----+ 1 root audio 116, 9 Oct 9 23:27 pcmC0D2c
    crw-rw----+ 1 root audio 116, 3 Oct 9 23:27 pcmC1D3p
    crw-rw----+ 1 root audio 116, 1 Oct 9 23:26 seq
    crw-rw----+ 1 root audio 116, 33 Oct 9 23:27 timer
    Sorry if anything is wrong it's my first post
    Last edited by LArchimonde (2014-10-10 13:32:16)

    No, I checked that in the beggining, however the thing that bothers me is there is, in gnome settings; sound; there is no intel hd or radeonhd choises just "Digital Output" (S/PDIF) -Built-in-Audio". And I can't seem to add new one or anything else. Aslo in the same menu sound; I cannot choose another profile. Just one: Digital Stereo.
    I was thinking could the new kernel be guilty? Whenever I installed in the past everything was ok, including the sound. Now there is something that I didn't mention, there were two lines when I started installing Arch yesterday,
    "Posible missing firmware aic94, smsmdtv."
    This is not exactly how it was written but I do remeber posible and these two "missing" ones, because I writed them down.
    That's it. Anyone has any ideas?

  • No sound in new install

    My SSD failed, so I've bought a new one and done a fresh install, just in the processes of reinstalling everything and copying across config files from my backup.
    But for some reason I now no longer have sound. alsamixer has everything unmuted. I have no ~/.asoundrc file, nor do I have an /etc/asound.conf file. It should work OOTB though. Here's the output for my modules:
    [jonny@jonny-arch ~]$ cat /proc/asound/modules
    0 snd_hda_intel
    1 snd_hda_intel
    and aplay:
    [jonny@jonny-arch ~]$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    My modules seem to be loaded as well:
    [jonny@jonny-arch ~]$ lsmod | grep '^snd' | column -t
    snd_hda_codec_hdmi 22092 4
    snd_hda_codec_realtek 294320 1
    snd_hda_intel 22122 0
    snd_hda_codec 77927 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep 6325 1 snd_hda_codec
    snd_pcm 73952 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
    snd_timer 19416 1 snd_pcm
    snd 57818 7 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    snd_page_alloc 7121 2 snd_hda_intel,snd_pcm
    So I don't know what gives
    (I've also checked the lo-tech problem of the speakers not working, they play music when plugged into my phone.)
    Edit: I'm also getting a popping sound randomly from my speakers.
    Edit2: Booted up from a Ubuntu live CD and ran the GUI test speakers app it has and that produced no sound, though did detect the hardware. Not looking good.
    Edit3: Got it working. I've unplugged the cable going from the headphone jack on the front of the case from the releavent port on the motherboard. On mine it was labelled JAUD1. Anyone any ideas why that wiuld be messing things up?
    Last edited by jonnybarnes (2011-10-21 22:20:04)

    Post to some pasting website the output of "amixer", that might help diagnose the problem.

  • No sound on new install

    I just installed CS5 on a brand new PC and I was using CS3 on my old computer.  For some reason I am not getting any sound out of speakers or headphones when I play from the timeline.  And Yes, I do have a waveform on the timeline so it is  conformed.  My sound plays just fine when I am outside PP, for example, using Explorer I can play an audio clip using media player.  I have gone into Preferences and tried to change the options but it didn't seem to matter or make any difference.  What am I missing?
    Ted
    Maybe I should add that the video/audio file on the tl is DV from my Sony vx2000.  Also, I'll add that the VU is bouncing around and shows that there is plenty of audio.
    One more thing, I am using the Matrox MX02 Mini with Max.

    No, no, no.  Typing an answer or a  comment can sure get misunderstood on a forum.  I wish we could just talk face to face instead.  NO, what I mean is that I wish I would have known about the issues with Matrox and PP before I spent the $850 for the Matrox.  I am totally happy (so far) with CS5 but not with the Matrox.  I love it!  As far as mp3, just forget I even mentioned it because it has nothing to do with the problem.  I am right now able to edit the problemmatic wedding project with sound included.  It is  working fine because the sequence setting does not include the Matrox settings.  I guess anyway.  I'm not sure of anything anymore but at least its working.
    Matrox advertises full compatability with CS5 Premiere Pro but I am not getting it.  I will be going on their forum to see what they have to say about it but last night I was too upset, frustrated and tired to do it.  And als, I was trying to work on the wedding project and didn'[t want to take time away from that.
    May I add here that I was also able to import and use AVCHD footage on the timeline right along with the standard dv footage.  I just had to resize the HD footage to fit properly.  It played just a smoothly as the dv footage.  I did a simple dissolve just to see if it worked and it did.  I was absolutely happy!
    I guess my biggest disapointment was not getting any documentation or manuals with CS5 because I got the education version.  Had I known that beforehand I would have paid the extra money and got one with the manuals.  I want to see if I can buy them separately.
    I thank you for your replies and insight,
    Ted
    As a sidenote I use Sound Forge to convert mp3 to 48000 16-bit whenever I have to.  I do not normally import any sound into PP that is not 48000 16-bit.

  • [SOLVED] No Sound on Fresh Install

    Well, I decided to try Arch. I was very proud of myself for managing to install everything. I even loaded KDE. I wanted to try a KDE only OS for a while.
    Well, all my pride was stomped out quicjky, in that I have no sound.  I did the following:
    1. installed: alsa-utils, alsa-oss, alsa-plugins
    2. unmuted the sound using alsamixer
    3. ran alsaconf, but found no supported drivers.
    4. Added @alsa as a daemon and rebooted
    No sound from browser. Tried an internet radio station with clementine and got:
    Could not open audio device for playback.
    Below I have tried to be helpful and posted as much output from various commands as I could. I am a newbie, and do not work in the computer indiustry. I actually do this for fun.
    Here are some outputs:
    natibo@myhost ~]$ ls -l /sys/module/snd/holders
    total 0
    lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_hda_codec -> ../../snd_hda_codec
    lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_hda_codec_hdmi -> ../../snd_hda_codec_hdmi
    lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_hda_codec_realtek -> ../../snd_hda_codec_realtek
    lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_hda_intel -> ../../snd_hda_intel
    lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_hwdep -> ../../snd_hwdep
    lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_pcm -> ../../snd_pcm
    lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_rawmidi -> ../../snd_rawmidi
    lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_seq_device -> ../../snd_seq_device
    lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_timer -> ../../snd_timer
    lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_usb_audio -> ../../snd_usb_audio
    lrwxrwxrwx 1 root root 0 Sep 24 20:00 snd_usbmidi_lib -> ../../snd_usbmidi_lib
    [natibo@myhost ~]$ cat /proc/asound/modules
    0 snd_usb_audio
    1 snd_hda_intel
    [natibo@myhost ~]$
    Some more:
    natibo@myhost ~]$ lsmod|grep '^snd' | column -t
    snd_hda_codec_hdmi 22092 1
    snd_hda_codec_realtek 294224 1
    snd_hda_intel 22122 4
    snd_hda_codec 77927 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
    snd_usb_audio 91809 2
    snd_usbmidi_lib 18665 1 snd_usb_audio
    snd_rawmidi 19519 1 snd_usbmidi_lib
    snd_seq_device 5268 1 snd_rawmidi
    snd_hwdep 6325 2 snd_hda_codec,snd_usb_audio
    snd_pcm 73888 5 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_usb_audio
    snd_timer 19416 2 snd_pcm
    snd 57818 21 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_usbmidi_lib,snd_rawmidi,snd_seq_device,snd_hwdep,snd_pcm,snd_timer
    snd_page_alloc 7121 2 snd_hda_intel,snd_pcm
    natibo@myhost ~]$ ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 60 Sep 24 19:48 by-id
    drwxr-xr-x 2 root root 80 Sep 24 19:48 by-path
    crw-rw----+ 1 root audio 116, 11 Sep 24 19:48 controlC0
    crw-rw----+ 1 root audio 116, 9 Sep 24 19:48 controlC1
    crw-rw----+ 1 root audio 116, 8 Sep 24 19:48 hwC1D0
    crw-rw----+ 1 root audio 116, 7 Sep 24 19:48 hwC1D3
    crw-rw----+ 1 root audio 116, 10 Sep 24 19:49 pcmC0D0c
    crw-rw----+ 1 root audio 116, 6 Sep 24 19:49 pcmC1D0c
    crw-rw----+ 1 root audio 116, 5 Sep 24 19:50 pcmC1D0p
    crw-rw----+ 1 root audio 116, 4 Sep 24 19:50 pcmC1D1p
    crw-rw----+ 1 root audio 116, 3 Sep 24 19:48 pcmC1D2c
    crw-rw----+ 1 root audio 116, 2 Sep 24 19:48 pcmC1D3p
    crw-rw---- 1 root audio 116, 1 Sep 24 19:48 seq
    crw-rw----+ 1 root audio 116, 33 Sep 24 19:48 timer
    Last edited by natibo (2011-09-27 12:49:08)

    I tried to play a .wav but failed. I followed everything on the alsa wiki page. I can still hear the KDE test sounds quite well. My gut tells me it's got to be something simple since I can get some sound! Ugh. I don't want to give up, but I am getting closer. I did not like Chakra.
    Here is my code.
    [natibo@myhost ~]$ cat /proc/asound/modules
    1 snd_usb_audio
    2 snd_hda_intel
    [natibo@myhost ~]$
    [natibo@myhost ~]$ ls -l /sys/module/snd/holders
    total 0
    lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_hda_codec -> ../../snd_hda_codec
    lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_hda_codec_hdmi -> ../../snd_hda_codec_hdmi
    lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_hda_codec_realtek -> ../../snd_hda_codec_realtek
    lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_hda_intel -> ../../snd_hda_intel
    lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_hwdep -> ../../snd_hwdep
    lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_pcm -> ../../snd_pcm
    lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_rawmidi -> ../../snd_rawmidi
    lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_seq_device -> ../../snd_seq_device
    lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_timer -> ../../snd_timer
    lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_usb_audio -> ../../snd_usb_audio
    lrwxrwxrwx 1 root root 0 Sep 26 18:39 snd_usbmidi_lib -> ../../snd_usbmidi_lib
    natibo@myhost ~]$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 2: Intel [HDA Intel], device 0: ALC889 Analog [ALC889 Analog]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 2: Intel [HDA Intel], device 1: ALC889 Digital [ALC889 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 2: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    [natibo@myhost ~]$

  • [Solved but not completely] New install with Kde 4.7 Full

    Is kde 4.7 a bit heavy ?  I have the proper ATI drivers installed which I used on all my distros.  This is the first time I am using  4.7.
    Last edited by Zulfikar (2012-01-25 06:49:06)

    panosk wrote:
    Zulfikar wrote:
    nbtrap wrote:
    Zulfikar:
    You have to click on the "Preview" button in the Dolphin toolbar to toggle previews. Also, make sure you enable them in "Configure Dolphin", as arojas said.
    I have tried all options even the preview stuff but nothing.
    I think you also have to install kdegraphics-strigi-analyzer.
    I just reinstalled KDE and all the codes,now I get the thumbnails

  • New install from ftp and cd no sound SOLVED

    Hi,
    I've done everything I can find to get sound on this new ftp install but can't get sound to work with the 2.6.23 kernel.
    I've updated a couple of other systems to the new kernel and it has kept sounds working fine but not this new install. I've unmuted everthing and raised levels etc.
    modprobe .conf has this from running alsaconf
    # --- BEGIN: Generated by ALSACONF, do not edit. ---
    # --- ALSACONF version 1.0.15 ---
    alias snd-card-0 snd-intel8x0
    alias sound-slot-0 snd-intel8x0
    # --- END: Generated by ALSACONF, do not edit. ---
    Please can you give me some tips. I've a feeling it's something silly I've not got quite checked off right in alsamixer.
    /etc/rc.d/alsa start is done and alsa is in my rc.conf daemons.
    Thanks
    Regards
    edit;
    I've done another install from cd this time and said no to update to kernel 2.6.23 so now I've got 2.6.22 and sound still does not work. I've done many Arch installs before and never had this problem. what could I have overlooked? xmms with streamtuner is receiving signal but no sound. No system sounds either.
    Last edited by drum (2007-10-23 12:25:08)

    Nope no errors from VLC or Rhythmbox.
    Though i noticed in the volume mixer, i now have 2 devices, which i don't think i had before...
    Usually i'd have my webcam or usb headset plugged in, but they're not atm, just my soundcard.

  • My macbook started crashing on startup. The startup tone wavers. I got it going with the option start keystroke. Is this apt to be software or hardware? I ordered new system software to see if a new install will solve.

    My macbook started crashing on startup. The startup tone wavers. I got it going with the option start keystroke. Is this apt to be software or hardware? I ordered new system software to see if a new install will solve.

    when you install the disc, do it with the machine powered off. Place the disc in the the slot, push it in while holding the power switch tp poer it up, while holding the "C" key down till the gear starts spinning. After the gear starts spinning you can release the C key and wait. This takes much longer than normal longer, then create a new account. Be ready to wait.
    USE YOUR ORIGINAL INSTALL DISC!

  • I upgraded Safari in my Mac (10.6.8 Leopard) but the new version does not work with my system so that I now have not a working browser. How can I solve the problem and/or install back my previous Safari version?

    I have upgraded Safari in my Mac, but the new Safari does not work with my system. So I find myself without any working browser. How can I solve this problem and/or install my previous Safari version?

    Reinstall Safari 5.1.10 for OS X 10.6.8: http://support.apple.com/kb/dl1569. Might do the trick.
    But, frankly, I don't think that simply reinstalling the old Safari will work because of all the peripheral, under the hood changes that happen when you upgrade from one version of Safari to another. Reinstalling 5.1.10 may be insufficient to turn back the clock. (This is the moment where a Time Machine or another form of full backup would save your bacon.)
    While you're getting a copy of Safari 5.1.10, get a copy of Firefox (https://www.mozilla.org/en-US/firefox/desktop/), too, so that you have an alternate browser to use as you're sorting matters.

  • [SOLVED] iptables - New install, existing conf

    I copied my /etc/iptables/iptables.rules to my new install but the rules arn't being read.
    [root@host ~]# iptables -nvL
    Chain INPUT (policy ACCEPT 76 packets, 5793 bytes)
    pkts bytes target prot opt in out source destination
    Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
    pkts bytes target prot opt in out source destination
    Chain OUTPUT (policy ACCEPT 68 packets, 8988 bytes)
    pkts bytes target prot opt in out source destination
    GNU nano 2.2.6 File: /etc/conf.d/iptables
    # Configuration for iptables rules
    IPTABLES_CONF=/etc/iptables/iptables.rules
    IP6TABLES_CONF=/etc/iptables/ip6tables.rules
    First few lines of my rules file...
    GNU nano 2.2.6 File: /etc/iptables/iptables.rules
    # Generated by iptables-save v1.4.12.1 on Tue Sep 20 08:26:18 2011
    *filter
    :INPUT ACCEPT [0:0]
    :FORWARD ACCEPT [0:0]
    :OUTPUT ACCEPT [40:5840]
    -A INPUT -i lo -j ACCEPT
    -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
    -A INPUT -p icmp -j ACCEPT
    I've rebooted a few times since and restarted the iptables service but still no joy.  Any ideas?
    Last edited by Swarfega (2013-02-06 20:13:30)

    Well not sure if you meant to, but the loaded rules are technically identical to your rules file. You forgot to change:
    :INPUT ACCEPT [0:0]
    to
    :INPUT DROP [0:0]
    Could just be that netfilter is being smart and leaves out "extra" rules.

  • [Solved] Grub Error 15 at boot on new install.

    So I was trying to avoid asking for help, but I honestly can't see what's wrong with my new install of arch.  I followed the beginner's guide all the way up to the part where you reboot and remove the liveCD.  It all went swimmingly until I rebooted and got:
    GRUB Loading stage1.5.
    GRUB Loading, please wait...
    Error 15
    I don't know what's going on.  Error 15 is supposedly "file not found," but I don't know what file it's looking for since I have a grub.cfg that I created from the steps posted on the guide.  Any help is greatly appreciated.
    --Wes
    EDIT:
    Just to be clear I followed the BIOS motherboard steps for GRUB.
    Last edited by Wesman26 (2012-11-09 01:25:38)

    Xacky wrote:Which instructions did you follow? This would normaly do it when chrooted (during install).
    Wat your disk en partition lay-out?
    -One or more harddisks?
    -Partitions? Everything on / or separate /home /boot (/var)?
    I'm following the beginner's guide instructions for a BIOS install.  After chroot I used the following:
    # pacman -S grub-bios
    # grub-install --target=i386-pc --recheck --force --debug /dev/sdb
    # cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
    # grub-mkconfig -o /boot/grub/grub.cfg
    Aside from the warnings (that I think most people ignored) of a few files not existing during the installation of grub-bios, it all went fine.  The harddrive is definitely sdb (fdisk -l shows sda as my windows drive, not to mention I just formatted and partitioned sdb).  My partitions are laid out exactly as the guide tells me to (/ on /dev/sdb1 and /home on /dev/sdb2).  They are the only partitions on sdb.
    DSpider wrote:Lol... a full reinstall wasn't needed. This mentality is typical to a Windows user.
    I don't appreciate your condescension.  These forums have (up to this point) always been really helpful and friendly to me; just because I'm posting in the newbie corner doesn't mean I'm not familiar with linux, and even if I were unfamiliar with linux I would hope that you could show more respect and compassion for someone who needs help than to ostracize them and laugh about their problem.  I posted here because I figured I didn't need to waste the time of the mods and users who offer help in the installation subforum with something that I assumed would be a trivial fix.  I expected courteous, thoughtful responses.  I was apparently wrong to assume.
    I reinstalled because I didn't know what else to do, and figured that there might have been a chance that I made a mistake.  Since your previous advice was literally getting me nowhere I figured the 10 minutes of my time reinstalling took up would be worth the potential of fixing my problem. 
    To answer your questions that are actually helpful:
    I don't have grub installed on another drive and my drive and partition layout is detailed above.  As for boot priority, it hasn't changed since I first installed linux in 2006 and it's worked ever since; I'm performing this operation to clear what was once a drive cluttered with a few other distros that I've abandoned since 2007 when I found Arch (yes I am actually that lazy).
    Is it possible that my old installation of grub might have stayed on the drive even after I rid it of the old partitions (since it's stored in MBR)?  If so does the installation of grub2 I'm performing not get rid of it?
    Hope this helps,
    --Wes
    Last edited by Wesman26 (2012-11-08 20:53:27)

  • [SOLVED]Can pacman provide some sound after finishing installing

    I usually let pacman download and install something in a screen and working on another screens. But I can't know immediately when the instalI finished if I don't return to the screen where pacman is installing something.
    Can pacman provide some sound after finishing installing? Or are there any other methods are suitable for this? And I guess tools like wget or axel may need this.
    Last edited by ArkChar (2012-12-05 06:30:35)

    You probably can make a script that wraps pacman, and plays a sound (ffplay, ffmpeg, mplayer, aplay, whatever) and plays a sound when pacman returns. Better than nothing I guess.
    Something like this:
    pacmansound
    #!/bin/bash
    pacman $@
    ffplay ~/Music/pacman_done.ogg
    I'm not sure if this works, but you get the idea.

  • New Install -- X Won't Work [SOLVED]

    I have to migrate to a new hard drive, and am doing a new install of Arch. I installed from net to have up-to-date packages...
    I installed X and what I think are the necessary packages, namely:
    ati-dri, libgl, mesa, xf86-input-evdev, xf86-input-synaptics, xf86-video-ati, xorg, hal, and dbus
    I start hal with /etc/rc.d/hal start and do a startx but it replies:
    error setting MTRR (base = 0xc0000000, size = 0x04000000, type = 1) Inappopriate ioctl for device (25)
    I am really stressing out because I need this new hard drive up and running like the old one, so I may be missing something major. Please, please help me get the bottom of this! Configuring xorg in my previous two installs for this computer have been a breeze but this time is killing me.
    EDIT:
    Okay so the culprit was really stupid and quite annoying! Apparently a default .xinitrc was placed in my home directory. Removing it allowed me to test xorg by having twm load. For some reason I wasn't expecting a default file to placed by Arch of all distros. GRR... got a bit frantic for no reason. I will probably add a note to the wiki so no one else hits this snag.
    Last edited by egan (2010-01-07 03:58:32)

    Perhaps I do not understand what you are doing but I would expect that if you want to use X in a graphical mode you need xorg.conf be it that you use hal to create it for you or you create it by other means.
    I know that if I use KDE I can run it without an X configuration file these days but I'm not sure if that is the same for plain old X.
    R.
    Edit: This is what I was able to find:
    Starting with version 7.4, Xorg can use HAL to autodetect keyboards and mice. The sysutils/hal and devel/dbus ports are installed as dependencies of x11/xorg, but must be enabled by the following entries in the /etc/rc.conf file:
    hald_enable="YES"
    dbus_enable="YES"
    Edit 2: Also notice this:
    The automatic configuration may fail to work with some hardware, or may not set things up quite as desired. In these cases, manual configuration will be necessary.
    Last edited by ralvez (2010-01-07 02:42:01)

  • Intermittent crashes on new install

    Hi,
    I am seeing intermittent crashes on a new install of Arch.
    I see different messages on crash, quite often
    INFO: rcu_preempt_state detected stalls on CPUs/tasks:
    also
    BUG: Bad page map in process bash
    and other processes.
    sometimes:
    CPU: 1 PID: 1 Comm: shutdown tainted
    I am vague here in the specific messages because it's not always the same and partly because I usually lose the logs due to hard restarting the machine.
    I realize that the information here is somewhat lacking so I don't expect a magic answer to solve the problem. I am looking for advice on where to go from here to try and get it fixed.
    The system seems normal most of the time then crashes without warning. When it does happen it will almost certainly get stuck at what seems to be the very  last stage of shutdown (that is if it allowed me to use the shell). It might or might not go wrong after reboot then.
    I've done 2 cycles of test using memtest, both passing.
    Any advice? Could a faulty hard drive possible be the cause?

    TheSaint wrote:How much big is your RAM and swap ?
    Perhaps you may add one more swap file, for testing purposes.
    I suspect the most problem starts within swapping. You may look at this for references.
    I've 4GB RAM and another 4GB swap partition.
    I've tried using swapfile instead of the partition already to no avail.
    I've also played with the swap performance settings, again, to no avail.
    I've some more information to add now:
    I left the system on last night and using it normally to see whether the hard drive replacement actually fixed the crashes (assuming the swap issues were separate). After 24 hours and some fair use, I was optimistic that the drive was in fact at fault. I then made some changes to a smb.conf file and restarted using:
    sudo systemctl restart smbd.service
    The systemd returned with an error saying smbd failed to start. I checked the logs and smbd reported a segfault. I try again several times, leave it a few minutes and try again (having reverted to the last working smb.conf), segfault still occurs. I then checked "free -m" and noticed that the memory is mostly unused but the entire RAM is used for cache (which I guess is normal anyway). I then cleared the cache:
    echo 3 | tee /proc/sys/vm/drop_caches
    and immediately I was able to restart smbd.
    A few hours go by and I do some rsync'ing to a CIFS mounted share. Partway through I get the following:
    Jan 15 18:17:01 engserv sudo[7859]: sth : TTY=pts/0 ; PWD=/mnt/smb/share2 ; USER=root ; COMMAND=/usr/bin/rsync --info=PROGRESS2 -a /mnt/smb/pc1/Proj/All/ /media/data/Proj/All/
    Jan 15 18:17:01 engserv sudo[7859]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
    Jan 15 18:36:00 engserv kernel: INFO: task jbd2/sdb1-8:215 blocked for more than 120 seconds.
    Jan 15 18:36:01 engserv kernel: Not tainted 3.17.6-1-ARCH #1
    Jan 15 18:36:01 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 15 18:36:01 engserv kernel: jbd2/sdb1-8 D 0000000000000000 0 215 2 0x00000000
    Jan 15 18:36:01 engserv kernel: ffff8800bcc27c90 0000000000000046 ffff8800bd24c670 00000000000135c0
    Jan 15 18:36:01 engserv kernel: ffff8800bcc27fd8 00000000000135c0 ffff88003b934670 ffff8800bd24c670
    Jan 15 18:36:01 engserv kernel: ffff8800bcc27be0 ffff8800bcc27bf8 ffff8800bcc27be0 ffffffffa024b3c7
    Jan 15 18:36:01 engserv kernel: Call Trace:
    Jan 15 18:36:01 engserv kernel: [<ffffffffa024b3c7>] ? ext4_mb_unload_buddy.isra.18+0x27/0x30 [ext4]
    Jan 15 18:36:01 engserv kernel: [<ffffffff810b5f30>] ? cpuacct_charge+0x50/0x60
    Jan 15 18:36:01 engserv kernel: [<ffffffff810a4c9c>] ? update_curr+0xec/0x1b0
    Jan 15 18:36:01 engserv kernel: [<ffffffff810a51ff>] ? dequeue_entity+0x13f/0x580
    Jan 15 18:36:01 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
    Jan 15 18:36:01 engserv kernel: [<ffffffffa00fb806>] jbd2_journal_commit_transaction+0x236/0x19c0 [jbd2]
    Jan 15 18:36:01 engserv kernel: [<ffffffff810a9954>] ? pick_next_task_fair+0x144/0x520
    Jan 15 18:36:01 engserv kernel: [<ffffffff810136b2>] ? __switch_to+0x1b2/0x5e0
    Jan 15 18:36:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:36:01 engserv kernel: [<ffffffff810d659e>] ? try_to_del_timer_sync+0x5e/0x90
    Jan 15 18:36:01 engserv kernel: [<ffffffffa010280c>] kjournald2+0xec/0x2a0 [jbd2]
    Jan 15 18:36:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:36:01 engserv kernel: [<ffffffffa0102720>] ? commit_timeout+0x10/0x10 [jbd2]
    Jan 15 18:36:01 engserv kernel: [<ffffffff8108e2ea>] kthread+0xea/0x100
    Jan 15 18:36:01 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
    Jan 15 18:36:01 engserv kernel: [<ffffffff8153dbbc>] ret_from_fork+0x7c/0xb0
    Jan 15 18:36:01 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
    Jan 15 18:36:01 engserv kernel: INFO: task rsync:7862 blocked for more than 120 seconds.
    Jan 15 18:36:01 engserv kernel: Not tainted 3.17.6-1-ARCH #1
    Jan 15 18:36:01 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 15 18:36:01 engserv kernel: rsync D 0000000000000002 0 7862 7861 0x00000000
    Jan 15 18:36:01 engserv kernel: ffff8800bd337a80 0000000000000086 ffff88003b934670 00000000000135c0
    Jan 15 18:36:01 engserv kernel: ffff8800bd337fd8 00000000000135c0 ffff880138400000 ffff88003b934670
    Jan 15 18:36:01 engserv kernel: ffffffff00000e00 00000000010200da 0000000000000246 ffff88013eff96c0
    Jan 15 18:36:01 engserv kernel: Call Trace:
    Jan 15 18:36:01 engserv kernel: [<ffffffff8115ab54>] ? __alloc_pages_nodemask+0x174/0xb40
    Jan 15 18:36:01 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
    Jan 15 18:36:01 engserv kernel: [<ffffffffa00f808d>] wait_transaction_locked+0x8d/0xd0 [jbd2]
    Jan 15 18:36:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:36:01 engserv kernel: [<ffffffffa00f83c2>] start_this_handle+0x262/0x610 [jbd2]
    Jan 15 18:36:01 engserv kernel: [<ffffffff81150c1e>] ? __add_to_page_cache_locked+0x24e/0x2c0
    Jan 15 18:36:01 engserv kernel: [<ffffffff811ab9da>] ? kmem_cache_alloc+0x16a/0x170
    Jan 15 18:36:01 engserv kernel: [<ffffffffa00f8b6b>] jbd2__journal_start+0xfb/0x210 [jbd2]
    Jan 15 18:36:01 engserv kernel: [<ffffffffa021ce4f>] ? ext4_da_write_begin+0x10f/0x350 [ext4]
    Jan 15 18:36:01 engserv kernel: [<ffffffffa02486cd>] __ext4_journal_start_sb+0x6d/0x110 [ext4]
    Jan 15 18:36:01 engserv kernel: [<ffffffffa021ce4f>] ext4_da_write_begin+0x10f/0x350 [ext4]
    Jan 15 18:36:01 engserv kernel: [<ffffffff8115191a>] generic_perform_write+0xca/0x1e0
    Jan 15 18:36:01 engserv kernel: [<ffffffff81153345>] __generic_file_write_iter+0x1e5/0x3b0
    Jan 15 18:36:01 engserv kernel: [<ffffffffa0211eba>] ext4_file_write_iter+0x11a/0x3f0 [ext4]
    Jan 15 18:36:01 engserv kernel: [<ffffffff811dc05b>] ? core_sys_select+0x2cb/0x330
    Jan 15 18:36:01 engserv kernel: [<ffffffff8142935b>] ? sock_aio_read.part.29+0xcb/0x100
    Jan 15 18:36:01 engserv kernel: [<ffffffff811c71ee>] new_sync_write+0x8e/0xd0
    Jan 15 18:36:01 engserv kernel: [<ffffffff811c7967>] vfs_write+0xb7/0x200
    Jan 15 18:36:01 engserv kernel: [<ffffffff811c787c>] ? vfs_read+0x13c/0x170
    Jan 15 18:36:01 engserv kernel: [<ffffffff811c85d9>] SyS_write+0x59/0xd0
    Jan 15 18:36:01 engserv kernel: [<ffffffff8153dc69>] system_call_fastpath+0x16/0x1b
    Jan 15 18:38:00 engserv kernel: INFO: task jbd2/sdb1-8:215 blocked for more than 120 seconds.
    Jan 15 18:38:00 engserv kernel: Not tainted 3.17.6-1-ARCH #1
    Jan 15 18:38:00 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 15 18:38:00 engserv kernel: jbd2/sdb1-8 D 0000000000000000 0 215 2 0x00000000
    Jan 15 18:38:00 engserv kernel: ffff8800bcc27c90 0000000000000046 ffff8800bd24c670 00000000000135c0
    Jan 15 18:38:00 engserv kernel: ffff8800bcc27fd8 00000000000135c0 ffff88003b934670 ffff8800bd24c670
    Jan 15 18:38:00 engserv kernel: ffff8800bcc27be0 ffff8800bcc27bf8 ffff8800bcc27be0 ffffffffa024b3c7
    Jan 15 18:38:00 engserv kernel: Call Trace:
    Jan 15 18:38:00 engserv kernel: [<ffffffffa024b3c7>] ? ext4_mb_unload_buddy.isra.18+0x27/0x30 [ext4]
    Jan 15 18:38:00 engserv kernel: [<ffffffff810b5f30>] ? cpuacct_charge+0x50/0x60
    Jan 15 18:38:00 engserv kernel: [<ffffffff810a4c9c>] ? update_curr+0xec/0x1b0
    Jan 15 18:38:00 engserv kernel: [<ffffffff810a51ff>] ? dequeue_entity+0x13f/0x580
    Jan 15 18:38:00 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
    Jan 15 18:38:00 engserv kernel: [<ffffffffa00fb806>] jbd2_journal_commit_transaction+0x236/0x19c0 [jbd2]
    Jan 15 18:38:00 engserv kernel: [<ffffffff810a9954>] ? pick_next_task_fair+0x144/0x520
    Jan 15 18:38:00 engserv kernel: [<ffffffff810136b2>] ? __switch_to+0x1b2/0x5e0
    Jan 15 18:38:00 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:38:00 engserv kernel: [<ffffffff810d659e>] ? try_to_del_timer_sync+0x5e/0x90
    Jan 15 18:38:00 engserv kernel: [<ffffffffa010280c>] kjournald2+0xec/0x2a0 [jbd2]
    Jan 15 18:38:00 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:38:00 engserv kernel: [<ffffffffa0102720>] ? commit_timeout+0x10/0x10 [jbd2]
    Jan 15 18:38:00 engserv kernel: [<ffffffff8108e2ea>] kthread+0xea/0x100
    Jan 15 18:38:00 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
    Jan 15 18:38:00 engserv kernel: [<ffffffff8153dbbc>] ret_from_fork+0x7c/0xb0
    Jan 15 18:38:00 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
    Jan 15 18:38:00 engserv kernel: INFO: task rsync:7862 blocked for more than 120 seconds.
    Jan 15 18:38:00 engserv kernel: Not tainted 3.17.6-1-ARCH #1
    Jan 15 18:38:00 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 15 18:38:00 engserv kernel: rsync D 0000000000000002 0 7862 7861 0x00000000
    Jan 15 18:38:00 engserv kernel: ffff8800bd337a80 0000000000000086 ffff88003b934670 00000000000135c0
    Jan 15 18:38:00 engserv kernel: ffff8800bd337fd8 00000000000135c0 ffff880138400000 ffff88003b934670
    Jan 15 18:38:00 engserv kernel: ffffffff00000e00 00000000010200da 0000000000000246 ffff88013eff96c0
    Jan 15 18:38:00 engserv kernel: Call Trace:
    Jan 15 18:38:00 engserv kernel: [<ffffffff8115ab54>] ? __alloc_pages_nodemask+0x174/0xb40
    Jan 15 18:38:00 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
    Jan 15 18:38:00 engserv kernel: [<ffffffffa00f808d>] wait_transaction_locked+0x8d/0xd0 [jbd2]
    Jan 15 18:38:00 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:38:00 engserv kernel: [<ffffffffa00f83c2>] start_this_handle+0x262/0x610 [jbd2]
    Jan 15 18:38:00 engserv kernel: [<ffffffff81150c1e>] ? __add_to_page_cache_locked+0x24e/0x2c0
    Jan 15 18:38:01 engserv kernel: [<ffffffff811ab9da>] ? kmem_cache_alloc+0x16a/0x170
    Jan 15 18:38:01 engserv kernel: [<ffffffffa00f8b6b>] jbd2__journal_start+0xfb/0x210 [jbd2]
    Jan 15 18:38:01 engserv kernel: [<ffffffffa021ce4f>] ? ext4_da_write_begin+0x10f/0x350 [ext4]
    Jan 15 18:38:01 engserv kernel: [<ffffffffa02486cd>] __ext4_journal_start_sb+0x6d/0x110 [ext4]
    Jan 15 18:38:01 engserv kernel: [<ffffffffa021ce4f>] ext4_da_write_begin+0x10f/0x350 [ext4]
    Jan 15 18:38:01 engserv kernel: [<ffffffff8115191a>] generic_perform_write+0xca/0x1e0
    Jan 15 18:38:01 engserv kernel: [<ffffffff81153345>] __generic_file_write_iter+0x1e5/0x3b0
    Jan 15 18:38:01 engserv kernel: [<ffffffffa0211eba>] ext4_file_write_iter+0x11a/0x3f0 [ext4]
    Jan 15 18:38:01 engserv kernel: [<ffffffff811dc05b>] ? core_sys_select+0x2cb/0x330
    Jan 15 18:38:01 engserv kernel: [<ffffffff8142935b>] ? sock_aio_read.part.29+0xcb/0x100
    Jan 15 18:38:01 engserv kernel: [<ffffffff811c71ee>] new_sync_write+0x8e/0xd0
    Jan 15 18:38:01 engserv kernel: [<ffffffff811c7967>] vfs_write+0xb7/0x200
    Jan 15 18:38:01 engserv kernel: [<ffffffff811c787c>] ? vfs_read+0x13c/0x170
    Jan 15 18:38:01 engserv kernel: [<ffffffff811c85d9>] SyS_write+0x59/0xd0
    Jan 15 18:38:01 engserv kernel: [<ffffffff8153dc69>] system_call_fastpath+0x16/0x1b
    Jan 15 18:40:00 engserv kernel: INFO: task jbd2/sdb1-8:215 blocked for more than 120 seconds.
    Jan 15 18:40:00 engserv kernel: Not tainted 3.17.6-1-ARCH #1
    Jan 15 18:40:00 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 15 18:40:00 engserv kernel: jbd2/sdb1-8 D 0000000000000000 0 215 2 0x00000000
    Jan 15 18:40:00 engserv kernel: ffff8800bcc27c90 0000000000000046 ffff8800bd24c670 00000000000135c0
    Jan 15 18:40:00 engserv kernel: ffff8800bcc27fd8 00000000000135c0 ffff88003b934670 ffff8800bd24c670
    Jan 15 18:40:00 engserv kernel: ffff8800bcc27be0 ffff8800bcc27bf8 ffff8800bcc27be0 ffffffffa024b3c7
    Jan 15 18:40:00 engserv kernel: Call Trace:
    Jan 15 18:40:00 engserv kernel: [<ffffffffa024b3c7>] ? ext4_mb_unload_buddy.isra.18+0x27/0x30 [ext4]
    Jan 15 18:40:00 engserv kernel: [<ffffffff810b5f30>] ? cpuacct_charge+0x50/0x60
    Jan 15 18:40:00 engserv kernel: [<ffffffff810a4c9c>] ? update_curr+0xec/0x1b0
    Jan 15 18:40:00 engserv kernel: [<ffffffff810a51ff>] ? dequeue_entity+0x13f/0x580
    Jan 15 18:40:00 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
    Jan 15 18:40:00 engserv kernel: [<ffffffffa00fb806>] jbd2_journal_commit_transaction+0x236/0x19c0 [jbd2]
    Jan 15 18:40:00 engserv kernel: [<ffffffff810a9954>] ? pick_next_task_fair+0x144/0x520
    Jan 15 18:40:01 engserv kernel: [<ffffffff810136b2>] ? __switch_to+0x1b2/0x5e0
    Jan 15 18:40:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:40:01 engserv kernel: [<ffffffff810d659e>] ? try_to_del_timer_sync+0x5e/0x90
    Jan 15 18:40:01 engserv kernel: [<ffffffffa010280c>] kjournald2+0xec/0x2a0 [jbd2]
    Jan 15 18:40:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:40:01 engserv kernel: [<ffffffffa0102720>] ? commit_timeout+0x10/0x10 [jbd2]
    Jan 15 18:40:01 engserv kernel: [<ffffffff8108e2ea>] kthread+0xea/0x100
    Jan 15 18:40:01 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
    Jan 15 18:40:01 engserv kernel: [<ffffffff8153dbbc>] ret_from_fork+0x7c/0xb0
    Jan 15 18:40:01 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
    Jan 15 18:40:01 engserv kernel: INFO: task rsync:7862 blocked for more than 120 seconds.
    Jan 15 18:40:01 engserv kernel: Not tainted 3.17.6-1-ARCH #1
    Jan 15 18:40:01 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 15 18:40:01 engserv kernel: rsync D 0000000000000002 0 7862 7861 0x00000000
    Jan 15 18:40:01 engserv kernel: ffff8800bd337a80 0000000000000086 ffff88003b934670 00000000000135c0
    Jan 15 18:40:01 engserv kernel: ffff8800bd337fd8 00000000000135c0 ffff880138400000 ffff88003b934670
    Jan 15 18:40:01 engserv kernel: ffffffff00000e00 00000000010200da 0000000000000246 ffff88013eff96c0
    Jan 15 18:40:01 engserv kernel: Call Trace:
    Jan 15 18:40:01 engserv kernel: [<ffffffff8115ab54>] ? __alloc_pages_nodemask+0x174/0xb40
    Jan 15 18:40:01 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
    Jan 15 18:40:01 engserv kernel: [<ffffffffa00f808d>] wait_transaction_locked+0x8d/0xd0 [jbd2]
    Jan 15 18:40:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:40:01 engserv kernel: [<ffffffffa00f83c2>] start_this_handle+0x262/0x610 [jbd2]
    Jan 15 18:40:01 engserv kernel: [<ffffffff81150c1e>] ? __add_to_page_cache_locked+0x24e/0x2c0
    Jan 15 18:40:01 engserv kernel: [<ffffffff811ab9da>] ? kmem_cache_alloc+0x16a/0x170
    Jan 15 18:40:01 engserv kernel: [<ffffffffa00f8b6b>] jbd2__journal_start+0xfb/0x210 [jbd2]
    Jan 15 18:40:01 engserv kernel: [<ffffffffa021ce4f>] ? ext4_da_write_begin+0x10f/0x350 [ext4]
    Jan 15 18:40:01 engserv kernel: [<ffffffffa02486cd>] __ext4_journal_start_sb+0x6d/0x110 [ext4]
    Jan 15 18:40:01 engserv kernel: [<ffffffffa021ce4f>] ext4_da_write_begin+0x10f/0x350 [ext4]
    Jan 15 18:40:01 engserv kernel: [<ffffffff8115191a>] generic_perform_write+0xca/0x1e0
    Jan 15 18:40:01 engserv kernel: [<ffffffff81153345>] __generic_file_write_iter+0x1e5/0x3b0
    Jan 15 18:40:01 engserv kernel: [<ffffffffa0211eba>] ext4_file_write_iter+0x11a/0x3f0 [ext4]
    Jan 15 18:40:01 engserv kernel: [<ffffffff811dc05b>] ? core_sys_select+0x2cb/0x330
    Jan 15 18:40:01 engserv kernel: [<ffffffff8142935b>] ? sock_aio_read.part.29+0xcb/0x100
    Jan 15 18:40:01 engserv kernel: [<ffffffff811c71ee>] new_sync_write+0x8e/0xd0
    Jan 15 18:40:01 engserv kernel: [<ffffffff811c7967>] vfs_write+0xb7/0x200
    Jan 15 18:40:01 engserv kernel: [<ffffffff811c787c>] ? vfs_read+0x13c/0x170
    Jan 15 18:40:01 engserv kernel: [<ffffffff811c85d9>] SyS_write+0x59/0xd0
    Jan 15 18:40:01 engserv kernel: [<ffffffff8153dc69>] system_call_fastpath+0x16/0x1b
    Jan 15 18:42:00 engserv kernel: INFO: task jbd2/sdb1-8:215 blocked for more than 120 seconds.
    Jan 15 18:42:01 engserv kernel: Not tainted 3.17.6-1-ARCH #1
    Jan 15 18:42:01 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 15 18:42:01 engserv kernel: jbd2/sdb1-8 D 0000000000000000 0 215 2 0x00000000
    Jan 15 18:42:01 engserv kernel: ffff8800bcc27c90 0000000000000046 ffff8800bd24c670 00000000000135c0
    Jan 15 18:42:01 engserv kernel: ffff8800bcc27fd8 00000000000135c0 ffff88003b934670 ffff8800bd24c670
    Jan 15 18:42:01 engserv kernel: ffff8800bcc27be0 ffff8800bcc27bf8 ffff8800bcc27be0 ffffffffa024b3c7
    Jan 15 18:42:01 engserv kernel: Call Trace:
    Jan 15 18:42:01 engserv kernel: [<ffffffffa024b3c7>] ? ext4_mb_unload_buddy.isra.18+0x27/0x30 [ext4]
    Jan 15 18:42:01 engserv kernel: [<ffffffff810b5f30>] ? cpuacct_charge+0x50/0x60
    Jan 15 18:42:01 engserv kernel: [<ffffffff810a4c9c>] ? update_curr+0xec/0x1b0
    Jan 15 18:42:01 engserv kernel: [<ffffffff810a51ff>] ? dequeue_entity+0x13f/0x580
    Jan 15 18:42:01 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
    Jan 15 18:42:01 engserv kernel: [<ffffffffa00fb806>] jbd2_journal_commit_transaction+0x236/0x19c0 [jbd2]
    Jan 15 18:42:01 engserv kernel: [<ffffffff810a9954>] ? pick_next_task_fair+0x144/0x520
    Jan 15 18:42:01 engserv kernel: [<ffffffff810136b2>] ? __switch_to+0x1b2/0x5e0
    Jan 15 18:42:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:42:01 engserv kernel: [<ffffffff810d659e>] ? try_to_del_timer_sync+0x5e/0x90
    Jan 15 18:42:01 engserv kernel: [<ffffffffa010280c>] kjournald2+0xec/0x2a0 [jbd2]
    Jan 15 18:42:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:42:01 engserv kernel: [<ffffffffa0102720>] ? commit_timeout+0x10/0x10 [jbd2]
    Jan 15 18:42:01 engserv kernel: [<ffffffff8108e2ea>] kthread+0xea/0x100
    Jan 15 18:42:01 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
    Jan 15 18:42:01 engserv kernel: [<ffffffff8153dbbc>] ret_from_fork+0x7c/0xb0
    Jan 15 18:42:01 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
    Jan 15 18:42:01 engserv kernel: INFO: task rsync:7862 blocked for more than 120 seconds.
    Jan 15 18:42:01 engserv kernel: Not tainted 3.17.6-1-ARCH #1
    Jan 15 18:42:01 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 15 18:42:01 engserv kernel: rsync D 0000000000000002 0 7862 7861 0x00000000
    Jan 15 18:42:01 engserv kernel: ffff8800bd337a80 0000000000000086 ffff88003b934670 00000000000135c0
    Jan 15 18:42:01 engserv kernel: ffff8800bd337fd8 00000000000135c0 ffff880138400000 ffff88003b934670
    Jan 15 18:42:01 engserv kernel: ffffffff00000e00 00000000010200da 0000000000000246 ffff88013eff96c0
    Jan 15 18:42:01 engserv kernel: Call Trace:
    Jan 15 18:42:01 engserv kernel: [<ffffffff8115ab54>] ? __alloc_pages_nodemask+0x174/0xb40
    Jan 15 18:42:01 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
    Jan 15 18:42:01 engserv kernel: [<ffffffffa00f808d>] wait_transaction_locked+0x8d/0xd0 [jbd2]
    Jan 15 18:42:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:42:01 engserv kernel: [<ffffffffa00f83c2>] start_this_handle+0x262/0x610 [jbd2]
    Jan 15 18:42:01 engserv kernel: [<ffffffff81150c1e>] ? __add_to_page_cache_locked+0x24e/0x2c0
    Jan 15 18:42:01 engserv kernel: [<ffffffff811ab9da>] ? kmem_cache_alloc+0x16a/0x170
    Jan 15 18:42:01 engserv kernel: [<ffffffffa00f8b6b>] jbd2__journal_start+0xfb/0x210 [jbd2]
    Jan 15 18:42:01 engserv kernel: [<ffffffffa021ce4f>] ? ext4_da_write_begin+0x10f/0x350 [ext4]
    Jan 15 18:42:01 engserv kernel: [<ffffffffa02486cd>] __ext4_journal_start_sb+0x6d/0x110 [ext4]
    Jan 15 18:42:01 engserv kernel: [<ffffffffa021ce4f>] ext4_da_write_begin+0x10f/0x350 [ext4]
    Jan 15 18:42:01 engserv kernel: [<ffffffff8115191a>] generic_perform_write+0xca/0x1e0
    Jan 15 18:42:01 engserv kernel: [<ffffffff81153345>] __generic_file_write_iter+0x1e5/0x3b0
    Jan 15 18:42:01 engserv kernel: [<ffffffffa0211eba>] ext4_file_write_iter+0x11a/0x3f0 [ext4]
    Jan 15 18:42:01 engserv kernel: [<ffffffff811dc05b>] ? core_sys_select+0x2cb/0x330
    Jan 15 18:42:01 engserv kernel: [<ffffffff8142935b>] ? sock_aio_read.part.29+0xcb/0x100
    Jan 15 18:42:01 engserv kernel: [<ffffffff811c71ee>] new_sync_write+0x8e/0xd0
    Jan 15 18:42:01 engserv kernel: [<ffffffff811c7967>] vfs_write+0xb7/0x200
    Jan 15 18:42:01 engserv kernel: [<ffffffff811c787c>] ? vfs_read+0x13c/0x170
    Jan 15 18:42:01 engserv kernel: [<ffffffff811c85d9>] SyS_write+0x59/0xd0
    Jan 15 18:42:01 engserv kernel: [<ffffffff8153dc69>] system_call_fastpath+0x16/0x1b
    Jan 15 18:44:00 engserv kernel: INFO: task jbd2/sdb1-8:215 blocked for more than 120 seconds.
    Jan 15 18:44:00 engserv kernel: Not tainted 3.17.6-1-ARCH #1
    Jan 15 18:44:00 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 15 18:44:00 engserv kernel: jbd2/sdb1-8 D 0000000000000000 0 215 2 0x00000000
    Jan 15 18:44:00 engserv kernel: ffff8800bcc27c90 0000000000000046 ffff8800bd24c670 00000000000135c0
    Jan 15 18:44:00 engserv kernel: ffff8800bcc27fd8 00000000000135c0 ffff88003b934670 ffff8800bd24c670
    Jan 15 18:44:00 engserv kernel: ffff8800bcc27be0 ffff8800bcc27bf8 ffff8800bcc27be0 ffffffffa024b3c7
    Jan 15 18:44:00 engserv kernel: Call Trace:
    Jan 15 18:44:00 engserv kernel: [<ffffffffa024b3c7>] ? ext4_mb_unload_buddy.isra.18+0x27/0x30 [ext4]
    Jan 15 18:44:00 engserv kernel: [<ffffffff810b5f30>] ? cpuacct_charge+0x50/0x60
    Jan 15 18:44:00 engserv kernel: [<ffffffff810a4c9c>] ? update_curr+0xec/0x1b0
    Jan 15 18:44:00 engserv kernel: [<ffffffff810a51ff>] ? dequeue_entity+0x13f/0x580
    Jan 15 18:44:00 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
    Jan 15 18:44:00 engserv kernel: [<ffffffffa00fb806>] jbd2_journal_commit_transaction+0x236/0x19c0 [jbd2]
    Jan 15 18:44:00 engserv kernel: [<ffffffff810a9954>] ? pick_next_task_fair+0x144/0x520
    Jan 15 18:44:00 engserv kernel: [<ffffffff810136b2>] ? __switch_to+0x1b2/0x5e0
    Jan 15 18:44:00 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:44:00 engserv kernel: [<ffffffff810d659e>] ? try_to_del_timer_sync+0x5e/0x90
    Jan 15 18:44:00 engserv kernel: [<ffffffffa010280c>] kjournald2+0xec/0x2a0 [jbd2]
    Jan 15 18:44:00 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:44:00 engserv kernel: [<ffffffffa0102720>] ? commit_timeout+0x10/0x10 [jbd2]
    Jan 15 18:44:00 engserv kernel: [<ffffffff8108e2ea>] kthread+0xea/0x100
    Jan 15 18:44:00 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
    Jan 15 18:44:00 engserv kernel: [<ffffffff8153dbbc>] ret_from_fork+0x7c/0xb0
    Jan 15 18:44:00 engserv kernel: [<ffffffff8108e200>] ? kthread_create_on_node+0x1b0/0x1b0
    Jan 15 18:44:00 engserv kernel: INFO: task rsync:7862 blocked for more than 120 seconds.
    Jan 15 18:44:00 engserv kernel: Not tainted 3.17.6-1-ARCH #1
    Jan 15 18:44:00 engserv kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Jan 15 18:44:00 engserv kernel: rsync D 0000000000000002 0 7862 7861 0x00000000
    Jan 15 18:44:00 engserv kernel: ffff8800bd337a80 0000000000000086 ffff88003b934670 00000000000135c0
    Jan 15 18:44:00 engserv kernel: ffff8800bd337fd8 00000000000135c0 ffff880138400000 ffff88003b934670
    Jan 15 18:44:00 engserv kernel: ffffffff00000e00 00000000010200da 0000000000000246 ffff88013eff96c0
    Jan 15 18:44:00 engserv kernel: Call Trace:
    Jan 15 18:44:01 engserv kernel: [<ffffffff8115ab54>] ? __alloc_pages_nodemask+0x174/0xb40
    Jan 15 18:44:01 engserv kernel: [<ffffffff81539649>] schedule+0x29/0x70
    Jan 15 18:44:01 engserv kernel: [<ffffffffa00f808d>] wait_transaction_locked+0x8d/0xd0 [jbd2]
    Jan 15 18:44:01 engserv kernel: [<ffffffff810af960>] ? __wake_up_sync+0x20/0x20
    Jan 15 18:44:01 engserv kernel: [<ffffffffa00f83c2>] start_this_handle+0x262/0x610 [jbd2]
    Jan 15 18:44:01 engserv kernel: [<ffffffff81150c1e>] ? __add_to_page_cache_locked+0x24e/0x2c0
    Jan 15 18:44:01 engserv kernel: [<ffffffff811ab9da>] ? kmem_cache_alloc+0x16a/0x170
    Jan 15 18:44:01 engserv kernel: [<ffffffffa00f8b6b>] jbd2__journal_start+0xfb/0x210 [jbd2]
    Jan 15 18:44:01 engserv kernel: [<ffffffffa021ce4f>] ? ext4_da_write_begin+0x10f/0x350 [ext4]
    Jan 15 18:44:01 engserv kernel: [<ffffffffa02486cd>] __ext4_journal_start_sb+0x6d/0x110 [ext4]
    Jan 15 18:44:01 engserv kernel: [<ffffffffa021ce4f>] ext4_da_write_begin+0x10f/0x350 [ext4]
    Jan 15 18:44:01 engserv kernel: [<ffffffff8115191a>] generic_perform_write+0xca/0x1e0
    Jan 15 18:44:01 engserv kernel: [<ffffffff81153345>] __generic_file_write_iter+0x1e5/0x3b0
    Jan 15 18:44:01 engserv kernel: [<ffffffffa0211eba>] ext4_file_write_iter+0x11a/0x3f0 [ext4]
    Jan 15 18:44:01 engserv kernel: [<ffffffff811dc05b>] ? core_sys_select+0x2cb/0x330
    Jan 15 18:44:01 engserv kernel: [<ffffffff8142935b>] ? sock_aio_read.part.29+0xcb/0x100
    Jan 15 18:44:01 engserv kernel: [<ffffffff811c71ee>] new_sync_write+0x8e/0xd0
    Jan 15 18:44:01 engserv kernel: [<ffffffff811c7967>] vfs_write+0xb7/0x200
    Jan 15 18:44:01 engserv kernel: [<ffffffff811c787c>] ? vfs_read+0x13c/0x170
    Jan 15 18:44:01 engserv kernel: [<ffffffff811c85d9>] SyS_write+0x59/0xd0
    Jan 15 18:44:01 engserv kernel: [<ffffffff8153dc69>] system_call_fastpath+0x16/0x1b
    Jan 15 18:48:48 engserv sudo[7897]: sth : TTY=tty1 ; PWD=/home/sth ; USER=root ; COMMAND=/usr/bin/journalctl -xb --no-pager
    Jan 15 18:48:48 engserv sudo[7897]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
    Jan 15 18:48:49 engserv sudo[7897]: pam_unix(sudo:session): session closed for user root
    Jan 15 18:51:45 engserv sudo[7859]: pam_unix(sudo:session): session closed for user root
    Jan 15 18:52:38 engserv sudo[7911]: sth : TTY=pts/0 ; PWD=/mnt/smb/share2 ; USER=root ; COMMAND=/usr/bin/pkill rsync
    Jan 15 18:52:38 engserv sudo[7911]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
    Jan 15 18:52:38 engserv sudo[7911]: pam_unix(sudo:session): session closed for user root
    Jan 15 18:52:50 engserv sudo[7916]: sth : TTY=pts/0 ; PWD=/mnt/smb/share2 ; USER=root ; COMMAND=/usr/bin/pkill rsync
    Jan 15 18:52:50 engserv sudo[7916]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
    Jan 15 18:52:50 engserv sudo[7916]: pam_unix(sudo:session): session closed for user root
    Jan 15 18:53:06 engserv sudo[7918]: sth : TTY=pts/0 ; PWD=/mnt/smb/share2 ; USER=root ; COMMAND=/usr/bin/pkill -9 rsync
    Jan 15 18:53:06 engserv sudo[7918]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
    Jan 15 18:53:06 engserv sudo[7918]: pam_unix(sudo:session): session closed for user root
    Jan 15 18:55:59 engserv sudo[7949]: sth : TTY=pts/0 ; PWD=/mnt/smb/share2 ; USER=root ; COMMAND=/usr/bin/pkill -9 rsync
    Jan 15 18:55:59 engserv sudo[7949]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
    Jan 15 18:55:59 engserv sudo[7949]: pam_unix(sudo:session): session closed for user root
    Jan 15 18:56:21 engserv systemd[1]: Starting Getty on tty2...
    -- Subject: Unit [email protected] has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has begun starting up.
    Jan 15 18:56:21 engserv systemd[1]: Started Getty on tty2.
    -- Subject: Unit [email protected] has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has finished starting up.
    -- The start-up result is done.
    Jan 15 18:56:25 engserv login[7954]: pam_unix(login:session): session opened for user sth by LOGIN(uid=0)
    Jan 15 18:56:25 engserv systemd[1]: Starting Session c4 of user sth.
    -- Subject: Unit session-c4.scope has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit session-c4.scope has begun starting up.
    Jan 15 18:56:25 engserv systemd-logind[275]: New session c4 of user sth.
    -- Subject: A new session c4 has been created for user sth
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
    -- A new session with the ID c4 has been created for the user sth.
    -- The leading process of the session is 7954.
    Jan 15 18:56:25 engserv systemd[1]: Started Session c4 of user sth.
    -- Subject: Unit session-c4.scope has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit session-c4.scope has finished starting up.
    -- The start-up result is done.
    Jan 15 18:56:25 engserv login[7954]: LOGIN ON tty2 BY sth
    Jan 15 18:56:39 engserv sudo[7960]: sth : TTY=tty2 ; PWD=/home/sth ; USER=root ; COMMAND=/usr/bin/umount /media/data/
    Jan 15 18:56:39 engserv sudo[7960]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
    Jan 15 18:56:39 engserv sudo[7960]: pam_unix(sudo:session): session closed for user root
    Jan 15 19:02:43 engserv sudo[7984]: sth : TTY=pts/0 ; PWD=/mnt/smb/share2 ; USER=root ; COMMAND=/usr/bin/tee /proc/sys/vm/drop_caches
    Jan 15 19:02:43 engserv sudo[7984]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
    Jan 15 19:02:43 engserv kernel: ------------[ cut here ]------------
    Jan 15 19:02:43 engserv kernel: WARNING: CPU: 3 PID: 7985 at mm/truncate.c:508 invalidate_mapping_pages+0x1c1/0x1f0()
    Jan 15 19:02:43 engserv kernel: Modules linked in: des3_ede_x86_64 des_generic arc4 ecb md4 md5 hmac nls_utf8 cifs dns_resolver fscache cfg80211 rfkill nls_iso8859_1 nls_cp437 vfat fat nouveau video ttm drm_kms_helper drm kvm_amd r8169 i2c_algo_bit kvm crct10dif_pclmul crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel mxm_wmi evdev snd_hda_codec_realtek snd_hda_codec_hdmi sp5100_tco aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mac_hid pcspkr serio_raw edac_core snd_hda_codec_generic edac_mce_amd mii fam15h_power i2c_piix4 k10temp hwmon i2c_core shpchp tpm_infineon snd_hda_intel snd_hda_controller snd_hda_codec snd_hwdep snd_pcm snd_timer snd soundcore wmi tpm_tis tpm button acpi_cpufreq processor sch_fq_codel ext4 crc16 mbcache jbd2 sd_mod crc_t10dif crct10dif_common atkbd libps2 ahci firewire_ohci
    Jan 15 19:02:43 engserv kernel: ehci_pci libahci ohci_pci firewire_core ohci_hcd libata crc_itu_t xhci_hcd ehci_hcd scsi_mod usbcore usb_common i8042 serio
    Jan 15 19:02:43 engserv kernel: CPU: 3 PID: 7985 Comm: tee Not tainted 3.17.6-1-ARCH #1
    Jan 15 19:02:43 engserv kernel: Hardware name: Gigabyte Technology Co., Ltd. To be filled by O.E.M./990FXA-UD3, BIOS FC 02/05/2013
    Jan 15 19:02:43 engserv kernel: 0000000000000000 000000008e7f3f05 ffff8800b9727c58 ffffffff81537c3e
    Jan 15 19:02:43 engserv kernel: 0000000000000000 ffff8800b9727c90 ffffffff8107079d 0000000000000003
    Jan 15 19:02:43 engserv kernel: 0000000000000003 ffff880137e2c0a8 ffffffffffffffff ffffea0000637e00
    Jan 15 19:02:43 engserv kernel: Call Trace:
    Jan 15 19:02:43 engserv kernel: [<ffffffff81537c3e>] dump_stack+0x4d/0x6f
    Jan 15 19:02:43 engserv kernel: [<ffffffff8107079d>] warn_slowpath_common+0x7d/0xa0
    Jan 15 19:02:43 engserv kernel: [<ffffffff810708ca>] warn_slowpath_null+0x1a/0x20
    Jan 15 19:02:43 engserv kernel: [<ffffffff811627c1>] invalidate_mapping_pages+0x1c1/0x1f0
    Jan 15 19:02:43 engserv kernel: [<ffffffff81224e0c>] drop_pagecache_sb+0xac/0xf0
    Jan 15 19:02:43 engserv kernel: [<ffffffff81224d60>] ? do_coredump+0xec0/0xec0
    Jan 15 19:02:43 engserv kernel: [<ffffffff811cb432>] iterate_supers+0xb2/0x110
    Jan 15 19:02:43 engserv kernel: [<ffffffff81224ed6>] drop_caches_sysctl_handler+0x86/0x140
    Jan 15 19:02:43 engserv kernel: [<ffffffff81206dac>] ? fsnotify+0x28c/0x370
    Jan 15 19:02:43 engserv kernel: [<ffffffff812387a3>] proc_sys_call_handler+0xd3/0xf0
    Jan 15 19:02:43 engserv kernel: [<ffffffff812387d4>] proc_sys_write+0x14/0x20
    Jan 15 19:02:43 engserv kernel: [<ffffffff811c7967>] vfs_write+0xb7/0x200
    Jan 15 19:02:43 engserv kernel: [<ffffffff811c787c>] ? vfs_read+0x13c/0x170
    Jan 15 19:02:43 engserv kernel: [<ffffffff811c85d9>] SyS_write+0x59/0xd0
    Jan 15 19:02:43 engserv kernel: [<ffffffff8153dc69>] system_call_fastpath+0x16/0x1b
    Jan 15 19:02:43 engserv kernel: ---[ end trace 2601969f96a93148 ]---
    Jan 15 19:02:44 engserv kernel: tee (7985): drop_caches: 3
    Jan 15 19:08:04 engserv sudo[8011]: sth : TTY=tty2 ; PWD=/home/sth ; USER=root ; COMMAND=/usr/bin/reboot
    Jan 15 19:08:04 engserv sudo[8011]: pam_unix(sudo:session): session opened for user root by sth(uid=0)
    Jan 15 19:08:04 engserv systemd[1]: Unmounting /media/data...
    -- Subject: Unit media-data.mount has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit media-data.mount has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Timers.
    -- Subject: Unit timers.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit timers.target has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopped target Timers.
    -- Subject: Unit timers.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit timers.target has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Session c3 of user sth.
    -- Subject: Unit session-c3.scope has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit session-c3.scope has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopped Session c3 of user sth.
    -- Subject: Unit session-c3.scope has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit session-c3.scope has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping system-systemd\x2dfsck.slice.
    -- Subject: Unit system-systemd\x2dfsck.slice has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit system-systemd\x2dfsck.slice has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Removed slice system-systemd\x2dfsck.slice.
    -- Subject: Unit system-systemd\x2dfsck.slice has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit system-systemd\x2dfsck.slice has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Sound Card.
    -- Subject: Unit sound.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sound.target has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopped target Sound Card.
    -- Subject: Unit sound.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sound.target has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Deactivating swap Swap Partition...
    -- Subject: Unit dev-sda3.swap has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dev-sda3.swap has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Graphical Interface.
    -- Subject: Unit graphical.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit graphical.target has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopped target Graphical Interface.
    -- Subject: Unit graphical.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit graphical.target has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Deactivating swap Swap Partition...
    -- Subject: Unit dev-sda3.swap has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dev-sda3.swap has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Daily Cleanup of Temporary Directories.
    -- Subject: Unit systemd-tmpfiles-clean.timer has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-tmpfiles-clean.timer has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopped Daily Cleanup of Temporary Directories.
    -- Subject: Unit systemd-tmpfiles-clean.timer has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-tmpfiles-clean.timer has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Session c1 of user sth.
    -- Subject: Unit session-c1.scope has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit session-c1.scope has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopped Session c1 of user sth.
    -- Subject: Unit session-c1.scope has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit session-c1.scope has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping User Manager for UID 1000...
    -- Subject: Unit [email protected] has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Avahi mDNS/DNS-SD Stack...
    -- Subject: Unit avahi-daemon.service has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit avahi-daemon.service has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Deactivating swap Swap Partition...
    -- Subject: Unit dev-sda3.swap has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dev-sda3.swap has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Session c4 of user sth.
    -- Subject: Unit session-c4.scope has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit session-c4.scope has begun shutting down.
    Jan 15 19:08:04 engserv login[276]: pam_unix(login:session): session closed for user sth
    Jan 15 19:08:04 engserv login[276]: pam_systemd(login:session): Failed to release session: Interrupted system call
    Jan 15 19:08:04 engserv avahi-daemon[411]: Got SIGTERM, quitting.
    Jan 15 19:08:04 engserv avahi-daemon[411]: Leaving mDNS multicast group on interface enp5s0.IPv4 with address 172.16.1.2.
    Jan 15 19:08:04 engserv avahi-daemon[411]: avahi-daemon 0.6.31 exiting.
    Jan 15 19:08:04 engserv sshd[359]: Received signal 15; terminating.
    Jan 15 19:08:04 engserv systemd[1]: Stopped Session c4 of user sth.
    -- Subject: Unit session-c4.scope has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit session-c4.scope has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Multi-User System.
    -- Subject: Unit multi-user.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit multi-user.target has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopped target Multi-User System.
    -- Subject: Unit multi-user.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit multi-user.target has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Daily verification of password and group files.
    -- Subject: Unit shadow.timer has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit shadow.timer has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopped Daily verification of password and group files.
    -- Subject: Unit shadow.timer has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit shadow.timer has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping D-Bus System Message Bus...
    -- Subject: Unit dbus.service has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dbus.service has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Daily man-db cache update.
    -- Subject: Unit man-db.timer has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit man-db.timer has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopped Daily man-db cache update.
    -- Subject: Unit man-db.timer has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit man-db.timer has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Login Prompts.
    -- Subject: Unit getty.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit getty.target has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopped target Login Prompts.
    -- Subject: Unit getty.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit getty.target has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Getty on tty1...
    -- Subject: Unit [email protected] has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has begun shutting down.
    Jan 15 19:08:04 engserv systemd-logind[275]: Failed to abandon session scope: Transport endpoint is not connected
    Jan 15 19:08:04 engserv systemd[364]: Stopping Default.
    -- Subject: Unit UNIT has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has begun shutting down.
    Jan 15 19:08:04 engserv systemd[364]: Stopped target Default.
    -- Subject: Unit UNIT has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Starting Generate shutdown-ramfs...
    -- Subject: Unit mkinitcpio-generate-shutdown-ramfs.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit mkinitcpio-generate-shutdown-ramfs.service has begun starting up.
    Jan 15 19:08:04 engserv systemd[364]: Stopping Basic System.
    -- Subject: Unit UNIT has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has begun shutting down.
    Jan 15 19:08:04 engserv systemd[364]: Stopped target Basic System.
    -- Subject: Unit UNIT has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has finished shutting down.
    Jan 15 19:08:04 engserv systemd[364]: Stopping Timers.
    -- Subject: Unit UNIT has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has begun shutting down.
    Jan 15 19:08:04 engserv systemd[364]: Stopped target Timers.
    -- Subject: Unit UNIT has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has finished shutting down.
    Jan 15 19:08:04 engserv systemd[364]: Stopping Paths.
    -- Subject: Unit UNIT has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has begun shutting down.
    Jan 15 19:08:04 engserv systemd[364]: Stopped target Paths.
    -- Subject: Unit UNIT has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has finished shutting down.
    Jan 15 19:08:04 engserv systemd[364]: Stopping Sockets.
    -- Subject: Unit UNIT has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Samba SMB/CIFS server...
    -- Subject: Unit smbd.service has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit smbd.service has begun shutting down.
    Jan 15 19:08:04 engserv systemd[364]: Stopped target Sockets.
    -- Subject: Unit UNIT has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has finished shutting down.
    Jan 15 19:08:04 engserv systemd[364]: Starting Shutdown.
    -- Subject: Unit UNIT has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has begun starting up.
    Jan 15 19:08:04 engserv systemd[364]: Reached target Shutdown.
    -- Subject: Unit UNIT has finished start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has finished starting up.
    -- The start-up result is done.
    Jan 15 19:08:04 engserv systemd[364]: Starting Exit the Session...
    -- Subject: Unit UNIT has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit UNIT has begun starting up.
    Jan 15 19:08:04 engserv systemd[364]: Received SIGRTMIN+24 from PID 8032 (kill).
    Jan 15 19:08:04 engserv systemd[1]: Stopped User Manager for UID 1000.
    -- Subject: Unit [email protected] has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping user-1000.slice.
    -- Subject: Unit user-1000.slice has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit user-1000.slice has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Removed slice user-1000.slice.
    -- Subject: Unit user-1000.slice has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit user-1000.slice has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Permit User Sessions...
    -- Subject: Unit systemd-user-sessions.service has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-user-sessions.service has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopped Permit User Sessions.
    -- Subject: Unit systemd-user-sessions.service has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-user-sessions.service has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopping Remote File Systems.
    -- Subject: Unit remote-fs.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit remote-fs.target has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Stopped target Remote File Systems.
    -- Subject: Unit remote-fs.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit remote-fs.target has finished shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Unmounting /mnt/smb/share2...
    -- Subject: Unit mnt-smb-share2.mount has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit mnt-smb-share2.mount has begun shutting down.
    Jan 15 19:08:04 engserv systemd[1]: Unmounting /mnt/smb/share1...
    -- Subject: Unit mnt-smb-share1.mount has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit mnt-smb-share1.mount has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: media-data.mount mount process exited, code=exited status=32
    Jan 15 19:08:04 engserv nmbd[7459]: STATUS=daemon 'nmbd' finished starting up and ready to serve connectionsGot SIGTERM: going down...
    Jan 15 19:08:04 engserv systemd[366]: pam_unix(systemd-user:session): session closed for user sth
    Jan 15 19:08:05 engserv umount[8015]: umount: /media/data: target is busy
    Jan 15 19:08:05 engserv umount[8015]: (In some cases useful info about processes that
    Jan 15 19:08:05 engserv umount[8015]: use the device is found by lsof(8) or fuser(1).)
    Jan 15 19:08:05 engserv systemd[1]: Unmounted /mnt/smb/share2.
    -- Subject: Unit mnt-smb-share2.mount has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit mnt-smb-share2.mount has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Unmounted /mnt/smb/share1.
    -- Subject: Unit mnt-smb-share1.mount has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit mnt-smb-share1.mount has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Network.
    -- Subject: Unit network.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit network.target has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped target Network.
    -- Subject: Unit network.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit network.target has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping dhcpcd on enp5s0...
    -- Subject: Unit [email protected] has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has begun shutting down.
    Jan 15 19:08:05 engserv dhcpcd[8049]: dhcpcd[8049]: sending signal TERM to pid 358
    Jan 15 19:08:05 engserv dhcpcd[8049]: sending signal TERM to pid 358
    Jan 15 19:08:05 engserv dhcpcd[8049]: waiting for pid 358 to exit
    Jan 15 19:08:05 engserv dhcpcd[358]: received signal TERM from PID 8049, stopping
    Jan 15 19:08:05 engserv dhcpcd[358]: enp5s0: removing interface
    Jan 15 19:08:05 engserv dhcpcd[8049]: dhcpcd[8049]: waiting for pid 358 to exit
    Jan 15 19:08:05 engserv mkinitcpio[8024]: ==> Starting build: none
    Jan 15 19:08:05 engserv dhcpcd[358]: exited
    Jan 15 19:08:05 engserv systemd[1]: [email protected]: main process exited, code=exited, status=1/FAILURE
    Jan 15 19:08:05 engserv mkinitcpio[8024]: -> Running build hook: [sd-shutdown]
    Jan 15 19:08:05 engserv systemd[1]: Stopped dhcpcd on enp5s0.
    -- Subject: Unit [email protected] has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit [email protected] has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Unit [email protected] entered failed state.
    Jan 15 19:08:05 engserv systemd[1]: [email protected] failed.
    Jan 15 19:08:05 engserv systemd[1]: Stopping system-dhcpcd.slice.
    -- Subject: Unit system-dhcpcd.slice has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit system-dhcpcd.slice has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Removed slice system-dhcpcd.slice.
    -- Subject: Unit system-dhcpcd.slice has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit system-dhcpcd.slice has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Basic System.
    -- Subject: Unit basic.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit basic.target has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped target Basic System.
    -- Subject: Unit basic.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit basic.target has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Paths.
    -- Subject: Unit paths.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit paths.target has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped target Paths.
    -- Subject: Unit paths.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit paths.target has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Forward Password Requests to Wall Directory Watch.
    -- Subject: Unit systemd-ask-password-wall.path has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-ask-password-wall.path has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
    -- Subject: Unit systemd-ask-password-wall.path has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-ask-password-wall.path has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
    -- Subject: Unit systemd-ask-password-console.path has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-ask-password-console.path has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
    -- Subject: Unit systemd-ask-password-console.path has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-ask-password-console.path has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Slices.
    -- Subject: Unit slices.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit slices.target has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped target Slices.
    -- Subject: Unit slices.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit slices.target has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping User and Session Slice.
    -- Subject: Unit user.slice has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit user.slice has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Removed slice User and Session Slice.
    -- Subject: Unit user.slice has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit user.slice has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Sockets.
    -- Subject: Unit sockets.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sockets.target has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped target Sockets.
    -- Subject: Unit sockets.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sockets.target has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping D-Bus System Message Bus Socket.
    -- Subject: Unit dbus.socket has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dbus.socket has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Closed D-Bus System Message Bus Socket.
    -- Subject: Unit dbus.socket has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit dbus.socket has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Avahi mDNS/DNS-SD Stack Activation Socket.
    -- Subject: Unit avahi-daemon.socket has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit avahi-daemon.socket has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
    -- Subject: Unit avahi-daemon.socket has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit avahi-daemon.socket has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping System Initialization.
    -- Subject: Unit sysinit.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sysinit.target has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped target System Initialization.
    -- Subject: Unit sysinit.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit sysinit.target has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Swap.
    -- Subject: Unit swap.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit swap.target has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped target Swap.
    -- Subject: Unit swap.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit swap.target has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Encrypted Volumes.
    -- Subject: Unit cryptsetup.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit cryptsetup.target has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped target Encrypted Volumes.
    -- Subject: Unit cryptsetup.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit cryptsetup.target has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
    -- Subject: Unit systemd-update-utmp.service has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-update-utmp.service has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Load/Save Random Seed...
    -- Subject: Unit systemd-random-seed.service has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-random-seed.service has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Setup Virtual Console...
    -- Subject: Unit systemd-vconsole-setup.service has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-vconsole-setup.service has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped Setup Virtual Console.
    -- Subject: Unit systemd-vconsole-setup.service has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-vconsole-setup.service has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Apply Kernel Variables...
    -- Subject: Unit systemd-sysctl.service has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-sysctl.service has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped Apply Kernel Variables.
    -- Subject: Unit systemd-sysctl.service has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-sysctl.service has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
    -- Subject: Unit systemd-update-utmp.service has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-update-utmp.service has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Create Volatile Files and Directories...
    -- Subject: Unit systemd-tmpfiles-setup.service has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-tmpfiles-setup.service has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped Create Volatile Files and Directories.
    -- Subject: Unit systemd-tmpfiles-setup.service has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-tmpfiles-setup.service has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopping Local File Systems.
    -- Subject: Unit local-fs.target has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit local-fs.target has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Stopped target Local File Systems.
    -- Subject: Unit local-fs.target has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit local-fs.target has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Unmounting /home...
    -- Subject: Unit home.mount has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit home.mount has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Unmounting /run/user/1000...
    -- Subject: Unit run-user-1000.mount has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit run-user-1000.mount has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Unmounting /boot...
    -- Subject: Unit boot.mount has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit boot.mount has begun shutting down.
    Jan 15 19:08:05 engserv systemd[1]: Unmounting Temporary Directory...
    -- Subject: Unit tmp.mount has begun shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit tmp.mount has begun shutting down.
    Jan 15 19:08:05 engserv umount[8075]: umount: /home: target is busy
    Jan 15 19:08:05 engserv umount[8075]: (In some cases useful info about processes that
    Jan 15 19:08:05 engserv umount[8075]: use the device is found by lsof(8) or fuser(1).)
    Jan 15 19:08:05 engserv systemd[1]: home.mount mount process exited, code=exited status=32
    Jan 15 19:08:05 engserv systemd[1]: Failed unmounting /home.
    -- Subject: Unit home.mount has finished shutting down
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit home.mount has finished shutting down.
    Jan 15 19:08:05 engserv systemd[1]: U

Maybe you are looking for