thegenemyers / MERQURY.FK

FastK based version of Merqury
Other
17 stars 3 forks source link

/dev/NULL #4

Open iggyB opened 2 years ago

iggyB commented 2 years ago

Hej,

The commit (aa6ab40b628e9ddc7a492099533c83f628ffb719) results in following error: sh: 1: cannot create /dev/NULL: Permission denied

Changing /dev/NULL to /dev/null solves it.

Cheers, Iggy

thegenemyers commented 2 years ago

Iggy, Every UNIX OS should have /dev/null as a special file. Are you running on a UNIX machine, or could it be that NULL is capitalized and needs to be lower case? Thanks, Gene

On 10/6/21, 11:28 AM, iggy wrote:

Hej,

The commit (aa6ab40 https://github.com/thegenemyers/MERQURY.FK/commit/aa6ab40b628e9ddc7a492099533c83f628ffb719) results in following error: |sh: 1: cannot create /dev/NULL: Permission denied|

Changing back /dev/NULL to /tmp/NULL solves it.

Cheers, Iggy

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/thegenemyers/MERQURY.FK/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABUSINQTE2WA6EZRITT43E3UFQJD5ANCNFSM5FOAYEIQ. 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.

iggyB commented 2 years ago

Hej Gene,

Indeed, it was issue with capital letters (I edited my original question).

Easy fix :)

Cheers, Iggy

thegenemyers commented 2 years ago

Thanks, I'll close the issue then -- I'm in the middle of some additions to the modules so while I've also edited my local copy, I won't push the fix to the root for another day or two. Best, Gene

On 10/6/21, 1:45 PM, iggy wrote:

Hej Gene,

Indeed, it was issue with capital letters (I edited my original question).

Easy fix :)

Cheers, Iggy

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/thegenemyers/MERQURY.FK/issues/4#issuecomment-936077029, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABUSINSKCVXC33GYF4KTZCLUFQZETANCNFSM5FOAYEIQ. 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.