Was this after you built and installed the rpm? (rpmbuild --rebuild ...src.rpm)
Once installed use modprobe fsiucv* to make it available to the kernel to use.
Neale Ferguson
On 7/23/22, 01:48, "Linux on 390 Port on behalf of Frank M. Ramaekers"
wrote:
Thanks, got further:
# echo "*M
e: Fwd: Neale Ferguson's fsiucv package
External Message – Think Before You Click
On 7/19/22 16:10, Frank M. Ramaekers wrote:
> Hmmm.got those:
> /root/rpmbuild/SPECS/fsiucv.spec
> /root/rpmbuild/SOURCES/fsiucv-3.0.0.tar.gz
>
> But it says fsiucv-3.0.0 not 3.10.0
rpm -qlp f
:28 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Fwd: Neale Ferguson's fsiucv package
External Message – Think Before You Click
On 7/19/22 12:41, Frank M. Ramaekers wrote:
> Yeah, that doesn't work either:
>
> rpm --install ./fsiucv-3.10.0-957.12.2.el7.src.rpm
> warning: user mo
root
Frank M. Ramaekers Jr.
-Original Message-
From: Linux on 390 Port [mailto:LINUX-390@VM.MARIST.EDU] On Behalf Of Neale
Ferguson
Sent: Monday, July 18, 2022 8:37 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Fwd: Neale Ferguson's fsiucv package
External Message – Think Before You
To install the source just use rpm --install
Neale Ferguson
On 7/19/22, 05:31, "Linux on 390 Port on behalf of Frank M. Ramaekers"
wrote:
When I attempt to install the source on ClefOS (CentOS Linux release
7.9.2009 (AltArch)), I get
yum install fsiucv-3.10.0-957.12.2.el7.src.rp
Subject: Re: Fwd: Neale Ferguson's fsiucv package
External Message – Think Before You Click
Would you send your fix(es) and I'll give it a go here.
Neale Ferguson
On 7/13/22, 02:03, "Linux on 390 Port on behalf of Mark Post"
wrote:
Just FYI to Neale and the list... The c
Ferguson's fsiucv package
External Message – Think Before You Click
Thanks Frank. A bit frustrating that the different distros don't put the
information in the same places.
DJ
---
BEST REGARDS
DAVE JONES IBM CHAMPION [3]
Managing Director for zSystems Support, z
No.
(*MSG and *MSGALL do not require authorization.)
Regards,
Alan
Alan Altmark
IBM Systems Lab Services
Endicott, NY USA
> On Jul 13, 2022, at 7:30 PM, Mark Post wrote:
>
> On 7/13/22 19:25, Neale Ferguson wrote:
>> vmevents requires IUCV *VMEVENT
>
> Would "IUCV ANY" cover that? A
propjr use *MSG or *MSGALL.
Neale Ferguson
On 7/14/22, 09:30, "Linux on 390 Port on behalf of Mark Post"
wrote:
On 7/13/22 19:25, Neale Ferguson wrote:
> vmevents requires IUCV *VMEVENT
Would "IUCV ANY" cover that? Also, is there anything needed for the
various things the pro
vmevents requires IUCV *VMEVENT
Neale Ferguson
On 7/14/22, 09:24, "Linux on 390 Port on behalf of Mark Post"
wrote:
I don't know how to test the other bits of fsiucv. The "vmevents" sample
program runs into the same "open: Permission denied" error when trying
to open /dev/iucv0.
The hint is “unexpected return code 15 from connect.
IUCV CONNECT (see CP Programming Services) RC 15 is “no authorizations found”.
(That’s needed for AF_IUCV sockets, too.)
The type of IUCV authorization depends on how the target virtual machine
implements security. If the target has a config
Mark,
Might help if the userid you are trying use in z/VM had ...
IUCV ALLOW
IUCV ANY PRIORITY
in the directory statement for the virtual machine.
Our z/VSE-VSEn IUCV driver works with the above statements in the directory
for both machines.
Have fun!
Regards,
Jeff
---
Thanks, Jack.
DJ
---
BEST REGARDS
DAVE JONES IBM Z CHAMPION [1]
Managing Director for zSystems Support, zLinux, and Cloud
++1 281.578.7544 (Cell)
Web: www.itconline.com [2]
18502 Purdy Ct. Houston, TX 77084 USA
On 07.13.2022 7:37 AM, Jack Woehr wrote:
On 7/13/22 8:17 AM, Dave Jones wrote:
I'm using Ubuntu 20.04 Linux here and there is no "/var/log/messages"
file to be found, sorry.
/var/log/syslog on Ubuntu
--
Jack Woehr # Zen is a finger pointing at the moon.
IBM Champion 2021-2022 # Some want to see the moon.
http://www.so
On 7/13/22 8:25 AM, Dave Jones wrote:
Thanks Frank. A bit frustrating that the different distros don't put the
information in the same places.
/var/log/syslog is "modern" in the era of distributed syslog
--
Jack Woehr # Zen is a finger pointing at the moon.
IBM Champion 2021-2022
Thanks Frank. A bit frustrating that the different distros don't put the
information in the same places.
DJ
---
BEST REGARDS
DAVE JONES IBM CHAMPION [3]
Managing Director for zSystems Support, zLinux, and Cloud
++1 281.578.7544 (Cell)
Web: www.itconline.com [
On Ubuntu look at:
/var/log/syslog
On Wed, Jul 13, 2022 at 4:18 PM Dave Jones wrote:
> Hi, Neale.
>
> I'm using Ubuntu 20.04 Linux here and there is no "/var/log/messages"
> file to be found, sorry.
>
> I do feel badly about causing you all this extra work, as well, so don't
> feel you have to
Hi, Neale.
I'm using Ubuntu 20.04 Linux here and there is no "/var/log/messages"
file to be found, sorry.
I do feel badly about causing you all this extra work, as well, so don't
feel you have to get this to work just you me. I have found an alternate
method of "talking" IUCV from CMS to z/Linux
I built on RHEL 8 and, apart from tainting the kernel, I was able load/unload
the kernel module without a problem. I did get:
depmod: ERROR: Bad version passed fsiucv
DJ - is there a message in /var/log/messages when you get the permission denied
message? You may see a connect message and an IP
Would you send your fix(es) and I'll give it a go here.
Neale Ferguson
On 7/13/22, 02:03, "Linux on 390 Port on behalf of Mark Post"
wrote:
Just FYI to Neale and the list... The changes I made to the kernel
module allowed it to be compiled, but it doesn't appear to work, and if
yo
Hello, all.
Well the patches seem to work. They were applied with no errors and the
fsiucv driver was successfully build using the "make ..." command. After
the "make" and "make tools" completed with no errors, I installed the
drive driver using the "insmod fsiucv.ko" command and a "lsmod" command
Happy to wait for DJ.
Neale Ferguson
On 7/8/22, 11:05, "Linux on 390 Port on behalf of Mark Post"
wrote:
On 7/7/22 20:12, Neale Ferguson wrote:
> Is it built against my git hub code? If so, generate a PR and I'll merge
if it works.
Yes, it was. I was going to wait until I heard
Is it built against my git hub code? If so, generate a PR and I'll merge if it
works.
Neale Ferguson
On 7/8/22, 03:48, "Linux on 390 Port on behalf of Mark Post"
wrote:
On 7/7/22 11:58, Dave Jones wrote:
> Mark, yes that is my experience, too. It's well above my limited C
> progr
Yup, sure can. Many thanks, Mark.
DJ
---
BEST REGARDS
DAVE JONES IBM Z CHAMPION [1]
Managing Director for zSystems Support, zLinux, and Cloud
++1 281.578.7544 (Cell)
Web: www.itconline.com [2]
18502 Purdy Ct. Houston, TX 77084 USA
On 07.07.2022 10:47 A
Mark:
https://download.sinenomine.net/fsiucv/
Jim Elliott
Senior IT Consultant - GlassHouse Systems Inc.
On Thu, Jul 7, 2022 at 11:35 AM Mark Post wrote:
> On 7/7/22 10:01, Dave Jones wrote:
> > Has anyone ported Neale's fsiucv package to any other zLinux distro
> > other than SNA's ClefOS? I
Mark, yes that is my experience, too. It's well above my limited C
programming skill set.
I'll let the list know if anything changes here.
DJ
---
BEST REGARDS
DAVE JONES IBM Z CHAMPION [1]
Managing Director for zSystems Support, zLinux, and Cloud
++1 281.578.754
Mark,
it's right here:
https://github.com/nealef/fsiucv
Thanks.
DJ
---
BEST REGARDS
DAVE JONES IBM Z CHAMPION [1]
Managing Director for zSystems Support, zLinux, and Cloud
++1 281.578.7544 (Cell)
Web: www.itconline.com [2]
18502 Purdy Ct. Houston, TX
Hello all.
Has anyone ported Neale's fsiucv package to any other zLinux distro
other than SNA's ClefOS? I'm lazy and I would like to use it on Red Hat
and SuSE.
Thanks, all.
DJ
--
BEST REGARDS
DAVE JONES IBM CHAMPION [1]
Managing Director for zSystems Support, zLin
28 matches
Mail list logo