Autodungeoneering pro auths

Shrine Theme Pro 1.1.0 For Shopify (.zip File & Auth Key)

2024.05.13 20:58 Secret-Caramel-5156 Shrine Theme Pro 1.1.0 For Shopify (.zip File & Auth Key)

Contact Discord: ismetdropshipping
Just send me a message and I will provide you with all the proofs. I can also share a screen if you want and show you all you are curious about and let you test it in a DEMO store.
submitted by Secret-Caramel-5156 to DropshippingST [link] [comments]


2024.05.13 19:12 nemanja_jovic Packer: Help with building Windows 11 image with vsphere-iso builder

Hello community,
I have been struggling to build the Windows 11 image on VMware, some help would be greatly appreciated.
I was able to configure HCL/Packer when it comes to VMware configuration (mostly I hope).
At the moment, Windows 11 gets provisioned until the moment that system boots with the Windows OS screen, and then it hangs, I believe that WinRM is not properly started via the XML answer file. I can confirm that answer file works because Windows settings for the setup are processed and Windows installation finishes.
Also, I could not use the floppy drive, since its not supported with UEFI and TPM, so I am mapping the VMware tools from the datastore, and will include in the answer file the part to install the tools - my doubt is, is the WinRM even started if the Packer can't connect with the IP?
I am having trouble to understand how to troubleshoot the answer file, its really cumbersome.
My packer console says waiting for the IP.
Any suggestions are very welcome, thanksss!
Here's my packer configuration file:
packer { required_plugins { vsphere = { version = "~> 1" source = "github.com/hashicorp/vsphere" } } } source "vsphere-iso" "windows11" { vcenter_server = "vcenter.automation.lab" username = "administrator@automation.lab" password = "MyPassword123" datacenter = "automation.lab" cluster = "Automation Lab Cluster" folder = "packer-tests" datastore = "datastore1" host = "esxi.automation.lab" insecure_connection = "true" vm_name = "Windows11_${uuidv4()}" communicator = "winrm" winrm_password = "MyPassword123" winrm_username = "Administrator" winrm_insecure = "true" winrm_timeout = "3m" winrm_use_ssl = "true" CPUs = "4" RAM = "4096" RAM_reserve_all = true cd_files = ["setup/autounattend.xml"] disk_controller_type = ["lsilogic-sas"] firmware = "efi" guest_os_type = "windows11_64Guest" iso_paths = [ "[datastore1] ISO/Win11_23H2_English_x64v2.iso", "[datastore1] vmware_tools/windows.iso" ] boot_wait = "20s" boot_command = [ "", "", "" ] http_directory = "./setup" tools_upgrade_policy = true network_adapters { network = "VM Network" network_card = "vmxnet3" } storage { disk_size = "65536" disk_thin_provisioned = false } convert_to_template = "true" vTPM = true } build { sources = ["source.vsphere-iso.windows11"] provisioner "windows-shell" { inline = ["dir c:\\"] } } 
Here's my answer file:
     en-US  en-US en-US en-US en-US       1 Primary 499   2 EFI 100   3 Primary true     1 1 NTFS  de94bba4-06d1-4d40-a16a-bfd50179d6ac   2 2  FAT32   3 3  NTFS C   0 true       /IMAGE/NAME Windows 11 Pro    0 3  OnError false      OnError  true      Eastern Standard Time     0409:00010409 en-US en-US en-US     MyPassword123 true</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>1</LogonCount> <Username>Administrator</Username> </AutoLogon> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <CommandLine>powershell -Command "Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force";</CommandLine> </SynchronousCommand> <SynchronousCommand wcm:action="add"> <Order>2</Order> <CommandLine>powershell -Command "Invoke-WebRequest -Uri http://{{ .HTTPIP }}:{{ .HTTPPort }}/setup.ps1 -OutFile C:\setup.ps1; C:\setup.ps1"</CommandLine> </SynchronousCommand> </FirstLogonCommands> <OOBE> <HideEULAPage>true</HideEULAPage> <HideLocalAccountScreen>true</HideLocalAccountScreen> <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <UnattendEnableRetailDemo>false</UnattendEnableRetailDemo> <ProtectYourPC>1</ProtectYourPC> </OOBE> <UserAccounts> <AdministratorPassword> <Value>MyPassword123</Value> <PlainText>true</PlainText> </AdministratorPassword> </UserAccounts> </component> </settings> </unattend> </pre> WinRM setup file:<br /> <pre>$ErrorActionPreference = "Stop" # Switch network connection to private mode # Required for WinRM firewall rules $profile = Get-NetConnectionProfile Set-NetConnectionProfile -Name $profile.Name -NetworkCategory Private # WinRM Configure winrm quickconfig -quiet winrm set winrm/config/service '@{AllowUnencrypted="true"}' winrm set winrm/config/service/auth '@{Basic="true"}' netsh advfirewall firewall add rule name="Windows Remote Managment (HTTP-In)" dir=in action=allow protocol=TCP localport=5985 # Reset auto logon count # https://docs.microsoft.com/en-us/windows-hardware/customize/desktop/unattend/microsoft-windows-shell-setup-autologon-logoncount#logoncount-known-issue Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon' -Name AutoLogonCount -Value 0 Get-PsDrive out-file ~/desktop/psdrives.txt notepad ~/desktop/psdrives.txt </pre> My folder structure:<br /> <a href="?id=9573">https://preview.redd.it/l4msxgcd880d1.png?width=571&format=png&auto=webp&s=94a87c09a5340bceb9da6970755e71fcf3f0cf4f</a><br /> </div> &#32; submitted by &#32; <a href="?id=18840"> nemanja_jovic </a> &#32; to &#32; <a href="?id=27672"> hashicorp </a> <span><a href="?id=16438">[link]</a></span> &#32; <span><a href="?id=2009">[comments]</a></span></p>
