Re: [CentOS] [centos-6.3-desktop] Unable to login

2013-04-24 Thread Mayur Patil
Thanks to especially Mark Sir.

After *yum -y update* system is now enjoying GUI !!

One thing to mention is that my system processing also increases
considerably !!

Thanks again to All !!

-- 
*Cheers,
Mayur*.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [centos-6.3-desktop] Unable to login

2013-04-23 Thread Cliff Pratt
You should not have removed the i686 packages. The packaging system ensures
that there are no conflicts. I suggest that you reinstall them. It may be
that there is no need of them, but second-guessing the packaging system is
never a good idea, unless you know *exactly* what you are doing.

Cheers,

Cliff


On Tue, Apr 23, 2013 at 1:26 AM, Mayur Patil wrote:

> Hello,
>
>  I have trapped in weird problem. My Setup is CentOS 6.3 Desktop edition
> x86_64 arch.
>
>  My login screen is blinking so frequently that I am unable to see and
> login into it.
>
>  And also I am unable to reinstall the OS because it will take very long
> time re-setup everything as per my configuration as well as Data.
>
>  The problem is as follows:
>
>  I have several months ago libgcc-4.4.6.i686.
>
>  Today for installing rsyslog, I updated the package libgcc-4.4.7.i686 and
> libgcc-4.4.7.x86_64. Then thinking
>
>  about chances of conflict, I removed libgcc-4.4.7.i686  it has also
> removed the
>
>  cups-libs
>  gmp
>  gnutils
>  gtk2
>  libstdc++
>  libtiff
>  peazip
>
>  all are i686 type. Then I installed same packages for 64 bit through yum
> install 
>
>  Message also said successfully installed. Then I try to open another
> terminal window but it was suddenly closing
>
>  so I thought restart might solve this problem; so I restart the computer.
>
>  I am getting normal CentOS login backgroud but getting faster blinking
> screen.
>
>  How should I solve this problem (except formatting the CentOS) as CentOS
> is the only OS on that machine.
>
>  1. How to login into CentOS now??
>
>  2. Which package should I need to install and how ??
>
>  Kindly do the needful,
>
>  Thank you !!
>
> *--
> Cheers,
> Mayur. *
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [centos-6.3-desktop] Unable to login

2013-04-23 Thread Tilman Schmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 23.04.2013 16:49, schrieb Mayur Patil:
> Hello,
> 
> I have done following steps:
[...]
> I have google for this but not find confirm solution.
> 
> Am I missing something; please help ??
> 
> Seeking for guidance,

It is virtually impossible to deduce from your description what's
wrong with your machine. You should find someone in your vicinity who
knows
Linux and can have a direct look.

HTH
T.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlF2/rAACgkQ780oymN0g8NhzACfahGgKlEH2kjrB20toC+ALm+t
ynEAnioqWOCRTsTX7SZX81ofp1gaahjv
=Wlar
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [centos-6.3-desktop] Unable to login

2013-04-23 Thread Mayur Patil
Hello,

  I have done following steps:

   Press Ctrl+Alt+F2

   By root login, I entered following command :

yum groupinstall basic-desktop desktop-platform x11 fonts

   Then I reboot system; only blank screen appears ; not even cursor.

   Then I tried this :

   yum groupinstall -y ' X Windows System'

   yum groupinstall -y ' Desktop '

   Then I open */etc/inittab* via text editor and change following line:

id:3:initdefault:

To:

id:5:initdefault:

Then give command to start the GUI:

$ init 5
but screen stop responding after giving message " Starting jexec
services ".

   After that I reboot system, Then I run.

   $ startx

   It has loaded some packages but failed to load and stop there.

   Then I tried this gnome-session, gnome-panel and gnome-applets.

   It has said everything is installed.

   After this, I tried this:

   yum -y groupinstall "X Window System" "Desktop" "Fonts" "General Purpose
Desktop"

   upto 83 MB installation Then I reboot and entered startx

it has given following error and stopped

   Loading extension GLX
   FATAL: Module fbcon not found.
   [dix] Could not init font path element catalogue:/etc/X11/fontpath.d,
removing from list!
   [dix] Could not init font path element built-ins, removing from list!

   Fatal server error: could not open default font 'fixed'
   (EE) Please consult the CentOS support  at
