Displaying 20 results from an estimated 1000 matches similar to: "mkstemp failed: (code 23) main(633)"
2006 Feb 23
1
Problems joining a RHEL4.0 version of samba to an active directory
Chaps,
I'm trying to join a RHEL 4.0 Linux server to an active directory
domain. The server in question runs a RADIUS server and I need it to be
able to authenticate users via AD.
Basically when we try running
net ads join member -I 150<an ip address> -U <admin user> -d 2
we get
[2006/02/23 10:05:20, 2] lib/interface.c:add_interface(79)
added interface ip=150.237.47.22
2016 Apr 04
0
knit and smbclient executed with different users but no error thrown
Hi Paul,
I think -U is just ignored when -k and a valid ticket is available.
Here you have a valid ticket, you use -k to ask smbclient to use
credentials from that ticket, and you add -U for another user.
Please try same smbclient command without -k, it should ask you the
password for test123 user.
That's not a bug, for me it is a lack of documentation on how to use -k
switches with almost
2006 May 05
1
converting code into a function - seperating a data frame with n columns into n individual vectors
I have many very large dataframes with 20 columns
each.
In order to conserve memory, I wish to separate the
data frame into 20 vectors, each named the name of the
dataframe followed by .1,.2,.3
.20.
(For example purposes, one data frame is named
?testa?.)
e.g. testa.1, testa.2, testa.3
I have written the code to do this (see below). I am
trying to convert this into a function that I can
reuse.
2016 Apr 01
2
knit and smbclient executed with different users but no error thrown
Hi,
I am using different users while executing kinit and smbclient as shown
below, but I am not getting any error. How can a initial ticket granted to
one user can be used for another user. Can you give some clarification. I
am not an expert hence this doubt. I am using win 2003 AD.
[root at 0050568B7DEB samba-4.3.4]# klist
klist: No credentials cache found (ticket cache FILE:/tmp/krb5cc_0)
2019 Jul 22
0
Character not allowed in mailbox name
On 22 Jul 2019, at 10.34, Lothar Schilling via dovecot <dovecot at dovecot.org> wrote:
>
> Hi Arnold,
>
> thanks for your assistance. I solved the issue right now by changing
>
> prefix = Shared/%%u/
> to
> prefix = Shared/%%n/
>
> This omits the @mydomain.de part which holds the dot causing the
> trouble. Why this became a problem due to the update I
2004 May 26
2
Samba 3 and LDAP - Error loading profiles
Hi,
I'm setting up Samba with ldap backend and everythin appears to be working
correctly except for profiles.
Using:
samba-3.0.2
openldap-2.1.26
smbldap-tools-0.8.4
When a user 'testa' tries to logon from a Win2K system that has joined the
domain he gets the following error message:
"Windows did not load your roaming profile and is attempting to log you on
with your local
2019 Jul 22
2
Fwd: Character not allowed in mailbox name
Hi Arnold,
thanks for your assistance. I solved the issue right now by changing
prefix = Shared/%%u/
to
prefix = Shared/%%n/
This omits the @mydomain.de part which holds the dot causing the
trouble. Why this became a problem due to the update I wouldn't know.
Regards
Lothar
Am 22.07.2019 um 10:49 schrieb Arnold Opio Oree:
> Hi Lothar,
>
> I haven't yet had the opportunity to
2006 Nov 15
0
INSTALL R-2.4.0 on Compaq Tru64 UNIX V5.1B
Dear all:
I got some error messages when I installed R-2.4.0 on Compaq Tru64 Unix
V5.1B, I set the R_HOME=/shs/R and then try 'make' command after
configuration and it showed "Make: Cannot open /share/make/vars.mk.
Stop.",after that,I used the 'gmake' to implement.
The following is my installation steps:
1. ./configure --enable-R-shlib --prefix=/shs/R MAKE=gmake (no
2000 Apr 03
0
EGD-0.7 released (important security fix)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Howdy all. I've just released version 0.7 ("the Brown Paper Bag" release) of
EGD. The Entropy Gathering Daemon is primarily intended as a source of
randomness for GnuPG, for use on systems which lack a /dev/random device.
version 0.6, which has been available for about 8 months, had a serious and
embarrasing bug in which the gathered
2005 Nov 11
2
Rsync, subversion and directories
Hi all,
I'm attempting to build a backup system using rsync and subversion.
I have a samba share which I would like to replicate via rsync. The
replicated copy is under subversion control to store a 'history'.
This appears to work well until a directory is removed on the primary
(non-backup) file system.
The rsync command which I assumed would do the job:
$ rsyc -zrv
2006 May 26
1
Building V2.3.0 on Tru64 V5.1B
Hi,
I am going to be attempting a build of R for the alphas (our
main need is to collate and present graphically, performance metrics we
gather on our applications).
We have:
CC=cc, CXX=cxx, Fortran V5.51 (f77, f95), GNU make 3.80, Perl 5.8.4
I am hesitant to rebuild GCC on this platform, and would like to know if
others have success in building R with native C, C++ and Fortran. I plan
on
2020 Aug 11
2
Switching roles between 2 DCs
Am 11.08.2020 um 16:02 schrieb Rowland penny via samba:
> On 11/08/2020 14:54, Lothar Schilling via samba wrote:
>> Yep, that did it, thanks a lot, "-k yes" wasn't good enough. There now
>> was another error, though:
>>
>> ERROR(<type 'exceptions.AttributeError'>): uncaught exception - 'module'
>> object has no attribute
2007 Jul 17
0
write.dcf/read.dcf cycle converts missing entry to "NA" (PR#9796)
Full_Name: Bill Dunlap
Version: 2.5.0
OS: Red Hat Enterprise Linux WS release 3 (Taroon Update 6)
Submission from: (NULL) (24.17.60.30)
If you read a dcf file with read.dcf(file,fields=c("Field",...))
and the file does not contain the desired field "Field",
read.dcf puts a character NA for that entry in its output
matrix. If you then call write.dcf, passing it the output
of
2009 Sep 04
2
help with functions
Hi all,
I have got 2 function (see bellow) which are simplifications of what I need
to do. These functions are precisely the same, except for the last line.
My question is, why doesn't function testA work in the same way as function
testB.
Both functions produce two objects, "a" and "b" that must merged with rbind.
The difference is that in testA, I specify the name
2006 Feb 27
0
Authenticating users via samba to an active directory
Chaps,
Got a small problem here that I could do with some help with.
I am looking at implementing 802.1X wired based network authentication
here and am using a RADIUS server called Radiator as the primary
authentication mechanism. Radiator has an authentication module that'll
allow user auth to an active directory via components of the samba
suite. The requirement is that the host samba
2013 Dec 05
0
S4 method for '[' with extra arguments: distinguishing between x[i] and x[i, ]
Hi,
I want to implement a '[' for an S4 class, that behaves differently
when called with a single index argument or multiple indexes (possibly
missing), like what happens when subsetting matrices x[i] vs. x[i, ].
I manage to do it using nargs() and checking if drop is missing (see
code below), but when I want to add an extra argument to the method
(before drop), then the parent call
2007 Jul 23
1
Theora and OLPC
Hi guys,
My name is Adir. I'm a Google Summer of Code student, and in addition to
that I will be working both with Xiph.org and with OLPC on optimizing
Theora's performance.
I'm in the list to get a shiny B4, but at the moment I can't do anything
since sending the laptop to my place involves some difficulties. Until I get
the laptop, I would like to hear from any of you, XO users
2005 Mar 05
1
Problem with plotting size/location on variation of star/segment plot
Dear R gurus,
I'm running into a problem with some modified segment plots I've coded
using stars(). What I am trying to do is superimpose two series of data
along with radial axes markers in a 2x2 graphics frame. This is working
fine now, except for the hitch: my plots overfill the frame and are not
centered within it (on my runs they always end up looking like they've
been budged
2006 Mar 09
2
Using ntlm_auth to authneticate to an NTLMv2 AD
Chaps,
I'm trying to get a radius server to authenticate to AD via the samba
ntlm_auth program.
I've just built samba vsn 3.0.21c with the following config parameters
./configure --with-pam --enable-socket-wrapper --with-ldapsam
--with-syslog --with-ldap --with-winbind
My smb.conf has
global]
workgroup = ADIR
security = domain
password server = 150.237.54.198
realm =
2020 Aug 11
2
Switching roles between 2 DCs
Yep, that did it, thanks a lot, "-k yes" wasn't good enough. There now
was another error, though:
ERROR(<type 'exceptions.AttributeError'>): uncaught exception - 'module'
object has no attribute 'drs_utils'
The solution offered and working is inserting
? import samba
? import samba.getopt as options
? import ldb
+import samba.drs_utils
? from ldb