All of lore.kernel.org
 help / color / mirror / Atom feed
* ./run-make-check.sh
       [not found] <955833108.16153353.1447976340808.JavaMail.zimbra@redhat.com>
@ 2015-11-19 23:39 ` Shinobu Kinjo
       [not found]   ` <CAEf3A-zgvAXT3EUX_+U+ZN_QspFrFQhjMJHgtArnCqh5WDkXzQ@mail.gmail.com>
  2015-11-20  8:15   ` ./run-make-check.sh Loic Dachary
  0 siblings, 2 replies; 5+ messages in thread
From: Shinobu Kinjo @ 2015-11-19 23:39 UTC (permalink / raw)
  To: ceph-devel

Hello,

I saw this message during executing run-make-check.sh on fc23:

2015-11-20 01:05:37.529021 7f8742e3d7c0 -1  ** ERROR: error creating empty object store in testdir/osd-reactivate/0: (13) Permission denied

Can we ignore at the moment?

If I've missed anything, let me know.

Thanks!!
Shinobu

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ./run-make-check.sh
       [not found]   ` <CAEf3A-zgvAXT3EUX_+U+ZN_QspFrFQhjMJHgtArnCqh5WDkXzQ@mail.gmail.com>
@ 2015-11-20  2:30     ` Shinobu Kinjo
  0 siblings, 0 replies; 5+ messages in thread
From: Shinobu Kinjo @ 2015-11-20  2:30 UTC (permalink / raw)
  To: tobe; +Cc: ceph-devel

I always run with root -;

Thanks!
Shinobu

----- Original Message -----
From: "tobe" <tobeg3oogle@gmail.com>
To: "Shinobu Kinjo" <skinjo@redhat.com>
Cc: "ceph-devel" <ceph-devel@vger.kernel.org>
Sent: Friday, November 20, 2015 11:24:57 AM
Subject: Re: [CEPH-DEVEL] ./run-make-check.sh

It seems to be the permission problem and you got "Permission denied".

Can you try again as the root user or sudo?

On Fri, Nov 20, 2015 at 7:39 AM, Shinobu Kinjo <skinjo@redhat.com> wrote:

> Hello,
>
> I saw this message during executing run-make-check.sh on fc23:
>
> 2015-11-20 01:05:37.529021 7f8742e3d7c0 -1  ** ERROR: error creating empty
> object store in testdir/osd-reactivate/0: (13) Permission denied
>
> Can we ignore at the moment?
>
> If I've missed anything, let me know.
>
> Thanks!!
> Shinobu
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ./run-make-check.sh
  2015-11-19 23:39 ` ./run-make-check.sh Shinobu Kinjo
       [not found]   ` <CAEf3A-zgvAXT3EUX_+U+ZN_QspFrFQhjMJHgtArnCqh5WDkXzQ@mail.gmail.com>
@ 2015-11-20  8:15   ` Loic Dachary
  2015-11-20 13:21     ` ./run-make-check.sh Shinobu Kinjo
  1 sibling, 1 reply; 5+ messages in thread
From: Loic Dachary @ 2015-11-20  8:15 UTC (permalink / raw)
  To: Shinobu Kinjo, ceph-devel

[-- Attachment #1: Type: text/plain, Size: 908 bytes --]

Hi,

It is uncommon to run this script as root, there is no need to.

On 20/11/2015 00:39, Shinobu Kinjo wrote:
> Hello,
> 
> I saw this message during executing run-make-check.sh on fc23:
> 
> 2015-11-20 01:05:37.529021 7f8742e3d7c0 -1  ** ERROR: error creating empty object store in testdir/osd-reactivate/0: (13) Permission denied

Could you publish somewhere (paste2.org for instance) the full output of run-make-check.sh ? It is possible to get EPERM for reasons other than the underlying file system permission.

Cheers

> 
> Can we ignore at the moment?
> 
> If I've missed anything, let me know.
> 
> Thanks!!
> Shinobu
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 
Loïc Dachary, Artisan Logiciel Libre


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ./run-make-check.sh
  2015-11-20  8:15   ` ./run-make-check.sh Loic Dachary
