[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13558553#comment-13558553
 ] 

Radhika Nair commented on CLOUDSTACK-602:
-----------------------------------------

What I understand is:

Both mkisofs and genisoimage are capable of generating the System Use Sharing 
Protocol records (SUSP) specified by the Rock Ridge Interchange Protocol. 

What Rohit says, mkisofs is not available by default on Debian machines.

Now, the question is how to troubleshoot when the user is not able to log in to 
the UI.

Debian machine installs genisoimage by default. And CloudStack install script 
expects mkisofs at /usr/bin.

So the user has to install it. Is that a correct assumption ?

Then run the following command to create a  link:

ln -s /usr/bin/genisoimage /usr/bin/mkisofs

Then install management server script.

Please correct me.
                
> Warn of dependency on mkisofs
> -----------------------------
>
>                 Key: CLOUDSTACK-602
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-602
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: Doc
>    Affects Versions: 4.1.0
>         Environment: debian 
>            Reporter: Mel Davis
>            Assignee: Radhika Nair
>            Priority: Trivial
>
> cloud-setup-management fails quietly if /usr/bin/mkisofs is no found.  
> Failure is indicated only in the 
> /var/log/cloud/management/management-server.log.    This results in the 
> inability to log into client via the web interface. 
> The docs should at least note the dependency and, maybe, suggest this 
> workaround: 
> ln -s /usr/bin/genisoimage /usr/bin/mkisofs

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to