Contribute
Register

[TOOL] [Generate Proper Problem Reporting Files]

Status
Not open for further replies.
copy it to /usr/local/bin
Did that, still no luck.

Screen Shot 2020-07-27 at 8.54.25 AM.png
 

Attachments

  • Screen Shot 2020-07-27 at 8.53.50 AM.png
    Screen Shot 2020-07-27 at 8.53.50 AM.png
    1.5 MB · Views: 45
obviously you have to be in the same directory as the gen_debug you downloaded.....

or type in sudo cp and then drag the file to the terminal window and carry on with the commands
Honestly, I have no idea what I am doing here. I was under the impression that the whole point of this script was to make generating problem reporting files easy, but this seems harder than it needs to be.
I typed sudo cp, I dragged the file to the terminal window... Then what do you mean by "carry on with commands"...?
do you mean to type the gen_debug command at that point? Well I did that and the command was not found? Why am I experiencing such an issue with this supposedly simple task, according to the original post.

Screen Shot 2020-07-27 at 9.42.02 AM.png
 
Honestly, I have no idea what I am doing here. I was under the impression that the whole point of this script was to make generating problem reporting files easy, but this seems harder than it needs to be.
I typed sudo cp, I dragged the file to the terminal window... Then what do you mean by "carry on with commands"...?
do you mean to type the gen_debug command at that point? Well I did that and the command was not found? Why am I experiencing such an issue with this supposedly simple task, according to the original post.

View attachment 481847
it is quite simple....

Code:
sudo cp <drag the file here> /usr/local/bin

sudo cp /usr/local/bin/install_tools.sh is completely wrong and i am not sure why you are doing that for
 
it is quite simple....

Code:
sudo cp <drag the file here> /usr/local/bin

sudo cp /usr/local/bin/install_tools.sh is completely wrong and i am not sure why you are doing that for

exactly as you instructed:

Screen Shot 2020-07-27 at 9.57.37 AM.png
 
exactly as you instructed:

View attachment 481849
you can see the obvious mistake

you are copying a file called install_tools.sh to /usr/local/bin

then you are trying to execute a completely different program, gen_debug.....

maybe re read post 1
 
Status
Not open for further replies.
Back
Top