First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 104704
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Netmon Herd <netmon@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Frittella Laurento <mrfree@infinito.it>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
prelude-manager-0.9.0.ebuild.patch patch against prelude-manager-0.9.0.ebuild to fix incorrect rundir patch Peter Fern 2005-11-07 05:24 0000 662 bytes Details | Diff
prelude-manager-0.9.1.ebuild ebuild to fix /var/run and /var/spool problems text/plain Luca Merolla 2005-12-02 06:06 0000 1.38 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 104704 depends on: Show dependency tree
Bug 104704 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-03 05:36 0000
I'm using app-admin/prelude-manager-0.9.0_rc8 when I try to start it with
# prelude-manager
- Subscribing db[default] to active reporting plugins.
- Subscribing TextMod[default] to active reporting plugins.
manager-auth.c:manager_auth_init:546: could not open
/var/lib/run/prelude-manager for reading/writing.

I need to run:
# mkdir /var/run/prelude-manager
# ln -s /var/run/ /var/lib/run

I can't find any option in config file or commandline parameters to set /var/run
instead of /var/lib/run. If it's so probably we need a little
gentoo-prelude.patch to adjust this path ;)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From rob holland (RETIRED) 2005-09-21 04:35:12 0000 -------
Me and Yoann are investigating the best fix for this.

------- Comment #2 From rob holland (RETIRED) 2005-10-25 06:45:00 0000 -------
best to change:

econf ${myconf}
to:
econf ${myconf} --localstatedir=/var

------- Comment #3 From Peter Fern 2005-11-07 05:24:19 0000 -------
Created an attachment (id=72363) [edit]
patch against prelude-manager-0.9.0.ebuild to fix incorrect rundir

Apply the attached patch to fix the problem... ebuild should be updated?

------- Comment #4 From Marco Morales 2005-11-12 20:08:34 0000 -------
thanks guys, fixed

------- Comment #5 From Mark Loeser 2005-11-25 18:19:47 0000 -------
The patch is wrong.  Now its going to try and use /var/run/run.  Rob's
suggestion is the one you should go with.  The dodir is still needed, so just
change the myconf to:

myconf="${myconf} --localstatedir=/var/"

Also, you need to add a keepdir at the end so /var/run/prelude-manager doesn't
get removed.

------- Comment #6 From Luca Merolla 2005-12-02 06:06:49 0000 -------
Created an attachment (id=73942) [edit]
ebuild to fix /var/run and /var/spool problems

------- Comment #7 From Benjamin Smee (strerror) (RETIRED) 2005-12-02 08:22:15 0000 -------
in cvs. Thanks reporting

First Last Prev Next    No search results available      Search page      Enter new bug