search for: curiously

Displaying 20 results from an estimated 9114 matches for "curiously".

2017 Jul 18
2
weakforced
I've been playing with weakforced, so it fills in the 'fail2ban across a cluster' niche (not to mention RBLs). It seems to work well, once you've actually read the docs :) I was curious if anyone had played with it and was *very* curious if anyone was using it in high traffic production. Getting things to 'work' versus getting them to work *and* handle a couple hundred
2011 Jan 23
3
curious reboot output
Hello list! I was just curious about the output of a command I typed. [root at LCENT02:~] #last reboot | head -1 reboot system boot 2.6.18-194.26.1. Wed Dec 29 20:03 (24+01:33) This is odd because this machine was rebuilt today (Saturday 1/22) in mid afternoon. Just curious how the output of this command could NOT know this? Also I notice that on select machines the command init 6
2012 Jan 11
2
New to R, Curious about Project Idea
Good morning, I am a student whom is currently working on a term project for my GIS Program. I am looking for a software package which can aid me in my project, and I was curious if R would be able to address my goals. My project includes power outage data from a hydro company (point data, with UTM coordinates attached), which is available in an Access database, or in a Shapefile. I would
2009 Sep 24
7
[LLVMdev] MemoryBuffer
I was writing something using MemoryBuffer, and while looking through its code I came across line 59: assert(BufEnd[0] == 0 && "Buffer is not null terminated!"); I am curious if the MemoryBuffer only supports non-binary, non-null embedded files, or if it supports binary as well. I do not see anything inherently not expecting binary files except for that one line, so I am
2008 Jun 10
2
A curious bug in read.xls
I found a curious bug in read.xls. I don't know if it's reproducible. It's like this: suppose I do a read.xls in a spreadsheet. A column begins with a number. Then, any strings below it will be rendered as NA. If the column begins with a string, then it will be rendered correctly. Alberto Monteiro
2008 Apr 18
3
Function redefinition - not urgent, but I am curious
This is just my curiousity working. Suppose I write: f1 <- function(x) x + 1 f2 <- function(x) 2 * f1(x) f2(10) # 22 f1 <- function(x) x - 1 f2(10) # 18 This is quite obvious. But is there any way to define f2 in such a way that we "freeze" the definition of f1? f1 <- function(x) x + 1 f2 <- function(x) # put something here 2 * f1(x) # probably put something else here
2004 Aug 06
0
Curious ices2 log entries
> Hello Folks: Every now and then my ogg123 quits while loistening to > the stream. It isn't a bandwidth problem because my ogg123 is on a > machine which is just a few feet from the server and is in fact on the > same machine with ices2 doing the streaming. It happened this morning > and I decided to take a look at the log and found some curious > messages and thought
2010 Oct 24
2
Maybe OT : strange wildcard behaviour
...obbins) on a CentOS 5.5 server, just to keep in shape. I've just noticed a curious wildcard behaviour, which I can't really explain. Let's say I wanted to list all the files or directories in /tmp starting with any uppercase character. Normally, I would do this : $ ls -d /tmp/[A-Z]* Curiously enough, this command lists *all* the content of /tmp, consisting of a majority of files and directories starting with a *lowercase* character. I've tested this on two different machines, with the same results. I'm puzzled. Can anybody offer an explanation for this curious behaviour ? Chee...
2006 Mar 18
1
Curious Question
Thanks for the help on this mailing list, I now have my personal home server allowing access without having to actually enter any login information. All I had to do was set it to anonymous server and use the 'hosts allow' parameter so that only my home machines can access it. However, now I'm curious. This will probably sound like the same question I just asked on here but, would it
2007 Sep 26
3
OpenSSH multiple private key question
I am using CentOS 4.5 with OpenSSH_3.9p1 and I am curious if anyone has a solution for this scenario. I have several pub/priv keys that I use for various tasks/reasons. My issue is that I want to have 2 private keys stored in ~/.ssh/ and I am not sure the best way to accomplish that. Currently I am using ssh-agent, and it works fine for manually performing tasks. I was curious if there
2003 Jan 20
1
curious code mistakes
hi, know anybody why this happen ? I''m using winedt , the old code saved in an .R call syntax error''s. Curious is, when i''m type below the same code , it works ??? ...imho a print type problem, what i''m never before observed and can''t recognize with my eyes ? P.S. R.1.6.1 /w2k thanks for advance & regards,christian >>getfile <-
2017 Aug 16
3
weakforced
On Tue, Jul 18, 2017 at 10:40 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > > On 19.07.2017 02:38, Mark Moseley wrote: > > I've been playing with weakforced, so it fills in the 'fail2ban across a > > cluster' niche (not to mention RBLs). It seems to work well, once you've > > actually read the docs :) > > > > I was curious if
2003 Oct 21
3
explaining curious result of aov
Hello. I have come across a curious result that I cannot explain. Hopefully, someone can explain this. I am doing a 1-way ANOVA with 6 groups (example: summary(aov(y~A)) with A having 6 levels). I get an F of 0.899 with 5 and 15 df (p=0.51). I then do the same analysis but using data only corresponding to groups 5 and 6. This is, of course, equivalent to a t-test. I now get an F of 142.3
2018 Sep 19
2
[lldb-dev] LLVM 7.0.0 Release
On 2018-09-19 18:25, Alex Denisov via llvm-dev wrote: > Hi Hans, > > Thanks a lot for the effort. > I'm curious if binaries for other systems will appear there (Ubuntu, macOS)? > > Also, more general question: > I see that different releases have different sets of pre-built binaries, > so I'm curious what are the reasons behind? I'm a bit curious as well. I
2015 Jun 07
2
Curious problem with NAT
Ashwin Surendran <Ashwin.Surendran at now-health.com> schrieb: > Have you tried NAT=force_rport ? OK, tried... I can transmit from my phone (aka: I hear my voice on another phone), but I'm not able to receive data (aka: I cannot hear what I say on the other phone). Other suggestion? Thanks Luca Bertoncello (lucabert at lucabert.de)
2015 Jun 07
0
Curious problem with NAT
What settings have you got for directmedia? Could you try nat=force_rport,comedia directmedia=no -Ashwin -----Original Message----- From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Luca Bertoncello Sent: 07 June 2015 12:04 To: asterisk-users at lists.digium.com Subject: Re: [asterisk-users] Curious problem with NAT
2007 Sep 18
2
Bugs fixed in update 4?
George Wilson put together a list of ZFS enhancements and bug fixes that were integrated into Solaris 10 update 3, and I was curious if there was something similar for update 4? There have been a bunch of reliability and performance enhancements to the ZFS code over the past few months, and I am curious which ones were integrated into the latest Solaris 10 update (I can''t seem to find a
2008 Nov 19
2
maintenance of kvm and qemu in extras
I see that kvm has been updated since Sept. 08 2007, and qemu hasn't since Sept. 12 2007. I understand that redhat is migrating from xen to kvm, I'm curious if that has provoked this reduced maintenance or if interest was just lost. If this is of interest to others, Qemu 0.9.1 does provide a lot more features lacking in 0.9.0 that I would like to use, including virtio and e1000 NIC
2006 Feb 17
1
Session Data Question
I am still to new to rails to feel comfortable diving into the source for the framework however my comfort is getting better. My question is this. We are storing the session data in the database using active_record_store. I was looking at the table to just get a better idea of what is going on as far as how the data is stored. I am a bit curious as to the session.data field. What method
2003 Oct 21
0
summary of "explaining curious results of aov"
Earlier, I had posted the following question to the group : > Hello. I have come across a curious result that I cannot explain. > Hopefully, someone can explain this. I am doing a 1-way ANOVA with 6 > groups (example: summary(aov(y~A)) with A having 6 levels). I get an > F of 0.899 with 5 and 15 df (p=0.51). I then do the same analysis but > using data only