-
Notifications
You must be signed in to change notification settings - Fork 79
Conversation
I would be happy to test those |
@acw No problem, just needing some time though :) |
FWIW, I started testing with Fedora 24 but reverted to 23 because boot
manager has been changed and instructions for grub are not relevant
anymore.
Did not take the time to investigate...
Le 24 nov. 2016 04:58, "Zhen Zhang" <[email protected]> a écrit :
… @acw <https://github.com/acw> No problem, just needing some time though :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#83 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AACdHbS7fIFZ3qqK0nQS0mpWxPZheaBuks5rBQuAgaJpZM4K6RXO>
.
|
Really? .... interesting. I have set up a basic Fedora 24 installation just a few hours early as well, but have not arrived at the grub step yet. I think I can help investigate a bit later. |
And there is no |
And 24 Server's support for distro |
I am trying Fedora Workstation 24 now. Since there is |
Busy building Halvm on a Fedora 23 server in VirtualBox. got some comments and minor deviations from |
I can confirm I was able to build HaLVM and nearly all examples following @izgzhen 's instructions.
Some minor comments:
|
Cool! Thank you very much. Honestly speaking, I haven't tested all examples yet. I remembered that I bumped into And which kind of Fedora did you use? Workstation or Server or something else? |
Server. Updated initial comment :) Don't have much time to test examples right now but I am confident they will work, bar networking issues (always had troubles getting DHCP to work on Xen in VM on my Mac) |
Hmmm. Usually boot failures like that signal a mismatch between Xen and the Linux kernel. One thing to check is whether or not the system boots with the standard |
@izgzhen I am surprised: When I tried to work on a Fedora 24 image on DO, I could not find any trace of grub configuration. But this might be because DO provides images with a specific Fedora 24 configuration... |
My problem is fixed and I should take back my words ... we still need to |
Running Hello example (looks not very encouraging):
|
By the way, building GHC on Fedora 24 required |
Yes, I noticed the same thing ( Given that 25 just got released, getting this running on 24 just became much more important. So let's see if we can figure this out! With regard to the Hello World example, was this with 'halvm-xen' and with "console_to_ring loglvl=all guest_loglvl=all" on the command line? I always forget the latter. |
You are right 😂 I skipped the grub part. So, for |
Everything except for In
And a seemly innocent problem:
|
Note: when I compiled |
I think we can put So I think it is ready for merge now. |
Fixes issue #81 and #14. Not perfect yet so feedbacks are welcomed.
Now I have some more considerations.
First,
HACKING.md
is a dev guide, so naturally there should be a user-guide. I remember that we have some packages and even docker image, so maybe their usages will be put in the user guide. (However, I suspect that the user guide is of a lower priority.)Second, for the related text in wiki, I plan not to delete them now, but simply add a link in them since I actually did some simplifications so older texts might still be useful in some sense. But in the long run maybe a more unified doc is better.