similar to: Offline Installation

Displaying 20 results from an estimated 700 matches similar to: "Offline Installation"

2005 Feb 18
2
Fixed column widths in FXTable?
Is there a way to make an FXTable''s column widths (and row heights) unchangeable by the user? By experimentation it looks to me like leaving out TABLE_COL_SIZABLE and TABLE_ROW_SIZABLE from the options field in FXTable.new() has no effect. I can still drag the intersection between two column heading buttons to change the column width. The code I''m using to test this is
2006 Jan 01
5
scaffold not working on Windows XP
Hello, I did a fresh install of ruby182 and gem rails --include-dependencies Now when I do: rails receipts cd receipts ruby script\generate scaffold receipt receipt rails does not create the views or controller. What can I do? Thanks Frank
2005 Feb 18
5
FXTable segfaults after multiple setTableSize calls
When I empty and refill an FXTable multiple times with a large data set (10,000 rows x 1 column in the example below, around 1000 rows x 6 columns in a more complicated app), the application eventually fails with a segmentation fault. The number of repetitions required to produce the segfault is rather random, ranging from just a couple reps to 15 or 20 in some trials. The program disappears
2006 Jan 01
4
rails under windows and mysql make webrick unstable
hi, I have installed ruby and rails under windows(exactly this one: http://rubyforge.org/frs/download.php/4174/ruby182-15.exe that includes rubygems) the thing is that while trying to install the mysql gem, it seemd to try to build the native extension, so I finally added a compiled version that I found in http://dema.ruby.com.br/ the problem is that webrick behaves quite unstable while
2005 Nov 17
6
apache refuses to start because of port conflict
Here is the deal. I''m trying out the latest Instant Rails and when I start it Apache claims that the web port is being used. "Apache cannot be runned : another Web server use the Web port" Okay, no problem. I went into the Apache configuration and changed the port it was binding to. However I get the same problem. The troubleshooting continues, so I install Apache by itself
2005 Dec 30
9
cannot load engines plugin/scaffold broke
from C:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5/lib/active_suppo rt/dependencies.rb:214:in `require'' from script/plugin:3 I get the above error. Also, I cannot get scaffold to work. I installed ruby182-15 and did a gem rails I am using Windows XP Thanks Frank _______________________________________________ Rails mailing list
2010 Jan 13
1
CentOS Digest, Vol 60, Issue 13
Another issue to consider with SSDs is that they are based on Flash technology. Each flash cell can only be written on about 10,000 to 100,000 times or so (*), so if you're using extensive read/write on your server you will be impacted. SSD manufacturers go around this issue by giving some intelligence to the drive controllers, so that they minimize the per-cell usage (which means moving
2005 Aug 15
0
"rails" follows symlinks in generated files?
A minor issue, but I''m seeing that when we generate a application skeleton using the "rails" command, the generated script files follow the symlink of our ruby installation. On our machines, ruby is installed under /usr/pkg/ruby/ruby182/ with a symlink /usr/pkg/ruby/ruby -> /usr/pkg/ruby/ruby182/ Our sysadmins like using the symlinks as a way of managing the
2006 Jan 05
4
Apache2 and popen
I''m running Apache2 on windows and I have a controller that issues a popen. class FileController < ApplicationController def index f = IO.popen("dir") @files = f.readlines end end This works using webbrick but on Apache produces... ---------- Errno::ENOENT in File#index No such file or directory - dir RAILS_ROOT: C:/www/teensymud/public/../config/..
2011 Aug 25
5
Question About Shorewall Functions
Hello, My name is Felipe I succesfuly installed Shorewall 4.4.20.3 in Ubuntu 10.04, This installation is for controlling the access into the local Network, My question is if it is possible to make a conecction WAN to LAN using Terminal Name?? i have been searching in goolge but i didnt find an answer!!!! For example we have IP Public into shorewall with 2 interfaces, and in the LAN we have 3
2006 Jan 24
18
Can''t install rails, instructions in the book are wrong....
I can''t even get Rails installed in Windows XP. I follow the directions in "Agile Web Development With Rails", I download Ruby, then RubyGems, and I install those, and I then type the command that came right out of the book. C:\ruby>gem install rails --include-dependencies and it doesn''t even work: C:\ruby>"C:\ruby\bin\ruby.exe"
2005 Aug 09
12
Eclipse with RDT
Has anyone used Eclipse with RDT (http://wiki.rubyonrails.com/rails/show/RubyDevelopmentTools)? I have never used Eclipse. Would it be worth my time to setup Eclipse with RDT to create my first rails project?
2003 Mar 26
2
Dovecot and Quotas
Is there anything that can be done so that when users IMAP to their inbox and have reached their filesystem quota, that they can still DELETE their mail? They can login, but when they go to delete/expunge this is the error I get in syslog. I have tried mail_read_mmaped to yes and no, and same result. Mar 25 14:54:27 penguin1 imap(bob): file_set_size() failed with index data file
2006 May 17
10
Weird error
What does this mean? (eval):1:in `compute_type'': compile error (eval):1: parse error, unexpected tINTEGER Object::0 ^ Anyone know? Any help counts! Thanks in advance, Mohammad(Programmer-22) -- Posted via http://www.ruby-forum.com/.
2006 May 21
8
Rails and Postgres
Hi, I''m new to Ruby on Rails and am having a little difficulty working through the ''Rolling with Ruby on Rails'' tutorial. Can anyone help? I''m trying to get the cookbook application to work via a Postgresql db. But get the following error when trying to access http://127.0.0.1:3000/recipe/new Errno::EINVAL in RecipeController#new Invalid argument
2005 Sep 27
3
Random Forest with R
Hi, what is the name of the package that provides Random Forest with R. Sincerely Louis Ferré http://www.univ-tlse2.fr/grimm/smash/ferre/index.html Equipe GRIMM-2254 Département de Math-Info 5 allées Antonio Machado 31058 Toulouse Cedex Tel: 0561504608 0561503982 [[alternative HTML version deleted]]
2004 May 14
4
app_dbmysql and ODBC Voicemail
I have done a little work on asterisk and database integration. Below is a link to app_dbmysql, modeled after Brian's app_dbodbc but for pure MySQL. I also ported the mysql-vm-routines.h to ODBC in case anyone is interested. You can get both of these from: http://www.cheapnet.net/~mike/asterisk They were working as of yesterday CVS, but today CVS will not compile and I have not looked
2010 Aug 23
2
Quantile Regression and Goodness of Fit
All - Does anyone know if there is a method to calculate a goodness-of-fit statistic for quantile regressions with package quantreg? Specifically, I'm wondering if anyone has implemented the goodness-of-fit process developed by Koenker and Machado (1999) for R? Though I have used package quantreg in the past, I may have overlooked this function, if it is included. Citation: Koenker, R. and
2004 Apr 15
7
Strange T1 Problem
When people call into my * box over the T1 interface, they get no ring tone. It rings the SIP phone and when the SIP user picks up, both parties can hear each other ok, its just the PSTN user calling in hears no ring. What could be causing this? I tried setting immediate to yes in zapata.conf, but that causes my DNIS and CallerID to stop being available. T100P with E & M Wink start
2004 Jan 04
8
Grandstream Handytone 286 RTP Problems
I am trying to get the handytone 286 to make a very simple call to * and having problems. It registers with * just fine, but when I place a call (to echo test, for example), the RTP stream seems to have problems opening. Here is there error I get in *: WARNING[98311]: File chan_sip.c, Line 464 (retrans_pkt): Maximum retries exceeded on call 20d1c411-e210-5f3d-3f88-19035c8fcb26@192.168.2.6 for