how can i install win sp-xp2 inside of rhel5

computer says partition can not take for format or install?

now trying for rhel5 in sp2

On 1/31/09, linuxusersgroup group <[email protected]> wrote:
>
> Linux Users Group
> http://groups.google.com/group/linuxusersgroup?hl=en
>
> [email protected]
>
> Today's topics:
>
> * Telnet Issue (Was Re: Linux Chroot problem) - 2 messages, 2 authors
>  http://groups.google.com/group/linuxusersgroup/t/7d92d1f48601d802?hl=en
> * Mouse not detected after new kernel - 1 messages, 1 author
>  http://groups.google.com/group/linuxusersgroup/t/9535907c6af4ee65?hl=en
>
> ==============================================================================
> TOPIC: Telnet Issue (Was Re: Linux Chroot problem)
> http://groups.google.com/group/linuxusersgroup/t/7d92d1f48601d802?hl=en
> ==============================================================================
>
> == 1 of 2 ==
> Date: Thurs, Jan 29 2009 6:27 pm
> From: hard wyrd
>
>
> If you set chkconfig, it doesnt start the service itself. You sure you
> started the service?
>
> Check the firewall on both OSes also.
>
> On Wed, Jan 28, 2009 at 4:10 PM, hari k <[email protected]> wrote:
>
>>>> On Tue, Jan 27, 2009 at 12:23 AM, hari k <[email protected]> wrote:
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Hi All
>>>>>
>>>>> I have installed RHEL 5 virtual machine on windows 2003 ,when I m
>>>>> trying
>>>>> to make telnet form windows 2003 to Linux it is giving could not open
>>>>> connetion to the host 23:connetion fialed errot
>>>>>
>>>>> I have checked xinetd services and made chkconfig On
>>>>>
>>>>>
>>>>>
>>>>> What to do next kindly guide ?
>>>>>
>>>>>
>>>>>
>>>>> Regards
>>>>>
>>>>>
>>>>>
>>>>> HARI
>>>>
>
>
> --
> Part-time SysAd, full-time Dad, part-time netNinja
> CNS, ACFE, FOSS Advocate and Consultant
> Registered Linux User #400165
> http://baudizm.blogsome.com
> http://linuxblazon.wordpress.com
> http://3x-comic.blogspot.com  (NEW!)
>
>
>
>
> == 2 of 2 ==
> Date: Fri, Jan 30 2009 11:21 pm
> From: hari k
>
>
> Dear All
> I have done all the thigs as advised ,but still telnet not working ,so i m
> using Putty to connect with SSH and it is happeing .
>
>
> thanks to all for kind support ,still further advise are welcome
>
>
> thanks and Regards
>
> HARI
>
> On Fri, Jan 30, 2009 at 7:57 AM, hard wyrd <[email protected]> wrote:
>
>>
>> If you set chkconfig, it doesnt start the service itself. You sure you
>> started the service?
>>
>> Check the firewall on both OSes also.
>>
>> On Wed, Jan 28, 2009 at 4:10 PM, hari k <[email protected]> wrote:
>>
>> >>> On Tue, Jan 27, 2009 at 12:23 AM, hari k <[email protected]> wrote:
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>>
>> >>>> Hi All
>> >>>>
>> >>>> I have installed RHEL 5 virtual machine on windows 2003 ,when I m
>> trying
>> >>>> to make telnet form windows 2003 to Linux it is giving could not open
>> >>>> connetion to the host 23:connetion fialed errot
>> >>>>
>> >>>> I have checked xinetd services and made chkconfig On
>> >>>>
>> >>>>
>> >>>>
>> >>>> What to do next kindly guide ?
>> >>>>
>> >>>>
>> >>>>
>> >>>> Regards
>> >>>>
>> >>>>
>> >>>>
>> >>>> HARI
>> >>>
>>
>>
>> --
>> Part-time SysAd, full-time Dad, part-time netNinja
>> CNS, ACFE, FOSS Advocate and Consultant
>> Registered Linux User #400165
>> http://baudizm.blogsome.com
>> http://linuxblazon.wordpress.com
>> http://3x-comic.blogspot.com  (NEW!)
>>
>> >
>>
>
>
>
>
>
> ==============================================================================
> TOPIC: Mouse not detected after new kernel
> http://groups.google.com/group/linuxusersgroup/t/9535907c6af4ee65?hl=en
> ==============================================================================
>
> == 1 of 1 ==
> Date: Fri, Jan 30 2009 8:53 am
> From: thiagob
>
>
> there isn't any mouse in my xorg.conf, but the mouse is working. I'm
> running cat /dev/input/mice | tail -f and wiggling the mouse.
>
> On Jan 29, 6:26 pm, Daniel Eggleston <[email protected]> wrote:
>> Well, if it's a ps mouse, I think the default is /dev/psaux.
>>
>> You need to check your X configuration and see what mouse devices are
>> selected, and try those.
>>
>> Presumably you're running cat /dev/input/mice and then wiggling the mouse?
>>
>>
>>
>> On Thu, Jan 29, 2009 at 9:19 AM, thiagob <[email protected]> wrote:
>>
>> > The module psmouse is not installed in the 2.6.16 kernel. Was it
>> > because I selected the "ps2 mouse driver" to be compiled within the
>> > kernel?
>>
>> > I couldn't find the device with mouse events in the Ubuntu 2.6.27, in /
>> > dev/input there're files "mice", "mouse0" and "mouse1", but none of
>> > them change anything when I move or click the mouse. How can I
>> > discover the device linked to the mouse, so?
>>
>> > On Jan 28, 8:27 am, Daniel Eggleston <[email protected]> wrote:
>> > > run kernel 2.6.27, and check which device is linked to your mouse;
>> > > also
>> > run
>> > > lsmod to see what's loaded.
>>
>> > > On Tue, Jan 27, 2009 at 9:30 AM, Thiago Bemerguy
>> > > <[email protected]>wrote:
>>
>> > > >  I was using Ubuntu 8.10 with kernel 2.6.27 and I installed the
>> > > > kernel
>> > > > 2.6.16 with MIPL patch to use MIPv6. But when I boot using the
>> > > > 2.6.16
>> > > > kernel
>> > > > the mouse is not detected. Maybe it could be a problem in the
>> > configuration
>> > > > before compiling the kernel, but I marked the device drivers for
>> > > > PS/2
>> > > > mouse.
>> > > > There's a /dev/input/mice file, but it doesn't change anything when
>> > > > I
>> > move
>> > > > or click the mouse. Do you have any idea how to solve this problem?
>>
>> > > > Thiago
>>
>> > > > __________ Information from ESET NOD32 Antivirus, version of virus
>> > > > signature
>> > > > database 3802 (20090126) __________
>>
>> > > > The message was checked by ESET NOD32 Antivirus.
>>
>> > > >http://www.eset.com
>>
>> > > --
>>
>> > >           Daniel
>>
>> --
>>
>>           Daniel
>
>
>
> ==============================================================================
>
> You received this message because you are subscribed to the Google Groups
> "Linux Users Group"
> group.
>
> To post to this group, send email to [email protected] or
> visit
> http://groups.google.com/group/linuxusersgroup?hl=en
>
> To unsubscribe from this group, send email to
> [email protected]
>
> To change the way you get mail from this group, visit:
> http://groups.google.com/group/linuxusersgroup/subscribe?hl=en
>
> To report abuse, send email explaining the problem to [email protected]
>
> ==============================================================================
> Google Groups: http://groups.google.com/?hl=en
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup
-~----------~----~----~----~------~----~------~--~---

Reply via email to