Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 47453 - missing programs in evms-2.2.2
Summary: missing programs in evms-2.2.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-10 12:52 UTC by Antonio
Modified: 2004-06-14 23:39 UTC (History)
1 user (show)

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


Attachments
evms scripts correct (evms2-init,353 bytes, text/plain)
2004-04-10 13:25 UTC, Antonio
Details
ebuild correct (evms-2.2.2.ebuild,1.96 KB, text/plain)
2004-04-10 13:51 UTC, Antonio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio 2004-04-10 12:52:50 UTC
I have degub install evms-2.2.2 and in the directory test (/var/tmp/portage/work/evms-2.2.2/test/....) there are some programs and utility.
When install ebuild this program do not install. For me this is a bug.
The program evms_deactivate, evms_clean, seq_dd is best utility.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Antonio 2004-04-10 12:58:01 UTC
I have add this feature in /etc/init.d/checkfs:

...........
..............
........
        # EVMS2 summport for /usr, /var ....
        #
        if [ -z "${CDBOOT}" -a -f /sbin/evms_activate ]
        then
                ebegin "Activating EVMS2"
                evms_activate >/dev/null      <--------------- !!!!
                retval=$?
                eend ${retval}
        fi
..........
...............
.........

This correct the visual error on console when boot system. (example when evms is installed with heartbeat and not correct configure)

This patch is also for /etc/init.d/evms

Sorry for my bad english.
Comment 2 Antonio 2004-04-10 13:25:54 UTC
Created attachment 29044 [details]
evms scripts correct

This is /etc/init.d/evms script correct
Comment 3 Antonio 2004-04-10 13:51:17 UTC
Created attachment 29046 [details]
ebuild correct

This is my ebuild correct
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-13 13:24:00 UTC
can youu please try 2.3.4 and tell me if you're still having problems.
Comment 5 Jeremy Huddleston (RETIRED) gentoo-dev 2004-06-14 23:39:12 UTC
marking fixed.  2.3.4 should fix these problems.