<hr />
<p>2024.05.13 19:09 <i style="color:green;">craigerator1979</i> <b>MacBook Profile Management</b></p>
<p><div class="md">We are working on updating/re-imagining our MacBook deployments and we're kinda stuck on profile managment/log-ins for the Macs. We have a fleet of about 150 MacBooks that are purchased via School Manager with Jamf Pro as our MDM. Currently we deploy them by cloning from a master mac and then enrolling in Jamf. <br /> Each computer has three local profiles (two admin and one staff). We have to manually "reset" that that staff account when the computer changes hands. This sucks.<br /> We have been spending a lot of time researching and we just don't know how to proceed.<br /> We want to move towards a zero touch deployment, but we are kinda stuck on creating/managing profiles. I think we have options but I am having a hard time trying to figure out what our best option is. We have a Google domain, Microsoft365 and Okta as authentication options. I also believe I can talk our CIO into the value of Jamf Connect if that is the best way forward. <br /> I have read some on Federated Apple IDs. Can we just federate either our Google Workspace or Microsoft with Apple School Manager and then create manage user IDs for logging in with that? Our Google domain uses Okta auth, so I am wondering if we can create a link with School Manager and Google and users would essentially have to use Okta auth to login?<br /> Or am I better off with Jamf Connect?<br /> </div> &#32; submitted by &#32; <a href="?id=23456"> craigerator1979 </a> &#32; to &#32; <a href="?id=22386"> macsysadmin </a> <span><a href="?id=14088">[link]</a></span> &#32; <span><a href="?id=20873">[comments]</a></span></p>
<hr />
<p>2024.05.13 14:26 <i style="color:green;">Far-Celebration7826</i> <b>HEAVILY DISCOUNTED SHRINE THEME PRO - WITH AUTH KEY - LICENSED</b></p>
<p><div class="md">Contact☎️ Discord: ismetdropshipping<br /> </div> &#32; submitted by &#32; <a href="?id=28401"> Far-Celebration7826 </a> &#32; to &#32; <a href="?id=25557"> Dropshipping_Guide </a> <span><a href="?id=12032">[link]</a></span> &#32; <span><a href="?id=24121">[comments]</a></span></p>
<hr />
<p>2024.05.13 08:35 <i style="color:green;">Extreme-Rub6128</i> <b>lost iphone but couldn't find it on the map location</b></p>
<p><div class="md">Hi everyone!<br /> I could really use your help. Last night, I lost my iPhone while getting out of an Uber after reaching home. At first, I thought I left it in the car, so I reached out to the driver through customer support. Unfortunately, it wasn't there.<br /> But here's where it gets interesting. I used the 'Find My' function and discovered that my phone was right where I was dropped off. Soon it started moving and ended up two blocks away. During this process, I locked the phone, reported loss of credit cards, and send a message asking whoever found it to return it to a nearby location, promising a reward.<br /> Now, I can see the phone's location on the map, but I couldn't find it at the spot where it's supposed to be, or within a 30 feet range. It's just an old iPhone 13 Pro, but it holds family memories that aren't backed up; also personal data, and multiple auth apps that I don't know how to setup in a new phone. Retrieving this data seems trickier than just reporting a lost credit card.<br /> Any suggestions or advice on how to track down my phone to retrieve my data would be greatly appreciated! Thank you so much in advance for your help! 🙏<br /> </div> &#32; submitted by &#32; <a href="?id=2089"> Extreme-Rub6128 </a> &#32; to &#32; <a href="?id=14403"> iphone </a> <span><a href="?id=24520">[link]</a></span> &#32; <span><a href="?id=7783">[comments]</a></span></p>
<hr />
<p>2024.05.13 06:08 <i style="color:green;">Natural_Morning2559</i> <b>[REVIEW] My White Whale: The Row Margaux, A Tale of Two Bags (for now)</b></p>
<p><table> <tr><td> <a href="?id=13332"> <img src="https://external-preview.redd.it/2yNu3MUOsrdUuUY40l6m-R2YTN3NeXQ14WxGKxdvXCE.jpg?width=640&crop=smart&auto=webp&s=17ce7e289b584d0b7b41c29a4af16aca01cdb5a9" alt="[REVIEW] My White Whale: The Row Margaux, A Tale of Two Bags (for now)" title="[REVIEW] My White Whale: The Row Margaux, A Tale of Two Bags (for now)" /> </a> </td><td> <div class="md"><a href="?id=13252">Kata (L) and Reference Only Store (R)</a><br /> *No sellers are aware of the below review. I felt a more *storytime* review was appropriate for this long winded comparison. Hope the mods aren't mad at a story time review <3<br /> First off, I'd like to acknowledge that since my first purchase of this bag, <a href="?id=21683">Vogue</a> has labeled it the "New Birkin". While a fun way to drum up drama for the bag and get it to sell out everywhere... A Birkin is still a Birkin. Finding an auth version of this bag IRL at a store has become impossible, though if you're in NY or LA, I've heard from Row expert Neelam Ahooja that they restock on Tuesdays at the boutiques, so you might be able to fondle one there for rep comparison purposes.<br /> <strong>Expertise:</strong> My first rep was from Venice Beach boardwalk in the early 2000s. It was a rainbow Louis Vuitton in a weird shell shape and I was the happiest 10 year old. Fast forward to my 30th birthday and discovering <em>that</em> article. I've worked in fashion, handling luxury goods on photoshoots for years, and the thrill of being able to afford the bags only my bosses had been able to afford was bliss!<br /> <strong>Seller:</strong> Ever since I've been buying from Amelia. Her prices are the lowest I've been quoted, she has an extensive library of factories, and her shipping times are fast - often arriving within a week of being posted. Bottega and the Row were top of my list! I started with Bottega, found some absolutely A+ reps from Top Factory and decided it was time to get a new work bag AKA The Row Margaux.<br /> <strong>For your reference</strong>:<br /> <a href="?id=109">Authentic</a><br /> <a href="?id=7908">Factory Photos</a> for Kata<br /> <a href="?id=18235">PSPs</a> for Kata<br /> <a href="?id=22239">My Photos</a> - comparisons between Kata and Ref Only Store. The color gets a bit extra red because of my blue/green sofa in the detail shots<br /> <strong>Prices</strong>:<br /> Kata: 1980CNY + 580CNY shipping = 2560CNY = About $350<br /> Ref Only Store: EDITED TO ADD: I just remembered I could search my CC statement, and the bag was $504 before the extra $34 shipping charge). [I deleted my original receipt 🫣 but I believe it was around $400 for the bag + $40 shipping. I do have my receipt for extra shipping added on January 3rd for an extra $34 so the bag wouldn't get crushed in shipment.]<br /> <strong>Backstory</strong>: I tried the NS Park store, but they weren't great to wear around my row obsessed colleagues. I looked at the bag IRL and online, comparing factory photos to the real thing, especially to figure out which size to get. I was a researcher possessed, thinking non-stop of this damn bag!!!<br /> I stopped by a luxury store in Nantucket (lol) and tried on both sizes. Both worked great on my 5'8" frame but the 15 seemed a bit younger and fresher, less destined as an overnight bag. I regret this decision later on.<br /> Late last summer, the Margaux was selling for around $1,500 on resale sites like The Real Real, something that I could have realistically afforded at the time, but I was all in on reps. And I was on a ROLL with my reps. I had found the best Bottega's but I now wanted The Perfect Work Bag TM. Having worked with Amelia before, I submitted my request for a Margaux 15 in Tan Saddle Leather. Factory photos looked generally good compared to the bags I'd seen IRL, but it's all in the details with a bag like this. The leather didn't look as smooth or shiny as the authentic, but I figured my newfound bestie leather honey would be able to help.<br /> <strong>Kata Margaux 15:</strong> The bag arrived promptly, and immediately I was discouraged by the leather. It's not a saddle leather. It's smooth, but has a tight grain unlike any saddle leather I've seen before. It's soft, but the leather should be a bit stiffer upon arrival. It looks great but once you touch it it feels... weird. I've never felt a luxury bag that feels like this. And most importantly this leather DOES NOT SCRATCH. This bag and leather should get scratched up by the gentlest snag of the nail. It makes me wonder if it's a leather composite rather than saddle. The quality is just not there. But that being said, the leather honey helped! It got a beautiful sheen and softened up a bit and the buffed in oil added a bit of slip. The hardware is a bit off in shape, a bit more rounded, but it's only obvious in comparison next to an auth, and out and about it's visually a perfect rep. The measurements math the Row site's perfectly. I have gotten so many compliments on this bag walking through SoHo on my way to work in the morning.<br /> I've carried it everyday to work since I got it, and really put it through the wringer. It's softened up and gotten slouchy like I know so many hope for. The feet are now scratched and reveal 3 layers of different metals under the gold lol. It's a hand held only bag and can kinda be held over the shoulder if you also hold the bottom like they do on the Row runway. A 13"/14" laptop slides in perrrrrfectly between the folds of the sides and is kept upright so you can easily access your stuff inside. This is the best thing about this being a work bag, and I don't see enough people singing this praise. It holds a lunch, workout clothes, a notebook and small water bottle with room for copious lipsticks and other stuff. The width is perfect for throwing things in but still being able to find them easily. It's not too tall which helps with this as well. I leave the buckles undone most of the time so I can easily get my laptop in or out. Three interior pockets is a perfect amount for holding extra lipsticks and hair ties and whatever other random stuff that would otherwise end up on the bottom of your bag. And as much as it is a little annoying that it doesn't really fit over the shoulder except in the lightest of layers, I think only being able to hold it has done wonders for my neck and shoulder pain. But, it gets SO heavy SO fast and makes picking up groceries on the way home incredibly uncomfortable. I think I was commuting with a 20 pound bag some days.<br /> Only a few months into owning it, the edging on the handle started to peel off. The stretching and compressing of the handles from carrying the weight of my daily essentials caused the edging to disconnect from the handle. After a few weeks of trying to hide this I peeled it all off so it wouldn't so obviously be flapping around. Now, I was mad. I was anxious it was a giant red flag that read FAKE. This $300+ bag is falling apart already?? My <em>dream</em> bag???<br /> So, I ripped it off, figuring I'd figure out how to repaint the edging eventually. It looked so much better without it on the handles, but less obvious. No one noticed until I told them, and the edging is so notoriously bad for these bags that no one was surprised. It took me weeks of after work research and being told by multiple cobblers that they couldn't replace the plastic edge painting (lol) to find the appropriate edge paint type - a polymer (aka plastic) that gets layered on first as a base coat, and then the color. It's relatively easy to do after I practiced on cardboard a few times. But, it took me foreverrrrr to get the courage to actually paint the edges.<br /> Quick interlude into story time for the brand of edge paint I used: Giardini Max Edge Pro, in colors: Black, White, Tan 69, Light Brown 59, and Basecoat Dense. If you find yourself in a position to redo the edging on your Row Cuir colored bag, you will need all 4 of these shades to get an exact match!<br /> In the meantime, I was mad. I was anxious. I thought my bag was SCREAMING to anyone that looked in its extended vicinity that it was a fake all because of this goddamn edging. I lost my mind. No one was looking. My coworkers in fact, who have also worked in fashion for years were fondling it and drooling over it. No doubt in their minds at it's originally. My big big boss was in fact one of them and she's worked in fashion magazines for decades! She carries a Kelly to the office! Another coworker (tbh a weird freelancer) grabbed it without my permission and went through it talking about how she wants one and then asked if she could have a lip balm of mine (?????). This bag passed the fondling when not next to an authentic test with flying colors. BUT I couldn't see past the flaws.<br /> <strong>Ref Only Margaux 15</strong>: So, unable to rest easy, I purchased the Reference Only Store Margaux 15 in the same brown saddle leather right after Christmas. The NS Park tote I got from her earlier last year was absolutely perfect with no discernible difference from the auth when held next to each other in the store. Edging, logo, leather quality, all are perfect. I had very high hopes.<br /> It took months to ship, which was disclosed upon purchase. It was a preorder from their supposed contract factory whipping these up over the first few months of the year. My plan became to get this one, fix up my well worn handle myself with the above edge painting and rehome it.<br /> Opening the Ref Only Margaux was an emotional journey. First off, THE LEATHER IS FUCKING AMAZING. It is soft and buttery and will age so well. It scratches like it should. The smell is divine!!! The construction is beautiful. I realized that the stitching should be a bit wider on the horizontal than the edges and this one has it! But, the measurements are an inch off in either direction. The handle drop is 2 inches longer than it should be?(?). BUT at least this means that it easily fits over my shoulder lol. The glazing is too light, but the color of the leather looks much more auth. The handle strap attachment is a little puffy instead of concave? Not at first glance an obvious issue, but the way it reflects light is all wrong. I've seen a few other people who got theirs and had the same issues and complained about this beautiful leather, but I would like to point out that anyone complaining about this leather scratching needs to get a grip and realize that is very much a sign of the quality, not whatever bonded shit they're used to (shots fired, not at all sorry, sometimes we need a reality check on what we're obsessing over, myself included). The logo on the buckle looks ok, somewhat similar to the depth on newer bags (see <a href="?id=17751">Net-a-Porter screenshot</a>s). BUT the feet are terrible. They look like they're done with a laser cutter, not cast in like it should be. The stamp is small and deep - and from what I can tell this color and leather should be shallow.<br /> All in all, I think it's too different to swap to this bag from my Kata one after my whole department has oohed and ahhhed over this bag. It will have to be a catch and release. Overall this bag isn't worth the money if you live in an area that knows the Row. BUT, if you live somewhere where you're the only one who knows, or you just don't care and are looking for a quality bag with this shape, this one is it. The quality is better, the leather is better, but it shouldn't be thought of as a Margaux.<br /> <strong>Repairs</strong>: So, getting this bag and losing all hope, I was finally mentally prepared to paint the edging on my old Kata. While practicing on cardboard helped a ton, the first strap was a bit clunky to do, but by the second it was muuuuch easier to get clean lines. If anyone finds this post while looking for how to fix the rubberized edging on theirs, I highly recommend USING LITTLE CLAMPS to keep the side narrow while the paint dries so it doesn't harden in a stretched out state. It was very necessary to getting a clean finish. You only need to use them on the first coat and then it will be set. Don't worry about any wrinkling that might happen as subsequent coats will even it out.<br /> It worked! And then.... the handles kept stretching. The edging disconnected AGAIN. I redid one, and it's disconnected AGAIN. I've given up on fixing this bag. I've shoved both away into my closet. I bought an auth Mansur Gavriel on sale to carry in the meantime.<br /> Now I want to buy an authentic. I've started checking the Row website nightly to see if any are in stock, and they sometimes are on there. They're impossible to find and that is saving my wallet. I figured I can always upgrade to the 17 and tell my coworkers that I wanted to be able to wear it over my shoulder. I got a promotion so it's not too crazy of an idea. UPDATE: my partner successfully talked me out of dropping $5k on a bag I technically already own. Instead, I bought a pebbled leather taupe Margaux 17 from Weipan factory from Amelia. She says it's the best quality so my hopes are.... reservedly high? It arrives tomorrow and I want to test it to give y'all my comprehensive thoughts on how it compares. I don't recommend the saddle leather, especially in this color, from either Kata or Ref Only so far.<br /> TL;DR: Don’t get the saddle leather! Don't get this tawny brown! Go with Kata for accuracy in pebbled or suede! Dark brown or black are your safest colors. BUT if you're hearts on the saddle, for reference store's is a great quality option if you're not surrounded by the Row obsessives like me.<br /> Lol I also saw a very bad rep with multiple layers showing through on the side in soho last weekend. Stay vigilant ladies. Keep on repping.<br /> </div> &#32; submitted by &#32; <a href="?id=14070"> Natural_Morning2559 </a> &#32; to &#32; <a href="?id=13303"> WagoonLadies </a> <span><a href="?id=22212">[link]</a></span> &#32; <span><a href="?id=15884">[comments]</a></span> </td></tr></table></p>
<hr />
<p>2024.05.13 02:03 <i style="color:green;">cuddlypuppylover39</i> <b>iPhone 13 Randomly Rebooting 12+ Times a Day... (iDevice Analyzer & Panic Log)</b></p>
<p><div class="md">For about the past month my iPhone 13 has been randomly restarting... At first it wasn't that alarming (1 or 2 resets a day) but then it shot up to double digits a day and became pretty annoying (can't see notifications or use flashlight or camera without entering passcode and waiting for everything to boot up again .etc). <br /> I started by going to the Apple Store and they ran their diagnostics on it. They essentially told me the hardware (from at least what they detected) seems completely fine and that my Phone's warranty ran out so there's not much they could really do. They just suggested I do a full wipe of my phone or upgrade to a new phone (which I do not want to do because I got this phone only a little over a year ago)<br /> I ran iDevice Analyzer on it and got back the following possible reasons:<br /> <strong>NAND, CPU Open Line(s), Crystal, Interposer</strong><br /> Searching online, I couldn't found much on what these meant or how to fix it aside from like one reddit post from a long time ago. Does anyone have any interpretations of these problems or any idea on how to maybe fix it?<br /> I'll paste the first chunk of one of my most recent panic logs below as well:<br /> {"bug_type":"210","timestamp":"2024-05-12 02:20:34.00 -0700","os_version":"iPhone OS 17.4.1 (21E236)","roots_installed":0,"incident_id":"EF71A412-71B4-454E-94B5-2B0F87F4E351"}<br /> {<br /> "build" : "iPhone OS 17.4.1 (21E236)",<br /> "product" : "iPhone14,5",<br /> "socId" : "8110",<br /> "socRevision" : "11",<br /> "incident" : "EF71A412-71B4-454E-94B5-2B0F87F4E351",<br /> "crashReporterKey" : "72448e7657e5df7bc776650bcc23f455db8ec2db",<br /> "kernel" : "Darwin Kernel Version 23.4.0: Fri Mar 8 23:31:19 PST 2024; root:xnu-10063.102.14~67\/RELEASE_ARM64_T8110",<br /> "date" : "2024-05-12 02:20:34.86 -0700",<br /> "panicString" : "panic(cpu 3 caller 0xfffffff04483eae8): AOP DATA ABORT pc=0x000000000110baec Exception class=0x25 (Data Abort taken without a change in Exception level), IL=1, iss=0x6 far=000000000000000000 - main(5) OUTBOX3 not ready - \nuser handlers:\nEiger::probe=0 [e4 30 1] conn=0\n\nMoly invalid smp cnt:0, int \nRTKit: RTKit-2419.102.1.debug - Client: iphone14aop:AppleSPUFirmwareBuilder-515.100.32~7989\n!UUID: 762abda2-2b35-3ada-bd31-2c10ecaae9c9\nTime: 0x00000017fd680744\n\nFaulting task stack frame:\nWrong frame size for ARMv8. Got 840 bytes, expected 828\n pc=0x000000000110baec Exception class=0x25 (Data Abort taken without a change in Exception level), IL=1, iss=0x6 far=000000000000000000\n r00=000000000000000000 r01=0x00000000011c8b50 r02=0xffffffffef010e40 r03=0x0000000000000001\n r04=0x000000001000001d r05=0x0000000000000020 r06=0x0000000020504f41 r07=0x00000000f533cf91\n r08=0x0000000000000001 r09=0x000000000117ce00 r10=0x000000000117ce00 r11=0x00000000011c7648\n r12=0x00000000000014f0 r13=0x00000000011c7648 r14=0x00000000011c8aec r15=0x47c20d24bf800000\n r16=0x0000000000000030 r17=0x3b5f0000011891d8 r18=000000000000000000 r19=0x0000000000000033\n r20=000000000000000000 r21=0x0000000000004074 r22=000000000000000000 r23=0x00000000011cfe60\n r24=0x00000000011ce400 r25=0x00000000011c8afc r26=0x00000000011c8aec r27=0x0000000000000068\n r28=0xffffffffef010da0 r29=0xffffffffef010eb0\n sp=0xffffffffef010da0 lr=0x000000000101606c pc=0x000000000110baec psr=0x60000004\n psr=0x60000004 cpacr=0x300000 fpsr=0x000010 fpcr=00000000\n\nFaulting task 5 Call Stack: 0x000000000110baec 0x00000000010151f0 0x0000000001015324 0x000000000110510c 0x00000000010ebde8\nRTKit Task List:\n name pri stack use status resource warning\n 0 audio 017 2944\/4096 SEMWAIT 0x1219c00 \n 0x00000000010eb264 0x00000000010ec7dc 0x0000000001105098 0x00000000010ebde8\n\n 1 rtk_ep_work 057 864\/2048 SEMWAIT 0x117eb00 \n 0x00000000010eb264 0x00000000010ec7dc 0x0000000001105098 0x00000000010ebde8\n\n 2 power 000 1328\/2048 RUNNABLE 0x11a12c0 \n 0x00000000010eb264 0x0000000001103e48 0x0000000001103b34 0x00000000010ebde8\n\n 3 os_log_wl 013 784\/4096 SEMWAIT 0x114bf40 \n 0x00000000010eb264 0x00000000010ec7dc 0x0000000001105098 0x00000000010ebde8\n\n 4 log_flush 015 912\/4096 SEMWAIT 0x117b2a0 \n 0x00000000010eb264 0x00000000010ec7dc 0x0000000001109f10 0x00000000010ebde8\n\n 5 main 015 3952\/8192 RUNNABLE 0 [Faulting task]\n\n 6 tracekit_wl 013 592\/2048 SEMWAIT 0x114a740 \n 0x00000000010e71a4 0x00000000010ec7dc 0x0000000001105098 0x00000000010ebde8\n\n 7 pearl 020 1856\/4096 SEMWAIT 0xffffffffef030f40 \n 0x00000000010eb264 0x00000000010ec7dc 0x0000000001105098 0x00000000010ebde8\n\n 8 prox 014 3696\/4096 SEMWAIT 0x1242600 \n 0x00000000010eb264 0x00000000010ec7dc 0x0000000001105098 0x00000000010ebde8\n\n 9 voicetrigger 013 496\/6144 SEMWAIT 0x1188720 \n 0x00000000010eb264 0x00000000010ec7dc 0x00000000010ecfe8 0x0000000001077900 0x00000000010778d4 0x00000000010ebde8\n\n10 cma 011 6432\/12288 SEMWAIT 0x115a020 \n 0x00000000010eb264 0x00000000010ec7dc 0x0000000001105098 0x00000000010ebde8\n\n\nChinook ASC Async error info: \nl2c_err_sts 0x5000fbfc00000000, l2c_err_adr 000000000000000000, l2c_err_inf 000000000000000000\nlsu_err_sts 000000000000000000, fed_err_sts 000000000000000000, mmu_err_sts 000000000000000000\ndpc_err_sts 000000000000000000\n\nMailbox (0): (0)\n Inbox AKF_KIC_INBOX_CTRL = 0x0002dd01, AKF_KIC_MAILBOX_SET = 0x11111101\n Outbox AKF_AP_OUTBOX_CTRL = 0x00020001, AKF_AP_MAILBOX_SET = 0x00000000\n\n dir endpoint timestamp msg\n ==== ============ ================== ==================\n [TX] user07 0x00000017fd586c00 0x0085000000000005\n [RX] management 0x00000017fd66d538 0x00b0000000000020\n [TX] management 0x00000017fd66dc0c 0x00b0000000000020\n [RX] user14 0x00000017fd67a02c 0x00a3000000000000\n [RX] user27 0x00000017fd67a34c 0x00a3000000000000\n [RX] user01 0x00000017fd67a828 0x00a3000000000000\n [RX] user18 0x00000017fd67acb4 0x00a3000000000000\n [RX] user04 0x00000017fd67b33c 0x00a3000000000000\n [RX] user19 0x00000017fd67baa4 0x00a3000000000000\n [RX] user05 0x00000017fd67c098 0x00a3000000000000\n [RX] user24 0x00000017fd67c41c 0x00a3000000000000\n [RX] user17 0x00000017fd67c7dc 0x00a3000000000000\n [RX] user10 0x00000017fd67cb38 0x00a3000000000000\n [RX] user23 0x00000017fd67d0e4 0x00a3000000000000\n [RX] user25 0x00000017fd67d444 0x00a3000000000000\n [RX] user11 0x00000017fd67d768 0x00a3000000000000\n [RX] user07 0x00000017fd67d934 0x00a3000000000000\n [RX] user08 0x00000017fd67d9d4 0x00a3000000000000\n [RX] user03 0x00000017fd67dce4 0x00a3000000000000\n [RX] user22 0x00000017fd67e2dc 0x00a3000000000000\n [RX] user28 0x00000017fd67e4a4 0x00a3000000000000\n [RX] user26 0x00000017fd67e8f4 0x00a3000000000000\n [RX] user02 0x00000017fd67eb70 0x00a3000000000000\n [RX] user20 0x00000017fd67ef54 0x00a3000000000000\n [RX] user31 0x00000017fd67f1ec 0x00a3000000000000\n [RX] user16 0x00000017fd67f504 0x00a3000000000000\n [RX] user29 0x00000017fd67f67c 0x00a3000000000000\n [RX] user06 0x00000017fd67f714 0x00a3000000000000\n [RX] user13 0x00000017fd67f8a8 0x00a3000000000000\n [RX] user09 0x00000017fd67fcd8 0x00a3000000000000\n [RX] user12 0x00000017fd67fe64 0x00a3000000000000\n [RX] user21 0x00000017fd67ffd0 0x00a3000000000000\nSMB Registers: 0x119b898\n smsta: 0x08110118\n mcnt : 0x00000000\n xfsta: 0x00000000\n imask: 0x04a00040\nSMB Registers: 0x119b958\n smsta: 0x08110118\n mcnt : 0x00000000\n xfsta: 0x00000000\n imask: 0x04a00040\nSMB Registers: 0x119ba18\n smsta: 0x08110118\n mcnt : 0x00000000\n xfsta: 0x00000000\n imask: 0x04a00040\nFound SCM Data: spi0\nFound SCM Data: spi1\nFound SCM Data: i2cm0\nFound SCM Data: i2cm1\nFound SCM Data: i2cm2\nMailbox (3): (2)\n Inbox AKF_KIC_INBOX_CTRL = 0x00020001, AKF_KIC_MAILBOX_SET = 0x11111101\n Outbox AKF_AP_OUTBOX_CTRL = 0x00000000, AKF_AP_MAILBOX_SET = 0x00000000\nOUTBOX not ready \n\n dir endpoint timestamp msg\n ==== ============ ================== ==================\n [RX] user01 0x0000000eea088ca8 0x0085000000000000\n [RX] user01 0x0000000eea0ed2cc 0x0085000000000000\n [RX] user01 0x0000000eea150664 0x0085000000000000\n [RX] user01 0x0000000eea1b46c8 0x0085000000000000\n [RX] user01 0x0000000eea2119f0 0x0085000000000000\n [RX] user01 0x0000000eea2728dc 0x0085000000000000\n [RX] user01 0x0000000eea2d4ddc 0x0085000000000000\n [RX] user01 0x0000000eea3320a4 0x0085000000000000\n [RX] user01 0x0000000eea393278 0x0085000000000000\n [RX] user01 0x0000000eea3f23c0 0x0085000000000000\n [RX] user01 0x0000000eea8889d4 0x0085000000000000\n [RX] user01 0x0000000eeb1adde4 0x0085000000000000\n [RX] user01 0x0000000eeb20fb70 0x0085000000000000\n [RX] user01 0x0000000eeb2712d4 0x0085000000000000\n [RX] user01 0x0000000eeb396400 0x0085000000000000\n [RX] user01 0x0000000eeca7b92c 0x0085000000000000\nMailbox (6): (4)\n Inbox AKF_KIC_INBOX_CTRL = 0x00020001, AKF_KIC_MAILBOX_SET = 0x11111101\n Outbox AKF_AP_OUTBOX_CTRL = 0x00020001, AP instance uninitialized\n\n\n dir endpoint timestamp msg\n ==== ============ ================== ==================\n [TX] user01 0x0000000c73836a4c 0x0085000000000000\n [TX] user01 0x0000000c76b2e778 0x0085000000000000\n [TX] user01 0x0000000c7ca0e834 0x0085000000000000\n [TX] user01 0x0000000c8c976aec 0x0085000000000000\n [TX] user01 0x0000000c92f62b2c 0x0085000000000000\n [TX] user01 0x0000000cca9e3530 0x0085000000000000\n [TX] user01 0x0000000ccf2a7c78 0x0085000000000000\n [TX] user01 0x0000000cfe24c2b0 0x0085000000000000\n [TX] user01 0x0000000d040d9cd4 0x0085000000000000\n [TX] user01 0x0000000de7b429d4 0x0085000000000000\n [TX] user01 0x0000000dec44648c 0x0085000000000000\n [TX] user01 0x0000000e8c60ef58 0x0085000000000000\n [TX] user01 0x0000000e91d6f2f0 0x0085000000000000\n [TX] user01 0x0000000ee8116b24 0x0085000000000000\n [TX] user01 0x0000000ef5408c84 0x0085000000000000\n [TX] user01 0x00000017fd5855a0 0x0085000000000000\nSleep Count: 1397140\nWake Count: 1388740\nDuty Cycle: 13\n\nuser handlers:\nEiger::probe=0 [e4 30 1] conn=0\n\nMoly invalid smp cnt:0, int val:42ae\n\nMoly invalid smp cnt:0, int val:42ae\n\nPrAS Comp = stat [0, 0], dbg [0, 430238, 36741, 0, 36741, 0, 1, 11302, 2] \n\n\n\nRTBuddy(AP): Debug info:\n_iopStatus = 0x8\n_powerStateChangeLocked = false\nMailbox Status:\nIDLE_STATUS: 0x00000028\nINBOX0_CTRL: 0x0002dd01\nOUTBOX0_CTRL: 0x00021101\nAP->IOP Mailbox Log:\nTimestamp Dir Message\n0x0000000ad1bb7454 [RX] 0x0085000000000000 0x0010780000000026\n0x0000000ad1bb8224 [TX] 0x00a4000000000000 0x0000000000000039\n0x0000000ad1bb85c4 [RX] Interrupt\n0x0000000ad1bb8640 [RX] 0x0087000000000000 0x0010890000000039\n0x0000000ad1bb894c [RX] Interrupt\n0x0000000ad1bb89cc [RX] 0x0085000000000000 0x00109a0000000026\n0x0000000ad1bb9590 [RX] Interrupt\n0x0000000ad1bb960c [RX] 0x0085000000000000 0x0010ab0000000026\n0x0000000ad1bb9a24 [TX] 0x00a4000000000000 0x0000000000000030\n0x0000000ad1bb9c40 [TX] 0x00a4000000000000 0x0000000000000027\n0x0000000ad1bba078 [RX] Interrupt\n0x0000000ad1bba0f0 [RX] 0x0085000000000000 0x0010bc0000000026\n0x0000000ad1bba460 [RX] Interrupt\n0x0000000ad1bba484 [RX] 0x0087000000000000 0x0010cd0000000030\n0x0000000ad1bba5ec [RX] Interrupt\n0x0000000ad1bba658 [RX] 0x0087000000000000 0x0010de0000000027\n0x0000000ad1bba70c [TX] 0x00a4000000000000 0x0000000000000020\n0x0000000ad1bbabcc [RX] Interrupt\n0x0000000ad1bbac48 [RX] 0x0087000000000000 0x0010ef0000000020\n0x0000000ad1bbb59c [RX] Interrupt\n0x0000000ad1bbb610 [RX] 0x0085000000000000 0x0010f00000000026\n0x0000000ad1bbbecc [TX] 0x00a4000000000000 0x0000000000000025\n0x0000000ad1bbc9a8 [RX] Interrupt\n0x0000000ad1bbcab8 [RX] 0x0087000000000000 0x0010010000000025\n0x0000000ad1bbce18 [TX] 0x00a4000000000000 0x0000000000000022\n0x0000000ad1bbd208 [RX] Interrupt\n0x0000000ad1bbd350 [RX] 0x0085000000000000 0x0010120000000026\n0x0000000ad1bbdc70 [RX] Interrupt\n0x0000000ad1bbdce8 [RX] 0x0087000000000000 0x0010230000000022\n0x0000000ad1bbdf20 [TX] 0x00a4000000000000 0x0000000000000035\n0x0000000ad1bbe3f0 [RX] Interrupt\n0x0000000ad1bbe410 [RX] 0x0087000000000000 0x0010340000000035\n0x0000000ad1bbe4b8 [TX] 0x00a4000000000000 0x0000000000000026\n0x0000000ad1bbe890 [RX] Interrupt\n0x0000000ad1bbe9ac [RX] 0x0087000000000000 0x0010450000000026\n0x0000000ad1bbefb4 [TX] 0x00a4000000000000 0x0000000000000037\n0x0000000ad1bbfe30 [RX] Interrupt\n0x0000000ad1bbfeb0 [RX] 0x0087000000000000 0x0010010000000037\n0x0000000ad1bc3398 [TX] 0x00a4000000000000 0x0000000000000038\n0x0000000ad1bc3e60 [RX] Interrupt\n0x0000000ad1bc3efc [RX] 0x0087000000000000 0x0010010000000038\n0x0000000ad1bc41f0 [TX] 0x00a4000000000000 0x000000000000003e\n0x0000000ad1bc482c [RX] Interrupt\n0x0000000ad1bc48cc [RX] 0x0087000000000000 0x001012000000003e\n0x0000000ad1bc6344 [TX] 0x00a4000000000000 0x000000000000003c\n0x0000000ad1bc6db8 [RX] Interrupt\n0x0000000ad1bc6e2c [RX] 0x0087000000000000 0x001001000000003c\n0x0000000ad1bccdec [TX] 0x00a4000000000000 0x0000000000000028\n0x0000000ad1bcdd38 [RX] Interrupt\n0x0000000ad1bcddd4 [RX] 0x0087000000000000 0x0010010000000028\n0x0000000ad1bce314 [TX] 0x00b0000000000201 000000000000000000\n0x0000000ad1bcebe4 [RX] Interrupt\n0x0000000ad1bcec98 [RX] 0x00b0000000000201 0x0010120000000000\n0x0000000ad1e0389c [TX] Interrupt\n0x0000000ad1e039a8 [TX] 0x00b0000000000020 000000000000000000\n0x0000000ad1e039ac [RX] Interrupt\n0x0000000ad1e03a54 [RX] 0x0085000000000005 0x0010010000000026\n0x0000000ad1e042fc [RX] Interrupt\n0x0000000ad1e04410 [RX] 0x00b0000000000020 0x0010120000000000\n0x0000000ad1e102f4 [TX] 0x00a3000000000000 0x000000000000002d\n0x0000000ad1e10960 [TX] 0x00a3000000000000 0x000000000000003a\n0x0000000ad1e10e4c [TX] 0x00a3000000000000 0x0000000000000020\n0x0000000ad1e11300 [TX] 0x00a3000000000000 0x0000000000000031\n0x0000000ad1e11984 [TX] 0x00a3000000000000 0x0000000000000023\n0x0000000ad1e120ec [TX] 0x00a3000000000000 0x0000000000000032\n0x0000000ad1e126e4 [TX] 0x00a3000000000000 0x0000000000000024\n0x0000000ad1e12a6c [TX] 0x00a3000000000000 0x0000000000000037\n0x0000000ad1e12e2c [TX] 0x00a3000000000000 0x0000000000000030\n0x0000000ad1e1318c [TX] 0x00a3000000000000 0x0000000000000029\n0x0000000ad1e13730 [TX] 0x00a3000000000000 0x0000000000000036\n0x0000000ad1e13a8c [TX] 0x00a3000000000000 0x0000000000000038\n0x0000000ad1e13db4 [TX] 0x00a3000000000000 0x000000000000002a\n0x0000000ad1e13e84 [TX] Interrupt\n0x0000000ad1e13f80 [TX] 0x00a3000000000000 0x0000000000000026\n0x0000000ad1e1402c [TX] 0x00a3000000000000 0x0000000000000027\n0x0000000ad1e1432c [TX] 0x00a3000000000000 0x0000000000000022\n0x0000000ad1e14924 [TX] 0x00a3000000000000 0x0000000000000035\n0x0000000ad1e14ae8 [TX] 0x00a3000000000000 0x000000000000003b\n0x0000000ad1e14f38 [TX] 0x00a3000000000000 0x0000000000000039\n0x0000000ad1e151c0 [TX] 0x00a3000000000000 0x0000000000000021\n0x0000000ad1e15594 [TX] 0x00a3000000000000 0x0000000000000033\n0x0000000ad1e15834 [TX] 0x00a3000000000000 0x000000000000003e\n0x0000000ad1e15b48 [TX] 0x00a3000000000000 0x000000000000002f\n0x0000000ad1e15cd0 [TX] 0x00a3000000000000 0x000000000000003c\n0x0000000ad1e15d78 [TX] 0x00a3000000000000 0x0000000000000025\n0x0000000ad1e15efc [TX] 0x00a3000000000000 0x000000000000002c\n0x0000000ad1e16318 [TX] 0x00a3000000000000 0x0000000000000028\n0x0000000ad1e164b4 [TX] 0x00a3000000000000 0x000000000000002b\n0x0000000ad1e1661c [TX] 0x00a3000000000000 0x0000000000000034\n0x0000000ad1e1d7fc [RX] Interrupt\n0x0000000ad1e1d880 [RX] 0x0010400000048000 0x0010010000000001\n0x0000000ad1bb16b4 [RX] 0x0087000000000000 0x0010ab0000000024\n0x0000000ad1bb1948 [TX] 0x00a4000000000000 0x000000000000002c\n0x0000000ad1bb209c [TX] 0x00a4000000000000 0x000000000000002a\n0x0000000ad1bb20b8 [TX] 0x00a4000000000000 0x000000000000003b\n0x0000000ad1bb2174 [TX] 0x00a4000000000000 0x0000000000000031\n0x0000000ad1bb2440 [RX] Interrupt\n0x0000000ad1bb24c8 [RX] 0x0087000000000000 0x0010bc000000002c\n0x0000000ad1bb2664 [RX] Interrupt\n0x0000000ad1bb26f4 [RX] 0x0087000000000000 0x0010cd000000002a\n0x0000000ad1bb27c8 [RX] Interrupt\n0x0000000ad1bb2870 [RX] 0x0087000000000000 0x0010de0000000031\n0x0000000ad1bb2af4 [RX] Interrupt\n0x0000000ad1bb2b6c [RX] 0x0087000000000000 0x0010ef000000003b\n0x0000000ad1bb3314 [TX] 0x00a4000000000000 0x000000000000002b\n0x0000000ad1bb33cc [TX] 0x00a4000000000000 0x000000000000002f\n0x0000000ad1bb3840 [RX] Interrupt\n0x0000000ad1bb38f8 [RX] 0x0087000000000000 0x0010f0000000002b\n0x0000000ad1bb3a58 [RX] Interrupt\n0x0000000ad1bb3acc [RX] 0x0087000000000000 0x001001000000002f\n0x0000000ad1bb3e10 [TX] 0x00a4000000000000 0x0000000000000033\n0x0000000ad1bb425c [RX] Interrupt\n0x0000000ad1bb42d4 [RX] 0x0087000000000000 0x0010120000000033\n0x0000000ad1bb4624 [TX] 0x00a4000000000000 0x0000000000000032\n0x0000000ad1bb4b50 [RX] Interrupt\n0x0000000ad1bb4be4 [TX] 0x00a4000000000000 0x0000000000000023\n0x0000000ad1bb4bf0 [RX] 0x0087000000000000 0x0010230000000032\n0x0000000ad1bb5044 [RX] Interrupt\n0x0000000ad1bb50ec [RX] 0x0087000000000000 0x0010340000000023\n0x0000000ad1bb5394 [TX] 0x00a4000000000000 0x0000000000000021\n0x0000000ad1bb575c [RX] Interrupt\n0x0000000ad1bb57e4 [TX] 0x00a4000000000000 0x0000000000000034\n0x0000000ad1bb57f8 [RX] 0x0087000000000000 0x0010450000000021\n0x0000000ad1bb5a94 [RX] Interrupt\n0x0000000ad1bb5ab0 [RX] 0x0087000000000000 0x0010560000000034\n0x0000000ad1bb6894 [RX] Interrupt\n0x0000000ad1bb6908 [RX] 0x0085000000000000 0x0010670000000026\n0x0000000ad1bb73d4 [RX] Interrupt\n\nDebugger message: panic\nMemory ID: 0xff\nOS release type: User\nOS version: 21E236\nKernel version: Darwin Kernel Version 23.4.0: Fri Mar 8 23:31:19 PST 2024; root:xnu-10063.102.14~67\/RELEASE_ARM64_T8110\nFileset Kernelcache UUID: C9A613E1AD603469931D7C4F3C4D9305\nKernel UUID: 3F715130-4277-3E54-BE34-D1019A869CE2\nBoot session UUID: EF71A412-71B4-454E-94B5-2B0F87F4E351\niBoot version: iBoot-10151.102.2\nsecure boot?: YES\nroots installed: 0\nPaniclog version: 14\nDebug Header address: 0xfffffff021a05000\nDebug Header entry count: 3\nTXM load address: 0xfffffff0319a4000\nTXM UUID: 90FED2B4-3E34-3D02-9C9F-56BC642EE852\nDebug Header kernelcache load address: 0xfffffff0419a4000\nDebug Header kernelcache UUID: C9A613E1-AD60-3469-931D-7C4F3C4D9305\nSPTM load address: 0xfffffff0219a4000\nSPTM UUID: 3F91F0C9-F270-3C3B-B2AC-12EBCBB4412F\nKernelCache slide: 0x000000003a9a0000\nKernelCache base: 0xfffffff0419a4000\nKernel slide: 0x000000003a9a8000\nKernel text base: 0xfffffff0419ac000\nKernel text exec slide: 0x000000003b6e4000\nKernel text exec base: 0xfffffff0426e8000\nmach_absolute_time: 0xad40dd045\nEpoch Time: sec usec\n Boot : 0x6640790b 0x0004d4ad\n Sleep : 0x6640896f 0x000db7ed\n Wake : 0x664089c8 0x000a6fb7\n Calendar: 0x664089ca 0x0003391c\n\nZone info:\n Zone map: 0xffffffe0d0d78000 - 0xffffffe6d0d78000\n . VM : 0xffffffe0d0d78000 - 0xffffffe1b73dc000\n . RO : 0xffffffe1b8000000 - 0xffffffe206000000\n . GEN0 : 0xffffffe206000000 - 0xffffffe2ec084000\n . GEN1 : 0xffffffe2ec084000 - 0xffffffe3d2108000\n . GEN2 : 0xffffffe3d2108000 - 0xffffffe4b8190000\n . GEN3 : 0xffffffe4b8190000 - 0xffffffe59e218000\n . DATA : 0xffffffe59e218000 - 0xffffffe6d0d78000\n Metadata: 0xffffffdd2cb20000 - 0xffffffdd2e320000\n Bitmaps : 0xffffffdd2e320000 - 0xffffffdd2ed70000\n Extra : 0 - 0\n\nCORE 0 recently retired instr at 0xfffffff04286687c\nCORE 1 recently retired instr at 0xfffffff04286687c\nCORE 2 recently retired instr at 0xfffffff04286687c\nCORE 3 recently retired instr at 0xfffffff042865384\nCORE 4 recently retired instr at 0xfffffff04286687c\nCORE 5 recently retired instr at 0xfffffff04286687c\nTPIDRx_ELy = {1: 0xffffffe59dc2b260 0: 0x0000000000000003 0ro: 0x0000000000000000 }\nCORE 0: PC=0xfffffff0426ec824, LR=0x0000000000000000, FP=0x0000000000000000\nCORE 1: PC=0xfffffff0426ec824, LR=0x0000000000000000, FP=0x0000000000000000\nCORE 2: PC=0xfffffff042cbce5c, LR=0xfffffff042cbccc0, FP=0xffffffe063087c70\nCORE 3 is the one that panicked. Check the full backtrace for details.\nCORE 4: PC=0xfffffff042756d64, LR=0xfffffff042756d64, FP=0xffffffe063327ef0\nCORE 5: PC=0xfffffff042756d64, LR=0xfffffff042756d64, FP=0xffffffe063543ef0\nCompressor Info: 34% of compressed pages limit (OK) and 15% of segments limit (OK) with 2 swapfiles and OK swap space\nPanicked task 0xffffffe3d20743c0: 0 pages, 537 threads: pid 0: kernel_task\nPanicked thread: 0xffffffe59dc2b260, backtrace: 0xffffffe0634db810, tid: 1037\n\t\t lr: 0xfffffff0427245dc fp: 0xffffffe0634db890\n\t\t lr: 0xfffffff04285f5fc fp: 0xffffffe0634db900\n\t\t lr: 0xfffffff04285ddd0 fp: 0xffffffe0634db9e0\n\t\t lr: 0xfffffff0426ec748 fp: 0xffffffe0634db9f0\n\t\t lr: 0xfffffff0426ec6f0 fp: 0xffffffe0634dbdc0\n\t\t lr: 0xfffffff042e25ca0 fp: 0xffffffe0634dbde0\n\t\t lr: 0xfffffff04483eae8 fp: 0xffffffe0634dbe70\n\t\t lr: 0xfffffff044500a04 fp: 0xffffffe0634dbea0\n\t\t lr: 0xfffffff042d42c08 fp: 0xffffffe0634dbee0\n\t\t lr: 0xfffffff042d43520 fp: 0xffffffe0634dbf20\n\t\t lr: 0xfffffff0426ed024 fp: 0x0000000000000000\n Kernel Extensions in backtrace:\n com.apple.driver.IOSlaveProcessor(1.0)[9755DB6C-8931-3284-98CA-D54AE67D0FCF]@0xfffffff0444ff8d0->0xfffffff0445011f3\n com.apple.driver.RTBuddy(1.0)[BD55EBF5-58CD-304B-BEF9-7258C2428655]@0xfffffff04481a180->0xfffffff04485a1f3\n dependency: com.apple.driver.AppleA7IOP(1.0.2)[2FF168ED-7A80-37B5-B3C5-0615C8A37F82]@0xfffffff042f19b00->0xfffffff042f1f9bb\n dependency: com.apple.driver.AppleARMPlatform(1.0.2)[E523EAE1-2680-3F5D-A65E-9D7B7DCE5E38]@0xfffffff042f9bc80->0xfffffff042fedec3\n dependency: com.apple.driver.IOSlaveProcessor(1)[9755DB6C-8931-3284-98CA-D54AE67D0FCF]@0xfffffff0444ff8d0->0xfffffff0445011f3\n dependency: com.apple.iokit.CoreAnalyticsFamily(1)[5F80DCCF-E505-3A6B-9765-465117EB92D3]@0xfffffff043e39e90->0xfffffff043e4183b\n dependency: com.apple.iokit.IOReportFamily(47)[059EBEBD-F1B4-3056-BB74-C72111F2E453]@0xfffffff044498990->0xfffffff04449b7a7\n dependency: com.apple.kec.corecrypto(14.0)[6F0ADEB3-6F4E-340A-A8B7-B934314CE848]@0xfffffff0449dff80->0xfffffff044a3113b\n\nlast started kext at 507807801: com.apple.driver.AppleMultitouchDriver\t7140.17 (addr 0xfffffff041da0510, size 23287)\nloaded kexts:\ncom.apple.iokit.IOAccessoryPortUSB\t1.0.0\ncom.apple.driver.AppleIDAMInterface\t1\ncom.apple.driver.AppleUSBDeviceMux\t1.0.0d1\ncom.apple.driver.AppleUSBMike\t1.0.0d1\ncom.apple.driver.AppleUSBEthernetDevice\t7.0\ncom.apple.driver.AppleUSBDeviceNCM\t5.0.0\ncom.apple.driver.AppleProxDriver\t31.7\ncom.apple.driver.AOPTouchKext\t312\ncom.apple.driver.AppleAOPAD5860\t740.41\ncom.apple.driver.AppleAOPHaptics\t740.41\ncom.apple.driver.AppleEmbeddedLightSensor\t1.0.0d1\ncom.apple.driver.AppleALSColorSensor\t1.0.0d1\ncom.apple.driver.AppleAOPVoiceTrigger\t340.42\ncom.apple.driver.AppleHapticsSupportNVM\t8.11\ncom.apple.driver.AppleBasebandPCIMAVPDP\t1\ncom.apple.driver.AppleIDV\t6.406\ncom.apple.driver.AppleSmartIO2\t1\ncom.apple.driver.ApplePMP\t1\ncom.apple.driver.AppleEmbeddedTouchEEPROM\t1\ncom.apple.driver.AppleProResHW\t350.47.0\ncom.apple.driver.ApplePMPFirmware\t1\ncom.apple.AGXG14P\t280.3.9\ncom.apple.nke.l2tp\t1.9\ncom.apple.filesystems.tmpfs\t1\ncom.apple.driver.AppleSMCWirelessCharger\t1.0.1\ncom.apple.filesystems.lifs\t1\ncom.apple.filesystems.apfs\t2236.102.1\ncom.apple.IOTextEncryptionFamily\t1.0.0\ncom.apple.filesystems.hfs.kext\t650.0.2\ncom.apple.AppleFSCompression.AppleFSCompressionTypeZlib\t1.0.0\ncom.apple.driver.AppleHapticsSupportLEAP\t8.11\ncom.apple.driver.AudioDMAController-T8110\t340.58\ncom.apple.driver.AppleJPEGDriver\t6.6.2\ncom.apple.driver.AppleGenericMultitouch\t23\ncom.apple.driver.AppleCS42L77Audio\t740.41\ncom.apple.driver.AppleCS35L27Amp\t740.41\ncom.apple.driver.AppleFAN53740\t1\ncom.apple.driver.AppleParrot\t1\ncom.apple.driver.AppleAVE2\t760.23.1\ncom.apple.driver.AppleEmbeddedAudioResourceManager\t740.41\ncom.apple.driver.AppleT8030SOCTuner\t1\ncom.apple.driver.AppleT8110CLPC\t1\ncom.apple.driver.AppleBluetoothModule\t1\ncom.apple.driver.AppleAVD\t740.5\ncom.apple.driver.AppleMobileDispH14P-DCP\t140.0\ncom.apple.driver.AppleS5L8940XI2C\t1.0.0d2\ncom.apple.driver.AppleSPIMC\t1\ncom.apple.driver.AppleSamsungSerial\t1.0.0d1\ncom.apple.driver.AppleSerialShim\t1\ncom.apple.driver.AppleT8110DART\t1\ncom.apple.driver.AppleS8000AES\t1\ncom.apple.driver.AppleEventLogHandler\t1\ncom.apple.driver.AppleS5L8920XPWM\t1.0.0d1\ncom.apple.driver.AppleS8000DWI\t1.0.0d1\ncom.apple.driver.AppleS5L8960XNCO\t1\ncom.apple.driver.AppleT8110PMGR\t1\ncom.apple.driver.AppleInterruptControllerV2\t1.0.0d1\ncom.apple.driver.AppleT8110\t1\ncom.apple.driver.AppleM68Buttons\t1.0.0d1\ncom.apple.iokit.IOUserEthernet\t1.0.1\ncom.apple.driver.IOAudioCodecs\t1.0.0\ncom.apple.driver.AppleTemperatureSensor\t1.0.0d1\ncom.apple.driver.AppleDiskImages2\t276.100.16\ncom.apple.driver.ASIOKit\t11.77\ncom.apple.security.sandbox\t300.0\ncom.apple.driver.AppleMultitouchDriver\t7140.17\ncom.apple.driver.AppleUSBDeviceAudioController\t640.12\ncom.apple.driver.AppleUSBAudio\t640.12\ncom.apple.driver.usb.networking\t5.0.0\ncom.apple.driver.ApplePearlSEPDriver\t1\ncom.apple.iokit.IOBiometricFamily\t1\ncom.apple.iokit.AppleSEPGenericTransfer\t1\ncom.apple.plugin.IOgPTPPlugin\t1240.15\ncom.apple.driver.AppleAOPAudio\t340.4\ncom.apple.driver.AppleSPUSphere\t1\ncom.apple.driver.AppleSPURose\t1\ncom.apple.driver.AppleBasebandPCIMAVControl\t1\ncom.apple.driver.AppleBasebandPCI\t1\ncom.apple.iokit.IOMIPIFamily\t1\ncom.apple.AGXFirmwareKextG14PRTBuddy\t1\ncom.apple.AGXFirmwareKextRTBuddy64\t280.3.9\ncom.apple.driver.AppleConvergedIPCOLYBTControl\t1\ncom.apple.driver.AppleConvergedPCI\t1\ncom.apple.driver.AppleH11ANEInterface\t7.400.0\ncom.apple.driver.DCPAVFamilyProxy\t1\ncom.apple.iokit.IOGPUFamily\t93.40.3\ncom.apple.nke.ppp\t1.9\ncom.apple.driver.AppleC26Charger\t1.0.1\ncom.apple.driver.AppleAstrisGpioProbe\t1.0.1\ncom.apple.driver.AppleDiagnosticDataAccessReadOnly\t1.0.0\ncom.apple.driver.AppleBSDKextStarter\t3\ncom.apple.driver.usb.AppleUSBHostPacketFilter\t1.0\ncom.apple.driver.AppleHIDTransportSPI\t7140.3\ncom.apple.driver.AppleHIDTransportFIFO\t7140.3\ncom.apple.driver.AppleHIDTransport\t7140.3\ncom.apple.driver.AppleSPU\t1\ncom.apple.driver.AppleInputDeviceSupport\t7140.3\ncom.apple.driver.AppleSmartBatteryManagerEmbedded\t1\ncom.apple.driver.AppleAuthCP\t1.0.0\ncom.apple.iokit.IOMikeyBusFamily\t1.0.0\ncom.apple.driver.AppleCSEmbeddedAudio\t740.41\ncom.apple.iokit.IONVMeFamily\t2.1.0\ncom.apple.driver.AppleNANDConfigAccess\t1.0.0\ncom.apple.driver.AppleEmbeddedAudio\t740.41\ncom.apple.iokit.AppleARMIISAudio\t340.16\ncom.apple.driver.IISAudioIsolatedStreamECProxy\t340.16\ncom.apple.driver.ExclavesAudioKext\t1\ncom.apple.driver.AppleTriStar\t1.0.0\ncom.apple.driver.AppleMobileApNonce\t1\ncom.apple.driver.AppleMCA2-T8110\t840.3\ncom.apple.driver.AppleT8110PCIe\t1\ncom.apple.driver.AppleEmbeddedAudioLibs\t340.8\ncom.apple.driver.AppleOLYHAL\t1\ncom.apple.driver.AppleH13CameraInterface\t8.410.0\ncom.apple.driver.AppleH10PearlCameraInterface\t20.402.0\ncom.apple.driver.ApplePPMCPMS\t3.0\ncom.apple.driver.AppleBluetoothDebug\t1\ncom.apple.driver.AppleBluetoothDebugService\t1\ncom.apple.iokit.IOMobileGraphicsFamily-DCP\t343.0.0\ncom.apple.driver.AppleDCP\t1\ncom.apple.driver.AppleFirmwareKit\t1\ncom.apple.driver.AppleFirmwareUpdateKext\t1\ncom.apple.iokit.IOMobileGraphicsFamily\t343.0.0\ncom.apple.driver.AppleM2ScalerCSCDriver\t265.0.0\ncom.apple.driver.AppleUSBXDCIARM\t1.0\ncom.apple.driver.AppleUSBXDCI\t1.0\ncom.apple.iokit.IOUSBDeviceFamily\t2.0.0\ncom.apple.driver.usb.AppleSynopsysUSBXHCI\t1\ncom.apple.driver.usb.AppleUSBXHCI\t1.2\ncom.apple.driver.AppleEmbeddedUSBHost\t1\ncom.apple.driver.usb.AppleUSBHub\t1.2\ncom.apple.driver.usb.AppleUSBHostCompositeDevice\t1.2\ncom.apple.driver.AppleT8101TypeCPhy\t1\ncom.apple.driver.AppleTypeCPhy\t1\ncom.apple.iokit.IOPortFamily\t1.0\ncom.apple.driver.AppleStockholmControl\t1.0.0\ncom.apple.driver.ApplePhoneBTM\t1.0.1\ncom.apple.driver.IOHIDPowerSource\t1\ncom.apple.driver.AppleCallbackPowerSource\t1\ncom.apple.driver.AppleSPMIPMU\t1.0.1\ncom.apple.driver.AppleDialogPMU\t1.0.1\ncom.apple.driver.AppleSPMI\t1.0.1\ncom.apple.driver.AppleDockChannel\t1\ncom.apple.driver.AppleSART\t1\ncom.apple.driver.AppleA7IOP-ASCWrap-v4\t1.0.2\ncom.apple.driver.AppleGPIOICController\t1.0.2\ncom.apple.driver.AppleARMWatchdogTimer\t1\ncom.apple.driver.AppleFireStormErrorHandler\t1\ncom.apple.driver.AppleBasebandM20\t1.0.0d1\ncom.apple.driver.AppleMultiFunctionManager\t1\ncom.apple.driver.corecapture\t1.0.4\ncom.apple.driver.AppleEmbeddedPCIE\t1\ncom.apple.iokit.IOUSBMassStorageDriver\t245\ncom.apple.iokit.IOSCSIArchitectureModelFamily\t495\ncom.apple.iokit.IOPCIFamily\t2.9\ncom.apple.iokit.IOUSBHostFamily\t1.2\ncom.apple.driver.AppleUSBHostMergeProperties\t1.2\ncom.apple.driver.usb.AppleUSBCommon\t1.0\ncom.apple.iokit.IOTimeSyncFamily\t1240.15\ncom.apple.driver.DiskImages\t493.0.0\ncom.apple.driver.AppleSMC\t3.1.9\ncom.apple.driver.RTBuddy\t1.0.0\ncom.apple.driver.AppleEmbeddedTempSensor\t1.0.0\ncom.apple.driver.AppleARMPMU\t1.0\ncom.apple.iokit.IOAccessoryManager\t1.0.0\ncom.apple.iokit.IOHIDFamily\t2.0.0\ncom.apple.driver.AppleOnboardSerial\t1.0\ncom.apple.iokit.IOSerialFamily\t11\ncom.apple.driver.AppleSEPKeyStore\t2\ncom.apple.driver.AppleEffaceableStorage\t1.0\ncom.apple.driver.AppleSEPCredentialManager\t1.0\ncom.apple.driver.AppleLockdownMode\t1\ncom.apple.driver.AppleIPAppender\t1.0\ncom.apple.iokit.IOSkywalkFamily\t1.0\ncom.apple.driver.mDNSOffloadUserClient-Embedded\t1.0.1b8\ncom.apple.iokit.IONetworkingFamily\t3.4\ncom.apple.AUC\t1.0\ncom.apple.iokit.IOSurface\t352.41.7\ncom.apple.iokit.IOAVFamily\t1.0.0\ncom.apple.iokit.IOHDCPFamily\t1.0.0\ncom.apple.iokit.IOCECFamily\t1\ncom.apple.iokit.IOAudio2Family\t1.0\ncom.apple.driver.AppleIISController\t340.1\ncom.apple.driver.AppleAudioClockLibs\t340.8\ncom.apple.driver.AppleSSE\t1.0\ncom.apple.driver.AppleSEPManager\t1.0.1\ncom.apple.driver.IODARTFamily\t1\ncom.apple.driver.AppleA7IOP\t1.0.2\ncom.apple.driver.IOSlaveProcessor\t1\ncom.apple.driver.FairPlayIOKit\t71.10.0\ncom.apple.kext.AppleMatch\t1.0.0d1\ncom.apple.driver.AppleMobileFileIntegrity\t1.0.5\ncom.apple.iokit.CoreAnalyticsFamily\t1\ncom.apple.driver.ApplePMGR\t1\ncom.apple.driver.AppleARMPlatform\t1.0.2\ncom.apple.iokit.IOStorageFamily\t2.1\ncom.apple.iokit.IOSlowAdaptiveClockingFamily\t1.0.0\ncom.apple.iokit.IOReportFamily\t47\ncom.apple.security.AppleImage4\t6.3.0\ncom.apple.kext.CoreTrust\t1\ncom.apple.iokit.IOCryptoAcceleratorFamily\t1.0.1\ncom.apple.kec.pthread\t1\ncom.apple.kec.Libm\t1\ncom.apple.kec.Compression\t1.0\ncom.apple.kec.corecrypto\t14.0\n\n",<br /> "panicFlags" : "0x802",<br /> "bug_type" : "210",<br /> "otherString" : "\n** Stackshot Succeeded ** Bytes Traced 323993 (Uncompressed 805312) **\n",<br /> "utilizationMetricPanicRegionSizeInBytes" : "835528",<br /> "utilizationMetricUsedSizeInBytes" : "353999",<br /> "utilizationMetricPercentUsed" : "42",<br /> "utilizationMetricPanicLogLengthInBytes" : "29765",<br /> "utilizationMetricStackshotLengthInBytes" : "323993",<br /> "utilizationMetricOtherLogLengthInBytes" : "72",<br /> "repairStatus" : "1",<br /> "memoryStatus" : {"compressorSize":28253,"compressions":505891,"decompressions":339926,"busyBufferCount":0,"memoryPressureDetails":{"pagesWanted":0,"pagesReclaimed":0},"pageSize":16384,"memoryPressure":false,"memoryPages":{"active":70403,"throttled":0,"fileBacked":51622,"wired":49991,"purgeable":2083,"inactive":70063,"free":2331,"speculative":347}},<br /> "processByPid" : {<br /> "0" : {"timesThrottled":0,"pageIns":0,"rawFlags":"0x20800001","timesDidThrottle":0,"procname":"kernel_task","jetsamCoalition":3,"copyOnWriteFaults":0,"pageFaults":3966,"threadById":{"885":{"continuation":[1,6665380],"userTime":6.2500000000000005e-07,"systemTime":3.5410000000000001e-06,"id":885,"basePriority":81,"name":"AppleDCPLinkServiceSoC","user_usec":0,"schedPriority":81,"system_usec":3,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[2,10794620825926673995]},"330":{"userTime":0.029772707999999998,"systemTime":0.104515125,"name":"RTBuddy(DCP)","id":330,"basePriority":81,"user_usec":29772,"system_usec":104515,"schedPriority":81,"kernelFrames":[[1,431460],[1,424660],[1,6665716],[1,20516]],"state":["TH_WAIT","TH_UNINT"],"waitEvent":[2,10794620825926637707]},"919":{"continuation":[1,6665380],"userTime":0.00047958300000000001,"systemTime":0.00364125,"id":919,"basePriority":81,"name":"DCPEndpoint9","user_usec":479,"schedPriority":81,"system_usec":3641,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[2,10794620825926659195]},"996":{"continuation":[1,6665380],"userTime":0,"systemTime":5.1660000000000002e-06,"id":996,"basePriority":81,"name":"AppleCS42L77Audio","user_usec":0,"schedPriority":81,"system_usec":5,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[2,10794620825926606139]},"552":{"continuation":[1,2253800],"userTime":2.425e-05,"systemTime":0.00040704100000000002,"id":552,"basePriority":81,"user_usec":24,"system_usec":407,"schedPriority":81,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[0,2910216]},"1505":{"continuation":[12,591032],"userTime":0.40804804099999997,"systemTime":1.5374997500000001,"id":1505,"basePriority":31,"name":"apfs_purgatory_cleaner","user_usec":408048,"schedPriority":31,"system_usec":1537499,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[2,10794620822071556371]},"886":{"continuation":[1,6665380],"userTime":0,"systemTime":3.5829999999999998e-06,"id":886,"basePriority":81,"name":"AppleDCPLinkServiceSoC","user_usec":0,"schedPriority":81,"system_usec":3,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[2,10794620825926667595]},"775":{"continuation":[1,6665380],"userTime":0,"systemTime":3.2499999999999998e-06,"id":775,"basePriority":81,"user_usec":0,"system_usec":3,"schedPriority":81,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[2,10794620825926661995]},"809":{"continuation":[1,6665380],"userTime":0,"systemTime":1.75e-06,"id":809,"basePriority":81,"user_usec":0,"system_usec":1,"schedPriority":81,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[2,10794620825926662395]},"553":{"continuation":[1,6665380],"userTime":6.4165999999999995e-05,"systemTime":0.0049028329999999997,"id":553,"basePriority":81,"name":"AudioDMAController","user_usec":64,"schedPriority":81,"system_usec":4902,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[2,10794620825926637867]},"332":{"continuation":[1,6665380],"userTime":8.0375000000000002e-05,"systemTime":0.0028022910000000002,"id":332,"basePriority":81,"name":"ApplePMGRNub","user_usec":80,"schedPriority":81,"system_usec":2802,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[2,10794620825926657131]},"665":{"continuation":[1,6665380],"userTime":0.037647666000000003,"systemTime":1.2464859580000001,"id":665,"basePriority":81,"name":"IOSurfaceRoot","user_usec":37647,"schedPriority":81,"system_usec":1246485,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[2,10794620825926660555]},"554":{"continuation":[1,6665380],"userTime":0.047117290999999999,"systemTime":0.33297645799999998,"id":554,"basePriority":81,"name":"AppleM2ScalerCSCDriver","user_usec":47117,"schedPriority":81,"system_usec":332976,"state":["TH_WAIT","TH_UNINT"],"waitEvent":[2,10794620825926634587]},"110":{"continuation":[1,468488],"userTime":0.00046845799999999999,"systemTime":0.00085895800000000005,"id":110,"bas<br /> </div> &#32; submitted by &#32; <a href="?id=7234"> cuddlypuppylover39 </a> &#32; to &#32; <a href="?id=23986"> mobilerepair </a> <span><a href="?id=19178">[link]</a></span> &#32; <span><a href="?id=12461">[comments]</a></span></p>
<hr />
<p>2024.05.12 21:10 <i style="color:green;">Secret-Caramel-5156</i> <b>Shrine Theme Pro 1.1.0 - With Auth Key (ORIGINAL)</b></p>
<p><table> <tr><td> <a href="?id=8844"> <img src="https://b.thumbs.redditmedia.com/yksxWkgu0FLXbSRiHlIh-HvL9i8AbQ5SH105kQGsQ3w.jpg" alt="Shrine Theme Pro 1.1.0 - With Auth Key (ORIGINAL) " title="Shrine Theme Pro 1.1.0 - With Auth Key (ORIGINAL) " /> </a> </td><td> <div class="md">Contact me on Discord ismetdropshipping for all proofs. I can share a screen and show you all what you want and I can also open a “DEMO” store and let you test it there.<br /> You can safely use Shrine Pro in <strong>unlimited stores</strong> <strong>without any time limit</strong>. There are no bugs or errors, <strong>I underline</strong>, fully <strong>licensed</strong> all functions work smoothly and receive updates.<br /> Discord: ismetdropshipping<br /> <a href="?id=10690">https://preview.redd.it/ks7uqrsin10d1.jpg?width=1204&format=pjpg&auto=webp&s=653b6781275527ba7f5642cf8f44544ab717072f</a><br /> </div> &#32; submitted by &#32; <a href="?id=6094"> Secret-Caramel-5156 </a> &#32; to &#32; <a href="?id=7282"> Dropshipping_Guide </a> <span><a href="?id=25838">[link]</a></span> &#32; <span><a href="?id=19819">[comments]</a></span> </td></tr></table></p>
<hr />
<p>2024.05.12 20:55 <i style="color:green;">Secret-Caramel-5156</i> <b>Shrine Theme Pro 1.1.0 - With Auth Key (ORIGINAL)</b></p>
<p><div class="md">Contact me on Discord ismetdropshipping for all proofs. I can share a screen and show you all what you want and I can also open a “DEMO” store and let you test it there.<br /> You can safely use Shrine Pro in unlimited stores without any time limit. There are no bugs or errors, all functions work smoothly and receive updates.<br /> Discord: ismetdropshipping<br /> </div> &#32; submitted by &#32; <a href="?id=1323"> Secret-Caramel-5156 </a> &#32; to &#32; <a href="?id=10547"> SmartDropshipping </a> <span><a href="?id=16254">[link]</a></span> &#32; <span><a href="?id=17545">[comments]</a></span></p>
<hr />
<p>2024.05.12 20:45 <i style="color:green;">Secret-Caramel-5156</i> <b>Shrine Theme Pro 1.1.0 - With Auth Key (ORIGINAL)</b></p>
<p><table> <tr><td> <a href="?id=22019"> <img src="https://b.thumbs.redditmedia.com/ofD3pI_H0OBsYbaZNuTQ4LqX2-4gqFuAH9WkG6wr2kw.jpg" alt="Shrine Theme Pro 1.1.0 - With Auth Key (ORIGINAL)" title="Shrine Theme Pro 1.1.0 - With Auth Key (ORIGINAL)" /> </a> </td><td> <div class="md">Contact Discord: ismetdropshipping <br /> <a href="?id=6033">https://preview.redd.it/3qlo2jboj10d1.jpg?width=1204&format=pjpg&auto=webp&s=c4ef8650983cb506564a22bda6c069afac789c57</a><br /> </div> &#32; submitted by &#32; <a href="?id=12102"> Secret-Caramel-5156 </a> &#32; to &#32; <a href="?id=20874"> DropshippingTips </a> <span><a href="?id=29969">[link]</a></span> &#32; <span><a href="?id=12555">[comments]</a></span> </td></tr></table></p>
<hr />
<p>2024.05.12 05:19 <i style="color:green;">Secret-Caramel-5156</i> <b>Shrine Theme Pro 1.1.0 / 1.0.5 / 1.0.4 - All With Auth Key</b></p>
<p><table> <tr><td> <a href="?id=27919"> <img src="https://a.thumbs.redditmedia.com/o57aMNqbr7wcyLTvwuiovxAPT7I4gbniMdz1KvakhO8.jpg" alt="Shrine Theme Pro 1.1.0 / 1.0.5 / 1.0.4 - All With Auth Key" title="Shrine Theme Pro 1.1.0 / 1.0.5 / 1.0.4 - All With Auth Key" /> </a> </td><td> <div class="md">Contact Discord: ismetdropshipping<br /> <a href="?id=24642">https://preview.redd.it/xdppf223ywzc1.png?width=1054&format=png&auto=webp&s=cd8fb6321cd576e38e894a9c3861373a39f6bb19</a><br /> <a href="?id=16927">https://preview.redd.it/09juvokcxwzc1.png?width=1060&format=png&auto=webp&s=a6d2228dd8c041c3f2ac9ca43cd29a7a877481b7</a><br /> <em>"40+ Happy Customer"</em><br /> </div> &#32; submitted by &#32; <a href="?id=13349"> Secret-Caramel-5156 </a> &#32; to &#32; <a href="?id=26153"> DropshippingST </a> <span><a href="?id=2100">[link]</a></span> &#32; <span><a href="?id=14358">[comments]</a></span> </td></tr></table></p>
<hr />
<p>2024.05.12 04:33 <i style="color:green;">Secret-Caramel-5156</i> <b>Shrine Pro 1.1.0 With Auth Key (Original) 🔥</b></p>
<p><div class="md">Hello. I have the latest version of Shrine Pro. You can upload it to your store as much as you want for unlimited time and use it easily. It is fully licensed and original. Edited to be used in unlimited stores without any time limit. You can reach me on Discord ismetdropshipping for proofs, if you want, I can share a screen and show you everything, or I can upload it to the demo store, you can test it and if you like it, you can buy it.<br /> Discord: ismetdropshipping<br /> </div> &#32; submitted by &#32; <a href="?id=11990"> Secret-Caramel-5156 </a> &#32; to &#32; <a href="?id=15253"> Dropshipping_Guide </a> <span><a href="?id=28952">[link]</a></span> &#32; <span><a href="?id=9248">[comments]</a></span></p>
<hr />
<p>2024.05.11 05:08 <i style="color:green;">alexj116</i> <b>Are there any arguments against authoritarian leftism that don’t sound West-bootlicking and have undeniable evidence?</b></p>
<p><div class="md">I’ve seen a lot of anti-AuthLeft arguments from the LibLeft (especially the main sub) but many sound like they bootlick for the West or have pro-Western sources. What are some arguments that do not have these distinctions?<br /> </div> &#32; submitted by &#32; <a href="?id=23263"> alexj116 </a> &#32; to &#32; <a href="?id=22588"> TankieJerk2 </a> <span><a href="?id=7155">[link]</a></span> &#32; <span><a href="?id=17606">[comments]</a></span></p>
<hr />
<p>2024.05.10 14:08 <i style="color:green;">Nuttyverse</i> <b>Authenticators hint?</b></p>
<p><div class="md">Hello everybody,<br /> I'm getting rid of Google Auth and I've installed Aegis with a lot of people suggest around here, side by side with Bitwarden that I have been using for years.<br /> I've also see other people suggest 2FAS and Authenticator Pro mainly. <br /> I see all three are open source and 2FAS also has a browser extension but I'm not sure if using that is safe for privacy.<br /> Any other suggestion?<br /> Thanks in advance!<br /> </div> &#32; submitted by &#32; <a href="?id=626"> Nuttyverse </a> &#32; to &#32; <a href="?id=4638"> privacy </a> <span><a href="?id=17361">[link]</a></span> &#32; <span><a href="?id=12534">[comments]</a></span></p>
<hr />
<p>2024.05.09 23:27 <i style="color:green;">hanibellacanibella</i> <b>Insurances refuse to renegotiate contracts from 30 years ago, we are a small practice. Do they have legal obligations to respond to our requests?</b></p>
<p><div class="md">My family owns/ works at a small cardiology practice. It’s part of the overall bigger hospital nearby, but it’s owned and ran by 2 older doctors who are family friends. I only work in billing and coding, and my main job is prior auths. While working here for several months now I learned a bunch of things about insurance and how the insurance companies basically will pay “up to a certain amount” for each procedure , if they deem it medically necessary …etc…. <br /> I can further elaborate if anyone wants to know or has advice… but basically the gist of my question is based off of the contracts negotiated between insurance companies (as in multiple different ones), and our providers office. I read what I could online and everything I’ve come across basically says “each year your practice can re-negotiate contracts to gain anywhere from 1-2% more money paid out to cover the price of procedures performed” <br /> My father says we haven’t renegotiated contracts with any insurance companies in 30 years (since the start of the business)<br /> I ask why not? Because our whole family is very pro “charge insurance companies more , and the insured patients themselves less overall” and he said “they won’t listen to us, they won’t respond to us and they aren’t interested in renegotiating. We resubmit a renegotiation request 4 times a year, and they’ve never called back or answered even , which means we have never been able to renegotiate and request they cover more” <br /> And I get that because why would they be interested in that? There’s no gain for them in paying out more money to us on behalf of their insured patients. <br /> But obviously it sounds like a bad deal, and anything I could do to help our patients out , I would absolutely love to go through with! <br /> Anyone know ?<br /> </div> &#32; submitted by &#32; <a href="?id=19800"> hanibellacanibella </a> &#32; to &#32; <a href="?id=17575"> legaladvice </a> <span><a href="?id=21366">[link]</a></span> &#32; <span><a href="?id=25640">[comments]</a></span></p>
<hr />
<p>2024.05.09 17:36 <i style="color:green;">Lucvicentr</i> <b>Get Ready for Some Plinko Fun at Gamba.com - Coming Soon with Only 1% House Edge!</b></p>
<p><table> <tr><td> <a href="?id=21851"> <img src="https://external-preview.redd.it/iHc26aYGWhgkitOMZK2TYRhaa9op0c6I-mLa7KKxQHw.jpg?width=640&crop=smart&auto=webp&s=595deb916cdc293cca6eec16225d9ee30e8af4bf" alt="Get Ready for Some Plinko Fun at Gamba.com - Coming Soon with Only 1% House Edge!" title="Get Ready for Some Plinko Fun at Gamba.com - Coming Soon with Only 1% House Edge!" /> </a> </td><td> <div class="md">Hey, fellow gamers and betting enthusiasts!<br /> I've got some exciting news to share - rumor has it that a Plinko game is coming soon to <a href="?id=8168">Gamba.com</a>, and it's going to be a game-changer! 🎉 But here's the kicker - word on the street is that it will come with an incredibly low 1% house edge!<br /> &#x200B;<br /> <a href="?id=2202">Gamba Originals</a><br /> For those unfamiliar, Plinko is a classic game of chance where you drop a ball down a pegged board, watching it bounce and ricochet until it lands in a slot at the bottom. It's simple, it's fun, and it's about to become your new favorite pastime at Gamba.com.<br /> Now, I don't have all the details just yet, but with a house edge as low as 1%, you can bet that this game is going to offer some seriously enticing odds. Whether you're a seasoned Plinko pro or just looking for some casual fun, this is an opportunity you won't want to miss.<br /> &#x200B;<br /> <a href="?id=16807">Gamba Originals Plinko Game</a><br /> So, keep your eyes peeled and your fingers ready to drop those balls, because Plinko is coming to Gamba.com, and it's going to be epic! Stay tuned for updates, and get ready to experience the thrill of Plinko like never before.<br /> See you at <a href="?id=8431">Gamba</a> soon!<br /> [Note: Keep an eye out for the official announcement of the Plinko game launch at <a href="?id=25067">Gamba</a>!]<br /> </div> &#32; submitted by &#32; <a href="?id=8844"> Lucvicentr </a> &#32; to &#32; <a href="?id=29746"> GambaCryptoCasino </a> <span><a href="?id=12919">[link]</a></span> &#32; <span><a href="?id=18527">[comments]</a></span> </td></tr></table></p>
<hr />
<p>2024.05.08 09:58 <i style="color:green;">Pristine-Train-3387</i> <b>CA - Legal Document Assistant/Client Relationship</b></p>
<p><div class="md">Hi, this is going to be either, really interesting or really boring. I filed for Divorce from my ex-husband in 2019. He has not responded to date. In October 2023, my ex reached out via text that he wanted to push the divorce forward. He stated that he spoke with an attorney who then advised him that the quickest, cheapest route to resolve was for me (the petitioner) to enter a default judgement against him and that he would pay for a PARLEGAL to review the Petition for Divorce and Settlement Agreement that I had created (in pro per) and sent to him for review several months prior (with no response). At a later date via text, he advised that a paralegal had reviewed MY Petition For Divorce and some changes were made. I reviewed and approved the changes (seemingly consistent with the documens I had prepared). In November my ex-husbandnand I met with a notary and we signed the documents he provided to the paralegal that I had reviewed prior. And yes, I failed to completely review the documents. After said meeting, He returned the documents that I signed as petitioner for default to the Paralegal to file.<br /> Present Day.... My ex-husband's Fiance reached out to me via text, to notify me that they are intending to get married in July 2024 and she wanted to plan a convenient time to do so on my current property (currently pending legal action with my ex-inlaws). I at this point has not received my copy (the Petitioner) of the filed court documents (the endorsed Court stamp for the auth for the "paralegal" to file and receive court documents on my behalf, is stamped with a different date than the Stipulation filed by the paralegal on my behalf). Just to be clear, I had not spoken to nor signed any documents authorizing anyone/any motion/represention/ consent to any Individiual or entity. <br /> Upon inquiry of missing documents via text, on how She immediately stated that all the documents were legal and that she has documentation that the copies were mailed to the address that the court had on file for my residence, was correct and that it getting lost on the mail was not her problem. "Her Attorney" had completed the process legally. She became evasive and defensive, stating that her "Attorney" followed through correctly. I stated in the text that I was not questioning the legality of the paperwork, but I only asked the date of the postmarked envelope and where my copy could have gone. She eventually provided me with the contact information of the "attorney" and several images of the Stipulation only. <br /> On, 5/7/24, I reached out to the "Attorney" she used to ask about the missing documents. He stated that he and I had met in person prior to the current (and only) communication we've had. I was completely unaware that an attorney (he states he is a mediator, and no attorneys were involved. His email signature is *Name, J.D.), or Legal Document Assistant was involved in the process. I informed him that I was completely unaware of his involvement. He tried to recant and stated that he never he never met me and assumed that "D", the Paralegal/ Legal Document Assistant, had met me. He stated that he'd look in the file to see if they have a copy of the court endorsed stipulation. He emailed me later that day, the signed authorization for the Paralegal/ Legal Document Assistant authorization to courier and receive court endorsed documents on my behalf.<br /> CA code states that a Paralegal can ONLY work for an attorney, not an individual. It also states that a Legal Document Assistant must present a contract to ALL clients stating that the client is aware they are not an Attorney and the their services are at the client's direction, etc. I have never once signed anything acknowledging that she was a LDA, hired & paid by my ex-husband, to fill out /edit forms on my behalf. According to CA BPC § 6410, (a) Every legal document assistant or unlawful detainer assistant who enters into a contract or agreement with a client to provide services shall, prior to providing any services, provide the client with a written contract, the contents of which shall be prescribed by regulations adopted by the Department of Consumer... I have never met nor spoken with the MediatoParalegal/LDA. <br /> What of this situation seems off to you?? The current property dispute is about contractual agreements between my ex-husband/ex-inlaws. I have not retained counsel at this time. I asked the LDA for the contract required by law between LDA and the client (assuming the client is the Petitioner who filed via the LDA for Dissolution) My ex-husband did not disclose that the Paralegal was also registered as an LDA (in CA a Paralegal cannot be a runner). The involvement of any party was not disclosed to me. <br /> </div> &#32; submitted by &#32; <a href="?id=24767"> Pristine-Train-3387 </a> &#32; to &#32; <a href="?id=357"> legaladvice </a> <span><a href="?id=2948">[link]</a></span> &#32; <span><a href="?id=11458">[comments]</a></span></p>
<hr />
<p>2024.05.07 04:04 <i style="color:green;">CatNational3627</i> <b>Exchange 2019/Exchange Online Hybrid // Outlook Mobile can't sign on</b></p>
<p><div class="md">I'm running an exchange 2019 server latest cu in hybrid mode. I have about 10 users in EXO and 250 users in Exch2019. My users span across 5 different domains but primarily *@example.org When a user tries to sign into their mailbox on their mobile phone they satisfy the MFA requirements and are prompted with either "failed to login" or "something went wrong" with the occasional "this mailbox not found in exchange online" sprinkled in instead of their mailbox downloading. Users who added their exchange mailbox end of 23 or Jan/Feb<em>ish</em> this year can continue to add their mailbox to their same mobile device without an issue. From what I can tell this is an issue on the microsoft cloud side of things.<br /> I opened a case with Microsoft Cloud Team and was advised this is an on-prem issue and to raise a ticket with ProSupport. Unfortunately at this time we don't have active support on our exchange on-prem license so I'm stuck figuring this out on my own.<br /> I have figured out a way to get the user signed into outlook mobile but it's strange...<br /> Example of working signin.<br /> Name: Demo User<br /> UPN: [<a href="?id=22553">demo@example.org</a>](mailto:<a href="?id=13327">demo@example.org</a>)<br /> Email in exchange: [<a href="?id=16873">DUser@example.org</a>](mailto:<a href="?id=2959">DUser@example.org</a>)<br /> Additional SMTP: [<a href="?id=22915">demo@example.mail.onmicrosoft.com</a>](mailto:<a href="?id=11696">demo@example.mail.onmicrosoft.com</a>)<br /> If I add a mailbox to my android phone using<br /> [<a href="?id=23774">demo@example.org</a>](mailto:<a href="?id=11913">demo@example.org</a>) i receive a "failed to login"<br /> [<a href="?id=173">DUser@example.org</a>](mailto:<a href="?id=25245">DUser@example.org</a>) i receive a "failed to login"<br /> The only way I have found I can log this user is with their "entra upn" example demo"@<tenantname>.onmicrosoft.com. So for example i'd open outlook mobile and add [<a href="?id=26028">demo@example.onmicrosoft.com</a>](mailto:<a href="?id=14276">demo@example.onmicrosoft.com</a>), screen refreshes and brings up microsoft sign on page, showing [<a href="?id=10957">demo@example.org</a>](mailto:<a href="?id=11810">demo@example.org</a>), complete login process, mailbox added and starts downloading.<br /> <strong>WHY DOES IT WORK WITH THE ENTRA ID?!</strong> I have spent months banging my head against a wall trying to figure out why these users can't sign in on their phone using modern authentication. They've been forced to use basic auth until I could resolve this issue.<br /> My ultimate question is why can't the user's sign on using their primary domain? Entra shows their primary domain is [<a href="?id=5772">demo@example.org</a>](mailto:<a href="?id=2840">demo@example.org</a>). All of their other microsoft logins work fine with their normal primary domain login.<br /> Thanks for the help!<br /> </div> &#32; submitted by &#32; <a href="?id=14241"> CatNational3627 </a> &#32; to &#32; <a href="?id=14350"> sysadmin </a> <span><a href="?id=12804">[link]</a></span> &#32; <span><a href="?id=15754">[comments]</a></span></p>
<hr />
<p>2024.05.07 04:03 <i style="color:green;">CatNational3627</i> <b>Entra/Exchange Hybrid Question</b></p>
<p><div class="md">I'm running an exchange 2019 server latest cu in hybrid mode. I have about 10 users in EXO and 250 users in Exch2019. My users span across 5 different domains but primarily *@example.org When a user tries to sign into their mailbox on their mobile phone they satisfy the MFA requirements and are prompted with either "failed to login" or "something went wrong" with the occasional "this mailbox not found in exchange online" sprinkled in instead of their mailbox downloading. Users who added their exchange mailbox end of 23 or Jan/Feb<em>ish</em> this year can continue to add their mailbox to their same mobile device without an issue. From what I can tell this is an issue on the microsoft cloud side of things.<br /> I opened a case with Microsoft Cloud Team and was advised this is an on-prem issue and to raise a ticket with ProSupport. Unfortunately at this time we don't have active support on our exchange on-prem license so I'm stuck figuring this out on my own.<br /> I have figured out a way to get the user signed into outlook mobile but it's strange...<br /> Example of working signin.<br /> Name: Demo User<br /> UPN: [<a href="?id=15567">demo@example.org</a>](mailto:<a href="?id=2176">demo@example.org</a>)<br /> Email in exchange: [<a href="?id=24594">DUser@example.org</a>](mailto:<a href="?id=62">DUser@example.org</a>)<br /> Additional SMTP: [<a href="?id=18603">demo@example.mail.onmicrosoft.com</a>](mailto:<a href="?id=2385">demo@example.mail.onmicrosoft.com</a>)<br /> If I add a mailbox to my android phone using<br /> [<a href="?id=22584">demo@example.org</a>](mailto:<a href="?id=19850">demo@example.org</a>) i receive a "failed to login"<br /> [<a href="?id=29535">DUser@example.org</a>](mailto:<a href="?id=23348">DUser@example.org</a>) i receive a "failed to login"<br /> The only way I have found I can log this user is with their "entra upn" example demo"@<tenantname>.onmicrosoft.com. So for example i'd open outlook mobile and add [<a href="?id=12368">demo@example.onmicrosoft.com</a>](mailto:<a href="?id=2458">demo@example.onmicrosoft.com</a>), screen refreshes and brings up microsoft sign on page, showing [<a href="?id=25674">demo@example.org</a>](mailto:<a href="?id=19137">demo@example.org</a>), complete login process, mailbox added and starts downloading.<br /> <strong>WHY DOES IT WORK WITH THE ENTRA ID?!</strong> I have spent months banging my head against a wall trying to figure out why these users can't sign in on their phone using modern authentication. They've been forced to use basic auth until I could resolve this issue.<br /> My ultimate question is why can't the user's sign on using their primary domain? Entra shows their primary domain is [<a href="?id=6086">demo@example.org</a>](mailto:<a href="?id=22576">demo@example.org</a>). All of their other microsoft logins work fine with their normal primary domain login.<br /> Thanks for the help!<br /> </div> &#32; submitted by &#32; <a href="?id=24798"> CatNational3627 </a> &#32; to &#32; <a href="?id=22925"> entra </a> <span><a href="?id=17834">[link]</a></span> &#32; <span><a href="?id=788">[comments]</a></span></p>
<hr />
<p>2024.05.07 04:02 <i style="color:green;">CatNational3627</i> <b>Exchange Hybrid / Outlook Mobile On-Prem Users Experience issues signing in</b></p>
<p><div class="md">I'm running an exchange 2019 server latest cu in hybrid mode. I have about 10 users in EXO and 250 users in Exch2019. My users span across 5 different domains but primarily *@example.org When a user tries to sign into their mailbox on their mobile phone they satisfy the MFA requirements and are prompted with either "failed to login" or "something went wrong" with the occasional "this mailbox not found in exchange online" sprinkled in instead of their mailbox downloading. Users who added their exchange mailbox end of 23 or Jan/Feb<em>ish</em> this year can continue to add their mailbox to their same mobile device without an issue. From what I can tell this is an issue on the microsoft cloud side of things.<br /> I opened a case with Microsoft Cloud Team and was advised this is an on-prem issue and to raise a ticket with ProSupport. Unfortunately at this time we don't have active support on our exchange on-prem license so I'm stuck figuring this out on my own. <br /> I have figured out a way to get the user signed into outlook mobile but it's strange...<br /> Example of working signin.<br /> Name: Demo User<br /> UPN: [<a href="?id=8134">demo@example.org</a>](mailto:<a href="?id=3138">demo@example.org</a>)<br /> Email in exchange: [<a href="?id=11807">DUser@example.org</a>](mailto:<a href="?id=6566">DUser@example.org</a>)<br /> Additional SMTP: [<a href="?id=11362">demo@example.mail.onmicrosoft.com</a>](mailto:<a href="?id=12700">demo@example.mail.onmicrosoft.com</a>)<br /> If I add a mailbox to my android phone using <br /> [<strong><a href="?id=19857">demo@example.org</a></strong>](mailto:<a href="?id=21237">demo@example.org</a>) i receive a "failed to login"<br /> [<strong><a href="?id=1128">DUser@example.org</a></strong>](mailto:<a href="?id=27274">DUser@example.org</a>) i receive a "failed to login"<br /> The only way I have found I can log this user is with their "entra upn" example demo"@<tenantname>.onmicrosoft.com. So for example i'd open outlook mobile and add [<a href="?id=7227">demo@example.onmicrosoft.com</a>](mailto:<a href="?id=8104">demo@example.onmicrosoft.com</a>), screen refreshes and brings up microsoft sign on page, showing [<a href="?id=17263">demo@example.org</a>](mailto:<a href="?id=21911">demo@example.org</a>), complete login process, mailbox added and starts downloading.<br /> <strong>WHY DOES IT WORK WITH THE ENTRA ID?!</strong> I have spent months banging my head against a wall trying to figure out why these users can't sign in on their phone using modern authentication. They've been forced to use basic auth until I could resolve this issue. <br /> My ultimate question is why can't the user's sign on using their primary domain? Entra shows their primary domain is <a href="?id=22411">demo@example.org</a>. All of their other microsoft logins work fine with their normal primary domain login.<br /> Thanks for the help!<br /> </div> &#32; submitted by &#32; <a href="?id=12657"> CatNational3627 </a> &#32; to &#32; <a href="?id=11818"> exchangeserver </a> <span><a href="?id=27176">[link]</a></span> &#32; <span><a href="?id=29053">[comments]</a></span></p>
<hr />
<p>2024.05.07 00:11 <i style="color:green;">Alohomora4140</i> <b>Really tough night</b></p>
<p><div class="md">Possible triggers, read at your own risk. <br /> I work 12 hour overnight shifts. We’ve been trying for a year and sitting and waiting to start IVF since January, just hitting stupid roadblock after stupid roadblock-think, insurance auths. <br /> I haven’t told many people close to me but Ive told a few work friends all about our struggles. Last night really tested my limits though. <br /> Friend one found out she was pregnant two weeks ago. Has been dealing with morning sickness and calls frequently to tell me how miserable she is. Been there done that, I DO understand. She was stressed about the validity of the pregnancy but last night had her second ultrasound and was able to see the fetus. I’m thrilled for her! But inside I’m dying a little. She leans on me a lot but has never once asked anything about my journey or feelings. It’s a pretty one sided road. She complains constantly about being miserable and damnit I’d give anything to be in her shoes. <br /> Friend 2 very same night. Friend two is young, barely 20. Has a ‘boyfriend’ she’s on and off again with. Last night she told me not only had she found out she was pregnant (laughing because she just ‘knew’ she should have made him use a condom) but no worries because she marched her butt right over to planned parenthood and took care of it. “Thank goodness I found out so early! Haha” <br /> I’m 110% pro choice but to talk like that to someone who you know has been struggling for a year to get pregnant? I felt gutted. I supported her and told her I was glad she was doing ok. Never once did she ask about anything on my end either. <br /> I went home and cried guys. I’m making a $5000 deposit tomorrow and calling to get all the meds for my egg retrieval paid and sent to me. I feel so depressed and alone. I would have never treated a friend struggling to get pregnant like they treated me, and I’m just sad. <br /> </div> &#32; submitted by &#32; <a href="?id=18657"> Alohomora4140 </a> &#32; to &#32; <a href="?id=18941"> IVF </a> <span><a href="?id=403">[link]</a></span> &#32; <span><a href="?id=7738">[comments]</a></span></p>
<hr />
<p>2024.05.06 15:21 <i style="color:green;">JohannGoethe</i> <b>Etymology of Pharoah (ΦΕΡΩΝ) [1455], i.e. Horus, son of Sesostris (aka Osiris as king of Egypt), and letter I and letter K cipher found (Herodotus, §2.111)!</b></p>
<p><table> <tr><td> <a href="?id=28435"> <img src="https://a.thumbs.redditmedia.com/TJWWqRjqQZ_xpxoIF6n2Z6wI4Id2V2EUadrDFzQLMX8.jpg" alt="Etymology of Pharoah (ΦΕΡΩΝ) [1455], i.e. Horus, son of Sesostris (aka Osiris as king of Egypt), and letter I and letter K cipher found (Herodotus, §2.111)!" title="Etymology of Pharoah (ΦΕΡΩΝ) [1455], i.e. Horus, son of Sesostris (aka Osiris as king of Egypt), and letter I and letter K cipher found (Herodotus, §2.111)!" /> </a> </td><td> <div class="md"><strong>Abstract</strong><br /> (add)<br /> <strong>Overview</strong><br /> In 2390A (-435), Herodotus, in <em>The History</em> (§2.111), said the following, according to David Grene (A32/1987) translation:<br /> <a href="?id=16195">https://preview.redd.it/e1zttrve2tyc1.jpg?width=1687&format=pjpg&auto=webp&s=c509be72398b23acd57f112912d5873889daa8c0</a><br /> This, decoded, we see the Etymo of the word Pharoah (ΦΕΡΩΝ) [1455], which is code for Horus, son of Sesostris (aka Osiris as king of Egypt), who when Sesostris died became the new king of Egypt, but became blind for <strong>10</strong>-years (aka <strong>letter I = Horus</strong> 𓅃, is value: <strong>10</strong> and 10th letter), aka eye 𓂀 of Horus, blinded by the Red god Set, or “city called Red Sod” as Grene translates it:<br /> <a href="?id=22724">https://preview.redd.it/ej3vo9avotyc1.jpg?width=1245&format=pjpg&auto=webp&s=7e0bf4410ff496813e7811e880aa9d61bcf4cf4e</a><br /> Then Horus had to "spear" 𓌕 (aka Pole star) the flooded 💦 river, or something [?], but that in the 11th year (aka <strong>letter K = ankh</strong> 𓋹, <strong>11th</strong> letter, value: 20) has his vision restored.<br /> <strong>Jesus heals blind man</strong><br /> About 500-years later, this story becomes Jesus, as the 10th value god-son, restoring the vision of a blind man:<br /> <a href="?id=19179">https://preview.redd.it/drlifbfmptyc1.jpg?width=1465&format=pjpg&auto=webp&s=5f2c70f7cbe6ac7733a52450798d6b54541487f8</a><br /> The original version, to note, had something to do with Thoth healing the eye; as shown <a href="?id=5816">below</a>, from a post I made 5-years ago:<br /> <a href="?id=18237">https://preview.redd.it/xwwag6y5qtyc1.jpg?width=1376&format=pjpg&auto=webp&s=e00009d14edbdfedd165d48b6b3b3e2bd40494cd</a><br /> <strong>Greek</strong><br /> The following is the <a href="?id=7530">Greek text</a> to §:2.111.1:<br /> <table><thead> <tr> <th align="left">Greek</th> <th align="left">Phonetic</th> <th align="left">Google</th> </tr> </thead><tbody> <tr> <td align="left">[2.111.1] Σεσώστριος δὲ τελευτήσαντος ἐκδέξασθαι ἔλεγον τὴν βασιληίην τὸν παῖδα αὐτοῦ <strong>Φερῶν</strong>, τὸν ἀποδέξασθαι μὲν οὐδεμίαν στρατηίην, συνενειχθῆναι δέ οἱ τυφλὸν γενέσθαι διὰ τοιόνδε πρῆγμα. τοῦ ποταμοῦ κατελθόντος μέγιστα δὴ τότε ἐπ᾽ ὀκτωκαίδεκα πήχεας, ὡς ὑπερέβαλε τὰς ἀρούρας, πνεύματος ἐμπεσόντος κυματίης ὁ ποταμὸς ἐγένετο:</td> <td align="left">Sesóstrios dé teleftísantos ekdéxasthai élegon tín vasiliíin tón paída aftoú <strong>Ferón</strong>, tón apodéxasthai mén oudemían stratiíin, syneneichthínai dé oi tyflón genésthai diá toiónde prígma. toú potamoú katelthóntos mégista dí tóte ep᾽ oktokaídeka pícheas, os yperévale tás aroúras, pnévmatos empesóntos kymatíis o potamós egéneto:</td> <td align="left">[1] But Sesostrios, having finished the battle, said that he had brought the kingdom to his child, <strong>Pheroes</strong>, but he was defeated without an army, and they interceded, and the blind were born for that matter. of the river descending to its maximum, not then on eighteen cubits, as he overcame the plows, the river became a wave of spirit:</td> </tr> <tr> <td align="left">[2.111.2] τὸν δὲ βασιλέα λέγουσι τοῦτον ἀτασθαλίῃ χρησάμενον, λαβόντα αἰχμὴν βαλεῖν ἐς μέσας τὰς δίνας τοῦ ποταμοῦ, μετὰ δὲ αὐτίκα καμόντα αὐτὸν τοὺς ὀφθαλμοὺς τυφλωθῆναι. δέκα μὲν δὴ ἔτεα εἶναί μιν τυφλόν, ἑνδεκάτῳ δὲ ἔτεϊ ἀπικέσθαι οἱ μαντήιον ἐκ Βουτοῦς πόλιος ὡς ἐξήκει τέ οἱ ὁ χρόνος τῆς ζημίης καὶ ἀναβλέψει γυναικὸς οὔρῳ νιψάμενος τοὺς ὀφθαλμούς, ἥτις παρὰ τὸν ἑωυτῆς ἄνδρα μοῦνον πεφοίτηκε, ἄλλων ἀνδρῶν ἐοῦσα ἄπειρος.</td> <td align="left">tón dé vasiléa légousi toúton atasthalíi chrisámenon, lavónta aichmín valeín es mésas tás dínas toú potamoú, metá dé aftíka kamónta aftón toús ofthalmoús tyflothínai. déka mén dí étea eínaí min tyflón, endekáto dé éteï apikésthai oi mantíion ek Voutoús pólios os exíkei té oi o chrónos tís zimíis kaí anavlépsei gynaikós oúro nipsámenos toús ofthalmoús, ítis pará tón eoytís ándra moúnon pefoítike, állon andrón eoúsa ápeiros.</td> <td align="left">[2] And the king is said to have used this iniquity, taking a spear and putting it in the eddies of the river, but after making him blind, his eyes were blinded. For ten years he is blind, but for eleven years the oracles from Voutus are turned away, as the time of the loss rises, and a woman washes her eyes, which for this man has died, of other men as inexperienced.</td> </tr> <tr> <td align="left">[2.111.3] καὶ τὸν πρώτης τῆς ἑωυτοῦ γυναικὸς πειρᾶσθαι, μετὰ δέ, ὡς οὐκ ἀνέλεπε, ἐπεξῆς πασέων πειρᾶσθαι: ἀναβλέψαντα δὲ συναγαγεῖν τὰς γυναῖκας τῶν ἐπειρήθη, πλὴν ἢ τῆς τῷ οὔρῳ νιψάμενος ἀνέβλεψε, ἐς μίαν πόλιν, ἣ νῦν καλέεται Ἐρυθρὴ βῶλος: ἐς ταύτην συναλίσαντα ὑποπρῆσαι πάσας σὺν αὐτῇ τῇ πόλι:</td> <td align="left">kaí tón prótis tís eoytoú gynaikós peirásthai, metá dé, os ouk anélepe, epexís paséon peirásthai: anavlépsanta dé synagageín tás gynaíkas tón epeiríthi, plín í tís tó oúro nipsámenos anévlepse, es mían pólin, í nýn kaléetai Erythrí vólos: es táftin synalísanta ypoprísai pásas sýn aftí tí póli:</td> <td align="left">[3] And at the first of her own woman was tempted, then, as she did not rise, after that she was tempted all: and when they looked up, they brought together the women who had been tempted, but she, being bathed in the morning, looked up to a city, which is now called Erythre bolos: this you are all in awe of this city:</td> </tr> <tr> <td align="left">[2.111.4] τῆς δὲ νιψάμενος τῷ οὔρῳ ἀνέβλεψε, ταύτην δὲ ἔσχε αὐτὸς γυναῖκα. ἀναθήματα δὲ ἀποφυγὼν τὴν πάθην τῶν ὀφθαλμῶν ἄλλα τε ἀνὰ τὰ ἱρὰ πάντα τὰ λόγιμα ἀνέθηκε καὶ τοῦ γε λόγον μάλιστα ἄξιον ἐστὶ ἔχειν, ἐς τοῦ Ἡλίου τὸ ἱρὸν ἀξιοθέητα ἀνέθηκε ἔργα, ὀβελοὺς δύο λιθίνους, ἐξ ἑνὸς ἐόντα ἑκάτερον λίθου, μῆκος μὲν ἑκάτερον πηχέων ἑκατόν, εὖρος δὲ ὀκτὼ πηχέων.</td> <td align="left">tís dé nipsámenos tó oúro anévlepse, táftin dé ésche aftós gynaíka. anathímata dé apofygón tín páthin tón ofthalmón álla te aná tá irá pánta tá lógima anéthike kaí toú ge lógon málista áxion estí échein, es toú Ilíou tó irón axiothéita anéthike érga, oveloús dýo lithínous, ex enós eónta ekáteron líthou, míkos mén ekáteron pichéon ekatón, evros dé októ pichéon.</td> <td align="left">[4] And he looked up at her, having bathed in the morning, and this woman he took. oblations avoided the passion of the eyes, but on the sacrifices all the words were lifted up and for the reason that they have merit, for the sun's sacrifice was worthily lifted up works, two stone arrows, from a being of one stone, the length of one cubit one hundred, eὖros δὲ octὼ phiheon.</td> </tr> </tbody></table> Alfred Godley (35A/1920) translation:<br /> <blockquote> When Sesostris died, he was succeeded in the kingship (the priests said) by his son <strong>Pheros</strong>. This king waged no wars, and chanced to become blind, for the following reason: the <a href="?id=26623">Nile</a> came down in such a flood as there had never been, rising to a height of thirty feet, and the water that flowed over the fields was roughened by a strong wind; [2] then, it is said, the king was so audacious as to seize a spear and hurl it into the midst of the river eddies. Right after this, he came down with a disease of the eyes, and became blind. When he had been blind for ten years, an oracle from the city of <a href="?id=2180">Buto</a> declared to him that the term of his punishment was drawing to an end, and that he would regain his sight by washing his eyes with the urine of a woman who had never had intercourse with any man but her own husband. [3] Pheros tried his own wife first; and, as he remained blind, all women, one after another. When he at last recovered his sight, he took all the women whom he had tried, except the one who had made him see again, and gathered them into one town, the one which is now called “Red Clay”; having concentrated them together there, he burnt them and the town; [4] but the woman by whose means he had recovered his sight, he married. Most worthy of mention among the many offerings which he dedicated in all the noteworthy temples for his deliverance from blindness are the two marvellous stone obelisks which he set up in the temple of the Sun. Each of these is made of a single block, and is over one hundred and sixty-six feet high and thirteen feet thick.<br /> </blockquote> <strong>Proton?</strong><br /> The following is §1.112, which says that a man named <strong>Protea</strong> (Πρωτέα) [1286], succeeded <strong>Pheron</strong> (<strong>Φερῶν</strong>) [1455], aka Horus 𓅊 [letter I], i.e. the phoenix 🐦‍🔥, who previously had succeeded <strong>Sesostris</strong> (ΣΕΣΟΣΤΡΙΣ) [1285], aka Osiris 𓀲:<br /> <table><thead> <tr> <th align="left">Greek</th> <th align="left">Phonetics</th> <th align="left">Google</th> </tr> </thead><tbody> <tr> <td align="left">[2.112.2] τούτου δὲ ἐκδέξασθαι τὴν βασιληίην ἔλεγον ἄνδρα Μεμφίτην, τῷ κατὰ τὴν Ἑλλήνων γλῶσσαν οὔνομα <strong>Πρωτέα</strong> εἶναι: τοῦ νῦν τέμενος ἐστὶ ἐν Μέμφι κάρτα καλόν τε καὶ εὖ ἐσκευασμένον, τοῦ Ἡφαιστείου πρὸς νότον ἄνεμον κείμενον.</td> <td align="left">toútou dé ekdéxasthai tín vasiliíin élegon ándra Memfítin, tó katá tín Ellínon glóssan oúnoma <strong>Protéa</strong> eínai: toú nýn témenos estí en Mémfi kárta kalón te kaí ef eskevasménon, toú Ifaisteíou prós nóton ánemon keímenon.</td> <td align="left">[1] and of this the royal man named Memphite, whose name in the Greek language is <strong>Proteas</strong>, is: the present temple is in Memphis, a good map and built there, of Hephaestus towards the south wind text.</td> </tr> <tr> <td align="left">[2.112.2] περιοικέουσι δὲ τὸ τέμενος τοῦτο Φοίνικες Τύριοι, καλέεται δὲ ὁ χῶρος οὗτος ὁ συνάπας Τυρίων στρατόπεδον. ἔστι δὲ ἐν τῷ τεμένεϊ τοῦ Πρωτέος ἱρὸν τὸ καλέεται ξείνης Ἀφροδίτης: συμβάλλομαι δὲ τοῦτο τὸ ἱρὸν εἶναι Ἑλένης τῆς Τυνδάρεω, καὶ τὸν λόγον ἀκηκοὼς ὡς διαιτήθη Ἑλένη παρὰ Πρωτέι, καὶ δὴ καὶ ὅτι ξείνης Ἀφροδίτης ἐπώνυμον ἐστί: ὅσα γὰρ ἄλλα Ἀφροδίτης ἱρά ἐστι, οὐδαμῶς ξείνης ἐπικαλέεται.</td> <td align="left">[2] perioikéousi dé tó témenos toúto Foínikes Týrioi, kaléetai dé o chóros oútos o synápas Tyríon stratópedon. ésti dé en tó teméneï toú Protéos irón tó kaléetai xeínis Afrodítis: symvállomai dé toúto tó irón eínai Elénis tís Tyndáreo, kaí tón lógon akikoós os diaitíthi Eléni pará Protéi, kaí dí kaí óti xeínis Afrodítis epónymon estí: ósa gár álla Afrodítis irá esti, oudamós xeínis epikaléetai.</td> <td align="left">[2] Phoenician Tyrians surround this mosque, and this place is called the junction of the Tyrian camp. In the first day of the priest, he is called by the Foreign Affairs: I am contributing to the Tynecard, and the reason Other Aphrodite Ira in, xein is invoked.</td> </tr> </tbody></table> Alfred Godley (35A/1920) translation:<br /> <blockquote> Pheros was succeeded (they said) by a man of <a href="?id=13985">Memphis</a>, whose name in the Greek tongue was <strong>Proteus</strong>. This Proteus has a very attractive and well-appointed temple precinct at <a href="?id=13600">Memphis</a>, south of the temple of Hephaestus. [2] Around the precinct live Phoenicians of <a href="?id=22680">Tyre</a>, and the whole place is called the Camp of the Tyrians. There is in the precinct of Proteus a temple called the temple of the Stranger Aphrodite; I guess this is a temple of Helen, daughter of Tyndarus, partly because I have heard the story of Helen's abiding with Proteus, and partly because it bears the name of the Foreign Aphrodite: for no other of Aphrodite's temples is called by that name.<br /> </blockquote> Wiktionary <a href="?id=4036">entry</a> on Πρωτέας (Prōtéās), just says it is a “male given name”, from:<br /> <blockquote> From <a href="?id=18255"><em>πρῶτος</em></a> (<em>prôtos</em>) +‎ <a href="?id=12994"><em>-ᾱς</em></a> (<em>-ās</em>).<br /> </blockquote> Which returns:<br /> <blockquote> Traditionally held to be the superlative of <a href="?id=14482"><em>πρό</em></a> (<em>pró</em>, “before”) (compare <a href="?id=3039"><em>πρότερος</em></a> (<em>próteros</em>)), but it is unclear how such a contraction would come about.<br /> </blockquote> <a href="?id=20166">PIEland</a> etymo:<br /> <blockquote> Could also be from a PIE <a href="?id=2160"><em>\</em>pr̥H-*</a> or <a href="?id=14998"><em>\</em>per-*</a>, with cognates including Lithuanian <a href="?id=24162"><em>pirmas</em></a>, Sanskrit <a href="?id=13261"><em>पूर्व</em></a> (<em>pūrva</em>), and Avestan <a href="?id=3386">𐬞𐬀𐬎𐬭𐬬𐬀</a> (<em>paurva</em>). In both cases, the <em>ω</em> (<em>ō</em>) and <em>ᾱ</em> (<em>ā</em>) forms are difficult to reconcile. A more recent hypothesis derives the Attic and Doric forms from Proto-Hellenic <a href="?id=24072"><em>\</em>pro-atos*</a>.<a href="?id=7309">[1]</a><br /> </blockquote> If we now go to §:<a href="?id=20018">Letter P</a> of the <em>EAN Etymo Dictionary</em>, in the tab bar, we find:<br /> <ul> <li><strong>Proto</strong> (πρωτο) [1350], secret name: phon (φων) [1350], code for the “first” sound 🗣️ of the newly-hatched 🐣 bennu 𓅣, aka phoenix 🐦‍🔥, which started the Egyptian cosmos creation process; post: <a href="?id=22514">here</a>, <a href="?id=3336">here</a>.</li> </ul> In other words, Osiris, with Isis, conceives Horus, the phoenix 🐦‍🔥, whose first sound starts the new cosmos creation unfolding process. Whence by the time this story was told to Herodotus, it had become:<br /> <blockquote> <strong>Sesostris</strong> (ΣΕΣΟΣΤΡΙΣ) [1285] to <strong>Pheron</strong> (<strong>Φερῶν</strong>) [1455] to <strong>Protea</strong> (Πρωτέα) [1286]<br /> </blockquote> The original Egyptian story, told in hiero-symbol language was thus coded, via <a href="?id=10374">LunarScript</a>, which and written down as we see it in Herodotus.<br /> <strong>Pharaoh</strong><br /> Alfred Godley (35A/1920) footnotes the word <strong>Φερῶν</strong> (Pheron), which he spells: “<strong>Pheros</strong>”, as follows:<br /> <blockquote> Manetho's list shows no such name. It is probably not a name but a title, <strong>Pharaoh</strong>.<br /> </blockquote> David Grene (A32/1987) footnotes the word Φερῶν as follows:<br /> <blockquote> Apparently, this is not a proper name but simply the title “<strong>pharaoh</strong>”?<br /> </blockquote> Wiktionary entry on pharaoh:<br /> <blockquote> From Middle English <a href="?id=20900"><em>pharao</em></a> (also as <a href="?id=695"><em>pharaon</em></a>, <a href="?id=12140"><em>farao</em></a>, <a href="?id=5987"><em>faraon</em></a>, etc.), from Old English <a href="?id=9003"><em>pharao</em></a>, from Late Latin <a href="?id=3197"><em>Pharaō</em></a>, from Ancient Greek <a href="?id=17172"><em>Φαραώ</em></a> (<em>Pharaṓ</em>), from Hebrew <a href="?id=24968">פַּרְעֹה</a> (<em>par‘ōh</em>), from <a href="?id=13797">Egyptian</a> <a href="?id=16654"><em>pr-ꜥꜣ</em></a> 𓉐 𓉻 (“palace, pharaoh”, literally “<a href="?id=9951"><em>pr</em></a> 𓉐 (“house”) + <a href="?id=29579"><em>ꜥꜣ</em></a> 𓉻 (“great, big”)”).<br /> </blockquote> The Egyptian links returns: 𓉐 [O1], <a href="?id=17106">CartoPhonetics</a>: /p, meaning: “house” [?], + 𓉻 [O29], phonetic: [N/A], meaning: “horizontal wooden column” [?], meaning: “great”; screenshot below:<br /> <a href="?id=22261">https://preview.redd.it/qpc55un2btyc1.jpg?width=1319&format=pjpg&auto=webp&s=f32fef38217cbd01dc79dbfabcb2906b5da379b5</a><br /> This, as we see, is a garbage etymo! We will have to check to see who first did this Egyptian etymology?<br /> To correct things, given the new decoding above, we now see that the Greek word: <a href="?id=1792">Φαραώ</a> (Pharaṓ), spelled: <strong>Φερῶν</strong> (<strong>Ferón</strong>) [1455], by Herodotus (2390A/-435), or “<strong>Pheroes</strong>” (Google translate) or Pharaoh (Grene, A32), <strong>did NOT derive</strong> from the Hebrew Bible term: <a href="?id=7511">פַּרְעֹה</a> (par‘ōh) (2200A/-245) or <strong>P</strong> (פַּ) <strong>R</strong> (רְ) <strong>O</strong> (עֹ) <strong>He</strong> (ה) in English order.<br /> As to the number cipher of Φερῶν (Ferón) [1455], we know:<br /> <ul> <li><strong>Φ</strong> = fire drill of Ptah, which has to light the egg of the phoenix 🐦‍🔥 chick 🐣, aka Horus or Harpocrates.</li> <li><strong>E</strong> = Osiris triple phallus, which is where Osiris is conceived, while Isis is a kite, at Philae Island, which is the pole star island 🏝️ on earth, flapping her wings over the mummy of Osiris, whose body was buried at Begeh Island.</li> </ul> The rest we will have to ruminate on?<br /> <strong>Typos</strong><br /> <ul> <li>I spelled <strong>pharaoh</strong> (correct) in post title as <em>pharoah</em> (wrong).</li> </ul> <strong>Notes</strong><br /> <ol> <li>I have not yet figured out the 1455</li> <li>This confirms, decoded today (6 May A69), what has previously been decoded about <a href="?id=9848"><strong>letter I</strong></a> and <a href="?id=555"><strong>letter K</strong></a>, two yeas ago.</li> </ol> <strong>References</strong><br /> <ul> <li>Herodotus. (2390A/-435). <em>The History</em> (§:<a href="?id=3685">2.111</a>) (translator: <a href="?id=3682">Alfred Godley</a>). Tufts, 35A/1920.</li> <li>Herodotus. (2390A/-435). <em>The History</em> (translator: <a href="?id=6819">David Grene</a>) (§:2.111, pg. 176; <a href="?id=15506">Pheros</a>, pgs. 176-77). Chicago, 1987/A32.</li> </ul> </div> &#32; submitted by &#32; <a href="?id=12709"> JohannGoethe </a> &#32; to &#32; <a href="?id=6966"> Alphanumerics </a> <span><a href="?id=16901">[link]</a></span> &#32; <span><a href="?id=13332">[comments]</a></span> </td></tr></table></p>
<hr />
<p></p><p><a href="http://activeproperty.pl/">http://activeproperty.pl/</a></p><p></p><h3></h3>
<ol><li></li></ol>
<p></p><div id="menu" class="menu">[ <a href="?id=12246">12246</a> ] [ <a href="?id=12247">12247</a> ] [ <a href="?id=12248">12248</a> ] [ <a href="?id=12249">12249</a> ] [ <a href="?id=12250">12250</a> ] [ <a href="?id=12251">12251</a> ] [ <a href="?id=12252">12252</a> ] [ <a href="?id=12253">12253</a> ] [ <a href="?id=12254">12254</a> ] [ <a href="?id=12255">12255</a> ] </div></div>
</body>
</html><!-- ID: 3173 | Time: 0.77278 Sec | Mem: 1546 KiB -->