[CentOS] No sound over HDMI using nvidia graphics card

2012-01-08 Thread C. L. Martinez
Hi all, I have installed a centos 6.2 x86_64 box to use as a multimedia center. All works ok, except sound over hdmi using nvidia graphics card. My lspci output: 00:00.0 Host bridge: Advanced Micro Devices [AMD] RS880 Host Bridge 00:02.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI

[CentOS] Problems with Microsoft Forefront proxy with yum

2012-02-09 Thread C. L. Martinez
Hello all, How can I configure yum to download updates when I need to authenticate to a Microsoft Forefront proxy?? I have tried to configure http_proxy variable as a "http_proxy="http://DOMAIN\\user:passwd@proxy:port/";, but it doesn't works ... I have tried to set http_user and http_passwd also

Re: [CentOS] Problems with Microsoft Forefront proxy with yum

2012-02-09 Thread C. L. Martinez
On Thu, Feb 9, 2012 at 4:51 PM, Giles Coochey wrote: > On 2012-02-09 15:35, C. L. Martinez wrote: >> Hello all, >> >>  How can I configure yum to download updates when I need to >> authenticate to a Microsoft Forefront proxy?? I have tried to >> configure http_p

[CentOS] Making a centos mirror using a windows 2008 r2 server

2012-02-09 Thread C. L. Martinez
Hi all, Due to some problems with yum to interoperate with a Forefront Proxy, Is it possible to make a mirror from mirror.centos.org using a Windows 2008 R2 server?? Apart of rsync, exists another tool that supports AD authentication?? Thanks. ___ Cent

[CentOS] CentOS5 lxc guest under CentOS6 host

2012-03-06 Thread C. L. Martinez
Hi all, Somebody have tried to run a centos5 lxc guest under centos6 host?? Is it possible?? Thanks. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS5 lxc guest under CentOS6 host

2012-03-06 Thread C. L. Martinez
> > > Am 06.03.12 11:59, schrieb C. L. Martinez: >> Hi all, >> >>   Somebody have tried to run a centos5 lxc guest under centos6 host?? >> Is it possible?? >> >> Thanks. >> ___ >> CentOS mai

[CentOS] Errors trying to install centos 6.2 as an lxc guest under centos 6.2 host

2012-03-09 Thread C. L. Martinez
Hi all, I am trying to install a centos 6.2 container under centos 6.2 host using libvirt and virt.-manager. I have selected "OS Container" option, but when I try to launch this guest virt-manager returns me this error: PATH=/sbin:/usr/sbin:/bin:/usr/bin LIBVIRT_DEBUG=3 LIBVIRT_LOG_OUTPUTS=3:st

[CentOS] udev works ok in CentOS 6.x??

2012-03-13 Thread C. L. Martinez
Hi all, I have strange problem with my persistent names applied to iscsi disks. I have configured an udev rule to assign static iscsi disk names: KERNEL=="sd[a-z]", SUBSYSTEM=="block", PROGRAM="/sbin/scsi_id --whitelisted --replace-whitespace --device=/dev/$name", RESULT=="1iTGTDSK9a2c73ce654d0c

Re: [CentOS] udev works ok in CentOS 6.x??

2012-03-13 Thread C. L. Martinez
On Tue, Mar 13, 2012 at 8:30 AM, C. L. Martinez wrote: > Hi all, > >  I have strange problem with my persistent names applied to iscsi > disks. I have configured an udev rule to assign static iscsi disk > names: > > KERNEL=="sd[a-z]", SUBSYSTEM=="block"

[CentOS] OT: errors building packages from src.rpm (trying to rebuild RHELIPA)

2009-07-06 Thread C. L. Martinez
Hi all, I am trying to rebuild RHELIPA packages downloaded from ftp.redhat.com. All goes ok except from python-psycopg2 package. When I try to rebuild, gives me these errors: + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: pytho

[CentOS] Routing local generted packets with fwmark

2010-10-13 Thread C. L. Martinez
Hi all, I need to route local generated packages depending on which tcp or udp service I need to use. To accomplish this I have configured two routing tables: [r...@lothlorien ~]# ip ru ls 0: from all lookup 255 32762: from all fwmark 0x2 lookup FirstLan 32763: from all fwmark 0x1 lookup

Re: [CentOS] Routing local generted packets with fwmark

2010-10-14 Thread C. L. Martinez
On Wed, Oct 13, 2010 at 11:22 AM, C. L. Martinez wrote: > Hi all, > > I need to route local generated packages depending on which tcp or udp > service I need to use. To accomplish this I have configured two routing > tables: > > [r...@lothlorien ~]# ip ru ls > 0: fro

Re: [CentOS] Routing local generted packets with fwmark

2010-10-15 Thread C. L. Martinez
On Fri, Oct 15, 2010 at 10:44 AM, John Doe wrote: > From: C. L. Martinez > >>But this doesn't works. This host is CentOS 5.5 based with two > interfaces. > >Please, any hints? > > What do you mean by this does'nt work? > Nothing works? > Half

