search for: followin

Displaying 20 results from an estimated 75 matches for "followin".

Did you mean: following
2005 Oct 12
6
[OT] Gentoo install help please
I''ve decided to take the plunge and go with Gentoo for my rails development and test box. I figure the easy of maintenance is worth the setup hassles. Anyway, I''m followin the instructions on the Gentoo web site. I''ve selected the ..''i686'' 2.6 kernel for my 700mhz amd processor, and choosen stage3 install option from CD. I''m now at the the ''USE'' variable section. Don''t know what to specify here. I would l...
2007 May 01
2
Simulation using parts of density function
Hi My simulation with the followin R code works perfectly: sim <- replicate(999, sum(exp(rgamma(rpois(1,2000), scale = 0.5, shape = 12)))) But now I do not want to have values in object "sim" exceeding 5'000'000, that means that I am just using the beginning of densitiy function gamma x < 15.4. Is there a po...
2009 Jun 19
6
ssh security
Dear All, I have the following setup running perfectly OK for a long time CentOS release 5 (Final) sendmail-8.13.8-2.el5 MailScanner 4.76.25 bind-9.3.4-6.0.3.P1.el5_2 now i jus setup a centos box running BackupPC for backing up my my above mail server using ssh as per the instructions in backup pc site i had to enable sshd so...
2006 Jul 17
1
acts_as_tree and :include
...DESC'' >end and i want it to paginate, including all children to avoid unnecessary db queries: > @gb_entry_pages, @gb_entries = > paginate :gb_entries, :per_page => 15, :order => ''created_at DESC'', :include => :children when i run that, i get the followin error: ActiveRecord::StatementInvalid (Mysql::Error: #23000Column ''created_at'' in order clause is ambiguous: SELECT gb_entries.`id` AS t0_r0, gb_entries.`name` AS t0_r1, gb_entries.`email` AS t0_r2, gb_entries.`homepage` AS t0_r3, gb_entries.`message` AS t0_r4, gb_entries.`create...
2006 Jul 31
1
How to get result of following SQL Query in Ruby?
...| |stores | | tags | -----------------| |---------------| |------------| --tag_id | |--store_id | |tag_id | --store_id | |--store_name | |tag_name | --user_id | |---------------| |------------| -----------------| Now I want to execute followin sql query on above tables:- "select name from tags where tag_id in (select tag_id from taggings where store_id in (select store_id from stores where citylist like ''%1%'')) ;" I am able to get proper result using this sql query. But how should i write same in query rub...
2003 May 07
1
levels
Hello, Thanks to all for the previus answer. I want to be more detailed: I have a dataset called gm20011231 with 1304 observations (or records). I want to create a subset with the followin command j2<-gm20011231[1:10,"V4"] the levels of "V4" is 1304 and the and the length(j2) is 10. Do you know how to obtain a j2 with level 10? Thank you Fabrizio --------------------------------------------------------------- Fabrizio De Amicis IT Department Generali...
2004 May 16
2
(no subject)
...rd and one USB one port FXS card. I can modprobe wcusb but ztcfg always return ZT_CHANCONFIG failed on channel 2: No such device or address (6) error message. Also unable to config outgoing call using SIP SoftPhone. Any working examples of configuration files is highly appreciated. I mentoned followin lines in /etc/zaptel.conf file. fxsks=1 fxoks=2 Thanks Deepak ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
2001 Apr 26
2
wine doesn't work
Hi I am a biginer on wine and Linux RH7.1 my wine doesn't work, what ever i did . Does any one have a an idea what the followin error message means and how i could make wine works .... $ wine /c/windows/notepad.exe Invoking /opt/wine/bin/wine.bin /c/windows/notepad.exe ... Wine failed with return code 1 /usr/bin/wine: line 6: 9594 Terminated tail -f $log_name $ Thanks :-) Neyaz
2008 Apr 07
0
Crash uploading file on HTTPS/SSL rails project
Hi all, I''ve a rails project which successfully uploads images on the development server but fails to do it on production. The only difference is that the production server is on https/ssl. On the browser the error message is the followin: ''Application error Rails application failed to start properly'' Whereas in the log/fastcgi.crash.log i found the followin error message: [07/Apr/2008:10:12:39 :: 7218] Dispatcher failed to catch: bad content body (EOFError) /usr/lib/ruby/1.8/cgi.rb:982:in `read_multipart'&...
2017 Feb 14
1
sieve file backend: invalid option `active=~/.dovecot.sieve'
On 14/02/2017 14:44, Stephan Bosch wrote: > > > Op 13-2-2017 om 18:15 schreef Ben: >> Hi, >> >> I am seeing the followin error in my logs (doveconf -n at the bottom >> of this mail): >> >> Feb 13 16:59:59 mxf dovecot: lmtp(45560, bp at example.com): Error: >> cs3NOQ7moVj4sQXXXXX: sieve: sieve file backend: invalid option >> `active=~/.dovecot.sieve' >> Feb 13 16:59:59 mxf dovec...
2011 Aug 16
1
Problems installing SJava
Hello, I am trying to install SJava but I haven't been able to complete it successfully. I have tried to install it from bioconductor using the followin code and got the following output: > source("http://www.bioconductor.org/biocLite.R") BioC_mirror = http://bioconductor.org Change using chooseBioCmirror(). > biocLite("SJava") Using R version 2.12.2, biocinstall version 2.7.7. Installing Bioconductor version 2.7 pack...
2017 Feb 13
3
sieve file backend: invalid option `active=~/.dovecot.sieve'
Hi, I am seeing the followin error in my logs (doveconf -n at the bottom of this mail): Feb 13 16:59:59 mxf dovecot: lmtp(45560, bp at example.com): Error: cs3NOQ7moVj4sQXXXXX: sieve: sieve file backend: invalid option `active=~/.dovecot.sieve' Feb 13 16:59:59 mxf dovecot: lmtp(45560, bp at example.com): Error: cs3NOQ...
2008 Nov 25
2
Reshape matrix from wide to long format
I forgot the reshape equivalent for converting from wide to long format. Can someone help as my matrix is very big. The followin is just an example. > m <- matrix(1:20, nrow=4, dimnames=list(LETTERS[1:4], letters[1:5])) > m a b c d e A 1 5 9 13 17 B 2 6 10 14 18 C 3 7 11 15 19 D 4 8 12 16 20 > as.data.frame(cbind(rep(rownames(m), ncol(m)), rep(colnames(m), each=nrow(m)), c(m))) V1 V2 V3 1 A a 1 2 B a...
2007 Apr 18
1
[Bridge] device eth0 is already a member of a bridge; can't enslave it to bridge Net6
Hello, I am working on Network-Simulation (VNUML). Our simulator uses linux bridgi= ng to connect the UMLs. So there is one problem: The example is the following: There are two hosts simulating one big net. The two hosts have connection over the external nets Net3 and Net6 (see htt= p://www.uni-koblenz.de/~timbub/verteilteSim3.GIF), but in fact there is onl= y one physical connection between the host: connected through a switch an e= ach host has one inter...
2011 Mar 02
2
problem with samba 3.5.6 try to join W2K8
hi, I trying to join a samba 3.5.6 (debian) on a domain W2K8 without kerberos followin the wiki page (http://wiki.samba.org/index.php/Samba_&_Active_Directory) using net ads join i've got this error Failed to join domain: failed to join domain 'MYDOMAIN.COM' over rpc: NT_STATUS_NOT_SUPPORTED conf in /etc/smb.conf workgroup = MYDOMAIN server string = %h serv...
2005 Nov 21
4
patch request - inherit owner
...is "inherit owner" just works for the owner user, not the owner group, so a patch to add an "inherit owner group" option would be very useful. For the ones who want the full details here it goes: We have one share per service (IT, R&D, commercial...). In each service the followin top level directories are created by by admin with the following rights, that can't be changed by users: - archives : One directory per year, with a service private data and a service public data directories, files not needed any more are archived here at the begening of each year. Same rights...
2010 Dec 01
1
Dahdi 2.4.0 and unplugged spans
...(legacy support in use) [ 47.462040] dahdi: Detected time shift. My setup is : Asterisk box with HA8+B400M <---ISDN/BRI----> Patton SN4638 <----SIP---> Asterisk Patton SN4638 is configured to behave as telco node (ie NT/PtmP). To narrow my research scope, I'm wondering if the followin sentence is true : "if you load a dahdi module with a modprobe command (like modprobe wctdm24xxp) disconnect any cable of any kind connected to the corresponding PCI board, should this command succeed or fail" In other words, do you need to connect board to a public network when configur...
2008 Jan 07
1
Strange migration problems from asterisk 1.2.13 to 1.4.10, dtmf related?
Hello, I have the following problem. I am migrating my asterisk infrastructure to a new server and I encounter a strange problem. The configuration is as followin: IAX clients connect to asterisk which forward calls to a sip box connected to a phone line. On the old server everything works ok but on the new server, even if t...
2005 Oct 18
1
trying to build driver for hpt374 raid controler
I'm trying to build driver for hpt374 raid controler on a new installation of contOS 4.2 followin the instroctions in this thread http://www.centos.org/modules/newbb/viewtopic.php?viewmode=flat&order=DESC&topic_id=223&forum=7 It says that I should run "yum install kernel-sourcecode" to get the files I need and it will create the path /usr/src/linux-2.6.9-5.0.3.EL which is...
2006 Feb 01
2
supermicro server model
Hi Guys, Im planning to purchase Supermicro server but I dont have idea what Motherboard and chipset model will work with TE406P.I read one post here that the chipset should be Intel E7520.Is it true?Is there other recommendation?My requirement by the way is to handle 1000 simultaneous calls. Does dualcore xeon (single cpu) and 2gig memory can handle this w/o