Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17823 - In ncpfs ebuild, symlink for ncpmount to mount.ncpfs is missing
Summary: In ncpfs ebuild, symlink for ncpmount to mount.ncpfs is missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
: 5998 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-19 09:59 UTC by Jon Metzger
Modified: 2003-03-23 14:23 UTC (History)
1 user (show)

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 Jon Metzger 2003-03-19 09:59:36 UTC
In troubleshooting why I couldn't mount an ncpfs filesystem from /etc/fstab, it
appears that a symlink pointing mount.ncpfs at ncpmount is missing.  Manually
creating the symlink allowed me to mount my ncpfs filesystems via mount -a.

Looks to me like this was a simple oversight.  Something similar to this section
of the Samba ebuild should be added for ncpfs:

dosym /usr/bin/smbmount /sbin/mount.smbfs


Reproducible: Always
Steps to Reproduce:
1. emerge ncpfs
2. Set up /etc/fstab to mount an ncpfs filesystem
3. mount -a

Actual Results:  
mount -a produces this result:
mount: Channel number out of range

Expected Results:  
Should have mounted my ncpfs filesystem.

As pointed out, a simple symlink fixes the problem.  This problem is minor but
potentially frustrating.  I'd guess most people use ncpmount to mount their
Netware servers, but I could be wrong.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-03-23 14:19:29 UTC
fixed with -r2
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-03-23 14:23:29 UTC
*** Bug 5998 has been marked as a duplicate of this bug. ***