pastebinit
Hi
Please guide me for the below issue.* I dont get any pastebin id. root@:/home/kaushal#pastebinit -i ipsec.log http://pastebin.com/ root@:/home/kaushal# dpkg -l '*pastebinit*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name******************************** Version***************************** Description +++-====================================-====================================-================================================== ====================================== ii* pastebinit************************** 0.9-0ubuntu1************************ command-line pastebin client root@:/home/kaushal# lsb_release -a No LSB modules are available. Distributor ID:*** Ubuntu Description:*** Ubuntu 8.04 Release:*** 8.04 Codename:*** hardy root@:/home/kaushal# Thanks Kaushal -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
pastebinit
On Tue, Jan 18, 2011 at 6:36 PM, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
Hi Please guide me for the below issue.* I dont get any pastebin id. root@:/home/kaushal#pastebinit -i ipsec.log http://pastebin.com/ root@:/home/kaushal# dpkg -l '*pastebinit*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name******************************** Version***************************** Description +++-====================================-====================================-================================================== ====================================== ii* pastebinit************************** 0.9-0ubuntu1************************ command-line pastebin client root@:/home/kaushal# lsb_release -a No LSB modules are available. Distributor ID:*** Ubuntu Description:*** Ubuntu 8.04 Release:*** 8.04 Codename:*** hardy root@:/home/kaushal# Thanks Kaushal Hi I did run this command #cat /var/log/ipsec.log | pastebinit Traceback (most recent call last): * File "/usr/bin/pastebinit", line 237, in <module> *** page = url_opener.open(website, params) #Send the informations and be redirected to the final page * File "/usr/lib/python2.5/urllib.py", line 192, in open *** return getattr(self, name)(url, data) * File "/usr/lib/python2.5/urllib.py", line 327, in open_http *** h.send(data) * File "/usr/lib/python2.5/httplib.py", line 711, in send *** self.sock.sendall(str) * File "<string>", line 1, in sendall IOError: [Errno socket error] (104, 'Connection reset by peer') # Please suggest further. Thanks Kaushal * -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
pastebinit
On Tue, Jan 18, 2011 at 7:10 PM, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
On Tue, Jan 18, 2011 at 6:36 PM, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote: Hi Please guide me for the below issue.* I dont get any pastebin id. root@:/home/kaushal#pastebinit -i ipsec.log http://pastebin.com/ root@:/home/kaushal# dpkg -l '*pastebinit*' Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name******************************** Version***************************** Description +++-====================================-====================================-================================================== ====================================== ii* pastebinit************************** 0.9-0ubuntu1************************ command-line pastebin client root@:/home/kaushal# lsb_release -a No LSB modules are available. Distributor ID:*** Ubuntu Description:*** Ubuntu 8.04 Release:*** 8.04 Codename:*** hardy root@:/home/kaushal# Thanks Kaushal Hi I did run this command #cat /var/log/ipsec.log | pastebinit Traceback (most recent call last): * File "/usr/bin/pastebinit", line 237, in <module> *** page = url_opener.open(website, params) #Send the informations and be redirected to the final page * File "/usr/lib/python2.5/urllib.py", line 192, in open *** return getattr(self, name)(url, data) * File "/usr/lib/python2.5/urllib.py", line 327, in open_http *** h.send(data) * File "/usr/lib/python2.5/httplib.py", line 711, in send *** self.sock.sendall(str) * File "<string>", line 1, in sendall IOError: [Errno socket error] (104, 'Connection reset by peer') # Please suggest further. Thanks Kaushal * Hi again, * # cat /var/log/ipsec.log | pastebinit -b http://pastebin.ubuntu.com Unknown website, please post a bugreport to request this pastebin to be added (http://pastebin.ubuntu.com) # cat /var/log/ipsec.log | pastebinit -b http://pastebin.com Traceback (most recent call last): * File "/usr/bin/pastebinit", line 237, in <module> *** page = url_opener.open(website, params) #Send the informations and be redirected to the final page * File "/usr/lib/python2.5/urllib.py", line 192, in open *** return getattr(self, name)(url, data) * File "/usr/lib/python2.5/urllib.py", line 327, in open_http *** h.send(data) * File "/usr/lib/python2.5/httplib.py", line 711, in send *** self.sock.sendall(str) * File "<string>", line 1, in sendall IOError: [Errno socket error] (104, 'Connection reset by peer') Please suggest further Thanks Kaushal -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
pastebinit
On 18 January 2011 13:40, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
> #cat /var/log/ipsec.log | pastebinit > Traceback (most recent call last): > * File "/usr/bin/pastebinit", line 237, in <module> > *** page = url_opener.open(website, params) #Send the informations and be > redirected to the final page > * File "/usr/lib/python2.5/urllib.py", line 192, in open > *** return getattr(self, name)(url, data) > * File "/usr/lib/python2.5/urllib.py", line 327, in open_http > *** h.send(data) > * File "/usr/lib/python2.5/httplib.py", line 711, in send > *** self.sock.sendall(str) > * File "<string>", line 1, in sendall > IOError: [Errno socket error] (104, 'Connection reset by peer') This indicates you've got no internet connection on the box you're pastebinning from? Can you use a browser like lynx to get to pastebin.com? Al. -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
pastebinit
On 18 January 2011 13:49, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
> # cat /var/log/ipsec.log | pastebinit -b http://pastebin.ubuntu.com > Unknown website, please post a bugreport to request this pastebin to be > added (http://pastebin.ubuntu.com) It's not pastebin.ubuntu.com, it's paste.ubuntu.com. Al. -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
pastebinit
On Tue, Jan 18, 2011 at 7:19 PM, Alan Pope <popey@ubuntu.com> wrote:
On 18 January 2011 13:40, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote: > #cat /var/log/ipsec.log | pastebinit > Traceback (most recent call last): > * File "/usr/bin/pastebinit", line 237, in <module> > *** page = url_opener.open(website, params) #Send the informations and be > redirected to the final page > * File "/usr/lib/python2.5/urllib.py", line 192, in open > *** return getattr(self, name)(url, data) > * File "/usr/lib/python2.5/urllib.py", line 327, in open_http > *** h.send(data) > * File "/usr/lib/python2.5/httplib.py", line 711, in send > *** self.sock.sendall(str) > * File "<string>", line 1, in sendall > IOError: [Errno socket error] (104, 'Connection reset by peer') This indicates you've got no internet connection on the box you're pastebinning from? Can you use a browser like lynx to get to pastebin.com? Al. -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users Hi Alan #lynx http://pastebin.com pastebin.com ** #1 paste tool since 2002 **** * new **** * archive **** * help **** * API ** searc Search ** IFRAME: ** http://www.facebook.com/plugins/like.php?href=""> ** eme=light&height=21 ** Recent Posts ** Anonymous ** C | 22 sec ago ** Anonymous ** None | 26 sec ago ** Frame Layout Android ** XML | 27 sec ago ** Anonymous ** None | 29 sec ago ** Anonymous ** None | 31 sec ago ** Anonymous ** None | 32 sec ago ** truepath ** PHP | 37 sec ago ** Anonymous ** None | 38 sec ago ** Pastebin Mobile ** You can now share data on the move with Pastebin for: Android and Iphone. ** What is pastebin? (NORMAL LINK) Use right-arrow or <return> to activate. * Arrow keys: Up and Down to move.* Right to follow a link; Left to go back. *H)elp O)ptions P)rint G)o M)ain screen Q)uit /=search [delete]=history list Please suggest further Thanks Kaushal -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
pastebinit
On Tue, Jan 18, 2011 at 7:22 PM, Alan Pope <popey@ubuntu.com> wrote:
On 18 January 2011 13:49, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote: > # cat /var/log/ipsec.log | pastebinit -b http://pastebin.ubuntu.com > Unknown website, please post a bugreport to request this pastebin to be > added (http://pastebin.ubuntu.com) It's not pastebin.ubuntu.com, it's paste.ubuntu.com. Al. cat /var/log/ipsec.log | pastebinit -b http://paste.ubuntu.com Traceback (most recent call last): * File "/usr/bin/pastebinit", line 204, in <module> *** if filename == "" and list[0]: IndexError: list index out of range * -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
pastebinit
On Tue, 18 Jan 2011 13:52:49 +0000
Alan Pope <popey@ubuntu.com> wrote: > On 18 January 2011 13:49, Kaushal Shriyan <kaushalshriyan@gmail.com> > wrote: > > # cat /var/log/ipsec.log | pastebinit -b http://pastebin.ubuntu.com > > Unknown website, please post a bugreport to request this pastebin > > to be added (http://pastebin.ubuntu.com) > > It's not pastebin.ubuntu.com, it's paste.ubuntu.com. > > Al. > Must be both. http://pastebin.ubuntu.com certainly gets me there. Cybe R. Wizard -- When Windows are opened the bugs come in. Winduhs -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
pastebinit
On 18 January 2011 14:42, Cybe R. Wizard <cyber_wizard@mindspring.com> wrote:
> Must be both. > http://pastebin.ubuntu.com certainly gets me there. > Ah, my bad. Thanks, Al. -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
pastebinit
On Tue, Jan 18, 2011 at 08:42:53AM -0600, Cybe R. Wizard wrote:
> On Tue, 18 Jan 2011 13:52:49 +0000 > Alan Pope <popey@ubuntu.com> wrote: > > > On 18 January 2011 13:49, Kaushal Shriyan <kaushalshriyan@gmail.com> > > wrote: > > > # cat /var/log/ipsec.log | pastebinit -b http://pastebin.ubuntu.com > > > Unknown website, please post a bugreport to request this pastebin > > > to be added (http://pastebin.ubuntu.com) > > > > It's not pastebin.ubuntu.com, it's paste.ubuntu.com. > > > > Al. > > > Must be both. > http://pastebin.ubuntu.com certainly gets me there. Both http://pastebin.ubuntu.com and http://paste.ubuntu.com. get you to the same place. http://ubuntu.pastebin.com/ gets you to a different site. Confusing, huh? -- Bob Holtzman Key ID: 8D549279 "If you think you're getting free lunch, check the price of the beer" -- ubuntu-users mailing list ubuntu-users@lists.ubuntu.com Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users |
| All times are GMT. The time now is 06:31 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.