Skip to content

Instantly share code, notes, and snippets.

View iaguis's full-sized avatar

Iago López Galeiras iaguis

View GitHub Profile
@iaguis
iaguis / gist:c29a38146cba6add71ca0024ddc40170
Created August 30, 2023 17:05
apple-m2-air-camera.log
2023-08-30 18:59:21.629059+0200 0xadd Default 0x0 1 0 launchd: [pid/382 [coreaudiod]:] Service stub created for com.apple.mscamerad-xpc
2023-08-30 18:59:21.871210+0200 0xe61 Default 0xf35 348 0 locationd: [com.apple.locationd.Core:Harvester] {"msg":"#CLAvengerObservationReporterService changed state", "_currentState":1, "_currentContext.cameraForegrounded":0}
2023-08-30 18:59:22.188781+0200 0xf37 Default 0x0 428 2 mobileassetd: (libmobileassetd.dylib) [com.apple.mobileassetd:Notice] -[ControlManager applyDataVaults]: Skipping: com.apple.MobileAsset.AssetTypeDescriptor.RawCamera.Camera not making it a datavault
2023-08-30 18:59:22.188931+0200 0xf37 Default 0x0 428 2 mobileassetd: (libmobileassetd.dylib) [com.apple.mobileassetd:Notice] -[ControlManager removeAllObsoletedV1Assets]: removeAllObsoletedV1Assets Skipping: com.apple.MobileAsset.AssetTypeDescriptor.RawCamera.Camera not removi
@iaguis
iaguis / udevd-experiment.sh
Last active February 25, 2016 14:24
CentOS is different!
#!/bin/bash
# Try with:
# sudo $PWD/udevd-experiment.sh
THIS_SCRIPT=$0
if [ "$1" = "udevd1" ] ; then
unshare --propagation unchanged -m $THIS_SCRIPT udevd2
exit 0