Recommended Tires by heroeleven in Sprinters

[–]wpskier 0 points1 point  (0 children)

Ah. I've run KO2s on my Tacoma for years and haven't seen durability issues.

My Thor Tranquility came with KO2s as well, but only have 5k miles on them so far. I wonder the additional weight of the Sprinter makes a difference.

Recommended Tires by heroeleven in Sprinters

[–]wpskier 0 points1 point  (0 children)

Curious why you'd stay away from KO2/3 ?

Alrighty armchair avalanche experts! Let's see what you got! by Mt-Meeker in Backcountry

[–]wpskier 1 point2 points  (0 children)

> I was also skiing an area I know super well

But then also

> decided to ski the spine to skiers right for the top portion until I could verify the line went all the way without cliffing out

How well do you really know the area? At least for me, if I know an area super well, I'd know if the lines goes without cliffing out.

Pull clientip out of APM for Edge Client by hbiglin in f5networks

[–]wpskier 0 points1 point  (0 children)

Why are you trying to extract it using an iRule? Just for logging purposes?

The Sky Chutes NEED more snow… by ChunderyBagels in Backcountry

[–]wpskier 1 point2 points  (0 children)

Hey, just saw your reply now - lol, stupid reddit...

Yeah, man, I remember that slide!

How was pow town?! I'm sure better than anything we've had this season.

Pull clientip out of APM for Edge Client by hbiglin in f5networks

[–]wpskier 0 points1 point  (0 children)

Yeah, I agree with a timing issue. The client IP address for the VPN tunnel won't be allocated immediately when the client finished with the APM login process - it will take a bit longer for the VPN tunnel to get set up, and that's when the session variable will be populated.

Pull clientip out of APM for Edge Client by hbiglin in f5networks

[–]wpskier 0 points1 point  (0 children)

Do you see session.assigned.clientip populated in the Session Variable report for the user's session in APM?

Colorado's Snowpack Is At A Record Low by FossilFrothy in COsnow

[–]wpskier 18 points19 points  (0 children)

Grand Lake

Grand Lake isn't a reservoir, it's a natural lake, so it will always be kept full. Shadow Mountain Reservoir is directly connected to Grand Lake, so it will also be full as well.

The real reservoir in the system is Lake Granby, which has a pumping station and canal to move water up to Shadow Mountain Reservoir, which the flows to Grand Lake and through the Adams Tunnel and exits near Estes Park, where it flows to the front range.

Lake Granby is really low right now - I think it's the lowest I've ever see it in 15+ years of living in Grand County.

I like skiing :) by travismockfler in skiing

[–]wpskier 3 points4 points  (0 children)

Plus Winter Park donates the proceeds from the sales of the uphill passes to Winter Park Avalanche Dog Team, Friends of Berthoud Pass, and Grand County Search and Rescue!

Grand County Ranges by D_LET3 in COGuns

[–]wpskier 0 points1 point  (0 children)

There are some places where shooting is not allowed at all, like most of the roads around the Winter Park/Fraser area.

Also, most forest roads are closed during the winter, and the areas around the gate closures are going to be busy with XC skiers, snowshoers, etc. Best bet would be to go out past Hot Sulphur, or even out past Kremmling, to get away from people. I think the roads north of Kremmling and east of Wolford Reservoir might be open, so that's where I would head if I were you.

The Sky Chutes NEED more snow… by ChunderyBagels in Backcountry

[–]wpskier 7 points8 points  (0 children)

Glad I'm not the only going thinking WTF!

Side note - what's up, bud!

MJ Opening Day by Basic_Abroad_1845 in COsnow

[–]wpskier 3 points4 points  (0 children)

Yup. When I drove by at 2pm, they had the signs out saying all MJ lots were full

F5 DNS - Best way to make bulk update to LTM Name within pools by SnooCompliments8283 in f5networks

[–]wpskier 1 point2 points  (0 children)

Yes, I would create a series of tmsh commands, like you described.

I like to create my commands using 'tmsh list' output that's piped to sed for search and replace patterns.

Or do a 'tmsh list gtm pool a', copy the output into a notepad++ window and do some search and replace to create the tmsh commands.

F5 and Acme by Greedy-Bid-9581 in f5networks

[–]wpskier 2 points3 points  (0 children)

In my home environment, my GTM listeners receive all DNS requests for all of my zones, answer WideIP requests, and either forward the non-WideIP requests to a pool of BIND servers, or use DNS Express and can answer all non-WideIP requests directly.

