Displaying 20 results from an estimated 8000 matches similar to: "auth problem"
2002 Oct 15
2
still problems getting it to work
hi all,
after havong some other trouble with my server i finally managed to
recompile and install dovecot. installed it in /usr/local (the dafault).
below u see a dump of my config file. i want to use "normal" shadow
passwords for authentification. i adjustet the pathes from /usr/ to
/usr/local/. when i login with outlook express 4 example i get the error:
unsupported authentification
2002 Oct 19
4
still problems gettin it to work
i checked all my options again. could it be, that it is a problem with my
compiler? does dovecot support gcc3.2 with glibc 2.2.5?
korbinian
2008 Mar 30
2
tests Rin Rout
Hi the list,
Some rumour (!) say that is it possible to prepare some tests for
checking our code using .Rin and .Rout. It seems to be a very good
practice, but I did not manage to find information on it.
So does someone know how it works ? What are we suppose to write in Rin ?
More precisely :
- I have a package myPack.r in directories ~/myR/myPack/R/
- I create the directory
2010 Oct 10
1
segfault caused by `icfit` in `interval` package
Dear R community,
I am using the R package `interval` in order to perform some modelling
tests of the
NPMLE convergence in the case of censoring. So all I am doing is drawing a
sample
from exponential distribution, making it a censored sample and computing the
NPMLE of
its distribution function. But when run on Linux Calculate 10.4 the program
keeps
crashing and reporting a segmentation fault
2009 Nov 09
1
Echo canceller strange behaviour
Hi,
I use Echo Canceller from speex 1.2rc1. It works excellent, except one kind
of test: if I use overloaded (and clipped) RIN and not interlaced local
speech and echo in SIN, echo is not removed.
I checked the sources (RIN and SIN) with EC diagnostic tool - delay and
drift are ok.
I would like to understand what the problem is and how to solve it.
--
Victoria
-------------- next part
2011 Mar 02
1
Designing Relation Ship Between Different Models
Hi
I have One Problem
For Example if You Take
Category has_many :products
Here For Category i have soap as example
for products i am taking Santoor , Lux and Rin soaps as products.
Here Again
Both Lux and santoor comes under Bathing soaps.
Rin Soaps Comes under Washing Soaps
So these are sub categories...
Tom-arrow some new sub category may come like baby soaps..
I am confusing How many
2000 Oct 12
2
getting a windows environment variable in r
hi-
I would like to get a value set with the dos set command (e.g. set dog=cow) in a rterm session on rterm 1011 under windows 2000. if I try in a dos window:
set dog=cow
echo %dog%
i get cow (what I want)
then i start rterm
system("echo %dog%",intern=T)
gives "%dog%"
I can of course do something like
set dog=cow
echo %dog% >jnk.rin
and then start rterm and
2010 Jan 22
2
sorted reshaping?
dear R wizards:? I am wrestling with reshape.? I have a long data set
that I want to convert into a wide data set, in which rows are firms
and columns are years.
> summary(rin)
firm fyear sim1
Min. :1004.00 Min. :1964.0 Min. : -1.00000
1st Qu.:1010.00 1st Qu.:1979.0 1st Qu.: -0.14334
Median :1016.00 Median :1986.0 Median : 0.00116
Mean
2004 Mar 18
3
Trustix 2.1 & shorewall
I have upgraded to trustix 2.1 (kernel 2.4.25-2trfirewall), there is a
problem with shorewall (both 1.4.10d and 2.0) and iptables 1.2.9-2tr
when I start shorewall I have the following errror:
iptables v.1.2.9: Unknown arg ''--icmp-type''
Try ''iptables -h'' or ''iptables --help'' for more information
with trustix 2.0 (kernel 2.4.25-2trfirewall)
2003 Apr 12
1
R-1.7.0-beta: in check-all test-IsAs fails on WinNT4.0
Todays R-1.7.0-beta (see below) compiles fine on, but it doesn't pass
make check-all
on WinNT4.0, SP6.
Looking closer, test-IsAs fails:
D:\uwe-ns\R-1.7.0\tests>make -f Makefile.win test-IsAs
running tests of consistency of as/is.*
make[1]: Entering directory `/cygdrive/d/uwe-ns/R-1.7.0/tests'
creating 'isas-tests.R'
make[1]: *** [isas-tests.R] Error 253
make[1]: Leaving
2000 Mar 18
1
abline(coef=c(1,1)) different behavoir to screen and postscript 1.00 under windows
hi listees-
Running windows 2000 and r 0.99 or 1.00; I get different lines on screen and print out:
> j<-read.table("jnk.rin",head=T,sep="\t")
> attach(j)
> #gives lines I want
> qqnorm(Dog,pch="o",main="Cumulative Frequency Log Dog Size",log="y",sub="Figure 2",x
=c(-3,3),ylim=c(2000,1000000))
>
2003 May 11
1
Mac OS X canonically decomposed UTF-16 filenames
Hi.
I'd like to find some way for Samba to convert the filenames created
by Macintosh OS X into something windows can use.
According to their docs:
http://developer.apple.com/techpubs/macosx/Essentials/SystemOverview/FileSystem/chapter_9_section_13.html
filenames are stored as
canonically decomposed Unicode 2.1 in UTF-16 format (a sequence of
16-bit codes)
Samba running on a
2003 Oct 16
2
Samba Installation Problem
I am trying to install samba 3.0.0 and getting below error when try to run ./configure…
Please advise. Thanks.
#pwd
/usr/local/src/samba/3.0.0/source <<<<<<<<<<<<Is this correct place to run .configure ?
# ./configure
checking for gcc…..no
checking for cc……no
checking for cc……no
checking for c1…….no
configuration errror : no acceptable c compiler found in
2019 Aug 19
3
interference of the nmbd service with the dhcp of the debian server??
Hello guys,
I have a fileserver configured on a debian 9.9 using Louis APT. This is not
always the case, but sometimes the server changes IP, and the configuration
in /etc/network/interfaces is static. I already disabled services that
could potentially change the IP.
- The server is an xenserver VM;
- The "vlan" that the server is part of does not have DHCP enabled;
- In xenserver
2005 Oct 22
2
simple question
Its just a simple question I guess:
I have a vector with missing information like
x<-c(0,1,31,131,NA,133,NA,310,NA,112,3,1,2,93)
How can I make a vector like this no missing in it. I used the x[x<0]
commabd and tried some more, with no success.
thx
Korbinian
2007 Jul 15
2
upgrade my open ssl
Dear All,
I have centos 4.5 final and when i installed it there is a openssl version
openssl-0.9.7a-43.16 ..
i need to upgrade it to openssl 0.9.8 ..
also when i try to uninstall it it gives me a failed dependency errror
actually i did a nodeps and uninstalled openssl ver 0.9.8 but when my
sendmail was restatered compalined saying libssl.so.4 missing or error
actually i found that thaere was
2007 Dec 28
1
JtestR 0.1 released
JtestR allows you to test your Java code with Ruby frameworks.
Homepage: http://jtestr.codehaus.org
Download: http://dist.codehaus.org/jtestr
JtestR 0.1 is the first public release of the JtestR testing tool.
JtestR integrates JRuby with several Ruby frameworks to allow painless
testing of Java code, using RSpec, Test/Unit, dust and Mocha.
Features:
- Integrates with Ant and Maven
- Includes
2005 Oct 20
2
Large IMAP operations tend to timeout and cause problems?
Hello all!
I have moved from Courier-IMAP to Dovecot some month ago. It is quite
stable on everyday use (1.0alpha4) but it has constant problems with
large IMAP/SSL operations. We use Maildir format.
For example if I select 400 messages, mark them deleted and use "purge
command" in Thunderbird (to actually delete them) TB starts to do
something and runs and runs and runs....Then I
2010 Jan 22
3
[LLVMdev] Kaleidoscope-tutorial: Fails to create the JIT
Hello All
I 'm studing LLVM/Clang and trying to follow the Kaleidoscope tutorial
(Release 2.6 version).
I found some minir docu-bugs and added them to Bugzilla.
However, Now I found a show-stopper for me, the toy (v4) demo does
build, but does crash, on any input. Even a simpe ';'!
Looking into the (demo-code) found the that the JIT can't be build/
created,/loaded/...
Which
2004 Feb 15
2
build problems on Fedora Core 1
Hello...
I tried to build R-devel today on Fedora Core 1 (with gcc 3.3.2)
but I am running into a couple of errors. On the same system R-1.8.1
compiles just fine, as did a previous version of R-devel.
This is what I did:
# change LANG as default in FC1 is UTF-8
export LANG=en_US.ISO8859-1
export LANGVAR=en_US.ISO8859-1
# get fresh sources and configure
mkdir R-devel
rsync -vrC