Bug 48976 - [modules] nwfs.ko oddity
Summary: [modules] nwfs.ko oddity
Status: Closed Feedback Timeout
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 4.7-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-06 13:30 UTC by Kirill Ponomarew
Modified: 2018-02-02 22:00 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Ponomarew 2003-03-06 13:30:05 UTC
nwfs.ko module loads ncp.ko even if "options NCP" is activated in kernel.

msi$ kldstat 
Id Refs Address    Size     Name
 1    2 0xc0100000 2424c0   kernel
 2    1 0xc3321000 14000    linux.ko

$ grep NCP /sys/i386/conf/MSINW 
options         NCP

msi$ mount_nwfs /sme_dus_svr:samba/vol1 /serv/smb/nw-vol1/
mount_nwfs: vfsload(nwfs): Exec format error
msi$ mount_nwfs /sme_dus_svr:samba/vol1 /serv/smb/nw-vol1/
Warning: no cfg files found.
Netware password:

msi$ df -h
Filesystem                Size   Used  Avail Capacity  Mounted on
/dev/twed0s1a             252M    74M   158M    32%    /
/dev/twed1s1e             226G   641M   208G     0%    /serv
/dev/twed0s1e             2.0G   1.0G   795M    57%    /usr
/dev/twed0s1g              78G   1.3G    70G     2%    /usr/local
/dev/twed0s1f              32G    29M    29G     0%    /var
procfs                    4.0K   4.0K     0B   100%    /proc
/SME_DUS_SVR:SAMBA/VOL1   3.0G   2.3G   688M    77%    /serv/smb/nw-vol1

msi$ kldstat 
Id Refs Address    Size     Name
 1    4 0xc0100000 2424c0   kernel
 2    1 0xc3321000 14000    linux.ko
 4    2 0xc338d000 a000     ncp.ko
 5    1 0xc3382000 a000     nwfs.ko

Fix: 

not known
How-To-Repeat:         compile kernel only with "options NCP" support, without "options NWFS"
	and try mount_nwfs
Comment 1 Gavin Atkinson freebsd_committer freebsd_triage 2009-04-16 12:45:55 UTC
State Changed
From-To: open->feedback

To submitter: do you know if this was ever fixed, or if it may still 
be an issue? 


Comment 2 Gavin Atkinson freebsd_committer freebsd_triage 2009-04-16 12:45:55 UTC
Responsible Changed
From-To: freebsd-bugs->gavin

Track
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 07:58:53 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 4 Eugene Grosbein freebsd_committer freebsd_triage 2018-02-02 22:00:44 UTC
Feedback timeout.