Displaying 20 results from an estimated 100 matches similar to: "Share problems"
1999 Dec 13
0
Logon scripts w/samba
I have a logon script for windows clients to preform net time w/my samba
server when they logon. The script is called gerry.bat and it is located
in the logon directory.
But, when any user logs on.... The script is never called. I've attached
my smb.conf file. (by the way Im running RH6.0 on an AMD K-7 w/Samba
2.0.5a. THANKS IN ADVANCE!!!!
# Samba config file created using SWAT
# from
2005 Oct 06
1
how to use tune.knn() for dataset with missing values
Hi Everybody,
i again have the problem in using tune.knn(), its giving an error saying
missing values are not allowed.... again here is the script for
BreastCancer Data,
library(e1071)
library(mda)
trdata<-data.frame(train,row.names=NULL)
attach(trdata)
xtr <- subset(trdata, select = -Class)
ytr <- Class
bestpara <-tune.knn(xtr,ytr, k = 1:25, tunecontrol = tune.control(sampling
2005 Apr 12
7
Samba question
1. Does anyone know what may be happening here? When I try to map a
drive from a PC, I get the following error: "The account is not
authorized to log in from this station.". I can map the drive just fine
from my PC. Does anyone know what may be going on here? Any help would
be greatly appreciated.
2. Also, whenever I use SWAT, it takes a long time for the
information to be
2006 Jul 31
2
NT_STATUS_BAD_NETWORK_NAME
Hello,
I installed samba 3.0.23 on Fedora Cora 4 and I configured it with this smb.conf file:
[global]
dos charset = UTF-8
workgroup = OAF_ADMIN
server string = OAF Samba PDC Server
passdb backend = tdbsam
username map = /etc/samba/smbusers
password level = 1
log level = 13
log file = /var/log/samba/log.%m
max log size = 50
2005 Oct 06
0
how to handle missing values in the data?
Hello Everybody,
I am reffering David Meyer's Benchmarking Support Vector Machines ,
Report No.78 (Nov.2002), i am newly working with R but i am not sure how
it is handling missing values in the benchmark datasets, I would be very
thankful to you if you could let me know how to handle those missing
numerical & categorical variables in the data (e.g. BreastCancer).
because, i am
2000 Aug 31
0
Out of Office Response: samba digest, Vol 1 #18 - 10 msgs
William E. Dent will be away from Wednesday August 30, 2000 to Tuesday
September 5, 2000. Mail is being forwarded to wedent@home.com.
Original Message Text follows:
----------------------------------------------------------
Send samba mailing list submissions to
samba@lists.samba.org
To subscribe or unsubscribe via the World Wide Web, visit
2000 Aug 30
2
[Linux] Samba as Wins Server and Domain Controller
As much as I love Samba, OpenSores, Linux and apple pie, setting Samba as an
NT domain controller used to be a bit of a hack that required a lot of shoe
horning, and a lot of reading, and experimentation.
Get the books, sign up for the support email list and be prepared for a
bumpy ride.
The problem is that certain things *should* work a certain way, but such is
not always the case and you
1999 Oct 05
0
SAMBA digest 2259
What is this???????????????????????????????????????
> -----Original Message-----
> From: samba@samba.org [mailto:samba@samba.org]
> Sent: Tuesday, October 05, 1999 3:06 AM
> To: Bernhard Bruscha
> Subject: SAMBA digest 2259
>
>
> SAMBA Digest 2259
>
> For information on unsubscribing see http://samba.org/listproc/
> Topics covered in this issue include:
2016 Mar 27
0
Unable to join DC to domain
Good times...
Spent hours today rolling a fresh VM.
FAIL
itwerks at testes:~$ kinit administrator
Password for administrator at CB.CLIFFBELLS.COM:
itwerks at testes:~$ klist -e
Ticket cache: FILE:/tmp/krb5cc_1000
Default principal: administrator at CB.CLIFFBELLS.COM
Valid starting Expires Service principal
03/27/2016 00:07:04 03/27/2016 10:07:04 krbtgt/
CB.CLIFFBELLS.COM
2016 Mar 25
2
Unable to join DC to domain
"I expect you don't have just copied your VMs disks without changing VMs
hostname and FQDN. I expect you don't fully re-use smb.conf from another DC
(you can do that but you must change hostname into smb.conf)."
1) These are new Ubuntu VMs, not cloned, built from scratch. I tried
joining them with no smb.conf in /usr/local/samba/etc
You have disabled SELinux too
2) AFAIK
2016 Mar 27
2
Unable to join DC to domain
I ran ldbsearch on my sam.ldb
I searched for CBADC02, CBADC03, and TESTES (all VMs that fail to join
domain), results are below:
CBADC02 shows up a few times:
# record 1906
dn:
CN=CBADC02\0ADEL:de85228c-f92b-4d5d-9d6a-01c3f915dec9,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configu$
objectClass: top
objectClass: server
instanceType: 4
whenCreated: 20160310044543.0Z
uSNCreated: 4215
2010 Feb 16
3
Triangular filled contour plot
Hi all,
I am working on a filled contour plot which shows a triangular matrix data
set (as shown below). Is there a possibilty to draw a triangular filled
contour in a equilateral triangle (like a ternary plot)?
Thanks in advance
Johannes
http://n4.nabble.com/file/n1557386/Bild3.png
--
View this message in context: http://n4.nabble.com/Triangular-filled-contour-plot-tp1557386p1557386.html
2007 Jun 18
4
triangle contour plots
Suppose I have three numbers p1, p2, p3 with
0 <= p1,p2,p3 <= 1 and p1+p2+p3=1,
and a function f=f(p1,p2,p3) = f(p1,p2,1-p1-p2).
How to draw a contour plot of f() on the p1+p2+p3=1 plane,
that is, an equilateral triangle?
Functions triplot(), triangle.plot(), and ternaryplot() give
only scatterplots, AFAICS
--
Robin Hankin
Uncertainty Analyst
National Oceanography Centre,
2016 Mar 21
2
Unable to join DC to domain
No dice.
Logged in to a workstation with RSAT installed. Added computer to OU
Domain Controllers, closed ADUC, attempted join again.
itwerks at cbadc03:~$ kinit
Administrator
Password for Administrator at CB.CLIFFBELLS.COM:
itwerks at cbadc03:~$ klist
-e
Ticket cache: FILE:/tmp/krb5cc_1000
Default principal: Administrator at CB.CLIFFBELLS.COM
Valid starting Expires Service
2002 Jul 02
2
access denied when trying to connect XP to samba-2.2.1a-4 PDC
Ok, Heres the setup: RH 7.2 with samba-2.2.1a-4. I have had samba as a
PDC for sometime now, and WINNT & WIN2k systems have no problem logging
on to the domain. Whenever I try from my XP pro test sys, I get:
The following error occurred attempting to join the domain "WORKGROUP";
Access is denied.
I do have a trust account set up for this system, and I manually added
the trust
2000 Apr 20
7
Print Server
Ok, here's my setup: I've had a samba file server going for about a year
now. It's Samba v2.05a on a RH6.0 sys. Currently we have a printer
server running on a Winblows NT box. This NT box has the following
printers: HP5si, (4) HP4000, and a few HP4s. All of those printers have
Jet Direct ports on them. What I want to do is, move all the printers
over to the Samba box and KILL the NT
2008 Mar 11
1
syncing multiple instances of code in same tree
Hi - rsync newbie here.
I have a situation where I have multiple instances of CMS website code
living in the same root directory and having parallel dir structures, so
something like this:
/my_code/root_dir/instance_1
/my_code/root_dir/instance_2
/my_code/root_dir/instance_3
each instance_n has the same directory structure and owns the same files for
the most part with small isolated customer
2000 May 12
2
LPRng question
<It seems that the print command is trying to find the printer at
location 'localhost'. Since this is a network printer it is not at
localhost is it?>
Yeah, the error messages made no sense to me either!
Well, like I said earlier: < The IP address of this printer is 10.1.1.192. I
call this
printer nero, and have it listed in my /etc/hosts file>
Here is a copy of part of my
2000 Aug 30
1
Samba as Wins Server and Domain Controller
I currently have had Samba running on our network as a file and
print server and have had no major problems at all. I know Samba is
capable of becoming a Wins Server and a Domain controller. I was looking
into this, and was wondering who else is running Samba in this
configuration. If you are running it in this configuration:
How do you like it: ( does it run well, what are the pros and cons of
2001 Mar 19
3
SAMBA PROBLEMS ON A DATA GENERAL
Ok, I'm not too sure if this is the right list or not. I have had no
problems compiling Samba on any of our machines, except our 2 DGUX (Data
General Unix) systems. Once I start the make file, is when I get a bunch
of "Error code 2 (ignored)". I think its the compiler, but not sure.
I'm running MU05 on the DG, hopefully one of you has had this same
problem before. DG's sight