similar to: Bug+bugfix in ssh-copy-id

Displaying 20 results from an estimated 100 matches similar to: "Bug+bugfix in ssh-copy-id"

2006 Jul 17
1
Variance functions in package nlme
Dear R-help, I am trying to set up linear mixed effects models in R using the (recommended) nlme package (R version 2.3.1 on a Linux platform). When trying to reproduce an example from Jose Pinheiro & Douglas Bates (2000, p 210) I get the following error message (code to produce message pasted as well): library("nlme") data("Orthodont") vf1Ident <- varIdent(
2010 May 11
3
Authentication of local users (smbpasswd) fails with security = domain
Hi list, I have set up a samba installation (SLES 11, Samba 3.2.7) and joined a domain. I've created local users (/etc/passwd) and can authenticate with this users against the domain controller. Now I want to add a local user (with smbpasswd) and authenticate with this user which does not exist in the domain. When I'm trying to log in with the user the log says: domain_client_validate:
2008 Mar 08
0
[ANNOUNCE] Release conntrack-tools 0.9.6
Hi! The netfilter project proudly presents another development release of the conntrack-tools. This release includes important improvements, new features and bugfixes: * IPv6 support and new manpage for conntrackd * XML and timestamp support for conntrack * secmark support * improved performance * support for VLAN interfaces * support for related connections and NAT sequence adjustments
2007 Nov 26
4
Using global und per-user sieve scripts at the same time
Hi list, I'm trying to get a global sieve mailfilter with per-user sieve scripts to work. At the "lda"-section in the dovecot.conf file I have: global_script_path = /usr/local/etc/sieve/spam /usr/local/etc/sieve/spam: require "fileinto"; if header :contains ["Subject"] ["***Spam***"] { fileinto "Spam"; stop; } which will work fine
2006 Sep 22
3
extract data from lm object and then use again?
Hi list, I want to write a general function so that it would take an lm object, extract its data element, then use the data at another R function (eg, glm). I searched R-help list, and found this would do the trick of the first part: a.lm$call$data this would return a name object but could not be recognized as a data.frameby glm. I also tried call(as.character(a.lm$call$data)) or
2006 Jul 20
2
(robust) mixed-effects model with covariate
Dear all, I am unsure about how to specify a model in R and I thought of asking some advice to the list. I have two groups ("Group"= A, B) of subjects, with each subject undertaking a test before and after a certain treatment ("Time"= pre, post). Additionally, I want to enter the age of the subject as a covariate (the performance on the test is affected by age),
2006 Dec 18
1
[PATCH] don't force read bit on base_dir
Hi, I would like to disallow dovecot to read its base_dir (mode 0310). This is currently not possible, because settings_verify() in src/master/master-settings.c will "fix" the directory mode to 0750. The following patch for 1.0rc15 ignores the read bit (0444) when checking the directory permissions. Max -------------- next part -------------- A non-text attachment was scrubbed...
2007 May 06
1
sieve parse error
Hello everyone, I'm using Dovecot (v1.0.beta3-3ubuntu5.4 under Ubuntu) with postfix and LDA with virtual users. Everything is working fine. To filter mails I use the Dovecot Sieve feature. But I get some strange error for one simple Sieve script: ---------------------------------------------------------------------------------------------------- require "fileinto"; if header
2007 Jan 12
1
Within-subject factors in lme
Dear R-users I'm considering a repeated measures experiment where two within-subject factors A (2 levels) and B (3 levels) have been measured for each of 14 subjects, S. I wish to test the effect of factor A. I know that a variance component model with random effects S, S:A, S:B and S:A:B can be fitted using aov: aov( y ~ A*B + Error(S/(A*B)) ) If there is no significant interaction, the
2008 Aug 18
1
iowait / Perfomance problems with xen on drbd (centos 5.2)
Hi, we have 2 servers on centos5.2 in a cluster with the redhat cman in the configuration SERVER1 > LVM \ CMAN DRBD > XEN SERVER2 > LVM / For each xen we create a new local LVM on each node, put them in a drbd and install an os (debian 4 or ubuntu 8). The xens are running as pvm. Everything works fine since over 4 months now. But we have some performance-Problems: Writing
2011 Sep 11
4
CentOS 6: ethernet "ifconfig up" failure
On my CentOS 6 partition of my laptop: First note that for this test, NetworkManager is not running because I did: chkconfig --del NetworkManager and then rebooted. Here is my ifcfg-eth0: DEVICE="eth0" NM_CONTROLLED="no" ONBOOT=no HWADDR=xx:xx:xx:xx:xx:xx TYPE=Ethernet BOOTPROTO=none IPADDR=192.168.2.5 PREFIX=24 GATEWAY=192.168.2.1 DNS1=192.168.2.1 DNS2=192.168.2.1
2007 Mar 15
1
[PATCH] fix gcc warnings in 1.0rc26
Hi, I have made a small patchset to fix some of the GCC warnings. With these patches, I was able to compile dovecot r_1_0_rc26 with the following options: -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast Wstrict-prototypes -Wredundant-decls -Wcast-align -Wwrite-strings Wpacked -Winline -Wdisabled-optimization
2007 Jan 16
2
Gaussian glm for grouped data with unequal variances
Hello - I am fairly new to R, (i.e., ability to create functions/write programs insignificant) and was wondering if there might be a convenient way to model the following: I want to fit a gaussian glm to grouped data, while allowing for unequal variances in each of the groups. More specifically, my data set looks something like this: ---------------- data group 1 76 1 2 82 1 3
2006 Jul 24
5
change the name of file
Dear R Users, Is it possible to make file names dependent on a changing variable? For instance. I generate random numbers in a loop and at each iteration I want data to write to file (I do not want to write everything in one file using 'append'): for (i in 1:50){ x<-matrix(runif(100, min=0,max=1),nrow=5,ncol=20) Write(t(x),file="Data_i.txt",ncolumns=5,sep="\t") }
2013 May 10
0
Wine release 1.5.30
The Wine development release 1.5.30 is now available. What's new in this release (see below for details): - Mouse capture support in the Mac driver. - NTLM and Negotiate authentication in WinHTTP. - Support for proxy bypass in WinInet. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.5.30.tar.bz2
2002 Jul 02
0
OpenSSH 3.4p1 and SecurID
I have received many queries as to the status of the SecurID patch for openssh 3.4. I finally found some time in my schedule to port and test. The integrated SecurID patches for OpenSSH version 3.4p1 are now available at the same old place: http://www.omniti.com/~jesus/projects/ The porting effort included moving all auth code to the new privilege separation model. Enjoy. -- Theo
2008 Mar 12
0
[LLVMdev] Language lawyer question
On Mar 11, 2008, at 10:52 PM, Dale Johannesen wrote: >> I think the test case is bogus in terms of language correctness, > > Why? My gut. I listen to my gut. More seriously, C99 section 6.2.6.1 paragraph 6 has: > When a value is stored in an object of structure or union type, > including in a member > object, the bytes of the object representation that correspond to
2008 Mar 12
2
DUNDi
Is there a way to have a dundi host advertise extensions for another server? A-----------B-----------C I'd like A to reach C through B. A and C would handle the call, B would just be the DUNDi intermediary. Assuming A has 101-199 B has 201-299 And C has 301-399 A sample dundi/extensions/iax config for B is all I need. I can get single DUNDi queries running fine(A->B, B->C,
2008 Mar 12
3
[LLVMdev] Question about use-def chain
Programmers’ manual says we can iterate over a use-def chain by op_iterator. It works fine except for load and store instruction of stack variables. For example, a simple bitcode is like the below. i = alloca i32 store i32 0, i32* %i, align 4 %tmp1 = load i32* %i, align 4 If I apply a use-def chain to load instruction, I get alloca instruction. I think store instruction is a correct
2008 Mar 12
4
authentication number at the end of the number before calls go through.
Hi, I need to create a simple number checking for authorizing the calls. if a person dial 91800555121212345 where 12345 is the authorization code. If the authorization code is correct the call will go through if not it will play something saying wrong authorization code or just hangup. This my dialplan to get the authorization code AUTH=12345 exten => _9.,1,Answer() exten =>