similar to: JSON problem while installing rails

Displaying 20 results from an estimated 900 matches similar to: "JSON problem while installing rails"

2004 Sep 08
2
Updates? Last samba package from RedHat? Cd images for update 3?
Dear Centos-3 Maintainers, there are several new (september) packages from redhat for RHEL3 especially https://rhn.redhat.com/errata/RHBA-2004-430.html (samba 3.0.6). Perhaps these new packages are not security updates, but .... I am having problems printing in current samba-3.0.4-6.3E which I believe shall be resolved with the new samba. Do you guys intend to rebuild last redhat updates, or
2006 May 03
5
SNAT on IPSEC tunnel with kernel 2.6/KAME tools?
Hi, Could not conceive an working set-up for an IPSEC VPN made with racoon/setkey on which I have one address on my side acting as an SNAT router for all traffic from my network to a network segment on the far side. my network --- my gateway ---------------------- remote network 10.0.0.0/24 - 10.0.0.1 (10.253.0.2) -- tunnel - 192.168.0.0/22 All traffic starts on my side, so if I can
2009 Aug 13
10
default value if textfield is empty
Hey all, im not sure where to set a default value if a textfield is empty? For now i do it in the controller, and check if the submitted parameter is blank. But this seems not to be the best solution... Thanks for your help! -- Posted via http://www.ruby-forum.com/.
2004 Sep 20
1
should I rush to update to Centos 3.3
as there were many reports of broken packages, and kernel panics on Taroon mail list Kind Regards. A. Georgiev
2005 Mar 06
5
Pxelinux freezes/reboots where PXE boot option boots normally.
Hello, I got in a situation where pxelinux 3.7 (or 3.6) reboots constantly after loading the configuration file and displaying the 'display' option file, but never showing 'boot:' prompt. config file is following: # PXE SYSLINUX config file - look at # http://syslinux.zytor.com/faq.php for syntax # # ---------- This is gate configure file ------- timeout 20 prompt 1 display
2019 Oct 26
2
Font for cyrillic letters
Hi. I was trying to make syslinux to display russian letters. This page https://wiki.syslinux.org/wiki/index.php?title=Directives/font says that for Cyrillic you need a CP855. Is that correct? All other guides in internet say that you need CP866. I finally got it working. My config file was encoded in ibm866 correctly, but the problem was the font file itself. I am on Arch Linux, so I run gunzip
2005 May 15
1
Centos 4 plus KDE 3.4 from kde-redhat.sourceforge.net. Space key not working on buttons.
Hi All, very strange problem in any kde application, when the current tab position is on a button, pressing the space key, just highlights the button as it is pressed, but does not trigger the action behind the button. It is like, the mouse-down is working, but the mouse-up does not. I checked with GTK applications and Firefox - they work, pressing the space on a button triggers the action
2004 Dec 16
3
asterisk on FC3
Hello, Since FC3 has been a very recent release I was just wondering if there are issues related to asterisk installation on FC3. Thanks Varun
2010 Aug 01
3
Problem with non-ascii characters in forms: "incompatible character encodings: UTF-8 and ASCII-8BIT"
Hi First off, I''m using Ruby 1.9.1p378 and Rails 2.3.8. I was creating a minimal application to test handling of Norwegian special characters when I bumped into this strange problem... I have a simple Car model with fields maker:string and model:string. For the controller I planned to just have an index action do all the work: class CarsController < ApplicationController def index
2010 Sep 16
1
Instal R on OS X Server
Hi, I was trying to install R in my home directory on a Mac OS X Server running Darwin. How do I go about installing it? How can I install from the binary provided (R-2.11.1.pkg) from command line? Is there any other information that I can provide? thanks [[alternative HTML version deleted]]
2008 Sep 19
1
Problem with Arima HDAMA rev.G with Integrated SiliconImage Sil3114 Serial ATA 4 Ports and 1TB SATA disks. Recomendation for a cheap SATA controller for linux software raid?
Dear Everybody, I am telling you the whole story, perhaps you can give me a better idea. Almost 3 years ago I purchased Arima HDAMA rev. G motherboard with integrated Silicon Image Sil3114 Serial ATA 4 Ports SATA I adapter. ( http://www.arimacorp.com/ViewProduct.asp?View=86 ) . BIOS version is 2.13. My intention is to make a file server, using linux software raid, so I bought 2 new shiny 1TB
2007 Aug 29
3
OT: Suggestions for RAID HW for 2 SATA drives in Dell PowerEdge SC
Looking at the Dell PowerEdge 440SC web page for Colombia. The box will have two 250 GB SATA drives. The HD controller is: SAS 5IR SAS,Internal Raid Adapter (SAS5IR) for HD Configuration) the options are: (1) Add-in SAS5iR (SATA/SAS Controller)-RAID 0 (ASASR0) (2) Onboard SATA, 2 Drives connected to Onboard SATA Controller No RAID (MST2) (3) Add-in SAS5iR (SATA/SAS Controller) which supports
2013 Sep 17
4
Rails 4 deprecation of in-place edit methods for collection associations
Hi everyone! For those of you who are not noticed the in-place edit method for collection associations are broken in the current rails release - 4.0.0, and here''s what is cooking in the rails master https://github.com/rails/rails/commit/1a40be02113287d9a003f8224e91b9f623857f4b and this https://github.com/rails/rails/pull/12227 In short: it looks like things like has_many.reject!{},
2004 Jan 11
1
cross compling openssh-3.5p1 for ppc
Greetings: ------------ BACKGROUND -------------------------- I am using the Monta Vista development kit on an Intel RedHat Linux platform... the target is PPC_405. The configure utility that comes with the openssh-3.5p1 code will not support cross compilation. It gives an error message about not being able to test its results and then exits before it creates a Makefile. To get around this
2007 Aug 08
1
[fdo] error on cross compiling libdbus
List, I want to cross compiling libdbus for arm processor with Montavista toolchain. But I went into error. Says, checking for posix getpwnam_r... configure: error: cannot run test program while cross compiling Commmand I use is configure --host=arm-linux --prefix=/root/Desktop/bluez-3.13/dbus-glib-0.72 CC=/opt/montavista/mobilinux/devkit/arm/v6_vfp_le/bin/arm_v6_vfp_le-gcc
2010 Oct 27
1
Cross-compile Samba 3.5.6 with STLinux 2.3 (SH4 CPU)
I need to generate a minimal Samba working in a SH4 cpu in a STLinux 2.3 environment. The goal is to have very very simple Samba server running in a STLinux environment. STLinux Kernel has included the CIFS support. Really I'm a newbie in Samba cross-compilation. And obviously I've problems :-( Any help will be appreciated. Thanks :-) 1) First of all I've set some env vars: export
2015 Mar 24
4
Debugging Samba 4 AD Setup
We're using quite successfully a samba 4.1 AD setup authenticating user. We have on an unregular basis mails that can't be delivered because dovecot-pam fails to verify the credentials. I'm trying to debug this and set the loglevel up to 3. I can see an error message being spammed in the log files and can't figure out what causes this. I expect a configuration error somewhere
2003 Dec 26
2
DevKitLite compiles but won't load modules or run asterisk
I'm trying to install on a 233Mz PII running RH7.1 kernel 2.4.2 The "astinstall" script pulled files from CVS ok and compiled with no warnings. When I try to run "modprobe wcfxo" and "modprobe wcusb" I get the following identical set of error messages: 15. Creating sample environment...SKIPPED ================= Installation Completed! ====================
2003 Mar 04
1
devkit gone?
I was considering buying a devkit, bit it looks like it's not longer available. Will there be a replacement devkit? If not, where to buy a reasonable priced channel bank? Which channel bank was included in the devkit and where can it be bought? (btw I live in Holland) Chris
2007 Sep 22
1
Runing a script under cron. Append stdout and stderr to a log file, propagate stderr back to cron for email reporting
Dear List, I want to run a rsync-ing script in cron, generating a very verbose -vv rsync log in a log file. The log file should combine both stderr and stdin, which is easy: backup.sh >>/var/log/backup.log 2>&1 However, I would like to propagate only stderr to cron - in case there has been an error, cron will mail me the assembled stderr output. I tried the following: $