Displaying 6 results from an estimated 6 matches similar to: ""Not Enough '\' Characters In Service" Error Message"
2006 Jun 09
1
nsswitch groups confusion
Hello,
I just recently migrated our samba fileservers to be members of our
corporate AD domain, which seemed to work out so far. Now, I experience
problems with group membership of groups that are defined on our old ldap
server. To avoid recreating all these groups in the AD, i thought it'd be
nice to use the old groups with the new user accounts via nsswitch.
Samba 3.0.22 on debian/unstable
2006 Aug 17
3
OSX file creation problems
I am running a REHL 4.3 server with samba RPMs:
3.0.10-1.4e.9
When an os X client connects to our samba server it can copy files from
the server an overwrite other files that already exist. However when it
comes time to create a file, it fails, where this process works
correctly from a windows system. In addition, I can go to where the
volume is mounted on the os X (10.3.7) machine and copy
2012 Mar 25
0
sm.density kernel estimation for points
Hi!
I have two dimensional dataset which has and I need to decide if a point
lies in some "confidence level". If a point has low confidence/density
it can be anomaly which I need to find.
For example:
#load library
library(sm)
#get some data
x.locs = c(74, 74.5, 75, 77,74.5)
y.locs = c(64, 63.5, 63, 61,61.5)
points = cbind(x.locs, y.locs)
#plot it
plot(points)
#get points density
2004 Jan 27
0
Server Report [Incident: 040126-000715]
Your question has been received. You should expect a response from us
by the next business day.
You may also update this question by replying to this message. Because
your reply will be automatically processed, you MUST enter your reply
in the space below. Text entered into any other part of this message
will be discarded.
[=3D=3D=3D> Please enter your reply below this line <=3D=3D=3D]
2003 Aug 27
0
build wxruby 0.1 with VC6 under NT5
Hello all,
I DLed wxruby 0.1 and tried to build it with VC6 SP5.
I have wxWindows 2.41.
After these changes the build works:
app.cpp
L15 remove sys/
comment: I do not have this directory, the header file time.h is in my
wx-directory
Makefile
remove togglebutton.obj from the line starting with "OBJ ="
comment: I dunno about the side effects this has (also my first time
editing a
2001 Feb 20
1
2.5.1p1 ssh-agent path problem in Solaris
I'm having a path problem with OpenSSH 2.5.1p1 in Solaris (7). When
ssh-agent is run, environment variables aren't being passed to the
spawned shell.
sol# env | wc -l
23
sol# env | grep -i ssh
SSH_CLIENT=10.0.1.146 1047 22
SSH_TTY=/dev/pts/0
sol#
sol# ssh-agent sh
sol# env | wc -l
1
sol# env
SSH_AGENT_PID=12032
sol#
If I