similar to: UMASK Problems

Displaying 20 results from an estimated 300 matches similar to: "UMASK Problems"

2006 Nov 03
2
Newbie questions -- is OCFS2 what I even want?
Dear Sirs and Madams, I run a small visual effects production company, Hammerhead Productions. We'd like to have an easily extensible inexpensive relatively high-performance storage network using open-source components. I was hoping that OCFS2 would be that system. I have a half-dozen 2 TB fileservers I'd like the rest of the network to see as a single 12 TB disk, with the aggregate
2000 Mar 06
1
authentication problems samba -> PDC
Hi, I have a samba installation on a sun E250. It works in servermodus to authenticate users with a Windows-PDC. Now I've the problem when a user connects to a networkdrive on the sun, sometimes it works, but sometimes it fails. then he would ask to input his password again and after 3 times his account is deactivated on the PDC. in the logfile from the pdc I see during a connect first
1998 Jul 30
0
If WAN is broken I have a problem with local connect
We have two subnets with two samba servers (div0 - 150.10.10.1 and div8 - 150.18.18.1 ). If I break the connection between subnets, clients belong to div8 cannot connect locally. All clients have set up wins server to 150.10.10.1 ( div0 ) . If subnets are connect, all is ok ( connecting, browsing). We are using samba 1.9.18p7. smb.conf in div0 is [global] workgroup = LANGROUP domain logons =
2002 Nov 15
3
Problem with print$
Ok...I'm stuck. Environment: Suse 8.0, with Samba 2.2.3a, no domain controller (workgroup only). Client machine is NT4 Workstation, SP5. Access to disk shares is fine, no problems, using encrypted PWs. I'm trying to set up a [print$] share, as described in chapter 6 of the Samba-HOWTO-Collection. The symptom that I get is that when I attempt to load the driver to the print$ share, I
2011 Apr 12
0
samba active directory question
We are migrating to 2008 Active Directory and in making changed to smb.conf and krb5.conf and restarting smb services I get below error in the winbindd.log: Winbind won't start [2011/04/07 15:03:09, 1] nsswitch/winbindd.c:main(979) winbindd version 3.0.22-13.16-SUSE-SLES10 started. Copyright The Samba Team 2000-2004 [2011/04/07 15:03:09, 0]
1999 May 13
0
copy problem in samba 2.02
Dear Gurus, I'm playing with samba 2.02 in my FreeBSD 3.1-stable box. I can browze the the server and its shares from my PC. The problem is when I tried to copy files from my PC to the samba shares, I got the following errors from my PC: "Can't create or replace filename: the specified network response or device is no longer available." I got this prompt almost everytime I
2010 Dec 08
1
NFS with UCARP vs. GlusterFS mount question
Morning Folks, should I prefer NFS with UCARP or native GlusterFS mounts for serving the system images to XCP? Which one performes better over 1G network links? NFS is probaby easier to setup due to existing tools like rpcinfo and showmount, both are used inside the storage container code, and there is some code for NFS, not for GlusterFS, except I write one. UCARP has the disadvantage that
2003 Dec 13
1
Can't login
Friends, I am having a very strange problem that I can't debug. Please help. I am using ldapsam which was working fine last night. Today without having done anything, I cannot login. "pdbedit -Lv" lists all the users "passwd user" changes the password in openldap -- sometimes the user is not found Here's the message from samba pc-client.log [2003/12/13 16:43:55, 0]
2008 Oct 08
1
File permissions and Unix umask.
Hi, I have a question about file permissions and how they are affected by a client's umask. To illustrate my question, I issued the following commands first on a local ext3 file system and then on a cifs file system: $ umask 0002 $ touch f1 $ echo xx > f2 $ umask 0022 $ touch f3 $ echo xx > f4 $ ls -l On Ext3, the output is: -rw-rw-r-- 1 abdv29 users 0 Oct 9 00:31 f1 -rw-rw-r-- 1
2015 May 19
0
ctdb_client.c control timed out - banning nodes
Hello, We are using CTDB / Samba to serve a number of windows users, at this point around 1200. We have a 4 node CTDB setup. CTDB version - ctdb-1.0.114.7-1 Samba Version - sernet-samba-4.1.16-10 In recent months we've seen a big problem when 1 of the CTDB nodes is stopped or disconnected either manually or resulting from a problem. On some occasions, all other nodes get banned if a node
2005 Mar 24
5
Bloomberg data import
Dear R Folks, I know that Enrique Bengoechea ( Credit Suisse ) had posted some code snippets for importing Bloomberg historical data into R. I found them to be very useful. Has anyone succeeded in getting the below items from Bloomberg to R? (a) historical economic release data, (b) tick/intra-day data (c) bulk data such as Index membership info, etc. If someone is willing to share their code
2014 Feb 26
2
Can a DC have 2 IP addresses
Yes, A DC can have 2 IP... bu when doing classic-upgrade or provision... only one IP must be active. Otherwise DNs config part can choice bad IP, I don't know why but.... regards St?phane Purnelle ----------------------------------- St?phane PURNELLE Admin. Syst?mes et R?seaux Service Informatique Corman S.A. Tel : 00 32 (0)87/342467
2008 Aug 28
1
ACLs overriding umasks?
Hi, list. A few years ago, there were plans to add an option to the filesystem ACL implementation that would allow ACLs to override umasks when creating files. I haven't been able to find anything else conclusive on the matter and was wondering if it was ever implemented. Thanks. -Boris
1998 Oct 16
1
Setting individual umasks for Homes
Is there any way I can set different umasks for different users in the "homes" share? Any advice would be appreciated. Cheers, ---- Jeff Newton Unix Systems Administrator PMC-Sierra Inc.
2016 May 23
0
Re: [PATCH] umask: Use /proc/<PID>/status to read umask in Linux >= 4.7.
On Mon, May 23, 2016 at 12:12:21PM +0300, Roman Kagan wrote: > On Sat, May 21, 2016 at 01:14:40PM +0100, Richard W.M. Jones wrote: > > + path = safe_asprintf (g, "/proc/%d/status", getpid ()); > > Why not "/proc/self/status"? Hmm indeed why not :-( I will fix it ... Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read
2016 May 21
1
[PATCH] umask: Use /proc/<PID>/status to read umask in Linux >= 4.7.
Since Linux 4.7, the process umask is available in /proc/<pid>/status. See: https://github.com/torvalds/linux/commit/3e42979e65dace1f9268dd5440e5ab096b8dee59 Use this value if available, else fall back to the existing codepath for Linux <= 4.6 and other Unix. --- src/umask.c | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 78 insertions(+), 8
1997 Oct 15
8
OPLOCKS
Robert Dal Santo wrote: > Is there any work underway to get Samba to support OPLOCKS? I know > they are difficult to implement but I'm faced with a decisions now to buy an > NT box (Ugh!) or do a lot of messing around to get this application > to perform decently. The application in questions takes around 5 > hours to do a taks without OPLOCKS and around an hour to do the
2006 Aug 03
0
changing umask on project/tmp files?
Is there anyway inside of rails to change the umask on the files created in the "tmp" directory? I tried adding "File.umask 0000" to config/enviroment.rb and no go. I''m afraid I''m a complete noob when it comes to ruby and rails. Here''s the situation. We''re trying to set up a RoR development enviroment, but the files for most of our
1999 Sep 03
0
umask problems, etc.
Three quick notes-- 1) Umask defaults to 000 when running an xterm or gnome-terminal on redhat 6.0, unless you run a login shell. This is a Bad Thing. 2) The binary package for the inews-2.2.1-1 update released 9/1/99 isn''t on the redhat updates site; inn and inn-devel are insufficient. I had to compile the SRPM. 3) Nothing. There is no third note.
2008 Mar 07
0
umask in nfs
Normal users umask is 022 set in /etc/bashrc Obviously I can change that value to 002 but that would affect all files created by each user. Is it possible to set a different umask on nfs mounts only so that user created files have a umask of 002 on files saved onto that mount? man mount shows this is possible on some filesystems but man nfs doesn't suggest that this is possible. Craig