Displaying 20 results from an estimated 3000 matches similar to: "Folder/directory permissions"
2002 Oct 04
1
Error at client side
Greetings,
I am trying to make samba working on RH7.3.
I even can see Samba server from my W2k machine. However, when I click on
that, I wait a while and get an error message "The network path was not
found". I
don't know why?
If I try:
smbclient -U laoer -L W2Khostname without any password
I got the error: "Error returning browse list: NT_STATUS_ACCESS_DENIED"
2016 Feb 25
1
Trouble adding a service principal to keytab
Hi,
I am new to samba and Kerberos so please be gentle!
I have built a samba AD DC (v4.3.5) on Centos Linux from source and am
trying to add a service principal and generate a keytab containing the
principal. However the principal entry does not appear in the keytab.
Here's what I did:
[root at bones ~]# samba-tool spn add
GEMSTONE64/bunk.gemtalksystems.com at
2011 Sep 17
1
vfs_shadow_copy2 doesn't seem to work with basedir of /
Hi all,
I'm using the VFS sbadow_copy2 module, and I think I've hit a bug. This
config works:
mattcen at adam:SambaTest$ cat works3/smb.conf
[SambaTest]
comment = SambaTest
writable = yes
path = /srv/SambaTest/share
#vfs objects = shadow_copy
vfs objects = shadow_copy2
shadow:snapdir = /mnt/dates
shadow:basedir = /srv
mattcen
2009 Apr 24
5
ACLs set in Windows not honored
Hi All,
I am in the process of trying to build a Samba server to replace our
aging EMC Celerra file server appliance.? The goal, ultimately, is to
build a file server on which we can migrate a file share from the
Celerra (ACL permissions and all) over to Samba, where the file share
can be exported via NFS as well as Samba, AND the permissions we see
in Linux are what we see in Windows (as well as
2012 Nov 26
1
Heal not working
Hi,
I have a volume created of 12 bricks and with 3x replication (no stripe). We had to take one server (2 bricks per server, but configured such that first brick from every server, then second brick from every server so there should not be 1 server multiple times in any replica groups) for maintenance. The server was down for 40 minutes and after it came up I saw that gluster volume heal home0
2010 Oct 20
1
Samba 3.5.6 pam problems
Hi,
I've setup Samba 3.5.6 as a member server in a 2003R2 domain with a
single dc, idmapping is by rfc2307 with a tdb backend for builtin
accounts etc, I can list users and groups using wbinfo and I can
create shares and access them from the windows server, files and
folders owned by ad users show the correct user and group names so
mapping appears to be working, I can su to ad accounts but I
2006 Apr 28
1
errors while testing with imaptest
I get lots of these (in error log):
dovecot: Apr 28 14:50:03 Error: IMAP(jenslt): Corrupted index cache file
/home0/jenslt/.imap/INBOX/dovecot.index.cache: record points outside file
And some of these:
dovecot: Apr 28 14:50:03 Error: IMAP(jenslt): Corrupted index cache file
/home0/jenslt/.imap/INBOX/dovecot.index.cache: field index too large
(2037149797 >= 19)
Should I worry or not?
2012 Mar 13
0
External trust / DMZ (nsswitch vs wbinfo)
Hello,
Summary: a Linux server joined to domain GODMZ (which trusts another domain
GOCORP), without network access to GOCORP domain controllers can
authenticate but not retrieve user information (id) even though wbinfo -n
can resolve a name to SID.
Long:
We have two domains, both at server 2003 functional level. GOCORP contains
users and intranet servers. GODMZ contains servers in the DMZ (web
2015 Jan 08
0
Re: Using virsh blockcopy -- what's it supposed to accomplish?
On 12/24/14 4:42 AM, Kashyap Chamarthy wrote:
> On Tue, Dec 23, 2014 at 12:38:57PM -0600, Gary R Hook wrote:
>
> [. . .]
>
> In my case, the block device is a QCOW2 disk image file. If I boot
> without using the disk image file which has the operating system, the
> domain will fail to boot, no?
>
> I see you're playing with NBD disks. I'll admit, I haven't
2015 Jan 08
2
Re: Using virsh blockcopy -- what's it supposed to accomplish?
On Thu, Jan 08, 2015 at 01:44:58PM -0600, Gary R Hook wrote:
> On 12/24/14 4:42 AM, Kashyap Chamarthy wrote:
> >On Tue, Dec 23, 2014 at 12:38:57PM -0600, Gary R Hook wrote:
> >
> >[. . .]
> >
> >In my case, the block device is a QCOW2 disk image file. If I boot
> >without using the disk image file which has the operating system, the
> >domain will fail
2015 Jan 08
2
Re: Using virsh blockcopy -- what's it supposed to accomplish?
On 01/08/2015 12:44 PM, Gary R Hook wrote:
> I've learned how to use the blockcopy command to create a local copy in
> a simple disk file:
>
> virsh dumpxml my_domain > my_domain.xml
> virsh undefine my_domain
> virsh blockcopy --domain my_domain vda $PWD/dsk.copy.qcow2 --wait
> --verbose --finish
> virsh define my_domain.xml
>
> and the resulting copy in
2011 Nov 10
2
wbinfo --ping can't find winbind?
I have compiled 3.5.12 from source on CentOS 5.7. I am using krb5.conf,
smb.conf files that have worked with other 3.5.x installs of Samba (at
least in terms of wbinfo working) but now I am not able to get any data
from winbind. The server is running and the logs don't report any
errors. I had done several 'make uninstall' while compiling/recompiling
with different options. Could
2004 Nov 29
0
delay in winbindd user/group lookups with many users/groups in domain
Hi!
I have the following problem: winbindd getgrnam/getpwnam/lookupname calls
do not return for a long time (> 30 seconds) which is obviously quite
annoying to the users. This usually happens at the "first" login, i.e.
subsequent connections are not delayed until a (probably cache) timeout.
I've failed to determine who is responsible for the caching yet.
I'll provide
2006 Feb 22
5
[OT] Apache rewrite stuff...
Hi all, a little off topic, but was wondering what the best way is to
re-write incoming requests so that they all end up at the same domain.
For example, if I had:
my_domain.net
my_domain.com
my_domain.org
Whats the best way to map/redirect all of these to
www.my_domain.com
?
I know its possible, just not sure what to add for rules/virtual hosts
in my apache config.
Thanks for the help!
-Nick
2017 Feb 03
1
Samba standalone + openldap
Hi everybody,
I'm new to this mailing list, i need help about a configuration with
Samba / Openldap.
I have a samba server with shared folders, where users authenticate with
a determined login/password.
I would like to use my directory (openldap) to authenticate my users to
access the shared folders.
I do not want to use samba as a domain controller, just to authenticate
the users with
2015 Jan 09
0
Re: Using virsh blockcopy -- what's it supposed to accomplish?
On 1/8/15 2:21 PM, Kashyap Chamarthy wrote:
>> qemu-img create -f qcow2 /tmp/dsk.test.qcow2
>
> A typo? You also need to provide a size here:
>
> $ qemu-img create -f qcow2 /tmp/dsk.test.qcow2 1G
Yes, my mistake. The size is set to the potential size of the source
disk, which in this case is 20G.
> For the rest, I'm afraid I still didn't manage time to test
2002 Aug 07
2
can't pause a samba shared printer from w2k pc
Running samba installed from rpm 2.2.5-1 on rh 7.2 system...
security=domain with winbind to NT pdc, LPRng
Trying to pause printing without specifying a queuepause command I get:
You do not have permissions to modify the settings for this printer. If
you need to change the settings, contact your network administrator.
With
queuepause command = /usr/sbin/lpc stop %p
queueresume command =
2003 Mar 24
3
winbind and bad permissions mapping from NT to Samba
I'm installed Samba 2.2.8 with the intetion of use it as file share for
a NT Domain.
I have also an interest to the use of extended ACL so I recompiled the
kernel (2.4.20) with the acl patch and I added to my system acl, attr,
e2fsprogs and fileutils packages.
After all I join the samba server into the NT domain:
smbpasswd -j SAMBATEST -r SAMBA-SRV -U Administrator
where SAMBATEST is the
2018 Jun 22
0
Windows 10 Office 2016 slow accessing samba network shares
On Thu, 21 Jun 2018 19:52:34 +0000
Daulton Theodore <DaultonTheodore at Cunet.Carleton.Ca> wrote:
> Hi Rowland,
>
> You responded to my post quite a while ago. I am still chasing a
> resolution to this issue. You mentioned that I had all but the idmap
> config lines in the smb.conf file. I am not familiar with idmap and a
> bit hesitant to experiment on my production
2003 Jan 03
4
number plot symbol in scatterplot?
If I make a scatterplot and several (e.g. 5) points lie on top of each other
at a given x,y location I would like the plot symbol to be the number of
superimposed points (e.g. "5"). Could someone please tell me how to do this
in R? Thanks!
Bill Simpson