I used yum remove/install for Kernel.
On Monday, November 23, 2015, Jonathan Billings wrote:
> On Nov 22, 2015, at 6:34 AM, Siva Prasad Nath > wrote:
> > I copy from other server. Grub is confusing.
>
> This is why you should have done as others had suggested. It
> automatically sets up grub w
On Nov 22, 2015, at 9:07 PM, Siva Prasad Nath
wrote:
> I was trying for grub. But it does not show me anything. Hence confused.
> One of the guy posted that after deleting kernel and reinstalling solve the
> issue. I tried to follow that method.
> The grub does not show the folder which shows in
I was trying for grub. But it does not show me anything. Hence confused.
One of the guy posted that after deleting kernel and reinstalling solve the
issue. I tried to follow that method.
The grub does not show the folder which shows in the sample.
Grub prompt me about xps system.
When I am installi
On Nov 22, 2015, at 6:34 AM, Siva Prasad Nath
wrote:
> I copy from other server. Grub is confusing.
This is why you should have done as others had suggested. It automatically
sets up grub with the new kernels.
> I need another help. I want to
> go for virtual concept. So that I can minimise d
I copy from other server. Grub is confusing. I need another help. I want to
go for virtual concept. So that I can minimise down time.
On Sunday, November 22, 2015, Mauricio Tavares wrote:
> On Sat, Nov 21, 2015 at 9:31 PM, Siva Prasad Nath
> > wrote:
> > I am from application back ground. I neve
On Sat, Nov 21, 2015 at 9:31 PM, Siva Prasad Nath
wrote:
> I am from application back ground. I never worked on Linux. I follow some
> steps which posted on internet.
> I update Kernel from centos rescue cd option. But boot did not update.Is it
> a bug in Centos?
>
How did you update the ker
I am from application back ground. I never worked on Linux. I follow some
steps which posted on internet.
I update Kernel from centos rescue cd option. But boot did not update.Is it
a bug in Centos?
On Sunday, November 22, 2015, zep > wrote:
>
>
> On 11/21/2015 12:57 PM, Marcelo Roccasalva wrote:
On 11/21/2015 12:57 PM, Marcelo Roccasalva wrote:
> Boot from DVD/USB. Select rescue installed (on centos7 or vmlinuz
> rescue on older), select configure network and mount installed, then
> "chroot /mnt/sysimage" and yum install kernel... This should do...
>
> On Sat, Nov 21, 2015 at 2:05 PM, Si
Boot from DVD/USB. Select rescue installed (on centos7 or vmlinuz
rescue on older), select configure network and mount installed, then
"chroot /mnt/sysimage" and yum install kernel... This should do...
On Sat, Nov 21, 2015 at 2:05 PM, Siva Prasad Nath
wrote:
> My boot folder has only rescue vm. H
On 21 November 2015 at 12:05, Siva Prasad Nath
wrote:
> My boot folder has only rescue vm. How to get actual vm?
>
>
>
> Shiva Prasad Nath
> 92981134
>
> On Sun, Nov 22, 2015 at 12:43 AM, Eero Volotinen
> wrote:
>
> > Using rescue mode or some other rescuecd..
> >
> > Eero
> > 21.11.2015 6.41 ip
My boot folder has only rescue vm. How to get actual vm?
Shiva Prasad Nath
92981134
On Sun, Nov 22, 2015 at 12:43 AM, Eero Volotinen
wrote:
> Using rescue mode or some other rescuecd..
>
> Eero
> 21.11.2015 6.41 ip. "Siva Prasad Nath"
> kirjoitti:
>
> > Hi,
> > From yesterday my server was d
Using rescue mode or some other rescuecd..
Eero
21.11.2015 6.41 ip. "Siva Prasad Nath"
kirjoitti:
> Hi,
> From yesterday my server was down.
> It was showing only rescue menu. I copy grub.cfg to grub.cfg.old. Replace
> grub.cfg from another server.
> Now I cannot start server. How to revert back
Hi,
>From yesterday my server was down.
It was showing only rescue menu. I copy grub.cfg to grub.cfg.old. Replace
grub.cfg from another server.
Now I cannot start server. How to revert back grub.cfg and how to put vm in
the boot folder?
Thanks in advance.
Shiva
___
On 8/3/12, John R Pierce wrote:
> if you had any database servers like postgresql or mysql, and their data
> files were in the default locations under /var, your databases are
> undoubtably corrupted, unless you stopped the DB server(s) before doing
> this copy.
I think the fortunate thing is tha
On 8/3/12, Lamar Owen wrote:
> On Friday, August 03, 2012 06:24:46 AM Emmanuel Noobadmin wrote:
>> In a moment of epic stupidity, having ran out of space on the root
>> partition of a server due to /var chewing up the space, I added a
>> separate drive for the purpose of mounting it as /var
> ...
On 8/3/12, Karanbir Singh wrote:
> On 08/03/2012 11:52 AM, Emmanuel Noobadmin wrote:
>> I'll probably have to slowly hunt down the relevant selinux context
>> one by one when nobody's screaming about the server being down.
>
> Would restorecon not help get this bootrapped ? and then with selinux i
On Friday, August 03, 2012 12:03:01 PM Karanbir Singh wrote:
> Hi,
>
> On 08/03/2012 04:25 PM, Lamar Owen wrote:
> > rpm -qa | while read line; do echo $line && rpm --setugids $line; done
> > should handle ownerships. Then, reenable selinux in permissive mode, and
> > set it to relabel on the ne
Hi,
On 08/03/2012 04:25 PM, Lamar Owen wrote:
> rpm -qa | while read line; do echo $line && rpm --setugids $line; done
> should handle ownerships. Then, reenable selinux in permissive mode, and set
> it to relabel on the next boot.
maybe add --setperms as well
--
Karanbir Singh
+44-207-09993
On 08/03/12 3:24 AM, Emmanuel Noobadmin wrote:
> In a moment of epic stupidity, having ran out of space on the root
> partition of a server due to /var chewing up the space, I added a
> separate drive for the purpose of mounting it as /var
>
> To do so, I mounted the new drive as /var2, cp -R (in h
On Friday, August 03, 2012 06:24:46 AM Emmanuel Noobadmin wrote:
> In a moment of epic stupidity, having ran out of space on the root
> partition of a server due to /var chewing up the space, I added a
> separate drive for the purpose of mounting it as /var
...
This sort of things pops up from tim
On 08/03/2012 11:52 AM, Emmanuel Noobadmin wrote:
> I'll probably have to slowly hunt down the relevant selinux context
> one by one when nobody's screaming about the server being down.
Would restorecon not help get this bootrapped ? and then with selinux in
permissive mode, watch the audit log li
Hello Emmanuel,
On Fri, 2012-08-03 at 18:52 +0800, Emmanuel Noobadmin wrote:
> Turning off selinux allowed me get the system running.
> However, after running fixfiles to restore the context for /var, I
> still cannot boot to init 5, with the choke point now NFS statd.
If you copied a live /var o
On 8/3/12, Darod Zyree wrote:
>
> Did you rewrite the selinux policy on /var or have you tried disabling
> selinux if you haven't do so already?
Thank you so much!
Turning off selinux allowed me get the system running.
However, after running fixfiles to restore the context for /var, I
still cann
2012/8/3 Emmanuel Noobadmin :
> In a moment of epic stupidity, having ran out of space on the root
> partition of a server due to /var chewing up the space, I added a
> separate drive for the purpose of mounting it as /var
>
> To do so, I mounted the new drive as /var2, cp -R (in hindsight should
>
In a moment of epic stupidity, having ran out of space on the root
partition of a server due to /var chewing up the space, I added a
separate drive for the purpose of mounting it as /var
To do so, I mounted the new drive as /var2, cp -R (in hindsight should
had rsync to preserve attributes), delet
On Sat, Jun 14, 2008 at 6:53 AM, Paul <[EMAIL PROTECTED]> wrote:
> On Sat, 2008-06-14 at 21:02 +1000, D Steward wrote:
>> Hi, others have by now addressed your issue, so I'll now have my say.
>>
>> Please in future, use a better title than the one you have chosen - it
>> will help others who are se
On Sat, 2008-06-14 at 21:02 +1000, D Steward wrote:
> Hi, others have by now addressed your issue, so I'll now have my say.
>
> Please in future, use a better title than the one you have chosen - it
> will help others who are searching for a solution to problems similar to
> what you were having.
D Steward wrote:
Hi, others have by now addressed your issue, so I'll now have my say.
Please in future, use a better title than the one you have chosen - it
will help others who are searching for a solution to problems similar to
what you were having.
You are lucky this mailing list is so laid
Hi, others have by now addressed your issue, so I'll now have my say.
Please in future, use a better title than the one you have chosen - it
will help others who are searching for a solution to problems similar to
what you were having.
You are lucky this mailing list is so laidback and forgiving
rajeev sharma wrote:
Hi All,
I am Rajeev. I have download centOS 5.1 i386 files for installing Linux. I tried my ways but my DVD is not getting recognised while booting. I have windows XP SP2 32-bit. Let me know the files that need to be burned for installing centOS 5.1 i386.
Queries :
1.
On Thursday June 12 2008, rajeev sharma wrote:
So what's the urgency?
Sounds like your system hasn't ever been up so it isn't down.
The archives for all the major distributions (RedHat, Fedora. CentOS, Ubuntu)
have addressed your questions many times. Not to mention that these
distributions wi
Is your DVD-drive a SATA-model?
_
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of
rajeev sharma
Sent: Thursday, June 12, 2008 8:14 AM
To: centos@centos.org
Subject: [CentOS] Urgent Help Required!!!
Hi All,
I am Rajeev. I have download centOS 5.1 i386 files
Hi rajeev
> http://mirror.averse.net/centos/5.1/isos/i386/ Please tell me which files I
> need to burn?
Since you use dvd, this is the ONE you need.
http://mirror.averse.net/centos/5.1/isos/i386/CentOS-5.1-i386-bin-DVD.iso
burn this ISO and set the boot squence of BIOS to dvd
Then , boot it.
rajeev sharma wrote:
Hi All,
I am Rajeev. I have download centOS 5.1 i386 files for
installing Linux. I tried my ways but my DVD is not getting recognised
while booting. I have windows XP SP2 32-bit. Let me know the files that
need to
rajeev sharma wrote:
Hi All,
I am Rajeev. I have download centOS 5.1 i386 files for installing
Linux. I tried my ways but my DVD is not getting recognised while
booting. I have windows XP SP2 32-bit. Let me know the files that need
to be burned for installing centOS 5.1 i386.
Qu
Set in your BIOS, option: Boot "CDROM" to run first
On Thu, Jun 12, 2008 at 3:14 AM, rajeev sharma <[EMAIL PROTECTED]>
wrote:
>
>
> Hi All,
>
>
>
> I am Rajeev. I have download centOS 5.1 i386 files for installing Linux. I
> tried my ways but my DVD is not getting recognised while booting. I have
Hi All,
I am Rajeev. I have download centOS 5.1 i386 files for installing Linux. I
tried my ways but my DVD is not getting recognised while booting. I have
windows XP SP2 32-bit. Let me know the files that need to be burned for
installing centOS 5.1 i386.
Queries :
1. Whether I need to bu
37 matches
Mail list logo