[CentOS] Questions about panel toolbars in CentOS7

2015-03-07 Thread C. L. Martinez
Hi all, I have installed a CentOS7 vm with gnome3 desktop. All it is working ok but I have two questions about configuring gnome3 environment (classic mode): a) How can I add applications launchers in the top panel toolbar? b) How can I modify bottom toolbar to make it smaller?? Thanks

Re: [CentOS] Questions about panel toolbars in CentOS7

2015-03-07 Thread C. L. Martinez
u'll need this package to be able to install them from your browsers: > gnome-shell-browser-plugin > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - >> From: "C. L. Martinez" >>

[CentOS] Updating intel graphics driver on CentOS7

2015-09-22 Thread C. L. Martinez
Hi all, Is it possible to upgrade intel X11 org driver on CentOS7?? Maybe with elrepo's packages: http://elrepo.org/linux/extras/el7/x86_64/RPMS/xorg-x11-drv-intel-2.99.916-1.el7.elrepo.x86_64.rpm?? It seems it doesn't exists driver in the upstream: https://01.org/linuxgraphics Thanks, ___

Re: [CentOS] Updating intel graphics driver on CentOS7

2015-09-23 Thread C. L. Martinez
On Wed, Sep 23, 2015 at 7:39 AM, Fabian Arrotin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 23/09/15 08:00, C. L. Martinez wrote: >> Hi all, >> >> Is it possible to upgrade intel X11 org driver on CentOS7?? Maybe >> with elrepo's packag

Re: [CentOS] Systemd spends 6 min. to startup a host

2015-10-05 Thread C. L. Martinez
On Mon, Oct 5, 2015 at 1:56 PM, Marcelo Ricardo Leitner wrote: > Em 03-10-2015 13:47, C.L. Martinez escreveu: >> >> Hi all, >> >> I have a strange behavior with a CentOS7 host (fully patched). I have >> configured nics as old style format: ifcfg- ... due to I need to use >> openvswitch for my vm

Re: [CentOS] Systemd spends 6 min. to startup a host

2015-10-05 Thread C. L. Martinez
On Mon, Oct 5, 2015 at 3:11 PM, John R Pierce wrote: > On 10/5/2015 2:36 AM, C.L. Martinez wrote: >> >> On 10/05/2015 08:43 AM, Eero Volotinen wrote: >>> >>> This looks like modifications broke network configuration and it may >>> affect >>> startup speed. >>> >>> Please try standard network confi

Re: [CentOS] Systemd spends 6 min. to startup a host

2015-10-05 Thread C. L. Martinez
On Tue, Oct 6, 2015 at 6:53 AM, Gordon Messmer wrote: > On 10/03/2015 09:47 AM, C.L. Martinez wrote: >> >> All works well, except when I reboot this server. Systemd spends 6 min. >> to startup this host!!! .. It stops with: "A start job is running for LSB: >> Raise network ...". > > > https://www

Re: [CentOS] Systemd spends 6 min. to startup a host

2015-10-06 Thread C. L. Martinez
On Tue, Oct 6, 2015 at 7:45 AM, John R Pierce wrote: > On 10/5/2015 11:53 PM, C. L. Martinez wrote: >> >> Uhmm ... but I need to startup openvswitches at boot ... I only see >> one option: start openvswitches when libvirtd starts ... > > > my suggestion was to help

[CentOS] Exists some problem with cronjobs under CentOS7

2015-10-11 Thread C. L. Martinez
Hi all, I am having strange problems with my cron jobs in my CentOS7 kvm host. After the initial install and first boot, any cron job configured had run (including cron tasks installed by some rpm packages). Last cron's entry log is: Oct 9 17:01:01 santgraal CROND[9014]: (root) CMD (run-parts

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-11 Thread C. L. Martinez
On Sunday, October 11, 2015, Jonathan Billings wrote: > On Oct 11, 2015, at 8:20 AM, C. L. Martinez > wrote: > > I am having strange problems with my cron jobs in my CentOS7 kvm > > host. After the initial install and first boot, any cron job > > configured had r

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-12 Thread C. L. Martinez
On Mon, Oct 12, 2015 at 12:15 AM, Gordon Messmer wrote: > On 10/11/2015 09:38 AM, C. L. Martinez wrote: >> >> That's the problem. There is no error but any cron job configured runs.. >> And this is the cuestion: why any cron job works?. > > > It's not cle

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-12 Thread C. L. Martinez
On Mon, Oct 12, 2015 at 2:59 AM, Eero Volotinen wrote: > Because systemwide cronjobs are installed in /etc/cron.* directories, not > in root user cron file.. > Thanks Eero. I know this. And I have tried to put some cron job in these directories to test ... and nothing ...

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread C. L. Martinez
On Tue, Oct 13, 2015 at 1:45 PM, Richard wrote: > >> Date: Tuesday, October 13, 2015 13:41:56 + >> From: "C. L. Martinez" >> >> >> On Tue, Oct 13, 2015 at 1:39 PM, Jonathan Billings >> wrote: >>> On Tue, Oct 13, 2015 at 06:24:19

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread C. L. Martinez
On Tue, Oct 13, 2015 at 1:58 PM, Richard wrote: > > >> Date: Tuesday, October 13, 2015 13:54:28 +0000 >> From: "C. L. Martinez" >> >> On Tue, Oct 13, 2015 at 1:45 PM, Richard >> wrote: >>> >>>> Date: Tuesday, October 13, 201

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread C. L. Martinez
On Tue, Oct 13, 2015 at 1:39 PM, Jonathan Billings wrote: > On Tue, Oct 13, 2015 at 06:24:19AM +0000, C. L. Martinez wrote: >> For example: logwatch. Logwatch sends a daily email report about >> system's health. I didn't received this email from October 9th ... and >

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread C. L. Martinez
On Tue, Oct 13, 2015 at 2:11 PM, Scott Robbins wrote: > On Tue, Oct 13, 2015 at 02:05:47PM +, Richard wrote: >> >> >> >> If not triggered, you might want to show your crontab entries. >> > >> > I haven't entries in conrtab's users file at this moment, but I >> > have done a test: * * * * * ls

Re: [CentOS] Exists some problem with cronjobs under CentOS7