http://wiki.centos.org/Documentation  for help.
   (EE) Please also check the log file at "/var/log/Xorg.0.log" for
additional information.
   (EE) Server terminated with error (1). Closing log file.
   [89.274] (EE)
   [89.274] (II) AIGLX: Suspending AIGLX clients for VT switch

   Now as the last measure, I have run the

  yum -y update

   today itself. 243 MB, will get complete tomorrow (as per I hope).

   I have google for this but not find confirm solution.

   Am I missing something; please help ??

  Seeking for guidance,

  Thank you !!!

-- 
*Cheers,
Mayur*.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [centos-6.3-desktop] Unable to login

2013-04-22 Thread Mayur Patil
Hello,

  My X windows system is not working

  So, Mark sir has recommended following steps that what I understand:

1 Press ctrl+alt+f2

2. Then run these commands

 yum groupinstall basic-desktop desktop-platform

>> install installs video drivers; if you add a desktop install, it will
>> install its best guess at drivers - they're already there. Unless
you've
>> got multiple monitors, in which case you may well have trouble, then
the
>> gui should just work.

 3. After that  I should perform

   yum -y update

4. Then I should run command for snorts.

 If anyone finds any lacunae please guide

Thanks !!

*-- *
*Cheers,
Mayur*.

>> You should have command line login using 

> >> >>
>> >> >   Problem is Appearance of login window. System boots normally; now I
>> >> > will try out your said command.
>> >>
>> >> gnome or kde?
>> >> 
>> >
>> >   Gnome.
>> >
>> >>  >> In any case, you  need to do yum -y update and update your whole
>> >>  >> system to current.
>> >> >>
>> >> >  Problem is I have installed Eucalyptus cloud,Snort IDS and now
>> >> rSyslog; so I am in fear that update
>> >>
>> > It shouldn't. And why did you install rsyslog? That's the default system
>> >> log package in 6.x.
>> >>
>> >
>> >I think sir you are talking abt CentOS 6.4 becoz in centos 6.3 there
>> is
>> > upto 5.8.10.
>>
>> You. Do. Not. Understand. What. I. Am. Saying. You need to stop and THINK
>> while you're reading. rsyslog is the default syslog in ALL VERSIONS of
>> CentOS 6.
>> >
>>
>
>  Yes Sir got it.Now I understand no need to reinstall rsyslog just use
> default one.
>   How foolish I am !!
>
>  >> >> If you're still having gui problems, you *might* have a driver
>> issue.
>> >> >> What video do you have?
>> >> > 
>> >> >   I have not installed any video drivers before this. I tried to
>> >> install
>> >> > one but it does not work. So I leave it as
>>
>
>
>> >> You really, REALLY need to do some reading about *Nix systems. The base
>> >> install installs video drivers; if you add a desktop install, it will
>> >> install its best guess at drivers - they're already there. Unless
>> you've
>> >> got multiple monitors, in which case you may well have trouble, then
>> the
>> >> gui should just work.
>> >> >
>> >> >   everything was working fine before breakage of libgcc.686  package
>> >> > dependencies (as I remember)
>> >> 
>> >> >   I am in SSH with this machine from long time. I am asking if I am
>> >> > unable to get GUI then I should try to install files
>>
>> >> Wait - how are you trying to log in, from the console, or remotely?
>> >> 
>> >
>> >   I will first try out your instructions ; if that works. No remote no
>> > console.
>> >
>> >   If not, then I will try to login from Putty - windows client. And sir,
>> >
>> >   would you please more focus on *nix systems?? any link??
>> >
>> >   And could you briefly address me what is actual mess around here??
>> >
>> I don't think I'll respond again. I feel as though you do *NOT* understand
>> linux (or any other version of Unix, usually referred to as *Nix). Go read
>> the FAQ from the centos website. Go read wikipedia.
>>
>> I'm tired of making suggestions, and you don't have a clue as to what I'm
>> asking or suggesting.
>>
>> I'm at work, for which I am a senior person, and get paid for that. I feel
>> like I'm wasting time trying to help you.
>>
>> Try googling for answers, before you post, or if you don't understand some
>> of the suggestions.
>>
>>   mark
>>
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [centos-6.3-desktop] Unable to login

