Re: [CentOS] Urgent: Need to change the location of a directory tree

2017-06-01 Thread Nikolaos Milas

On 1/6/2017 9:52 μμ, Mauricio Tavares wrote:


1. Make sure both users are not logged in.
2. Create new mountpoints
3. Edit fstab to point to new mountpoints.
4. Edit /etc/passwd to refer to the new mountpoint for the two users
5. mount -a

Would that do the trick for you?


Thanks Mauricio,

Actually, the process you describe is the same as the one I described, 
with the difference that we use the same mount point for the new 
location (after unmounting the nfs mount), so we don't need to edit 
/etc/passwd.


I completed this procedure successfully.

Thanks again,
Nick
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent: Need to change the location of a directory tree

2017-06-01 Thread Mauricio Tavares
On Thu, Jun 1, 2017 at 11:31 AM, Nikolaos Milas  wrote:
> On 1/6/2017 6:06 μμ, Nikolaos Milas wrote:
>
>> ...then remove the mount from fstab and the initial mount point /scimount
>> and finally rename /scimount2 to /scimount ?
>
>
> Correction:
>
> ...then remove the mount from fstab and the initial mount point /mynfsmount
> and finally rename /mynfsmount2 to /mynfsmount ?
>
>
> Sorry for the confusion. (I changed the directory names while editing the
> mail, but I failed to change them all.)
>
> Looking forward to your advice.
>
  So,

1. Make sure both users are not logged in.
2. Create new mountpoints
3. Edit fstab to point to new mountpoints.
4. Edit /etc/passwd to refer to the new mountpoint for the two users
5. mount -a

Would that do the trick for you?

> Thanks,
>
> Nick
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent: Need to change the location of a directory tree

2017-06-01 Thread Nikolaos Milas

On 1/6/2017 6:06 μμ, Nikolaos Milas wrote:

...then remove the mount from fstab and the initial mount point 
/scimount and finally rename /scimount2 to /scimount ? 


Correction:

...then remove the mount from fstab and the initial mount point 
/mynfsmount and finally rename /mynfsmount2 to /mynfsmount ?



Sorry for the confusion. (I changed the directory names while editing 
the mail, but I failed to change them all.)


Looking forward to your advice.

Thanks,
Nick
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Urgent: Need to change the location of a directory tree

2017-06-01 Thread Nikolaos Milas

Hi,

I am running CentOS 7 (fully updated) on a VM. This has a mounted nfs 
share (via fstab) (which mounts a remote storage system) on which we 
have created the home directories of 2 users


Here are the home directories:

/mynfsmount
|
|--/user1
|--/user1

We want to move this whole branch from the mounted NFS share to the 
local disk.


What is the way to do so?

Would it be enough to create a "mirror" branch on the local disk, say:

/mynfsmount2
   |
   |--/user1
   |--/user1

(which is no more an nfsmount, despite the name), then remove the mount 
from fstab and the initial mount point /scimount and finally rename 
/scimount2 to /scimount ?


Does it sound OK? Will we need to modify any other system info so that 
the above homes work correctly at their new location?


Thanks a lot,
Nick

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


Re: [CentOS] Urgent Help

2015-11-22 Thread Jonathan Billings
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 the sample.
> Grub prompt me about xps system.
> When I am installing Kernell why it is not updating the kernell in boot?

I’m not sure what you are describing.

You should be booting from a CentOS install CD, into rescue mode, as was 
described previously:

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/ap-rescuemode.html#s1-rescuemode-boot

Once you’ve booted into the rescue mode, you should choose the option to mount 
the OS partitions and chroot into the OS, as described here:

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/rescuemode_drivers.html

… but instead of removing any packages, you should start your network with 
‘service network start’ and then ‘yum install kernel’.

Please record the output of this effort, and if you get any errors or it 
doesn’t work, be prepared to include the text in any further requests for 
support.


--
Jonathan Billings 


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


Re: [CentOS] Urgent Help

2015-11-22 Thread Jonathan Billings
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 down time.

I guess you’re going to give up on this system, then?

You’d have a lot less down time if you didn’t delete things without 
understanding what you’re deleting.

--
Jonathan Billings 


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


Re: [CentOS] Urgent Help

2015-11-22 Thread Siva Prasad Nath
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 installing Kernell why it is not updating the kernell in boot?

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 with the new kernels.
>
> > I need another help. I want to
> > go for virtual concept. So that I can minimise down time.
>
> I guess you’re going to give up on this system, then?
>
> You’d have a lot less down time if you didn’t delete things without
> understanding what you’re deleting.
>
> --
> Jonathan Billings >
>
>
> ___
> CentOS mailing list
> CentOS@centos.org 
> https://lists.centos.org/mailman/listinfo/centos
>


-- 

Shiva Prasad Nath
92981134
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent Help

2015-11-22 Thread Siva Prasad Nath
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 with the new kernels.
>
> > I need another help. I want to
> > go for virtual concept. So that I can minimise down time.
>
> I guess you’re going to give up on this system, then?
>
> You’d have a lot less down time if you didn’t delete things without
> understanding what you’re deleting.
>
> --
> Jonathan Billings >
>
>
> ___
> CentOS mailing list
> CentOS@centos.org 
> https://lists.centos.org/mailman/listinfo/centos
>


-- 

Shiva Prasad Nath
92981134
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent Help

2015-11-22 Thread Siva Prasad Nath
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 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 kernel exactly?
>
> > On Sunday, November 22, 2015, zep 
> > ');>>
> 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, 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 <
> eero.voloti...@iki.fi 
> >> >
> >> >> 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 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
> >> >>>
> >>
> >> not intending to sound like a jerk, but I suspect I still will.  given
> >> the small bits that I've gleaned from the OPs emails, and his proclivity
> >> to  somewhat randomly delete things, I'd suggest using a live cd
> >> distro to boot, make backups of all essential and useful data and then
> >> start anew with a reinstall.   And if none of that makes sense as a set
> >> of instructions, then by all means stop and get some more help rather
> >> than plowing forward and making worse things more-worse-est.
> >>
> >> --
> >> public gpg key id: 1362BA1A
> >>
> >> ___
> >> CentOS mailing list
> >> CentOS@centos.org 
> >> https://lists.centos.org/mailman/listinfo/centos
> >>
> >
> >
> > --
> >
> > Shiva Prasad Nath
> > 92981134
> > ___
> > CentOS mailing list
> > CentOS@centos.org 
> > https://lists.centos.org/mailman/listinfo/centos
> ___
> CentOS mailing list
> CentOS@centos.org 
> https://lists.centos.org/mailman/listinfo/centos
>


-- 

Shiva Prasad Nath
92981134
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent Help

2015-11-22 Thread Mauricio Tavares
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 kernel exactly?

> On Sunday, November 22, 2015, zep  > 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, 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. "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 grub.cfg and how to put
>> vm
>> >>>
>>
>> not intending to sound like a jerk, but I suspect I still will.  given
>> the small bits that I've gleaned from the OPs emails, and his proclivity
>> to  somewhat randomly delete things, I'd suggest using a live cd
>> distro to boot, make backups of all essential and useful data and then
>> start anew with a reinstall.   And if none of that makes sense as a set
>> of instructions, then by all means stop and get some more help rather
>> than plowing forward and making worse things more-worse-est.
>>
>> --
>> public gpg key id: 1362BA1A
>>
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> https://lists.centos.org/mailman/listinfo/centos
>>
>
>
> --
>
> Shiva Prasad Nath
> 92981134
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent Help

2015-11-21 Thread zep


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, 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. "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 grub.cfg and how to put vm
>>>

not intending to sound like a jerk, but I suspect I still will.  given
the small bits that I've gleaned from the OPs emails, and his proclivity
to  somewhat randomly delete things, I'd suggest using a live cd
distro to boot, make backups of all essential and useful data and then
start anew with a reinstall.   And if none of that makes sense as a set
of instructions, then by all means stop and get some more help rather
than plowing forward and making worse things more-worse-est.

-- 
public gpg key id: 1362BA1A

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


Re: [CentOS] Urgent Help

2015-11-21 Thread Siva Prasad Nath
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 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
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > https://lists.centos.org/mailman/listinfo/centos
> >
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent Help

2015-11-21 Thread Marcelo Roccasalva
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. 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 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
>> > ___
>> > CentOS mailing list
>> > CentOS@centos.org
>> > https://lists.centos.org/mailman/listinfo/centos
>> >
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> https://lists.centos.org/mailman/listinfo/centos
>>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>



-- 
Marcelo

"¿No será acaso que esta vida moderna está teniendo más de moderna que de
vida?" (Mafalda)
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent Help

2015-11-21 Thread Earl A Ramirez
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. "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 grub.cfg and how to put
> vm
> > in
> > > the boot folder?
> > >
> > > Thanks in advance.
> > >
> > > Shiva
> > > ___
> > > CentOS mailing list
> > > CentOS@centos.org
> > > https://lists.centos.org/mailman/listinfo/centos
> > >
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > https://lists.centos.org/mailman/listinfo/centos
> >
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>

Have seen a few separate emails about this topic and based on the
collective information you provided; I assume that the kernel that you
deleted to 'try' and resolve a network issue was not reinstalled. If you
still haven't reinstalled the kernel you will need to do so before you can
see or add it into grub.

-- 
Kind Regards
Earl Ramirez
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent Help

2015-11-21 Thread Eero Volotinen
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 grub.cfg and how to put vm in
> the boot folder?
>
> Thanks in advance.
>
> Shiva
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Urgent Help

2015-11-21 Thread Siva Prasad Nath
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
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Urgent Help

