Displaying 20 results from an estimated 700 matches similar to: "samba 3.0.1 getting Sid not users login?"
2008 Aug 26
0
Inherited ACLs can not be removed on Solaris10 sparc
Hi,
I have a problem with the removal of inheritance ACLs of subdirectories.
It almost sounds like only adding ACLs work but removals of inheritance
ACL's not.
By default the access rights (including ACLs) should be inherited, but
it should also be possible to remove the access rights from any
subdirectory.
This is what I am trying to do, I have a share called media with some
users /
2012 May 28
2
Hash Table - Select and Change Data iniside Matrix Using "Between"
Hi,
Here i have been an matrix like this,
*NAME AGE PALCE TRUE/FALSE*
ABC 20 INDIA
XYZ 30 FRANCE
PQR 40 USA
MNO 30 KENIYA
DEF 25 AUSTRALIA
GTY 34 CANADA
BNH 38 JAPAN
Here, *TRUE/FALSE *Column containing empty values.
So my requirement what is, need to change all the TRUE/FALSE
2003 Aug 31
1
samba-3.0.0rc2 Please help with charset error
Hi all,
I am using solaris9 x86 with samba-3.0.0rc2, getting this errors by
running any samba command.
any help is appreciated.
./testparm
Load smb config files from /data4/samba3_rc2/lib/smb.conf
Error loading module '/data4/samba3_rc2/lib/charset/646.so': ld.so.1: ./testparm
: fatal: /data4/samba3_rc2/lib/charset/646.so: open failed: No such file or dire
ctory
Error loading module
2003 Sep 11
1
samba samba-3.0.0rc3 make install error
Hi all,
I am trying to compile samba-3.0.0rc3 on solaris9 x86
make install booms out with an error.
./configure --prefix=/data4/samba --with-profiling-data --with-quotas --with-sys-quotas
--with-acl-support
make
make install
....
....
Installing bin/CP850.so as /data4/samba/lib/charset/CP850.so
Installing bin/CP437.so as /data4/samba/lib/charset/CP437.so
./install-sh -c bin/libsmbclient.so
2011 Dec 15
2
lm and R-squared (newbie)
Hello,
I've two data.frames (data1 and data4), dec="." and sep=";".
http://r.789695.n4.nabble.com/file/n4199964/data1.txt data1.txt
http://r.789695.n4.nabble.com/file/n4199964/data4.txt data4.txt
When I do
plot(data1$nx,data1$ny, col="red")
points(data4$nx,data4$ny, col="blue")
, results seem very similar (at least to me) but the R-squared of
2010 Dec 19
1
Random selection from a subsample
Dear Mailing List
I have a data set (data4) consisting of a number of factors and a response variable. I wish to randomly sample from a combination of two of those factors (GIS_station and Distance_code2) and return a new dataframe containing the original data structure (i.e. all the columns) but only containing the randomly selected rows. The number of rows in each combination of GIS_station
2016 Feb 06
1
[PATCH v3] inspect: get windows drive letters for GPT disks.
This patch updates the guestfs_inspect_get_drive_mappings API call to
also return drive letters for GPT paritions. Previously this worked
only for MBR partitions. This is achieved by matching the GPT partition
GUID with the info stored in the blob from
HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob
contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID.
2018 Feb 08
2
PHI nodes for atomic variables
Hi everyone,
I want to track the def-use chain for atomic variables.
However, it seems that LLVM will not generate PHI nodes for atomic
variables.
I present the generated LLVM bytecode for the next code snippet as follow.
I found that it only generated PHI node (*%8 = phi i32 [ %4, %3 ], [ %6, %5
]*) for non-atomic variable 'data2' but not for atomic variable x? Why?
With PHI node
2016 Feb 05
2
[PATCHv2] inspect: get windows drive letters for GPT disks.
This patch updates the guestfs_inspect_get_drive_mappings API call to
also return drive letters for GPT paritions. Previously this worked
only for MBR partitions. This is achieved by matching the GPT partition
GUID with the info stored in the blob from
HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob
contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID.
2024 Jun 15
1
Hard crash of lme4 in R-devel
I ran across this by accident when working up an example. It uses a data set from the survival package, but nothing else from there. Fails on the Intel machine shown below, and on a virtual linux instance on a newer Mac.
Terry
> library(survival)
> library(lme4)
Loading required package: Matrix
> sessionInfo()
R Under development (unstable) (2024-06-14 r86747)
Platform:
2006 Nov 24
1
barplot help needed
hello,
I would like to create the following barplot:
I have 4 different data sets (same length + stddev for each data point)
data1
sd1
data2
sd2
data3
sd3
data4
sd4
now, I'd like to plot in the following way:
data1[1],data2[1],data3[1],data4[1] with it's sd-values side-by-side at
one x-axis label (named "position 1") and each bar in different colors.
2012 May 07
1
Repeating
Dear All,
I have a codes which calculates the result of Ripley's K function of my
data. I want to repeat this process 999 times. However, i am getting an
error when i use the "for i in" function. Is there any way to repeat this
analysis 999 times. Here are the codes i used ;
data4 <- matrix(c(sample(id),data1),203,3)
a <- data4[,1]
random.case=data4[a==0,]
2016 Feb 05
3
[PATCH] inspect: get windows drive letters for GPT disks.
This patch updates the guestfs_inspect_get_drive_mappings API call to
also return drive letters for GPT paritions. Previously this worked
only for MBR partitions. This is achieved by matching the GPT partition
GUID with the info stored in the blob from
HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT partions this blob
contains a "DMIO:ID:" prefix followed by a 16 byte binary GUID.
2016 Feb 05
0
Re: [PATCH] inspect: get windows drive letters for GPT disks.
On Fri, Feb 05, 2016 at 12:15:32PM -0500, Dawid Zamirski wrote:
> This patch updates the guestfs_inspect_get_drive_mappings API call to
> also return drive letters for GPT paritions. Previously this worked
> only for MBR partitions. This is achieved by matching the GPT partition
> GUID with the info stored in the blob from
> HKLM\SYSTEM\MountedDevices\DosDevices keys. For GPT
2016 Feb 05
1
Re: [PATCH] inspect: get windows drive letters for GPT disks.
On Fri, 2016-02-05 at 18:08 +0000, Richard W.M. Jones wrote:
> On Fri, Feb 05, 2016 at 12:15:32PM -0500, Dawid Zamirski wrote:
> > This patch updates the guestfs_inspect_get_drive_mappings API call
> > to
> > also return drive letters for GPT paritions. Previously this worked
> > only for MBR partitions. This is achieved by matching the GPT
> > partition
> >
2010 Nov 02
1
subset a data.frame
Hello List,
this should be simple, but cannot figure it out. I am trying to subset a data.frame like this:
> data4
users time
1 user5 2009-12-01 14:09:58
2 user1 2009-12-01 14:40:16
3 user8 2009-12-04 08:18:37
4 user6 2009-12-04 08:18:37
5 user83 2009-12-04 08:18:37
6 user82 2009-12-04 08:18:37
7 user31 2009-12-04 08:18:37
8
2006 Jan 18
1
Problem in rpc_api_pipe related to the \spoolss pipe
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
i
I have a problem with a samba-3.0.21a (as a PDC), when I use rpcclient
to set the driver for a printer. I receive the following error (log
level 12 for relevant parts rpc*, printerdrivers,tdb attached):
rpc_api_pipe: Remote machine pdc pipe \spoolss fnum 0x76dereturned
critical error. Error was Call returned zero bytes (EOF)
prs_mem_get: reading
2007 Aug 14
0
Panel data and imputed datasets
Hi all,
I am hardly an expert, so I expect that this code is not the easiest/
most efficient way of getting where I want. Any suggestions in that
direction would also be helpful.
I am working on panel analysis with five imputed datasets, generated
by Amelia. To do panel analysis, it seemed that the plm package was
the best, providing a convenient wrapper for fixed and random effects
2010 Mar 24
3
How to use the paste function to create an already used variable
Hi there,
I have the following problem
Four data frames exist:
data1
data2
data3
data4
Now I want to write a loop and temporarily store the data1, data2,
data3, data4 in a variable called data.
I tried the following...
for (i in 1:4) {
Data <- paste("data",i,sep="")
...
..
}
but it doesn't function. I think the problem is the definition of the
mode of the pasted
2006 Jul 18
0
Access denied/WERR_ACCESS_DENIED on Printer Properties/rpcclient
hello to everyone,
I'm experiencing an annyoing problem with a shared printer (managed by
samba 3.0.20b-3.4 on Linux - SuSe). The problem is that I cannot
modify any of the printer settings (e.g. Location, etc. and of course
the driver to use). I've successfully uploaded the correct driver with
the APW in the print$ share. The printer data/settings can't be
modified by rpcclient too.