search for: epds

Displaying 15 results from an estimated 15 matches for "epds".

Did you mean: ends
2009 Mar 11
3
Intermittent NFS problems with NetApp server
I've been experiencing some intermittent problems accessing at NetApp server via NFS and automount. I'm running CentOS 5.2 (fully updated) on all my servers and workstations. Usually, everything is working just fine, when suddenly we get the following error: /bin/sh: /home/epd/srcref/swtools/Crontabs/ run_release_requests.sh: Permission denied This is actually an email from
2004 Jul 19
3
why won't rq draw lines?
I've been trying to draw quantile linear regression lines across a scatterplot of my data using attach(forrq) plot(PREGNANT,DAY8,xlab="pregnant EPDS",ylab="postnatal EPDS",cex=.5) taus <- c(.05,.1,.25,.75,.9,.95) xx <- seq(min(PREGNANT),max(PREGNANT),100) for(tau in taus){ f <- coef(rq(DAY8~PREGNANT,tau=tau)) yy <- (f[1]+f[2]*xx) lines(xx,yy) } which i...
2002 Jun 08
2
New qdisc path, try it (what is the problem)
hello, this is my new qdisc patch, when i recompile the kernel with this patch i dn''nt succeed please look at it and if there are any mistakes plesease send me a mail thanks in advance ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
2012 Dec 18
0
[PATCH] [RFC] Btrfs: Subpagesize blocksize (WIP).
From: Wade Cline <clinew@linux.vnet.ibm.com> This patch is only an RFC. My internship is ending and I was hoping to get some feedback and incorporate any suggestions people may have before my internship ends along with life as we know it (this Friday). The filesystem should mount/umount properly but tends towards the explosive side when writes start happening. My current focus is on
2000 Jan 04
0
Problem with Samba 1.9.18p10 on Solaris 2.5.1
Hi, I have a problem accessing files on NT and 95 using Samba version 1.9.18p10. The files that I am accessing are in ClearCase (version control software) on a Solaris Ultra 60 server. They are source files and are compiled on NT on the command line through batch files. If I fire more than one build (batch file) then once in a while I get a fatal error from the Microsoft compiler - "Could
2008 May 21
6
[PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates
This is an update to the Linux part of the Xen PVFB. Linux Xen PVFB is a pair of Xen para-virtual frontend device drivers: drivers/video/xen-fbfront.c provides a framebuffer, and drivers/input/xen-kbdfront provides keyboard and mouse. Their backends run in dom0 user space. Parts in this patch series: 1. Enable Xen console by default in domU 2. Pointer z-axis (mouse wheel) support 3. Module
2008 May 21
6
[PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates
This is an update to the Linux part of the Xen PVFB. Linux Xen PVFB is a pair of Xen para-virtual frontend device drivers: drivers/video/xen-fbfront.c provides a framebuffer, and drivers/input/xen-kbdfront provides keyboard and mouse. Their backends run in dom0 user space. Parts in this patch series: 1. Enable Xen console by default in domU 2. Pointer z-axis (mouse wheel) support 3. Module
2008 May 21
6
[PATCH 0/5] xen pvfb: Para-virtual framebuffer, keyboard and pointer driver updates
This is an update to the Linux part of the Xen PVFB. Linux Xen PVFB is a pair of Xen para-virtual frontend device drivers: drivers/video/xen-fbfront.c provides a framebuffer, and drivers/input/xen-kbdfront provides keyboard and mouse. Their backends run in dom0 user space. Parts in this patch series: 1. Enable Xen console by default in domU 2. Pointer z-axis (mouse wheel) support 3. Module
2002 Jun 27
4
Minimum cpu requirements
Hello folks Anyone know if this would be enough to decode oggs? AMD Elan SC520 133 MHz If not, what seems to be the lower limit required for decoding oggs? Many thanks, Kerry. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only
2003 Aug 20
0
Re: Re: Your application
Parametric Technology Customer Support is unable to process your email due to the subject of the mail. Mail messages sent to cs_ptc@ptc.com must contain a valid Customer Support call number or the string "copen" as the subject of the mail. For existing calls, specify the call number as the subject of the mail. Call numbers must be in the form C###### (where # is a valid digit [0-9]).
2003 Aug 20
0
Re: Re: That movie
Parametric Technology Customer Support is unable to process your email due to the subject of the mail. Mail messages sent to cs_ptc@ptc.com must contain a valid Customer Support call number or the string "copen" as the subject of the mail. For existing calls, specify the call number as the subject of the mail. Call numbers must be in the form C###### (where # is a valid digit [0-9]).
2003 Aug 20
0
Re: Re: Wicked screensaver
Parametric Technology Customer Support is unable to process your email due to the subject of the mail. Mail messages sent to cs_ptc@ptc.com must contain a valid Customer Support call number or the string "copen" as the subject of the mail. For existing calls, specify the call number as the subject of the mail. Call numbers must be in the form C###### (where # is a valid digit [0-9]).
2011 Oct 04
68
[patch 00/65] Error handling patchset v3
Hi all - Here''s my current error handling patchset, against 3.1-rc8. Almost all of this patchset is preparing for actual error handling. Before we start in on that work, I''m trying to reduce the surface we need to worry about. It turns out that there is a ton of code that returns an error code but never actually reports an error. The patchset has grown to 65 patches. 46 of them
2015 Aug 11
2
[PATCH v2 00/22] Enable gpu switching on the MacBook Pro
This is a follow-up to the v1 posted in April: http://lists.freedesktop.org/archives/dri-devel/2015-April/081515.html Patches 1 - 17 enable GPU switching on the pre-retina MacBook Pro. These were tested successfully by multiple people and solve two tickets in Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=88861 https://bugs.freedesktop.org/show_bug.cgi?id=61115 Patches 18 - 22 are a
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking