similar to: Failed RPC Call

Displaying 20 results from an estimated 1000 matches similar to: "Failed RPC Call"

2007 Mar 16
1
sort_link_helper and cross-controller partials
Hello Rubyists, I ran into a problem with sorting a table (rendered in a partial) using the sort_link_helper methods after I have submitted data and re-rendered the table through an AJAX request. The setup is a follows: The table is a shared partial of Controller1 and Controller2 accessible via "shared/table". The AJAX''ed sorting using the sort helper works all fine on
2006 Jul 11
1
Can one controller use another''s Helper Methods?
If I have controller1 and controller2, how would controller1 call method Arf in controller2''s helpers? Thanks, Ben Lisbakken -- Posted via http://www.ruby-forum.com/.
2005 Oct 05
1
"Access denied" errors with version 3.0.20
Samba version 3.0.20 running on FreeBSD 5.4-Stable. Certain users on certain machines are losing access to my fileserver--one moment things are working and the next, they don't work. I can't figure out how to regain connectivity for those users on those workstations (running Win XP Pro). Please help! At about 08:15 on 3 Oct 2005 I was able to save a log file of the problem in action.
2006 Nov 04
0
sharing a partial across multiple controller views.
Hello, I was wondering if there was a way to share a partial across multiple controller views? In other words, if I have 2 controllers, the corresponding directory structure for the views of those conrollers would like so: views/controller1/<views> views/controller2/<views> I would like to share the partial between controller1 and controller2. Could I make a share directory under
2008 Mar 09
1
Two sample t-test
Hi, I want to perform t-test in R for each individual car. Here is what i have. Is there a way i can test each car? The original table (test.csv) Car Tester2 Tester2 Controller1 Controller2 Audi 0.56 0.9 0.5 0.9 Toyota 0.2 0.9 0.9 0.2 Honda 0.5 0.9 0.1 0.5 BMW 0.2 0.3 0.5 0.7 > cars<-read.table("c://test.csv",header=T,sep=",", + skip=2,comment.char="")
2006 May 30
0
2 quick question about SaltedLoginGenerator
Hi all, I''m using the Salted Login Generator. It''s fantastic. And I have tow quick questions, wish you could give me a hint. 1. I have a few controllers, which all got "index" action. And how can I make login system pass Controller1::index, but restrict access to Controller2::index 2. When the user click the link to verify himself, I want to fill some my customised
2010 Apr 26
2
woriking under webrick but not under passenger
Hi! I have just added login feature to my rails application (followed the instruction from (Agile Web Development with Rails) but now I am getting strange errors (looks to me like some kind of routing problem) under the passenger/apache. The error is: 500 Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. From the log:
2013 Feb 01
0
Wrong acl and permissions on cifs mounted share
Hi everyone I have these shares in smb.conf: [home2] path = /home2 read only = No [home] path = /home2/home read only = No I mount [home] on a Linux client like this: mount -t cifs //hh1/home2 /home2 -osec=krb5,rw,multiuser Here is the output of the mount command: //hh1/home2 on /home2 type cifs
2002 Jun 22
0
-z and -B65536 causing file corruption in 2.5.5 w/zlib 1.1.4
When using the -z and -B65536 options together, sometimes there is file corruption. Client and server are both compiled against zlib 1.1.4, so the gzip corruption shouldn't be there, right? With -z and -B32768 there is an error, but it is detected in a different way. With -B65536 and without -z all seems to be going OK. With -B16384 and with -z all seems to be going OK. I'm guessing
2010 Mar 24
3
mounting gfs partition hangs
Hi, I have configured two machines for testing gfs filesystems. They are attached to a iscsi device and centos versions are: CentOS release 5.4 (Final) Linux node1.fib.upc.es 2.6.18-164.el5 #1 SMP Thu Sep 3 03:33:56 EDT 2009 i686 i686 i386 GNU/Linux The problem is if I try to mount a gfs partition it hangs. [root at node2 ~]# cman_tool status Version: 6.2.0 Config Version: 29 Cluster Name:
2010 Jan 05
1
[LLVMdev] bug
[spark at oxygen llvm]$ llvmc -clang ~/a.c /home2/yjhuang/tools/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.4.2/../../../../x86_64-unknown-linux-gnu/bin/ld: warning: cannot find entry symbol mit-llvm-bc; defaulting to 00000000004003c0 llc: bitcode didn't read correctly. Reason: Bitcode stream should be a multiple of 4 bytes in length 出现error,加-v选项,发现是clang -x c -emit-llvm-bc /home2/spark/a.c -o
2008 Nov 20
1
My ignorance and Fuse (or glusterfs)
I have a very simple test setup of 2 servers each working as a glusterfs-server and glusterfs-client to the other in an afr capacity. The gluster-c and gluster-s both start up with no errors and are handshaking properly.. One one server, I get the expected behaviour: I touch a file in the export dir and it magically appears in the others mount point. On the other server however, the file
2015 Jun 08
2
newbie question on installation over existing Linux
On 06/08/2015 02:00 PM, g wrote: > > > On 06/08/2015 11:34 AM, Kay Schenk wrote: >> On 06/07/2015 11:05 PM, g wrote: >>> On 06/07/2015 07:25 PM, Kay Schenk wrote: >>> <<>> >>> >>>> So, I'm not sure how to interpret what you said. Can I get the same >>>> results from a CentOS install using some combination of
2011 Jan 31
1
Particular user post-login hang
Greets, I'm using dovecot 2.0.9 (also tried rolling back to 2.0.8 which does the same - the output below is from 2.0.8), and this problem is imap specific. The following is a recurring problem with a specific user - as far as we can tell, other users are working just fine (there are thousands); but I bet there are others. In a nutshell: User authenticates OK, then the imap process hangs.
2006 Mar 03
1
convert tool
Trying out the new convert tool, to migrate from mbox to maildir. Using this syntax ( both inbox and folders are in user's home dir, in mbox format ) ./convert-tool pinetest/export/home2/pinetest \ mbox:/export/home2/pinetest/:INBOX=/export/home2/pinetest/mbox \ maildir:/export/home2/pinetest/Maildir/ I get this error. "Error: Mailbox conversion: Couldn't create mailbox home/Trash
2009 Feb 05
0
[LLVMdev] make TEST=dbgopt donesn't work?
> > Are you able to run nightly test ? > Yes, I can run nightly test. > Here is what I see... > > $ make TEST=dbgopt > /Developer/usr/bin//llvm-gcc sse.expandfft.c -g --emit-llvm -c -o > Output/sse.expandfft.bc > /Volumes/Nanpura/mainline/llvm/Debug/bin/opt Output/sse.expandfft.bc - > strip-nondebug -strip-debug -std-compile-opts -strip -f -o Output/ >
2009 Nov 26
5
rquota didnot show userquota (Solaris 10)
Hi, we have a new fileserver running on X4275 hardware with Solaris 10U8. On this fileserver we created one test dir with quota and mounted these on another Solaris 10 system. Here the quota command didnot show the used quota. Does this feature only work with OpenSolaris or is it intended to work on Solaris 10? Here what we did on the server: # zfs create -o mountpoint=/export/home2
2015 Jun 08
0
newbie question on installation over existing Linux
On 06/08/2015 11:34 AM, Kay Schenk wrote: > On 06/07/2015 11:05 PM, g wrote: >> On 06/07/2015 07:25 PM, Kay Schenk wrote: >> <<>> >> >>> So, I'm not sure how to interpret what you said. Can I get the same >>> results from a CentOS install using some combination of options? >> >> because your are playing with multi flavors, >>
2004 May 14
2
BUG IN SAMBA 3.0.4 ?
I used the samba-3.0.1pre1 without problems. When I use the samba-3.0.4 (bug ms04-011 fixed), i can?t write in all shares. Is this a bug?! I use the same smb.conf [global] workgroup = jfsecco server string = JFSECCO PDC netbios name = belpo2 hosts allow = 10.18. interfaces = eth0 # Windows administrators # You can add users or groups (prefix groups with a '@') #domain admin
2015 Jun 08
2
newbie question on installation over existing Linux
On 06/07/2015 11:05 PM, g wrote: > > > On 06/07/2015 07:25 PM, Kay Schenk wrote: > <<>> > >> So, I'm not sure how to interpret what you said. Can I get the same >> results from a CentOS install using some combination of options? > > because your are playing with multi flavors, > [i bet you like going to baskin-robbins for ice cream ;-) ]