search for: wirt

Displaying 20 results from an estimated 85 matches for "wirt".

Did you mean: virt
2010 Feb 10
3
Having problem with "valid users" in Active Directory/Samba environment
...cts are not working in our environment. When smb.conf is configured with these constructs (see testparm output below), which should allow access, instead we get an error message on the XP side and the following messages in /var/log/samba: (in the example, trying to access the share \\<server>\wirt) [2010/02/08 21:31:21, 0] param/loadparm.c:8546(process_usershare_file) process_usershare_file: stat of /var/lib/samba/usershares/wirt failed. Permission denied [2010/02/08 21:31:21, 0] param/loadparm.c:8546(process_usershare_file) process_usershare_file: stat of /var/lib/samba/usershares/wirt f...
2009 Jun 10
0
access shares form 2 diff domains issue
...browseable = yes writeable = yes ============================================== Now I have create a NEW domain as airarabiauae My samba server is still joined to the old domain i.e airarabia Situation 1.1) When I access the IT share from windows XP system as user airarabia\xyz I can read wirte delete Situation 1.2) When I access the IT share from windows XP system as user airarabiauae \xyz I can only read and wirte but cannot delete Situation 2.1) When I access the IT share from Ubuntu 9.04 system as user airarabia\xyz I can read wirte delete Situation 2.2) When I access the IT share...
2006 May 03
3
Validations Doubt
Hi to Ruby and Rails group! I am new to the ROR . I ahev some doubts 1.Can we write the reguller expressions controller! 2.I have added the some controles in the rhtml file.(with out database fileds) I want to wirte the validations for these text fields in the model Is it Possible? Give me any reference? 3.In how many ways can we write the validations? Thanks and Regards, Kumar -- Posted via http://www.ruby-forum.com/.
2014 Oct 15
2
IP aliasing on CentOS 7
Hello all, is there a good wirte-up on how edit script files in the /etc/sysconfig/network-scripts directory on Centos & to assign multiple IP addresses to the same NIC on boot? Thanks for any and all help. Cheers, Boris.
2010 Jan 01
2
changing a list element's name during execution in lapply - possible?
...differently after the calculation. Is it possible to do the renaming somehow within the lapply call? l <- list(a=NA, b=NA) lapply(l, function(x) {names(x) <- "new name"; return(x) }) This does not work, any ideas? TIA ??????????????????????????????????????? Mark Heckmann Dipl. Wirt.-Ing. cand. Psych. Vorstra?e 93 B01 28359 Bremen Blog: www.markheckmann.de R-Blog: http://ryouready.wordpress.com
2008 Dec 29
4
Merge or combine data frames with missing columns
...0.163 2 -3.858 NA 0.854 0.834 NA The problem I encounter is that not always all possible columns (Intercept, y1, y2, y3, y4) exist or at least have NA entries . I cannot figure out how (e.g. with merge)... TIA, Mark -- Mark Heckmann (Dipl. Wirt.-Ing.) phone +49 (0) 421/1614618 Sensationsangebot verl?ngert: GMX FreeDSL - Telefonanschluss + DSL f?r nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K1308T4569a
2009 Dec 02
2
Reordering the results from table(cut()) by break argument
..., in this case it should also be reversed, like: ( 3, 2] ( 2, 1] ( 1,0] (0,-1] (-1,-2] (-2,-3] 0 12 30 42 13 3 Thus I would like to reorder the vector using break, but I do not know how. TIA Mark ??????????????????????????????????????? Mark Heckmann Dipl. Wirt.-Ing. cand. Psych. Vorstra?e 93 B01 28359 Bremen Blog: www.markheckmann.de R-Blog: http://ryouready.wordpress.com
2010 Feb 14
3
evaluate variable within expression - how?
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100214/4b41a017/attachment.pl>
2005 Jul 27
1
get the content of object in ls()?
Hi, I am wirting a R script to process some data routinely and have a problem when try to get the content of object in ls()? Here is the script: > ls() [1] "a" "b" [3] "files.num" "fll92_1a_gpr" [5] "fll92_1a_gpr_norm" "fll92_1a.gpr.norm.scale" [7]...
2009 Mar 06
1
R and vim (gvim) on ubuntu
...n when I press F2 in vim - nothing happens (some text flashes at the botom of the screen - but I can't read it. It's not an error messages though) when I try to run an R command eg, "x <- rnorm(100,10,5)" vim returns this error: "~/.pipe" E212: can't open file for wirting" What have I done wrong? I suspect maybe it's got something to do the funnel.pl - but I have installed the script from Johannes Ranke's repository - so there should be no need to install funnel.pl? Any help much appreciated Sincerely, Andreas -- View this message in context: ht...
2010 Jan 08
1
how to flatten a list to the same level?
...uld look like: $A [1] 1 2 3 $B [1] "a" "b" $A [1] 1 2 3 $B [1] "a" "b" $A [1] 1 2 3 $B [1] "a" "b" $A [1] 1 2 3 $B [1] "a" "b" Any ideas? TIA! Mark ??????????????????????????????????????? Mark Heckmann Dipl. Wirt.-Ing. cand. Psych. Vorstra?e 93 B01 28359 Bremen Blog: www.markheckmann.de R-Blog: http://ryouready.wordpress.com
2011 Feb 01
1
Finding non-ASCII characters in R code using R
During R CMD check I get the following note: * checking data for non-ASCII characters ... NOTE Note: found 9 marked UTF-8 string(s) How can I search my code files for non ASCII chars using R? Thanks, Mark -- Mark Heckmann (Dipl. Wirt.-Ing.) phone +49 (0) 421/1614618 Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
2009 Dec 27
1
gWidgets / RGtk2 - how to change a handler from a toolbar?
...on(label="Test", icon="open", handler=defHandler) tblList = list( test = aTest ) toolBar = gtoolbar(tblList, cont=w) At this point I would like to change the handler from the aTest object. Does someone know? TIA Mark ??????????????????????????????????????? Mark Heckmann Dipl. Wirt.-Ing. cand. Psych. Vorstra?e 93 B01 28359 Bremen Blog: www.markheckmann.de R-Blog: http://ryouready.wordpress.com
2010 Mar 11
1
modifying the dots argument - how?
...ems. Can I modify the ... structure somehow, e.g. delete elements? foo <- function(...){ innerFoo <- function(...){ } AT THIS POINT I WANT TO MODIFY THE CONTENT OF ... BEFORE IT IS PASSED ON innerFoo(...) } Thanks, Mark ??????????????????????????????????????? Mark Heckmann Dipl. Wirt.-Ing. cand. Psych. Vorstra?e 93 B01 28359 Bremen Blog: www.markheckmann.de R-Blog: http://ryouready.wordpress.com
2009 Dec 14
1
Plugin for deliver
Hi, i need to wirte a plugin for "deliver" program. Is there a guide or a page in wiki that explain how can i do it? Thanks
2007 Jan 31
1
How get text with wine
Hi, i install Counter-strike, this work very good, but the problem is when i try to wirte or read any thing, this never show nothing of text. Thanks -- Rubrica Maximi89 Linux user # -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20070131/0371c332/attachment.htm
2002 Mar 01
1
Can I mount with samba on a read-only system?
Hi, I'm trying to mount with smbmount on a read-only system. I have a writable /tmp and /var dir, so it car wirte logs. The samba daemons are running fine, but when doing smbmount I get the following error: can't lock /etc/mtab~ file This is correct, because mtab is read-only. I tried to create a link (ln -sf) from /etc/mtab to /tmp/mtab (and /etc/mtab~ to /tmp/mtab~) but this didn't work. It's...
2009 Dec 27
2
RGtk2 / gWidgets - addHandlerClicked Problem
...dler=function(h, ...){ cat("addhandlerclicked button\n") svalue(tbl, index=T) <- 1 # change the table value }) addhandlerclicked(tbl, handler=function(h, ...){ cat("addhandlerclicked table\n") }) Thanks! Mark ??????????????????????????????????????? Mark Heckmann Dipl. Wirt.-Ing. cand. Psych. Vorstra?e 93 B01 28359 Bremen Blog: www.markheckmann.de R-Blog: http://ryouready.wordpress.com
2008 Feb 28
2
EXT3-fs error (device sda3) in start_transaction: Journal has aborted
Errors happy in the early hours of the Morning 4 or 5 AM. every time , many directories and files can't be accessed , message "I/O error " display, all partitions become read-only no data lost and no data can be wirted ,only redress is a reboot. Distribution: REDHAT version 4 X86_64 update 5 Server Platform : IBM X 366 RAID Controller : IBM ServerRAID 8i Disks : 4*73G SAS ST --- RAID5 Any help would be much appreciated. Thanks in advance. ---------------------- Greeting Danny -------------- next par...
2009 Dec 22
1
RGtk2 - retrieve ggraphics mouse coordinates during drag-and-drop event
...ot;source") adddropmotion(g, handler=function(h, ...) { print("motion") }) adddroptarget(g, targetType="object", handler = defHandlerTarget, g) defHandlerTarget = function(h, ...){ print(h$dropdata) } ??????????????????????????????????????? Mark Heckmann Dipl. Wirt.-Ing. cand. Psych. Vorstra?e 93 B01 28359 Bremen Blog: www.markheckmann.de R-Blog: http://ryouready.wordpress.com