Rsbots.net auth dump

Get full running config using ncclient takes too long

2024.05.06 04:30 noCallOnlyText Get full running config using ncclient takes too long

Hi. I was wondering if someone had an explanation for why it would take so long just to get the running config from a catalyst 3650 using ncclient (NETCONF python module). I timed it and it took almost 2 minutes.
The code is pretty simple:
from ncclient import manager import xml.dom.minidom m = manager.connect( host='[IP address here]', port=830, username='[user]', password='[password]', hostkey_verify=False, device_params={'name' : 'iosxe'}, manager_params={'timeout':300} ) #print('#Supported Capabilities (YANG models):') #for capability in m.server_capabilities: # print(capability) netconf_reply = m.get_config(source='running') print(xml.dom.minidom.parseString(netconf_reply.xml).toprettyxml()) 
By comparison, RESTCONF took about 20 seconds and that's even with the device formatting the data in JSON. Here's the RESTCONF code:
import json import requests requests.packages.urllib3.disable_warnings() api_url = 'https://[IP address]/restconf/data/Cisco-IOS-XE-native:native' headers = { 'Accept': 'application/yang-data+json', 'Content-type':'application/yang-data+json' } #Format received data in JSON basicauth = ('[user]', '[password]') #device login information resp = requests.get(api_url, auth=basicauth, headers=headers, verify=False) #Create a variable to send the request and hold the response print(resp) #Print response from device response_json = resp.json() print(json.dumps(response_json, indent=4)) 
submitted by noCallOnlyText to networkautomation [link] [comments]


2024.05.05 20:01 acejacecamp Modded Hexxit Crash Log, I'm a Dumb Dumb and Need Help

I know nothing about modding MC or crash reports so bear with me. Minecraft is crashing on startup, forge mod loader seems to be at the center of the problem. Is this as simple as mods conflicting or is there an obvious answer that I'm miss here?
---- Minecraft Crash Report ----
// Lolis deobfuscated this stacktrace using MCP's stable-39 mappings.
// You're mean.
Time: 2024-05-05 13:57:32 EDT
Description: Initializing game
java.lang.IllegalAccessError: tried to access class org.spongepowered.asm.mixin.transformer.MixinTransformer from class net.minecraftforge.fml.common.Loader
at net.minecraftforge.fml.common.Loader.handler$zza000$beforeConstructingMods(Loader.java:1132)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:594)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
at net.minecraft.client.Minecraft.init(Minecraft.java:467)
at net.minecraft.client.Minecraft.run(Minecraft.java:4601)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- System Details --
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 946857440 bytes (902 MB) / 1564475392 bytes (1492 MB) up to 3310878720 bytes (3157 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3552m -Xms256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 LoliASM 5.6 Powered by Forge 14.23.5.2860 177 mods loaded, 177 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
State ID Version Source Signature
:----- :--------------------------- :------------------------ :---------------------------------------------- :----------------------------------------
L minecraft 1.12.2 minecraft.jar None
L mcp 9.42 minecraft.jar None
L FML 8.0.99.99 forge-1.12.2-14.23.5.2860.jar e3c3d50c7c986df74c645c0ac54639741c90a557
L forge 14.23.5.2860 forge-1.12.2-14.23.5.2860.jar e3c3d50c7c986df74c645c0ac54639741c90a557
L creativecoredummy 1.0.0 minecraft.jar None
L ivtoolkit 1.3.3-1.12 minecraft.jar None
L smoothfontcore mc1.12.2-2.1.4 minecraft.jar None
L mixinbooter 7.1 minecraft.jar None
L openmodscore 0.12.2 minecraft.jar None
L foamfixcore 7.7.4 minecraft.jar None
L srm-hooks 1.12.2-1.0.0 minecraft.jar None
L randompatches 1.12.2-1.22.1.10 randompatches-1.12.2-1.22.1.10.jar None
L smoothfont mc1.12.2-2.1.4 SmoothFont-mc1.12.2-2.1.4.jar None
L crafttweaker 4.1.20 CraftTweaker2-1.12-4.1.20.693.jar None
L jei 4.16.1.301 jei_1.12.2-4.16.1.301.jar None
L abyssalcraft 1.10.4 AbyssalCraft-1.12.2-1.10.4.jar None
L ctm MC1.12.2-1.0.2.31 CTM-MC1.12.2-1.0.2.31.jar None
L chisel MC1.12.2-1.0.2.45 Chisel-MC1.12.2-1.0.2.45.jar None
L mantle 1.12-1.3.3.55 Mantle-1.12-1.3.3.55.jar None
L quark r1.6-184 Quark-r1.6-184-technic.jar None
L twilightforest 3.11.1021 twilightforest-1.12.2-3.11.1021-universal.jar None
L tconstruct 1.12.2-2.13.0.183 TConstruct-1.12.2-2.13.0.183.jar None
L acintegration 1.11.3 AbyssalCraft Integration-1.12.2-1.11.3.jar None
L aether_legacy 1.5.3.2 aether-1.12.2-v1.5.3.2.jar None
L aether_legacy_addon 1.12.2-v1.3.0 Aether Continuation v1.3.0.jar None
L akashictome 1.2-12 AkashicTome-1.2-12.jar None
L aoa3 3.3.6 AoA3-3.3.6.jar None
L appleskin 1.0.14 AppleSkin-mc1.12-1.0.14.jar None
L aquaacrobatics 1.15.3 AquaAcrobatics-1.15.3.jar None
L asr 2.1.0 AsgardShieldReloaded-2.1.0.jar None
L attributefix 1.0.12 AttributeFix-Forge-1.12.2-1.0.12.jar None
L baubles 1.5.2 Baubles-1.12-1.5.2.jar None
L atum 2.0.20 Atum-1.12.2-2.0.20.jar None
L autoreglib 1.3-32 AutoRegLib-1.3-32.jar None
L backpack 3.0.2 backpack-3.0.2-1.12.2.jar None
L ichunutil 7.2.2 iChunUtil-1.12.2-7.2.2.jar None
L backtools 7.0.1 BackTools-1.12.2-7.0.1.jar None
L backups 1.5.7 Backups-1.12.2-1.5.7.jar None
L battletowers 1.6.5 BattleTowers-1.12.2.jar None
L ancientbeasts 1.9.99999 beastslayer-2.0.test_1.02.jar None
L betteradvancements 0.1.0.77 BetterAdvancements-1.12.2-0.1.0.77.jar None
L bettermineshafts 1.12.2-2.2.1 BetterMineshaftsForge-1.12.2-2.2.1.jar None
L bibliocraft 2.4.6 BiblioCraft[v2.4.6][MC1.12.2].jar None
L biomesoplenty 7.0.1.2445 BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar None
L bookshelf 2.3.590 Bookshelf-1.12.2-2.3.590.jar None
L forgelin 1.8.4 Forgelin-1.8.4.jar None
L bountiful 2.2.3 Bountiful-1.12.2-2.2.3.jar None
L brokenwings 2.0.0 brokenwings-3.0.0.jar None
L btfixes 1.12.2-1.2.0 BTFixes-1.12.2-1.2.0.jar None
L capsule 1.12.2-3.4.76 Capsule-1.12.2-3.4.76.jar None
L loliasm 5.6 censoredasm5.6.jar None
L chameleon 1.12-4.1.3 Chameleon-1.12-4.1.3.jar None
L chiselsandbits 14.33 chiselsandbits-14.33.jar None
L chococraft 3.1.4.0 chococraft_1.12.2-3.1.4.0.jar None
L neid 1.5.4.4 NotEnoughIDs-1.5.4.4.jar None
L phosphor-lighting 1.12.2-0.2.6 phosphor-1.12.2-0.2.6+build50-universal.jar None
L cqrepoured 2.6.12B Chocolate_Quest_Repoured-1.12.2-2.6.12B.jar None
L redstoneflux 2.1.1 RedstoneFlux-1.12-2.1.1.1-universal.jar None
L cofhcore 4.6.6 CoFHCore-1.12.2-4.6.6.1-universal.jar None
L cofhworld 1.4.0 CoFHWorld-1.12.2-1.4.0.1-universal.jar None
L combustfish 1.0.3.4 combustfish-1.12.2-1.0.3.4.jar None
L conarm 1.2.5.10 conarm-1.12.2-1.2.5.10.jar None
L consolefilter 1.1.1 ConsoleFilter-1.12.2-1.1.1.jar None
L controlling 3.0.10 Controlling-3.0.12.2.jar None
L cosmeticarmorreworked 1.12.2-v5a CosmeticArmorReworked-1.12.2-v5a.jar None
L ctgui 1.0.0 CraftTweaker2-1.12-4.1.20.693.jar None
L crafttweakerjei 2.0.3 CraftTweaker2-1.12-4.1.20.693.jar None
L creativecore 1.10.0 CreativeCore_v1.10.71_mc1.12.2.jar None
L creeperconfetti 1.4.2 creeperconfetti-1.4.2.jar None
L culinaryconstruct 1.3.4 culinaryconstruct-1.3.4.jar None
L damagetilt 0.1.0 DamageTilt-1.12.2-0.1.0.jar None
L deadlyworld 1.1.1_for_mc1.12.2 deadlyworld-1.1.1_for_mc1.12.2.jar None
L dimdoors 3.0.10 DimensionalDoors-1.12.2-3.0.12.jar None
L dldungeonsjbg 1.14.12 DoomlikeDungeons-1.14.12-MC1.12.2.jar None
L traverse 1.6.0 Traverse-1.12.2-1.6.0-69.jar None
L mocreatures 12.3.2 DrZharks-MoCreatures-Extended-12.3.2-311.jar None
L dungeonsmod @VERSION@ DungeonsMod-1.12.2-1.0.8.jar None
L dungeontactics DT-0.16.9 DungeonTactics-1.12.2-0.16.9.jar None
L dynamiclights 1.4.9 DynamicLights-1.12.2.jar None
L dynamiclights_onfire 1.0.7 DynamicLights-1.12.2.jar None
L dynamiclights_creepers 1.0.6 DynamicLights-1.12.2.jar None
L dynamiclights_dropitems 1.1.0 DynamicLights-1.12.2.jar None
L dynamiclights_entityclasses 1.0.1 DynamicLights-1.12.2.jar None
L dynamiclights_mobequipment 1.1.0 DynamicLights-1.12.2.jar None
L dynamiclights_flamearrows 1.0.1 DynamicLights-1.12.2.jar None
L dynamiclights_floodlights 1.0.3 DynamicLights-1.12.2.jar None
L dynamiclights_otherplayers 1.0.9 DynamicLights-1.12.2.jar None
L dynamiclights_theplayer 1.1.3 DynamicLights-1.12.2.jar None
L element 1.0.5 Elementary Staffs 1.0.6.jar None
L elenaidodge 1.13.2 elenaidodge-1.12.2-1.13.2.jar None
L eplus 5.0.0 EnchantingPlus-1.12.2-5.0.176-fix.jar None
L enchdesc 1.1.15 EnchantmentDescriptions-1.12.2-1.1.15.jar None
L erebus 1.0.32 Erebus-1.0.32.jar None
L eyesinthedarkness 0.1.0 EyesInTheDarkness-0.1.0.jar None
L fantasticlib 1.12.2.047 FantasticLib-1.12.2.047.jar None
L fastfurnace 1.3.1 FastFurnace-1.12.2-1.3.1.jar None
L fastbench 1.7.4 FastWorkbench-1.12.2-1.7.4.jar None
L featuredservers 1.12-1.0.6 FeaturedServers-1.12-1.0.6.jar None
L mod_lavacow 1.4.0 Fish's+Undead+Rising-1.4.0.jar None
L foamfix @VERSION@ foamfix-0.10.15-1.12.2.jar None
L futureminecraf 1.3.1 FutureVersions v1.3.1.jar None
L geckolib3 3.0.30 geckolib-forge-1.12.2-3.0.31.jar None
L gottschcore 1.15.0 GottschCore-mc1.12.2-f14.23.5.2859-v1.15.0.jar None
L placebo 1.6.0 Placebo-1.12.2-1.6.0.jar None
L hexxitgear 2.8.0 Hexxit Gear-1.12.2-2.8.0.jar None
L hexxitworld 1.1.0 HexxitWorld-1.12.2-1.1.0-33.jar None
L waila 1.8.26 Hwyla-1.8.26-B41_1.12.2.jar None
L infernalmobs 1.7.6 InfernalMobs-1.12.2.jar None
L inventorytweaks 1.63+release.109.220f184 InventoryTweaks-1.63.jar None
L ironchest 1.12.2-7.0.67.844 ironchest-1.12.2-7.0.72.847.jar None
L itemdamagerebalancer 1.12.2.003 ItemDamageRebalancer-1.12.2.003.jar None
L journeymap 1.12.2-5.7.1 journeymap-1.12.2-5.7.1.jar None
L jrftl 1.1 JRFTL[1.12.2]-1.1.jar None
L jeid 1.0.3-48 JustEnoughIDs-1.0.3-48.jar None
L login_shield 1.12.2-6-g5654706 Login_Shield-1.12.2-6-g5654706.jar None
L lootbags 2.5.8.7 lootbags-2.5.8.7.jar None
L loottweaker 0.3.1 LootTweaker-0.3.1+MC1.12.2.jar None
L lost_aether 1.0.2 lost-aether-content-1.12.2-1.0.2.jar None
L malisiscore 1.12.2-6.5.1-SNAPSHOT malisiscore-1.12.2-6.5.1.jar None
L malisisdoors 1.12.2-7.3.0 malisisdoors-1.12.2-7.3.0.jar None
L malisisswitches 1.12.2-5.1.0 malisisswitches-1.12.2-5.1.0.jar None
L morebeautifulplates 1.12.2-1.1.4 morebeautifulplates-1.12.2-1.1.4.jar None
L morebows 1.0.10 MoreBows-1.0.10+1.12.2.jar None
L llibrary 1.7.20 llibrary-1.7.20-1.12.2.jar None
L mowziesmobs 1.5.8 mowziesmobs-1.5.8.jar None
L natura 1.12.2-4.3.2.69 natura-1.12.2-4.3.2.69.jar None
L netherendingores 1.12.2-1.4.2 Netherending-Ores-1.12.2-1.4.2.jar None
L netherportalfix 5.3.17 NetherPortalFix_1.12.1-5.3.17.jar None
L nyx 1.4.2 Nyx-1.4.2.jar None
L openmods 0.12.2 OpenModsLib-1.12.2-0.12.2.jar None
L openblocks 1.8.1 OpenBlocks-1.12.2-1.8.1.jar None
L oretweaker 1.0.2-1.12.0 Ore Tweaker-1.0.2-1.12.0.jar None
L overpoweredarmorbar @VERSION@ overloadedarmorbar-1.0.4g.jar None
L patchouli 1.0-23.6 Patchouli-1.0-23.6.jar None
L performant 1.12.2-1.5 performant-1.11.jar None
L placeableitems 3.3 placeableitems-3.3.jar None
L pvj 1.6.4 ProjectVibrantJourneys-1.12.2-1.6.4.jar None
L reachfix 1.0.8 ReachFix-1.12.2-1.0.8.jar None
L reauth 4.0.7 ReAuth-1.12-Forge-4.0.7.jar None
L reborncore 3.19.5 RebornCore-1.12.2-3.19.5-universal.jar None
L reccomplex 1.4.8.5 RecurrentComplex-1.4.8.5.jar None
L xreliquary 1.12.2-1.3.4.796 Reliquary-1.12.2-1.3.4.796.jar None
L roguelike 2.4.4 RoguelikeDungeonsFnarEdition-1.12.2-2.4.4.jar None
L roughmobsrevamped 2.3.23 roughmobsrevamped-1.12.2-2.3.23.jar None
L secretroomsmod 5.6.4 secretroomsmod-1.12.2-5.6.4.jar None
L skewers 1.1 Skewers-1.1.jar None
L sledgehammer 1.12.2-2.0.23 Sledgehammer-1.12.2-2.0.23-thin.jar None
L smooth-scrolling-everywhere 1.1 smooth-scrolling-everywhere-1.1.jar None
L snowrealmagic 0.7.1 SnowRealMagic-1.12.2-0.7.1.jar None
L soulshardsrespawn 1.12.2-1.1.1-13 SoulShardsRespawn-1.12.2-1.1.1-13.jar None
L spartanshields 1.5.5 SpartanShields-1.12.2-1.5.5.jar None
L specialmobs 1.0.4_for_mc1.12.2 specialmobs-1.0.4_for_mc1.12.2.jar None
L storagedrawers 5.2.2 StorageDrawers-1.12.2-5.4.2.jar None
L surge 2.0.77 Surge-1.12.2-2.0.77.jar None
L theoneprobe 1.4.28 theoneprobe-1.12-1.4.28.jar None
L thermalfoundation 2.6.7 ThermalFoundation-1.12.2-2.6.7.1-universal.jar None
L tcomplement 1.12.2-0.4.3 TinkersComplement-1.12.2-0.4.3.jar None
L tipthescales 1.0.4 TipTheScales-1.12.2-1.0.4.jar None
L toastcontrol 1.8.1 Toast Control-1.12.2-1.8.1.jar None
L tombmanygraves 1.12-4.2.0 TombManyGraves-1.12-4.2.0.jar None
L torohealthmod 1.12.2-11 torohealth-1.12.2-13-technic.jar None
L travelersbackpack 1.0.35 TravelersBackpack-1.12.2-1.0.35.jar None
L treechopper 1.2.4 TreeChopper-1.12.2-1.2.4.jar None
L tumbleweed 1.12-0.4.7 tumbleweed-1.12-0.4.7.jar None
L unloader 1.2.0 unloader-1.2.0.jar None
L waddles 0.6.0 Waddles-1.12.2-0.6.0.jar None
L wailaharvestability 1.1.12 WailaHarvestability-mc1.12-1.1.12.jar None
L wanionlib 1.12.2-2.91 WanionLib-1.12.2-2.91.jar None
L waystones 4.1.0 Waystones_1.12.2-4.1.0.jar None
L wearablebackpacks 3.1.4 WearableBackpacks-1.12.2-3.1.4.jar None
L worleycaves 1.5.2 worleycaves-1.12.2-1.5.2.jar None
L recipehandler 0.14 YARCF-0.14(1.12.2).jar None
L craftstudioapi 1.0.0 CraftStudio-1.0.1.95-mc1.12-alpha.jar None
L cyclopstek 1.0.34 cyclopstek-1.0.34.jar None
L orelib 3.6.0.1 OreLib-1.12.2-3.6.0.1.jar None
L thebetweenlands 3.9.6 TheBetweenlands-3.9.6-universal.jar None
L unidict 1.12.2-3.0.10 UniDict-1.12.2-3.0.10.jar None
Loaded coremods (and transformers): Aqua Acrobatics Transformer (AquaAcrobatics-1.15.3.jar)
BTFixesCore (BTFixes-1.12.2-1.2.0.jar)
Quark Plugin (Quark-r1.6-184-technic.jar)
vazkii.quark.base.asm.ClassTransformer
UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)
wanion.unidict.core.UniDictCoreModTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50-universal.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)
SurgeLoadingPlugin (Surge-1.12.2-2.0.77.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
MalisisSwitchesPlugin (malisisswitches-1.12.2-5.1.0.jar)
MixinBooter (!mixinbooter-7.1.jar)
RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
com.therandomlabs.randompatches.core.RPTransformer
TheBetweenlandsLoadingPlugin (TheBetweenlands-3.9.6-core.jar)
thebetweenlands.core.TheBetweenlandsClassTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
ReachFixPlugin (ReachFix-1.12.2-1.0.8.jar)
meldexun.reachfix.asm.ReachFixClassTransformer
CQRPlugin (Chocolate_Quest_Repoured-1.12.2-2.6.12B.jar)
team.cqr.cqrepoured.asm.CQRClassTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)
LoliASM (censoredasm5.6.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
openmods.core.OpenModsClassTransformer
CorePlugin (SmoothFont-mc1.12.2-2.1.4.jar)
bre.smoothfont.asm.Transformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
Snow! Real Magic! (SnowRealMagic-1.12.2-0.7.1.jar)
Born in a Barn (Born In A Barn V1.8-1.12-1.1.jar)
com.chocohead.biab.BornInABarn
Plugin (NotEnoughIDs-1.5.4.4.jar)
ru.fewizz.neid.asm.Transformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
CreativePatchingLoader (CreativeCore_v1.10.71_mc1.12.2.jar)
JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.3-48.jar)
org.dimdev.jeid.JEIDTransformer
SecretRoomsMod-Core (secretroomsmod-1.12.2-5.6.4.jar)
com.wynprice.secretroomsmod.core.SecretRoomsTransformer
serializationisbad (serializationisbad-1.5.2.jar)
io.dogboy.serializationisbad.legacyforge.SIBTransformer
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
atomicstryker.dynamiclights.common.DLTransformer
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 552.22' Renderer: 'NVIDIA GeForce RTX 4060 Laptop GPU/PCIe/SSE2'
Suspected Mods: Forge Mod Loader (FML), Minecraft Forge (forge)
Launched Version: forge-14.23.5.2860
LWJGL: 2.9.4
OpenGL: NVIDIA GeForce RTX 4060 Laptop GPU/PCIe/SSE2 GL version 4.6.0 NVIDIA 552.22, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs:
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 16x AMD Ryzen 7 7840HS w/ Radeon 780M Graphics
submitted by acejacecamp to MinecraftForge [link] [comments]


2024.05.04 15:01 Fluorate crash on world loading

It also crashes when i reach the ancient city or some other vanilla structures with the same error
Crash report:
---- Minecraft Crash Report ---- // There are four lights! Time: 2024-05-04 17:58:34 Description: Exception in server tick loop java.util.concurrent.CompletionException: java.lang.NullPointerException: Cannot invoke "com.mojang.datafixers.util.Either.map(java.util.function.Function, java.util.function.Function)" because "$$1" is null at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) at java.base/java.util.concurrent.CompletableFuture.biApply(CompletableFuture.java:1313) at java.base/java.util.concurrent.CompletableFuture$BiApply.tryFire(CompletableFuture.java:1280) at java.base/java.util.concurrent.CompletableFuture$CoCompletion.tryFire(CompletableFuture.java:1219) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773) at ca.spottedleaf.starlight.common.light.StarLightInterface.propagateChanges(StarLightInterface.java:537) at net.minecraft.class_3568.method_15516(class_3568.java:599) at net.minecraft.class_3227.method_14277(class_3227.java:187) at net.minecraft.class_3227.method_19505(class_3227.java:166) at net.minecraft.class_3846.method_16907(class_3846.java:91) at net.minecraft.class_3846.method_16900(class_3846.java:146) at net.minecraft.class_3846.run(class_3846.java:102) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.NullPointerException: Cannot invoke "com.mojang.datafixers.util.Either.map(java.util.function.Function, java.util.function.Function)" because "$$1" is null at net.minecraft.class_3193.method_16147(class_3193.java:352) at java.base/java.util.concurrent.CompletableFuture.biApply(CompletableFuture.java:1311) ... 14 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 11 (amd64) version 10.0 Java Version: 17.0.8, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation Memory: 2422688720 bytes (2310 MiB) / 4475322368 bytes (4268 MiB) up to 8589934592 bytes (8192 MiB) CPUs: 8 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx Identifier: AuthenticAMD Family 23 Model 24 Stepping 1 Microarchitecture: Zen / Zen+ Frequency (GHz): 2.10 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: Radeon RX 560X Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x67ef Graphics card #0 versionInfo: DriverVersion=31.0.21912.14 Graphics card #1 name: AMD Radeon(TM) Vega 8 Graphics Graphics card #1 vendor: Advanced Micro Devices, Inc. (0x1002) Graphics card #1 VRAM (MB): 256.00 Graphics card #1 deviceId: 0x15d8 Graphics card #1 versionInfo: DriverVersion=31.0.21912.14 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.67 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.67 Memory slot #1 type: DDR4 Virtual memory max (MB): 27735.55 Virtual memory used (MB): 24758.64 Swap memory total (MB): 11669.52 Swap memory used (MB): 1211.64 JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8192M Fabric Mods: additionz: AdditionZ 1.3.1 advanced_runtime_resource_pack: Runtime Resource Pack 0.8.1 advancementplaques: Advancement Plaques 1.4.11 adventurez: AdventureZ 1.4.20 advjs: Advancement JS 2001fabric-2.9.0 alloy_forgery: Alloy Forgery 2.1.2+1.20 ambientsounds: AmbientSounds 5.3.9 amecs: Amecs 1.3.10+mc.1.20.1 amecsapi: Amecs API 1.4.0+mc1.20-pre1 amendments: Amendments 1.20-1.1.25 mixinsquared: MixinSquared 0.1.1 amethyst_core: Amethyst Core 1.5.0+1.20.1 common-protection-api: Common Protection API 1.0.0 amethyst_imbuement: Amethyst Imbuement 1.20.1-19.4 conditional-mixin: conditional mixin 0.3.2 should_i_hit_that: Should I Hit That? 0.1.2+1.20.1 playerabilitylib: Pal 1.8.0 structurized-reborn: Structurized Reborn 1.20.1-01 animal_feeding_trough: Animal Feeding Trough 1.0.3+1.20.1 architectury: Architectury 9.2.14 argonauts: Argonauts 1.0.10 placeholder-api: Placeholder API 2.1.1+1.20 artifacts: Artifacts 9.5.5 cardinal-components-base: Cardinal Components API (base) 5.2.2 cardinal-components-entity: Cardinal Components API (entities) 5.2.2 expandability: ExpandAbility 9.0.4 step-height-entity-attribute: Step Height Entity Attribute 1.2.0 athena: Athena 3.1.2 attributefix: AttributeFix 21.0.4 authme: Auth Me 7.0.2+1.20 autotag-convention: AutoTag Convention 2.0.2+1.20 autotag: AutoTag 2.0.2+1.20 azurelib: AzureLib 2.0.20 azurelibarmor: AzureLib Armor 2.0.3 balm-fabric: Balm 7.2.2 beaconoverhaul: Beacon Overhaul 1.8.4+1.20 reach-entity-attributes: Reach Entity Attributes 2.4.0 beansbackpacks: BeansBackpacks 0.26-v2 betterarcheology: Better Archeology 1.1.8-1.20.1 bettercombat: Better Combat 1.8.5+1.20.1 betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3 org_reflections_reflections: reflections 0.10.2 betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.4 betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6 betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.4 betterladdersmod: Better Ladders 0.0.2.1.20.1 betterloot: Better Loot 1.0.0+mc1.20.1 betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4 bettersmithingtable: BetterSmithingTable 1.1.0 betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3 blast: BLAST 1.13 blur: Blur (Fabric) 3.1.0 satin: Satin 1.13.0 bookshelf: Bookshelf 20.1.10 bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.5-1.20.1 maelstrom_library: Maelstrom Library 1.6.1-1.20 multipart_entities: MultipartEntities 1.5-1.20 bountiful: Bountiful 6.0.3+1.20.1 bren: bren 0.1.2-1.20.1 brewinandchewin: Brewin And Chewin 3.0.3+1.20.1 mm: Manningham Mills 2.3 built: Built 1.1.0 bygonenether: Bygone Nether 1.3.2 c2me: Concurrent Chunk Management Engine 0.2.0+alpha.11.5 c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.11.5 c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.11.5 c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.11.5 c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.11.5 c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.11.5 c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.11.5 c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.11.5 c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.11.5 c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.11.5 c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.11.5 c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.11.5 c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.11.5 c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.11.5 c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.11.5 c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.11.5 c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.11.5 c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.11.5 c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.5 c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.11.5 c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.5 com_ibm_async_asyncutil: asyncutil 0.1.0 net_objecthunter_exp4j: exp4j 0.4.8 org_threadly_threadly: threadly 7.0 cardinal-components: Cardinal Components API 5.2.2 cardinal-components-block: Cardinal Components API (blocks) 5.2.2 cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2 cardinal-components-item: Cardinal Components API (items) 5.2.2 cardinal-components-level: Cardinal Components API (world saves) 5.2.2 cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2 cardinal-components-world: Cardinal Components API (worlds) 5.2.2 chalk: Chalk 2.2.4 com_github_mclegoman_releasetypeutils: releasetypeutils 2.1.0 fabric-simplelibs: Simple Fabric Libs 2.0.0 cherishedworlds: Cherished Worlds 6.1.6+1.20.1 chunksfadein: Chunks Fade In 1.0.5-1.20.1 com_moandjiezana_toml_toml4j: toml4j 0.7.2 crowdin-translate: CrowdinTranslate 1.4+1.19.3 cicada: CICADA 0.7.1+1.20.1 cinderscapes: Cinderscapes 4.0.10 biolith: Biolith 1.0.0-beta.1 cinderscapes-client: Cinderscapes: Client 4.0.10 cinderscapes-common: Cinderscapes: Common 4.0.10 cinderscapes-worldgen: Cinderscapes: World Generation 4.0.10 terraform-biome-remapper-api-v1: Terraform Biome Remapper API (v1) 7.0.3 terraform-shapes-api-v1: Terraform Shapes API (v1) 7.0.3 terraform-surfaces-api-v1: Terraform Surfaces API (v1) 7.0.3 terraform-wood-api-v1: Terraform Wood API (v1) 7.0.3 citresewn: CIT Resewn 1.1.5+1.20.1 citresewn-defaults: CIT Resewn: Defaults 1.1.5+1.20.1 cloth-config: Cloth Config v11 11.1.118 cloth-basic-math: cloth-basic-math 0.6.1 cloud-dash: Cloud Dash 1.1.2 alternate-hudrendercallback: Alternate HudRenderCallback 0.1.3 clumps: Clumps completeconfig: CompleteConfig 2.5.0 completeconfig-base: completeconfig-base 2.5.0 completeconfig-gui-cloth: completeconfig-gui-cloth 2.5.0 completeconfig-gui-yacl: completeconfig-gui-yacl 2.5.0 conjuring: Conjuring 1.0.29+1.20 lavender: Lavender 0.1.0-pre.18+1.20 lavender-md: lavender-md 0.1.0-pre.3+1.20 lavender-md-owo-ui: lavender-md-owo-ui 0.1.0-pre.3+1.20 continuity: Continuity 3.0.0-beta.4+1.20.1 controlling: Controlling For Fabric 12.0.2 craterlib: CraterLib 1.1.1 crawl: Crawl 0.12.0 create: Create 0.5.1-f-build.1417+mc1.20.1 com_electronwill_night-config_core: core 3.6.6 com_electronwill_night-config_toml: toml 3.6.6 com_google_code_findbugs_jsr305: jsr305 3.0.2 flywheel: Flywheel 0.6.10-2 milk: Milk Lib 1.2.60 dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2 porting_lib_brewing: Porting Lib Brewing 2.3.2+1.20.1 porting_lib_models: Porting Lib Models 2.3.2+1.20.1 porting_lib_model_loader: Porting Lib Model Loader 2.3.2+1.20.1 porting_lib_obj_loader: Porting Lib Obj Loader 2.3.2+1.20.1 porting_lib_tags: Porting Lib Tags 3.0 registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1 porting_lib_data: Porting Lib Data 2.1.1090+1.20 porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20 porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20 porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20 createutilities: Create Utilities 0.3.0+1.20.1 team_reborn_energy: Energy 3.0.0 creativecore: CreativeCore 2.11.24 net_minecraftforge_eventbus: eventbus 6.0.3 creeperoverhaul: Creeper Overhaul 3.0.2 cristellib: Cristel Lib 1.1.5 blue_endless_jankson: jankson 1.2.3 customizableelytra: Customizable Elytra 2.1.2+1.20 darkpaintings: DarkPaintings 17.0.4 debugify: Debugify 1.20.1+2.0 disable_custom_worlds_advice: Disable Custom Worlds Advice 4.1 do_a_barrel_roll: Do a Barrel Roll 3.5.5+1.20.1 fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT dummmmmmy: MmmMmmMmmMmm 1.20-1.8.14 dungeonnowloading: Dungeon Now Loading 1.3 eatinganimationid: Eating Animation 1.20+1.9.61 eldritch_end: Eldritch End 0.2.31 embeddium: Embeddium 0.3.16+mc1.20.1 indium: Indium 1.99.99 sodium: Sodium 0.5.8 enderzoology: Ender Zoology 8.0.2 endorium: Endorium 1.0.8 ends_delight: End's Delight refabricated-1.20.1-alpha-1.0 enhanced_attack_indicator: Enhanced Attack Indicator 1.0.4+1.20 enhancedblockentities: Enhanced Block Entities 0.9+1.20 spruceui: SpruceUI 5.0.0+1.20 enhancedvisuals: EnhancedVisuals 1.7.1 entity_model_features: Entity Model Features 2.0.1 entity_texture_features: Entity Texture Features 6.0.1 org_apache_httpcomponents_httpmime: httpmime 4.5.10 entityculling: EntityCulling-Fabric 1.6.2-mc1.20.1 epileson: Epileson 1.0.1 equator: Equator 2.6.4 com_github_davidmoten_guava-mini: guava-mini 0.1.4 com_github_davidmoten_word-wrap: word-wrap 0.1.12 com_scrtwpns_mixbox: mixbox 2.0.0 expanded_ecosphere: Expanded Ecosphere 3.2.4 expandeddelight: Expanded Delight 0.3.1 omega-config: OmegaConfig 1.4.0+1.20.1 extraalchemy: Extra Alchemy 1.10.0 fabric-api: Fabric API 0.92.1+1.20.1 fabric-api-base: Fabric API Base 0.4.31+1802ada577 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577 fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577 fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577 fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77 fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577 fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377 fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377 fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577 fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577 fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577 fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577 fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577 fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677 fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577 fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777 fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577 fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577 fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577 fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577 fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.1+1802ada577 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577 fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377 fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577 fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577 fabric-language-kotlin: Fabric Language Kotlin 1.10.19+kotlin.1.9.23 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.23 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.23 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.23 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.23 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.23.2 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.0 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.0 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3 fabricloader: Fabric Loader 0.15.10 mixinextras: MixinExtras 0.3.5 fakerlib: fakerlib 0.1.3 fancymenu: FancyMenu 3.1.7 com_github_keksuccino_japng: japng 0.5.3 com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7 farmersdelight: Farmer's Delight 1.20.1-2.1.1+refabricated porting_lib_accessors: Porting Lib Accessors 2.3.4+1.20.1 porting_lib_base: Porting Lib Base 2.3.4+1.20.1 porting_lib_entity: Porting Lib Entity 2.3.4+1.20.1 porting_lib_fluids: Porting Lib Fluids 2.3.4+1.20.1 porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.4+1.20.1 porting_lib_transfer: Porting Lib Transfer 2.3.4+1.20.1 porting_lib_utility: Porting Lib Utility 2.3.4+1.20.1 porting_lib_client_events: Porting Lib Client Events 2.3.4+1.20.1 porting_lib_config: Porting Lib Config 2.3.4+1.20.1 porting_lib_extensions: Porting Lib Extensions 2.3.4+1.20.1 porting_lib_attributes: Porting Lib Attributes 2.3.4+1.20.1 porting_lib_common: Porting Lib Common 2.3.4+1.20.1 porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.4+1.20.1 porting_lib_loot: Porting Lib Loot 2.3.4+1.20.1 porting_lib_networking: Porting Lib Networking 2.3.4+1.20.1 porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.4+1.20.1 porting_lib_registries: Porting Lib Registries 2.3.4+1.20.1 porting_lib_tool_actions: Porting Lib Tool Actions 2.3.4+1.20.1 porting_lib_core: Porting Lib Core 2.3.4+1.20.1 fastpaintings: Fast Paintings 1.20-1.2.5 ferritecore: FerriteCore 6.0.1 forgeconfigapiport: Forge Config API Port 8.0.0 friendsandfoes: Friends&Foes 2.0.10 frostiful: Frostiful 1.0.9 fruitfulfun: Fruitful Fun 7.3.4 frycmobvariants: Mob Variants 4.4.1+1.20 fusion: Fusion 1.1.1 fzzy_config: Fzzy Config 0.2.5+1.20.1 net_peanuuutz_tomlkt_tomlkt-jvm: tomlkt-jvm 0.3.7 fzzy_core: Fzzy Core 0.5.1+1.20.1 gear_core: Gear Core 0.3.8+1.20.1 geckolib: GeckoLib 4 4.4.4 com_eliotlash_mclib_mclib: mclib 20 geode_plus: Geode+ 1.2.4 paragon: Paragon 3.0.2 org_yaml_snakeyaml: snakeyaml 1.27 geophilic: Geophilic v2.2.0-mc1.20u1.20.2 goodending: Good Ending 1.20.1-1.0.1-fabric gsw: Griswold's Workshop 0.1.9 guarding: Guarding 2.4.0 scribe: Scribe 1.20.1-0.5.0-alpha handcrafted: Handcrafted 3.0.6 heater: Heater 1.2.0+1.20.1 herdspanic: Herds Panic 1.1.0 iceberg: Iceberg 1.1.18 illagerinvasion: Illager Invasion 8.0.5 extensibleenums: Extensible Enums 7.0.1 imbued_gear: Imbued Gear 0.4.0+1.20.1 immediatelyfast: ImmediatelyFast 1.2.13+1.20.4 net_lenni0451_reflect: Reflect 1.3.2 immersive_weathering: Immersive Weathering 1.20.1-2.0.1 iris: Iris 1.7.0+mc1.20.1 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13 org_anarres_jcpp: jcpp 1.4.14 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1 item_obliterator: Item Obliterator 2.1.0 jamlib: JamLib 0.6.1+1.20.x java: Java HotSpot(TM) 64-Bit Server VM 17 kambrik: Kambrik 6.1.1+1.20.1 kiwi: Kiwi Library 11.6.0 kleeslabs: KleeSlabs 15.0.0 knowledges: Knowledges 4.0.1 konkrete: Konkrete 1.8.1 krypton: Krypton 0.2.3 com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT kubejs: KubeJS 2001.6.5-build.7 l_g_c: Luki's Grand Capitals 0.6 lambdynlights: LambDynamicLights 2.3.2+1.20.1 pride: Pride Lib 1.2.0+1.19.4 lazydfu: LazyDFU 0.1.3 legendarytooltips: Legendary Tooltips 1.4.4 letmedespawn: Let Me Despawn 1.2.0 lithium: Lithium 0.11.2 lithostitched: Lithostitched 1.1.5 lootjs: LootJS 1.20.1-2.11.0 lychee: Lychee Tweaker 5.1.11 majruszlibrary: Majrusz Library 7.0.8 majruszsdifficulty: Majrusz's Progressive Difficulty 1.9.10 map_atlases: Map Atlases 2.6.0 melody: Melody 1.0.3 memoryleakfix: Memory Leak Fix 1.1.5 midnightlib: MidnightLib 1.4.1 minecraft: Minecraft 1.20.1 modelfix: Model Gap Fix 1.15 modernfix: ModernFix 5.17.0+mc1.20.1 modmenu: Mod Menu 7.2.2 moonlight: Moonlight 1.20-2.11.13 moreculling: More Culling 1.20.4-0.23.1 morejs: MoreJS 0.9.0 moremobvariants: More Mob Variants moretotems: More Totems 2.16.0 mousetweaks: Mouse Tweaks 2.26 mr_edf_remastered: Ender Dragon Fight Remastered 4.3 mr_stellarity: Stellarity 2.0e mr_upgraded_mobs: Upgraded Mobs 1.3.2 mru: Mineblock's Repeated Utilities 0.4.0+1.20 mythic_charms: Mythic Charms 0.7.0 mythicmounts: Mythic Mounts 1.20.1-7.2 necronomicon: Necronomicon 1.4.2 netherchested: Nether Chested 8.0.3 puzzlesapi: Puzzles Api 8.1.5 puzzlesaccessapi: Puzzles Access Api 8.0.9 netherportalfix: NetherPortalFix 13.0.1 nethersdelight: Nether's Delight Refabricated 1.20.1-4.0.3 niftycarts: NiftyCarts 3.0.2+1.20.1 notreepunching: No Tree Punching 7.1.0 nyfsspiders: Nyf's Spiders 2.1.1 overflowingbars: Overflowing Bars 8.0.0 owo: oωo 0.11.2+1.20 passablefoliage: Passable Foliage 1.20.1-fabric-8.2.1 patchouli: Patchouli 1.20.1-84-FABRIC fiber: fiber 0.23.0-2 peek: Peek 1.20.1-1.3.1 pickupnotifier: Pick Up Notifier 8.0.0 player-animator: Player Animator 1.0.2-rc1+1.20 presencefootsteps: Presence Footsteps 1.9.3 kirin: Kirin UI 1.15.6+1.20.1 primalstage: Primal Stage 1.2.6 prism: Prism 1.0.5 puzzleslib: Puzzles Lib 8.1.18 quad: Quad 1.1.6 realistic-campfires: Realistic Campfires 1.1.0 redstonepen: Redstone Pen 1.5.31 repairsmith: Repairable Gear 1.0.0 resourcefulconfig: Resourcefulconfig 2.1.2 resourcefullib: Resourceful Lib 2.1.24 com_teamresourceful_bytecodecs: bytecodecs 1.0.2 com_teamresourceful_yabn: yabn 1.0.3 revive: Revive 1.0.7 rhino: Rhino 2001.2.2-build.18 roughlyenoughitems: Roughly Enough Items 12.1.718 error_notifier: Error Notifier 1.0.9 sawmill: Universal Sawmill 1.20-1.3.11 scorchful: Scorchful 0.6.2 sculk_expansion_mr: Sculk Expansion 1.3.0 searchables: Searchables 1.0.3 seasons: Fabric Seasons 2.3+1.20 seasonsdelightcompat: Fabric Seasons: Delight Compat 1.0-1.3.9 seasonsextras: Fabric Seasons: Extras 1.2-BETA+1.20 simple-rpc: Simple RPC 3.2.4 me_hypherionmc_simplerpc_simple-rpc-common: simple-rpc-common 5.0.2 snifferplus: Hellion's Sniffer+ 0.2.0 snowrealmagic: Snow! Real Magic! 10.4.3 snowundertrees: Snow Under Trees 2.2.0+1.20.1 sol_valheim: SOL: Valheim 1.1.1 sounds: Sounds 0.7.0+1.20.1 spectre: Spectre 1.1 spelunkery: Spelunkery 1.20.1-0.3.5 starlight: Starlight 1.1.2+fabric.dbc156f status-effect-bars: Status Effect Bars 1.0.3 stenographer: Stenographer 3.1.0 stoneworks: Stoneworks 8.0.0 structure_pool_api: Structure Pool API 1.0+1.20.1 supplementaries: Supplementaries 1.20-2.8.10 suppsquared: Supplementaries Squared 1.20-1.1.14 tapestop: Tape Stop 3.1.0 tawct: Time & Wind Custom Ticker 1.4.8+1.20-1.20.1 tead: tead 0.4-1.20.1 thaumon: Thaumon [BETA] 2.2.0+1.20.1 thelongstory: The Long Story 0.2.8-1.20.1 thermoo: Thermoo 2.3.1 tipsmod: Tips 12.0.5 toms_storage: Tom's Simple Storage Mod 1.6.6 toolstats: ToolStats 16.0.8 tooltipfix: ToolTip Fix 1.1.1-1.20 trashslot: TrashSlot 15.1.0 treechop: HT's TreeChop 0.19.0 tridents_n_stuff: Tridents 'n' Stuff 0.2.0+1.20.1 trinkets: Trinkets 3.7.2 triqueapi: TriQue API mc1.20.1-1.1.0 trofers: Trofers 5.0.2 utilitybelt: Utility Belt 1.3.6+1.20.1 tutorial-lib: Tutorial Lib 1.1.2+1.20.x videotape: Video Tape 1.0.0 villagersplus: Villagers Plus 3.1 visuality: Visuality 0.7.1+1.20 visualworkbench: Visual Workbench 8.0.0 voicechat: Simple Voice Chat 1.20.1-2.5.12 voidtotem: Void Totem 3.0.1 voidz: VoidZ 1.0.11 walk-jog-run: Walk, Jog, Run 1.1.0+1.20.1 wallpapers: Wallpapers 1.0a-Fabric-1.20.1 wardentools: Warden Tools 2.4.0+mc1.20.1 wetlands: Beneath the Wetlands 1.2 yet_another_config_lib_v3: YetAnotherConfigLib 3.2.2+1.20 com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT org_quiltmc_parsers_gson: gson 0.2.1 org_quiltmc_parsers_json: json 0.2.1 youthief: YouThief 1.4.0 yungsapi: YUNG's API 1.20-Fabric-4.0.4 org_javassist_javassist: javassist 3.29.2-GA Loaded Shaderpack: (off) Flywheel Backend: GL33 Instanced Arrays Server Running: true Player Count: 0 / 8; [] Data Packs: vanilla, fabric, fruitfulfun:food, fruitfulfun:farmersdelight, fruitfulfun:apple_tree_in_village, resources/ee_default (incompatible), resources/ee_remove_blobs (incompatible), Immersive Weathering Generated Pack, Moonlight Mods Dynamic Assets, Spelunkery Generated Pack, Supplementaries Generated Pack, Suppsquared Generated Pack Enabled Feature Flags: minecraft:vanilla World Generation: Experimental Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric' Launched Version: 1.20.112.0.0.41.3.0.1 
submitted by Fluorate to fabricmc [link] [comments]


2024.05.02 18:26 Background_Motor4078 go-msrpc: MS-RPC/DCERPC IDL Parser/Codegen/Client for Go

The IDL parser and stub code generator for the Microsoft Extension of the C706: DCE/RPC 1.1 like impacket or samba rpc client.
MS-RPC allows to perform various administration tasks, like configuring/viewing MS DNS/DHCP servers, WMI queries, eventlog dump, joining AD domain, or performing NTLM validation via Netlogon secure channel.
Git: https://github.com/oiweiwei/go-msrpc
Go pkg: https://pkg.go.dev/github.com/oiweiwei/go-msrpc
Manual: https://pkg.go.dev/github.com/oiweiwei/go-msrpc/dcerpc
Examples (WMI exec calc.exe on remote machine, windows registry dump, DNS zones download, endpoint mapper (EPM), NTLM session key retrieval by external auth, eventlog download): https://github.com/oiweiwei/go-msrpc/tree/main/examples
Collaborations are welcomed! Would be grateful for your inputs.
submitted by Background_Motor4078 to golang [link] [comments]


2024.04.28 16:59 xXSubZ3r0Xx Meta Quest 3 having issues staying connected

Meta Quest 3 having issues staying connected
Last xmas I got a Quest 3 and it used to work just fine on the wifi, but it started having issues where it would drop/reconnect every minute or two. I thought it was the headset and got an RMA submitted to Meta to have it replaced.
When I got the new Quest 3 back, the issue still persisted. This was a different headset than the original. I am beginning to think it could be some issue with the Ubiquiti AP's......Right now I have U7-Pro's. I also tried connecting to my older U6-LR and NanoHD's on the 5Ghz w/80Mhz channel width just to see if it was something with the U7's....
The issue still persisted, even on older UI hardware. so I captured some logs from the U7 of when it disconnects/reconnects....Is there anything in these logs that points to anything useful?
Currently it is connected to the 5Ghz/160Mhz radio. I heard through other forums the Quest 3 had some issues with Wifi6/6E, so thats why I tried the lower channel widths and turned off PMF and all those other features that it may interfere with, but the issue still happened.
Note: The issue was NOT present on the Quest 3 when connecting to a cellphone Hotspot. When I did that the connection stayed just fine and never disconnected.
---Begin LOG---
Apr 28 10:42:45 [Ubiquiti-U7-Pro] kern.err kernel: [303150.759534] wlan: [0:I:ANY] [UNSPECIFIED] vap-7(ath9): [Quest3-MAC]recv auth frame with algorithm 0 seq 1
Apr 28 10:42:45 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC IEEE 802.11: authenticated
Apr 28 10:42:45 [Ubiquiti-U7-Pro] kern.err kernel: [303150.781162] wlan: [0:I:ANY] [UNSPECIFIED] vap-7(ath9): [Quest3-MAC]station associated at aid 4: short preamble, long slot time, QoSHE cap 0x1111
Apr 28 10:42:45 [Ubiquiti-U7-Pro] user.info : wevent[5929]: wevent.ubnt_custom_event(): EVENT_STA_JOIN ath9: Quest3-MAC / 4
Apr 28 10:42:45 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC IEEE 802.11: associated (aid 1)
Apr 28 10:42:45 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: sending 1/4 msg of 4-Way Handshake
Apr 28 10:42:45 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: received EAPOL-Key frame (2/4 Pairwise)
Apr 28 10:42:45 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: sending 3/4 msg of 4-Way Handshake
Apr 28 10:42:45 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: received EAPOL-Key frame (4/4 Pairwise)
Apr 28 10:42:45 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: pairwise key handshake completed (RSN)
Apr 28 10:42:45 [Ubiquiti-U7-Pro] user.info : wevent[5929]: wevent.ubnt_custom_event(): EVENT_STA_IP ath9: Quest3-MAC / [Quest3-IPv4]
Apr 28 10:42:55 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC RADIUS: starting accounting session A5C0A63EC30B8CEA
Apr 28 10:43:00 [Ubiquiti-U7-Pro] daemon.info stahtd: stahtd[4660]: [STA-TRACKER].stahtd_dump_event(): {"message_type":"STA_ASSOC_TRACKER","mac":"Quest3-MAC","vap":"ath9","event_type":"failure","assoc_status":"0","wpa_auth_failures":"1","assoc_delta":"20000","auth_delta":"0","event_id":"1","auth_ts":"303150.757026"}
Apr 28 10:43:15 [Ubiquiti-U7-Pro] kern.err kernel: [303180.881154] wlan: [0:I:ANY] [UNSPECIFIED] vap-7(ath9):Received BSS Transmision Managemnet Response from [Quest3-MAC](len = 5): dialog_token 1, status 6, delay 0, bssid n/a
***Apr 28 10:43:59 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC IEEE 802.11: disassociated
Apr 28 10:43:59 [Ubiquiti-U7-Pro] user.info : wevent[5929]: wevent.ubnt_custom_event(): EVENT_STA_LEAVE ath9: Quest3-MAC / 4
Apr 28 10:44:01 [Ubiquiti-U7-Pro] kern.err kernel: [303227.267509] wlan: [0:I:ANY] [UNSPECIFIED] vap-7(ath9): [Quest3-MAC]recv auth frame with algorithm 3 seq 1
Apr 28 10:44:01 [Ubiquiti-U7-Pro] kern.err kernel: [303227.288755] wlan: [0:I:ANY] [UNSPECIFIED] vap-7(ath9): [Quest3-MAC]recv auth frame with algorithm 3 seq 2
***Apr 28 10:44:01 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC IEEE 802.11: associated (aid 1)
Apr 28 10:44:01 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: sending 1/4 msg of 4-Way Handshake
Apr 28 10:44:01 [Ubiquiti-U7-Pro] kern.err kernel: [303227.307663] wlan: [0:I:ANY] [UNSPECIFIED] vap-7(ath9): [Quest3-MAC]station associated at aid 4: short preamble, long slot time, QoSHE cap 0x1111
Apr 28 10:44:01 [Ubiquiti-U7-Pro] user.info : wevent[5929]: wevent.ubnt_custom_event(): EVENT_STA_JOIN ath9: Quest3-MAC / 4
Apr 28 10:44:01 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: received EAPOL-Key frame (2/4 Pairwise)
Apr 28 10:44:01 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: sending 3/4 msg of 4-Way Handshake
Apr 28 10:44:01 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: received EAPOL-Key frame (4/4 Pairwise)
Apr 28 10:44:01 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: pairwise key handshake completed (RSN)
Apr 28 10:44:02 [Ubiquiti-U7-Pro] kern.info kernel: [303227.480217] [DHCP-SM] Quest3-MAC: r-0-a
Apr 28 10:44:02 [Ubiquiti-U7-Pro] user.info : wevent[5929]: wevent.ubnt_custom_event(): EVENT_STA_IP ath9: Quest3-MAC / [Quest3-IPv4]
Apr 28 10:44:02 [Ubiquiti-U7-Pro] daemon.info stahtd: stahtd[4660]: [STA-TRACKER].stahtd_dump_event(): {"message_type":"STA_ASSOC_TRACKER","mac":"Quest3-MAC","vap":"ath9","event_type":"success","assoc_status":"0","traffic_delta":"320000","dns_responses":"3","dns_timeouts":"0","ip_delta":"190000","ip_assign_type":"dhcp","wpa_auth_delta":"2013538016","assoc_delta":"20000","auth_delta":"0","event_id":"2","auth_ts":"303227.265001","arp_reply_gw_seen":"yes","dns_resp_seen":"yes","sta_dc_reason":"sta left","deauth_reason":"3"}
Apr 28 10:44:10 [Ubiquiti-U7-Pro] kern.err kernel: [303236.300276] wlan: [0:I:ANY] [UNSPECIFIED] vap-7(ath9):Received BSS Transmision Managemnet Response from [Quest3-MAC](len = 5): dialog_token 1, status 6, delay 0, bssid n/a
Apr 28 10:44:11 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC RADIUS: starting accounting session 5EA42F7ABCC223CA
Apr 28 10:44:14 [Ubiquiti-U7-Pro] kern.err kernel: [303239.486225] wlan: [0:I:ANY] [UNSPECIFIED] vap-7(ath9):Received BSS Transmision Managemnet Response from [Quest3-MAC](len = 5): dialog_token 2, status 6, delay 0, bssid n/a
Apr 28 10:44:15 [Ubiquiti-U7-Pro] kern.err kernel: [303240.500310] wlan: [0:I:ANY] [UNSPECIFIED] vap-7(ath9):Received BSS Transmision Managemnet Response from [Quest3-MAC](len = 5): dialog_token 3, status 6, delay 0, bssid n/a
***Apr 28 10:44:17 [Ubiquiti-U7-Pro] daemon.info stahtd: stahtd[4660]: [STA-TRACKER].stahtd_dump_event(): {"message_type":"STA_ASSOC_TRACKER","mac":"Quest3-MAC","vap":"ath9","event_type":"fixup","assoc_status":"0","event_id":"2","arp_reply_gw_seen":"yes","dns_resp_seen":"yes","sta_dc_reason":"sta left","avg_rssi":"-56"}
Apr 28 10:45:57 [Ubiquiti-U7-Pro] kern.err kernel: [303343.027869] wlan: [0:I:ANY] [UNSPECIFIED] vap-0(ath0): [Quest3-MAC]recv auth frame with algorithm 3 seq 1
***Apr 28 10:45:57 [Ubiquiti-U7-Pro] kern.err kernel: [303343.028390] wlan: [0:I:ANY] [UNSPECIFIED] vap-0(ath0):mlme_recv_auth_ap_defer[2645]: client[Quest3-MAC] rejected, reason=37
***Apr 28 10:45:57 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC IEEE 802.11: disassociated
Apr 28 10:45:57 [Ubiquiti-U7-Pro] user.info : wevent[5929]: wevent.ubnt_custom_event(): EVENT_STA_LEAVE ath9: Quest3-MAC / 4
Apr 28 10:45:57 [Ubiquiti-U7-Pro] daemon.info stahtd: stahtd[4660]: [STA-TRACKER].stahtd_dump_event(): {"message_type":"STA_ASSOC_TRACKER","mac":"Quest3-MAC","vap":"ath9","event_type":"sta_leave","assoc_status":"0","event_id":"2","sta_dc_reason":"sta left","avg_rssi":"-62"}
Apr 28 10:46:13 [Ubiquiti-U7-Pro] daemon.info stahtd: stahtd[4660]: [STA-TRACKER].stahtd_dump_event(): {"message_type":"STA_ASSOC_TRACKER","mac":"Quest3-MAC","vap":"ath0","event_type":"failure","assoc_status":"0","auth_failures":"1","event_id":"6","auth_ts":"303343.025361","sta_dc_reason":"sta left"}
Apr 28 10:46:35 [Ubiquiti-U7-Pro] kern.err kernel: [303381.208443] wlan: [0:I:ANY] [UNSPECIFIED] vap-7(ath9): [Quest3-MAC]recv auth frame with algorithm 3 seq 1
Apr 28 10:46:35 [Ubiquiti-U7-Pro] kern.err kernel: [303381.230156] wlan: [0:I:ANY] [UNSPECIFIED] vap-7(ath9): [Quest3-MAC]recv auth frame with algorithm 3 seq 2
Apr 28 10:46:35 [Ubiquiti-U7-Pro] kern.err kernel: [303381.249033] wlan: [0:I:ANY] [UNSPECIFIED] vap-7(ath9): [Quest3-MAC]station associated at aid 4: short preamble, long slot time, QoSHE cap 0x1111
Apr 28 10:46:35 [Ubiquiti-U7-Pro] user.info : wevent[5929]: wevent.ubnt_custom_event(): EVENT_STA_JOIN ath9: Quest3-MAC / 4
Apr 28 10:46:35 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC IEEE 802.11: associated (aid 1)
Apr 28 10:46:35 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: sending 1/4 msg of 4-Way Handshake
Apr 28 10:46:35 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: received EAPOL-Key frame (2/4 Pairwise)
Apr 28 10:46:35 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: sending 3/4 msg of 4-Way Handshake
Apr 28 10:46:35 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: received EAPOL-Key frame (4/4 Pairwise)
Apr 28 10:46:35 [Ubiquiti-U7-Pro] daemon.info hostapd[11468]: ath9: STA Quest3-MAC WPA: pairwise key handshake completed (RSN)
Apr 28 10:46:35 [Ubiquiti-U7-Pro] kern.info kernel: [303381.428185] [DHCP-SM] Quest3-MAC: r-0-a
Apr 28 10:46:35 [Ubiquiti-U7-Pro] user.info : wevent[5929]: wevent.ubnt_custom_event(): EVENT_STA_IP ath9: Quest3-MAC / [Quest3-IPv4]
Apr 28 10:46:36 [Ubiquiti-U7-Pro] daemon.info stahtd: stahtd[4660]: [STA-TRACKER].stahtd_dump_event(): {"message_type":"STA_ASSOC_TRACKER","mac":"Quest3-MAC","vap":"ath9","event_type":"success","assoc_status":"0","traffic_delta":"300000","dns_responses":"4","dns_timeouts":"0","ip_delta":"200000","ip_assign_type":"dhcp","wpa_auth_delta":"1859598016","assoc_delta":"20000","auth_delta":"0","event_id":"3","auth_ts":"303381.205936","arp_reply_gw_seen":"yes","dns_resp_seen":"yes","sta_dc_reason":"sta left"}
-----END LOG---
https://preview.redd.it/fafpsmu1p8xc1.png?width=2877&format=png&auto=webp&s=ae7d721ad7c44563bf33d11d6f4535968e4a95b8
*Update- Just found that it is listed as a problematic client with the reason "WPA auth failure".......list two instances, but it disconnects/Reconnects way more often then just those two times.
submitted by xXSubZ3r0Xx to Ubiquiti [link] [comments]


2024.04.27 17:03 Sylvaran Paginating records with specific access requirements?

