similar to: RHEL 7.1 and Samba 4.1.12 partial success

Displaying 20 results from an estimated 200 matches similar to: "RHEL 7.1 and Samba 4.1.12 partial success"

2007 Jul 15
1
WINE and USB access
Hi All, I am working with a local middle school to replace Windows PCs with Linux PCs. I am new to this list but have been trying to use WINE for a while. We have a major problem that we can't seem to figure out. We are trying to use WINE with a software called Data Studio from Pasco Scientific ref: http://www.pasco.com/datastudio/home.html . Pasco makes a scientific data probe, the Pasport
2005 Feb 14
2
Using SeMachineAccountPrivilege returns NT_STATUS_NO_SUCH_PRIVILEGE
I am logged into a new test Linux server with my personal admin account. It is a member of a Linux group which has been mapped to Domain Admins. When I issue 'net rpc rights grant auserid SeMachineAccountPrivilege' and enter the password for my personal admin account, I am returned that it failed with NT_STATUS_NO_SUCH_PRIVILEGE. 'auserid' is both a Linux account and has been
2011 Aug 03
0
[LLVMdev] Unisys Compiler--LLVM
Unisys-Lead Engineer Location: Roseville, MN Unisys is looking for a Compiler Specialist for our facility in Roseville, MN. We have a ClearPath mainframe product line that has been running on custom CMOS CPUs. The Unisys 36-bit OS2200 CISC mainframe architecture has been evolving for many years and is too expensive to continue implementing in custom silicon, so we have also produced a version
2015 Oct 01
0
SeDiskOperatorPrivilege - NT_STATUS_NO_SUCH_PRIVILEGE
As far as I understood this privilege is available only for domains which are Active Directory domains. As you are using Samba 3.6 you shouldn't have AD domain but NT4 domain. 2015-10-01 14:49 GMT+02:00 Steffen Weißgerber <steffen at weiszgerber.de>: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Am 28.09.2015 um 13:22 schrieb Rowland Penny: > > On 28/09/15
2002 Jan 22
2
Unstable file systems since upgrading to RedHat 7.2 Ext3
Hi, We have upgraded our server with RedHat 7.2 and changed the filesystem for the new Ext3 format. Since then we are having troubles with NFS and Samba file systems. Our server export directories to Windows clients through Samba and to other Linux (RedHat 7.2) through NFS. It is also connected through NFS to a RedHat 7.0 server. Since we changed for Ext3 filesystems, we experience to main
2015 Oct 01
2
SeDiskOperatorPrivilege - NT_STATUS_NO_SUCH_PRIVILEGE
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hmm why, the guy at https://raymii.org/s/tutorials/SAMBA_Share_with_Active_Directory_Login_o n_Ubuntu_12.04.html does exactly this. Also the manpage e.g. for smb.conf describes the config for a connection to an AD. And after granting file rights to the share via setfacl -m g:domänen-admins:rwx /var/samba/test I can mkdir and granting rights to
2015 Oct 01
2
SeDiskOperatorPrivilege - NT_STATUS_NO_SUCH_PRIVILEGE
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Am 28.09.2015 um 13:22 schrieb Rowland Penny: > On 28/09/15 11:30, Steffen Weißgerber wrote: > Hello, > > after configuring kerberos and winbind for authentication against an A D > (Window 2008 R2) and succesful launching getent passwd I followed the > instructions https://wiki.samba.org/index.php/Shares_with_Windows_ACLs > for
2006 Jan 03
1
Summary functions to dataframe
I have written a few different summary functions. I want to calculate the statistics by groups and I am having trouble getting the output as a dataframe. I have attached one example with a small dataset that calculates summary stats and percentiles, I have others that calculate upper confidence limits etc. I would like the output to be converted to a dataframe with one of the columns as the
2002 Feb 07
1
smcroute - mroute: pending queue full, dropping entries
Hello I am running smcroute(version 0.9) on Linux 2.2.16-22 and I have configured two multicast (S,G) addresses to forward. The forwarding is working. I get the following message several times per minute. mroute: pending queue full, dropping entries The kernel has the following options CONFIG_IP_MULTICAST=y #CONFIG_IP_ROUTER=n # is this required??? CONFIG_IP_MROUTE=y CONFIG_NET_IPIP=m
2005 Feb 16
1
Problem with privlidges after applying patch
Hi, I have recently upgraded to 3.0.11 and the new user privileges worked fine. Since I applied the user privileges and trust patch, I am now unable to grant privileges to users or groups. The error I am getting is Failed to grant privileges for longhill\Domain Admins (NT_STATUS_NO_SUCH_PRIVILEGE) I have tried all 5 privileges and I get the same error. I suspect it has something to do with
2015 Mar 23
1
SeDiskOperatorPrivilege and 2012 R2 domain
Giving a domain user group privilege SeDiskOperatorPrivilege fails with NT_STATUS_NO_SUCH_PRIVILEGE. The domain is controlled by a MS 2012 R2 DC. Has this privilege been renamed or replaced with some other privilege? How to give the domain user group necessary rights for defining file share permission settings from MS environment? The RHEL 7 file server is running Samba 4.1.1-38 and the id
2009 Apr 04
1
Problem with sample()
Hi, I'm having a problem using sample() within a function. Basically I get an error reading: Error in sample(v, 1, prob = h) : non-positive probability Can anyone advise me as to the possible origin of this error? Here is my code #Discretised Gillespie algorithm function (From SMfSB, D.J. Wilkinson) gillespied=function (N, T=100, dt=1, ...) { tt=0 n=T%/%dt x=N$M
2005 Feb 25
1
Debugging Privilege and Samba 3.0.11
Hello, I am striving to give out globally to our developers a way to debug their C++ applications, but I do not want to give them Admin rights on the individual workstations. I thought I found the light when reading on MSDN that to debug users need to be members of the "Debugger Users" group (according to VS.Net). This group seems to be created with a random SID when installing
2006 Feb 03
4
contoller code mysteries
In my controller...this code works def list2 first_name = params[:client][:first_name] @myclients = Client.find(:all, :conditions => ["first_name = :first_name", {:first_name => first_name}]) end this code doesn''t... def list2 first_name = params[:client][:first_name] if first_name searchstring = ''["first_name =
2019 Jan 28
1
I have issue in configuring file servers with AD integration.
Hi Rowland, As you suggested, I have added below in my config file but still it is not working as expected. I am trying to setup as suggested from " https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs " for windows "*Granting the SeDiskOperatorPrivilege Privilege*" but getting error "Failed to grant privileges for sbx\Domain Admins
2002 Jan 25
2
Samba troubles
Hi, I have not yet found any solution to my troubles so I though maybe someone here could give me some help. We have a Linux server with a Scsi Raid 5 disk. We use it as Samba and Nfs server for Windows and Linux clients. It also exports through Samba a disk mounted through Nfs from another Linux server. Everything was working fine until we uppgraded the server to RedHat 7.2. Now, after e few
2007 Apr 11
1
Programming Problem (for loop, random # control, 3 dimentional graph)
Dear List, This is just a programming problem which i cannot seem to figure out. I am trying to get a set of power from a test (say, kolmogorov smirnov) out of a distribution (say, G-K distribution) as follows. I am trying to reduce to pain of writing the whole set of data points (p# below) using "for" loop. However, I seem to have some problem in it as the output "M" does not
2015 Apr 22
0
How to upload new ups driver to NUT
2015-04-21 8:23 GMT+02:00 ??(bluefish_wei) <bluefish_wei at voltronicpower.com.cn>: > Can anyone tell me how to upload new ups driver to NUT website ? You can either open a pull request/create a new issue on GitHub [1] or send a gzipped patch to this list. A quick read of the developer guide [2] should make it easier to get the code merged faster and to avoid possible problems.
2015 Apr 28
0
答复: I love NUT
Dear Developer and Tester, I love NUT, because of the great interoperability. So I have the choice and freedom on the operating system or the device. Many thanks on all developers and the manufacturer, they support with informations, material, wages and so on. Dear Hyouko, I am interested in to know, why every manufacturer use their own protocol. The USB Power Device protocol is already 20
2006 May 31
0
FreeBSD Security Advisory FreeBSD-SA-06:15.ypserv
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-06:15.ypserv Security Advisory The FreeBSD Project Topic: Inoperative access controls in ypserv(8) Category: core Module: ypserv Announced: