similar to: installation problems

Displaying 20 results from an estimated 500 matches similar to: "installation problems"

2003 Nov 12
5
repeat until function
Hi, I'm in this situation: I what to generate N random numbers(integer) that are different from each other. One suggestion: tabel <- rep(NULL, N) for (i in 1:N){ temp <- as.integer(runif(1,1,max)) if(temp in tabel) { repeat (?) (temp <- as.integer(runif(i,i,max))) until (?) ((temp in tabel) ==FALSE) } else{ tabel[i] <- temp} I can't use
2004 Dec 08
1
mandatory profiles - again
Hello! Some days ago I posted a message about mandatory profiles, and got a very useful answer from John H Terpstra with reference to his Samba Guide. Suddenly logging on runs much faster.... However, I have still one more problem to solve. I have set up the win2000 client to delete the cached profile on exit. The "problem" is that the user profile remains on the server in
2004 May 18
0
zaphfc Compile Error
Hi Running slackware 9.1 with compiled kernel patched to 2.6.6 running ok. Having problems compiling zaphfc.c First thing was the can't find "irq_vectors.h", but "solved" by changing the #include "irq_vectors.h" to #include "mach-default/irq_vectors.h" in /usr/src/linux/include/asm/ directory. But I still have errors with "structure has no
2005 Mar 05
1
Block anonymous calls
Hi. I am trying to set up my Asterisk box to block anonymous calls. I am having some grief from telemarketer calls to my number and I would like to block it. I see from my CDR's that some of my callers also have "unknown" in their FROM field. I would like to let them through. Only block the FROM "anonymous" that the telemarketers use. Have anyone here done it and
2004 May 14
2
Help needed with bri-stuff.0.02. slw91 k2.6.5
Running slackware 9.1 with compiled kernel from source 2.6.5 running ok. I have 2 HFC-S chipbased Billion Bipac PCI ISDN BRI cards installed in PC. Would like to use one card as in TE and one in NT mode. System works fine running pbx4linux.But want to use SIP functionality, so I would like to try out the Asterisk. Trying to install the bri-stuff.0.0.2.tar.gz (May 10 2004)package, getting the
2004 May 27
0
HFC-S BRI Slack9.1 kernel 2.6.6 "Guide" bri-stuff.0.0.2
Hi ""noobs"" and others(like me). I've been struggling for hours,days,days,days.... to get my Asterisk work with 2x HFC-S BRI cards. One card for use in NT-mode for connecting my ISDN DECT phone,and one card as gateway to PSTN. Now it'works,and I just want to share some of the experience with others. I'd guess there must be 'Somebody Out There' having
2008 Aug 13
4
Wine install on Eee PC 4G/Linux
I tried to install Wine, but I get this message in console. /home/user> cd wine-1.0 /home/user/wine-1.0> .tools/wineinstall Wine Installer v1.0 Running configure... checking build system type ... i686-pc-linux-gnuoldld checking host system type ... i686-pc-linux-gnuoldld checking whether make sets $(MAKE) ... no checking for gcc ... no checking for cc ... no checking for cl.exe ... no
2003 Oct 30
7
problem installing Wine on RedHat
This is what happens when i run the ./tools/wineinstall WINE Installer v0.74 Running configure... configure: creating cache config.cache checking build system type... i686-pc-linux-gnuoldld checking host system type... i686-pc-linux-gnuoldld checking whether make sets $(MAKE)... yes checking for gcc... no checking for cc... no checking for cc... no checking for cl... no configure: error: no
2009 Jan 14
1
RE: return codes ?
Hey I have just installed Samba 3.2.7 on my Debian 4.0 with compile. But I'm trying to to join my Windows AD, and samba returns Using short domain name -- UNDERVISNING Joined 'MAIL' to realm 'UNDERVISNING.LOCAL' return code = 0 First I got return code = -1 I just assumed that this was bad, so I powered on, but now I get return code = 0 but I still can't get any user
2009 Jan 05
0
HELP: Samba + Windows Server 2003 SP2 AD/DC
Hey, I don't know if this is the right list to ask this question in, but I have tried on the IRC (irc.freenode.net #samba) and people on there advised me to try here instead. I have: Debian 4.0r4 Samba version 3.0.24 - mail.birke-gym.dk - 10.3.16.1 krb5 Version 1.4.4-7etch6 Kernel Version 2.6.18-6-amd64 A Windows Server 2003 SP2 with AD/DC - bgdc.birke-gym.dk - 10.3.17.1
2003 Nov 07
2
opposite function of strsplit() ?
Hi, I what to solve this problem: >alfab <- "ABCEDFG" #[1] "ABCEDFG" >chara <- strsplit(alfab, "") #[1] "A" "B" "C" "E" "D" >"F" "G" Then I do some changes before I want the character together again, say, remove two letters. Now,
2014 Jul 03
2
How to install Vennerable
Hi, I'm new to using R and would like to use Vennerable to process my data and make Venn diagrams. However I cannot seem to install the package. If I enter the command install.packages("Vennerable", repos="http://R-Forge.R-project.org") I get the following message: package ?Vennerable? is available as a source package but not as a binary Warning Message: package
2006 Nov 01
0
wav format isn't compatible with Windows Media Player
Hi, When playing a wav-format (( low compression),(wav49-format?)) file with Windows Media Player, it plays the file and then sometimes bombs out with an error about how the file is corrupt or unsupported. If you listen to the file in wavepad you will hear the whole file, in Media Player the last 2-3 sec. is missing (not played). The file is recorded with monitor function. The problem is
2011 Oct 02
1
generating Venn diagram with 6 sets
Dear r-helpers, Here I would like to have your kind helps on generating Venn diagram. There are some packages within R on this task, like venneuler, VennDiagram, vennerable. But, vennerable can not be installed on my Mac book. It seems VennDiagram can not work on my data. And, venneuler may have generated a wrong Venn diagram to me. Do you have any experience/expertise on those Venn diagram?
2010 Jul 13
0
Modify the plotting parameters for Vennerable obj.
Dear List, I would like to modify the settings for plotting a Vennerable object, but I don't know how...so if anyone has an idea I would be really graetfull. best, Fabian some R code to illustrate my problem: #### library(Vennerable) ven <- compute.Venn(Venn(SetNames=c("A", "B"), Weight=c(0,111,106, 26))) # now my problem is that whenever I plot the object, the
2011 Dec 02
0
Save Venn-diagram (Vennerable) together with table and plot in single pdf page
Dear R-users I want to save a list with characters a point plot and a Venn diagram in a single pdf page. I am successful to do this when I use a character list and two point plots. However when I try to replace the first point plots with my Venn diagram (built with Vennerable package, compute.Venn() and plot.Venn()) the Venn plot will not position at the right place in the pdf. I guess there
2012 Dec 03
0
Creating Venn-like intersections for multiple data sets: Vennerable Package help
I was wondering if you could lend me some advice in using the Vennerable package. I am having trouble creating the right sort of Venn function output. I have "TRUE" and "FALSE"/NA str(mutset) 'data.frame': 2310 obs. of 3 variables: $ TestResult.1 : chr NA NA NA NA ... $ TestResult.2 :chr NA NA NA NA... $ TestResult.3
2007 Apr 26
2
Automatic printer download
Hallo! I am running samba-3.0.10-1.4E.11 on centOS. I want to enable the automatic printer download feature, but are running into problems. I have tried to work it out from samba by example, but since the automatic driver download is bundeled togehter with ldap (which I am not using), this does not get me anywhere. Can anyone direct me to a good howto on this - one that will make things work! I
2013 Aug 14
2
proxy: get rid of redundant log-informations
Hi login_log_format_elements = user=<%u> method=%m rip=%r %k is it possible to get rid of the "proxy(test at testserver.rhsoft.net): started proxying to 127.0.0.1:143: " part because on a proxy-only server i know that and it is explicitly not listed in "login_log_format_elements" as well as for the "TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA" it would be
2010 Apr 14
1
Problem trying to plot Vennerable object
Hi, I'm new to the list so apologies if this has been asked before. I couldn't find any refs in google. I recently installed the Vennerable library from Rforge, this required an upgrade of R to 2.10.0 by the 'pylr' dependency. However, a very simple command fails: Vcomb <- Venn(SetNames= c("EOCT", "EOCM"), Weight=c(0, 11841, 24084, 24660)) plot(Vcomb)