search for: fidget

Displaying 18 results from an estimated 18 matches for "fidget".

Did you mean: widget
2016 Nov 04
3
mailing list mail from @yahoo addresses
On 11/4/2016 11:29 AM, lejeczek wrote: > well, I'm not sure if I feel better now, I understand there must a > plethora of people who fidgeted like me trying to understand what > happened (some time ago) - I see I'm not alone, but... it seems larger > issue. Would be great if list maintainer(s) look into this and even > greater if can fix it. we can't fix yahoo, they broke this. the only "solution" is to...
2010 Jan 09
6
bridge sends traffic to all interfaces
Hello I have a xen node, everydays for a few minutes, the bridge will send all income traffic to all interfaces, it makes our traffic statistics incorrect, Any help is appreciated. Thanks. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Sep 29
1
Interesting function in a function problem....
...blem out.......... #I want to integrate the fc into the tapply() #Since the fc is a different object than the tapply() object, how do I integrate the fc into the function() #call for the St.Err so that i get the formula ( fc*var(x)/length(x) )^0.5 for each factor???? #I believe this takes some fidgeting with function(x), but I suck at function building, #particularly in this case of embedding a function() with multiple inputs into an R function with only 1 #input, #so I need help...maybe i need to input the tapply() function into my own built function???? I don't know. data <- data.f...
2016 Jul 29
6
Fwd: Good installation documentation on samba4?
I figured out the resolv.conf bit fidgeting around. Thanks for the tip anyway. Regarding the krb5.conf I have never got it working with the example files. I have always added at least a "kdc = samdom.example.com" to the lines, but my file is actually still a bit more complex(and possibly redundant). Regarding the troubleshooti...
2006 Jan 26
2
Run fastcgi in Apache 1.3, or proxy through lighttpd?
I''m working with a guy who has Apache 1.3 installed on his server, and it''s not an option to simply use lighttpd for a Rails application I''m helping him with. I''ve seen that Apache 2 apparently is crappy when it comes to fastcgi, but 1.3 isn''t so bad. I can then either just run my app straight in Apache, or I could proxy it through to lighttpd. Which
2016 Nov 04
2
mailing list mail from @yahoo addresses
[extracted from "Re: [CentOS] dnf and failing epel" message chain.] > From: lejeczek peljasz at yahoo.co.uk > Date: Fri Nov 4 13:39:40 UTC 2016 >> Date: Friday, November 04, 2016 08:51:07 -0400 >> From: Jonathan Billings <billings at negate.org> >> >>> On Fri, Nov 04, 2016 at 12:30:02PM +0000, lejeczek wrote: >>> >>> ps. I
2006 Aug 14
2
ActionPack: number_to_phone error
Question about the number_to_phone function as provided by rails in actionpack: http://api.rubyonrails.org/classes/ActionView/Helpers/NumberHelper.html If I do this in my controller: num = number_to_phone(params[:phone_number]) I get this error: undefined method `number_to_phone'' for #<TicketsController:0xb7a2bfcc> Whereas if I do this in my view: <%
2006 Aug 15
1
Local Variable Troubles
Hi all, I currently have a partial named _menu, where I generate the menu for my site. I pass locals to it with a render :partial. I have the partial check for 2 items, display_title and klass. I only pass these to the partial if I need to use them, otherwise no locals named display_title or klass are present in the partial. I test to see if these exists by doing the following: <% unless
2016 Jul 29
0
Fwd: Good installation documentation on samba4?
On 29/07/16 20:50, Léon van der Kaap wrote: > I figured out the resolv.conf bit fidgeting around. Thanks for the tip > anyway. > > Regarding the krb5.conf I have never got it working with the example > files. I have always added at least a "kdc = samdom.example.com > <http://samdom.example.com>" to the lines, but my file is actually > still a bit...
2013 Jul 08
6
Getting nwfilter to work on Debian Wheezy
...0.0.0.0/0 PHYSDEV match --physdev-in vnet0 > > Chain libvirt-out (1 references) > target prot opt source destination > FO-vnet0 all -- 0.0.0.0/0 0.0.0.0/0 [goto] PHYSDEV match --physdev-out vnet0 I've tried fidgeting with the configuration (direction inout instead of in/out, etc.), but I didn't find a setup that works as intended. What am I missing? -- Mit freundlichen Grüßen, / Best Regards, Sven SCHWEDAS Systemadministrator TAO Beratungs- und Management GmbH | Lendplatz 45 | A - 8020 Graz Mail/XMPP: s...
2011 Sep 06
0
do.call and sys.call: suggestion for improval?
...on the call stack. I am aware that the name of a function is not uniquely defined, but for most reasonable cases, the intended name can be easily induced. You can see some of the specific issues here: http://stackoverflow.com/questions/7307987/logging-current-function-name if you like. After some fidgeting and great help by Andrie (see the SO link; sorry I don't know his last name), it works rather well. There are, however, issues wrt do.call. Typical usage would then be: do.call(some.named.function, some.list) Now, when I look at the stackframe inside this some.named.function (or a function...
2016 Nov 04
0
mailing list mail from @yahoo addresses
...alignment will be rejected. > > <https://help.yahoo.com/kb/SLN24016.html> > > <https://yahoomail.tumblr.com/post/82426900353/yahoo-dmarc-policy-change-what-should-senders#_=_> > well, I'm not sure if I feel better now, I understand there must a plethora of people who fidgeted like me trying to understand what happened (some time ago) - I see I'm not alone, but... it seems larger issue. Would be great if list maintainer(s) look into this and even greater if can fix it. many! thanks Richard > _______________________________________________ > CentOS mailing...
2003 Nov 10
3
AGI and PHP
...out and ruin your day! 5. next, you should use fopen() to create all your needed handles. i know different versions of php have varying features to deal with stdio streams but fopen() will work with most new and old versions making your scripts more portable and you don't have to fidget with the php.ini file. besides, fopen() does not pose any inconvenience for use with * agi, so use it. $stdin = fopen('php://stdin', 'r'); $stdout = fopen('php://stdout', 'w'); $stdlog = fopen('my_agi.log', 'w'); 6. * always sends a b...
2016 Jul 29
0
Fwd: Good installation documentation on samba4?
On Fri, Jul 29, 2016 at 3:50 PM, Léon van der Kaap <leonkaap at gmail.com> wrote: > I figured out the resolv.conf bit fidgeting around. Thanks for the tip > anyway. > > Regarding the krb5.conf I have never got it working with the example files. > I have always added at least a "kdc = samdom.example.com" to the lines, > but > my file is actually still a bit more complex(and possibly redundant)....
2016 Jul 29
2
Fwd: Good installation documentation on samba4?
...entation to the samba3.5, makes me think the newer documentation of more of an afterthought than a similarly constructed document. 2016-07-29 22:25 GMT+02:00 Rowland penny <rpenny at samba.org>: > On 29/07/16 20:50, Léon van der Kaap wrote: > >> I figured out the resolv.conf bit fidgeting around. Thanks for the tip >> anyway. >> >> Regarding the krb5.conf I have never got it working with the example >> files. I have always added at least a "kdc = samdom.example.com < >> http://samdom.example.com>" to the lines, but my file is actually...
2004 Nov 04
3
sub- and superscript in plot labels
Dear List, I need to add a subscript and a superscript to some of the ions in the labels on some plots. I have got to here but now I'm stuck: plot(1:10, xlab = expression(paste("nm SO"[4], " ", mu, "eq cm"^{-2}, " yr"^{-1}))) Which gives almost what I require. No matter what I tried, however, I could not get bot a sub script *and* a superscript
2016 Jul 28
5
Fwd: Good installation documentation on samba4?
Hello, I am looking for good installation instructions for an active directory domain controller installation of samba4. The only source I have reliably found is https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller which is unfortunately both incomplete in certain sections and incorrect in others. A good example of incomplete information is the guide on the name
2010 Oct 13
40
Running on Dell hardware?
I have a Dell R710 which has been flaky for some time. It crashes about once per week. I have literally replaced every piece of hardware in it, and reinstalled Sol 10u9 fresh and clean. I am wondering if other people out there are using Dell hardware, with what degree of success, and in what configuration? The failure seems to be related to the perc 6i. For some period around the time