Hi. I have a database site where I keep recipes, hardware specs and serials, contacts, etc. It's intranet, so security was never a huge problem but I have family members wanting access for some information. So I figured I'd rebuild the site from the ground up with a security focus. I designed it where I have an access control list class and each group has an ACL. Then when you get to the site, you first pick a group from groups you have view access to, then it gets the current page's amount of records and dumps them in a table.
The problem is, I have a recipe from my ex-girlfriend's mom who insists that it be kept secret. So now I need entry level ACL as well. I figured OK, no big deal. I reworked the getEntries method to basically be:
getEntries($pdo, $user, $group, $page = 0, $pagesize = 10) { if user has no rights to group, return empty array select id from entries where group matches limit by page info foreach fetchall as row { create entry object from the id if user doesn't have view rights to it, continue add entry to array } return array } 
Problem with that is if the user doesn't have rights to some of the records I get from MySQL, it will return a page with less records than the requested pagecount. It could theoretically result in totally empty pages. I can't ask MySQL to do auth on its end as it's a custom PHP auth methodology. So far the only solution I could think of would basically be like
getEntries($pdo, $user, $group, $page = 0, $pagesize = 10) { if user has no rights to group, return empty array select id,acl from ALL entries where group matches set currow to 0 foreach fetchall as row { create acl object from the acl field if user doesn't have view rights to it, continue increment currow is currow lower than the first record of this page? continue create entry object from id field and add to array does currow equal pagesize? return array } return array } 
I think that would work, but it feels horribly inefficient. Is there a better solution, or is that really it?
Thanks!
(PS using PHP 8.3.6 and MariaDB 11.3.2 if that's relevant)
submitted by Sylvaran to PHPhelp [link] [comments]


2024.04.27 07:58 Haruka_Hokuto Bluetooth problem of m5_tab(Banana Pi M5) on LOS 21

I recently tried LOS on banana pi m5 since it's original Android system is bad. I am glad to see it is officially supported by LOS.
Nonetheless, there are multiple bugs in recent builds. I am not a sophisticate Android engineer, so what can I do is to manage to provide information as detailed as possible.
Bluetooth Problem
The problem appeared since lineage-21.0-20240419-nightly-m5_tab and was NOT fixed in the more recent one.
Simply put, Bluetooth is able to discover devices, but unable to paiconnect to them successfully. I tried bugreport and dumpsys to capture some logs.
It is weird that the bluetooth service hasn't crashed, but reporting timeout. But I can successfully connect to the same device with the build 20240315, so I confirmed that the problem is neither at me, nor at the bluetooth mouse and anywhere of my firmware.
Here are logs from Bluetooth manager, I will highlight the critical lines. It seem to be successful at first, but somehow, due to a mysterious timeout error, it failed. I guess the problem may be somewhere of encryption as it says Security state changed.
Tip: the device in the log is xx:xx:xx:xx:e6:01 which is a bluetooth mouse. I also tried my wirless headphone but the problem is the same.
shim::legacy::btm 2024-04-26 01:45:01.078 API Create bond : xx:xx:xx:xx:e6:01 transport:BT_TRANSPORT_AUTO
shim::legacy::btm 2024-04-26 01:45:01.078 CBACK Bond state changed : xx:xx:xx:xx:e6:01 bt_status:success bond_state:1 reason:HCI_SUCCESS
shim::legacy::btm 2024-04-26 01:45:01.079 SEC Bonding initiated : xx:xx:xx:xx:e6:01 BT_TRANSPORT_LE
shim::legacy::btm 2024-04-26 01:45:01.079 ACL Allow connection from : xx:xx:xx:xx:e6:01[random] Le
shim::legacy::btm 2024-04-26 01:45:01.079 SEC Pairing state changed : xx:xx:xx:xx:e6:01 IDLE => WAIT_AUTH_COMPLETE
shim::legacy::btm 2024-04-26 01:45:01.113 ACL Connection successful : xx:xx:xx:xx:e6:01[random] Le
shim::legacy::btm 2024-04-26 01:45:01.346 SMP Security state changed : xx:xx:xx:xx:e6:01[public] SMP_STATE_IDLE => SMP_STATE_WAIT_APP_RSP
shim::legacy::btm 2024-04-26 01:45:01.346 SMP Security state changed : xx:xx:xx:xx:e6:01[public] SMP_STATE_WAIT_APP_RSP => SMP_STATE_PAIR_REQ_RSP
shim::legacy::btm 2024-04-26 01:45:31.346 SMP Security state changed : xx:xx:xx:xx:e6:01[public] SMP_STATE_PAIR_REQ_RSP => SMP_STATE_IDLE
shim::legacy::btm 2024-04-26 01:45:31.346 SMP Pairing failed : xx:xx:xx:xx:e6:01 reason:SMP_RSP_TIMEOUT
shim::legacy::btm 2024-04-26 01:45:31.347 CBACK Bond state changed : xx:xx:xx:xx:e6:01 bt_status:fail bond_state:0 reason:HCI_SUCCESS
shim::legacy::btm 2024-04-26 01:45:31.365 API Device discovery : 00:00:00:00:00:00 is_request_queued:F
shim::legacy::btm 2024-04-26 01:45:31.365 SCAN Classic inquiry started : 00:00:00:00:00:00
shim::legacy::btm 2024-04-26 01:45:31.365 SCAN Le legacy scan started : 00:00:00:00:00:00 Duplicates:disable
shim::legacy::btm 2024-04-26 01:45:31.365 SCAN Le inquiry started : 00:00:00:00:00:00
shim::legacy::btm 2024-04-26 01:45:31.451 ACL Disconnected : xx:xx:xx:xx:e6:01[random] Le reason:REMOTE_USER_TERMINATED_CONNECTION
shim::legacy::btm 2024-04-26 01:45:31.452 BOND Device removed : xx:xx:xx:xx:e6:01 device_type:BLE bond_type:BOND_TYPE_UNKNOWN
shim::legacy::btm 2024-04-26 01:45:31.452 ACL Ignore connection from : xx:xx:xx:xx:e6:01[random] Le
shim::legacy::btm 2024-04-26 01:45:31.456 API Get connection state : xx:xx:xx:xx:e6:01 connected:F classic_encrypted:F le_encrypted:F
Upside is the log from Bluetooth manager, but I also captured a bugreport, there was surely something out there, but I am not familiar with them.
04-26 01:43:38.868 1002 4593 4906 V BluetoothServiceJni: getMetricIdNative 04-26 01:43:38.870 1002 4593 4906 V BluetoothServiceJni: obfuscateAddressNative 04-26 01:43:38.870 1002 4593 4906 V BluetoothServiceJni: getMetricIdNative 04-26 01:43:38.879 1002 4593 4593 D A2dpService: Bond state changed for device: XX:XX:XX:XX:E6:01 state: 11 04-26 01:43:38.879 1002 4593 4593 D HearingAidService: Bond state changed for device: XX:XX:XX:XX:E6:01 state: 11 04-26 01:43:38.879 1002 4593 4900 D BluetoothDatabase: createMetadata: address=XX:XX:XX:XX:E6:01 isActiveHfpDevice=false isActiveA2dpDevice=false 04-26 01:43:38.879 1002 4593 4900 D BluetoothDatabase: updateDatabase XX:XX:XX:XX:E6:01 04-26 01:43:38.881 1002 4593 4906 D BluetoothCompanionManager: register metadata listener: XX:XX:XX:XX:E6:01 04-26 01:43:38.881 1002 4593 4906 D BluetoothAdapter: addOnMetadataChangedListener() 04-26 01:43:38.887 shell 10980 10980 E dumpstate: Failed to start dump thread for service: android.hardware.cas.IMediaCasService/default, status: -2 04-26 01:43:38.890 1002 4593 4906 I BluetoothBondStateMachine: Bond State Change Intent:XX:XX:XX:XX:E6:01 BOND_NONE => BOND_BONDING 04-26 01:43:38.903 root 3961 3961 E libperfmgr: Failed to read node path: /sys/class/mpgpu/mpgpucmd 04-26 01:43:38.925 wifi 3977 3999 I android.hardware.wifi-service: -----------Debug was called---------------- 04-26 01:43:38.900 root 3961 3961 W android.hardwar: type=1400 audit(0.0:295): avc: denied { getattr } for path="/sys/class/mpgpu/mpgpucmd" dev="sysfs" ino=29663 scontext=u:r:hal_power_default:s0 tcontext=u:object_r:sysfs_mpgpu_cmd:s0 tclass=file permissive=0 04-26 01:43:38.951 1000 4648 5731 D CachedBluetoothDevice: anonymizedAddress=XX:XX:XX:XX:E6:01 mIsA2dpProfileConnectedFail=false mIsHearingAidProfileConnectedFail=false mIsLeAudioProfileConnectedFail=false mIsHeadsetProfileConnectedFail=false isConnectedSapDevice()=false 04-26 01:43:38.977 1000 4193 4237 E ResilientAtomicFile: Failed to verity-protect shortcut package item 04-26 01:43:38.977 1000 4193 4237 E ResilientAtomicFile: java.io.IOException: Failed to enable fs-verity on FD(402): Inappropriate ioctl for device 04-26 01:43:38.977 1000 4193 4237 E ResilientAtomicFile: at com.android.internal.security.VerityUtils.setUpFsverity(VerityUtils.java:94) 04-26 01:43:38.977 1000 4193 4237 E ResilientAtomicFile: at com.android.server.security.FileIntegrity.setUpFsVerity(FileIntegrity.java:66) 04-26 01:43:38.977 1000 4193 4237 E ResilientAtomicFile: at com.android.server.pm.ResilientAtomicFile.finishWrite(ResilientAtomicFile.java:151) 04-26 01:43:38.977 1000 4193 4237 E ResilientAtomicFile: at com.android.server.pm.ShortcutPackageItem.saveToFileLocked(ShortcutPackageItem.java:182) 04-26 01:43:38.977 1000 4193 4237 E ResilientAtomicFile: at com.android.server.pm.ShortcutPackageItem.saveShortcutPackageItem(ShortcutPackageItem.java:226) 04-26 01:43:38.977 1000 4193 4237 E ResilientAtomicFile: at com.android.server.pm.ShortcutPackageItem$$ExternalSyntheticLambda0.run(R8$$SyntheticClass:0) 04-26 01:43:38.977 1000 4193 4237 E ResilientAtomicFile: at android.os.Handler.handleCallback(Handler.java:959) 04-26 01:43:38.977 1000 4193 4237 E ResilientAtomicFile: at android.os.Handler.dispatchMessage(Handler.java:100) 04-26 01:43:38.977 1000 4193 4237 E ResilientAtomicFile: at android.os.Looper.loopOnce(Looper.java:232) 04-26 01:43:38.977 1000 4193 4237 E ResilientAtomicFile: at android.os.Looper.loop(Looper.java:317) 04-26 01:43:38.977 1000 4193 4237 E ResilientAtomicFile: at android.os.HandlerThread.run(HandlerThread.java:68) 04-26 01:43:38.984 1002 4593 4752 I bluetooth: packages/modules/Bluetooth/system/gd/hci/le_address_manager.cc:266 - ack_pause: Client already in paused state 04-26 01:43:38.984 1002 4593 4746 I bluetooth: packages/modules/Bluetooth/system/stack/gatt/connection_manager.cc:432 - on_connection_complete: Le connection completed to device:xx:xx:xx:xx:e6:01 04-26 01:43:38.984 1002 4593 4746 I bluetooth: packages/modules/Bluetooth/system/stack/gatt/connection_manager.cc:432 - on_connection_complete: Le connection completed to device:xx:xx:xx:xx:e6:01 04-26 01:43:38.984 1002 4593 4746 I ble_sec : packages/modules/Bluetooth/system/stack/btm/btm_ble_sec.cc:1519 - btm_ble_connected: Update timestamp for ble connection:xx:xx:xx:xx:e6:01 04-26 01:43:38.985 1002 3940 4855 E rtk_parse: rtk_cmd_complete_cback, transmit_command Opcode:fc19 04-26 01:43:38.986 1000 4648 5731 D AdaptiveHomepageIcon: Setting background color -73784 04-26 01:43:38.987 1002 4593 4752 I bluetooth: packages/modules/Bluetooth/system/gd/hci/le_address_manager.cc:602 - OnCommandComplete: Received command complete with op_code LE_REMOVE_DEVICE_FROM_FILTER_ACCEPT_LIST 04-26 01:43:38.987 1002 4593 4752 I bluetooth: packages/modules/Bluetooth/system/gd/hci/le_address_manager.cc:295 - resume_registered_clients: Resuming registered clients 04-26 01:43:38.988 1002 4593 4746 E bt_btu_hcif: packages/modules/Bluetooth/system/stack/btu/btu_hcif.cc:1333 - btu_hcif_hdl_command_status: Command status for opcode:0x2016 should not be handled here status:HCI_SUCCESS
.....30 Seconds Later, 4000 lines downside
04-26 01:44:09.234 1002 4593 4746 W smp : packages/modules/Bluetooth/system/stack/smp/smp_utils.cc:1013 - smp_proc_pairing_cmpl: Pairing process has failed to remote:xx:xx:xx:xx:e6:01 smp_reason:SMP_RSP_TIMEOUT sec_level:0x0
04-26 01:44:09.235 1002 4593 4746 I bt_bta_dm_sec: packages/modules/Bluetooth/system/bta/dm/bta_dm_sec.cc:632 - bta_dm_remove_sec_dev_entry: Setting remove_dev_pending for xx:xx:xx:xx:e6:01
04-26 01:44:09.235 1002 4593 4746 E bt_btif_dm: packages/modules/Bluetooth/system/btif/src/btif_dm.cc:3518 - btif_dm_ble_auth_cmpl_evt: LE authentication for xx:xx:xx:xx:e6:01 failed with reason 99
04-26 01:44:09.235 1002 4593 4746 I bt_btif_storage: packages/modules/Bluetooth/system/btif/src/btif_storage.cc:1259 - btif_storage_remove_ble_bonding_keys: Removing bonding keys for bd addr:xx:xx:xx:xx:e6:01
04-26 01:44:09.235 1002 4593 4746 I bt_btif_dm: packages/modules/Bluetooth/system/btif/src/btif_dm.cc:491 - get_cod: remote_cod=0x00000580
04-26 01:44:09.235 1002 4593 4746 I bt_btif_dm: packages/modules/Bluetooth/system/btif/src/btif_dm.cc:579 - bond_state_changed: Bond state changed to state=0[0:none, 1:bonding, 2:bonded],prev_state=1, sdp_attempts=0
04-26 01:44:09.235 1002 4593 4746 E BluetoothMetricIdManager: packages/modules/Bluetooth/system/gd/common/metric_id_manager.cc:190 - ForgetDevice: Failed to remove device from paired_device_cache_
04-26 01:44:09.235 1002 4593 4897 I BluetoothBondStateMachine: bondStateChangeCallback: Status: 1 Address: XX:XX:XX:XX:E6:01 newState: 0 hciReason: 0
04-26 01:44:09.236 1002 4593 4906 V BluetoothServiceJni: obfuscateAddressNative
04-26 01:44:09.237 1002 4593 4906 V BluetoothServiceJni: getMetricIdNative
04-26 01:44:09.239 1002 4593 4906 V BluetoothServiceJni: obfuscateAddressNative
04-26 01:44:09.239 1002 4593 4906 V BluetoothServiceJni: getMetricIdNative
04-26 01:44:09.239 1002 4593 4906 D AdapterProperties: Failed to remove device: XX:XX:XX:XX:E6:01
04-26 01:44:09.240 1002 4593 4593 D A2dpService: Bond state changed for device: XX:XX:XX:XX:E6:01 state: 10
04-26 01:44:09.241 1002 4593 4593 D HearingAidService: Bond state changed for device: XX:XX:XX:XX:E6:01 state: 10
04-26 01:44:09.244 1002 4593 4906 D BluetoothCompanionManager: remove metadata listener: XX:XX:XX:XX:E6:01
04-26 01:44:09.244 1002 4593 4906 D BluetoothAdapter: removeOnMetadataChangedListener()
04-26 01:44:09.257 1002 4593 4906 I BluetoothBondStateMachine: Bond State Change Intent:XX:XX:XX:XX:E6:01 BOND_BONDING => BOND_NONE
I don't know what causes the problem, though it is normal in an ealier build. I wonder if there were any method to solve this. Thanks if anyone could provide some resolution or information.
PS: I tried to search the official bug report page of m5_tab of LOS, but in vain, there were nothing.
submitted by Haruka_Hokuto to LineageOS [link] [comments]


2024.04.27 04:08 Haunting-Escape2376 launch.py: error: unrecognized arguments:

launch.py: error: unrecognized arguments:
Hey guys, need support, Would you help me check the problem? How do you think I should correct it?
as follow:
Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: f0.0.17v1.8.0rc-latest-276-g29be1da7
Commit hash: 29be1da7cf2b5dccfc70fbdd33eb35c56a31ffb7
Launching Web UI with arguments: --cuda-stream --ckpt-dir F:/AI/stable diffusion all in 1/sd-webui-aki-v4/sd-webui-aki-v4//models/Stable-diffusion --hypernetwork-dir F:/AI/stable diffusion all in 1/sd-webui-aki-v4/sd-webui-aki-v4//models/hypernetworks --embeddings-dir F:/AI/stable diffusion all in 1/sd-webui-aki-v4/sd-webui-aki-v4//embeddings --lora-dir F:/AI/stable diffusion all in 1/sd-webui-aki-v4/sd-webui-aki-v4//models/Lora
Total VRAM 12288 MB, total RAM 32508 MB
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3080 Ti : native
Hint: your device supports --pin-shared-memory for potential speed improvements.
Hint: your device supports --cuda-malloc for potential speed improvements.
VAE dtype: torch.bfloat16
CUDA Stream Activated: True
usage: launch.py [-h] [--disable-header-check [ORIGIN]] [--web-upload-size WEB_UPLOAD_SIZE]
[--external-working-path PATH [PATH ...]] [--output-path OUTPUT_PATH] [--temp-path TEMP_PATH]
[--cache-path CACHE_PATH] [--in-browser] [--disable-in-browser] [--gpu-device-id DEVICE_ID]
[--disable-attention-upcast] [--all-in-fp32 --all-in-fp16]
[--unet-in-bf16 --unet-in-fp16 --unet-in-fp8-e4m3fn --unet-in-fp8-e5m2]
[--vae-in-fp16 --vae-in-fp32 --vae-in-bf16] [--vae-in-cpu]
[--clip-in-fp8-e4m3fn --clip-in-fp8-e5m2 --clip-in-fp16 --clip-in-fp32]
[--directml [DIRECTML_DEVICE]] [--disable-ipex-hijack] [--preview-option [none,auto,fast,taesd]]
[--attention-split --attention-quad --attention-pytorch] [--disable-xformers]
[--always-gpu --always-high-vram --always-normal-vram --always-low-vram --always-no-vram --always-cpu]
[--always-offload-from-vram] [--pytorch-deterministic] [--disable-server-log] [--debug-mode]
[--is-windows-embedded-python] [--disable-server-info] [--multi-user] [--cuda-malloc] [--cuda-stream]
[--pin-shared-memory] [--update-all-extensions] [--skip-python-version-check]
[--skip-torch-cuda-test] [--reinstall-xformers] [--reinstall-torch] [--update-check] [--test-server]
[--log-startup] [--skip-prepare-environment] [--skip-install] [--dump-sysinfo] [--loglevel LOGLEVEL]
[--do-not-download-clip] [--data-dir DATA_DIR] [--config CONFIG] [--ckpt CKPT] [--ckpt-dir CKPT_DIR]
[--vae-dir VAE_DIR] [--gfpgan-dir GFPGAN_DIR] [--gfpgan-model GFPGAN_MODEL] [--no-half]
[--no-half-vae] [--no-progressbar-hiding] [--max-batch-count MAX_BATCH_COUNT]
[--embeddings-dir EMBEDDINGS_DIR] [--textual-inversion-templates-dir TEXTUAL_INVERSION_TEMPLATES_DIR]
[--hypernetwork-dir HYPERNETWORK_DIR] [--localizations-dir LOCALIZATIONS_DIR] [--allow-code]
[--medvram] [--medvram-sdxl] [--lowvram] [--lowram] [--always-batch-cond-uncond] [--unload-gfpgan]
[--precision {full,autocast}] [--upcast-sampling] [--share] [--ngrok NGROK]
[--ngrok-region NGROK_REGION] [--ngrok-options NGROK_OPTIONS] [--enable-insecure-extension-access]
[--codeformer-models-path CODEFORMER_MODELS_PATH] [--gfpgan-models-path GFPGAN_MODELS_PATH]
[--esrgan-models-path ESRGAN_MODELS_PATH] [--bsrgan-models-path BSRGAN_MODELS_PATH]
[--realesrgan-models-path REALESRGAN_MODELS_PATH] [--clip-models-path CLIP_MODELS_PATH] [--xformers]
[--force-enable-xformers] [--xformers-flash-attention] [--deepdanbooru] [--opt-split-attention]
[--opt-sub-quad-attention] [--sub-quad-q-chunk-size SUB_QUAD_Q_CHUNK_SIZE]
[--sub-quad-kv-chunk-size SUB_QUAD_KV_CHUNK_SIZE]
[--sub-quad-chunk-threshold SUB_QUAD_CHUNK_THRESHOLD] [--opt-split-attention-invokeai]
[--opt-split-attention-v1] [--opt-sdp-attention] [--opt-sdp-no-mem-attention]
[--disable-opt-split-attention] [--disable-nan-check] [--use-cpu USE_CPU [USE_CPU ...]] [--use-ipex]
[--disable-model-loading-ram-optimization] [--listen] [--port PORT] [--show-negative-prompt]
[--ui-config-file UI_CONFIG_FILE] [--hide-ui-dir-config] [--freeze-settings]
[--freeze-settings-in-sections FREEZE_SETTINGS_IN_SECTIONS]
[--freeze-specific-settings FREEZE_SPECIFIC_SETTINGS] [--ui-settings-file UI_SETTINGS_FILE]
[--gradio-debug] [--gradio-auth GRADIO_AUTH] [--gradio-auth-path GRADIO_AUTH_PATH]
[--gradio-img2img-tool GRADIO_IMG2IMG_TOOL] [--gradio-inpaint-tool GRADIO_INPAINT_TOOL]
[--gradio-allowed-path GRADIO_ALLOWED_PATH] [--opt-channelslast] [--styles-file STYLES_FILE]
[--autolaunch] [--theme THEME] [--use-textbox-seed] [--disable-console-progressbars]
[--enable-console-prompts] [--vae-path VAE_PATH] [--disable-safe-unpickle] [--api]
[--api-auth API_AUTH] [--api-log] [--nowebui] [--ui-debug-mode] [--device-id DEVICE_ID]
[--administrator] [--cors-allow-origins CORS_ALLOW_ORIGINS]
[--cors-allow-origins-regex CORS_ALLOW_ORIGINS_REGEX] [--tls-keyfile TLS_KEYFILE]
[--tls-certfile TLS_CERTFILE] [--disable-tls-verify] [--server-name SERVER_NAME] [--gradio-queue]
[--no-gradio-queue] [--skip-version-check] [--no-hashing] [--no-download-sd-model]
[--subpath SUBPATH] [--add-stop-route] [--api-server-stop] [--timeout-keep-alive TIMEOUT_KEEP_ALIVE]
[--disable-all-extensions] [--disable-extra-extensions] [--skip-load-model-at-start]
[--forge-ref-a1111-home FORGE_REF_A1111_HOME] [--controlnet-dir CONTROLNET_DIR]
[--controlnet-preprocessor-models-dir CONTROLNET_PREPROCESSOR_MODELS_DIR]
[--ldsr-models-path LDSR_MODELS_PATH] [--lora-dir LORA_DIR]
[--lyco-dir-backcompat LYCO_DIR_BACKCOMPAT] [--scunet-models-path SCUNET_MODELS_PATH]
[--swinir-models-path SWINIR_MODELS_PATH] [--controlnet-loglevel {DEBUG,INFO,WARNING,ERROR,CRITICAL}]
[--controlnet-tracemalloc] [--show-controlnet-example]
launch.py: error: unrecognized arguments: diffusion all in 1/sd-webui-aki-v4/sd-webui-aki-v4//models/Stable-diffusion diffusion all in 1/sd-webui-aki-v4/sd-webui-aki-v4//models/hypernetworks diffusion all in 1/sd-webui-aki-v4/sd-webui-aki-v4//embeddings diffusion all in 1/sd-webui-aki-v4/sd-webui-aki-v4//models/Lora

https://preview.redd.it/g7eiptgxixwc1.png?width=1928&format=png&auto=webp&s=d0ee0c2f47868ca95a1ed469e0e3da9efb56892a
submitted by Haunting-Escape2376 to StableDiffusion [link] [comments]


2024.04.27 02:16 giantshortfacedbear Deploying an Azure Function -- Help

Deploying an Azure Function -- Help
Hi. I'm deploying an Azure Function App with zip deployment using
az functionapp deployment source config-zip -g test -n myapp --src myapp.zip
It's a verrrrrry rudimentary app.:
https://preview.redd.it/4sq7woc6zwwc1.png?width=1331&format=png&auto=webp&s=681748eb2af50a8ee84dff3fb1c060c2f692d7bf
the requirements.txt is just:
https://preview.redd.it/pq8s1ylbzwwc1.png?width=1504&format=png&auto=webp&s=88905c86dac054d0ff30263ec25a69273b5e8e3d
When I go into the app in the azure portal, the function is not listed:
https://preview.redd.it/iwdh1eikzwwc1.png?width=2277&format=png&auto=webp&s=32c15f17e5aaf8f8b19b60a9ce2fcbb503e2a2b6
Can someone help me understand what's going on here? How do I debug this?
I did: az functionapp config appsettings list --name myapp --resource-group test
... and confirmed the zip file (WEBSITE_RUN_FROM_PACKAGE) references a valid & recently updated zip.
Do I need to wait for something to 'refresh'? to install pydantic?
submitted by giantshortfacedbear to AZURE [link] [comments]


2024.04.23 20:05 OddlyDoddly Trying to add Intel Driver to Raspberry Pi Kernel, getting stuck dealing with ucode version matching.

Why I'm compiling a kernel: I'm doing a research project on wireless fields and need a specific wireless chip that meets specific hardware and software requirements for what I'm working on. I did a lot of research, and came up with the Intel AX210NGW as the perfect match. I have a special M2 hat for the raspberry pi that recognizes my AX210 card. (The device im building has to be mobile, and we are limited to this specific hardware or related (like the AX211).
I do not get a wireless interface, and there is no iwlwifi driver built into the kernel for raspbian, but the device shows up with lspci. The device listed support for my card, but it does not come with software. I need to compile the driver myself. there is maybe 1 or 2 cases out there where I've seen it successfully done with the compute modules for the pi.
The problem I'm facing:
I have my custom built kernel running on my pi with the iwlwifi module included. The problem is, the firmware for the AX210 (ucode files) im finding on the official kernel firmware source tree give me size mismatches, so im digging through the history of the ucode repository, and cannot for the life of me figure out how to find a ucode file that works with this 6.6.28-v8-16+ version of the kernel. If the error isn't about ucode filesize mismatches, it's some crazy error log like shown below... (dmesg grep iwlwifi)
Does anybody know how to match the right firmware version to my kernel's driver version?
[ 6.464452] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002) [ 6.503223] iwlwifi 0000:01:00.0: Detected crf-id 0x400410, cnv-id 0x400410 wfpm id 0x80000000 [ 6.503243] iwlwifi 0000:01:00.0: PCI dev 2725/0024, rev=0x420, rfid=0x10d000 [ 6.528734] iwlwifi 0000:01:00.0: api flags index 2 larger than supported by driver [ 6.528780] iwlwifi 0000:01:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.41 [ 6.530177] iwlwifi 0000:01:00.0: loaded firmware version 83.e8f84e98.0 ty-a0-gf-a0-83.ucode op_mode iwlmvm [ 6.899928] iwlwifi 0000:01:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420 [ 6.908257] iwlwifi 0000:01:00.0: WRT: Invalid buffer destination [ 7.959279] WARNING: CPU: 1 PID: 505 at drivers/net/wireless/intel/iwlwifi/pcie/trans.c:2220 __iwl_trans_pcie_grab_nic_access+0x168/0x178 [iwlwifi] [ 7.959325] Modules linked in: algif_hash algif_skcipher af_alg bnep iwlmvm(+) mac80211 aes_ce_blk aes_ce_cipher ghash_ce spidev brcmfmac_wcc binfmt_misc vc4 libarc4 gf128mul btusb sha2_ce snd_soc_hdmi_codec btrtl sha256_arm64 drm_display_helper sha1_ce brcmfmac btintel hci_uart cec drm_dma_helper iwlwifi drm_kms_helper brcmutil btbcm bluetooth rpivid_hevc(C) snd_soc_core pisp_be v4l2_mem2mem videobuf2_dma_contig snd_compress raspberrypi_hwmon videobuf2_memops ecdh_generic videobuf2_v4l2 cfg80211 ecc snd_pcm_dmaengine snd_pcm videodev snd_timer snd rfkill libaes videobuf2_common v3d mc i2c_brcmstb gpu_sched gpio_keys spi_bcm2835 drm_shmem_helper raspberrypi_gpiomem rp1_adc nvmem_rmem uio_pdrv_genirq uio drm fuse drm_panel_orientation_quirks backlight dm_mod ip_tables x_tables ipv6 [ 7.959422] pc : __iwl_trans_pcie_grab_nic_access+0x168/0x178 [iwlwifi] [ 7.959453] lr : __iwl_trans_pcie_grab_nic_access+0x168/0x178 [iwlwifi] [ 7.959534] __iwl_trans_pcie_grab_nic_access+0x168/0x178 [iwlwifi] [ 7.959563] iwl_trans_pcie_grab_nic_access+0x2c/0x68 [iwlwifi] [ 7.959591] iwl_read_prph+0x2c/0x90 [iwlwifi] [ 7.959773] _iwl_op_mode_start.isra.12+0x6c/0xc0 [iwlwifi] [ 7.959802] iwl_opmode_register+0x84/0x110 [iwlwifi] [ 7.959914] iwlwifi 0000:01:00.0: iwlwifi transaction failed, dumping registers [ 7.959918] iwlwifi 0000:01:00.0: iwlwifi device config registers: [ 7.960038] iwlwifi 0000:01:00.0: 00000000: 27258086 00100000 0280001a 00000000 00000004 00000000 00000000 00000000 [ 7.960042] iwlwifi 0000:01:00.0: 00000020: 00000000 00000000 00000000 00248086 00000000 000000c8 00000000 00000100 [ 7.960045] iwlwifi 0000:01:00.0: 00000040: 00028010 10008ec0 001b0c10 0045e812 10120000 00000000 00000000 00000000 [ 7.960049] iwlwifi 0000:01:00.0: 00000060: 00000000 00080812 00000005 00000006 00000002 00000000 00000000 00000000 [ 7.960052] iwlwifi 0000:01:00.0: 00000080: 000f0011 00002000 00003000 00000000 00000000 00000000 00000000 00000000 [ 7.960056] iwlwifi 0000:01:00.0: 000000a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 7.960059] iwlwifi 0000:01:00.0: 000000c0: 00000000 00000000 c823d001 0d000008 00804005 00000000 00000000 00000000 [ 7.960061] iwlwifi 0000:01:00.0: 000000e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 7.960065] iwlwifi 0000:01:00.0: 00000100: 14c10001 00104000 00000000 00462031 00002000 00002000 0000000e 00000000 [ 7.960068] iwlwifi 0000:01:00.0: 00000120: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 7.960071] iwlwifi 0000:01:00.0: 00000140: 14c00000 ff000000 000000ff 15410018 00000000 0001001e 00481e1f 00000000 [ 7.960074] iwlwifi 0000:01:00.0: iwlwifi device memory mapped registers: [ 7.960090] iwlwifi 0000:01:00.0: 00000000: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff [ 7.960094] iwlwifi 0000:01:00.0: 00000020: ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff [ 7.960098] iwlwifi 0000:01:00.0: iwlwifi device AER capability structure: [ 7.960116] iwlwifi 0000:01:00.0: 00000000: 14c10001 00104000 00000000 00462031 00002000 00002000 0000000e 00000000 [ 7.960118] iwlwifi 0000:01:00.0: 00000020: 00000000 00000000 00000000 [ 7.960120] iwlwifi 0000:01:00.0: iwlwifi parent port (0000:00:00.0) config registers: [ 7.960148] iwlwifi 0000:00:00.0: 00000000: 271214e4 00100006 06040021 00010000 00000000 00000000 00010100 20000000 [ 7.960151] iwlwifi 0000:00:00.0: 00000020: 00000000 0001fff1 00000000 00000000 00000000 00000048 00000000 00000126 [ 7.960154] iwlwifi 0000:00:00.0: 00000040: 00000000 00000000 4813ac01 00002008 00000000 00000000 00000000 00000000 [ 7.960157] iwlwifi 0000:00:00.0: 00000060: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 7.960160] iwlwifi 0000:00:00.0: 00000080: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 7.960164] iwlwifi 0000:00:00.0: 000000a0: 00000000 00000000 00000000 00420010 00008002 00002c10 0064cc12 d0120042 [ 7.960167] iwlwifi 0000:00:00.0: 000000c0: 00000000 00400000 00010018 00000000 0008083f 00000400 80000006 40000002 [ 7.960170] iwlwifi 0000:00:00.0: 000000e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 7.960173] iwlwifi 0000:00:00.0: 00000100: 16010001 00000000 00400000 00462030 00000000 00002000 000000a0 00000000 [ 7.960176] iwlwifi 0000:00:00.0: 00000120: 00000000 00000000 00000000 00000007 00000000 00000000 00000000 00000000 [ 7.960179] iwlwifi 0000:00:00.0: 00000140: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 7.960182] iwlwifi 0000:00:00.0: 00000160: 18010002 00000000 00000000 00000000 00000000 800000ff 00000000 00000000 [ 7.960185] iwlwifi 0000:00:00.0: 00000180: 2401000b 02800000 00000000 00000000 00000000 00000000 00000000 00000000 [ 7.960188] iwlwifi 0000:00:00.0: 000001a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 7.960191] iwlwifi 0000:00:00.0: 000001c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 7.960194] iwlwifi 0000:00:00.0: 000001e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 [ 7.960196] iwlwifi 0000:00:00.0: 00000200: 00000000 00000000 00000000 [ 7.960199] iwlwifi 0000:01:00.0: iwlwifi root port (0000:00:00.0) AER cap structure: [ 7.960205] iwlwifi 0000:00:00.0: 00000000: 16010001 00000000 00400000 00462030 00000000 00002000 000000a0 00000000 [ 7.960207] iwlwifi 0000:00:00.0: 00000020: 00000000 00000000 00000000 00000007 00000000 00000000 [ 7.960213] iwlwifi 0000:01:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x5a5a5a5a [ 7.976590] iwlwifi 0000:01:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x5a5a5a5a [ 7.992965] iwlwifi 0000:01:00.0: WFPM_AUTH_KEY_0: 0x5a5a5a5a [ 8.009341] iwlwifi 0000:01:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x5a5a5a5a [ 8.042092] iwlwifi 0000:01:00.0: SecBoot CPU1 Status: 0x5a5a5a5a, CPU2 Status: 0x5a5a5a5a [ 8.058471] iwlwifi 0000:01:00.0: WFPM_LMAC1_PD_NOTIFICATION: 0x5a5a5a5a [ 8.074853] iwlwifi 0000:01:00.0: HPM_SECONDARY_DEVICE_STATE: 0x5a5a5a5a [ 8.091233] iwlwifi 0000:01:00.0: WFPM_MAC_OTP_CFG7_ADDR: 0x5a5a5a5a [ 8.107607] iwlwifi 0000:01:00.0: WFPM_MAC_OTP_CFG7_DATA: 0x5a5a5a5a [ 8.107610] iwlwifi 0000:01:00.0: UMAC CURRENT PC: 0xd05c18 [ 8.107612] iwlwifi 0000:01:00.0: LMAC1 CURRENT PC: 0xd05c1c [ 8.107616] iwlwifi 0000:01:00.0: WRT: Collecting data: ini trigger 13 fired (delay=0ms). [ 8.140378] iwlwifi 0000:01:00.0: HW error, resetting before reading [ 8.162768] iwlwifi 0000:01:00.0: Loaded firmware version: 83.e8f84e98.0 ty-a0-gf-a0-83.ucode [ 8.162772] iwlwifi 0000:01:00.0: 0x00000000 ADVANCED_SYSASSERT [ 8.162776] iwlwifi 0000:01:00.0: 0x00000000 trm_hw_status0 [ 8.162778] iwlwifi 0000:01:00.0: 0x00000000 trm_hw_status1 [ 8.162781] iwlwifi 0000:01:00.0: 0x00000000 branchlink2 [ 8.162783] iwlwifi 0000:01:00.0: 0x00000000 interruptlink1 [ 8.162785] iwlwifi 0000:01:00.0: 0x00000000 interruptlink2 [ 8.162788] iwlwifi 0000:01:00.0: 0x00000000 data1 [ 8.162790] iwlwifi 0000:01:00.0: 0x00000000 data2 [ 8.162792] iwlwifi 0000:01:00.0: 0x00000000 data3 [ 8.162794] iwlwifi 0000:01:00.0: 0x00000000 beacon time [ 8.162796] iwlwifi 0000:01:00.0: 0x00000000 tsf low [ 8.162798] iwlwifi 0000:01:00.0: 0x00000000 tsf hi [ 8.162800] iwlwifi 0000:01:00.0: 0x00000000 time gp1 [ 8.162802] iwlwifi 0000:01:00.0: 0x00000000 time gp2 [ 8.162804] iwlwifi 0000:01:00.0: 0x00000000 uCode revision type [ 8.162807] iwlwifi 0000:01:00.0: 0x00000000 uCode version major [ 8.162809] iwlwifi 0000:01:00.0: 0x00000000 uCode version minor [ 8.162811] iwlwifi 0000:01:00.0: 0x00000000 hw version [ 8.162814] iwlwifi 0000:01:00.0: 0x00000000 board version [ 8.162816] iwlwifi 0000:01:00.0: 0x00000000 hcmd [ 8.162818] iwlwifi 0000:01:00.0: 0x00000000 isr0 [ 8.162820] iwlwifi 0000:01:00.0: 0x00000000 isr1 [ 8.162822] iwlwifi 0000:01:00.0: 0x00000000 isr2 [ 8.162824] iwlwifi 0000:01:00.0: 0x00000000 isr3 [ 8.162826] iwlwifi 0000:01:00.0: 0x00000000 isr4 [ 8.162828] iwlwifi 0000:01:00.0: 0x00000000 last cmd Id [ 8.162831] iwlwifi 0000:01:00.0: 0x00000000 wait_event [ 8.162833] iwlwifi 0000:01:00.0: 0x00000000 l2p_control [ 8.162835] iwlwifi 0000:01:00.0: 0x00000000 l2p_duration [ 8.162837] iwlwifi 0000:01:00.0: 0x00000000 l2p_mhvalid [ 8.162839] iwlwifi 0000:01:00.0: 0x00000000 l2p_addr_match [ 8.162842] iwlwifi 0000:01:00.0: 0x00000000 lmpm_pmg_sel [ 8.162844] iwlwifi 0000:01:00.0: 0x00000000 timestamp [ 8.162850] iwlwifi 0000:01:00.0: 0x00000000 flow_handler [ 8.179232] iwlwifi 0000:01:00.0: 0x00000000 ADVANCED_SYSASSERT [ 8.179235] iwlwifi 0000:01:00.0: 0x00000000 umac branchlink1 [ 8.179237] iwlwifi 0000:01:00.0: 0x00000000 umac branchlink2 [ 8.179239] iwlwifi 0000:01:00.0: 0x00000000 umac interruptlink1 [ 8.179242] iwlwifi 0000:01:00.0: 0x00000000 umac interruptlink2 [ 8.179244] iwlwifi 0000:01:00.0: 0x00000000 umac data1 [ 8.179246] iwlwifi 0000:01:00.0: 0x00000000 umac data2 [ 8.179248] iwlwifi 0000:01:00.0: 0x00000000 umac data3 [ 8.179250] iwlwifi 0000:01:00.0: 0x00000000 umac major [ 8.179253] iwlwifi 0000:01:00.0: 0x00000000 umac minor [ 8.179255] iwlwifi 0000:01:00.0: 0x00000000 frame pointer [ 8.179257] iwlwifi 0000:01:00.0: 0x00000000 stack pointer [ 8.179259] iwlwifi 0000:01:00.0: 0x00000000 last host cmd [ 8.179261] iwlwifi 0000:01:00.0: 0x00000000 isr status reg [ 8.195640] iwlwifi 0000:01:00.0: IML/ROM dump: [ 8.195642] iwlwifi 0000:01:00.0: 0x5A5A IML/ROM SYSASSERT [ 8.195644] iwlwifi 0000:01:00.0: 0x5A5A5A5A IML/ROM errostate [ 8.212021] iwlwifi 0000:01:00.0: 0x5A5A5A5A IML/ROM data1 [ 8.228398] iwlwifi 0000:01:00.0: 0x5A5A5A5A IML/ROM WFPM_AUTH_KEY_0 [ 8.261144] iwlwifi 0000:01:00.0: Failed to start RT ucode: -110 [ 8.261149] iwlwifi 0000:01:00.0: WRT: Collecting data: ini trigger 13 fired (delay=0ms). [ 8.293976] iwlwifi 0000:01:00.0: WRT: Failed to dump region: id=1, type=10 [ 8.393268] iwlwifi 0000:01:00.0: Failed to get monitor header [ 8.393273] iwlwifi 0000:01:00.0: WRT: Failed to fill region header: id=16, type=2 [ 8.477506] iwlwifi 0000:01:00.0: WRT: Failed to dump region: id=1, type=10 [ 8.576828] iwlwifi 0000:01:00.0: Failed to get monitor header [ 8.576833] iwlwifi 0000:01:00.0: WRT: Failed to fill region header: id=16, type=2 [ 10.303771] iwlwifi 0000:01:00.0: Failed to run INIT ucode: -110 [ 10.315927] iwlwifi 0000:01:00.0: retry init count 0 [ 10.316491] iwlwifi 0000:01:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420 [ 10.341324] iwlwifi 0000:01:00.0: WRT: Invalid buffer destination [ 11.383136] iwlwifi 0000:01:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x5a5a5a5a [ 11.399423] iwlwifi 0000:01:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x5a5a5a5a [ 11.415704] iwlwifi 0000:01:00.0: WFPM_AUTH_KEY_0: 0x5a5a5a5a [ 11.431983] iwlwifi 0000:01:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x5a5a5a5a [ 11.464540] iwlwifi 0000:01:00.0: SecBoot CPU1 Status: 0x5a5a5a5a, CPU2 Status: 0x5a5a5a5a [ 11.480822] iwlwifi 0000:01:00.0: WFPM_LMAC1_PD_NOTIFICATION: 0x5a5a5a5a [ 11.497101] iwlwifi 0000:01:00.0: HPM_SECONDARY_DEVICE_STATE: 0x5a5a5a5a [ 11.513380] iwlwifi 0000:01:00.0: WFPM_MAC_OTP_CFG7_ADDR: 0x5a5a5a5a [ 11.529659] iwlwifi 0000:01:00.0: WFPM_MAC_OTP_CFG7_DATA: 0x5a5a5a5a [ 11.529661] iwlwifi 0000:01:00.0: UMAC CURRENT PC: 0xd05c18 [ 11.529663] iwlwifi 0000:01:00.0: LMAC1 CURRENT PC: 0xd05c1c [ 11.529665] iwlwifi 0000:01:00.0: WRT: Collecting data: ini trigger 13 fired (delay=0ms). [ 11.562229] iwlwifi 0000:01:00.0: HW error, resetting before reading [ 11.584519] iwlwifi 0000:01:00.0: Loaded firmware version: 83.e8f84e98.0 ty-a0-gf-a0-83.ucode [ 11.584521] iwlwifi 0000:01:00.0: 0x00000000 ADVANCED_SYSASSERT [ 11.584523] iwlwifi 0000:01:00.0: 0x00000000 trm_hw_status0 [ 11.584525] iwlwifi 0000:01:00.0: 0x00000000 trm_hw_status1 [ 11.584526] iwlwifi 0000:01:00.0: 0x00000000 branchlink2 [ 11.584528] iwlwifi 0000:01:00.0: 0x00000000 interruptlink1 [ 11.584529] iwlwifi 0000:01:00.0: 0x00000000 interruptlink2 [ 11.584530] iwlwifi 0000:01:00.0: 0x00000000 data1 [ 11.584532] iwlwifi 0000:01:00.0: 0x00000000 data2 [ 11.584533] iwlwifi 0000:01:00.0: 0x00000000 data3 [ 11.584535] iwlwifi 0000:01:00.0: 0x00000000 beacon time [ 11.584536] iwlwifi 0000:01:00.0: 0x00000000 tsf low [ 11.584537] iwlwifi 0000:01:00.0: 0x00000000 tsf hi [ 11.584539] iwlwifi 0000:01:00.0: 0x00000000 time gp1 [ 11.584540] iwlwifi 0000:01:00.0: 0x00000000 time gp2 [ 11.584542] iwlwifi 0000:01:00.0: 0x00000000 uCode revision type [ 11.584543] iwlwifi 0000:01:00.0: 0x00000000 uCode version major [ 11.584545] iwlwifi 0000:01:00.0: 0x00000000 uCode version minor [ 11.584546] iwlwifi 0000:01:00.0: 0x00000000 hw version [ 11.584547] iwlwifi 0000:01:00.0: 0x00000000 board version [ 11.584549] iwlwifi 0000:01:00.0: 0x00000000 hcmd [ 11.584550] iwlwifi 0000:01:00.0: 0x00000000 isr0 [ 11.584551] iwlwifi 0000:01:00.0: 0x00000000 isr1 [ 11.584553] iwlwifi 0000:01:00.0: 0x00000000 isr2 [ 11.584554] iwlwifi 0000:01:00.0: 0x00000000 isr3 [ 11.584556] iwlwifi 0000:01:00.0: 0x00000000 isr4 [ 11.584557] iwlwifi 0000:01:00.0: 0x00000000 last cmd Id [ 11.584558] iwlwifi 0000:01:00.0: 0x00000000 wait_event [ 11.584560] iwlwifi 0000:01:00.0: 0x00000000 l2p_control [ 11.584561] iwlwifi 0000:01:00.0: 0x00000000 l2p_duration [ 11.584562] iwlwifi 0000:01:00.0: 0x00000000 l2p_mhvalid [ 11.584564] iwlwifi 0000:01:00.0: 0x00000000 l2p_addr_match [ 11.584565] iwlwifi 0000:01:00.0: 0x00000000 lmpm_pmg_sel [ 11.584566] iwlwifi 0000:01:00.0: 0x00000000 timestamp [ 11.584568] iwlwifi 0000:01:00.0: 0x00000000 flow_handler [ 11.600843] iwlwifi 0000:01:00.0: 0x00000000 ADVANCED_SYSASSERT [ 11.600845] iwlwifi 0000:01:00.0: 0x00000000 umac branchlink1 [ 11.600846] iwlwifi 0000:01:00.0: 0x00000000 umac branchlink2 [ 11.600848] iwlwifi 0000:01:00.0: 0x00000000 umac interruptlink1 [ 11.600849] iwlwifi 0000:01:00.0: 0x00000000 umac interruptlink2 [ 11.600850] iwlwifi 0000:01:00.0: 0x00000000 umac data1 [ 11.600852] iwlwifi 0000:01:00.0: 0x00000000 umac data2 [ 11.600853] iwlwifi 0000:01:00.0: 0x00000000 umac data3 [ 11.600854] iwlwifi 0000:01:00.0: 0x00000000 umac major [ 11.600856] iwlwifi 0000:01:00.0: 0x00000000 umac minor [ 11.600857] iwlwifi 0000:01:00.0: 0x00000000 frame pointer [ 11.600858] iwlwifi 0000:01:00.0: 0x00000000 stack pointer [ 11.600860] iwlwifi 0000:01:00.0: 0x00000000 last host cmd [ 11.600861] iwlwifi 0000:01:00.0: 0x00000000 isr status reg [ 11.617139] iwlwifi 0000:01:00.0: IML/ROM dump: [ 11.617140] iwlwifi 0000:01:00.0: 0x5A5A IML/ROM SYSASSERT [ 11.617142] iwlwifi 0000:01:00.0: 0x5A5A5A5A IML/ROM errostate [ 11.633419] iwlwifi 0000:01:00.0: 0x5A5A5A5A IML/ROM data1 [ 11.649700] iwlwifi 0000:01:00.0: 0x5A5A5A5A IML/ROM WFPM_AUTH_KEY_0 [ 11.682257] iwlwifi 0000:01:00.0: Failed to start RT ucode: -110 [ 11.682259] iwlwifi 0000:01:00.0: WRT: Collecting data: ini trigger 13 fired (delay=0ms). [ 11.714835] iwlwifi 0000:01:00.0: WRT: Failed to dump region: id=1, type=10 [ 11.813409] iwlwifi 0000:01:00.0: Failed to get monitor header [ 11.813412] iwlwifi 0000:01:00.0: WRT: Failed to fill region header: id=16, type=2 [ 11.896775] iwlwifi 0000:01:00.0: WRT: Failed to dump region: id=1, type=10 [ 11.995278] iwlwifi 0000:01:00.0: Failed to get monitor header [ 11.995281] iwlwifi 0000:01:00.0: WRT: Failed to fill region header: id=16, type=2 [ 13.720080] iwlwifi 0000:01:00.0: Failed to run INIT ucode: -110 [ 13.732523] iwlwifi 0000:01:00.0: retry init count 1 [ 13.733101] iwlwifi 0000:01:00.0: Detected Intel(R) Wi-Fi 6 AX210 160MHz, REV=0x420 [ 13.760215] iwlwifi 0000:01:00.0: WRT: Invalid buffer destination [ 14.807131] iwlwifi 0000:01:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x5a5a5a5a [ 14.823415] iwlwifi 0000:01:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x5a5a5a5a [ 14.839695] iwlwifi 0000:01:00.0: WFPM_AUTH_KEY_0: 0x5a5a5a5a [ 14.855976] iwlwifi 0000:01:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x5a5a5a5a [ 14.888535] iwlwifi 0000:01:00.0: SecBoot CPU1 Status: 0x5a5a5a5a, CPU2 Status: 0x5a5a5a5a [ 14.904814] iwlwifi 0000:01:00.0: WFPM_LMAC1_PD_NOTIFICATION: 0x5a5a5a5a [ 14.921094] iwlwifi 0000:01:00.0: HPM_SECONDARY_DEVICE_STATE: 0x5a5a5a5a [ 14.937375] iwlwifi 0000:01:00.0: WFPM_MAC_OTP_CFG7_ADDR: 0x5a5a5a5a [ 14.953655] iwlwifi 0000:01:00.0: WFPM_MAC_OTP_CFG7_DATA: 0x5a5a5a5a [ 14.953656] iwlwifi 0000:01:00.0: UMAC CURRENT PC: 0xd05c18 [ 14.953658] iwlwifi 0000:01:00.0: LMAC1 CURRENT PC: 0xd05c1c [ 14.953661] iwlwifi 0000:01:00.0: WRT: Collecting data: ini trigger 13 fired (delay=0ms). [ 14.986225] iwlwifi 0000:01:00.0: HW error, resetting before reading [ 15.008515] iwlwifi 0000:01:00.0: Loaded firmware version: 83.e8f84e98.0 ty-a0-gf-a0-83.ucode [ 15.008517] iwlwifi 0000:01:00.0: 0x00000000 ADVANCED_SYSASSERT [ 15.008519] iwlwifi 0000:01:00.0: 0x00000000 trm_hw_status0 [ 15.008520] iwlwifi 0000:01:00.0: 0x00000000 trm_hw_status1 [ 15.008522] iwlwifi 0000:01:00.0: 0x00000000 branchlink2 [ 15.008523] iwlwifi 0000:01:00.0: 0x00000000 interruptlink1 [ 15.008525] iwlwifi 0000:01:00.0: 0x00000000 interruptlink2 [ 15.008526] iwlwifi 0000:01:00.0: 0x00000000 data1 [ 15.008528] iwlwifi 0000:01:00.0: 0x00000000 data2 [ 15.008529] iwlwifi 0000:01:00.0: 0x00000000 data3 [ 15.008531] iwlwifi 0000:01:00.0: 0x00000000 beacon time [ 15.008532] iwlwifi 0000:01:00.0: 0x00000000 tsf low [ 15.008534] iwlwifi 0000:01:00.0: 0x00000000 tsf hi [ 15.008535] iwlwifi 0000:01:00.0: 0x00000000 time gp1 [ 15.008537] iwlwifi 0000:01:00.0: 0x00000000 time gp2 [ 15.008538] iwlwifi 0000:01:00.0: 0x00000000 uCode revision type [ 15.008540] iwlwifi 0000:01:00.0: 0x00000000 uCode version major [ 15.008541] iwlwifi 0000:01:00.0: 0x00000000 uCode version minor [ 15.008543] iwlwifi 0000:01:00.0: 0x00000000 hw version [ 15.008544] iwlwifi 0000:01:00.0: 0x00000000 board version [ 15.008545] iwlwifi 0000:01:00.0: 0x00000000 hcmd [ 15.008547] iwlwifi 0000:01:00.0: 0x00000000 isr0 [ 15.008548] iwlwifi 0000:01:00.0: 0x00000000 isr1 [ 15.008550] iwlwifi 0000:01:00.0: 0x00000000 isr2 [ 15.008552] iwlwifi 0000:01:00.0: 0x00000000 isr3 [ 15.008553] iwlwifi 0000:01:00.0: 0x00000000 isr4 [ 15.008554] iwlwifi 0000:01:00.0: 0x00000000 last cmd Id [ 15.008556] iwlwifi 0000:01:00.0: 0x00000000 wait_event [ 15.008557] iwlwifi 0000:01:00.0: 0x00000000 l2p_control [ 15.008559] iwlwifi 0000:01:00.0: 0x00000000 l2p_duration [ 15.008560] iwlwifi 0000:01:00.0: 0x00000000 l2p_mhvalid [ 15.008562] iwlwifi 0000:01:00.0: 0x00000000 l2p_addr_match [ 15.008563] iwlwifi 0000:01:00.0: 0x00000000 lmpm_pmg_sel [ 15.008565] iwlwifi 0000:01:00.0: 0x00000000 timestamp [ 15.008566] iwlwifi 0000:01:00.0: 0x00000000 flow_handler [ 15.024841] iwlwifi 0000:01:00.0: 0x00000000 ADVANCED_SYSASSERT [ 15.024843] iwlwifi 0000:01:00.0: 0x00000000 umac branchlink1 [ 15.024844] iwlwifi 0000:01:00.0: 0x00000000 umac branchlink2 [ 15.024846] iwlwifi 0000:01:00.0: 0x00000000 umac interruptlink1 [ 15.024847] iwlwifi 0000:01:00.0: 0x00000000 umac interruptlink2 [ 15.024849] iwlwifi 0000:01:00.0: 0x00000000 umac data1 [ 15.024851] iwlwifi 0000:01:00.0: 0x00000000 umac data2 [ 15.024852] iwlwifi 0000:01:00.0: 0x00000000 umac data3 [ 15.024853] iwlwifi 0000:01:00.0: 0x00000000 umac major [ 15.024855] iwlwifi 0000:01:00.0: 0x00000000 umac minor [ 15.024856] iwlwifi 0000:01:00.0: 0x00000000 frame pointer [ 15.024858] iwlwifi 0000:01:00.0: 0x00000000 stack pointer [ 15.024859] iwlwifi 0000:01:00.0: 0x00000000 last host cmd [ 15.024860] iwlwifi 0000:01:00.0: 0x00000000 isr status reg [ 15.041137] iwlwifi 0000:01:00.0: IML/ROM dump: [ 15.041139] iwlwifi 0000:01:00.0: 0x5A5A IML/ROM SYSASSERT [ 15.041140] iwlwifi 0000:01:00.0: 0x5A5A5A5A IML/ROM errostate [ 15.057418] iwlwifi 0000:01:00.0: 0x5A5A5A5A IML/ROM data1 [ 15.073696] iwlwifi 0000:01:00.0: 0x5A5A5A5A IML/ROM WFPM_AUTH_KEY_0 [ 15.106254] iwlwifi 0000:01:00.0: Failed to start RT ucode: -110 [ 15.106257] iwlwifi 0000:01:00.0: WRT: Collecting data: ini trigger 13 fired (delay=0ms). [ 15.138828] iwlwifi 0000:01:00.0: WRT: Failed to dump region: id=1, type=10 [ 15.237351] iwlwifi 0000:01:00.0: Failed to get monitor header [ 15.237355] iwlwifi 0000:01:00.0: WRT: Failed to fill region header: id=16, type=2 [ 15.321153] iwlwifi 0000:01:00.0: WRT: Failed to dump region: id=1, type=10 [ 15.419670] iwlwifi 0000:01:00.0: Failed to get monitor header [ 15.419673] iwlwifi 0000:01:00.0: WRT: Failed to fill region header: id=16, type=2 [ 17.144456] iwlwifi 0000:01:00.0: Failed to run INIT ucode: -110 [ 17.156616] iwlwifi 0000:01:00.0: retry init count 2 
submitted by OddlyDoddly to linuxquestions [link] [comments]


