-
Notifications
You must be signed in to change notification settings - Fork 29
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
mount error #13
Comments
Hey, Do you get an error message? You can run |
Not container error. Java in the container cannot open the JNLP file I obtained. If this parameter is not added, it can be accessed normally
|
Does it work when you replace |
I changed KVM directly Is the PY file OK? Will it affect other uses?
|
I think it is ok to change the Python file to test the mounting. It would be better to add a command line option to |
Hi, I have a new question. Nojava cannot be deleted continuously by holding down the backspace key. You can only use the backspace key to click continuously to delete. Can this be optimized?
|
This (partially) fixes GitHub issue #13.
Thanks for pointing me to this issue. This should be fixed in commit f7a6046 and version |
Hi. I have another problem. If I want to use the mount function in VNC, I need another JNLP file of VM. Can nojava download one more JNLP file specified by me internally and let me open it? |
Couldn't you use another download link in the configuration for that case? |
The main reason is that the supervisor in the image configuration has only one JNLP file open. Will he download two JNLP files and open them?
|
So, you would like to set a list of JNLP files in the central configuration file and then all the given JNLP files should be started in parallel? |
VM on yes
KVM on yes
The attached image of this server is divided into two parts. I mean, can the program just define one more download address, and then it can download KVM files of two addresses and pull them into the container, so as to open the two JNLP files at the same time to complete the acquisition of this server.
|
The images are not visible in the GitHub issue tracker. It would be possible to load multiple JNLP files, but this needs quite a lot of code changes and I have no system to test this. But I always welcome code contributions. I think these changes are necessary:
|
HI
In other words, I need to change the "KVM. Py" file, and then I need to change the two modules "get_java_viewer. Py" in the image to complete what I said, right.
Can you tell me in detail how "get_java_viewer. Py" and "KVM. Py" present this effect by command in the system. I need to know that he manually operates the manual process to make a code upgrade design. In this way, it is better to update the Python code.
THANKS
|
The code makes a login to the KVM web page, downloads the viewer and passes it to |
Maybe the links are not shown in the GitHub mail. But they are visible in the GitHub comment box: #13 (comment) |
Sorry, I'll delete it
|
Hi, I can successfully mount and attach the image by adding these two parameters. "-- CAP add = sys_admin", "-- CAP add = dac_read_search". Of course, if you add modules to nojava later, you'd better take another method.
…------------------ 原始邮件 ------------------
发件人: "sciapp/nojava-ipmi-kvm" ***@***.***>;
发送时间: 2022年3月28日(星期一) 下午5:49
***@***.***>;
抄送: "DB ***@***.******@***.***>;
主题: Re: [sciapp/nojava-ipmi-kvm] mount error (Issue #13)
I think it is ok to change the Python file to test the mounting. It would be better to add a command line option to nojava-ipmi-kvm to make it available in general.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi, I recently want to mount a network disk into the container of this project. I modified KVM Py file adds this parameter -- privileged. But after adding this parameter. My JNLP file cannot be opened. How to modify it?
The text was updated successfully, but these errors were encountered: