Re: [CentOS] Problem installing Centos 6.4/6.5 from USB stick seen as HDD by BIOS

2014-01-22 Thread Darr247
On 2014-01-22 2:28 PM, Mauricio Tavares wrote:
> I wonder if you are using the full install dvd image,

Yes, basic desktop install, so DVD2 is not asked for...  it crashed the 
same way whether burnt/run to/from DVD or dd'd/booted to/from a USB stick.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Can't install Python i686 on x86_64 system (centos 6.5)

2014-01-22 Thread mag3690
Hi,

I was trying to update CentOS 6.4 to 6.5,and the yum updated failed with the
following information.
--> Processing Conflict: python-devel-2.6.6-51.el6.x86_64 conflicts python <
2.6.6-51.el6
--> Finished Dependency Resolution
Error: python-devel conflicts with python-2.6.6-37.el6_4.i686
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles –nodigest

How can we have both 32 bit and 64 bit python devel on 64 bit machine.

Thank you
mag3690



--
View this message in context: 
http://centos.1050465.n5.nabble.com/CentOS-Can-t-install-Python-i686-on-x86-64-system-centos-6-5-tp5722538p5723942.html
Sent from the CentOS mailing list archive at Nabble.com.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] NIC Throwing errors I dont understand

2014-01-22 Thread m . roth
Jason T. Slack-Moehrle wrote:
> I am having an issue where eth1 is throwing some messages and stops
> responding. Restarting networking doesn't work and also just bringing down
> eth1 with 'ifdown' doesn't fix it. I have never seen anything like these
> messages:
>
> eth1: no IPv6 routers present
> r8169 :03:00.0: eth1: rtl_counters_cond == 1 (loop: 1000, delay: 10).
> r8169 :03:00.0: eth1: rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
<...>
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: rtl_phy_reset_cond == 1 (loop: 100, delay: 1).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).

> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: link up
>
> [root@mail jtsm]# lspci | grep -i net
> 02:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network
> Connection
> 03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
> RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 01)

Googling on rtl_counters_cond finds a lot of folks talking about "laptop
mode" error, and somebody mentions "zero configuration", which I assume
they mean zeroconf. Is this a laptop? Is this wired or not? If it's wired,
and not a laptop, I'd shut down avahi-daemon and chkconfig it off (and the
same with NetworkMangler, er, Manager), and see what happens.

Another possibility, if wired, check your patch cord, and make sure it's
plugged in securely at both ends.

   mark

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


Re: [CentOS] Problem installing Centos 6.4/6.5 from USB stick seen as HDD by BIOS

2014-01-22 Thread Mauricio Tavares
On Wed, Jan 22, 2014 at 11:57 AM, Darr247  wrote:
> On 2014-01-22 3:25 AM, Emmanuel Noobadmin wrote:
>> Is this considered a bug with anaconda
>
> Anaconda should be more robust, in my opinion... when it gives the
> 'cannot find file' error, it should offer a 'retry' option instead of
> just crashing out and requiring the user to start the install over from
> the beginning.

  I wonder if you are using the full install dvd image, it expects
to look for the install files off a cd/dvd. I know the netinstall
image asks where you want to load the install image (and the rest)
from, be it a drive, network partition, or web thingie. Maybe, if for
some reason the install gets confused, it should pop that menu since
it is coded already.

> ___
> 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] Problem installing Centos 6.4/6.5 from USB stick seen as HDD by BIOS

2014-01-22 Thread Steve Clark
On 01/22/2014 03:25 AM, Emmanuel Noobadmin wrote:
> I'm trying to install C6.5 on a USB stick (created using Fedora
> LiveUSB Creator).
>
> The problem is the machine using an Intel ITX board sets the USB stick
> as a HDD instead of a CDROM. During install, the DVD couldn't find the
> installer automatically and I must choose the HDD option for it to
> proceed to network/timezone/storage setup.
>
> After the storage partitioning, it will throw an error that it is
> unable to read package metadata. Although there is an option to edit
> the repo information, there isn't an option to specify a hard disk.
>
> Switching to console, attempts to mount /dev/sdb as /dev/cdrom or
> /mnt/sr0 met with failure because the USB drive is in use.
can you use -o remount in the mount command?
> Previously I used 6.4 and downloaded 6.5 thinking it might just be an
> issue with 6.4 but both failed at the same point. There doesn't appear
> to be anybody else who encounter the same problem on a quick google.
>
> Is this considered a bug with anaconda or is there some kind of
> workaround such as forcing the system to mount /dev/sdb as cdrom
> despite already being mounted/busy?
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>


-- 
Stephen Clark
*NetWolves*
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] NIC Throwing errors I dont understand

2014-01-22 Thread Eero Volotinen
2014/1/22 Jason T. Slack-Moehrle 

> I am having an issue where eth1 is throwing some messages and stops
> responding. Restarting networking doesn't work and also just bringing down
> eth1 with 'ifdown' doesn't fix it. I have never seen anything like these
> messages:
>
> eth1: no IPv6 routers present
> r8169 :03:00.0: eth1: rtl_counters_cond == 1 (loop: 1000, delay: 10).
> r8169 :03:00.0: eth1: rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: rtl_phy_reset_cond == 1 (loop: 100, delay: 1).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
> r8169 :03:00.0: eth1: link up
>

Sound like broken network card?

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


[CentOS] NIC Throwing errors I dont understand

2014-01-22 Thread Jason T. Slack-Moehrle
I am having an issue where eth1 is throwing some messages and stops
responding. Restarting networking doesn't work and also just bringing down
eth1 with 'ifdown' doesn't fix it. I have never seen anything like these
messages:

eth1: no IPv6 routers present
r8169 :03:00.0: eth1: rtl_counters_cond == 1 (loop: 1000, delay: 10).
r8169 :03:00.0: eth1: rtl_chipcmd_cond == 1 (loop: 100, delay: 100).
r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
r8169 :03:00.0: eth1: rtl_phy_reset_cond == 1 (loop: 100, delay: 1).
r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
r8169 :03:00.0: eth1: rtl_phyar_cond == 1 (loop: 20, delay: 25).
r8169 :03:00.0: eth1: link up

[root@mail jtsm]# lspci | grep -i net
02:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network
Connection
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 01)

DEVICE=eth1
HWADDR=00:0A:CD:17:07:7E
TYPE=Ethernet
UUID=800623a1-adc6-401a-a3fa-c6d1348056c8
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=none
IPADDR=10.0.254.11
PREFIX=24
#GATEWAY=10.0.254.1
DNS1=8.8.8.8
DNS2=8.8.4.4

Does anyone have any ideas or have experienced this before.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] died again

2014-01-22 Thread Darr247
I thought it had already been determined this was not CentOS related?

http://www.diy-computer-repair.com/
http://www.thepcmanwebsite.com/computer_repair.shtml
et al

Or, answer a couple questions per month in your area of expertise and 
earn free membership to ask questions in other topic areas:
e.g. http://www.experts-exchange.com/Hardware/Desktops/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] died again

2014-01-22 Thread Michael Hennebry
On Wed, 22 Jan 2014, Eliezer Croitoru wrote:

> What PSU is it the new one?

The new one is still installed.
Installing it was mechanically difficult.
I won't put the other one back without cause.
Cause would be expecting it to work.
The new one is a PSU RAIDMAX | RX-380K 380W RT.
All all voltages it will produce at least
as much current as its predecessor.
That said, it has fewer connectors.
I had to leave off my CD and floppy drives.

-- 
Michael   henne...@web.cs.ndsu.nodak.edu
"SCSI is NOT magic. There are *fundamental technical
reasons* why it is necessary to sacrifice a young
goat to your SCSI chain now and then."   --   John Woods
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] migrate ext3 to ext4

2014-01-22 Thread Benjamin Hackl
FYI:

On CentOS 5 ext4 support was added later on. It's called tune4fs.
tune4fs supports ext4 whereas tune2fs doesn't.

BR


-- 
Freundliche Gruesse/Best Regards
Benjamin Hackl

Media FOCUS Research Ges.m.b.H.
Maculangasse 8, 1220 Wien Austria
Tel: +43 1 258 97 01-295
b.ha...@focusmr.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] ipmi_si error on booting

2014-01-22 Thread m . roth
SilverTip257 wrote:
> On Tue, Jan 21, 2014 at 8:21 PM, Timothy Murphy  wrote:
>
>> I'm getting the (unintelligible to me) error message
>>   ipmi_si: Could not set up I/O space
>>   ERST: Failed to get Error Log Address Range
>> when I try to boot any OS on the grub menu
>> apart from the one I last installed.
>> (Actually, Windows also boots properly.)
>>
>> I wonder if anyone has had this error message,
>> and worked out where it comes from?

> You have the IPMI daemon running on boot (which is normally acceptable [on
> servers equipped with iLO/BMC hardware] ).
>
> chkconfig --list ipmi
>
> service ipmi status
>
> I'd start by trying to stop and then start the ipmi daemon -- maybe you'll
> get additional useful information.
>
> service ipmi stop
> service ipmi start
>
>
>>
>> I googled for it, and it has come up many times;
>> but there seem to be several entirely different suggested causes.
>>
>> I am running CentOS-6.5 on an HP MicroServer.
>> I mention that as some of the explanations
>> suggest that it only occurs on certain machines.


And once you see that /dev/ipmi is running, then what I'm assuming you
have installed, ipmitools,
ipmitool sel list
to see the system event log, which is a BMC hardware thing, independent of
the O/S - it's *low* level.

  mark

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


Re: [CentOS] Problem installing Centos 6.4/6.5 from USB stick seen as HDD by BIOS

2014-01-22 Thread Darr247
On 2014-01-22 3:25 AM, Emmanuel Noobadmin wrote:
> Is this considered a bug with anaconda

Anaconda should be more robust, in my opinion... when it gives the 
'cannot find file' error, it should offer a 'retry' option instead of 
just crashing out and requiring the user to start the install over from 
the beginning.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] migrate ext3 to ext4

2014-01-22 Thread SilverTip257
On Wed, Jan 22, 2014 at 11:40 AM, Jerry Geis  wrote:

> Hi all,
>
> I issued the commands on a single disk system:
> with two partitions / is linux sda1 and /home is sda3
> yum -y update
> yum -y install e4fsprogs
> reboot
> umount /home
> tune2fs -O extents,uninit_bg,dir_index /dev/sda3
> e2fsck -yfDC0 /dev/sda3
>
> That worked just fine.
> I then had a different system that is software raid.
> where / is linux and md0 and /home is md1
> yum -y update
> yum -y install e4fsprogs
> reboot
> umount /home
> tune2fs -O extents,uninit_bg,dir_index /dev/md1
> at this point I get an error that
> invalid options for tune2fs
>

What features are currently turned on on /dev/md1?
Maybe there's a necessary feature that you're missing.

Make sure you have backups or use an expendable VM so you don't trash a
production box. :-|


>
> Why is that and what to do next... The single disk sda3 worked fine.
> shouldnt the md1 work also.
>
> Thanks,
>
> Jerry
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
---~~.~~---
Mike
//  SilverTip257  //
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] migrate ext3 to ext4

2014-01-22 Thread Jerry Geis
Hi all,

I issued the commands on a single disk system:
with two partitions / is linux sda1 and /home is sda3
yum -y update
yum -y install e4fsprogs
reboot
umount /home
tune2fs -O extents,uninit_bg,dir_index /dev/sda3
e2fsck -yfDC0 /dev/sda3

That worked just fine.
I then had a different system that is software raid.
where / is linux and md0 and /home is md1
yum -y update
yum -y install e4fsprogs
reboot
umount /home
tune2fs -O extents,uninit_bg,dir_index /dev/md1
at this point I get an error that
invalid options for tune2fs

Why is that and what to do next... The single disk sda3 worked fine.
shouldnt the md1 work also.

Thanks,

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


Re: [CentOS] ipmi_si error on booting

2014-01-22 Thread SilverTip257
On Tue, Jan 21, 2014 at 8:21 PM, Timothy Murphy  wrote:

> I'm getting the (unintelligible to me) error message
>   ipmi_si: Could not set up I/O space
>   ERST: Failed to get Error Log Address Range
> when I try to boot any OS on the grub menu
> apart from the one I last installed.
> (Actually, Windows also boots properly.)
>
> I wonder if anyone has had this error message,
> and worked out where it comes from?
>

You have the IPMI daemon running on boot (which is normally acceptable [on
servers equipped with iLO/BMC hardware] ).

chkconfig --list ipmi

service ipmi status

I'd start by trying to stop and then start the ipmi daemon -- maybe you'll
get additional useful information.

service ipmi stop
service ipmi start


>
> I googled for it, and it has come up many times;
> but there seem to be several entirely different suggested causes.
>
> I am running CentOS-6.5 on an HP MicroServer.
> I mention that as some of the explanations
> suggest that it only occurs on certain machines.
>

I am not familiar with that hardware, but I expect it has an integrated
lights out (iLO) card installed in it?
[ On Dell hardware you have a baseboard management controller (BMC) instead
of iLO. ]


>
>
> --
> Timothy Murphy
> e-mail: gayleard /at/ eircom.net
> School of Mathematics, Trinity College, Dublin 2, Ireland
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>



-- 
---~~.~~---
Mike
//  SilverTip257  //
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 107, Issue 11

2014-01-22 Thread centos-announce-request
Send CentOS-announce mailing list submissions to
centos-annou...@centos.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-requ...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."


Today's Topics:

   1. CEBA-2014:0048  CentOS 6 squid Update (Johnny Hughes)
   2. CEBA-2014:0084  CentOS 6 firefox Update (Johnny Hughes)


--

Message: 1
Date: Tue, 21 Jan 2014 13:31:06 +
From: Johnny Hughes 
Subject: [CentOS-announce] CEBA-2014:0048  CentOS 6 squid Update
To: centos-annou...@centos.org
Message-ID: <20140121133106.ga63...@n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2014:0048 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0048.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
b8a0be85039b91b8dfe2cf96bdecbd84f08addc632353e872b711a878265597d  
squid-3.1.10-20.el6_5.i686.rpm

x86_64:
f3ffb6a5cfca53280e9b16f44953df3c7cc4342fadcfb0da0364e70c37b65540  
squid-3.1.10-20.el6_5.x86_64.rpm

Source:
146b6ddd11948c04afe936a37353820c0ee7da67d97c29b7e715ef135b686d9c  
squid-3.1.10-20.el6_5.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

Message: 2
Date: Wed, 22 Jan 2014 04:26:22 +
From: Johnny Hughes 
Subject: [CentOS-announce] CEBA-2014:0084  CentOS 6 firefox Update
To: centos-annou...@centos.org
Message-ID: <20140122042622.ga10...@n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2014:0084 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0084.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
d4be792a1455cbcbc0bf87520621be381b7058bb9b0d0cbab7de5ef31ca9ae20  
firefox-24.2.0-6.el6.centos.i686.rpm

x86_64:
d4be792a1455cbcbc0bf87520621be381b7058bb9b0d0cbab7de5ef31ca9ae20  
firefox-24.2.0-6.el6.centos.i686.rpm
91c18e09db27f0da1ab4ee78f1e55fb6ed7aa5146136c72a72d1f8d8e07888c2  
firefox-24.2.0-6.el6.centos.x86_64.rpm

Source:
b146296bac575fafe20ed8435fbd9cbd9dbfbf91b03b98a340a95c01a2df252f  
firefox-24.2.0-6.el6.centos.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

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


End of CentOS-announce Digest, Vol 107, Issue 11

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


[CentOS] Problem installing Centos 6.4/6.5 from USB stick seen as HDD by BIOS

2014-01-22 Thread Emmanuel Noobadmin
I'm trying to install C6.5 on a USB stick (created using Fedora
LiveUSB Creator).

The problem is the machine using an Intel ITX board sets the USB stick
as a HDD instead of a CDROM. During install, the DVD couldn't find the
installer automatically and I must choose the HDD option for it to
proceed to network/timezone/storage setup.

After the storage partitioning, it will throw an error that it is
unable to read package metadata. Although there is an option to edit
the repo information, there isn't an option to specify a hard disk.

Switching to console, attempts to mount /dev/sdb as /dev/cdrom or
/mnt/sr0 met with failure because the USB drive is in use.

Previously I used 6.4 and downloaded 6.5 thinking it might just be an
issue with 6.4 but both failed at the same point. There doesn't appear
to be anybody else who encounter the same problem on a quick google.

Is this considered a bug with anaconda or is there some kind of
workaround such as forcing the system to mount /dev/sdb as cdrom
despite already being mounted/busy?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos