Re: [CentOS] IPv6 on Centos 6

2012-08-11 Thread James Hogarth
On Aug 11, 2012 2:00 AM, "Alan Batie"  wrote:
>
> On 8/10/12 5:50 PM, Stephen Harris wrote:
> > On Fri, Aug 10, 2012 at 05:24:12PM -0700, Alan Batie wrote:
> >> IPV6_DEFROUTE=yes
> >
> > Not sure where you get that from.
>
> That's not something normally in our configs, I think it was in the
> default config the centos 6 installer created, and I only stripped out
> some of the excess... stuff like that I left in in case it mattered in 6
> for some reason...  The config on the working centos 5 systems (which is
> what we use on the centos 6 systems also) is much simpler:
>
>  [113] # cat /etc/sysconfig/network
> NETWORKING=yes
> NETWORKING_IPV6=yes
> HOSTNAME=ns6.peak.org
> GATEWAY=207.55.16.1
>  [114] # cat /etc/sysconfig/network-scripts/ifcfg-eth0
> DEVICE=eth0
> BOOTPROTO=static
> BROADCAST=207.55.19.255
> IPADDR=207.55.16.53
> NETMASK=255.255.252.0
> ONBOOT=yes
> TYPE=Ethernet

>
> netstat is the one I usually use:
>
>  [39] # ip -6 router
> Object "router" is unknown, try "ip help".
>  [40] # netstat -rn -A inet6

With ipv6 in the picture stop using net-tools - they were deprecated a long
time ago and there's multiple edge cases and bugs where they don't work
properly or lack features... learn to use the iproute2 toolset - ip, ss and
tc being the key ones.

And it's ip -6 route not ip -6 router... or ip -6 r s in short ;-)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Repo data lagging behind

2012-08-11 Thread Johnny Hughes
On 08/10/2012 06:13 PM, Leonard den Ottolander wrote:
> Hello,
>
> I just noticed there's a security update for openldap on C6 that's a few
> days old. However my box is not receiving the update. I've checked both
> ftp://ftp.plusline.de and ftp://ftp.nluug.nl. Both have the updates in
> the Packages directory, which has a mod time of 2012-08-08. However, the
> corresponding repodata directories on both mirrors have a mod time of
> 2012-08-06. Any reason why the repo data hasn't been updated? Or are
> those mirrors not syncing correctly for some reason?
>

This has been corrected.  Thanks for the heads up.



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


[CentOS] Missing dependency in C6 ISO

2012-08-11 Thread Rajagopal Swaminathan
Greetings,

I had downloaded c6 64 bits ISO, selected all packages to be installed.

One dependency warning relating to Emacs appeared. I chose to
continue. Unfortunately I was multitasking and did not note down the
package name

Twice this issue appeared -- first time around aborted install due to power cut.

Did anybody else face this situation?

Also is there a better way with just DVDs and not LAN to select all
package install. (no Kickstart, NFS server etc.) I have the ISO images
though.

/ducks
I know no sysadmin installs everything on a centos box... But then it
is just a single desktop to get legroom in a M$ shop / Home
//ducks

-- 
Regards,

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


Re: [CentOS] Missing dependency in C6 ISO

2012-08-11 Thread ashkab rahmani
installing all packages is very bad idea. many of them may conflict in
installation process or after it.

———
Ashkan R
On Aug 11, 2012 8:41 PM, "Rajagopal Swaminathan" 
wrote:

> Greetings,
>
> I had downloaded c6 64 bits ISO, selected all packages to be installed.
>
> One dependency warning relating to Emacs appeared. I chose to
> continue. Unfortunately I was multitasking and did not note down the
> package name
>
> Twice this issue appeared -- first time around aborted install due to
> power cut.
>
> Did anybody else face this situation?
>
> Also is there a better way with just DVDs and not LAN to select all
> package install. (no Kickstart, NFS server etc.) I have the ISO images
> though.
>
> /ducks
> I know no sysadmin installs everything on a centos box... But then it
> is just a single desktop to get legroom in a M$ shop / Home
> //ducks
>
> --
> Regards,
>
> Rajagopal
> ___
> 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] Missing dependency in C6 ISO

2012-08-11 Thread Rajagopal Swaminathan
Greetings,

On Sat, Aug 11, 2012 at 9:43 PM, ashkab rahmani  wrote:
> installing all packages is very bad idea. many of them may conflict in
> installation process or after it.

Completely agree.


