Displaying 20 results from an estimated 100 matches similar to: "Non primary group permissions not working"
2004 Aug 19
1
Groups not recognized
I've got an issue with a fresh (and I mean really fresh) 3.0.5 + ldap
server where doesn't seem to recognize unix group membership. The
server was 2.2.8a last night and things were working. The unix side
works flawlessly, in other words if I log in as myself I can get where I
need to, but under samba I get nothing. Here's some supporting info:
my group membership information:
2007 Jul 05
1
Execute on file access
Hi Samba-Folks,
it might be a feature request, it might the the proof that I'm too stupid
to find it in the documentation:
I'd like to execute a binary program on each file which gets stored or
modified on the samba server. Is that possible?
I'd like to store images on a samba server, and from each image stored a
thumbnail should be calculated. Thus, after a file is
2004 Jan 13
0
rsync: connection unexpectedly closed
Quoting a mail from Richard van Beers:
>Im trying to use rsync to sync about 23GB over a local LAN.
>I use 2.5.6 compiled on SCO OpenServer 5.0.6, this is the command I use:
>
>rsync --verbose --stats --recursive --times --perms --links --delete
>eurux02::user2
>
>(I have tried it with and without --compress, as the archive hinted this
>may be a problem with -z, but same
2009 Jul 29
1
problem with disable_plaintext_auth
Hi,
I am using dovecot with postfix for authentication.
Everything (TLS/SSL, authentication) is working fine, except that when
I set:
disable_plaintext_auth = yes
I still can authenticate with plain text on a no TLS/SSL session:
20 mail2.cs.ait.ac.th ESMTP Postfix (2.6.2)
EHLO [192.41.170.57]
250-mail2.cs.ait.ac.th
250-PIPELINING
250-SIZE 10240000
250-VRFY
2004 Apr 16
1
./configure --disable-ipv6 hangs
Hello,
I think that I've spotted a bug in Rsync's configure script: if one
uses --disable-ipv6, configure would hang forever at step:
checking whether defines needed by getaddrinfo exist...
What happens is that when this option is used, $EGREP is not defined
in the script. Then this particular test invokes ... | $EGREP "yes".
This actually runs the Unix "yes"
2014 Mar 11
1
silent data corruption with rsync
Hi everbody!
I'm currently working in a project which has to copy huge amounts of data from one storage to another. For a reason I cannot validate any longer, there is a roumor that "rsync may silently corrupt data". Personally, I don't believe that.
"They" explain it this way: "rsync does an in-stream data deduplication. It creates a checksum for each data block
2012 Nov 26
3
Vacation messages come from POSTMASTER, not user
Problem : All vacation autoreplies come from the postmaster address.
Expected behavior : vacation notice comes from the user who set the
vacation.
Platform : Dovecot 2.1.7 on Debian Squeeze ( See below for example
reply, sieve script and dovecot -n output)
Any help appreciated!
----------------------------------------------------------------------------------------
Sieve script used:
if
2004 Nov 01
3
users in multiple groups?
Hi,
I have setup samba 3.0.7 with LDAP and NetApps Filers as our file store.
We are going to lots of departmental shares, firstly we want only people
from their own dept to have access to their department share, but users
from other departments may need access to other dept shares, i would
like to set up permissions on each dept share so a group is applied,
then every user is added to the
2005 Mar 02
3
samba3.0.10
Hi Jerry/Samba Team
I have Samba 3.0.10 installed on Solaris8 server and Samba-client-2.2.10
installed on Linux Red Hat2.1AS servers
The Linux servers use Samba to mount filesystems from Solaris8 server.
My question is how to find out on the Solaris8 server which Linux servers
are using Samba to mount from.
Because it is hideous to go to every Linux server and see which Solaris8
server they are
2007 Nov 21
3
connection to IPC$ denied due to security descriptor
Hey all,
I have a fileserver running Debian Etch and Samba 3.0.24 that I use to serve
media and private home directories. I have a couple roommates, and
therefore have a couple accounts on the box for those users. I had
everything working perfectly until last week when my system drive took a
crap. I've reinstalled everything exactly the same (I think?) but now I am
having problems with
2017 Sep 07
1
SOLVED: BUILTIN\Administrators - failed to call wbcSidToUid: WBC_ERR_DOMAIN_NOT_FOUND
> You may get away with using the 'rid' backend, but this will have to
be> your choice, but whatever you choose, I am sure we can help you get
to> a working domain.>
> RowlandSo I have an example. We have file and print server based on
CentOS 7 with Samba 4.4.4. As wiki said
(https://wiki.samba.org/index.php/Setting_up_Automatic_Printer_Driver_Downloads_for_Windows_Clients)
2007 Jan 06
2
negative binomial family glm R and STATA
Dear Lister,
I am facing a strange problem fitting a GLM of the negative binomial
family. Actually, I tried to estimate theta (the scale parameter)
through glm.nb from MASS and could get convergence only relaxing the
convergence tolerance to 1e-3. With warning messages:
glm1<-glm.nb(nbcas~.,data=zonesdb4,control=glm.control(epsilon = 1e-3))
There were 25 warnings (use warnings() to see
2011 Jul 22
0
Asset Pipeline and Sprockets
Ok I would love to work out how to use the new Raisl 3.1 Asset
Pipeline with SCSS variables, mixins etc and being able to use the
asset_path tag.
What I have so far is this. Im my application.css.scss I have the
following.
*= require_self
*= require layout
*= require home
This works fine with using the asset_path helper and variable within
layout ie,
// layout.css.scss.erb
2012 Mar 01
1
help stylesheet_link_tag
I was reading the book "Agile Web Development with Rails 4th Edition".
In Chapter 11, Iteration C2: Adding a Page Layout
1 <!DOCTYPE html>
- <html>
- <head>
- <title>Pragprog Books Online Store</title>
5 <%= stylesheet_link_tag "scaffold" %>
- <%= stylesheet_link_tag "depot", :media => "all" %>
- <%=
2012 Jan 05
6
assest pipeline how to exclude some css files?
In my assets I have
intranet
|_1.css.scss
|_2.css.scss
internet
|_1.css.csss
application.css
application_internet.css
application_intranet.css
1.css.scss
2.css.scss
3.css.scss
intranet and internet are directories.
In my layout I want to exclude the files under internet and intranet.
I have created
application_internet.css
/*
* application-internet.css
*
*= require_self
*=
2011 Sep 13
1
Dynamic css files using scss
I''m trying change the value of a scss variable dynamically using rails
3.1.
For example:
In a example.css.scss
$main-color: red;
body {
background-color: $main-color;
color: #333;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px; }
And in the model user, I put the field color_prefered. And I want to
change the value of a $main-color
2013 May 23
1
rake assets:precompile issue with JS and stylesheets files with similar name
Hi,
I''ve got following two files with same names under javascripts and
stylesheets directories as:
- app/assets/javascripts/test_vendor.js
- app/assets/stylesheets/test_vendor.scss
Essentially a JS and an stylesheet files with same name.
--------------------------------------------------------------
I want these files to be precompiled and served from public directory.
Thus I
2012 Mar 13
17
[Bug 47288] New: System hangs with GeForce 6150SE nForce 430
https://bugs.freedesktop.org/show_bug.cgi?id=47288
Bug #: 47288
Summary: System hangs with GeForce 6150SE nForce 430
Classification: Unclassified
Product: xorg
Version: 7.6 (2010.12)
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2002 Sep 20
2
samba Mount command failure
Hi All,
I would like to be able to mount a SMB NT Share on a NT4.0 network. I am
currently trying to run the following command :
mount -t smbfs -o username=lloydl,password=Fiver //(Server
IPaddress)/(share) /mnt/dvs/ITVSERVER
And I get :
2622: session request to 192.168.36.6 failed (called name no present)
2622: session request to 192 failed (called name not present)
2622: session setup
2006 Aug 26
0
DRbFire / ActiveRecord performances
Hi,
I''m using drbfire to send a "DRbUndumped" ActiveRecord object from the server to the client, through an ADSL line of 4Mbits/s download, and 600Kbits/s upload. I was afraid there would be too many round-trips between the client and the server, and unfortunately this is true:
Server code:
------------
#!/usr/local/bin/ruby
require ''rubygems''
require