Displaying 20 results from an estimated 20 matches for "addshare".
Did you mean:
addshared
2009 May 22
1
Samba Registry Configuration- Cannot open smbconf
Hi all,
I am using samba-3.3.4 on RHEL5.3, my smb.conf is as below
[global]
netbios name = nirvana
workgroup = samba
registry shares = yes
after which i added a share using net conf command as follows
$/usr/local/samba-3.3.4/bin/net conf addshare test /tmp writeable=y
net conf list
[test]
path = /tmp
guest ok = no
read only = no
>From a Windows XP system When i connect to "nirvana' registry , i get
access to samba registry but When i access the
192.168.122.153\HKLM\SOFTWARE\Samba\smbconf I get error "Cannot open
smb...
2005 Jun 22
2
can´t create shares with Win NT server manager
Hello!
I have a little problem with share administration on my Samba server from the windows server manager tool.
I run samba in ADS mode and everything works just fine except the share admin part, when i try to add a share
from server manager i got "access denyed".
here is my smb.conf, what have i missed?
[global]
workgroup = PHDOM02
server string = Samba Test Server
realm =
2018 Jul 25
2
are the LLD libraries thread safe?
...==5467== by 0x516836: lld::elf::SymbolTable::insert(llvm::StringRef)
(SymbolTable.cpp:225)
==5467== by 0x516A21: lld::elf::SymbolTable::insert(llvm::StringRef,
unsigned char, unsigned char, bool, lld::elf::InputFile*)
(SymbolTable.cpp:260)
==5467== by 0x51B88C: void
lld::elf::SymbolTable::addShared<llvm::object::ELFType<(llvm::support::endianness)1,
true> >(llvm::StringRef,
lld::elf::SharedFile<llvm::object::ELFType<(llvm::support::endianness)1,
true> >&, llvm::object::ELFType<(llvm::support::endianness)1, true>::Sym
const&, unsigned int, unsigned int) (...
2018 May 12
3
domainuser cannot access a share
...as a fileserver, but
domain-users cannot access the share.
Here is what I did:
smb.conf: https://paste.ubuntu.com/p/2fKDYFrZ6h/
nsswitch.conf: https://paste.ubuntu.com/p/qjKnKMtZ42/
mkdir /home/EXAMPLE/profile
chmod 1770 /home/example/profile
chgrp domänen-benutzer /home/EXAMPLE/profile
net conf addshare profile /home/EXAMPLE/profile writeable=y guest_ok=n "profile"
net conf setparm profile "profile acls" "yes"
What did I do wrong?
2018 Jul 25
2
are the LLD libraries thread safe?
Hi Andrew,
LLD relies on various bits of global state which are manipulated during the
link, so I wouldn't expect it to be thread safe at that level, although it
does attempt to reset that global state at the start of each call to
link(), so it should be callable sequentially.
Regards,
James
On 25 July 2018 at 02:37, Andrew Kelley via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
2019 Jun 17
3
lld symbol choice for symbol present in both a shared and a static library, with and without LTO
...pp#L1733). As the comment there describes, we don't do this for runtime functions which are not defined in bitcode, to avoid other side-effects; instead we resolve those symbols after LTO.
For the scenario I'm describing, though, it looks like the key decision here is made in SymbolTable::addShared, before handleLibcall and LTO. If a symbol is defined in both a static library and a shared library, and we haven't seen a reference to the static library's symbol at that point, we throw away the record of the symbol defined in the static library.
Ultimately, I guess the question is wh...
2010 Apr 07
1
[Announce] Samba 3.5.2 Available for Download
...omain (bug #7295).
Changes since 3.5.1
-------------------
o Michael Adam <obnox at samba.org>
* BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
present.
* BUG 7232: Fix race conditions in CTDB persistent transactions.
* BUG 7313: Make 'net conf addshare' atomic.
* BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
the registry backend.
o Jeremy Allison <jra at samba.org>
* BUG 7075: Fix bug in vfs_scannedonly rmdir implementation.
* BUG 7159: Fix handling of bad server data returns in client r...
2010 Apr 07
1
[Announce] Samba 3.5.2 Available for Download
...omain (bug #7295).
Changes since 3.5.1
-------------------
o Michael Adam <obnox at samba.org>
* BUG 7231: Fix automatic building of vfs_tsmsm if gpfs and dmapi are
present.
* BUG 7232: Fix race conditions in CTDB persistent transactions.
* BUG 7313: Make 'net conf addshare' atomic.
* BUG 7314: Eliminate race condition in creating/scanning sorted subkeys in
the registry backend.
o Jeremy Allison <jra at samba.org>
* BUG 7075: Fix bug in vfs_scannedonly rmdir implementation.
* BUG 7159: Fix handling of bad server data returns in client r...
2001 Nov 19
1
(forw) Help... Strip Whitespace.
Can someone please address this?
Thank you.
-------------- next part --------------
An embedded message was scrubbed...
From: Jason Helfman <jhelfman@bizrate.com>
Subject: Help... Strip Whitespace.
Date: Fri, 16 Nov 2001 09:26:54 -0500
Size: 3555
Url: http://lists.samba.org/archive/samba/attachments/20011119/332384ed/attachment.eml
2005 Oct 14
0
setdriver - Access Denied
...0000-20000
# map to guest = Bad User
force unknown acl user = yes
acl group control = yes
map acl inherit = yes
inherit owner = yes
## Logon
logon home = \\%L\%U\.9xprofile
logon drive = P:
logon path = \\%L\profiles\.msprofile
## Scripts
add share command = /usr/lib/samba/scripts/addshare
add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s
/bin/false %m$
## Printing
load printers = yes
printing = cups
printcap name = cups
cups options = raw
printcap cache time = 750
## Includes
include = /etc/samba/dhcp.conf
## Section - [test]
[test]
read...
2009 Feb 24
1
[Announce] Samba 3.3.1 Available for Download
...s.
* BUG 6073: Prevent ads_connect() from using SSL unless explicitly
requested.
* Fix ''getent passwd'' to allocate new uids.
* Fix ''getent group'' to allocate new gids.
* Remove check for sharename being a username in ''net conf
addshare''.
o Guenther Deschner <gd@samba.org>
* Fix Coverity ID 848.
* Remove unused ENUM_HND from ''net''.
* Fix getform command asprintf return code in rpcclient.
* Fix memleak in get_remote_printer_publishing_data().
* Remove duplicate prototypes for...
2009 Feb 24
1
[Announce] Samba 3.3.1 Available for Download
...s.
* BUG 6073: Prevent ads_connect() from using SSL unless explicitly
requested.
* Fix ''getent passwd'' to allocate new uids.
* Fix ''getent group'' to allocate new gids.
* Remove check for sharename being a username in ''net conf
addshare''.
o Guenther Deschner <gd@samba.org>
* Fix Coverity ID 848.
* Remove unused ENUM_HND from ''net''.
* Fix getform command asprintf return code in rpcclient.
* Fix memleak in get_remote_printer_publishing_data().
* Remove duplicate prototypes for...
2009 Oct 01
0
Registry backend changes with CTDB not noticed by other nodes?
...ode ctdb-clustered Samba. I'm almost there (hope so),
but Samba doesn't seem to notice the modified registry that is distributed
with ctdb.
On a single node the registry is working. CTDB picks up changes, including
the registry, and they are synced to the other node (verified with net conf
addshare/delshare and tdbdump on /var/ctdb/persistent/registry*).
The other node, however, only seems to use /var/lib/samba/. Testparms
doesn't return the newly created shares from the other node.
I tried several smb.conf configurations, but if I'm not mistaken, this
should be the foundation:
[glo...
2004 Jun 22
2
Chaning shares using Computer Management with W2k3.
I'm trying to change permissions and add shares and remove shares etc.. on my
Samba-hosts shares (running 3.0.4 on Fedora, using the Computer
Management-tool on Windows Server 2003.
I have set security = ads on the samba host and I've joined the host to the
Active Directory Server (the same machine as the one I'm running the Computer
Management-tool on).
However, I seem to get
2004 Apr 27
0
problem with secondary groups and OpenLDAP or Multiple ou's
...roups???
Here's my smb.conf file: (Only included a single share)
[global]
add group script = /usr/sbin/groupadd '%g'
add machine script = /usr/sbin/useradd -g machines -c "Samba
Machine" -d /dev/null -s /bin/false '%u'
add share command = /usr/local/bin/addshare
add user script = /usr/sbin/useradd -g samba -c "Samba User" -d
/home/users/'%u' -m -s /bin/false '%u' -g allusers
add user to group script = /usr/sbin/usermod -G `/usr/bin/id -G '%u'
|/bin/sed 's/ /,/g'`,'%g' '%u'
addprinter c...
2019 Jun 14
4
lld symbol choice for symbol present in both a shared and a static library, with and without LTO
I filed https://bugs.llvm.org/show_bug.cgi?id=42273 last night, about an inconsistency between LTO and non-LTO workflows.
The basic scenario is that we have an object file which calls a function "foo", a static library that provides an implementation of "foo", and a shared library that also provides an implementation of "foo". Currently, whether lld chooses the
2011 Jul 26
1
[Announce] Samba 3.6.0rc3 Available for Download
...SMB2 support.
o Andreas Schneider <asn at samba.org>
* Add an Endpoint Mapper daemon.
Changes since 3.6.0rc2
----------------------
o Michael Adam <obnox at samba.org>
* BUG 8213: Fixes in idmap_autorid.
* BUG 8217: Do not stat-check the share path in 'net conf addshare'.
* BUG 8281: Fix build of examples/VFS/*.
o Jeremy Allison <jra at samba.org>
* BUG 8083: Fix "inherit owner = yes" with vfs_acl_xattr or vfs_acl_tdb
module.
* BUG 8211: Fix "inherit owner = yes" when "inherit permissions = yes"
i...
2011 Jul 26
1
[Announce] Samba 3.6.0rc3 Available for Download
...SMB2 support.
o Andreas Schneider <asn at samba.org>
* Add an Endpoint Mapper daemon.
Changes since 3.6.0rc2
----------------------
o Michael Adam <obnox at samba.org>
* BUG 8213: Fixes in idmap_autorid.
* BUG 8217: Do not stat-check the share path in 'net conf addshare'.
* BUG 8281: Fix build of examples/VFS/*.
o Jeremy Allison <jra at samba.org>
* BUG 8083: Fix "inherit owner = yes" with vfs_acl_xattr or vfs_acl_tdb
module.
* BUG 8211: Fix "inherit owner = yes" when "inherit permissions = yes"
i...
2011 Aug 09
1
[Announce] Samba 3.6.0 Available for Download
...ure we grant credits on async read/write operations.
* BUG 8358: Fix a bug in run_poll_events().
Changes since 3.6.0rc2
----------------------
o Michael Adam <obnox at samba.org>
* BUG 8213: Fixes in idmap_autorid.
* BUG 8217: Do not stat-check the share path in 'net conf addshare'.
* BUG 8281: Fix build of examples/VFS/*.
o Jeremy Allison <jra at samba.org>
* BUG 8083: Fix "inherit owner = yes" with vfs_acl_xattr or vfs_acl_tdb
module.
* BUG 8211: Fix "inherit owner = yes" when "inherit permissions = yes"
i...
2011 Aug 09
1
[Announce] Samba 3.6.0 Available for Download
...ure we grant credits on async read/write operations.
* BUG 8358: Fix a bug in run_poll_events().
Changes since 3.6.0rc2
----------------------
o Michael Adam <obnox at samba.org>
* BUG 8213: Fixes in idmap_autorid.
* BUG 8217: Do not stat-check the share path in 'net conf addshare'.
* BUG 8281: Fix build of examples/VFS/*.
o Jeremy Allison <jra at samba.org>
* BUG 8083: Fix "inherit owner = yes" with vfs_acl_xattr or vfs_acl_tdb
module.
* BUG 8211: Fix "inherit owner = yes" when "inherit permissions = yes"
i...