similar to: strange kind of sharing violation disappearing with socket options

Displaying 20 results from an estimated 7000 matches similar to: "strange kind of sharing violation disappearing with socket options"

2006 Aug 18
0
roaming profile unusable after smb ports = 139
Hello, I have a big problem with a samba setup. After I tried the config option smb ports = 139 in the global section, 90% of the roaming profiles are not usable by the windows XP clients. Removing the smb ports options didn't help. No errors in the samba logfile. erasing the profiles seems to fix the issue, but I cannot afford losing all my users profile data! here is my smb.conf.
2006 Jul 04
0
slow access to shared printers
Hello, I've a printing performance problem using samba 3.0.14a (tested on both fc4 and debian). Accessing to the properties of a shared printer takes ~9 seconds, while it takes only 4 seconds when accessing the printer directly. Tested with both windows XP and win 2000. It's a raw queue setup using cups, printer are accessed using the embedded lpd. Selecting the shared printer within
2007 Aug 27
4
Problem with save or/and if (I think but maybe not ...)
Hi, I recently discovered the R program and I thought it could be useful to me. I have to analyse data saved as .Px file (x between 0 and 8 - .P0 files have 18 lines at the beginning that I have to skip). New files are generated everyday. This is my strategy : In order to analyse the data, I first want to copy the new data in a database in MySQL (which already contains the previous data). So
2007 Aug 27
0
how to write nicely a condition on a loop "for" (that is, not like I did)
Hi again, This is the follow of my post "Problem with save or/and if (I think but maybe not ...)". In this post, I wrote that I solved my main problem. And it is true. I also wrote that there was still another problem, which I managed to solve. But I think there must be another way to solve it taking advantages of the R language (which I don't master at all), that is with less
2004 Jan 18
1
multcomp, simint, simtest and computation duration
Dear R-listers, I am trying to compute simultaneous confidence intervals with simint from the package multcomp. 230 measures (abundance) have been taken in 23 sites (factor) of a data.frame (donnees: a file can be sent on request, saved with save(donnees,file="donnees")). I would like to get all pairwise comparisons with : mc<- simint(ren~ID,type="Tukey",data=donnees) I
2010 Mar 27
0
Error lm.fit(...) - pairs cointegrated trading
Hello guys, I'm trying to do a pairs trading cointegration analysis on two stocks (AXAP and AXANY), but I get an error that I don't understand... Here's my code: setwd("S:/Users/Alexis/Desktop/Essai") #chemin du dossier contenant les donn?es donnees <- read.csv("Data_R.csv", head=T, sep=";", stringsAsFactors=F) library(xts) dates <-
2009 Oct 21
2
linear regression: Is there a way to get the results of lm as variables
Hi R users I used R to get the results of a linear regression reg<-lm(y~x) here are the results: # Call: # lm(formula = donnees$txi7098 ~ donnees$txs7098) # # Residuals: # Min 1Q Median 3Q Max #
2003 Mar 19
2
Agent Socket Directory
Dear All, Is it possible to move agent sockets to directories other than /tmp? For ex., move to /var/run/ssh? I don't know if anyone has asked for this before. I'm asking this because according to the current FHS 2.2 (http://www.pathname.com/fhs/), PID files and sockets should always go to /var/run. I understand that it is not possible for an ordinary user to write to /var/run,
2007 Sep 17
4
Must be easy, but haven't found the function (numerical integration)
Hi, I have a data frame of 2 columns with the following types : data$day char data$value num And I plot my data with : plot(strptime(donnees$day,format="%Y-%m-%d %H:%M:%S"),donnees$value, type="l") And I'd just like to get the numerical value of the integration of this graph. I looked at ?integrate but, as far as I understood (that is, not very much, due to my poor
2007 Apr 27
1
add arrows to barchart with groups
Hello Rhelpers, I am trying to represent the following data (hereafter named donnees) in a barchart with a grouping variable : site traitement date s res 1 NT 17/10/2005 normal 76.2 1 T 17/10/2005 normal 103.2 1 NT 23/11/2005 tardif 81.6 1 T 23/11/2005 tardif 98 2 NT 15/10/2005 normal 72.71 2 T 15/10/2005 normal 94.47 2 NT 15/11/2005 tardif 79.65 2 T 15/11/2005 tardif 94.7
2005 Aug 08
1
get the wald chi square in binary logistic regression
hello, I work since a few time on R and i wanted to know how to obtain the Wald chi square value when you make a binary logistic regression. In fact, i have the z value and the signification but is there a script to see what is the value of Wald chi square. You can see my model below, Best regards, S??verine Erhel [Previously saved workspace restored] > m3 = glm(reponse2 ~ form +
2005 Jun 13
0
Problems Migrating password and group info to ldap
Hi Samba list, I am migrating a v3.0.9 (Suse 9.2) smbpasswd backend samba domain over to a v3.0.9 (suse 9.2) ldapsam backend and I have been incurring some problems I have not been able to resolve. Intial setup: 1. samba (working) (at least any new account created can login domain and SID properly registered in LDAP) 2. ldap (working) (server accepting logins via ldap accounts) 3. smbldap
2020 Nov 20
1
Can't create users?
On 11/20/2020 3:35 PM, Rowland penny via samba wrote: > On 20/11/2020 22:22, Dan Egli via samba wrote: >> Okay, I re-downloaded the Samba source and recompiled it. It started >> giving me fits until I modified the samba.service file to point to >> /etc/samba/smb.conf instead of whatever the default was. Then it >> started fine. But when I go to add a user via
2004 Nov 29
0
samba, nss and openldap
Hello list! I would like to setup up a PDC based on openldap. I am running Debian Testing with Samba 3.0.7-Debian and OpenLDAP 2.1.30-3. But i got stuck with one problem: I cant join a Domain if i haven`t added a unix machine$. If i use: add machine script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false -M %u && /usr/sbin/smbldap-useradd -w "%u" then i can join a
2005 Jun 16
1
smbldap adding machine error
Hi all, I'm currently working on getting the whole samba with ldap working. I'm having an error trying to join a computer to the domain, when windows goes to change to the new domain I get the dialogue box to enter the user/pass to join I do that and it returns: the following error occurred.... the username could not be found. taking a look at the smbd.log file it shows: [2005/06/16
2005 Jan 18
2
IdealX
Have IdealX.org lost their domain? it seems to have been pinched by some company selling domains. Site is partially mirrored at Idealx.com but stil links to idealx.org. Replace idealx.org urls with idealx.com but the samba downloadable stuff isn't there at the moment. Duncan
2019 Apr 02
0
selftest
On Tue, 2 Apr 2019 15:48:41 +0000 (UTC) Billy Bob <billysbobs at yahoo.com> wrote: > > On Mon, 1 Apr 2019 21:49:06 +0000 (UTC) > > Billy Bob via samba <samba at lists.samba.org> wrote: > > > > > > While 'make test' is intended to> pass generally, the reference > > > > environment is Ubuntu 14.04 (soon to be> upgraded to 18.04
2005 Oct 20
3
problème d'import de fichier
hello! je veux importer un fichier de donnees excel que j'ai au prealable converti en fichier txt avec separateurs tab, fichier de la forme entree simple (suite de colonnes contenant des variables). Voila ma ligne de commande : > poussins <- read.table("poussins.txt", header=T, sep="\t") et sa reponse Erreur dans scan(file = file, what = what, sep = sep, quote =
2005 Feb 17
1
Problems to samba 3.0.11
Hello! I'm installed samba-3.0.11 and property configured for work with LDAP, it's work fine for me, but i have small problems with security and management users! Important parameters my samba config [global] log level = 10 security = user domain master = yes domain logons = yes enable privileges = Yes workgroup = HOME netbios name = A delete user script =
2009 Aug 05
2
problem with samba and ldap
hi, I have a problem with samba and ldap, when I add a machine in a domain, samba is not searching on *ou=machine*, but on *ou=users*. But if i change in smbldap.conf *computersdn="ou=machine,${suffix}"* to * computersdn="ou=users,${suffix}"* it works. bellow is my smb.conf [global] workgroup = TEST netbios name = PDC server string = Samba Server