search for: landau

Displaying 20 results from an estimated 89 matches for "landau".

2007 Mar 27
0
Error when calling residual.plots() on an ANOVA object
...{ > I think that there is some issues when processing the "instance" factor (the levels are names of instances). Could somebody give me a hand to understand what is going on? This is the script I use to make the analysis: -----= BEGIN R SCRIPT =----- datafilename="http://landau.ulb.ac.be/~mmanfrin/ANOVA/noLS/ kroA100_4CPU_1000.best" instance1_4<-read.table(datafilename,header=TRUE) datafilename="http://landau.ulb.ac.be/~mmanfrin/ANOVA/noLS/ kroA100_8CPU_1000.best" instance1_8<-read.table(datafilename,header=TRUE) datafilename="http://landau.ulb...
2000 Jul 12
1
Samba + WAN?
Dear Ladies and Gentlemen! On a CD-ROM-server at the University Koblenz-Landau we are using Samba (2.0.5a) with Red Hat Linux (6.0, Kernel 2.2.5). The server is located here in Koblenz, but also used from another department of the university at Landau (about 80 miles from Koblenz; they have their own class B network). A traceroute from both locations gave a response time of...
2019 Jan 27
3
Samba and UFW
Good Morning, Using Linux Mint 19.1 I have configured UFW to allow Samba. I see that ports 135 tcp, 137 udp, 138 udp , 139 tcp and 445 tcp are all set properly. The problem is that with UFW enabled I cannot connect to my Windows 8.1 PC. Error "Unable to mount location - failed to retrieve list from server, file or directory does not exist". With UFW disabled I can connect and browse
2019 Jan 25
2
Patch idea: an environment variable for setting the user ID
...Sys.info()["user"] > > if(user == "unknown") user <- Sys.getenv("LOGNAME") > > Yep, something along these lines should be possible. > R_BUILD_USER or R_BUILD_LOGNAME may seem more natural though ... > > Best > -k > > > > > Will Landau > > -- > > wlandau.github.io > > linkedin.com/in/wlandau > > github.com/wlandau > > > [[alternative HTML version deleted]] > > > ______________________________________________ > > R-devel at r-project.org mailing list > > https://stat.ethz...
2020 Oct 22
0
openSTARS version 1.2.2 on CRAN
...ion of the package including example code here: https://journals.plos.org/plosone/article?id=10.1371/journal.pone.0239237 Any comments, suggestions or bug reports are welcome on https://github.com/MiKatt/openSTARS All the best, Mira -- Dr. Mira Kattwinkel Quantitative Landscape Ecology iES Landau, Institute for Environmental Sciences University of Koblenz-Landau Fortstra?e 7 76829 Landau Germany Phone: + 49 6341 280-31553 Office: Building I, Room 2.02 _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-...
2018 Oct 08
3
vfs_ceph quota support?
Hi Folks, is the vfs_ceph supporting quota set on a directory inside cephfs? Regards Felix -- Forschungszentrum Jülich GmbH 52425 Jülich Sitz der Gesellschaft: Jülich Eingetragen im Handelsregister des Amtsgerichts Düren Nr. HR B 3498 Vorsitzender des Aufsichtsrats: MinDir. Dr. Karl Eugen Huthmacher Geschäftsführung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender), Karsten Beneke (stellv.
2018 Dec 05
2
Best Books for Samba4 & Active Directory Deployment?
Is there a recommendation for good books covering the setup/deployment of Samba 4 using an Active Directory structure? Something on the order of "The Official Samba-3 HOWTO and Reference Guide"? I've setup a Samba4 server and I've gotten a Win10 machine to join the domain, but i can't seem to move past that to get a user to login or to create a share. Sort of blindly
2016 Mar 21
2
transfer FSMO roles from Windows DC
...master_owner = res[0]["fSMORoleOwner"][0] I tried Samba 4.4.0rc5 with same result. I also tried this process on Samba-only AD domain and transfer worked correctly. What is the correct way to transfer DomainDnsZonesMasterRole and ForestDnsZonesMasterRole to Samba? Kind regards, Daniil Landau
2018 Nov 11
2
Patch idea: an environment variable for setting the user ID
...ld we consider his suggestion of using an optional environment variable to overwrite the default behavior? user <- Sys.getenv("R_BUILD_USERNAME") if (!nzchar(user)) user <- Sys.info()["user"] if(user == "unknown") user <- Sys.getenv("LOGNAME") Will Landau -- wlandau.github.io linkedin.com/in/wlandau github.com/wlandau [[alternative HTML version deleted]]
2017 Sep 17
2
R-devel r73293 and the testthat package
Hello, Windows R-devel no longer lets me use testthat even though the CRAN checks are pretty much clean. I have copied my session output below. Will R Under development (unstable) (2017-09-16 r73293) -- "Unsuffered Consequences" Copyright (C) 2017 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 (64-bit) R is free software and comes with ABSOLUTELY NO
2018 May 18
1
Samba 4.8.2
On Fri, 18 May 2018 15:24:50 +0200 Micha Ballmann <ballmann at uni-landau.de> wrote: > Thx, > > all samba server were compiled from source. > In which case, download the Samba tarball and unpack it, cd into the directory created by the unpacking, check if you require any extra packages and install them. Run configure with exactly the same options as yo...
2019 Nov 22
0
Patch idea: an environment variable for setting the user ID
Another thing to consider if one wants to anonymize the build is the UID/GID of the files in the tarball. So there might be a need for a R_BUILD_UID and R_BUILD_GID, e.g. by setting those to 32767 ("nobody"). /Henrik On Fri, Jan 25, 2019 at 9:25 AM Will L <will.landau at gmail.com> wrote: > > Thanks, Kurt. > > I think I now have enough time to write a patch. What are the steps? I have > read https://www.r-project.org/bugs.html#how-to-submit-patches but I do not > seem to have permission to create a Bugzilla account at > https://bugs.r-pro...
2017 Aug 10
0
New Package: openSTARS
...tps://htmlpreview.github.io/?https://github.com/MiKatt/openSTARS/master/release_files/release_announcement.html . Any comments and suggestions are very welcome. All the best, Mira -- Dr. Mira Kattwinkel Quantitative Landscape Ecology Institute for Environmental Sciences University of Koblenz-Landau Fortstra?e 7 76829 Landau Germany Phone: + 49 6341 280-31553 Office: Building I, Room 2.02 _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2017 Aug 10
0
New Package: openSTARS
...tps://htmlpreview.github.io/?https://github.com/MiKatt/openSTARS/master/release_files/release_announcement.html . Any comments and suggestions are very welcome. All the best, Mira -- Dr. Mira Kattwinkel Quantitative Landscape Ecology Institute for Environmental Sciences University of Koblenz-Landau Fortstra?e 7 76829 Landau Germany Phone: + 49 6341 280-31553 Office: Building I, Room 2.02 _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages
2014 Jun 05
0
Note: information on .o files is not available
...ngs. However, there is a note that reads, "Note: information on .o files is not available". What does this mean? I can't find any clues on the web, in the documentation, or in the source of the devtools package. Here is the full output of my R CMD check. * using log directory ?/home/landau/heterosis.Rcheck? * using R version 3.1.0 (2014-04-10) * using platform: x86_64-unknown-linux-gnu (64-bit) * using session charset: UTF-8 * checking for file ?heterosis/DESCRIPTION? ... OK * this is package ?heterosis? version ?0.0? * checking package namespace information ... OK * checking package...
2017 Sep 17
0
FW: CRAN check errors: drake 4.1.0 on r-devel-linux-x86_64-debian-clang
...} f <- function(x){ digest::digest("Should be found.") digest:::digest("Should also be found.") digest("Should NOT be found.") } print(find_namespaced_functions(f)) # Expected output: # [1] "digest::digest" "digest:::digest" From: Will Landau Sent: Saturday, September 16, 2017 11:16 PM To: 'G?bor Cs?rdi' <csardi.gabor at gmail.com>; 'ligges at statistik.tu-dortmund.de' <ligges at statistik.tu-dortmund.de> Subject: RE: [EXTERNAL] Re: CRAN submission crayon 1.3.4 Gabor and Uwe, Thank you for promptly notify...
2006 Jan 16
4
Standardized beta-coefficients in regression
...ctl <- c(4.17,5.58,5.18,6.11,4.50,4.61,5.17,4.53,5.33,5.14) trt <- c(4.81,4.17,4.41,3.59,5.87,3.83,6.03,4.89,4.32,4.69) summary( lm(ctl ~ trt) ) summary( lm(scale(ctl) ~ scale(trt)) ) Any hints are appreciated. Walter. -- Dr. Walter H. Schreiber Dept. of Psychology University of Koblenz-Landau
2016 Mar 21
0
transfer FSMO roles from Windows DC
On 21/03/16 15:44, Landau Daniil wrote: > I have the Active Directory domain with Windows 2008 R2 domain controller and Samba domain controller on CentOS 7. Samba is 4.3.5 (self-compiled). Forest and domain levels are Windows 2008 R2. > After joining Samba to the domain as the domain controller there were no DC=Forest...
2018 Jan 26
2
Adding Share Windows ACL
On Fri, 26 Jan 2018 14:18:53 +0000 Rowland Penny via samba <samba at lists.samba.org> wrote: > On Fri, 26 Jan 2018 14:10:40 +0100 > Micha Ballmann <ballmann at uni-landau.de> wrote: > > > To set share windows permissions and windows acl i login on a > > windows 7 computer with the administrator user.|Open ||Computer > > Management and connect to the fileserver. when im trying now to set > > acl i ve no permissions.||||||| > > &g...
2018 Nov 21
3
Testparm CUPS warning
Hello, today i upgrade my printserver from samba 4.8.6 to 4.9.2 (ubuntu 18.04). First, all is working correctly. But whe im typing "testparm" now the following warnings are shown: ############## Loaded services file OK. Warning: Service printers defines a print command, but parameter is ignored when using CUPS libraries. Warning: Service print$ defines a print command, but