LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 06-30-2005, 07:50 AM   #1
mystical_sun2000
LQ Newbie
 
Registered: Jun 2005
Location: Mumbai
Distribution: Redhat Linux Advanced Server 2.1
Posts: 7

Rep: Reputation: 0
Linux Terminal Server Project


Hi,

I am novice in linux and I am trying to work on Linux Terminal Server Project. But I am facing a difficulty. The notes I am following tells me that after installing the rpm files it will give u message

The following files will be created or modified:

But in my case it doesnt shows me any file.

Then it says edit file /etc/x11/xdm/xdm-config.1

but i dont have any such file. I have tried downloading the latest package of Core, Xcore, Kernel, Utils and fonts Please Help.

I am using Red Hat Linux Advanced Server 2.1.

Thanking you and waiting for some kind replies.


Amit
 
Old 07-01-2005, 06:19 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,354

Rep: Reputation: 553Reputation: 553Reputation: 553Reputation: 553Reputation: 553Reputation: 553
You can use the rpm command to find out what exactly you do have installed. I think that the package is called ltsp.

rpm -qi ltsp | less
will show if ltsp is installed.

rpm -ql ltsp | less
will list every file that ltsp installed

---------------------------
Steve Stites
 
Old 07-02-2005, 07:50 AM   #3
mystical_sun2000
LQ Newbie
 
Registered: Jun 2005
Location: Mumbai
Distribution: Redhat Linux Advanced Server 2.1
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks Jailbait, but does ltsp works fine, does it works with Advanced server 2.1. I have heard many people complaining it is not easy to configure ltsp.


Thanks again


MS
 
Old 07-05-2005, 09:26 AM   #4
mystical_sun2000
LQ Newbie
 
Registered: Jun 2005
Location: Mumbai
Distribution: Redhat Linux Advanced Server 2.1
Posts: 7

Original Poster
Rep: Reputation: 0
I tried using
rpm -qi ltsp | less and
rpm -ql ltsp|less

It shows me ltsp not installed. So I installed it again using
rpm - ihv ltsp_kernel-3.0.4-0.i386 ltsp_core-3.0.5-0.i386.rpm ltsp_x_core-3.0.1-1.i386.rpm(the versions of file are latest.. the command is from notes i have)

but it gives me error
file /opt/ltsp/i386/etc/version from install of ltsp_core-3.0.9 conflicts with the file from package ltsp_core-3.0.5-0

file /opt/ltsp/i386/usr/x11R6/lib/modules/linux/libint10.0 version from install of ltsp_x_core-3.0.4-0 conflicts with the file from package ltsp_x_core-3.0.1-1
 
Old 07-05-2005, 09:59 AM   #5
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,354

Rep: Reputation: 553Reputation: 553Reputation: 553Reputation: 553Reputation: 553Reputation: 553
"rpm - ihv ltsp_kernel-3.0.4-0.i386 ltsp_core-3.0.5-0.i386.rpm ltsp_x_core-3.0.1-1.i386.rpm(the versions of file are latest.. the command is from notes i have)"

Appearantly instead of ltsp being a single package called ltsp it is installed as three packages called ltsp_kernel, ltst_core, and ltsp_x_core.

"but it gives me error
file /opt/ltsp/i386/etc/version from install of ltsp_core-3.0.9 conflicts with the file from package ltsp_core-3.0.5-0

file /opt/ltsp/i386/usr/x11R6/lib/modules/linux/libint10.0 version from install of ltsp_x_core-3.0.4-0 conflicts with the file from package ltsp_x_core-3.0.1-1"

You have already installed ltsp before and you have a mixture of versions. The first thing to do is to clean out the mixture that you have installed. Use the command:
rpm --nodeps -e ltsp_kernel
to remove ltsp_kernel. Keep repeating the command until rpm tells you that ltsp_kernel is not installed. Then do the same thing for:
rpm --nodeps -e ltsp_core
and:
rpm --nodeps -e ltsp_x_core

Once you have all of the old versions cleaned out then you can install the latest version of ltsp. You should double check the version that you are trying to install. The error message said that you were trying to install ltsp_core-3.0.5-0 over top of ltsp_core-3.0.9. Are you sure that you are trying to install the latest versions of each of the three packages?

Assuming that you have the latest versions then you can install with the command in the instructions:

rpm - ihv ltsp_kernel-3.0.4-0.i386 ltsp_core-3.0.5-0.i386.rpm ltsp_x_core-3.0.1-1.i386.rpm

After you have installed ltsp you can check the installation with these commands:
rpm -qi ltsp_kernel | less
rpm -ql ltsp_kernel | less
rpm -qi ltsp_core | less
rpm -ql ltsp_core | less
rpm -qi ltsp_x_core | less
rpm -ql ltsp_x_core | less

--------------------------------
Steve Stites
 
Old 07-10-2005, 10:13 AM   #6
mystical_sun2000
LQ Newbie
 
Registered: Jun 2005
Location: Mumbai
Distribution: Redhat Linux Advanced Server 2.1
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks a lot Jailbait. I will try it and get back 2 u in case of problem.

Bye.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Terminal Server (m$ -> linux) Clemente Linux - Software 5 11-06-2005 07:15 AM
Linux Router project - serial terminal antken Linux - General 1 03-28-2005 02:53 AM
Linux Terminal Server thejuoos Linux - Software 0 07-05-2004 04:34 AM
linux server/firewall project punkandacoke Linux - Networking 3 05-22-2004 09:25 PM
Linux Terminal Server (Help me out) bally Linux - General 1 04-09-2003 01:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:13 PM.

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