search for: ch09

Displaying 17 results from an estimated 17 matches for "ch09".

Did you mean: ch0
2012 May 10
1
fda problems - version correct?
Dear friends - I am trying to understand fda and working with the 2009 book from Springer. I run the scripts directly from a new installed fda library and include sessionInfo() below. This is from the script fdarm-ch09.R - I seem to have got not fda_2.2.8 but 2.2.7 - is that the problem? Where do I get .8 as I just reinstalled? Best wishes Troels Ring, Nephrology Aalborg, Denmark > betavar = coefvar[2]*harmonics[1]^2 + coefvar[3]*harmonics[2]^2 + + coefvar[4]*harmonics[3]^2 Error in `^.fd`(har...
2018 Apr 26
3
cannot set share permissions
Hi, so you would like to restrict the access to the share definitions? E.g. only "User1" should be able to access the Share "Private"? Have you had a look at this documentation? https://www.samba.org/samba/docs/using_samba/ch09.html (This doc is quite old but should still apply). We're running a seperate fileserver which is joined to the SAMDOM DC. Then we're using valid users = @"SAMDOM\Domain Users" to make sure that only domain members are able to access the share. Instead of Domain Users it'...
2003 Jul 22
1
Processing a large number of files
...the first try, is library(foreign) SPSS = "/cdrom/Manual Install/Datasets/SPSS/" # change as appropriate Rdata = "/tmp/Devore6/data/" # change as appropriate chapters = c("CH01", "CH04", "CH06", "CH07", "CH08", "CH09", "CH10", "CH11", "CH12", "CH13", "CH15", "Ch14", "Ch16") for (ch in chapters) { path = paste(SPSS, ch, sep = '') files = list.files(path = path, pattern = '*.sav') for (ff in files) {...
2017 Apr 05
1
Samba Permission Combination Conflict And Priority
...) gid=1017(g_full) groups=1017(g_full),1018(g_read) my samba config file content: [global] workgroup = SAMBA security = user passdb backend = tdbsam [dsf] path = /dsf read list = @g_read valid users = @g_full @g_read admin users = @g_full according to ​https://www.samba.org/samba/docs/using_samba/ch09.html 1. the user uf in groups g_read and g_full,means it has read only and root permission, I think the user uf will has root permission, but actually, the user uf only has read only permission, can not write. In a word​, when the user in read list and admin users, the user only has read only permi...
2013 Mar 08
11
digium card and virualbox
Hi All; How to let the virualbox (ubuntu OS) to be able to see the digium card? Because when I install elastix or asterisk with dahdi, it is not able to see the digium card if the installation though the virualbox .. What is the solution? Regards Bilal
2016 Oct 18
1
How to prevent logging into Windows Server with null password or null user and password
I've searched the web and can't find out how to disable Guest/Anonymous logins for samba. I've tried: Local Group Policy Editor...Security Options: Accounts: Guest account status: Disabled, but user's with null passwords or null user and password, can still log in. We'd like to only allow users with valid names and passwords to log in. Thanks, Mike
2017 Apr 06
0
Samba Permission Combination Conflict And Priority
...gid=1017(g_full) groups=1017(g_full),1018(g_read) my samba config file content: [global] workgroup = SAMBA security = user passdb backend = tdbsam [dsf] path = /dsf read list = @g_read valid users = @g_full @g_read admin users = @g_full according to https://www.samba.org/samba/docs/using_samba/ch09.html 1. the user uf in groups g_read and g_full,means it has read only and root permission, I think the user uf will has root permission, but actually, the user uf only has read only permission, can not write. In a word, when the user in read list and admin users, the user only has read only permis...
2018 Apr 26
0
cannot set share permissions
...mba.org> wrote: > Hi, > > so you would like to restrict the access to the share definitions? > E.g. only "User1" should be able to access the Share "Private"? > > Have you had a look at this documentation? > https://www.samba.org/samba/docs/using_samba/ch09.html > (This doc is quite old but should still apply). > > We're running a seperate fileserver which is joined to the SAMDOM DC. > Then we're using valid users = @"SAMDOM\Domain Users" > to make sure that only domain members are able to access the share. > Inste...
2001 Oct 12
2
lr with positive coeffs
Is there any way in R to do a linear regression with positive coefficients only? Thanks for any help! Sandor Lehoczky -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To:
2004 May 07
0
Policy based routing support for IPv6 in Linux
...| R | |---| / \ / \ |-------| | S | |-------| The two interfaces of S both reside in a different IP subnet. For IPv4 this works ok, but IPv6 does not seem to interact with the Routing Policy DataBase (RPDB) as explained in http://www.policyrouting.org/PolicyRoutingBook/ONLINE/CH09.web.html section 9.2. Here it is stated that this might be solved in the later releases of the Linux kernel 2.5 and further. I am using RH 9 (2.4.20-8), 2.4 based kernel so that might explain why it does not work but before I decide to move to a newer kernel release I hope someone can help me answe...
2009 Mar 17
1
Putting demo shell scripts, text files, and RScript files with a package?
I've written a package to assist with using R in Hadoop Streaming. The main point of the package is to help make command-line runnable RScript files. I'd like to provide a demo RScript file, a demo data file (e.g. a plaintext file, not something already processed by R) , as well as demo bash shell scripts that demonstrate how to run the job from the command line and in a Hadoop
2010 Jan 01
3
which program/command (perl, vi, or sed) is better
Hi I have apache log file around 7.6G and record half year Which program/command (perl, vi, or sed) is better to extract the data by date? and finally I can remove that big file and still keep the record. I have problem when using vi and it uses up the server memory Thank you for your help __________________________________________________________________ Get a sneak peak at messages
2018 Apr 18
2
cannot set share ACLs
Hi, Following the wiki page Setting_up_a_Share_Using_Windows_ACLs windows shows me this error after clicking on Shares: Disk Management could not start the Virtual Disk Service (VDS) on 'COMPUTER'. This can happen if the remote computer does not support VDS, or if a connection cannot be established because it was blocked by Windows Firewall. Tested on a new provisioned AD-DC server.
2004 Jul 28
3
where is "average shifted histogram"?
Hello! In the book Modern Applied Statistics with S (4th ed), section 5.6 the concept of the "average shifted histogram" or ASH is mentionend. Also it is mentioned in the same section "The code used is in the scripts for this chapter" (from figure caption 5.8, analysis of the geyser duration data). *However*, I have trouble finding the code for that function! Admittedly, I am a
2004 Apr 13
1
wbinfo -a is failing
I have been reading the FAQ and the online samba how to's and been googeling to find out why wbinfo is failing on me. I am tryitng to use wbinfo -a domainname\\username%password to authenticate to my MS AD domain but what is happening is every time I try I get the following output. plaintext password authentication failed error code was NT_STATUS_NO_LOGON_SERVERS (0xc000005e) error messsage
2001 Jun 06
1
ppr, number of terms, and data ordering
Dear R listers -- I have several questions about using the ppr command in the modreg module. I discovered -- quite by accident -- that if I re-order the data, I obtain different results. The output below shows what I mean. I have two datasets (dataset1 and dataset2) that are identical (tested using proc compare in SAS) except for the fact that the records are in different order. Below I have
2006 Jan 22
4
SeBackupPrivilege
We're using Samba 3.0.21a-1 on a CentOS 4.2 server (kernel 2.6.9-22.0.2.ELsmp); everything works more or less fine, it's functioning as the PDC with an OpenLDAP back end (setup essentially straight from the Idealx.org playbook), etc. We're trying to mount Windows shares to back them up, and getting "permission denied" errors when trying to read certain files from those