Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 131847 - "ncp" missing from NET_FS_LIST in /sbin/functions.sh
Summary: "ncp" missing from NET_FS_LIST in /sbin/functions.sh
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-30 17:26 UTC by David Gorst
Modified: 2006-05-02 21:26 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 David Gorst 2006-04-30 17:26:28 UTC
If "ncp" is not specified in addition to "ncpfs" Gentoo will attempt to mount Netware shares before the network is up.

Line should be :

NET_FS_LIST="afs cifs coda davfs fuse gfs ncpfs ncp nfs nfs4 ocfs2 shfs smbfs"
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-04-30 17:55:17 UTC
Don't restrict bugs without any reason, please. The checkboxes are not there for fun.
Comment 2 SpanKY gentoo-dev 2006-04-30 20:16:36 UTC
where do you get ncp ?  what's the difference between `mount -t ncp` and `mount -t ncpfs` ?
Comment 3 David Gorst 2006-04-30 21:31:58 UTC
ncpfs is the latest version from portage (version 2.2.6).

I can't find any functional difference between "mount -t ncp" and "mount -t ncpfs" in the current version of ncpfs - I've done a bit of digging and it looks like there was an error pre-version 2.2.5 - see point 7 "http://www.novell.com/coolsolutions/trench/16445.html" and "ftp://platan.vc.cvut.cz/pub/linux/ncpfs/Changes-2.2.5", hence most of the setup examples I've seen use the former. There is also a warning to use "ncp" in older versions of the ncpmount man page  (see "http://linuxcommand.org/man_pages/ncpmount8.html" under /etc/fstab). 

So probably using ncpfs in /etc/fstab now works and we don't need to make any changes - I'll give it a crack and let you know. Might still be handy to add ncp in though to save anyone else going through the same rigmarole.
Comment 4 David Gorst 2006-04-30 21:52:22 UTC
Just tried rebooting with "ncpfs" in /etc/fstab - it looks to be working OK.

Thanks,
Dave.
Comment 5 SpanKY gentoo-dev 2006-05-02 21:26:51 UTC
so i guess "ncp" is just support for old systems ... people should be using ncpfs