search for: burkart

Displaying 16 results from an estimated 16 matches for "burkart".

Did you mean: burkard
2005 May 17
3
Feature request: delete machine script
Hi everyone, I am wondering what the likelyhood would be to get a "delete machine script" implemented in the samba core that would delete a machine upon successful un-join of a samba domain. Alternatively, why is this not a good idea? tom.
2014 Mar 28
2
Error: C stack usage is too close to the limit
Hi, I have been using my own C++ plugin for a while. On a new machine I now keep getting the C stack usage is too close to the limit error. I played with it and it appears to come after I printed a fixed number of text to R via Rprintf (not from the main thread). Didn't happen on the old machine. Old version was 2.14. Now on 3.0.3. Not sure whats going on. Florian [[alternative HTML
2011 Feb 04
3
Apply parameters to a function from a list
Hey, this may be a simple question, but I am struggling to apply a list of parameters to a function. Say I have the following function: test<-function(a=1,b=2,c=3,d=4){a+b+c+d} And the following list: point<-list(a=3,d=2) Is there a way I can evaluate function test at point? (Apart from changing function test to take in a list, and take values out of the list, but I'd rather
2005 Dec 06
6
getpwnam fails on ldap
Hi all (excuse my poor english): I have a samba PDC on a network with 100 machines and 200 users. Everything worked fine with FC2 and samba 3.0.14a, but a hd crash decided me to update system to FC4. I can see now, in the logs file "User jon in passdb, but getpwnam() fails! when an user try to log in. On XP I can not login neither add new machine to domain. My pass backend is
2010 Apr 30
1
X11() device widht and height parameters limited to one screen
Hi, if I specify the width and height of a plot I want to see via > X11(width=14,height=7) > X11(width=28,height=14) > X11(width=20,height=14) > X11(width=13,height=14) > X11(width=15,height=14) any width greater than 15 is ignored as it seems the width is limited by the screen width. However, as I am using two screens (xinerama), I can easily manually resize to fit two
2004 Nov 26
3
W2k fails to join samba domain
Ok, I have a really frustrating one here. Attached is the capture of what is on the wire when this win2k box is trying to join the domain. It was given user "root" and password "dork" to join the domain "aussec". The win2k box just comes up with unknown user or bad password... I must be missing something as another linux box can join the domain properly and it
2000 May 30
0
integration samba and OS/2
...ks). Does anybody know, what the problem is? Paul didn?t answer on my e-mail. ("Sorry, the database is undergoing modification at the moment. Please try again later. If you continue to experience dificulties, please contact Paul Blackman at ictinus@lake.canberra.edu.au. ") -- Andreas Burkart E-Mail: AndreasBurkart1@aol.com
2005 May 26
1
Power Users
Hi, everyone, Just wondering if anyone had worked out how to assign a user as a Power User in domain context? I have tried: (1) setting the primary group SID to S-1-5-32-547 for that user (2) created a power users' group with the above SID with the user as a member. Setting the primary group SID to the admin group (RID 512) works but is an extremely non-preferred option. This is in a
2010 Mar 25
1
Sweave running R chunks for figure generation several times
Hi, following issue: Sweave is running the R code to generate figures three times under standard behaviour, twice if run with eps=FALSE, once if run with eps=FALSE,pdf=FALSE. However, ideally, I'd want it to run once to generate pds with eps=FALSE being set. How come this isn't so? Am I missing something? Basically, my R figure code is expensive to run. I can of course move the
2014 May 02
1
Questions on extending Rcpp wrap and as with templates
Hi everyone, I have been trying to extend Rcpp with my own wrap and as templates. Two issues: 1) I need to explicitly call wrap. Is that expected? So for example I wrote this specialization: template<> SEXP Rcpp::wrap(std::vector<TimedOptDouble> const& entries) { std::vector<double> sec_times; std::vector<double> doubles; for(auto const& entry : entries) {
2010 Jun 10
1
Sweave cutting new lines
Hi, I have trouble with Sweave (I think) cutting of my newlines. As stated in the help of Sweave, I generate tex code straight from R for dynamically computed reports. If I do this in R: for (i in 0:4) {cat("\n",i,"\n")};cat("\n 3") 0 1 2 3 4 3 The output looks correct. However, Sweave for some reason seems to trim everything outside
2004 Dec 01
5
using samba through a VPN
I already have an existing network that is managed by a samba PDC. In the next few days, I will be linking another small LAN to the existing one over the internet using openvpn. I've been told that samba (through no fault of its own) doesn't work very well through a VPN. For the new network, there will be a box with 2 NICs: one for the internet and one for the LAN. This box will use
2004 Nov 22
0
RT_SIGNAL_* issue - samba 3.0.9
This is part of the log and strace output from samba 3.0.9 running on kernel 2.4.27. The output from samba 3.0.8 on kernel 2.6.9 looked somewhat similar... I haven't seen much on the list or ancilliary documentation recently, other than "it is fixed for samba > 3.0"... Could someone please shed some light on this? Syslog entries: Nov 22 22:25:48 toshiba smbd[32209]:
2005 Apr 07
1
smbldap-tools patch - careful string handling
The issue is that some of the smb.conf parameters have quotes in funny places that need to stay there (particularly the smbldap script "wrappers"). The smbldap tools will issue funny warnings that help to sidetrack finding actual problems... Patch attached. --- smbldap-tools-0.8.8/smbldap_tools.pm.org Mon Apr 4 02:03:34 2005 +++ smbldap-tools-0.8.8/smbldap_tools.pm Thu Apr 7
2012 Nov 01
1
Looking for mingw32-make.exe (make.exe not working) in RTools
Hi, I am using premake4 generated make files to compile my projects, which works fine if I am using mingw32-make.exe from the MinGW 32 bit distribution, but doesn't work with the make.exe supplied by the latest RTools 2.16. That make.exe first complains it can't create directories and then that it has "no rule". So how comes there is no mingw32-make.exe along with RTools? I
2012 Nov 27
1
Problems with MinGW and boost on Windows
Hi, I am not sure how widespread this problem is, but definitely occurs for me on 64 bit Win 7 with a 64 bit R. I think I have isolated the issue (to a certain extent) in the attached Test.cpp file. Basically, I think linking with boost serialization is causing the plugin to fail. If I compile Test.cpp with line 43 (Dummy* Read() ...) commented out, I get the expected output in R: >