similar to: Redirect output from python script with systemd

Displaying 20 results from an estimated 8000 matches similar to: "Redirect output from python script with systemd"

2011 May 22
6
How to capture correctly a specific exception
I a using delayed_job, and I am raising an exception this way : config/initializers/custom_exceptions.rb class RemoteLockerException < StandardError; end class RemoteLockerDenied < StandardError; end lib/instruction_request_job.rb class InstructionRequestJob < Struct.new(:style, :request_id) def perform .... > connector =
2015 Oct 13
7
Exists some problem with cronjobs under CentOS7
On Tue, Oct 13, 2015 at 1:45 PM, Richard <lists-centos at listmail.innovate.net> wrote: > >> Date: Tuesday, October 13, 2015 13:41:56 +0000 >> From: "C. L. Martinez" <carlopmart at gmail.com> >> >> >> On Tue, Oct 13, 2015 at 1:39 PM, Jonathan Billings >> <billings at negate.org> wrote: >>> On Tue, Oct 13, 2015 at
2013 Sep 24
2
USB redirection under CentOS 6.4
Hi all, Does usb redirection works?? I am trying to assign to a Win7 kvm guest an usb HP printer without luck ... My second attempt is to use usb redirection, but according to Redhat's docs, this option is only available for windows using RHEV ... Is this correct?? Exists another tool to assign a printer via usb to a kvm guest?? Thanks. -- CL Martinez carlopmart {at} gmail {d0t} com
2006 Nov 02
2
Rescue don't work on web applications
Hi, I''ve a Rails application who starts a Ruby script . The script is made via Web -> database. Than you can select a script to start via a database list. Problem: In case of errors , I like to start a rescue showing the users the problems. render(:text => "<pre>" + CGI::escapeHTML(` begin /home/luc/radrails/cpe/public/startq_test.rb
2015 Oct 03
9
Systemd spends 6 min. to startup a host
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 vms. 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 ...". Are not supposed that systemd startups
2015 Oct 11
4
Exists some problem with cronjobs under CentOS7
On Sunday, October 11, 2015, Jonathan Billings <billings at negate.org> wrote: > On Oct 11, 2015, at 8:20 AM, C. L. Martinez <carlopmart at gmail.com > <javascript:;>> 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 run (including cron tasks
2019 Nov 25
3
Re: [PATCH] rhv-upload: Support qcow2 disks
On Mon, Nov 25, 2019, 11:15 Richard W.M. Jones <rjones@redhat.com> wrote: > On Wed, Nov 20, 2019 at 03:06:55AM +0200, Nir Soffer wrote: > > diff --git a/v2v/v2v.ml b/v2v/v2v.ml > > index 03590c9e..58bb06c3 100644 > > --- a/v2v/v2v.ml > > +++ b/v2v/v2v.ml > > @@ -739,7 +739,9 @@ and copy_targets cmdline targets input output = > > | TargetURI
2015 Oct 13
2
Exists some problem with cronjobs under CentOS7
On Tue, Oct 13, 2015 at 1:39 PM, Jonathan Billings <billings at negate.org> 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 >> email configuration is ok. > > So your problem is that cron jobs
2005 Feb 23
3
bias of a boot statistic
Question: How can I get access to the bias value of a boot statistic? Details: Boot function: boot(data, statistic, R, sim="ordinary", stype="i", strata=rep(1,n), L=NULL, m=0, weights=NULL, ran.gen=function(d, p) d, mle=NULL, ...) When I create an object, containing the bootstrap statistic (object <- boot (....))I can call it and will get an output
2010 Apr 14
1
Exporting nfs share with glusterfs?
Hi all, Is it possible to use a nfs share to serve as a glusterfs server process?? For example: I have a host that mounts a nfs share from a solaris server under /mnt. Can I use this /mnt directory for a glusterfs server?? Thanks. -- CL Martinez carlopmart {at} gmail {d0t} com
2009 Apr 09
4
Segmentation fault using flash-plugin under CentOS 5.3
Hi all I have a very strange problem on my CentOS 5.3 laptop. I have installed latest firefox version from updates repository (3.0.7) with flash-plugin downloaded from adobe website. When i open firefox and i need to access to some web site with flash content, firefox crash with this message: /usr/lib/firefox-3.0.7/run-mozilla.sh: line 131: 9133 Segmentation fault "$prog"
2009 Dec 11
5
About doing backups with kvm guests
Hi all, I have two centos 5.4 servers that I use to run several windows kvm guests (10). All works ok (more or less) but I have a problem with backups. These windows guests are configured to use lvm partitions as a virtual disks. My problem is when I need to do guests backups. which is the best form to backup and restore these windows guests? Some examples? I see snapshot's lvm
2015 Oct 11
2
Exists some problem with cronjobs under CentOS7
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 /etc/cron.hourly) Oct 9 17:01:01 santgraal run-parts(/etc/cron.hourly)[9014]: starting 0anacron
2007 Oct 12
1
OT: a very big problem with ipsec-tools on CentOS5 (SOLVED)
Buf ... Solved. Problem was that /etc/pam.d/racoon doesn't exists (I found this tip on NetBSD ipsec pages). Simply I have copied /etc/pam.d/passwd to /etc/pam.d/racoon and now all works as expected. Many thanks for your help Ross. Ross S. W. Walker wrote: > > I think it might just use another one like /etc/pam.d/remote > cause I audited the package and it wasn't there.
2015 Sep 18
2
Official openvswitch package for CentOS7
On Fri, Sep 18, 2015 at 7:38 AM, Sandro Bonazzola <sbonazzo at redhat.com> wrote: > > > On Thu, Sep 17, 2015 at 6:15 PM, C. L. Martinez <carlopmart at gmail.com> > wrote: >> >> On Thu, Sep 17, 2015 at 6:06 PM, George Dunlap <dunlapg at umich.edu> wrote: >> > On Thu, Sep 17, 2015 at 3:19 PM, C. L. Martinez <carlopmart at gmail.com> >>
2017 Aug 25
2
ovirt-engine package for oVirt 4.1.x
On Fri, Aug 25, 2017 at 04:54:54PM +0200, Sandro Bonazzola wrote: > 2017-08-13 13:50 GMT+02:00 C. L. Martinez <carlopmart at gmail.com>: > > > 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
2009 Dec 23
3
OT:Which filesystem to use with large files
Hi all, Recently I have installed a centOS 5.4 server to use as a home NAS server. I need to use large files (8GB minimum) inside of it to serve via iSCSI services. Which filesystem do you recommends me to reach maximum performance: xfs, ext3, ext4, gfs2 ....?? Thanks. -- CL Martinez carlopmart {at} gmail {d0t} com
2017 Dec 10
2
Problems with dnscrypt's package from EPEL
Not sure if this is a factor 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 <carlopmart at gmail.com> wrote: > On Sat, Dec 09, 2017 at 10:25:41PM +0100, C.
2015 Mar 07
2
Questions about panel toolbars in CentOS7
Uhmm ... Some example?? I am searching inside extensions.gnome.org but I didn't find any extension to remove or make small bottom panel ... On Sat, Mar 7, 2015 at 10:55 AM, Nux! <nux at li.nux.ro> wrote: > If you go to extensions.gnome.org there are various extensions that let you do that. > You'll need this package to be able to install them from your browsers: >
2023 Nov 03
0
selinux blocks rsync client in systemd service
I'm trying to slurp a CentOS 7's filesystem to another CentOS 7 system using rsyncd on the supplying side and rsync running as a client in a timer unit on the client side. My backup script on the backup system runs fine from the command line. When run from a systemd timer unit, rsync sends nothing to the systemd log and I see a denial in the audit log for a Unix domain socket in