Displaying 15 results from an estimated 15 matches for "epd".
Did you mean:
end
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 cron because we try to run that shell
script every minute (yes, the crontab entry is * * * * * /home/epd/
srcref/swtools/Crontabs/run_release_requests.sh), and /home/epd is an
automounted direc...
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...
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).
...}
+ if (test_bit(EXTENT_BUFFER_WRITEBACK,
+ &eb->bflags))
+ break;
+ eb = eb->next;
+ } while (1);
+ }
} while (bvec >= bio->bi_io_vec);
bio_put(bio);
@@ -3202,7 +3254,8 @@ static int write_one_eb(struct extent_buffer *eb,
struct extent_page_data *epd)
{
struct block_device *bdev = fs_info->fs_devices->latest_bdev;
- u64 offset = eb->start;
+ u64 start = eb->start;
+ unsigned long offset = eb->start & (PAGE_CACHE_SIZE - 1);
unsigned long i, num_pages;
unsigned long bio_flags = 0;
int rw = (epd->sync_io ? WRITE_SYNC...
2000 Jan 04
0
Problem with Samba 1.9.18p10 on Solaris 2.5.1
...nt = ftp
; password level = 1
; This next option sets a separate log file for each client. Remove
; it if you want a combined log file.
log file = /tmp/samba.%m.log
log level = 1
dfree command = /opt/samba/bin/dfree
browseable = yes
getwd cache = yes
status = yes
workgroup = EPD
[homes]
comment = Home Directory
browseable = yes
guest ok = no
read only = no
create mode = 0775
writeable = yes
[printers]
comment = All Printers
path = /tmp
browseable = no
printable = yes
public = no
create mode = 0700
writable = no
[pc_33]
comment =...
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
...MENUS
OTHERS
PID
PLANT
PLOTTING
SMD
SYSTEMS
Product: Optegra
Module
-------------------
EPD CONNECT
VAULT/CLIENT
Product: Pro/CDM
Module
-------------------
CDM
Product: Pro/COLLABORATE - Project Collaboration
Module
-------------------
Ad...
2003 Aug 20
0
Re: Re: That movie
...MENUS
OTHERS
PID
PLANT
PLOTTING
SMD
SYSTEMS
Product: Optegra
Module
-------------------
EPD CONNECT
VAULT/CLIENT
Product: Pro/CDM
Module
-------------------
CDM
Product: Pro/COLLABORATE - Project Collaboration
Module
-------------------
Ad...
2003 Aug 20
0
Re: Re: Wicked screensaver
...MENUS
OTHERS
PID
PLANT
PLOTTING
SMD
SYSTEMS
Product: Optegra
Module
-------------------
EPD CONNECT
VAULT/CLIENT
Product: Pro/CDM
Module
-------------------
CDM
Product: Pro/COLLABORATE - Project Collaboration
Module
-------------------
Ad...
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