search for: contorller

Displaying 9 results from an estimated 9 matches for "contorller".

2005 Jul 07
2
raid5 crash
hi, after we switch our servers from centos-3 to centos-4 (aka. rhel-4) one of our server always crash once a week without any oops. this happneds with both the normal kernel-2.6.9-11.EL and kernel-2.6.9-11.106.unsupported. after we change the motherboard, the raid contorller and the cables too we still got it. finally we start netdump and last but not least yesterday we got a crash log and a core file. it seems there is a bug in the raid5 code of the kernel. this is our backup server with 8 x 200GB hdd in a raid5 (for the data) plus 2 x 40GB hdd in raid1 (for the sy...
2004 Apr 30
2
grid location on plot
Hello I have x <- c(0.5, 0.7, 3.5, 1.5, 2.5, 2.8) y <- c(0.5, 0.8, 1.5, 3.5, 1.5, 1.5) plot.default(x,y,type="p",panel.first=grid(5,5)) I need to plot that on a grid of 0,1,2,3,4,5 showing the grid lines on the these numbers. how can I do this? e.g how can I contorl the x and y min,max values on the plot and the location of the grid lines? thanks
2018 Jul 16
2
Collect all possible return address and write in a new section
Hi I try to implement a coarse-grained CFI in LLVM (CFI = Contorl Flow Integrity) I want to collect all address after call instructions address after a call equals to a valid return site in coarse-grained CFI I want to add a new section and write all the possible return address in the new section (and then, add the integrity check) I have some quetions: (1) Which part of LLVM code should
2006 Jul 28
2
change url based on account name
Hi, Is this possible Can I specify a url ie http://localhost/AccountName/:contorller/:action/:id Where AccountName is should be a userName, which will lookup a siteId in the database? Whats the best way of going about this, is there somthing in the routes.rb file I can change to get the account name into a variable? Thanks for your help jon -- Posted via http://www.ruby-foru...
2009 Aug 23
6
No Audio Control Panel Implemented
After hours of searching, I give up and will ask for directions. runing wine 1.1.27 on Ubuntu 9.04 on a T-23 Thinkpad using the onboard sound card and a Plantronics DSP-500 headset. After days of searching I finally got both to work, but limitation in Ubuntu will not allow both to work at the "same time". One or the other. Plantronics only works in a mixed mode ALSA and OSS
2006 Jul 09
2
Controller and action design patterns
I''m very new to rails and don''t want to get started in the wrong direction. My problem is that I don''t know how I should structure my controllers and actions. Is there a general rule for what is an action and what is a controller? For example should I start off by creating a controller for each page I have or do I create a controller for every table in the
2006 Aug 01
3
Upload file to file system and sql insert date errors
...ot;) Dir.mkdir("./traces/#{upload[''name'']}") end File.open("./traces/#{upload[''name'']}/#{upload[''file''].original_filename}", "wb") { |f| f.write(upload[''file''].read) } end end # contorller class UploadController < ApplicationController def create @upload = Upload.new(@params["upload"]) upload = Upload.insert(@params["upload"]) redirect_to :action => "show" end end # view <%= start_form_tag({:action => ''create'&...
2006 Apr 05
13
scaffold misuse?
Running ruby script/generate scaffold Product Admin is a wonderful way to set up well, exactly what it says, a scaffold. My problem is that I have several other tables that are linked, through foreign keys, to the Product table. Say an "authors" table. Now when I go enter a new product, a book, I want the application to provide a drop down list of authors generated from the records in
2018 Nov 17
9
[PATCH 0/6] Remove all bad dp_mst_port uses and hide struct def
So we don't ever have to worry about drivers touching drm_dp_mst_port structs without verifying them and crashing again. Lyude Paul (6): drm/dp_mst: Add drm_dp_get_payload_info() drm/nouveau: Use drm_dp_get_payload_info() for getting payload/vcpi drm/nouveau: Stop reading port->mgr in nv50_mstc_get_modes() drm/nouveau: Stop reading port->mgr in nv50_mstc_detect() drm/dp_mst: