search for: hurricane

Displaying 20 results from an estimated 125 matches for "hurricane".

2004 Mar 15
1
smbpasswd trying to add instead of replace attribut
I have some weird error with one of my samba installation. When modifying samba password using smbpasswd, samba seems trying to add same attribute (instead of delete and add again), pls see the "MOD" from log file (from different domain) : UNSUCESSFULL Mar 15 17:10:53 hurricane slapd[27056]: conn=29489 op=1 MOD dn="uid=pwreka,ou=people,ou=purwakarta,dc=indorama,dc=com" Mar 15 17:10:53 hurricane slapd[27056]: conn=29489 op=1 MOD attr=sambaPwdCanChange sambaPwdCanChange sambaPwdMustChange samb aPwdMustChange sambaLMPassword sambaNTPassword sambaPwdLastSet sambaPwd...
2003 Jul 03
3
Using switch =>
...asterisk servers, each having a one snom 100 via sip using it. I`m experimenting on how trunking between them would work. I have them setup for RSA authentication which I plan to use in the future. So I`ve setup the keys and servers seem authenticate to each other. One is named phila and other hurricane. Here is what I see on phila: -- Registered 'hurricane' (AUTHENTICATED) at 172.20.0.170:4569 -- Registered 'hurricane' (AUTHENTICATED) at 172.20.0.170:5036 and analogous msgs on hurricane: -- Registered 'phila' (AUTHENTICATED) at 172.22.0.50:4569 -- Regis...
2012 Oct 29
1
XML namespace control
...ine the node with a namespace without providing the namespace definition. library(XML) node1 <- newXMLNode("storm", "ripsnorter", namespace = "weather", namespaceDefinitions = c(weather = "http://my.weather.com/events"), attrs = c(type = "hurricane", name = "Sandy")) node1 # this returns the new node with the namespace prefix (which I want) # and the definition (which I don't want) # <weather:storm xmlns:weather="http://my.weather.com/events" type="hurricane" name="Sandy">ripsnorter&lt...
2013 Apr 25
2
How are R version types named ? Any convention (like Hurricanes etc)
...ws") ... R version 2.15.0 ("Easter Beagle") R version 2.14.0 ("Great Pumpkin") Dear R help List, How are these version types named? Masked Marvel comes after Security Blanket comes after Trick or Treat comes after Roasted Marshmallows. Is it some convention like that for Hurricanes in the West. It is totally incomprehensible to me as I am in India. Sincerely, Ajay Ohri Author- R for Business Analytics http://www.amazon.com/R-Business-Analytics-A-Ohri/dp/1461443423 Founder- Decisionstats.com http://decisionstats.com
2009 Jun 05
1
EM Algorithm
Dear R expert I am a student and I am currently conducting a research project on the Modeling Loss Index Triggers to price Cat Bonds: Application of the risk of hurricanes in USA. I need to solve with R (especially with EM algorithm) this specific problem below. CRAN Package archive doesn't seem to have it also the statistical modeling journal didn't contain a paper that implements this: I have two data samples. The first sample contains 64 depths for hist...
1997 Dec 20
0
No subject
------- Forwarded Message Return-Path: hurricane-list-request@redhat.com Return-Path: <hurricane-list-request@redhat.com> Received: from innovace.aquasoft.com.au (jht@innovace.aquasoft.com.au [192.245.14.12]) by innovace.aquasoft.com.au (8.8.7/8.8.7) with ESMTP id SAA00772 for <jht@innovace.aquasoft.com.au>; Sat, 20 Dec 1997 18:49...
2014 Feb 12
2
A beginner in "Posting list encoding improvements"
On Wed, Feb 12, 2014 at 10:32:03PM +0800, Hurricane Tong wrote: > I seem to run into some trouble. > I succeeded in building the source code of Xapian in ubuntu, > but when I write a demo c++ application > > [snip] > I can't get it built. > > > hurricanetong at hurricanetong-VirtualBox:~/workspace$ g++ -L/usr/loca...
2006 Aug 27
1
Simulations in R during power failure
...length and the computer shut down. I was worried that I had lost the simulation, but upon booting the machine up, I heard the processor kick in. It sounded like the simulation had resumed. Does anyone have any experience with this? Because I live in Florida and there is a possibility of another hurricane. And I am running a huge simulation which may or may not finish before this hurricane finishes. What options are there in saving a simulation and it picking up where it left off? Thanks, Brandon
1998 Oct 09
0
Requesting simple assistance - details included.
Hi, could you please assist me with this problem? PROBLEM: Samba-1.9.17p4-3.i386 I CAN map Linux drives via Samba successfully from WINNT 4.0, but I can't see my samba server 'hurricane' in Network Neighborhood'. ACTIONS: diagnosis.txt results Test 1 - passed Test 2 - passed Test 3 - passed Test 4 - passed Test 5 - failed (nmblookup -B hercules '*' message: sending queries to 192.168.42.6 name_query failed to find name *) Test 6 - passed (only 192.168.42.2 her...
2004 Jul 23
0
tree connect failed: NT_STATUS_LOGON_FAILURE
...adding "-d 10", the output is the same for nine pages until it comes time for the output. The system that is not working ends in "tree connect failed: NT_STATUS_LOGON_FAILURE" /var/log/messages lists the following errors for the system that is not working: Jul 23 17:08:33 hurricane smbd[2777]: [2004/07/23 17:08:33, 0] smbd/service.c:make_connection_snum(627) Jul 23 17:08:33 hurricane smbd[2777]: Can't become connected user! Jul 23 17:09:20 hurricane smbd[2780]: [2004/07/23 17:09:20, 0] smbd/service.c:make_connection_snum(627) Jul 23 17:09:20 hurricane smbd[2780]: Ca...
2005 Sep 06
5
Good Polycom Dealer?
Could any of you provide me information on a good Polycom phone dealers to utilize. One who provides firmwares ..etc Thank you! Kenny ______________________________________________________ Click here to donate to the Hurricane Katrina relief effort. http://store.yahoo.com/redcross-donate3/
2014 Feb 12
2
A beginner in "Posting list encoding improvements"
On 12 Feb 2014, at 14:58, "Hurricane Tong" <zhangshangtong.cpp at qq.com> wrote: > hurricanetong at hurricanetong-VirtualBox:~/workspace$ g++ `xapian-config --cxxflags --libs` BuildIndexDemo.cpp You want to use xapian-config-1.3 here, not xapian-config (which will be the installed version, not the trunk version you bui...
2014 Mar 13
3
Optimized VSEncoding
...er is 12592387, while that by InterpolativeEncoder is 8554817. When only encoding the first 1000lines, both cost 0ms to decode and VS cost 1ms to encode while Interpolative cost 0ms, 1000lines is just too little to catch the difference in my test. I upload the source code to https://github.com/HurricaneTong/Xapian/tree/master/VSEncoder The bitstream.cpp and bitstream.h is about VSEncoder. The Interpolative.cpp and Interpolative is about InterpolativeEncoder from the Xapian's code. I haven't write comment on the code, but in main.cpp, double CalTimeVS( const vector<unsigned int>&...
2014 Oct 01
1
DHCP with ipv6 tunnel
...like this: Comcast -> Motorola Surfboard Cable Router -> CentOS 6.5 server The CentOS server is multi-homed and manages the internal 192.168.x.x network by offering DHCP and firewall service (NATting and others.) DNS lookups are going to Comcast's servers. I have an IPV6 tunnel through Hurricane Electric (www.tunnelbroker.net). The tunnel is configured and is up and running on the CentOS server. I can ping several IPV6 addresses from it just fine: ping6 -n ipv6.google.com PING ipv6.google.com(2607:f8b0:400f:801::1006) 56 data bytes 64 bytes from 2607:f8b0:400f:801::1006: icmp_seq=1 ttl=53...
2014 Feb 13
2
回复: A beginner in "Posting list encoding improvements"
I think what i did is the same with you except i use make rather than make -sj8, and I did as root. And I do as you wrote again: root at hurricanetong-VirtualBox:/home/hurricanetong/xapian-1.2.17/xapian-core-1.2.17# ./configure [...] root at hurricanetong-VirtualBox:/home/hurricanetong/xapian-1.2.17/xapian-core-1.2.17# make -sj8 Making all in . Making all in docs Making all in tests root at hurricanetong-VirtualBox:/home/hurricanetong/xapia...
2014 Feb 13
2
A beginner in "Posting list encoding improvements"
I uninstall xapian1.3 and install xapian-1.2.17 but i still failed hurricanetong at hurricanetong-VirtualBox:~/workspace$ g++ `xapian-config --cxxflags --libs` demo2.cc /tmp/cc2wsfDJ.o: In function `main': demo2.cc:(.text+0x4a): undefined reference to `Xapian::WritableDatabase::WritableDatabase(std::basic_string<char, std::char_traits<char>, std::allocator<c...
2005 Sep 08
2
Re-evaluating the tree in the random forest
...1 2 3 1: 3.70% 0.00% 6.25% 5.88% 2: 3.49% 0.00% 3.85% 7.14% 3: 3.57% 0.00% 5.56% 5.26% What's OOB and what does the percentages mean? Thanks in advance, Martin ______________________________________________________ Click here to donate to the Hurricane Katrina relief effort.
2004 Jan 11
24
More words for Allison
...te greater than less than chance of cloudy sunny sun turning to rainy rain partly partially mostly snowy snow scattered patchy wind windy miles per hour kilometers per hour knots per hour storm warning watch thunderstorm hail weather lightning fog foggy sleet sleeting clear clearing freezing freeze hurricane tornado severe later morning afternoon evening late early changing in the Alpha Bravo Charlie Delta Echo Foxtrot Golf Hotel India Juliet Kilo Lima Mike November Oscar Papa Quebec Romeo Sierra Tango Uniform Victor Whiskey Xray Yankee Zulu Niner
2010 Oct 16
1
Interaction of Shorewall and Shorewall6 with a Teredo relay?
I looked online for documentation about this, but couldn''t find it. Is anybody else running a Teredo relay, on a firewall that has both Shorewall and Shorewall6 installed? I''m running IPv6 at home (thanks to a Hurricane Electric tunnel). I''m having trouble with external Teredo clients being able to ping my home IPv6 addresses. All of these clients can reliably ping "ipv6.google.com" 100% of the time, so I know it''s not a fault with these clients or whatever firewalls of their own that...
2017 Oct 04
0
Revolutions blog: September 2017 roundup
...volutionanalytics.com/2017/09/pirating-pirate-data-for-pirate-day.html A preview of ALTREP, the new vector implementation that promises to bring performance improvements to the R engine: http://blog.revolutionanalytics.com/2017/09/altrep-preview.html The USGS used R to visualize the rainfall from hurricanes Irma http://blog.revolutionanalytics.com/2017/09/hurricane-irmas-rains-visualized-with-r.html and Harvey http://blog.revolutionanalytics.com/2017/09/hurricane-harvey-usgs.html Highlights of some R applications presented at the EARL London conference: http://blog.revolutionanalytics.com/2017/09/re...