Re: [CentOS] Fix for the CVE-2017-7494?

2017-05-30 Thread franco

Hi, check your selinux-policy package version, else nmbd does't work!

https://bugzilla.redhat.com/show_bug.cgi?id=913762

Francesco

On 26/05/2017 18:43, Bernard Fay wrote:

Thanks Mark and Christian,

I have two Samba servers running those two versions.  That reassure me!

Thanks,
Bernard


On Fri, May 26, 2017 at 12:08 PM, Paul Heinlein  wrote:


On Fri, 26 May 2017, Christian, Mark wrote:

On Fri, 2017-05-26 at 11:19 -0400, Bernard Fay wrote:

Hi,

Does a fix has already been made in the CenOS RPM repositories for this
Samba remote execution code vulnerability, CVE-2017-7494?


yes. samba-3.6.23-43.el6_9.x86_64.rpm


And samba-*-4.4.4-14.el7_3.x86_64

--
Paul Heinlein <> heinl...@madboa.com <> http://www.madboa.com/

___
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] IPv6 addresses order (CentOS6)

2017-05-30 Thread Walter H.
On Wed, May 31, 2017 03:55, Steven Tardy wrote:
>
>> On May 30, 2017, at 3:26 AM, Walter H. 
>> wrote:
>>
>> is there a way to influence the order?
>
> Not sure what your use of multiple IPs is. . . but I'd probably use an
> interface alias instead of secondary.
>
> https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s2-networkscripts-interfaces-alias.html

Interface Alias and IPv6only?
(the referenced guide only explains IPv4, I'm talking about IPv6 only)

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


Re: [CentOS] IPv6 addresses order (CentOS6)

2017-05-30 Thread Steven Tardy

> On May 30, 2017, at 3:26 AM, Walter H.  wrote:
> 
> is there a way to influence the order?

Not sure what your use of multiple IPs is. . . but I'd probably use an 
interface alias instead of secondary.

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s2-networkscripts-interfaces-alias.html
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] GPX files

2017-05-30 Thread Cameron Smith
https://www.google.com/earth/download/ge/agree.html

Cameron

On Tue, May 30, 2017 at 4:09 PM, Alice Wonder  wrote:

> At one point in time I wrote a script that converted gpx to kml so I could
> view them in Google Earth but it's been years since I did that.
>
> I don't know if Google Earth for Linux still exists.
>
>
> On 05/30/2017 04:02 PM, J Martin Rushton wrote:
>
>> I have a Garmin 78s marine GPS receiver and it stores tracks in GPX
>> format.  This is an XML encoded set of points giving longitude,
>> latitude, time and sea depth.  Garmin support viewing this via their
>> Garmin Express product, but there only seem to be Windows and Mac
>> versions.  I've emailed them and await a reply.  In the mean time, does
>> anyone know of any Linux products that will emable me to view track data
>> on a decent sized screen?  I don't want to re-invent the wheel by coding
>> up a hack myself.
>>
>> Thanks,
>> Martin
>>
>>
>>
>> ___
>> 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] GPX files

2017-05-30 Thread Alice Wonder
At one point in time I wrote a script that converted gpx to kml so I 
could view them in Google Earth but it's been years since I did that.


I don't know if Google Earth for Linux still exists.

On 05/30/2017 04:02 PM, J Martin Rushton wrote:

I have a Garmin 78s marine GPS receiver and it stores tracks in GPX
format.  This is an XML encoded set of points giving longitude,
latitude, time and sea depth.  Garmin support viewing this via their
Garmin Express product, but there only seem to be Windows and Mac
versions.  I've emailed them and await a reply.  In the mean time, does
anyone know of any Linux products that will emable me to view track data
on a decent sized screen?  I don't want to re-invent the wheel by coding
up a hack myself.

Thanks,
Martin



___
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] GPX files

2017-05-30 Thread J Martin Rushton
I have a Garmin 78s marine GPS receiver and it stores tracks in GPX
format.  This is an XML encoded set of points giving longitude,
latitude, time and sea depth.  Garmin support viewing this via their
Garmin Express product, but there only seem to be Windows and Mac
versions.  I've emailed them and await a reply.  In the mean time, does
anyone know of any Linux products that will emable me to view track data
on a decent sized screen?  I don't want to re-invent the wheel by coding
up a hack myself.

Thanks,
Martin



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] IPv6 addresses order (CentOS6)

2017-05-30 Thread Walter H.
Hello,
in /etc/sysconfig/network-scripts/ifcfg-eth0 I have this

...
IPV6INIT=yes
IPV6ADDR=prefix::5
IPV6ADDR_SECONDARIES="prefix::2 prefix::3 prefix::4"
IPV6_AUTOCONF=no
IPV6_DEFAULTGW=prefix::1
IPV6_DEFAULTDEV=eth0

when I enter ifconfig the IPv6 addresses are in a different order

eth0 Link encap:Ethernet HWaddr ...
inet addr:... Bcast:... Mask:...
inet6 addr: fe80::.../64 Scope:Link
inet6 addr: prefix::4/64 Scope:Global
inet6 addr: prefix::3/64 Scope:Global
inet6 addr: prefix::5/64 Scope:Global
inet6 addr: prefix::2/64 Scope:Global

is there a way to influence the order?
or how can I tell e.g. ssh to use a specific IPv6 address?
(as it seems ssh uses the first one listed in ifconfig and not the one
defined with IPV6ADDR)

Thanks,
Walter


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