similar to: Many smbd processes per user

Displaying 20 results from an estimated 900 matches similar to: "Many smbd processes per user"

1999 Jun 12
0
Problem with Solaris disk quotas
The disk free space is being incorrectly reported on our Sun boxes, running Solaris 2.6 and 2.5.1 and Samba 2.0.4b At debug level 5, log.smb reports: [1999/06/12 14:49:07, 5] smbd/quotas.c:disk_quotas(268) disk_quotas: looking for path "." devno=254000004 [1999/06/12 14:49:07, 5] smbd/quotas.c:disk_quotas(318) disk_quotas: looking for quotas file "/home/rand/quotas"
1999 Mar 07
0
Samba and Command Software AntiVirus (F-Prot)
We run a lab of ~120 NT workstations. We have a problem with samba when Command Softwares AntiVirus is enabled for dynamic virus scanning of network drives. Office files get corrupted and/or can be saved. The client machines are all NT 4.0 sp4 with Office 97 sp2 The servers are solaris boxes running Samba 2.0.3 The problem can be seen by repeatedly modifying and saving a document stored on a
1999 Mar 23
0
"invalid users = nobody" is bad
Samba 2.0.3 on Solaris 5.5.1 with security=server, NT PDC and several 100 clients. We recently had lots of intermittent problems with samba. These included: Share mounting problems, Locking errors, Access denied errors, Document corruption and errors related to writing buffers back to the server. The problems where much worst when Command AntiVirus's dynamic virus checking was enabled. After
2008 Jan 04
1
GLMMs fitted with lmer (R) & glimmix (SAS)
I'm fitting generalized linear mixed models to using several fixed effects (main effects and a couple of interactions) and a grouping factor (site) to explain the variation in a dichotomous response variable (family=binomial). I wanted to compare the output I obtained using PROC GLIMMIX in SAS with that obtained using lmer in R (version 2.6.1 in Windows). When using lmer I'm specifying
2019 Sep 19
2
Migrating Samba NT4 Domain to Samba AD
On 19/09/2019 19:33, Bart?omiej Solarz-Nies?uchowski via samba wrote: > Dear List, > > After migration I have found some problems: > > 1. > > directives in /etc/samba/smb.conf > > force user > > force group You shouldn't be using those anymore, you should use Windows ACLs > > I have found similar problems like here: >
2003 Mar 04
1
Too many smbd processes?
Hello People, /etc/rc.d/init.d/smb status yields the following output: smbd (pid 31224 31209 31102 31098 31077 31069 31056 3237 3171 3154 3147 3144 3131 3129 3128 3124 3119 3091 3077 2590 2582 2564 2491 2468 1964) is running... nmbd (pid 31062 31061) is running... In total 25 smbd's and 2 nmbd's, while only five or six users actually use the samba-server. This many processes causes
2003 Aug 21
1
R is mentioned on Linux Today
Hi all, people who don't follow Linux Today regularly may want to check out: http://linuxtoday.com/developer/2003082000626OSSVDV My apologies if this is considered spam. Cheers, Berwin ========================== Full address ============================ Berwin A Turlach Tel.: +61 (8) 9380 3338 (secr) School of Mathematics and Statistics +61
1999 Oct 07
1
[Fwd: Libraries loading, but not really?] - it really IS a problem :-(
kalish at psy.uwa.edu.au wrote: > > I'm a newbie at R, and can't get libraries to really work. > I did this: > > library(help = mva) > cancor Canonical Correlations > cmdscale Classical (Metric) Multidimensional Scaling > dist Distance Matrix Computation > hclust Hierarchical Clustering
2013 Feb 19
1
[LLVMdev] Problem to run SPEC2006
Actually I am trying to run SPEC2006 through the Makefiles provided with LLVM Test Suite, so I think it should work properly... On 18 February 2013 15:49, Adhemerval Zanella <azanella at linux.vnet.ibm.com>wrote: > I can't really tell what is happening based on this output, but 'make' is > not the right way > to build SPECcpu2006 components. You need to do either by
1999 Oct 07
0
Libraries loading, but not really?
I'm a newbie at R, and can't get libraries to really work. I did this: > library(help = mva) cancor Canonical Correlations cmdscale Classical (Metric) Multidimensional Scaling dist Distance Matrix Computation hclust Hierarchical Clustering kmeans K-Means Clustering prcomp
2003 Jun 13
0
SMBFS, automounting and NFS
Hi all, I have a question which we think has probably been asked before, but I can't find any solutions. Bofore I get to the details, I'll give some background. I work at a university and we have a bundle of undergraduate and postgraduate students. Our computer system is currently divided roughly into a windows (XP) system and a linux (Redhat 8.0) system. The linux servers have
2001 Jul 06
0
R 1.3 on iMacs (PR#1015)
Hi, I have been trying to run R 1.3 on a Lab of iMacs running system 9.0. It starts up fine but it wont accept any input from the keyboard. I can select commands and use the copy and paste menu option and this works. It works fine on my G4 running 9.04. Apart from having to install the latest carbonlib, is there anything else needed to get it running on system 9.0 on iMacs? If you don't
2002 Oct 28
0
re: problem installing library sm
Hi all, The suggestions were great. However, after installing readline-devel I had to install ncurses-devel before getting sm to work. Can this be put into the RH 7.3 Readme when downloading R rpms (and other distbns like Mandrake where there may be a similar problem)? Thanks for your help. Rohan Sadler -- Ecosystems Research Group (ERGO) School of Plant Biology (Botany), Faculty of
2003 Jan 22
1
re: box counting method and other landscape ecology measures
Hi all, I wish to implement various landscape ecology measures through R, such as: box counting dimension; twist number statistics; contagion and lacuniarity indices; angular second moment; adjacency measures; dominance indices; etc ... Some of the measures can be applied to shape analysis and classification. Is anyone implementing any of these measures? If so I would like to contribute and
2003 Apr 28
2
sum(..., na.rm=TRUE) oddity
Hi all, I get two different results when using sum() and the switch na.rm. The result is correct when na.rm=FALSE. Linux Redhat 7.3, R version 1.6.1. I've had no luck searching the mail archives, so I was hoping somebody could explain/check this one for me. I will need to apply the function to missing data, simple as it is. Code: x<-matrix(runif(20,0,5)%/%1,4,5) # random matrix
2013 Mar 03
1
[LLVMdev] Can a Function Pass require a Module Pass?
Dear LLVMers, I am implementing a Function Pass and I would like to use analysis obtained from a Module Pass. Some extracts of my code look like that: struct MyPass : public FunctionPass { static char ID; MyPass() : FunctionPass(ID) { PADriver &PD = getAnalysis<AModulePass>(); ... virtual void getAnalysisUsage(AnalysisUsage &AU) const{
2003 Dec 01
0
No subject
When I try the command nmblookup -M TESTGROUP querying TESTGROUP on 192.168.255.255 name_query failed to find name TESTGROUP #1d My /etc/hosts file is # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost localhost.localdomain 192.168.100.101 testpc 192.168.100.100 linuxserver /etc/samba/lmhosts is 127.0.0.1 localhost
2002 Feb 26
1
Samba domain users VS "rogue" NT servers.
Hi All, We're having some problems using Samba and supposedly "standalone" rogue NT servers on one of our network domains. When an authenticated samba-served NT domain user on a client machine tries to access a share on a non BDC/PDC NT server that it part of the same samba domain, the standalone NT server sends it a message saying "Your logon time at NTDOMAIN has
2013 Feb 18
2
[LLVMdev] Problem to run SPEC2006
Dear LLVMers, I am having trouble to run SPEC2006. I have checked in my log file that the spec root has been correctly found with ./configure, but when I try: make TEST=simple in the External folder I get the following error: make -C /home/izabela/svn_llvm/llvm/projects/test-suite/tools all \ ORIGINAL_CC="clang" \ ORIGINAL_CXX="clang" make[1]: Entering directory
2013 Feb 18
0
[LLVMdev] Problem to run SPEC2006
I can't really tell what is happening based on this output, but 'make' is not the right way to build SPECcpu2006 components. You need to do either by using the supplied 'runspec' command with '-build' action directive or to issue the 'specmake' (which is a make adjusted by spec.org) on the build component folder. I can build 433.milc on PPC64 with clang without