2015-10-13 Thread C. L. Martinez
On Tue, Oct 13, 2015 at 2:35 PM, Jonathan Billings wrote: > On Tue, Oct 13, 2015 at 02:04:49PM +0000, C. L. Martinez wrote: >> And according to systemd, without problems: >> >> crond.service - Command Scheduler >>Loaded: loaded (/usr/lib/systemd/system/crond.ser

[CentOS] Squid as interception HTTPS proxy under CentOS 7

2016-02-04 Thread C. L. Martinez
roxy_cert_error" and "sslproxy_flags" directives, without luck. Any ideas about what am I doing wrong? Thanks. -- Greetings, C. L. Martinez ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Squid as interception HTTPS proxy under CentOS 7

2016-02-05 Thread C. L. Martinez
On Thu, Feb 4, 2016 at 5:36 PM, Tris Hoar wrote: > On 04/02/2016 13:24, C. L. Martinez wrote: >> >> Hi all, >> >> I am trying to configure squid as a interception HTTPS proxy under >> CentOS 7. At every https request, I am receiving a certificate error. >&

Re: [CentOS] Squid as interception HTTPS proxy under CentOS 7

2016-02-08 Thread C. L. Martinez
works. Any more idea?? -- Greetings, C. L. Martinez ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Problems with ProxyPass to a local ip (using SSL)

2016-02-29 Thread C. L. Martinez
REJECT --reject-with icmp-host-prohibited COMMIT Any idea how to accomplish/resolve this? Thanks. -- Greetings, C. L. Martinez ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Problems with ProxyPass to a local ip (using SSL)

2016-02-29 Thread C. L. Martinez
On Mon 29.Feb'16 at 13:19:07 +0000, C. L. Martinez wrote: > Hi all, > > I am trying to setup an apache virtualhost under CentOS 6.7 that needs to > redirects requests from port 444 to port 5100 in its local ip. But I am doing > some mistakes because every time I'

Re: [CentOS] Problems with ProxyPass to a local ip (using SSL)

2016-03-01 Thread C. L. Martinez
On Mon 29.Feb'16 at 9:05:13 -0800, Gordon Messmer wrote: > On 02/29/2016 05:33 AM, C. L. Martinez wrote: > >More info in my ssl_error.log: > > > >Mon Feb 29 14:32:06 2016] [info] [client 10.64.118.59] SSL handshake failed: > >HTTP spoken on HTTPS port; trying to

Re: [CentOS] Problems with ProxyPass to a local ip (using SSL)

2016-03-03 Thread C. L. Martinez
On Tue 1.Mar'16 at 10:31:43 -0800, Gordon Messmer wrote: > On 02/29/2016 05:19 AM, C. L. Martinez wrote: > >But I am doing some mistakes because every time I'm receiving a loop error. > ... > > > ... > > ProxyPass / http://192.168.1.5:5100/ > >

[CentOS] Redhat Certificate System 9 in CentOS

2016-03-19 Thread C. L. Martinez
ntOS?? Any software recommendation to manage (administer, maintain, etc.) PKI infrastructures under CentOS?? Thanks. -- Greetings, C. L. Martinez ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Ruby rails rpm package

2012-11-20 Thread C. L. Martinez
On Tue, Nov 20, 2012 at 11:23 AM, Phil Dobbin wrote: > On 11/20/2012 08:39 AM, C. L. Martinez wrote: > >> Hi all, >> >> Somebody knows if exists some rpm package for ruby rails?? > > Normally, rubygems is the way to go to install Rails. > > Cheers, > &g

Re: [CentOS] Ruby rails rpm package

2012-11-20 Thread C. L. Martinez
On Tue, Nov 20, 2012 at 12:38 PM, Phil Dobbin wrote: > On 11/20/2012 11:53 AM, C. L. Martinez wrote: >> On Tue, Nov 20, 2012 at 11:23 AM, Phil Dobbin wrote: >>> On 11/20/2012 08:39 AM, C. L. Martinez wrote: >>> >>>> Hi all, >>>> >>>

[CentOS] Is this a NFSv4 bug??

2013-01-29 Thread C. L. Martinez
HI all, I have configured a CentOS 6.3 x86_64 as a NFSv4 server and I am suffering errors like this: perl[7889]: segfault at a80 ip 7fb870227ea2 sp 7fff2fecda30 error 4 in libperl.so[7fb870193000+162000] The symptoms are the same as described in this thread: http://serverfault.com/que

[CentOS] Strange errors with NFS under CentOS 6.3

2013-02-22 Thread C. L. Martinez
Hi all, This morning, my centos NFS server returns these error messages: RPC: fragment too large: 0x00800103 RPC: multiple fragments per record not supported RPC: fragment too large: 0x00800103 RPC: multiple fragments per record not supported RPC: fragment too large: 0x00800103 RPC: multiple fra

[CentOS] OT: A lightweight monitor software

2013-03-15 Thread C. L. Martinez
Hi all, I have a test lab installed over an ESXi 5.1 host that contains 5 CentOS vm guests. I would like to monitor CPU, RAM and Network for these vm and ESXi host. Zabbix and Nagios are too to accomplish this task. Does anyone know any lightweight openosurce soft to do this?? Thanks. __

Re: [CentOS] OT: A lightweight monitor software

2013-03-15 Thread C. L. Martinez
On Fri, Mar 15, 2013 at 7:46 AM, John R Pierce wrote: > On 3/15/2013 12:39 AM, C. L. Martinez wrote: >> Zabbix and Nagios are too to accomplish this >> task. Does anyone know any lightweight openosurce soft to do this?? > > > Z and N are too what___ to accomplish this?

Re: [CentOS] OT: A lightweight monitor software

2013-03-15 Thread C. L. Martinez
On Fri, Mar 15, 2013 at 8:17 AM, Mihamina Rakotomandimby wrote: > On 2013-03-15 11:11, John R Pierce wrote: >> On 3/15/2013 12:56 AM, C. L. Martinez wrote: >>>> Oops sorry ... I wanted to say "too big" ... Munin would be a good option >>>> ... >>

Re: [CentOS] OT: A lightweight monitor software

2013-03-15 Thread C. L. Martinez
On Fri, Mar 15, 2013 at 11:56 AM, wrote: > On Fri, 15 Mar 2013, C. L. Martinez wrote: > >> Hi all, >> >> I have a test lab installed over an ESXi 5.1 host that contains 5 >> CentOS vm guests. I would like to monitor CPU, RAM and Network for >> these vm and ESX

[CentOS] First problem with new xen repo

2013-06-22 Thread C. L. Martinez
Hi all, I am trying to test new xen packages from official centos repos. This centos 6.4 x86_64 host is my main virt platform at home (KVM based). My idea is to use kvm and xen in this same host (using init level 3 for kvm and init level 4 for xen), but when I try to install xen packages (using

Re: [CentOS] First problem with new xen repo

2013-06-25 Thread C. L. Martinez
On Mon, Jun 24, 2013 at 2:18 AM, Johnny Hughes wrote: > On 06/22/2013 01:05 PM, C. L. Martinez wrote: >> Hi all, >> >> I am trying to test new xen packages from official centos repos. This >> centos 6.4 x86_64 host is my main virt platform at home (KVM based). >&

[CentOS] OT: About rebuilding RHS and RHEV

2013-06-27 Thread C. L. Martinez
HI all, Somebody had tried to do a rebuild of RedHat Storage Server 2.0 and RHEV 3.2 hypervisor with CentOS? Mock is an option to accomplish this? Thanks. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] OT: About rebuilding RHS and RHEV

2013-06-28 Thread C. L. Martinez
On Fri, Jun 28, 2013 at 7:51 AM, Baptiste AGASSE wrote: > Hi, > > I tried to rebuild JBoss EAP 6.0.1 (which was used bay RHEV engine) and RHEV > 3.1 from SRPMs some months ago without success (missing some dependencies). I > used mock. A week ago I've successfuly built JBoss EAP 6.1 Final from s

[CentOS] Pulseaudio deson't start automatically in gnome desktop

2013-09-20 Thread C. L. Martinez
Hi all, I have a strange problem in my CentOS 6.4 (fully patched) workstation: I need to start pulseaudio maunally if I would like to use/listen sound ... And I don't understand why. These are a list of packages related to sound system installed in this workstation: alsa-lib-1.0.22-3.el6.x86_6

[CentOS] OT: Webcam with microphone compatible with CentOS 6

2013-09-26 Thread C. L. Martinez
Hi all, Any recommendation about some webcam with microphone?? I need to buy one to use skype. Thanks. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] OT: Webcam with microphone compatible with CentOS 6

2013-09-26 Thread C. L. Martinez
On Thu, Sep 26, 2013 at 10:19 PM, zGreenfelder wrote: > On Thu, Sep 26, 2013 at 5:02 PM, carlopmart wrote: > >> >> >> On 26/09/13 17:27, Akemi Yagi wrote: >> > On Thu, Sep 26, 2013 at 7:49 AM, C. L. Martinez >> wrote: >> >> Hi all, >

[CentOS] OT: errors compiling kernel module as a rpm package

2013-10-08 Thread C. L. Martinez
Hi all, I am trying to compile openswitch's kernel module in a CentOS 6.4 host, but fails in rpm-check: Requires: kernel(__alloc_percpu) = 0x55f2580b kernel(__alloc_skb) = 0x25421969 kernel(__dev_get_by_index) = 0x6a6d551b kernel(__init_waitqueue_head) = 0xffc7c184 kernel(__ip_select_ident) = 0x

Re: [CentOS] OT: errors compiling kernel module as a rpm package

2013-10-08 Thread C. L. Martinez
On Tue, Oct 8, 2013 at 8:27 AM, Reindl Harald wrote: > > > Am 08.10.2013 10:19, schrieb C. L. Martinez: >> Checking for unpackaged file(s): /usr/lib/rpm/check-files >> /home/clopezma/rpmbuild/BUILDROOT/openvswitch-kmod-1.11.0-1.el6.x86_64 >> error: Installed (bu

[CentOS] OT: Howto to capture taskset output command

2014-02-26 Thread C. L. Martinez
Hi all, I am trying to set processor affinity for a specific process using a shell script without result. Script: #!/bin/sh -x cpu_affinity_ok="2" cpu_affinity="taskset -p -c `cat /tmp/test.pid` | awk '{print $6}'" if [ -f /tmp/test.pid ]; then if [ "$cpu_affinity" == "$cpu_affinity_ok" ];

Re: [CentOS] OT: Howto to capture taskset output command

2014-02-26 Thread C. L. Martinez
On Wed, Feb 26, 2014 at 12:40 PM, Steven Tardy wrote: > On Wed, Feb 26, 2014 at 6:57 AM, C. L. Martinez wrote: > >> if [ "$cpu_affinity" == "$cpu_affinity_ok" ]; then >> > > are you comparing strings or integers? > # man test >STRIN

Re: [CentOS] OT: Howto to capture taskset output command

2014-02-26 Thread C. L. Martinez
On Wed, Feb 26, 2014 at 1:40 PM, sjt5atra wrote: > > > > >> On Feb 26, 2014, at 8:28 AM, "C. L. Martinez" wrote: >> >>> On Wed, Feb 26, 2014 at 12:40 PM, Steven Tardy wrote: >>> On Wed, Feb 26, 2014 at 6:57 AM, C. L. Martinez wrote: >>&g

Re: [CentOS] OT: Howto to capture taskset output command

2014-02-26 Thread C. L. Martinez
On Wed, Feb 26, 2014 at 1:54 PM, Tris Hoar wrote: > On 26/02/2014 13:45, C. L. Martinez wrote: >> On Wed, Feb 26, 2014 at 1:40 PM, sjt5atra wrote: >>> >>> >>> >>> >>>> On Feb 26, 2014, at 8:28 AM, "C. L. Martinez" wrote: >>

[CentOS] Setup a devel environment for perl modules

2014-03-31 Thread C. L. Martinez
Hi all, This is an interesting thread: http://lists.centos.org/pipermail/centos/2014-April/141871.html about the problems you can find building perl modules for CentOS releases (new or old). I agree with John R. Pierce: cpan is very very bad tool ( in fact, I hate it) to build perl modules

Re: [CentOS] Setup a devel environment for perl modules

2014-04-01 Thread C. L. Martinez
On Tue, Apr 1, 2014 at 8:44 PM, Les Mikesell wrote: > On Tue, Apr 1, 2014 at 1:50 AM, C. L. Martinez wrote: >> >> http://lists.centos.org/pipermail/centos/2014-April/141871.html >> >> about the problems you can find building perl modules for CentOS >> releases

[CentOS] Logrotate errors

2014-04-08 Thread C. L. Martinez
Hi all, I have a problem with logrotate and I don't know why. In /var/log/messages appears these errors: Apr 8 15:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8 16:01:01 plzfnsm02 logrotate: ALERT exited abnormally with [1] Apr 8 17:01:01 plzfnsm02 logrotate: ALERT exited a

Re: [CentOS] Logrotate errors

2014-04-10 Thread C. L. Martinez
ar > to > strftime(3) function. Only %Y %m %d and %s specifiers > are > allowed. > > in your .conf try: > dateformat -%s > > > > On Wed, Apr 9, 2014 at 2:45 AM, C. L. Martinez wrote: > >> Hi all, >> >> I h

[CentOS] Runing multiple daemons with systemctl

2014-09-01 Thread C. L. Martinez
Hi all, I am doing some tests with a CentOS7 vm image before to enter in our production environment. I need to migrate some sysvinit scripts to systemctl. In all of them I need to launch some daemons in the same init script. For example: a) start daemon1 b) if daemon1 returns no startup errors

