[CentOS] Help viewer issues

2015-08-12 Thread Toralf Lund
Hi. Does anyone else have issues with the GNOME help viewer on CentOS 6? I think it mostly worked a while back, but after some recent update or the other, I have problems like: 1. Nothing happens when I click "Desktop User Guide" or "GNOME Desktop Accessibility Guide" or "GNOME Desktop Syst

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Dr J Austin
On Tue, 11 Aug 2015, Dr J Austin wrote: On Tue, 11 Aug 2015, Alexander Dalloz wrote: Am 11.08.2015 um 22:28 schrieb Dr J Austin: Hi Alexander [root@maui:/var/log]$ watch 'tail -n40 maillog does not quiver when I try to connect That's suspicious. Let's exclude it is the client which

Re: [CentOS] Apache mod_perl cross site scripting vulnerability

2015-08-12 Thread Proxy One
On 2015-Aug-11 19:57, Ellen Shull wrote: > On Tue, Aug 11, 2015 at 4:46 AM, Proxy One wrote: > > > I haven't used but Trustwave still finds me > > vulnerable. > > > [...] > > Response: HTTP/1.1 404 Not Found > > You clearly aren't serving perl-status; that's a red herring here. Indeed, I don't

Re: [CentOS] Apache mod_perl cross site scripting vulnerability

2015-08-12 Thread Proxy One
On 2015-Aug-12 07:36, Eero Volotinen wrote: > How about something like: > > > > # disallow public access > Order Deny, Allow > Deny from all > Allow from 127.0.0.1 > > SetHandler perl-script > PerlResponseHandler Apache2::Status > > Thanks to this I noti

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Richard
> Date: Wednesday, August 12, 2015 11:14:29 +0100 > From: Dr J Austin > > > On Tue, 11 Aug 2015, Dr J Austin wrote: > >> >> >> On Tue, 11 Aug 2015, Alexander Dalloz wrote: >> >>> Am 11.08.2015 um 22:28 schrieb Dr J Austin: Hi Alexander [root@maui:/var/log]$ watch 'ta

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

2015-08-12 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] Apache mod_perl cross site scripting vulnerability

2015-08-12 Thread Ellen Shull
On Wed, Aug 12, 2015 at 3:39 AM, Proxy One wrote: > Is there way to use curl for testing? I'm getting new line because of > the single quote inside string and escaping it with back slash gives me > bash: syntax error near unexpected token `<' You can use curl's -K option which lets you stick argu

Re: [CentOS] Odd problem with updates to the recent CR

