Displaying 20 results from an estimated 300 matches similar to: "Active Directory + Samba 3.0.10 -> how to deal with owners and permissions"
2020 Mar 10
2
Errors for shares since 4.12.0
Hi
Am 09.03.20 um 16:32 schrieb Rowland penny via samba:
> On 09/03/2020 14:25, Andreas Hauffe via samba wrote:
>> [global]
>> ??????? dedicated keytab file = /etc/krb5.keytab
>> ??????? kerberos method = secrets and keytab
> Why the dedicated keytab ?
We have a kerberized NFS4 running on that machine, too.
>
>> workgroup = ILRW
>> ??????? idmap config dom :
2004 Oct 14
5
Photoshop "Disk Full" error, a linux filesystem NOT Samba issue
Hi all.
Thought you would all be interested to know that i, like many others, am
experiencing issues with Samba and Photoshop 7.0.
The problem is specific to Photoshop 7.0 when saving files to a Samba
share via a W2k/XP OS.
Users experience a disk full error when saving from Photoshop but have
no issues copying/moving etc files to/from the share outside of PS.
Well, after some testing, the
2005 Feb 01
0
Samba caching ??
Hi Loc
i got your email address from samba mail list, sorry for disturb.
i got the same confusion. when i setup a pdc, in message file, erros =
like get_domain_master_name_node_status_fail: is full there.
do you get any solution now?
Thanks!From jmruiz at animatika.net Tue Feb 1 11:17:26 2005
From: jmruiz at animatika.net (=?iso-8859-1?Q?Jos=E9_Mar=EDa?= Ruiz)
Date: Tue Feb 1 11:15:25 2005
2016 Apr 05
2
Specifying path to a windows server
Windows 7 (local computer)
Windows server (server I am trying to reach)
I need to read a file whose windows path is of the form
\\Theserver\mydirectory\data.csv
You will note that as per windows standards the server name is preceded by two backslashes.
I am not sure how to specify this in R. One usually needs to specify an escape characters in a path new which would suggest my path should
2008 Sep 03
5
universal netlogon script
Hi Guys,
Advise, I have 200 users, they all have access to 20 shares in different
combinations. They all have their own netlogon scripts... its a management
nightmare,
is there a way to create a universal netlogon script that I can include all
the shares to mount and it will silently fail on the ones it cant? Perhaps
there is a smarter way to implement this idea,
lynching is welcome, so is
2009 Apr 22
3
Bzip2 Compress directories
Hi,
How do you get bzip2 to compress directories?
Thanks
James
--
http://www.astorandblack.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20090423/f75f4621/attachment-0002.html>
2011 May 31
1
how to tell if two file paths refer to the same file
Does R have a standard function that takes two file paths
(e.g., "./myDirectory/file" and "myDirectory/file")
and returns TRUE if those paths refer to the same file?
The paths make take different routes ("absolute" or
relative paths or via different symbolic or hard links)
to the same file or may use different naming conventions
(Windows or DOS 8.3 on Windows). If
2020 Mar 09
4
Errors for shares since 4.12.0
Hi,
I tried samba 4.12.0 on our file server which is a domain member and
exporting some shares. We're getting some strange errors on some shares
since the update.
Right after starting or restarting smbd everything is fine. After short
while (seconds or a few minutes) users are getting errors when trying to
access the shares, e.q. "Invalid Handle Error", "An unexpected
2007 Aug 23
4
Automatically running a script on Samba PDC when Windows user changes his password
Hello,
I've installed a Samba 3 PDC using LDAP authentication, along with the
smbldap tools, on Ubuntu GNU/Linux. Everything works fine and (XP Pro)
Windows clients can join my domain.
I would like Samba to automatically run a (home made) script on the PDC
server when the user changes his password on his machine in order to update
it on other servers (for instance our mail server uses another
2005 Jun 06
3
Problems after changing security = domain to security = ads
Hello all
I have a samba domain member authenticating to a w2k3 server, after installing
SP1, there were problems, and a solution I found was to change to security =
ads. This seemed to work fine, but today no-one can get their home drives,
and some people are denied access to shares where the permissions on the
files are rwx for the user.
I did not change anything other than the security line
2013 Sep 06
1
rsync 3.0.9 hangs when syncing from NFSv3 share - possible to retry after timeout?
Hello,
I'm using rsync 3.0.9 to backup several NFS shares from a fileserver, mounted over NFSv3, to a local RAID on a backup server. Both servers are running Ubuntu 12.04 server LTS. The fileserver's filesystem is ext4. The NFS shares are mounted on the backup server as follows:
fileserver:/mnt/storage/share1 /mnt/share1 type nfs (ro,tcp,bg,soft,intr,addr=192.168.1.1)
2007 Apr 13
1
directory/filename completion
I've noticed something recently in R-beta that has changed since R 2.4.1
and I'm not sure if it's a readline problem or an R problem. I am on a
Linux FC5 system and in R 2.4.1 I could do
load("my-directory/
and then hit TAB and it would list all of the files in 'my-directory',
after which I could start typing the beginning of the file, hit TAB
again, and it would
2006 Jun 01
4
Batch Process for wav->flac?
I have a hard disk full of live shows. Each show is in an individual folder
(titled by name and date of show), and contains the individual wav files of
the show, labeled "disc1track1, disc1track2, etc." It's the same naming
scheme in each of the 200 or so folders for each show.
I want to convert each audio file to flac - is there a way to do this all at
once? I can't just
2004 May 18
1
Build R-1.9.0 with static libraries ?
Dear all,
Which options should I use when running the configure script
and/or
which changes should I make to Makeconf
to build the binary for R-1.9.0 but using only statically linked libraries ?
I need to build a binary that is portable between several different
Linux (RedHat) distributions.
Thanks in advance for your help,
Melanie
--
http://recherche-en-danger.apinc.org
2014 Jan 02
1
Incorrect client netbios name in %m
I have a client (Fedora 19) and a server (Fedora 14/Samba 3.5.11) which
works fine.
I'm now setting up a new server (Fedora 20/Samba 4.1.3) with more or less
the same smb.conf
1. Issuing:
sudo smbclient -L //srv001 -U suser
list all shares correct.
2. Issuing:
sudo mount -t cifs //srv/Share3 /mnt/share3/ -o username=suser
Password for suser@//srv/Share3: ****
Retrying with upper case share
2017 Oct 11
3
Using GPO to mount shares on Linux
On 10/11/2017 12:09 PM, Rowland Penny via samba wrote:
> I did all of this, I have read everything I could find on the internet
> and I just couldn't make it work.
>
> I am now a leading expert on what doesn't work ;-)
>
> Rowland
ok, that is an unusual situation... you having a problem, and things
working here :-)
So perhaps we're doing different things:
we
2007 Aug 01
0
Hostname DNS update (using nsupdate-gss) to Active Directory DNS using Sites
Hi,
We were unable to use nsupdate-gss to a Windows 2003 Active Directory. I
modified the nsupdate-gss script to use the local Domain Controller to do
the DNS update and then it works (albeit giving a TKEY integrity error).
The patch attached adds a 5th argument to the command line to specify the
local Domain Controller to send the DNS update to.
Usage: nsupdate-gss.pl HOST DOMAIN IP TTL
2007 Dec 14
7
CentOS 5.1 and Xen - mount: could not find filesystem ''/dev/root''
Hi all-
I''m hoping someone can help me with this problem with Xen under CentOS
5.1 (RHEL 5.1) I''m having... This is the Xen package that comes stock
with the distribution, I didn''t compile it from source. I can boot
Domain0 and the hypervisor just fine. I''m trying to bring up a Xen
guest VM and it crashes on boot, with this error:
# xm create -c tcga1
2011 Jul 08
1
Server String - getting, viewing with Linux
When viewing a list of network computers with Windows Explorer, it shows
the server names and the server strings, i.e.; Bobs computer in
accounting (WS1), where (WS1) is the netbios name.
Is there any way to get the server string to show on Linux? It'd be
nice to see it in Nautilus, but I know I'll have to ask them. If there
were a Samba utility that would retrieve it, that would do
2009 Jan 13
2
Re ad a text file from a directory in which an R script finds itself
Is it possible for an R script to read a text file, say, from the directory
in which the script is located ?
I don't think I can use setwd(), because I can't specify the directory.
--
View this message in context: http://www.nabble.com/Read-a-text-file-from-a-directory-in-which-an-R-script-finds-itself-tp21434236p21434236.html
Sent from the R help mailing list archive at Nabble.com.