Skip to content
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

Issue in make debug terminal #18

Open
PranabNandy opened this issue Oct 26, 2023 · 14 comments
Open

Issue in make debug terminal #18

PranabNandy opened this issue Oct 26, 2023 · 14 comments

Comments

@PranabNandy
Copy link

PranabNandy commented Oct 26, 2023

I am able to successfully close the make gdb terminal
but when I am trying to close make debug terminal with ctrl+a followed by x, nothing is happening
Screenshot from 2023-10-26 10-11-17

@streetdogg
Copy link
Contributor

ctrl+a x has been consistently working for me. There are some ways listed here too: https://superuser.com/questions/1087859/how-to-quit-the-qemu-monitor-when-not-using-a-gui

If not, I recommend killing the qemu process from another terminal. Try these:

  1. ps -aux | grep qemu
    1. Look for qemu-system-riscv32 -S -M virt -nographic -bios none -kernel main.elf -gdb tcp::1234 and copy the process number.
  2. kill <process id>

See if attached screenshot is useful -
Xnip2023-10-28_18-07-54

@PranabNandy
Copy link
Author

Thank you for the information.

Another problem now I am facing like CodeSpace is not opening now

@streetdogg
Copy link
Contributor

@PranabNandy - Sure. I'd really appreciate it if you could add some data that makes it easy to help. Be detailed about the steps to reproduce the issue.

@PranabNandy
Copy link
Author

Previously I was able to open the Code Space
Now only this screen is coming
No other thing is happening for me
Screenshot from 2023-10-29 16-31-30

@PranabNandy
Copy link
Author

When I am trying to follow the steps to set up the lab in linux machine
I am not getting the same colour terminal as you are showing the video.
when I am executing this command
sudo chown -R c-ninja .
I am writing sudo user password still it is not accepting
Screenshot from 2023-10-29 16-39-21

@streetdogg
Copy link
Contributor

Previously I was able to open the Code Space Now only this screen is coming No other thing is happening for me Screenshot from 2023-10-29 16-31-30

This usually takes some time. But it should show some output.

When I am trying to follow the steps to set up the lab in linux machine I am not getting the same colour terminal as you are showing the video. when I am executing this command sudo chown -R c-ninja . I am writing sudo user password still it is not accepting Screenshot from 2023-10-29 16-39-21

What password did you use? The password to be used is c. The terminal colors for you seem different because your terminal theme may be different. That is alright. Can you try using c as the password for the c-ninja user?

@PranabNandy
Copy link
Author

PranabNandy commented Oct 30, 2023

This usually takes some time. But it should show some output.

  • It's been like 30 mins I opened the window but it stuck to the same screen

What password did you use? The password to be used is c. The terminal colors for you seem different because your terminal theme may be different. That is alright. Can you try using c as the password for the c-ninja user?

  • Actually I did not use the password c. Now it is working

Thank you

@PranabNandy
Copy link
Author

PranabNandy commented Oct 30, 2023

One more thing I would like to mention, while executing this command wget -P ~ https://git.io/.gdbinit, I was facing this issue

Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 49.44.79.236, ::ffff:49.44.79.236
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|49.44.79.236|:443...

I followed this Link to resolve it
https://www.debugpoint.com/failed-connect-raw-githubusercontent-com-port-443/

But the ip address 185.199.108.133 they are using is not working for me

Then I checked the IP address in the video which is 185.199.111.133, it worked for me.

@streetdogg
Copy link
Contributor

that's odd, but I am glad it's working for you now. Would you say we can conclude this issue?

@PranabNandy
Copy link
Author

In conclusion, I would say Codespace is not opening for me. Even though it opened for the first day.

I installed the Docker Image in my local machine and everything is working fine there.

@streetdogg
Copy link
Contributor

can you delete and recreate the codespace? I was under the impression that it would work for all. Would really appreciate your help with more data on this, it might help others who don't have a powerful machine and high-speed internet.

@PranabNandy
Copy link
Author

I deleted the codespace and recreated it but still, it did not open for me.

I even deleted the repo and forked it again still, the same problem is there.

@streetdogg
Copy link
Contributor

Very strange. I think it would be good to take up with the GitHub support team. This looks beyond us at the moment.

@PranabNandy
Copy link
Author

Ok Sure.
Thank you for your kind support.
I think we can close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants