Displaying 20 results from an estimated 20000 matches similar to: "starting"
2002 Aug 08
1
SELECT
Hi, all.
Thanks Timo for answering my previous post. It's starting
fine now :)
I must be doing something wrong again but I can't connect from
any imap client. If I telnet to the server I get:
$ telnet carpa 11143
Trying 143.107.209.25...
Connected to carpa.ciagri.usp.br.
Escape character is '^]'.
* OK dovecot ready.
a001 login marcelo #####
a001 OK Logged in.
a002 select INBOX
2017 May 23
2
[imaptest] Explaining errors
Hi,
I'm an Apache James committer and we are curious to use imaptest in
order to validate our IMAP protocol implementation.
I'm using the nightlybuild : imaptest-20170506
I follow the examples given in the /T/ /est IMAP server compliancy/
examples https://imapwiki.org/ImapTest/Examples.
And I wanted to analyse the errors reported, here are some:
Error: user1 at james.org[11]: seq too
2012 Jun 26
1
Wrong headers in dovecot-crlf
Hello everyone,
I'm using the very good imaptest [0] tool to test my little imap server
implementation. I've tried to use the dovecot-crlf [1] file, but it looks like
there are some major issues :
$ grep -n "In-Reply-To.*;" tests/data/dovecot-crlf
479:In-Reply-To: <20020806175441.GA7148 at linux.taugt.net>; from
rueckert at informatik.uni-rostock.de on Tue, Aug 06, 2002
2003 Sep 21
1
3 basic questions
I have 3 basic questions (sorry, but R is a bit new to me)
First)
The following code will work on C, but something happens with R:
> x<-c(0,1,1,0,0,1,0,0,1)
> dim(x)<-c(3,3)
> types<-numeric(3)
> for (i in 1:3) {
+ j<-1
+ while (x[i,j]!=1) j<-j+1
+ if (j==4) types[i]<-0
+ else types[i]<-1
+ }
Error: subscript out of bounds
Any ideas about what is wrong?
2004 Jun 15
1
How avoid coercion to character
Hi R-users!
I'd like to know how to avoid automatic coercion of numeric variables
passed to array() to character, when there is one categorical variable
between others. I have tried I() function, but it is just functional
in data.frame.
Best Regards!
Eduardo Dutra de Armas
2005 Jul 05
2
Derivative of a function
Suppose I have a simple function that returns a matrix, such as:
test <- function(x){ return(matrix(c(x,x^2,x^3,x^4),2,2)) }
so that test returns:
[ x x^3 ]
[ x^2 x^4 ]
Is it possible for me to get the derivative of an expression such as:
c(1,0) %*% test() %*% c(0,1)
The vectors are used just to "index" the matrix.
I don't want a value, but the expression to work with
2006 Jun 25
1
help with contrasts.
Hello list,
I would like to know how can I use contrats in statistical analysis. I
have a simple model, "one-way analysis of variance" "or two-way..."
(balanced case).
I've already used the command aov (model) to get the analysis of
variance, but i know that my treatment could be organized in groups,
so i would like to test these groups.
Example: I have 4 treatments t1,
2002 Sep 06
3
error starting client-server protocol (code 5)
I'm running FreeBSD 4.6.2 on two different machines. Both machines have
rync installed by way of the ports library, but one of them is running
it as a server. I followed the directions in the man pages for running
the server using inetd.
Here is what happens:
rsync rsync://myusername@10.0.0.8/
rsync: server sent "rysnc version 2.5.5 protocol version 26" rather than
2008 May 25
4
inetd & corrupt environment
Hello. I'm having the following problem with dovecot 1.0.12 and above,
on a FreeBSD 7.0 system - I'm trying to run pop3-login from inetd and I
keep getting this error after authentication:
May 25 09:46:19 charlie dovecot: POP3(gelu): /libexec/ld-elf.so.1:
environment corrupt; missing value for no-nuls oe-ns-eoh
The problem persists if I uncomment the lines with no-nuls oe-ns-eoh in
2005 May 23
3
Simply can't figure it out
Hi,
I'm having a hideous problem trying to get the latest stable version to
work. I've had no success and simply can't pinpoint the problem.
Sorry for the rather long email but I've included as many details as I
can to help here.
I've been trying to install the latest stable version (as of 23rd May
2005) by downloading the tarball from the site to my OpenBSD 3.6 box,
2005 Feb 06
4
Can't get hpa-tftpd working on Slackware 9.1
Hi,
I have a question on tftpd on Slackware - I know this is an embedded
Linux forum, but I think it still must be the appropriate place to ask.
I have hpa-tftpd V0.40 on Slackware 9.1. No matter what I do, I can't
get files transferred to the tftp server. I just get timeouts - no
messages
in /var/log/messages or in /var/log/syslog - just dealthly silence.
This is the configuration line
2004 Jan 09
2
inetd & etc
Hello.
I know that it is recommended to run smbd as a standalone daemon and to
avoid inetd. Can you please tell me why inetd is discouraged and what
problems it imposes?
Also, I have one user who is having problems accessing her personal files
on a MacOSX 10.3.2 via smb. Any ideas what may be causing it?
Judy Lin
NACS-DCS
2005 Oct 31
1
Feature/bug starting from xinetd
Hi, I hate to have my first post be a bug, but this drove me crazy for
a while.
I compiled the latest version from source and followed the instalation
instructions. I then copied the xinetd.d entries from the Wiki and
proceded to test.
No matter what I did I could not log on. I found that while I was editing
/usr/local/etc/dovecot.conf, nothing was hapening. I then started it
manualy and found
2001 Dec 23
3
SWAT conflicts w/ Apache 1.3 HTTP server???
Hello,
I am running a small network, Win., FreeBSD (Unix), & Macs.,
administering through SWAT. Needing to run an intranet I installed an
Apache 1.3 HTTP server running in standalone mode. Now I have lost the
ability to access SWAT through the http://xxx.xxx.xxx.xxx:901 port.
Guess it requires some special configuration of the server - SWAT runs
in inetd mode, will this cause a conflict?
2004 Aug 29
3
starting/stopping Dovecot
http://www.dovecot.org/doc/INSTALL
> Once everything is configured, there's two ways to start Dovecot:
>
> 1) Run "dovecot" binary which does everything.
>
> 2) Start it via inetd or similiar by executing "imap-login" or "pop3-login"
> binaries. If you're listening in SSL port, add --ssl parameter.
What are the pros and cons of using
2005 Feb 28
1
Samba 3.0.11 port and install issue to solaris 8
Hi Samba Team
I have ported samba 3.0.11 to Solaris 8 because of the security warning
for Samba 2.2.8a
but it will not start from inetd. I have taken 3 weeks to find that it
starts OK as a standalone daemon
using a startup script /etc/init.d/samba
#!/bin/sh
# Samba startup
case $1 in
'start')
echo "Starting smbd..."
2002 Oct 01
1
smbd, nmbd crashes
Hi,
I've been running Samba successfully for several years.
I tried running Samba on a new computer under Redhat 7.3 using a test
smb.conf where testparm shows no errors. Running "smb start" runs
properly i.e. starts smbd and nmbd, but after a few seconds both
programs stop running (running "ps aux| grep smbd" shows job running,
running "ps...." again shows
2004 Sep 10
4
question about using rsync with inetd
Hello,
we would like to use rsync (2.6.2 manualy patched and recompiled) in daemon
mode spawned by inetd (Solaris 5.8 Environment).
/etc/services:
rsync 1234/tcp #RSYNC daemon
/etc/inet/inetd.conf:
rsync stream tcp nowait publish /usr/bin/rsync rsyncd --daemon --port 1234 .
Alas, this does not seem to work, there is the following error message in
the log file:
1999 May 19
1
bind failed
Help me !
I cannot start smbd, it immediatly stops, I've got in my log.smb
[1999/05/19 14:53:43, 0] lib/util_sock.c:open_socket_in(709)
bind failed on port 139 socket_addr=0.0.0.0 (Adresse déja utilisée.)
And then It stops, I cannot launch smbd. I my /etc/services, I've got the
two lines :
netbios-ssn 139/tcp
netbios-ns 137/upd
and in /etc/inetd.conf
netbios-ssn stream tcp
2017 May 24
0
[imaptest] Explaining errors
On 23 May 2017, at 12.10, aduprat <aduprat at linagora.com> wrote:
>
> Hi,
>
> I'm an Apache James committer and we are curious to use imaptest in order to validate our IMAP protocol implementation.
> I'm using the nightlybuild : imaptest-20170506
>
>
> I follow the examples given in the /T/ /est IMAP server compliancy/ examples