On Wed, Apr 1, 2015 at 6:24 PM, symack <sym...@gmail.com> wrote: > Hello Hydra, > > Thank you so much. I was literally about to use the default profile and > reinstall the same > versions. If I need to go back in time, which version is considered Stable > and not too old > for xen and xen-tools. Finally, as I am new to gentoo, can you please tell > me how to emerge > an older xen version. > > Thanks for Everything! > > Nick > >
You can try those in portage: https://packages.gentoo.org/package/app-emulation/xen https://packages.gentoo.org/package/app-emulation/xen-tools Currently you have 4.3 branch (which was removed from portage a week ago or so), try 4.2, 4.4 or 4.5, you'll see what you get. If you want to emerge a specific version: emerge =app-emulation/xen-4.2.5-r7 =app-emulation/xen-tools-4.2.5-r3 Don't mix xen and xen-tools branches (4.2 with 4.3) - always keep both the same branch. The revisions don't have to match (like the above r7 for xen and r3 for xen-tools), but the branches yes.