Displaying 20 results from an estimated 2000 matches similar to: "SSL setup ?"
2004 Jun 22
1
Delete message
Hello,
I'm seeing that our favourite pop3 server only deletes the messages upon
logoff:
dele 1
+OK Marked to be deleted.
quit
+OK Logging out, messages deleted.
Connection closed by foreign host.
This is causing me some trouble with a certain webmail app. Is there a
way I can instruct Dovecot to immediatelly delete a message ?
10x,
Marius
2006 Oct 16
2
Dovecot still failing with RC10...
Hello, I mentioned back with version RC8 that dovecot was having an
issue with the first login working, but all subsequent attempts
failing with the error message: "Error: Maximum number of mail
processes exceeded" in the dovecot log file.
This is with an unchanged working conf file from RC7 (which, aside
from comments, nothing has changed config-wise in the conf from version RC7).
2005 Jul 12
1
xinetd + dovecot
Hello dovecot,
Help me running imapd & pop3d server on
xinetd. My file:
# cat /etc/xinetd.d/pop-3
service pop3
{
disable = no
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/libexec/dovecot/pop3-login
}
#######################################
# cat /etc/xinetd.d/imap
service imap
{
2005 Jul 06
1
Question regarding SWAT
Hi everyone,
In the last few days I've spended hours and hours on the web surching for a solution to my problems. Eventhough it looked like there where several other people having the same problem I couldn't find a way to solve it.
Therefore I'm hoping that one of you could help me with the following problem.
I've installed Samba 3.0.14a on RedHat 9.0. Samba is working perfectly.
2006 May 19
4
beta8: core, signal 11
Timo,
The gdb analysis is attached. It looks like memory got seriously
stomped in this core dump. There was no assert or other useful
information in the syslog. My setup: Solaris 9, imap and imaps,
mbox format, INBOXes NFS mounted, index files on local ufs
filesystem, beta8 configured like so:
VERSION=1.0.beta8
CC=gcc CFLAGS="-g -O" CPPFLAGS=-I/opt/openssl/include
2009 May 24
1
PXEboot trouble with Soekris 4826
Hello Everyone,
I am having trouble with booting a soekris 4826 board.after setting up my
tftp,dhcp and web servers ,I log into the board using minicom and type boot
f0,which doesn't quite work out.
> boot f0
NSC DP83815/DP83816 Fast Ethernet UNDI, v1.03
Copyright (C) 2002, 2003 National Semiconductor Corporation
All rights reserved.
Pre-boot eXecution Environment PXE-2.0 (build 082)
2012 Jan 16
1
start.help() and browser
Hi, when calling help.start() I get the message
"> sh: firefox: command not found"
and the help system is inaccessible (which is an absolute nuisance, but
bypassable under http://stat.ethz.ch/R-manual/R-patched/library/)
I have no idea what is broken in my system and I didn'n find any pointer
in the archives(my search skills may be deficient..)
My sessionInfo():
R
2008 Jul 10
2
A couple of dovecot issues I've noted recently...
Timo et al.,
I haven't been reading the list in a while, but wanted to report back
that we've transitioned to dovecot 1.0.15 and things look to be working
very nicely. The platform is Solaris "Nevada" running on x86. I
have been saving up a couple of issues to bring to your attention.
On our server, we gather all core files, and so we get a good taste of
the different things
2012 Dec 08
5
How to efficiently compare each row in a matrix with each row in another matrix?
Dear expeRts,
I have two matrices A and B. They have the same number of columns but possibly different number of rows. I would like to compare each row of A with each row of B and check whether all entries in a row of A are less than or equal to all entries in a row of B. Here is a minimal working example:
A <- rbind(matrix(1:4, ncol=2, byrow=TRUE), c(6, 2)) # (3, 2) matrix
B <-
2019 Oct 31
4
PHP FPM issue
Hi Marius,
Will make the changes and see how it goes.
On the other hand
https://cbs.centos.org/koji/buildinfo?buildID=27138
if the above was released we could just install and migrate to
rh-php73-php, which is not affected as per
https://access.redhat.com/security/cve/cve-2019-11043
thanks
---
Thomas Stephen Lee
On Thu, Oct 31, 2019 at 8:40 PM Marius ROMAN <marius at roman.systems>
2002 Dec 03
2
Samba SWAT 2.2.7 Doesn't Work in Redhat8.0?
Hello All Samba-list Members,
I have installed a Samba 2.2.7, the samba-latest.tar.gz, as a PDC on a
Redhat8.0 GNU/Linux server. ( Of course, I first uninstalled the original
samba that came with the Redhat installation CDs by rpm -e samba*.) The
installation was successful. Then I modified /etc/services and
/etc/xinetd.d/swat as suggested in the installation document uncompressed
from
2010 Dec 30
5
Why is format(10000, big.mark = "\\,") not 10\,000?
Hi,
why does format(10000, big.mark = "\\,") not give me "10\,000"? How can I get this kind of "big.mark"?
Cheers,
Marius
2011 Apr 06
7
Quiz: Who finds the nicest form of X_1^\prime?
Dear expeRts,
I would like to create a plotmath-label of the form X_1^\prime. Here is how to *not* do it [not nicely aligned symbols]:
plot(0,0,main=expression(italic(X*minute[1])))
plot(0,0,main=expression(italic(X[1]*minute)))
plot(0,0,main=expression(italic(X)[1]*minute))
Any suggestions?
Cheers,
Marius
2015 Feb 03
2
Seed in 'parallel' vignette
Hi,
This is most likely only a minor technicality, but I saw the
following: On page 6 of the 'parallel' vignette
(http://stat.ethz.ch/R-manual/R-devel/library/parallel/doc/parallel.pdf),
the random-number generator "L'Ecuyer-CMRG" is said to have seed
"(x_n, x_{n-1}, x_{n-2}, y_n, y_{n-1}, y_{n-2})". However, in L'Ecuyer
et al. (2002), the seed is given with
2010 Dec 26
1
lattice splom: how to adjust space between tick marks and tick labels?
Dear expeRts,
how can I decrease the space between the tick marks and the corresponding labels in an splom?
See here:
library(lattice)
U <- matrix(runif(4000), ncol = 8)
splom(U, axis.text.cex = 0.2) # => space between the [small] tick labels and tick marks is/seems to be too large
I checked ?panel.pairs but could not find an option for that.
Cheers,
Marius
2005 Jun 22
4
tc on a PDA
hello,
i have a 5500 iPaq with familiar 0.8.2 on it and i don''t know how to
install a traffic shaper tool on it.
I installed iproute2 package i found on familiar site and for that i
have the tc and ip commands, but when trying to add a qdisc, as a
dummy example, i get the next answer:
> tc qdisc add dev wlan0 root cbq bandwidth 100Mbit avpkt 100
RTNETLINK answers: Invalid argument
2016 May 05
4
R process killed when allocating too large matrix (Mac OS X)
Hi Simon,
thanks for your quick reply.
1) ... so you can reproduce this?
2) Do you know a way how this can be 'foreseen'? We allocate larger
matrices in the copula package depending on the user's input
dimension. It would be good to tell her/him "Your dimension is quite
large. Be aware of killers in your neighborhood"... before the killer
attacks.
Thanks & cheers,
2015 Jun 24
2
Identify listeners on log reports
Hi Marius,
thanks for your reply.
URL auth via usern/pass seems what I need.
I fail to understand is if and how would that reflect on logs.
Care to elaborate further?
Thank you
----
Mark Foster
On Wed, Jun 24, 2015 at 8:28 AM, Marius Flage <marius at flage.org> wrote:
> Hi Mark,
>
> You can maybe look at authentication:
> http://icecast.org/docs/icecast-2.4.1/auth.html ?
2012 Mar 01
2
How to colorize the panel backgrounds of pairs()?
Dear expeRts,
I would like to colorize the backgrounds of a pairs plot according to the respective panel number. Here is what I tried (without success):
count <- 0
mypanel <- function(x, y, ...){
count <<- count+1
bg. <- if(count %in% c(1,4,9,12)) "#FDFF65" else NA
points(x, y, cex=0.5, bg=bg)
}
U <- matrix(runif(4*500), ncol=4)
pairs(U, panel=mypanel)
I
2015 Mar 30
2
Debian Testing: ~/.Renviron seems to not being read (R_LIBS not set)
Hi,
I have Debian Testing running on a Lenovo Thinkpad X1
Carbon (2015, 3rd gen.). I would like to have a package library
independent of the installed R version. Under Ubuntu, I used to
have the following line in ~/.Renviron:
R_LIBS=/usr/local/R/library:/usr/lib/R/site-library This worked
fine and /usr/local/R/library showed up in .libPaths().
However, under Debian (with the same ~/.Renviron),