Join GitHub today
Debugfs won't open a file. Illegal seek while opening file. Can't wait for the next one. The schedule is posted on Twitch and in the Discord. Twitch VOD Here. When trying to open the.dmg file to install the game (which is using DiskImageMounter) it says 'The following disk images couldn't be opened' states the images name and gives the reason as 'illegal seek.' I have no idea what it means by an illegal seek or what I can do to install the game I paid for.
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up- e10s Can't open Amazon Cloud Drive Installer.dmg file downloaded when e10s is enabled: 'Reason: Illegal Seek'.
- Returning -1. Printf returns a negative value on failure. Only use perror directly after a failed function call that is documented. To set errno on failure or set errno to 0 prior to calling that function.
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
Comments
commented Nov 6, 2015
Cant Pen Dmg Illegal Seek For Sale
I've installed Security Monkey within a docker container. To ensure that I'm able to collect the logs, I've configured logging with: When the scheduler is running, it throws the following error for every event it tries to write to the log (the python file triggering the bug is different, but the error is the same): |
commented Nov 6, 2015
Yeah I've seen this before as well when playing with dockerizing security_monkey. I'm assuming it has something to do with the RotatingFileHandler or StreamHandler, but never really dug into it: |
commented Dec 7, 2015
You're right. To test, I tried changing the In my case, rather than changing the source, I was able to work around the error by specifying I'll close this ticket since there are workarounds available. |