2015-11-21 Thread Siva Prasad Nath
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:
> > 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. 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 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
> >>>
>
> not intending to sound like a jerk, but I suspect I still will.  given
> the small bits that I've gleaned from the OPs emails, and his proclivity
> to  somewhat randomly delete things, I'd suggest using a live cd
> distro to boot, make backups of all essential and useful data and then
> start anew with a reinstall.   And if none of that makes sense as a set
> of instructions, then by all means stop and get some more help rather
> than plowing forward and making worse things more-worse-est.
>
> --
> public gpg key id: 1362BA1A
>
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
>


-- 

Shiva Prasad Nath
92981134
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-10-14 Thread Greg Lindahl
Now that we just had another mailing list question about running old
versions of CentOS, I see that my suggested FAQ addition wasn't
added. Did I make my suggestion in the wrong place? What should I do
next?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-29 Thread James Hogarth
On 29 Sep 2014 05:37, Frank Cox thea...@melvilletheatre.com wrote:

 Looks like the bash exploit tune may still be playing


http://www.itnews.com.au/News/396256,further-flaws-render-shellshock-patch-ineffective.aspx


Well 7169 is already patched, 7186 isn't in the RH database so it would
appear they don't consider that an issue and 7187 is not vulnerable in RHEL.

https://access.redhat.com/security/cve/CVE-2014-7187
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-29 Thread James Hogarth
On 29 Sep 2014 07:37, James Hogarth james.hoga...@gmail.com wrote:


 On 29 Sep 2014 05:37, Frank Cox thea...@melvilletheatre.com wrote:
 
  Looks like the bash exploit tune may still be playing
 
 
http://www.itnews.com.au/News/396256,further-flaws-render-shellshock-patch-ineffective.aspx
 

 Well 7169 is already patched, 7186 isn't in the RH database so it would
appear they don't consider that an issue and 7187 is not vulnerable in RHEL.

 https://access.redhat.com/security/cve/CVE-2014-7187

Scratch that... I fail at the copy paste challenge...

https://access.redhat.com/security/cve/CVE-2014-7186

Looks like we may find one more bash patch at least yet then.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-29 Thread John R Pierce

On 9/28/2014 11:39 PM, James Hogarth wrote:

https://access.redhat.com/security/cve/CVE-2014-7186

Looks like we may find one more bash patch at least yet then.


per https://rhn.redhat.com/errata/RHSA-2014-1306.htm  the fix for 7187 
and 7186 is already included in the updated fix that was released a 
couple days ago, bash-4.1.2-15.el6_5.2 etc.




--
john r pierce  37N 122W
somewhere on the middle of the left coast

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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-29 Thread Johnny Hughes
On 09/29/2014 01:46 AM, John R Pierce wrote:
 On 9/28/2014 11:39 PM, James Hogarth wrote:
 https://access.redhat.com/security/cve/CVE-2014-7186

 Looks like we may find one more bash patch at least yet then.
 
 per https://rhn.redhat.com/errata/RHSA-2014-1306.htm  the fix for 7187
 and 7186 is already included in the updated fix that was released a
 couple days ago, bash-4.1.2-15.el6_5.2 etc.
 
 
 

That is correct, the latest released update patches all the known issues
so far for all 3 Active versions of CentOS (CentOS-5, CentOS-6,
CentOS-7) and was released within 21 Minutes after the announcement by
RedHat of the RHEL releases.

So, for now, we are all caught up.



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-29 Thread lhecking
William Woods writes:
 5.4 ? really???. 5.4 ? you have a lot of other issues to worry about.
 
 Repeating it three times doesn't make an arrogant statement more true.

 There are corporate environments that cannot upgrade for various reasons.
 Also, the history and performance of e.g autofs on RHEL/CentOS is truly
 awful. 5.4 does quite well in this regard, and later releases don't.

 Obviously, there is no excuse for not upgrading Internet facing systems.

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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-29 Thread James Hogarth
On 29 Sep 2014 07:47, John R Pierce pie...@hogranch.com wrote:

 On 9/28/2014 11:39 PM, James Hogarth wrote:

 https://access.redhat.com/security/cve/CVE-2014-7186

 Looks like we may find one more bash patch at least yet then.


 per https://rhn.redhat.com/errata/RHSA-2014-1306.htm  the fix for 7187
and 7186 is already included in the updated fix that was released a couple
days ago, bash-4.1.2-15.el6_5.2 etc.


Oh cheers John...

Somehow my eyes glazed right over the RHSA at the bottom of the CVE page...

I blame Monday morning.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-29 Thread Lamar Owen

On 09/29/2014 04:15 AM, lheck...@users.sourceforge.net wrote:

William Woods writes:

5.4 ? really???. 5.4 ? you have a lot of other issues to worry about.
  
  Repeating it three times doesn't make an arrogant statement more true.


  There are corporate environments that cannot upgrade for various reasons.
  Also, the history and performance of e.g autofs on RHEL/CentOS is truly
  awful. 5.4 does quite well in this regard, and later releases don't.


...

I read the thread before replying, and didn't see anyone mention that, 
if one needs an open source stay-on-a-point-release setup, one should 
investigate Scientific Linux, which does do this.  Yes, you can stay on 
5.4 and get only the security updates.  This is one of the differences 
between SL and CentOS.  (now, they only build for releases where 
upstream releases sources; thus, if you're on EL4, no updates for you.).


The latest shellshock update from SL, for SL 5.4 x86_64 (which would 
install on C5.4 unmodified, I would imagine), is:

ftp://ftp.scientificlinux.org/linux/scientific/54/x86_64/updates/security/bash-3.2-33.el5_11.4.x86_64.rpm

For certain scientific applications, there are serious reasons to stay 
at a point release, and SL supplies to this niche.


If I were to need this specific niche here I would run SL at a point 
release without hesitation.




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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-29 Thread Akemi Yagi
On Mon, Sep 29, 2014 at 8:36 AM, Lamar Owen lo...@pari.edu wrote:

 I read the thread before replying, and didn't see anyone mention that, if
 one needs an open source stay-on-a-point-release setup, one should
 investigate Scientific Linux, which does do this.  Yes, you can stay on 5.4
 and get only the security updates.  This is one of the differences between
 SL and CentOS.  (now, they only build for releases where upstream releases
 sources; thus, if you're on EL4, no updates for you.).

 The latest shellshock update from SL, for SL 5.4 x86_64 (which would install
 on C5.4 unmodified, I would imagine), is:
 ftp://ftp.scientificlinux.org/linux/scientific/54/x86_64/updates/security/bash-3.2-33.el5_11.4.x86_64.rpm

 For certain scientific applications, there are serious reasons to stay at a
 point release, and SL supplies to this niche.

 If I were to need this specific niche here I would run SL at a point release
 without hesitation.

This is one of the reasons why I run SL on a computer that needs to
stay at an earlier version because of certain in-house software. A
little more detailed description about how security updates are
provided in SL can be found near the bottom of this blog:

http://blog.toracat.org/2013/05/install-security-updates-in-rhel/

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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread Leon Fauster
Am 28.09.2014 um 02:22 schrieb Greg Lindahl lind...@pbm.com:
 On Sun, Sep 28, 2014 at 02:12:27AM +0200, Leon Fauster wrote:
 Am 27.09.2014 um 23:53 schrieb Greg Lindahl lind...@pbm.com:
 If you really need to run an old minor version, you should consider
 paying for the upstream Enterprise Linux. They keep all the old minor
 versions up-to-date with regard to security fixes. CentOS does not.
 
 https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support
 
 From reading the link, it appears that you want to clarify that it's
 not all the old minor versions, but I'm not sure that I understood
 what you meant, given that you posted a bare link with no explanation.
 
 Am I right?


Sorry for my brief input but the intention was exactly what you extracted 
from the URI above and its valid only for the upstream. CentOS will stay 
always on the latest release as you also stated. 

 IMHO they are rare cases where some one are technically forced to stay 
on older releases. I do not argue that they didn't exist. We should not 
forget the context; stable ABI, API and mayor releases of the provided 
components, and not like e.g. Fedora with there bleeding edge approach 
(valid for there scenarios).   

It would be great to get some feedback what such cases 
are, that let people stay on older releases?  

--
Thanks
LF


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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread Greg Lindahl
On Sun, Sep 28, 2014 at 01:32:38PM +0200, Leon Fauster wrote:

 It would be great to get some feedback what such cases 
 are, that let people stay on older releases?  

Upstream can change the kernel module API quite violently in minor
releases, which means that hardware products that have associated
kernel modules often are a release behind.

Certification is another source of lag. It can take a while to certify
that the test suite for a complicated product (like a commercial
database) runs successfully on a new minor release. Some vendors skip
half the minor releases (or more) to reduce cost.

A third source is companies with homegrown code deployed on CentOS
servers and poor-quality test suites. They tend to be in the omg
never change anything unless forced at gunpoint! camp. It's an
unfortunate situation, and it can cost a lot of money and time to fix.

Not sure that this goes in the FAQ, though!

-- greg


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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread Devin Reade


 On Sep 28, 2014, at 11:22, Greg Lindahl lind...@pbm.com wrote:
 
 
 Not sure that this goes in the FAQ, though!

No. If people have a good reason for doing it, they will generally know that 
reason. If the don't know one, they probably have no real need for staying at 
the earlier release. 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread Les Mikesell
On Sun, Sep 28, 2014 at 12:22 PM, Greg Lindahl lind...@pbm.com wrote:

 A third source is companies with homegrown code deployed on CentOS
 servers and poor-quality test suites. They tend to be in the omg
 never change anything unless forced at gunpoint! camp. It's an
 unfortunate situation, and it can cost a lot of money and time to fix.

Or even with decent test suites you recognize that you can't perfectly
emulate a live internet-connected production environment.  Or you've
been burned by updates that did break things and the time it took to
find a workaround.  There's just no getting around complicated systems
being complicated.

-- 
  Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread Vojin Urosevic
On Sun, Sep 28, 2014 at 6:32 PM, Les Mikesell lesmikes...@gmail.com wrote:

 On Sun, Sep 28, 2014 at 12:22 PM, Greg Lindahl lind...@pbm.com wrote:
 
  A third source is companies with homegrown code deployed on CentOS
  servers and poor-quality test suites. They tend to be in the omg
  never change anything unless forced at gunpoint! camp. It's an
  unfortunate situation, and it can cost a lot of money and time to fix.

 Or even with decent test suites you recognize that you can't perfectly
 mulate a live internet-connected production environment.  Or you've

been burned by updates that did break things and the time it took to
 fnd a workaround.  There's just no getting around complicated systems
 being complicated.


Hence the need for immutable infrastructure.

vu



 --
   Les Mikesell
 lesmikes...@gmail.com
 ___
 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] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread Les Mikesell
On Sun, Sep 28, 2014 at 6:13 PM, Vojin Urosevic v...@linuxusers.com wrote:
 On Sun, Sep 28, 2014 at 6:32 PM, Les Mikesell lesmikes...@gmail.com wrote:

 On Sun, Sep 28, 2014 at 12:22 PM, Greg Lindahl lind...@pbm.com wrote:
 
  A third source is companies with homegrown code deployed on CentOS
  servers and poor-quality test suites. They tend to be in the omg
  never change anything unless forced at gunpoint! camp. It's an
  unfortunate situation, and it can cost a lot of money and time to fix.

 Or even with decent test suites you recognize that you can't perfectly
 mulate a live internet-connected production environment.  Or you've

been burned by updates that did break things and the time it took to
 fnd a workaround.  There's just no getting around complicated systems
 being complicated.


 Hence the need for immutable infrastructure.

Sure, right after the last bug is found and fixed.  Meanwhile we
balance the risk of change against the risk of not changing.

-- 
   Les Mikesell
 lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread Frank Cox
Looks like the bash exploit tune may still be playing

http://www.itnews.com.au/News/396256,further-flaws-render-shellshock-patch-ineffective.aspx

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-27 Thread Peter
On 09/27/2014 10:29 AM, Eero Volotinen wrote:
 uh. is this system even patched for heartbleed?

EL5 was never vulnerable to heartbleed to begin with, that said, your
point is still valid as to other vulnerabilities.


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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-27 Thread Johnny Hughes
On 09/26/2014 06:23 PM, Greg Lindahl wrote:
 On Sat, Sep 27, 2014 at 01:29:44AM +0300, Eero Volotinen wrote:
 2014-09-27 0:42 GMT+03:00 Always Learning cen...@u62.u22.net:
 
 Scary screenie at: http://i.imgur.com/yR7sBjV.png

 Never mind the scary screen why are you deliberately using an insecure
 and out-of-date 5.4 version of Centos ?
 
 Do we have a FAQ we can point people to that explains this? It's not
 obvious, and we need to educate anyone who shows up here not knowing
 the insecure nature of point releases older than tip.

How is this:

http://bit.ly/1rAbtoT




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-27 Thread Always Learning
  2014-09-27 0:42 GMT+03:00 Always Learning cen...@u62.u22.net:
  
  Never mind the scary screen why are you deliberately using an insecure
  and out-of-date 5.4 version of Centos ? 

On 09/26/2014 06:23 PM, Greg Lindahl wrote:

  Do we have a FAQ we can point people to that explains this? It's not
  obvious, and we need to educate anyone who shows up here not knowing
  the insecure nature of point releases older than tip.

On Sat, 2014-09-27 at 08:28 -0500, Johnny Hughes wrote:

 How is this:
 
 http://bit.ly/1rAbtoT

Brilliant. Very well written. I hope it appeals to, inter alia, Centos
5.4 devotees :-)

