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

2016-04-14 Thread Brandon Vincent
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-docs] rpmforge references in the wiki

2016-04-14 Thread Tom Sorensen
Burn the references with fire. If there are any references to litko then they should be treated equally. Both are dead. On Wednesday, April 13, 2016, Christoph Galuschka wrote: > Hello everyone, > > Am 13.04.2016 um 16:20 schrieb John R. Dennison: > >> Someone made mention

[CentOS] Freeradius, openldap and TLS

2016-04-14 Thread Andrew Daviel
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

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

2016-04-14 Thread Philip V
Output of dmesg / messages is found in a previous email (buried in the message thread) https://lists.centos.org/pipermail/centos/2016-April/158703.html Any advice? On Wed, Apr 13, 2016 at 10:42 PM, Philip V wrote: > With CentOS 7.2 a laptop wireless card is

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

2016-04-14 Thread 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

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

2016-04-14 Thread Philip V
> Could you post the output of dmesg | grep iwlwifi Thanks Brandon and everyone -- to skip reboot I hope it is sufficient to execute sudo grep iwlwifi [CentOSpartition]/var/log/messages (you can see several reboots and my attempts to experiment) Apr 12 16:16:48 localhost kernel: iwlwifi

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

2016-04-14 Thread Philip V
Thank you, I checked, and the firmware /usr/lib/firmware/iwlwifi-2030-6.ucode is already installed by default (timestamped 2012-Jan, it is not new). On Wed, Apr 13, 2016 at 11:01 PM, John R Pierce wrote: > On 4/13/2016 7:42 PM, Philip V wrote: >> >> lspci gives >>

[CentOS] journaled quotas in CentOS6?

2016-04-14 Thread Cal Sawyer
Hi CentOS 6.7 (kernel 2.6.32-573.el6.x86) ... Wanted to set up group quotas on a new ext4 filesystem. When i was initialising via quotacheck, received this message > quotacheck -vcg /HOMES quotacheck: Your kernel probably supports journaled quota but you are not using it. I liked

Re: [CentOS] mount bind problem

2016-04-14 Thread Robert Nichols
On 04/13/2016 08:44 PM, 望月忠雄 wrote: # 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)

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

2016-04-14 Thread Andreas Benzler
I found the the code firmware in iwl2000-firmware package > Am 14.04.2016 um 12:39 schrieb Tony Molloy : > > On Thursday 14 April 2016 03:42:50 Philip V wrote: >> With CentOS 7.2 a laptop wireless card is recognized in dmesg, but >> nonfunctional. Toggling the hardware wifi

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

2016-04-14 Thread Andreas Benzler
take a view on: kernel and linux firmware sometimes firmware is excluded after upgrade to new revision. Regards Andy ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

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

2016-04-14 Thread Tony Molloy
On Thursday 14 April 2016 03:42:50 Philip V wrote: > With CentOS 7.2 a laptop wireless card is recognized in dmesg, but > nonfunctional. Toggling the hardware wifi switch causes the > Bluetooth icon to appear and disappear. The network configuration > window shows the Wireless tab greyed out.

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

2016-04-14 Thread Andreas Benzler
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/

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

2016-04-14 Thread 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 : >

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

2016-04-14 Thread Andreas Benzler
Hallo don’t know if this helps. http://linuxwireless.org/en/users/Drivers/iwlwifi/ https://kernel.googlesource.com/pub/scm/linux/kernel/git/firmware/linux-firmware.git/+/master

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

2016-04-14 Thread Brandon Vincent
On Wed, Apr 13, 2016 at 7:42 PM, Philip V wrote: > 1. How do I get this working? I am happy to work with command line tools. Could you post the output of: dmesg | grep iwlwifi Brandon Vincent ___ CentOS mailing list

Re: [CentOS] Badlock bad luck

2016-04-14 Thread Mogens Kjaer
On 04/13/2016 03:10 PM, Steven Ford wrote: Did you update your Windows clients? They run Windows Update automatically. They might not have got the update when the server was updated. Is this the key point? Mogens -- Mogens Kjaer, m...@lemo.dk http://www.lemo.dk

Re: [CentOS] Badlock bad luck

2016-04-14 Thread Mogens Kjaer
On 04/14/2016 12:05 AM, Bob Smith wrote: I had exactly the same problem. Your workaround fixed me too. With the new samba packages my samba\logs are full of errors. If I temporarily disconnected the PC client NIC cable, and logged into the domain using cached credentials, then I could get past