Linux Lite Forums

General => Off Topic => Topic started by: Wirezfree on December 23, 2014, 10:44:48 PM

Title: Unable to post a new thread
Post by: Wirezfree on December 23, 2014, 10:44:48 PM
I'm trying to post a "new" message.

Something embedded that's stopping the post.??
I get:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Title: Re: Unable to post a new thread
Post by: Jerry on December 23, 2014, 11:52:36 PM
Post your thread to a paste site and I'll take a look.
Title: Re: Unable to post a new thread
Post by: Wirezfree on December 24, 2014, 12:24:49 AM
Hi Jerry,

I used a workaround to post a message in Software. "Auto Login Issue"
Next time it happens will do... Is it pastebin.??

Dave
Title: Re: Unable to post a new thread
Post by: Jerry on December 24, 2014, 12:36:39 AM

Next time it happens will do... Is it pastebin.??

Dave

Yes. For people who are posting lengthy posts or posts with a lot of links in them, I would recommend you copy and paste your thread to a text file before posting your thread.
Title: Re: Unable to post a new thread
Post by: Wirezfree on December 24, 2014, 02:54:48 AM
Hi Jerry,

Yes, I have a text file always open "quicknote.txt" where I keep a "just in case" copy :)

Thanks...
Title: Re: Unable to post a new thread
Post by: anon222 on December 24, 2014, 07:09:55 AM
Hm, this happens a lot to me. :)
Maybe we could post long posts on pastebin.com (http://pastebin.com)
And then just embed URL to the post
Code: [Select]
[url]http://pastebin.com/mb5brvL8[/url]There is also pastebinit application that sends the output of a command to pastebin.com
and returns URL
Code: [Select]
sudo apt-get install pastebinitfor example
Code: [Select]
lspci | pastebinit -b pastebin.comI've used -b pastebin.com because it defaults to paste.ubuntu.com when used like this
Code: [Select]
lspci | pastebinitThis is distro specific. Default is pasebin.com
This command displays the list of all supported pastebins:
Code: [Select]
pastebinit -lThere is also an option to send file contents to pastebin
Code: [Select]
pastebinit -b pastebin.com -i /path/to/the/fileThe only "thing" is that pastes may expire after some time. For example pastes in pastebin.com expire after 30 days.
I'm not sure about how much time do they keep it on paste.ubuntu.com