search for: fd3

Displaying 9 results from an estimated 9 matches for "fd3".

Did you mean: fd
2006 Nov 29
2
Dummies multiplied with other variable
...ith three (actually many more) levels using factor(). But either there is included the variable y or d1*y. How could I get rid of these? Example: x = c(1,2,3,4,5,6,7,8) y = c(3,6,2,8,7,6,2,4) d = c(1,1,1,2,3,2,3,3) fd = factor(d) lm(x ~ fd*y) gives: Coefficients: (Intercept) fd2 fd3 y fd2:y fd3:y 2.4231 9.5769 6.1822 -0.1154 -0.8846 -0.3320 lm(x ~ fd*y - y) gives: Coefficients: (Intercept) fd2 fd3 fd1:y fd2:y fd3:y 2.4231 9.5769 6.1822 -0.1154 -1.0000 -0.4474 Wh...
2009 Jan 12
3
[checkpassword] I can't get a password from fd3
...'\0' -r -u 3 USERNAME="${REPLY}" read -d '\0' -r -u 3 PASSWORD="${REPLY}" if [ -z "${USERNAME}" ] || [ -z "${PASSWORD}" ] then exit 111 fi It always exits with 111, because PASSWORD is empty. In whatever way I try to retrieve data from fd3, I never happen to get more data than the username. Is this a known problem? Am I doing something silly? Replies are much appreciated! Durk FYI: GSSAPI auth works perfect and PAM worked before switching to checkpassword too. OS version : Debian 5.0 lenny amd64 Dovecot version : 1.0.15 (Deb...
2002 Jan 11
1
rsync 2.5.1 server - strange logs
I've just upgraded my rsync server to 2.5.1 (before, I was using 2.4.6), without changing anything in /etc/rsyncd.conf, and now, I have this logs each time a client connect to server: 2002/01/07 18:33:03 [10432] rsync: reverse name lookup mismatch on fd3 - spoofed address? 2002/01/07 18:33:03 [10432] rsync on admin/sbin/padmin_update.sh from UNKNOWN (172.16.65.14) 2002/01/07 18:33:03 [10432] wrote 79 bytes read 88 bytes total size 1494 The server configuration has not changed since upgrading to rsync 2.5.1. No noticed network configuration probl...
2008 May 27
0
Problem with checkpassword-reply
...(substituting rip/lip/user/domain) May 27 07:21:06 saw dovecot: Logins with UID 0 not permitted (user user at domain.com> May 27 07:21:06 saw dovecot: imap-login: Internal login failure: user=<user at domain.com>, method=plain, rip=xxx.xxx.xxx.xxx, lip=xxx.xxx.xxx.xxx, TLS My script reads fd3 right and gets all the details correct. Then runs the following code: --- $REPLY = $ARGV[0] || exit 111; # this is actually run much earlier $ENV{HOME} = "$USERSHOME/$domain/$user"; $ENV{USER} = $user; # effective gid $) = 300; # effective uid $> = 300; exec $REPLY; --- I've looke...
2001 Feb 02
3
napster
Would someone who has tried napster 2.0 beta 9 comment on how well it works under the influence of wine. Although I often download with gnapster, you can't share your files. If no one shares, there's nothing to download... Sent via Deja.com http://www.deja.com/
2006 Apr 06
0
calculating similarity/distance among hierarchically classified items
...(Other fields are ignored here.) KEY,YEAR,WHERE,CONTENT,FORM,ITEMFORM,ITEMCONTENT 1782Fourcroy,1782,Eur,Hdem,Stats,F5;F5K;F5N;F5N1,C8;C82 1785Crome,1785,Eur,Pdem,Stats,F5;F5N;F5N1,C7 1786Playfair,1786,Eur,Hdem,Stats,F6;F68;F69;F61;F62,C3;C32;C321;C323 1787Chladni,1787,Eur,Other,Other,F5;F55;FH;FD;FD3,C9;C95 1794Buxton,1794,Eur,Other,Tech,F3;F31;F7;F72;F722,C9;C9A 1795Pouchet,1795,Eur,Math,Stats,F5;F5G;FG;FG7,C2 1796Watt,1796,Eur,Pdem,Tech,FGB,C7;C9;C9A 1798Senefelder,1798,Eur,Other,Tech,FB;F5,C9;C97 ... The codes are hierarchical in the sense that, e.g., C321 corresponds to the levels in a tr...
2010 Jun 11
1
WARNING message when play
When I use an eagi script when play a message appear a lot of warning messages, but it play very well I?m using Asterisk 1.4.32 dahdi-linux-2.3.0.1 chan_ss7-1.4.1 Any ideas?? -- Playing 'ser002' (escape_digits=0123456789*#) (sample_offset 0) [Jun 11 18:12:45] WARNING[15807]: file.c:1300 waitstream_core: write() failed: Broken pipe [Jun 11 18:12:45] WARNING[15807]: file.c:1300
2023 Feb 17
6
[Bug 3542] New: Allow to redirect stderr only even with tty
https://bugzilla.mindrot.org/show_bug.cgi?id=3542 Bug ID: 3542 Summary: Allow to redirect stderr only even with tty Product: Portable OpenSSH Version: 9.1p1 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh Assignee: unassigned-bugs at
2019 Feb 20
2
Using SHA256/512 for SQL based password
On 2/20/19 5:09 AM, Yassine Chaouche via dovecot wrote: > On 2/12/19 5:05 PM, Robert Moskowitz via dovecot wrote: >> I have trying to find how to set the dovecot-sql.conf for using >> SHA256/512.? I am going to start clean with the stronger format, not >> migrate from the old MD5.? It seems all I need is: >> [...] default_pass_scheme = SHAxxx-CRYPT [...] > > How