similar to: free

Displaying 20 results from an estimated 200 matches similar to: "free"

2004 Feb 27
3
samba transfer speed on shares
Hi all! I have searched through the archives and have not found an answer to this, but it is also possible I wasn't searching for the right thing, so here goes. I am running samba 2.2.7a on a RH 9 box. I am having issues with transfer speeds on my shares. I have the shares mapped to drives on my XP box. When coping files from the XP -> linux, The speed is great. But from linux->XP
2008 Nov 21
4
two dovecot server using the same file system
Hi all. I want to use two servers with dovecot using a common file system with drbd. So I have several questions. If one server write a mail to th file system he will use his name as part of the mail identification. the second server will use his own name. Each server will generate it own mail numbers . When an imap or pop user will consult the mails i shoul be confusion. Am I correct. is there
2008 Apr 19
2
problem in caluclaring the multiple regression
I am trying to calculate the regression for the follwing input data stored in 'data.txt' file.I am reading this and storing it in the variable i .then i am trying to get the predicted value using f1 as dependent and others f2....f10 as independent variables.It is giving the following error. Also i want that i shoul get one predicted value for each row(y). What should i do. Please help me
2011 Apr 04
5
Creating multiple vector/list names-novice
Hi I have very simple issue as I am still new to the group of R I have basically vector of names for which i want to create mutliple combinations and then place them in different vectors. In some other language I can just place a third dimension to separate list (or matrix) but i do not know how to do it in R. My issue is simple I use cc<-combn(colnames(DD),2) I would need to have this
2012 Jan 27
3
How to test the model dependence ?
Good morning, I''m new to rails and am having some basic questions in development. See if anyone can help me with a test problem. I need to test if my model "Procedure" is linked to the workflow. If not, the system must acknowledge an error. Below is the code that is in the file test \ unit \ procedure_test.rb. require ''test_helper'' class ProcedureTest <
2007 Feb 28
1
h323 how to set it up?
Hi all, I have some questions about h323. Is it mandatory to install a oh323 or I can do h323 calls without patching or adding any new drivers ti asterisk? I did compile the asterisk with channel driver chan_h323 but it still gives me this error: [Feb 28 18:12:58] WARNING[1902]: app_dial.c:1081 dial_exec_full: Unable to create channel of type 'H323' (cause 66 - Channel not implemented)
2003 Feb 01
1
rsync for ftp mirror
Hi, I've a little problem: I don't know if I can use rsync for doing an automatic mirror which use ftp protocol? I hope that shoul be possible but what? Thanks for reply and sorry for my english! Alessandro
2004 Dec 22
1
Encoders
Hi There, The discussion about speex triggered the following question: Is there a way to use other encoders, to stream with icecast / oddcast. Is there an format of witch the encoder shoul be standarized to (ACM or something like that), if so would it be possible to use open license encoders and commercail encoders with this. like FHG mp3, mp3pro, speex and so on. regards, Dennis Heerema
2002 Sep 05
1
Read.table question
Hi list members, i've just started using R. i've just experimented with the functions of R. Now I want to import data from an Excel spreadsheet (saved as csv) in the following format Date AAA AA A 1.12002 20.5% 12% 3% . . . i used the following command: a <- read.scv2("file.csv", sep=";") so the import worked fine. the problem is that
2008 Jan 04
1
Sorting of captions on axes
Hello, I think this might be a beginner question, but I couldn't find the answer in the manual... http://www.nabble.com/file/p14618947/at-modality.png I created this image with R by using the following code: modality <- read.table("results.table", header=TRUE, sep=",") color <-
2009 Jun 24
1
compile and install R @ one user defined directory? (PR#13779)
Dear Helper, Under UNIX "Solaris 10 3/05 s10_74L2a SPARC" and with following "R Installa= tion and Administration" @ http://cran.r-project.org/, First, I unzipped the unix version winzip source code R-2.9.0.tar.gz using= following commands at my own dir: /home/xwu/R1>gzip -dc R-2.9.0.tar.gz | tar xvf - (a subdir /home/xwu/R1R-2.9.0/ was
2007 Dec 01
2
How to cbind DF:s with differing number of rows?
#Hi R-users, #Suppose that I have a data.frame like this: y1 <- rnorm(10) + 6.8 y2 <- rnorm(10) + (1:10*1.7 + 1) y3 <- rnorm(10) + (1:10*6.7 + 3.7) y <- c(y1,y2,y3) x <- rep(1:3,10) f <- gl(2,15, labels=paste("lev", 1:2, sep="")) g <- seq(as.Date("2000/1/1"), by="day", length=30) DF <- data.frame(x=x,y=y, f=f, g=g) DF$g[DF$x == 1]
2006 Apr 07
6
Multiple view types for a single action?
Is it possible to have more than one kind of view for a specific action, for example an .rhtml and a .rjs file to handle the view for the same action? I suspect not, but this makes me wonder if there a way to call the .rjs file from within the .rhtml so the statements within it get executed? Thanks, Andy
2007 Apr 04
4
ZAP device reference in Zaptel 1.4 - SIMILAR
Well, I'm experiencing a similar problem with my setup... debian etch, asterisk 1.4.2, zaptel 1.4.1, ... I cannot find the chan_zap.so module file anywhere, tried recompiling with zaptel 1.4.0... no change... I tried 'make menuselect', and going to the channels-part, chan_zap is marked XXX -> dependencies missing: and this is the message for it, as an explanation. Zapata Telephony
2012 Feb 06
8
programs will not launch
I should probably admit I am new to linux. well that's not entirely true but the last time I messed with it there was no gui. anyway I dicided to give ubuntu a try, crashed my system in the process. anyway the problum I am having is this. programs install just fine, and I've tried installing in several different ways. just running the .exe file, going through play on linux, wine tricks.
2004 Jan 12
8
sum of child rates exceeds parent rate
Hi, i have created a parent class with 45Meg rate/ceiling Note : The actual traffic flowing via that pc is around 6Meg to 15Meg I assume the problem will come only when the traffic is more than 45Meg. Now if i create child classes whose sum of rates crosses more than 45Meg ? 1.How that tc behaves. 2.Will this affect browsing. Pls let me know this details Regards Jayesh
2005 Jun 14
3
Calling C from Fortran
I would like to call C routines from Fortran under linux as suggested in section 5.6 of the "Writing R extensions" documentation. I'm familiar with Fortran but not with C. I understand the example provided in Fortran: subroutine testit() double precision normrnd, x call rndstart() x = normrnd() call dblepr("X was", 5, x, 1) call rndend() end but I don't understand
2013 Oct 11
1
cleaning up some LVM stuff
Hi, one more LVM thing: on one server some LVM stores are physically removed but still there are some informatione somwher spread adcross teh server. e.g. if I do a vgdisplay or pvcreat I get an error regarding that old storage: /dev/raid_10/lvol0: read failed after 0 of 4096 at 14000515383296: Eingabe-/Ausgabefehler How can I remove all information? Thanks for any hint. Regards . G?tz
2006 Mar 04
1
What hardware to use for ISDN in Romania
Hello everyone. My land-line provider (Romtelecom) has a very nice offer for ISDN. All in all they offer me a digital land-line with 1 base number + 2 MSN's and that would make a grate addition to my full-time home office. Romtelecom say they're providing EURO-ISDN and the line is compatible with any euro-isdn compliant equipment. They say they'll install a NT at my office and this
2004 Aug 09
1
Verbose Logs?
Hello. I'm not quite sure what the problem with my samba is. Im running red hat 9 and samba 3.0 and my log has far too much information. this is my samba log: --------------------- samba Begin ------------------------ **Unmatched Entries** lib/util_sock.c:get_peer_addr(978) getpeername failed. Error was Socket operati on on non-socket : 2 Time(s)