Displaying 20 results from an estimated 23470 matches for "actioned".
2000 Feb 17
2
Installation of rpm file on Suse Linux 6.2 (PR#449)
Full_Name: Luzi P. Schucan
Version: R-base-0.90.1-2.i386.rpm
OS: Linux
Submission from: (NULL) (141.84.136.129)
I just wanted to install the rpm package with rpm --v -i [file], and here is the
log:
(I DID run it as root!!)
(the important thing is in the end: there must be a bug in the post install
script.
The problem is, that it does install all the files, but it doesn't correctly
hang
the
2006 Oct 25
2
[PATCH] Edge buttons
Here are my patches to add edge + button functionality.
I still feel that there is a problem with gconf, but I have just made it
so that the edge button functionality works.
I have included a patch for gconf to display AnyButton if it is set
to 0. There is also a patch to make the edge size configurable
because 1 pixel was too small and the mouse keeps slipping off
when using it for the
2006 Oct 16
2
Edge + Mouse button draft patches
Attached are my draft patches to add edge + mouse button to the
actions
It is useful because the edge bindings are too easily triggered, an edge +
mouse button is good because it confirms the action. An additional side
benefit is that the mouse wheel can be used for rotating the cube and for
the switcher (it is an excellent alternative to alt-tab).
I wanted to share the patches before cleaning
2010 Feb 16
0
Strange routing(?) Issue
I have a Model event and the following two lines in routes.rb
1 - map.connect "events/:action", :controller => ''events'', :action => /
[a-z_]+/i
2 - map.resources :events, :has_many => :comments, :has_one
=> :address #, :collection => {:mapit => :get}
I have #1 so that I can call custom actions from a link_to_remote link
from my index page t0 update a
2004 Jul 26
4
More Logging and Actions
I managed to inadvertently purge my ''Shorewall'' email folder recently
:-( so I''m unable to reply directly to Ian''s last post on this
subject.
One of the complicating aspects of actions is that an action can (and
often does) invoke other actions. The current algorithm for processing
actions is:
a) read /etc/shorewall/actions and /usr/share/shorewall/actions.std
2006 Nov 08
2
bug in today's git snapshot with maximizing windows
Hi David,
When maximizing windows on a different resolution only 70% of the window is maximized.
Ie: on my 1280x1024 screen a window maximized is correct (and does not clobber the desktop panel in KDE, kicker)
On my 1600x1200 screen, with no kicker panel, the window is maximized about 70% of the screen only
Is this known?
Thanks,
Shawn.
----- Original Message ----
From: David Reveman
2005 Apr 09
12
aMule
Hi!
I don;t know what i am doing wrong because i have still Low ID on aMule. I
have action.AllowaMule and accept tcp 4662:4771 and udp 4672.
Thanks,
Mitja
2006 Feb 21
3
must be a cleaner way to do this ...
Am trying to do a bulk entry facility for some project or other. It
works but it feels ugly. I generate a form with twenty empty input
fields:
%= form_tag("action" => "enter_stuff") %>
<% (1..20).each do |line| %>
<div id="line<%= line %>">
<%= line %>
<<%= text_field("action", "name",
2006 Jul 24
2
Meaning of "actions"
This is a semantic question. (I''m doing some technical writing about
DTrace.)
I''ll little confused about how to explain what an "action" is. By any
definition, "trace(x);" is an action. However, what about just "i++;"?
Looking at the DTrace guide page 76:
"Probe actions are described by a list of statements separated by
semicolons (;)
2007 Apr 11
2
Patch for ini plugin
Hi,
recently I took a look at ini to find a bug which made it crash at
startup. While fixing the bug I realized I could do some improvements
to the option reading code (espacally the action part).
So I went on and here we are.
This patch should make ini more robust, clean it up and fix also some
more crashes I had here.
Additionaly, I have a attached a second patch from Maniac which should
fix
2013 Jan 10
1
Segmentation fault after upgrading from asterisk-10.5.0 to asterisk-11.1.2
After upgrading from asterisk-10.5.0 to asterisk-11.1.2, I am getting a Segmentation fault.
[root at localhost asterisk-11.1.2]# asterisk -vvvvvvc
Asterisk 11.1.2, Copyright (C) 1999 - 2012 Digium, Inc. and others.
Created by Mark Spencer <markster at digium.com>
Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.
This is free software, with components
2005 Sep 05
2
WINE ALSA MIDI
Hello,
I am having trouble with wine and midi, and also the new winecfg vs
config file setup.
I have looked through old emails faqs etc and on frank's corner but
nothing seems to be able to get the midi output out of wine and onwards
towards my soundcard. The program I am having trouble with is called
Power tab. I am running 'timidity -iA' with a GM soundfont and confirm
that
2008 Feb 27
7
older version of rails -- Unknown action error
Hi,
I''m using Rails 1.2.3 (constraint of the hosting company). I''m
getting this error
Unknown action
No action responded to subscriber
upon visiting http://mydomain.com/super_admin/subscriber/search
I have these files:
app/controllers/super_admin_controller.rb
app/controllers/super_admin/subscriber_controller.rb
app/views/super_admin/subscriber/search.rhtml
and below is my
2005 Feb 02
1
Masq errors?
Hi all,
I have a problem with a new Shorewall box I''m trying to migrate from
iptables rules to shorewall 2.2.0.
I have a 3 interfaces setup:
- eth0 ---> internet (ip address)
- eth1 ---> remote office (10.0.0.0/8)
- eth2 ---> lan (192.168.16.0/24)
I''m using a very simple and common setup, with just a few DNAT rules in
my /etc/shorewall/rules file, and about twenty
2010 Jun 23
2
problem installing dotnet 2.0
when installing dotnet 2.0 the install crashes ive tried clearing winetricks cache but that doesn't seem to work here's the errors im getting any help is appreciated
Code:
lithium at lithium-laptop:~$ ./winetricks
------------------------------------------------------
Instaling .net 2.0 runtime. Can take several minutes. See http://wiki.winehq.org/MicrosoftDotNet for tips.
2011 Feb 23
5
Routing problem
In my app i have word model, words_controller and want create new
action for word model.
I create new method ''test'' in words_controller, and adds:
resources :words do
member do
put ''test''
end
end
in routes.rb
my rake routes output:
test_word PUT /words/:id/test(.:format) {:action=>"test",
:controller=>"words"}
2009 Jan 16
2
UpdateConfig : Appending line fails
Hello list,
Can someone please point me out why would a stream like the following
only write ONE line (the first) on the given file?
Action: login
Username: test
Secret: 123456
Action: UpdateConfig
SrcFilename: voicemail2.conf
DstFilename: voicemail2.conf
Action-000000: Append
Cat-000000: default
Var-000000: 127
Value-000000: >5555, Jason Bourne97, jason25 at noCia.gov.do
ActionID:
2009 Jan 25
3
dotnet20 on ubuntu 8.10
Howdy Howdy,
I am trying to run Razor and RunUO on my Intrepid Ibex box, but am struggling. I am using 64 bit and wine 1.1.13.
Specifically, I cannot get dotnet11 or dotnet20 to work (via winetricks).
Any hints? I've tried various walk-throughs and read posts by the dozens, all without success.
This is what it states:
> Setting Windows version to win2k
> Executing wine regedit
2006 May 18
6
Form actions with additional parameters
Hiall,
I want to give the action of a form an additional parameters but can''t
figure out how to do it. My code looks like this
<%= start_form_tag :action => ''create'', next_step => true %>
<%= render :partial => ''user_form'' %>
<%= render :partial => ''community_form'' %>
<%= submit_tag
2008 Aug 25
1
na.action does not return na.action element of lm object
I'm not sure if this is the official behavior but I would expect the
na.action function applied to a lm object to return the na.action.
Here is what I mean.
> x<-0:10
> y<-x+rnorm(10)
Warning message:
In x + rnorm(10) :
longer object length is not a multiple of shorter object length
> y[5]<-NA
> m<-lm(y~x)
> m$na.action
5
5
attr(,"class")
[1]