Unix Technical Forum

RedHat 9 setup related questions.

This is a discussion on RedHat 9 setup related questions. within the Linux Operating System forums, part of the Unix Operating Systems category; --> I have 2 questions in RH9 after installation, pls help. Thanks a lot 1) Regarding Remote Desktop (VNC). I ...


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-17-2008, 09:06 PM
lokman
 
Posts: n/a
Default RedHat 9 setup related questions.

I have 2 questions in RH9 after installation, pls help. Thanks a lot

1) Regarding Remote Desktop (VNC). I would like to connect to my
server thru vnc client from my xp machine. I found out that it can be
done when some user already login. Is it possible to connect before
any user login ? I have only 1 monitor and I don't want to unplug/plug
between these 2 PCs, as well as the keyboard and mouse.


2) Out of curiosity, I want to install kopete-0.8.4 since it sound
great to have on small application for ICQ, Yahoo and MSN. So I got
the tgz source file and try to do configure and make. But during the
configure stage, it is complaining some libraries not exist and I know
that I need to install XFreee86-devel. The question/problem is that
when I try to install this RPM, it is asking for XFree86-lib RPM, so I
install XFree86-lib RPM. When I install XFree86-lib RPM, it is asking
for XFree86-lib-data RPM. The time when I install XFree86-lib-data
RPM, it is asking for XFree86-lib-data RPM ??? I have tried to install
thru the add remove package nice GUI, but it doesn't work. Any hint
for me in this ? (I regret I didn't choose X development and KDE
development packages during the time I install RH9. Is it possible to
install them "without so much pain ?)

Many thanks !
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-17-2008, 09:06 PM
Lenard
 
Posts: n/a
Default Re: RedHat 9 setup related questions.

On Sun, 18 Jul 2004 06:30:22 -0700, lokman wrote:

> Is it possible to install them "without so much pain ?



Install apt/synaptic or yum and use them to install the RPM packages and
required dependencies; http://www.fedoralegacy.org/ just follow the
'Documentation' link for the directions.


--
Hi! I'm a .sig virus! Please copy me to your .sig! so I can spread
This E-mail is safe, no Microsoft products where used in creating me!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-17-2008, 09:06 PM
lokman
 
Posts: n/a
Default Re: RedHat 9 setup related questions.

Thanks for the help. I went to the URL and found out that apt and yum
are very similar actually. Are there any reasons behind and which one
does people usually pick ?

Thanks a lot


Lenard <lenard@127.0.0.1> wrote in message news:<pan.2004.07.18.13.56.02.592344@127.0.0.1>...
> On Sun, 18 Jul 2004 06:30:22 -0700, lokman wrote:
>
> > Is it possible to install them "without so much pain ?

>
>
> Install apt/synaptic or yum and use them to install the RPM packages and
> required dependencies; http://www.fedoralegacy.org/ just follow the
> 'Documentation' link for the directions.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-17-2008, 09:06 PM
Lenard
 
Posts: n/a
Default Re: RedHat 9 setup related questions.

On Sun, 18 Jul 2004 18:22:30 -0700, lokman wrote:

> Thanks for the help. I went to the URL and found out that apt and yum are
> very similar actually. Are there any reasons behind and which one does
> people usually pick ?


Some like using the GUI interface to apt that's called synaptic.


--
Hi! I'm a .sig virus! Please copy me to your .sig! so I can spread
This E-mail is safe, no Microsoft products where used in creating me!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-17-2008, 09:07 PM
dold@RedHatX9Xs.usenet.us.com
 
Posts: n/a
Default Re: RedHat 9 setup related questions.

lokman <ojisama@gmail.com> wrote:
> I have 2 questions in RH9 after installation, pls help. Thanks a lot


> 1) Regarding Remote Desktop (VNC). I would like to connect to my
> server thru vnc client from my xp machine. I found out that it can be
> done when some user already login. Is it possible to connect before
> any user login ? I have only 1 monitor and I don't want to unplug/plug
> between these 2 PCs, as well as the keyboard and mouse.


I don't have a keyboard attached to my RedHat9 system.
I use cygwin and XFree86 to make connections to it.

I also automatically start vncservers for different users.
I would connect to myipaddress:17 to log in as myself, :19 for root.
# vi /etc/sysconfig/vncservers
# VNCSERVERS="1:myusername"
VNCSERVERS="17:dold 19:root"

# vi ~/.vnc/xstartup
startkde &

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-17-2008, 09:07 PM
lokman
 
Posts: n/a
Default Re: RedHat 9 setup related questions.

Thank you very much for eveyone's help. I found an article from Google
which is really helpful. I have setup my VNC server now and it is
fantistic !

http://www.prosig.com/protor/kbase/vnc-install.html




dold@RedHatX9Xs.usenet.us.com wrote in message news:<cdgv88$5n1$3@blue.rahul.net>...
> lokman <ojisama@gmail.com> wrote:
> > I have 2 questions in RH9 after installation, pls help. Thanks a lot

>
> > 1) Regarding Remote Desktop (VNC). I would like to connect to my
> > server thru vnc client from my xp machine. I found out that it can be
> > done when some user already login. Is it possible to connect before
> > any user login ? I have only 1 monitor and I don't want to unplug/plug
> > between these 2 PCs, as well as the keyboard and mouse.

>
> I don't have a keyboard attached to my RedHat9 system.
> I use cygwin and XFree86 to make connections to it.
>
> I also automatically start vncservers for different users.
> I would connect to myipaddress:17 to log in as myself, :19 for root.
> # vi /etc/sysconfig/vncservers
> # VNCSERVERS="1:myusername"
> VNCSERVERS="17:dold 19:root"
>
> # vi ~/.vnc/xstartup
> startkde &

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-17-2008, 09:07 PM
dold@RedHatX9Xs.usenet.us.com
 
Posts: n/a
Default Re: RedHat 9 setup related questions.

lokman <ojisama@gmail.com> wrote:
> Thank you very much for eveyone's help. I found an article from Google
> which is really helpful. I have setup my VNC server now and it is
> fantistic !


> http://www.prosig.com/protor/kbase/vnc-install.html


That is old information with regards both VNC and xdmcp.
The instructions are overly complex for VNc, and missing some steps for X.

RedHat 9 is more prepared for VNC, and more cautious about X.

---
Clarence A Dold - Hidden Valley (Lake County) CA USA 38.8-122.5

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:52 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com