2013-04-22 Thread Mayur Patil
Hello Mark Sir,

   Sorry if you feel bad due to my foolishness and inadequate knowledge.

   My actual problem is that my setup is at college and due to internet
connectivity

   problems as well as college hours are over, I am responding from home.

   So as per your instructions I will again go thoroughly through your
replies.

   And I hope that I won't try to disturb you.

   Sorry for my foolishness,

   Thanks for your help !!

  One more thing as per I think I have lost only file which responsible
> >>> for GUI of the centos.
> >> You should have command line login using 
> >> >>
> >> >   Problem is Appearance of login window. System boots normally; now I
> >> > will try out your said command.
> >>
> >> gnome or kde?
> >> 
> >
> >   Gnome.
> >
> >>  >> In any case, you  need to do yum -y update and update your whole
> >>  >> system to current.
> >> >>
> >> >  Problem is I have installed Eucalyptus cloud,Snort IDS and now
> >> rSyslog; so I am in fear that update
> >>
> > It shouldn't. And why did you install rsyslog? That's the default system
> >> log package in 6.x.
> >>
> >
> >I think sir you are talking abt CentOS 6.4 becoz in centos 6.3 there
> is
> > upto 5.8.10.
>
> You. Do. Not. Understand. What. I. Am. Saying. You need to stop and THINK
> while you're reading. rsyslog is the default syslog in ALL VERSIONS of
> CentOS 6.
> >
>

 Yes Sir got it.Now I understand no need to reinstall rsyslog just use
default one.
  How foolish I am !!

 >> >> If you're still having gui problems, you *might* have a driver issue.
> >> >> What video do you have?
> >> > 
> >> >   I have not installed any video drivers before this. I tried to
> >> install
> >> > one but it does not work. So I leave it as
>


> >> You really, REALLY need to do some reading about *Nix systems. The base
> >> install installs video drivers; if you add a desktop install, it will
> >> install its best guess at drivers - they're already there. Unless you've
> >> got multiple monitors, in which case you may well have trouble, then the
> >> gui should just work.
> >> >
> >> >   everything was working fine before breakage of libgcc.686  package
> >> > dependencies (as I remember)
> >> 
> >> >   I am in SSH with this machine from long time. I am asking if I am
> >> > unable to get GUI then I should try to install files
>
> >> Wait - how are you trying to log in, from the console, or remotely?
> >> 
> >
> >   I will first try out your instructions ; if that works. No remote no
> > console.
> >
> >   If not, then I will try to login from Putty - windows client. And sir,
> >
> >   would you please more focus on *nix systems?? any link??
> >
> >   And could you briefly address me what is actual mess around here??
> >
> I don't think I'll respond again. I feel as though you do *NOT* understand
> linux (or any other version of Unix, usually referred to as *Nix). Go read
> the FAQ from the centos website. Go read wikipedia.
>
> I'm tired of making suggestions, and you don't have a clue as to what I'm
> asking or suggesting.
>
> I'm at work, for which I am a senior person, and get paid for that. I feel
> like I'm wasting time trying to help you.
>
> Try googling for answers, before you post, or if you don't understand some
> of the suggestions.
>
>   mark
>
-- 
*Cheers,
Mayur*.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [centos-6.3-desktop] Unable to login

2013-04-22 Thread m . roth
Mayur Patil wrote:
 One more thing as per I think I have lost only file which responsible
>>> for GUI of the centos.
>> You should have command line login using 
>> >>
>> >   Problem is Appearance of login window. System boots normally; now I
>> > will try out your said command.
>>
>> gnome or kde?
>> 
>
>   Gnome.
>
>>  >> In any case, you  need to do yum -y update and update your whole
>>  >> system to current.
>> >>
>> >  Problem is I have installed Eucalyptus cloud,Snort IDS and now
>> rSyslog; so I am in fear that update
>>
> It shouldn't. And why did you install rsyslog? That's the default system
>> log package in 6.x.
>>
>
>I think sir you are talking abt CentOS 6.4 becoz in centos 6.3 there is
> upto 5.8.10.

You. Do. Not. Understand. What. I. Am. Saying. You need to stop and THINK
while you're reading. rsyslog is the default syslog in ALL VERSIONS of
CentOS 6.
>

>> >> If you're still having gui problems, you *might* have a driver issue.
>> >> What video do you have?
>> >
>> > 
>> >>
>> >   I have not installed any video drivers before this. I tried to
>> install
>> > one but it does not work. So I leave it as
>>
>> You really, REALLY need to do some reading about *Nix systems. The base
>> install installs video drivers; if you add a desktop install, it will
>> install its best guess at drivers - they're already there. Unless you've
>> got multiple monitors, in which case you may well have trouble, then the
>> gui should just work.
>> >
>> >   everything was working fine before breakage of libgcc.686  package
>> > dependencies (as I remember)
>> 
>> >   I am in SSH with this machine from long time. I am asking if I am
>> > unable to get GUI then I should try to install files

>> Wait - how are you trying to log in, from the console, or remotely?
>> 
>
>   I will first try out your instructions ; if that works. No remote no
> console.
>
>   If not, then I will try to login from Putty - windows client. And sir,
>
>   would you please more focus on *nix systems?? any link??
>
>   And could you briefly address me what is actual mess around here??
>
I don't think I'll respond again. I feel as though you do *NOT* understand
linux (or any other version of Unix, usually referred to as *Nix). Go read
the FAQ from the centos website. Go read wikipedia.

I'm tired of making suggestions, and you don't have a clue as to what I'm
asking or suggesting.

I'm at work, for which I am a senior person, and get paid for that. I feel
like I'm wasting time trying to help you.

Try googling for answers, before you post, or if you don't understand some
of the suggestions.

  mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [centos-6.3-desktop] Unable to login

2013-04-22 Thread Mayur Patil
Hello Sir, sorry for late reply.

>>> One more thing as per I think I have lost only file which responsible
>
>> for GUI of the centos.
> >> > If anyone has Idea which files I need to get Login and other explorer
> >> screen back in action
> >>
> >> There is no "explorer" - that's a Windows thing. You should have command
> >> line login using 
> >>
> >
> >   Problem is Appearance of login window. System boots normally; now I
> will
> > try out your said command.
>
> gnome or kde?
> 
>

  Gnome.


>  >> In any case, you  need to do
> >> yum -y update and update your whole system to current.
> >>
> >  Problem is I have installed Eucalyptus cloud,Snort IDS and now rSyslog;
> > so I am in fear that update
>
It shouldn't. And why did you install rsyslog? That's the default system
> log package in 6.x.
>

   I think sir you are talking abt CentOS 6.4 becoz in centos 6.3 there is
upto 5.8.10.

Did you install that from something else?
>
I am installing from source version 7.2.6 because of which this all
mess.

You'll probably have to run whatever snort command once you do a yum
> update, or I expect you'll get a lot of false warnings.
> 
>

  I will try for it.


> >> If you're still having gui problems, you *might* have a driver issue.
> >> What
> >> video do you have?
> >
> > 
> >>
> >   I have not installed any video drivers before this. I tried to install
> > one but it does not work. So I leave it as
>
> You really, REALLY need to do some reading about *Nix systems. The base
> install installs video drivers; if you add a desktop install, it will
> install its best guess at drivers - they're already there. Unless you've
> got multiple monitors, in which case you may well have trouble, then the
> gui should just work.
> >
> >   everything was working fine before breakage of libgcc.686  package
> > dependencies (as I remember)
> 
> >   I am in SSH with this machine from long time. I am asking if I am
> unable
> > to get GUI then I should try to install files
> Wait - how are you trying to log in, from the console, or remotely?
> 
>

  I will first try out your instructions ; if that works. No remote no
console.

  If not, then I will try to login from Putty - windows client. And sir,

  would you please more focus on *nix systems?? any link??

  And could you briefly address me what is actual mess around here??

  Waiting for reply,

  Thanks !!


> mark
>

*--*
*Cheers,
Mayur*.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [centos-6.3-desktop] Unable to login

2013-04-22 Thread m . roth
Mayur Patil wrote:
>
>> > One more thing as per I think I have lost only file which responsible
>> for GUI of the centos.
>> > If anyone has Idea which files I need to get Login and other explorer
>> screen back in action
>>
>> There is no "explorer" - that's a Windows thing. You should have command
>> line login using 
>>
>
>   Problem is Appearance of login window. System boots normally; now I will
> try out your said command.

