Displaying 20 results from an estimated 15399 matches for "submitting".
2013 Apr 05
0
btrfs insane I/O amplification?
I''m on Fedora''s 3.8.5-201.fc18.x86_64. I tried to do some
not-very-heavy I/O on my system (i.e. save kernel/sys.c in emacs) and
it took about a minute. Everything went downhill from there. My
system was basically idle at the time. (I have very little in the way
of diagnostics because I couldn''t do much but hit the reset button
after a couple of minutes.)
On
2023 Mar 22
0
[PATCH v2 1/2] drm/virtio: Refactor job submission code path
On Sun, Mar 19, 2023 at 9:11?AM Dmitry Osipenko
<dmitry.osipenko at collabora.com> wrote:
>
> Move virtio_gpu_execbuffer_ioctl() into separate virtgpu_submit.c file
> and refactor the code along the way to ease addition of new features to
> the ioctl.
>
> Signed-off-by: Dmitry Osipenko <dmitry.osipenko at collabora.com>
> ---
> drivers/gpu/drm/virtio/Makefile
2002 Mar 01
3
iptables 1.2.5 and shorewall 1.2.8?
Hey all-
Trying to run sh 1.2.8 and iptables 1.2.5 on my linux 2.4.17 box. I
build the kernel from kernel.org sources, and then patched it with
iptables 1.2.5 by doing
%make pending-patches KERNEL_DIR=/usr/src/linux
I let it run and patched these:
Welcome to Rusty''s Patch-o-matic!
Each patch is a new feature: many have minimal impact, some do not.
Almost every one has bugs, so I
2003 Mar 20
6
[Bug 68] Kernel panic
https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=68
------- Additional Comments From laforge@netfilter.org 2003-03-20 10:55 -------
This looks strange.
The BUG in slab.c tells us that there is a GFP_ATOMIC missing. This means that
we are allocating kernel memory from softirq context with only GFP_KERNEL.
If I understand your backtrace correctly, what happens is:
- you are
2006 Apr 09
4
submitting forms help
I cant seem to figure this problem out and i was hoping someone could help
me out.
I have a page with a list of forms. I would like the user to be able to
submit each form individually, or submit them all at once, to a different
action (bascially, one that will do batch processing of all the forms).
Is this possble? Please help.
-------------- next part --------------
An HTML attachment was
2008 Jun 18
1
Form submit listener not catching form.submit();
Event listener for a form being submitted is not catching an A tag
with a submit in it.
Example JS:
$(form).observe(''submit'', function(e) {
e.stop();
// Something
});
Example HTML:
<a href="#" onClick="myForm.submit();">Submit form</a>
Any idea how to fix this without added more js to button?
2005 Apr 10
1
Submitting form using link_to
I''ve got a form with a paginator and I''d like to save the contents of the
form whenever the user moves to a different page. Since the form contents
aren''t submitted when a link is clicked, I thought I''d just change the
action of the form to the URL of the paginator link and then submit the form
using form.submit().
The form submits but I keep getting a 404
2010 Jun 10
2
submit button param is duplicated when a form is submitted a second time
Hello,
Below I''ve pasted a simple example to reproduce what I say in the
subject. I wonder...
Is it a bug? Is there any workaround?
Thanks!
require ''rubygems''
require ''mechanize''
agent = Mechanize.new
page = agent.get(''http://google.com/'')
google_form = page.form(''f'')
google_form.q = ''ruby
2017 Dec 30
3
Submitting patches for LLVM -- llvm-commits vs. Phabricator?
Hi,
I've recently submitted a patch to llvm-commits (as requested by https://llvm.org/docs/DeveloperPolicy.html#making-and-submitting-a-patch) and the mailing list answered with a notice that my message is held for moderator approval (with the reason: "Post by non-member to a members-only list"). I'm therefore wondering if I should've submitted my patch via Phabricator instead (looking at the activity in llvm-co...
2006 Apr 26
2
Problem with auto-submitting AJAX form
Hello,
I have a form generated with form_remote_tag that contains a selection
list. I would like to auto-submit the form when the user makes a choice
in the selection list, so I added an option :onchange =>
''this.form.submit()'' to select_tag
Now what happens is that when I make a choice, the partial template
get''s rendered as expected, but not replacing the
2005 Dec 29
2
form_remote, getting data from submit
Hi list,
I'm writing a little survey application, and surveys are generated
dynamically. I use form_remote_tag and AJAX to submit the form to a
method 'submit' in my 'survey' controller.
The view generates the form as:
<tr>
<td>Question 1?</td>
<td><input id="resultset_1" name="resultset[1]" size="30"
2010 Mar 05
15
Three submits, one controller
I have a ''new'' page with a submit for creating stories. On the ''show''
page the submit allows a user to enter comments. I now want a ''edit''
page for the stories with another submit for updates. I have used the
''create'' and ''update'' methods in the stories_controller on the ''new'' and
2005 Dec 10
1
submit ajax form through javascript
hi all,
my problem:
i have a form that is sent through ajax with ajax.updater.
the onsubmit function looks like this:
new Ajax.Updater(
{ failure:''command_div'' },
''/windows/chat_post'',
{
asynchronous:true,
parameters:Form.serialize(this
}
);
return false;
this works fine when I submit the form by pressing the submit button.
2008 Feb 01
2
proposed patch for fb_request_form_submit
Hi, according to the Facebook docs, you can add a uid to the
fb_request_form_submit button which will pre select the user for the
form.
So you can do:
<fb:request-form action="/my_tasks" method="POST" invite="true"
type="MyApp" content="wants to invite you to xyz app">
<fb:request-form-submit uid="FRIENDID" />
2006 Mar 14
6
How to provide 2 actions to a form?
Hi,
I have a form in rhtml. Now I have 2 buttons indside that form. Clicking
on the first button action will be ''create'' & on second button action
will be ''delete''. How to do this?
Thanx
Prash
--
Posted via http://www.ruby-forum.com/.
2006 Feb 13
1
hackish error handling
I''ve got a block of code that''s turning out.. well - just plain ugly.
So i know I must not be doing it the Ruby way.
The main problem I''m having is in dealing with handling errors - and
just not finding much Rails documentation that gives a deeper
understanding of how to handle errors in Rails (outside of several
docs on the catch-all''s)
the main method
2008 Nov 03
2
Multiple Submit Buttons
Hello.
I have run into a new form that contains multiple submit buttons.
Currently my code for working with forms looks just like this example.
require ''rubygems''
require ''mechanize''
a = WWW::Mechanize.new { |agent|
agent.user_agent_alias = ''Mac Safari''
}
a.get(''http://google.com/'') do |page|
2013 Jul 31
2
[Announcement] Linux Plumbers ACPI/PM, PCI Microconference
...d an ACPI/PM, PCI microconference. The
> overview page is here:
>
> http://wiki.linuxplumbersconf.org/2013:pci_subsystem
>
> We would like to start receiving volunteers for presenting topics of
> interest. There is a lot of activity in these subsystems so please
> respond by submitting presentation or discussion proposals that you
> would be willing to cover for consideration. You should also feel
> free to submit ideas as proposals that others could cover. The
> instructions for submitting ideas should be at:
>
> http://www.linuxplumbersconf.org/2013/submitting...
2018 Jan 02
3
Submitting patches for LLVM -- llvm-commits vs. Phabricator?
Hi,
> Date: Sat, 30 Dec 2017 09:59:56 -0600
> From: Krzysztof Parzyszek via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>>
> To: llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>
> Subject: Re: [llvm-dev] Submitting patches for LLVM -- llvm-commits
> vs. Phabricator?
>
> Hi,
> The current practice is to upload a patch to phabricator and add
> llvm-commits as a subscriber. This will send an email to the mailing
> list. You can (and should) add some reviewers too.
>
> -Krzysztof
>...
2013 Jul 31
2
[Announcement] Linux Plumbers ACPI/PM, PCI Microconference
...d an ACPI/PM, PCI microconference. The
> overview page is here:
>
> http://wiki.linuxplumbersconf.org/2013:pci_subsystem
>
> We would like to start receiving volunteers for presenting topics of
> interest. There is a lot of activity in these subsystems so please
> respond by submitting presentation or discussion proposals that you
> would be willing to cover for consideration. You should also feel
> free to submit ideas as proposals that others could cover. The
> instructions for submitting ideas should be at:
>
> http://www.linuxplumbersconf.org/2013/submitting...