search for: statuful

Displaying 20 results from an estimated 38 matches for "statuful".

Did you mean: stateful
2007 May 01
1
The unbelivable Civilizations of the World
The unbelivable Civilizations of the World<http://mega-structures.blogspot.com/2007/03/unbelivable-civilizations-of-world.html> The unbelivable Civilizations of the World <http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/> ''Chaco Canyon Indian ruins, NM, circa 1060, The Center of ...<http://mega-structures.blogspot.com/>
2007 Mar 29
1
ansari.test.default: bug in call to uniroot?
A recent message on ansari.test() prompted me to play with the examples. This doesn't work for me in R version 2.4.1 R> ansari.test(rnorm(100), rnorm(100, 0, 2), conf.int = TRUE) Error in uniroot(ab, srange, tol = 1e-04, zq = qnorm(alpha/2, lower = FALSE)) : object "ab" not found It looks like there's a small typo in ccia() inside ansari.test.default() in which
2002 Nov 03
1
Ansari-Bradley test (PR#2252)
Full_Name: Wei Xu Version: 1.5.1 OS: WindowsME Submission from: (NULL) (63.215.238.92) The P-value for a two.sided test is not consistent with the confidence interval. For example, P-value=0.1372, but the 95% CI doesn't include the H0 value(1). > x [1] 0.80 0.83 1.89 1.04 1.45 1.38 1.91 1.64 0.73 1.46 > y [1] 1.15 0.88 0.90 0.74 1.21 >
2007 Apr 13
0
[LLVMdev] [llvm-commits] CVS: llvm-www/Name.html
Dale Johannesen wrote: > On Apr 13, 2007, at 9:49 AM, Devang Patel wrote: > >> + <tr><td>Jeff Cohen</td><th> >> + Oscar</th> >> + <td>Oscar = Open Source Compiler And Runtime</td></tr> >> > > Perfect, and very nice backronym. Unfortunately, Wikipedia says: > > >> Both Oscar
2019 Mar 13
3
Unable to set quota-fs plugin
Thanks Aki, Please find attached strace for imap and quota-status which report an error at the end. Regards, - Eric Grammatico _/) 13 mars 2019 12:23 "Aki Tuomi" <aki.tuomi at open-xchange.com> a ?crit: > The doveadm command seems to have worked. Can you retry with imap? > > strace /usr/lib/dovecot/imap -u victim > > Aki > > On 13.3.2019 12.58, Eric
2019 Jan 30
2
How to use smbpasswd/login when Microsoft Account is tied to Windows login
Hello, I try to connect a Windows 10 Microsoft Account which is tied to Windows login with my (standalone-)Samba-Server. With local users i do adduser username smbpasswd a smbuser And this runs for me. But how is to do with Microsoft Account which is tied to Windows login? I got these error-message in /var/log/syslog:   check_ntlm_password:  Authentication for user [testuser.user at
2012 Jan 12
1
[LLVMdev] A question of Sparc assembly generated by llc
Hi, There are some generated Sparc assembly code like this: main: ! @main ! BB#0: save %sp, -112, %sp sethi 0, %l0 or %g0, 5, %l1 st %l0, [%fp+-4] st %l1, [%fp+-8] st %l1, [%fp+-12] sethi %hi(.L.str), %l1 ld [%fp+-8], %o1 add %l1, %lo(.L.str), %l1 or %g0, %l1, %o0 call printf nop ld [%fp+-12], %o2 ld [%fp+-8], %l2 sethi %hi(.L.strQ521), %l3 add
2009 May 29
1
strange behavior when reading csv - line wraps
Dear All, I am observing a strange behavior and searching the archives and help pages didn't help much. I have a csv with a variable number of fields in each line. I use dataPoints <- read.csv(inputFile, head=FALSE, sep=";",fill =TRUE); to read it in, and it works. But - some lines are long and 'wrap', or split and continue on the next line. So when I check the dim of
2007 Apr 18
1
[Bridge] strange networking behaviour with a bridge in game
hi list I have a strange problem here. Maybe it is normal behavior and i search within the wrong direction. Probably someone here can give me a hint. I have a device (rhel4 kernel 2.6.9) with 3 interfaces. 2 interfaces (eth0, eth2) are bridged together (br0) and the bridge device has an ip address assigned (192.168.11.15). Another interface (eth1) has assigned 10.7.0.10. So far so good.
2009 Dec 27
0
[LLVMdev] "Graphite" for llvm
hi Tobi , that sounds greate :D On 2009-12-27 5:43, Tobias Grosser wrote: > I already looked into implementing something like Graphite for LLVM. > However just recently, so I have not released any code yet. As soon as > some code is available I will post patches. whats its status? do you need any help? > A general plan to implement polyhedral transformations in LLVM: > > 1.
2007 Apr 13
5
[LLVMdev] [llvm-commits] CVS: llvm-www/Name.html
On Apr 13, 2007, at 9:49 AM, Devang Patel wrote: > + <tr><td>Jeff Cohen</td><th> > + Oscar</th> > + <td>Oscar = Open Source Compiler And Runtime</td></tr> Perfect, and very nice backronym. Unfortunately, Wikipedia says: > Both Oscar and Academy Award are registered trademarks of the > Academy [of Motion Picture Arts
2013 Jul 06
1
problem with BootCV for coxph in pec after feature selection with glmnet (lasso)
Hi, I am attempting to evaluate the prediction error of a coxph model that was built after feature selection with glmnet. In the preprocessing stage I used na.omit (dataset) to remove NAs. I reconstructed all my factor variables into binary variables with dummies (using model.matrix) I then used glmnet lasso to fit a cox model and select the best performing features. Then I fit a coxph model
2019 Mar 14
0
Unable to set quota-fs plugin
On 3/13/19 2:10 PM, Eric Grammatico via dovecot wrote: > Thanks Aki, > > Please find attached strace for imap and quota-status which report an error at the end. > > Regards, write(2, "/usr/libexec/dovecot/quota-statu"..., 57/usr/libexec/dovecot/quota-status: invalid option -- 'u' Please retry with the good options (-u is invalid) Yassine.
2019 Jan 30
0
How to use smbpasswd/login when Microsoft Account is tied to Windows login
On Wed, 30 Jan 2019 15:30:04 +0100 Anton Blau via samba <samba at lists.samba.org> wrote: > Hello, > > I try to connect a Windows 10 Microsoft Account which is tied to > Windows login with my (standalone-)Samba-Server. > > With local users i do > > adduser username > > smbpasswd a smbuser > > And this runs for me. > > > But how is to do
2006 Mar 15
1
Filesystem full/quota limitations and Dovecot
How does Dovecot handle accounts when writes are denied, such as in situations when a user is over quota, or the filesystem is full? -- Anthony Kay University Computing Center (541) 346-1719 GPG Fingerprint: B0DB D46A 60AF FAE7 A94A 5075 0CB4 4D88 9F4F 7F09 Only a statue can be perfect, and even then it casts a shadow. - Merle Fossum
2011 May 03
1
Asterisk, bicolor BLF and DEVSTATE
Hi, 1. You can now find several SIP harphones with bicolor BLFs (see Polycom, Cisco, ...). Is there a protocol which best describes how to use this bicolor BLD feature ? 2. I would like to map these BLFs to the following user activities : - user is logged off: no light - user is logged in: green light - phone is ringing: blinking light - user is on call: red light It seems that
2003 Mar 11
1
Data replication/migration
Hello. Does Samba or the CIFS protocol support files replication/migration? Regards Brain -------------------------------- Petr `Brain' Kulhavy <brain@artax.karlin.mff.cuni.cz> http://artax.karlin.mff.cuni.cz/~brain Faculty of Mathematics and Physics, Charles University Prague, Czech Republic --- A man without a woman is like a statue without pigeons.
2003 Nov 02
1
Samba 3.0 PDC and Group Listing on Samba Winbind Box
Hello there all. I setup a Samba 3.0 PDC using smbpasswd for authentication on a Mandrake 9.1 system. (I will be looking at LDAP later.) I have also setup another linux box to use winbind and get user and group listings from the Samba PDC. My problem is that no groups from the PDC get listed on the winbind box. I assume it has something to do with how groups are created and managed on a MS
2007 Mar 29
0
>|< The unbelivable Civilizations of the World >|<
The unbelivable Civilizations of the World <http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/> ''Chaco Canyon Indian ruins, NM, circa 1060, The Center of ...<http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/> <http://mega-structures.blogspot.com/> Chaco
2011 Apr 12
0
No subject
supported, beside Idle, On call and Ringing ? Can we expect this list to match DEVICE_STATE's one (UNKNOWN | NOT_INUSE | INUSE | BUSY | INVALID | UNAVAILABLE | RINGING | RINGINUSE | ONHOLD) > Might be worth seeing if other phones do the same. > > S > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by