<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello,</div><div><br></div><div>The problem is resolved now. Thanks to samuel_m , tml_ , buovjaga in irc #libreoffice-dev<br></div><div><br></div><div>It was due to the permission given to the config file.</div><div><br></div><div>The mistake I did was made the ~/.ssh/config file as root</div><div>You can check ls -l ~/.ssh/config to see permission with the file.</div><div>Current output: -rw-r--r-- 1 shubham shubham 141 Mar  6 19:56 /home/shubham/.ssh/config. Which is fine.</div><div><br></div><div>//--------------------------------------------------------------------------------------------------------------------------------------------------------------------<br></div><div><br></div><div>Also, logerrit will not run if using a firewall or proxy. Please don't use them. Even a school, institution body use firewall to protect their servers etc. So use an alternative private network. Or check if the port 29418 is open.</div><div><br></div><div>The ssh -vvvv logerrit output, where my logerrit failed.</div><div><br></div><div>ssh -vvvv logerrit<br>OpenSSH_7.6p1 Ubuntu-4ubuntu0.2, OpenSSL 1.0.2n  7 Dec 2017<br>debug1: Reading configuration data /home/shubham/.ssh/config<br>debug1: /home/shubham/.ssh/config line 1: Applying options for logerrit<br>debug1: Reading configuration data /etc/ssh/ssh_config<br>debug1: /etc/ssh/ssh_config line 19: Applying options for *<br>debug2: resolving "<a href="http://gerrit.libreoffice.org">gerrit.libreoffice.org</a>" port 29418<br>debug2: ssh_connect_direct: needpriv 0<br>debug1: Connecting to <a href="http://gerrit.libreoffice.org">gerrit.libreoffice.org</a> [89.238.68.148] port 29418.<br>debug1: connect to address 89.238.68.148 port 29418: Connection timed out<br>debug1: Connecting to <a href="http://gerrit.libreoffice.org">gerrit.libreoffice.org</a> [2a00:1828:a012:148::1] port 29418.<br>debug1: connect to address 2a00:1828:a012:148::1 port 29418: Network is unreachable<br>ssh: connect to host <a href="http://gerrit.libreoffice.org">gerrit.libreoffice.org</a> port 29418: Network is unreachable.</div><div><br></div><div>Thanks again to all.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 6 Mar 2019 at 04:06, Regina Henschel <<a href="mailto:rb.henschel@t-online.de">rb.henschel@t-online.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
shubham goyal schrieb am 05-Mar-19 um 08:34:<br>
> Hey, I want to submit my patches in Gerrit for review. But here are some <br>
> errors.<br>
> <br>
>   ./logerrit test<br>
> <br>
<br>
First you made your changes.<br>
<br>
Then use<br>
        git add<br>
to tell git which files you want to commit<br>
<br>
Then use<br>
        git commit -m " your comment"<br>
to generate the commit.<br>
Please notice, that in case your patch belongs to a bug, your comment <br>
starts with tdf#123456 (of cause not this dummy number but the actual one).<br>
And notice, that the second line of the comment must be empty.<br>
And notice, that there is no automatic word wrap, but you must manually <br>
take care, that the comment lines are shorter than 70 characters.<br>
<br>
Then use<br>
       ./logerrit submit master<br>
You should then be ask for your ssh-passphrase.<br>
<br>
Kind regards<br>
Regina<br>
<br>
_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org" target="_blank">LibreOffice@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/libreoffice</a></blockquote></div></div></div></div></div>