LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
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 02-09-2005, 12:03 AM   #1
againstms
Member
 
Registered: Nov 2004
Location: Pretoria South Africa
Distribution: Fedora Core 2
Posts: 74

Rep: Reputation: 15
Help desperately needed...


Good morning all,

Okay, I have to get this workign this week still so please any help out there will be appreciated!

I have a very of RD server with a customized kernel, whihc is why the version is so old it is RH 7.3. This is running a veru complexed MIS applaiction/database.
What I am trying to do is get a Centos 3.3 box to connect to it and display a login screen to that server so that I can run the application that way.

What I have been told so far is to edit the /etc/inittab file and do the following:
old:
# Run xdm in runlevel 5
# xdm is now a separate service
x:5:respawn:/etc/X11/prefdm -nodaemon

new:
# Run xdm in runlevel 5
# xdm is now a separate service
x:5:respawn:/usr/X11R6/bin/X -once -query 192.168.XXX.XXX

After a reboot the server will display the Login screen of the server.

Well if I do this, it comes up with a blank screen displaying the X.
I have checked on both machines the xfs service is runnign and with my "HUGE" knowldege on Linux everything seems to be in place.

The funny thing is that when I used Fedora, it worked first itme? Does it mean there might be some files that are the saem between fedora and rh 7.3 which has changed with Centos 3.3 or that Centos 3.3. is nto compatible or able to display apps/screens/graphics from a RH7.3 with customized kernel?
 
Old 02-09-2005, 03:38 AM   #2
againstms
Member
 
Registered: Nov 2004
Location: Pretoria South Africa
Distribution: Fedora Core 2
Posts: 74

Original Poster
Rep: Reputation: 15
Okay, now I am gettign a different error that might help the experts direct me in the right direction to fix this problem:

When I go to the screen it shows at the bottom the following:

(==)Using config file:"/etc/X11/XF86Config"
XDM:too many retransmissions

any ideas?????
 
Old 02-10-2005, 03:56 PM   #3
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
One thing to consider is to start the application on the Centos box using SSH instead of running another X-windows session on the server. This way, you could have a more recent KDE or GNOME session running on the Centos box while running a lightweight window manager on the server.

The x-windows traffic will be to display the application rather than an entire session.

Also, this method may be more secure.
 
Old 02-10-2005, 11:52 PM   #4
againstms
Member
 
Registered: Nov 2004
Location: Pretoria South Africa
Distribution: Fedora Core 2
Posts: 74

Original Poster
Rep: Reputation: 15
Your response makes perfect sense but I just have one major question for you.......how do you do this so that when the user logs in it automatically stars the app and give them no choice of doing anything else on this box except loggin into this app??? Sorry if it is a stupid question but it is my first time....
 
Old 02-14-2005, 11:44 PM   #5
mahalakshmi
LQ Newbie
 
Registered: Feb 2005
Posts: 2

Rep: Reputation: 0
Xwindow display error

Quote:
Originally posted by againstms
Okay, now I am gettign a different error that might help the experts direct me in the right direction to fix this problem:

When I go to the screen it shows at the bottom the following:

(==)Using config file:"/etc/X11/XF86Config"
XDM:too many retransmissions

any ideas?????
 
Old 02-15-2005, 12:36 AM   #6
RHELL
Member
 
Registered: Feb 2004
Location: Outermost mingetty
Distribution: RHEL3,RH4U4,Sol9, Sol10
Posts: 321

Rep: Reputation: 31
>>Well if I do this, it comes up with a blank screen displaying the X.
..Sounds like a working instance of the default window manager.
In some situations this is a blissful sight.

Were you unable to open a terminal there?
 
Old 02-21-2005, 03:25 AM   #7
againstms
Member
 
Registered: Nov 2004
Location: Pretoria South Africa
Distribution: Fedora Core 2
Posts: 74

Original Poster
Rep: Reputation: 15
I can get to a terminal but not from the GUI......by typing Ctrl Alt F1
Is there anybody out there that can tell me why this is not workign for me???
 
Old 02-21-2005, 10:55 PM   #8
RHELL
Member
 
Registered: Feb 2004
Location: Outermost mingetty
Distribution: RHEL3,RH4U4,Sol9, Sol10
Posts: 321

