Displaying 20 results from an estimated 370 matches for "0640".
Did you mean:
0600
2013 Jan 07
4
3.6.10 file handle leak under ancient 32-bit kernel
Hello,
I've come across a curious issue with
Samba 3.6.10.
When running 'emacs' version
GNU Emacs 23.3.1 (i386-mingw-nt6.0.6002) of 2011-03-10 on 3249CTO
on Windows Server 2008 SP2 x64 and issuing
a file "revert" of one sort or another
against a Samba-served file, the 'smbd'
process leaks two or three handles.
Eventually, when 16k handles are open,
this causes
2005 Sep 07
3
Office (2003) saving excel sheet takes VERY long..
...no
default case = lower
case sensitive = no
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /bin/false
winbind use default domain = no
[shared]
comment = Temporary file space
path = /smb/shared
public = yes
writeable = yes
create mask = 0640
directory mask = 750
force create mode = 020
force directory mode = 020
guest ok = yes
force group = users
[daten]
comment = Root
path = /smb/daten
valid users = @verwaltung
write list = @verwaltung
force group = users
create mask = 0640
directory mask = 750...
2014 Jun 09
0
CEBA-2014:0640 CentOS 6 pcs Update
CentOS Errata and Bugfix Advisory 2014:0640
Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0640.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
dc25c21909848ea8f70721308836ab82aed9338e83f0c65d8e19cf39b4976e39 pcs-0.9.90-2.el6.centos.3.noarch.rpm...
2015 Aug 07
2
vfs_streams_xattr and create mask = 0640 don't play well together
...use the new vfs_fruit in order to better support our OSX clients out there. Everything seems to be working fine so far, but one operation:
If the user on an OSX client sets (or modifies) a tag (the colour flags or a custom tag) on a directory *AND* the share is configured with "create mask = 0640", the directory loses the execute bit for the owner of the directory and renders the directory inaccessible.
We were able to isolate the problem down to the VFS module "streams_xattr" (which is needed when using fruit) and the (non-default) setting of "create mask = 0640"....
2005 Dec 19
1
logrotate. Bug or am I blind?
...that when the files are rotated, the user/group is root root and the permissions are rw for root only.
more info hereunder:
The strange thing is that sometimes it works for one file...
/var/log/cisco_acl.log /var/log/cisco_debug.log {
rotate 1
notifempty
#daily
size 1k
create 0640 root noc
postrotate
/bin/kill -HUP `cat /var/run/syslog-ng.pid 2> /dev/null` 2> /dev/null || true
endscript
}
[root at syslog-b11 log]# ls -l cisco*
-rw-r----- 1 root noc 2816 Dec 19 11:06 cisco_acl.log
-rw-r----- 1 root noc 40304 Dec 19 11:07 cisco_debug.log
[root at sys...
2015 Aug 10
0
vfs_streams_xattr and create mask = 0640 don't play well together
Hi,
On Fri, Aug 07, 2015 at 05:58:45PM +0200, Thomas Werschlein wrote:
> Is this a bug or a misconfiguration on our side? I am happy to file
> a bug report, if it turns out to be one. Any thoughts?
sounds like a bug to me. Can you please file a bugreport so we can
track this?
-Ralph
--
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG
1999 Apr 15
0
R-0640 Windows
From: "Heberto Ghezzo" <heberto at MEAKINS.Lan.McGill.CA>
Please be patient: rw0640 was only released very late on Monday, and
this is not my primary occupation! In some cases you _need_ the
versions of pre-built packages for rw0640: there is no version of sm
for rw0640 there, yet. I have one working, but not yet fully tested. (I
put one up briefly but removed it pending testing...
2018 Jun 27
0
dovecot-2.3.36 and flush
...)
fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK)??? = 0
connect(4, {sa_family=AF_LOCAL,
sun_path="/usr/local/dovecot-2.2.36/var/run/dovecot/config"}, 110) = -1
ENOENT (No such file or directory)
close(4)??????????????????????????????? = 0
stat("/etc/dovecot/dovecot.conf", {st_mode=S_IFREG|0640, st_size=3644,
...}) = 0
socket(PF_LOCAL, SOCK_STREAM, 0)??????? = 4
fcntl(4, F_GETFL)?????????????????????? = 0x2 (flags O_RDWR)
fcntl(4, F_SETFL, O_RDWR|O_NONBLOCK)??? = 0
connect(4, {sa_family=AF_LOCAL,
sun_path="/usr/local/dovecot-2.2.36/var/run/dovecot/config"}, 110) = -1
ENOENT (No...
2006 Jun 09
1
logrotate and logger reload
...kept seeing the message about re-loading
logger.conf over and over and it just kept creating more and more files.
I baby set many different * boxes all running the same script without
this problem.
Here is my cron script:
/var/log/asterisk/cdr-csv/*csv {
missingok
rotate 12
monthly
create 0640 root root
}
/var/log/asterisk/*log /var/log/asterisk/messages {
missingok
rotate 5
weekly
create 0640 root root
sharedscripts
postrotate
/usr/sbin/asterisk -rx 'logger reload' > /dev/null 2> /dev/null
endscript
}
--
Bob Knight
[-w] the work option
bk@min...
2005 Jun 30
5
Logrotate
I created some scripts to logrotate. I am having a problem. After I do
it, I am sending kill -HUP to the process
its not using the newly created messages file again. Could someone help
me out with how I can rotate asterisk's
log's without killing the process?
..o-------------------------------------------------------o.
Brian Fertig
NOC/Network Engineer
Planet Telecom, Inc.
Tampa, FL
2013 Nov 25
4
question about file {} type
My class reads like:
class name1::name2 ($gidvariable) {
file { "somepath-to-file":
ensure => file,
mode => ''0640'',
gid => $gidvariable,
}
}
The problem is that the file isn''t getting set to the $gidvariable''s value
which is a string "abc".
The other things work (presence as file, mode).
Stuart
--
You received this message because you are subscribed to th...
2014 Dec 26
3
Maildir permissions on creation?
The main reason is that I don't want to provide backup user with unnecessary write permissions within maildirs and mail user within backup logs dir. I was talking about mail_user:mail_group 0750 on dirs and 0640 on files. (Or, possibly, mail_user:backup_group 2750 and 2640.)
26.12.2014, 11:19, "Tobi" <tobster at brain-force.ch>:
> Whats the reason you do not want to use default dovecot user. Your idea would assume that at least the group must have write access. For me a no-go on mailbox...
2006 Oct 09
5
General questions and problems with exec...
...o work. Here''s the .pp file:
<snip>
class shorewall {
package { shorewall:
ensure => latest
}
file { "/etc/shorewall/rulefiles":
ensure => directory,
mode => 750
}
configfile { "/etc/shorewall/shorewall.conf":
mode => 0640,
source => "config/apps/shorewall/shorewall.conf",
require => package["shorewall"]
}
configfile { "/etc/shorewall/Makefile":
source => "config/apps/shorewall/Makefile",
require => package["shorewall"]
}
config...
2012 Jun 08
2
File creation mode in Rails + Unicorn
...e created in Rails.root/public/ to be directly available to Nginx.
When I first hit such a page, the static cache file is not present, so the Rails app is reached and the file is created.
The next hit is a 403 error.
The file is created with the right user/group but in 0600 mode instead of 0660 or 0640, that''s why I have this error.
If I start my app with Webrick instead of Unicorn, the file is created the mode is alright.
To start Unicorn, my init script (executed by root) does something like this (let''s say that the user/group is deploy/deploy) :
sudo -u deploy unicorn...
2019 Jul 09
2
Winbind issues with AD member file server
...#######################################################################
include = /etc/samba/shares.conf
---
Here's an example of one of the share configurations from shares.conf,
which are uniform:
---
[backups]
path = /notbackedup/backups
comment = Window Servers Backups
create mask = 0640
directory mask = 0750
force create mode = 0640
force directory mode = 0750
force group = backups
valid users = +BSOE\backups-group +backups
On Tue, Jul 9, 2019 at 10:59 AM Rowland penny via samba <
samba at lists.samba.org> wrote:
> On 09/07/2019 18:38, Eric Shell via samba wrote:...
2008 Nov 13
2
Solving CVE-2008-4870
...ought.
dovecot.conf can contain passphrase for ssl key, which is available for
everyone since dovecot.conf has world readable permissions.
(In CVE's description is note that it RHEL's/Fedora's problem, but it
affects all systems imo)
We was thinking about few ways how to fix it:
1) 0640 permissions for dovecot.conf - but it can became not readable
for dovecot
2) 0640 root:mail and set deliver to group mail with sgid - possible
security problem
3) don't store passphrase in dovecot.conf, just ask for it when
dovecot's started - can hang boot process, not good
As part o...
2013 Mar 13
0
CentOS-announce Digest, Vol 97, Issue 7
...p' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of CentOS-announce digest..."
Today's Topics:
1. CESA-2013:0640 Important CentOS 5 tomcat5 Update (Johnny Hughes)
2. CESA-2013:0630 Important CentOS 6 kernel Update (Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Tue, 12 Mar 2013 19:14:34 +0000
From: Johnny Hughes <johnny at centos.org>
Subject...
2006 Sep 24
1
Can't login into shares
...chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n *password\supdated\ssuccessfully* .
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
ldap ssl = no
panic action = /usr/share/samba/panic-action %d
invalid users = root
create mask = 0640
directory mask = 0750
[homes]
comment = Home Directories
invalid users =
read only = No
create mask = 0640
directory mask = 0750
browseable = No
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
browseable = No
[print$]
comment = Printer Dr...
2007 Oct 28
9
openvpn recipe: comments, suggestions, help
...c/puppet/manifests/classes/openvpn.pp
** Is it possible to have only one file { }, so the shared elements
** only need to be specified once, e.g. owner, group, perhaps using
** case within file { } ?
define openvpn_file ($source = "", $content = "", $tunnel, $path, $mode = 0640) {
if $source {
file { "$name":
source => "puppet:///files/$source",
path => $path,
ensure => present,
mode => $mode,
owner => root,
group => root,
before =>...
2009 Jun 24
2
CIFS mount not applying setuids
...est ok = Yes
[portage]
comment = Gentoo Portage files
path = /data/distro-specific/Gentoo
valid users = portage
write list = portage
force user = root
force group = portage
read only = No
create mask = 0750
force create mode = 0640
directory mask = 0750
force directory mode = 0750
hosts allow = 192.168.1.
[Multimedia]
path = /data/archive/Multimedia
valid users = @Multimedia
write list = @Multimedia
[Adult]
path = /data/archive/Adult
valid users = @Adult...