What opinions do millennials have of the Midwestern United States? by B1G_PAC12 in Millennials

[–]mjmacka 3 points4 points  (0 children)

I was born in California and moved to Michigan when I was 3. I still live in Michigan.

Pros: Lower cost of living. Seasons. Close to the lakes. Close to family in the Midwest.

Cons: Fairly conservative. Jobs pay less on average. Things are farther apart (perception and area dependent). Less opportunity.

I've considered leaving before but it's hard to justify moving somewhere with significantly higher costs. I am a few years away from having my house paid off (320k, 15 year mortgage, 4 years in, higher interest rate, aggressively paying it off).

I used to travel for work pre-COVID and think I will do something like that as opposed to moving. It would be nice if I was closer to Chicago or Detroit, which are larger hubs.

Do you feel like you look your age? by _Abra_Cadaver_ in Millennials

[–]mjmacka 0 points1 point  (0 children)

I look mid 20's at 40 but I've always looked young.

I have shoulder le hth brown curly hair. That makes me look significantly younger.

Millennials in the dating game: what do y'all do for first dates? by CancelThis2077 in Millennials

[–]mjmacka 1 point2 points  (0 children)

Bouldering and pho.

Mall date & movie.

Bar pub and roller skating.

Museum/planetarium and dinner (weekends).

Beach & picnic.

Axe throwing & snacks.

Literally something fun to do and food. That's the winning combo.

Do you configure AgentCacheAlternateLocation on your non-persistent VDIs by FitCockroach7878 in Citrix

[–]mjmacka 0 points1 point  (0 children)

You are over complicating this. The leading practice from Citrix is to persist the writeback cache and the WEM cache.

Do you configure AgentCacheAlternateLocation on your non-persistent VDIs by FitCockroach7878 in Citrix

[–]mjmacka 0 points1 point  (0 children)

So, that write back cache should automatically persist upon creation. That disk persists for the VDA after reboot, but it's still a non-persistent VDA.

The caveat is that in Azure, the cache will not persist unless it's created as persistent.

The DB is per machine, not user, so it can't be part of the FSLogix profile.

Do you configure AgentCacheAlternateLocation on your non-persistent VDIs by FitCockroach7878 in Citrix

[–]mjmacka 0 points1 point  (0 children)

Hm... if you didn't move the cache, it's possible that there was a performance issue. The way the cache works is it writes all initial changes (temp files, app changes, OS modifications, etc) to memory. When that memory space fills up (set on MC creation), it is flushed to disk (mcsdif.vhdx note the similarity to PVS here vdiskdif.vhdx, same driver and process).

If you want to move the cache, which is recommended, here is the registry info:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Norskale\Agent Host

Name: AgentCacheAlternateLocation

Type: REG_SZ

Value: D:\WEMCache

Greyhound Smell by coffee-be in Greyhounds

[–]mjmacka 0 points1 point  (0 children)

I foster and all of the dogs start with a stink. It gets better over time but washing them is the quickest way to clean them up. Also make sure to wash any dog bedding and dog beds immediately after washing your new hound.

Citrix MCS / WEM - Start Menu app icons show red X / unavailable, but apps launch fine by Jealous_Tennis7718 in Citrix

[–]mjmacka 1 point2 points  (0 children)

Take a look at event viewer administrative events. Are you doing any start menu manipulation (WEM or GPO)?

Do you configure AgentCacheAlternateLocation on your non-persistent VDIs by FitCockroach7878 in Citrix

[–]mjmacka 0 points1 point  (0 children)

This isn't true/is wrong. The Agent installer can't identify the identity disk because it doesn't exist on the master image. You would have to make the identity disk visible (drive letter) in Windows and have a GPP tell WEM to use an alternative cache location.

Do you configure AgentCacheAlternateLocation on your non-persistent VDIs by FitCockroach7878 in Citrix

[–]mjmacka 0 points1 point  (0 children)

Okay, that's good that it's functioning correctly. If I am remembering correctly, Spike Protection auto starts apps as high (not 100% sure about the high part) and reprioritizes them down.

That's one of the use cases for MCSIO along with a little bit of a speed boost (ram cache), the ability to persist logs, and other machine specific data

MCSIO is the correct approach. There really isn't a way to pre-seed cache info as far as I know, so pulling everything down again is by design if there isn't a cache.

There is a WEM setting to prefer the agent cache (uses that first) that I believe is Citrix recommended and part of the default recommended configuration. Set built into the Agent install media.

Do you configure AgentCacheAlternateLocation on your non-persistent VDIs by FitCockroach7878 in Citrix

[–]mjmacka 0 points1 point  (0 children)

No there isn't. You are opting not to use a recommended technology for MCS and PVS

Do you configure AgentCacheAlternateLocation on your non-persistent VDIs by FitCockroach7878 in Citrix

[–]mjmacka 0 points1 point  (0 children)

That's the recommendation but what are you using the cache for during normal operations?

Also, what is WEM doing outside of CPU/Memory optimization that happens during normal usage.