Rep: Reputation: 31
OK, switch to runlevel 3, and try running 'redhat-config-xfree86'.
 
Old 02-21-2005, 11:30 PM   #9
againstms
Member
 
Registered: Nov 2004
Location: Pretoria South Africa
Distribution: Fedora Core 2
Posts: 74

Original Poster
Rep: Reputation: 15
I've done that before but it still didn't solve the problem, if I do run 'redhat-config-xfree86' what am I suppose to change or edit?
 
Old 02-22-2005, 11:08 PM   #10
mahalakshmi
LQ Newbie
 
Registered: Feb 2005
Posts: 2

Rep: Reputation: 0
To comment the X query lines anything may be mentioned in /etc/rc.d/rc.local file. Then reboot the system.
 
Old 02-24-2005, 11:59 PM   #11
againstms
Member
 
Registered: Nov 2004
Location: Pretoria South Africa
Distribution: Fedora Core 2
Posts: 74

Original Poster
Rep: Reputation: 15
Okay, this is drivign me batty now!!!!!!
There is nothign in the rc.local file.....

All I want to do is get a Centos box as a workstation running an app from a RH 7.3 , with special kernel thus the reason for old version.....nothign else...
Please please someone help?????
 
Old 02-25-2005, 12:39 AM   #12
againstms
Member
 
Registered: Nov 2004
Location: Pretoria South Africa
Distribution: Fedora Core 2
Posts: 74

Original Poster
Rep: Reputation: 15
OK....
the inittab file has this configuration now:

#Run xdm in runlevel 5
#xdm is now a seperate service
x:5:respawn:/usr/X11R6/bin/X -once -query 192.168.0.200

Once the system is rebooted it comes up with this error:
INIT: Id "x" respawning too fast: disabled for 5 minutes


ANY IDEAS MASTER???
 
Old 02-25-2005, 12:25 PM   #13
RHELL
Member
 
Registered: Feb 2004
Location: Outermost mingetty
Distribution: RHEL3,RH4U4,Sol9, Sol10
Posts: 321

Rep: Reputation: 31
http://www.unixguide.net/linux/faq/09.24.shtml

Is the xserver local or remote?
 
Old 02-27-2005, 11:09 PM   #14
againstms
Member
 
Registered: Nov 2004
Location: Pretoria South Africa
Distribution: Fedora Core 2
Posts: 74

Original Poster
Rep: Reputation: 15
Okay, had a look at the article and you had my hopes p there when I saw the title...
Anyway, the server is local to the network, if that is what you mean?
Maybe this will give you a better picture:
I have an MIS server on IP 192.168.0.200 and have this client work station that I need to run an application from the MIS server i.e. a dum terminal with minimum installed. This box wil be used in the production area to capture time.
Now the engineers who put the MIS server together said all I need to do is add the line in the inittab file of the workstation and it should work, now they in Germany and I am in Sout Africa, a bit difficcult getting them out here for somethign this small.

The "x" in my error does nto have a number it says X........I don't kwno which way to go anymore???
 
Old 02-28-2005, 12:45 AM   #15
RHELL
Member
 
Registered: Feb 2004
Location: Outermost mingetty
Distribution: RHEL3,RH4U4,Sol9, Sol10
Posts: 321

Rep: Reputation: 31
By 'local' I meant host not network, should have been more specific. I am asking relative to firewalls, the client and server are on remote hosts and there may be one or more firewalls between them. ergo: Could a firewall be preventing the client from reaching the server.

I've caused this error by mistake several times in class, but can't recall what I did to cause it. Will try to replicate here.
 
  


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
I need help desperately! kleggett Linux - Newbie 14 04-29-2003 05:56 PM
I'm now screwed. Format/partioning advice needed desperately swampbilly Linux - Newbie 7 02-07-2003 01:24 PM
Need help... desperately. kinginjinn Linux - Hardware 3 11-29-2002 11:39 PM
Desperately in need of assistance!!! Please?!?!?!?! amcnally Linux - General 2 08-18-2001 11:14 PM
Desperately need drivers! Please help!! Marci Sarwan Linux - Newbie 0 01-18-2001 01:05 AM

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

All times are GMT -5. The time now is 10:55 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