-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
SIGTERM not handled correctly. #72
Comments
This image just executes /var/opt/svn # ps
PID USER TIME COMMAND
1 root 0:00 /usr/bin/svnserve --daemon --foreground --root /var/opt/svn Yet strangely it doesn't react to SIGTERM. I tried to 'fix' this in #68 by executing |
Thanks for the attempt. If you ever want to fix this, look into some Subversion containers that handle |
That repo doesn't specify a license, so leagally, it's "all rights reserved". I can't look at the contents and then use them, it would count as stealing :/ |
I don't think it is that serious. Generally, since it is open source, you have the right to examine the code, understand how it handle |
No, that's not how it works. Just because something is on GitHub doesn't mean it's open source. The Unreal engine for example: "Unreal Engine, developed by Epic Games, is not open source; it is a proprietary game engine available under a source-available license.", we are not allowed to use the code there for any purpose. Any code without a specified license, as far as I know (I'm not a lawyer), is by copy right laws "all rights reserved", in other words, just like if someone uploads an art they made we can look at but not copy or sell, that code cad be looked at but not used. But if a developer working on similar code looks at it and makes similar changes, then arguably they stole that code, as such I can't do that. Just because you and I think that "it's fine as long as we attribute the creator", the laws don't care about what we think, rules are rules. If we really want to make use of that repo, the best choice is to ask kindly the owner to choose and specify a license, hopefully a compatible with the one in this repo (yes open source licenses can be incompatible similarly preventing the use of the code). |
podman
cannot stop your container gracefully:The detailed log is here.
By experiment, I learned that your container is to blame, for other containers respond well to the
stop
command, including this one, which says in the readme that many containers have this defect:Consider fixing this, perhaps using the abovementioned container as reference.
The text was updated successfully, but these errors were encountered: