[CentOS] ipset and blacklisting

2016-09-20 Thread TE Dukes
This is what ipset can do for traffic on a home server that's not wanted on
a slow 6MB DSL connection.

http://palmettoshopper.com/httpd_traffic.jpg

I only use my home server for zoneminder, testing my commercial website and
streaming movies.

Got tired of hackers looking for files that don't exist on my home server
and non-complying robots.

Check the drop in bandwidth.

Setup up a redirect to the NSA webite. They can deal with the hackers.

HTH



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


Re: [CentOS] OT: I fixed and it wasn't broken

2016-09-20 Thread TE Dukes


> -Original Message-
> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On
> Behalf Of Barry Brimer
> Sent: Tuesday, September 20, 2016 8:48 PM
> To: CentOS mailing list
> Subject: Re: [CentOS] OT: I fixed and it wasn't broken
> 
> >
> > On the third upgrade, my USB flash drive is no longer recognized as a
> > boot device. The fourth bios upgrade is a shell script run from RHEL
> > which the support was also added later. I tried that first but it
> > didn't work. Didn't get any errors, it just didn't work.
> >
> > Any help would be greatly appreciated.
> 
> You might try one of the boot disks at http://bootdisk.com. They also have
> info on how to create them.
> 
> Hope this helps,
> Barry
[Thomas E Dukes] 
Thanks, Barry,

I tried that one as well. I tried making one from Win98 sources I found. As
well as everything on pendrivelinux.

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


Re: [CentOS] OT: I fixed and it wasn't broken

2016-09-20 Thread Barry Brimer


On the third upgrade, my USB flash drive is no longer recognized as a boot
device. The fourth bios upgrade is a shell script run from RHEL which the
support was also added later. I tried that first but it didn't work. Didn't
get any errors, it just didn't work.

Any help would be greatly appreciated.


You might try one of the boot disks at http://bootdisk.com. They also have 
info on how to create them.


Hope this helps,
Barry
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] OT: I fixed and it wasn't broken

2016-09-20 Thread TE Dukes
Hello,

I fixed it real good.

I bought a Lenovo TS130 ThinkServer about 5 or 6 years ago. Folks told me,
RHEL/CentOS would not run on this server.

I bought it and installed it and it works fine.

So, a couple weeks ago, I decided to upgrade the memory. At the time, the
bios only supported 16GB but it would be upgradable to 32GB.

So, I started adding memory and figured I needed to upgrade the bios so I
could get to 32GB.

I got through 2 updates with rufus 2.11 and FreeDOS. Both installed with no
problems.

On the third upgrade, my USB flash drive is no longer recognized as a boot
device. The fourth bios upgrade is a shell script run from RHEL which the
support was also added later. I tried that first but it didn't work. Didn't
get any errors, it just didn't work.

Lenovo says use rufus 2.2 which supports MS-DOS. I can't get that version to
create a bootable USB drive. It fails.

I have tried .iso images and adding the bios files to it for a bootable
DVD/CD. It boots but can't find the bios files. A dir of the DVD shows the
flash.bat.

I've tried plopt and a couple others.

I'm stuck!!

Any help would be greatly appreciated.

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


[CentOS] CentOS 6.8, Iptables 1.4.7, and MASQUERADE

2016-09-20 Thread Robert Heller
I have a server that is also a firewall router at a public library with a
fiber optic Internet connection. It is running kernel
2.6.32-642.4.2.el6.x86_64 (current CentOS 6.8) and Iptables 1.4.7 (current
stock CentOS 6.8). I having trouble with Internet throughput. I am supposed to
be getting 20Mbits down and 20MBits up, but I am not getting that. It has no
problem doing 20MBits down, but for uploads of *large* files (using different
protocols, such as ssh or http), the upload starts at 20MBits, but over time
quickly slows down to about 3MBits. Speedtests claim I am getting about 20/20.
I seem to be about to get 3Mbits *per transfer*, even if the transfers are
concurrent and MRTG shows total throughput edging up to 6Mbits.

What can possibly be going on.  My ISP is not believing there is anything 
wrong on their end.  About the only thing left is maybe some sort of weirdness 
with Iptables imposing some sort of I/O overhead, maybe related to the 
MASQUERADE postrouting.  Does this even make sense?


-- 
Robert Heller -- 978-544-6933
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services


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


Re: [CentOS] Using keepass on Centos 6

2016-09-20 Thread Jos Vos
Hi,

On Tue, Sep 20, 2016 at 09:43:17PM +0200, H wrote:

> Is anyone running keepass on C6? I have a rather large password database 
> under Windows that I want also to use on my Centos systems. It seems that 
> keepass is not available, it relies on mono and there may be bugs.
> 
> Googling also seems to suggest that I should download the source code and 
> compile to install. The nux repository seems to have a version for C7, but 
> not for C6.
> 
> Many suppositions and few facts - perhaps someone knows better?

I do not use it myself (yet), but KeepPassX (https://www.keepassx.org/)
should be compatible with KeePass and is available in EPEL for C6 and C7.
Search for the keepassx and keepassx2 packages.  I once tested it to
exchange DB's with KeePassDroid (Android) and that worked fine.

Hope this helps,

-- 
--Jos Vos 
--X/OS Experts in Open Systems BV   |   Office: +31 20 6938364
--Amsterdam, The Netherlands|   Mobile: +31 6 26216181
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] Using keepass on Centos 6

2016-09-20 Thread H

Is anyone running keepass on C6? I have a rather large password database under 
Windows that I want also to use on my Centos systems. It seems that keepass is 
not available, it relies on mono and there may be bugs.

Googling also seems to suggest that I should download the source code and 
compile to install. The nux repository seems to have a version for C7, but not 
for C6.

Many suppositions and few facts - perhaps someone knows better?

Thanks!

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


Re: [CentOS] CM8828 sound chip ??

2016-09-20 Thread Ned Slider



On 20/09/16 18:37, Alice Wonder wrote:

Need a PCI-E sound card with low profile bracket, optical out, and one
of those mini-din connectors that fans out into various analog connectors.

Only card I have been able to find so far uses a CM8828 chipset.

Looks like that chipset is natively supported by the kernel alsa driver
starting in 3.17 kernel but CentOS 7 uses 3.10 kernel.



It may have started out it's life as a 3.10 kernel, but Red Hat 
constantly backports updated drivers to support new hardware.


The only way to tell whether or not it is supported by a given driver is 
to query the PCI vendor:device ID.


Once you know these, you can query your system to see if the device is 
supported by any of your installed kernels:


grep -i VendorID /lib/modules/*/modules.alias | grep -i DeviceID


I did not see a package that was obviously for that chipset in elrepo.

Has that driver been backported into the RHEL/CentOS 7 kernel, and if
not, is it in elrepo?

Worst case scenario I suppose it may be possible to port the driver like
many of the elrepo drivers have been, but not sure I want to buy
hardware based on a "may be possible"

Thanks for any comments.


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


[CentOS] CM8828 sound chip ??

2016-09-20 Thread Alice Wonder
Need a PCI-E sound card with low profile bracket, optical out, and one 
of those mini-din connectors that fans out into various analog connectors.


Only card I have been able to find so far uses a CM8828 chipset.

Looks like that chipset is natively supported by the kernel alsa driver 
starting in 3.17 kernel but CentOS 7 uses 3.10 kernel.


I did not see a package that was obviously for that chipset in elrepo.

Has that driver been backported into the RHEL/CentOS 7 kernel, and if 
not, is it in elrepo?


Worst case scenario I suppose it may be possible to port the driver like 
many of the elrepo drivers have been, but not sure I want to buy 
hardware based on a "may be possible"


Thanks for any comments.

--
-=-
Sent my from my laptop, may not be able to respond timely
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] smbldap-passwd does not update samba password

2016-09-20 Thread Gordon Messmer

On 09/20/2016 04:05 AM, Bernard Fay wrote:

What do you mean by ACIs?



What ACIs govern access to attributes and entries, on your LDAP server?

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


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

2016-09-20 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
https://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. CESA-2016:1847 Important CentOS 7 kernel Security Update
  (Johnny Hughes)
   2. CEEA-2016:1902 CentOS 7 i40e Enhancement Update (Johnny Hughes)
   3. CEEA-2016:1902 CentOS 7 i40evf Enhancement Update (Johnny Hughes)


--

Message: 1
Date: Mon, 19 Sep 2016 15:43:06 +
From: Johnny Hughes 
To: centos-annou...@centos.org
Subject: [CentOS-announce] CESA-2016:1847 Important CentOS 7 kernel
SecurityUpdate
Message-ID: <20160919154306.ga24...@n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2016:1847 Important

Upstream details at : https://rhn.redhat.com/errata/RHSA-2016-1847.html

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

x86_64:
0132c81c464d7fd124c3cc05667cd1b946f02d5f290786a24b5b3f455475710a  
kernel-3.10.0-327.36.1.el7.x86_64.rpm
47ca54349833bf6552db64f7ebbcbc371dd75b202afc6112cd745fa5ea2e088a  
kernel-abi-whitelists-3.10.0-327.36.1.el7.noarch.rpm
7fb03457b08a16d9c164bc9d16430cbc2f711a43bc15e5d8d1218862fac8ad63  
kernel-debug-3.10.0-327.36.1.el7.x86_64.rpm
cf097685adfdda59acdbd1d31e0c71ab8e4fbec3d58276363b702ebd5d0c8da3  
kernel-debug-devel-3.10.0-327.36.1.el7.x86_64.rpm
8640f0e8f41db56b9641a59e141dd26f7e406e2d04a3fe51bdfd010bf536ffb5  
kernel-devel-3.10.0-327.36.1.el7.x86_64.rpm
752886f128cbcc5137b267a44b6b42ffa2f0c9834cbffb8f19377390bae22b64  
kernel-doc-3.10.0-327.36.1.el7.noarch.rpm
5ec824e095fcd81cb8121ec4f847c741401a59144bff4d82ccd591cb86fd31c3  
kernel-headers-3.10.0-327.36.1.el7.x86_64.rpm
d6ab7934185ac95acb8ff96fdeec23c38d557d797dabe6777d0312d9d7e3981f  
kernel-tools-3.10.0-327.36.1.el7.x86_64.rpm
93d49a5f861ef0bde2c60ec3953049dba0e50b8602f8c06f7cc12372c4c45a8f  
kernel-tools-libs-3.10.0-327.36.1.el7.x86_64.rpm
c12ac571e80595f53ca2a6c666cee9cb7c952f4a48c62952a0c4f312e3d54b5d  
kernel-tools-libs-devel-3.10.0-327.36.1.el7.x86_64.rpm
e8b7e4161d9a26bd8c1433c3e0268077f927255da232d8b55a2b478e0899a7bb  
perf-3.10.0-327.36.1.el7.x86_64.rpm
6547fdd10604f70869da0ed0bf1aa4856e3cb9582b6801b208824864137f7d75  
python-perf-3.10.0-327.36.1.el7.x86_64.rpm

Source:
fdaf7af158a3ced62921d8591f76638bfa77f3440900ed7e90639d275720ae68  
kernel-3.10.0-327.36.1.el7.src.rpm



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



--

Message: 2
Date: Mon, 19 Sep 2016 16:27:15 +
From: Johnny Hughes 
To: centos-annou...@centos.org
Subject: [CentOS-announce] CEEA-2016:1902 CentOS 7 i40e Enhancement
Update
Message-ID: <20160919162715.ga25...@n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Enhancement Advisory 2016:1902 

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

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

x86_64:
eb2c140f5b95878b359ca8c65274ea3b73020ddb3b4b797ed4f8499d332d4822  
kmod-i40e-1.5.10_k-2.el7_2.x86_64.rpm

Source:
dd03d63ea0ec326bd696d5512605e6e9976d28dd09727a00f51c02080d6af1b8  
i40e-1.5.10_k-2.el7_2.src.rpm



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



--

Message: 3
Date: Mon, 19 Sep 2016 16:27:34 +
From: Johnny Hughes 
To: centos-annou...@centos.org
Subject: [CentOS-announce] CEEA-2016:1902 CentOS 7 i40evf Enhancement
Update
Message-ID: <20160919162734.ga25...@n04.lon1.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Enhancement Advisory 2016:1902 

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

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

x86_64:
b0c104d05e884a57fd198f40c4c9bdc517e85576bbaed56f5c69d9a802158fd2  
kmod-i40evf-1.5.10_k-2.el7_2.x86_64.rpm

Source:
f45125d39805d07bda253c88f62534a84168bcb64a88ec180f3f5655763e590e  
i40evf-1.5.10_k-2.el7_2.src.rpm



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



--

___
CentOS-announce mailing list
centos-annou...@centos.org

Re: [CentOS] smbldap-passwd does not update samba password

2016-09-20 Thread Bernard Fay
What do you mean by ACIs?


On Mon, Sep 19, 2016 at 3:56 PM, Gordon Messmer 
wrote:

> On 09/19/2016 10:18 AM, Bernard Fay wrote:
>
>> Any idea what can be wrong on my server?
>>
>
>
> What are your ACIs?
>
>
> ___
> 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