From 0eecf43a7e7d549c50d6de7a1dc781d47c34c8a2 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 25 Jun 2013 13:28:52 +0000 Subject: [PATCH] Fix problem where dbworkersocket rename could indicate a missing path git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16743 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Table.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/Table.pm b/perl-xCAT/xCAT/Table.pm index 704fa18bf..549f6d637 100644 --- a/perl-xCAT/xCAT/Table.pm +++ b/perl-xCAT/xCAT/Table.pm @@ -159,7 +159,7 @@ sub init_dbworker { #This process is the database worker, it's job is to manage database queries to reduce required handles and to permit cross-process caching $0 = "xcatd: DB Access"; use File::Path; - mkpath('/tmp/xcat/'); + mkpath('/var/run/xcat/'); use IO::Socket; $SIG{TERM} = $SIG{INT} = sub { $exitdbthread=1;