-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
virsh start RDPWindows fails #213
Comments
Same thing happened with me, you need to start the network 'default' via |
@goddard-guryon Can you give me more clues to where I can find this mysterious service |
Finally found it after scouring through my search history ;) This is what worked for me, give it a try and lemme know if it works for you too Edit: in case the link breaks or you don't want to open it, here's the codes:
If it says "failed to get network 'default'" (and
(also try running the commands with |
@goddard-guryon was there any configuration that I was supposed to do that I am not aware of? |
@TheHighGroundWins I'm not really sure what the error is then (coz I'm not a dev of this project :P) Do you have libvirtd service enabled? (in your previous comment you said you "started" libvirtd, but if you haven't "enabled" it, it will be inactive after every reboot; idk I'm just looking for possible mistakes here). |
@goddard-guryon enabling it helped but now I'm back at where I started but with a new error If I do the same command without sudo I just get default is not active. For some reason I can't activate default with sudo |
Well that seems strange. Check if there's any file in
Then try |
@goddard-guryon I still have the same problem.
only way to fix this is by using sudo which you told me not to do.
if I can just start default without sudo then I think the rest of the problems will fix themselves. also thank you from spending your time helping me. |
Asa far as I know, |
@goddard-guryon I am trying to do this on arch maybe that is why this is not working. |
You're on Arch? Check this out and tell me if it works XD If it's the same issue in your case, then just doing what's written in that comment should let you start RDPWindows without sudo |
@goddard-guryon I can finally run the commands without
|
@goddard-guryon |
(previous comment was wrong, I probably misunderstood the problem here, sorry in case you were following it) I honestly don't have much idea about the issue here, can you share the RDPWindows.xml file? My best bet is that you need to reinstall the VM at this point :( |
|
Ah, I was right lol. Most likely you haven't mounted the target drive (/dev/sdc) yet, that's why Side note, I see you haven't enabled cpu |
@goddard-guryon wait your supposed to install this on a seperate partition? I feel like I missed way too many steps including the htep, even though I kept checking the README. Is there any way to install this software without an extra partition, I only have an mbr computer and I have the max numbers of partitions allowed already filled due to dualboot and I don't have any external storage devices available for this usage. Also thank you for sticking with me and not just giving me a link from a similar problem. |
No no you're not supposed to give it a whole partition, but you need to provide it some storage site (you can select it to be an empty folder within your existing partitions). If you check your XML file, it says for the RDPWindow.raw that it's target device is So basically, at this point, you can:
*nested bullets are tough :/ |
@goddard-guryon since I'm using arch, am I fine just installing the vm from the way the setting up VM guide told me to. I'm sorry if I have wasted your time because I didn't see the kvm setup guide, I honestly didn't see it the first time |
What did you basically do to repair it? ^^' |
@Ilovemyhous what exactly is your problem? |
@Ilovemyhous seems like your problem is also regarding running as normal user vs super user (I can't understand the error in the second command, but I'll assume that Regarding writing the whole list of steps one can take, I think I'll add that in the readme and put a pull request since I think winapps does work fine on Arch (although the readme doesn't say it). |
@TheHighGroundWins if the |
I am getting errors when I run As I get the error that err connect dns not found. May be due to my version of windows. I'm using windows 10 pro. |
The version of windows doesn't matter in this case. Just make sure you have enabled remote desktop, changed your PC name to RDPWindows and installed the registry file mentioned in the guide (and reboot if needed). If it doesn't work even after that, then post the error here or in another issue (if you open a different issue, make sure to mark this as closed), maybe I'll be able to help. |
|
@Ilovemyhous oh damn, my bad I didn't provide correct syntax. The line should be |
Well that's strange, but I think I see the error. Have you added two |
@Ilovemyhous glad to help :) |
I'm also facing similar issue.
The issue with my setup is that the network name is "network" instead of "default" What can I do so that winapp checks for network instead of default? |
@soo-shan assuming that you've checked it using |
@goddard-guryon My issue was not related to permission. Both commands give same output
I updated line 62 in winapps.sh to
and winapps was able to access the network. But now m getting different error:
Earlier I got certificate issue. I did Y for trusting the certificate
I'm using Windows 10 Ameliorated. |
@soo-shan |
@goddard-guryon I rechecked my credentials. They are correct. |
Tried
Something related to freerdp is issue !!
|
@soo-shan I tried to replicate the log you get, and got the exact same log only when the credentials were wrong. Make sure you're writing the correct username after |
Tried with /p option. Same result |
@goddard-guryon |
Ah, yeah it must've been an issue with the install :/ about the flatpak though, I'm not really sure. But I'd guess if you can connect it to the VM, just setting |
@soo-shan the registry entries look fine, but I think winapps is having trouble working with xfreerdp. You said you didn't get the explorer window popup when using |
I'm sorry for being unavailable for quite some time. I got busy with school work since I was nearing graduating. on a lighter note I got winapps to work. |
@goddard-guryon Added some details below. These are the details I was able to find. If you want to take a look at some other details/logs you may have to guide me how to get them. Logs from `~/.local/share/winapps/winapps.log' below
One strange thing I noticed was I turned off auto start at boot for the VM and when I issued command `bin/winapps check' it did not mention to start VM, unlike some ealier messages from thread. FreeRDP version
Config File from
|
@TheHighGroundWins all the best buddy :D |
@goddard-guryon Also I think you are correct. This issue is something related to xfreerdp version. |
@goddard-guryon Finally I think I got For anyone looking for making a flatpak cli app the preferred one can use this trick. I updated the
Now while running But `./installer.sh' is showing following error
Any suggestions for debugging ? |
@soo-shan oh yes I also realized it after seeing the pastebin file. When creating a shell file, there needs to be an explicit parameter to pass arguments :P |
@goddard-guryon Tried restarting and reinstalling. Nothing works. |
@soo-shan sorry I've been a bit busy with stuff so I haven't been able to help much. I really can't think of any clues about why this is happening, the most logical answer does seem to be a distro-specific issue though (maybe you're missing a few packages that winapps or its dependencies need). Even though it's for Arch, I'd say give this a try. If that doesn't work, you'll have to open a new issue to attract more helpers to it :( |
@goddard-guryon not need for apology. I'm not too familiar with githubs PR and commits. Is there something else that I missed from the link ? |
@goddard-guryon thank you for the link. I will try that sometime in future since clear linux packages apps in some other way, it will take time for me to find all the packages but for now I got the workaround. I can use |
Personally, I already have everything named accordingly, and I still have the |
use |
This worked for me! Thank You! 76 sudo virsh net-list |
I think this is also caused by user session created VMs, there is no default network there, but only usermode. |
$virsh start RDPWindows
error: Failed to start domain 'RDPWindows'
error: Network not found: no network with matching name 'default'
The text was updated successfully, but these errors were encountered: