Re: [CentOS] mount bind problem

2016-04-15 Thread 望月忠雄
Dear Robert,

Thank you.
I think that the problem was caused by anti virus GravityZone.
After stopping GravityZone demon, reboot makes normal file systems.
I'll ask to GravityZone support about this problem.

Tadao


2016-04-15 22:09 GMT+09:00 Robert Nichols :

> On 04/15/2016 01:05 AM, 望月忠雄 wrote:
>
>> Dear Robert,
>>
>> Before sending 'grep -r /home /etc' data, I want tell you what happned
>> this
>> morning.
>>
>> In order to solve the /home/home problem, 'umount /home' had been done,
>> system had been running in a normal file system.
>> But suddenly /home has been lost.
>>
>>
>> Key information of that time is as in the  lines.
>> And I found in the  lines messages log.
>> How do you think the reason of trouble.
>>
>
> Since you had two different things mounted on /home, it is unclear how
> the system would interpret "umount /home". That is why I did not suggest
> doing that.
>
> From the error, it seems that some checks got bypassed and a busy
> filesystem was disconnected. It is likely that there is now some
> filesystem corruption on /dev/vdb, and you should reboot with a forced
> fsck to clean it up.  You really should track down the cause of the
> extra mount of /dev/vdb on /home first, or the system will just come
> up wrong again.
>
>
> --
> Bob Nichols "NOSPAM" is really part of my email address.
> Do NOT delete it.
>
> ___
> 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] CentOS 6 kickstart missing 'shell command prompt' screen at ALT+F2

2016-04-15 Thread David Copperfield
Hi,
 I've recently setup a centos 6 kickstart environment. Interesting fact is that 
the helpful 'shell command prompt' screen is missing when I press ALT+F2 key 
combination even on locally connected keyboard and monitor. ( my kickstart runs 
in text mode).

All other screens can be found without issues with ALT+Fn key combination. 

I googled internet, and found someone reported similar issues, say, here is one 
link: 
http://serverfault.com/questions/322374/kickstart-virtual-console-no-shell-prompt-at-alt-f2.
I read the link several times and still dont quite see why this happens, got 
confused at the following places:
1, when -- at which installation stage -- the 'shell command' screen will show 
up?2, if centos 6.6 and 6.7 comes without 'shell command prompt' screen with 
default installation media, then which installation media contains the file(s) 
that we can tune? /etc/inittab doesn't contain the entries related to tty 
consoles.
Centos 7.x doesn't have the issues and it looks like centos 7 leverages a new 
method to get shell command prompt.
Many thanks in advance.
Best,David


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


Re: [CentOS-virt] Problems with scsi-target-utils when hosted on dom0 centos 7 xen box

2016-04-15 Thread Nathan Coulson

On 2016-04-14 07:10 AM, Hans Loots wrote:

Hello Nathan, dear all,

> We were attempting to use scsi-target-utils, hosted on a xen dom0 vm 
using localhost,
> and running into some problems.  I was not able to reproduce this on 
a centos 7.2

> server using the default kernel.

I am seeing comparable things on our centos6 xen servers running 3.18 
kernels. We have about 20 of those machines running and have started 
upgrading them from 3.10.68 to 3.18 a couple of weeks ago. But 
currently, at 3/4 of finishing, I'm having second thoughts and am 
thinking about rolling back because of reliability issues.


Stuff I've tried before is taking care that all machine runs latest 
BIOS'es and ethernet firmware. The servers in question are Dell 
PowerEdges from different generations, talking to an Equallogic 
diskarray over 1Gbit copper. Dells toolset is installed, OMSA as well 
as hitkit.


The errors I'm seeing are looking like this:

Apr 13 23:03:43 xen15-2 iscsid: Kernel reported iSCSI connection 25:0 
error (1020 - ISCSI_ERR_TCP_CONN_CLOSE: TCP connection closed) state (1)
Apr 13 23:03:43 xen15-2 iscsid: Connection25:0 to [target: iqn.x, 
portal: a.b.c.d,3260] through [iface: eql.em2] is operational now
Apr 13 23:03:48 xen15-2 iscsid: Connection9:0 to [target: iqn.x, 
portal: a.b.c.d,3260] through [iface: eql.em2] is shutdown.




I did not have interface shutdowns in my tests (well, Network Manager 
was doing something there but I disabled it for my tests). The hardware 
is an old Tyan S2882D motherboard, 8GB Ram, and 2x Opteron 275 
processors (Dual Core).




While the the only noticeable difference in dmesg output is stuff like 
this:

(on 3.18)
pci :02:00.0: can't claim BAR 6 [mem 0xfff0-0x pref]: 
no compatible bridge window
pci :01:00.0: can't claim BAR 6 [mem 0xfff8-0x pref]: 
no compatible bridge window

pci :01:00.0: BAR 6: assigned [mem 0x91e8-0x91ef pref]
pci :01:00.1: BAR 6: no space for [mem size 0x0008 pref]
pci :01:00.1: BAR 6: failed to assign [mem size 0x0008 pref]
pci :01:00.2: BAR 6: no space for [mem size 0x0008 pref]
pci :01:00.2: BAR 6: failed to assign [mem size 0x0008 pref]
pci :01:00.3: BAR 6: no space for [mem size 0x0008 pref]
pci :01:00.3: BAR 6: failed to assign [mem size 0x0008 pref]
(and on 3.10)
pci :00:03.0: BAR 15: assigned [mem 0xd520-0xd53f pref]
pci :01:00.1: BAR 6: assigned [mem 0xd500-0xd507 pref]
pci :01:00.2: BAR 6: assigned [mem 0xd508-0xd50f pref]
pci :01:00.3: BAR 6: assigned [mem 0xd510-0xd517 pref]
pci :00:01.0: PCI bridge to [bus 01]
pci :00:01.0:   bridge window [mem 0xd800-0xd8ff]
pci :00:01.0:   bridge window [mem 0xd500-0xd51f pref]

But to be honest, my knowledge as to the possible cause of this is 
lacking. Is this just a small ACPI related glitch or is it the sign 
ethernet cards are misbehaving somehow?


Are more people seeing errors in this area?

Thx and regards,
-- Hans (just trying to make sense of it all)


2016-04-11 22:14 GMT+02:00 Nathan Coulson >:


Hello

We were attempting to use scsi-target-utils, hosted on a xen dom0
vm using localhost, and running into some problems.  I was not
able to reproduce this on a centos 7.2 server using the default
kernel.


(From dmesg)
Apr  4 11:18:42 funk kernel: [  596.511204]  connection2:0:
detected conn error (1022)
Apr  4 11:18:42 funk kernel: connection2:0: ping timeout of 5 secs
expired, recv timeout 5, last rx 4295253788, last ping 4295258790,
now 4295263808
Apr  4 11:18:42 funk kernel: connection2:0: detected conn error (1022)
Apr  4 11:18:42 funk iscsid: Kernel reported iSCSI connection 2:0
error (1022 - Invalid or unknown error code) state (3)
Apr  4 11:18:44 funk iscsid: connection2:0 is operational after
recovery (1 attempts)

Repeated a few times, until eventually


Apr  4 11:19:44 funk kernel: Result:
hostbyte=DID_TRANSPORT_DISRUPTED driverbyte=DRIVER_OK
Apr  4 11:19:44 funk kernel: sd 7:0:0:1: [sdd] CDB:
Apr  4 11:19:44 funk kernel: Write(10): 2a 00 01 df c7 e8 00 00 18 00
Apr  4 11:19:44 funk kernel: blk_update_request: I/O error, dev
sdd, sector 31442920
Apr  4 11:19:44 funk kernel: [  658.127596] sd 7:0:0:1: [sdd]
Apr  4 11:19:44 funk kernel: [  658.127688] Result:
hostbyte=DID_TRANSPORT_DISRUPTED driverbyte=DRIVER_OK
Apr  4 11:19:44 funk kernel: [  658.127761] sd 7:0:0:1: [sdd] CDB:
Apr  4 11:19:44 funk kernel: [  658.127826] Write(10): 2a 00 01 df
c7 e8 00 00 18 00
Apr  4 11:19:44 funk kernel: [  658.127927] blk_update_request:
I/O error, dev sdd, sector 31442920
Apr  4 11:19:44 funk kernel: [  658.128040] sd 7:0:0:1: [sdd]
Apr  4 11:19:44 funk kernel: sd 7:0:0:1: [sdd]
Apr  4 11:19:44 funk kernel: [  658.128105] Result:

Re: [CentOS] Freeradius, openldap and TLS (thread breaking)

2016-04-15 Thread Andrew Daviel
Thanks for your reply re. TLS

On Fri, 15 Apr 2016, Patrick Laimbock wrote: 

> It's unclear what you mean. I saw a new message on the ML and responded to
> it. Where did this 'threading breaking' take place?

My mistake; apologies to to other list members.

I had replied to an existing message, to grab the list address with a
minimum number of keystrokes.

I had forgotten that my mailer would automatically include the
Message-ID header in hidden In-Reply-To: and References: mail headers.
Mailman (used by the CentOS list archives) creates message threads first
by In-Reply-To and then by Subject headers. This caused my message to be
grouped with the existing messages about "mount bind problem" in
https://lists.centos.org/pipermail/centos/2016-April/thread.html

(per e.g. https://www.mail-archive.com/mailman-users@python.org/msg62609.html)

The mail client Thunderbird appears to use a different algorithm; in
that, I see your message (this one I'm replying to) in the original
"mount bind" thread, while in the archive I see it in a separate thread.

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


Re: [CentOS] CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)

2016-04-15 Thread Tony Molloy
On Friday 15 April 2016 15:37:26 Tony Molloy wrote:
> On Friday 15 April 2016 13:48:58 Brandon Vincent wrote:
> > On Fri, Apr 15, 2016 at 5:00 AM, Tony Molloy 
> 
> wrote:
> > > So any ideas.
> >
> > I may have missed this but what model laptop are we talking
> > about?
> >
> > Brandon Vincent
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > https://lists.centos.org/mailman/listinfo/centos
> 
> In my case they are both Dell E65xx fairly old but still
>  serviceable.
> 
> E6500 has
> 
> Network controller: Intel Corporation Ultimate N WiFi Link 5300
> 
> E6510 has
> Network controller: Intel Corporation Centrino Ultimate-N 6300
> (rev 35)
> 
> Tony
> 

My workaround.

On the Dell E6500

installed CentOS 7.0 from DVD ( development workstation )
   wifi works

updated to CentOS 7.1 ( 7.1503 ) using vault.centos.org 
   wifi works

updated to CentOS 7.2 ( 7.1511 ) using local repo
   wifi works

So I ended up with a working 7.2.

Hope this helps someone.

Tony.
   
 
-- 
Linux nogs.tonyshome.ie 2.6.32-573.22.1.el6.x86_64 #1 SMP Wed Mar 23 
03:35:39 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS-es] probelmas emails

2016-04-15 Thread Alex ( Servtelecom )
En el foro de CentOS hablan de este tema, te paso la URL, pero podría 
ser que no tengas bien las DNS, igualmente es muy importante que nos des 
más información, nos dices que es un servidor pero.. de Sendmail, 
postfix, samba... de que?



https://www.centos.org/forums/viewtopic.php?t=28125

El 15/04/16 a las 20:28, VICTOR MANUEL VARGAS GONZALEZ escribió:

buenas tardes laguien me puede apoyar con el siguiente problemas que me esta 
marcando mi servidor con un dominio


did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA esto me lo marca con 
uesta dominio
mail.zwick.de

de antemano gracias
___
CentOS-es mailing list
CentOS-es@centos.org
https://lists.centos.org/mailman/listinfo/centos-es


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


[CentOS-es] probelmas emails

2016-04-15 Thread VICTOR MANUEL VARGAS GONZALEZ

buenas tardes laguien me puede apoyar con el siguiente problemas que me esta 
marcando mi servidor con un dominio


did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA esto me lo marca con 
uesta dominio 
mail.zwick.de

de antemano gracias 
___
CentOS-es mailing list
CentOS-es@centos.org
https://lists.centos.org/mailman/listinfo/centos-es


Re: [CentOS] libdrm info wrong when build with mock - test solution??

2016-04-15 Thread Andreas Benzler
after downgrade all mesa libdrm ati:
OpenGL renderer string: Gallium 0.4 on AMD JUNIPER
OpenGL core profile version string: 3.3 (Core Profile) Mesa 10.6.5
OpenGL core profile shading language version string: 3.30
OpenGL version string: 3.0 Mesa 10.6.5
OpenGL shading language version string: 1.30
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 10.6.5
OpenGL ES profile shading language version string: OpenGL ES GLSL ES
3.00

libdrm info gone...? Output mistake? harmless?

Am Freitag, den 15.04.2016, 19:08 +0200 schrieb Andreas Benzler:
> forgotten to say,
> 
> on my first centos installation i dig it up as 
> yum-builddep and rpmbuild and it did work:
> 
>   libdrm
>   mesa
>   ati
> 
> 
> Am Freitag, den 15.04.2016, 18:21 +0200 schrieb Andreas Benzler:
> > Hello guys...
> > 
> > I compiled inside of "mock"
> > 
> > libdrm 2.67
> > mesa 11.2.1
> > ati 7.6.1
> > 
> > mockbuild says:
> > 
> > libdrm x86_64 2.4.67-1.20160218gitadd8936.el7.centos local-drivers - OK
> > 
> > mesa-libGL-devel x86_64 11.1.2-1.20160210.el7.centos local-mesa - OK
> > 
> > installed packaged:
> > 
> > xorg-x11-drv-ati.x86_64  7.6.1-1.el7.centos
> > @local-drivers OK
> > 
> > libdrm.x86_64
> > 2.4.67-1.20160218gitadd8936.el7.centos OK
> > 
> > glxinfo says:
> > 
> > OpenGL renderer string: Gallium 0.4 on AMD JUNIPER (DRM 2.43.0, LLVM
> > 3.6.2)
> > OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.1.2
> > OpenGL core profile shading language version string: 3.30
> > OpenGL version string: 3.0 Mesa 11.1.2
> > OpenGL shading language version string: 1.30
> > OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.1.2
> > OpenGL ES profile shading language version string: OpenGL ES GLSL ES
> > 3.00
> > 
> > DRM 2.43.0 ??
> > 
> > Wired...
> > 
> > 
> > 
> > 
> > ___
> > 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] What's the difference between nmcli fields ipv4.addresses and IP4.ADDRESS?

2016-04-15 Thread James Hogarth
On 15 April 2016 at 14:37, Joe Smithian  wrote:

> Hi All,
>
> nmcli tool in CentOS 7.1 uses same fields with upper and lower case with
> different meanings. What's the difference between pv4.addresses and
> IP4.ADDRESS in "nmcli con show" command?
>
> Where nmcli fields are documented? I searched online but didn't find nmcli
> documentation. RHEL 7 Networking Guide doesn't explain nmcli options in
> details.
>
>
Take a look at man nm-settings
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] libdrm info wrong when build with mock - test solution??

2016-04-15 Thread Andreas Benzler
forgotten to say,

on my first centos installation i dig it up as 
yum-builddep and rpmbuild and it did work:

libdrm
mesa
ati


Am Freitag, den 15.04.2016, 18:21 +0200 schrieb Andreas Benzler:
> Hello guys...
> 
> I compiled inside of "mock"
> 
> libdrm 2.67
> mesa 11.2.1
> ati 7.6.1
> 
> mockbuild says:
> 
> libdrm x86_64 2.4.67-1.20160218gitadd8936.el7.centos local-drivers - OK
> 
> mesa-libGL-devel x86_64 11.1.2-1.20160210.el7.centos local-mesa - OK
> 
> installed packaged:
> 
> xorg-x11-drv-ati.x86_64  7.6.1-1.el7.centos
> @local-drivers OK
> 
> libdrm.x86_64
> 2.4.67-1.20160218gitadd8936.el7.centos OK
> 
> glxinfo says:
> 
> OpenGL renderer string: Gallium 0.4 on AMD JUNIPER (DRM 2.43.0, LLVM
> 3.6.2)
> OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.1.2
> OpenGL core profile shading language version string: 3.30
> OpenGL version string: 3.0 Mesa 11.1.2
> OpenGL shading language version string: 1.30
> OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.1.2
> OpenGL ES profile shading language version string: OpenGL ES GLSL ES
> 3.00
> 
> DRM 2.43.0 ??
> 
> Wired...
> 
> 
> 
> 
> ___
> 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] [OT] Re: Freeradius, openldap and TLS

2016-04-15 Thread g


On 04/15/16 06:40, Patrick Laimbock wrote:
> On 15-04-16 13:14, g wrote:
>> On 04/15/16 04:29, Patrick Laimbock wrote:
>>> On 15-04-16 00:39, Andrew Daviel wrote:
>> <<>>
>>
>> Patrick,
>>
>> 'threading breaking' is against centos etiquette and netiquette.
>>
>> replying thread breakers does nothing but encourage them to do so again.
>>
>> many subscribers frown on thread breakers and their responders.
>>
>> please help good etiquette by not responding to them.
>>
>> thank you.
> 
> Please keep your posting on-list.
>
===>
my email to you had nothing to do with original thread;

  Subject: [CentOS] mount bind problems

email to you "off list" was because i did not wish to add to breaking
raveling of thread.

doing so now is only because of your request and desire for further
raveling of original thread.

> It's unclear what you mean. I saw a new message on the ML and responded 
> to it. Where did this 'threading breaking' take place?
>
===>

the threading breaking took place when Andrew Daviel got too lazy to
compose a new email.

what he obviously did was select "reply" to a post by Robert Nichols. then
in compose window, changed "Subject:" to 'Freeradius, openldap, and TLS".
then he removed _all_ of text that was in 'body' and type in his problem.

what he is obviously unaware of, as are you, that still in email headers
where _all_ references to original thread.

also, what he is obviously unaware of is that time he spent is much longer
than it would have been had he simply started with a fresh, blank email
composure.

my apologies to rest of readers that i have further broken original thread.

i extend no apologies to Andrew Dumbviel or to Patrick Lameblock. B-)



-- 
peace out.

If Bill Gates got a dime for every time Windows crashes...
 ...oh, wait. He does. THAT explains it!
-+-
in a world with out fences, who needs gates.

CentOS GNU/Linux 6.7

tc,hago.

g
.

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


[CentOS] libdrm info wrong when build with mock - test solution??

2016-04-15 Thread Andreas Benzler
Hello guys...

I compiled inside of "mock"

libdrm 2.67
mesa 11.2.1
ati 7.6.1

mockbuild says:

libdrm x86_64 2.4.67-1.20160218gitadd8936.el7.centos local-drivers - OK

mesa-libGL-devel x86_64 11.1.2-1.20160210.el7.centos local-mesa - OK

installed packaged:

xorg-x11-drv-ati.x86_64  7.6.1-1.el7.centos
@local-drivers OK

libdrm.x86_64
2.4.67-1.20160218gitadd8936.el7.centos OK

glxinfo says:

OpenGL renderer string: Gallium 0.4 on AMD JUNIPER (DRM 2.43.0, LLVM
3.6.2)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.1.2
OpenGL core profile shading language version string: 3.30
OpenGL version string: 3.0 Mesa 11.1.2
OpenGL shading language version string: 1.30
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.1.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES
3.00

DRM 2.43.0 ??

Wired...




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


[CentOS-announce] CEEA-2016:0635 CentOS 6 selinux-policy Enhancement Update

2016-04-15 Thread Johnny Hughes

CentOS Errata and Enhancement Advisory 2016:0635 

Upstream details at : https://rhn.redhat.com/errata/RHEA-2016-0635.html

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

i386:
3fbac3612a01fa5da4efee31ece5c4c433c199f1343f230ff43b976475b580de  
selinux-policy-3.7.19-279.el6_7.9.noarch.rpm
07d2c2b39a405b9a3c111dec9fd535a356a6591157efe6af532260d2d00d2ee1  
selinux-policy-doc-3.7.19-279.el6_7.9.noarch.rpm
34856eefb25e5966b1a3f5522a3a28f596b2224468abd3d112a6822a4b7c83ef  
selinux-policy-minimum-3.7.19-279.el6_7.9.noarch.rpm
b7e85fb3d13518baff2fba1133fc80b1a0dfd8acb425abdea7af2b81f72623ba  
selinux-policy-mls-3.7.19-279.el6_7.9.noarch.rpm
352c2893984dbed8aebbdb8a1709002522568c97da38eaae0148c36454ad43e0  
selinux-policy-targeted-3.7.19-279.el6_7.9.noarch.rpm

x86_64:
3fbac3612a01fa5da4efee31ece5c4c433c199f1343f230ff43b976475b580de  
selinux-policy-3.7.19-279.el6_7.9.noarch.rpm
07d2c2b39a405b9a3c111dec9fd535a356a6591157efe6af532260d2d00d2ee1  
selinux-policy-doc-3.7.19-279.el6_7.9.noarch.rpm
34856eefb25e5966b1a3f5522a3a28f596b2224468abd3d112a6822a4b7c83ef  
selinux-policy-minimum-3.7.19-279.el6_7.9.noarch.rpm
b7e85fb3d13518baff2fba1133fc80b1a0dfd8acb425abdea7af2b81f72623ba  
selinux-policy-mls-3.7.19-279.el6_7.9.noarch.rpm
352c2893984dbed8aebbdb8a1709002522568c97da38eaae0148c36454ad43e0  
selinux-policy-targeted-3.7.19-279.el6_7.9.noarch.rpm

Source:
776a0e146093111a91ebde12412d2bd8f55884ff80b90ab6b048fe083b5919f3  
selinux-policy-3.7.19-279.el6_7.9.src.rpm



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

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


[CentOS-announce] CEBA-2016:0633 CentOS 7 resource-agents BugFix Update

2016-04-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2016:0633 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0633.html

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

x86_64:
b3c936a6b2ba34c715c83974124c2bcb3a29e5a118a623ac139d861dec66cf3f  
resource-agents-3.9.5-54.el7_2.9.x86_64.rpm

Source:
f7cda24a2690fb85e8db6c4b537b1e8b29378146bdc42e6808cfb64bd65662f1  
resource-agents-3.9.5-54.el7_2.9.src.rpm



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

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


[CentOS-announce] CEBA-2016:0634 CentOS 7 fence-agents BugFix Update

2016-04-15 Thread Johnny Hughes

CentOS Errata and Bugfix Advisory 2016:0634 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2016-0634.html

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

x86_64:
20830edd1a6f9c3e8e494c225d76fd8fd0f5ff806481dcdded56815cf57942af  
fence-agents-all-4.0.11-27.el7_2.7.x86_64.rpm
20955043af6f89b48bc8b1a77541527712a10e02127a4b4da520043753466173  
fence-agents-apc-4.0.11-27.el7_2.7.x86_64.rpm
669bb03c1aabfc3e3b5153b87b09f936f7159343f08e5cea6f7c2cb49c866031  
fence-agents-apc-snmp-4.0.11-27.el7_2.7.x86_64.rpm
239ec501b48789996d311aeea97c653f905b367aae9c35a24ad34607dcd25751  
fence-agents-bladecenter-4.0.11-27.el7_2.7.x86_64.rpm
3e0c1d0ad979686d2a451798ea196f3e0d5ef2a3dcad9f40608f85b073a2228b  
fence-agents-brocade-4.0.11-27.el7_2.7.x86_64.rpm
e19f05b16e4bde45256851b69fc485b5b0143b992845d25efdd8b7dc7c0b0f2c  
fence-agents-cisco-mds-4.0.11-27.el7_2.7.x86_64.rpm
e9fa61989e6f6e14c192c5bd2e00fd86d68ea0c30c7c56e4603ad2a8a859929a  
fence-agents-cisco-ucs-4.0.11-27.el7_2.7.x86_64.rpm
52f30047fbcef6db3b35d7873da0e7653fae550ccebb9464c2f06165cfb1f674  
fence-agents-common-4.0.11-27.el7_2.7.x86_64.rpm
baf36697fd5187874f6a08654edd6a056b53d74ad8215b6abafa1e967f43cfe4  
fence-agents-compute-4.0.11-27.el7_2.7.x86_64.rpm
c29f062d2e173e84fd72c20ad049ba3cb0b404452bdfbea6f45d959f0092eb7b  
fence-agents-drac5-4.0.11-27.el7_2.7.x86_64.rpm
9f8991e5dc63a61d72cead2313dcb6b6be1276123582c712aeda058c3fc454ba  
fence-agents-eaton-snmp-4.0.11-27.el7_2.7.x86_64.rpm
82f1201aa7a887a4cc51d949d7e9d07c81a6a2b97e274c469bf9e1a0c8307270  
fence-agents-emerson-4.0.11-27.el7_2.7.x86_64.rpm
b80f0c63444195fc81a99bbb4098c1ee4de0593e417fa56bfe77e88ad5aac746  
fence-agents-eps-4.0.11-27.el7_2.7.x86_64.rpm
a9cb96dc233aa3bc8eeefcb07512c0ccfd330dad00a432d193bc17b964728b16  
fence-agents-hpblade-4.0.11-27.el7_2.7.x86_64.rpm
226733ea504cb21b6f3d3e3a87c64716917d56e4a7780d15c3a57e28205233f1  
fence-agents-ibmblade-4.0.11-27.el7_2.7.x86_64.rpm
a3e4d0f21ad950349cf1d76ee76fcd46d00dc4568d2810b05434655414716ba5  
fence-agents-ifmib-4.0.11-27.el7_2.7.x86_64.rpm
c990735054893dd62145b33bf156b4f61684cd1c722e2e5b663e9b8851e8349d  
fence-agents-ilo2-4.0.11-27.el7_2.7.x86_64.rpm
e3fe37a21707b1d5157d4efc7c23c3ed7acb4799fb4d09e46274118bd2963c46  
fence-agents-ilo-moonshot-4.0.11-27.el7_2.7.x86_64.rpm
37a88a558c0fc6eed270470b14e9c4b262a4fcc32e1f41edfcba1071f2980c68  
fence-agents-ilo-mp-4.0.11-27.el7_2.7.x86_64.rpm
fb6aed754f2de3b674dd746db52894776aaf63bf0603e7dd2a8e2e17661a8fb2  
fence-agents-ilo-ssh-4.0.11-27.el7_2.7.x86_64.rpm
261365fd9ae2a80685cc3b6411745feba6b154d381ebb202ae87dc54b0f41071  
fence-agents-intelmodular-4.0.11-27.el7_2.7.x86_64.rpm
4e1064804923252cbe133775686a7b30d38910f69b6e0b5dc5b0de7a2d747e0a  
fence-agents-ipdu-4.0.11-27.el7_2.7.x86_64.rpm
9493e541b9b520b292f2b3876fd62055fa6f1a5a69b1de3cba1c348539ac2e1e  
fence-agents-ipmilan-4.0.11-27.el7_2.7.x86_64.rpm
88892aad8a690f93b1d7393e5f313d816b83031e29113cf3489c4a5d9a0cdc97  
fence-agents-kdump-4.0.11-27.el7_2.7.x86_64.rpm
16de803aef77df78197b73a1bc7e6f3f9c311846215493fa706a348d1c1bbdcd  
fence-agents-mpath-4.0.11-27.el7_2.7.x86_64.rpm
4591f774e49c1491ba54d36e29ba49fc8c88e690fa6f5eb209a5d8d609387efb  
fence-agents-rhevm-4.0.11-27.el7_2.7.x86_64.rpm
9c6f0eeebda11faab2e333a297ffdd00351687ef8a95e2d382ca2ffc6a4f4045  
fence-agents-rsa-4.0.11-27.el7_2.7.x86_64.rpm
f6efd0013d2769cd630ec8a990b70e9975539e237df00b3655caa657cdac51eb  
fence-agents-rsb-4.0.11-27.el7_2.7.x86_64.rpm
0ec6af62c4b87db6043380dbc3655d76fdc828744b1593fee4f1622b52d0d02f  
fence-agents-scsi-4.0.11-27.el7_2.7.x86_64.rpm
1b8270079e29531def7788c07c6d6265e04f053f649c0116a59daed181988672  
fence-agents-virsh-4.0.11-27.el7_2.7.x86_64.rpm
a125eb953b482f1db870570241a0a168045f8b35ff250045131e7c442944aeb8  
fence-agents-vmware-soap-4.0.11-27.el7_2.7.x86_64.rpm
6114707cd2bf16db06e663d4f458d386360b0230fce0b6a6317dc844b998ea23  
fence-agents-wti-4.0.11-27.el7_2.7.x86_64.rpm

Source:
7396b575084002def17fed12716a9c0c0ca1214a0e0d7515e5f84b3318f78d01  
fence-agents-4.0.11-27.el7_2.7.src.rpm



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

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


Re: [CentOS] CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)

2016-04-15 Thread Tony Molloy
On Friday 15 April 2016 13:48:58 Brandon Vincent wrote:
> On Fri, Apr 15, 2016 at 5:00 AM, Tony Molloy  
wrote:
> > So any ideas.
> 
> I may have missed this but what model laptop are we talking about?
> 
> Brandon Vincent
> ___
> CentOS mailing list
> CentOS@centos.org
> https://lists.centos.org/mailman/listinfo/centos
> 

In my case they are both Dell E65xx fairly old but still serviceable.

E6500 has

Network controller: Intel Corporation Ultimate N WiFi Link 5300

E6510 has
Network controller: Intel Corporation Centrino Ultimate-N 6300 
(rev 35)

Tony


-- 
Linux nogs.tonyshome.ie 2.6.32-573.22.1.el6.x86_64 #1 SMP Wed Mar 23 
03:35:39 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)

2016-04-15 Thread Andreas Benzler
Sorry the laptop only got WLAN intel 3160. So i can not test in your way…

> Am 15.04.2016 um 15:39 schrieb Andreas Benzler :
> 
> or you get the sources of those kernels and  take the  diff command…to find 
> the different...
> 
> 
>> Am 15.04.2016 um 15:35 schrieb Andreas Benzler :
>> 
>> 
>> in the mean while i compiled a vanilla 4.4.7 (LTS) kernel.
>> 
>> http://centos.cms4all.org/centos/7/kernel/x86_64/
>> 
>> http://centos.cms4all.org/centos/7/kernel/noarch/
>> 
>> firmware from 16.03.2016. 
>> 
>> if someone like get a taste of…
>> 
>> if someone like get a taste of ? I'm interessed if it helps.
>> 
>> :-)
>> 
>> V-Server is up for some hours …
>> 
>> http://centos.cms4all.org/centos/7/kernel/SRPM/
>> 
>> are the sources ….
>> 
>> If distrust exists
>> 
>> Sincerely
>> 
>> Andy
>> 
>> 
>>> Am 15.04.2016 um 14:48 schrieb Brandon Vincent :
>>> 
>>> On Fri, Apr 15, 2016 at 5:00 AM, Tony Molloy  wrote:
 So any ideas.
>>> 
>>> I may have missed this but what model laptop are we talking about?
>>> 
>>> Brandon Vincent
>>> ___
>>> 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

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


Re: [CentOS] CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)

2016-04-15 Thread Andreas Benzler
or you get the sources of those kernels and  take the  diff command…to find the 
different...


> Am 15.04.2016 um 15:35 schrieb Andreas Benzler :
> 
> 
> in the mean while i compiled a vanilla 4.4.7 (LTS) kernel.
> 
> http://centos.cms4all.org/centos/7/kernel/x86_64/
> 
> http://centos.cms4all.org/centos/7/kernel/noarch/
> 
> firmware from 16.03.2016. 
> 
> if someone like get a taste of…
> 
> if someone like get a taste of ? I'm interessed if it helps.
> 
> :-)
> 
> V-Server is up for some hours …
> 
> http://centos.cms4all.org/centos/7/kernel/SRPM/
> 
> are the sources ….
> 
> If distrust exists
> 
> Sincerely
> 
> Andy
> 
> 
>> Am 15.04.2016 um 14:48 schrieb Brandon Vincent :
>> 
>> On Fri, Apr 15, 2016 at 5:00 AM, Tony Molloy  wrote:
>>> So any ideas.
>> 
>> I may have missed this but what model laptop are we talking about?
>> 
>> Brandon Vincent
>> ___
>> 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


[CentOS] What's the difference between nmcli fields ipv4.addresses and IP4.ADDRESS?

2016-04-15 Thread Joe Smithian
Hi All,

nmcli tool in CentOS 7.1 uses same fields with upper and lower case with
different meanings. What's the difference between pv4.addresses and
IP4.ADDRESS in "nmcli con show" command?

Where nmcli fields are documented? I searched online but didn't find nmcli
documentation. RHEL 7 Networking Guide doesn't explain nmcli options in
details.

I'd appreciate your comments.

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


Re: [CentOS] CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)

2016-04-15 Thread Andreas Benzler

in the mean while i compiled a vanilla 4.4.7 (LTS) kernel.

http://centos.cms4all.org/centos/7/kernel/x86_64/

http://centos.cms4all.org/centos/7/kernel/noarch/

firmware from 16.03.2016. 

if someone like get a taste of…

if someone like get a taste of ? I'm interessed if it helps.

:-)

V-Server is up for some hours …

http://centos.cms4all.org/centos/7/kernel/SRPM/

are the sources ….

If distrust exists

Sincerely

Andy


> Am 15.04.2016 um 14:48 schrieb Brandon Vincent :
> 
> On Fri, Apr 15, 2016 at 5:00 AM, Tony Molloy  wrote:
>> So any ideas.
> 
> I may have missed this but what model laptop are we talking about?
> 
> Brandon Vincent
> ___
> 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] mount bind problem

2016-04-15 Thread Robert Nichols

On 04/15/2016 01:05 AM, 望月忠雄 wrote:

Dear Robert,

Before sending 'grep -r /home /etc' data, I want tell you what happned this
morning.

In order to solve the /home/home problem, 'umount /home' had been done,
system had been running in a normal file system.
But suddenly /home has been lost.


Key information of that time is as in the  lines.
And I found in the  lines messages log.
How do you think the reason of trouble.


Since you had two different things mounted on /home, it is unclear how
the system would interpret "umount /home". That is why I did not suggest
doing that.

From the error, it seems that some checks got bypassed and a busy
filesystem was disconnected. It is likely that there is now some
filesystem corruption on /dev/vdb, and you should reboot with a forced
fsck to clean it up.  You really should track down the cause of the
extra mount of /dev/vdb on /home first, or the system will just come
up wrong again.

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

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


Re: [CentOS] CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)

2016-04-15 Thread Brandon Vincent
On Fri, Apr 15, 2016 at 5:00 AM, Tony Molloy  wrote:
> So any ideas.

I may have missed this but what model laptop are we talking about?

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


Re: [CentOS] CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)

2016-04-15 Thread Tony Molloy
On Friday 15 April 2016 08:34:06 Tony Molloy wrote:
> On Friday 15 April 2016 07:24:40 Andreas Benzler wrote:
> > Good morning Philip,
> >
> > Some of you say Centos 7.0 works why not download this kernel
> > from vault.centos.org  and install with
> > yum install kernel…rpm?
> >
> > Sincerely
> >
> > Andy
> 
> CentOS 7.0 works when installed but when you upgrade it to 7.2 the
>  wifi device stops being recognised.
> 
> I'm going to do an install later today of 7.2 and see how it goes.
> 
> Tony
> 

OK I installed 7.2 ( 7-1511 Development workstation )

Anaconda allowed me to configure the wifi and it got an IP address from 
the router. So the wifi is working.

Reboot and no wireless device recognised.

NetworkManager only offers a wired and network proxy options for 
configuration.

iwl2000/2030 are installed and rfkill says the wireless is neither 
hard nor soft blocked.

So any ideas.

Tony
-- 
Linux nogs.tonyshome.ie 2.6.32-573.22.1.el6.x86_64 #1 SMP Wed Mar 23 
03:35:39 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Freeradius, openldap and TLS

2016-04-15 Thread Patrick Laimbock

On 15-04-16 13:14, g wrote:



On 04/15/16 04:29, Patrick Laimbock wrote:

On 15-04-16 00:39, Andrew Daviel wrote:

<<>>

Patrick,

'threading breaking' is against centos etiquette and netiquette.

replying thread breakers does nothing but encourage them to do so again.

many subscribers frown on thread breakers and their responders.

please help good etiquette by not responding to them.

thank you.


Please keep your posting on-list.

It's unclear what you mean. I saw a new message on the ML and responded 
to it. Where did this 'threading breaking' take place?


Patrick

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


Re: [CentOS] Freeradius, openldap and TLS

2016-04-15 Thread Patrick Laimbock

On 15-04-16 00:39, Andrew Daviel wrote:


We have a freeradius server using LDAP authentication against openldap.

We have had freeradius-3.0.4-6 on CentOS 7 successfully communicating
with openldap-servers-2.3.43 on CentOS 5.

We need some features in freeradius-3.0.12. When I build that on CentOS
6, it initially works, but then develops TLS errors.

We can search and authenticate against the LDAP server with Apache, and
with ldapsearch using ldaps:// URLs and with start_tls.

If I ask the freeradius community, I am told unequivocally to use
OpenSSL not NSS.


You will hear the same thing from the OpenLDAP Community and will be 
asked to first verify the issue on the latest OpenLDAP with OpenSSL (no 
NSS). Even the latest RHEL7/CentOS7 OpenLDAP packages are behind and 
lack a lot of important bugfixes. If you use (are going to use) MDB 
(highly recommended) or replication then you'll definitely need to use 
the latest OpenLDAP version (with OpenSSL, no NSS).


The OpenLDAP Community usually recommends the free OpenLDAP RPM packages 
built with OpenSSL from http://ltb-project.org or to get supported 
packages from http://www.symas.com also built with OpenSSL.


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


Re: [CentOS] CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)

2016-04-15 Thread Philip V
yes iwl2030-firmware was already installed.
i have since installed wireless-tools and wavemon.
Wavemon detects an interface wlp8s0.

On Fri, Apr 15, 2016 at 4:03 AM, John Hodrien  wrote:
> On Fri, 15 Apr 2016, Philip V wrote:
>
>> Have not yet installed any extra packages.
>
>
> Do you have iwl2030-firmware.noarch installed?
>
> jh
>
> ___
> 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] CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)

2016-04-15 Thread John Hodrien

On Fri, 15 Apr 2016, Philip V wrote:


Have not yet installed any extra packages.


Do you have iwl2030-firmware.noarch installed?

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


Re: [CentOS] CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)

2016-04-15 Thread Philip V
Please note, I reinstalled, because a virus named windows 8
spontaneously "repaired" the drive eliminating the dual-boot.
This time I configured wireless in the initial stage of installation
from DVD, it did connect. But after install, after reboot, it appears
not to be available.
Have not yet installed any extra packages.

$ rfkill list
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

$ dmesg|grep iwlwifi
[3.766133] iwlwifi :08:00.0: can't disable ASPM; OS doesn't
have ASPM control
[3.766267] iwlwifi :08:00.0: irq 31 for MSI/MSI-X
[3.783806] iwlwifi :08:00.0: loaded firmware version
18.168.6.1 op_mode iwldvm
[3.836905] iwlwifi :08:00.0: CONFIG_IWLWIFI_DEBUG disabled
[3.836909] iwlwifi :08:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[3.836911] iwlwifi :08:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[3.836914] iwlwifi :08:00.0: Detected Intel(R) Centrino(R)
Wireless-N 2230 BGN, REV=0xC8
[3.837018] iwlwifi :08:00.0: L1 Enabled - LTR Disabled
[  501.206643] iwlwifi :08:00.0: RF_KILL bit toggled to disable radio.
[  503.716639] iwlwifi :08:00.0: RF_KILL bit toggled to enable radio.

(yes, I toggled the hardware switch, which seemed to only affect the
Bluetooth again.)
ifconfig does not report any wireless adapter.


On Thu, Apr 14, 2016 at 11:12 PM, Brandon Vincent
 wrote:
> On Thu, Apr 14, 2016 at 2:26 PM, Philip V  
> wrote:
>> Any advice?
>
> Output of rfkill list?
>
> Brandon Vincent
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)

2016-04-15 Thread Tony Molloy
On Friday 15 April 2016 07:24:40 Andreas Benzler wrote:
> Good morning Philip,
> 
> Some of you say Centos 7.0 works why not download this kernel from
>  vault.centos.org  and install with yum
>  install kernel…rpm?
> 
> Sincerely
> 
> Andy
> 
CentOS 7.0 works when installed but when you upgrade it to 7.2 the wifi 
device stops being recognised.

I'm going to do an install later today of 7.2 and see how it goes.

Tony
-- 
Linux nogs.tonyshome.ie 2.6.32-573.22.1.el6.x86_64 #1 SMP Wed Mar 23 
03:35:39 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 7.2 laptop wireless Intel Corporation Centrino Wireless-N 2230 (rev c4)

2016-04-15 Thread Andreas Benzler
Good morning Philip,

- To install a most vanilla kernel elrepo is a quick step look forward about 
kernel solution
- Yes build own kernel by a special kernel specification for your machine. Why 
not?
- Frozen a kernel in fact „it works“ with the right firmware for your wifi is a 
good solution.

I got a mixed network with Windows 3.11 up to Windows 10 and Linux with 
OpenSuse, Ubuntu
and a HPC Centos 7 Cluster on Opteron 6380.

By the way, when you get a preinstalled System on a laptop it works in most 
cases from prebuilder.

It’s a common thing to use the given driver. To upgrade it all the time by 
update can hold you back
todo you real work.

As hardware, network and software specialist i try out different compositions. 
My private iMac 2010 not
run really on the 2.6 - Centos 6 or 3.10 kernel form Centos 7. Same effect on 
newer hardware from „today“.

To build the right kernel for specific hardware is for me a common thing. 
Freeze it when i got - also.

We froze the HPC cluster at 7.1.503, because it works for us. To update or 
upgrade can not be done all the time,
 our calculations run from hours to month….

Some of you say Centos 7.0 works why not download this kernel from 
vault.centos.org  and install with yum install 
kernel…rpm?

Sincerely

Andy
> Am 14.04.2016 um 23:16 schrieb Philip V :
> 
> Hi John, Thank you, elrepo sounds good to know about --
> http://elrepo.org/tiki/About  says is an extra 
> repository for hardware
> support.
> Still not clear how to troubleshoot the problem so I know what to
> install from elrepo.
> 
> I know that a spec file is involved in creating an RPM file; do you
> mean that you make your own kernel RPM?
> 
> 
> On Thu, Apr 14, 2016 at 4:05 AM, Andreas Benzler  > wrote:
>> Hello Philip,
>> 
>> In my test cases on Centos 6 or 7 I always run an elrepo kernel or build my 
>> own one from rewritten spec file. That helps me out to get Centos work as 
>> good it can be.
>> 
>> Personal playground, those packages are unsigned!!!
>> 
>> http://centos.cms4all.org/centos/7/  
>> >
>> 
>> 
>> noarch git firmware
>> kernel ml aufs - oh I was lazy
>> 
>> 
>> - Get Multimedia work, all my videos incl. DVD, midi and other audio files 
>> are working
>>  I was given up after test many repros.
>> 
>> 
>> libdrm
>> radeon (no new iMac 2015…hmmm)
>> hardinfo
>> 
>> 
>> mutter - gnome 3 windows shadow hack
>> netatalk - apple time capsule on centos
>> 
>> 
>> Centos 7 live on usbdrive to test it on different machines….
>> 
>> Fun with Centos 7
>> 
>> PS:hm… gstreamer was working with centos 6 damm
>> 
>> Don’t hammer my virtual server otherwise i push them away….
>> 
>> 
>> 
>> 
>> 
>>> Am 14.04.2016 um 08:47 schrieb Andreas Benzler :
>>> 
>>> this seems to be the right firmware
>>> 
>>> https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-2030-ucode-18.168.6.1.tgz
>>>  
>>> 
>>> 
>>> 
>>> 
 Am 14.04.2016 um 05:01 schrieb John R Pierce :
 
 On 4/13/2016 7:42 PM, Philip V wrote:
