search for: ems

Displaying 20 results from an estimated 4554 matches for "ems".

Did you mean: em
2009 Jul 20
0
No subject
to have lpthread but with no luck , still doesn=E2=80=99t work. Thanks for the answers guys, Bogdan ------=_NextPart_000_0728_01CB7CD3.380311A0 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable <HTML><HEAD></HEAD> <BODY dir=3Dltr> <DIV dir=3Dltr> <DIV style=3D"FONT-FAMILY: 'Calibri'; COLOR: #000000;
2013 Oct 16
0
[PATCH] Btrfs: add tests for btrfs_get_extent V2
...len, u32 type, u8 compression, int slot) +{ + struct btrfs_path path; + struct btrfs_file_extent_item *fi; + struct extent_buffer *leaf = root->node; + struct btrfs_key key; + u32 value_len = sizeof(struct btrfs_file_extent_item); + + if (type == BTRFS_FILE_EXTENT_INLINE) + value_len += len; + memset(&path, 0, sizeof(path)); + + path.nodes[0] = leaf; + path.slots[0] = slot; + + key.objectid = BTRFS_FIRST_FREE_OBJECTID; + key.type = BTRFS_EXTENT_DATA_KEY; + key.offset = start; + + setup_items_for_insert(root, &path, &key, &value_len, value_len, + value_len + sizeof(str...
2011 Feb 12
3
[PATCH] fix uncheck memory allocations
To make Btrfs code more robust, several return value checks where memory allocation can fail are introduced. I use BUG_ON where I don''t know how to handle the error properly, which increases the number of using the notorious BUG_ON, though. Signed-off-by: Yoshinori Sano <yoshinori.sano@gmail.com> --- fs/btrfs/compression.c | 6 ++++++ fs/btrfs/extent-tree.c | 2 ++
2013 May 22
0
em2: watchdog timeout -- resetting
Hello, I have a server pfsense in bridge mode to function as transparent FW, the problem is that once I connect the pfsense between my router core and my core switch catalyst a few seconds begin to appear several messages like these: em2: watchdog timeout - resetting em2: watchdog timeout - resetting em2: watchdog timeout - resetting em2: watchdog timeout - resetting And the connection falls
2003 Aug 05
0
The American Resolve Prayer and Tribute Poster (PR#3662)
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns="http://www.w3.org/TR/REC-html40"> <head> <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
2013 Jan 31
0
samba4 as DC problems
Hi! Please help to resolve some isssues. I'm running Samba DC Version 4.1.0pre1-GIT-229d934 on Debian 6 (and i'm not familiar with linux at all). Almost all primary services working good, users can authenticate by DC, workstations applying policy, file services running perfect, but i can't setup DNS dynamic updates. I'm runnning Bind 9.9.2 ???: named -V BIND 9.9.2 built with
2010 Dec 26
2
environment question
...is called, the variables "betas", "constraint", and "control" are already in the environment. The EM function is declared like this, using the same words "beta" and "constraint" EM <- function (betas, constraint, iter, verbose = FALSE) { It seems to me that if I wrote the function call like this (leave out "betas" and "constraint") res.EM <- EM(control$iter.em, control$verbose) R will run EM and go find "betas" and "constraint" in the environment, there was no need to name them as arguments. 2...
2010 Mar 22
0
[PATCH] Btrfs: change direct I/O read to not use i_mutex.
This depends on the change to ordered data search. Signed-off-by: jim owens <owens6336@gmail.com> --- fs/btrfs/dio.c | 150 +++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 104 insertions(+), 46 deletions(-) diff --git a/fs/btrfs/dio.c b/fs/btrfs/dio.c index b6934be..c930ff5 100644 --- a/fs/btrfs/dio.c +++ b/fs/btrfs/dio.c @@ -435,14 +435,81 @@ static void
2006 May 02
2
Bug: invalid nesting of inline markup across link labels
Hi John, there?s a bug in Markdown.pl: [foo*bar](#) [baz*quux](#) This expands to the following: <p><a href="#">foo<em>bar</a> <a href="#">baz</em>quux</a></p> Those `*` should either be disregarded or the tags should nest correctly: 1. <p><a href="#">foo*bar</a> <a
2012 Sep 17
0
[PATCH] Btrfs: do not hold the write_lock on the extent tree while logging V2
...(ret) + if (ret) { + free_extent_map(em); continue; + } + + write_unlock(&tree->lock); /* * If the previous EM and the last extent we left off on aren''t @@ -2971,21 +2979,25 @@ static int btrfs_log_changed_extents(struct btrfs_trans_handle *trans, ret = copy_items(trans, inode, dst_path, args.src, args.start_slot, args.nr, LOG_INODE_ALL); - if (ret) + if (ret) { + free_extent_map(em); continue; + } btrfs_release_path(path); args.nr = 0; } ret = log_one_extent(trans, inode, root, em, path, dst_path, &args); + f...
2005 Oct 14
2
Help with lattice, regressions and respective lines
# Dear R list, # # I'm needing help with lattice, regression and respective lines. # My data is below: bra = gl(2, 24, label = c('c', 's')) em = rep(gl(3, 8, label = c('po', 'pov', 'ce')), 2) tem = rep(c(0, 0, 30, 30, 60, 60, 90, 90), 6) tem2 = tem^2 r = rep(1:2, 24) y = c(40.58, 44.85, 32.55, 35.68, 64.86, 51.95, 42.52, 52.21,
2006 Feb 14
2
How to access values returned by R functions (to put into vectors)?
The question is general for all functions, but here is a specific example - # For the logistic regression of the following correlated variables: C <- c(457, 1371, 4113, 12339, 37017, 111051, 333153, 999459) E <- c(0.003858377, 0.014334578, 0.014092836, 0.737950754, 0.996371828, 0.997482379, 1.005569257, 0.994382856) # The nls function: A = nls(E~(Em*C^p)/(C50^p + C^p),
2010 Jan 25
3
Issue using tapply
Hello all, I am trying to use the tapply function to sum some values and change the column names of the resulting vector. I input Emp Et 1 10565 ACC 2 7515 ADM 3 625 AGF 4 6243 CNS 5 12721 EDU 6 3924 FIN 7 18140 HLH 8 3686 INF 9 15841 MFG 10 243 MIN 11 1864 MNG 12 4664 OSV 13 5496 PRF 14 4988 PUB 15 2166 REC 16 2153 REL 17 16082 RTL 18 3582 TRN 19 757 UTL 20
2014 Nov 10
2
Webinar Gratuíto, Como evitar fraudes em telefonia
A SipPulse acaba de liberar o TFPS (www.tfps.co), solu??o para combate a fraudes de fomento de tr?fego internacional em telefonia. O sistema ? capaz de detectar 99.99% das tentaivas de fraude em tempo real. Durante o Webinar, abordaremos como proteger servidores Asterisk e Elastix/FreePBX de fraudes, medidas basicas como configura??o de firewall e remo??o de servi?os desnecess?rios e em seguida
2009 Nov 12
0
[PATCH 11/12] Btrfs: Fix btrfs_drop_extent_cache for skip pinned case
The check for skip pinned case is wrong, it may breaks the while loop immaturely. Signed-off-by: Yan Zheng <zheng.yan@oracle.com> --- fs/btrfs/file.c | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c index a4a6d2c..a78fb9b 100644 --- a/fs/btrfs/file.c +++ b/fs/btrfs/file.c @@ -179,18 +179,14 @@ int
2002 May 15
2
Number of Files Processed?
I am using the following command to mirror a directory between two Sun systems using rsync 2.5.5: /usr/local/bin/rsync --verbose --archive --delete --ignore-errors --exclude-from=$HOME/ems.exclude $SOURCE $DEST It appears that deletes and even transfers are being affected by the number of files. Here is a look at the directories: /data/EMS/data : 1 /data/EMS/hist : 0 /data...
2011 Mar 22
1
builder-ubuntu libguestfs FAILED tests 0daf7e81a659bcdc1ce327151cc1207b124a35a1
...#39; rm -f virt-df test -z "stamp-virt-df.pod" || rm -f stamp-virt-df.pod rm -rf .libs _libs rm -f *.o rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/df' Making clean in cat make[1]: Entering directory `/home/rjones/d/libguestfs/cat' rm -f virt-cat virt-filesystems virt-ls test -z "stamp-virt-cat.pod stamp-virt-ls.pod stamp-virt-filesystems.pod" || rm -f stamp-virt-cat.pod stamp-virt-ls.pod stamp-virt-filesystems.pod rm -rf .libs _libs rm -f *.o rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/cat' Making clean in fish make[1]: E...
2011 Mar 29
0
builder-ubuntu libguestfs FAILED tests 58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8
...#39; rm -f virt-df test -z "stamp-virt-df.pod" || rm -f stamp-virt-df.pod rm -rf .libs _libs rm -f *.o rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/df' Making clean in cat make[1]: Entering directory `/home/rjones/d/libguestfs/cat' rm -f virt-cat virt-filesystems virt-ls test -z "stamp-virt-cat.pod stamp-virt-ls.pod stamp-virt-filesystems.pod" || rm -f stamp-virt-cat.pod stamp-virt-ls.pod stamp-virt-filesystems.pod rm -rf .libs _libs rm -f *.o rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/cat' Making clean in fish make[1]: E...
2011 Mar 18
0
builder-ubuntu libguestfs FAILED tests c6310bd242ddaa7b0801df9da7e4fba7346dc53e
...#39; rm -f virt-df test -z "stamp-virt-df.pod" || rm -f stamp-virt-df.pod rm -rf .libs _libs rm -f *.o rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/df' Making clean in cat make[1]: Entering directory `/home/rjones/d/libguestfs/cat' rm -f virt-cat virt-filesystems virt-ls test -z "stamp-virt-cat.pod stamp-virt-ls.pod stamp-virt-filesystems.pod" || rm -f stamp-virt-cat.pod stamp-virt-ls.pod stamp-virt-filesystems.pod rm -rf .libs _libs rm -f *.o rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/cat' Making clean in fish make[1]: E...
2011 Mar 25
0
builder-ubuntu libguestfs FAILED tests a0e3b2183733c7440ad017c4ffe361935672339b
...#39; rm -f virt-df test -z "stamp-virt-df.pod" || rm -f stamp-virt-df.pod rm -rf .libs _libs rm -f *.o rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/df' Making clean in cat make[1]: Entering directory `/home/rjones/d/libguestfs/cat' rm -f virt-cat virt-filesystems virt-ls test -z "stamp-virt-cat.pod stamp-virt-ls.pod stamp-virt-filesystems.pod" || rm -f stamp-virt-cat.pod stamp-virt-ls.pod stamp-virt-filesystems.pod rm -rf .libs _libs rm -f *.o rm -f *.lo make[1]: Leaving directory `/home/rjones/d/libguestfs/cat' Making clean in fish make[1]: E...