Displaying 20 results from an estimated 2000 matches similar to: "Samba permissions"
2006 Aug 24
1
Strange permissions problems
I had this problem some last year and never got it figured out. Now it
is bugging me. It seems that sometimes when a student writes his/her
file to a directory, it will not keep the correct group. It puts
his/her main group as the group owner and that fouls things up. Here is
what I have.
Unix Permissions
/school 3777 admin.teacher
/school/bhs 3777 admin.teacher
/school/bhs/reese
2005 Oct 11
5
scp bug: newly created dirs do not inherit sgid bit
Dear developers,
I discovered that directories created by scp when recursive
copying into a sgid directory do not inherit the sgid bit. I believe
this is a bug. A patch to fix this is attached.
Regards,
Petr Skovron
-------------- next part --------------
--- scp.c.orig 2005-10-11 16:50:17.000000000 +0200
+++ scp.c 2005-10-11 16:57:25.000000000 +0200
@@ -876,8 +876,12 @@
2005 Nov 10
1
Strange Samba permissions
I have a problem with some Samba permissions. Here is the share.
[bhs]
path = /school/bhs
read only = no
valid users = @teacher @admin @bhs
create mask = 660
force create mode = 2660
directory mask = 770
force directory mode = 3770
T: is mapped to a DFS share with permissions 3777, then the 'bhs' share
is a link in the DFS share.
I get inconsistent
2009 Oct 29
2
Makevars, cc files in multiple directories
Hello,
In the src folder of my R package I have
a.cc
b.cc
f/g/x.cc
my Makevars.in has
all: $(SHLIB)
upon installing only, a.o and b.o is build and the final dll is
comprised of a.o and b.o
How can I instruct $(SHLIB) to pick up its source files from all
subdirectories (or maybe a subset, though here it will be all)
in src ?
Much thanks
Saptarshi
2007 Feb 16
13
Problem with Share Size
Hi all,
I have a problem with samba : I can create files, but can't create directories.
The server has many shares, on seperated disks.
We consider two of them : one 2Tb share and one share with more than 7Tb.
Samba configuration is good, and works on many other servers, and on this one except for the large share. Permissions are correctly setted up too.
I can read/write files and
2009 Jul 24
2
Tidy symlinks
So, I have a directory of symlinks that I''m managing and Tidy doesn''t
seem to be doing much for me in there.
Does Tidy ignore symlinks for some reason?
If not, does anyone have the correct syntax?
Thanks,
Trevor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To
2005 Aug 29
2
samba permissions
There was another tech coordinator that asked the following on our list:
> Hey all, I was wondering if anyone knew of a way to give students
read/write permissions to a certain drive letter without giving them the
ability to delete other (or thier own) files. Currently I have chmod
1770 permissions (read write, but only owner can delete) and one owner
(the teacher) for all the files, but
2002 Jan 01
2
Error connecting from XP Pro
Hello List,
I have been trying to connect from an XP Pro box to
the samba (2.2.2 from RPM on RH7.2) machine. I am
trying a simple (!) configuration with just a
WORKGROUP setup.
XP sees the the box running samba (in the My Network
Places) but cannot see anything below that. I get
"\\BLACK is not accessible. You might not have
permission to use this network resource ..."
Checking the
2005 Jul 29
1
Samba, VPN, and Mac OSX 10.4.2
We're having an odd problem with connecting to Samba shares over a VPN
with a Mac client.
We have several Mac clients connecting to a Samba 3.0.10-1.fc2
installation. Prior to upgrading them to Tiger, everything worked fine
both local and over an IPSec VPN.
After upgrading to Tiger, they still work fine when on our LAN. But if
they try to connect to a share over the VPN, Finder hangs.
2009 Aug 27
3
ldap? Samba? Nss?
It seems my logins are taking a long time to get logged in. I am guessing
that it is worse when classes start and a lot of the kids try to login at
once. My old server did not seem to have this problem though and we have
the same number of students.
Where should I start looking at this? I am guessing that it is ldap, but
want to make sure.
If I log in at a computer and go to start->run and
2009 Oct 01
3
Computers leaving samba domain
I am not sure if this is where I need to ask this or not, but I am lost to
where to start even.
I had 7 computers in one lab that would not login. It gave the standard
"computer account password bad or domain not found". I had another 9
computer in my other lab do the same thing. It seems that they have
suddenly started losing the domain. I can add them to a workgroup and
then
2005 Aug 18
1
samba-ldap
Well, I am still having problems with my samba server. For some reason,
I cannot add all of the users in. I am running a batch useradd program.
I can get about 450 or so added in, then it gives me an error that the
user does not exist when I go to add the last 60 or so.
My batch program actually reads in the users name and then does
something like:
/opt/IDEALX/sbin/smbldap-useradd -a -u
2009 Jul 14
2
New samba server
I did not get this finished last summer, so decided to just wait and do it
this summer. I have setup my new samba server and was trying to get some
things tweaked to the way that I want them. I thought that I had asked
this before and that I could do it, but it seems that it does not work.
My new server is running as a domain server just like the old. It has the
same domain name and I change
2011 Dec 13
1
Group permission problems
Hello all, I'm having an issue with group permissions which I really find hard to understand why. I have created a group called smbusers which I am a part of by doing the following: # groupadd smbusers# usermod -G smbusers michael I then created a directory called foodir, owned by adm with group smbusers and give the following permissions to it: 770 I verify the permissions are correct and are
2024 Jun 07
1
missing msdfs referrals from samba directory listing: wrong order in smbd_dirptr_get_entry()?
07.06.2024 07:59, Michael Tokarev wrote:
> 07.06.2024 07:54, Jeremy Allison wrote:
>>> msdfs is broken in 4.19.? It worked fine in 4.18.
>
> This is not entirely true.
Nope. Things are more interesting than that.
I've a 4.19 installation where msdfs links works both in listing
and when specified directly. There are 2 other installations of 4.19
where msdfs links
2007 Apr 18
1
Linux Equivalent of SetFilePerm() api
Hi everyone,
We are trying to port our own windows application to SUSE linux.Our
application uses SetFilePerm() api defined in commondll.dll.We would like
to know whether there is a linux equivalent of windows commondll.dll in
wine...
If not then what could be the possible alternative to make this api
function exactly as it does in windows.
Waiting for an early reply,
Thanks and Regards,
2008 Jan 15
4
Moving zfs to an iscsci equallogic LUN
We have a Mirror setup in ZFS that''s 73GB (two internal disks on a sun fire v440). We currently are going to attach this system to an Equallogic Box, and will attach an ISCSCI LUN from the Equallogic box to the v440 of about 200gb. The Equallogic Box is configured as a Hardware Raid 50 (two hot spares for redundancy).
My question is what''s the best approach to moving the ZFS
2007 Dec 06
2
Segmented regression
Hello all,
I have 3 time series (tt) that I've fitted segmented regression models
to, with 3 breakpoints that are common to all, using code below
(requires segmented package). However I wish to specifiy a zero
coefficient, a priori, for the last segment of the KW series (green)
only. Is this possible to do with segmented? If not, could someone point
in a direction?
The final goal is to
2016 Jun 18
2
/root is wrongly copied during update
For backuping system folders on ArchLinux I use the following command
per folder:
rsync --update -DHAErlptgo --relative --delete-during $dir $backupdir
The problem is that every file in /root folder and its subfolders is
copied each time when this command is run. In all other folders only
new or modified files are copied. The files and the folder itself have
the following attributes:
[root at
2006 Dec 12
1
ZFS Storage Pool advice
This question is concerning ZFS. We have a Sun Fire V890 attached to a EMC disk array. Here''s are plan to incorporate ZFS:
On our EMC storage array we will create 3 LUNS. Now how would ZFS be used for the best performance?
What I''m trying to ask is if you have 3 LUNS and you want to create a ZFS storage pool, would it be better to have a storage pool per LUN or combine the 3