Re: [CentOS] trac on CentOS 6

2014-03-06 Thread Paul Heinlein
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

Re: [CentOS] CentOS 5 + Quagga + SELinux

2014-03-06 Thread SilverTip257
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

[CentOS] trac on CentOS 6

2014-03-06 Thread m . roth
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

Re: [CentOS] trac on CentOS 6

2014-03-06 Thread m . roth
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

Re: [CentOS] trac on CentOS 6

2014-03-06 Thread Paul Heinlein
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

[CentOS] OT Help for Cyrillic/percent letters to UTF-8 conversion script

2014-03-06 Thread Ljubomir Ljubojevic
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"

Re: [CentOS] CentOS 5 + Quagga + SELinux

2014-03-06 Thread Les Mikesell
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

Re: [CentOS] CentOS 5 + Quagga + SELinux

2014-03-06 Thread Daniel J Walsh
-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

Re: [CentOS] CentOS 5 + Quagga + SELinux

2014-03-06 Thread Les Mikesell
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

Re: [CentOS] CentOS 5 + Quagga + SELinux

2014-03-06 Thread Daniel J Walsh
-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

Re: [CentOS] gnutls bug

2014-03-06 Thread m . roth
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

Re: [CentOS] gnutls bug

2014-03-06 Thread Johnny Hughes
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

[CentOS] Full screen in Dual Monitor setup.

2014-03-06 Thread Ray Frush
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

Re: [CentOS] gnutls bug

2014-03-06 Thread Bart Schaefer
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

Re: [CentOS] gnutls bug

2014-03-06 Thread Les Mikesell
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

Re: [CentOS] gnutls bug

2014-03-06 Thread Les Mikesell
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

Re: [CentOS] CentOS 5 + Quagga + SELinux

2014-03-06 Thread Les Mikesell
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

Re: [CentOS] gnutls bug

2014-03-06 Thread Michael Coffman
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

Re: [CentOS] CentOS Digest, Vol 110, Issue 6

2014-03-06 Thread Đông Võ Sơn
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

Re: [CentOS] gnutls bug

2014-03-06 Thread Leon Fauster
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

Re: [CentOS] CentOS 5 + Quagga + SELinux

2014-03-06 Thread Daniel J Walsh
-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. >>

Re: [CentOS] CentOS 5 + Quagga + SELinux

2014-03-06 Thread Tris Hoar
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. >> >>

Re: [CentOS] gnutls bug

2014-03-06 Thread Rejy M Cyriac
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

Re: [CentOS] maraidb for el6

2014-03-06 Thread Nux!
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

[CentOS] Centos6 - Apache + mod_dav_svn + ldap

2014-03-06 Thread Todor Petkov
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