search for: 5w

Displaying 20 results from an estimated 51 matches for "5w".

Did you mean: w5
2016 Feb 22
3
Database left unlocked by Tcl bindings
...0000000_p_Xapian__WritableDatabase % xapian::WritableDatabase db2 "tmp.db" $xapian::DB_CREATE_OR_OPEN _f0d3b00000000000_p_Xapian__WritableDatabase % At which point eric at bruno [ ~ ]$ lsof tmp.db/flintlock COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME cat 13543 eric 5w REG 8,9 0 930437 tmp.db/flintlock cat 13552 eric 9w REG 8,9 0 930437 tmp.db/flintlock Blaming the execl is due to stepping though my copy of the lock code in gdb, and seeing, in lsof, 5w on the open, still 5w on the fork, 5ww on the fcntl, and 5w again on the execl....
2008 Oct 29
6
substring/strsplit question
Dear R People: Here is a toy example: > x <- c("2E","5W","12H") > substr(x,2,2) [1] "E" "W" "2" > Sometimes x has 3 elements, sometimes 2. I want to extract the last element, and then extract the other 1 or 2 elements. How can I do this, please? TIA, Sincerely, Erin -- Erin Hodgess Associate Prof...
2016 Feb 24
0
Database left unlocked by Tcl bindings
...ian::WritableDatabase db2 "tmp.db" $xapian::DB_CREATE_OR_OPEN > _f0d3b00000000000_p_Xapian__WritableDatabase > % > > At which point > > eric at bruno [ ~ ]$ lsof tmp.db/flintlock > COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME > cat 13543 eric 5w REG 8,9 0 930437 tmp.db/flintlock > cat 13552 eric 9w REG 8,9 0 930437 tmp.db/flintlock > > Blaming the execl is due to stepping though my copy of the lock code in > gdb, and seeing, in lsof, 5w on the open, still 5w on the fork, 5ww on > the fcntl, an...
2008 Jun 03
4
wildcard symbol or character
...W-905 7E-W565 7E-W555 7E-W545 7E-W535 7E-W525 7E-906 7E-850 7E-840 ... i want the smaller lists to be based on the first two characters, like CW or 7E. i tried split() where the f variable = c("1E-*","1W-*","2E-*","2W-*","5E-*","5W-*","7E-*","7W-*","CE-*","CW-*"), but * doesn't work as a wildcard as i had hoped. can someone tell me the appropriate wildcard character/symbol to use, please? john
2016 Feb 21
5
Database left unlocked by Tcl bindings
I discovered, while trying to set up Tcl bindings for Notmuch (https://notmuchmail.org/), which uses Xapian, that flintlock was not being locked (I had lost updates). I then found that opening a Xapian database for writing directly via the Xapian Tcl bindings also silently fails to lock flintlock. I have taken a copy of flint_lock.cc to play with, and I find that it locks the file when called
2012 Sep 26
2
bug formatting results when using doveadm-server
Hello, I have a infrastructure using director in front of backend servers. So I normally run doveadm commands in director servers, not the backends. The problem I have is when I try to concatenate commands like this: doveadm search -S /var/run/dovecot/auth-userdb -u ${user} SAVEDSINCE 5w | while read guid uid; do doveadm fetch -S /var/run/dovecot/auth-userdb -u ${user} size.physical mailbox-guid $guid uid $uid; done The problem is that although when I run doveadm search command in the backend server I correctly get the list of mails, each line with the mailbox-guid and th...
2016 Feb 24
4
Database left unlocked by Tcl bindings
...tmp.db" $xapian::DB_CREATE_OR_OPEN >> _f0d3b00000000000_p_Xapian__WritableDatabase >> % >> >> At which point >> >> eric at bruno [ ~ ]$ lsof tmp.db/flintlock >> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME >> cat 13543 eric 5w REG 8,9 0 930437 tmp.db/flintlock >> cat 13552 eric 9w REG 8,9 0 930437 tmp.db/flintlock >> >> Blaming the execl is due to stepping though my copy of the lock code in >> gdb, and seeing, in lsof, 5w on the open, still 5w on the fork, 5ww on &g...
2011 Jan 04
1
Xen on ALIX 2D3
Has anybody tried running Xen on an ALIX 2D3 board? http://www.pcengines.ch/alix2d3.htm If not, has anybody ran Xen on a seriously underpowered PC? The reason why I love these boards so much is that they run at 5W! Of course, I would only run Xen on these for testing purposes. It would just be nice to have a very low powered system that I can just "blow away" VMs when I don''t need them anymore. Would a Dom0 run in only 64MB of RAM? Cheers -- Jonathan Tripathy I.T. Solutions Manager...
2017 Jun 08
1
DESeq2 pairwise compasion
There are two line 216 and 218 Three development stages 5 WEEK (5W), 7W, 9W. Three tissue: Ca, Co, Pa each with 2 biological replicate. With two biological replicate. I want to do differential gene expression analysis using DESeq2 so I tried these codes after reading about DESeq2: ,my aim is to do the pairwise comparison. how to make colData and design formula....
2016 Feb 22
0
execl
...loses the lock! > > Could fork be at issue? That would sound sensible, but I have stepped through the code (my copy, obviously) with gdb, checking on the file with lsof in another session. The sequence is definitely: open fork lock execl with the file showing up in lsof as 5w after the open, staying through the fork, changing to 5ww with the lock, and back to 5w with the execl. Which isn't supposed to happen according to any docs I can find. Thanx, Eric -- ms fnd in a lbry
2019 Nov 05
3
newbie question on a dovecot buffer
...############################################################## Ham Call: G8JVM . QRV: 50-432 MHz + Microwave Maidenhead QRA: IO82SP38, LAT. 52 39.720' N LONG. 2 28.171 W QRV 6mtrs 200W, 4mtrs 150W, 2mtrs 300W, 70cms 200W, Microwave 1296MHz 110W, 2320MHz 100W, 5760MHz 10W & 10368MHz 5W OS: Linux Mint 19.2 x86_64 Tina, on a Dell Inspiron 3580 laptop ###################################################################### Come back Guy Fawkes, all is forgiven
2011 Apr 03
3
[LLVMdev] [GSoC] Increase the coverage of Polly
Hi. My plan would be: 1w Study sources of Polly and LLVM docs relating to analysis. 2w Create tests which demonstrate problems with NSW/NUW 3-4w Fix the handling of wrap overflows. 5w Complete middle term paperwork. 6w Create tests for each of cases which are not currently optimized (e.g. have min/max, sext/zext, trunc or unsigned comparisons in the loop bounds or memory accesses). 7w Learn how optimization process work for this examples. 8-10w Enable tests one by one. 11w Estim...
2013 May 11
1
S4 nsupdate tsig error with internal server
...OBt4YPFfArow OYtBkA/ykZBCjlIgV5BmrqOBpNqBeeGWPRxUrXrnO3W4nebQUH3LRYie WaEaUbeBnCR8QD1ekQJ1rKIYC8tEKK17tTiYW2YSgrlUYPPt8FvL526H 5sjZFu2kgeQwgeGgAwIBF6KB2QSB1hA7lI/olfXairjMfhodpVSAOTgu lM1BFzb44h8+Mu5to6ZiG/ZBPC3EdXkHKiyy1Z3tzOJIA6MRtU971vNp FVj8WCG8r+0MJNi2EpgbrSJswRcJER2TPdZt7LROdztKM30WEaSOH+5W mVWdgrzdJnt1CnAu+Xgt9ZryB+D/ClHgoc8x9ubJqJsAGb2HkoKx5wL6 0INBenMRvUcpGBGQpwm5TTzLhWm8PzgY8fgXq0tHKupIEhKhGtWCOLa3 4KLM1vg/cpf92sL6O+4vBiFHtVzMwTBW1iE= 0 recvmsg reply from GSS-TSIG query ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 3099 ;; flags: qr ra; QUESTION: 1, ANSWER:...
2011 Apr 05
0
[LLVMdev] [GSoC] Increase the coverage of Polly
...es need to be fixed? What is wrong at the moment? (there is obviously a problem as stated on the Polly wiki, but I believe it would be good to explain this to the audience. It will also be good for you to understand the actual problem in the code (In case you need help feel free to ask)). > 5w Complete middle term paperwork. What is middle term paperwork? > 6w Create tests for each of cases which are not currently optimized > (e.g. have min/max, sext/zext, trunc or unsigned comparisons in the loop > bounds or memory accesses). Again. Some test cases could already be shown in th...
2018 Mar 05
0
[ANNOUNCE] libdrm 2.4.91
...CfJo0SAwsot w1QXONMODMBlhWJrOAptrqTNkLsNMTFlbT5aOLxDbZzHs96dHu9agQ+ksYCvPswM uMaBRAPOwHveyA1ZuqRkSnaO6vmQxUT5QZm2Z6kpYJaucYIewmsusWVfCSDmI1ck 0xng1taOa5XNexhlNs6WVxNjzbsmqmYNVMJjcdbJdaCI6MXKTGn3Ond3xjYq03o9 hFemDYLpXUaA6AR2PnN376VzCHsoM80qk4ZLy7YAUbpQ2vgs7N7rM01ovLszjGB/ k4EcTlNYCdPmMlZSTpTXJyDsDRm/5w+cgjtvfmmXYCyi4e5x8gFUx25bzx9DG/tb yc/aSACJ734U+j5rJnHOJz9+dMP/ORhtaZfUr4Ba5H6xAZUROUNXQ06+f5yx+PDw Ctu4k7oS9SMc0fyPFOfVYJnSiHPrNLPJe1YIKIDRTEha7YAX5sF0CTbJDn+JQONV Gcsg4rupza1HZPy3qvzgnRGr1bBi3DNvQ2I8Y97DQB9DSi9jW+a5Uy6PDWsrkIEL lED8+c2h1rmWdztkLTb15+ZQpUcKoeOaBscEql5chceduITOnwZ9ClHdt3WW4Dcg 5T6Pk...
2004 Aug 14
2
info on shorewall and Mirc
Hi ! I read that you had that problem : Did you solve it? How you did ? Thnx. Hello, I am running shorewall with a two interface firewall. PCs on the lan side have static ips. I am able to connect to Mirc and receive DCC Gets but my problem is that I am not able to do a DCC send. Is there a way to get the DCC Sends to work. Thanks.
2023 Jun 28
1
SDP a=ice-ufrag & a=ice-pwd UNSUPPORTED OR FAILED
...9 typ host tcptype active generation 0 network-id 2... UNSUPPORTED OR FAILED. DEBUG[30891][C-00000000] chan_sip.c: Processing media-level (audio) SDP a=ice-ufrag:zBkv... UNSUPPORTED OR FAILED. DEBUG[30891][C-00000000] chan_sip.c: Processing media-level (audio) SDP a=ice-pwd:8LVdZW/AEq7hp898bLtsI/5W... UNSUPPORTED OR FAILED. DEBUG[30891][C-00000000] chan_sip.c: Processing media-level (audio) SDP a=ice-options:trickle... UNSUPPORTED OR FAILED. DEBUG[30891][C-00000000] chan_sip.c: Processing media-level (audio) SDP a=fingerprint:sha-256 92:6B:C7:79:41:B1:42:78:2B:3A:75:8B:0B:D0:C7:4C:7C:4E:4F...
2004 Aug 12
0
Xend, File Descriptors, and Children
...EG 8,1 13976 29451 /lib/libnss_dns-2.3.2.so dhcpd3 766 root mem REG 8,1 64924 29464 /lib/libresolv-2.3.2.so dhcpd3 766 root 3u CHR 10,200 104968 /dev/xen/evtchn dhcpd3 766 root 4r FIFO 0,5 36242 pipe dhcpd3 766 root 5w FIFO 0,5 36242 pipe dhcpd3 766 root 6u REG 0,2 0 4569 /proc/xen/privcmd dhcpd3 766 root 7w REG 8,1 156889 44594 /var/log/xend.log dhcpd3 766 root 8u REG 0,2 0 4569 /proc/xen/privcmd dhcpd3 766 root 9u CH...
2011 Apr 05
0
[LLVMdev] doxygen build fails
...? What is wrong at the moment? (there is obviously > a problem as stated on the Polly wiki, but I believe it would be good to > explain this to the audience. It will also be good for you to understand the > actual problem in the code (In case you need help feel free to ask)). > >> 5w Complete middle term paperwork. > > What is middle term paperwork? > >> 6w Create tests for each of cases which are not currently optimized >> (e.g. have min/max, sext/zext, trunc or unsigned comparisons in the loop >> bounds or memory accesses). > > Again. Some tes...
2007 Nov 28
6
G729 on wrong bus
Hi, Can anyone assist me in resolving this problem? I installed the G729 on a 32 and just found out that the server is 64. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071128/599591ac/attachment.htm