>> /ducks
>> I know no sysadmin installs everything on a centos box... But then it
>> is just a single desktop to get legroom in a M$ shop / Home
>> //ducks
>>

But the in multitude of Centos 5 (all-) installs I have done since
2007, I never had any such issues.

-- 
Regards,

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


Re: [CentOS] IPv6 on Centos 6

2012-08-11 Thread Emmanuel Noobadmin
On 8/11/12, Alan Batie  wrote:
> We've been running ipv6 for a year or so now, but some of our newer
> instances (all on an ESX cluster) are not working.  It looks like it's
> all of our Centos 6 instances.  I'm hoping someone can point me in the
> right direction...

>  [27] # cat ifcfg-eth0
> DEVICE="eth0"
> NM_CONTROLLED="no"
> ONBOOT="yes"
> TYPE=Ethernet
> BOOTPROTO=none
> IPADDR=207.55.16.66
> PREFIX=22
> GATEWAY=207.55.16.1

Not sure if this is related/relevant but I remember reading this bug
about problems if PREFIX is used instead of NETMASK.

http://bugs.centos.org/view.php?id=5391
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Missing dependency in C6 ISO

2012-08-11 Thread Leonard den Ottolander
Hello Ashkab,

Be so kind not to top post and trim your replies.

On Sat, 2012-08-11 at 20:43 +0430, ashkab rahmani wrote:
> installing all packages is very bad idea. many of them may conflict in
> installation process or after it.

The distribution is build by upstream so packages within a release do
not conflict with one another. An installation including every single
packages should not be a problem.

If the original poster is seeing dependency issues with the ISO install
he should probably take a note of what package it is that is missing
from that particular ISO so the CentOS team can look into it and correct
the spin if needed.

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] Boot.log Issue

2012-08-11 Thread Blackburn, Marvin
This was taken out of RHEL in 5 and was to be replaced. 
However, I've not seen where, though I've not looked at 6 yet


_
"He's no failure. He's not dead yet."
William Lloyd George

-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
Behalf Of Cleiton Cipriani
Sent: Friday, August 10, 2012 2:23 PM
To: centos@centos.org
Subject: [CentOS] Boot.log Issue


I everybody... i need help to enable boot.log at CentOS 5... i have a
old server running for a few months, and sometimes when system boots up,
a can see FAIL status, but the screen scrools fast and i cant determine
which service can not boot up properly... 

Best Regards

Cleiton Cipriani
  
___
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] Missing dependency in C6 ISO

2012-08-11 Thread Karanbir Singh
hi,

firstly, you haven't pointed out what the problem was.

On 08/11/2012 05:19 PM, Rajagopal Swaminathan wrote:
>> installing all packages is very bad idea. many of them may conflict in
>> installation process or after it.
> Completely agree.

I can also confirm that its impossible to install everything on
CentOS-6. That is by design, there are functional overlaps that are
enforced at the rpm level that prevent you from doing so.

> But the in multitude of Centos 5 (all-) installs I have done since
> 2007, I never had any such issues.

CentOS-5 isnt CentOS-6.


-- 
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] Missing dependency in C6 ISO

2012-08-11 Thread fred smith
On Sat, Aug 11, 2012 at 07:34:15PM +0100, Karanbir Singh wrote:
> hi,
> 
> firstly, you haven't pointed out what the problem was.
> 
> On 08/11/2012 05:19 PM, Rajagopal Swaminathan wrote:
> >> installing all packages is very bad idea. many of them may conflict in
> >> installation process or after it.
> > Completely agree.
> 
> I can also confirm that its impossible to install everything on
> CentOS-6. That is by design, there are functional overlaps that are
> enforced at the rpm level that prevent you from doing so.
> 
> > But the in multitude of Centos 5 (all-) installs I have done since
> > 2007, I never had any such issues.

KB: I assume this was done for some useful purpose, not simply to 
make sure nobody can install everything if they want to...

back in the RH5/6 days (not RHEL) I used to commonly choose an
"everything" installation. now that the distribution is so big
I don't even try, anymore.

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  The eyes of the Lord are everywhere, 
keeping watch on the wicked and the good.
- Proverbs 15:3 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Missing dependency in C6 ISO

2012-08-11 Thread Karanbir Singh
On 08/11/2012 07:40 PM, fred smith wrote:
>> I can also confirm that its impossible to install everything on
>> CentOS-6. That is by design, there are functional overlaps that are
>> enforced at the rpm level that prevent you from doing so.
> KB: I assume this was done for some useful purpose, not simply to 
> make sure nobody can install everything if they want to...

Right, its based on duplicate functionality. in some cases ( like
sendmail + postfix ) you can indeed install both. But in others, you cant.

> back in the RH5/6 days (not RHEL) I used to commonly choose an
> "everything" installation. now that the distribution is so big
> I don't even try, anymore.

yeah, and the idea of 'everything' is a bit odd given that you can now
include external repos - so you might get an everything install that
brings in 12,000 rpms - runs for 3 days to get done - and needs 50GB of
disk space :)..


-- 
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


[CentOS] Eth1 problem on CentOS-6.3

2012-08-11 Thread James B. Byrne
I am trying to transport a dd image between to hosts over a cross
linked gigabit connection.  Both hosts have an eth1 configured to a
non routable ip addr on a shared network.   No other devices exist on
this link.

When transferring via sftp I received a stall warning.  Checking the
logs I see this:

dmesg | grep eth

e1000e :00:19.0: eth0: (PCI Express:2.5GT/s:Width x1)
00:1c:c0:f2:1f:bb
e1000e :00:19.0: eth0: Intel(R) PRO/1000 Network Connection
e1000e :00:19.0: eth0: MAC: 7, PHY: 8, PBA No: FF-0FF
r8169 :01:00.0: eth1: RTL8168d/8111d at 0xc9000187c000,
00:0a:cd:1d:44:fe, XID 081000c0 IRQ 31
r8169 :01:00.0: eth1: jumbo features [frames: 9200 bytes, tx
checksumming: ko]
ADDRCONF(NETDEV_UP): eth0: link is not ready
device eth0 entered promiscuous mode
r8169 :01:00.0: eth1: invalid firwmare
r8169 :01:00.0: eth1: unable to load firmware patch
rtl_nic/rtl8168d-1.fw (-22)
r8169 :01:00.0: eth1: link down
r8169 :01:00.0: eth1: link down
ADDRCONF(NETDEV_UP): eth1: link is not ready
r8169 :01:00.0: eth1: link up
ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
br0: port 1(eth0) entering learning state
eth1: no IPv6 routers present
eth0: no IPv6 routers present
br0: port 1(eth0) entering forwarding state
r8169 :01:00.0: eth1: link down
r8169 :01:00.0: eth1: link up
r8169 :01:00.0: eth1: link down
r8169 :01:00.0: eth1: link up

This may, or may not, be related to this bug:

https://bugzilla.kernel.org/show_bug.cgi?id=12411

Is there some way to confirm whether or not this is the case.  Is
there a work-around for it if it is this bug?  If it is not then has
anyone any idea what is happening and how to fix it?

-- 
***  E-Mail is NOT a SECURE channel  ***
James B. Byrnemailto:byrn...@harte-lyne.ca
Harte & Lyne Limited  http://www.harte-lyne.ca
9 Brockley Drive  vox: +1 905 561 1241
Hamilton, Ontario fax: +1 905 561 0757
Canada  L8E 3C3

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


Re: [CentOS] Strange issue with system time being off

2012-08-11 Thread Gordon Messmer
On 08/09/2012 12:33 PM, Russell Jones wrote:
> The hardware clock is configured in local time. /etc/sysconfig/clock
> is set to UTC=false and ZONE="America/Chicago".

What other settings are in that file?

The system is treating your hardware clock as if it were UTC.  Actually 
setting it to UTC is probably the easiest fix (and possibly the best one).

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


Re: [CentOS] Strange device labeling in 6.3

2012-08-11 Thread Gordon Messmer
On 08/09/2012 11:31 AM, Scott Robbins wrote:
> It's another idea from Fedora, the theory, IIRC, was that this way,
> devices would always have the same name, whereas under the method
> that has been used device names could change on a reboot.

The idea actually came from Dell.  It's frequently described as a method 
to prevent the device name from changing during a reboot, but that was 
already in place.  What biosdevname does is make names *predictable* on 
Dell systems.  It shouldn't be enabled anywhere else.

As you stated, the documented method of turning the feature off is to 
add biosdevname=0 to the boot configuration (which means rebooting).

http://fedoraproject.org/wiki/Features/ConsistentNetworkDeviceNaming
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Missing dependency in C6 ISO

2012-08-11 Thread Rajagopal Swaminathan
Greetings,

On Sun, Aug 12, 2012 at 12:19 AM, Karanbir Singh  wrote:
> On 08/11/2012 07:40 PM, fred smith wrote:
>>> I can also confirm that its impossible to install everything on
>>> CentOS-6. That is by design, there are functional overlaps that are
>>> enforced at the rpm level that prevent you from doing so.
>> KB: I assume this was done for some useful purpose, not simply to
>> make sure nobody can install everything if they want to...
>
> Right, its based on duplicate functionality. in some cases ( like
> sendmail + postfix ) you can indeed install both. But in others, you cant.
>
>> back in the RH5/6 days (not RHEL) I used to commonly choose an
>> "everything" installation. now that the distribution is so big
>> I don't even try, anymore.
>
> yeah, and the idea of 'everything' is a bit odd given that you can now
> include external repos - so you might get an everything install that
> brings in 12,000 rpms - runs for 3 days to get done - and needs 50GB of
> disk space :)..
>

Thanks KB, for the explanation.

I will be more careful this time around.

The missing dependency  I was talking about was about :

/quote
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
1:emacs-23.1-21.el6_2.3.x86_64 has missing requires of libotf.so.0()(64bit)
/unquote

I got this error when trying to install scribus

-- 
Regards,

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


Re: [CentOS] How protect bash history file, do audit alike in server

2012-08-11 Thread Gordon Messmer
On 08/08/2012 11:34 AM, Brian Mathis wrote:
> Capturing history files is error-prone and a very bad way to approach
> this problem.  You should instead look into using process accounting,
> provided by the psacct package.  You can read about it here:
> http://www.cyberciti.biz/tips/howto-log-user-activity-using-process-accounting.html

+1

bash_history is not a log for the admin, it's a convenience for the 
user.  Users who want to hide their tracks can unset HISTFILE or switch 
to a different shell.  Process accounting is the only solution that's 
even remotely reliable.

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


Re: [CentOS] compare zfs xfs and jfs o

2012-08-11 Thread Gordon Messmer
On 08/04/2012 07:01 AM, ashkab rahmani wrote:
> i want to share it on network via nfs.
> which file system is better for it?

I have a hard time imagining that you'd get useful information from 
cross-posting this to the FreeBSD and CentOS lists.  Their 
implementations of filesystems are completely different.

If you use a CentOS NFS server, I'd recommend ext4.  In benchmarks, I 
often see XFS perform better than ext4 in specific tests.  JFS rarely 
does well.  However, the last time I used XFS was for a system running 
Zoneminder.  Benchmarks let us to believe that XFS would be a better 
filesystem, but in our actual implementation it couldn't keep up.  The 
application couldn't delete data quickly enough when the volume was 
nearly full, so the volume would fill up and the system would fail.  We 
only got it working reliably after switching to ext4.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Missing dependency in C6 ISO

2012-08-11 Thread Johnny Hughes
On 08/11/2012 07:30 PM, Rajagopal Swaminathan wrote:
> Greetings,
>
> On Sun, Aug 12, 2012 at 12:19 AM, Karanbir Singh  wrote:
>> On 08/11/2012 07:40 PM, fred smith wrote:
 I can also confirm that its impossible to install everything on
 CentOS-6. That is by design, there are functional overlaps that are
 enforced at the rpm level that prevent you from doing so.
>>> KB: I assume this was done for some useful purpose, not simply to
>>> make sure nobody can install everything if they want to...
>> Right, its based on duplicate functionality. in some cases ( like
>> sendmail + postfix ) you can indeed install both. But in others, you cant.
>>
>>> back in the RH5/6 days (not RHEL) I used to commonly choose an
>>> "everything" installation. now that the distribution is so big
>>> I don't even try, anymore.
>> yeah, and the idea of 'everything' is a bit odd given that you can now
>> include external repos - so you might get an everything install that
>> brings in 12,000 rpms - runs for 3 days to get done - and needs 50GB of
>> disk space :)..
>>
> Thanks KB, for the explanation.
>
> I will be more careful this time around.
>
> The missing dependency  I was talking about was about :
>
> /quote
> ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
> 1:emacs-23.1-21.el6_2.3.x86_64 has missing requires of libotf.so.0()(64bit)
> /unquote
>
> I got this error when trying to install scribus

The actual problem is that there are 3 things that provide libotf.so.0
and one of them is openmpi-psm.  There is a newer version of openmpi
that obsoletes that rpm and yum can handle it, but anaconda can not
handle that obsolete. Because of that, it breaks the installation.

This issue should be taken care of on the 6.4 ISOs.

So, if you do not install openmpi items, you should be OK.




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