Tally Tarik

Results 6 comments of Tally Tarik

The CPU usage might be unrelated. I've just had the CPU issue again - where QEMULauncher is at a minimum of 100% - but the VM networking is still working...

I've had it happen again just now. Turns out the debug log is not particularly exciting ``` Running: -L /Applications/UTM.app/Contents/Resources/qemu -S -qmp tcp:127.0.0.1:4000,server,nowait -nodefaults -vga none -spice "unix=on,addr=/Users/tallytarik/Library/Group Containers/WDNLXAD4W8.com.utmapp.UTM/257404A5-9A02-474C-AD00-CF75ADFF1F1E.spice,disable-ticketing=on,image-compression=off,playback-compression=off,streaming-video=off,gl=on" -device...

I was able to restore networking by running this in the console window: ``` ip link set dev enp0s9 down ip link set dev enp0s9 up ```

@polynomialspace Thanks for doing some extra digging! After I read your comment I tried disabling the firewall, but I just saw the VM networking die again - with firewall off....

Any chance you're using this old [settings sync extension](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync)? I was experiencing the same until I disabled that. Otherwise suggest trying [extension bisect](https://code.visualstudio.com/blogs/2021/02/16/extension-bisect) to see if it is caused by...

I was experiencing the same until I disabled this old [settings sync extension](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync). Any chance you're using that? Otherwise suggest trying [extension bisect](https://code.visualstudio.com/blogs/2021/02/16/extension-bisect) to see if it is caused by...