search for: conroller

Displaying 20 results from an estimated 25 matches for "conroller".

Did you mean: controller
2005 Nov 10
3
Low level algorithm conrol in Fisher's exact test
Hi folks, Forgive me if this question is a trivial issue. I was doing a series of Fishers' exact test using the fisher.test function in stats package. Since the counts I have were quite large (c(64, 3070, 2868, 4961135)), R suggested me to use *other algorithms* for the test which can be specified through the 'control' argument of the fisher.test function as I understood. But where
2006 Nov 10
3
aaccli on recent conrollers?
I have just built a new SunFire X4100 server with an Adaptec 2230SLP RAID card using FreeBSD 6.2-PRE kernel (from September 20). Everything is working extremely well except I cannot run the aaccli utility on this controller. When I try to open the controller, it gives this error: Command Error: <The current AFAAPI.DLL is too old to work with the current controller software.> On
2012 Oct 12
4
dotchart ordering problem
I'm having an sorting problem in dotchart. I want to change the order of the BA in groups to AB, but I haven't found any solution yet. What should I do? And what if I want to change the groups order as well? At the bottom from Conrol up to 10 mg/L on the top. Thank you! x = c(39, 23, 23, 35, 30, 26, 30, 30, 29, 29, 26, 29, 34, 33) y = c("Control", "DMSO", "0,1
2001 Jan 23
2
feature request: control in ogg123
Hi people! I think it would be cool if ogg123 had a mode in which you could conrol it with stdin. pausing, quitting/stopping and seeking would be enough imho. mpg123 already has something like this (I think -e). I'd do it myself but I'm busy. Shouldn't take much time. Bye, Peter Surda (Shurdeek) <surda@bigfoot.com>, ICQ 10236103, +4369910964300 -- The dark ages
2006 Jan 20
4
[newbie]how to use link_to to link to another controller?
...e <% for menu_category in @menu_categories %> <% link_to menu_category.category, :action =>''list_photos'',:id =>menu_category%></a><br /> <% end %> I get the following links: http://192.168.1.100:8000/categories/list_photos/3 (when in categories conroller) http://192.168.1.100:8000/photos/list_photos/3 (when in photos controller) What I want however is to have the second link always, regardles where I am in the app. So How do I instruct the link_to helper to always link to a specific controller in the app? Cheers VidJa
2007 Dec 17
2
Many domain - one rails application
If I have many domains and one rails application, how can I redirect to conrollers by domain? Ex. "domain.com" go to controller "/com", "domain.net" go to controller "/net" and "other.org" go to "/other" -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this...
2006 Jun 17
2
RJS templates - newbie
I am trying to test drive RJS templates in Rails 1.2. Here is what I did: create table categories (name varchar(255) ); rails RJSTest cd RJSTest rake update_javascripts script/generate controller home index add script/generate model category Note: When I did a rake update_javascripts, I did not see any output. I configured database.yml to talk to mysql. Next I wrote
2010 Jul 28
3
XCP Convirture ovirt
Hi All I Just installed XCP 0.5 and It is really cool products! I want to install it on 10 Strong machine I have in my system, but I wanted to know if there is any tool that can control all of them? There is Convirture and ovirt, http://virt-manager.et.redhat.com/ and http://www.openxenmanager.com/ eucalyptus? and opennebula? Can Some One recommend about a good tools for this? Thanks
2010 Jul 28
3
XCP Convirture ovirt
Hi All I Just installed XCP 0.5 and It is really cool products! I want to install it on 10 Strong machine I have in my system, but I wanted to know if there is any tool that can control all of them? There is Convirture and ovirt, http://virt-manager.et.redhat.com/ and http://www.openxenmanager.com/ eucalyptus? and opennebula? Can Some One recommend about a good tools for this? Thanks
2013 Oct 07
3
Get current url
Hi friends, i need current url in rails environment file. i can get current url in conroller by the below command. request.env[''HTTP_HOST''] and now i want get current url in environment.rb file or intializer folder files Regards, Daya. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe fr...
2016 Nov 02
1
getent not displaying builtin groups or users
...s = yes winbind enum groups = yes winbind nested groups = yes winbind refresh tickets = yes winbind expand groups = 4 winbind offline logon = yes winbind cache time = 300 and nsswitch.conf on the domain conrollers and the member has passwd: files winbind group: files winbind and smb.conf on the domain controllers has idmap_ldb:use rfc2307 = yes do i need to include the winbind lines on the domain controllers ? shadrock
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 views/ and put my partial in there? How do I tell ruby to look in that directory? Thanks, Sam. ------------...
2006 Feb 28
0
Catching the table/database deletion case in a controller for mysql
Hi All, I have created a empty rails app and created some controllers and models using scaffold command e.g.,ruby script\generate scaffold newrecipe After creating some records suppose some user deleted the table/database itself. How to catch this case in a conroller of rails F/W? Thanks for any early inputs. With Regards, -Nagendra Kumar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060228/c68aa277/attachment.html
2010 Nov 21
0
libvirt dns-masq, enlarge max lease time?
Hello! Is there any way conrol dnsmasq which is started by libvirt? For example, i want to enlarge max lease time. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20101121/d3e597e0/attachment.htm>
2002 Jul 13
0
Advanced routing (Tc filter)
Greetings, I am working in a project , and we are concerned about usin Traffic Conrol tool in iproute2 package, but unfortunately we are facing some problems using u32 filters to match the ip protocol. Frankly we used: # tc filter add dev eth0 parent 1:0 protocol ip pref 2 u32 match ip protocol 1 0xff classid 1:4 ( to match icmp protocol ) and then we tried to use # tc filter add dev
2005 Aug 09
3
Adding created_by and updated_by trouble
Hi everyone. This is a real noob question that I''m hoping someone out there can help me with. I have followed the tutorial How to Ad created_by and updated_b<http://wiki.rubyonrails.com/rails/show/Howto%20Add%20created_by%20and%20updated_by>y and it works ok for retrieving the data. I''m using the Login_Generator. I cannot get it to work on create or update. I think
2006 Jun 01
3
how can i redirect a person after a login
i built my own login system, but unfortunately, i am having problems (ie, can''t really figure out how) to redirect a person back to the page he was requesting before logging in...say, as the admin i want to edit a certain message/logo, whatever, so i click on it, and i get redirected to my login page. after the admin logs in, he gets redirected to the homepage - i couldn''t
2020 Oct 08
2
Is Samba unable to resolve secodary group membership?
...a central identity service consisting of an LDAP server and its own Kerberos REALM (UNI-PADERBORN.DE). All Linux computers and web services etc. are connected to this service. For the Windows computers there is a separate Active Directory domain (AD.UNI-PADERBORN.DE) served by a windows domain conroller. The users are created in both LDAP and ADS, but are not fully synchronised. The only reliable key to assign a user in LDAP to a user in AD is the user name. The AD knows neither the Unix UIDs nor a home directory or the like. Otherwise, the LDAP doesn't know for example the SID of an AD-Us...
2005 Jan 19
5
Call Screen Macro Not Exiting when call rejected
This is a followup to the posting earlier about Hunt Groups with Call Screening. I have implemented the following macro and for some reason the Macro does not exit and continue the context it was called from when the called party rejects the call - It always drops through to the NoOp at the end and connects the call. Below are two examples of the dial commands I am using to call the macro.
2005 Oct 14
0
CentOS-announce Digest, Vol 8, Issue 5
...uld not let the installation images go out in state where one would have hanging X after firstboot (new installations) or hanging X after boot. The xorg-x11-package is modified to disable DRI on Radeon 7000 (RV100) which is common on ia64-hardware as in the RX1600/RX2600 MC/ILO-board integrated VGA-conroller. The other thing is that the shipped mx-package, if installed, will render new yum unusable. The fedora-devel version mx-2.0.6 (the shipped one is mx-2.0.5) doesn't have this problem and there is so little changes that i just decided to ship with the new version. We really wanted to get new yu...