Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread Leon Fauster
Am 28.09.2014 um 02:22 schrieb Greg Lindahl :
> On Sun, Sep 28, 2014 at 02:12:27AM +0200, Leon Fauster wrote:
>> Am 27.09.2014 um 23:53 schrieb Greg Lindahl :
>>> If you really need to run an old minor version, you should consider
>>> paying for the upstream Enterprise Linux. They keep all the old minor
>>> versions up-to-date with regard to security fixes. CentOS does not.
>> 
>> https://access.redhat.com/support/policy/updates/errata#Extended_Update_Support
> 
> From reading the link, it appears that you want to clarify that it's
> not "all the old minor versions", but I'm not sure that I understood
> what you meant, given that you posted a bare link with no explanation.
> 
> Am I right?


Sorry for my brief input but the intention was exactly what you extracted 
from the URI above and its valid only for the upstream. CentOS will stay 
always on the latest release as you also stated. 

 IMHO they are rare cases where some one are technically forced to stay 
on older releases. I do not argue that they didn't exist. We should not 
forget the context; stable ABI, API and mayor releases of the provided 
components, and not like e.g. Fedora with there "bleeding edge" approach 
(valid for there scenarios).   

It would be great to get some feedback what such cases 
are, that let people stay on older releases?  

--
Thanks
LF


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


[CentOS] High Performance graphics virtual environment: VGA Passthough or a VDI solution

2014-09-28 Thread Aaron Siegel
Hello

Early this summer I made the decision to eliminate my Windows dual boot,
I rarely used windows.  I have started a new job which will require
using a 3d CAD Inventor/Solidworks (Windows software). Inventor starts
in vmware workstation.  I also switched from OpenSuSE to CentOS after
evaluating Ubuntu, RHEL, SLED, and Centos, I wanted a more proven
platform, less experimental stuff. 

For the last several years I have been wanting to build a multi-seat
computer.  I did configure a mulit-seat using xorg, it work ok but there
were issue with the keyboard and the kernel reported many error. I used
the dual seat system for play internet content to a tv but I do not
think this solution would work well for multiple desktops.  

VGA Pass-through
Redhat blog claims the beta release supports vga pass-through:
http://rhelblog.redhat.com/2014/01/29/kvm-virtualization/

Is this true? I hope to find a cheaper video card then the professional
NVIDA. Can VGA pass-through be accomplished using the application
provide by CentOS 7? Or do I need to apply all the patches and recompile
as suggested in the article below?

http://www.firewing1.com/howtos/fedora-20/create-gaming-virtual-machine-using-vfio-pci-passthrough-kvm


VDI

This solution provides each terminal with it own dedicated devices. Many
of the problems with the muli-seat configuration I used in the past was
related to sharing usb device on multiple terminals.  The thin client
resolves all of those problems. I think VDI solution easier for my wife
and daughter to use than the VGA pass through. Thin client will located
the terminal in a different rooms.

Now the fun part Xen or oVirt KVM.  I preference for KVM the kernel
module seem to work better. I have had problem with Xen. 

Does anyone have suggestion for a small home deployment. This is not
practical but I have this supper fast computer I like to use and I want
to postpone purchasing a Apple laptop for as long as possible. The
skills developed in this project can be indirectly applied at work.

Thank you
Aaron  




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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread Greg Lindahl
On Sun, Sep 28, 2014 at 01:32:38PM +0200, Leon Fauster wrote:

> It would be great to get some feedback what such cases 
> are, that let people stay on older releases?  

Upstream can change the kernel module API quite violently in minor
releases, which means that hardware products that have associated
kernel modules often are a release behind.

Certification is another source of lag. It can take a while to certify
that the test suite for a complicated product (like a commercial
database) runs successfully on a new minor release. Some vendors skip
half the minor releases (or more) to reduce cost.

A third source is companies with homegrown code deployed on CentOS
servers and poor-quality test suites. They tend to be in the "omg
never change anything unless forced at gunpoint!" camp. It's an
unfortunate situation, and it can cost a lot of money and time to fix.

Not sure that this goes in the FAQ, though!

-- greg


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


[CentOS] Apache wakes-up inactive Exim

2014-09-28 Thread Always Learning
Had a surprising event on C 6.5.

Exim was the only MTA installed. It was partially configured (with ACL,
Router, Transport) and definitely not running.

I was remotely testing a web page. A web page error condition invoked
the embedded PHP mail() command.

To my astonishment something in Centos woke-up Exim. Exim sent the email
and then became inactive again. The Exim logs does not show any start-up
lines, just 

1. input from Apache.
2. output to remote server.
3. 'completed'.

Hours later Logwatch, not yet customised, also caused inactive Exim to
send an email (which got rejected by Exim because it was to local user
0).

What causes Centos to temporarily activate in-active (meaning
non-running) Exim ?

Thanks,

Paul.
England EU.


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


Re: [CentOS] xfce on CentOS 7: can't lock screen

2014-09-28 Thread Devin Reade
--On Saturday, September 27, 2014 09:50:47 PM -0600 Frank Cox
 wrote:

> Is anyone using CDE on Centos these days?

I suspect hardly any, if anyone, does.  To be clear, when I mentioned
CDE was referring when my workstations were Solaris.

Devin

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


Re: [CentOS] Apache wakes-up inactive Exim

2014-09-28 Thread Александр Кириллов

I was remotely testing a web page. A web page error condition invoked
the embedded PHP mail() command.

To my astonishment something in Centos woke-up Exim. Exim sent the 
email
and then became inactive again. The Exim logs does not show any 
start-up

lines, just

1. input from Apache.
2. output to remote server.
3. 'completed'.

Hours later Logwatch, not yet customised, also caused inactive Exim to
send an email (which got rejected by Exim because it was to local user
0).

What causes Centos to temporarily activate in-active (meaning
non-running) Exim ?


You don't really need an active smtp daemon to send email or deliver it 
locally.

$ cat /etc/php.ini | grep sendmail

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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread Devin Reade


> On Sep 28, 2014, at 11:22, Greg Lindahl  wrote:
> 
> 
> Not sure that this goes in the FAQ, though!

No. If people have a good reason for doing it, they will generally know that 
reason. If the don't know one, they probably have no real need for staying at 
the earlier release. 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Apache wakes-up inactive Exim

2014-09-28 Thread Cliff Pratt
The daemon only handles incoming mail, or in other words waits for incoming
connections from other mail servers. Outgoing mail is sent on demand, or in
other words a connection is made to a mail server or relay as and when
required.

Cheers,

Cliff

On Mon, Sep 29, 2014 at 8:01 AM, Always Learning  wrote:

> Had a surprising event on C 6.5.
>
> Exim was the only MTA installed. It was partially configured (with ACL,
> Router, Transport) and definitely not running.
>
> I was remotely testing a web page. A web page error condition invoked
> the embedded PHP mail() command.
>
> To my astonishment something in Centos woke-up Exim. Exim sent the email
> and then became inactive again. The Exim logs does not show any start-up
> lines, just
>
> 1. input from Apache.
> 2. output to remote server.
> 3. 'completed'.
>
> Hours later Logwatch, not yet customised, also caused inactive Exim to
> send an email (which got rejected by Exim because it was to local user
> 0).
>
> What causes Centos to temporarily activate in-active (meaning
> non-running) Exim ?
>
> Thanks,
>
> Paul.
> England EU.
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] xfce on CentOS 7: can't lock screen

2014-09-28 Thread Cliff Pratt
CDE? Shudder!! In spite of the way that modern desktops have turned out I
can't imagine anyone using CDE these days. I used to use and loath it on
HP/UX back when the Internet was a puppy.

Cheers,

Cliff

On Sun, Sep 28, 2014 at 4:50 PM, Frank Cox 
wrote:

> On Sat, 27 Sep 2014 20:43:20 -0600
> Devin Reade wrote:
>
> > I used CDE for years,
>
> This interests me.  Is anyone using CDE on Centos these days?
>
> I've never used CDE myself so I'm wondering how it stacks up against
> "modern" desktops like KDE and Gnome.
>
> --
> MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] webcam program for continuous recording.

2014-09-28 Thread Chris Pemberton

VLC can record the input from /dev/videoX.

See the example here:

http://www.gofree.com/Tutorials/VLCVideoWebcam.php

Chris

On 09/27/2014 09:35 PM, g wrote:

i need to make a video for legal purposes this weekend, so
any and all suggestions and recommendations greatly appreciated.


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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread Les Mikesell
On Sun, Sep 28, 2014 at 12:22 PM, Greg Lindahl  wrote:
>>
> A third source is companies with homegrown code deployed on CentOS
> servers and poor-quality test suites. They tend to be in the "omg
> never change anything unless forced at gunpoint!" camp. It's an
> unfortunate situation, and it can cost a lot of money and time to fix.

Or even with decent test suites you recognize that you can't perfectly
emulate a live internet-connected production environment.  Or you've
been burned by updates that did break things and the time it took to
find a workaround.  There's just no getting around complicated systems
being complicated.

-- 
  Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] webcam program for continuous recording.

2014-09-28 Thread John R Pierce

On 9/27/2014 7:35 PM, g wrote:

the 2 webcam programs that i have installed from repos are 'camorama'
and 'cheese'.

both work well for single photos, but i can not get 'cheese' to make
smooth, continuous video recording. what is recorded is a jerky
motion for a few seconds, pause, short record, pause, repeatedly.
sometimes, nothing is recorded. 


are you sure the camera is plugged into a USB 2.0 port?  if its in a USB 
1.x only port, it won't have adequate bandwidth for video recording.




--
john r pierce  37N 122W
somewhere on the middle of the left coast

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


Re: [CentOS] webcam program for continuous recording.

2014-09-28 Thread g



On 09/28/2014 05:28 PM, Chris Pemberton wrote:

VLC can record the input from /dev/videoX.

See the example here:

http://www.gofree.com/Tutorials/VLCVideoWebcam.php


Chris,

thank you for reply.

i will check site and reply back with results.


--

peace out.

in a world with out fences, who needs gates.

tc.hago.

g
.

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


Re: [CentOS] webcam program for continuous recording.

2014-09-28 Thread g



On 09/28/2014 05:40 PM, John R Pierce wrote:

On 9/27/2014 7:35 PM, g wrote:

the 2 webcam programs that i have installed from repos are
'camorama' and 'cheese'.

both work well for single photos, but i can not get 'cheese' to
make smooth, continuous video recording. what is recorded is a
jerky motion for a few seconds, pause, short record, pause,
repeatedly. sometimes, nothing is recorded.


are you sure the camera is plugged into a USB 2.0 port?  if its in a
USB 1.x only port, it won't have adequate bandwidth for video
recording.


John,

all ports are USB 2.


--

peace out.

in a world with out fences, who needs gates.

tc.hago.

g
.

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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread Vojin Urosevic
On Sun, Sep 28, 2014 at 6:32 PM, Les Mikesell  wrote:

> On Sun, Sep 28, 2014 at 12:22 PM, Greg Lindahl  wrote:
> >>
> > A third source is companies with homegrown code deployed on CentOS
> > servers and poor-quality test suites. They tend to be in the "omg
> > never change anything unless forced at gunpoint!" camp. It's an
> > unfortunate situation, and it can cost a lot of money and time to fix.
>
> >Or even with decent test suites you recognize that you can't perfectly
> >mulate a live internet-connected production environment.  Or you've
>
>been burned by updates that did break things and the time it took to
> >f>nd a workaround.  There's just no getting around complicated systems
> >being complicated.


Hence the need for immutable infrastructure.

vu



> --
>   Les Mikesell
> lesmikes...@gmail.com
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread Les Mikesell
On Sun, Sep 28, 2014 at 6:13 PM, Vojin Urosevic  wrote:
> On Sun, Sep 28, 2014 at 6:32 PM, Les Mikesell  wrote:
>
>> On Sun, Sep 28, 2014 at 12:22 PM, Greg Lindahl  wrote:
>> >>
>> > A third source is companies with homegrown code deployed on CentOS
>> > servers and poor-quality test suites. They tend to be in the "omg
>> > never change anything unless forced at gunpoint!" camp. It's an
>> > unfortunate situation, and it can cost a lot of money and time to fix.
>>
>> >Or even with decent test suites you recognize that you can't perfectly
>> >mulate a live internet-connected production environment.  Or you've
>>
>>been burned by updates that did break things and the time it took to
>> >f>nd a workaround.  There's just no getting around complicated systems
>> >being complicated.
>
>
> Hence the need for immutable infrastructure.

Sure, right after the last bug is found and fixed.  Meanwhile we
balance the risk of change against the risk of not changing.

-- 
   Les Mikesell
 lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Apache wakes-up inactive Exim

2014-09-28 Thread Les Mikesell
On Sun, Sep 28, 2014 at 2:01 PM, Always Learning  wrote:
> Had a surprising event on C 6.5.
>
> Exim was the only MTA installed. It was partially configured (with ACL,
> Router, Transport) and definitely not running.
>
> I was remotely testing a web page. A web page error condition invoked
> the embedded PHP mail() command.
>
> To my astonishment something in Centos woke-up Exim. Exim sent the email
> and then became inactive again. The Exim logs does not show any start-up
> lines, just
>
> 1. input from Apache.
> 2. output to remote server.
> 3. 'completed'.
>
> Hours later Logwatch, not yet customised, also caused inactive Exim to
> send an email (which got rejected by Exim because it was to local user
> 0).
>
> What causes Centos to temporarily activate in-active (meaning
> non-running) Exim ?
>

Applications often send mail by piping to the command 'sendmail' which
is enough of a standard that other MTAs normally offer a compatible
command.  With 'real' sendmail you can configure it to either deliver
in the current process or to queue for subsequent delivery by the
daemon. Not sure how the others handle it, but yours apparently
completes the delivery.

-- 
   Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Apache wakes-up inactive Exim

2014-09-28 Thread Always Learning

On Mon, 2014-09-29 at 00:03 +0400, Александр Кириллов wrote:

> You don't really need an active smtp daemon to send email or deliver it 
> locally.
> $ cat /etc/php.ini | grep sendmail

"Package(s) sendmail available, but not installed."

It was Exim because the email headers said very clearly it was Exim.


-- 
Regards,

Paul.
England, EU.

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


Re: [CentOS] xfce on CentOS 7: can't lock screen

2014-09-28 Thread Jake Shipton
On 28/09/14 03:43, Devin Reade wrote:
> Ok, trying to bypass the usual flames (I used CDE for years, then 
> KDE until it got dumbed-down too much, and we all know how GNOME 
> has turned out) ... I've decided to try out xfce on CentOS 7.
> 
> I grabbed xfce from epel by installing the following via yum: 
> epel-release @xfce
> 
> So far it's pretty good, and is giving me the basic features I'm
> looking at without getting in my way.  However, I can't seem to get
> the damned screen lock function to work.
> 
> Leaving the monitor idle doesn't generally do anything. (Although
> just now, after having left it for a few hours, I got a blank
> screen with a few vertical narrow white bars that wouldn't respond
> to any key or mouse movement.  Switching to a text console and back
> to the graphics console, however, brought up the xfce desktop
> again, but with no screen lock prompt.)
> 
> If I select the 'Lock Screen' menu item from the top right corner 
> of the screen it does nothing; doesn't lock the screen, provides no
> feedback that there's a problem, etc.
> 
> The page 
> 
>
> 
describes (for XFCE) bring up "Settings Manager" => "Screen Saver", but
> there is no "Screen Saver" option in the Settings Manager.
> 
> A clue stick would be appreciated.
> 
> Devin
> 
> ___ CentOS mailing
> list CentOS@centos.org 
> http://lists.centos.org/mailman/listinfo/centos
> 
Hi,

I also use XFCE4 :-).

My solution was to install xscreensaver and configure/install that.

You can find it in nux's repo :-).

Make sure you start the daemon by running "xscreensaver" in terminal.

use the command "xscreensaver-command -prefs" to configure your options.

Once everything is running it should work!

Good luck :-)

Kind Regards,
Jake Shipton (JakeMS)
GPG Key: 0xE3C31D8F
GPG Fingerprint: 7515 CC63 19BD 06F9 400A DE8A 1D0B A5CF E3C3 1D8F
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C6 : AIDE experience

2014-09-28 Thread Always Learning

On Thu, 2014-09-18 at 08:36 +1000, Kahlil Hodgson wrote:
> checkout samhain (www.la-samhna.de/*samhain*/) if your feeling really
> paranoid.

"Sorry, we couldn't find this page for you"

Just as well as I am not paranoid :-)


-- 
Regards,

Paul.
England, EU.

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


Re: [CentOS] C6 : AIDE experience

2014-09-28 Thread Kahlil Hodgson
My bad :-(
Cut and pasted HTML in a hurry.
Lets try plain text.

http://www.la-samhna.de/samhain/

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


Re: [CentOS] C6 : AIDE experience

2014-09-28 Thread Valeri Galtsev

On Sun, September 28, 2014 8:16 pm, Always Learning wrote:
>
> On Thu, 2014-09-18 at 08:36 +1000, Kahlil Hodgson wrote:
>> checkout samhain (www.la-samhna.de/*samhain*/) if your feeling really
>> paranoid.
>
> "Sorry, we couldn't find this page for you"
>
> Just as well as I am not paranoid :-)
>

I'm sure those asterisks aren't supposed to be there. I for one have found
webpage he means, and at a first glance the software sounds wonderful...:

http://www.la-samhna.de/products.html

Valeri


Valeri Galtsev
Sr System Administrator
Department of Astronomy and Astrophysics
Kavli Institute for Cosmological Physics
University of Chicago
Phone: 773-702-4247

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


Re: [CentOS] Apache wakes-up inactive Exim

2014-09-28 Thread Always Learning

On Sun, 2014-09-28 at 19:27 -0500, Les Mikesell wrote:

> Applications often send mail by piping to the command 'sendmail' which
> is enough of a standard that other MTAs normally offer a compatible
> command.  With 'real' sendmail you can configure it to either deliver
> in the current process or to queue for subsequent delivery by the
> daemon. Not sure how the others handle it, but yours apparently
> completes the delivery.

Sendmail is not present on the server. Exim is the only MTA. Exim awoke,
forwarded the email then became inactive (not running) again.

I was curious how a non-running Exim can be run, solely to forward mail,
then returned to its inactive state. I assume some system software
identified the PHP outgoing email, and launched the only MTA installed
(Exim) just to handle the outgoing email.


-- 
Regards,

Paul.
England, EU.

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


Re: [CentOS] C6 : AIDE experience

2014-09-28 Thread Always Learning

On Mon, 2014-09-29 at 11:39 +1000, Kahlil Hodgson wrote:

> My bad :-(
> Cut and pasted HTML in a hurry.
> Lets try plain text.
> 
> http://www.la-samhna.de/samhain/


You are good. It works. Thank you.


-- 
Regards,

Paul.
England, EU.

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


Re: [CentOS] C6 : AIDE experience

2014-09-28 Thread Always Learning

On Sun, 2014-09-28 at 20:42 -0500, Valeri Galtsev wrote:


> I'm sure those asterisks aren't supposed to be there. I for one have found
> webpage he means, and at a first glance the software sounds wonderful...:
> 
> http://www.la-samhna.de/products.html


Seems great but probably not for me. 


-- 
Regards,

Paul.
England, EU.

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


Re: [CentOS] Apache wakes-up inactive Exim

2014-09-28 Thread John R. Dennison
On Mon, Sep 29, 2014 at 02:52:45AM +0100, Always Learning wrote:
> 
> Sendmail is not present on the server. Exim is the only MTA. Exim awoke,
> forwarded the email then became inactive (not running) again.

He didn't say sendmail the package was present; he said sendmail the
command.

rpm -qvl exim | grep sendmail

Those targets are used by the alternatives system and provide backwards
compatibility with the _industry standard_ of /usr/sbin/sendmail and
/usr/lib/sendmail, which are expected interfaces.

> 
> I was curious how a non-running Exim can be run, solely to forward mail,
> then returned to its inactive state. I assume some system software
> identified the PHP outgoing email, and launched the only MTA installed
> (Exim) just to handle the outgoing email.

exim sends mail by default; nothing needs to be running to do so.






John
-- 
One of the annoying things about believing in free will and individual
responsibility is the difficulty of finding somebody to blame your problems
on.  And when you do find somebody, it's remarkable how often his picture
turns up on your driver's license.

-- P. J. O'Rourke (14 November 1947-), American political satirist,
   Rolling Stone, 30 November 1989


pgpzTfMPHZ6Tc.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] C6 : AIDE experience

2014-09-28 Thread Kahlil Hodgson
Yeah. Not for the fainthearted. For full stealthiness you have to
compile and maintain matching (signed) server/client pairs. Not too
bad if management is well automated.

K
--
Kahlil (Kal) Hodgson   GPG: C9A02289
Head of Technology (m) +61 (0) 4 2573 0382
DealMax Pty Ltd(w) +61 (0) 3 9008 5281

Suite 1416
401 Docklands Drive
Docklands VIC 3008 Australia

"All parts should go together without forcing.  You must remember that
the parts you are reassembling were disassembled by you.  Therefore,
if you can't get them together again, there must be a reason.  By all
means, do not use a hammer."  -- IBM maintenance manual, 1925
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Apache wakes-up inactive Exim

2014-09-28 Thread Cliff Pratt
On Mon, Sep 29, 2014 at 2:05 PM, Always Learning  wrote:

>
> On Mon, 2014-09-29 at 00:03 +0400, Александр Кириллов wrote:
>
> > You don't really need an active smtp daemon to send email or deliver it
> > locally.
> > $ cat /etc/php.ini | grep sendmail
>
> "Package(s) sendmail available, but not installed."
>
> It was Exim because the email headers said very clearly it was Exim.
>
>
> sendmail is a link to exim on most exim systems (like mine, though mine is
Ubuntu).

cliffp@ubuntu:~$ which sendmail
/usr/sbin/sendmail
cliffp@ubuntu:~$ file `which sendmail`
/usr/sbin/sendmail: symbolic link to `exim4'

Cheers,

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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread Frank Cox
Looks like the bash exploit tune may still be playing

http://www.itnews.com.au/News/396256,further-flaws-render-shellshock-patch-ineffective.aspx

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Layer 2 VPN with OpenSSH on CentOS7 not working!

2014-09-28 Thread Anthony K

Hi all.

I'm trying to bring an Amazon VM into the LAN by following this guide 
[0].  However, it appears that OpenSSH on either RHEL7 or CentOS7 is 
broken as it is not creating tap interface but tun interface.  I've 
tried this on both CentOS5 and CentOS6 and they both work as 
advertised!  Downgrading the OS is not an option!



CentOS5/6 gives me:
**
tap1:  mtu 1500 qdisc noop state DOWN qlen 500
 link/ether 9e:9e:44:9e:49:4c brd ff:ff:ff:ff:ff:ff

CentOS7 gives me:

tun1:  mtu 1500 qdisc noop state DOWN mode 
DEFAULT qlen 500

link/none


So, what's broken in 7 - or is it that it requires something different?


Cheers,
ak.

[0]: http://la1.wordpress.com/2012/09/24/layer-2-vpns-using-ssh/
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Layer 2 VPN with OpenSSH on CentOS7 not working!

2014-09-28 Thread Anthony K

On 29/09/14 15:47, Anthony K wrote:


So, what's broken in 7 - or is it that it requires something different?



I've just finished installing a CentOS7 virtual machine and guess what - 
as long as both ends are CentOS7, the tap interface is created as expected!


Looks like an incompatibility issue between OpenSSH versions!


Cheers,
ak.

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


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread James Hogarth
On 29 Sep 2014 05:37, "Frank Cox"  wrote:
>
> Looks like the bash exploit tune may still be playing
>
>
http://www.itnews.com.au/News/396256,further-flaws-render-shellshock-patch-ineffective.aspx
>

Well 7169 is already patched, 7186 isn't in the RH database so it would
appear they don't consider that an issue and 7187 is not vulnerable in RHEL.

https://access.redhat.com/security/cve/CVE-2014-7187
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread James Hogarth
On 29 Sep 2014 07:37, "James Hogarth"  wrote:
>
>
> On 29 Sep 2014 05:37, "Frank Cox"  wrote:
> >
> > Looks like the bash exploit tune may still be playing
> >
> >
http://www.itnews.com.au/News/396256,further-flaws-render-shellshock-patch-ineffective.aspx
> >
>
> Well 7169 is already patched, 7186 isn't in the RH database so it would
appear they don't consider that an issue and 7187 is not vulnerable in RHEL.
>
> https://access.redhat.com/security/cve/CVE-2014-7187

Scratch that... I fail at the copy paste challenge...

https://access.redhat.com/security/cve/CVE-2014-7186

Looks like we may find one more bash patch at least yet then.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-28 Thread John R Pierce

On 9/28/2014 11:39 PM, James Hogarth wrote:

https://access.redhat.com/security/cve/CVE-2014-7186

Looks like we may find one more bash patch at least yet then.


per https://rhn.redhat.com/errata/RHSA-2014-1306.htm  the fix for 7187 
and 7186 is already included in the updated fix that was released a 
couple days ago, bash-4.1.2-15.el6_5.2 etc.




--
john r pierce  37N 122W
somewhere on the middle of the left coast

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