search for: addshared

Displaying 20 results from an estimated 20 matches for "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
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) (S...
2018 May 12
3
domainuser cannot access a share
Hey, I have a Windows Server 2016 as a DC and a Debian (Stretch) Server joined the domain. I only want to use this server 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
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 wha...
2010 Apr 07
1
[Announce] Samba 3.5.2 Available for Download
================================================================= "Why don't we save time and you just tell me what I want?" Mr. Big to Carie, Sex and the City ================================================================= Release Announcements ===================== This is the latest stable release of Samba 3.5. Major enhancements in Samba 3.5.2 include: o Fix
2010 Apr 07
1
[Announce] Samba 3.5.2 Available for Download
================================================================= "Why don't we save time and you just tell me what I want?" Mr. Big to Carie, Sex and the City ================================================================= Release Announcements ===================== This is the latest stable release of Samba 3.5. Major enhancements in Samba 3.5.2 include: o Fix
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
Hi, I'm trying to follow through the printing howto and I'm having a bit of a nightmare trying to use the rpcclient -c 'setdriver ...' utility. I keep getting WERR_ACCESS_DENIED errors. I tried setting up a root user with smbpasswd but I get NT_STATUS_LOGON_FAILURE if I try to run rpcclient with -U root. I think there must be something fundamental to authentication that I
2009 Feb 24
1
[Announce] Samba 3.3.1 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ================================================================= "There are two ways to write error-free programs; only the third one works." Alan J. Perlis ================================================================= Release Announcements ===================== This is the latest bugfix release release of the Samba 3.3
2009 Feb 24
1
[Announce] Samba 3.3.1 Available for Download
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ================================================================= "There are two ways to write error-free programs; only the third one works." Alan J. Perlis ================================================================= Release Announcements ===================== This is the latest bugfix release release of the Samba 3.3
2009 Oct 01
0
Registry backend changes with CTDB not noticed by other nodes?
Hi! I'm working on a 2-node 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
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
I am trying to implement the following structure in OpenLDAP for a backend to Samba 3: / ou=People /ou=Internal-----<- ou=Groups dc=btd,dc=com ---< \ ou=Computers \ou=External I have been able to authenticate users but they are only able to access shares based on their primary group. I am wondering if
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
Release Announcements --------------------- This is the third release candidate of Samba 3.6.0. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Major enhancements in Samba 3.6.0 include: Changed security defaults ------------------------- Samba 3.6 has
2011 Jul 26
1
[Announce] Samba 3.6.0rc3 Available for Download
Release Announcements --------------------- This is the third release candidate of Samba 3.6.0. This is *not* intended for production environments and is designed for testing purposes only. Please report any defects via the Samba bug reporting system at https://bugzilla.samba.org/. Major enhancements in Samba 3.6.0 include: Changed security defaults ------------------------- Samba 3.6 has
2011 Aug 09
1
[Announce] Samba 3.6.0 Available for Download
=================================================================== "Forgiveness is the economy of the heart... Forgiveness saves the expense of anger, the cost of hatred, the waste of spirits." Hannah More ================================================================== Release Announcements ===================== This is the first release of Samba 3.6.0. Major
2011 Aug 09
1
[Announce] Samba 3.6.0 Available for Download
=================================================================== "Forgiveness is the economy of the heart... Forgiveness saves the expense of anger, the cost of hatred, the waste of spirits." Hannah More ================================================================== Release Announcements ===================== This is the first release of Samba 3.6.0. Major