> lspci gives
> 08:00.0 Network controller: Intel Corporation Centrino Wireless-N 2230 
> (rev c4)
> 
> 1. How do I get this working?  I am happy to work with command line tools.
> 
> 2. Are there other packages I need? I installed wireless-tools, and
> tried to fiddle with iwconfig and NetworkManager to no avail. iwconfig
> does seem to interact with the wifi device.
> 
> 3. Is there documentation I should be following to
> understand/troubleshoot networking support?
> https://wiki.centos.org/HowTos/Laptops/Wireless  does not document the
> iwlwifi driver.
 
 
 https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi
 
 suggests you might need to get a firmware tarball for that card, and copy 
 the appropriate iwlwifi-*.ucode file to /lib/firmware or something.
 
 
 
 --
 john r pierce, recycling bits in santa cruz
 
 ___
 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 
>> 
> ___
> CentOS mailing list
> CentOS@centos.org 
> 

Re: [CentOS] mount bind problem

2016-04-15 Thread 望月忠雄
Dear Robert,

Before sending 'grep -r /home /etc' data, I want tell you what happned this
morning.

In order to solve the /home/home problem, 'umount /home' had been done,
system had been running in a normal file system.
But suddenly /home has been lost.


Key information of that time is as in the  lines.
And I found in the  lines messages log.
How do you think the reason of trouble.


# ls -l /home
total 0
# ls -l /
total 3614
-rw---1 root root   12288 Apr 15 05:00 aquota.group
-rw---1 root root   10240 Apr 15 05:00 aquota.user
dr-xr-xr-x.   2 root root4096 Nov 15 18:35 bin
dr-xr-xr-x.   5 root root5120 Nov 15 18:36 boot
drwxr-xr-x2 root root4096 Jul 24  2015 cgroup
drwxr-xr-x   17 root root3820 Apr 14 10:24 dev
drwxr-xr-x.  75 root root4096 Apr 14 10:31 etc
drwxr-xr-x2 root root4096 Nov 15 19:04 home
dr-xr-xr-x.   8 root root4096 Aug  8  2015 lib
dr-xr-xr-x.   8 root root   12288 Nov 15 18:35 lib64


# ls -l /mnt/extradiskA
total 48
-rw--- 1 root  root   7168 Apr 15 02:14 aquota.group
-rw--- 1 root  root   7168 Apr 14 10:22 aquota.user
drwxr-x--- 2 root  root   4096 Jan 18 21:55 backups
drwxr-xr-x 4 root  root   4096 Jan  1 11:59 home
drwxr-xr-x 8 root  root   4096 Apr 15 01:10 log
drwx-- 2 root  root  16384 Nov 15 18:58 lost+found
drwxr-xr-x 6 mysql mysql  4096 Apr 14 10:24 mysql
# ls -l /mnt/extradiskA/home
total 8
drwxr-xr-x. 7 admin   admin   4096 Sep 21  2015 admin
drwxr-xr-x  4 kavfile kavfile 4096 Jan  1 12:00 kavfile
# mount
/dev/mapper/VolGroup-lv_root on / type ext4 (rw,usrquota,grpquota)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/vda1 on /boot type ext4 (rw)
/dev/vdb on /mnt/extradiskA type ext4 (rw,usrquota,grpquota)
/mnt/extradiskA/home on /home type none (rw,bind)
/mnt/extradiskA/log on /var/log type none (rw,bind)
/mnt/extradiskA/mysql on /var/lib/mysql type none (rw,bind)
/mnt/extradiskA/.backup on /.backup type none (rw,bind)
/mnt/extradiskA/.daily_backup on /.daily_backup type none (rw,bind)
/mnt/extradiskA/backups on /var/backups type none (rw,bind)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/ on /tmp/tmproot type none (rw,bind)
# df
Filesystem   1K-blocksUsed Available Use% Mounted on
/dev/mapper/VolGroup-lv_root
  12778200 3149592   8972840  26% /
tmpfs   961176   0961176   0% /dev/shm
/dev/vda1   487652  205564256488  45% /boot
/dev/vdb  41153856  542076  38514628   2% /mnt/extradiskA

# cat /etc/fstab

#
# /etc/fstab
# Created by anaconda on Mon Jul 28 08:21:01 2014
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/VolGroup-lv_root /   ext4
 defaults,usrquota,grpquota1 1
UUID=9a855356-ee00-4ae7-a185-226566ce1dba /boot   ext4
 defaults1 2
UUID=093c9b95-8336-4682-9927-132dbdf2f082 /mnt/extradiskA ext4
 defaults,usrquota,grpquota  1 2
/dev/mapper/VolGroup-lv_swap swapswapdefaults
 0 0
tmpfs   /dev/shmtmpfs   defaults0 0
devpts  /dev/ptsdevpts  gid=5,mode=620  0 0
sysfs   /syssysfs   defaults0 0
proc/proc   procdefaults0 0
/mnt/extradiskA/home/home   nonebind0 0
/mnt/extradiskA/log /var/lognonebind0 0
/mnt/extradiskA/mysql/var/lib/mysql nonebind0 0
/mnt/extradiskA/.backup /.backupnonebind0 0
/mnt/extradiskA/.daily_backup  /.daily_backup   nonebind0 0
/mnt/extradiskA/backups  /var/backups   nonebind0 0





Apr 15 00:00:03 teisui2 kernel: [ cut here ]
Apr 15 00:00:03 teisui2 kernel: WARNING: at fs/ext4/inode.c:3945
ext4_flush_unwritten_io+0x74/0x80 [ext4]() (Not tainted)
Apr 15 00:00:03 teisui2 kernel: Hardware name: KVM
Apr 15 00:00:03 teisui2 kernel: Modules linked in: dazukofs(U) ipv6
xt_multiport iptable_filter ip_tables joydev sg virtio_balloon serio_raw
virtio_net i2c_piix4 i2
c_core ext4 jbd2 mbcache virtio_blk sr_mod cdrom virtio_pci virtio_ring
virtio pata_acpi ata_generic ata_piix dm_mirror dm_region_hash dm_log
dm_mod [last unloaded:
 scsi_wait_scan]
Apr 15 00:00:03 teisui2 kernel: Pid: 1707, comm: spamd Not tainted
2.6.32-573.1.1.el6.x86_64 #1
Apr 15 00:00:03 teisui2 kernel: Call Trace:
Apr 15 00:00:03 teisui2 kernel: [] ?
warn_slowpath_common+0x91/0xe0
Apr 15 00:00:03 teisui2 kernel: [] ?
warn_slowpath_null+0x1a/0x20
Apr 15 00:00:03 teisui2 kernel: [] ?
ext4_flush_unwritten_io+0x74/0x80 [ext4]