similar to: Client linux samba and server pdc samba

Displaying 20 results from an estimated 3000 matches similar to: "Client linux samba and server pdc samba"

2010 Oct 13
2
vectorizing: selecting one record per group
Hi, I want to select a subsample from my data, choosing one record from each group. I know how to do this with a for. For example: lets say I have the data: A=cbind(rnorm(100),runif(100),(rep(c(1,2,3,4,5),20))) Where the third column is the group variable. Then what I want is to select 5 observations. Each one taken randomly from each group. INDEX =NULL i=1 for(index_g in
2001 Aug 23
2
help
> -----Mensaje original----- > De: Alfredo Hurtado Pereda > Enviado el: Jueves, 23 de Agosto de 2001 11:38 a.m. > Para: 'wine-users-request@winehq.com'; Alfredo Hurtado Pereda > Asunto: help > > > > Help me Please > > > I have a Problem . I Install Sybase Opclient so i run the > programs isql.exe this program put the Windows this say
2013 Apr 04
2
getent group and net ads user info differs
Hello I have a samba 4.0.3 pdc and a samba 3.5.10 as a fileserver and i am having an issue that i like to share with you. I have a share son the samba 3 setup like this [Comercial] browsable = Yes comment = Comercial path = /shares2/Comercial valid users = @Ingenieria, @Mercadeo, @Comercial, @SIIF, @Costos, administrador, backup write list = @Comercial,
2009 Sep 29
2
ACL
I'm trying to use samba to share some files with ACL. But when i create a new folder or file, I have to press F5 before I can see any change on the folder. For example: I create a new folder on a directory. But I can?t see it until i press F5 Someone knows how to fix it? Acabo de compartir una carpeta en samba la cual tiene permisos de ACL. Solamente cuando accedo a esta carpeta, al crear
2004 May 14
2
BUG IN SAMBA 3.0.4 ?
I used the samba-3.0.1pre1 without problems. When I use the samba-3.0.4 (bug ms04-011 fixed), i can?t write in all shares. Is this a bug?! I use the same smb.conf [global] workgroup = jfsecco server string = JFSECCO PDC netbios name = belpo2 hosts allow = 10.18. interfaces = eth0 # Windows administrators # You can add users or groups (prefix groups with a '@') #domain admin
2005 Feb 23
1
Wine-20040505 and vstserver
Hi list, I'm currently trying to get an app running called "vstserver" on Fedora Core 3. I have installed wine-20040505 and wine-devel-20040505, and installed those older versions, cause it is recommended not to use the newest wine version in the README. I have found that most vstserver-users had good experiences with version 20040505 of wine. I have tried others too, i always get
1999 Jun 01
0
Samba en Español
Hola a todos, Estoy coordinando un grupo para la traduccion de Samba en Espa?ol. Si quereis colaborar ya sabeis, escribidme. Firmado, Jos? Luis Rivas L?pez Administrador de la red -- Jos? Luis Rivas L?pez Area Ingenieria de los Procesos de Fabricaci?n Dpto. de Dise?o en Ingenieria E.T.S. Ingenieros Industriales. UNIVERSIDAD DE VIGO Campus Universitario s/n, 36200
2019 Aug 08
0
Producing different text formats in R
>>>>> "Llu?s" == <Lluis.Hurtado at uv.es> writes: Llu?s> Dear all, Llu?s> I am facing a strange problem with text files formats. Llu?s> I am currently using a C++ code named voro++ (http://math.lbl.gov/voro++/). This code accepts text files with four columns: Llu?s> <id> <x> <y> <z> Llu?s> where id is
2011 Apr 12
1
Cargar lista de variables en función
Hola compañeros, Soy nuevo y me disculparan si la pregunta es muy básica. Quiero crear una función que me permita recibir variables que pueden ser 2, 3 o más, la idea es llamar esta función e indicarle la ruta y el nombre de las variables para luego realizar algún análisis. Mi idea es la siguiente: library(foreign) FDatos <- function(Ruta,Nombre,Variables){ Datos <-
2006 Aug 22
7
AJAX Support and Rails
Hello there, This is my first post to the Ruby group. I am also new to the language and the Rails framework, it is an amazing place to be now. Coming from a PHP/ASP background I am glad something like Rails finally made it into web development. Now to my question. I have been readying a lot about AJAX, and I wondered what kind of support is built-in into Rails for it. I read somewhere that
2013 Sep 04
1
Problem at boot
Hello to all, I have a question, maybe it's a very newbie question. I've installed CentOS 6.4 on my notebook but sometimes when I boot it, after the screen "booting CentOS in 4..3..2..1" I receive a black screen and not the logo of CentOS with loading progress. Is it normal? There are some know issue about it? Best regards, Fabrizio -- "The intuitive mind is a sacred
2014 Jan 16
2
Your opinion about RHCSA certification
Hello to all, I'm currently studying (and collecting notes here https://github.com/fdicarlo/RHCSA_cs) for RHCSA. My plan is to RHCSA -> RHCE and then RHCSS. What I want to ask you is: - What do you think about it? - Did you find it useful? - Do you have any advices? Best regards, Fabrizio -- "The intuitive mind is a sacred gift and the rational mind is a faithful servant. We have
2006 May 09
1
Rmpi instlation problem (PR#8846)
Ive tryed this: R CMD INSTALL Rmpi_0.5-2.tar.gz But occurred this error: gcc -shared -L/usr/local/lib64 -o Rmpi.so conversion.o internal.o RegQuery.o Rmpi.o -lmpi -llam -lutil -lpthread -L/usr/local/lib64/R/lib -lR /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux/bin /ld: /usr/local/lib/libmpi.a(infoset.o): relocation R_X86_64_32 can not be used when making a shared
2008 Dec 10
1
request information
Dear R-Help team, I'm researcher University Nacional of Colombia, I'll use R for my research, and I would want to know, how i can to estimate Logistic Regression model such as binary logistic model, multinomial logistic model, and logit models with repeated measurement, for i can estimate discrete choice models. I would appreciate your help. Bast regards, -- Lisbet María Garzón Cano.
2000 Feb 14
2
Error in the inverse of a diagonal matrix?
I?m new to R so maybe this issue has been asked before and I still could not read the complete set of past messages sent to the list. I found a weird behabiour that I will explain with a simple example. Lets consider the following block of commands: > x <- diag(c(1,4,10)) > x [,1] [,2] [,3] [1,] 1 0 0 [2,] 0 4 0 [3,] 0 0 10 > invx <- x^-1 > invx
2014 Jan 12
2
Credentials issue
Hello to all, I've a frustrating issue, everytime I'm trying to connect to some website (like Linkedin, VMware, CertCollection, etc etc) I have issue with credentials... Or the website didn't recognize my login (and I'm still in login page) or for example I'm logged in linkedin but I'm not able to see which visit my profile cause it ask me my credentials and when I enter
2003 Oct 24
1
Looking for a 12 to 24 FXO Channel Bank in Colombia
I would like to set up an Asterisk PBX for my office in Colombia. Currently we have 13 lines and I want to acquiere a channel bank with enough FXO ports to handle the lines, working with a T100P or a T410P card. I have spotted some candidates at EBay... Problem is that Pay Pal cannot handle payments from my country, Colombia. Has anybody in the list any equipment that fits this application
2005 Jan 06
0
RV: Problem to connect 2 connections one for internet and another for VPN
Good afternoon: I need if they can help me I have 2 Servants with Fedora Core 1 Kernel-2.4.22-1.2197.ntpl, with the following packages Openswan: Kernel-modulate-openswan-2.4.22-1.2197.ntpl-2.1.4-fc1.dag.i686.rpm and the Openswan-utils-2.1.4-1.fc1.dag.i686.rpm. As Firewall I have the shorewall 2.1 All this works well when having alone an In-date IP. When having 2 In-date IP, one to leave to
2011 Mar 29
1
'RQuantLib for 2.12 version
Dear R users, I have been trying to use RQuantLib in the 2.12.2 R version. I downloaded the .zip file from <http://sourceforge.net/projects/quantlib/files/QuantLib/> http://sourceforge.net/projects/quantlib/files/QuantLib/ which didn't work, so I I downloaded the package source from <http://sourceforge.net/projects/quantlib/files/QuantLib/1.0.1/>
2013 Jul 15
1
image versus levelplot
Dear R users, I'm currently using the Graphics package to display several hundred of matrix objects, using a layout and the image() function. It works well except for large matrices (> 1000*1000) or for a large number of matrices (there is a limitation around 400 if I remember well) To solve these issues, I move to the Matrix package which is much more efficient for large sparse matrix,