ווטסאפ - לינוקס, BSD, קוד פתוח ותוכנה חופשית בעברית. Whatsup - Linux, BSD, open source and free software in Hebrew

 
 
  כניסת חברים · רישום · שכחתי סיסמה  
tux the penguin
תגובה לנושא
צפיה בנושא הבא Printable version התחבר כדי לבדוק הודעות פרטיות צפיה בנושא הקודם
מייקילא בפורום כעת ת.הצטרפות: 22/04/2006 · הודעות: 692 · מיקום: גליל
 

הודעה פורסם: 29/09/2014 - 21:39
נושא ההודעה: Arch-XFCE power management problem

Hi,
I use a fully updated Arch/XFCE, among others, to watch movies (on a large external TV connected via HDMI) using VLC.

I use the following startup script to disable pam, among others:

קוד:

#!/bin/bash
 xset -dpms; xset s off
 xrandr --newmode  "1920x1080_50.00"  144.1667  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync
 xrandr --addmode HDMI-0 1920x1080_50.00
 xrandr --output HDMI-0 --mode 1920x1080_50.00



Till about 2 days ago I had no problem watching movies this way.

Ever since (as far as I remember after a full system update), while watching movies, every few minutes the movies suddenly stop, and automatically resume (after skipping some frames) after about 15-20 seconds.

From the following journal I suspect the problem is pam related although it's disabled by the startup script.

Please advise!

Thanks

Michael

----------partial journal-------------
קוד:

Sep 29 19:00:01 localhost dbus[253]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks
Sep 29 19:00:01 localhost udisksd[4783]: udisks daemon version 2.1.3 starting
Sep 29 19:00:01 localhost dbus[253]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Sep 29 19:00:01 localhost udisksd[4783]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Sep 29 19:00:02 localhost org.gtk.Private.AfcVolumeMonitor[4458]: Volume monitor alive
Sep 29 19:00:03 localhost kernel: fuse init (API version 7.23)
Sep 29 19:00:03 localhost org.freedesktop.thumbnails.Thumbnailer1[4458]: (tumblerd:4907): tumbler-WARNING **: Failed to l
Sep 29 19:00:03 localhost rtkit-daemon[4606]: Successfully made thread 4921 of process 4921 (/usr/bin/pulseaudio) owned b
Sep 29 19:00:03 localhost rtkit-daemon[4606]: Supervising 6 threads of 2 processes of 1 users.
Sep 29 19:00:03 localhost pulseaudio[4921]: Daemon already running.
Sep 29 19:00:03 localhost org.freedesktop.thumbnails.Thumbnailer1[4458]: (tumblerd:4907): tumbler-WARNING **: Failed to l
Sep 29 19:00:03 localhost org.freedesktop.thumbnails.Thumbnailer1[4458]: (tumblerd:4907): tumbler-WARNING **: Failed to l
Sep 29 19:00:04 localhost org.freedesktop.thumbnails.Thumbnailer1[4458]: (tumblerd:4907): tumbler-WARNING **: Failed to l
Sep 29 19:00:04 localhost dbus[253]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.
Sep 29 19:00:04 localhost dbus[253]: [system] Successfully activated service 'org.freedesktop.UPower'
Sep 29 19:02:34 localhost pkexec[20993]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Sep 29 19:02:34 localhost pkexec[20993]: badt: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm
Sep 29 19:05:50 localhost pkexec[21147]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Sep 29 19:05:50 localhost pkexec[21147]: badt: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm
Sep 29 19:06:23 localhost su[21184]: (to root) badt on pts/0
Sep 29 19:06:23 localhost su[21184]: pam_unix(su:session): session opened for user root by badt(uid=1000)
Sep 29 19:07:23 localhost su[21184]: pam_unix(su:session): session closed for user root
Sep 29 19:10:23 localhost pkexec[21438]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Sep 29 19:10:23 localhost pkexec[21438]: badt: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm
Sep 29 19:54:24 localhost pkexec[23662]: pam_unix(polkit-1:session): session opened for user root by (uid=1000)
Sep 29 19:54:24 localhost pkexec[23662]: badt: Executing command [USER=root] [TTY=unknown] [CWD=/] [COMMAND=/usr/bin/xfpm
Sep 29 19:54:57 localhost org.freedesktop.thumbnails.Cache1[4458]: (tumblerd:23697): tumbler-WARNING **: Failed to load p
Sep 29 19:54:57 localhost org.freedesktop.thumbnails.Cache1[4458]: (tumblerd:23697): tumbler-WARNING **: Failed to load p
Sep 29 19:54:57 localhost org.freedesktop.thumbnails.Cache1[4458]: (tumblerd:23697): tumbler-WARNING **: Failed to load p
Sep 29 19:54:57 localhost org.freedesktop.thumbnails.Cache1[4458]: (tumblerd:23697): tumbler-WARNING **: Failed to load p
Sep 29 19:55:19 localhost su[23712]: (to root) badt on pts/0
Sep 29 19:55:19 localhost su[23712]: pam_unix(su:session): session opened for user root by badt(uid=1000)





I've also ran the following test yet I don't know to decipher it:

קוד:


# systemctl status shadow.service
● shadow.service - Verify integrity of password and group files
   Loaded: loaded (/usr/lib/systemd/system/shadow.service; static)
   Active: inactive (dead) since Mon 2014-09-29 18:59:28 IDT; 1h 3min ago
  Process: 273 ExecStart=/usr/bin/grpck -r (code=exited, status=0/SUCCESS)
  Process: 259 ExecStart=/usr/bin/pwck -r (code=exited, status=0/SUCCESS)
 Main PID: 273 (code=exited, status=0/SUCCESS)

 
 צפיה בפרופיל המשתמש שלח הודעה פרטית ביקור באתר המפרסם  
תגובה  עם ציטוט חזרה למעלה
חזרה לתוכן הדיון
הצגת הודעות מלפני:     
מעבר אל:  
כל הזמנים הם GMT + 2 שעות
תגובה לנושא
צפיה בנושא הבא Printable version התחבר כדי לבדוק הודעות פרטיות צפיה בנושא הקודם
PNphpBB2 © 2003-2004 

תוכן הדיון

  1. מייקי