Displaying 20 results from an estimated 742 matches for "dits".
Did you mean:
bits
2003 Oct 25
1
Trivial documentation patch
Greetings.
I'm not sure if this is the place or not, but I wanted to pass on this
patch (against CVS as of today) to document two exit values that are used
by rsync but not yet in the docs. Please let me know if there's a better
place to send it.
Many thanks to the developers and maintainers of rsync for all the
excellent work!
Jon
Index: rsync.yo
2010 Aug 11
2
Samba/Winbind issue
Hi,
I have an issue with Samba using winbind. We have Active Directory groups with underscores (for example sambagroup_underscore). But an underscore in Samba (Unix) is a space in Active Directory.
So my question is what character is used in Samba (Unix) for an underscore in Active Directory? Or are there other solutions to solve this?
I would be very happy if you can help me!
Met
2010 Sep 23
1
Samba 3.5.4: log.smbd: PANIC (pid 16232692): sys_setgroups failed
Hi,
We use Samba 3.5.4 using winbind on AIX.
The issue we have is that some accounts can not access the Samba share. The belong to the correct Active Directory group. I have googled and I have read something about too many Active Directory groups. Is this a know issue and is there a workaround for this?
The issue which occurs:
log.smbd: PANIC (pid 16232692): sys_setgroups failed
Met
2010 Oct 05
1
smb_panic sys_setgroups failed
Hi,
We have Samba version 3.5.4 and we are using winbind (Active Directory) for authorisation.
The issue is that for most of the members of a Samba share it is not possible to connect this Samba share. This because of the error below. It seems to be that the number of Active Directory groups where this Samba member belongs to is too high.
UNIX token of user 588109
Primary group is 10049 and
2012 Oct 09
1
how to convert by lists in data.frames
Dear R-helpers,
I’ve got a summary of results from a by() call that I am making with a list
of more than two of factors not very different from the example in the by()
help page
require(stats)
by(warpbreaks[, 1], warpbreaks[, -1], summary)
The result of the command gives a list of the form
wool: A
tension: L
Min. 1st Qu. Median Mean 3rd Qu. Max.
25.00 26.00
2004 May 24
2
Metafiiles into Word R 1.9.0
Dear R-helpers,
I recently upgraded to R 1.9.0 in my computer at work and at home:
1.-The computer at home has Windows XP and Office XP and it seems to work
perfectly and I copy-paste graphics perfectly.
2.-The computer at work has Microsoft Windows 2000 (5.00.2195 Service Pack
2) and Word 2000 (9.0.4402 SR-1) I cannot copy-paste windows metafiles into
Office applications in my computer at
2004 Nov 09
1
LDAP suffix question
Hi,
I would like to have a DIT similar to this for my Samba server :
ou=People,dc=domain,dc=com: users accounts
ou=Group,dc=Domain,dc=com: groups
ou=Hosts,dc=domain,dc=com: machine accounts
ou=Samba,dc=domain,dc=com: Samba specific stuff, such as sambaDomain,
sambaUnixIdPool, etc
My understanding is that "ldap [user|group|machine] suffix" is relative
to "ldap suffix".
2003 Sep 16
2
gnls( ) question
Last week (Wed 9/10/2003, "regression questions") I posted
a question regarding the use of gnls( ) and its dissimilarity
to the syntax that nls( ) will accept. No one replied, so
I partly answered my own question by constructing indicator
variables for use in gnls( ). The code I used to construct
the indicators is at the end of this email.
I do have a nagging, unanswered
2008 Mar 17
0
[PATCH] Attempt to rewrite the description of the filter parameters in rsyncd.conf.yo.
- Collect material that applies to all daemon filters in the documentation of
the "filter" parameter, and make it more complete and coherent.
- Amplify the recommendation to exclude entire subtrees properly since the
excluded_below check is easy to circumvent and I have proposed removing it
altogether.
- The `Only one "X" parameter can apply to a given module' wording
2009 Apr 09
5
data.fram zero's
Hi all,
A simple question which I don???t seem to be able to solve:
I want to make a data.frame of 360 rows and 94228 column with only zero???s
without having to type all these zero???s ;-)
What is the easiest method?
Thanks,
Naomi
Disclaimer: De informatie opgenomen in dit bericht (en bijlagen) kan
vertrouwelijk zijn en is uitsluitend bestemd voor
2009 Mar 26
4
same value in column-->delete
Hi Readers,
I have a question.
I have a large dataset and want to throw away columns that have the same
value in the column itself and I want to know which column this was.
For example
> x<-data.frame(id=c(1,2,3), snp1=c("A","G",
"G"),snp2=c("G","G","G"),snp3=c("G","G","A"))
2005 May 11
1
Gateway service under Asterisk
Hello list!
I am new in * but i want to learn about its possibilities. I want somebody
to tell me if what I want to do is possible with *.
I have a teleconference tool which uses SIP and now I am using Asterisk as
POTS gateway. When I dial certain number from a telephone I connect with
asterisk which asks me for an extension. When I dial certain extension I
connect with my SIP application
2003 Feb 17
2
how to define share for sharing lmhosts?
Hi All,
Probably simple question: I want to make a share for sharing an lmhosts
file which gets included by the clients. This share has to be very
public and accept nullsessions (whatever that me be (no username and
password?)).
I want this because I need to generate aliases on the fly for for our
fileserver for some clients (terminalservers specifically). So I thought
that having an server
2002 Nov 22
2
Add -D_XOPEN_SOURCE_EXTENDED definition for HP/UX 11.00 platform
Hi,
I suggest to add the following definition to configure and its template
configure.in to allow samba-2.2.x to be compiled on HP/UX 11.00 with
some lesser warnings. Without this definition you'll get warnings on all
socket operation because the socket operations are UNIX98 specific and
HP/UX 11.00 will support this when _XOPEN_SOURCE_EXTENDED is defined.
--
Ren? Nieuwenhuizen
Afdeling
2002 Dec 18
1
Windows binary of Dopt library
Dear R-helpers,
Would anybody have a compiled binary version (for Windows) of the Dopt
library that is in the development site?.
best regards,
IOsu
--------------------------------------------------------------
Jes?s Mar?a Fr?as Celayeta
Dublin Institute of Technology
School of Food Sci. and Env. Health.
Cathal Bruha St., Dublin 1. Ireland
Phone: +353 1 4024459 Fax: +353 1 4024495
2004 Feb 05
2
Savitzky-Golay smoothing for reflectance data
I got a question from a fellow PhD student that work with spectrum
analysis in Excel and now he has lots of spectrums that needs to be
smoothed, which would be nice to be able to do in batch.
Is there an R package that can do:
Savitzky-Golay smoothing for reflectance spectral data
or a function that does something similar.
_______________________________________
Henrik Andersson
2004 Aug 06
1
clean up your cre dit report 4859UYZo9-12-11
hjhfjfhjf773
Our system lets you clean your Bad Credit ONLINE
Delete your Bad Credit Online Directly from Bureaus
Online Credit Repair Approved by Credit Bureaus.
Credit Breakthrough Clear BAD Credit Online Fast.
I cleared up my credit right from my computer
Use your Computer to fix your Bad Credit.
Credit scores going through roof with our online credit repair
Clean your Bad
2016 Feb 15
1
drs showrepl failures
Hi all,
I've been having DNS issues for about 3 months which is causing all
sorts of weird problems (most things work fine but then we have days
where random machines lose trust/can't login without un-joining and
rejoining the domain). The domain was working with no problems for
nearly 5 months before this started happening.
I have Ubuntu 14.04 running Samba 4.1.6 using the internal
2010 Apr 14
2
GAMM : how to use a smoother for some levels of a variable, and a linear effect for other levels?
Hi,
I was reading the book on "Mixed Effects Models and Extensions in
Ecology with R" by Zuur et al.
In Section 6.2, an example is discussed where a gamm-model is fitted,
with a smoother for time, which differs for each value of ID (4
different bird species). In earlier versions of R, the following code
was used
BM2<-gamm(Birds~Rain+ID+
2002 Aug 02
1
[patch] exclude-from stdin
This patch causes --exclude-from and --include-from to read
from STDIN when given - for a filename.
This was formerly incorporated in my --link-dest patch.
Patch against current cvs.
--
________________________________________________________________
J.W. Schultz Pegasystems Technologies
email address: jw@pegasys.ws
Remember Cernan and Schmitt
-------------- next part