similar to: Problems Installing On Fedora Core 4

Displaying 20 results from an estimated 10000 matches similar to: "Problems Installing On Fedora Core 4"

2010 Nov 16
4
Remus crashes
Hello everyone, I''ve managed to configure and start Remus. However, it works only while the protected server is not loaded. As soon as I start a memory-intensive server application, the stream of Remus messages stops, leaving me with an error message. I think the message is not always the same, but here is what I''ve got from the last run: PROF: suspending at
2000 May 21
4
Postscript Printing Problems.
I've searched both the archives and dejanews, to no avail. I'm trying to get a hp 4mp (PostScript) print out sane output. I've got a old machine running Red Hat Linux, hooked up to the 4MP. The printcap prints up postscript just fine. I make the printer a share, tell it that the printer is postscript, then go to the win98 box, choose the HP 4MP driver and try printing and get
2008 Mar 27
3
Star Wars Echo Sound
We have a location that is having a really odd issue. We have a sangoma POTs card. We are running software echo cancellation with the card (through asterisk) to try to eliminate some major echoing problems. I've turned on both EC and echotrain, which seemed to have gotten rid of the echo for the most part. However, we are now running into an issue where the outside caller hears a star wars
2008 Apr 01
4
Trying to get Effect.Appear, Scale, Fade to work
================================================= Mon-03-31-2008, 11:04pm U.S.EDT Hello, I''m trying to get a website entry page to work properly, while learning Scriptaculous effects and javascript at the same time. I wanted to use a couple of effects to add a little flash-style animation. I managed to get the initial Appear to work but with a problem: the image that''s supposed
2016 May 04
4
Is it possible to retrieve the last error? (not error *message*)
Hi, at the R prompt, is it possible to retrieve the last error (as in condition object of class "error")? I'm not asking for geterrmessage(), which only returns the error message (as a character string). I'm basically looking for a .Last.error or .Last.condition, analogously to .Last.value for values, which can be used when it is "too late" (not possible) to go back
2011 Oct 05
2
AsOf join in R
Hi, I tried to google for any solution for asof join operator in R. But I couldn't find one. The asof join operator AsOf(A,B) merges 2 time series by looking for latest available value of B prior to each time point in A. For example, A <- xts(c(10,15,20,25), order.by=as.POSIXct(c("2011-09-01","2011-09-09","2011-09-10","2011-09-15")) B <-
2003 Aug 01
2
DTMF modes and external IVR systems over ISDN
Hello, I'm trying to understand why when I make a call from a SIP phone to an external number who has an IVR system in which I've to choose some options using the dialpad, it does'nt recognise the key pressed and remains still waiting for my choose. I'm tryng using Grandstream 102, and i've tryed with all the 3 modes possibile: Dtmf inband, rfc2833 and INFO (obviously
2009 May 27
3
Installing Debian as guest VM
hi all, When i tried to install debian as a new guest VM in paravirtualized mode on Xen the following error occurs. please help me to resolve the problem.. Unable to complete install ''<type ''exceptions.ValueError''> Invalid install location: Opening URL http://172.16.0.31:8088/debian1 failed.. Traceback (most recent call last):   File
2015 May 21
3
Bash-Completion for samba-tool
Hey list, arriving home from SambaXP, it was really nice. That darth vader cake was super sweet :-) Hearing some people talking about how much they'd like bash completion for `samba-tool`, I've put together an ugly script that does that. It's a very dumb script (I'm boldly calling it script), but it might make someones day a little bit easier.
2003 Oct 08
4
Music On Hold distorted
I have searching the forums here on how to get Music On Hold working and I have been able to get * to accept a command for MusicOnHold and for Meetme after loading the ztdummy module. I used the default config for /etc/zaptel.conf since I saw no guidance on this. My problem now is that when I activate MusicOnHold, the sample music file sounds very slow and distorted. My best guess is that it is
2009 Oct 19
4
Backing up a centos serveR? how to ? Newbie question..
Hi all, excuse my newbie question but how can i backup my centos server? i have a dozzen of virtual hosts over it as well as substantial database entries.. i've backed up the following directories using rsync: workspace/ /etc/httpd/ /etc/apache-tomcat-6.0.20/ /usr/lib/mysql/ /var/lib/mysql though i'm still not at ease with this, so i decided to do a some sort of clone or something
2010 Aug 22
2
on abort error, always show call stack?
Dear R Wizards---is it possible to get R to show its current call stack (sys.calls()) upon an error abort? I don't use ESS for execution, and it is often not obvious how to locate how I triggered an error in an R internal function. Seeing the call stack would make this easier. (right now, I sprinkle "cat" statements everywhere, just to locate the line where the error appears.) Of
2007 Nov 22
1
Summary: Process multiple columns of data.frame
Thank you Jim Holtman and Mark Leeds for your help. Original question: >How do I do the following more concisely? > Bout[is.na(Bout$bd.n), 'bd.n'] <- 0 > Bout[is.na(Bout$ht.n), 'ht.n'] <- 0 > Bout[is.na(Bout$dbh.n), 'dbh.n'] <- 0 >. . . Solution: for (i in c('bd.n', 'ht.n', 'dbh.n')) Bout[is.na(Bout[[i]]), i] <- 0 Toy
2007 Apr 12
9
taille de caractère
en fait je vous renvoi ce message car maintenant la taille de la police change au bout de 500 lignes environ, alors que j''avais reussi à garder la taille jusqu''à environ 5000 lignes. Je ne comprend pas. Est-ce que c''est instable? le bout de code que vous m''avez envoyer ne marche pas. merci Sebastien _______________________________________________ wxruby-users
2007 Nov 20
1
Process multiple columns of data.frame
Hello, How do I do the following more concisely? Bout[is.na(Bout$bd.n), 'bd.n'] <- 0 Bout[is.na(Bout$ht.n), 'ht.n'] <- 0 Bout[is.na(Bout$dbh.n), 'dbh.n'] <- 0 Would the form of such a command be different between numeric, character and factor columns? . . . between data.frames and matrices? Thanx, DaveT. ************************************* Silviculture
2009 May 26
9
how to enable VT
Hi, I have a Dell opt 755 machine and installed Xen 3.3.1. The CPU is core 2 due E6550, which as the vmx flag. However, when I reboot the machine to xen 3.3.1. I can not find vmx in the /proc/cpuinfo. But vms appears in the kernel 2.6.29 (not xen kernel). Can anyone help on how to enable vt in this machine? Thanks. Steven _______________________________________________ Xen-users mailing list
2008 Sep 03
1
statistical advice
Hello, I am a researcher in sleep and circadian rhythms who is having much trouble deciding on proper statistical analyses. Before I state my question, I provide a brief synopsis of the looming problem; I am interested in activity bout distributions across a 24 hr day. In addition to looking at the number of activity bouts across the day, I am also interested in the duration of each activity
2010 Jun 09
2
correcting a few data in an unreshaped data frame
Thanks for the excellent help on my recent question on this topic in which the data frame had been reshaped by cast. Now, I would like to access and change erroneous data in a data frame that has not been reshaped. The file is lupepn1, with identifier variables bushno & bout and dependent variables survival, and wwG I know the bushno and bout of the erroneous dependent survival and wwG data.
2005 Jul 23
1
Need to start from somewhere
Hello all, since we are sitated in Serbia and Montenegro and Linux, VoIP, Open Source and ECONOMY here are in the diapers. We are traying to start "Asterisk implementation project" and make it available to small people (in small companies,hotels,homes etc). The reason is that here we have "exclusive distributors" of PBX equipment (Panasonic, Ericsson,Cisco,3com etc.) in
2006 Nov 28
1
Different click2call?
Hello List, We are deveoping apication/system based on PHP5, Postgre,Ajax,ect.. It should be compleate sistem for realystate agensy and road worers(agents) and it will be distributed system. We made very good inplementation based on asterisk and OSP for distributed offices and it will be part of system (integrated). We would like to implement some options in system: Agent have contact list with