-- 
Regards,

Paul.
England, EU.

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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-27 Thread William Woods
5.4 ? really…. 5.4 ? you have a lot of other issues to worry about.

On Sep 27, 2014, at 8:28 AM, Johnny Hughes joh...@centos.org wrote:

 On 09/26/2014 06:23 PM, Greg Lindahl wrote:
 On Sat, Sep 27, 2014 at 01:29:44AM +0300, Eero Volotinen wrote:
 2014-09-27 0:42 GMT+03:00 Always Learning cen...@u62.u22.net:
 
 Scary screenie at: http://i.imgur.com/yR7sBjV.png
 
 Never mind the scary screen why are you deliberately using an insecure
 and out-of-date 5.4 version of Centos ?
 
 Do we have a FAQ we can point people to that explains this? It's not
 obvious, and we need to educate anyone who shows up here not knowing
 the insecure nature of point releases older than tip.
 
 How is this:
 
 http://bit.ly/1rAbtoT
 
 
 ___
 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] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-27 Thread William Woods
5.4 ? really…. 5.4 ? you have a lot of other issues to worry about.

On Sep 27, 2014, at 8:28 AM, Johnny Hughes joh...@centos.org wrote:

 On 09/26/2014 06:23 PM, Greg Lindahl wrote:
 On Sat, Sep 27, 2014 at 01:29:44AM +0300, Eero Volotinen wrote:
 2014-09-27 0:42 GMT+03:00 Always Learning cen...@u62.u22.net:
 
 Scary screenie at: http://i.imgur.com/yR7sBjV.png
 
 Never mind the scary screen why are you deliberately using an insecure
 and out-of-date 5.4 version of Centos ?
 
 Do we have a FAQ we can point people to that explains this? It's not
 obvious, and we need to educate anyone who shows up here not knowing
 the insecure nature of point releases older than tip.
 
 How is this:
 
 http://bit.ly/1rAbtoT
 
 
 ___
 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] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-27 Thread William Woods
5.4 ? REally 5.4….

You have lots of other issues to be concerned with.

On Sep 27, 2014, at 8:28 AM, Johnny Hughes joh...@centos.org wrote:

 On 09/26/2014 06:23 PM, Greg Lindahl wrote:
 On Sat, Sep 27, 2014 at 01:29:44AM +0300, Eero Volotinen wrote:
 2014-09-27 0:42 GMT+03:00 Always Learning cen...@u62.u22.net:
 
 Scary screenie at: http://i.imgur.com/yR7sBjV.png
 
 Never mind the scary screen why are you deliberately using an insecure
 and out-of-date 5.4 version of Centos ?
 
 Do we have a FAQ we can point people to that explains this? It's not
 obvious, and we need to educate anyone who shows up here not knowing
 the insecure nature of point releases older than tip.
 
 How is this:
 
 http://bit.ly/1rAbtoT
 
 
 ___
 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] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-27 Thread Always Learning

On Sat, 2014-09-27 at 09:31 -0500, William Woods wrote:

 5.4 ? really…. 5.4 ? you have a lot of other issues to worry about.

Not me. I'm on 5.10 and 6.5.

The lady who enquired was happily using C 5.4


-- 
Regards,

Paul.
England, EU.

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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-27 Thread William Woods
My mistake then, apologies.

On Sep 27, 2014, at 9:36 AM, Always Learning cen...@u62.u22.net wrote:

 
 On Sat, 2014-09-27 at 09:31 -0500, William Woods wrote:
 
 5.4 ? really…. 5.4 ? you have a lot of other issues to worry about.
 
 Not me. I'm on 5.10 and 6.5.
 
 The lady who enquired was happily using C 5.4
 
 
 -- 
 Regards,
 
 Paul.
 England, EU.
 
 ___
 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] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-27 Thread Frank Cox
On Sat, 27 Sep 2014 08:28:48 -0500
Johnny Hughes wrote:

 How is this:
 
 http://bit.ly/1rAbtoT

Two typos:

Para 5: $relesever s/b $releasever

Para 9: componet s/b component (3x)

Outside of the typos, it looks great to me!


-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-27 Thread Fred Smith
On Sat, Sep 27, 2014 at 11:10:54AM -0600, Frank Cox wrote:
 On Sat, 27 Sep 2014 08:28:48 -0500
 Johnny Hughes wrote:
 
  How is this:
  
  http://bit.ly/1rAbtoT
 
 Two typos:
 
 Para 5: $relesever s/b $releasever
 
 Para 9: componet s/b component (3x)
 
 Outside of the typos, it looks great to me!

one more typo:

You should NOT try to maintain yourself on a specifc minor version CentOS as all
  ^
  of

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  For him who is able to keep you from falling and to present you before his 
 glorious presence without fault and with great joy--to the only God our Savior
 be glory, majesty, power and authority, through Jesus Christ our Lord, before
 all ages, now and forevermore! Amen.
- Jude 1:24,25 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-27 Thread Greg Lindahl
On Sat, Sep 27, 2014 at 08:28:48AM -0500, Johnny Hughes wrote:
 On 09/26/2014 06:23 PM, Greg Lindahl wrote:

  Do we have a FAQ we can point people to that explains this? It's not
  obvious, and we need to educate anyone who shows up here not knowing
  the insecure nature of point releases older than tip.
 
 How is this:
 
 http://bit.ly/1rAbtoT

That's good, but I suspect that the question might not make it obvious that
people need to read it. How about this additional Q/A?

Q. I want to run an old minor release of CentOS, for example staying
with CentOS 5.4 when the latest version is 5.10. Is that smart?

A. No. CentOS only updates the most recent of each of the major
versions. For example, for CentOS 5, if the most recent minor version
is 5.10, then that is the only version that is receiving security
updates.  CentOS 5.4 is frozen and never gets any updates. That means
that CentOS 5.4 is vulnerable to the shellshock problem.

If you really need to run an old minor version, you should consider
paying for the upstream Enterprise Linux. They keep all the old minor
versions up-to-date with regard to security fixes. CentOS does not.

-- greg

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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-27 Thread John R Pierce

On 9/27/2014 2:53 PM, Greg Lindahl wrote:

A. No. CentOS only updates the most recent of each of the major
versions. For example, for CentOS 5, if the most recent minor version
is 5.10, then that is the only version that is receiving security
updates.  CentOS 5.4 is frozen and never gets any updates. That means
that CentOS 5.4 is vulnerable to the shellshock problem.


