-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dasdinit with -nnn (i.e. negative) size parameter creates a huge file #472
Comments
Try it without the |
Hi Florian! Thanks for reporting this! I'll try to get it fixed right away. |
FYI: HHC02499I Hercules utility ...... version 4.4.1.10647-SDL-gd0ccfbc9-modified I happened to notice your reported version has "-modified" appended to it. I'm guessing this is probably because you did a Presuming I am, I should inform you that autogen is no longer needed when building Hercules. The repository should always contain a valid pre-generated You will still always need to run configure of course. You will still need to do a When you build Hercules without doing an autogen, your version string should say just "4.4.1.10647-SDL-gd0ccfbc9" (i.e. without "-modified" appended), indicating your Hercules is a pristine, unmodified version of Hercules. When we see someone using a "-modified" version of Hercules, we cannot be sure what they modified. We cannot be 100% sure they didn't make their own custom modifications to Hercules. When the version is reported without the "-modified" string (as it should be), then we can be 100% sure the user is indeed running the version of Hercules that we think they are. Does that make sense? |
Fixed by commit 1431f76. Closing. |
Hi Fish,
That makes absolutely sense. Indeed in my automation script for building
Hyperion I have a autogen.sh as it was needed. I will remove it and rebuild
it.
BR Florian
Fish-Git ***@***.***> schrieb am Do., 10. Feb. 2022, 20:29:
… *FYI:*
HHC02499I Hercules utility *......* version 4.4.1.10647-SDL-gd0ccfbc9*-modified*
I happened to notice your reported version has "*-modified*" appended to
it. I'm guessing this is probably because you did a ./autogen.sh before
you did your ./configure and make. Am I correct?
Presuming I am, I should inform you that autogen is no longer needed when
building Hercules. The repository should always contain a valid
pre-generated configure script that you can use directly to build
Hercules with. There is no need to "generate" (via autogen.sh) a new
configure script. The configure script that Hercules comes with should be
good enough.
You will still always need to *run* configure of course. You will still
need to do a ./configure ... before doing your make. That has not
changed. But you do *not* need to do *(and indeed should NOT do!)* a
separate ./autogen.sh beforehand.
When you build Hercules *without* doing an autogen, your version string
should say just "*4.4.1.10647-SDL-gd0ccfbc9*" *(i.e. without "-modified"
appended)*, indicating your Hercules is a *pristine, unmodified* version
of Hercules.
When we see someone using a "-modified" version of Hercules, we cannot be
sure *what* they modified. We cannot be 100% sure they didn't make their
own custom modifications to Hercules.
When the version is reported *without* the "-modified" string *(as it
should be)*, then we can be 100% sure the user is indeed running the
version of Hercules that we think they are.
Does that make sense?
—
Reply to this email directly, view it on GitHub
<#472 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABESU6BGMXRZAO5HDE4K3T3U2QG27ANCNFSM5OAO5SZQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
FBA DASD 3370 has according to the specification 558000 sectors and 512 bytes per sector and result in an file with 272 MB size
Trying to create a DASD with smaller size is possible with specifying the sectors as parameter to dasdinit but doing so leads to a huge file:
Which I had to interrupt as it fills up the filesystem. Seems there is a bug in calculating the FBA size.
Small additional remark:
HHC00463I
should state that according to 3370 device type it allocates a FBA file and not an CKD.The text was updated successfully, but these errors were encountered: