Results 1 to 5 of 5
I can't seem to post any text that I copy/paste in from my terminal. All I get is a box that says.
Could not find the page you requested
Help ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-03-2007 #1Just Joined!
- Join Date
- Aug 2007
- Location
- California
- Posts
- 7
Can't copy/paste terminal text
I can't seem to post any text that I copy/paste in from my terminal. All I get is a box that says.
Could not find the page you requested
Help anyone?
- 08-03-2007 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Hi, DoorKnob

I'm unable to reproduce the problem on this end. Text from the terminal is copied and pasted without any problem.
Maybe you can provide more details about the steps you are taking that causes the issue, then we can take a closer look. Alternatively, you can always utilize our private pastebin for posting code.
Regards,
ozoz
- 08-03-2007 #3Just Joined!
- Join Date
- Aug 2007
- Location
- California
- Posts
- 7
Well basically, I'm trying to post up some of the output from Fedora 7's terminal. I highlight, copy, go to Firefox and this forum's reply page, right click and paste in the text.
All the text shows up okay here, but when I hit the Submit Reply button, it sends me to the page that says page not found.
- 08-03-2007 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Thanks, that helped.
I was able to fetch your code and tried to paste it into a post but got the same error you received. There's something in that bit of code that makes the error message appear, and I'm not quite sure what it is, as of yet. We'll look into it.
In the interim, if you should run into such errors again, please post the code as an attachment as you did in your other post, or use the pastebin link above. Hopefully, we can figure out the problem and get the issue resolved.
Thanks for the feedback.
ozoz
- 08-03-2007 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
Just testing...
Edit: It appears, as seen above, that I can post your code if I remove the "gcc : command not found" parts from the code.Code:[root@localhost ndiswrapper-1.47]# make make -C driver make[1]: Entering directory `/ndiswrapper-1.47/driver' make -C /lib/modules/2.6.22.1-41.fc7/build SUBDIRS=/ndiswrapper-1.47/driver /usr/src/kernels/2.6.22.1-41.fc7-i686/scripts/gcc-version.sh: line 11: /usr/src/kernels/2.6.22.1-41.fc7-i686/scripts/gcc-version.sh: line 12: make[2]: make[2]: Entering directory `/usr/src/kernels/2.6.22.1-41.fc7-i686' CC [M] /ndiswrapper-1.47/driver/crt.o /bin/sh: make[3]: *** [/ndiswrapper-1.47/driver/crt.o] Error 127 make[2]: *** [_module_/ndiswrapper-1.47/driver] Error 2 make[2]: Leaving directory `/usr/src/kernels/2.6.22.1-41.fc7-i686' make[1]: *** [default] Error 2 make[1]: Leaving directory `/ndiswrapper-1.47/driver' make: *** [all] Error 2
Okay, got if figured out... if you put the colon right next to the gcc in the sentence above, the posting won't work.Last edited by oz; 08-03-2007 at 04:20 AM.
oz



