-
Notifications
You must be signed in to change notification settings - Fork 3
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
Adding brand new image #56
Comments
The SSH keys has the same issue. Perhaps the GUI expects something different when there are no values. The API works fine. |
hi i tried to map ISO from the KUBAM web interface but i cannot, .i have downloade the ISO on KUBAM docker container inside but nothing is possible to map > does anyone know how to map ISO (centos or redhat ) on operating system - ISO images on kubam interface using? |
is the ISO file inside the ~/kubam/ directory ?
…On Wed, Jul 18, 2018 at 3:41 PM, rushins ***@***.***> wrote:
hi
i tried to map ISO from the KUBAM web interface but i cannot, .i have
downloade the ISO on KUBAM docker container inside but nothing is possible
to map >
does anyone know how to map ISO (centos or redhat ) on operating system -
ISO images on kubam interface using?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKVTfHDZcxcU1WiqRBNXL9gDMVCKBDrks5uH7mhgaJpZM4VR8ts>
.
|
Yes it is also i tried mount the iso but getting loop error which I cannot mount ? |
hmm.. .sorry you are having so much trouble. Can you get the kubam/kubam
logs?
Run this in one shell:
docker logs -f $(docker ps | awk '/kubam\/kubam/ {print $1}')
and then do the GUI and see if you get any output errors that can help
troubleshoot.
…On Wed, Jul 18, 2018 at 9:21 PM, rushins ***@***.***> wrote:
Yes it is also i tried mount the iso but getting loop error which I cannot
mount ?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKVTbHKGtQ-HsUf5IL6GIjZjPDM1omHks5uIAlEgaJpZM4VR8ts>
.
|
Also if you try restarting the container I’ve seen that solve it sometimes as well. We have a bug there.
… On Jul 18, 2018, at 9:34 PM, Vallard ***@***.***> wrote:
hmm.. .sorry you are having so much trouble. Can you get the kubam/kubam logs?
Run this in one shell:
docker logs -f $(docker ps | awk '/kubam\/kubam/ {print $1}')
and then do the GUI and see if you get any output errors that can help troubleshoot.
> On Wed, Jul 18, 2018 at 9:21 PM, rushins ***@***.***> wrote:
> Yes it is also i tried mount the iso but getting loop error which I cannot mount ?
>
> —
> You are receiving this because you were assigned.
> Reply to this email directly, view it on GitHub, or mute the thread.
>
|
yes after container restart , i see that i can MAP ISO from KUBAM with Centos 7.3. This is fixed but after that i have another issues during Deploy tab. I have selected Big Blue Button "Make Boot Images" i get this error "OS could not be determined with ISO image. Perhaps this is not a supported OS?" i have downloaded from CENTOS bulids any idea what might be the issue ? |
Looks like a new version of Centos (Centos 7.5). I'll add support to
that. Currently we only support Centos 7.2/.3/.4
…On Thu, Jul 19, 2018 at 7:14 AM, rushins ***@***.***> wrote:
yes after container restart , i see that i can MAP ISO from KUBAM with
Centos 7.3. This is fixed but after that i have another issues during
Deploy tab.
I have selected Big Blue Button "Make Boot Images" i get this error "OS
could not be determined with ISO image. Perhaps this is not a supported
OS?" i have downloaded from CENTOS bulids
http://mirror.ash.fastserv.com/centos/7/isos/x86_64/ and added during Map
ISO with Centos 7.3 ?
any idea what might be the issue ?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKVTdjDs2A3p30GD522ebZra-AB4QP5ks5uIJRegaJpZM4VR8ts>
.
|
If the KUBAM file does not exist on the server and the GUI tries to make a new ISO mapping the operation will fail. It does not fail in the API. There is something the GUI is doing that creates an invalid map when it tries to do a post. Subsequent operations work fine.
The text was updated successfully, but these errors were encountered: