Displaying 20 results from an estimated 800 matches similar to: "Home dirs problem"
2006 Mar 27
8
Trouble with Homes
I am having trouble with getting my Homes section to work properly.
When I browse to the server from a Windows client, I can see my home
directory. However, when I try to access it, it challenges me for a
userID and password. No matter what I enter, I will not allow me
access. Can someone point me in the right direction to solve this?
Here are the errors...
[2006/03/27 11:19:22, 0]
2006 Feb 15
1
SAMBA Home Directories with AD authentication
Ok, question ...
I have a linux box running samba with AD authentication and its all
working fine, home directories get created the first time a user logs
into the box etc.
But ...
I can't get the valid users = to work with domain authentication
using %S %U or whichever
what I have to do is manually chmod g-rx and then it restricts it so
only the owner can access it, but I was hoping I
2006 Feb 15
3
hiding dot files and the printer
Hi. Running Samba 3.0.20 on Slackware 10.2.
I cannot hide my unix dot files (.bash_history) using the 'hide files' or
'veto files' settings:
hide files = /.*/ { or just .* }
Also, how do I get rid of the printer folder in the top level of my share?
--
Peter
__________________________________________________________
Find your next car at http://autos.yahoo.ca
2009 Sep 20
2
missing level of a nested factor results in an NA in lm output
Hello All,
I have posted to this list before regarding the same issue so I
apologize for the multiple e-mails. I am still struggling with this
issue so I thought I'd give it another try. This time I have included
reproducible code and a subset of the data I am analyzing.
I am running an ANOVA with three factors: GROUP (5 levels), FEATURE
(2 levels), and PATIENT (2 levels), where
2012 Mar 07
2
staging shutdowns
Hello All,
I'm deploying NUT in a data center and I'm curious to know how others
have gone about staging the shutdown of various systems. The systems
are broken down into groups of importance, group1 being the most
important group4 being the least. In the event of an outage take down
group4 after 5 minutes, group3 after 10 minutes, group2 after 15, and
finally group4 after 20.
I've
2007 Feb 14
2
Solaris 10 and "store dos attributes"
I'm having trouble with files being marked read-only in Windows because the
Solaris file owner does not have write-permissions on the file; group-write is
allowed:
-r--rw---- 1 user group 32 Feb 13 14:19 testfile.txt
I thought that setting "store dos attributes = yes" for this share would allow
the "read only" setting to be stored in extended attributes, but it
2016 Dec 01
1
how to set different permission for samba share
Hi all,
I'm on FreeBSD11 and I install samba36.
I have some users and groups.
user1, user2 -> group1
user3->group3
user4,user5->group4
I have a share: /extra/samba-test
Access to the share is :
user1->writable
user4->readable
group4->writable
group3->writable
My config file is:
[samba-share]
comment= aa
path= /extra/samba-test
public= no
browsable= yes
writable=no
2005 Mar 21
1
rpart memory problem
Hi everyone,
I have a problem using rpart (R 2.0.1 under Unix)
Indeed, I have a large matrix (9271x7), my response variable is numeric and all
my predictor variables are categorical (from 3 to 8 levels).
Here is an example :
> mydata[1:5,]
distance group3 group4 group5 group6 group7 group8
pos_1 0.141836040224967 a c e a g g
pos_501
2007 Oct 30
2
flexible processing
Hello,
unfortunately, I don't know a better subject. I would like to be very flexible
in how to process my data.
Assume the following dataset:
par1 <- seq(0,1,length.out = 100)
par2 <- seq(1,100)
fac1 <- factor(rep(c("group1", "group2"), each = 50))
fac2 <- factor(rep(c("group3", "group4", "group5", "group6"), each =
2010 Nov 11
1
exploratory analysis of large categorical datasets
Dear List,
I am looking to perform exploratory analyses of two (relatively) large
datasets of categorical data. The first one is a binary 80x100 matrix, in
the form:
matrix(sample(c(0,1),25,replace=TRUE), nrow = 5, ncol=5, dimnames = list(c(
"group1", "group2","group3", "group4","group5"), c("V.1", "V.2", "V.3",
2006 Mar 21
2
How to make extension groups ???
Hello All,
i am repeating this question for the sixth time but i think i was not explaining the problem correctly. ............. Now i will try to explain it......
I have 4 telephone lines(PSTN) in my PBX.
Now I want to make groups of the extensions to use that lines.
e.g.
extensions 12,13 & 31 are in groupA
extensions 14 - 20 are in groupB
extensions 21 - 30
2012 May 22
2
getting a Likert plot from a data frame
I'm creating a stacked bar chart using the likert command in the HH package. My data are in a data frame, with two numeric variables and a categorical variable, I can't get likert to use the column containing the categorical variable as a my y axis label.
Here is a quick example:
library(HH)
#my data are:
2010 Sep 29
1
Understanding linear contrasts in Anova using R
#I am trying to understand how R fits models for contrasts in a
#simple one-way anova. This is an example, I am not stupid enough to want
#to simultaneously apply all of these contrasts to real data. With a few
#exceptions, the tests that I would compute by hand (or by other software)
#will give the same t or F statistics. It is the contrast estimates that
R produces
#that I can't seem to
2011 Oct 30
1
Normality tests on groups of rows in a data frame, grouped based on content in other columns
Dear R users,
I have a data frame in the form below, on which I would like to make normality tests on the values in the ExpressionLevel column.
> head(df)
ID Plant Tissue Gene ExpressionLevel
1 1 p1 t1 g1 366.53
2 2 p1 t1 g2 0.57
3 3 p1 t1 g3 11.81
4 4 p1 t2 g1 498.43
5 5 p1 t2 g2 2.14
6 6 p1 t2 g3 7.85
I
2010 Jul 06
2
Help With ANOVA
Hi I needed some help with ANOVA
I have a problem with My ANOVA
analysis. I have a dataset with a known ANOVA p-value, however I can
not seem to re-create it in R.
I have created a list (zzzanova) which contains
1)Intensity Values
2)Group Number (6 Different Groups)
3)Sample Number (54 different samples)
this is created by the script in Appendix 1
I then conduct ANOVA with the command
>
2010 Jul 06
3
Help With ANOVA (corrected please ignore last email)
Sorry i had a misprint in the appendix code in the last email
Hi I needed some help with ANOVA
I have a problem with My ANOVA
analysis. I have a dataset with a known ANOVA p-value, however I can
not seem to re-create it in R.
I have created a list (zzzanova) which contains
1)Intensity Values
2)Group Number (6 Different Groups)
3)Sample Number (54 different samples)
this is created by the
2011 Jul 11
2
Help! permission denied when accessing folder
Hi all,
Running samba 3.5.5 in a Solaris non-global zone. I have created a folder (StudentJobApplications) on a share which I want to make accessible only to members of a Unix group (studempl). I have added myself to the group but when I or other group members try to access the folder via Windows Explorer I get the following:
I:\StudentJobApplications is not accessible
Access is denied
Here
2008 Aug 13
1
CIFS mount problems
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
We have `some` problems related to the samba daemon, or possibly with
the Linux kernel CIFS filesystem.
We have 2 server (for this example):
- - Storage Server, running Samba 3.0.28a on Ubuntu Linux (Samba version
3.0.28a-1ubuntu4.4) with ldap authentication.
- - Client, running Linux 2.6.24 as a XEN domU. This server mounts on
demand user
2006 Oct 02
1
Auth Problem
Hello,
I have a problem related to user authentication: Users can not login from
Windows workstations.
I get the following error:
"The system could not log you in. Make sure your User Name and domain are
correct then type your password again."
Users can access shares, they are prompted for a user and password and it is
ok. The same user and password does not work for login.
2020 Mar 10
2
Errors for shares since 4.12.0
Hi
Am 09.03.20 um 16:32 schrieb Rowland penny via samba:
> On 09/03/2020 14:25, Andreas Hauffe via samba wrote:
>> [global]
>> ??????? dedicated keytab file = /etc/krb5.keytab
>> ??????? kerberos method = secrets and keytab
> Why the dedicated keytab ?
We have a kerberized NFS4 running on that machine, too.
>
>> workgroup = ILRW
>> ??????? idmap config dom :