Displaying 20 results from an estimated 4000 matches similar to: "scale function within a for-loop?"
2004 Dec 30
5
Openldap + Samba 3 PDC
I'm trying to get Samba up but I can't seem to get the LDAP connection
working correctly. I can run a search from ldapsearch, but samba is
complaining that it can't connect.
Here's the error from log.smbd
[2004/12/29 16:04:04, 0] lib/smbldap.c:smbldap_connect_system(850)
failed to bind to server with dn= cn=Manager Error: Invalid
credentials
[2004/12/29 16:04:04, 1]
2005 Feb 08
3
Joining a domain with a non-administrator account
I'm trying to set it up so I can join the domain with a regular user
that is part of the domain admin group. I have a user dsonenberg that
is in the domain admin group(512), but I can't join the domain with that
account. For the record I can login with that account and Administrator
can join the domain. The PDC has an LDAP backend. Here's the log.
2005/02/08 10:26:25, 2]
2005 Feb 22
1
win2k/xp crashes after logon to PDC
Very strange on my desktop(win2k) I don't get this problem but on other
workstations both win2k and winxp I get this. After logging on to the
Domain a windows labelled 'Sas Window: winlogon.exe - Application Error'
pops up with the following message:
The instruction at "0x00650076" referenced memory at "0x00650076"
The memory could no be "read"
I
2005 Feb 24
2
Load Balancing over multiple NICS
I was currious about setting up load balancing for my company
fileserver. This machine get's heavy usage and we would like to load
balance the traffic over two 1 Gigabit NICS. How would this be best
accomplished? Should we set up a firewall rules that will NAT for that
machine or does samba have a built in mechinism?
--
David Sonenberg
Systems / Network Administrator
Stroz Friedberg,
2005 Feb 01
2
PDC groupmapping problem
I'm trying to iron out all the problems on my PDC. It's setup with a
LDAP backend that's replicated to an ldap slave/BDC. Here's the problem:
# smbldap-groupshow 'domain admins'
dn: cn=Domain Admins,ou=People,dc=strozllc,dc=com
objectClass: posixGroup,sambaGroupMapping
gidNumber: 512
cn: Domain Admins
memberUid: Administrator,root,astanley
description: Netbios Domain
2005 May 18
2
Trouble joining domain at BDC site
I have no trouble joining the domain in our main office(samba PDC) or a
branch office(samba BDC) but for some reason I can't join the domain at
the branch office 2(also samba BDC) All three offices are running
3.0.11 and the 2 branch offices have identical configurations, aside
from ip address'. The message I get from Windows XP is:
The following error occured attempting to join the
2005 Feb 28
4
ACL Question [Repost]
OK so I've got samba-3.0.11 compiled with ACL support. I've running
2.4.25 with the ACL/ATTR patch applied. I can read and set ACLS's using
the getfacl/setfacl programs. ldd /usr/sbin/smbd shows it's linked to
libattr.so.1 and libacl.so.1. I can read ACL with the smbcacls program,
but when I try to set them I get:
ERROR: Unable to open credentials file!
Also from the
2005 Jul 20
2
smb_get_length 2GB error
Hello, I have a problem, I'm mounting a ntfs directory shared with w2k.
I made "cd" to the mounted directory, I excute tar ... and the limit is
2Gb, and I receive the error:
Jul 20 10:04:30 mail kernel: smb_get_length: recv error = 512
Jul 20 10:04:30 mail kernel: smb_request: result -512, setting invalid
Jul 20 10:04:30 mail kernel: smb_retry: caught signal
Jul 20 10:04:30 mail
2005 Aug 26
1
Cannot copy Files > 2GB
Hi all
I'm using Samba version 3.0623 on my rhel3 with kernel 2.4.21
I mounted a windows partition with the command "smbmount".
Now I have the problem, that I cannot copying files which are larger than 2GB.
The cp command starts and everything works fine until the 2GB are reached. Then
the bash gives me the error: "The maximum file size is exceeded"
the
2008 Dec 18
2
Asterisk 1.4.22 Queues problems (Fifo or not ?)
Hi,
I'm having a question with asterisk queue system, is it a fifo or a lifo
or random ?
Sometimes when we have people waiting in the queue and new agents are
connected to handle the load the first call that is handled is not the
one which
is already waiting for 4min, but the new one which has just arrived.
However this doesn't happens everytimes
Is it normal ?
regards,
benoit
2010 Nov 07
1
creating a scale (factor) based on a continuous variable nested within levels of factor
Hello R-helpers
I hope that my subject line is not detering anyone from helping me out:)
I have been stuck of a few hours now, and I don't seem to pinpoint
where the problem is.
I have a data.frame which is structured as follow:
str(hDatPretty)
'data.frame': 1665 obs. of ?8 variables:
$ time ? ?: num ?0 1.02 2.05 3.07 4.09 ...
$ hr ? ? ?: num ?62.4 63.6 64.6 65.5 66.2 ...
$ emg ? ?
2004 Dec 30
3
PDC + LDAP group mappings
Alright now that samba can talk to LDAP I have a blank slate. I know I
need to setup group mappings, but I'm a little confused about this.
Since it's an ldap backend do the groups need to have unix counterparts?
Should I use the net groupmap command to add the mappings or should I
use an LDIF file?
David Sonenberg
Systems / Network Administrator
Stroz Friedberg, LLC
15 Maiden Lane, Suite
2009 Aug 19
1
ridge regression
Dear all,
I considered an ordinary ridge regression problem. I followed three
different ways:
1. estimate beta without any standardization
2. estimate standardized beta (standardizing X and y) and then again convert
back
3. estimate beta using lm.ridge() function
X<-matrix(c(1,2,9,3,2,4,7,2,3,5,9,1),4,3)
y<-t(as.matrix(cbind(2,3,4,5)))
n<-nrow(X)
p<-ncol(X)
#Without
2009 Aug 19
1
Ridge regression [Repost]
Dear all,
For an ordinary ridge regression problem, I followed three different
approaches:
1. estimate beta without any standardization
2. estimate standardized beta (standardizing X and y) and then again convert
back
3. estimate beta using lm.ridge() function
X<-matrix(c(1,2,9,3,2,4,7,2,3,5,9,1),4,3)
y<-as.matrix(c(2,3,4,5))
n<-nrow(X)
p<-ncol(X)
#Without standardization
2001 Apr 21
1
within-subject stdized regression w missing data
I am looking for an elegant solution to the following problem. I
have one that works, but it is ugly.
In a questionnaire, each of 80 subjects answered 8 questions
about each of 30 different behaviors. My main method of analysis
is within-subject regression, in which I predict the answer to
one of the 8 questions from answers to some of the other
questions - different subsets for different
2004 Dec 27
4
PDC + LDAP
I'm trying to set up my LDAP in preparation to configure my Samba PDC.
In the Official Samba-3 HOWTO and Reference Guide it give instructions
on howto setup slapd.conf (section 10.4.4.3) After modifying the file
it instructs to run /sbin/splapindex -f /splapd.conf When I run this I
get the following error:
/etc/openldap/schema/samba.schema: line 423: AttributeType not found:
2015 Apr 28
2
答复: I love NUT
Carsten,
This is a common issue in technology when you have complex products
that the majority of consumers of those products do not understand how
they operate.
If most UPS customers understood the importance of standardization they
would have refused to purchase non-standard UPSes and all UPSes would
have long ago standardized on a single management protocol.
The normal thing is that product
2007 May 25
2
xyplot: different scales accross rows, same scales within rows
Dear list members,
I would like to set up a multiple panel in xyplots, with the same scale
for all colunms in each row, but different accross rows.
relation="free" would set up all x or y scales free... which is not what
I want :-(
Is this possible?
Thank you in advance,
Best wishes,
Marta
2009 Jul 09
2
Lattice xyplot: same scales within one factor
I am using R 2.8.1 and lattice to produce xyplots conditioned on
two factors. What I would like is to have the scales be free between values
of one factor, but some within. Thus, in the example:
xyplot(mpg ~ disp | factor(gear) + factor(cyl), mtcars,
scales=list(x=list(relation="free")))
rather than having the x scales be free within a gear as well, I want it to
be the same for
2012 Nov 16
1
xmlParseDoc parser errors
Hi,
I have some XML files that have a processing instruction directly
after the XML declaration
when I do
kgroup.reading <- character(0)
for (file in file_list){kgroup.reading <-
xmlParseDoc(file.path("c:","projects","respositories","dk","004",file))}
I get the error
file name :1: parser error : Start tag expected, '<' not found