Displaying 20 results from an estimated 1200 matches similar to: "central samba server"
2006 Jan 26
2
nmbd terminates with error code 58
Hello everybody,
i have already posted this message yesterday, but i didn't receive my
posting. There i want to repeat it.
>From time to time our nmbd daemon quits his job and the last time he did
this he told us:
[2006/01/25 15:56:02, 0] nmbd/nmbd.c:terminate(58)
Got SIGTERM: going down...
So my question is: What is the cause of this behaviour and in special
what is happening when
2004 Oct 20
2
apply function
Hi all,
I have a question about apply function. Is that possible to pass some
non-default arguments in the function we want to apply ?
For example:
if "mat" is a matrix and I want to use the "tabulate" function on its row.
The command apply(mat,1,tabulate) works but I have problem with this one
apply(mat, 1, tabulate(nbins=4)).
Any clue ?
Thanks,
Eric
--
Eric
2010 Feb 10
1
Vacancy for Lecturer, Department of Statistics, University of Waikato, New Zealand
Vacancy number 300014
LECTURER
Department of Statistics
School of Computing and Mathematical Sciences
University of Waikato
Hamilton, New Zealand
You should have a PhD in Statistics, or equivalent, and will have
demonstrated the ability to sustain a successful teaching and research
career. You will be expected to contribute towards the Department?s
undergraduate and graduate teaching
2004 Apr 26
1
Segfault: .Call and classes with logical slots
Hi,
the following example aiming at a class containing a logical slot
segfaults under R-1.9.0 when `gctorture(on = TRUE)' is used:
Code code (dummy.c):
#include <Rdefines.h>
SEXP foo() {
SEXP ans;
PROTECT(ans = NEW_OBJECT(MAKE_CLASS("test")));
SET_SLOT(ans, install("lgl"), allocVector(LGLSXP, 1));
LOGICAL(GET_SLOT(ans,
2003 May 05
1
multcomp and lme
I suppose that multcomp in R and multicomp in S-Plus are related and it
appears that it is possible to use multicomp with lme in S-Plus given the
following correspondence on s-news
sally.rodriguez at philips.com 12:57 p.m. 24/04/03 -0400 7 [S] LME summary
and multicomp.default()
Is it possible to use multicomp with lme in R and if so what is the syntax
from a simple readily available
2010 Oct 20
1
problem with predict(mboost,...)
Hi,
I use a mboost model to predict my dependent variable on new data. I get the following warning message:
In bs(mf[[i]], knots = args$knots[[i]]$knots, degree = args$degree, :
some 'x' values beyond boundary knots may cause ill-conditioned bases
The new predicted values are partly negative although the variable in the training data ranges from 3 to 8 on a numeric scale. In order to
2018 Dec 04
2
Changing IP address of a Samba NT4 PDC
Hi,
I would like to know if it is possible to change the IP address of a
Samba NT4 PDC? So far I could only find the guide regarding Samba AD
DCs. What do I need to take into account, and what are the general steps
apart from re-configuring networking?
Thank you very much,
Benjamin
2008 Nov 28
2
Dovecot as proxy for M$ Exchange mailboxes
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list,
is there a way to use dovecot as proxy for m$ exchange mailboxes?
Currently, our clients not only can login to their mailboxes with
their e-mail address but also with their accountid.
Both the clients e-mail address and accountid are stored in ldap.
Now I need a way to let dovecot rewriting the client's accountid to
the respective
2008 Nov 12
2
dovecot 1.2 link error
Hello list,
I need/want to build imaptest -- and I can only build it against at least
dovecot 1.2 .
dovecot 1.2 actually builds just fine but at the end I get the following
linker error:
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -O2 -pipe
-std=gnu99 -Wall -ftree-dce -ftree-dse -ftree-loop-optimize
-ftree-loop-linear -I/usr/lib/gcc/i386-redhat-linux/4.1.1/include -Wall -W
2005 Feb 21
1
Map ports
Hi,
I have two internal server who has a service at port X.
I need to put both services public in Internet and I have a unique public IP.
Can I do something like that with shorewall:
Ip public port X mapped to port X of the first server
Ip public port Y mapped to port Y of the second server?
Thanks
2007 Jun 22
1
Samba 3.0.24 on AIX 5.3 + winbindd
Hello,
I installed Samba 3.0.24 on my AIX 5.3 and configured it to authenticate
users via winbind.
I followed the previous thread 'Samba on AIX --> nsswitch.conf', copied
WINBIND to /usr/lib/security and modified the default: stanza in
/etc/security/user to include WINBIND (in the SYSTEM and registry entry,
respectively). Additionally, I added an entry in
/usr/lib/security/methods.cfg.
1998 Dec 08
1
Virus checker gets error "Network Name was deleted" ?
hi,
Has anyone encountered problems running virus checkers on NT4+sp3
clients against Samba served drives ? We recently upgraded
a samba server to 1.9.18p10 and now have an intermittent problem
where during the scan of Samba drive the virus check flakes out
with the error;
"Network Name was deleted"
I'm told that the server still appears to be browsable after this
error, and the
2005 May 19
2
A small question (bandwith monitoring)
Hi,
I''m configured a home router with Shorewall. It took me a while as I''m
quite a newbie to Linux, but now it''s working fine.
I would like to install some bandwith-monitoring so I know how much
traffic is generated.
I found a tool for it called ipac-ng. It uses iptables and here is where
I''m in trouble. I afraid that it will conflict with shorewall.
Does
1999 May 08
1
OpenLinux 2.2: LISA install leaves root access without password
Hello,
I believe I''ve found a bug in the installation process of OpenLinux 2.2
when using the LISA boot disk. During the installation a temporary passwd
file is put on the new file system containing the user "help" set uid=0
gid=0 and no password. Once you are prompted to set the root password and
default user password a new passwd and shadow file is created yet the help
user
1998 Apr 15
2
password sync in 1.9.18p4
I had given NIS access to the Windows NT domain users via Samba
1.9.18p3. The Samba gateway worked great when the users on the NT domain
had the same username & password on both the NT PDC as well as the NIS.
I have now set up Samba 1.9.18.p4 with server security & password sync
turned on. The server specified is my NT PDC. Users get full access to
the NIS & the NT with single logon
2008 Nov 18
1
Wishlist - better object.size() function
Some time ago I came across the function object.size() to estimate the
size of an R object. I don't know if the behavior of the function is
intended to be quite "user unfriendly" as it is right now or if just
nobody was thinking/caring about it.
I have two suggestions to improve it:
- Why is it named object.size() and not just size()? The latter would be
far more intuitive and
2002 Sep 24
5
BUG: ssh hangs on full stdout-file-system
System: Linux 2.4.18, openssh-3.4p1
Problem:
I use "ssh" and "tar" to backup remote directory trees to a local
hard-disk/file-system:
# ssh remote.server.org "tar -cz /home" >/backup/remote.tar.gz
If the backup-file-system runs out of space before the backup
completes, ssh starts hanging (waiting for the stdout-write to
complete).
Analysis:
In
2000 Dec 06
2
Problems on Sparcs (fwd)
comments?
-------------- next part --------------
An embedded message was scrubbed...
From: Charles Clancy <mgrtcc at cs.rose-hulman.edu>
Subject: Problems on Sparcs
Date: Wed, 6 Dec 2000 09:55:41 -0500 (EST)
Size: 2913
Url: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20001206/c7cb5d2a/attachment.mht
2001 Jun 13
1
read.table and newline
Hi,
yesterday I installed the current R-devel and now I get
the following warning message for program codes which made no
problems under version R-1.2.3:
Example:
R> read.table("test.dat")
Warning message:
incomplete final line in: readLines(con, n, ok)
where `test.dat' looks like
peters at artemis:~ > cat test.dat
1 2 3peters at artemis:~ >
i.e. without a newline
1998 Dec 09
1
Creating new folder in a WIN95 explorer czech version.
I can't create new folder in a czech Win95 explorer on a unix using samba 1.9.18p7. The problem is that Windows exporer uses for the creation new folder a name containing characters above 128.
The explorer creates new folder in a two phases: the first It creates directory named Nov<A0> slo<A7>zka and next it gives to user
posibility to change this name. Crazy !!? The first phase