gnome or kde?

>
>> In any case, you  need to do
>> yum -y update and update your whole system to current.
>>
>
>  Problem is I have installed Eucalyptus cloud,Snort IDS and now rSyslog;
> so I am in fear that update

It shouldn't. And why did you install rsyslog? That's the default system
log package in 6.x. Did you install that from something else?

You'll probably have to run whatever snort command once you do a yum
update, or I expect you'll get a lot of false warnings.

>> If you're still having gui problems, you *might* have a driver issue.
>> What
>> video do you have?
>
> 
>>
>   I have not installed any video drivers before this. I tried to install
> one but it does not work. So I leave it as

You really, REALLY need to do some reading about *Nix systems. The base
install installs video drivers; if you add a desktop install, it will
install its best guess at drivers - they're already there. Unless you've
got multiple monitors, in which case you may well have trouble, then the
gui should just work.
>
>   everything was working fine before breakage of libgcc.686  package
> dependencies (as I remember)

>   I am in SSH with this machine from long time. I am asking if I am unable
> to get GUI then I should try to install files

Wait - how are you trying to log in, from the console, or remotely?

  mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [centos-6.3-desktop] Unable to login

2013-04-22 Thread Mayur Patil
Hello Sir,


> > One more thing as per I think I have lost only file which responsible for
> > GUI of the centos.
> > If anyone has Idea which files I need to get Login and other explorer
> screen back in action
>
> There is no "explorer" - that's a Windows thing. You should have command
> line login using 
>

  Problem is Appearance of login window. System boots normally; now I will
try out your said command.

I skimmed your other email - a) did you install for 64 bit?


   Yes.

b) did I see that you tried picking and choosing from what release?


   Release 6.3


> In any case, you  need to do
> yum -y update and update your whole system to current.
>

   Problem is I have installed Eucalyptus cloud,Snort IDS and now rSyslog ;
so I am in fear that update

   should not break anything wrt this components so that weird things I
will face in future.

   BTW, system is working fine before this incident.


> If you're still having gui problems, you *might* have a driver issue. What
> video do you have?


>

  I have not installed any video drivers before this. I tried to install
one but it does not work. So I leave it as

  everything was working fine before breakage of libgcc.686  package
dependencies (as I remember)


> > And I also want to ask that is it possible to install that files from
> > Putty; I have windows on other PC
>
There are no putty files to install on Linux. Putty will bring you in as
> though you had ssh'd from another *Nix machine.
> 


  I am in SSH with this machine from long time. I am asking if I am unable
to get GUI then I should try to install files

  from PUTTY terminal or browse files with WinSCP.

 What is your opinion sir??

 Waiting for guidance,

 Thanks!!


> mark
>
-- 
*Cheers,
Mayur*.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [centos-6.3-desktop] Unable to login

2013-04-22 Thread m . roth
Mayur Patil wrote:
> Hello,
>
> One more thing as per I think I have lost only file which responsible for
> GUI of the centos.
>
> If anyone has Idea which files I need to get Login and other explorer
> screen back in action

There is no "explorer" - that's a Windows thing. You should have command
line login using 

I skimmed your other email - a) did you install for 64 bit? b) did I see
that you tried picking and choosing from what release? In any case, you
need to do
yum -y update
and update your whole system to current.

If you're still having gui problems, you *might* have a driver issue. What
video do you have?

> And I also want to ask that is it possible to install that files from
> Putty; I have windows on other PC

There are no putty files to install on Linux. Putty will bring you in as
though you had ssh'd from another *Nix machine.

 mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [centos-6.3-desktop] Unable to login

2013-04-22 Thread Mayur Patil
Hello,

One more thing as per I think I have lost only file which responsible for
GUI of the centos.

If anyone has Idea which files I need to get Login and other explorer
screen back in action

that will be a great help to me.

And I also want to ask that is it possible to install that files from
Putty; I have windows on other PC

so that from terminal there I can install on centos machine??

Waiting for your reply,

Thanks !!
-- 
*Cheers,
Mayur*.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos