similar to: domain master browser

Displaying 20 results from an estimated 1000 matches similar to: "domain master browser"

1998 Aug 10
3
Samba and the PDC are fighting for being the Browse master, why?
Hello, in my log.nmb I regularly see these messages: process_local_master_announce: Server GUTENBERG at IP 192.168.35.90 is announcing itself as a local master browser for workgroup PIEZO and we think we are master. Forcing election. 1998/08/10 12:57:03 ***** Samba name server FAURE has stopped being a local master browser for workgroup PIEZO on subnet 192.168.32.1 ***** 1998/08/10
2002 Jul 09
1
Windows 2k/XP and roaming profiles
Hi I'm finding it takes ages to download a roaming profile from the server when I log into Win2k or XP. A 4Mb profiles typically takes about 2 minutes (and 2 minutes to write back when I log out). I did a test and copied the profile directory from the server to my PC. Running under Win98 takes 1-2 minutes. Under 2K/XP it takes nearly 5 minutes. However, a single file of 4Mb only takes about
1999 Apr 28
3
License manager
Has anyone successfully incorporated a Win95 app that uses FlexLM license manager on a Samba file system. I would be extremely interested in talking with you as we are trying to install Parametric Technology's ProEngineer on our Samba file server. We do have a copy of the Unix version of the license manager, but I am not sure how I can get the Win95 client to talk to it. Any and all
2005 May 30
1
Joining Sun NAS to samba domain
Hi I have successfully joined my Sun NAS device to my Samba PDC (version 2.2.10, security=user, encrypt passwords=yes) However, when I try to map a drive to \\nas\home it wont accept my (correct) password and the NAS log says : NetrSamlogon[BIOSS\janet]: SAMBA_ACCESS_DENIED (Samba PDC) Have I missed something ? Do I have to set up a trust account or is it to do with encrypted passwords ? --
2004 Mar 25
1
domain admins and Samba 3.0.2
Hi I've been running Samba 2.x for years but decided to move up to 3.0.2. I've set up a new samba server with a workgroup NEWBIOSS and netbios name PARETO. Im having problems setting up my domain admins. I used 'net groupmap modify "Domain Admins" unixgroup=domadmin' my 'net groupmap list' shows : System Operators (S-1-5-32-549) -> -1 Replicators
1997 Aug 04
23
smbpasswd
I have finally managed to compile and install samba 1.9.7alpha5 with des, shadow passwords and PAM. I have a new problem now. my 95 clients when set to user level access control and try sharing something give this error. "You cannot view a list of users at this time. Please try again later." I belive this is because the rights on the file smbpasswd [the file containing the passwords]
2017 Oct 10
3
kernel-plus PXE virt-install with Xen?
I'm trying to figure out how to replace the vmlinuz and initrd.img from CentOS 7.4 with "fixed" kernel-plus versions in order create CentOS 7.4 VM's. So far I'm stuck booting via 7.3 install, adding new kernel-plus and upgrading to 7.4. I've not found any complete Google answers and was looking for help making sure I choose the correct approach. I've tried to build
2009 Aug 18
1
Strange package installation error
Hi. I'm trying to install a new package. I'm a relatively long-time (though not advanced) R user and have never seen this error before. For the first example, I tried a few different CRAN mirrors. In the second example, the file does exist; I downloaded it from the CRAN website for the package and pasted in the name exactly a few different times to make sure it was right. >
2008 Apr 10
4
Re: Poor performance running WinXP x86 hvm underCentOS5.1x64 with xen3.1
I found on some CPUs an ACPI based HVM chews up a lot of CPU time versuses an APIC HVM, so in Windows I would change the computer type in device manager to "Standard PC" and disable acpi in the domain config. -Ross ----- Original Message ----- From: xen-users-bounces@lists.xensource.com <xen-users-bounces@lists.xensource.com> To: xen-users@lists.xensource.com
1998 Nov 24
3
Problems compiling samba-1.9.18p10 on Solaris 2.6
Hi there all, I have problems compiling samba-1.9.18p10 on Solaris 2.6. I get the following error msgs when I make the Makefile, what am I missing?: Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb" -DNMBLOGFILE="/usr/local/samba/var/log.nmb" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts"
2017 Dec 12
5
problems with share permissions
Hi I had a few test shares  created and they were working fine. Users could read or write depending on the windows group that was defined on the share. I have since removed the test shares and created the file structure needed and setup the smb.conf file with the share names.  I have also setup the groups and assigned them to the respective directories.  Problem is the users can connect to
2004 Mar 15
8
Simple numeric "as.is" question
I am reading a list of numbers from my clipboard, and have been successful, except I can't make a histogram as R doesn't recognize my variable as numeric. I know I need to use "as.is", but the specifics escape me. I have used x<-read.table("clipboard", header=F) to import from a txt file. How do make this numeric? Thanks, J.
2005 Jun 22
0
Samba and Sun StorEdge NAS
Hi I managed to get my Sun NAS filer to join my Samba domain (2.2.10). However, I cannot mount any of the shares from the NAS to a PC in the same domain, getting an error : 06/21/05 14:15:53 NetrSamLogon[BIOSS\janet]: SAMBA ACCESS_DENIED (Samba PDC) When I asked Sun about it they responded : "Further reseach has shown that a connection to SAMBA domain controller as is not supported by the
2011 Feb 17
3
summing 15 minute precip data to daily
Hi all, i'm sure there is an easy way to do this, but i'm stumped, so any help would be appreciated. i have a single column of data for precipitation every 15 minutes over a year. i want to sum the precip to daily data. so the first 96 records = the first day, the second 96 records = the second day, and so on.... is there a way to write a for loop that would sum the data to daily, and
2004 Nov 05
3
Resources for optimizing code
I want to eliminate certain observations in a large dataframe (21000x100). I have written code which does this using a binary vector (0=delete obs, 1=keep), but it uses for loops, and so it's slow and in the extreme it causes R to hang for indefinite time periods. I'm looking for one of two things: 1. A document which discusses how to avoid for loops and situations in which it's
2005 May 02
2
Nonparametric Tukey-type multiple comparisons "Nemenyi" test
I am trying to do a Nonparametric Tukey-type multiple comparison post-hoc test to determine which groups are significantly different. I have read the dialogue on this topic from the R-help, and am still not clear why no statistical packages include this test as an option? Is it not an appropriate test to conduct on non-normally distributed data? Is the only option to calculate it by hand
2004 May 04
3
increasing memory
Hi. I want to use R with very large files, a couple hundred megabytes, but R crashes every time that I try. Reading help files seems to indicate that R ought to manage its memory itself. I know I have enough memory since stata handles these files perfectly well. I have a mac running OS 10.3 and am running RAqua 1.8.1. Is there anything I can do to make it deal with these files successfully?
1998 Jul 23
0
netlogon shares
Hi I have a Samba server running 1.9.18p7 on a Solaris 2.5 machine. It is set up with a netlogon share. I have 4 Win95 PCs for which I have created identical <machinename>.bat files in the netlogon directory. However, only one of those PCs is running the 'root preexec' script and running the commands in %m.bat. Anyone have any idea why ? I've appended the global and netlogon
2003 Apr 08
2
quotes within quotes
How does one put quotes within quotes, if it's possible? I've tried replacing one set of the quotes by single quotes. If it's not possible, is there any way to do the following? > cmd <- "read.dta" > opt <- "convert.factors=FALSE" > data.file <- " file="/full/path/name.dta" " > eval(call(cmd,data.file,opt)) Prior to
2010 Aug 05
1
using grib files in R
I am not new to R, but I am new to .grib files. I am downloading some climate data and I would like to analyze it in R. R has a nice netcdf package, but I don?t see any package available to deal specifically with grib files. I see a few posts from other people using grib files in R. However, I was unclear if they used grib files in a different software program and then imported the data