Displaying 4 results from an estimated 4 matches for "reaasons".
Did you mean:
reasons
2007 Dec 09
3
Barchart, Pareto
Hello
Well I am relatively new so some of these issues may not fall under the subject that I have used.
1. How do I do a Pareto. Following is the approach I took.
My data looks like this
df2_9
Reaason.for.failure Frequency
1 Phy Conn 1
2 Power failure 3
3 Server software 29
4 Server hardware 2
5 Server out of mem 32
2003 Jun 25
2
snprintf, vsnprintf
I'm tracking a compiling issue with 2.2.8a on AIX 5.2-ML01 with IBM C for
AIX 6.0 and i'm having an issue with lib/snprintf.c
The first thing i noticed is that "includes.h" is not included which is
in many other places, but I'm sure there are reaasons.
The other thing is there is a check at the beginning for HAVE_SNPRINTF,
HAVE_VSNPRINTF and HAVE_C99_VSNPRINTF to include stdio.h - that one i
get. the one i don't get is at line 790:
#if !defined(HAVE_SNPRINTF) || !defined(HAVE_C99_SNPRINTF)
i can't find a HAVE_C99_SNPRINTF anywhere in...
2005 Aug 14
1
expert guideance needed on arrays with CentOS 4 installed on dual processor compaq server
...I really really appreciate your help and pointers and will go check out all
of the documentation that you folks will point me to.
Please remember, these boxes are not "in production" right now, so this is
not an emergency, yet i am trying to simulate a production environment for
obvious reaasons.
Thank you in advance and kind regards,
- rh
--
Robert Hanson
Abba Communications
http://www.abbacomm.net
2010 Apr 23
6
/etc/passwd, shadow, group, hosts
Hello All,
I''m new to puppet, and I''d like to know: Is there a formal best
practices guide for syncing { /etc/passwd, shadow, group, hosts}
across clients from the master? For instance; is it a better practice
to make a hard link to these files and share the link, as opposed to
just sharing the files directly via a target in fileserver.conf?
Inquiring minds want to know...