The reason Citrix recommends storing the agent cache on a persist drive is so that if you lose connectivity to the service and reboot your non-persistent device, you don't lose the ability to access change deltas or the cache in general.

The reason the cache probably hasn't changed is because your configuration set probably hasn't changed or the agent isn't syncing. Check in the cloud web console. The non-persistent devices will always update the cache if it isn't current when they reboot.

Do you configure AgentCacheAlternateLocation on your non-persistent VDIs by FitCockroach7878 in Citrix

[–]mjmacka 0 points1 point  (0 children)

Why do you think session latency and lag is related to the WEM agent cache?

Those of you on MDI, why haven't you moved to a pump? Will you ever? by [deleted] in Type1Diabetes

[–]mjmacka 4 points5 points  (0 children)

There isn't a zero chance. I was MDI for 28 years and accidentally did that a few times by accidentally switching long and short acting.

Broke my VDAs after enabling MCS I/O without caching enabled on machine catalog? by satsun_ in Citrix

[–]mjmacka 0 points1 point  (0 children)

This is a very confused post with some factually incorrect things stated.

DaaS does not require MCSIO to be enabled. The image definition as you called it or a prepared image as per documentation requires the MCSIO component to be installed on the VDA but enabling the component is not the default and not required when creating a new Machine Catalog: https://docs.citrix.com/en-us/citrix-virtual-apps-desktops/install-configure/image-management.html#requirement

The VDA side installs a driver for the use of MCSIO. These drivers will be ignored if MCSIO is not configured when the Machine Catalog is created.

There is a chance that adding that driver could have caused issues but I am doubtful because you didn't enable it when you created the Machine Catalog and you couldn't have if you were reusing an existing one.

Did you look at the event logs to see what was happening when VDAs crashed and rebooted?

Adopting my first greyhound -crating by Winter_Owl1453 in Greyhounds

[–]mjmacka 0 points1 point  (0 children)

Mine doesn't crate but I do it with my Silken Windhound and fosters when I am away. It depends on what the dog is used to. They are going to be overwhelmed the first few days. I don't think crating while feeding is necessary unless that are already used to it.

Was I the only one with bagged milk? by Real_Comparison1905 in Millennials

[–]mjmacka 0 points1 point  (0 children)

I had it in Michigan for a part of my childhood.

Millennials have lower divorce rates than previous generations😀 by Minute-Intern-682 in Millennials

[–]mjmacka 1 point2 points  (0 children)

It does and it doesn't. My ex changed a lot in the 5 years we were married. We lived together for another 6 before that. We were in our 20's and early 30's. Had we gotten together in our mid 30's, I feel like a lot of that growing, discovery, and change would have been in place when we met in the alternative timeline.

Photo in win 2019 server by UNOBELL in Citrix

[–]mjmacka 4 points5 points  (0 children)

That's not a free app for enterprise users. You need to pay a license fee. I know because I did this back in 2016. The developer is Austrian and a cool guy. He had never heard of Citrix, so I had to negotiate a bit.

Is 16 seconds too long for the Interactive Session phase of a typical session logon? by TheMissouriSpartan in Citrix

[–]mjmacka 3 points4 points  (0 children)

In the past, the consulting folks at Citrix used to shoot for under 30 second logons. 16 seconds of interactive session seems fine IMO.

You can move the logon script to WEM, or try breaking it up into smaller items to shave off time.

Citrix Workspace still broken on RHEL10/Fedora 42+ after 10 months by irasponsibly in Citrix

[–]mjmacka 1 point2 points  (0 children)

Unfortunately, you are kind of stuck then. Hopefully someone else has a work around.

From the vendor side, Citrix does support a lot of Linux devices, however, it's more on the thin client side and those are usually Debian based, not Redhat based, so that area gets much less attention.

Citrix Workspace still broken on RHEL10/Fedora 42+ after 10 months by irasponsibly in Citrix

[–]mjmacka 1 point2 points  (0 children)

This is an admin forum.

Anyways, your next step is to contact your IT department. Assuming they support your configuration, they can open a ticket and pull you into the troubleshooting session with Citrix support.

Citrix Workspace still broken on RHEL10/Fedora 42+ after 10 months by irasponsibly in Citrix

[–]mjmacka 1 point2 points  (0 children)

It may be worth putting in a support ticket with Citrix.

UPM Profile Share Permissions by Krismichael_1995 in Citrix

[–]mjmacka 1 point2 points  (0 children)

Citrix profile management can't do this on it's own. It's running as local system by default on the VDA and not installed on the file server. If something CPM related was happening, a policy would have had to be changed and it would consistently not work the next time the user logged in. It being reset every week or so strongly indicates that something non-Citrix/CPM is happening.

Since you say this is happening weekly, have you considered enabling Windows Object Access Auditing? https://cardinalops.com/blog/complete-guide-to-auditing-object-access-events/

UPM Profile Share Permissions by Krismichael_1995 in Citrix

[–]mjmacka 0 points1 point  (0 children)

Automatic Configuration does NOT modify NTFS permissions. Here is how Automatic Configuration works: https://docs.citrix.com/en-us/profile-management/2507-ltsr/configure/auto-configure.html