You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stanbol.apache.org by Fabian Christ <ch...@googlemail.com> on 2012/10/04 08:12:06 UTC

Re: Who administrates stanbol-vm ? Fwd: [jira] [Commented] (INFRA-5186) VM for Piwik for Stanbol PPMC

Hi,

are there some new insights about the VM? What should we do to get access again?

Best,
 - Fabian

2012/9/19 Tommaso Teofili <to...@gmail.com>:
> I tried as well (now and a couple of months ago) but it seems I've your
> same issue :(
> Regards,
> Tommaso
>
> 2012/9/19 Bertrand Delacretaz <bd...@apache.org>
>
>> On Tue, Sep 18, 2012 at 8:50 AM, Fabian Christ
>> <ch...@googlemail.com> wrote:
>> > ...Hopefully Bertrand knows some more details as he was the mentor who
>> > setup most of the Stanbol infra initially....
>>
>> The existing VM was created in INFRA-3481, I don't remember using it
>> and I cannot ssh to it right now, it doesn't seem to accept my
>> publickey.
>>
>> Could someone else who's listed at INFRA-3481 try logging in to
>> stanbol-vm.apache.org ?
>>
>> -Bertrand
>>



-- 
Fabian
http://twitter.com/fctwitt

Re: Who administrates stanbol-vm ? Fwd: [jira] [Commented] (INFRA-5186) VM for Piwik for Stanbol PPMC

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Thu, Oct 4, 2012 at 4:42 PM, Fabian Christ
<ch...@googlemail.com> wrote:
> 2012/10/4 Bertrand Delacretaz <bd...@apache.org>:
>> ...you need to
>> add your public ssh key at
>> https://svn.apache.org/repos/infra/infrastructure/trunk/ssh_keys/people/
>...
> Added 'fchrist.pub' to that location.

Ok, you should be able to login, but maybe you also need to add your
ssh key at http://id.apache.org, I'm not sure.

http://www.apache.org/dev/freebsd-jails.html has instructions for
getting sudo permissions, IIRC they also apply to our Ubuntu box.

Here's what I did so far, as root on stanbol-vm.apache.org:

$ useradd -d /home/fchrist -m fchrist
$ usermod -G sshusers fchrist
$ cd /etc/ssh/ssh_keys/people
$ svn up
$ ln-s /etc/ssh/ssh_keys/people/fchrist.pub /etc/ssh/ssh_keys

-Bertrand

Re: Who administrates stanbol-vm ? Fwd: [jira] [Commented] (INFRA-5186) VM for Piwik for Stanbol PPMC

Posted by Fabian Christ <ch...@googlemail.com>.
Hi Bertrand,

thanks for checking this.

2012/10/4 Bertrand Delacretaz <bd...@apache.org>:
> Assuming the instructions at [1] are valid for that box, you need to
> add your public ssh key at
> https://svn.apache.org/repos/infra/infrastructure/trunk/ssh_keys/people/
> before I can create an account for you there.

Added 'fchrist.pub' to that location.

Best,
 - Fabian

-- 
Fabian
http://twitter.com/fctwitt

Re: Who administrates stanbol-vm ? Fwd: [jira] [Commented] (INFRA-5186) VM for Piwik for Stanbol PPMC

Posted by Bertrand Delacretaz <bd...@apache.org>.
On Thu, Oct 4, 2012 at 8:12 AM, Fabian Christ
<ch...@googlemail.com> wrote:
> ...are there some new insights about the VM? What should we do to get access again?..

I just tried logging in again and it worked for me, but I don't see an
fchrist account there.

Assuming the instructions at [1] are valid for that box, you need to
add your public ssh key at
https://svn.apache.org/repos/infra/infrastructure/trunk/ssh_keys/people/
before I can create an account for you there.

-Bertrand

[1] http://www.apache.org/dev/freebsd-jails.html