LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-25-2010, 08:17 AM   #1
whatch
LQ Newbie
 
Registered: Dec 2007
Posts: 12

Rep: Reputation: 0
Novell Client for Linux


We have a lab at our school that has DevonIT thin clients. We want to connect to Ubuntu via xdmcp or freenx from these clients, and we want users to be able to connect to our Novell file server from these clients. I can't find instructions on how to install the client, which I found at KDE-Apps.org. It is a tar.gz file. I'm not new to Linux, but rarely install apps from source. Could someone walk me through it, keeping in mind I do not use the command line much? Thanks.

http://kde-apps.org/content/show.php?content=43179
 
Old 06-25-2010, 12:50 PM   #2
ShadowCat8
Member
 
Registered: Nov 2004
Location: San Bernardino, CA
Distribution: Gentoo, Arch, (RedHat4.x-9.x, FedoraCore 1.x-4.x, Debian Potato-Sarge, LFS 6.0, etc.)
Posts: 261

Rep: Reputation: 52
Well,

First, do you have 'ncpfs' available on your Ubuntu system?

From the link you gave:
Quote:
Originally Posted by http://kde-apps.org/
"You need ncpfs installed in your PC"
Now, if you are using thin clients booting from an Ubuntu server, then the server would need to have ncpfs available. I just checked one of our Ubuntu server configs at the office and while it didn't show the ncpfs filesystem available in /proc/filesystems, checking /boot/config-2.6.32-22-server has the following:
Code:
CONFIG_NCP_FS=m
CONFIG_NCPFS_PACKET_SIGNING=y
CONFIG_NCPFS_IOCTL_LOCKING=y
CONFIG_NCPFS_STRONG=y
CONFIG_NCPFS_NFS_NS=y
CONFIG_NCPFS_OS2_NS=y
So, doing a 'modprobe ncpfs' now gets the following entry in /proc/filesystems:
Code:
nodev   ncpfs
Then, of course, with the package on that site, you just need to do the following:
Code:
 $ tar xvzf 43179-nwcl.tar.gz
install/
install/system/
install/system/Novell.desktop
install/install.sh
install/buttons_tips.pdf
install/moduly/
install/moduly/Novell.zip
 $ sudo ./install/install.sh
HTH. Let us know.

Last edited by ShadowCat8; 06-25-2010 at 12:51 PM. Reason: Forgot the sudo in Ubuntu. (I'm normally a Gentoo user.)
 
Old 06-25-2010, 05:15 PM   #3
whatch
LQ Newbie
 
Registered: Dec 2007
Posts: 12

Original Poster
Rep: Reputation: 0
Thanks for the great response. I will try your suggestions asap. I tried to get this going on a test box that runs Mint8. I installed ncpfs via synaptic, and I installed Kommander via synaptic. That seemed to go fine. It was installing the tar.gz file that I didn't do correctly; like I said, not good with command line. I'll follow your instructions and see what happens, then get back to you. Thanks again!
 
Old 06-26-2010, 10:31 AM   #4
whatch
LQ Newbie
 
Registered: Dec 2007
Posts: 12

Original Poster
Rep: Reputation: 0
I downloaded the tar.gz file, saved it to my home directory, followed the instructions to install that you gave ShadowCat8, and this is what the terminal window says. I don't know what to make of this, or how to proceed.


======================================
Novell Client for Linux were installed
======================================

./install/install.sh: 28: Syntax error: word unexpected (expecting ")")
 
Old 07-01-2010, 06:16 PM   #5
ShadowCat8
Member
 
Registered: Nov 2004
Location: San Bernardino, CA
Distribution: Gentoo, Arch, (RedHat4.x-9.x, FedoraCore 1.x-4.x, Debian Potato-Sarge, LFS 6.0, etc.)
Posts: 261

Rep: Reputation: 52
LOL...

Okay, well, then the package is installed.

For everyone's edification, the error your system was complaining about was a part of the code in that install script:
Code:
23. echo
24. echo ======================================
25. echo Novell Client for Linux were installed
26. echo ======================================
27. echo
28. echo (c) REMONT Software
29. echo Bc. Rene Baran
30. echo E-mail: <snip>
31. echo WEB: <snip>
32. echo ICQ: <snip>
33. echo Skype: <snip>
34. echo
35. echo ----------------------------------
36. echo
As you can see, I added line numbers and clipped the author's contact information. If you need help from the author, just do a:
Code:
~ $ less ./install/install.sh
and scroll to the bottom of the script to get his contact info. (I won't leave someone's contact info on a site that is regularly scanned by search engine bots... At least not without permission. )

The system was complaining about the copyright 'symbol'.

Have you given it a try yet? Can you see the Novell shares?

HTH. Let us know.
 
Old 07-02-2010, 09:27 AM   #6
whatch
LQ Newbie
 
Registered: Dec 2007
Posts: 12

Original Poster
Rep: Reputation: 0
Inside ofthe filesystem's home folder is: /programy/novell

It does appear to have installed. Now I have to figure out how to configure it to connect to the Novell fileserver, and make it easily accessible to users who log onto the Ubuntu server via thin clients. Thanks for the help and any continued advice.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
novell client for opensuse 10.2 and Novell Linux Desktop 9 bcbotha SUSE / openSUSE 1 07-17-2009 03:50 PM
Novell Linux Desktop 10 beta 8 and novell client problem mklim Linux - Software 0 04-18-2006 03:31 PM
Novell client in linux???? JrLz Linux - Networking 8 05-27-2004 02:41 PM
Novell Client on Yopper. (Server running Novell 5 SP6) C++freak Linux - Networking 0 06-03-2003 02:22 PM
Novell client for Linux aqoliveira Linux - Networking 1 03-20-2002 08:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration