Displaying 20 results from an estimated 4000 matches similar to: "different locations for different reals"
2008 Jun 02
1
deliver & override homedir
Hi
We're in the phase of converting our existing unix-based users to
virtual users.
Goal is to make mail-spool totaly independent of home-spool. For that
reason, NO files can be written to home.
I've solved the problem for all files, except for .dovecot.lda-dupes.
I can see in duplicate.c #define DUPLICATE_PATH "~/.dovecot.lda-dupes"
I thought being clever and override in
2003 Jan 29
1
printing reals from C with digits
Hi,
I want to print real numbers in C code with different values for
digits. How to do that?
As I have understood, what I should do is to call
StringFromReal()
which calls FormatReal(), that one suggests the parameters (width,
decimal places and exponential form). FormatReal() includes
eps = pow(10.0, -(double)R_print.digits);
So I guess I have to change the value of R_print.digits.
2003 Feb 02
1
printing reals from C with digits -- once more
Thank for Brian D. Ripley for the answer to my previous question.
My aim is to print single values from different real vectors with
different digits option. This is quite a possible with Rprintf() but
that one supprots printing format as C does, not in R native way
(setting digits=7 or printing with "%12.7f" are two quite different
things). So I would like to find something more
2003 Aug 22
2
a pickle with ranks and reals?
I predicted that y would increase as x increased. However, I only made
the prediction on the ranks of the scores. The ranks don't correlate
with predicted. And, I don't think a regression on the ranks is
warranted. However, the actual scores do yield a significant slope for
b, and a significant R^2 using a linear regression (y is the value and
x is the predicted rank). What
2006 Jun 22
1
Patch for rawlog.c
hello
The homedirectories are stored as a relative path in my userdb
One problem ocoures with rawlog:
rawloging occures only if a directory $HOME/dovecot.rawlog exist.
this is checked with lstat
for me $HOME is always "username/". This is relative to /var/mail and works.
in rawlog.c lstat should now check "username//dovecot.rawlog" which fails.
lstat can check
2009 Mar 16
2
folders are not under INBOX
hi guys,
I hope it's common trouble, but I'm not able to find a solution:
- i'am using courier imap and trying to migrate to the dovecot
- on courier I have all folders as subfolder of Inbox - i.e. Inbox.Sent
but on dovecot the folder Sent is not subfolder of Inbox, but its on the
same level.
Please is there some possibility to have the subfolders the same
behaviour as in courier?
2006 Sep 26
1
extended ACLs and Samba
Hi,
i've a Project share with many subfolders. In this subfolder many user
have dedicated access rights to single files.
Sometimes a project member change and the new one should get the same
rights as the old one.
But here is my problem. With the following line i can easy change the
owner of files:
find /samba/project -user oldid -exec chown newid {} ";"
But i don't know
2006 Jun 22
0
maildir++ Quotas - bizarre behavior.
Hi Timo et al.
I've been trying to track down why Dovecot recalculations of maildirsize
are so wildly different (lower) than what Maildrop comes up with.
I think I've found some bizarre behavior in Dovecot -- this is in beta9 as
well as CVS from yesterday.
It appears Dovecot isn't looking at /Maildir/cur ... /Maildir/new and
/Maildir/tmp. It is, however, looking at
2006 Jun 24
2
:limit => Parent / Child Relationship
Hi all,
I trying to find the best way to do the following and I''ll use a blog
with comments for an example.
Blog has many comments
Comments belongs to blog
My question is how to limit the number of comments (child) records read
for each blog (parent) record. Most of the solutions I''ve come up with
are limiting the number of records displayed within the views but the
2003 Aug 21
1
Help me Please Can't Install portfwd
Hi,
I'am quite new in Free BSd, and I'am trying to install the port
net/portfwd, but I'am getting an error msg. Does anybody can help me?
I'am using this version
FreeBSD 4.8-STABLE #7: Tue Aug 12 21:46:52 BRT 2003
MSG:
&& CONFIG_FILES=getopt/Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating getopt/Makefile
gmake[2]: Leaving directory
2005 Dec 15
0
bivariate kernel density estimates at point locations ( r ather than at grid locations)
You can try `locfit', though it does local likelihood, rather than
garden-variety kernel density estimation. Here's an example:
library(locfit)
data(cldem)
den.fit <- locfit(~ x1 + x2, data=cltrain)
predict(den.fit, newdata=cltrain)
Andy
From: Strickland, Matthew
>
> Hi,
>
> My data consists of a set of point locations (x,y).
>
> I would like to know if there
2004 Feb 25
2
password changes with ctrl-alt-del
Currently I'am using samba for file sharing. My smb.conf file is basically
setup as default with a few minor changes. Therefore, my samba server is
not part of a domain. Right now users can map the samba shares with
windows XP... With this type of setup is it possible for them to change
there smbpasswd using ctrl-alt-del? If so any examples or hints on how
to set this up would be great.
2006 May 22
2
Bug#368496: xen-utils-3.0: Include support for HVM-based guests
Package: xen-utils-3.0
Severity: wishlist
Please include support for HVM-based guests. This allows hardware
virtualization on systems with Intel's chips with VT (IE, Pentium D
930), and AMD's future chips with Pacifica. HVM allows you to run
unmodified operating systems under Xen, such as Windows XP/2003.
The following files are needed:
/usr/lib/xen/bin/qemu-dm
2003 Nov 10
2
ramdisk_size
Hey All,
I'am using pxelinux to try and boot a 200meg uncompressed (approx 50
compressed) ramdisk onto a machine with 512meg of ram. It looks as though
I'am running out of memory (attempt to access beyond end of device error).
Is there a limit on what we put for ramdisk_size? Or Is there other
limitations?
thanks
--
Jeff Geddes, BSc(UNB)
Computer Systems Specialist
University of
2007 Feb 06
2
newbie
Hello.. i'am a new member here. I'am interested in using wine.. does wine compatible with centos 4.3 i386 and x86_64.. what the deferences between wine and cross over... ?
Thank You
Cahyo
________________________________________________________
Kunjungi halaman depan Yahoo! Indonesia yang baru!
http://id.yahoo.com/
-------------- next part --------------
An HTML attachment was
2011 Sep 15
1
p-value for non linear model
Hello,
I want to understand how to tell if a model is significant.
For example I have vectX1 and vectY1.
I seek first what model is best suited for my vectors and
then I want to know if my result is significant.
I'am doing like this:
model1 <- lm(vectY1 ~ vectX1, data= d),
model2 <- nls(vectY1 ~ a*(1-exp(-vectX1/b)) + c, data= d,
start = list(a=1, b=3, c=0))
aic1 <- AIC(model1)
2002 Sep 13
1
Unable to mount root fs
Hey all,
I'am able to use pxelinux to successfully boot a particular kernel and
image on various IBM PC's ex. 6287-41U and 6591-34U. However, using the same
setup (ie. dhcp, tftp, pxelinux.0, pxelinux.cfg, networkcard, bootrom,
ram memory) on an IBM 6282-73U my kernel and image decompress fine but I'am
getting a...
Kernel Panic: VFS: Unable to mount root fs on 01:01
I realize
2002 Sep 14
1
Re: SYSLINUX digest, Vol 1 #196 - 4 msgs
Hello !
Maybe passing argument root=/dev/ram0 or root=/dev/rd/0 would help ?
I use isolinux and it works in the isolinux.cfg
sylvain
> Message: 3
> Date: Fri, 13 Sep 2002 14:11:38 -0300 (ADT)
> From: Geddes <jgeddes at unb.ca>
> To: syslinux at zytor.com
> Subject: [syslinux] Unable to mount root fs
>
>
> Hey all,
>
> I'am able to use pxelinux to
2017 Jun 20
3
DRS stopped working after upgrade from debian Jessie to Stretch
On Tue, 20 Jun 2017 17:54:09 +0200
Prunk Dump via samba <samba at lists.samba.org> wrote:
> Hello thanks again for the help !
>
> I have analysed samba logs more closely. I'am very worried. I have
> three DC (fichdc, fichds01, fichds02) but here I talk just about
> fichdc's logs.
>
How did you upgrade 'jessie' to 'stretch' and why ?
Did all the
2007 Nov 16
1
LSI 1068e (Super Micro OEM) - kernel update problem
Hello,
I'am using a LSI 1068e OEM version from Super Micro (see lspci). I was
able to install a plain CentOS5 with the binary drivers I got from Super
Micro.
06:00.0 SCSI storage controller: LSI Logic / Symbios Logic Unknown
device 0059 (rev 04)
Subsystem: Super Micro Computer Inc Unknown device a180
Flags: bus master, fast devsel, latency 0, IRQ 10
I/O ports at e000