Re: [CentOS] Upgrade to CentOS 6.5 -> issue with Broadcom Wifi

2013-12-10 Thread Darr247
On 10 DEC 2013 @09:26 zulu, wwp wrote: > Hello there! > > > I was running CentOS 6.4 system on my Dell Latitude E6530 flawlessly, > until I upgraded to CentOS 6.5. > > Now the wifi doesn't show up (it's a Broadcom Wifi BT4313, 14e4:4727), I went through the same thing around fedora 16 with a 14e4:

Re: [CentOS] - install centos via usb stick

2013-12-10 Thread Yves Bellefeuille
> I also tried with other distributions and every time I get the same > result side bios and there 'no setting for secure boot or similar In short, enter the UEFI setup and disable secure boot (UEFI replaces BIOS). There's information at: http://www.eightforums.com/tutorials/17058-secure-boot-ena

[CentOS] Vinagre 3.10.2 and intltool

2013-12-10 Thread Fabrizio Di Carlo
Hello to all, I wanted to update vinagre to the latest one but when I launch ./configure I obtained the following error: checking for intltool >= 0.50.0... 0.41.0 found configure: error: Your intltool is too old. You need intltool 0.50.0 or later. Do you know if there is a way to upgrade intlto

Re: [CentOS] - install centos via usb stick

2013-12-10 Thread psavoie1783
On 10/12/13 02:49 PM, Paolo De Michele wrote: > hello everybody, > > before you come to write this post I checked the official documentation of > centos. to be brief: > > - I format my usb pendrive in fat > - Using the command dd if =name.iso of =/dev/sdx (with or without bs for > the purposes of i

[CentOS] - install centos via usb stick

2013-12-10 Thread Paolo De Michele
hello everybody, before you come to write this post I checked the official documentation of centos. to be brief: - I format my usb pendrive in fat - Using the command dd if =name.iso of =/dev/sdx (with or without bs for the purposes of issue, and 'indifferent) Restart the system and remains in t

Re: [CentOS] Centos6.5 Intel Corporation Centrino Advanced-N 6235 not working --solved --

2013-12-10 Thread Johan Vermeulen
Op 10-12-13 17:09, Steve Clark schreef: > On 12/10/2013 10:10 AM, Ned Slider wrote: >> On 10/12/13 06:02, Johan Vermeulen wrote: >>> [root@jvermeulen ~]# dmesg | grep iwlwifi >>> iwlwifi :03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 >>> iwlwifi :03:00.0: setting latency timer to 64

Re: [CentOS] What is eating up Swap

2013-12-10 Thread John R Pierce
On 12/10/2013 6:01 AM, Götz Reinicke - IT Koordinator wrote: > recently I noticed, that one of our webservers is using swap space, > while there is plenty of physical ram available. > > free -m > total used free sharedbuffers cached > Mem: 8118 2

Re: [CentOS] Centos6.5 Intel Corporation Centrino Advanced-N 6235 not working

2013-12-10 Thread Steve Clark
On 12/10/2013 10:10 AM, Ned Slider wrote: > On 10/12/13 06:02, Johan Vermeulen wrote: >> [root@jvermeulen ~]# dmesg | grep iwlwifi >> iwlwifi :03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 >> iwlwifi :03:00.0: setting latency timer to 64 >> iwlwifi :03:00.0: irq 32 for MSI/MSI-X >

Re: [CentOS] about C program of CPP macro problems

2013-12-10 Thread Michael Hennebry
On Tue, 10 Dec 2013, Nicol TAO wrote: > I want to using #define / #undef, and want to put them in a single macro, > some thing like: > > #define DECALRE_TYPE(type) \ > { #undef __curr_type; #define _curr_type type; } > > as we know, this can not passed with CPP, but I need this logical here. I t

Re: [CentOS] CentOS6 xinetd failure

2013-12-10 Thread Lars Hecking
Helmut Drodofsky writes: > see > http://lists.centos.org/pipermail/centos/2013-July/135847.html > > I have had the same problem and I will never understand, why this is > unchanged up to now. Excellent, thanks! Now I know how to work around it. I've seen this happening before, on CentOS5, whe

Re: [CentOS] Centos6.5 Intel Corporation Centrino Advanced-N 6235 not working

2013-12-10 Thread Ned Slider
On 10/12/13 06:02, Johan Vermeulen wrote: > > [root@jvermeulen ~]# dmesg | grep iwlwifi > iwlwifi :03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17 > iwlwifi :03:00.0: setting latency timer to 64 > iwlwifi :03:00.0: irq 32 for MSI/MSI-X > iwlwifi :03:00.0: firmware: requesting iw

Re: [CentOS] What is eating up Swap

2013-12-10 Thread Александр Кириллов
> recently I noticed, that one of our webservers is using swap space, > while there is plenty of physical ram available. > > free -m > total used free sharedbuffers > cached > Mem: 8118 2014 6103 0 85 > 261 > -/+ b

Re: [CentOS] What is eating up Swap

2013-12-10 Thread Peter Eckel
Hi Götz, On Dec 10, 2013, at 15:01 , Götz Reinicke - IT Koordinator wrote: > Hi, > > recently I noticed, that one of our webservers is using swap space, > while there is plenty of physical ram available. > > free -m > total used free sharedbuffers cached >

[CentOS] about C program of CPP macro problems

2013-12-10 Thread Nicol TAO
Hello, all: I have a program problem, ( may it not have close releationship with Debian), it described like this: I want to using #define / #undef, and want to put them in a single macro, some thing like: #define DECALRE_TYPE(type) \ { #undef __curr_type; #define _curr_type type; } as we know,

Re: [CentOS] CentOS6 xinetd failure

2013-12-10 Thread Lars Hecking
> > Is there any way to debug this? I suspect it needs to be debugged > > during reboot since the service starts up fine later. > > "Address already in use" => check what is listening on port 873? > In the rsync xinetd conf it says IPv6 here... service rsync { disable = no flags

Re: [CentOS] CentOS6 xinetd failure

2013-12-10 Thread Helmut Drodofsky
see http://lists.centos.org/pipermail/centos/2013-July/135847.html I have had the same problem and I will never understand, why this is unchanged up to now. Alternative: - erase nfs - change sequence number in /etc/rc3.d best regards Helmut Viele Grüße Helmut Drodofsky Internet XS Service G

[CentOS] What is eating up Swap

2013-12-10 Thread Götz Reinicke - IT Koordinator
Hi, recently I noticed, that one of our webservers is using swap space, while there is plenty of physical ram available. free -m total used free sharedbuffers cached Mem: 8118 2014 6103 0 85261 -/+ buffers/cache:

Re: [CentOS] [SOLVED] Upgrade to CentOS 6.5 -> issue with Broadcom Wifi

2013-12-10 Thread wwp
Hello Akemi, On Tue, 10 Dec 2013 05:35:49 -0800 Akemi Yagi wrote: > On Tue, Dec 10, 2013 at 1:45 AM, wwp wrote: > > > it seems that I had formerly followed steps from > > http://elrepo.org/tiki/wl-kmod, > > as I could find kmod-wl-5_100_82_112-9.el6.el6.local.x86_64.rpm installed > > locall

Re: [CentOS] [SOLVED] Upgrade to CentOS 6.5 -> issue with Broadcom Wifi

2013-12-10 Thread wwp
Hello Milos, On Tue, 10 Dec 2013 12:55:26 +0100 Milos Blazevic wrote: > On 12/10/2013 10:45 AM, wwp wrote: > > Again, > > > > > > On Tue, 10 Dec 2013 10:26:19 +0100 wwp wrote: > > > >> I was running CentOS 6.4 system on my Dell Latitude E6530 flawlessly, > >> until I upgraded to CentOS 6.5. >

Re: [CentOS] CentOS6 xinetd failure

2013-12-10 Thread John Doe
From: Lars Hecking > One thing I have noticed on CentOS6 is that rsync via xinetd never > works after a reboot. It always takes an additional, post-reboot > service xinetd restart to get it going. That has been the same for > all revisions up to and including 6.5, and I've seen it on more than >

Re: [CentOS] Upgrade to CentOS 6.5 -> issue with Broadcom Wifi

2013-12-10 Thread Akemi Yagi
On Tue, Dec 10, 2013 at 1:45 AM, wwp wrote: > it seems that I had formerly followed steps from > http://elrepo.org/tiki/wl-kmod, > as I could find kmod-wl-5_100_82_112-9.el6.el6.local.x86_64.rpm installed > locally, > and RPM assembly stuff in ~/rpmbuild/. > > No better idea why it doesn't work

[CentOS] CentOS-announce Digest, Vol 106, Issue 5

2013-12-10 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..

Re: [CentOS] Upgrade to CentOS 6.5 -> issue with Broadcom Wifi

2013-12-10 Thread Milos Blazevic
On 12/10/2013 10:45 AM, wwp wrote: > Again, > > > On Tue, 10 Dec 2013 10:26:19 +0100 wwp wrote: > >> I was running CentOS 6.4 system on my Dell Latitude E6530 flawlessly, >> until I upgraded to CentOS 6.5. >> >> Now the wifi doesn't show up (it's a Broadcom Wifi BT4313, 14e4:4727), I >> tried to f

Re: [CentOS] Upgrade to CentOS 6.5 -> issue with Broadcom Wifi

2013-12-10 Thread wwp
Again, On Tue, 10 Dec 2013 10:26:19 +0100 wwp wrote: > I was running CentOS 6.4 system on my Dell Latitude E6530 flawlessly, > until I upgraded to CentOS 6.5. > > Now the wifi doesn't show up (it's a Broadcom Wifi BT4313, 14e4:4727), I > tried to follow the steps from > http://wiki.centos.org

[CentOS] CentOS6 xinetd failure

2013-12-10 Thread Lars Hecking
One thing I have noticed on CentOS6 is that rsync via xinetd never works after a reboot. It always takes an additional, post-reboot service xinetd restart to get it going. That has been the same for all revisions up to and including 6.5, and I've seen it on more than just machine. While I d

[CentOS] Upgrade to CentOS 6.5 -> issue with Broadcom Wifi

2013-12-10 Thread wwp
Hello there! I was running CentOS 6.4 system on my Dell Latitude E6530 flawlessly, until I upgraded to CentOS 6.5. Now the wifi doesn't show up (it's a Broadcom Wifi BT4313, 14e4:4727), I tried to follow the steps from http://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom but when attempting