similar to: Samba Locks Location

Displaying 20 results from an estimated 2000 matches similar to: "Samba Locks Location"

2003 Jun 18
1
WinBind and gdm/login
Hi, I am currently trying to set up a RedHat 9 Linux client to authenticate against a Windows 2000 Active Directory server. Using the Winbind documentation I have successfully authenticated however I now have a problem with gdm. Jun 18 12:18:48 jerry pam_winbind[1192]: user 'AU+Bhales' granted acces Jun 18 12:18:48 jerry pam_winbind[1192]: user 'AU+Bhales' granted acces Jun 18
2006 Mar 25
1
Suggest patch for princomp.formula and prcomp.formula
Dear all, perhaps I am using princomp.formula and prcomp.formula in a way that is not documented to work, but then the documentation just says: formula: a formula with no response variable. Thus, to avoid a lot of typing, it would be nice if one could use '.' and '-' in the formula, e.g. > library(DAAG) > res <- prcomp(~ . - case - site - Pop - sex, possum)
2010 Apr 15
1
classes and functions for qqnorm and stem
Referring to "Using R for Data Analysis and Graphics" by J H Maindonald, and available from the R site, I found the example on p.30 non-working: > stem(qqnorm(possum$hdlngth)) Error in stem(qqnorm(possum$hdlngth)) : 'x' must be numeric Since qqnorm(possum$hdlngth) plots, and > class(possum$hdlngth) [1] "numeric" , the problem must be here: >
2003 Jul 19
2
I don't find "fuzzy matching"
hello. I'm a student that work on R.(version 1.7.0) I need to some data frames such as "possum","Beams"'"kiwishade","dolphins",... . I typed help.search("possum") and so on,but the response was "No help files found with alias or title matching 'possum' using fuzzy matching.". I dont know what is "fuzzy matching"
2002 Apr 10
2
I need to be able to turn off host checking entirely
I have a small LAN. The entire system is within my view - all the hosts, the switch and the wire. If someone is in a a position to do a "man in the middle" attack, there's no need - they already have me. Over the other side of the room, and beside my desk, I have test systems. I use disk caddies (see www.vipower.com for examples) and can switch operating systems in about the
2002 Jun 13
0
possum sleeping: thanks and fisher.test() FEXACT error
Dear helplist Many many thanks to everyone who helped me. The trick was to use tabulate() or, better, tab <- rep(0,50) names(tab) <- 1:50 tab[names(table(sleeps))] <- table(c) My original dataset was a list of 50 trees and a length 12 vector recording which tree a certain possum slept in on 12 nights. As Professor Ripley points out, a Monte-Carlo simulation is easy to set up, and it
2000 Mar 20
0
Samba 2.0.6 with automount on Solaris
Hi, all Until recently, we were running Samba 1.9.18p7 in a Solaris 2.6 environment. We configured our environment with configure --with-nisplus --with-automount. With that configuration, we were able to allow multiple machines within our workgroup to act as windows 95 logon servers. Because everthing was automounted. No matter which machine a person gained access to, it provided them with the
2003 Nov 17
1
smbpasswd fails to add machine account with ldapsam
Hi! I am seeing other users with the same problem as I have. My samba also fails to add machine accounts. It seems to me if it didn't even try. If I use some other script (pdbedit, smbldap-tools) than smbpasswd it manages to add the account but still fails to authenticate within the same session. If I try again the machine account exists and authentication goes ok. server:~# smbpasswd -a -m
2001 Dec 20
0
nmbd forkbombed my machine :-\
Hello everyone, Assuming this is the right place to post potential bug reports, try this : (Apologies if it's been posted/covered somewhere else, but your lists don't seem to have a search facility...) nmbd had a good go at fork bombing my "server" just now, with a setup as follows : Samba 2.2.0a on Slackware Linux v8.0, linux kernel 2.4.16. i586 with 500ish mb of ram.
2001 Dec 03
1
(no subject)
I have the following message in my logs.. Dec 1 16:02:01 naugrim nmbd[167]: [2001/12/01 16:02:01, 0] lib/pidfile.c:pidfile_create(88) Dec 1 16:02:01 naugrim nmbd[167]: ERROR: nmbd is already running. File /var/lock/samba/nmbd.pid exists and process id 113 is running. Dec 1 16:02:01 naugrim nmbd[168]: [2001/12/01 16:02:01, 0] lib/pidfile.c:pidfile_create(88) Dec 1 16:02:01 naugrim nmbd[168]:
2002 Jun 25
1
Samba PDC, Win9x, 2k, XP domain logon problem
I hope this doc below helps out. But from what I have seen it looks like you created the machines accounts but did not create the smbpasswd for the machine accounts. See docs below Machine accounts: the manual approach As noted, Samba will not allow you to add an entry to the smbpasswd file (user or machine) unless there is a existing UNIX account for that user. So the first step is to create an
2008 Mar 21
1
Samba Fstab and Automount
/etc/fstab: //machine_name/SAN /mnt/SAN cifs defaults 0 0 [root at machine_name SAN]# mount -a Password: mount error 13 = Permission denied Problem is there is no password to the smb server. Why am I getting a password prompt when the share has full RW access and all access is granted on the share? Note, though the share is fully visable and accessable and writeable by just browsing the
2004 Aug 25
1
INTERNAL ERROR: Signal 6 in pid...
Hi, Am running SAMBA 3.0.4 on RHEL 3.0 ( 2.4.21-9.ELsmp ) It was running fine till today when i restarted my server and started getting this nmbd log!! I might have overlooked, but if anyone could point me to any previous post with answers or any other link please mail me or if there is something new or anything more you want to help me solve this, please let me know. Any help is greatly
2003 Oct 22
1
nmbd + smbd crash apon starting
Anyone seen anything like this before? I start samba and both nmbd and smbd crash imediatly. Winbind stays running but the other 2 crash, Below is my log files. Anyone have any idea why this is happening? Is my Lib.c fubar or somethin screwy or do I have some setting wrong? Chris -------log.smbd------------------------------------------------- [2003/10/22 15:54:41, 0] smbd/server.c:main(747)
2002 Jul 01
1
functions of dataframes
Hello experts I have a thing which I can't vectorize. Can any gurus out there help? This is my truncated dataset; it is a dataframe of five possums and which tree they slept in on three days. R> dataset p14 p88 p82 p90 p98 1 6 7 5 1 3 2 8 9 10 1 11 3 8 7 12 13 14 I can manipulate it with simple functions fine: R> f function(n){n+1000} R> f(dataset)
2002 Nov 22
1
SAMBA doesn't like me anymore :(
Hi All, Okay, SAMBA officially doesn't like me or something. Here's the poop: - Brand-new FreeBSD 4.7 box - SAMBA 2.2.6pre2 (built from the ports tree) - I have dual NICs, one on 192.168.1 (students) the other on 192.168.2 (staff) - I need two operational workgroups "STUDENTS" & "STAFF" each tied to their own interface. - This machine needs to do all the
2002 Aug 19
3
pblms with samba 2.X /3.x and NT--W2k
There is OBVIOUSLY something wrong somewhere. EITHER a WHOLE bunch of us are stupider than we thought, the documentation left off a step, or there is something SO blatently obvious that we are ALL staring it in the face and missing it inches in front of our faces. This is exactly what I've had, (BUT I *D*I*D* have it running ok ...) and I STILL havent figured it out yet,... Subject:
2002 Aug 20
1
explain please? was: pblms with samba 2.X /3.x and NT--W2k
Kristyan (and all) I just searched the samba website, and I couldnt find any reference to spnego except for a slide show (samba-lwny.ag ) that I can't open. ANYWAY. since I can't find any reference to the spnego parameter, could someone explain what it is, what it does, and HOW it can help us "stupid" people? It doesnt seem to be a parameter I've come across before..
2002 May 13
0
FW: WinXP joining a samba PDC
-----Original Message----- From: Tominski, Mark Sent: Monday, May 13, 2002 3:07 PM To: 'Alex Moen' Subject: RE: [Samba] WinXP joining a samba PDC ftp://ftp.samba.org/pub/samba/docs/Registry/ -----Original Message----- From: Alex Moen [mailto:alexm@ndtel.com] Sent: Monday, May 13, 2002 2:54 PM To: samba@lists.samba.org Subject: RE: [Samba] WinXP joining a samba PDC Where can I get the
2002 Aug 19
0
join domain problem with Samba 3.0 alpha18
Hi, I've compiled the SAMBA 3.0 alpha18 with all default options and installed well. Then I would join my NT 4.0 machine using the following steps (manual, not On the fly): # useradd -g groupid -d /dev/null -c "comment" -s /bin/false -m machine_name$ # passwd -l machine_name$ # smbpasswd -a -m machine_name$ after that I tried to join my NT4.0 to the Samba PDC, but it failed