Displaying 20 results from an estimated 1000 matches similar to: "write only permissions"
2008 Jul 18
3
winbind/idmap/AD problem?
Hi,
I'm running 3.0.28a on Ubuntu 8.04 (their package). I've got security =
ads and idmap backend = ad (smb.conf is posted below). I'm using
libnss-ldap and have ldap in nsswitch.conf (also posted below) and ldap
connected to the AD server. I have the drive mounted using acl and
xattr_user options in fstab (acl is installed). I can connect to the
share, I see in the logs that
2010 Sep 30
3
Excluding most and including some problems continue.
Here is my rsync command as it currently stands.
/usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod --log-file=/export/home/webuser/logs/rsync-log -F /export/home/ webuser at appprod::dprweb_extranet/ > rsync-test
Here is the current .rsync-filter file.
+ das
+ em
+ enf
+ internal
+ itb
+ medtox
+ pml
+ psb
+ reg
+ whs
+ htdocs
+ docs
- /*
-
2011 May 18
4
KVM vs ESXi
Morning Everyone,
I'm busy doing a rebuild of my home server and am tossing between
VMware and KVM for this build. I already have experience with ESX, we
use it at work, but I'm debating trying out KVM for a while. The
server itself is a budget build using a Supermicro X8SAX board w/
i7-950 & 12GB RAM, LSI 3081 SAS RAID (1068e based), rolled into a
NorcoTek 16 Bay SAS case. Not fancy
2011 May 18
4
KVM vs ESXi
Morning Everyone,
I'm busy doing a rebuild of my home server and am tossing between
VMware and KVM for this build. I already have experience with ESX, we
use it at work, but I'm debating trying out KVM for a while. The
server itself is a budget build using a Supermicro X8SAX board w/
i7-950 & 12GB RAM, LSI 3081 SAS RAID (1068e based), rolled into a
NorcoTek 16 Bay SAS case. Not fancy
2010 Jun 15
1
Asterisk 1.6.2 WARNING[23042]: acl.c:392 ast_get_ip_or_srv: Unable to lookup 'whsvoip.globalipcom.com'
Hi,
We are using Asterisk 1.6.2 and it is continually failing to resolve Verizon
SRV and sending following message,
WARNING[23042]: acl.c:392 ast_get_ip_or_srv: Unable to lookup
'whsvoip.globalipcom.com'
DNS settings on OS level is working fine.
Can anyone have an idea about it?
Regards,
Faisal Hanif
2010 Sep 28
1
How to mirror only specified directories
I am trying to mirror only select directories from one server to another with rsync through its daemon mode.
Server A
/export
/home
/A-do
/A-not
/A-copy
/das
/htdocs
/docs
/em
/htdocs
/docs
/psb
/htdocs
/docs
/X-do
/X-not
/X-copy
Server B
/export
/home
/extranet
2004 Jul 13
0
[Fwd: Re: posixAccount for Machines in LDAP?]
---------------------------- Original Message ----------------------------
Subject: Re: [Samba] posixAccount for Machines in LDAP?
From: kent@www.warehamportal.mec.edu
Date: Tue, July 13, 2004 4:54 pm
To: "Paul Gienger" <pgienger@ae-solutions.com>
--------------------------------------------------------------------------
Thanks for getting back to me, Paul.
Here's
2005 Aug 30
5
BDC and password change program
Hello,
Just wondering what I should be using for the password change program on a BDC.
Should it be:
passwd program = /usr/bin/smbpasswd -r <PDC address> %u
I'm having a problem with passwords not staying in sync between the PDC and BDC
with pass backend ldap.
The systems are all Fedora Core 4, Samba 3.0.14a, openldap 2.2.23
Kent N
2018 Oct 26
1
win10 Samba shares discovery
Le 25/10/2018 à 18:22, Giulio via samba a écrit :
>> Is enabling SMBv1 on the Windows 10 side the only solution to get Linux share be visible for the Windows "Network" listing?
>
> Yes, it's the only way to see the samba computer in the computers' list.
>
> When using SMB>=2, network discovery will use a different protocol
> (WSD/LLMNR) which samba
2018 Oct 25
2
win10 Samba shares discovery
Hello,
We have Samba 4.0.21 running on a Linux machine with a share configured. It doesn't show in Windows 10 "Network" listing of available shares, unless I turn on SMBv1 in the Window features (and reboot). Accessing the share by IP or hostname works, even with SMBv1 disabled on Windows 10. Windows 10 is of the build 1804.
Is enabling SMBv1 on the Windows 10 side the only
2011 May 04
1
Str info. Thanks for helping
It looks from str(SA) that Response IPS1 is a data.frame of class "anova", which probably cannot be coerced to vector.
Maybe you can use unlist() instead of as.vector()
Or something like
SA[["Response IPS1"]]["as.factor(WSD)",] ## to select the first row only, even maybe with unlist()
Without a better REPRODUCIBLE example, I cannot tell more (maybe some others
2005 Apr 04
2
rsync is flaky going to Penang
Hello,
We are experiencing flaky behavior from rsync when attempting to rsync
directories/files to a server in Penang. Several times the job seems
to 'hang' and never completes. Penang then is therefore missing a lot
of required cad files. Have any of you experienced the same thing and
what did you do to fix the problem? Does anyone know of a better tool
to use? We chose
2008 Nov 27
2
How to remove ability to delete files
Hi, this is kind of a strange situation. I have a share that I want to
work like a drop box. I want users to be able to create new files and
read existing files, but not be able to delete them (except for the
owner of the dropbox). Does anyone know how to do this?
I've tried every combination I could think of write list, read only,
force group, and sticky bits on the directory itself.
2004 Jan 09
3
Samba 3.0 PDC+LDAP Help in Fedora Core 1
Hello,
I am hoping someone will offer some help. I'm currently trying to setup a
samba 3 PDC with LDAP authentication backend in Fedora core 1. I've read
loads of documentation, including
http://www.hilinski.net/samba/ldap_PDC_samba.doc
http://www.unav.es/cti/ldap-smb/smb-ldap-3-howto.html
http://samba.idealx.org/samba-ldap-howto.pdf
As well as tons of posts in the mailing list
2001 Dec 13
3
behaviour of ssh/scp over flakey links - timeout/retry?
I'm using OpenSSH's ssh and scp to back up some remote
machines, roughly as follows :
ssh remote-host "tar up a few dirs"
scp remote-host:tarfile local-repository
On the whole, as I'd expect, this works just fine.
But .. sometimes the link is a bit dodgey (for lack of
a more explicit term, this being a polite list :) )
Can anyone tell me how ssh and scp timeout and retry,
2012 Apr 02
6
como hacer grafico de medias con barra de desviacion estandar ??
estimados no he encontrado el modo de hacer en R el tipico grafico de
medias con la desviacion estandar asociada ... me explico, tengo 2
variables numericas, para la variable independiente se elijen 3 niveles y
en cada uno de ellos se mide 15 veces la variable respuesta, para este
data.frame se quiere mostrar en un grafico en el eje X los 3 niveles
escogidos y en el Y la vbla respuesta, pero no e
2008 Nov 09
0
Windows Home Server as Xen Guest
hi there,
I''ve been googling for a while but cant find anything of interest...
Has anyone tried running Windows Home Server as a Xen guest?
I would like to use WHS on my Home server as it greatly simplifies the
management of storage, however i''d like the server to be able to other
things aswell, hence wanting to use Xen...
Any ideas?
Cheers
Gavin
--
View this message in
2001 Aug 14
1
Running IIS under WINE
Hi All --
Has anyone attempted to run IIS under WINE? I realized that one of
the biggest things holding me back from moving to Linux is working on
IIS-based ASP applications. I would never expect to use such a setup
in production, only for development. I am aware that there are
various ways to get ASP to run on Linux, but I'm not interested in
that.
How about Personal Web Server?
How
2002 Jun 09
1
S or R used in natural language processing (NLP)?
Dear All,
Does anyone use S or R for statistical natural language processing (NLP)?
All I have found so far is a package called EMU
(http://www.shlrc.mq.edu.au/emu/emu-splus.shtml) which is a speech
wave-form processing package.
What I'm looking for are routines to support text processing, text
categorization, word sense disambiguation, text understanding etc.
In particular, I would
2009 May 14
4
authenticate Linux users to AD on Windows 2003R2
Hello,
I have enough details on how to have Linux users authenticate to a 2003r2
AD, but I need help getting their home dir's to automatically mount to a
windows share. Any details would be greatly appreciated.
Many thanks,
James