Hello,
I am using Apache with mod_svn authorization via 389-DS LDAP. Users are
complaining, that after 10 minutes the SVN session hangs and they need
to restart the client. There is no problem with .htpasswd authorization.
I came across this url
http://directory.fedoraproject.org/wiki/Howto:Sub
On 05.03.2014 09:35, Farkas Levente wrote:
> hi,
> i put together a mariadb rpm for el6. it seem to be much more
> complicated then i thought.
>
> the sources was:
> - Karanbir's mariadb for centos6 5.5.29
> http://dev.centos.org/centos/6/mariadb/
> unfortunately the link disappear a few days
On 03/06/2014 12:27 PM, Cliff Pratt wrote:
> I have some sympathy for Michael. There are organisations which are so
> paranoid that they will not allow updates between eg 6.4 and 6.5, either
> because they insist on rigorous (ie lengthy and time consuming) regression
> testing of applications or be
On 05/03/2014 19:11, Les Mikesell wrote:
> On Wed, Mar 5, 2014 at 9:19 AM, Daniel J Walsh wrote:
>>
>> man zebra_selinux
>> ...
>> If you want to allow zebra daemon to write it configuration files,
>> you
>> must turn on the zebra_write_config boolean. Disabled by default.
>>
>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/05/2014 02:11 PM, Les Mikesell wrote:
> On Wed, Mar 5, 2014 at 9:19 AM, Daniel J Walsh wrote:
>>
>> man zebra_selinux ... If you want to allow zebra daemon to write it
>> configuration files, you must turn on the zebra_write_config boolean.
>>
Am 06.03.2014 um 01:00 schrieb Michael Coffman :
> On Wed, Mar 5, 2014 at 4:44 PM, John R Pierce wrote:
>
>> On 3/5/2014 3:36 PM, Michael Coffman wrote:
>>> Not sure what your environment looks like but the systems I manage are
>>> locked down and it's typically difficult to get them changed. W
Testing
On 3/6/2014 7:00 PM, centos-requ...@centos.org wrote:
> Send CentOS mailing list submissions to
> centos@centos.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.centos.org/mailman/listinfo/centos
> or, via email, send a message with subject or b
Thanks for all the thoughtful responses. I have learned a couple of things.
On Thu, Mar 6, 2014 at 7:26 AM, Leon Fauster wrote:
> Am 06.03.2014 um 01:00 schrieb Michael Coffman <
> michael.coff...@avagotech.com>:
> > On Wed, Mar 5, 2014 at 4:44 PM, John R Pierce
> wrote:
> >
> >> On 3/5/20
On Thu, Mar 6, 2014 at 8:02 AM, Daniel J Walsh wrote:
> >>>
>>> setsebool -P zebra_write_config 1
>>
>> Is there some global registration facility for selinux context names or are
>> you the only one that knows them all?
>>
> Don't really know what you mean by that.
I mean, if different people ma
On Wed, Mar 5, 2014 at 10:01 PM, Bart Schaefer
wrote:
> Before you update anything, I suggest you run
>
> rpm -e --test gnutls
>
> If this complains about "refers to more than one package" then use
>
> rpm -e --test gnutls.i386 gnutls.x86_64
>
> This will tell you what other packages depend on the
On Thu, Mar 6, 2014 at 12:57 AM, Cliff Pratt wrote:
> I have some sympathy for Michael. There are organisations which are so
> paranoid that they will not allow updates between eg 6.4 and 6.5, either
> because they insist on rigorous (ie lengthy and time consuming) regression
> testing of applicat
On Thu, Mar 6, 2014 at 7:46 AM, Les Mikesell wrote:
> On Wed, Mar 5, 2014 at 10:01 PM, Bart Schaefer
> wrote:
>> rpm -e --test gnutls.i386 gnutls.x86_64
>>
>> This will tell you what other packages depend on the gnutls library.
>
> Wouldn't 'yum remove gnutls' be a better check since it will walk
This question is related to Centos 6.4 running on workstations with dual
monitors attached using Nvidia drivers, twinview mode.
We've gotten stuck on a window manager specific issue with getting
'vncviewer' (tigervnc) to go full screen to both monitors.
If Gnome is the window manager, we have no
On 03/05/2014 03:19 PM, Michael Coffman wrote:
> I am running centos6.4. Where do I find the updated gnutls packages?I
> see the updated source file here:
> http://vault.centos.org/6.5/updates/Source/SPackages/
>
> But I don't see the correct version of the packages in the 6.4 tree here:
> ht
Les Mikesell wrote:
> On Thu, Mar 6, 2014 at 12:57 AM, Cliff Pratt
> wrote:
>> I have some sympathy for Michael. There are organisations which are so
>> paranoid that they will not allow updates between eg 6.4 and 6.5, either
>> because they insist on rigorous (ie lengthy and time consuming)
>> re
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/06/2014 10:39 AM, Les Mikesell wrote:
> On Thu, Mar 6, 2014 at 8:02 AM, Daniel J Walsh wrote:
>
setsebool -P zebra_write_config 1
>>>
>>> Is there some global registration facility for selinux context names or
>>> are you the only one
On Thu, Mar 6, 2014 at 11:03 AM, Daniel J Walsh wrote:
>>
>> All in the world, or all that have been created for currently installed
>> packages? Is this as bad as rpm packaging where any two different sources
>> are likely to conflict in name and/or contents?
>>
> Well we have not had this prob
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 03/06/2014 01:15 PM, Les Mikesell wrote:
> On Thu, Mar 6, 2014 at 11:03 AM, Daniel J Walsh wrote:
>>>
>>> All in the world, or all that have been created for currently
>>> installed packages? Is this as bad as rpm packaging where any two
>>> dif
On Thu, Mar 6, 2014 at 2:53 PM, Daniel J Walsh wrote:
>>>
> Not sure what you mean but these are files on a file system, Which I guess you
> define as a giant list of global variables.
Yes, in the sense that there can only be one of each. And if you
intend for it to be widely used there might so
Hi.
I found a script which converts file names with with Cyrillic names
downloaded from internet. They have letters like "%20" = " "(space), etc.
Script is using xargs:
for i in $(find * -type f ); do j=$(echo $i | sed
-e's/%\([0-9A-F][0-9A-F]\)/\x\1/g' | xargs echo -e); echo $j; mv
"$i"
Paul Heinlein wrote:
> On Thu, 6 Mar 2014, m.r...@5-cent.us wrote:
>
>> Anyone have a pointer to a *current* set of instructions on
>> configuring trac after I've installed it via yum?
>
> Any chance you can add some specifics about what sort of configuration
> you're after: integration with Apache
On Thu, 6 Mar 2014, m.r...@5-cent.us wrote:
Anyone have a pointer to a *current* set of instructions on
configuring trac after I've installed it via yum?
Any chance you can add some specifics about what sort of configuration
you're after: integration with Apache, database setup, trac.ini
twe
Anyone have a pointer to a *current* set of instructions on configuring
trac after I've installed it via yum?
Thanks in advance.
mark, very glad that something called agilefant only works with
tomcat7*
* And they're short on descriptions, and missing nouns ("the software tool
(of what
On Wed, Mar 5, 2014 at 10:19 AM, Daniel J Walsh wrote:
>
> man zebra_selinux
>
Thank you for the quick reply.
~]# man zebra_selinux
No manual entry for zebra_selinux
This is a rather basic (headless) install of CentOS 5.10 from the
netinstall ISO.
I haven't ripped out any default selinux piece
On Thu, 6 Mar 2014, m.r...@5-cent.us wrote:
Paul Heinlein wrote:
On Thu, 6 Mar 2014, m.r...@5-cent.us wrote:
Oh, sure: nothing special at all - I knew about it, but have never
set it up. Ah, the joys of Real pacakges and repositories - I did a
yum install trac-agilo-plugin, and everything's
25 matches
Mail list logo