or in another way of looking at it, when you apply all outstanding 
updates to 5.4, it becomes 5.10+




--
john r pierce  37N 122W
somewhere on the middle of the left coast

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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-27 Thread Leon Fauster
Am 27.09.2014 um 23:53 schrieb Greg Lindahl lind...@pbm.com:
 If you really need to run an old minor version, you should consider
 paying for the upstream Enterprise Linux. They keep all the old minor
 versions up-to-date with regard to security fixes. CentOS does not.

https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support

--
LF


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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-27 Thread Greg Lindahl
On Sun, Sep 28, 2014 at 02:12:27AM +0200, Leon Fauster wrote:
 Am 27.09.2014 um 23:53 schrieb Greg Lindahl lind...@pbm.com:
  If you really need to run an old minor version, you should consider
  paying for the upstream Enterprise Linux. They keep all the old minor
  versions up-to-date with regard to security fixes. CentOS does not.
 
 https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support

Senator, we need a verb.

From reading the link, it appears that you want to clarify that it's
not all the old minor versions, but I'm not sure that I understood
what you meant, given that you posted a bare link with no explanation.

Am I right?




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


[CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-26 Thread Jessica Blank

Good afternoon!

After applying the latest bash RPM listed at
http://lists.centos.org/pipermail/centos-announce/2014-September/020594.html :

The fixed RPM (bash-3.2-33.el5_10.4.x86_64.rpm) DOES work just fine on 
CentOS 5.10. However, it DOES NOT work on CentOS 5.4. That is, bash runs 
fine, but IS STILL VULNERABLE TO SHELLSHOCK!


Scary screenie at: http://i.imgur.com/yR7sBjV.png

It looks like the released RPM somehow behaves DIFFERENTLY on 5.4 as 
opposed to 5.10.


This has been validated by one of my coworkers; it's apparently not just me.

Best,

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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-26 Thread Jessica Blank
Never mind; false alarm. Apparently, we both had a previous 'echo' file 
sitting around from before.


Best,

Jessica

On Fri, 26 Sep 2014, Jessica Blank wrote:


Good afternoon!

After applying the latest bash RPM listed at
http://lists.centos.org/pipermail/centos-announce/2014-September/020594.html 
:


The fixed RPM (bash-3.2-33.el5_10.4.x86_64.rpm) DOES work just fine on CentOS 
5.10. However, it DOES NOT work on CentOS 5.4. That is, bash runs fine, but 
IS STILL VULNERABLE TO SHELLSHOCK!


Scary screenie at: http://i.imgur.com/yR7sBjV.png

It looks like the released RPM somehow behaves DIFFERENTLY on 5.4 as opposed 
to 5.10.


This has been validated by one of my coworkers; it's apparently not just me.

Best,

Jessica


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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-26 Thread m . roth
Jessica Blank wrote:
 Good afternoon!

 After applying the latest bash RPM listed at
 http://lists.centos.org/pipermail/centos-announce/2014-September/020594.html
 :
 The fixed RPM (bash-3.2-33.el5_10.4.x86_64.rpm) DOES work just fine on
 CentOS 5.10. However, it DOES NOT work on CentOS 5.4. That is, bash runs
 fine, but IS STILL VULNERABLE TO SHELLSHOCK!

 Scary screenie at: http://i.imgur.com/yR7sBjV.png

 It looks like the released RPM somehow behaves DIFFERENTLY on 5.4 as
 opposed to 5.10.

 This has been validated by one of my coworkers; it's apparently not just
 me.

Please note that the rpm is only for 5.10. You need to look around to see
if there *is* an update for 5.4

mark

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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-26 Thread Les Mikesell
On Fri, Sep 26, 2014 at 3:24 PM,  m.r...@5-cent.us wrote:
 Jessica Blank wrote:
 Good afternoon!

 After applying the latest bash RPM listed at
 http://lists.centos.org/pipermail/centos-announce/2014-September/020594.html
 :
 The fixed RPM (bash-3.2-33.el5_10.4.x86_64.rpm) DOES work just fine on
 CentOS 5.10. However, it DOES NOT work on CentOS 5.4. That is, bash runs
 fine, but IS STILL VULNERABLE TO SHELLSHOCK!

 Scary screenie at: http://i.imgur.com/yR7sBjV.png

 It looks like the released RPM somehow behaves DIFFERENTLY on 5.4 as
 opposed to 5.10.

 This has been validated by one of my coworkers; it's apparently not just
 me.

 Please note that the rpm is only for 5.10. You need to look around to see
 if there *is* an update for 5.4

Not necessarily.  The whole point of the way 'enterprise' OS versions
keep their library APIs consistent means you can usually any package
without breaking things - and that should apply to internal packages
as well as your own.   And system packages that need specific versions
should say so in their rpm dependencies to bring them along if you try
to update.

-- 
   Les Mikesell
  lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-26 Thread Always Learning

On Fri, 2014-09-26 at 15:02 -0500, Jessica Blank wrote:


 Scary screenie at: http://i.imgur.com/yR7sBjV.png

Never mind the scary screen why are you deliberately using an insecure
and out-of-date 5.4 version of Centos ?

Common sense says that if you are genuinely interested in security then
you always update. 


Regards,

Paul.
England, EU.

Learning until I die or experience dementia.


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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-26 Thread Eero Volotinen
2014-09-27 0:42 GMT+03:00 Always Learning cen...@u62.u22.net:


 On Fri, 2014-09-26 at 15:02 -0500, Jessica Blank wrote:


  Scary screenie at: http://i.imgur.com/yR7sBjV.png

 Never mind the scary screen why are you deliberately using an insecure
 and out-of-date 5.4 version of Centos ?

 Common sense says that if you are genuinely interested in security then
 you always update.


uh. is this system even patched for heartbleed?

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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-26 Thread Greg Lindahl
On Sat, Sep 27, 2014 at 01:29:44AM +0300, Eero Volotinen wrote:
 2014-09-27 0:42 GMT+03:00 Always Learning cen...@u62.u22.net:

   Scary screenie at: http://i.imgur.com/yR7sBjV.png
 
  Never mind the scary screen why are you deliberately using an insecure
  and out-of-date 5.4 version of Centos ?

Do we have a FAQ we can point people to that explains this? It's not
obvious, and we need to educate anyone who shows up here not knowing
the insecure nature of point releases older than tip.

-- greg


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


Re: [CentOS] Urgent help on replacing /var

2012-08-04 Thread Lamar Owen
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 next boot.
 
 maybe add --setperms as well

Hmm, I thought by including that in my quoted text that it was implied that one 
should do both My bad.  It was a long day

I'm not sure if both can be used on a single command line, since both 
--setperms and --setugids are implemented via popt aliases; I reserve the right 
to be wrong, of course.

I also forgot to specify in my reply that these commands would only repair 
files owned by packages; any non-package-owned files in /var won't be helped by 
either --setperms or --setugids; but it will give the OP a good start.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent help on replacing /var

2012-08-04 Thread Emmanuel Noobadmin
On 8/3/12, Karanbir Singh mail-li...@karan.org 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 in
 permissive mode, watch the audit log like a hawk.

fixfiles/restorecon managed to get init 5 past syslogger but it got
stuck still at NFS statd which locks up the entire server.

But with setenforce to permissive, the system appears to work fine and
yes I would be doing that watch the audit log thing during the next
scheduled down time.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent help on replacing /var

2012-08-04 Thread Emmanuel Noobadmin
On 8/3/12, Lamar Owen lo...@pari.edu 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
 ...

 This sort of things pops up from time to time from a thread back in
 April.

Lesson learnt, never try to fix things I'm not familiar with when
feeling pressured by relentless error messages, especially if nobody
else is complaining yet.

 rpm -qa | while read line; do echo $line  rpm --setperms $line; done


 By extension:

 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.

Thanks for this tip, I'll try it and then see if there is anything
else in audit log that needs attention.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent help on replacing /var

2012-08-04 Thread Emmanuel Noobadmin
On 8/3/12, John R Pierce pie...@hogranch.com 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 that everything else important on the
server was running in their own VMs with their own LVM partitions. So
luckily there doesn't seem to be anything important affected by my
stupidity, the most important I wanted saved were the LVM
configuration and VM configs which fortunately were in standalone XML
files.

I *think* I probably could had quickly reinstall a bare minimum C6 to
fix it, but after realizing my epic foolishness with replacing /var, I
didn't want to take any chances of anaconda wiping all the LVM
partitions.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Urgent help on replacing /var

2012-08-03 Thread 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
had rsync to preserve attributes), deleted the original /var to free
up space, edited fstab and rebooted... unsurprisingly to a fubar'd
server.

The thing is it still boots, I can get into single user mode but a
full init get stuck at starting the syslogger. What is the best way to
rescue the server now from my own stupidity and keeping all the
existing configuration and data?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent help on replacing /var

2012-08-03 Thread Darod Zyree
2012/8/3 Emmanuel Noobadmin centos.ad...@gmail.com:
 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), deleted the original /var to free
 up space, edited fstab and rebooted... unsurprisingly to a fubar'd
 server.

 The thing is it still boots, I can get into single user mode but a
 full init get stuck at starting the syslogger. What is the best way to
 rescue the server now from my own stupidity and keeping all the
 existing configuration and data?
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

Did you rewrite the selinux policy on /var or have you tried disabling
selinux if you haven't do so already?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent help on replacing /var

2012-08-03 Thread Emmanuel Noobadmin
On 8/3/12, Darod Zyree darodzy...@gmail.com 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 cannot boot to init 5, with the choke point now NFS statd.

I'll probably have to slowly hunt down the relevant selinux context
one by one when nobody's screaming about the server being down.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent help on replacing /var

2012-08-03 Thread Leonard den Ottolander
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 over to the new partition you might have
issues from stale lock files that prevent services from
starting. /var/lock/subsys/nfsd comes to mind in this particular case.
If the service ain't running that file shouldn't be there.

