[CentOS] what multimedia framework does Centos use

2016-05-28 Thread qw
Hi, My question is : what multimedia framework does Centos use for server purpose? Thanks! B.R. Andrew ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Looking for location of some specific settings in CentOS 6.x

2016-05-28 Thread Walter H.
Hello, I have several virtual machines, all with CentOS 6.x and one so called virtual server at a web hoster my virtual machines (VMware) were all installed manually using the .iso, some exist longer and therefore were originally a CentOS 6.3, some are newer and wer originally a CentOS 6.6;

Re: [CentOS] Looking for location of some specific settings in CentOS 6.x

2016-05-28 Thread Alexander Dalloz
Am 28.05.2016 um 19:23 schrieb Walter H.: Hello, [ ... ] but where are these aliases alias l.='ls -d .* --color=auto' alias ll='ls -l --color=auto' alias ls='ls --color=auto' alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde' set? # grep alias /etc/profil

[CentOS] CentOS 6.8 Apache-2.2.15-53 re-write question

2016-05-28 Thread Paul R. Ganci
I was wondering if somebody could help me with an Apache re-write rule. Apparently CentOS 6.8 is running apache-2.2.15-53. I am trying to redirect all pages except for two pages. The apache rewrite directives in the httpd config are: RewriteEngine on RewriteCond %{REQUEST_URI}!^/test/ RewriteCo

Re: [CentOS] CentOS 6.8 Apache-2.2.15-53 re-write question

2016-05-28 Thread Walter H.
On 28.05.2016 21:03, Paul R. Ganci wrote: I was wondering if somebody could help me with an Apache re-write rule. Apparently CentOS 6.8 is running apache-2.2.15-53. I am trying to redirect all pages except for two pages. The apache rewrite directives in the httpd config are: RewriteEngine on R

Re: [CentOS] CentOS 6.8 Apache-2.2.15-53 re-write question

2016-05-28 Thread Alexander Dalloz
Am 28.05.2016 um 21:03 schrieb Paul R. Ganci: I was wondering if somebody could help me with an Apache re-write rule. Apparently CentOS 6.8 is running apache-2.2.15-53. I am trying to redirect all pages except for two pages. The apache rewrite directives in the httpd config are: RewriteEngine on

Re: [CentOS] CentOS 6.8 Apache-2.2.15-53 re-write question

2016-05-28 Thread Paul R. Ganci
On 05/28/2016 01:35 PM, Alexander Dalloz wrote: Am 28.05.2016 um 21:03 schrieb Paul R. Ganci: Starting httpd: Syntax error on line 31 of /etc/httpd/conf.d/olddomain.conf: RewriteCond: bad argument line '%{REQUEST_URI}!^/test/ You missed a whitespace between the server variable %{REUQEST_URI} a

Re: [CentOS] CentOS 6.8 Apache-2.2.15-53 re-write question

2016-05-28 Thread Alexander Dalloz
Am 28.05.2016 um 22:08 schrieb Paul R. Ganci: On 05/28/2016 01:35 PM, Alexander Dalloz wrote: Am 28.05.2016 um 21:03 schrieb Paul R. Ganci: Starting httpd: Syntax error on line 31 of /etc/httpd/conf.d/olddomain.conf: RewriteCond: bad argument line '%{REQUEST_URI}!^/test/ You missed a whitespa

Re: [CentOS] CentOS 6.8 Apache-2.2.15-53 re-write question

2016-05-28 Thread Paul R. Ganci
On 05/28/2016 02:26 PM, Alexander Dalloz wrote: May I suggest you enable special logging for the mod_rewrite activity? https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewritelog https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriteloglevel Yes this is a good idea. -- Paul (

Re: [CentOS] what multimedia framework does Centos use

2016-05-28 Thread Jonathan Billings
On May 28, 2016, at 06:14, qw wrote: > > what multimedia framework does Centos use for server purpose? Perhaps you could expand on your question a bit more? Your question as it is doesn't make much sense. -- billi...@negate.org ___ CentOS mailing l

[CentOS] Unable to boot CentOS 6 - Segmentation Erorr

2016-05-28 Thread John Cenile
Hi all, I had an issue this morning with one of my virtual machines. It wouldn't boot (into any runlevel), nor could I chroot into the root partition using a rescue disk. Unfortunately I didn't grab a screenshot, however the error(s) when booting were: /pre-pivot/50selinux-loadpolicy.sh: 14 i

Re: [CentOS] Unable to boot CentOS 6 - Segmentation Erorr

2016-05-28 Thread John Cenile
Also, the last message in /var/log/messages before the crash was: ^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^

Re: [CentOS] what multimedia framework does Centos use

2016-05-28 Thread qw
Hi, Thanks for quick reply. https://en.wikipedia.org/wiki/Multimedia_framework There are many popular types of multimedia framework, such as gstreamer and directshow. I want to make transcoding program in centos 6.7 which is installed in a server. ffmpeg is used as the core of transcoding p