similar to: rspec and testing IO

Displaying 20 results from an estimated 200 matches similar to: "rspec and testing IO"

2004 Mar 08
1
drawing filled countries according to data using map('world')? - follow up
Hello, this is a follow up on my previous inquiry regarding the use of the map library (Becker and Wilks 1993). Using the 'world' database I would like to draw filled countries in a world map so that the filling colors of each country corresponds to the value of a policy variable "fix.float" at a specific "year" (the goal is to visualize a policy diffusion pattern
2012 Feb 21
8
should_receive_chain
Do you often find yourself doing this: active = double(''active'') active.should_receive(:first) users = double(''users'', active: active) account.should_receive(:users).and_return(users) for this: account.users.active.first ? Of course, we could use stub_chain, but that doesn''t let us know *where* the chain broke. Would you like to do this?
2006 Oct 27
2
Telnet and SSH login problems with Red Hat Enterprise ES4
Hello We have successfully set up Red Hat Enterprise Linux ES4 and we are now trying to connect remote clients to connect to it. The problems we are having are as follows: a) If we set connect with telnet, we get the login prompt. If we use any valid login name & password combination (including root), we get the response "Login incorrect" and then the login prompt comes back. How
2010 Apr 12
1
Flood of REGISTERs - attack?
I'm currently receiving over 200 SIP REGISTER requests per second from a machine apparently in Italy, host97-239-149-62.serverdedicati.aruba.it. This has continued for several days, and abuse at staff.aruba.it are unresponsive. I've had a couple of similar incidents recently, the others originating from uk2.net. I have an ADSL connection and responding to these REGISTERS was consuming all
2018 Jan 07
1
Locks directory change
On Thu, Oct 26, 2017 at 7:30 AM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > > > On October 26, 2017 at 4:30 PM Federico Bartolucci <federico at aruba.it> > wrote: > > > > > > Hello, > > > > it's the first time for me writing to the list, I'm trying to change the > > location into which the Dovecot's locks are done reserving
2010 Jun 08
2
Logical vector question
If I create a vector thusly > v1 <- runif(20, min=0, max=1) > v1 [1] 0.9754443 0.6306228 0.3238158 0.3175769 0.6791534 0.6956507 0.3840803 [8] 0.1421328 0.8592398 0.4388306 0.9472040 0.4727435 0.5645302 0.7391616 [15] 0.6116199 0.2727754 0.2657867 0.5261744 0.8764804 0.2032126 And I want to create a logical vector the same length that is true if v1<.3 or v1 > .7 how do I do it
2007 Jun 29
3
awful list delays: 4 days!
Hello list, I am getting the list with days of delay, take for example this message: Received: from unknown (HELO lists.digium.com) (216.207.245.17) by mxavas16.fe.aruba.it with SMTP; 29 Jun 2007 13:38:37 -0000 Received: from localhost ([127.0.0.1] helo=INXS.digium.internal) by lists.digium.com with esmtp (Exim 4.63) (envelope-from <asterisk-users-bounces at lists.digium.com>) id
2017 Oct 26
2
Locks directory change
Hello, it's the first time for me writing to the list, I'm trying to change the location into which the Dovecot's locks are done reserving a special temporary directory on an other partition, then adding to the dovecont.conf the line: mail_location = maildir:~/Maildir:VOLATILEDIR=/tmp_lock/%2.256Nu/%u so that through the VOLATILEDIR directive the locks should be written in this
2007 Nov 25
4
Recommendations for 100 Wifi SIP phone setup
Hi all, Im preparing a quote for a 5 Star hotel, planning to have around 100 SIP Wifi phones for PBX operations running on 100 AccessPoints. Network is running in ARUBA Networks - AP70 access points. The initial recommendation is to go for Hitachi Wifiphones, but i would like to know from the group the recommendations. Im planning to put up Asterisk as the PBX, Please advice me the do's and
2017 Nov 08
3
DC's are unavailable when PDC halted
Hi Rowland, On Wed, Nov 08, 2017 at 12:12:20PM +0000, Rowland Penny wrote: > On Wed, 8 Nov 2017 12:43:16 +0100 > Ervin Hegedüs <airween at gmail.com> wrote: > > > > You would be better using the DCs ipaddress rather than '127.0.0.1'. > > > You should also remove '10.10.0.1' it doesn't seem to be a DC. > > > > yes, that's the
2005 Oct 06
1
Results of an incorrect crossover pinout??
Say I had a crossover cable that connected a Mitel SX200 to a TE110P and the pinout was done as such: 1 - 4 2 - 5 5 - 1 4 - 2 (the 5 and 4 are transposed on the left side) Instead of the proper way of: 1 - 4 2 - 5 4 - 1 5 - 2 What would the results be? We have had the former as our cabling for a few months and the connection has been fine. Slip errors here and there. But we have had major
2008 Mar 20
7
Download Problems with lustre 1.6.4.3
Hello, I''ve tried just some minutes ago to download the sourcecode of lustre from [1], but it failed with this error: An error occurred while processing your request. Reference #50.663007d9.1206002944.16ba5fe1 Does anybody have some hints how to get the lustre source code then? I need this tarball for the debian packaging. If someone could point me to an alternative download
2005 Aug 23
2
FW: Register Today for Fall 2005 VON: "The Destination for IP Communications"
Anyone able to get me a comp/highly discounted ticket to this? $150 just to visit the exhibition halls sounds crazy? Dean > -----Original Message----- > From: Jeff Pulver [mailto:jeff@pulver.com] > Sent: Tuesday, 23 August 2005 11:47 AM > To: mailinglist1 > Subject: Register Today for Fall 2005 VON: "The Destination for IP > Communications" > > Hi There, >
2008 Feb 21
1
GDI Printer problem
Hi, we have a new printer here (OKI C5650). It's a GDI printer attached to our cups server. I installed the windows driver as root on the print share without any problems. However it's not working. When a user maps the printer only a message appears "printing not possible". So I looked at the printserver and compared everything with a local printer on my XP notebook and found
2020 May 18
3
ether-wake
Some switch hardware can generate the packets directly, negating the need for a box on every VLAN. Meraki hardware can do it, but you have to go through the dashboard so automating it isn't currently possible. Here is some documentation on forwarding WoL on catalyst 3750 switches from Cisco:
2007 Mar 26
1
Handling Multiple Select Lists
Hi All, After much searching and head scratching I post you this! I can''t seem to find a generic way to handle multiple select data. The function I use to receive form values will only pass the first selected value from a multiple select. I have pasted part of the form and the function below. Thanks for any pointers, Vince // Example selectbox <select
2006 Apr 29
1
help with box-tidwell
Hi everyone I am using box.tidwell to transform the explanatory variables. However, it appears problematic. The warning I received as follows. box.tidwell(Newresponse ~ FAC2_1 + FAC4_1 + FAC5_1 + FAC6_1 + FAC7_1 + KXI + RECODINC) Warning in log(x) : NaNs produced Warning in lm.fit(x, y, offset = offset, singular.ok = singular.ok, ...) : extra arguments na.rm are just disregarded.
2013 Nov 25
2
Dovecot 2.1.16
Hi, i would ask you a question about a particular dovecot configuration. I would like to have in INBOX folder some emails (e.g email with a header key). The same emails i would like to have into the folders, under INBOX, create by users. How can i do? Thanks Paolo
2017 Nov 24
1
Dovecot proxy
Hello, has someone already tested the dovecot-proxy with more than 10 nodes? or someone knows anyway if is it officially supported up to a certain number? Thanks.
2018 May 28
1
Search problem
Hello, thank you for your suggestion, I can obtain just this from the backtrace: /[Thread debugging using libthread_db enabled]/ /Using host libthread_db library "/lib64/libthread_db.so.1"./ /Core was generated by `dovecot/imap'./ /Program terminated with signal 6, Aborted./ /#0? 0x00007f44637bb1f7 in __GI_raise (sig=sig at entry=6) at