2015-08-12 Thread Jonathan Billings
On Tue, Aug 11, 2015 at 12:59:58PM -0400, m.r...@5-cent.us wrote: > So, since I haven't yet found where /var/log/httpd is created, what would > a default package make the ownership of the directory? Does it expect it > to be apache:root? Just a data point: $ rpm -qp --qf='[%-11{filemodes:perms} %

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Jonathan Billings
On Tue, Aug 11, 2015 at 11:05:38PM +0200, Alexander Dalloz wrote: > openssl s_client -connect :993 > > You hopefully see a greeting message from the IMAP server. Then issue I know I'm late to this thread, but a useful tool for testing your Cyrus IMAP service is the 'imtest' command, which is in t

Re: [CentOS] Odd problem with updates to the recent CR

2015-08-12 Thread Leon Fauster
Am 12.08.2015 um 14:27 schrieb Jonathan Billings : > On Tue, Aug 11, 2015 at 12:59:58PM -0400, m.r...@5-cent.us wrote: >> So, since I haven't yet found where /var/log/httpd is created, what would >> a default package make the ownership of the directory? Does it expect it >> to be apache:root? > >

Re: [CentOS] Apache mod_perl cross site scripting vulnerability

2015-08-12 Thread Прокси
On 2015-Aug-12 05:17, Ellen Shull wrote: > On Wed, Aug 12, 2015 at 3:39 AM, Proxy One wrote: > > Is there way to use curl for testing? I'm getting new line because of > > the single quote inside string and escaping it with back slash gives me > > bash: syntax error near unexpected token `<' > > Y

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Dr J Austin
On Wed, 12 Aug 2015, Richard wrote: I don't think that wireshark adds much to this. Unless you had a proxy in the middle, the "connection refused" responses already indicated that your connections were getting to the/a server, it's just refusing the connections. Connections by name, especial

Re: [CentOS] Odd problem with updates to the recent CR

2015-08-12 Thread m . roth
Jonathan Billings wrote: > On Tue, Aug 11, 2015 at 12:59:58PM -0400, m.r...@5-cent.us wrote: >> So, since I haven't yet found where /var/log/httpd is created, what >> would >> a default package make the ownership of the directory? Does it expect it >> to be apache:root? > > Just a data point: > > $

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Richard
Original Message > Date: Wednesday, August 12, 2015 14:16:03 +0100 > From: Dr J Austin > > On Wed, 12 Aug 2015, Richard wrote: > >> >> I don't think that wireshark adds much to this. Unless you had a >> proxy in the middle, the "connection refused" responses already

Re: [CentOS] Odd problem with updates to the recent CR

2015-08-12 Thread Richard
> Date: Wednesday, August 12, 2015 09:28:59 -0400 > From: m.r...@5-cent.us > > Jonathan Billings wrote: >> On Tue, Aug 11, 2015 at 12:59:58PM -0400, m.r...@5-cent.us wrote: >>> So, since I haven't yet found where /var/log/httpd is created, >>> what would >>> a default package make the ownership o

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Alexander Dalloz
Am 12.08.2015 um 15:16 schrieb Dr J Austin: Hi Richard I have been working at trying to get cyrus to listen on 148.197.29.5 interface instead of the localhost - I have failed Whenever I add things to /etc/cyrus.conf such as imapscmd="imapd -s" listen="[148.197.29.5]:imaps" prefork=1 N

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Dr J Austin
On Wed, 12 Aug 2015, Alexander Dalloz wrote: I have been working at trying to get cyrus to listen on 148.197.29.5 interface instead of the localhost - I have failed No square brackets around the ip address. imap cmd="imapd" listen="imap" prefork=5 # imapscmd=

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Alexander Dalloz
Am 12.08.2015 um 20:29 schrieb Dr J Austin: On Wed, 12 Aug 2015, Alexander Dalloz wrote: I have been working at trying to get cyrus to listen on 148.197.29.5 interface instead of the localhost - I have failed No square brackets around the ip address. imapcmd="imapd" listen="

[CentOS] OT: bareos (F/OSS fork of bacula)

2015-08-12 Thread m . roth
I'm trying to get this up and running, and have run into something that isn't clear in the docs: volumes are part of pools, I get, but I see that the limit to the number of volumes is 100. Is this a drop-dead can't-go-beyond? If I have > 100 clients to back up, do they all go to one volume, or to i

[CentOS] how do I stop automount of Hitichi Lifestudio USB drive

2015-08-12 Thread Michael Hennebry
Most of the time, if I plug a USB drive into my computer, gnome/centos/whatever will ask me what I want to do with it. With a Hitachi Lifestudio, all the partitions mount without asking me. How do I stop that behavior? My suspicion is that the same kind of mechanism is what makes candy drops wo

Re: [CentOS] how do I stop automount of Hitichi Lifestudio USB drive

2015-08-12 Thread Fred Smith
On Wed, Aug 12, 2015 at 03:34:53PM -0500, Michael Hennebry wrote: > > Most of the time, if I plug a USB drive into my computer, > gnome/centos/whatever will ask me what I want to do with it. > With a Hitachi Lifestudio, all the partitions mount without asking me. > > How do I stop that behavior?

Re: [CentOS] how do I stop automount of Hitichi Lifestudio USB drive

2015-08-12 Thread Michael Hennebry
On Wed, 12 Aug 2015, Fred Smith wrote: On Wed, Aug 12, 2015 at 03:34:53PM -0500, Michael Hennebry wrote: Most of the time, if I plug a USB drive into my computer, gnome/centos/whatever will ask me what I want to do with it. With a Hitachi Lifestudio, all the partitions mount without asking me.

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Dr J Austin
Many thanks to Alexander, Richard, Jonathan and m.roth The Magic incandation ! portrelease dovecot service cyrus-imapd restart [root@maui:/etc/named]$ cat /etc/portreserve/dovecot imap imaps pop3 pop3s My total ignorance of portrelease/portreserve has been a bit of a problem! Now to fix it p

Re: [CentOS] how do I stop automount of Hitichi Lifestudio USB drive

2015-08-12 Thread m . roth
Michael Hennebry wrote: > On Wed, 12 Aug 2015, Fred Smith wrote: > >> On Wed, Aug 12, 2015 at 03:34:53PM -0500, Michael Hennebry wrote: >>> >>> Most of the time, if I plug a USB drive into my computer, >>> gnome/centos/whatever will ask me what I want to do with it. >>> With a Hitachi Lifestudio, a

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Dr J Austin
> My dns lookup (against either of the hosteurope.com nameservers > listed for jaa.org.uk) is showing the following for the maui FQDN. > >maui.jaa.org.uk. 14400 IN A 213.152.52.233 > > and I'm getting: > > 5.29.197.148.in-addr.arpa. 80184 IN PTR adarwash1.ee.port.ac.uk

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Richard
> Date: Wednesday, August 12, 2015 22:22:22 +0100 > From: Dr J Austin > > > Many thanks to Alexander, Richard, Jonathan and m.roth > > The Magic incandation ! > > portrelease dovecot > service cyrus-imapd restart > > [root@maui:/etc/named]$ cat /etc/portreserve/dovecot > imap > imaps > pop3

Re: [CentOS] OT: bareos (F/OSS fork of bacula)

2015-08-12 Thread Valeri Galtsev
On Wed, August 12, 2015 3:12 pm, m.r...@5-cent.us wrote: > I'm trying to get this up and running, and have run into something that > isn't clear in the docs: volumes are part of pools, I get, but I see that > the limit to the number of volumes is 100. Is this a drop-dead > can't-go-beyond? If I ha

[CentOS] Skype Issue

2015-08-12 Thread Mark LaPierre
Hey Y'all, Seems my Skype installation has stopped working. I have skype-4.3.0.37-2.el6.i686.rpm from the Nux repo. [mlapier@peach ~]$ skype %U (:27070): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks", Gtk-Message: Failed to load module "canberra-gtk-module" Gtk-Messa

Re: [CentOS] how do I stop automount of Hitichi Lifestudio USB drive

2015-08-12 Thread Jonathan Billings
On Aug 12, 2015, at 5:22 PM, m.r...@5-cent.us wrote: > autofs is what's mounting it. But if you turn it off, you'll have to > manually mount anything that's not in /etc/fstab. > > Sounds like gnome's trying to be WinDoze Its not ‘autofs’ specifically (which is a simple thing) but udev talking

Re: [CentOS] Skype Issue

2015-08-12 Thread Jonathan Billings
On Aug 12, 2015, at 8:14 PM, Mark LaPierre wrote: > [mlapier@peach ~]$ skype %U > (:27070): Gtk-WARNING **: Unable to locate theme engine in > module_path: "clearlooks", > Gtk-Message: Failed to load module "canberra-gtk-module" > Gtk-Message: Failed to load module "pk-gtk-module" Since skype is

[CentOS] unpatched local root on centos 5?

2015-08-12 Thread Eero Volotinen
Hi List, Looks like this affects on centos 5 and is unpatched like on rhel 5? https://access.redhat.com/articles/1537873 Trying to test if this affects on centos 5. can someone compile this exploit on centos 5? https://www.qualys.com/research/security-advisories/roothelper.c any ideas how to co