2024.04.20 18:18 DoPeopleEvenLookHere Has anyone been able to get Authentik to work with OIDC to BookStack

So as the title suggest I'm trying to hook up bookstack to Authentik
I found a video that was posted here a while back. https://www.youtube.com/watch?v=M1_WPhR4hRc
I can't get groups to sync. When I dump the auth data, I see the groups there. However the user only has public permissions. I can't seem to figure out how to get the user access to create and such.
I've looked at the auth dump and found that 'resource_access' or anything similar is found (for reference https://www.bookstackapp.com/docs/admin/oidc-auth/)
I tried with SAML following the authentic docs, but found the same permission struggle.
EDIT: Got this working!
So I created a custom OIDC scope mapping of user groups to roles
bookstack_claims = {} if request.user.ak_groups.filter(name="bookstackuser").exists(): bookstack_claims["bookstack"]= ["Public"] if request.user.ak_groups.filter(name="bookstackedditor").exists(): bookstack_claims["bookstack"]= ["Edditor"] if request.user.ak_groups.filter(name="bookstackadmin").exists(): bookstack_claims["bookstack"]= ["Admin"] return bookstack_claims 
With this I also set in bookstack .env OIDC_ADDITIONAL_SCOPES=bookstack
and
OIDC_GROUPS_CLAIM=bookstack
note the same name from above
Also make sure it's included in the provider scope (under advanced settings when editing the provider)
submitted by DoPeopleEvenLookHere to BookStack [link] [comments]


2024.04.19 20:37 Tennis_Lyf Review: Celine Medium Cabas Phantom Tote in taupe from Heidi

Review: Celine Medium Cabas Phantom Tote in taupe from Heidi
Author Expertise: as I’ve declared previously this week, it is minimal. I now have an extensive collection of FOUR reps, that’s right FOUR!!, so I’m basically an expert, right? No, you say? Okay, whatever, let’s agree to disagree.
Disclosure: Heidi is not aware that I’m writing this review, nor has she asked me to write one. I have not requested, nor been offered, any incentive for this review. Having said that, her new website does advertise a VIP status earned by providing proof of an item review. I’ve not opted to pursue this, as I feel like my $$ is flying out the door fast enough, without “exclusive factory offers and perks each month”.
Seller contact: +44 7355 778792 via WhatsApp; https://www.helmi-shop.cn/vip
Timeline: 2/14 contacted Heidi about another bag (Gucci vagina pineapple tote GUCCI GG Supreme Monogram Kids Pineapple Tote 494790 FASHIONPHILE ) Did y’all know this is a kids bag?! What world do we live in that there is a $600-$1000 (used) swinger’s vagina tote for kids? I digress. 2/15 Heidi recommended factory and provided cost 2/17 I paid for this masterpiece 2/27 Sadly informed there would not be a pineapple tote in my future (out of stock), so I chose a more modest replacement 2/28 Got price for Celine tote 3/1 I paid the difference 4/9 Received long awaited PSPs 4/12 Heidi requested I pay extra shipping, or omit brand packaging due to concern of package size; I chose to reduce packaging (Saving the earth, one slightly smaller expedited international shipment at a time.) 4/15 I received tracking number 4/17 She arrived!!
Photos here: https://imgur.com/a/XD7Euqj
Price Paid: * 2207 CNY = $305 USD for bag * 434 CNY = $60 USD for shipping * Received 13% discount for Wise payment, and added 10% for shipping insurance, so total was $317 USD * I ended up paying $334 total, I think I added extra for transaction fees?
Factory: Black frame
Rep Quality: This is a gorgeous bag, and I’d easily pay $300 for this leather tote. I am a self proclaimed tote whore, so that should be factored in, of course. Seriously, the leather is beautiful, supple while also firm enough to stay upright, but not stiff. The suede interior is soft and plush. The stitching is neat and even, as are the seams. There is one errant thread on the interior, but it looks like it just missed trimming when finished, there are no loose stitches. The imprinted logo is small, yet (mostly) well defined and easy to read.
Accuracy: * Rep to factory: I can only find one difference between the bag I received and the bag in the factory photos (side panel width, see below). The color is like a chameleon, and appears more grayish, or more taupe, depending on the light. Regardless, the bag pictured and my bag would not be mistaken as being different colors. * Rep to auth: I don’t think I’ve ever seen a Celine bag in the wild, or if I did, I was too green to recognize it. Comparing to online pics of “auth” bags (only on resale sites, as this bag is no longer available on Celine.com), again, my rep appears spot on. Leather: As mentioned above, the leather is supple, yet firm enough to hold its shape. She stands proudly, unassisted. The color is true taupe, though does appear more gray in certain lighting. The grained leather is consistent in texture and color throughout the bag, it is also congruent with online photos of the authentic bag. Interior: The suede interior is soft to the touch, the color is consistent throughout. It does have a greenish hue, but this is consistent with factory and auth photos. The envelope folded bottom seams are clean and smooth. The interior pockets are flat and neat in appearance. There is one inner zipper with a leather pull; the zipper does its job, zipping and unzipping, smoothly. Straps:* Right now, they are a bit stubborn, and don’t want to limber up just yet. The belt straps fall nicely, but take a bit of a tug to cinch. I think this will always be the case, as they fit the slots pretty snuggly. They can be tied easily, and stay put once your knot of choice is achieved. Stitching: The stitching blends in perfectly with the color of the leather. The stitches are flat and even. As mentioned, there is one errant thread in the interior, I’ve decided it just didn’t get trimmed. Measurements: Per Fashionphile (CELINE Soft Grained Calfskin Medium Belt Cabas Phantom Taupe 1393585 FASHIONPHILE), 10.5inLx7Winx11.5inH; rep: 10.4Lx6.75Wx11.75H; drop is 8.75 vs my 8.25 (I will add that the straps wanted to hold their shape from packing, and I expect them to relax and drop to lengthen with use.) The drop doesn’t seem very long, but I can slip my arm right in, and it feels comfy. The bag opening is tucked right under your pit, which is bad for the bag, but good for the safety of its contents. I have noticed that the bag appears to by the same width at bottom and top, when looking at the side view. Mine obviously widens at the top. I can’t find a pic of just the side panel on any of the resale sites to compare this to. Imprinting: As mentioned, the imprinting is small, but clear and easy to read (even for my old a$$ eyes). In my online research of authentic Cabas totes, I’ve found some variations in the imprinting. Some show Celine Paris, then Made in Italy (for example) both on the outside of the bag; the Made in Italy is also imprinted on the inner pocket. Some bags appear to have the gold overlay on the inner stamp as well as on the outside. The stamping on both this inside and outside of my bag are consistent with examples that I’ve found online. While we’re nitpicking, the font is mostly correct, but N on the auth appears a tad wider; also the C on mine is a bit less “clean” in appearance. Also, I’ve noticed that some bags have CÉLINE, whereas mine lacks the accent.
Rep Satisfaction: I am thrilled with this bag! Again, I am a sucker for a tote, and would sell a kidney, or a child, or a child’s kidney for a great tote bag, so I might be a tad biased. This beauty came exactly as I expected, no surprises, no weird smell; nothing but a gaping maw ready for me to fill with a day’s worth of detritus. (Side note: not sure how close the dust cover is to the auth, but it by far the nicest I’ve received for any bag, auth’s included.)
Seller Satisfaction: This is my second purchase from Heidi, the first being a CF from 187. Not counting the extra time d/t requesting one bag and then switching gears, the timeline for this one was significantly longer. Perhaps BF is slower? Maybe they’re not cranking out less sought after grey totes as quickly as 187 whips out CFs? Did I get impatient? Yes. Did Heidi stay patient with me? Yes! Communication with Heidi is always friendly and concise. I like being called “dear”, I like the emojis. Somehow it feels humanizing, and for me, creates the sense that there’s an actual relationship, one that’ll I’ll keep coming back for. See, if you’re open to it, bags AND sellers can fill your emotional void! 🥰
WIMB: The list is endless. This baby holds it all. Wallet. Keys. 20 lip balms. Motrin. Tums. Hub’s Rx from Kroger. Receipts. Skinny Pop. Water bottle. Folding shopping tote. (Yes, a tote within a tote. If that’s not magical, I don’t know what is.) I’m pretty sure I could fit a small cooler, in which I could carry my spare kidney, just in case I find another tote to put in my tote.) Getting Stefon vibes, you feeling it too? https://youtu.be/NctoAyRDtzU?si=ZmmgVTylzIV-uhbi
The Wrap Up: I chose this bag primarily because hello? tote bag. Second, because the vagina tote bag was not meant to be mine. Finally, I wanted to purchase one of those IYKYK bags. No screaming logo or pattern, nothing that would draw too much attention “ooh, was that a gift?”, just something that would make me happy because I KNOW. She’s a lovely neutral to boot, and I can see myself carrying her regardless of the season. Anyway, I’m so happy, I snapped quick pics, dumped my other purse into her empty belly, and trotted off to the dreaded carline with a smile.
*edited to remove redundant link
submitted by Tennis_Lyf to WagoonLadies [link] [comments]


2024.04.14 09:37 Maxim_Fuchs How can I make it so my YouTube client is automatically refreshed?

Hey Friends,
I hope this is the right place for this question. I am building an app that uses the Youtube Data API to capture timelapse using a Raspberry PI placed in my room. My goal is that everything is done automatically, and now I have made it so the videos can even be uploaded by themselves. You can see them here in this playlist. Now, I can't figure out how to make it so the Client refreshes itself after a week of work because the key becomes invalid and no longer works.
I've included my Python code for generating the client below.
def createYoutubeClient(path_to_client_secrets: str = 'client_secrets.json', path_to_token: str = 'token.pickle'): SCOPES = ['https://www.googleapis.com/auth/youtube'] PICKLE_PATH = path_to_token credentials = None # Check if the file exists if os.path.exists(PICKLE_PATH): print('Loading Credentials From File ...') with open(PICKLE_PATH, 'rb') as token: credentials = pickle.load(token) # If there are no (valid) credentials available, let the user log in or refresh if not credentials or not credentials.valid: if credentials and credentials.expired and credentials.refresh_token: print('Refreshing Access Token ...') credentials.refresh(Request()) else: print('Fetching New Tokens ...') flow = InstalledAppFlow.from_client_secrets_file( path_to_client_secrets, SCOPES ) credentials = flow.run_local_server(prompt='consent', authorization_prompt_message='') # Save the credentials for the next run with open(PICKLE_PATH, 'wb') as token: print('Saving Credentials for Future Use ...') pickle.dump(credentials, token) # Connect to the youtube API and list all videos of the channel youtube = build('youtube', 'v3', credentials=credentials) return youtube 
Now, my app is registered in the Google Cloud, but it is in dev mode since only I need it.
I hope you can help me or point me in the right direction. Thank you very much.
submitted by Maxim_Fuchs to googlecloud [link] [comments]


2024.04.12 23:49 liflo Autofill breaks login page at usps.com

Allowing Bitwarden to fill the page breaks the login at usps.com.
Tested with Autofill enabled or disabled and using either the shortcut key or extension menu option. Once it breaks the page, you can't log in. Entering the correct credentials manually (on top of the autofilled values) before submitting the login form doesn't work.
Edit for clarity: When I say the form doesn't work, clicking the "Sign In" button causes the page to briefly show a loading spinner which then disappears and the browser remains on the login page; the URL does not change and the username/password inputs appear to still contain the same, correct values.
A fresh page load followed by copy/paste of usepass works (for me anyway).
The most naive way possible to set the form values via the console also works fine:
document.forms[1].username.value = 'foo';document.forms[1].password.value = 'bar';
I dumped .HARs and the auth POST looked okay to me. Dumped all the form input values before/after Bitwarden filled it and saw no difference between broken/working (nonce token was intact, usepass inputs had identical values between).
That's about as far as I felt like troubleshooting it...
Bitwarden 2024.3.1 / Edge Chromium 123.0.2420.97 / Windows 11 22631.3447.
submitted by liflo to Bitwarden [link] [comments]


2024.04.12 21:59 schwab-api-guy The (Unofficial) Guide to Charles Schwab’s Trader APIs

Hi fellow Schwab fans! In order to supplement Schwab's API documentation, I created this unofficial guide. I added a link to the original Medium post as well.
For retail traders, there are two main groups of Charles Schwab (CS) APIs: “Accounts and Trading Production”, and “Market Data Production”. In a single app (application), you may want only one, or both. “Accounts and Trading Production” enables your application to get an account’s positions, cash available for trading, and make a trade, for example, while “Market Data Production” focuses on getting current quotes, price history, and daily movers in a given index.
Before I get started, I would like to thank Tyler Bowers for his fantastic YouTube video and the GitHub repo which are another tremendous resource for getting started with Schwab’s Trader APIs. This guide will be primarily in Python, but the methodology can be adapted to other programming languages.
...
To get started, your first step will be creating a new account in the Schwab Developer Portal. This account needs to be separate from your Charles Schwab portfolio account. You’ll be able to link them later on in the process, however.
Once you have a Developer Portal account, your next step will be creating a registered application.
Once you submit your app registration, it will take a few days to process. Initially, it will have an “Approved — Pending” Status label. Once it is approved, the Dashboard Status will be “Ready for Use”.
...
Once your application is approved, you need to get the first batch of authentication tokens. Below is a modified version of the code from Tyler Bowers’ YouTube video:
import os import base64 import requests import webbrowser from loguru import logger def construct_init_auth_url() -> tuple[str, str, str]: app_key = "your-app-key" app_secret = "your-app-secret" auth_url = f"https://api.schwabapi.com/v1/oauth/authorize?client_id={app_key}&redirect_uri=https://127.0.0.1" logger.info("Click to authenticate:") logger.info(auth_url) return app_key, app_secret, auth_url def construct_headers_and_payload(returned_url, app_key, app_secret): response_code = f"{returned_url[returned_url.index('code=') + 5: returned_url.index('%40')]}@" credentials = f"{app_key}:{app_secret}" base64_credentials = base64.b64encode(credentials.encode("utf-8")).decode( "utf-8" ) headers = { "Authorization": f"Basic {base64_credentials}", "Content-Type": "application/x-www-form-urlencoded", } payload = { "grant_type": "authorization_code", "code": response_code, "redirect_uri": "https://127.0.0.1", } return headers, payload def retrieve_tokens(headers, payload) -> dict: init_token_response = requests.post( url="https://api.schwabapi.com/v1/oauth/token", headers=headers, data=payload, ) init_tokens_dict = init_token_response.json() return init_tokens_dict def main(): app_key, app_secret, cs_auth_url = construct_init_auth_url() webbrowser.open(cs_auth_url) logger.info("Paste Returned URL:") returned_url = input() init_token_headers, init_token_payload = construct_headers_and_payload( returned_url, app_key, app_secret ) init_tokens_dict = retrieve_tokens( headers=init_token_headers, payload=init_token_payload ) logger.debug(init_tokens_dict) return "Done!" if __name__ == "__main__": main() 
...
When you run the code above, the code will open a Charles Schwab login screen in your browser. Here, you need to log in using your existing Charles Schwab portfolio credentials, not your Developer Portal credentials. From there, you will select the brokerage account(s) to which you elect to give the APIs access.
From there, you’ll be routed to an empty page, which contains a URL in the search bar with an access code embedded in it. You’ll need to copy the entire URL. The code will prompt you to paste it in terminal, and once you do so, the code will make a request for the first batch of authentication tokens, and logger will print the tokens out for you in terminal.
...
At this point, you have all of the tokens you need. The access token, however, expires after 30 minutes, and your application needs this access token every time it makes a request to the Trader APIs. To keep the access token refreshed, you need to exchange your current refresh token (included in the first batch) with Schwab, get a new refresh token (which comes with a new access token), etc. every 29 minutes to ensure you have a working access token at all times — or at least during market hours. The next step, then, is setting up a refresh token system.
...
import os from flask import Request import base64 import requests from loguru import logger def refresh_tokens(): logger.info("Initializing...") app_key = "your-app-key" app_secret = "your-app-secret" # You can pull this from a local file, # Google Cloud Firestore/Secret Manager, etc. refresh_token_value = "your-current-refresh-token" payload = { "grant_type": "refresh_token", "refresh_token": refresh_token_value, } headers = { "Authorization": f'Basic {base64.b64encode(f"{app_key}:{app_secret}".encode()).decode()}', "Content-Type": "application/x-www-form-urlencoded", } refresh_token_response = requests.post( url="https://api.schwabapi.com/v1/oauth/token", headers=headers, data=payload, ) if refresh_token_response.status_code == 200: logger.info("Retrieved new tokens successfully using refresh token.") else: logger.error( f"Error refreshing access token: {refresh_token_response.text}" ) return None refresh_token_dict = refresh_token_response.json() logger.debug(refresh_token_dict) logger.info("Token dict refreshed.") return "Done!" if __name__ == "__main__": refresh_tokens() 
As you can see in the above, the code prints the new refresh token dictionary in the logs in terminal. What is not shown here, for the sake of simplicity, is a way to store and access the tokens.
To implement this, you can store the initial authentication tokens somewhere like Google Cloud Firestore or Secret Manager. Then, you can retrieve them when it’s time to refresh, use the current refresh token to get a new batch of tokens, and then overwrite them in Firestore/Secret Manager, etc. so that they’re ready for the next refresh.
...
Most of the Trader APIs are relatively straightforward. One especially tricky detail that’s not very well explained in the API documentation is that any API requests which include a particular brokerage account number need to use the hash value of the account number, not the account number itself.
To make things a bit easier, you can create a class (e.g., “AccountsTrading”), which instantiates with your current access token and the hash value of your account number, as seen below:
class AccountsTrading: def __init__(self): # Initialize access token during class instantiation self.access_token = None self.account_hash_value = None self.refresh_access_token() self.base_url = "https://api.schwabapi.com/tradev1" self.headers = {"Authorization": f"Bearer {self.access_token}"} self.get_account_number_hash_value() def refresh_access_token(self): # Custom function to retrieve access token from Firestore self.access_token = retrieve_firestore_value( collection_id="your-collection-id", document_id="your-doc-id", key="your-access-token", ) def get_account_number_hash_value(self): response = requests.get( self.base_url + f"/accounts/accountNumbers", headers=self.headers ) response_frame = pandas.json_normalize(response.json()) self.account_hash_value = response_frame["hashValue"].iloc[0] 
From here, if you want to use your account number in a request, you can feed in the hash value:
 def create_order(self, order_payload): order_payload = json.dumps(order_payload) response = requests.post( self.base_url + f"/accounts/{self.account_hash_value}/orders", data=order_payload, headers={ "Authorization": f"Bearer {self.access_token}", "accept": "*/*", "Content-Type": "application/json", }, ) # Custom function to create dataframe from response response_frame = return_dataframe_from_response(response) return response_frame 
You’ll notice above that the headers for creating an order need to be structured with an “accept” key and “Content-Type” as well.
...
The Create/Post Order API lacks documentation, and in my mind, this is the most difficult API to post a request to because there are so many parameters.
Below is the dictionary structure for ‘designing’ a buy or sell order:
from typing import Optional def design_order( symbol, order_type, instruction, quantity, leg_id, order_leg_type, asset_type, price: Optional[str] = None, session="NORMAL", duration="DAY", complex_order_strategy_type="NONE", tax_lot_method="FIFO", position_effect="OPENING", # special_instruction="ALL_OR_NONE", order_strategy_type="SINGLE", ): post_order_payload = { "price": price, "session": session, "duration": duration, "orderType": order_type, "complexOrderStrategyType": complex_order_strategy_type, "quantity": quantity, "taxLotMethod": tax_lot_method, "orderLegCollection": [ { "orderLegType": order_leg_type, "legId": leg_id, "instrument": { "symbol": symbol, "assetType": asset_type, }, "instruction": instruction, "positionEffect": position_effect, "quantity": quantity, } ], "orderStrategyType": order_strategy_type, } return post_order_payload 
You can use the ‘design_order’ function like this:
 # Sell one share of an equity, market order. post_order_payload = design_order( symbol, # price="5000", order_type="MARKET", instruction="SELL", quantity=f"1", leg_id="1", order_leg_type="EQUITY", asset_type="EQUITY", ) 
Then, you can use this payload as the data in the post request, such as in the create_order method a few chunks above.
That’s the long and short of it — If I was able to help you, or if you have any questions or suggestions for future articles, please reach out to me or drop a comment.
submitted by schwab-api-guy to Schwab [link] [comments]


2024.04.11 22:56 bedouinbro Master's program scholarship scrapper

so i want to create a scrapper that crawls through all the websites and scrapes data for master's scholarship with custom parameters, and outputs a .xlsx or .csv file format, any recommendations ? or experience in doing this type of data extraction ?
i tried running this, scrapy runspider full_masters_scholarship_spider.py
import scrapy 
import pandas as pd from urllib.parse import urlparse
class FullMastersScholarshipSpider(scrapy.Spider): name = 'full_masters_scholarship_spider' start_urls = ['https://www.google.com'\]
def parse(self, response): # Search for relevant keywords on Google search_query = "full free master's program scholarship stipend accommodation english" yield scrapy.Request(f'https://www.google.com/search?q={search_query}', callback=self.parse_search_results) def parse_search_results(self, response): # Find all the search result links links = response.css('div.g > div > a::attr(href)').getall() # Filter the links to only include scholarship websites scholarship_links = [link for link in links if 'scholarship' in link.lower()] # Extract the website name and scholarship details for each link data = [] for link in scholarship_links: website_name = urlparse(link).netloc.split('.')[0].capitalize() # Scrape the scholarship details from the website scholarship_details = self.scrape_scholarship_details(link) data.append({ 'Website': website_name, 'Website Link': link, 'Scholarship Details': scholarship_details }) # Stop scraping if we have at least 100 results if len(data) >= 100: break # Create a DataFrame and save it to an Excel file df = pd.DataFrame(data) df.to_excel('full_masters_scholarships.xlsx', index=False) def scrape_scholarship_details(self, url): # This method should contain the logic to scrape the scholarship details from the website # It should return a string containing the relevant scholarship information return "Full tuition fee waiver, monthly stipend of $1,500, and free on-campus accommodation." 
in return Im getting a blank excel file, along with this in the terminal
PS D:\> scrapy runspider full_masters_scholarship_spider.py 
2024-04-12 02:41:26 [scrapy.utils.log] INFO: Scrapy 2.11.1 started (bot: scrapybot) 2024-04-12 02:41:26 [scrapy.utils.log] INFO: Versions: lxml 5.2.1.0, libxml2 2.11.7, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.12.3 (tags/v3.12.3:f6650f9, Apr 9 2024, 14:05:25) [MSC v.1938 64 bit (AMD64)], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.5, Platform Windows-10-10.0.19045-SP0 2024-04-12 02:41:27 [scrapy.addons] INFO: Enabled addons: [] 2024-04-12 02:41:27 [py.warnings] WARNING: C:\Users\Mehdi\AppData\Local\Programs\Python\Python312\Lib\site-packages\scrapy\utils\request.py:254: ScrapyDeprecationWarning: '2.6' is a deprecated value for the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting.
It is also the default value. In other words, it is normal to get this warning if you have not defined a value for the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting. This is so for backward compatibility reasons, but it will change in a future version of Scrapy.
See the documentation of the 'REQUEST_FINGERPRINTER_IMPLEMENTATION' setting for information on how to handle this deprecation. return cls(crawler)
2024-04-12 02:41:27 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.selectreactor.SelectReactor 2024-04-12 02:41:27 [scrapy.extensions.telnet] INFO: Telnet Password: b637a26071c68294 2024-04-12 02:41:27 [scrapy.middleware] INFO: Enabled extensions: ['scrapy.extensions.corestats.CoreStats', 'scrapy.extensions.telnet.TelnetConsole', 'scrapy.extensions.logstats.LogStats'] 2024-04-12 02:41:27 [scrapy.crawler] INFO: Overridden settings: {'SPIDER_LOADER_WARN_ONLY': True} 2024-04-12 02:41:27 [scrapy.middleware] INFO: Enabled downloader middlewares: ['scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware', 'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware', 'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware', 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware', 'scrapy.downloadermiddlewares.retry.RetryMiddleware', 'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware', 'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware', 'scrapy.downloadermiddlewares.redirect.RedirectMiddleware', 'scrapy.downloadermiddlewares.cookies.CookiesMiddleware', 'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware', 'scrapy.downloadermiddlewares.stats.DownloaderStats'] 2024-04-12 02:41:27 [scrapy.middleware] INFO: Enabled spider middlewares: ['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware', 'scrapy.spidermiddlewares.offsite.OffsiteMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2024-04-12 02:41:27 [scrapy.middleware] INFO: Enabled item pipelines: [] 2024-04-12 02:41:27 [scrapy.core.engine] INFO: Spider opened 2024-04-12 02:41:27 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2024-04-12 02:41:27 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023 2024-04-12 02:41:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: None) 2024-04-12 02:41:28 [scrapy.core.engine] DEBUG: Crawled (200) (referer: https://www.google.com) 2024-04-12 02:41:28 [scrapy.core.engine] INFO: Closing spider (finished) 2024-04-12 02:41:28 [scrapy.statscollectors] INFO: Dumping Scrapy stats: {'downloaderequest_bytes': 809, 'downloaderequest_count': 2, 'downloaderequest_method_count/GET': 2, 'downloaderesponse_bytes': 38887, 'downloaderesponse_count': 2, 'downloaderesponse_status_count/200': 2, 'elapsed_time_seconds': 1.382935, 'finish_reason': 'finished', 'finish_time': datetime.datetime(2024, 4, 11, 20, 41, 28, 986699, tzinfo=datetime.timezone.utc), 'httpcompression/response_bytes': 124528, 'httpcompression/response_count': 2, 'log_count/DEBUG': 3, 'log_count/INFO': 10, 'log_count/WARNING': 1, 'request_depth_max': 1, 'response_received_count': 2, 'scheduledequeued': 2, 'scheduledequeued/memory': 2, 'scheduleenqueued': 2, 'scheduleenqueued/memory': 2, 'start_time': datetime.datetime(2024, 4, 11, 20, 41, 27, 603764, tzinfo=datetime.timezone.utc)} 2024-04-12 02:41:28 [scrapy.core.engine] INFO: Spider closed (finished) PS D:>
what am I missing ? any recommendation ?
submitted by bedouinbro to pythonhelp [link] [comments]


2024.04.11 17:53 lenowng iPhone auto restarts when screen is locked

As stated in the title, my iphone xs max restarts itself in random frequency but about 1-5 minutes between the restart loop and only when the screen is locked but works totally fine when I'm using the device (even if the phone is unlocked and on for couple of hours)

symptom/occurance:

what have I tried:

question

potential reference
::DUMP::
panic full string:
panic(cpu 2 caller 0xfffffff0164a67c4): "i2c0::_checkInterrupts error interrupt; last read status 10810100 int shadow 00890100 xfer 80000000 fifo 00000003 for device ad5860" .cpp:470 Debugger message: panic Memory ID: 0x1 OS release type: User OS version: 21E237 Kernel version: Darwin Kernel Version 23.4.0: Fri Mar 8 23:30:38 PST 2024; root:xnu-10063.102.14~67/RELEASE_ARM64_T8020 Fileset Kernelcache UUID: B219F39BC3EDFDDE6A8F938F5B10B3AD Kernel UUID: 56BF37FD-7558-3CB2-8652-BF6315891829 Boot session UUID: 5297AE4C-4178-42BC-B462-C786D115234F iBoot version: iBoot-10151.102.2 secure boot?: YES roots installed: 0 Paniclog version: 14 KernelCache slide: 0x000000000d440000 KernelCache base: 0xfffffff014444000 Kernel slide: 0x000000000d448000 Kernel text base: 0xfffffff01444c000 Kernel text exec slide: 0x000000000e114000 Kernel text exec base: 0xfffffff015118000 mach_absolute_time: 0x198650a4a Epoch Time: sec usec Boot : 0x6618009e 0x000bf6b9 Sleep : 0x00000000 0x00000000 Wake : 0x00000000 0x00000000 Calendar: 0x661801ab 0x000c5444 Zone info: Zone map: 0xffffffddacd10000 - 0xffffffe3acd10000 . VM : 0xffffffddacd10000 - 0xffffffde93374000 . RO : 0xffffffde93374000 - 0xffffffdee0040000 . GEN0 : 0xffffffdee0040000 - 0xffffffdfc66a4000 . GEN1 : 0xffffffdfc66a4000 - 0xffffffe0acd08000 . GEN2 : 0xffffffe0acd08000 - 0xffffffe193370000 . GEN3 : 0xffffffe193370000 - 0xffffffe2799d8000 . DATA : 0xffffffe2799d8000 - 0xffffffe3acd10000 Metadata: 0xffffffee5ebe0000 - 0xffffffee603e0000 Bitmaps : 0xffffffee603e0000 - 0xffffffee60e94000 Extra : 0 - 0 TPIDRx_ELy = {1: 0xffffffdee02c03d0 0: 0x0000000000000002 0ro: 0x0000000000000000 } CORE 0: PC=0xfffffff015195af8, LR=0xfffffff015195af8, FP=0xffffffe3b58f7ef0 CORE 1: PC=0xfffffff015195af8, LR=0xfffffff015195af8, FP=0xffffffe3b5a8fef0 CORE 2 is the one that panicked. Check the full backtrace for details. CORE 3: PC=0xfffffff015195af8, LR=0xfffffff015195af8, FP=0xffffffe3b5c27ef0 CORE 4: PC=0xfffffff015195afc, LR=0xfffffff015195af8, FP=0xffffffe3b58c7ef0 CORE 5: PC=0xfffffff015195af8, LR=0xfffffff015195af8, FP=0xffffffe3b5f27ef0 Compressor Info: 15% of compressed pages limit (OK) and 7% of segments limit (OK) with 1 swapfiles and OK swap space Panicked task 0xffffffe1933891a0: 0 pages, 420 threads: pid 0: kernel_task Panicked thread: 0xffffffdee02c03d0, backtrace: 0xffffffe3b5aef7e0, tid: 300 lr: 0xfffffff015161ff8 fp: 0xffffffe3b5aef850 lr: 0xfffffff01529a2c4 fp: 0xffffffe3b5aef8c0 lr: 0xfffffff015298ca8 fp: 0xffffffe3b5aef980 lr: 0xfffffff01511fb08 fp: 0xffffffe3b5aef990 lr: 0xfffffff01516199c fp: 0xffffffe3b5aefd40 lr: 0xfffffff01586b140 fp: 0xffffffe3b5aefd60 lr: 0xfffffff0164a67c4 fp: 0xffffffe3b5aefe00 lr: 0xfffffff0164a742c fp: 0xffffffe3b5aefe30 lr: 0xfffffff0164a5988 fp: 0xffffffe3b5aefe50 lr: 0xfffffff0157893f4 fp: 0xffffffe3b5aefea0 lr: 0xfffffff015785cb4 fp: 0xffffffe3b5aefee0 lr: 0xfffffff0157865e4 fp: 0xffffffe3b5aeff20 lr: 0xfffffff015128800 fp: 0x0000000000000000 Kernel Extensions in backtrace: com.apple.driver.AppleS5L8940XI2C(1.0d2)[094AFE35-8604-36A6-97D5-F018DAFFE3A4]@0xfffffff0164a4ba0->0xfffffff0164a7ad7 dependency: com.apple.driver.AppleARMPlatform(1.0.2)[E523EAE1-2680-3F5D-A65E-9D7B7DCE5E38]@0xfffffff0159f3840->0xfffffff015a45a83 dependency: com.apple.driver.AppleGPIOICController(1.0.2)[6077F261-2F09-3E27-8EAE-A167F88FC327]@0xfffffff015f52710->0xfffffff015f5d1cf last started kext at 1035547564: com.apple.driver.AppleUSBEthernetDevice 7.0 (addr 0xfffffff014920e60, size 4658) loaded kexts: com.apple.driver.AppleUSBEthernetDevice 7.0 com.apple.driver.AppleIDAMInterface 1 com.apple.driver.AppleUSBDeviceMux 1.0.0d1 com.apple.iokit.IOAccessoryPortUSB 1.0.0 com.apple.driver.AppleUSBDeviceNCM 5.0.0 com.apple.driver.AppleUSBMike 1.0.0d1 com.apple.driver.AOPTouchKext 312 com.apple.driver.AppleEmbeddedLightSensor 1.0.0d1 com.apple.driver.AppleProxDriver 31.7 com.apple.driver.AppleALSColorSensor 1.0.0d1 com.apple.driver.AppleAOPVoiceTrigger 340.42 com.apple.driver.AppleBasebandPCIMAVPDP 1 com.apple.driver.AppleBasebandPCIICEPDP 1 com.apple.nke.l2tp 1.9 com.apple.filesystems.tmpfs 1 com.apple.driver.AppleSMCWirelessCharger 1.0.1 com.apple.filesystems.lifs 1 com.apple.filesystems.apfs 2236.102.1 com.apple.IOTextEncryptionFamily 1.0.0 com.apple.filesystems.hfs.kext 650.0.2 com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0 com.apple.driver.AppleEmbeddedGPS 1.0.0d1 com.apple.driver.AppleIDV 6.406 com.apple.driver.ApplePMP 1 com.apple.driver.AppleSmartIO2 1 com.apple.driver.AppleT8020PMPFirmware 1 com.apple.driver.AppleEmbeddedTouchEEPROM 1 com.apple.driver.AppleCS35L27Amp 740.41 com.apple.driver.AppleAD5860 740.41 com.apple.driver.AppleCS42L75Audio 740.41 com.apple.driver.AppleFAN53740 1 com.apple.driver.AppleAcornDisplayPMU 1 com.apple.driver.AppleSummitLCD 1.0.0 com.apple.driver.AppleT8020CLPCv3 1 com.apple.driver.AppleT8020SOCTuner 1 com.apple.driver.AppleM68Buttons 1.0.0d1 com.apple.driver.AppleEmbeddedAudioResourceManager 740.41 com.apple.driver.AppleHapticsSupportCallan 8.11 com.apple.driver.AppleBluetoothModule 1 com.apple.AGXG11P 280.3.9 com.apple.driver.AppleAVD 740.5 com.apple.driver.AppleAVE2 760.23.1 com.apple.driver.AppleJPEGDriver 6.6.2 com.apple.driver.AppleMobileDispH11P 140.0 com.apple.driver.AppleSynopsysMIPIDSI 1.0.0 com.apple.driver.AppleS5L8940XI2C 1.0.0d2 com.apple.driver.AppleSamsungSPI 1 com.apple.driver.AppleSamsungSerial 1.0.0d1 com.apple.driver.AppleSerialShim 1 com.apple.driver.AppleDAPF 1 com.apple.driver.AppleT8020DART 1 com.apple.driver.AppleS8000AES 1 com.apple.driver.AppleS5L8920XPWM 1.0.0d1 com.apple.driver.AppleS8000DWI 1.0.0d1 com.apple.driver.AppleS5L8960XNCO 1 com.apple.driver.AppleT8020PMGR 1 com.apple.driver.AppleInterruptController 1.0.0d1 com.apple.driver.AppleT8020 1 com.apple.iokit.IOUserEthernet 1.0.1 com.apple.driver.IOAudioCodecs 1.0.0 com.apple.driver.AppleTemperatureSensor 1.0.0d1 com.apple.driver.AppleDiskImages2 276.100.16 com.apple.driver.ASIOKit 11.77 com.apple.security.sandbox 300.0 com.apple.driver.AppleUSBDeviceAudioController 640.12 com.apple.driver.AppleUSBAudio 640.12 com.apple.driver.usb.AppleUSBHostCompositeDevice 1.2 com.apple.driver.usb.networking 5.0.0 com.apple.driver.AppleMultitouchDriver 7140.17 com.apple.driver.ApplePearlSEPDriver 1 com.apple.iokit.IOBiometricFamily 1 com.apple.iokit.AppleSEPGenericTransfer 1 com.apple.driver.AppleEffaceableBlockDevice 1.0 com.apple.plugin.IOgPTPPlugin 1240.15 com.apple.driver.AppleSPUSphere 1 com.apple.driver.AppleAOPAudio 340.4 com.apple.driver.AppleBasebandPCIMAVControl 1 com.apple.driver.AppleBasebandPCIICEControl 1 com.apple.driver.AppleBasebandPCI 1 com.apple.driver.AppleSynopsysOTGDevice 1.0.0d1 com.apple.iokit.IOUSBDeviceFamily 2.0.0 com.apple.driver.AppleConvergedIPCOLYBTControl 1 com.apple.driver.AppleConvergedPCI 1 com.apple.nke.ppp 1.9 com.apple.driver.AppleSmartBatteryManagerEmbedded 1 com.apple.driver.AppleAuthCP 1.0.0 com.apple.driver.AppleC26Charger 1.0.1 com.apple.driver.AppleHIDTransportSPI 7140.3 com.apple.driver.AppleHIDTransport 7140.3 com.apple.driver.AppleInputDeviceSupport 7140.3 com.apple.driver.AppleBSDKextStarter 3 com.apple.driver.AppleStockholmControl 1.0.0 com.apple.driver.AppleSPU 1 com.apple.driver.AppleDiagnosticDataAccessReadOnly 1.0.0 com.apple.driver.AppleSPMIPMU 1.0.1 com.apple.driver.AppleDialogPMU 1.0.1 com.apple.AGXFirmwareKextG11PRTBuddy 280.3.9 com.apple.AGXFirmwareKextRTBuddy64 280.3.9 com.apple.iokit.IOMikeyBusFamily 1.0.0 com.apple.driver.AppleCSEmbeddedAudio 740.41 com.apple.driver.AppleEmbeddedAudio 740.41 com.apple.iokit.AppleARMIISAudio 340.16 com.apple.driver.IISAudioIsolatedStreamECProxy 340.16 com.apple.driver.ExclavesAudioKext 1 com.apple.iokit.IONVMeFamily 2.1.0 com.apple.driver.AppleNANDConfigAccess 1.0.0 com.apple.driver.AppleTriStar 1.0.0 com.apple.driver.AppleT8020PPM 3.0 com.apple.driver.AppleAstrisGpioProbe 1.0.1 com.apple.driver.AppleBluetoothDebug 1 com.apple.driver.AppleBluetoothDebugService 1 com.apple.driver.AppleOLYHAL 1 com.apple.driver.AppleT8020PCIe 1 com.apple.driver.AppleMCA2-T8020 840.3 com.apple.driver.AppleEmbeddedAudioLibs 340.8 com.apple.driver.AppleFirmwareUpdateKext 1 com.apple.iokit.IOGPUFamily 93.40.3 com.apple.driver.AppleH11ANEInterface 7.400.0 com.apple.driver.AppleH10CameraInterface 20.402.0 com.apple.driver.AppleH10PearlCameraInterface 20.402.0 com.apple.iokit.IOMobileGraphicsFamily 343.0.0 com.apple.driver.AppleM2ScalerCSCDriver 265.0.0 com.apple.driver.AppleT8020USB 1 com.apple.driver.AppleT8011USB 1 com.apple.driver.AppleS5L8960XUSB 1 com.apple.driver.AppleEmbeddedUSB 1 com.apple.iokit.IOPortFamily 1.0 com.apple.driver.AppleSPMI 1.0.1 com.apple.driver.AppleSART 1 com.apple.driver.AppleA7IOP-ASCWrap-v2 1.0.2 com.apple.driver.AppleA7IOP-AKFWrap-v4 1.0.2 com.apple.driver.AppleGPIOICController 1.0.2 com.apple.driver.AppleARMWatchdogTimer 1 com.apple.driver.AppleVortexErrorHandler 1 com.apple.driver.AppleBasebandD101 1.0.0d1 com.apple.driver.AppleMultiFunctionManager 1 com.apple.driver.corecapture 1.0.4 com.apple.driver.AppleEmbeddedPCIE 1 com.apple.driver.usb.AppleUSBHostPacketFilter 1.0 com.apple.driver.AppleMobileApNonce 1 com.apple.iokit.IOUSBMassStorageDriver 245 com.apple.iokit.IOSCSIArchitectureModelFamily 495 com.apple.iokit.IOPCIFamily 2.9 com.apple.iokit.IOUSBHostFamily 1.2 com.apple.driver.AppleUSBHostMergeProperties 1.2 com.apple.driver.usb.AppleUSBCommon 1.0 com.apple.iokit.IOTimeSyncFamily 1240.15 com.apple.driver.DiskImages 493.0.0 com.apple.driver.AppleSMC 3.1.9 com.apple.driver.RTBuddy 1.0.0 com.apple.driver.AppleEmbeddedTempSensor 1.0.0 com.apple.driver.AppleARMPMU 1.0 com.apple.iokit.IOAccessoryManager 1.0.0 com.apple.iokit.IOHIDFamily 2.0.0 com.apple.driver.AppleOnboardSerial 1.0 com.apple.iokit.IOSerialFamily 11 com.apple.driver.AppleSEPKeyStore 2 com.apple.driver.AppleEffaceableStorage 1.0 com.apple.driver.AppleSEPCredentialManager 1.0 com.apple.driver.AppleLockdownMode 1 com.apple.driver.AppleIPAppender 1.0 com.apple.iokit.IOSkywalkFamily 1.0 com.apple.driver.mDNSOffloadUserClient-Embedded 1.0.1b8 com.apple.iokit.IONetworkingFamily 3.4 com.apple.AUC 1.0 com.apple.iokit.IOSurface 352.41.7 com.apple.iokit.IOAVFamily 1.0.0 com.apple.iokit.IOHDCPFamily 1.0.0 com.apple.iokit.IOCECFamily 1 com.apple.iokit.IOAudio2Family 1.0 com.apple.driver.AppleIISController 340.1 com.apple.driver.AppleAudioClockLibs 340.8 com.apple.driver.AppleSSE 1.0 com.apple.driver.AppleSEPManager 1.0.1 com.apple.driver.IODARTFamily 1 com.apple.driver.AppleA7IOP 1.0.2 com.apple.driver.IOSlaveProcessor 1 com.apple.driver.FairPlayIOKit 71.10.0 com.apple.kext.AppleMatch 1.0.0d1 com.apple.driver.AppleMobileFileIntegrity 1.0.5 com.apple.iokit.CoreAnalyticsFamily 1 com.apple.driver.ApplePMGR 1 com.apple.driver.AppleARMPlatform 1.0.2 com.apple.iokit.IOStorageFamily 2.1 com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0 com.apple.iokit.IOReportFamily 47 com.apple.security.AppleImage4 6.3.0 com.apple.kext.CoreTrust 1 com.apple.iokit.IOCryptoAcceleratorFamily 1.0.1 com.apple.kec.pthread 1 com.apple.kec.Libm 1 com.apple.kec.Compression 1.0 com.apple.kec.corecrypto 14.0 
panic full analyzer possible issues suggestions:
- U4700 Big Audio Codec IC - Baseband/NFC - i2c0 line - U2700/U6110/J6400 - NAND 
submitted by lenowng to applehelp [link] [comments]


2024.04.10 15:06 benneandrew Rider on Windows 11 crashing (EXCEPTION_ACCESS_VIOLATION (0xc0000005))

Anyone else struggling with Rider on Windows 11?
I suspect it's something to with Windows 11 Exploit Protection, but I don't know what. I'm on the latest versions of Windows, Rider and device drivers, as far as I know.
Have reported it several times, but Jetbrains don't seem interested.
TIA
Event Log: Faulting application name: Rider.Backend.exe, version: 2024.1.0.0, time stamp: 0x65a7f522 Faulting module name: coreclr.dll, version: 8.0.123.58001, time stamp: 0x65684720 Exception code: 0xc0000005 Fault offset: 0x00000000001bf0cc Faulting process ID: 0x0x6040 Faulting application start time: 0x0x1DA8B44B5D6F1FE Faulting application path: C:\Program Files\JetBrains\Rider\r2r\2024.1.0R\9139F1A58FCA43DD34555211EAC5C0E\windows-x64\Rider.Backend.exe Faulting module path: C:\Program Files\JetBrains\Rider\r2r\2024.1.0R\9139F1A58FCA43DD34555211EAC5C0E\windows-x64\dotnet\shared\Microsoft.NETCore.App\8.0.1\coreclr.dll Report ID: 8894e861-6072-461c-93be-b46f1827e6e8 Faulting package full name: Faulting package-relative application ID: Crash Report: # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ff9907faebd, pid=25972, tid=18028 # # JRE version: OpenJDK Runtime Environment JBR-17.0.10+8-1207.12-jcef (17.0.10+8) (build 17.0.10+8-b1207.12) # Java VM: OpenJDK 64-Bit Server VM JBR-17.0.10+8-1207.12-jcef (17.0.10+8-b1207.12, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64) # Problematic frame: # V [jvm.dll+0x30aebd] # # No core dump will be written. Minidumps are not enabled by default on client versions of Windows # # If you would like to submit a bug report, please visit: # https://youtrack.jetbrains.com/issues/JBR # --------------- S U M M A R Y ------------ Command Line: exit -XX:ErrorFile=C:\Users\bennean\\java_error_in_rider64_%p.log -XX:HeapDumpPath=C:\Users\bennean\\java_error_in_rider64.hprof -Xms128m -Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -XX:+IgnoreUnrecognizedVMOptions -ea -Dsun.io.useCanonCaches=false -Dsun.java2d.metal=true -Djbr.catch.SIGABRT=true -Djdk.http.auth.tunneling.disabledSchemes="" -Djdk.attach.allowAttachSelf=true -Djdk.module.illegalAccess.silent=true -Dkotlinx.coroutines.debug=off -XX:CICompilerCount=2 -XX:ReservedCodeCacheSize=512m -XX:CompileCommand=exclude,com/intellij/openapi/vfs/impl/FilePartNodeRoot,trieDescend -XX:SoftRefLRUPolicyMSPerMB=50 -Xmx4096m -Djb.vmOptionsFile=C:\Users\bennean\AppData\Roaming\\JetBrains\\Rider2024.1\rider64.exe.vmoptions -Djava.system.class.loader=com.intellij.util.lang.PathClassLoader -Didea.vendor.name=JetBrains -Didea.paths.selector=Rider2024.1 -Djna.boot.library.path=C:\Program Files (x86)\JetBrains\JetBrains Rider 2024.1/lib/jna/amd64 -Dpty4j.preferred.native.folder=C:\Program Files (x86)\JetBrains\JetBrains Rider 2024.1/lib/pty4j -Djna.nosys=true -Djna.noclasspath=true -Dintellij.platform.runtime.repository.path=C:\Program Files (x86)\JetBrains\JetBrains Rider 2024.1/modules/module-descriptors.jar -Didea.platform.prefix=Rider -Dide.native.launcher=true -Dide.new.project.model.index.case.sensitivity=true -Didea.class.before.app=com.jetbrains.rider.protocol.EarlyBackendStarter -Didea.show.customize.ide.wizard=true -DFilePageCache.THROW_ERROR_ON_DUPLICATE_STORAGE_REGISTRATION=false -Dsplash=true -Daether.connector.resumeDownloads=false --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.ref=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/java.nio.charset=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens=java.base/java.util.concurrent.locks=ALL-UNNAMED --add-opens=java.base/jdk.internal.vm=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/sun.nio.fs=ALL-UNNAMED --add-opens=java.base/sun.security.ssl=ALL-UNNAMED --add-opens=java.base/sun.security.util=ALL-UNNAMED --add-opens=java.base/sun.net.dns=ALL-UNNAMED --add-opens=java.desktop/java.awt=ALL-UNNAMED --add-opens=java.desktop/java.awt.dnd.peer=ALL-UNNAMED --add-opens=java.desktop/java.awt.event=ALL-UNNAMED --add-opens=java.desktop/java.awt.image=ALL-UNNAMED --add-opens=java.desktop/java.awt.peer=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED --add-opens=java.desktop/javax.swing=ALL-UNNAMED --add-opens=java.desktop/javax.swing.plaf.basic=ALL-UNNAMED --add-opens=java.desktop/javax.swing.text=ALL-UNNAMED --add-opens=java.desktop/javax.swing.text.html=ALL-UNNAMED --add-opens=java.desktop/sun.awt.datatransfer=ALL-UNNAMED --add-opens=java.desktop/sun.awt.image=ALL-UNNAMED --add-opens=java.desktop/sun.awt.windows=ALL-UNNAMED --add-opens=java.desktop/sun.awt=ALL-UNNAMED --add-opens=java.desktop/sun.font=ALL-UNNAMED --add-opens=java.desktop/sun.java2d=ALL-UNNAMED --add-opens=java.desktop/sun.swing=ALL-UNNAMED --add-opens=java.desktop/com.sun.java.swing=ALL-UNNAMED --add-opens=jdk.attach/sun.tools.attach=ALL-UNNAMED --add-opens=jdk.compilecom.sun.tools.javac.api=ALL-UNNAMED --add-opens=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED --add-opens=jdk.jdi/com.sun.tools.jdi=ALL-UNNAMED -Dide.native.launcher=true -Djcef.sandbox.ptr=00000270A48FBE30 -Djcef.sandbox.cefVersion=122.1.9+gd14e051+chromium-122.0.6261.94 Host: Intel(R) Core(TM) i7-14700K, 28 cores, 127G, Windows 11 , 64 bit Build 22621 (10.0.22621.3374) Time: Wed Apr 10 13:48:01 2024 GMT Summer Time elapsed time: 59.270071 seconds (0d 0h 0m 59s) --------------- T H R E A D --------------- Current thread (0x000002709af995f0): GCTaskThread "GC Thread#14" [stack: 0x0000008769400000,0x0000008769500000] [id=18028] Stack: [0x0000008769400000,0x0000008769500000], sp=0x00000087694ff640, free space=1021k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) V [jvm.dll+0x30aebd] V [jvm.dll+0x30b5ff] C 0x000002712fcb4b90 siginfo: EXCEPTION_ACCESS_VIOLATION (0xc0000005), reading address 0x000000010000058f Registers: RAX=0x00000000ffffffff, RBX=0x00000007226994a8, RCX=0x0000000000000003, RDX=0x00000007226994a8 RSP=0x00000087694ff640, RBP=0x0000000723805e28, RSI=0x0000000731950690, RDI=0x00000007226994a8 R8 =0x0000000723805e28, R9 =0x00007ff991016fc8, R10=0x0000000731950650, R11=0x00007ffa64131915 R12=0x0000000000000008, R13=0x0000000000000001, R14=0x0000000802649e48, R15=0x0000000721699370 RIP=0x00007ff9907faebd, EFLAGS=0x0000000000010206 Register to memory mapping: RIP=0x00007ff9907faebd jvm.dll RAX=0x00000000ffffffff is an unknown value RBX=0x00000007226994a8 is pointing into object: com.intellij.lang.javascript.psi.impl.JSReferenceExpressionImpl {0x0000000722699488} - klass: 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl' - ---- fields (total size 8 words): - private volatile 'value' 'Ljava/lang/Object;' @12 a 'com/intellij/util/keyFMap/EmptyFMap'{0x0000000701c003c0} (e0380078) - private volatile 'myStartOffsetInParent' 'I' @16 -1 (ffffffff) - private 'myNextSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @20 NULL (0) - private 'myPrevSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @24 NULL (0) - private 'myParent' 'Lcom/intellij/psi/impl/source/tree/CompositeElement;' @28 a 'com/intellij/psi/impl/source/tree/CompositeElement'{0x0000000722699450} (e44d328a) - private final 'myType' 'Lcom/intellij/psi/tree/IElementType;' @32 a 'com/intellij/lang/javascript/JSElementTypes$25'{0x0000000723805e28} (e4700bc5) - private volatile 'myCachedLength' 'I' @36 21 (15) - private volatile 'myHC' 'I' @40 -1 (ffffffff) - private 'firstChild' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @44 a 'com/intellij/psi/impl/source/tree/LeafPsiElement'{0x00000007226994c8} (e44d3299) - private 'lastChild' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @48 a 'com/intellij/psi/impl/source/tree/LeafPsiElement'{0x00000007226994c8} (e44d3299) - private volatile 'myWrapper' 'Lcom/intellij/psi/PsiElement;' @52 a 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl'{0x0000000722699488} (e44d3291) - private 'myLanguage' 'Lcom/intellij/lang/Language;' @56 NULL (0) RCX=0x0000000000000003 is an unknown value RDX=0x00000007226994a8 is pointing into object: com.intellij.lang.javascript.psi.impl.JSReferenceExpressionImpl {0x0000000722699488} - klass: 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl' - ---- fields (total size 8 words): - private volatile 'value' 'Ljava/lang/Object;' @12 a 'com/intellij/util/keyFMap/EmptyFMap'{0x0000000701c003c0} (e0380078) - private volatile 'myStartOffsetInParent' 'I' @16 -1 (ffffffff) - private 'myNextSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @20 NULL (0) - private 'myPrevSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @24 NULL (0) - private 'myParent' 'Lcom/intellij/psi/impl/source/tree/CompositeElement;' @28 a 'com/intellij/psi/impl/source/tree/CompositeElement'{0x0000000722699450} (e44d328a) - private final 'myType' 'Lcom/intellij/psi/tree/IElementType;' @32 a 'com/intellij/lang/javascript/JSElementTypes$25'{0x0000000723805e28} (e4700bc5) - private volatile 'myCachedLength' 'I' @36 21 (15) - private volatile 'myHC' 'I' @40 -1 (ffffffff) - private 'firstChild' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @44 a 'com/intellij/psi/impl/source/tree/LeafPsiElement'{0x00000007226994c8} (e44d3299) - private 'lastChild' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @48 a 'com/intellij/psi/impl/source/tree/LeafPsiElement'{0x00000007226994c8} (e44d3299) - private volatile 'myWrapper' 'Lcom/intellij/psi/PsiElement;' @52 a 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl'{0x0000000722699488} (e44d3291) - private 'myLanguage' 'Lcom/intellij/lang/Language;' @56 NULL (0) RSP=0x00000087694ff640 points into unknown readable memory: 0x0000000000000000 00 00 00 00 00 00 00 00 RBP=0x0000000723805e28 is an oop: com.intellij.lang.javascript.JSElementTypes$25 {0x0000000723805e28} - klass: 'com/intellij/lang/javascript/JSElementTypes$25' - ---- fields (total size 3 words): - private final 'myIndex' 'S' @12 2024 (7e8) - private final 'myDebugName' 'Ljava/lang/String;' @16 "REFERENCE_EXPRESSION"{0x0000000723805e40} (e4700bc8) - private final 'myLanguage' 'Lcom/intellij/lang/Language;' @20 a 'com/intellij/lang/javascript/JavascriptLanguage'{0x0000000703ec6a20} (e07d8d44) RSI=0x0000000731950690 is an oop: com.intellij.psi.impl.source.tree.LeafPsiElement {0x0000000731950690} - klass: 'com/intellij/psi/impl/source/tree/LeafPsiElement' - ---- fields (total size 5 words): - private volatile 'value' 'Ljava/lang/Object;' @12 a 'com/intellij/util/keyFMap/EmptyFMap'{0x0000000701c003c0} (e0380078) - private volatile 'myStartOffsetInParent' 'I' @16 -1 (ffffffff) - private 'myNextSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @20 NULL (0) - private 'myPrevSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @24 NULL (0) - private 'myParent' 'Lcom/intellij/psi/impl/source/tree/CompositeElement;' @28 a 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl'{0x0000000731950650} (e632a0ca) - private final 'myType' 'Lcom/intellij/psi/tree/IElementType;' @32 a 'com/intellij/lang/javascript/JSKeywordElementType'{0x000000070c4b4008} (e1896801) - private final 'myText' 'Ljava/lang/CharSequence;' @36 "string"{0x00000007339b8708} (e67370e1) RDI=0x00000007226994a8 is pointing into object: com.intellij.lang.javascript.psi.impl.JSReferenceExpressionImpl {0x0000000722699488} - klass: 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl' - ---- fields (total size 8 words): - private volatile 'value' 'Ljava/lang/Object;' @12 a 'com/intellij/util/keyFMap/EmptyFMap'{0x0000000701c003c0} (e0380078) - private volatile 'myStartOffsetInParent' 'I' @16 -1 (ffffffff) - private 'myNextSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @20 NULL (0) - private 'myPrevSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @24 NULL (0) - private 'myParent' 'Lcom/intellij/psi/impl/source/tree/CompositeElement;' @28 a 'com/intellij/psi/impl/source/tree/CompositeElement'{0x0000000722699450} (e44d328a) - private final 'myType' 'Lcom/intellij/psi/tree/IElementType;' @32 a 'com/intellij/lang/javascript/JSElementTypes$25'{0x0000000723805e28} (e4700bc5) - private volatile 'myCachedLength' 'I' @36 21 (15) - private volatile 'myHC' 'I' @40 -1 (ffffffff) - private 'firstChild' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @44 a 'com/intellij/psi/impl/source/tree/LeafPsiElement'{0x00000007226994c8} (e44d3299) - private 'lastChild' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @48 a 'com/intellij/psi/impl/source/tree/LeafPsiElement'{0x00000007226994c8} (e44d3299) - private volatile 'myWrapper' 'Lcom/intellij/psi/PsiElement;' @52 a 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl'{0x0000000722699488} (e44d3291) - private 'myLanguage' 'Lcom/intellij/lang/Language;' @56 NULL (0) R8 =0x0000000723805e28 is an oop: com.intellij.lang.javascript.JSElementTypes$25 {0x0000000723805e28} - klass: 'com/intellij/lang/javascript/JSElementTypes$25' - ---- fields (total size 3 words): - private final 'myIndex' 'S' @12 2024 (7e8) - private final 'myDebugName' 'Ljava/lang/String;' @16 "REFERENCE_EXPRESSION"{0x0000000723805e40} (e4700bc8) - private final 'myLanguage' 'Lcom/intellij/lang/Language;' @20 a 'com/intellij/lang/javascript/JavascriptLanguage'{0x0000000703ec6a20} (e07d8d44) R9 =0x00007ff991016fc8 jvm.dll R10=0x0000000731950650 is an oop: com.intellij.lang.javascript.psi.impl.JSReferenceExpressionImpl {0x0000000731950650} - klass: 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl' - ---- fields (total size 8 words): - private volatile 'value' 'Ljava/lang/Object;' @12 a 'com/intellij/util/keyFMap/EmptyFMap'{0x0000000701c003c0} (e0380078) - private volatile 'myStartOffsetInParent' 'I' @16 -1 (ffffffff) - private 'myNextSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @20 NULL (0) - private 'myPrevSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @24 NULL (0) - private 'myParent' 'Lcom/intellij/psi/impl/source/tree/CompositeElement;' @28 a 'com/intellij/psi/impl/source/tree/CompositeElement'{0x0000000731950618} (e632a0c3) - private final 'myType' 'Lcom/intellij/psi/tree/IElementType;' @32 a 'com/intellij/lang/javascript/JSElementTypes$25'{0x00000007345503f0} (e68aa07e) - private volatile 'myCachedLength' 'I' @36 6 - private volatile 'myHC' 'I' @40 -1 (ffffffff) - private 'firstChild' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @44 a 'com/intellij/psi/impl/source/tree/LeafPsiElement'{0x0000000731950690} (e632a0d2) - private 'lastChild' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @48 a 'com/intellij/psi/impl/source/tree/LeafPsiElement'{0x0000000731950690} (e632a0d2) - private volatile 'myWrapper' 'Lcom/intellij/psi/PsiElement;' @52 a 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl'{0x0000000731950650} (e632a0ca) - private 'myLanguage' 'Lcom/intellij/lang/Language;' @56 NULL (0) R11=0x00007ffa64131915 VCRUNTIME140.dll R12=0x0000000000000008 is an unknown value R13=0x0000000000000001 is an unknown value R14=0x0000000802649e48 is pointing into metadata R15=0x0000000721699370 is an oop: com.intellij.lang.javascript.psi.impl.JSReferenceExpressionImpl {0x0000000721699370} - klass: 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl' - ---- fields (total size 8 words): - private volatile 'value' 'Ljava/lang/Object;' @12 a 'com/intellij/util/keyFMap/EmptyFMap'{0x0000000701c003c0} (e0380078) - private volatile 'myStartOffsetInParent' 'I' @16 -1 (ffffffff) - private 'myNextSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @20 NULL (0) - private 'myPrevSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @24 NULL (0) - private 'myParent' 'Lcom/intellij/psi/impl/source/tree/CompositeElement;' @28 a 'com/intellij/psi/impl/source/tree/CompositeElement'{0x0000000731950618} (e632a0c3) - private final 'myType' 'Lcom/intellij/psi/tree/IElementType;' @32 a 'com/intellij/lang/javascript/JSElementTypes$25'{0x00000007345503f0} (e68aa07e) - private volatile 'myCachedLength' 'I' @36 6 - private volatile 'myHC' 'I' @40 -1 (ffffffff) - private 'firstChild' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @44 a 'com/intellij/psi/impl/source/tree/LeafPsiElement'{0x0000000731950690} (e632a0d2) - private 'lastChild' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @48 a 'com/intellij/psi/impl/source/tree/LeafPsiElement'{0x0000000718644e40} (e30c89c8) - private volatile 'myWrapper' 'Lcom/intellij/psi/PsiElement;' @52 a 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl'{0x0000000721699370} (e42d326e) - private 'myLanguage' 'Lcom/intellij/lang/Language;' @56 NULL (0) Top of Stack: (sp=0x00000087694ff640) 0x00000087694ff640: 0000000000000000 0000000000000000 0x00000087694ff650: 000002712fcb4a10 000002712fcb4a10 0x00000087694ff660: 0000000722699470 00007ff9907fb5ff 0x00000087694ff670: 00000007226994a8 0000000731950690 0x00000087694ff680: 000002712fcb4b88 00000087694ff6e8 0x00000087694ff690: 000000072169939c 00007ff9907fb5ff 0x00000087694ff6a0: 00000007216993a0 000002712fcb4b90 0x00000087694ff6b0: 0000000802649e58 0000000721946b70 0x00000087694ff6c0: 0000000731950650 0000000721699370 0x00000087694ff6d0: 000002712fcb4a10 00007ff9907fc9d7 0x00000087694ff6e0: 0000000000000000 0000000000000001 0x00000087694ff6f0: 0000000802648000 000002712fcb4b90 0x00000087694ff700: 0000000700000000 00007ff900000000 0x00000087694ff710: 0000000000000001 000002715f9a9fa0 0x00000087694ff720: 000002712fcb4a10 00007ff9907fc9d7 0x00000087694ff730: 000002712fcb4b90 0000000000000000 0x00000087694ff740: 0000000000000000 00000087694ff8e0 0x00000087694ff750: 0000000000000007 000002712fcb4a10 0x00000087694ff760: 0000000721699364 00000000000039aa 0x00000087694ff770: 0000000721699365 00007ff9907fd6b2 0x00000087694ff780: 000000072d830000 0000000000000001 0x00000087694ff790: 0000000000000008 0000000000000001 0x00000087694ff7a0: 0000000000000024 000002712fcb4a10 0x00000087694ff7b0: 00000000000b6cca 000000072327ed98 0x00000087694ff7c0: 00000270a6cf7dd0 00007ff9907fd268 0x00000087694ff7d0: 0000101c00003945 000002712fcb4a10 0x00000087694ff7e0: 000000072327ed98 000000072327ed98 0x00000087694ff7f0: 00000087694ff860 00007ff9907cf9d4 0x00000087694ff800: 000000072d837fea 00007ff990e546a8 0x00000087694ff810: 00000087619fec00 0000000000000000 0x00000087694ff820: 0000000000000014 00007ff9907f1f47 0x00000087694ff830: 0000000000000000 0000000000000000 Instructions: (pc=0x00007ff9907faebd) 0x00007ff9907fadbd: 41 5e e9 2c 44 e1 ff cc cc cc cc cc cc cc cc cc 0x00007ff9907fadcd: cc cc cc 48 89 6c 24 10 48 89 74 24 18 57 48 83 0x00007ff9907faddd: ec 20 48 8b 32 48 8b fa 48 8b e9 48 85 f6 74 79 0x00007ff9907faded: 48 8b 41 10 4c 8b c6 48 89 5c 24 30 8b 88 90 05 0x00007ff9907fadfd: 00 00 48 8b 80 80 05 00 00 49 d3 e8 42 0f b7 1c 0x00007ff9907fae0d: 40 0f b7 c3 66 c1 e8 08 84 c0 78 0b 48 8b 4d 18 0x00007ff9907fae1d: e8 4e 88 fd ff eb 3d 8b 0d 56 83 88 00 48 8b c6 0x00007ff9907fae2d: 48 33 c7 48 d3 e8 48 85 c0 74 29 4c 8b ce 4c 8b 0x00007ff9907fae3d: c7 0f b7 d3 48 8b cd e8 47 01 00 00 83 7d 20 01 0x00007ff9907fae4d: 74 12 48 8b 4d 18 4c 8b ce 4c 8b c7 0f b7 d3 e8 0x00007ff9907fae5d: df 00 00 00 48 8b 5c 24 30 48 8b 6c 24 38 48 8b 0x00007ff9907fae6d: 74 24 40 48 83 c4 20 5f c3 cc cc cc cc cc cc cc 0x00007ff9907fae7d: cc cc cc 48 89 74 24 18 57 48 83 ec 20 8b 02 48 0x00007ff9907fae8d: 8b fa 48 8b f1 85 c0 0f 84 98 00 00 00 8b 0d 58 0x00007ff9907fae9d: b4 81 00 48 89 5c 24 30 48 89 6c 24 38 8b e8 48 0x00007ff9907faead: 8b 46 10 48 d3 e5 48 03 2d 36 b4 81 00 4c 8b c5 0x00007ff9907faebd: 8b 88 90 05 00 00 48 8b 80 80 05 00 00 49 d3 e8 0x00007ff9907faecd: 42 0f b7 1c 40 0f b7 c3 66 c1 e8 08 84 c0 78 0e 0x00007ff9907faedd: 48 8b 4e 18 48 ff c2 e8 87 87 fd ff eb 3d 8b 0d 0x00007ff9907faeed: 8f 82 88 00 48 8b c5 48 33 c7 48 d3 e8 48 85 c0 0x00007ff9907faefd: 74 29 4c 8b cd 4c 8b c7 0f b7 d3 48 8b ce e8 e0 0x00007ff9907faf0d: 01 00 00 83 7e 20 01 74 12 48 8b 4e 18 4c 8b cd 0x00007ff9907faf1d: 4c 8b c7 0f b7 d3 e8 18 00 00 00 48 8b 5c 24 30 0x00007ff9907faf2d: 48 8b 6c 24 38 48 8b 74 24 40 48 83 c4 20 5f c3 0x00007ff9907faf3d: cc cc cc 84 d2 74 4a 57 48 83 ec 20 48 8b 41 60 0x00007ff9907faf4d: 48 8b f9 48 89 5c 24 30 49 c1 e8 09 48 8b 58 40 0x00007ff9907faf5d: 48 8b 48 38 49 03 d8 48 2b d9 48 39 9f b0 01 00 0x00007ff9907faf6d: 00 74 14 48 8d 14 19 48 8d 4f 18 e8 83 68 00 00 0x00007ff9907faf7d: 48 89 9f b0 01 00 00 48 8b 5c 24 30 48 83 c4 20 0x00007ff9907faf8d: 5f c3 cc 40 56 48 83 ec 20 66 c1 ea 08 49 8b f0 0x00007ff9907faf9d: 80 fa fe 75 4a 48 8b 51 10 8b 8a c0 01 00 00 48 0x00007ff9907fafad: 8b 82 b8 01 00 00 48 d3 e0 8b 0d c4 81 88 00 4c Stack slot to memory mapping: stack at sp + 0 slots: 0x0 is NULL stack at sp + 1 slots: 0x0 is NULL stack at sp + 2 slots: 0x000002712fcb4a10 points into unknown readable memory: 0x00007ff990e56d18 18 6d e5 90 f9 7f 00 00 stack at sp + 3 slots: 0x000002712fcb4a10 points into unknown readable memory: 0x00007ff990e56d18 18 6d e5 90 f9 7f 00 00 stack at sp + 4 slots: 0x0000000722699470 is pointing into object: com.intellij.psi.impl.source.tree.CompositeElement {0x0000000722699450} - klass: 'com/intellij/psi/impl/source/tree/CompositeElement' - ---- fields (total size 7 words): - private volatile 'value' 'Ljava/lang/Object;' @12 a 'com/intellij/util/keyFMap/EmptyFMap'{0x0000000701c003c0} (e0380078) - private volatile 'myStartOffsetInParent' 'I' @16 -1 (ffffffff) - private 'myNextSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @20 NULL (0) - private 'myPrevSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @24 a 'com/intellij/psi/impl/source/tree/PsiWhiteSpaceImpl'{0x0000000722699428} (e44d3285) - private 'myParent' 'Lcom/intellij/psi/impl/source/tree/CompositeElement;' @28 a 'com/intellij/psi/impl/source/tree/CompositeElement'{0x0000000722698f78} (e44d31ef) - private final 'myType' 'Lcom/intellij/psi/tree/IElementType;' @32 a 'com/intellij/lang/javascript/types/TypeScriptSingleTypeElementType'{0x0000000723807588} (e4700eb1) - private volatile 'myCachedLength' 'I' @36 21 (15) - private volatile 'myHC' 'I' @40 -1 (ffffffff) - private 'firstChild' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @44 a 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl'{0x0000000722699488} (e44d3291) - private 'lastChild' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @48 a 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl'{0x0000000722699488} (e44d3291) - private volatile 'myWrapper' 'Lcom/intellij/psi/PsiElement;' @52 a 'com/intellij/lang/javascript/psi/ecma6/impl/TypeScriptSingleTypeImpl'{0x00000007226994f0} (e44d329e) stack at sp + 5 slots: 0x00007ff9907fb5ff jvm.dll stack at sp + 6 slots: 0x00000007226994a8 is pointing into object: com.intellij.lang.javascript.psi.impl.JSReferenceExpressionImpl {0x0000000722699488} - klass: 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl' - ---- fields (total size 8 words): - private volatile 'value' 'Ljava/lang/Object;' @12 a 'com/intellij/util/keyFMap/EmptyFMap'{0x0000000701c003c0} (e0380078) - private volatile 'myStartOffsetInParent' 'I' @16 -1 (ffffffff) - private 'myNextSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @20 NULL (0) - private 'myPrevSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @24 NULL (0) - private 'myParent' 'Lcom/intellij/psi/impl/source/tree/CompositeElement;' @28 a 'com/intellij/psi/impl/source/tree/CompositeElement'{0x0000000722699450} (e44d328a) - private final 'myType' 'Lcom/intellij/psi/tree/IElementType;' @32 a 'com/intellij/lang/javascript/JSElementTypes$25'{0x0000000723805e28} (e4700bc5) - private volatile 'myCachedLength' 'I' @36 21 (15) - private volatile 'myHC' 'I' @40 -1 (ffffffff) - private 'firstChild' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @44 a 'com/intellij/psi/impl/source/tree/LeafPsiElement'{0x00000007226994c8} (e44d3299) - private 'lastChild' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @48 a 'com/intellij/psi/impl/source/tree/LeafPsiElement'{0x00000007226994c8} (e44d3299) - private volatile 'myWrapper' 'Lcom/intellij/psi/PsiElement;' @52 a 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl'{0x0000000722699488} (e44d3291) - private 'myLanguage' 'Lcom/intellij/lang/Language;' @56 NULL (0) stack at sp + 7 slots: 0x0000000731950690 is an oop: com.intellij.psi.impl.source.tree.LeafPsiElement {0x0000000731950690} - klass: 'com/intellij/psi/impl/source/tree/LeafPsiElement' - ---- fields (total size 5 words): - private volatile 'value' 'Ljava/lang/Object;' @12 a 'com/intellij/util/keyFMap/EmptyFMap'{0x0000000701c003c0} (e0380078) - private volatile 'myStartOffsetInParent' 'I' @16 -1 (ffffffff) - private 'myNextSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @20 NULL (0) - private 'myPrevSibling' 'Lcom/intellij/psi/impl/source/tree/TreeElement;' @24 NULL (0) - private 'myParent' 'Lcom/intellij/psi/impl/source/tree/CompositeElement;' @28 a 'com/intellij/lang/javascript/psi/impl/JSReferenceExpressionImpl'{0x0000000731950650} (e632a0ca) - private final 'myType' 'Lcom/intellij/psi/tree/IElementType;' @32 a 'com/intellij/lang/javascript/JSKeywordElementType'{0x000000070c4b4008} (e1896801) - private final 'myText' 'Ljava/lang/CharSequence;' @36 "string"{0x00000007339b8708} (e67370e1) com.intellij.diagnostic.JBRCrash 
submitted by benneandrew to JetBrains_Rider [link] [comments]


2024.04.10 01:00 livia2lima Day 8 - The infamous "grep" and other text processors

INTRO

Your server is now running two services: the sshd (Secure Shell Daemon) service that you use to login; and the Apache2 web server. Both of these services are generating logs as you and others access your server - and these are text files which we can analyse using some simple tools.
Plain text files are a key part of "the Unix way" and there are many small "tools" to allow you to easily edit, sort, search and otherwise manipulate them. Today we’ll use grep, cat, more, less, cut, awk and tail to slice and dice your logs.
The grep command is famous for being extremely powerful and handy, but also because its "nerdy" name is typical of Unix/Linux conventions.

YOUR TASKS TODAY

The output of any command can be "redirected" to a file with the ">" operator. The command: ls -ltr > listing.txt wouldn't list the directory contents to your screen, but instead redirect into the file "listing.txt" (creating that file if it didn't exist, or overwriting the contents if it did).

WHERE'S MY /VALOG/AUTH.LOG?

If you didn't find the file /valog/auth.log you're probably using a minimal version of Ubuntu (it can be your own local VM or a version in one of the VPS). That minimal image is, well... minimal. It only has the systemd journal available and it didn't come with the old syslog system by default.
But don't worry! To get that back, sudo apt install rsyslog and the file will be created. Just give it a few minutes to populate before working on the lesson.
It also be missing a few of the other programs we use in the challenge, but you can always install them.

POSTING YOUR PROGRESS

Re-run the command to list all the IP's that have unsuccessfully tried to login to your server as root - but this time, use the the ">" operator to redirect it to the file: ~/attackers.txt. You might like to share and compare with others doing the course how heavily you're "under attack"!

EXTENSION

RESOURCES

TROUBLESHOOT AND MAKE A SAD SERVER HAPPY!

Practice what you've learned with some challenges at SadServers.com:

PREVIOUS DAY'S LESSON

Some rights reserved. Check the license terms here
submitted by livia2lima to linuxupskillchallenge [link] [comments]


2024.04.09 08:46 classicalboy L2TP/IPSEC for fedora 39 connection failed

this is my log file from journalctl -f I use Network Manger l2tp plugin
Apr 09 13:40:09 fedora pluto[20622]: "32094ddb-7100-4f4a-968c-d85a73c53783" #4: dropping unexpected IKE_SA_INIT message containing NO_PROPOSAL_CHOSEN notification; message payloads: N; missing payloads: SA,KE,Ni
Apr 09 13:40:11 fedora pluto[20622]: "32094ddb-7100-4f4a-968c-d85a73c53783" #4: STATE_V2_PARENT_I1: retransmission; will wait 4 seconds for response
Apr 09 13:40:11 fedora pluto[20622]: "32094ddb-7100-4f4a-968c-d85a73c53783" #4: dropping unexpected IKE_SA_INIT message containing NO_PROPOSAL_CHOSEN notification; message payloads: N; missing payloads: SA,KE,Ni
Apr 09 13:40:15 fedora pluto[20622]: "32094ddb-7100-4f4a-968c-d85a73c53783" #4: STATE_V2_PARENT_I1: retransmission; will wait 8 seconds for response
Apr 09 13:40:15 fedora pluto[20622]: "32094ddb-7100-4f4a-968c-d85a73c53783" #4: dropping unexpected IKE_SA_INIT message containing NO_PROPOSAL_CHOSEN notification; message payloads: N; missing payloads: SA,KE,Ni
Apr 09 13:40:17 fedora pluto[20622]: "32094ddb-7100-4f4a-968c-d85a73c53783": initiating connection '32094ddb-7100-4f4a-968c-d85a73c53783' with serial $1 which received a Delete/Notify but must remain up per local policy
Apr 09 13:40:17 fedora systemd[2494]: Starting tracker-extract-3.service - Tracker metadata extractor...
Apr 09 13:40:17 fedora systemd[2494]: Started tracker-extract-3.service - Tracker metadata extractor.
Apr 09 13:40:23 fedora pluto[20622]: "32094ddb-7100-4f4a-968c-d85a73c53783" #4: STATE_V2_PARENT_I1: retransmission; will wait 16 seconds for response
Apr 09 13:40:23 fedora pluto[20622]: "32094ddb-7100-4f4a-968c-d85a73c53783" #4: dropping unexpected IKE_SA_INIT message containing NO_PROPOSAL_CHOSEN notification; message payloads: N; missing payloads: SA,KE,Ni
Apr 09 13:40:28 fedora NetworkManager[1121]: [1712644828.9166] vpn[0x55b132c863a0,ec0d3d62-1219-4893-b084-d1bc4ccc99d3,"VPN 1"]: starting l2tp
Apr 09 13:40:28 fedora NetworkManager[1121]: [1712644828.9172] audit: op="connection-activate" uuid="ec0d3d62-1219-4893-b084-d1bc4ccc99d3" name="VPN 1" pid=2833 uid=1000 result="success"
Apr 09 13:40:28 fedora nm-l2tp-service[20998]: Check port 1701
Apr 09 13:40:28 fedora NetworkManager[21008]: Redirecting to: systemctl restart ipsec.service
Apr 09 13:40:28 fedora systemd[1]: Stopping ipsec.service - Internet Key Exchange (IKE) Protocol Daemon for IPsec...
Apr 09 13:40:28 fedora pluto[20622]: shutting down
Apr 09 13:40:28 fedora pluto[20622]: Pluto is shutting down
Apr 09 13:40:28 fedora whack[21011]: 002 shutting down
Apr 09 13:40:28 fedora audit[20622]: CRYPTO_IKE_SA pid=20622 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:ipsec_t:s0 msg='op=start direction=initiator conn-name="32094ddb-7100-4f4a-968c-d85a73c53783" connstate=4 ike-version=2.0 auth=PRESHARED_KEY cipher=none ksize=0 integ=none prf=none pfs=MODP2048 raddr=35.243.84.167 exe="/uslibexec/ipsec/pluto" hostname=? addr=192.168.1.13 terminal=? res=failed'
Apr 09 13:40:28 fedora pluto[20622]: "32094ddb-7100-4f4a-968c-d85a73c53783" #4: deleting state (STATE_V2_PARENT_I1) aged 21.447533s and NOT sending notification
Apr 09 13:40:28 fedora pluto[20622]: forgetting secrets
Apr 09 13:40:28 fedora pluto[20622]: shutting down interface wlp0s20f3 [2402:800:61cb:a36d:e725:eaa1:9287:aff1]:4500
Apr 09 13:40:28 fedora pluto[20622]: shutting down interface wlp0s20f3 [2402:800:61cb:a36d:e725:eaa1:9287:aff1]:500
Apr 09 13:40:28 fedora pluto[20622]: shutting down interface lo [::1]:4500
Apr 09 13:40:28 fedora pluto[20622]: shutting down interface lo [::1]:500
Apr 09 13:40:28 fedora pluto[20622]: shutting down interface lo 127.0.0.1:4500
Apr 09 13:40:28 fedora pluto[20622]: shutting down interface lo 127.0.0.1:500
Apr 09 13:40:28 fedora pluto[20622]: shutting down interface wlp0s20f3 192.168.1.13:4500
Apr 09 13:40:28 fedora pluto[20622]: shutting down interface wlp0s20f3 192.168.1.13:500
Apr 09 13:40:28 fedora pluto[20622]: shutting down interface docker0 172.17.0.1:4500
Apr 09 13:40:28 fedora pluto[20622]: shutting down interface docker0 172.17.0.1:500
Apr 09 13:40:28 fedora pluto[20622]: leak detective found no leaks
Apr 09 13:40:28 fedora audit: MAC_IPSEC_EVENT op=SPD-delete auid=4294967295 ses=4294967295 subj=system_u:system_r:ifconfig_t:s0 res=1 src=0000:0000:0000:0000:0000:0000:0000:0000 src_prefixlen=0 dst=0000:0000:0000:0000:0000:0000:0000:0000 dst_prefixlen=0
Apr 09 13:40:28 fedora audit: MAC_IPSEC_EVENT op=SPD-delete auid=4294967295 ses=4294967295 subj=system_u:system_r:ifconfig_t:s0 res=1 src=0000:0000:0000:0000:0000:0000:0000:0000 src_prefixlen=0 dst=0000:0000:0000:0000:0000:0000:0000:0000 dst_prefixlen=0
Apr 09 13:40:28 fedora audit: MAC_IPSEC_EVENT op=SPD-delete auid=4294967295 ses=4294967295 subj=system_u:system_r:ifconfig_t:s0 res=1 src=0000:0000:0000:0000:0000:0000:0000:0000 src_prefixlen=0 dst=0000:0000:0000:0000:0000:0000:0000:0000 dst_prefixlen=0
Apr 09 13:40:28 fedora audit: MAC_IPSEC_EVENT op=SPD-delete auid=4294967295 ses=4294967295 subj=system_u:system_r:ifconfig_t:s0 res=1 src=0000:0000:0000:0000:0000:0000:0000:0000 src_prefixlen=0 dst=0000:0000:0000:0000:0000:0000:0000:0000 dst_prefixlen=0
Apr 09 13:40:28 fedora audit: MAC_IPSEC_EVENT op=SPD-delete auid=4294967295 ses=4294967295 subj=system_u:system_r:ifconfig_t:s0 res=1 src=0000:0000:0000:0000:0000:0000:0000:0000 src_prefixlen=0 dst=0000:0000:0000:0000:0000:0000:0000:0000 dst_prefixlen=0
Apr 09 13:40:28 fedora audit: MAC_IPSEC_EVENT op=SPD-delete auid=4294967295 ses=4294967295 subj=system_u:system_r:ifconfig_t:s0 res=1 src=0000:0000:0000:0000:0000:0000:0000:0000 src_prefixlen=0 dst=0000:0000:0000:0000:0000:0000:0000:0000 dst_prefixlen=0
Apr 09 13:40:28 fedora systemd[1]: ipsec.service: Deactivated successfully.
Apr 09 13:40:28 fedora systemd[1]: Stopped ipsec.service - Internet Key Exchange (IKE) Protocol Daemon for IPsec.
Apr 09 13:40:28 fedora audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=ipsec comm="systemd" exe="/uslib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 09 13:40:28 fedora systemd[1]: Starting ipsec.service - Internet Key Exchange (IKE) Protocol Daemon for IPsec...
Apr 09 13:40:29 fedora ipsec[21263]: nflog ipsec capture disabled
Apr 09 13:40:29 fedora pluto[21275]: Initializing NSS using read-write database "sql:/valib/ipsec/nss"
Apr 09 13:40:29 fedora pluto[21275]: FIPS Mode: NO
Apr 09 13:40:29 fedora pluto[21275]: NSS crypto library initialized
Apr 09 13:40:29 fedora pluto[21275]: FIPS mode disabled for pluto daemon
Apr 09 13:40:29 fedora pluto[21275]: FIPS HMAC integrity support [disabled]
Apr 09 13:40:29 fedora pluto[21275]: libcap-ng support [enabled]
Apr 09 13:40:29 fedora pluto[21275]: Linux audit support [enabled]
Apr 09 13:40:29 fedora pluto[21275]: Linux audit activated
Apr 09 13:40:29 fedora pluto[21275]: Starting Pluto (Libreswan Version 4.14 IKEv2 IKEv1 XFRM XFRMI esp-hw-offload FORK PTHREAD_SETSCHEDPRIO GCC_EXCEPTIONS NSS (IPsec profile) (NSS-KDF) DNSSEC SYSTEMD_WATCHDOG LABELED_IPSEC (SELINUX) SECCOMP LIBCAP_NG LINUX_AUDIT AUTH_PAM NETWORKMANAGER CURL(non-NSS) LDAP(non-NSS)) pid:21275
Apr 09 13:40:29 fedora pluto[21275]: core dump dir: /run/pluto
Apr 09 13:40:29 fedora pluto[21275]: secrets file: /etc/ipsec.secrets
Apr 09 13:40:29 fedora pluto[21275]: leak-detective enabled
Apr 09 13:40:29 fedora pluto[21275]: NSS crypto [enabled]
Apr 09 13:40:29 fedora pluto[21275]: XAUTH PAM support [enabled]
Apr 09 13:40:29 fedora pluto[21275]: initializing libevent in pthreads mode: headers: 2.1.12-stable (2010c00); library: 2.1.12-stable (2010c00)
Apr 09 13:40:29 fedora pluto[21275]: NAT-Traversal support [enabled]
Apr 09 13:40:29 fedora pluto[21275]: Encryption algorithms:
Apr 09 13:40:29 fedora pluto[21275]: AES_CCM_16 {256,192,*128} IKEv1: ESP IKEv2: ESP FIPS aes_ccm, aes_ccm_c
Apr 09 13:40:29 fedora pluto[21275]: AES_CCM_12 {256,192,*128} IKEv1: ESP IKEv2: ESP FIPS aes_ccm_b
Apr 09 13:40:29 fedora pluto[21275]: AES_CCM_8 {256,192,*128} IKEv1: ESP IKEv2: ESP FIPS aes_ccm_a
Apr 09 13:40:29 fedora pluto[21275]: 3DES_CBC [*192] IKEv1: IKE ESP IKEv2: IKE ESP FIPS NSS(CBC) 3des
Apr 09 13:40:29 fedora pluto[21275]: CAMELLIA_CTR {256,192,*128} IKEv1: ESP IKEv2: ESP
Apr 09 13:40:29 fedora pluto[21275]: CAMELLIA_CBC {256,192,*128} IKEv1: IKE ESP IKEv2: IKE ESP NSS(CBC) camellia
Apr 09 13:40:29 fedora pluto[21275]: AES_GCM_16 {256,192,*128} IKEv1: ESP IKEv2: IKE ESP FIPS NSS(GCM) aes_gcm, aes_gcm_c
Apr 09 13:40:29 fedora pluto[21275]: AES_GCM_12 {256,192,*128} IKEv1: ESP IKEv2: IKE ESP FIPS NSS(GCM) aes_gcm_b
Apr 09 13:40:29 fedora pluto[21275]: AES_GCM_8 {256,192,*128} IKEv1: ESP IKEv2: IKE ESP FIPS NSS(GCM) aes_gcm_a
Apr 09 13:40:29 fedora pluto[21275]: AES_CTR {256,192,*128} IKEv1: IKE ESP IKEv2: IKE ESP FIPS NSS(CTR) aesctr
Apr 09 13:40:29 fedora pluto[21275]: AES_CBC {256,192,*128} IKEv1: IKE ESP IKEv2: IKE ESP FIPS NSS(CBC) aes
Apr 09 13:40:29 fedora pluto[21275]: NULL_AUTH_AES_GMAC {256,192,*128} IKEv1: ESP IKEv2: ESP FIPS aes_gmac
Apr 09 13:40:29 fedora pluto[21275]: NULL [] IKEv1: ESP IKEv2: ESP
Apr 09 13:40:29 fedora pluto[21275]: CHACHA20_POLY1305 [*256] IKEv1: IKEv2: IKE ESP NSS(AEAD) chacha20poly1305
Apr 09 13:40:29 fedora pluto[21275]: Hash algorithms:
Apr 09 13:40:29 fedora pluto[21275]: MD5 IKEv1: IKE IKEv2: NSS
Apr 09 13:40:29 fedora pluto[21275]: SHA1 IKEv1: IKE IKEv2: IKE FIPS NSS sha
Apr 09 13:40:29 fedora pluto[21275]: SHA2_256 IKEv1: IKE IKEv2: IKE FIPS NSS sha2, sha256
Apr 09 13:40:29 fedora pluto[21275]: SHA2_384 IKEv1: IKE IKEv2: IKE FIPS NSS sha384
Apr 09 13:40:29 fedora pluto[21275]: SHA2_512 IKEv1: IKE IKEv2: IKE FIPS NSS sha512
Apr 09 13:40:29 fedora pluto[21275]: IDENTITY IKEv1: IKEv2: FIPS
Apr 09 13:40:29 fedora pluto[21275]: PRF algorithms:
Apr 09 13:40:29 fedora pluto[21275]: HMAC_MD5 IKEv1: IKE IKEv2: IKE native(HMAC) md5
Apr 09 13:40:29 fedora pluto[21275]: HMAC_SHA1 IKEv1: IKE IKEv2: IKE FIPS NSS sha, sha1
Apr 09 13:40:29 fedora pluto[21275]: HMAC_SHA2_256 IKEv1: IKE IKEv2: IKE FIPS NSS sha2, sha256, sha2_256
Apr 09 13:40:29 fedora pluto[21275]: HMAC_SHA2_384 IKEv1: IKE IKEv2: IKE FIPS NSS sha384, sha2_384
Apr 09 13:40:29 fedora pluto[21275]: HMAC_SHA2_512 IKEv1: IKE IKEv2: IKE FIPS NSS sha512, sha2_512
Apr 09 13:40:29 fedora pluto[21275]: AES_XCBC IKEv1: IKEv2: IKE native(XCBC) aes128_xcbc
Apr 09 13:40:29 fedora pluto[21275]: Integrity algorithms:
Apr 09 13:40:29 fedora pluto[21275]: HMAC_MD5_96 IKEv1: IKE ESP AH IKEv2: IKE ESP AH native(HMAC) md5, hmac_md5
Apr 09 13:40:29 fedora pluto[21275]: HMAC_SHA1_96 IKEv1: IKE ESP AH IKEv2: IKE ESP AH FIPS NSS sha, sha1, sha1_96, hmac_sha1
Apr 09 13:40:29 fedora pluto[21275]: HMAC_SHA2_512_256 IKEv1: IKE ESP AH IKEv2: IKE ESP AH FIPS NSS sha512, sha2_512, sha2_512_256, hmac_sha2_512
Apr 09 13:40:29 fedora pluto[21275]: HMAC_SHA2_384_192 IKEv1: IKE ESP AH IKEv2: IKE ESP AH FIPS NSS sha384, sha2_384, sha2_384_192, hmac_sha2_384
Apr 09 13:40:29 fedora pluto[21275]: HMAC_SHA2_256_128 IKEv1: IKE ESP AH IKEv2: IKE ESP AH FIPS NSS sha2, sha256, sha2_256, sha2_256_128, hmac_sha2_256
Apr 09 13:40:29 fedora pluto[21275]: HMAC_SHA2_256_TRUNCBUG IKEv1: ESP AH IKEv2: AH
Apr 09 13:40:29 fedora pluto[21275]: AES_XCBC_96 IKEv1: ESP AH IKEv2: IKE ESP AH native(XCBC) aes_xcbc, aes128_xcbc, aes128_xcbc_96
Apr 09 13:40:29 fedora pluto[21275]: AES_CMAC_96 IKEv1: ESP AH IKEv2: ESP AH FIPS aes_cmac
Apr 09 13:40:29 fedora pluto[21275]: NONE IKEv1: ESP IKEv2: IKE ESP FIPS null
Apr 09 13:40:29 fedora pluto[21275]: DH algorithms:
Apr 09 13:40:29 fedora pluto[21275]: NONE IKEv1: IKEv2: IKE ESP AH FIPS NSS(MODP) null, dh0
Apr 09 13:40:29 fedora pluto[21275]: MODP1536 IKEv1: IKE ESP AH IKEv2: IKE ESP AH NSS(MODP) dh5
Apr 09 13:40:29 fedora pluto[21275]: MODP2048 IKEv1: IKE ESP AH IKEv2: IKE ESP AH FIPS NSS(MODP) dh14
Apr 09 13:40:29 fedora pluto[21275]: MODP3072 IKEv1: IKE ESP AH IKEv2: IKE ESP AH FIPS NSS(MODP) dh15
Apr 09 13:40:29 fedora pluto[21275]: MODP4096 IKEv1: IKE ESP AH IKEv2: IKE ESP AH FIPS NSS(MODP) dh16
Apr 09 13:40:29 fedora pluto[21275]: MODP6144 IKEv1: IKE ESP AH IKEv2: IKE ESP AH FIPS NSS(MODP) dh17
Apr 09 13:40:29 fedora pluto[21275]: MODP8192 IKEv1: IKE ESP AH IKEv2: IKE ESP AH FIPS NSS(MODP) dh18
Apr 09 13:40:29 fedora pluto[21275]: DH19 IKEv1: IKE IKEv2: IKE ESP AH FIPS NSS(ECP) ecp_256, ecp256
Apr 09 13:40:29 fedora pluto[21275]: DH20 IKEv1: IKE IKEv2: IKE ESP AH FIPS NSS(ECP) ecp_384, ecp384
Apr 09 13:40:29 fedora pluto[21275]: DH21 IKEv1: IKE IKEv2: IKE ESP AH FIPS NSS(ECP) ecp_521, ecp521
Apr 09 13:40:29 fedora pluto[21275]: DH31 IKEv1: IKE IKEv2: IKE ESP AH NSS(ECP) curve25519
Apr 09 13:40:29 fedora pluto[21275]: IPCOMP algorithms:
Apr 09 13:40:29 fedora pluto[21275]: DEFLATE IKEv1: ESP AH IKEv2: ESP AH FIPS
Apr 09 13:40:29 fedora pluto[21275]: LZS IKEv1: IKEv2: ESP AH FIPS
Apr 09 13:40:29 fedora pluto[21275]: LZJH IKEv1: IKEv2: ESP AH FIPS
Apr 09 13:40:29 fedora pluto[21275]: testing CAMELLIA_CBC:
Apr 09 13:40:29 fedora pluto[21275]: Camellia: 16 bytes with 128-bit key
Apr 09 13:40:29 fedora pluto[21275]: Camellia: 16 bytes with 128-bit key
Apr 09 13:40:29 fedora pluto[21275]: Camellia: 16 bytes with 256-bit key
Apr 09 13:40:29 fedora pluto[21275]: Camellia: 16 bytes with 256-bit key
Apr 09 13:40:29 fedora pluto[21275]: testing AES_GCM_16:
Apr 09 13:40:29 fedora pluto[21275]: empty string
Apr 09 13:40:29 fedora pluto[21275]: one block
Apr 09 13:40:29 fedora pluto[21275]: two blocks
Apr 09 13:40:29 fedora pluto[21275]: two blocks with associated data
Apr 09 13:40:29 fedora pluto[21275]: testing AES_CTR:
Apr 09 13:40:29 fedora pluto[21275]: Encrypting 16 octets using AES-CTR with 128-bit key
Apr 09 13:40:29 fedora pluto[21275]: Encrypting 32 octets using AES-CTR with 128-bit key
Apr 09 13:40:29 fedora pluto[21275]: Encrypting 36 octets using AES-CTR with 128-bit key
Apr 09 13:40:29 fedora pluto[21275]: Encrypting 16 octets using AES-CTR with 192-bit key
Apr 09 13:40:29 fedora pluto[21275]: Encrypting 32 octets using AES-CTR with 192-bit key
Apr 09 13:40:29 fedora pluto[21275]: Encrypting 36 octets using AES-CTR with 192-bit key
Apr 09 13:40:29 fedora pluto[21275]: Encrypting 16 octets using AES-CTR with 256-bit key
Apr 09 13:40:29 fedora pluto[21275]: Encrypting 32 octets using AES-CTR with 256-bit key
Apr 09 13:40:29 fedora pluto[21275]: Encrypting 36 octets using AES-CTR with 256-bit key
Apr 09 13:40:29 fedora pluto[21275]: testing AES_CBC:
Apr 09 13:40:29 fedora pluto[21275]: Encrypting 16 bytes (1 block) using AES-CBC with 128-bit key
Apr 09 13:40:29 fedora pluto[21275]: Encrypting 32 bytes (2 blocks) using AES-CBC with 128-bit key
Apr 09 13:40:29 fedora pluto[21275]: Encrypting 48 bytes (3 blocks) using AES-CBC with 128-bit key
Apr 09 13:40:29 fedora pluto[21275]: Encrypting 64 bytes (4 blocks) using AES-CBC with 128-bit key
Apr 09 13:40:29 fedora pluto[21275]: testing AES_XCBC:
Apr 09 13:40:29 fedora pluto[21275]: RFC 3566 Test Case 1: AES-XCBC-MAC-96 with 0-byte input
Apr 09 13:40:29 fedora pluto[21275]: RFC 3566 Test Case 2: AES-XCBC-MAC-96 with 3-byte input
Apr 09 13:40:29 fedora pluto[21275]: RFC 3566 Test Case 3: AES-XCBC-MAC-96 with 16-byte input
Apr 09 13:40:29 fedora pluto[21275]: RFC 3566 Test Case 4: AES-XCBC-MAC-96 with 20-byte input
Apr 09 13:40:29 fedora pluto[21275]: RFC 3566 Test Case 5: AES-XCBC-MAC-96 with 32-byte input
Apr 09 13:40:29 fedora pluto[21275]: RFC 3566 Test Case 6: AES-XCBC-MAC-96 with 34-byte input
Apr 09 13:40:29 fedora pluto[21275]: RFC 3566 Test Case 7: AES-XCBC-MAC-96 with 1000-byte input
Apr 09 13:40:29 fedora pluto[21275]: RFC 4434 Test Case AES-XCBC-PRF-128 with 20-byte input (key length 16)
Apr 09 13:40:29 fedora pluto[21275]: RFC 4434 Test Case AES-XCBC-PRF-128 with 20-byte input (key length 10)
Apr 09 13:40:29 fedora pluto[21275]: RFC 4434 Test Case AES-XCBC-PRF-128 with 20-byte input (key length 18)
Apr 09 13:40:29 fedora pluto[21275]: testing HMAC_MD5:
Apr 09 13:40:29 fedora pluto[21275]: RFC 2104: MD5_HMAC test 1
Apr 09 13:40:29 fedora pluto[21275]: RFC 2104: MD5_HMAC test 2
Apr 09 13:40:29 fedora pluto[21275]: RFC 2104: MD5_HMAC test 3
Apr 09 13:40:29 fedora pluto[21275]: testing HMAC_SHA1:
Apr 09 13:40:29 fedora pluto[21275]: CAVP: IKEv2 key derivation with HMAC-SHA1
Apr 09 13:40:29 fedora pluto[21275]: 8 CPU cores online
Apr 09 13:40:29 fedora pluto[21275]: starting up 7 helper threads
Apr 09 13:40:29 fedora pluto[21275]: started thread for helper 0
Apr 09 13:40:29 fedora pluto[21275]: helper(1) seccomp security disabled for crypto helper 1
Apr 09 13:40:29 fedora pluto[21275]: started thread for helper 1
Apr 09 13:40:29 fedora pluto[21275]: started thread for helper 2
Apr 09 13:40:29 fedora pluto[21275]: helper(3) seccomp security disabled for crypto helper 3
Apr 09 13:40:29 fedora pluto[21275]: helper(2) seccomp security disabled for crypto helper 2
Apr 09 13:40:29 fedora pluto[21275]: helper(4) seccomp security disabled for crypto helper 4
Apr 09 13:40:29 fedora pluto[21275]: started thread for helper 3
Apr 09 13:40:29 fedora pluto[21275]: started thread for helper 4
Apr 09 13:40:29 fedora pluto[21275]: helper(5) seccomp security disabled for crypto helper 5
Apr 09 13:40:29 fedora pluto[21275]: started thread for helper 5
Apr 09 13:40:29 fedora pluto[21275]: helper(6) seccomp security disabled for crypto helper 6
Apr 09 13:40:29 fedora pluto[21275]: started thread for helper 6
Apr 09 13:40:29 fedora pluto[21275]: using Linux xfrm kernel support code on #1 SMP PREEMPT_DYNAMIC Thu Apr 4 20:45:21 UTC 2024
Apr 09 13:40:29 fedora pluto[21275]: helper(7) seccomp security disabled for crypto helper 7
Apr 09 13:40:29 fedora audit: MAC_IPSEC_EVENT op=SPD-add auid=4294967295 ses=4294967295 subj=system_u:system_r:ipsec_t:s0 res=1 src=0000:0000:0000:0000:0000:0000:0000:0000 src_prefixlen=0 dst=0000:0000:0000:0000:0000:0000:0000:0000 dst_prefixlen=0
Apr 09 13:40:29 fedora audit: MAC_IPSEC_EVENT op=SPD-add auid=4294967295 ses=4294967295 subj=system_u:system_r:ipsec_t:s0 res=1 src=0000:0000:0000:0000:0000:0000:0000:0000 src_prefixlen=0 dst=0000:0000:0000:0000:0000:0000:0000:0000 dst_prefixlen=0
Apr 09 13:40:29 fedora audit: MAC_IPSEC_EVENT op=SPD-add auid=4294967295 ses=4294967295 subj=system_u:system_r:ipsec_t:s0 res=1 src=0000:0000:0000:0000:0000:0000:0000:0000 src_prefixlen=0 dst=0000:0000:0000:0000:0000:0000:0000:0000 dst_prefixlen=0
Apr 09 13:40:29 fedora audit: MAC_IPSEC_EVENT op=SPD-add auid=4294967295 ses=4294967295 subj=system_u:system_r:ipsec_t:s0 res=1 src=0000:0000:0000:0000:0000:0000:0000:0000 src_prefixlen=0 dst=0000:0000:0000:0000:0000:0000:0000:0000 dst_prefixlen=0
Apr 09 13:40:29 fedora audit: MAC_IPSEC_EVENT op=SPD-add auid=4294967295 ses=4294967295 subj=system_u:system_r:ipsec_t:s0 res=1 src=0000:0000:0000:0000:0000:0000:0000:0000 src_prefixlen=0 dst=0000:0000:0000:0000:0000:0000:0000:0000 dst_prefixlen=0
Apr 09 13:40:29 fedora audit: MAC_IPSEC_EVENT op=SPD-add auid=4294967295 ses=4294967295 subj=system_u:system_r:ipsec_t:s0 res=1 src=0000:0000:0000:0000:0000:0000:0000:0000 src_prefixlen=0 dst=0000:0000:0000:0000:0000:0000:0000:0000 dst_prefixlen=0
Apr 09 13:40:29 fedora pluto[21275]: SELinux support is enabled in PERMISSIVE mode.
Apr 09 13:40:29 fedora pluto[21275]: systemd watchdog for ipsec service configured with timeout of 200000000 usecs
Apr 09 13:40:29 fedora pluto[21275]: watchdog: sending probes every 100 secs
Apr 09 13:40:29 fedora systemd[1]: Started ipsec.service - Internet Key Exchange (IKE) Protocol Daemon for IPsec.
Apr 09 13:40:29 fedora audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=ipsec comm="systemd" exe="/uslib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 09 13:40:29 fedora pluto[21275]: seccomp security disabled
Apr 09 13:40:29 fedora pluto[21275]: listening for IKE messages
Apr 09 13:40:29 fedora pluto[21275]: Kernel supports NIC esp-hw-offload
Apr 09 13:40:29 fedora pluto[21275]: adding UDP interface docker0 172.17.0.1:500
Apr 09 13:40:29 fedora pluto[21275]: adding UDP interface docker0 172.17.0.1:4500
Apr 09 13:40:29 fedora pluto[21275]: adding UDP interface wlp0s20f3 192.168.1.13:500
Apr 09 13:40:29 fedora pluto[21275]: adding UDP interface wlp0s20f3 192.168.1.13:4500
Apr 09 13:40:29 fedora pluto[21275]: adding UDP interface lo 127.0.0.1:500
Apr 09 13:40:29 fedora pluto[21275]: adding UDP interface lo 127.0.0.1:4500
Apr 09 13:40:29 fedora pluto[21275]: adding UDP interface lo [::1]:500
Apr 09 13:40:29 fedora pluto[21275]: adding UDP interface lo [::1]:4500
Apr 09 13:40:29 fedora pluto[21275]: adding UDP interface wlp0s20f3 [2402:800:61cb:a36d:e725:eaa1:9287:aff1]:500
Apr 09 13:40:29 fedora pluto[21275]: adding UDP interface wlp0s20f3 [2402:800:61cb:a36d:e725:eaa1:9287:aff1]:4500
Apr 09 13:40:29 fedora pluto[21275]: loading secrets from "/etc/ipsec.secrets"
Apr 09 13:40:29 fedora pluto[21275]: loading secrets from "/etc/ipsec.d/ipsec.nm-l2tp.secrets"
Apr 09 13:40:29 fedora pluto[21275]: listening for IKE messages
Apr 09 13:40:29 fedora NetworkManager[21288]: 002 listening for IKE messages
Apr 09 13:40:29 fedora NetworkManager[21288]: 002 forgetting secrets
Apr 09 13:40:29 fedora NetworkManager[21288]: 002 loading secrets from "/etc/ipsec.secrets"
Apr 09 13:40:29 fedora pluto[21275]: forgetting secrets
Apr 09 13:40:29 fedora NetworkManager[21288]: 002 loading secrets from "/etc/ipsec.d/ipsec.nm-l2tp.secrets"
Apr 09 13:40:29 fedora pluto[21275]: loading secrets from "/etc/ipsec.secrets"
Apr 09 13:40:29 fedora pluto[21275]: loading secrets from "/etc/ipsec.d/ipsec.nm-l2tp.secrets"
Apr 09 13:40:29 fedora NetworkManager[21292]: debugging mode enabled
Apr 09 13:40:29 fedora NetworkManager[21292]: end of file /run/nm-l2tp-ec0d3d62-1219-4893-b084-d1bc4ccc99d3/ipsec.conf
Apr 09 13:40:29 fedora NetworkManager[21292]: Loading conn ec0d3d62-1219-4893-b084-d1bc4ccc99d3
Apr 09 13:40:29 fedora NetworkManager[21292]: starter: left is KH_DEFAULTROUTE
Apr 09 13:40:29 fedora NetworkManager[21292]: conn: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" modecfgdns=
Apr 09 13:40:29 fedora NetworkManager[21292]: conn: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" modecfgdomains=
Apr 09 13:40:29 fedora NetworkManager[21292]: conn: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" modecfgbanner=
Apr 09 13:40:29 fedora NetworkManager[21292]: conn: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" mark=
Apr 09 13:40:29 fedora NetworkManager[21292]: conn: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" mark-in=
Apr 09 13:40:29 fedora NetworkManager[21292]: conn: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" mark-out=
Apr 09 13:40:29 fedora NetworkManager[21292]: conn: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" vti_iface=
Apr 09 13:40:29 fedora NetworkManager[21292]: conn: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" redirect-to=
Apr 09 13:40:29 fedora NetworkManager[21292]: conn: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" accept-redirect-to=
Apr 09 13:40:29 fedora NetworkManager[21292]: conn: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" esp=aes256-sha1,aes128-sha1,3des-sha1
Apr 09 13:40:29 fedora NetworkManager[21292]: conn: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" ike=aes256-sha2_256-modp2048,aes256-sha2_256-modp1536,aes256-sha1-modp2048,aes256-sha1-modp1536,aes256-sha1-ecp_384,aes128-sha1-ecp_256,3des-sha1-modp2048
Apr 09 13:40:29 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3": added IKEv1 connection
Apr 09 13:40:29 fedora NetworkManager[21292]: opening file: /run/nm-l2tp-ec0d3d62-1219-4893-b084-d1bc4ccc99d3/ipsec.conf
Apr 09 13:40:29 fedora NetworkManager[21292]: loading named conns: ec0d3d62-1219-4893-b084-d1bc4ccc99d3
Apr 09 13:40:29 fedora NetworkManager[21292]: resolving family=IPv4 src= gateway= peer 35.243.84.167
Apr 09 13:40:29 fedora NetworkManager[21292]: seeking GATEWAY
Apr 09 13:40:29 fedora NetworkManager[21292]: query GETROUTE+REQUEST+ROOT+MATCH
Apr 09 13:40:29 fedora NetworkManager[21292]: add RTA_DST 35.243.84.167 (peer->addr)
Apr 09 13:40:29 fedora NetworkManager[21292]: query returned 852 bytes
Apr 09 13:40:29 fedora NetworkManager[21292]: processing response
Apr 09 13:40:29 fedora NetworkManager[21292]: parsing route entry (RTA payloads)
Apr 09 13:40:29 fedora NetworkManager[21292]: RTA_TABLE=254
Apr 09 13:40:29 fedora NetworkManager[21292]: RTA_PRIORITY=600
Apr 09 13:40:29 fedora NetworkManager[21292]: RTA_PREFSRC=192.168.1.13
Apr 09 13:40:29 fedora NetworkManager[21292]: RTA_GATEWAY=192.168.1.1
Apr 09 13:40:29 fedora NetworkManager[21292]: using src= prefsrc=192.168.1.13 gateway=192.168.1.1 dst= dev='wlp0s20f3' priority=600 pref=-1 table=254
Apr 09 13:40:29 fedora NetworkManager[21292]: found gateway(host_nexthop): 192.168.1.1
Apr 09 13:40:29 fedora NetworkManager[21292]: please-call-again: src= gateway=192.168.1.1
Apr 09 13:40:29 fedora NetworkManager[21292]: resolving family=IPv4 src= gateway=192.168.1.1 peer 35.243.84.167
Apr 09 13:40:29 fedora NetworkManager[21292]: seeking PREFSRC
Apr 09 13:40:29 fedora NetworkManager[21292]: query GETROUTE+REQUEST
Apr 09 13:40:29 fedora NetworkManager[21292]: add RTA_DST 192.168.1.1 (host->nexthop)
Apr 09 13:40:29 fedora NetworkManager[21292]: query returned 104 bytes
Apr 09 13:40:29 fedora NetworkManager[21292]: processing response
Apr 09 13:40:29 fedora NetworkManager[21292]: parsing route entry (RTA payloads)
Apr 09 13:40:29 fedora NetworkManager[21292]: RTA_TABLE=254
Apr 09 13:40:29 fedora NetworkManager[21292]: RTA_DST=192.168.1.1
Apr 09 13:40:29 fedora NetworkManager[21292]: RTA_PREFSRC=192.168.1.13
Apr 09 13:40:29 fedora NetworkManager[21292]: using src= prefsrc=192.168.1.13 gateway= dst=192.168.1.1 dev='wlp0s20f3' priority=-1 pref=-1 table=254 +cacheinfo +uid
Apr 09 13:40:29 fedora NetworkManager[21292]: found prefsrc(host_addr): 192.168.1.13
Apr 09 13:40:29 fedora NetworkManager[21292]: success: src=192.168.1.13 gateway=192.168.1.1
Apr 09 13:40:29 fedora NetworkManager[21292]: resolving family=IPv4 src=35.243.84.167 gateway= peer 192.168.1.13
Apr 09 13:40:29 fedora NetworkManager[21292]: seeking NOTHING
Apr 09 13:40:29 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: initiating IKEv1 Main Mode connection
Apr 09 13:40:29 fedora NetworkManager[21294]: 002 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: initiating IKEv1 Main Mode connection
Apr 09 13:40:29 fedora NetworkManager[21294]: 102 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: sent Main Mode request
Apr 09 13:40:29 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: sent Main Mode request
Apr 09 13:40:29 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: WARNING: connection ec0d3d62-1219-4893-b084-d1bc4ccc99d3 PSK length of 9 bytes is too short for HMAC_SHA2_256 PRF in FIPS mode (16 bytes required)
Apr 09 13:40:29 fedora NetworkManager[21294]: 002 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: WARNING: connection ec0d3d62-1219-4893-b084-d1bc4ccc99d3 PSK length of 9 bytes is too short for HMAC_SHA2_256 PRF in FIPS mode (16 bytes required)
Apr 09 13:40:29 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: sent Main Mode I2
Apr 09 13:40:29 fedora NetworkManager[21294]: 104 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: sent Main Mode I2
Apr 09 13:40:29 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: sent Main Mode I3
Apr 09 13:40:29 fedora NetworkManager[21294]: 106 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: sent Main Mode I3
Apr 09 13:40:29 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: Peer ID is ID_IPV4_ADDR: '35.213.64.129'
Apr 09 13:40:29 fedora audit[21275]: CRYPTO_IKE_SA pid=21275 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:ipsec_t:s0 msg='op=start direction=initiator conn-name="ec0d3d62-1219-4893-b084-d1bc4ccc99d3" connstate=1 ike-version=1 auth=PRESHARED_KEY cipher=aes ksize=256 integ=sha256 prf=sha256 pfs=MODP2048 raddr=35.243.84.167 exe="/uslibexec/ipsec/pluto" hostname=? addr=192.168.1.13 terminal=? res=failed'
Apr 09 13:40:29 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: Peer ID '35.213.64.129' mismatched on first found connection and no better connection found
Apr 09 13:40:29 fedora NetworkManager[21294]: 002 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: Peer ID is ID_IPV4_ADDR: '35.213.64.129'
Apr 09 13:40:29 fedora NetworkManager[21294]: 003 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: Peer ID '35.213.64.129' mismatched on first found connection and no better connection found
Apr 09 13:40:29 fedora NetworkManager[21294]: 218 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: sending encrypted notification INVALID_ID_INFORMATION to 35.243.84.167:4500
Apr 09 13:40:29 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: sending encrypted notification INVALID_ID_INFORMATION to 35.243.84.167:4500
Apr 09 13:40:30 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: STATE_MAIN_I3: retransmission; will wait 0.5 seconds for response
Apr 09 13:40:30 fedora NetworkManager[21294]: 010 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: STATE_MAIN_I3: retransmission; will wait 0.5 seconds for response
Apr 09 13:40:30 fedora audit[21275]: CRYPTO_IKE_SA pid=21275 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:ipsec_t:s0 msg='op=start direction=initiator conn-name="ec0d3d62-1219-4893-b084-d1bc4ccc99d3" connstate=1 ike-version=1 auth=PRESHARED_KEY cipher=aes ksize=256 integ=sha256 prf=sha256 pfs=MODP2048 raddr=35.243.84.167 exe="/uslibexec/ipsec/pluto" hostname=? addr=192.168.1.13 terminal=? res=failed'
Apr 09 13:40:30 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: Peer ID is ID_IPV4_ADDR: '35.213.64.129'
Apr 09 13:40:30 fedora NetworkManager[21294]: 002 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: Peer ID is ID_IPV4_ADDR: '35.213.64.129'
Apr 09 13:40:30 fedora NetworkManager[21294]: 003 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: Peer ID '35.213.64.129' mismatched on first found connection and no better connection found
Apr 09 13:40:30 fedora NetworkManager[21294]: 218 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: sending encrypted notification INVALID_ID_INFORMATION to 35.243.84.167:4500
Apr 09 13:40:30 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: Peer ID '35.213.64.129' mismatched on first found connection and no better connection found
Apr 09 13:40:30 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: sending encrypted notification INVALID_ID_INFORMATION to 35.243.84.167:4500
Apr 09 13:40:30 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: STATE_MAIN_I3: retransmission; will wait 1 seconds for response
Apr 09 13:40:30 fedora NetworkManager[21294]: 010 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: STATE_MAIN_I3: retransmission; will wait 1 seconds for response
Apr 09 13:40:30 fedora audit[21275]: CRYPTO_IKE_SA pid=21275 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:ipsec_t:s0 msg='op=start direction=initiator conn-name="ec0d3d62-1219-4893-b084-d1bc4ccc99d3" connstate=1 ike-version=1 auth=PRESHARED_KEY cipher=aes ksize=256 integ=sha256 prf=sha256 pfs=MODP2048 raddr=35.243.84.167 exe="/uslibexec/ipsec/pluto" hostname=? addr=192.168.1.13 terminal=? res=failed'
Apr 09 13:40:30 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: Peer ID is ID_IPV4_ADDR: '35.213.64.129'
Apr 09 13:40:30 fedora NetworkManager[21294]: 002 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: Peer ID is ID_IPV4_ADDR: '35.213.64.129'
Apr 09 13:40:30 fedora NetworkManager[21294]: 003 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: Peer ID '35.213.64.129' mismatched on first found connection and no better connection found
Apr 09 13:40:30 fedora NetworkManager[21294]: 218 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: sending encrypted notification INVALID_ID_INFORMATION to 35.243.84.167:4500
Apr 09 13:40:30 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: Peer ID '35.213.64.129' mismatched on first found connection and no better connection found
Apr 09 13:40:30 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: sending encrypted notification INVALID_ID_INFORMATION to 35.243.84.167:4500
Apr 09 13:40:31 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: STATE_MAIN_I3: retransmission; will wait 2 seconds for response
Apr 09 13:40:31 fedora NetworkManager[21294]: 010 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: STATE_MAIN_I3: retransmission; will wait 2 seconds for response
Apr 09 13:40:33 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: STATE_MAIN_I3: retransmission; will wait 4 seconds for response
Apr 09 13:40:33 fedora NetworkManager[21294]: 010 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: STATE_MAIN_I3: retransmission; will wait 4 seconds for response
Apr 09 13:40:37 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: STATE_MAIN_I3: retransmission; will wait 8 seconds for response
Apr 09 13:40:37 fedora NetworkManager[21294]: 010 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: STATE_MAIN_I3: retransmission; will wait 8 seconds for response
Apr 09 13:40:38 fedora NetworkManager[1121]: [1712644838.9331] vpn[0x55b132c863a0,ec0d3d62-1219-4893-b084-d1bc4ccc99d3,"VPN 1"]: failed to connect: 'Timeout was reached'
Apr 09 13:40:45 fedora nm-l2tp-service[20998]: Could not establish IPsec connection.
Apr 09 13:40:45 fedora nm-l2tp-service[20998]: g_dbus_method_invocation_take_error: assertion 'error != NULL' failed
Apr 09 13:40:45 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: STATE_MAIN_I3: retransmission; will wait 16 seconds for response
Apr 09 13:40:45 fedora NetworkManager[21294]: 010 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: STATE_MAIN_I3: retransmission; will wait 16 seconds for response
Apr 09 13:41:01 fedora pluto[21275]: "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: STATE_MAIN_I3: retransmission; will wait 32 seconds for response
Apr 09 13:41:01 fedora NetworkManager[21294]: 010 "ec0d3d62-1219-4893-b084-d1bc4ccc99d3" #1: STATE_MAIN_I3: retransmission; will wait 32 seconds for response
submitted by classicalboy to Fedora [link] [comments]


2024.04.03 04:54 europacafe User script to delete backup files older than 3 days - not working

I created a backup script for backing up my joplin postgres database and also to delete any backup files older than 3 days. The first part works without problem, but not on the delete part.
My script is as belows:
#!/bin/bash
# backup postgres
docker exec postgres pg_dump -U username -d joplin > /mnt/remotes/BTHOVEN_DDWRT_NAS/joplin_backup/postgres/\date +"%Y-%m-%d"\.bak``
# send notification
docker exec Ntfy ntfy publish "https://ntfy.mydomain.com/joplin_postgres?auth=QmFzaWMgWW5Sb2....HpZVEU9" "Joplin Postgres db was backed up to Archer C9 external drive"
# delete backup older than 3 days
find /mnt/remotes/BTHOVEN_DDWRT_NAS/joplin_backup/postgres -type f -mtime +3 -exec rm -f {} \;
and these are all the backup files when running the above script:
https://preview.redd.it/5u4zyrezh6sc1.png?width=603&format=png&auto=webp&s=258d3322097dc0b5d7639b9236ae275d2c7f6bae
There was no error message on the log file. I also tried the above find command in unraid console, it didn't show an error or any message.
If I replaced the 'rm' command with 'ls' command, the user script log file showed a list of those backup files correctly. However, when running the similar command in unraid console, nothing showed up as usual.
What do I need to do to make it work. Thanks.
update: the script is correct. I misunderstood how mtime +3 counts number of days.
submitted by europacafe to unRAID [link] [comments]


2024.04.01 12:32 cybette The Bullhorn #134 (Ansible Newsletter)

The Bullhorn is a weekly newsletter for the Ansible Community
Subscribe here <--
If you have anything to share about what you’ve been up to with Ansible lately, at any time, simply hop into #social:ansible.com (the Ansible Social room on Matrix) and leave a message, tagging newsbot. Your update will then be included in the next edition of the Bullhorn (pending editor approval, of course).
Here's The Bullhorn #134 newsletter:

KEY DATES ⏱️

cybette shared

MAJOR NEW RELEASES 🏆️

Ansible

The Ansible package includes ansible-core and is a batteries-included package that provides a curated set of Ansible collections. See the Ansible roadmaps for future release plans.
Felix Fontein contributed
Ansible 9.4.0 package is here! ❤️
💽You can install it by running the following command:
python3 -m pip install ansible==9.4.0 --user
➡️ Check Release Notes📦️🗒️ and Ansible 9 Porting Guide for more details!

AWX Project

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. Join the AWX discussion in the Ansible Community Forum.
thedoubl3j contributed
We're happy to announce that the next release of AWX, version 24.1.0 is now available!
Some notable features include:
  • Updated Python from version 3.9 to 3.11 (@dmzoneill #14771)
  • Added dump_auth_config management cmd (for SAML and LDAP) (@TheRealHaoLiu #14947)
  • Added setting for configuring optional URL prefix for /api (@TheRealHaoLiu #14939)
  • Updated editable dependencies in the docker-compose development environment (@TheRealHaoLiu #14979)
In addition AWX Operator version 2.14.0 has also been released! Some notable features include: * Added support for ansible metrics-utility (@aknochow #1754)
Please see the releases pages for more details: AWX, Operator.

Ansible-Core ⚡️

The ansible-core package contains the base engine and a small subset of modules and plugins. To see what's planned for the next release, look at the ansible-core roadmaps.
cybette said
New releases: ansible-core 2.14.15, 2.15.10 and 2.16.5.

COLLECTION UPDATES 🪄

Felix Fontein contributed
community.routeros 2.14.0 has been released with some new features for the API modules.
Felix Fontein contributed
community.general 8.5.0, community.general 7.5.6, and community.general 6.6.8 have been released with new features and modules (8.5.0 only), bugfixes, and security fixes. The security fixes are for the inventory plugins and make sure that inventory data is marked as unsafe so it cannot accidentally evaluate; see Zhenech's blog post for details.

PROJECT UPDATES 🛠️

cybette shared
Discover what's new with Ansible Lightspeed with IBM watsonx Code Assistant, including model customization and new subscription options.

PROPOSALS - DISCUSS AND VOTE! 🗳️

mariolenz shared
After discussing the possibility to add teams / a team representative to the Ansible Community Steering Committee, and coming to the general agreement that this is a good idea (for example in the case of the Core team), we've started a vote on this. Please vote by April 13!
Felix Fontein said
I've started a discussion of deprecating the community.docker.docker_compose module, which allows to use Docker Compose v1. Note that Docker Compose v1 is End of Life since July 2022, and it gets harder to use it with modern Docker (it no longer works with Docker 26.0.0) and Docker SDK for Python (it no longer works with Docker SDK for Python 7.0.0). If you are aware of active users of the docker_compose module, or are yourself using it actively, please take a look at the issue and comment if you don't plan to move to the community.docker.docker_compose_v2* modules, or can't move to them for some reasons. Thanks!

HELP WANTED 🙏

andersson007_ contributed
The community heeds your help with reviewing Ansible community package collection inclusion requests! * Need the first review * Need the second review
All you need to do is to copy the review checklist in a request of your choice and check if the collection satisfies the items marking them as mentioned in the review process.
Please help Ansible get more batteries included:)
samccann shared
Looking to help out in Ansible but not sure where to start? Take a look at some easyfix or good first issues:

COMMUNITY EVENTS AND MEETUPS 📅

cybette contributed
The Ansible München group will have a Spring meetup on Wednesday, April 17 - check out the details and save the date!

COMMUNITY UPDATES 👂️

steampunks said
The latest version of our Ansible Collections Documentation now includes all the newest roles and modules and the latest versions of the most popular collections, all checked with Steampunk Spotter and including oracle.oci, community.vmware, community.docker, and much more. Check it out and let us know how we can make it more useful for you.

THAT'S ALL FOR NOW!

Have any questions you’d like to ask, or issues you’d like to see covered? Please ask in #social:ansible.com! See you next time!
submitted by cybette to ansible [link] [comments]


http://rodzice.org/