search for: testparams

Displaying 20 results from an estimated 95 matches for "testparams".

Did you mean: test_params
2008 Nov 25
1
"recursive default argument" error
Dear R Users, I have a function foo in a script with default values for some of the parameters as follows: testparams=list(a=1,b=2,c=3) foo<-function(x,y,testparams=testparams) x+y+testparams$a+testparams$b+testparams$c When I try to run foo(1,2), I get the following error: > testparams=list(a=1,b=2,c=3) > foo<-function(x,y,testparams=testparams) + x+y+testparams$a+testparams$b+testparams$c...
2002 Aug 13
2
AW: Unable to open configuration file "/etc/smb.conf"
Try these two: bash> which testparam should tell you which testparam is being started. Is it where you expect it to be? bash> strace /full/path/testparam Gives you information on all system calls called from within testparam. It will give quite a bit of output and somewhere near the end you will find something like: open("/usr/lib/smb.conf", O_RDONLY|O_LARGEFILE) = ... This would
2019 Nov 20
2
hp-ux samba windows client fails to delete directory
Hi Rowland, I have attached the output of testparam -v command in the attachment. Regards, Arjit -----Original Message----- From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Rowland penny via samba Sent: Wednesday, November 20, 2019 5:02 PM To: samba at lists.samba.org Subject: Re: [Samba] hp-ux samba windows client fails to delete directory On 20/11/2019 09:12, Kumar, Arjit
2002 Aug 12
6
Unable to open configuration file "/etc/smb.conf"
Interesting problem - can't figure out what's going on. I'm using Red Hat 7.0 in conjunction with smbd version 2.2.5 __________________________________________________ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com
2002 Aug 13
0
AW: AW: Unable to open configuration file "/etc/smb.conf" (or whe reve r i specify)
...4e000 > read(3, "[global]\n\n workgroup = WORKGRP"..., 512) = 512 And it looks like the file is ok. Here we have the same sequence of system calls as in testparam. Only does the read return 512 bytes, the full buffer size. I am running out of ideas. Why does this read succeede while testparams read returns 0 bytes? Oh, I see a difference. From your testparam strace: open("/etc/samba/smb.conf", O_RDONLY|O_LARGEFILE) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=1243, ...}) = 0 read(3, "", 0) = 0 ^^^ I thought read was called for 124...
2019 Nov 20
2
hp-ux samba windows client fails to delete directory
Hi Team, I have configured samba 4.9.0 as PDC on hp-ux. Scenario:- 1. Configure samba as PDC(smb.conf file is attached) and start smbd and nmbd daemons. 2. Map samba share on 2 Windows PC#1 and PC#2 with same credentials created by pdbedit -a command 3. Windows PC#1 creates two directories, \FOLDER_A\FOLDER_B in the Samba share 4. Change directory to \ 5. Windows
2005 Mar 18
2
Problem with Samba 3.0 and Sun DS 5.2
Hello, i have installed Sun Java Enterprise Directory 5.2 configured it for messaging and posix accounts i can logon to solaris no problem i complied samba with --with-ldapsam i configured the smb.conf testparam check and report Ok when i start samba no errors in messages when i try to add smbpasswd -a root here is the error No builtin nor plugin backend for ldapsam found Loading
2018 Nov 28
2
Odd behavior on group membership
Hi Rowland, thank you for your prompt reply, I sent you the testparam output hence lots of defaults (i presumed would be better), here is crude smb.conf: root at araucaria:~# cat /etc/samba/smb.conf [global]     netbios name = ARAUCARIA     realm = AD.TLD     server role = active directory domain controller     workgroup = A1     server services = -dns     ldap server require strong auth
2003 Feb 13
1
SSL problem
Hi all I have a problem !!! I want to configure samba with windows 98 SE. I have used this site as reference http://www.linuxfocus.org/Francais/May2002/article247.shtml when I make testparam , I got this messages !! [root@linuxserver root]# testparm Load smb config files from /etc/samba/smb.conf Unknown parameter encountered: "ssl CA certFile" Ignoring unknown parameter "ssl CA
2003 May 05
1
Red Hat 8.0 and Samba 2.2.5
I've installed RH8 and samba 2.2.5 with success , my testparam is ok. When I type smbstatus I am receiving: Failed to open byte range locking database Error: Failed to initialize locking database cant initialize locking module. Does anyone know what is happening? Thanks Elias _________________________________________________________________ MSN Hotmail, o maior webmail do Brasil.
2004 Jan 16
1
Share Unavailable
Hi, I have files rsync'd from an old samba server. When I try to run testparam I see the following notice. Samba is running on the new server. Does anyone know what I'm doing wrong? Load smb config files from /etc/samba/smb.conf Processing section "[homes]" NOTE: Service homes is flagged unavailable. Processing section "[transfer]" NOTE: Service transfer is flagged
2002 Aug 13
2
AW: Unable to open configuration file "/etc/smb.conf" (or whereve r i specify)
Hi, it looks like you have something really messed up on your system. The size of the file is 1243 bytes (from strace) but 0 bytes are being read. If you had no permission to read the strace would have looked like this: open("/etc/samba/smb.conf", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission denied) A quick look at the source code reveals: /etc/samba/smb.conf is opened in file_load
2016 Sep 30
1
Share 'IPC$' has wide links and unix extensions enabled
> On Fri, 30 Sep 2016 10:14:32 -0400 (EDT) > Thomas Schulz via samba <samba at lists.samba.org> wrote: > > > We are running Samba 4.4.6 as a file server. > > In the logs for a few client machines I see entries such as: > > > > [2016/09/29 22:36:58.862575, 0] > > ../source3/param/loadparm.c:4402(widelinks_warning) > > Share 'IPC$'
2016 Nov 10
2
Need help with printer drivers
This is generated with testparam, # Global parameters [global] server string = %h server (Samba, Ubuntu) server role = standalone server map to guest = Bad User obey pam restrictions = Yes pam password change = Yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . unix password sync = Yes syslog =
2018 May 25
2
Fwd: NT_STATUS_ACCESS_DENIED for guest account to public share
Rowland, The 'guest' user exists in /etc/passwd, and there are no users defined in tdb backend. 1. /etc/passwd: guest:x:405:100:guest:/dev/null:/sbin/nologin 2. pdbedit -L -v: ^$ EOL 3. smb.conf updated as suggested - smbclient -U% //share/public -c 'put test1.txt foobar' NT_STATUS_ACCESS_DENIED opening remote file \foobar Modifying the settings as suggested made no impact,
2023 Apr 07
1
Need SMB server / client tuning help
Thank you very much for your response Rowland. I really appreciate it. Please find the required details below. Windows SMB client has below OS specifications: OS Name: Microsoft Windows Server 2016 Standard OS Version: 10.0.14393 N/A Build 14393 OS Manufacturer: Microsoft Corporation SMB server: It is a Hitachi NAS(HNAS) device box. We don't know
2016 Apr 06
2
Samba (4.1.17) ldap backend create user failed
Hello, I have upgrade my samba PDC from 3.xx (debian lenny) to 4.1 (debian jessie). ldap and samba shares work all fine. When I try to add a user I get the following smbpasswd -a foobar New SMB password: Retype new SMB password: ldapsam_create_user: Unable to allocate a new user id: bailing out! Failed to add entry for user foobar. I found this workaround
2008 Feb 14
1
Help "Could not get unix ID"
Greetings!!! I am using samba 3.0.28 clients authenticating AD R2 with SFU 3.5. I have setup nss info to template, sfu get the uid, gid, home dir and shell from AD. The problem is it seems to be working for sometime, and then it says could not get uid/gid pair. I am assuming some kind of caching is causing this. My understanding with SFU is that, there wont be any mappings and the specific user
2015 Dec 07
3
After joining domain, Samba uses the workgroup name, not the FQDN when running the net ads command
Hey Rowland, be kind and avoid passive aggressive comments. I'm just looking to try and get this to work, thanks. If I knew everything already, I wouldn't be here asking questions and trying to solve my own problem. I appreciate your help so far, but if you don't have anything nice say, please just ignore this thread. So: jonathan.fisher at freeradius:~$ sudo hostname -y hostname:
2016 Aug 09
4
Man page for idmap_rid
On Tue, Aug 9, 2016 at 10:21 AM, Rowland Penny <rpenny at samba.org> wrote: > On Tue, 9 Aug 2016 09:37:13 -0300 > francis picabia <fpicabia at gmail.com> wrote: > > > Thanks for the detailed response. > > > > It is very extensive for my purposes, but it still feels over > > analytical for what we need. I believe the Unix UID doesn't exceed >