Bug 10919 - ipx_configure fails socket() call: "socket: invalid argument"
Summary: ipx_configure fails socket() call: "socket: invalid argument"
Keywords:
Status: CLOSED DUPLICATE of bug 10375
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: modutils
Version: 6.2
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-04-19 15:16 UTC by Richard Elkins
Modified: 2014-03-17 02:13 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-04-19 15:19:20 UTC
Embargoed:


Attachments (Terms of Use)

Description Richard Elkins 2000-04-19 15:16:53 UTC
We never tried Netware under 6.1.
and recently upgraded to 6.2.

Our goal:  Connect to an existing Netware printer as a client.

We manually loaded ncpfs.o with `insmod`
and tried to run ipx_configure.  The following message appeared:

   /sbin/ipx_configure: socket: Invalid argument

I created a small program with the same socket() call:

   s = socket(AF_IPX, SOCK_DGRAM, AF_IPX);

and got the same result from socket().

I upgraded the ncpfs RPM package but it was no help.

It seems like the AF_IPX family is missing from the Redhat 6.2 distribution
or the HOW-TOs are missing a step.

Please asist ASAP.

Comment 1 Bill Nottingham 2000-04-19 15:19:59 UTC
Grab the latest modutils from rawhide; it has the proper
alias for the ipx module.

Alternatively, run 'modprobe ipx' before trying to use
IPX software.

*** This bug has been marked as a duplicate of 10375 ***


Note You need to log in before you can comment on or make changes to this bug.