Re: [CentOS] Does anyone use tcp wrappers (hosts.allow/hosts.deny) anymore?

2014-03-22 Thread Always Learning

> On Sat, Mar 22, 2014 at 2:05 PM, Always Learning  wrote:
> 
> > Nothing is easier and simpler than
> >
> > [any-section]
> > parameter1=value1
> > parameter2=value2

On Sat, 2014-03-22 at 18:24 +1300, Cliff Pratt wrote:

> That text format is simple. Too simple. If you have multiple similar
> sub-sections you have to use some ad-hoc construction. For example if you
> require sub entries with eg a default sub-section and a per-user
> sub-section then the simple example doesn't work, or at least it is
> rendered a lot less readable. It doesn't nest.

Whoops your M$ heritage is showing.

On Linux "per-user" values are usually stored in individual
configuration files located in their users' ~ (/home/) directories - not
in a single, fragile and all-embracing nightmare called The Windoze
Registry.

Linux is much more logical and user-friendly. Hence the existence of
simple configuration files capable of containing copious configuration
hints and explanations - something omitted from the XML monstrosity. 

 :-)

Centos is like a hot sunny day - a true joy to experience.
-- 
Paul.
England,
EU.

   Our systems are exclusively Centos. No Micro$oft Windoze here.

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


Re: [CentOS] Does anyone use tcp wrappers (hosts.allow/hosts.deny) anymore?

2014-03-22 Thread Lamar Owen
On 03/21/2014 08:37 AM, James B. Byrne wrote:
>
> Possibly because the machines are running programs written by humans that need
> to understand what they think they have told the machine to do in order to
> determine why it is not doing what they want it to?
>
At the risk of running further off-topic.

"I hate this old machine
I wish that they would sell it
It never does what I want
But only what I tell it."


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


Re: [CentOS] biosdevname

2014-03-22 Thread Steve Clark
On 03/21/2014 06:36 PM, SilverTip257 wrote:
> On Fri, Mar 21, 2014 at 6:28 PM, Warren Young  wrote:
>
>> On 3/20/2014 10:33, SilverTip257 wrote:
>>> And an interface should only be detected as pXpY if it's a PCI NIC.
>>> THOUGH I've seen it already where an onboard NIC in a Lenovo desktop was
>>> detected as p5p1.
>> Just because the MAC chip is soldered to the motherboard doesn't mean it
>> can't be on the PCI[e] bus.
>>
> I'm in agreement on that.
> ( I just wanted to point out that there are some differences and quirks
> [that may not be a bug]. )
>
> I believe biosdevname applies only to Dell hardware, but maybe more
> hardware support has been added for other manufacturers.  That particular
> Lenovo hardware had an install of the latest Fedora release at the time...
>
>
>

My issue is the names changed when going from 0.4 version to 0.5.


-- 
Stephen Clark
*NetWolves Managed Services, LLC.*
Director of Technology
Phone: 813-579-3200
Fax: 813-882-0209
Email: steve.cl...@netwolves.com
http://www.netwolves.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] OT: DELL PERC H200

2014-03-22 Thread Eero Volotinen
Yes, its real raid controller, but # slow and crappy card, please avoid
it, if possible.
21.3.2014 23.53 kirjoitti :

> Does anyone know if a PERC H200 is a real RAID controller?  I'm about to
> build a box to CentOS 6.5 (it was Windows...) with RAID 6 on Monday, and
> this PE R610 has this I'm familiar with PERC 6 and 7s, but just dunno
> 'bout this one.
>
>  mark
>
> ___
> 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] RHEL/CentOS 7 Dual boot with CentOS 5.x/6.x - default boot quick solution/howto

2014-03-22 Thread Ljubomir Ljubojevic
I have RHEL 7 Beta installed in dual boot with CentOS 6.x. Since RHEL 7 
installed GRUB2, I had problem that RHEL 7 is default boot.


My personal solution was to go to /etc/grub.d and run command:
mv 10_linux 31_linux

grub2-mkconfig -o /boot/grub2/grub.cfg

Explanation:


- /etc/grub.d is where grub2 writes down config files used to create 
boot menu.
- OS-prober creates 30_os-prober file in /etc/grub.d
- 10_linux is created for RHEL/CentOS 7.x system installed.

If you change order of files in /etc/grub.d (numbers at the start of the 
files) the list generated with grub2-mkconfig will change order in the 
GRUB2 menu :)


Fedora/RHEL 7.x have a changed GRUB2 so for further reading read:


5.3 Multi-boot manual config:
http://www.gnu.org/software/grub/manual/grub.html#Multi_002dboot-manual-config


and

Fedora GRUB Wiki:
http://fedoraproject.org/wiki/GRUB_2


-- 
Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe

StarOS, Mikrotik and CentOS/RHEL/Linux consultant
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Changing isolinux/splash.jpg on custom ISO

2014-03-22 Thread Digimer
Hi all,

   I know I've done this in the past, but I can't seem to get it working 
today...

   I want to roll my own ISO and use custom splash.jpg. If I roll the 
ISO with the stock splash.jpg, it works. When I save my own 800x600 .jpg 
as splash.jpg though, I get a black screen. I made sure the permissions 
and ownership was the same.

   Is there a special way that the JPG has to be save for it to be used?

Thanks!

-- 
Digimer
Papers and Projects: https://alteeve.ca/w/
What if the cure for cancer is trapped in the mind of a person without 
access to education?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Changing isolinux/splash.jpg on custom ISO

2014-03-22 Thread Digimer
On 22/03/14 02:02 PM, Digimer wrote:
> Hi all,
>
> I know I've done this in the past, but I can't seem to get it working
> today...
>
> I want to roll my own ISO and use custom splash.jpg. If I roll the
> ISO with the stock splash.jpg, it works. When I save my own 800x600 .jpg
> as splash.jpg though, I get a black screen. I made sure the permissions
> and ownership was the same.
>
> Is there a special way that the JPG has to be save for it to be used?
>
> Thanks!

Got it, I found a fedora howto[1] that gave me the secret. Had to 
convert the image to 16-bit.

1. https://fedoraproject.org/wiki/How_to_create_a_custom_syslinux_splash

-- 
Digimer
Papers and Projects: https://alteeve.ca/w/
What if the cure for cancer is trapped in the mind of a person without 
access to education?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Changing isolinux/splash.jpg on custom ISO

2014-03-22 Thread Alain Reguera Delgado
On 3/22/14, Digimer  wrote:

>I want to roll my own ISO and use custom splash.jpg. If I roll the
> ISO with the stock splash.jpg, it works. When I save my own 800x600 .jpg
> as splash.jpg though, I get a black screen. I made sure the permissions
> and ownership was the same.
>
>Is there a special way that the JPG has to be save for it to be used?

The procedure I know is:

- Create a full color PNG image (holding your own graphic design)
- Create an indexed image of 16 colors based on your full color PNG image?
- Transform the indexed image into LSS format using the correct order
of colors. The LSS format is what isolinux finally reads, not the PNG
image. If the order of colors is not the same in both the indexed
image and the LSS image, the final result may not be displayed as you
expect.

There is some automation around this at:

- 
https://git.centos.org/blob/sig-core!artwork.git/1200298db99597c567f0e06131941b48aae3f8da/Scripts!Modules!Render!Modules!Files!Modules!Palette!palette.sh

Best Regards,
al.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Does anyone use tcp wrappers (hosts.allow/hosts.deny) anymore?

2014-03-22 Thread Cliff Pratt
On Sun, Mar 23, 2014 at 2:02 AM, Always Learning  wrote:

>
> > On Sat, Mar 22, 2014 at 2:05 PM, Always Learning 
> wrote:
> >
> > > Nothing is easier and simpler than
> > >
> > > [any-section]
> > > parameter1=value1
> > > parameter2=value2
>
> On Sat, 2014-03-22 at 18:24 +1300, Cliff Pratt wrote:
>
> > That text format is simple. Too simple. If you have multiple similar
> > sub-sections you have to use some ad-hoc construction. For example if you
> > require sub entries with eg a default sub-section and a per-user
> > sub-section then the simple example doesn't work, or at least it is
> > rendered a lot less readable. It doesn't nest.
>
> Whoops your M$ heritage is showing.
>
> Hmm, I don't deny that I moved to Linux from the Dark Side...


> On Linux "per-user" values are usually stored in individual
> configuration files located in their users' ~ (/home/) directories - not
> in a single, fragile and all-embracing nightmare called The Windoze
> Registry.
>
> The Windoze Registry eh? Well, I don't have CentOS/RHEL to try this on
here, but when I type "gconf-editor" at the command line, I get something
much like Windows Registry Editor.

WRT user configurations, I only used users as an example. Your
configuration file format is not useful in an application that requires a
nested configuration.

Linux is much more logical and user-friendly. Hence the existence of
> simple configuration files capable of containing copious configuration
> hints and explanations - something omitted from the XML monstrosity.
>
>  :-)
>
> Yeah right. Each and every configuration has its own format of
configuration file (eg sudoers) which you have to learn.

XML is a monstrocity, I agree. But it's useful across the board monstrosity.


> Centos is like a hot sunny day - a true joy to experience.
>
>
And we are stll waay off topic!

Cheers,

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


Re: [CentOS] RHEL/CentOS 7 Dual boot with CentOS 5.x/6.x - default boot quick solution/howto

2014-03-22 Thread Nux!
On 22.03.2014 17:46, Ljubomir Ljubojevic wrote:
> I have RHEL 7 Beta installed in dual boot with CentOS 6.x. Since RHEL 
> 7
> installed GRUB2, I had problem that RHEL 7 is default boot.
> 
> 
> My personal solution was to go to /etc/grub.d and run command:
> mv 10_linux 31_linux
> 
> grub2-mkconfig -o /boot/grub2/grub.cfg
> 
> Explanation:
> 
> 
> - /etc/grub.d is where grub2 writes down config files used to create
> boot menu.
> - OS-prober creates 30_os-prober file in /etc/grub.d
> - 10_linux is created for RHEL/CentOS 7.x system installed.
> 
> If you change order of files in /etc/grub.d (numbers at the start of 
> the
> files) the list generated with grub2-mkconfig will change order in the
> GRUB2 menu :)

Oh boy, I'm so going to miss Grub 0.97..
Thanks for sharing, though!

-- 
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RHEL/CentOS 7 Dual boot with CentOS 5.x/6.x - default boot quick solution/howto

2014-03-22 Thread Cliff Pratt
On Sun, Mar 23, 2014 at 1:39 PM, Nux!  wrote:

> On 22.03.2014 17:46, Ljubomir Ljubojevic wrote:
> > I have RHEL 7 Beta installed in dual boot with CentOS 6.x. Since RHEL
> > 7
> > installed GRUB2, I had problem that RHEL 7 is default boot.
> >
> >
> > My personal solution was to go to /etc/grub.d and run command:
> > mv 10_linux 31_linux
> >
> > grub2-mkconfig -o /boot/grub2/grub.cfg
> >
> > Explanation:
> >
> >
> > - /etc/grub.d is where grub2 writes down config files used to create
> > boot menu.
> > - OS-prober creates 30_os-prober file in /etc/grub.d
> > - 10_linux is created for RHEL/CentOS 7.x system installed.
> >
> > If you change order of files in /etc/grub.d (numbers at the start of
> > the
> > files) the list generated with grub2-mkconfig will change order in the
> > GRUB2 menu :)
>
> Oh boy, I'm so going to miss Grub 0.97..
> Thanks for sharing, though!
>

That method of ordering configuration files has been around for decades, so
nothing new there. (eg /etc/init.d).

However I do find grub2's configuration a little confusing. Nothing new
there. It'll sink in sometime, no doubt.

Cheers,

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