search for: wirted

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

Did you mean: wired
2010 Feb 10
3
Having problem with "valid users" in Active Directory/Samba environment
We have a Ubuntu/Samba setup to serve Windows-XP users using Active Directory credentials. The application is a backup service using rsync from their workstations to the server. Ubuntu: 9.10, Samba: 3.4.0. The backups work fine, and individual users logged onto XP with AD credentials can see the contents of their shares on the server. However, we have been unable to configure Samba to allow
2009 Jun 10
0
access shares form 2 diff domains issue
Hi All, Below in my smb.conf file =================================================================== [global] netbios name = AA-FTP workgroup = airarabia realm = airarabia.com server string = Samba File Server encrypt passwords = yes security = ADS password server = 10.200.2.22 log level = 3 log file = /var/log/samba/%m.log
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
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?
Happy New Year, all! I want to do calculations on each element of a list l, but i want the returned list element to be named 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
2008 Dec 29
4
Merge or combine data frames with missing columns
Hi R-experts, suppose I have a list with containing data frame elements: [[1]] (Intercept) y1 y2 y3 y4 -6.64 0.761 0.383 0.775 0.163 [[2]] (Intercept) y2 y3 -3.858 0.854 0.834 Now I want to put them into ONE dataframe like this: (Intercept) y1
2009 Dec 02
2
Reordering the results from table(cut()) by break argument
I have a vector and need to count how many data points fall inside each bin: dat <- rnorm(100) breaks <- -3:3 table((cut(dat, breaks))) (-3,-2] (-2,-1] (-1,0] (0,1] (1,2] (2,3] 3 13 42 30 12 0 if I reverse the breaks vector, the results remains the same: breaks <- rev(breaks) table((cut(dat, breaks))) (-3,-2] (-2,-1] (-1,0] (0,1] (1,2]
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] "fname" "fullnames" [9] "gal" "galfile" [11]
2009 Mar 06
1
R and vim (gvim) on ubuntu
Dear all - I do fret this to be a revealing beginner question - fortunately, this mailing list have been good to me in the paste .-) I am looking for a good R editor/environment in ubuntu. To that end, I have decided to dive into gvim as the modality offered here seems to make sense for editing. I want to use Johannes Ranke's vim r-plugin, but I can't make it work. I have the plugin
2010 Jan 08
1
how to flatten a list to the same level?
I have a nested list l like: l <- list(A=c(1,2,3), B=c("a", "b")) l <- list(l,l, list(l,l)) I want the list to be unlisted, but not on the lowest level of each "branch". I want the lowest level of each list branch to remain as it is. So unlist or unlist(rec=F) do not work here as the level of nesting may differ on the elements. The result should look like:
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!
2009 Dec 27
1
gWidgets / RGtk2 - how to change a handler from a toolbar?
I want to assign a default handler to a toolbar button and change the handler later. The addhandlerclicked() method does not apply to a gAction Object, I think... defHandler <- function(h, ...) print("default") w <- gwindow() aTest <- gaction(label="Test", icon="open", handler=defHandler) tblList = list( test = aTest ) toolBar = gtoolbar(tblList,
2010 Mar 11
1
modifying the dots argument - how?
Is there a way to modify the dots-argument? Let's consider I have a function that passes on its ... arguments to another function. For some reason I know, that some elements in ... will cause problems. 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
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
2009 Dec 27
2
RGtk2 / gWidgets - addHandlerClicked Problem
In The following code, the table handler is executed twice when the button is pressed (from the 2nd pressing on). I want it to be executed only once. Does someone know, why this happens and how I can change it? library(gWidgets) w <- gwindow() b <- gbutton("press", cont=w) tbl <- gtable(1:10, cont=w) addhandlerclicked(b, handler=function(h, ...){
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 part...
2009 Dec 22
1
RGtk2 - retrieve ggraphics mouse coordinates during drag-and-drop event
Hi all, I have a gtable and a ggraphic widget. I want to drag an element from the table onto the graphic. When the drag object is released over the ggraphic widget, I want the mouse coordinates inside the ggraphic to be returned. Right now I do not know how to get the mouse ccordinates of the ggraphic widget at any given time. How can I access the ggraphics mouse coordinates? Below you find