Re: Can't create ctcmpc groups

2010-11-27 Thread Steffen Maier

On 11/05/2010 03:45 PM, Roger Evans wrote:

According to chap. 11 of the device driver manual, I should have 3
directories:
  /sys/bus/ccwgroup/drivers/ctcmpc/0.0.400
/sys/bus/ccwgroup/drivers/0.0.400
and
/sys/devices/ctcmpc/0.0.400


That might be a typo in the dd book for the October 2005 stream.
Older development stream books seem to have it right:

/sys/devices/cu3088/0.0.400

Back then, both lcs and ctcmpc were based on cu3088. Since the latter 
did the bind of the devices, lcs and ctcmpc devices could be found under 
cu3088.


More recent kernel versions do not have the cu3088 meta ccw driver 
anymore and one would see /sys/devices/lcs or /sys/devices/ctcm

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;h=0ca8cc6fe7e1acd42a8a3741473ad7540f13893a


I have the first two, but not the last one.  I don't even have a
directory /sys/devices/ctcmpc:
---
LNXCCL:~ # ls /sys/devices
css0  cu3088  iucv  platform  qeth  system
--


Steffen

Linux on System z Development

IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Dirk Wittkopp
Sitz der Gesellschaft: Böblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/


Re: Fedora 14 for System Z needs testers!

2010-11-27 Thread Steffen Maier

On 11/26/2010 07:52 PM, Neale Ferguson wrote:

Testing away, rather than flood the list with these results where would you 
like them sent?

system-config-lvm
Xlib:  extension "RANDR" missing on display "localhost:10.0".

Gdk-ERROR **: The program 'system-config-lvm' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadLength (poly request too large or internal Xlib length erro'.
   (Details: serial 1068 error_code 16 request_code 7 minor_code 0)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
aborting...
Aborted


I've seen such X protocol errors ever since the most recent major distro 
releases (sles11, rhel6) and since F11, whenever I used a rather old X 
server which did not provide whatever X extensions those recent GTK 
versions seem to require. Unfortunately, GTK does not seem to check for 
the required extensions but rather keeps on going and causes confusing 
errors as above. I doubt that GTK would drop the requirement on those 
extensions, so the only fix I could think of would be to check for those 
extensions and print a helpful error message.


My workaround has been to use VNC instead. Meanwhile I have a recent X 
server on my desktop which works with X11. However, for connections to 
the host which have anything but very short LAN latencies, I would 
recommend VNC in any case. Otherwise X11 and GTK slow down any X client 
program, presumably because of many blocking round trip X11 messages 
throttling program progress.


The problem is documented for RHEL 6:
"If the installer on your workstation fails because the X11 server does 
not support required X11 extensions you might have to upgrade the X11 
server or use VNC."

[http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/Installation_Procedure_Overview-s390-GUI.html]

Even though it's RHEL 6 documentation, F14 is extremely similar in terms 
of installation.


Steffen

Linux on System z Development

IBM Deutschland Research & Development GmbH
Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Dirk Wittkopp
Sitz der Gesellschaft: Böblingen
Registergericht: Amtsgericht Stuttgart, HRB 243294

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
--
For more information on Linux on System z, visit
http://wiki.linuxvm.org/