search for: svl

Displaying 20 results from an estimated 20 matches for "svl".

Did you mean: sol
2017 Oct 20
3
nls() and loop
...73, 2.66 ,2.66, 2.66, 2.66, 2.76, 2.76, 2.76 ,2.76, 2.78, 2.8, 3.65, 3.65 ,3.65, 3.78, 3.78, 5.07, 7.02, 7.1, 7.81, 8.72, 8.74, 8.78, 8.8, 8.8, 8.83, 8.98, 9.1, 9.11, 9.75, 9.82, 9.84, 9.87, 9.87, 10.99, 11.67, 11.8, 11.81, 13.93, 14.83, 15.82, 15.99, 16.87, 16.88, 16.9, 17.68, 17.79, 17.8, 17.8) SVL<-c(26.11,29.02,41.13,30.96,37.74,29.02,33.38,24.18,34.35,35.8,29.99,42.59,27.57,47.43,46.95,30.47,29.75,35.8,40.65,36.29,34.83,29.02,43.5,75,68,70,67.5,80,77.5,68,68,73.84,72.14,68,64.5,58.5,72.63,78.44,71.17,70.69,77,79,78,68.5,69.72,71.66,77,77,79,76.5,78.5,79,73,80,69.72) data<-data.frame...
2014 Nov 05
2
Lost DC with FSMO-Rolls
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I lost my DC with all fsmo-roles. I try to "seize" the roles to another DC. It worked four out of five roles: root at SVL-V-AD1:~# samba-tool fsmo seize --role=rid Attempting transfer... Transfer unsuccessful, seizing... FSMO seize of 'rid' role successful root at SVL-V-AD1:~# samba-tool fsmo seize --role=pdc Attempting transfer... Transfer unsuccessful, seizing... FSMO seize of 'pdc' role successful...
2010 Jul 09
1
Appropriate tests for logistic regression with a continuous predictor variable and Bernoulli response variable
I have a data with binary response variable, repcnd (pregnant or not) and one predictor continuous variable, svl (body size) as shown below. I did Hosmer-Lemeshow test as a goodness of fit (as suggested by a kind “R-helper” previously). To test whether the predictor (svl, or body size) has significant effect on predicting whether or not a female snake is pregnant, I used the differences between null deviance...
2006 Dec 14
1
Vista to Samba maping LPT ports
...pt I can connect to the printer using the GUI for windows printing But i Cannot map the printer to an LPT port Every windows out there will connect to this box , from 95 thru to 2000, XP and even Server 2003. But not Vista (as an admin user of course) Am I doing somthing wrong with samba ? root@svl:~# smbd -V Version 3.0.23d C:\Users\John>net use h: \\svl\z-public The command completed successfully. C:\Users\John>net use lpt1 \\svl\prt112 The password is invalid for \\svl\prt112. Enter the user name for 'svl': samba Enter the password for svl: System error 5 has occurred....
2018 Dec 17
1
kernel vhost demands an interrupt from guest when the ring is full in order to enable guest to submit new packets to the queue
...ernel vhost?s TX traffic direction which is VPP?s RX traffic direction, > kernel vhost is the producer and VPP is the consumer. Looking at vhost net kernel code, it seems to use the same terminology as virtio net. Can you pls clarify which ring number do you use 0 or 1? <SVL> 0. </SVL> I will assume ring 0 below. > Kernel vhost places > traffic in kernel vhost?s TX vring. VPP removes traffic in VPP?s RX vring. So VPP makes buffers available and vhost kernel uses them? <SVL> Correct. </SVL>...
2017 Oct 20
0
nls() and loop
...76, 2.76 ,2.76, 2.78, 2.8, 3.65, 3.65 ,3.65, 3.78, 3.78, 5.07, >7.02, >7.1, 7.81, 8.72, 8.74, 8.78, 8.8, 8.8, 8.83, 8.98, 9.1, 9.11, 9.75, >9.82, >9.84, 9.87, 9.87, 10.99, 11.67, 11.8, 11.81, 13.93, 14.83, 15.82, >15.99, >16.87, 16.88, 16.9, 17.68, 17.79, 17.8, 17.8) > > >SVL<-c(26.11,29.02,41.13,30.96,37.74,29.02,33.38,24.18,34.35,35.8,29.99,42.59,27.57,47.43,46.95,30.47,29.75,35.8,40.65,36.29,34.83,29.02,43.5,75,68,70,67.5,80,77.5,68,68,73.84,72.14,68,64.5,58.5,72.63,78.44,71.17,70.69,77,79,78,68.5,69.72,71.66,77,77,79,76.5,78.5,79,73,80,69.72) > >data<-da...
2010 Jul 07
1
Different goodness of fit tests leads to contradictory conclusions
...l above 0.05.  Would anyone please teach me why deviance test produce p-values such a small value (0.001687886) that suggest lack of fit, while other tests suggest good fit? Did I do something wrong?   Thank you for your time and help!   Kiyoshi     mod.fit <- glm(formula = no.NA$repcnd ~  no.NA$svl, family = binomial(link = logit), data =  no.NA, na.action = na.exclude, control = list(epsilon = 0.0001, maxit = 50, trace = F))   > # Option 1: Hosmer-Lemeshow test > mod.fit <- glm(formula = no.NA$repcnd ~  no.NA$svl, family = binomial(link = logit), data =  no.NA, na.action = na.exclud...
2010 Jul 15
0
Histogram with two groups on the same graph (not on separate panels)
...produce a histogram that has two groups (male and female snakes) on the same graph (either superimposed or each frequency bar appears side by side). I found a couple of functions for superimposed histogram written by other people. The below is the codes I used for my data containing a column of svl (body size; snout-vent length) and another column of sex (male or female). My data structure is shown at the bottom of my email message. My question:  When I ran the codes below (modified from: http://onertipaday.blogspot.com/2007/04/how-to-superimpose-histograms.html), I got an error message,...
2003 Jul 31
1
mount_smbfs and samba 2.2.0
...'t have admin access to the Sun box and I only have admin on one win2k box. Using smbclient looks like: 8:27 bfoz@~#smbclient \\\\129.197.36.34\\net-14 -U 'acct01\bfosdick' added interface ip=129.197.26.143 bcast=129.197.26.255 nmask=255.255.255.0 Password: <my password> Domain=[SVL] OS=[Unix] Server=[Samba 2.2.0] smb: \> quit but with mount_smbfs I get: 8:29 bfoz@~#mount_smbfs -I 129.197.36.34 //bfosdick@jupiter_sp/net-14 /mnt Password: <same password as above> mount_smbfs: unable to open connection: syserr = Authentication error If I try mount_smbfs w/o -I 129.19...
2014 Nov 06
1
new users not seen with getent passwd
...the two DCs but not on the fileserver. The new user also not appears in the list when in use "getent passwd" on the fileserver. If I do a "getent passwd <newuser>" I get a empty line. If I do a "wbinfo -i <newuser>" I get the following: - --------- root at SVL-V-5:~# wbinfo -i ntd\\stka failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND Could not get info for user ntd\stka - --------- For an migrated user I see the following: - --------- root at SVL-V-5:~# wbinfo -i ntd\\bila NTD\bila:*:103216:100513:bila:/home/NTD/bila:/bin/bash - --------- Here is t...
2018 Dec 13
2
kernel vhost demands an interrupt from guest when the ring is full in order to enable guest to submit new packets to the queue
Folks, We came across a memory race condition between VPP vhost driver and the kernel vhost. VPP is running a tap interface over vhost backend. In this case, VPP is acting as the vhost driver mode and the kernel vhost is acting as the vhost device mode. In the kernel vhost?s TX traffic direction which is VPP?s RX traffic direction, kernel vhost is the producer and VPP is the consumer. Kernel
2018 Dec 13
2
kernel vhost demands an interrupt from guest when the ring is full in order to enable guest to submit new packets to the queue
Folks, We came across a memory race condition between VPP vhost driver and the kernel vhost. VPP is running a tap interface over vhost backend. In this case, VPP is acting as the vhost driver mode and the kernel vhost is acting as the vhost device mode. In the kernel vhost?s TX traffic direction which is VPP?s RX traffic direction, kernel vhost is the producer and VPP is the consumer. Kernel
2012 Aug 01
3
Changing labels positions in two graphics
...rt" or "rotate", but I don?t know hoe to use it. http://r.789695.n4.nabble.com/file/n4638722/boxplot_lg_haemogregarines%7Earea%26sex.jpeg The graphic has been generated like this. boxplot(log(hemogregarinas+0.5)~area*sex,notch=F,col=(c("white","grey")),ylab="SVL",boxwex=0.4) Where should i put an order to ratate those labels I?ve got a similar problem with a pie chart , one of the pieces overlaps with one label,here?s the order and the pie chart pie3D(eyspen,labels = lblsp, col=(c("dark grey","white","light grey")),expl...
2001 Dec 15
3
winbindd: local unix users vs. NTdomain users ........
...e commands like "winbind add user script (winbind delete user script)" which will run, when winbindd detect adding(deleting) user from NTdomain. For creating (deleting) template home directories, for example. Now I must to create homedirs manually :((( ------ Valery Savchuk volsk@mail.ru svl@volskcement.ru
2009 Jan 17
0
Megatec driver FR: repeat shutdown
...4/15/files/SRPMS/nut-2.0.5-alt2.src.rpm + the patch + ups.conf below [inelt] driver = megatec port = /dev/ttyS0 cmdrepeat = 5100 works with Inelt Monolith II 1000 on ALT Linux 4.0 Terminal updated to branch/4.0 ( http://en.altlinux.org/ALT_Linux_4.0 ). Besides "the old bad" N-Power SVL-600 works with the patch! (for example, with cmdrepeat = 1500) Unfortunately this patch is for old version of nut, and is bloated with some support of minute's fractions for shutdown delay. FR: Is it possible to have similar functionality in the nut mainstream code? Best regards, Andrey Liak...
2001 Sep 07
1
Empty files
Is rsync supposed to replicate empty files? Jacob
2002 Feb 08
1
timing Mac R's
...9fwRGWMnhzZw1raqBFiK8U6hAeOIOHAT40EiPUAkeIzHelTl4uoeOumQA9mIa8CA6wju lhtwIIQujWyjsaV8jy/Hs5AeikP+G9pVoIZjTXdpiCI4l0bICE5KxNvLPgVqXPwoQZkIznLc7eUy gvNoFDAdwbGHMolf912DcvO0ef4dVN62L6+vjw/h4377IYDGEwYou6hZC15U/XLf8pCEa6aYFRwB eeidEPQUtfUkkOB1dz3fKViQSvh1A9raetnbo/zaPfMb9+D550qw7qHlGgzJet/3lNYCNUZd71ZY sVL+tXoG2i+VfN0TW4FWgjXGdXXm2ibV0WEdn9Qt3arvY23qOowJhJZye04UtXaB2p09Pdzp5cCd 9hou/6wpGWM7GXZlFRq4RgKkSXlS2XEe1cOj6SiPfsfE8yrSMfqpSpEZJyUdSfdwKAp/chIyJ1Vs BJlOybCPTIjpnk2cfl6DAG03/a5dTy4tAaeUh08urfPH9PjDpvozagR2Y3B9SiW1cFI/vaYW1pPx PjI+48h5MtHr2ZxTMm4oNv9gZGLXS2cEgUnstVSYw2SLVbn4D5AUfKxlbmRzdHJlYW0KZW5k...
2017 Jun 05
3
asterisk 13.16 / pjsip / t.38: res_pjsip_t38.c:207 t38_automatic_reject: Automatically rejecting T.38 request on channel 'PJSIP/91-00000007'
On Mon, Jun 5, 2017, at 04:26 PM, Michael Maier wrote: > On 06/05/2017 at 06:29 PM, Joshua Colp wrote: > > On Mon, Jun 5, 2017, at 01:22 PM, Michael Maier wrote: > >> > >> Do you have any idea where to start to look at? Adding additional output > >> in the source code? Which functions could be interesting? I may add own > >> debug code to see why things
2003 Dec 01
0
No subject
...o/samba Return-Path: <jd@dyatron.co.nz> Delivered-To: samba@lists.samba.org Received: from mta5-rme.xtra.co.nz (mta5-rme.xtra.co.nz [203.96.92.17]) by lists.samba.org (Postfix) with ESMTP id D162D4235 for <samba@lists.samba.org>; Tue, 11 Sep 2001 21:42:44 -0700 (PDT) Received: from svl.dyatron.co.nz ([210.86.26.241]) by mta5-rme.xtra.co.nz with ESMTP id <20010912044634.PUJQ1614157.mta5-rme.xtra.co.nz@svl.dyatron.co.nz> for <samba@lists.samba.org>; Wed, 12 Sep 2001 16:46:34 +1200 Received: from ip43 (john.dyatron.co.nz [10.254.254.43] (may be forged)) by svl.dy...
2001 Dec 10
0
Trouble with printer intalling via MS-RPC
Hi! I use RedHat 7.1 and Samba-2.2.2 During installing new printer via "Add Printer Wizard" on Win2000 I get message "Can't install printer. Unable to complete operation". As I discover, smbd not exec "add printer command = /usr/bin/addprint"