Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 499992 - app-emulation/xen-tools-4.2.2-r5 should install xencommons init script
Summary: app-emulation/xen-tools-4.2.2-r5 should install xencommons init script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: Ian Delaney (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-02-01 16:53 UTC by Michael Williams
Modified: 2014-02-07 06:26 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for xen-tools-4.2.2-r5 (xen-tools-4.2.2-r5-xencommons-fix,1.28 KB, patch)
2014-02-01 16:53 UTC, Michael Williams
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Williams 2014-02-01 16:53:48 UTC
Created attachment 369274 [details, diff]
Patch for xen-tools-4.2.2-r5

After updating to xen-4.2.2-r5 on x86, the xenstored init script won't start due to it requiring the xencommons init script.  After commenting out the need xencommons line in the init script and loading the modules manually, it works correctly.

Attached is a patch for the xen-tools-4.2.2-r5 ebuild to add the xencommons init script to be installed.

If I am misunderstanding the correct procedure, please just let me know.
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-02-07 02:17:40 UTC
I see you found the additions in the 4.3.1.  I note that your system here is x86.

  07 Feb 2014; Ian Delaney <idella4@gentoo.org> +xen-tools-4.2.2-r6.ebuild,
  -xen-tools-4.2.2-r5.ebuild:
  revbump; add xencommons init scripts to 4.2.2, rm 4.2.2-r5, fixes Bug #499992
Comment 2 Michael Williams 2014-02-07 06:26:36 UTC
Yes, as much as I would love to have these machines be amd64, they are not.  I have been working through updating them from xen 4.0 and may be providing another patch, this time to the xen-tools source if I can see why -lrt isn't being included in LIBS properly when compiling with the qemu use flag.

Thank you for adding this, I tried to keep the comments associated from the 4.3.1 ebuild where appropriate.