Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11140 - lufs 0.8 installation issues
Summary: lufs 0.8 installation issues
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-23 17:14 UTC by Bjoern Brauel (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bjoern Brauel (RETIRED) gentoo-dev 2002-11-23 17:14:59 UTC
When emerging lufs-0.8.0 lufsd is not installed (only a link pointing from
/usr/bin/lufsd to /sbin/mount.lufs and this file does not exist). 
It would also be nice to prepare a group for suid access to /usr/bin/lufsmnt so
that allowed users can mount using lufsmount.
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2002-11-23 21:10:34 UTC
for the symlnk problem, you'll need to replace:

   dosym /sbin/mount.lufs /usr/bin/lufsd

to:

   dodir /sbin
   dosym /usr/bin/lufsd /sbin/mount.lufs


Comment 2 Bjoern Brauel (RETIRED) gentoo-dev 2002-11-25 11:39:32 UTC
solved with 0.8-r1