search for: mwd

Displaying 11 results from an estimated 11 matches for "mwd".

Did you mean: mw
2010 Feb 09
1
interpreting error estimate in SEM
hi, I'm using the sem package, and I want to make sure I'm interpreting the output correctly. Here is an excerpt of my output. When I report the MWD error, should I say that 59% of the variation in MWD is not explained by the model, or that 59% of the variation is explained, or something entirely different. Parameter Estimates Estimate Std Error z value Pr(>|z|) NplantRoots 0.4...
2012 Aug 03
5
replacement has length zero. In addition: Warning message: In max(i) : no non-missing arguments to max; returning -Inf
...71720, 1217573520, 1217575320, 1217577120, 1217578920, 1217580720), tzone = "", tclass = c("POSIXct", "POSIXt")), .Dim = c(10L, 13L), .Dimnames = list(NULL, c("WDIR", "WSPD", "GST", "WVHT", "DPD", "APD", "MWD", "PRES", "ATMP", "WTMP", "DEWP", "VIS", "TIDE"))) I tried to copy some fields from this data to another data. I got error. Could you please help? Thanks. diveCond <- data.frame(matrix(0, nrow=97, ncol=17)) names(diveCond) <- c...
2005 Apr 06
1
File browser doesn't remember last directory over Dfs
...4:29:30, 3] smbd/trans2.c:call_trans2findfirst(1351) call_trans2findfirst: dirtype = 22, maxentries = 1366, close_after_first=1, close_if_end = 2 requires_resume_key = 4 level = 0x104, max_data_bytes = 16384 [2005/04/05 14:29:30, 3] smbd/msdfs.c:dfs_redirect(391) dfs_redirect: Redirecting m-6/v/MWD/vid_rez_Archives [2005/04/05 14:29:30, 3] smbd/error.c:error_packet(105) error string = No such file or directory [2005/04/05 14:29:30, 3] smbd/error.c:error_packet(129) error packet at smbd/trans2.c(1381) cmd=50 (SMBtrans2) NT_STATUS_PATH_NOT_COVERED In this example /v/MWD/vid_rez_Archives is...
2016 Dec 19
3
fts-solr: Returning 400 on searches; unescaped braces
Using Debian, dovecot-solr 1:2.2.26.0-4, and solr-tomcat 3.6.2+dfsg-9, I am getting 400 errors when doing searches. Here is an example search query from dovecot that failed (captured with wireshark): Frame 23: 338 bytes on wire (2704 bits), 338 bytes captured (2704 bits) on interface 0 Linux cooked capture Internet Protocol Version 6, Src: ::1, Dst: ::1 Transmission Control Protocol, Src
2013 Dec 18
0
[PATCH v2] Btrfs-progs: receive: fix the case that we can not find the subvolume
...volume. 3.tell the user to mount the toplevel subvol by himself and run receive We''s better use the third approach because first patch will bother kernel change and the second approach is not very good for power users. So give this option to users. Reported-by: Michael Welsh Duggan <mwd@md5i.com> Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com> Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> --- Changelog: v1->v2: addressed david''s comments and use the third approach to fix the problem --- cmds-receive.c | 11 +++++++++-- man/btrfs.8.in | 15 +++...
2013 Jul 29
2
Maildir permissions and Solr re-indexing
I am running a very small dovecot installation with only one user (me). I use the Solr indexer for indexing. Due to complicated reasons, I was forced to remove all the indexes and need to re-index everything. All the files in my Maildir are owned by md5i:mail (I am md5i), and have 660 permissions. All directories have the same user:group permissions, and 770 with the setguid bit set. (That
2017 Jan 16
0
fts-solr: Returning 400 on searches; unescaped braces
Michael Welsh Duggan <mwd at md5i.com> writes: > Using Debian, dovecot-solr 1:2.2.26.0-4, and solr-tomcat 3.6.2+dfsg-9, I > am getting 400 errors when doing searches. Here is an example search > query from dovecot that failed (captured with wireshark): > > Frame 23: 338 bytes on wire (2704 bits), 338 b...
2020 Oct 02
4
[Bug 3219] New: Can't connect to a server that is using several host keys of the same type
...sshd` -p 23 \ -oHostKey=/etc/ssh/ssh_host_rsa_key_2 \ -oHostKey=/etc/ssh/ssh_host_rsa_key $ ssh-keyscan -p 23 localhost # localhost:23 SSH-2.0-OpenSSH_8.4 [localhost]:23 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC2fitD0wgrjJNzlTeVjLH8KWCkZMW19BoRtiy64WTxGfADZugofpzgjk5+MWD+IQLWTsFeuuNU8ygwAvY9l2EfAC88U2mXbAWYRpkKrm9GWEja3d2mrEx3caRNGwhk6bG4YO+nid9KbdgpYzJp06EQG/DSIcvdohW8qwQJc0Of6l6j0Kam+p8NjKVkbXeJ7L//n52TTGjqfnydqDRk1IDq/2hf2sS88rYZ6PA4UrT0l1k/jWhLyKp4YL2p5dzgv9fbnn7LIhZhNhTugyjtZQdI5sxgtbqX13GSfOtWF811wlwuiDbDDWG69TmueKPnBUj9MQY4KILrw+Y/agLa6b9MMIrdj/ahYRfR9/TVYWQ...
2013 Dec 17
9
[PATCH] Btrfs-progs: receive: fix the case that we can not find subvolume
...t passing source subvolume''s objectid 2.when we want to using interval subvolume path, we mount it other place that use subvolume 5 as its default subvolume. We''d better use the second approach because it won''t bother kernel change. Reported-by: Michael Welsh Duggan <mwd@md5i.com> Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com> Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> --- cmds-receive.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++---- utils.c | 28 ++++++++++++++++++++++++++++ utils.h | 1 + 3 files changed, 76...
2006 May 31
0
CT unit to drill on Mars, Revenue Up 200% - Ref. jh010 (PR#8918)
...and RPM combinations. This motor has the capability to establish bit hydraulics. The long life bearing package allows the tool to stay in the hole longer than average. It can be jarred without damaging the tool which is ideal for drilling through shale. The Jet Motor has been used successfully with MWD and steering tools in drilling applications. The nitrogen power source permits underbalanced drilling. preadapt The Pulsator allows the weight on the bit to be maximized without stalling the motor as the torsional and axial torque are retained within the tool. The maximum tensible strength allows h...
2004 Aug 06
0
ices configure can't find lame library
Did you try --with-lame-libraries=/usr/local/lame or variations thereof? Some configure scripts do not like the explicit path to the library. <p>On Fri, 2002-07-19 at 08:13, Reuben D. Budiardja wrote: > Hi all > I'd like to install ices with re-encoding support. So I installed the > latest stable lame from source. However, when I configure ices using > --with-lame option, it