I don't think stale pid files are as troublesome but it doesn't hurt to
have a look at /var/run as well.

Regards,
Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research


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


Re: [CentOS] Urgent help on replacing /var

2012-08-03 Thread Karanbir Singh
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 like a hawk.

- KB
-- 
Karanbir Singh
+44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh
ICQ: 2522219| Yahoo IM: z00dax  | Gtalk: z00dax
GnuPG Key : http://www.karan.org/publickey.asc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent help on replacing /var

2012-08-03 Thread Lamar Owen
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 time to time from a thread back in 
April.

On Wednesday, April 11, 2012 05:38:13 PM Jason Pyeron wrote:
  -Original Message-
  From: centos-boun...@centos.org 
  [mailto:centos-boun...@centos.org] On Behalf Of Alexander Dalloz
  Sent: Wednesday, April 11, 2012 17:12
  To: CentOS mailing list
  Subject: Re: [CentOS] How to fix a chown oops...
  
  Am 11.04.2012 23:02, schrieb Jason Pyeron:
   chown -R 7.0 /sbin/
   chown -R 98.98 //
   
   Is there a rpm way fix all the permissions of files managed by rpms?
  
  http://wiki.centos.org/TipsAndTricks/YumAndRPM#head-20a3ecce3d
  0762b9cdd3307ef2632e0c274a2bfd
 
 rpm -qa | while read line; do echo $line  rpm --setperms $line; done
 

...

By extension:


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.

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


Re: [CentOS] Urgent help on replacing /var

2012-08-03 Thread John R Pierce
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 hindsight should
 had rsync to preserve attributes), deleted the original /var to free
 up space, edited fstab and rebooted... unsurprisingly to a fubar'd
 server.

 The thing is it still boots, I can get into single user mode but a
 full init get stuck at starting the syslogger. What is the best way to
 rescue the server now from my own stupidity and keeping all the
 existing configuration and data?

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.

-- 
john r pierceN 37, W 122
santa cruz ca mid-left coast

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


Re: [CentOS] Urgent help on replacing /var

2012-08-03 Thread Karanbir Singh
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-0999389 | http://www.karan.org/ | twitter.com/kbsingh
ICQ: 2522219| Yahoo IM: z00dax  | Gtalk: z00dax
GnuPG Key : http://www.karan.org/publickey.asc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT -- pseudo network interface creating problem with dhcp-- centos 5.5

2012-04-12 Thread Markus Falb
On 12.4.2012 04:21, Les Mikesell wrote:
 On Wed, Apr 11, 2012 at 2:48 PM, John R Pierce 
 pierce-BRp9yk6zKL1Wk0Htik3J/w...@public.gmane.org wrote:
...
 well, first, does your motherboard *HAVE* an IPMI management module, and
 if so, does it use a  dedicated ethernet port, or is it 'piggybacked' on
 eth0 ?   the behavior shown could be the latter.
...
 And are you really sure it is from this machine?

Have a look at the MAC addresses
eth1: E4:1F:13:77:16:60
pseudo interface: E4:1F:13:77:16:61
-- 
Kind Regards, Markus Falb



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT -- pseudo network interface creating problem with dhcp-- centos 5.5

2012-04-12 Thread Les Mikesell
On Thu, Apr 12, 2012 at 2:04 AM, Markus Falb markus.f...@fasel.at wrote:
 On 12.4.2012 04:21, Les Mikesell wrote:
 On Wed, Apr 11, 2012 at 2:48 PM, John R Pierce 
 pierce-BRp9yk6zKL1Wk0Htik3J/w...@public.gmane.org wrote:
 ...
 well, first, does your motherboard *HAVE* an IPMI management module, and
 if so, does it use a  dedicated ethernet port, or is it 'piggybacked' on
 eth0 ?   the behavior shown could be the latter.
 ...
 And are you really sure it is from this machine?

 Have a look at the MAC addresses
 eth1: E4:1F:13:77:16:60
 pseudo interface: E4:1F:13:77:16:61

Good point.  That also identifies the devices as an IBM, making this
easier to find:
http://www-947.ibm.com/support/entry/portal/docdisplay?lndocid=MIGR-5071483

The quick fix might be to just not use the onboard ethernet1 port
since it looks like there are others that are unused.

-- 
  Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] URGENT -- pseudo network interface creating problem with dhcp-- centos 5.5

2012-04-11 Thread sri
Group,

My linux box, running with Centos-5.5, is showing up (??) a pseudo
network interface for Eth0.
On Switch where my Eth0 is connected, observed 2 MAC-Addresses.
If a DHCP server present in LAN, the second pseudo interface is
picking up a DHCP IP Address too.
Furthermore you can ping both Eth0 ip and Psedo Eth0 IP from the switch.
The intensity of the problem is more when port-security is configured
on SW for that port.

“ifconfig –a” is not showing that pseudo interface.
From dmesg output, no new things observed related while detecting the
eth0 NIC during bootup.
Only proof for this pseudo inerface’s mac address is SW showing it (on
the SW port connected to my box eth0) in “show mac address-table”
output

Is there anything that I have to check to nail down the issue.

Any pointers are highly appreciated.


-- 
--
 Krishna Mohan B
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT -- pseudo network interface creating problem with dhcp-- centos 5.5

2012-04-11 Thread Mihamina Rakotomandimby
On 04/11/2012 01:35 PM, sri wrote:
 Is there anything that I have to check to nail down the issue.
 Any pointers are highly appreciated.

I did not understand your issue:
- Do you want to get rid of the peudo interface?
- Do you want the pseudo interface not to get a DHCP answer?
- Do you want the switch not to see your pseudo interface?
- Do you want to locate exactly where is the pseudo interface?

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


Re: [CentOS] URGENT -- pseudo network interface creating problem with dhcp-- centos 5.5

2012-04-11 Thread Markus Falb
On 11.4.2012 12:35, sri wrote:
...
 My linux box, running with Centos-5.5, is showing up (??) a pseudo
 network interface for Eth0.
 On Switch where my Eth0 is connected, observed 2 MAC-Addresses.
 If a DHCP server present in LAN, the second pseudo interface is
 picking up a DHCP IP Address too.
 Furthermore you can ping both Eth0 ip and Psedo Eth0 IP from the switch.
 The intensity of the problem is more when port-security is configured
 on SW for that port.
 
 “ifconfig –a” is not showing that pseudo interface.

Show us the output of ifconfig -a
-- 
Kind Regards, Markus Falb



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT -- pseudo network interface creating problem with dhcp-- centos 5.5

2012-04-11 Thread Markus Falb
On 11.4.2012 12:35, sri wrote:
 Group,
 
 My linux box, running with Centos-5.5, is showing up (??) a pseudo
 network interface for Eth0.
 On Switch where my Eth0 is connected, observed 2 MAC-Addresses.
 If a DHCP server present in LAN, the second pseudo interface is
 picking up a DHCP IP Address too.
 Furthermore you can ping both Eth0 ip and Psedo Eth0 IP from the switch.
 The intensity of the problem is more when port-security is configured
 on SW for that port.
 
 “ifconfig –a” is not showing that pseudo interface.
 From dmesg output, no new things observed related while detecting the
 eth0 NIC during bootup.
 Only proof for this pseudo inerface’s mac address is SW showing it (on
 the SW port connected to my box eth0) in “show mac address-table”
 output
 
 Is there anything that I have to check to nail down the issue.
 
 Any pointers are highly appreciated.

A running virtual machine which virtual interface is bridged to eth0 ?
-- 
Kind Regards, Markus Falb



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT -- pseudo network interface creating problem with dhcp-- centos 5.5

2012-04-11 Thread yonatan pingle
Have you checked if your motherboard IPMI is not pulling an address during boot?


On Wed, Apr 11, 2012 at 3:28 PM, Markus Falb markus.f...@fasel.at wrote:
 On 11.4.2012 12:35, sri wrote:
 ...
 My linux box, running with Centos-5.5, is showing up (??) a pseudo
 network interface for Eth0.
 On Switch where my Eth0 is connected, observed 2 MAC-Addresses.
 If a DHCP server present in LAN, the second pseudo interface is
 picking up a DHCP IP Address too.
 Furthermore you can ping both Eth0 ip and Psedo Eth0 IP from the switch.
 The intensity of the problem is more when port-security is configured
 on SW for that port.

 “ifconfig –a” is not showing that pseudo interface.

 Show us the output of ifconfig -a
 --
 Kind Regards, Markus Falb


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




-- 
Best Regards,
Yonatan Pingle
RHCT | RHCSA | CCNA1
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT -- pseudo network interface creating problem with dhcp-- centos 5.5

2012-04-11 Thread sri
Thanks for the responses.
Please see my answers to your questions:
1) What I want is to locate exactly where the psuedo IF and get rid of
it. Is there a way to prohibit the pseduo IF not to get DHCP answer?
2) Output of Ifconfig -a:
##
eth0  Link encap:Ethernet  HWaddr E4:1F:13:77:16:5F
  inet addr:10.1.10.10  Bcast:10.1.10.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:7818 errors:0 dropped:0 overruns:0 frame:0
  TX packets:7762 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:841003 (821.2 KiB)  TX bytes:1095188 (1.0 MiB)
  Interrupt:169 Memory:e810-e811

eth1  Link encap:Ethernet  HWaddr E4:1F:13:77:16:60
  BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  Interrupt:50 Memory:e820-e821

eth2  Link encap:Ethernet  HWaddr 00:15:17:EB:AE:A4
  BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  Memory:e802-e804

eth3  Link encap:Ethernet  HWaddr 00:15:17:EB:AE:A5
  BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
  Memory:e806-e808

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:11040 errors:0 dropped:0 overruns:0 frame:0
  TX packets:11040 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0
  RX bytes:2731896 (2.6 MiB)  TX bytes:2731896 (2.6 MiB)
###
Output on Switch:
##
SW#sh arp
Protocol  Address  Age (min)  Hardware Addr   Type   Interface
Internet  10.1.10.1   -   0022.0c4d.c141  ARPA   Vlan10
Internet  10.1.10.3   5   e41f.1377.1661  ARPA   Vlan10
Psuedo Interface off Eth0
Internet  10.1.10.10  5   e41f.1377.165f  ARPA   Vlan10

SW#sh ip dhcp binding
IP address   Client-ID/  Lease expirationType
 Hardware address
10.1.10.3e41f.1377.1661  Mar 06 1993 10:22 AM
Automatic  Psuedo Interface acquiring DHCP IP Address
10.1.30.57   0100.2713.6521.9c   Mar 06 1993 10:03 AMAutomatic

SW#ping 10.1.10.3

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.10.3, timeout is 2 seconds:
!
Success rate is 100 percent (5/5), round-trip min/avg/max = 33/37/51 ms
SW#ping 10.1.10.10

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.1.10.10, timeout is 2 seconds:
!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/9 ms
##

3) No Virtual machine is running on this box.

4) Have you checked if your motherboard IPMI is not pulling an address
during boot?
-- Frankly, not sure how to check motherboard IPMI messages. Verified
dmesg output. Following is the dmesg output.
Please share any way to check motherboard IPMI is pulling another address?

dmesg output: (showing only eth0/eth1/eth2 output)
#
EDAC MC: Ver: 2.0.1 Apr  2 2010
EDAC MC0: Giving out device to i3200_edac i3200: DEV :00:00.0
e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k3
e1000e: Copyright (c) 1999-2008 Intel Corporation.
ACPI: PCI Interrupt :04:00.0[A] - GSI 16 (level, low) - IRQ 169
PCI: Setting latency timer of device :04:00.0 to 64
eth0: (PCI Express:2.5GB/s:Width x4) 00:15:17:eb:ae:a4
eth0: Intel(R) PRO/1000 Network Connection
eth0: MAC: 0, PHY: 4, PBA No: d56146-003
ACPI: PCI Interrupt :04:00.1[B] - GSI 17 (level, low) - IRQ 209
PCI: Setting latency timer of device :04:00.1 to 64
sd 0:0:0:0: Attached scsi generic sg0 type 0
sd 1:0:0:0: Attached scsi generic sg1 type 0
scsi 2:0:0:0: Attached scsi generic sg2 type 5
eth1: (PCI Express:2.5GB/s:Width x4) 00:15:17:eb:ae:a5
eth1: Intel(R) PRO/1000 Network Connection
eth1: MAC: 0, PHY: 4, PBA No: d56146-003
tg3.c:v3.106 (January 12, 2010)
PCI: Enabling device :00:1f.3 (0141 - 0143)
ACPI: PCI Interrupt :00:1f.3[B] - GSI 17 (level, low) - IRQ 209
ACPI: PCI Interrupt :02:00.0[A] - GSI 16 (level, low) - IRQ 169
PCI: Setting latency timer of device :02:00.0 to 64
eth2: Tigon3 [partno(BCM95722) rev 

Re: [CentOS] URGENT -- pseudo network interface creating problem with dhcp-- centos 5.5

2012-04-11 Thread John R Pierce
On 04/11/12 9:36 AM, sri wrote:
 4) Have you checked if your motherboard IPMI is not pulling an address
 during boot?
 -- Frankly, not sure how to check motherboard IPMI messages. Verified
 dmesg output. Following is the dmesg output.
 Please share any way to check motherboard IPMI is pulling another address?

well, first, does your motherboard *HAVE* an IPMI management module, and 
if so, does it use a  dedicated ethernet port, or is it 'piggybacked' on 
eth0 ?   the behavior shown could be the latter.

I'd look in the system or motherboard documentation for this...   
depending on the IPMI module, it may have a web or ssh interface, or it 
may require another system contact it via an 'ipmitool' of some sort.   
It probably has an initial user/pass like admin/admin which should be 
reconfigured during system configuration and deployment.

-- 
john r pierceN 37, W 122
santa cruz ca mid-left coast

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


Re: [CentOS] URGENT -- pseudo network interface creating problem with dhcp-- centos 5.5

2012-04-11 Thread Les Mikesell
On Wed, Apr 11, 2012 at 2:48 PM, John R Pierce pie...@hogranch.com wrote:
 On 04/11/12 9:36 AM, sri wrote:
 4) Have you checked if your motherboard IPMI is not pulling an address
 during boot?
 -- Frankly, not sure how to check motherboard IPMI messages. Verified
 dmesg output. Following is the dmesg output.
 Please share any way to check motherboard IPMI is pulling another address?

 well, first, does your motherboard *HAVE* an IPMI management module, and
 if so, does it use a  dedicated ethernet port, or is it 'piggybacked' on
 eth0 ?   the behavior shown could be the latter.

 I'd look in the system or motherboard documentation for this...
 depending on the IPMI module, it may have a web or ssh interface, or it
 may require another system contact it via an 'ipmitool' of some sort.
 It probably has an initial user/pass like admin/admin which should be
 reconfigured during system configuration and deployment.

There might be an option in the bios setup to disable IPMI or give it
a static address.

And are you really sure it is from this machine?   If you
disconnect/shut down, do both IP's stop responding?  If you can't
trace the wiring from the switch port you are checking to the host,
maybe there is an intermediate switch/hub with some other device.

-- 
   Les Mikesell
 lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] [URGENT] Assistance Requested in Looking for Dr Francis T. Seow, Harvard Law School Research Fellow

2010-05-27 Thread Mr. Teo En Ming (Zhang Enming)
Hi,

First, I would like to apologize for the out-of-topic post. I will keep 
this as short as I possibly could.

Does anybody know Dr. Francis T. Seow, the former Solicitor-General from 
the Republic of Singapore? I want to contact him but can't seem to find 
his email address or telephone number on the internet. Could you help me?

Do you also know how I can contact all the justices of the Judicial 
Committee of the UK Privy Council and all the Lords of the UK House of 
Lords? According to the UK Parliament website, it says that many Peers 
do not have public email addresses.

I would like to apologize again for using this platform to get my 
message across as my email accounts may have been compromised.

Thank you very much.

Yours sincerely,

Mr. Teo En Ming
Hanyu Pinyin Name: Zhang Enming
Facebook: Teo En Ming (Zhang Enming)
Photo (1): http://img26.imageshack.us/img26/7534/enmingteodscf2511.jpg
Photo (2): http://i.imgur.com/CLifZ.jpg
Mobile Phone (Starhub Pre-paid): +65-8369-2618
Singapore Citizen

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


Re: [CentOS] [URGENT] Assistance Requested in Looking for Dr Francis T. Seow, Harvard Law School Research Fellow

2010-05-27 Thread Mr. Teo En Ming (Zhang Enming)
Dear Christopher,

I have sent countless emails to many governmental, non-governmental and 
international organizations in the world with the subject Plea for 
Medical Help/Assistance. But surprisingly I get very few replies. Maybe 
the replies have been deleted or the emails I sent have been deleted.

EDIT: I overheard my neighbours claiming to have passwords/access to my 
email accounts.

---
Mr. Teo En Ming
Hanyu Pinyin Name: Zhang Enming
Facebook: Teo En Ming (Zhang Enming)
Photo (1): http://img26.imageshack.us/img26/7534/enmingteodscf2511.jpg
Photo (2): http://i.imgur.com/CLifZ.jpg
Mobile Phone (Starhub Pre-paid): +65-8369-2618
Singapore Citizen




On 05/27/2010 01:59 PM, Christopher Chan wrote:

 Do you also know how I can contact all the justices of the Judicial
 Committee of the UK Privy Council and all the Lords of the UK House of
 Lords? According to the UK Parliament website, it says that many Peers
 do not have public email addresses.

 In Lucid you will find them in /etc/email/PrivyCouncil.txt and 
 /etc/email/HouseOfLords.txt

 Or he could just ask the Lord of Privies. In fact, I reckon he'd even be
 invited for tea too.




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


Re: [CentOS] [URGENT] Assistance Requested in Looking for Dr Francis T. Seow, Harvard Law School Research Fellow

2010-05-27 Thread James Bensley
Assistance Requested in Looking for Dr Francis T. Seow, Harvard Law
School Research Fellow

Maybe you should start by contacting Harvard? This is a list for
CentOS users, have you ever seen this fellow on here before? Maybe you
should search the archives first? I noticed you also posted this
message to the Ubuntu tech help mailing list; have you ever seen him
on there either?

Who is the bloke anyway? Is he just some bloke who has nothing to do
with either CentOS  or Ubuntu because if that is the case what are you
doing? Use a phone book, contact Harvard, use Facebook, whatever. What
are the odds of someone here knowing him? Btw, does anyone here have
some contact details for Batman?

 Do you also know how I can contact all the justices of the Judicial
 Committee of the UK Privy Council and all the Lords of the UK House of
 Lords? According to the UK Parliament website, it says that many Peers
 do not have public email addresses.

Write them a letter, ring them up, I don't know and I don't care, stop
sending this email to multiple lists which I also happen to be on and
spamming my inbox. This is not a directory service.

-- 
Regards,
James.

http://www.jamesbensley.co.cc/ - There are only 10 kinds of people in
the world, those who understand trinary, those who don't understand
trinary and those who don't understand trinary.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [URGENT] Assistance Requested in Looking for Dr Francis T. Seow, Harvard Law School Research Fellow

2010-05-27 Thread Mr. Teo En Ming (Zhang Enming)
Dear James,

I apologize but I am really not spamming. I am really sending a genuine 
medical plea.

On 05/27/2010 06:24 PM, James Bensley wrote:
 Assistance Requested in Looking for Dr Francis T. Seow, Harvard Law
 School Research Fellow

 Maybe you should start by contacting Harvard? This is a list for
 CentOS users, have you ever seen this fellow on here before? Maybe you
 should search the archives first? I noticed you also posted this
 message to the Ubuntu tech help mailing list; have you ever seen him
 on there either?

 Who is the bloke anyway? Is he just some bloke who has nothing to do
 with either CentOS  or Ubuntu because if that is the case what are you
 doing? Use a phone book, contact Harvard, use Facebook, whatever. What
 are the odds of someone here knowing him? Btw, does anyone here have
 some contact details for Batman?

I have actually sent out emails to the entire faculties of the Harvard 
Law School and Harvard Kennedy School of Government.

 Do you also know how I can contact all the justices of the Judicial
 Committee of the UK Privy Council and all the Lords of the UK House of
 Lords? According to the UK Parliament website, it says that many Peers
 do not have public email addresses.
  
 Write them a letter, ring them up, I don't know and I don't care, stop
 sending this email to multiple lists which I also happen to be on and
 spamming my inbox. This is not a directory service.


I have also sent emails to the House of Lords Office and the Privy 
Council. But I don't have the email addresses of individual lords.

The thing is that my inboxes are quiet.

I apologize.

Thank you very much.

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


Re: [CentOS] [URGENT] Assistance Requested in Looking for Dr Francis T. Seow, Harvard Law School Research Fellow

2010-05-27 Thread lhecking
Mr. Teo En Ming (Zhang Enming) writes:
 Dear James,
 
 I apologize but I am really not spamming. I am really sending a genuine 
 medical plea.
 
 You also sent to openbsd-misc and who knows where, so by definition, you
 are a spammer. Go away.



---
This message and any attachments may contain Cypress (or its
subsidiaries) confidential information. If it has been received
in error, please advise the sender and immediately delete this
message.
---

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


Re: [CentOS] [URGENT] Assistance Requested in Looking for Dr Francis T. Seow, Harvard Law School Research Fellow

2010-05-27 Thread Rudi Ahlers
On Thu, May 27, 2010 at 12:39 PM, lheck...@users.sourceforge.net wrote:

 Mr. Teo En Ming (Zhang Enming) writes:
  Dear James,
 
  I apologize but I am really not spamming. I am really sending a genuine
  medical plea.

  You also sent to openbsd-misc and who knows where, so by definition, you
  are a spammer. Go away.




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



Don't take this the wrong way, but you are trying to reach someone who
probably has nothing todo with this, or most other Linux related mailing
lists. And you're making a lot of people angry by doing this.

Phone harvard, or google his name. Or drive there and ask someone where he
is. or something.

P.S. Stop apologizing as well, just stop posting to these lists, it's
probably for your own good.


-- 
Kind Regards
Rudi Ahlers
SoftDux

Website: http://www.SoftDux.com
Technical Blog: http://Blog.SoftDux.com
Office: 087 805 9573
Cell: 082 554 7532
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [URGENT] Assistance Requested in Looking for Dr Francis T. Seow, Harvard Law School Research Fellow

2010-05-27 Thread James Bensley
On 27 May 2010 11:35, Mr. Teo En Ming (Zhang Enming)
space.time.unive...@gmail.com wrote:
 Dear James,

 I apologize but I am really not spamming. I am really sending a genuine
 medical plea.

But this isn't a genuine medical forum, someone has lied to you, the
same goes for all the other lists you have been writing to. You are by
definition, spamming and thusly violating the list rules and
etiquette, may the admins have mercy on YOU! I wouldn't.

-- 
Regards,
James.

http://www.jamesbensley.co.cc/ - There are only 10 kinds of people in
the world, those who understand trinary, those who don't understand
trinary and those who don't understand trinary.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] [URGENT] Assistance Requested in Looking for Dr Francis T. Seow, Harvard Law School Research Fellow

2010-05-27 Thread Tru Huynh
On Thu, May 27, 2010 at 02:49:30PM +0800, Mr. Teo En Ming (Zhang Enming) wrote:
 Hi,
 
 First, I would like to apologize for the out-of-topic post. I will keep 
 this as short as I possibly could.
unsubscribed

Tru
-- 
Tru Huynh (mirrors, CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xBEFA581B


pgpFJmq36y1Zv.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT

2010-04-26 Thread m . roth
 It had solved , the error encounters from thousands of a bad sectors :( i
 do
 not know how it happened but recovery system has repaired after then
 mount /dev/sda /mnt ext3
  grub-install /dev/sda

 has worked thanks
snip
Thousands of bad sectors? Today, order/walk in and buy a replacement
disk. NOW!

Your other option is to have no computer, because if it's in the thousands
of bad sectors, you probably had a head crash, and the drive *will* be
dead in days, if not today.

mark

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


Re: [CentOS] URGENT

2010-04-26 Thread Hakan Koseoglu
2010/4/24 cahit Eyigünlü cahit.eyigu...@gmail.com:
 It had solved , the error encounters from thousands of a bad sectors :( i do
 not know how it happened but recovery system has repaired after then
Throw that disk away and get a new one ASAP.
Do not trust and use that disk.
-- 
Hakan (m1fcj) - http://www.hititgunesi.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT

2010-04-26 Thread Les Mikesell
On 4/26/2010 9:04 AM, Hakan Koseoglu wrote:
 2010/4/24 cahit Eyigünlücahit.eyigu...@gmail.com:
 It had solved , the error encounters from thousands of a bad sectors :( i do
 not know how it happened but recovery system has repaired after then
 Throw that disk away and get a new one ASAP.
 Do not trust and use that disk.

And equally important: even with a new disk, be sure you have backups. 
While drives may average 5+ years of service, the actual time they go 
bad is very unpredictable.

-- 
   Les Mikesell
lesmikes...@gmail.com

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


[CentOS] URGENT

2010-04-24 Thread cahit Eyigünlü
I had a geub loader error  2 on starting centos
and i am able to connect rescue system

this is the result how could i get system work

r...@rescuecd64 ~ # grub
Probing devices to guess BIOS drives. This may take a long time.
Unknown partition table signature


GNU GRUB  version 0.97  (640K lower / 3072K upper memory)

   [ Minimal BASH-like line editing is supported.   For
 the   first   word,  TAB  lists  possible  command
 completions.  Anywhere else TAB lists the possible
 completions of a device/filename. ]
grub  find /boot/grub/stage1
 find /boot/grub/stage1

Error 15: File not found
grub
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT

2010-04-24 Thread Wahyu Darmawan
Hi,
Have you try this :
r...@rescuecd64 ~ #  grub-install /dev/sda (or some device that
installed CentOS)



2010/4/24 cahit Eyigünlü cahit.eyigu...@gmail.com:
 I had a geub loader error  2 on starting centos
 and i am able to connect rescue system
 this is the result how could i get system work
 r...@rescuecd64 ~ # grub
 Probing devices to guess BIOS drives. This may take a long time.
 Unknown partition table signature

     GNU GRUB  version 0.97  (640K lower / 3072K upper memory)
        [ Minimal BASH-like line editing is supported.   For
          the   first   word,  TAB  lists  possible  command
          completions.  Anywhere else TAB lists the possible
          completions of a device/filename. ]
 grub  find /boot/grub/stage1
  find /boot/grub/stage1
 Error 15: File not found
 grub

 ___
 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] URGENT

2010-04-24 Thread cahit Eyigünlü
It had solved , the error encounters from thousands of a bad sectors :( i do
not know how it happened but recovery system has repaired after then
mount /dev/sda /mnt ext3
 grub-install /dev/sda

has worked thanks

2010/4/24 Wahyu Darmawan wahyu.darma...@gmail.com

 Hi,
 Have you try this :
 r...@rescuecd64 ~ #  grub-install /dev/sda (or some device that
 installed CentOS)



 2010/4/24 cahit Eyigünlü cahit.eyigu...@gmail.com:
  I had a geub loader error  2 on starting centos
  and i am able to connect rescue system
  this is the result how could i get system work
  r...@rescuecd64 ~ # grub
  Probing devices to guess BIOS drives. This may take a long time.
  Unknown partition table signature
 
  GNU GRUB  version 0.97  (640K lower / 3072K upper memory)
 [ Minimal BASH-like line editing is supported.   For
   the   first   word,  TAB  lists  possible  command
   completions.  Anywhere else TAB lists the possible
   completions of a device/filename. ]
  grub  find /boot/grub/stage1
   find /boot/grub/stage1
  Error 15: File not found
  grub
 
  ___
  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

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


[CentOS] Urgent: filesystem corruption on 2.6.18-128.1.6.el5

2009-04-14 Thread Gordon Messmer
Gordon Messmer wrote:
 I opened bug 494927 with Red Hat after seeing this kernel error on two 
 different hosts, just a few days after updating or installing CentOS 5.3:
 https://bugzilla.redhat.com/show_bug.cgi?id=494927

In an attempt to confirm this bug, I set up a system under KVM and 
started three loops to generate filesystem activity.  I ran bonnie++ as 
two different users in separate directories under /var/tmp, and an 
additional loop copying /usr to a directory under /var/tmp and then 
removing it.  The /var filesystem became corrupt relatively quickly.

I'm now nearly certain that there is a severe filesystem corruption bug 
in 2.6.18-128.1.6.el5.  Please, if you are running this kernel, reboot 
your systems into single user mode and check your filesystems with fsck 
-f.  Your filesystems may appear clean despite corruption.  My test 
system exhibited this behavior.  Even though the corruption should have 
been obvious (files could not be deleted), the FS was marked clean.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Urgent: filesystem corruption on 2.6.18-128.1.6.el5

2009-04-14 Thread RedShift
Gordon Messmer wrote:
 Gordon Messmer wrote:
 I opened bug 494927 with Red Hat after seeing this kernel error on two 
 different hosts, just a few days after updating or installing CentOS 5.3:
 https://bugzilla.redhat.com/show_bug.cgi?id=494927
 
 In an attempt to confirm this bug, I set up a system under KVM and 
 started three loops to generate filesystem activity.  I ran bonnie++ as 
 two different users in separate directories under /var/tmp, and an 
 additional loop copying /usr to a directory under /var/tmp and then 
 removing it.  The /var filesystem became corrupt relatively quickly.
 
 I'm now nearly certain that there is a severe filesystem corruption bug 
 in 2.6.18-128.1.6.el5.  Please, if you are running this kernel, reboot 
 your systems into single user mode and check your filesystems with fsck 
 -f.  Your filesystems may appear clean despite corruption.  My test 
 system exhibited this behavior.  Even though the corruption should have 

Just to be clear, this corruption appears on the HOST, not inside the KVM 
virtual machine?

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


Re: [CentOS] Urgent: filesystem corruption on 2.6.18-128.1.6.el5

2009-04-14 Thread Gordon Messmer
RedShift wrote:
 Gordon Messmer wrote:
 In an attempt to confirm this bug, I set up a system under KVM and 
 started three loops to generate filesystem activity.  I ran bonnie++ as 
 two different users in separate directories under /var/tmp, and an 
 additional loop copying /usr to a directory under /var/tmp and then 
 removing it.  The /var filesystem became corrupt relatively quickly.
 
 Just to be clear, this corruption appears on the HOST, not inside the KVM 
 virtual machine?

No, the host is Fedora 10.  The KVM guest is CentOS 5.3 running kernel 
2.6.18-128.1.6.el5.  The filesystem activity caused corruption on the 
filesystem being stressed (barely).

I've also seen corruption on a CentOS 5.3 install running on a physical 
machine.

One of my friends is now attempting to reproduce the corruption on Red 
Hat's release of the same package, and I'm trying to reproduce the 
corruption on 2.6.18-128.  I suggest that anyone using that kernel check 
their filesystems and report any corruption that they find.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT: libdvdcss install hosed /var [SOLVED]

2008-12-12 Thread MHR
On Thu, Dec 11, 2008 at 4:35 PM, William L. Maltby
centos4b...@triad.rr.com wrote:

 On Thu, 2008-12-11 at 16:14 -0800, MHR wrote:
 I found it - there has to be a /var/lib/nfs directory with a few
 subdirectories under it.  Once I had created them all, I could run
 rpc.statd, and that unfroze everything.

 Thanks to all, esp. Bill for mentioning rpc - that was the clue for me.

 Thanks I needed that! You know that one Aw Shit wipes out 1000 'Atta
 Boys. Now I have one in the bank - 999 to go!  ;-)


So, like an idiot, after I had everything back up and running, I tried
it again.  It _couldn't_ happen twice.

It didn't.  The second time it trashed the root file system.  I
managed to save the one hierarchy I needed the most, and tomorrow I'm
reinstalling from scratch.

Live and learn - I hope

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


Re: [CentOS] URGENT: libdvdcss install hosed /var [SOLVED]

2008-12-12 Thread William L. Maltby

On Fri, 2008-12-12 at 00:02 -0800, MHR wrote:
 snip

  Thanks I needed that! You know that one Aw Shit wipes out 1000 'Atta
  Boys. Now I have one in the bank - 999 to go!  ;-)
 
 
 So, like an idiot, after I had everything back up and running, I tried
 it again.  It _couldn't_ happen twice.
 
 It didn't.  The second time it trashed the root file system.  I

 Current Atta Boy account balance: 0

 managed to save the one hierarchy I needed the most, and tomorrow I'm
 reinstalling from scratch.
 
 Live and learn - I hope

