search for: em

Displaying 20 results from an estimated 4553 matches for "em".

Did you mean: me
2009 Jul 20
0
No subject
...k 1.8=20 on a test machine running CentOS 5.5 with the kernel: Linux asterisk3=20 2.6.18-194.17.4.el5PAE #1 SMP Mon Oct 25 16:35:27 EDT 2010 i686 i686 = i386=20 GNU/Linux .</DIV> <DIV>&nbsp;</DIV> <DIV>I`ve tried many things from the forums and mailing lists but none = seemed to=20 help me. Our problem is that when we want to compile asterisk 1.8 we get = this=20 error:</DIV> <DIV>&nbsp;</DIV> <DIV><EM>/packages/asterisk-1.8.0/addons/chan_ooh323.c:3888: multiple = definition=20 of `configure_local_rtp'</EM></DIV> <D...
2013 Oct 16
0
[PATCH] Btrfs: add tests for btrfs_get_extent V2
I''m going to be removing hole extents in the near future so I wanted to make a sanity test for btrfs_get_extent to make sure I don''t break anything in the meantime. This patch just puts btrfs_get_extent through its paces by giving it a completely unreasonable mapping to look at and make sure it is giving us...
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/ex...
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 connecti...
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=Cont...
2013 Jan 31
0
samba4 as DC problems
...ocal/samba/private/named.conf"; #include "/usr/local/samba/private/dns_update_list"; logging { }; ???: options { directory "/var/cache/bind"; tkey-gssapi-keytab "/usr/local/samba/private/dns.keytab"; # tkey-gssapi-credential "DNS/EM.ORG"; tkey-domain "EM.ORG"; // If there is a firewall between you and nameservers you want // to talk to, you may need to fix the firewall to allow multiple // ports to talk. See http://www.kb.cert.org/vuls/id/800113 // If your ISP provided...
2010 Dec 26
2
environment question
Hello, everybody. I'm putting together some lecture notes and course exercises on R programming. My plan is to pick some R packages, ask students to read through code and see why things work, maybe make some changes. As I look for examples, I'm running up against the problem that packages use coding idioms that are unfamiliar to me. A difficult thing for me is explaining scope of variables in R functions. When should we pass an object to a function, when should we let the R system search about for an object? I've been puzzling through ?environment for quite a wh...
2010 Mar 22
0
[PATCH] Btrfs: change direct I/O read to not use i_mutex.
...1 @@ static void btrfs_dio_write(struct btrfs_diocb *diocb) { } +/* verify that we have locked everything we need to do the read and + * have pushed the ordered data into the btree so the extent is valid + */ +static void btrfs_dio_safe_to_read(struct btrfs_diocb *diocb, + struct extent_map *em, u64 *lockend, + u64 *data_len, int *safe_to_read) +{ + struct extent_io_tree *io_tree = &BTRFS_I(diocb->inode)->io_tree; + struct btrfs_ordered_extent *ordered; + u64 stop; + + /* must ensure the whole compressed extent is valid on each loop + * as we don''t know the final ex...
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 href="#">baz*quux</a></p> 2. <p><a...
2012 Sep 17
0
[PATCH] Btrfs: do not hold the write_lock on the extent tree while logging V2
...39;'t realize that rwlock''s were spin locks, so we''ve been holding this thing while doing allocations and such which is not good. This patch fixes this by dropping the write lock before we do anything heavy and re-acquire it when it is done. We also need to take a ref on the em''s in case their corresponding pages are evicted and mark them as being logged so that releasepage does not remove them and doesn''t remove them from our local list. Thanks, Reported-by: Dave Sterba <dave@jikos.cz> Signed-off-by: Josef Bacik <jbacik@fusionio.com> --- V...
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, 40.58, 44.85, 33.46, 46.09, 12.75, 18.01, 16.82, 13.69, 40...
2006 Feb 14
2
How to access values returned by R functions (to put into vectors)?
...- # 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), start = list(Em=0.8, p=3, C50=1e3)) # Returns the following parameter estimates for Em, p and C50: Nonlinear regression model model: E ~ (Em * C^p)/(C50^p + C^p) data: parent.frame() Em p C50 0.9989113 4.7957189 9934.6481397...
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 5818 WHL and i want to aggregate certain t...
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 como configurar os s...
2009 Nov 12
0
[PATCH 11/12] Btrfs: Fix btrfs_drop_extent_cache for skip pinned case
....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 btrfs_drop_extent_cache(struct inode *inode, u64 start, u64 end, } flags = em->flags; if (skip_pinned && test_bit(EXTENT_FLAG_PINNED, &em->flags)) { - if (em->start <= start && - (!testend || em->start + em->len >= start + len)) { + if (testend && em->start + em->len >= start + len) { free_extent_map...
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 /dat...
2011 Mar 22
1
builder-ubuntu libguestfs FAILED tests 0daf7e81a659bcdc1ce327151cc1207b124a35a1
...ull --rebase git://git.annexia.org/git/libguestfs.git master >From git://git.annexia.org/git/libguestfs * branch master -> FETCH_HEAD First, rewinding head to replay your work on top of it... Fast-forwarded master to 0daf7e81a659bcdc1ce327151cc1207b124a35a1. + git clean -d -f Removing images/debian.img.tmp Removing images/fstab.tmp ++ git log ++ head -1 ++ awk '{print $2}' + gitsha=0daf7e81a659bcdc1ce327151cc1207b124a35a1 + ./bootstrap ./bootstrap: getting gnulib files... autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTE...
2011 Mar 29
0
builder-ubuntu libguestfs FAILED tests 58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8
...ull --rebase git://git.annexia.org/git/libguestfs.git master >From git://git.annexia.org/git/libguestfs * branch master -> FETCH_HEAD First, rewinding head to replay your work on top of it... Fast-forwarded master to 58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8. + git clean -d -f Removing images/debian.img.tmp Removing images/fstab.tmp ++ git log ++ head -1 ++ awk '{print $2}' + gitsha=58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8 + ./bootstrap ./bootstrap: getting gnulib files... autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTE...
2011 Mar 18
0
builder-ubuntu libguestfs FAILED tests c6310bd242ddaa7b0801df9da7e4fba7346dc53e
...ull --rebase git://git.annexia.org/git/libguestfs.git master >From git://git.annexia.org/git/libguestfs * branch master -> FETCH_HEAD First, rewinding head to replay your work on top of it... Fast-forwarded master to c6310bd242ddaa7b0801df9da7e4fba7346dc53e. + git clean -d -f Removing images/debian.img.tmp Removing images/fstab.tmp ++ git log ++ head -1 ++ awk '{print $2}' + gitsha=c6310bd242ddaa7b0801df9da7e4fba7346dc53e + ./bootstrap ./bootstrap: getting gnulib files... autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTE...
2011 Mar 25
0
builder-ubuntu libguestfs FAILED tests a0e3b2183733c7440ad017c4ffe361935672339b
...ull --rebase git://git.annexia.org/git/libguestfs.git master >From git://git.annexia.org/git/libguestfs * branch master -> FETCH_HEAD First, rewinding head to replay your work on top of it... Fast-forwarded master to a0e3b2183733c7440ad017c4ffe361935672339b. + git clean -d -f Removing images/debian.img.tmp Removing images/fstab.tmp ++ git log ++ head -1 ++ awk '{print $2}' + gitsha=a0e3b2183733c7440ad017c4ffe361935672339b + ./bootstrap ./bootstrap: getting gnulib files... autopoint: *** Missing version: please specify in configure.ac through a line 'AM_GNU_GETTE...