search for: bela

Displaying 20 results from an estimated 42 matches for "bela".

Did you mean: belay
2008 Jul 10
5
managing config changes
...hing like clever module organization could certainly help, but I am looking for something else as well: Is it possible to set up puppetd in a way, that it just listens and reports, but does not apply config changes automatically, and in the same time has the ability to trigger it somehow? Thanks, Bela --- [production] 13 modulepath=/srv/puppet/modules:/etc/puppet/modules:/usr/share/ puppet/modules 14 15 [testing] 16 modulepath=/srv/puppet/modules-testing:/etc/puppet/modules:/usr/ share/puppet/modules 17 18 [development] 19 modulepath=/srv/puppet/modules-development:/etc/pu...
2000 Jun 13
1
Remote -> remote scp not working
Hello, Using openssh 2.1.1p1 I have tried to use scp to copy a file from one remote system directly to another remote system - e.g. 'scp -i ./ecp eros:jhf alice:jhf', so the file jhf is copied from the remote system eros to the remote system alice via an intermidate system (the one where the command is issued from). The key is in the file ecp. Using protocol 1 it doesn't seem to
2005 May 25
2
Weird function call problem
...... Error in anova.mlmlist(object = mlmfit, mlmfit0, test = "Spherical") : Object "mlmfit" not found What causes mlmfit to "disappear" between two lines? I haven't got the slightest clue where to look for an answer... Thank you very much for your help. Bela Bauer -- Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie! Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl
2005 Feb 22
3
Reproducing SAS GLM in R
...w I could get to the SAS results? For the lm() calls that work (in special cases), refer to my posting from last Friday. I also have a 4-factorial example, and I've been told that people around here do 5- or 6-factorial multivariant ANOVAs, too, so I need a general solution. Thanks a lot! Bela
2005 May 04
1
Huynh-Feldt R vs SAS Bug
...xpect significant differences in H-F/G-G epsilons and corrected p-Values? With the data sets I'm using, the SAS value for H-F epsilon is almost twice the value from R, and I'm wondering if there's a mistake on my side or if it is just caused by the SAS bug. Thanks for any hints... Bela
2004 Oct 21
3
Booting LINUX from external USB Hard Drive
Hi, I would like to boot a LINUX system from an external USB Hard Drive. Motherboard (ASUS P4P800) supports boot from USB with or without floppy emulation. Is it possible to use syslinux for booting without any floppy or CD, just from the external USB drive? Regards... Bela
2007 Nov 06
3
gem problems on Windows
$ gem list wxruby *** LOCAL GEMS *** wxruby (1.9.1, 1.9.0) Ruby interface to the wxWidgets GUI library $ gem install wxruby Need to update 39 gems from http://gems.rubyforge.org ....................................... complete Select which gem to install for your platform (i386-mswin32) 1. wxruby 1.9.2 (x86_64-linux) 2. wxruby 1.9.1 (x86_64-linux) 3. Skip this gem 4. Cancel installation
2007 Sep 04
4
listctrl set_item_data
Hi, I have used set_item_data with ruby objects (an array) and got a crash. The reason is simple, the objects were deallocated by the GC. The easy solution would be to accept only long parameters (like the original interface). The hard is to play by the GC''s rules and increase the reference count and decrease on deletion. Regards, teki
2005 Jun 01
0
anova.mlm again
...... Additionally, anova.mlmist has to be changed to accept a list as parameters. I've attached a patch of my current code against R-2.1.0. I would suggest PR#7904 to be deleted; I meant it to be a comment on PR#7898, but by mistake added an extra ":" to the subject line. Regards, Bela -- Bela Bauer - bela_b@gmx.net PGP 0x97529F5C http://www.aitrob.de
2007 Oct 05
7
Which editor
Ok, so I''m new to Ruby and wxRuby. I come from a Basic background (RealBasic). Can somebody suggest a decent IDE that is used for wxRuby. Something where I can paste in code examples and then run them immediately. (I''m a Windows Vista user) Any suggestions welcome. -- Posted via http://www.ruby-forum.com/.
2005 Jan 26
2
ANNOUNCEMENT : NEW CallingCard Application for Asterisk
...* List Trunk * Add Trunk * CALL REPORT - BALANCE Last note : It's distributed under GNU GPL Licence. I hope there will have a big interest for the soft, I am waiting your feedbacks... Regards, /Areski -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ Bela?d Arezqui www.areski.net E-mail : areski [alt@alt] gmail (.dot.) com
2005 Feb 23
1
H-F corr.: covariance matrix for interaction effect
...ooked through some books here and I've tried everything that came to my mind, but I can't seem to be able to figure out an algorithm that does it for me. Could anyone give me a hint about how I could do this? (I'll append my code at the end, in case that helps in any way...) Thanks Bela # parameters for this function are: # S - variance matrix (created by var() ) # k - number of factor levels (i.e. dim of S) # n - number of measurements (i.e. number of rows in original matrix) epsi.GG.HF <- function (S,k,n) { D <- (k^2 * (mean(S) - mean(diag(S)))^2) N1 <- sum(S^2)...
2005 Feb 23
1
H-F corr.: covariance matrix for interaction effect
...ooked through some books here and I've tried everything that came to my mind, but I can't seem to be able to figure out an algorithm that does it for me. Could anyone give me a hint about how I could do this? (I'll append my code at the end, in case that helps in any way...) Thanks Bela # parameters for this function are: # S - variance matrix (created by var() ) # k - number of factor levels (i.e. dim of S) # n - number of measurements (i.e. number of rows in original matrix) epsi.GG.HF <- function (S,k,n) { D <- (k^2 * (mean(S) - mean(diag(S)))^2) N1 <- sum(S^2)...
2005 Jun 15
1
Anohter anova.mlm problem
...lem? Am I doing something wrong? The data looks like this: > hemi [1] 1 1 1 1 1 1 2 2 2 2 2 2 3 3 3 3 3 3 Levels: 1 2 3 > SGROUP [1] 2 2 2 2 2 2 1 1 1 1 2 2 2 1 1 1 2 1 1 1 2 1 2 1 Levels: 1 2 > dim(data.n) [1] 24 18 It works fine with the univariate analysis (aov())... Thanks again, Bela -- Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie! Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl
2007 May 04
4
read only bug?
Hello All, I have been still struggling with the read only maildir and I think I found something: dovecot wants to rename a file but I/it have/has no rights to do that: dovecot: 2007-05-04 21:30:14 Error: IMAP(bela): rename(/home/store/oldmails/.personal/cur/1154939281.00005.pc1.S=1879:2,S, /home/store/oldmails/.personal/new/1178307014.P8610Q0M347618.pc1) failed: Permission denied Why dovecot wants to rename it? It is really a read only directory. Regards, A. ___________________________________________...
2005 Feb 25
0
Repeated measures MANOVA
...able, but it's not quite there. My questions are: - why is the Error model singular? - am I even on the right path, or is this completely wrong? - what do I do for interaction effects? I'd be very happy if you could give me any hints of where I should be going with this... Thanks again Bela
2007 Sep 05
0
[ wxruby-Bugs-13676 ] xrc listctrl windows custom data crash
Bugs item #13676, was opened at 2007-09-05 14:01 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=13676&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: Bela Babik (teki321) Assigned to: Nobody (None) Summary: xrc listctrl windows custom data crash Initial Comment: I have attached the source and the xrc files. Double click on any line to get the crash: $ ./wxb.rb ./wxb.rb:28: [BUG] Segmentation fault ruby 1.8.6 (2007-03-13) [i386-mswin32] This appli...
2007 Dec 14
0
nfs4 acl support to be implemented
Hi List, I'm interested in implementing nfs4 acl support for rsync. Are there any pointers to start? Is anybody else working on this? -- Peter Somogyi Gamax Kft Bartok Bela ut 15/D H-1114, Budapest, Hungary e-mail: psomogyi@gamax.hu phone: +36 1 382 5469
2005 Mar 22
0
ANNOUNCEMENT : MeetMe - Web-MeetMe (throughmanager)
...ou to have a visual presentation and to control the conferences over the net. Info & Screenshot: http://areski.net/Web-MeetMe/about.php Thanks to Matthew Asham for the phpagi API! Waiting for your feedbacks. Best regards, Areski -_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ Bela?d Arezqui Web : http://areski.net E-mail : areski (@alt) gmail (.dot) com -_-_-_-_-_-_-_-_-_-_-_-_-_-_ _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update opt...
2010 Nov 27
1
sed with several lines, how?
hyphen's [ - ] are just for marking the start/end of a pattern, but there are _not in_ the pattern! "OUTPUT" is what i want after "seding" the PATTERN#X's so i for e.g.: need the first, and second "magic" sed "FIRSTMAGIC" PATTERN#1 sed "SECONDMAGIC" PATTERN#2 PATTERN#1: ----------------------------------- SOMETEXT#1