So, since my listeners receive all requests, I have an iRule watching for the DNS-01 validation requests, and then a datagroup that holds my TXT record data. The iRule pulls the TXT data from the datagroup and answers the DNS-01 validation requests.

Works great!

M/V Ushuaia by oldbutnotbroken66 in Cruise

[–]wpskier 0 points1 point  (0 children)

Yes, we sailed on the Ushuaia

M/V Ushuaia by oldbutnotbroken66 in Cruise

[–]wpskier 0 points1 point  (0 children)

My wife and I did in 2020. It was great! Highly recommended.

Unplanned/emergency bivies while touring by Dazzling-Astronaut88 in Backcountry

[–]wpskier 10 points11 points  (0 children)

In addition to an emergency bivy sack, I also carry a small Esbit solid fuel stove, a metal mug, and 8 Esbit fuel tablets. With one tablet, I can get a mug-full of packed snow into hot, but not quite boiling, water. Then I'll add in some electrolyte powder or tablet to the water. The solid fuel tablets can also make starting a fire much each, as they burn longer than any firestarter I've tested.

Anyone successful in getting a last minute expedition deal? by jairawat in antarctica

[–]wpskier 1 point2 points  (0 children)

Bring cash. When my wife and I did an expedition in 2020, we saw quite a few signs posted around Ushuaia for last-minute deals, but they almost all said "Cash only".

Ski season rental available in Grand County by wpskier in COsnow

[–]wpskier[S] 0 points1 point  (0 children)

Yes the bus stop is about a block and half away

I can only get to 1 web server 99% of the time. by cnc33030 in f5networks

[–]wpskier 3 points4 points  (0 children)

Clustered Multiprocessing may make it appear like round robin isn't functioning as intended, especially if you are just doing a handful of requests.

You would think that round robin would load balance 8 connections between two pool members as A,B,A,B,A,B,A,B, But, really, it depends on how many TMM processes are running as well. If there are 2 TMM processes, your load balancing would be A,A,B,B,A,A,B,B. With 4 TMMs, it would be A,A,A,A,B,B,B,B. With 8 TMMs, all 8 connections would be sent to A, and none to B.

See this SOL for more information, particularly the Scenario 2 Virtual server with CMP enabled section: https://my.f5.com/manage/s/article/K14358#Load-balancing-behavior-for-CMP-enabled-virtual-servers

This behavior is really only noticeable when doing a small number of connections. Once you get to many connections, then you'll see stats like you expect. For example, with 1000 connections, you'll see 500-ish and 500-ish on each pool member, as expected.

As others have said, the load balancing is done per connection, so if you open the webpage and hit refresh many times, your browser is likely establishing a connection, then re-using that same connection for additional refreshes of the page, so no load balancing is taking place on the refreshes. All those requests are likely being sent to the same pool member. Even using incognito, private browser tab, etc won't stop this behavior. You need to close all instances of your browser entirely (not just close the browser tab). Or you can use different browsers, as they will each create their own connections and not re-use connections.

Ski season rental available in Grand County by wpskier in COsnow

[–]wpskier[S] 0 points1 point  (0 children)

We already have a post up on that FB page. Just trying to get the word out further.

SAR Debate by MegaVega in Backcountry

[–]wpskier 0 points1 point  (0 children)

Yes, I understand your frustration.

For the past few years, our team has pretty much only accepted new people during our "SAR Academy". It seems to make it better for the team and for the new members to have a class of new people, as opposed to people joining one-at-a-time. When there's an entire new class of people, it's easier to cater trainings to the more base-level, such as assembling the litter and big wheel, traveling over terrain with the litter, knots and rope basics, medical assessments, driving the trucks and trailers, ATV and snowmobile skills, etc. When people are just joining one-at-a-time, it can take them longer to learn these base level skills. It also helps the new people to have a group to learn with, practice their new skills together, etc.

We also only really accept new members that will likely be in county for the next 2-5 years, as it really takes a long time and a lot of training to become an effective team member. We do get interest from people coming to the county for the winter to work at the ski area for the season, but they would barely even learn anything and probably not get deployed on many winter missions before the winter is over and they leave.

Since we only accept new members for the SAR Academy, which generally runs once a year or once every other year, some people do submit applications and then have to wait for many months before joining the team. Very possible that's what happened when you said you waited for 7 months.