Re: [CentOS] Runing multiple daemons with systemctl

2014-09-02 Thread C. L. Martinez
On Mon, Sep 1, 2014 at 4:52 PM, James Hogarth wrote: > On 1 Sep 2014 11:10, "C. L. Martinez" wrote: >> >> For example: >> >> a) start daemon1 >> b) if daemon1 returns no startup errors, launch daemon2 >> c) if daemon1 returns any startup e

[CentOS] Kernel errors after updating

2014-09-04 Thread C. L. Martinez
Hi all, I have updated my Centos 6.5 KVM host to kernel 2.6.32-431.23.3 this morning ... After 2 hours working, the following kernel error appears and all vm guests goes slowly device monif4 entered promiscuous mode monif: port 5(monif4) entering forwarding state INFO: task cgroup:83 blocke

[CentOS] About CentOS Storage SIG and RedHat Storage Server 3.0

2014-10-06 Thread C. L. Martinez
Hi all, Does someone from CentOS Storage SIG can say something about this subject? Is it planned to accomplish some RHSS 3 rebuild for CentOS 6.5?? Thanks. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Centos7 on MacBook air 2017 model

2017-06-12 Thread C. L. Martinez
Hi all, Anyone have tried to install centos7 in kaby lake model or almost in previous model (2015 if I am not wrong). Experiences?? Is refind needed?? Thanks. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Using ssd disks for kvm guests

2017-07-05 Thread C. L. Martinez
Hi all, Recently I have acquired a supermicro e200-8d micro server to use it as my homelab. It is equipped with two ssd disks. My idea is to install several kvm guests on it, but I have some doubts about what type of filesystem (ext4 or xfs?) or block to use (lvm). Recommendations? Do I need

[CentOS] ovirt-engine package for oVirt 4.1.x in CentOS offical mirrors disappears?

2017-08-13 Thread C. L. Martinez
Hi all, I am trying to install oVirt 4.1.x from centos repos but it seems ovirt-engine doesn't exists. But instead, ovirt-hosted-engine-setup exists? Is ovirt-engine package removed? In the official oVirt repos, exists. Thanks. ___ CentOS mailing lis

Re: [CentOS] ovirt-engine package for oVirt 4.1.x in CentOS offical mirrors disappears?

2017-08-13 Thread C. L. Martinez
Then, can I use both at the same time under oVirt engine host or only official oVirt repo? On Sun, Aug 13, 2017 at 2:16 PM, Barak Korren wrote: > On 13 August 2017 at 15:12, C. L. Martinez wrote: >> >> I am trying to install oVirt 4.1.x from centos repos but it seems >>

[CentOS] Error "corrupted or uncleanly shut down, renaming and replacing" in CentOS 7 clean install

2017-09-22 Thread C. L. Martinez
File /run/log/journal/3abe0470ce564669b797cb4c416f1ac0/system.journal corrupted or uncleanly shut down, renaming and replacing. Is it a bug? Or do I need to change some option in journald.conf's file? Actually, I have changed Storage's option to "volatile". Thanks. --

[CentOS] systemd-journald errors

2017-10-29 Thread C. L. Martinez
. ?? .. And I don't understand why. I have configured "Storage=volatile" in journald.conf ... How can I debug this error? Is it possible to disable systemd-journald thoroughly? Thanks -- Greetings, C. L. Martinez ___ CentOS mailing list Ce

Re: [CentOS] systemd-journald errors

2017-10-29 Thread C. L. Martinez
On Sun, Oct 29, 2017 at 07:54:50AM +, C. L. Martinez wrote: > Hi all, > > I have 5 CentOS 7 virtual guests installed (all fully patched to latest > release) and i have the following error in all of them: > > systemd-journald[7779]: File > /run/log/journal/b4a41f4214c

[CentOS] Problems with dnscrypt's package from EPEL

2017-12-09 Thread C. L. Martinez
pm package provided by EPEL. Anyone have seen similar problems? Thanks. -- Greetings, C. L. Martinez ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Problems with dnscrypt's package from EPEL

2017-12-09 Thread C. L. Martinez
On Sat, Dec 09, 2017 at 03:03:52PM -0500, Stephen John Smoogen wrote: > On 9 December 2017 at 14:04, C. L. Martinez wrote: > > Hi all, > > > > I have installed dnscrypt's rpm package from EPEL repo under a CentOS 7.4 > > and using unbound as a resolver.

Re: [CentOS] Problems with dnscrypt's package from EPEL

2017-12-09 Thread C. L. Martinez
On Sat, Dec 09, 2017 at 10:25:41PM +0100, C. L. Martinez wrote: > On Sat, Dec 09, 2017 at 03:03:52PM -0500, Stephen John Smoogen wrote: > > On 9 December 2017 at 14:04, C. L. Martinez wrote: > > > Hi all, > > > > > > I have installed dnscrypt's

Re: [CentOS] Problems with dnscrypt's package from EPEL

2017-12-11 Thread C. L. Martinez
yet, but your forwardzone is looking for > 3 ports but only 2 ports are configured in the systemd startup.. so > are 1/3 of all lookups going to fail? Or is the 6355 a 'given' (aka it > will be set up whether 6353 and 6354 are setup?) > > On 9 December 2017 at 16:45, C. L. Martinez w

[CentOS] Some problemas working with network namespaces

2017-12-13 Thread C. L. Martinez
oing wrong? Thanks. -- Greetings, C. L. Martinez ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Unbound question: forward-zone and stub-zone

2018-02-13 Thread C. L. Martinez
for stub zones." ¿¿¿??? How?? Why?? If I use a stub-zone, it is because I have an authority server with recursion for its SOA domain ... I don't understand ... What is the correct configuration? -- Greetings, C. L. Martinez ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] OT: Problems with NextCloud 13.0.1 under Centos7

2018-03-28 Thread C. L. Martinez
Hi all, I have a strange problem with a clean NextCloud 13.0.1 install under CentOS 7 (fully patched): when I try to login with admin user immediately after setup, returns to login page without returning any error. An no errors in nginx or php log files ... I am using the following components

Re: [CentOS] OT: Problems with NextCloud 13.0.1 under Centos7

2018-03-28 Thread C. L. Martinez
Nop, nothing ... On Wed, Mar 28, 2018 at 1:39 PM, Götz Reinicke < goetz.reini...@filmakademie.de> wrote: > Hi, > > > Am 28.03.2018 um 11:36 schrieb C. L. Martinez : > > > > Hi all, > > > > I have a strange problem with a clean NextCloud 13.0.1 install

[CentOS] Redirect output from python script with systemd

2018-07-07 Thread C. L. Martinez
. -- Greetings, C. L. Martinez ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] Using NFSv3 and NFSv4 at the same time with CentOS6

2012-03-27 Thread C. L. Martinez
Hi all, I have two centos6.2 servers acting as a nfs servers (nfsv3 for now). Due to some security requeriments, I need to share some folders using nfsv4 (with kerberos auth), but I have a doubt. Is it possible to serve shared folters using nfsv3 and nfsv4 (with kerberos auth) at the same time in

[CentOS] OT: Rewrite part of a message with rsyslog

2012-04-27 Thread C. L. Martinez
Hi all, Sorry for the off-topic, but I have not found how to do this. I have installed a centos6 server to act as a syslog receiver. I need to rewrite all messages that comes from one server. For example a part of the message is: "27April2012 10:33:44 172.1.2.2 data >". Sometimes between 27April

Re: [CentOS] UC OT: Rewrite part of a message with rsyslog

2012-04-27 Thread C. L. Martinez
-- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf Of C. L. Martinez > Sent: 27 April 2012 11:39 > To: CentOS mailing list > Subject: [CentOS] OT: Rewrite part of a message with rsyslog > > Hi all, > >  Sorry for the off-topic, but I have

Re: [CentOS] UC UC OT: Rewrite part of a message with rsyslog

2012-04-27 Thread C. L. Martinez
QinetiQ - Delivering customer-focused solutions > > Please consider the environment before printing this email. > -----Original Message- > From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf > Of C. L. Martinez > Sent: 27 April 2012 11:55 > To: Cent

[CentOS] Using UTF8 under mysql in Centos6

2012-06-04 Thread C. L. Martinez
Hi all, I am trying to configure utf8 in mysql under centos6 to display special characters, like accents. I use this mysql instance to store plain syslog logs. I have configured this under my.cnf: [mysqld] init_connect = 'SET collation_connection = utf8_general_ci' init_connect = 'SET NAMES utf8

Re: [CentOS] Using UTF8 under mysql in Centos6

2012-06-04 Thread C. L. Martinez
On Mon, Jun 4, 2012 at 11:53 AM, David Hrbáč wrote: > Dne 4.6.2012 11:44, C. L. Martinez napsal(a): >> Hi all, >> >>  I am trying to configure utf8 in mysql under centos6 to display >> special characters, like accents. I use this mysql instance to store >> pla

