similar to: Samba 2.0.7 on BSD/OS 4.2

Displaying 20 results from an estimated 5000 matches similar to: "Samba 2.0.7 on BSD/OS 4.2"

2016 Mar 04
3
Samba4 Homes share
Hi guys I have configured a samba4 ADDC. It working well but users homes share did not display. How can we solve this problem. Please help me.
2008 Feb 28
5
JDF library in wine?
Hello all, I wonder if there is a way to set up the so-called JDF library required by several Adobe software? I haven't been able to find out what it is, nor whether wine has any way to set this up, or even if I can copy windows DLL's over. I can get Adobe Acrobat 7.0 to run, for example, but many actions fail with the error "cannot initialize JDF library". Any enlightenment
2001 Nov 28
1
Help with ICC
Hello, R-folks: Here is a statement I use to make a data frame: iccdata <- data.frame(i=rep(1:10,rep(2,10)),j=rep(1:2,10), x=c(0.35011,0.11989,0.13081,0.09919,0.16000,0.12000,0.00000,0.00000, 0.44023,0.32977,2.67081,2.63919,0.09050,0.03950,0.44019,0.30981,0.59000, 0.57000,4.03000,3.77000)) Then here are the data: > iccdata i j x 1 1 1 0.35011 2 1 2 0.11989 3 2 1 0.13081 4
2007 Mar 27
7
Replacement in an expression - can't use parse()
Dear all, Suppose I have a very long expression e. Lets assume, for simplicity, that it is e = expression(u1+u2+u3) Now I wish to replace u2 with x and u3 with 1. I.e. the 'new' expression, after replacement, should be: > e expression(u1+x+1) My question is how to do the replacement? I have tried using: > e = parse(text=gsub("u2","x",e)) > e =
2006 Nov 21
2
Symbolic derivation using D in package stats - how do I properly convert the returned call into a character string?
Dear all, I am using the function 'D' in the 'stats' package to perform symbolic derivation. This works very well and it is much faster than e.g. Mathematica (at least for my purposes). First, I would like to thank the development team for this excellent function. However, I run into trouble in some cases, particularly when I am to do some operations on long expressions
2009 Jun 14
3
Trouble (?) reformatting flash drive to include former U3 partition
Semi-OT? I just got a new SanDisk 8GB flash drive, and, as usual, it came with the U3 software (for Windoze) on a "CD" partition and considerably less than 8GB on the disk partition. I put it into my WinXP portable and told U3 to delete itself, but I still can't get at the old U3 part of the drive. I've tried WinXP's format command, disk management and CentOS's fdisk,
2003 Apr 10
1
how to estimate parameters of multimodal distribution
Dear all Please, is there any function or package for dealing with multimodal distributions? I try to fit multimodal distribution or more precisely to find out mixture of normal distributions which can lead to my actual data. I use optim to find (in that case) two parameters but what I want is to let the function find out arbitrary number of normal distributions underlaying my actual data
2010 Oct 06
4
loop in R
Dear all, I need to do a loop in R, but I am not sure the software is generating "n" times the variables I request differently. When I ask to print the last matrix created, I just can see the loop for n=1. To be more precise, supose I need to simulate 10 times one variable and I want to fit the 10 variables simulated in a matrix. I dont really know what I am doing wrong, but I just
2011 Jan 27
2
help for a loop procedure
Hello everybody! I’m trying to define the optimal number of surveys to detect the highest number of species within a monitoring season/session. To do this I want to run all the possible combinations between a set of samples and to calculate the total number of species for each combination of 2, 3, 4 …n samples events, so that at the end I will be able to define which is the lowest number of
1999 Sep 27
1
users access rights
Hello, I'm running samba v2.0.5a and I have some problems with settings users access rights to our Projects share. We have a projects share with project directories: \\XX\Projects\P1 ... P5 and 6 people : U1 ... U6 All users must have primary group "users". I need to set permissions for each Px directory and each Ux user. (For ex.: U1,U2 has rwx for P1/* U2,U3,U6 has
2010 Jan 19
2
subfolder level restriction
hello I have three users u1 ,u2 and u3 I have a share named "mrt" and it has two subfolder "mrt1" and "mrt2". what i have to do is that when u1 logs in mrt it should view all the contents inside mrt (including contents of its subfolderand all) and when u2 logs into mrt it should view mrt1 and restrict mrt2 and in same way when u3 logs into mrt ,it could access mrt2
2003 Apr 25
4
Kinderman-Ramage (PR#2846)
Hi, Our department has detected a bug in the implementation of the Kinderman-Ramage generator for normal random variates in version 1.7.0, which can be seen from the below R session. (Consecutive calls for chisq.test(...) always gives p-values very close to 0.) We have already encountered this bug in version 1.6.2 The error is in file R-1.7.0/src/nmath/snorm.c Here is a patch for this file to
2011 May 27
1
finding derivative of a data series in R
Dear All, I tried following for getting derivative of a polynomial in R i<- -10:10 x<-i*i*i+3*i*i+2 fun_spline<-splinefun(i,x) plot(x,type="l") lines(x,fx_spline(x, deriv=1), col='green') lines(x,fx_spline(x, deriv=2), col='green') Now when I plot 3*i*i + 6*i and 6*i + 6 the plot was not same for first deivative. where as the 2nd derivative was same Is this a
2004 Sep 08
1
Centos3.1-U3 ETA ?
Just curious, haven't seen much discussion on this or anything in the news page. Is U3 being built yet ? Might we expect to see a test release sometime soon ? -- Beau Henderson JustManaged.com - Affordable Linux Administration & Security Services.
2007 Sep 19
7
ZFS Solaris 10 Update 4 Patches
The latest ZFS patches for Solaris 10 are now available: 120011-14 - SunOS 5.10: kernel patch 120012-14 - SunOS 5.10_x86: kernel patch ZFS Pool Version available with patches = 4 These patches will provide access to all of the latest features and bug fixes: Features: PSARC 2006/288 zpool history PSARC 2006/308 zfs list sort option PSARC 2006/479 zfs receive -F PSARC 2006/486 ZFS canmount
2000 Aug 12
1
Batch Execution of R
R Team: This is most likely a trivial question, but after searching docs for several weeks and digging through Rweb and RCGI, I could not clearly identify the method to call an R method from Linux or Win32 systems and send the output to a file. I would like to implement R as part of an online client-server application for a geographically spaced engineering team an would like to know how to run
2008 Aug 19
1
USB drive detected, but nothing gets mounted.
I have a brand new, unaltered (as yet) 4Gb USB flash drive from Micro Center that does not get automounted when I plug it into my 5.2 desktop (home or work). It shows up in lsusb, and I can mount it manually, so why would it not mount automatically? Note that when I plug in other flash drives on the same machine before and after, they all get automounted as usual. Curious.... mhr
2011 Apr 07
8
[Bug 714] New: Kernel panics in same_src()
http://bugzilla.netfilter.org/show_bug.cgi?id=714 Summary: Kernel panics in same_src() Product: netfilter/iptables Version: linux-2.6.x Platform: x86_64 OS/Version: All Status: NEW Severity: normal Priority: P5 Component: NAT AssignedTo: netfilter-buglog at lists.netfilter.org ReportedBy:
2017 Feb 15
2
Unsupported expression in static initializer?
Why is this not allowed? LLVM ERROR: Unsupported expression in static initializer: zext (i64 ptrtoint (i32* @an_integer to i64) to i72) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170215/d27345ac/attachment.html>
2004 Dec 28
1
3.3 -> 3.4 transition
maybe some of the 3.4 beta discussion has covered this, i wasn't watching it too closely. what is going to be the process to convert a system from 3.3 to 3.4? will a simple yum update work? or do we have to do something more intentional to make it happen? how does redhat handle u3->u4 updates? i assume that since u4 has been published that security patches from rh will only apply to