search for: holst

Displaying 20 results from an estimated 31 matches for "holst".

Did you mean: hoist
2004 May 31
4
Printer accounting/quota ?
...ately i do not have any experience with it, but it seems like a good solution because it is able to store the accounting data in LDAP, and monitor the printers life-time page counter. Any advice or info about how it is done else where would be deeply apriciated. Thanks and best regards, Erik Holst Trans
2003 Dec 26
1
User Manager For Domains - SAMBA 3.0.1-2
...te user from group script = /usr/bin/gpasswd -d "%u" "%g" set primary group script = /usr/sbin/usermod -g "%g" "%u" delete user script = /usr/sbin/userdel "%u" delete group script = /usr/sbin/groupdel "%g" //--snip--// Best regards Erik Holst Trans
2004 Jun 07
2
Password trouble with LDAP (eDirectory)
...strator] FAILED with error NT_STATUS_WRONG_PASSWORD I have now tried for several hours to solve the problem, but can't find out what is wrong and need some new input for solvin this. Below are some snippets from the log, maybe this is useful for you and the smb.conf too. Best regards Erik Holst Trans With correct password: [2004/06/07 02:20:15, 3] smbd/sesssetup.c:reply_sesssetup_and_X(783) Domain=[] NativeOS=[Windows 4.0] NativeLanMan=[Windows 4.0] PrimaryDomain=[null] [2004/06/07 02:20:15, 2] smbd/sesssetup.c:setup_new_vc_session(602) setup_new_vc_session: New VC == 0, if NT4....
2019 Jul 31
5
[Bug 3048] New: ssh reads from the wrong directory in user namespace
...user namespace Product: Portable OpenSSH Version: 7.9p1 Hardware: amd64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: hholst80 at gmail.com ssh(1) says that -i identity_file Selects a file from which the identity (private key) for public key authentication is read. The default is ~/.ssh/id_dsa, ~/.ssh/id_ecdsa, ~/.ssh/id_ed25519 and ~/.ssh/id_rsa. Identity files may also be specified on...
2008 Dec 04
2
Simulating underdispersed counts
Hello, Anyone who knows a fast and accurate algorithm for generating draws from an underdispersed Poisson distribution. Or even better, if there is a package containing such an implementation. Thanks Rene
2015 Sep 24
1
Re: PCI passthrough fails in virsh: iommu group is not viable
Quoting Laine Stump (laine@laine.org): > On 08/12/2015 02:34 PM, Alex Holst wrote: > > I would really appreciate some pointers on what I am doing wrong here. > > > > I have a need to run multiple virtual guests which have each their own GPU and > > some USB controllers passed-through. I am able to run one of the guests like > > this (assuming...
2012 May 20
1
CRAN (and crantastic) updates this week
...http://crantastic.org/packages/irtrees Helper functions and example data sets accompanying De Boeck, P. and Partchev, I. (2012) IRTrees: Tree-Based Item Response Models of the GLMM Family, Journal of Statistical Software - Code Snippets, 48(1), 1-28. * lava (1.0-5) Maintainer: Klaus. K. Holst Author(s): Klaus K. Holst License: GPL-3 http://crantastic.org/packages/lava Estimation and simulation of latent variable models * lava.tobit (0.4-6) Maintainer: Klaus. K. Holst Author(s): Klaus K. Holst License: GPL-3 http://crantastic.org/packages/lava-tobit lava plugin allow...
2008 Oct 04
3
environment and scoping
I haven't quite figured out how I can change the environment of a function. I have a main function and want to use different auxillary functions, which I supply as parameter (or names). What I want to do is something like this: main.fun=function(aux.fun,dat){ x <- 1 fun.dat() } aux.fun.one=function(){ mean(dat)+x } aux.fun.one=function(){ median(dat)-x } I don't want to
2004 Jan 11
1
automounting a usb-harddrive/cdrom that can be mapped from the login script.
...harddrive until a request is made to the non-existent directory (defined in the autofs conf. files). Hopefully you get the picture. ;-) Any one who have something like this working, or some hints. I guess one would have the same problems when using the servers cdrom drive. Best regards Erik Holst Trans
2011 Jan 26
2
a problem with is.na
Hello, I have observed the following odd behavior of "is.na( )" and hope someone can give me an explanation Example: X1=rep(1:2,5)[-1] X2=rep(1:5,rep(2,5))[-1] y= runif(9) y[3]=NA xtabs(y~x1+x2) Now xtabs(is.na(y)~x1+x2) says that cell 2,2 is NA x2 x1 1 2 1 0 0 2 0 1 3 0 0 4 0 0 5 0 0 Whereas xtabs(!is.na(y)~x1+x2) says that all but cell 1,1 and 2,2 are not NA x2
2001 Jan 25
1
problems compiling R under digital unix 4.0d (PR#826)
...qrls.o dqrsl.o dqrutl.o dsvdc.o dtrco.o dtrsl.o eigen.o lminfl.o ranlib libappl.a #make: No such file or directory *** Exit 1 Stop. *** Exit 1 Stop. *** Exit 1 Stop. fenchel:/net/prod/appl/R/R-1.2.1/> The same problem appears when I try to compile v.1.2.0. What is wrong? Best regards Klaus Holst -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel 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: r-devel-request@sta...
2007 Feb 15
4
Anyone running Xen on HP DL380 G5? Intel 5150 and 5160 CPU''s?
I''ve got a client demanding the use of HP DL380 G5''s, for various historical reasons, for a server room. I''m going nuts trying to figure out if the available CPU''s for them support VT, so I can avoid building them a separate Windows box. Unfortunately, the local web proxy is overloaded, so actually browsing the JavaScript/image loaded web pages for HP is
2015 Aug 12
2
PCI passthrough fails in virsh: iommu group is not viable
...04' function='0x0'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </memballoon> </devices> </domain> -- Alex Holst
2009 Apr 05
1
[cucumber] Nested resource in paths.rb
Hello Rspec Users, I was wondering how you specify a nested resource in cucumber. So for example: Given I have a blogpost titled Question For Nice Rspec Users When I am on the list of comments for Question For Nice Rspec Users Then I should see "Answer" Now, as one might expect, blogpost has_many :comments, so my question is this: How should I write the "when-case" for
2005 May 20
1
CCISS driver on HP DL380 G3 ?
...ernel. Am I correct that I need to build a kernel from source ? According to http://lists.xensource.com/archives/html/xen-devel/2004-11/msg00709.html there is a guy that solved "the issue with the CCISS driver". I could not find info on what the solution was. Any gotchas ? Cheers -- Jan Holst Jensen, Novo Nordisk A/S _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2005 Sep 02
0
RE: Fixed MAC address causes spurios network connectivity loss - SOLVED.
...ng for half an hour with perfect reliability. In the second case I have noticeable packet loss after only 10 minutes. I think it is safe to conclude that Xen is off the hook and that I''ll have to find the cause of my trouble elsewhere in our network. Thanks for your input! Cheers -- Jan Holst Jensen, Novo Nordisk A/S, Denmark _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Sep 21
1
Error: (subscript) logical subscript too long
As part of a larger program I have a rather long and involved sub-procedure which fails to work, It manipulates some large matrices, stored to the disc. The procedure halts with the message: Error: (subscript) logical subscript too long Can anyone give advice about what may cause this error and how it can be remedied - I feel confident that it is not a syntactically or logical error. Thanks,
2004 Jun 07
1
Migrating to new Samba - LDAP schema change
I'm working on upgrading a Samba server from Version 2.2.8a to Version 3.0.4. One of the things I've noticed is that the samba.schema has changed. I'll admit that I haven't done an exhaustive search yet, but in looking over the documentation I haven't seen any mention of anything that needs to be done to migrate an existing directory to the new schema. Are there any tools
2004 Jun 07
2
Two questions about smbldap-tools
Hi all. 1. Are they any web based interfaces to smbldap-passwd.pl? 2. Is www.idealx.org still a valid site for the smbldap-tools and related info? When I go there, no matter the URL I enter, I get a login screen prompting for a username and password or a message that page can not be found on the server. Thanks, ~Dan
2006 Apr 17
0
W(RED) curve implementation in Linux DiffServ
...faster by allowing some packets to get dropped sooner keeping queue sizes low and latency under control. The probability of a packet being dropped from a particular connection is proportional to its bandwidth usage rather than the number of packets it transmits. ..." thanks, Glenn Moeller-Holst