Re: [CentOS] Using UTF8 under mysql in Centos6

2012-06-04 Thread C. L. Martinez
On Mon, Jun 4, 2012 at 12:56 PM, Dennis Jacobfeuerborn wrote: > On 06/04/2012 11:44 AM, C. L. Martinez wrote: >> Hi all, >> >>  I am trying to configure utf8 in mysql under centos6 to display >> special characters, like accents. I use this mysql instance to store &

Re: [CentOS] Using UTF8 under mysql in Centos6

2012-06-04 Thread C. L. Martinez
On Mon, Jun 4, 2012 at 1:02 PM, David Hrbáč wrote: > Dne 4.6.2012 12:22, C. L. Martinez napsal(a): >> Uhmm .. and nothing more?? The only difference with my config is the >> underscore ... > > Yes, that's all, works pretty well. It's a little bit different

[CentOS] OT: Tool for monitoring traffic IP reception

2012-08-30 Thread C. L. Martinez
Hi all, I am searching some lightweight tool to control when rsyslog didn't receive events from a specific host or group of hosts for x minutes/seconds. Only a simple tool to send an email when an alert is triggered, I don't need flat tools like zabbix or similars. Does anyone know any? _

Re: [CentOS] OT: Tool for monitoring traffic IP reception

2012-08-30 Thread C. L. Martinez
On Thu, Aug 30, 2012 at 12:28 PM, Peter Eckel wrote: > On 30.08.2012, at 11:52, C. L. Martinez wrote: > >> I am searching some lightweight tool to control when rsyslog didn't >> receive events from a >> specific host or group of hosts for x minutes/seconds. >&g

Re: [CentOS] OT: Tool for monitoring traffic IP reception

2012-08-30 Thread C. L. Martinez
On Thu, Aug 30, 2012 at 3:58 PM, Peter Eckel wrote: > Hi, > >> Uhmm .. I am reading the docs about SEC, but it only speaks about >> event correlation ... How do you do to check if syslog is receiving >> data?? > > essentially you set up SEC to watch for the syslog log file where the data > are su

Re: [CentOS] OT: Tool for monitoring traffic IP reception

2012-08-30 Thread C. L. Martinez
On Thu, Aug 30, 2012 at 4:28 PM, Leon Fauster wrote: > Am 30.08.2012 um 11:52 schrieb C. L. Martinez: >> Hi all, >> >> I am searching some lightweight tool to control when rsyslog didn't >> receive events from a >> specific host or group of hosts for x minu

[CentOS] Problems with logwatch under CentOS 6.3

2012-09-12 Thread C. L. Martinez
Hi all, Last week I have migrated 5 CentoS 6.2 servers to CentOS 6.3. In all of them, I receive every day problems with logwatch: /etc/cron.daily/0logwatch: Can't exec "sendmail": No such file or directory at /usr/sbin/logwatch line 1040, line 1. Can't execute sendmail -t: No such file or dire

Re: [CentOS] Problems with logwatch under CentOS 6.3

2012-09-12 Thread C. L. Martinez
On Wed, Sep 12, 2012 at 7:27 AM, Arek Czereszewski wrote: > On 12 September 2012 09:19, C. L. Martinez wrote: >> Hi all, >> >> Last week I have migrated 5 CentoS 6.2 servers to CentOS 6.3. In all >> of them, I receive every day problems with logwatch: >

Re: [CentOS] Problems with logwatch under CentOS 6.3

2012-09-12 Thread C. L. Martinez
On Wed, Sep 12, 2012 at 7:32 AM, Laurent wrote: > Le 2012-09-12 09:19, C. L. Martinez a écrit : >> Hi all, >> >> Last week I have migrated 5 CentoS 6.2 servers to CentOS 6.3. In all >> of them, I receive every day problems with logwatch: >> >> /etc

Re: [CentOS] Problems with logwatch under CentOS 6.3

2012-09-12 Thread C. L. Martinez
On Wed, Sep 12, 2012 at 7:55 AM, C. L. Martinez wrote: > On Wed, Sep 12, 2012 at 7:32 AM, Laurent wrote: >> Le 2012-09-12 09:19, C. L. Martinez a écrit : >>> Hi all, >>> >>> Last week I have migrated 5 CentoS 6.2 servers to CentOS 6.3. In all >>&g

Re: [CentOS] Problems with logwatch under CentOS 6.3

2012-09-12 Thread C. L. Martinez
On Wed, Sep 12, 2012 at 9:35 AM, Giles Coochey wrote: > On 12/09/2012 08:19, C. L. Martinez wrote: >> >> Hi all, >> >> Last week I have migrated 5 CentoS 6.2 servers to CentOS 6.3. In all >> of them, I receive every day problems with logwatch: >> >>

  1   2   >