LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Netware Client for Mandrakelinux (https://www.linuxquestions.org/questions/linux-newbie-8/netware-client-for-mandrakelinux-261009/)

Sloppyunderfoot 11-30-2004 02:05 PM

Netware Client for Mandrakelinux
 
I have been looking for a few days now for a Netware Client that will work with Mandrakelinux. I've downloaded a number of clients but they don't work or will not install.

Any help is much appreciated. Thanks

jax8 11-30-2004 04:46 PM

Have you tried

ncpfs


Go to http://rpm.pbone.net/

click on advanced search and only check Mandrake 10.x

Then select "New look for FTP search" at the bottom of the screen.

In the search box put

ncpfs*.rpm

Then click search.

Download ncpfs-2.2.4-2mdk.i586.rpm

and install it just like you would any rpm file

Sloppyunderfoot 11-30-2004 06:20 PM

NCPFS
 
I was able to locate ncpfs. Downloaded then ./configure and then make install install-dev
From there I don't have a clue. Everything seemed to run ok. From that point I thought that I could run nwclient and something would happen. Sure was wrong there. Any suggestions are requested and mucho appreciated. Thanks

Tinkster 11-30-2004 06:32 PM

How did you run nwclient?

If nothing ELSE happened you would at least
see an error message (if you ran it from a terminal,
that is, rather than double-clicking it ;}) ... it's NOT
a GUI tool, you know ...


Cheers,
Tink

jax8 12-01-2004 01:42 AM

Using an rpm you will not need to run ./conficure or make or make install.

run this command in the directory where you downloaded ncpfs-2.2.4-2mdk.i586.rpm

rpm -Uvh ncpfs-2.2.4-2mdk.i586.rpm

This will install it.

If you dont know how to run it type

rpm -ql ncpfs-2.2.4-2

this should display all files associated wiht ncpfs look for something in the /bin or /sbin etc. and run that command

Sloppyunderfoot 12-01-2004 05:52 PM

NCPFS
 
Tinkster and Jax8:
Thanks very much for your responses. I did attempt to run nwclient from a konsole - no errors but no activity.
No output is good output??

The file that I downloaded was ncpfs-2.2.5.tar.gz This is why I configured it.

When I run nwclient in the konsole this is what appears: usage: nwclient MY_ADDR SERVER_ADDR
Could this be right and I need to add arguments?

Perhaps I should download ncpfs-2.2.4.rpm from pbone. I'm game.

Your suggestions are much appreciated.

Sloppyunderfoot 12-01-2004 06:15 PM

NCPS - Continued
 
Jax8 - This is the output I received based on your instructions. Hope this helps.
Thanks

rpm -Uvh ncpfs-2.2.4-2mdk.i586.rpm
warning: ncpfs-2.2.4-2mdk.i586.rpm: V3 DSA signature: NOKEY, key ID 26752624
Preparing... ########################################### [100%]
package ncpfs-2.2.4-2mdk is already installed
[root@ptd-68-175-236-225 ncpfs]# rpm -ql ncpfs-2.2.4-2
package ncpfs-2.2.4-2 is not installed
:confused:

Tinkster 12-01-2004 07:57 PM

Re: NCPFS
 
Quote:

Originally posted by Sloppyunderfoot
Tinkster and Jax8:
Thanks very much for your responses. I did attempt to run nwclient from a konsole - no errors but no activity.
No output is good output??

The file that I downloaded was ncpfs-2.2.5.tar.gz This is why I configured it.

When I run nwclient in the konsole this is what appears: usage: nwclient MY_ADDR SERVER_ADDR
Could this be right and I need to add arguments?

Perhaps I should download ncpfs-2.2.4.rpm from pbone. I'm game.

Your suggestions are much appreciated.

No output in this scenario is a bit odd ...

You should get a failure message of sorts,
something like command not found :) since there
IS no such command in the ncputils-suite.

Try an ncpmount, man ncpmount for details.


Cheers,
Tink

jax8 12-02-2004 06:29 PM

Re: NCPS - Continued
 
Quote:

Originally posted by Sloppyunderfoot
Jax8 - This is the output I received based on your instructions. Hope this helps.
Thanks

rpm -Uvh ncpfs-2.2.4-2mdk.i586.rpm
warning: ncpfs-2.2.4-2mdk.i586.rpm: V3 DSA signature: NOKEY, key ID 26752624
Preparing... ########################################### [100%]
package ncpfs-2.2.4-2mdk is already installed
[root@ptd-68-175-236-225 ncpfs]# rpm -ql ncpfs-2.2.4-2
package ncpfs-2.2.4-2 is not installed
:confused:


Ok so it was already installed.

Lets do a force install with the command

rpm -Uvh --force ncpfs-2.2.4-2mdk.i586.rpm

then type

rpm -qa | grep ncpfs

Then with the output of that command find out what ncpfs installed as and then do the

rpm -ql TheNameOfTheNcpfs


You can also run

rpm -qa | more

This will allow you to scroll down the list of packages that are installed on you system.


All times are GMT -5. The time now is 10:52 AM.