Kaninchen
Kaninchen
> Network problem has occurred. cause:A socket operation was attempted to an unreachable network. Looks like you couldn't download the file because of this. Have you tried to ping the...
So do you get this error with every file you try or just specific ones?
Then it might be similar to #400
I also sometimes experience problems like this. My solution is to use wget for the specific file as I can't get it to work with Persepolis/Aria
Good to hear! Did you change anything between tries?
> > Good to hear! Did you change anything between tries? > > Absolutely nothing. Oof. Let's keep this issue open, for now, or until it gets fixed.
I just downloaded it again on Fedora 32 and it works without any problems. How did you install it and when exactly does the error occur?
So you created the disk using something like `qemu-img create -f qcow2 MyDisk.qcow2 xxG` and added ``` -drive id=SystemDisk,if=none,file=MyDisk.qcow2 \ -device ide-hd,bus=sata.4,drive=SystemDisk \ ``` to the end of `basic.sh` ?
And the file is in the correct folder and has the permissions set?
I have it set to `-rw-r--r--. 1 root root 37G Jul 5 17:13 macos.qcow2` and it works. It should be in the same folder as `basic.sh`