@ 2015-11-20 13:21     ` Shinobu Kinjo
  2015-11-20 14:23       ` ./run-make-check.sh Loic Dachary
  0 siblings, 1 reply; 5+ messages in thread
From: Shinobu Kinjo @ 2015-11-20 13:21 UTC (permalink / raw)
  To: Loic Dachary; +Cc: ceph-devel

Thanks, Loic!!!

Am I ought to dig into OSD.cc, or is that message ignorable ?

 Shinobu

----- Original Message -----
From: "Loic Dachary" <loic@dachary.org>
To: "Shinobu Kinjo" <skinjo@redhat.com>, "ceph-devel" <ceph-devel@vger.kernel.org>
Sent: Friday, November 20, 2015 5:15:43 PM
Subject: Re: [CEPH-DEVEL] ./run-make-check.sh

Hi,

It is uncommon to run this script as root, there is no need to.

On 20/11/2015 00:39, Shinobu Kinjo wrote:
> Hello,
> 
> I saw this message during executing run-make-check.sh on fc23:
> 
> 2015-11-20 01:05:37.529021 7f8742e3d7c0 -1  ** ERROR: error creating empty object store in testdir/osd-reactivate/0: (13) Permission denied

Could you publish somewhere (paste2.org for instance) the full output of run-make-check.sh ? It is possible to get EPERM for reasons other than the underlying file system permission.

Cheers

> 
> Can we ignore at the moment?
> 
> If I've missed anything, let me know.
> 
> Thanks!!
> Shinobu
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

-- 
Loïc Dachary, Artisan Logiciel Libre

--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ./run-make-check.sh
  2015-11-20 13:21     ` ./run-make-check.sh Shinobu Kinjo
@ 2015-11-20 14:23       ` Loic Dachary
  0 siblings, 0 replies; 5+ messages in thread
From: Loic Dachary @ 2015-11-20 14:23 UTC (permalink / raw)
  To: Shinobu Kinjo; +Cc: ceph-devel

[-- Attachment #1: Type: text/plain, Size: 1406 bytes --]

If it does not fail the tests you can ignore it.

On 20/11/2015 14:21, Shinobu Kinjo wrote:
> Thanks, Loic!!!
> 
> Am I ought to dig into OSD.cc, or is that message ignorable ?
> 
>  Shinobu
> 
> ----- Original Message -----
> From: "Loic Dachary" <loic@dachary.org>
> To: "Shinobu Kinjo" <skinjo@redhat.com>, "ceph-devel" <ceph-devel@vger.kernel.org>
> Sent: Friday, November 20, 2015 5:15:43 PM
> Subject: Re: [CEPH-DEVEL] ./run-make-check.sh
> 
> Hi,
> 
> It is uncommon to run this script as root, there is no need to.
> 
> On 20/11/2015 00:39, Shinobu Kinjo wrote:
>> Hello,
>>
>> I saw this message during executing run-make-check.sh on fc23:
>>
>> 2015-11-20 01:05:37.529021 7f8742e3d7c0 -1  ** ERROR: error creating empty object store in testdir/osd-reactivate/0: (13) Permission denied
> 
> Could you publish somewhere (paste2.org for instance) the full output of run-make-check.sh ? It is possible to get EPERM for reasons other than the underlying file system permission.
> 
> Cheers
> 
>>
>> Can we ignore at the moment?
>>
>> If I've missed anything, let me know.
>>
>> Thanks!!
>> Shinobu
>> --
>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>
> 

-- 
Loïc Dachary, Artisan Logiciel Libre


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-20 14:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <955833108.16153353.1447976340808.JavaMail.zimbra@redhat.com>
2015-11-19 23:39 ` ./run-make-check.sh Shinobu Kinjo
     [not found]   ` <CAEf3A-zgvAXT3EUX_+U+ZN_QspFrFQhjMJHgtArnCqh5WDkXzQ@mail.gmail.com>
2015-11-20  2:30     ` ./run-make-check.sh Shinobu Kinjo
2015-11-20  8:15   ` ./run-make-check.sh Loic Dachary
2015-11-20 13:21     ` ./run-make-check.sh Shinobu Kinjo
2015-11-20 14:23       ` ./run-make-check.sh Loic Dachary

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.