As you might guess, I truly have empathy here.

 
 mhr
 snip sig stuff

-- 
Bill

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


Re: [CentOS] URGENT: libdvdcss install hosed /var [SOLVED]

2008-12-12 Thread Kai Schaetzl
Mhr wrote on Thu, 11 Dec 2008 16:14:24 -0800:

 I found it

please, urgent or not, solved or not, please keep it in the thread next 
time. Thanks.

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



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


Re: [CentOS] URGENT: libdvdcss install hosed /var [SOLVED]

2008-12-12 Thread Lanny Marcus
On Fri, Dec 12, 2008 at 3:02 AM, MHR mhullr...@gmail.com wrote:
 On Thu, 2008-12-11 at 16:14 -0800, MHR wrote:
 I found it - there has to be a /var/lib/nfs directory with a few
 subdirectories under it.  Once I had created them all, I could run
 rpc.statd, and that unfroze everything.

 Thanks to all, esp. Bill for mentioning rpc - that was the clue for me.

 Thanks I needed that! You know that one Aw Shit wipes out 1000 'Atta
 Boys. Now I have one in the bank - 999 to go!  ;-)

 So, like an idiot, after I had everything back up and running, I tried
 it again.  It _couldn't_ happen twice.

 It didn't.  The second time it trashed the root file system.  I
 managed to save the one hierarchy I needed the most, and tomorrow I'm
 reinstalling from scratch.

 Live and learn - I hope

Sorry! This may get you to run some Diagnostics from the manufacturer
of the Hard Drive in that box. Since it installed  OK, on your box at
home, it is something you probably/possibly could have thought would
have gone OK on your Workstation at work.
Brings up my earlier suggestion of trying it on VMWare Server. My
experience with stuff from RPMforge is that it works AOK, but, I've
never tried that particular package.

A gentle reminder to backup your Workstation. Years ago, a colleague
of mine was working in the Northeast. She hadn't backed up for a long
time (A *very* smart woman, but not to have backed up is *wrong*). One
day, there was a problem with her PC and a Tech came and reformatted
the hard drive. She lost months of work..
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] URGENT: libdvdcss install hosed /var

2008-12-11 Thread MHR
I am running CentOS 5/2 (latest updates) with the GNOME DE on a 32-bit
machine (at work).

I have k3b installed, and I was trying to copy a DVD earlier this
morning, but k3b said it couldn't read encrypted DVDs.

So, I installed libdvdcss from rpmforge and restarted k3b.  It hung
the system.  I rebooted, and / had been damaged.  After running e2fsck
from the repair prompt, I rebooted and a whole slew of errors
revolving around various /var directories that did not ecist occurred.

I have been trying to repair /var, and so far with a fair modicum of
success, but I've hit an interesting wall - two, actually.

1) The gdm refuses to come up.  It claims that Server Authorization
directory (daemon/ServAuthDir) is set to /var/gdm, but this does not
exist

However:

# ll -d /var/gdm
drwxrwx--T 2 root gdm 4096 Dec 11 10:31 /var/gdm
# ll /var/gdm
total 8
-rw-r- 1 root root 45 Nov 26 10:47 :0.Xauth
-rw-r--r-- 1 root root 63 Dec 11 09:14 :0.Xservers

This is identical to my backup system (which is not surprising - I set
up the dir and copied the files from here - was that a bad idea?).

2) The following daemons fail to start: auditd, NFS statd, avahi and
HAL.  I've tried to pin down why the avahi daemon won't start because
it keeps logging permissions errors trying to create the pid file
/var/run/avahi-daemon//pid, but the setup of /var /var/run and
/var/run/avahi-daemon are all identical to this (backup) machine.  Any
suggestions?

Or is there a better, more comprehensive repair facility available?

BTW, OT: Does anyone know why this might have happened?  I have all
this installed at home, no problems whatsoever (libdvdcss works
seamlessly with all my DVD tools, including k3b).

Thanks!

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


Re: [CentOS] URGENT: libdvdcss install hosed /var

2008-12-11 Thread Robert Nichols
MHR wrote:
 I am running CentOS 5/2 (latest updates) with the GNOME DE on a 32-bit
 machine (at work).
 
 I have k3b installed, and I was trying to copy a DVD earlier this
 morning, but k3b said it couldn't read encrypted DVDs.
 
 So, I installed libdvdcss from rpmforge and restarted k3b.  It hung
 the system.  I rebooted, and / had been damaged.  After running e2fsck
 from the repair prompt, I rebooted and a whole slew of errors
 revolving around various /var directories that did not ecist occurred.
 
 I have been trying to repair /var, and so far with a fair modicum of
 success, but I've hit an interesting wall - two, actually.
 
 1) The gdm refuses to come up.  It claims that Server Authorization
 directory (daemon/ServAuthDir) is set to /var/gdm, but this does not
 exist
 
 However:
 
 # ll -d /var/gdm
 drwxrwx--T 2 root gdm 4096 Dec 11 10:31 /var/gdm
 # ll /var/gdm
 total 8
 -rw-r- 1 root root 45 Nov 26 10:47 :0.Xauth
 -rw-r--r-- 1 root root 63 Dec 11 09:14 :0.Xservers

A common cause of failures like that is damaged directory permissions
near the top of the filesystem hierarchy, often as a result of
unpacking a tar archive into the root directory.

-- 
Bob Nichols NOSPAM is really part of my email address.
 Do NOT delete it.

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


Re: [CentOS] URGENT: libdvdcss install hosed /var

2008-12-11 Thread Lanny Marcus
On Thu, Dec 11, 2008 at 2:19 PM, Robert Nichols
rnicholsnos...@comcast.net wrote:
 MHR wrote:
 I am running CentOS 5/2 (latest updates) with the GNOME DE on a 32-bit
 machine (at work).

 I have k3b installed, and I was trying to copy a DVD earlier this
 morning, but k3b said it couldn't read encrypted DVDs.

 So, I installed libdvdcss from rpmforge and restarted k3b.  It hung
snip
 A common cause of failures like that is damaged directory permissions
 near the top of the filesystem hierarchy, often as a result of
 unpacking a tar archive into the root directory.

Mark: If you trace it back to the libdvdcss package from rpmforge,
notify them about it. Strange that it works OK for you at home and you
hosed your Workstation at work, but that's Murphy's Law. Good luck
getting it working! Possibly try this again, under VMWare, when you
are relaxed and want to see if it can be recreated. Lanny
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


  1   2   >