[NSWI004] Access rights problems with '01-introducing to Kernel repository'

Pavel Vigilev p.vigilev at gmail.com
Mon Oct 21 12:19:26 CEST 2019


Hello. I have the same problem. In my directory with cloned repository I'm
trying to do all these things from message 1, but it crashes:
$> git fetch upstream
git at gitlab.mff.cuni.cz: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Pavel Vigilev


On Wed, Oct 16, 2019 at 7:17 PM <nswi004-request at d3s.mff.cuni.cz> wrote:

> Send NSWI004 mailing list submissions to
>         nswi004 at d3s.mff.cuni.cz
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://d3s.mff.cuni.cz/mailman/listinfo/nswi004
> or, via email, send a message with subject or body 'help' to
>         nswi004-request at d3s.mff.cuni.cz
>
> You can reach the person managing the list at
>         nswi004-owner at d3s.mff.cuni.cz
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of NSWI004 digest..."
>
>
> Today's Topics:
>
>    1. Test for debug_get_stack_pointer relaxed (Petr Tůma)
>    2. Re: Test for debug_get_stack_pointer relaxed (Ondřej Hrubý)
>    3. Re: Test for debug_get_stack_pointer relaxed (Petr Tůma)
>    4. Re: Test for debug_get_stack_pointer relaxed (Ondřej Hrubý)
>    5. Re: Test for debug_get_stack_pointer relaxed (Petr Tůma)
>    6. Re: Test for debug_get_stack_pointer relaxed (Ondřej Hrubý)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 16 Oct 2019 15:43:57 +0200
> From: Petr Tůma <petr.tuma at d3s.mff.cuni.cz>
> To: OS Mailing List <nswi004 at d3s.mff.cuni.cz>
> Subject: [NSWI004] Test for debug_get_stack_pointer relaxed
> Message-ID: <45041a21-e6d0-cd21-d478-7a080e2b32f0 at d3s.mff.cuni.cz>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> Hi,
>
> looking at your progress with the kernel assignment, we have realized that
> one of the tests for the debug_get_stack_pointer function is a bit naive,
> and as a result fails for some otherwise acceptable implementations of
> debug_get_stack_pointer. We have updated the test in GitLab, if you have
> run into this problem and see the test fail with "reading $sp does not
> change it", you can e.g. rebase on the update as follows:
>
> git remote add upstream git at gitlab.mff.cuni.cz:
> teaching/nswi004/winter-2019-20/templates/01-introduction-to-kernel.git
> git fetch upstream
> git rebase upstream/master
>
> Please let us know if any other issue pops up.
>
> Petr
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 16 Oct 2019 14:32:28 +0000
> From: Ondřej Hrubý <hrubon at hotmail.cz>
> To: "nswi004 at d3s.mff.cuni.cz" <nswi004 at d3s.mff.cuni.cz>
> Subject: Re: [NSWI004] Test for debug_get_stack_pointer relaxed
> Message-ID:
>         <
> AM6PR03MB523647400E6CDF8316221006BB920 at AM6PR03MB5236.eurprd03.prod.outlook.com
> >
>
> Content-Type: text/plain; charset="utf-8"
>
>
> Hello there,
>
> On 16. 10. 19 15:43, Petr Tůma wrote:
> > looking at your progress with the kernel assignment, we have realized
> that
> > one of the tests for the debug_get_stack_pointer function is a bit naive
> > [...]
>
> thanks for information.
>
> > Please let us know if any other issue pops up.
>
> Unfortunately, it seems that the repository path is invalid or the access
> rights
> are set incorrectly. See my output:
>
> ```
> $> git fetch upstream
> GitLab: The project you were looking for could not be found.
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
> ```
>
> I've double-checked the path.
>
> Thanks in advance for resolving the issue!
>
> Regards,
> Ondřej Hrubý
>
> ------------------------------
>
> Message: 3
> Date: Wed, 16 Oct 2019 18:57:17 +0200
> From: Petr Tůma <petr.tuma at d3s.mff.cuni.cz>
> To: Operating Systems Course <nswi004 at d3s.mff.cuni.cz>, Ondřej Hrubý
>         <hrubon at hotmail.cz>
> Subject: Re: [NSWI004] Test for debug_get_stack_pointer relaxed
> Message-ID: <98629781-4c8c-566d-3fad-18b811e37cbf at d3s.mff.cuni.cz>
> Content-Type: text/plain; charset=utf-8
>
> Oops, sorry, missing access rights. Can you please check now ?
>
> Thanks, Petr
>
>
> On 16/10/2019 16:32, Ondřej Hrubý wrote:
> >
> > Hello there,
> >
> > On 16. 10. 19 15:43, Petr Tůma wrote:
> >> looking at your progress with the kernel assignment, we have realized
> that
> >> one of the tests for the debug_get_stack_pointer function is a bit
> naive
> >> [...]
> >
> > thanks for information.
> >
> >> Please let us know if any other issue pops up.
> >
> > Unfortunately, it seems that the repository path is invalid or the
> access rights
> > are set incorrectly. See my output:
> >
> > ```
> > $> git fetch upstream
> > GitLab: The project you were looking for could not be found.
> > fatal: Could not read from remote repository.
> >
> > Please make sure you have the correct access rights
> > and the repository exists.
> > ```
> >
> > I've double-checked the path.
> >
> > Thanks in advance for resolving the issue!
> >
> > Regards,
> > Ondřej Hrubý
> > _______________________________________________
> > NSWI004 mailing list
> > NSWI004 at d3s.mff.cuni.cz
> > https://d3s.mff.cuni.cz/mailman/listinfo/nswi004
> >
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 16 Oct 2019 17:01:11 +0000
> From: Ondřej Hrubý <hrubon at hotmail.cz>
> To: Petr Tůma <petr.tuma at d3s.mff.cuni.cz>, Operating Systems Course
>         <nswi004 at d3s.mff.cuni.cz>
> Subject: Re: [NSWI004] Test for debug_get_stack_pointer relaxed
> Message-ID:
>         <
> AM6PR03MB5236F3062CCBEC550D257A43BB920 at AM6PR03MB5236.eurprd03.prod.outlook.com
> >
>
> Content-Type: text/plain; charset="utf-8"
>
>
> On 16. 10. 19 18:57, Petr Tůma wrote:
> > Oops, sorry, missing access rights. Can you please check now ?
>
> Still got an error, but this time a little bit different:
>
> ```
> Cloning into '/tmp/baz'...
> GitLab: You are not allowed to download code from this project.
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
> ```
>
> We are slowly getting there. :)
>
> Ondřej Hrubý
>
> ------------------------------
>
> Message: 5
> Date: Wed, 16 Oct 2019 19:11:53 +0200
> From: Petr Tůma <petr.tuma at d3s.mff.cuni.cz>
> To: Ondřej Hrubý <hrubon at hotmail.cz>, Operating Systems Course
>         <nswi004 at d3s.mff.cuni.cz>
> Subject: Re: [NSWI004] Test for debug_get_stack_pointer relaxed
> Message-ID: <5cf7fb62-89d5-266f-92de-88cccc060fc3 at d3s.mff.cuni.cz>
> Content-Type: text/plain; charset=utf-8
>
> > We are slowly getting there. :)
>
> Now :-) (Next time I'll read the footnotes in the access rights doc too :-)
>
> Thanks, Petr
>
>
>
>
> ------------------------------
>
> Message: 6
> Date: Wed, 16 Oct 2019 17:17:41 +0000
> From: Ondřej Hrubý <hrubon at hotmail.cz>
> To: Petr Tůma <petr.tuma at d3s.mff.cuni.cz>, Operating Systems Course
>         <nswi004 at d3s.mff.cuni.cz>
> Subject: Re: [NSWI004] Test for debug_get_stack_pointer relaxed
> Message-ID:
>         <
> AM6PR03MB523662525E26D2DA0FCCDAADBB920 at AM6PR03MB5236.eurprd03.prod.outlook.com
> >
>
> Content-Type: text/plain; charset="utf-8"
>
>
> On 16. 10. 19 19:11, Petr Tůma wrote:
> > Now :-)
>
> Yabadabadooo, it works! :O
>
> > (Next time I'll read the footnotes in the access rights doc too :-)
>
> Yeap, footnotes are Achilles' heel of every documentation. :)
>
> > Thanks,
>
> Thank you!
>
> OH
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> NSWI004 mailing list
> NSWI004 at d3s.mff.cuni.cz
> https://d3s.mff.cuni.cz/mailman/listinfo/nswi004
>
>
> ------------------------------
>
> End of NSWI004 Digest, Vol 107, Issue 7
> ***************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://d3s.mff.cuni.cz/pipermail/nswi004/attachments/20191021/017891ff/attachment-0001.html>


More information about the NSWI004 mailing list