kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Eduyptula task 2 doubt.
@ 2016-09-08 20:21 Vipul Jain
  2016-09-09  0:08 ` François
  0 siblings, 1 reply; 5+ messages in thread
From: Vipul Jain @ 2016-09-08 20:21 UTC (permalink / raw)
  To: kernelnewbies

Hi,

I got kernel from
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git and
build and booted my kernel with CONFIG_LOCALVERSION_AUTO set and uname
-r comes out as 4.8.0-rc5-42-desktop and even the git tag list
v4.8-rc5 as the latest but still penguin did not accept my task just
wanted to know is penguin correct and I need to focus on getting the
latest linux source or this is penguin issue. Please kindly let me
know I have submitted twice to penguin but he does not seems to be
happy.


Regards,
Vipul.

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

* Eduyptula task 2 doubt.
  2016-09-08 20:21 Eduyptula task 2 doubt Vipul Jain
@ 2016-09-09  0:08 ` François
  2016-09-09  0:23   ` Vipul Jain
  0 siblings, 1 reply; 5+ messages in thread
From: François @ 2016-09-09  0:08 UTC (permalink / raw)
  To: kernelnewbies

On Thu, Sep 08, 2016 at 01:21:22PM -0700, Vipul Jain wrote:
> Hi,
> 
> I got kernel from
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git and
> build and booted my kernel with CONFIG_LOCALVERSION_AUTO set and uname
> -r comes out as 4.8.0-rc5-42-desktop and even the git tag list
> v4.8-rc5 as the latest but still penguin did not accept my task just
> wanted to know is penguin correct and I need to focus on getting the
> latest linux source or this is penguin issue. Please kindly let me
> know I have submitted twice to penguin but he does not seems to be
> happy.

You may have not activated the right config option.
My output was more like:

root at localhost ~]# uname -ra
Linux localhost 4.4.0fser-06534-gece6267 #2 SMP Mon Jan 18 22:36:48 CET 2016 x86_64 x86_64 x86_64 GNU/Linux

Try again :)

-- 
Fran?ois

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

* Eduyptula task 2 doubt.
  2016-09-09  0:08 ` François
@ 2016-09-09  0:23   ` Vipul Jain
  2016-09-09  3:32     ` Giedrius Statkevičius
  0 siblings, 1 reply; 5+ messages in thread
From: Vipul Jain @ 2016-09-09  0:23 UTC (permalink / raw)
  To: kernelnewbies

On Thu, Sep 8, 2016 at 5:08 PM, Fran?ois <aifsair@gmail.com> wrote:
> On Thu, Sep 08, 2016 at 01:21:22PM -0700, Vipul Jain wrote:
>> Hi,
>>
>> I got kernel from
>> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git and
>> build and booted my kernel with CONFIG_LOCALVERSION_AUTO set and uname
>> -r comes out as 4.8.0-rc5-42-desktop and even the git tag list
>> v4.8-rc5 as the latest but still penguin did not accept my task just
>> wanted to know is penguin correct and I need to focus on getting the
>> latest linux source or this is penguin issue. Please kindly let me
>> know I have submitted twice to penguin but he does not seems to be
>> happy.
>
> You may have not activated the right config option.
> My output was more like:
>
> root at localhost ~]# uname -ra
> Linux localhost 4.4.0fser-06534-gece6267 #2 SMP Mon Jan 18 22:36:48 CET 2016 x86_64 x86_64 x86_64 GNU/Linux
>
> Try again :)
>
> --
> Fran?ois


The problem is that option I was asked is enabled :( I don't know what
else can I do :(

vjain at linux-tssh.site:~/playground/linux/linus-stable> uname -ra
Linux linux-tssh.site 4.8.0-rc5-42-desktop #2 SMP PREEMPT Wed Sep 7
22:18:11 PDT 2016 i686 i686 i386 GNU/Linux

vjain at linux-tssh.site:~/playground/linux/linus-stable> cat
/boot/config-4.8.0-rc5-42-desktop | grep CONFIG_LOCALVERSION_AUTO
CONFIG_LOCALVERSION_AUTO=y


Regards,
Vipul.

>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

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

* Eduyptula task 2 doubt.
  2016-09-09  0:23   ` Vipul Jain
@ 2016-09-09  3:32     ` Giedrius Statkevičius
  2016-09-16 11:28       ` Ricardo Ribalda Delgado
  0 siblings, 1 reply; 5+ messages in thread
From: Giedrius Statkevičius @ 2016-09-09  3:32 UTC (permalink / raw)
  To: kernelnewbies

On Thu, Sep 08, 2016 at 05:23:05PM -0700, Vipul Jain wrote:
> On Thu, Sep 8, 2016 at 5:08 PM, Fran?ois <aifsair@gmail.com> wrote:
> > On Thu, Sep 08, 2016 at 01:21:22PM -0700, Vipul Jain wrote:
> >> Hi,
> >>
> >> I got kernel from
> >> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git and
> >> build and booted my kernel with CONFIG_LOCALVERSION_AUTO set and uname
> >> -r comes out as 4.8.0-rc5-42-desktop and even the git tag list
> >> v4.8-rc5 as the latest but still penguin did not accept my task just
> >> wanted to know is penguin correct and I need to focus on getting the
> >> latest linux source or this is penguin issue. Please kindly let me
> >> know I have submitted twice to penguin but he does not seems to be
> >> happy.
> >
> > You may have not activated the right config option.
> > My output was more like:
> >
> > root at localhost ~]# uname -ra
> > Linux localhost 4.4.0fser-06534-gece6267 #2 SMP Mon Jan 18 22:36:48 CET 2016 x86_64 x86_64 x86_64 GNU/Linux
> >
> > Try again :)
> >
> > --
> > Fran?ois
> 
> 
> The problem is that option I was asked is enabled :( I don't know what
> else can I do :(
> 
> vjain at linux-tssh.site:~/playground/linux/linus-stable> uname -ra
> Linux linux-tssh.site 4.8.0-rc5-42-desktop #2 SMP PREEMPT Wed Sep 7
> 22:18:11 PDT 2016 i686 i686 i386 GNU/Linux
> 
> vjain at linux-tssh.site:~/playground/linux/linus-stable> cat
> /boot/config-4.8.0-rc5-42-desktop | grep CONFIG_LOCALVERSION_AUTO
> CONFIG_LOCALVERSION_AUTO=y

You are probably banned from the challenge at this point. Read the rules.

-- 
        Giedrius

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

* Eduyptula task 2 doubt.
  2016-09-09  3:32     ` Giedrius Statkevičius
@ 2016-09-16 11:28       ` Ricardo Ribalda Delgado
  0 siblings, 0 replies; 5+ messages in thread
From: Ricardo Ribalda Delgado @ 2016-09-16 11:28 UTC (permalink / raw)
  To: kernelnewbies

The first rule of Fight Club is: You do not talk about Fight Club. The
second rule of Fight Club is: You do not talk about Fight Club.

Same for Eudyptula

On Fri, Sep 9, 2016 at 5:32 AM, Giedrius Statkevi?ius
<giedrius.statkevicius@gmail.com> wrote:
> On Thu, Sep 08, 2016 at 05:23:05PM -0700, Vipul Jain wrote:
>> On Thu, Sep 8, 2016 at 5:08 PM, Fran?ois <aifsair@gmail.com> wrote:
>> > On Thu, Sep 08, 2016 at 01:21:22PM -0700, Vipul Jain wrote:
>> >> Hi,
>> >>
>> >> I got kernel from
>> >> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git and
>> >> build and booted my kernel with CONFIG_LOCALVERSION_AUTO set and uname
>> >> -r comes out as 4.8.0-rc5-42-desktop and even the git tag list
>> >> v4.8-rc5 as the latest but still penguin did not accept my task just
>> >> wanted to know is penguin correct and I need to focus on getting the
>> >> latest linux source or this is penguin issue. Please kindly let me
>> >> know I have submitted twice to penguin but he does not seems to be
>> >> happy.
>> >
>> > You may have not activated the right config option.
>> > My output was more like:
>> >
>> > root at localhost ~]# uname -ra
>> > Linux localhost 4.4.0fser-06534-gece6267 #2 SMP Mon Jan 18 22:36:48 CET 2016 x86_64 x86_64 x86_64 GNU/Linux
>> >
>> > Try again :)
>> >
>> > --
>> > Fran?ois
>>
>>
>> The problem is that option I was asked is enabled :( I don't know what
>> else can I do :(
>>
>> vjain at linux-tssh.site:~/playground/linux/linus-stable> uname -ra
>> Linux linux-tssh.site 4.8.0-rc5-42-desktop #2 SMP PREEMPT Wed Sep 7
>> 22:18:11 PDT 2016 i686 i686 i386 GNU/Linux
>>
>> vjain at linux-tssh.site:~/playground/linux/linus-stable> cat
>> /boot/config-4.8.0-rc5-42-desktop | grep CONFIG_LOCALVERSION_AUTO
>> CONFIG_LOCALVERSION_AUTO=y
>
> You are probably banned from the challenge at this point. Read the rules.
>
> --
>         Giedrius
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies



-- 
Ricardo Ribalda

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

end of thread, other threads:[~2016-09-16 11:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-08 20:21 Eduyptula task 2 doubt Vipul Jain
2016-09-09  0:08 ` François
2016-09-09  0:23   ` Vipul Jain
2016-09-09  3:32     ` Giedrius Statkevičius
2016-09-16 11:28       ` Ricardo Ribalda Delgado

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).