[opensuse-factory] OpenSuSE 11.4 M5
Hey Group; openSuSE fixed two problems that I have recently reported . 1. Amarok no longer needs 'strace -o amarok.err amarok --debug" to start correctly. It now works correctly. 2. Tvtime is now working correctly. I think this was a fix to Yast2>Hardware/TV However, Blender and gpm(nor does gpm -m /dev/input/mice -t still don't work. And from some reason the Install program fail and locked up this machine during the night. I tried the cd NET load again and it worked but it did mention that the some files are missing. It also forgot to setup /usr/bin/Xorg as 4755. Which bring me to there is no /var/log/xorg.* in /var/log as reported by the Xorg error which shows up if /usr/bin/Xorg is 755 -- 73 de Donn Washburn 307 Savoy Street Email:" n5xwb@comcast.net " Sugar Land, TX 77478 LL# 1.281.242.3256 Ham Callsign N5XWB HAMs : " n5xwb@arrl.net " VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg BMW MOA #: 4146 - Ambassador " http://counter.li.org " #279316 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On 12/21/2010 08:52 PM, Donn Washburn wrote:
Hey Group;
openSuSE fixed two problems that I have recently reported .
1. Amarok no longer needs 'strace -o amarok.err amarok --debug" to start correctly. It now works correctly. 2. Tvtime is now working correctly. I think this was a fix to Yast2>Hardware/TV
However, Blender and gpm(nor does gpm -m /dev/input/mice -t still don't work.
And from some reason the Install program fail and locked up this machine during the night. I tried the cd NET load again and it worked but it did mention that the some files are missing. It also forgot to setup /usr/bin/Xorg as 4755. Which bring me to there is no /var/log/xorg.* in /var/log as reported by the Xorg error which shows up if /usr/bin/Xorg is 755
The gpm problem has been found permissions on /dev/input/mice is to restrictive to work. And also ps ax shows tvtime is still running even thou it is off.
ps ax | grep tvtime 8761 ? D 0:00 /usr/bin/tvtime and it can't be killed
-- 73 de Donn Washburn 307 Savoy Street Email:" n5xwb@comcast.net " Sugar Land, TX 77478 LL# 1.281.242.3256 Ham Callsign N5XWB HAMs : " n5xwb@arrl.net " VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg BMW MOA #: 4146 - Ambassador " http://counter.li.org " #279316 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
* Donn Washburn <n5xwb@comcast.net> [12-21-10 22:06]:
The gpm problem has been found permissions on /dev/input/mice is to restrictive to work.
and they are??? 22:14 wahoo:~ > ls -la /usr/sbin/gpm -rwxr-xr-x 1 root root 105312 2009-10-23 20:15 /usr/sbin/gpm
And also ps ax shows tvtime is still running even thou it is off.
ps ax | grep tvtime 8761 ? D 0:00 /usr/bin/tvtime and it can't be killed
you need to read the man pages. What does the "D" signify? -- Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711 http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2 Registered Linux User #207535 @ http://counter.li.org -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On 12/21/2010 09:15 PM, Patrick Shanahan wrote:
* Donn Washburn<n5xwb@comcast.net> [12-21-10 22:06]:
The gpm problem has been found permissions on /dev/input/mice is to restrictive to work. and they are???
22:14 wahoo:~> ls -la /usr/sbin/gpm -rwxr-xr-x 1 root root 105312 2009-10-23 20:15 /usr/sbin/gpm
And also ps ax shows tvtime is still running even thou it is off.
ps ax | grep tvtime 8761 ? D 0:00 /usr/bin/tvtime and it can't be killed you need to read the man pages. What does the "D" signify?
It means "Dead" but the problem is that it cannot be removed with killall or kill -9 and the only way to solve it is reboot. Kind of a Non Unix/linux type of problem. Question is - is it a tvtime problem. KDE4 or somewhere else. I was just letting folks know if they have a problem on the second start of tvtime it will error out and fail without a reboot. -- 73 de Donn Washburn 307 Savoy Street Email:" n5xwb@comcast.net " Sugar Land, TX 77478 LL# 1.281.242.3256 Ham Callsign N5XWB HAMs : " n5xwb@arrl.net " VoIP via Gizmo: bmw_87kbike / via Skype: n5xwbg BMW MOA #: 4146 - Ambassador " http://counter.li.org " #279316 -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
On Wed, 2010-12-22 at 07:51 -0600, Donn Washburn wrote:
It means "Dead"
No, status 'D' doesn't mean Dead, it means "uninterruptible sleep". Normally, a process in state D is waiting inside the kernel for something to happen Anders -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
Am Mittwoch, 22. Dezember 2010, 15:04:06 schrieb Anders Johansson:
On Wed, 2010-12-22 at 07:51 -0600, Donn Washburn wrote:
It means "Dead"
No, status 'D' doesn't mean Dead, it means "uninterruptible sleep". Normally, a process in state D is waiting inside the kernel for something to happen
Any waiting process, unless it is busy waiting, waits inside the kernel. The difference is between interruptible and uninterruptible sleep. If you are sleeping uninterruptably, signals will be delayed until the task is awoken for other reasons. An interruptible sleep will be broken for signal delivery. Regards Oliver -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
participants (4)
-
Anders Johansson
-
Donn Washburn
-
Oliver Neukum
-
Patrick Shanahan