Seems that someone got crazy with the Terminal

2015-09-02 Thread Alberto Salvia Novella

Why is this guy filling the place with Linux dmesg messages?



-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: Amd 64 Server jeos on kvm test 1458 is oversized

2015-09-02 Thread Brendan Perrine
On Wed, 02 Sep 2015 10:06:26 -0400
Nicholas Skaggs  wrote:

> We'll need a reply from the server folks to see if they want to maintain 
This is not about cd sized images this about the line saying 
--  17 Check that the size of the installed system is below 800M:
df -h in testcase 1458 as in the used space after the install. 

Brendan Perrine 

-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: Where to clone kernel from

2015-09-02 Thread Colin Law
On 2 September 2015 at 18:12, Andy Whitcroft  wrote:
> On Wed, Sep 02, 2015 at 10:18:02AM -0400, Nicholas Skaggs wrote:
>> On 09/01/2015 02:05 PM, Colin Law wrote:
>> >On 1 September 2015 at 16:38, Colin Law  wrote:
>> >>Hi,
>> >>
>> >>Hopefully this is an appropriate forum to ask this. Am helping to
>> >>track down bug https://bugzilla.kernel.org/show_bug.cgi?id=53071 which
>> >>exhibits itself on my laptop running Wily.  By installing kernels from
>> >>http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D I have
>> >>determined that it was introduced between 3.19.8-vivid and
>> >>4.0-rc1-vivid.  The plan is to clone the kernel git repo and git
>> >>bisect to find the commit.  Since they are labelled vivid I cloned
>> >>git://kernel.ubuntu.com/ubuntu/ubuntu-vivid.git (which took a long
>> >>time on my 1.5Mb broadband) but the latest tag in there is
>> >>3.19.0-28.30
>> >>
>> >>Is the right one to use
>> >>https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/wily?
>> >That does not contain the tags I am looking for either.  Does anyone
>> >know where there is a repository with tags for 3.19.8-vivid and
>> >4.0-rc1-vivid?
>
> I think Joe is helping you now, but for completness ...
>
> The builds you are referring to are the mainline builds.  Strictly
> there are no tags for those, you would reconstruct those by cloning
> the linux-stable tree and checking out the commit listed in COMMIT in
> the same directory as the downloaded binaries.  After that applying the
> patches -* in the same directory will recreate the tree the builder
> used to make the binaries.
>
> Hope that helps.

I think it has, yes.
As you say, Joe is building the kernels and passing them to me for
testing so hopefully we will home in on the offending code over the
next few days.

Thanks

Colin

-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: Where to clone kernel from

2015-09-02 Thread Andy Whitcroft
On Wed, Sep 02, 2015 at 10:18:02AM -0400, Nicholas Skaggs wrote:
> On 09/01/2015 02:05 PM, Colin Law wrote:
> >On 1 September 2015 at 16:38, Colin Law  wrote:
> >>Hi,
> >>
> >>Hopefully this is an appropriate forum to ask this. Am helping to
> >>track down bug https://bugzilla.kernel.org/show_bug.cgi?id=53071 which
> >>exhibits itself on my laptop running Wily.  By installing kernels from
> >>http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D I have
> >>determined that it was introduced between 3.19.8-vivid and
> >>4.0-rc1-vivid.  The plan is to clone the kernel git repo and git
> >>bisect to find the commit.  Since they are labelled vivid I cloned
> >>git://kernel.ubuntu.com/ubuntu/ubuntu-vivid.git (which took a long
> >>time on my 1.5Mb broadband) but the latest tag in there is
> >>3.19.0-28.30
> >>
> >>Is the right one to use
> >>https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/wily?
> >That does not contain the tags I am looking for either.  Does anyone
> >know where there is a repository with tags for 3.19.8-vivid and
> >4.0-rc1-vivid?

I think Joe is helping you now, but for completness ...

The builds you are referring to are the mainline builds.  Strictly
there are no tags for those, you would reconstruct those by cloning
the linux-stable tree and checking out the commit listed in COMMIT in
the same directory as the downloaded binaries.  After that applying the
patches -* in the same directory will recreate the tree the builder
used to make the binaries.

Hope that helps.

-apw

-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: Where to clone kernel from

2015-09-02 Thread Joseph Salisbury
On 09/02/2015 11:24 AM, Colin Law wrote:
> On 2 September 2015 at 15:58, Joseph Salisbury
>  wrote:
>> On 09/02/2015 10:18 AM, Nicholas Skaggs wrote:
>>> On 09/01/2015 02:05 PM, Colin Law wrote:
 On 1 September 2015 at 16:38, Colin Law  wrote:
> Hi,
>
> Hopefully this is an appropriate forum to ask this. Am helping to
> track down bug https://bugzilla.kernel.org/show_bug.cgi?id=53071 which
> exhibits itself on my laptop running Wily.
>> ...
>> Hi Colin,
>>
>> Nicholas is correct with the location of the mainline tree.  You could
>> also perform the bisect with the Wily tree, but it's usually more
>> straight forward to use the mainline tree.
>>
>> One thing to note, 3.19.8 and 4.0-rc1 are not linear tags.  The kernel
>> forks when 3.19.1 is released as the first 3.19 stable version.
>> Mainline then continues along with 4.0-rc1.  This means that you can
>> only bisect between v3.19 final and v4.0-rc1.  That is as long as you
>> are sure that 3.19 final does not have the bug and 4.0-rc1 does.
>>
>> Did you happen to open a Launchpad bug for this?  If so, can you send
>> the bug number?  I'd be more than happy to help you perform this
>> bisect.  I can perform the bisect and build test kernels for you to
>> test.  You would then just need to report back if the test kernel
>> exhibits the bug ore not.
> Hi Joe
>
> Thanks for the offer. There was an existing bug
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/887793 but that
> has become out of date I think so I have opened a new one
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1491467
>
> I have determined that the last of the 3.19 kernels is ok but the
> first version in the wily tree that will build using fakeroot
> debian/rules binary-headers binary-generic, which is
>
> commit 636cdd7b2930ca2cdaf90eedd04fdb9fc7a8d5ec
> Author: Stefan Bader 
> Date: Thu Feb 14 09:55:49 2008 -0500
> UBUNTU: SAUCE: (no-up) ubuntu: dm-raid45
>
> does have the problem, so I don't know where to go from there.
>
> Cheers
>
> Colin
Hi Colin,

Thanks for opening the bug.  I'll perform the bisect for you.  I just
update the bug with a couple of kernels to test before starting the bisect.

Thanks,

Joe

-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: Where to clone kernel from

2015-09-02 Thread Colin Law
On 2 September 2015 at 15:18, Nicholas Skaggs
 wrote:
> On 09/01/2015 02:05 PM, Colin Law wrote:
>>
>> On 1 September 2015 at 16:38, Colin Law  wrote:
>>>
>>> Hi,
>>>
>>> Hopefully this is an appropriate forum to ask this. Am helping to
>>> track down bug https://bugzilla.kernel.org/show_bug.cgi?id=53071 which
>>> exhibits itself on my laptop running Wily.  By installing kernels from
>>> http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D I have
>>> determined that it was introduced between 3.19.8-vivid and
>>> 4.0-rc1-vivid.  The plan is to clone the kernel git repo and git
>>> bisect to find the commit.  Since they are labelled vivid I cloned
>>> git://kernel.ubuntu.com/ubuntu/ubuntu-vivid.git (which took a long
>>> time on my 1.5Mb broadband) but the latest tag in there is
>>> 3.19.0-28.30
>>>
>>> Is the right one to use
>>> https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/wily?
>>
>> That does not contain the tags I am looking for either.  Does anyone
>> know where there is a repository with tags for 3.19.8-vivid and
>> 4.0-rc1-vivid?
>>
>> Colin
>>
>>> Cheers
>>>
>>> Colin Law
>
> Adding in the kernel team who might be able to help more. Colin, have you
> seen / read https://wiki.ubuntu.com/Kernel/KernelBisection?
>
> If I had to guess, I'd be looking in the mainline tree:
> http://kernel.ubuntu.com/git/ubuntu/linux.git, and the conversion table
> http://people.canonical.com/~kernel/info/kernel-version-map.html. Really,
> that wiki should have all the information you need to do the bisection.
>
> Thanks for making ubuntu better by tracking this down, and good luck!

Thanks Nicholas

I think those links refer mainly to getting as far as which released
ubuntu version exhibits the problem, I was intending (and have
achieved to some extent, as described in my other post) to build the
kernel and bisect it down to find the commit that introduced the
problem.  I was referring to
https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel for this.

Cheers

Colin

-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: Where to clone kernel from

2015-09-02 Thread Colin Law
On 2 September 2015 at 15:58, Joseph Salisbury
 wrote:
> On 09/02/2015 10:18 AM, Nicholas Skaggs wrote:
>> On 09/01/2015 02:05 PM, Colin Law wrote:
>>> On 1 September 2015 at 16:38, Colin Law  wrote:
 Hi,

 Hopefully this is an appropriate forum to ask this. Am helping to
 track down bug https://bugzilla.kernel.org/show_bug.cgi?id=53071 which
 exhibits itself on my laptop running Wily.
> ...
> Hi Colin,
>
> Nicholas is correct with the location of the mainline tree.  You could
> also perform the bisect with the Wily tree, but it's usually more
> straight forward to use the mainline tree.
>
> One thing to note, 3.19.8 and 4.0-rc1 are not linear tags.  The kernel
> forks when 3.19.1 is released as the first 3.19 stable version.
> Mainline then continues along with 4.0-rc1.  This means that you can
> only bisect between v3.19 final and v4.0-rc1.  That is as long as you
> are sure that 3.19 final does not have the bug and 4.0-rc1 does.
>
> Did you happen to open a Launchpad bug for this?  If so, can you send
> the bug number?  I'd be more than happy to help you perform this
> bisect.  I can perform the bisect and build test kernels for you to
> test.  You would then just need to report back if the test kernel
> exhibits the bug ore not.

Hi Joe

Thanks for the offer. There was an existing bug
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/887793 but that
has become out of date I think so I have opened a new one
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1491467

I have determined that the last of the 3.19 kernels is ok but the
first version in the wily tree that will build using fakeroot
debian/rules binary-headers binary-generic, which is

commit 636cdd7b2930ca2cdaf90eedd04fdb9fc7a8d5ec
Author: Stefan Bader 
Date: Thu Feb 14 09:55:49 2008 -0500
UBUNTU: SAUCE: (no-up) ubuntu: dm-raid45

does have the problem, so I don't know where to go from there.

Cheers

Colin

-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: Where to clone kernel from

2015-09-02 Thread Joseph Salisbury
On 09/02/2015 10:18 AM, Nicholas Skaggs wrote:
> On 09/01/2015 02:05 PM, Colin Law wrote:
>> On 1 September 2015 at 16:38, Colin Law  wrote:
>>> Hi,
>>>
>>> Hopefully this is an appropriate forum to ask this. Am helping to
>>> track down bug https://bugzilla.kernel.org/show_bug.cgi?id=53071 which
>>> exhibits itself on my laptop running Wily.  By installing kernels from
>>> http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D I have
>>> determined that it was introduced between 3.19.8-vivid and
>>> 4.0-rc1-vivid.  The plan is to clone the kernel git repo and git
>>> bisect to find the commit.  Since they are labelled vivid I cloned
>>> git://kernel.ubuntu.com/ubuntu/ubuntu-vivid.git (which took a long
>>> time on my 1.5Mb broadband) but the latest tag in there is
>>> 3.19.0-28.30
>>>
>>> Is the right one to use
>>> https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/wily?
>>>
>> That does not contain the tags I am looking for either.  Does anyone
>> know where there is a repository with tags for 3.19.8-vivid and
>> 4.0-rc1-vivid?
>>
>> Colin
>>
>>> Cheers
>>>
>>> Colin Law
> Adding in the kernel team who might be able to help more. Colin, have
> you seen / read https://wiki.ubuntu.com/Kernel/KernelBisection?
>
> If I had to guess, I'd be looking in the mainline tree:
> http://kernel.ubuntu.com/git/ubuntu/linux.git, and the conversion
> table
> http://people.canonical.com/~kernel/info/kernel-version-map.html.
> Really, that wiki should have all the information you need to do the
> bisection.
>
> Thanks for making ubuntu better by tracking this down, and good luck!
>
> Nicholas
>

Hi Colin,

Nicholas is correct with the location of the mainline tree.  You could
also perform the bisect with the Wily tree, but it's usually more
straight forward to use the mainline tree.

One thing to note, 3.19.8 and 4.0-rc1 are not linear tags.  The kernel
forks when 3.19.1 is released as the first 3.19 stable version. 
Mainline then continues along with 4.0-rc1.  This means that you can
only bisect between v3.19 final and v4.0-rc1.  That is as long as you
are sure that 3.19 final does not have the bug and 4.0-rc1 does. 

Did you happen to open a Launchpad bug for this?  If so, can you send
the bug number?  I'd be more than happy to help you perform this
bisect.  I can perform the bisect and build test kernels for you to
test.  You would then just need to report back if the test kernel
exhibits the bug ore not.

Thanks,

Joe




-- 
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Fwd: [Ubuntu-phone] Next generation of SDK

2015-09-02 Thread Nicholas Skaggs
Those of you who are into phone development, or just curious, the SDK 
team would love some feedback on the new Ubuntu SDK. Check out the info 
below.



 Forwarded Message 
Subject:[Ubuntu-phone] Next generation of SDK
Date:   Wed, 2 Sep 2015 10:13:32 +0300
From:   Zoltán Balogh 
To: ubuntu-phone 



Hi all,

I have just posted on the Developer blog ->

https://developer.ubuntu.com/en/blog/2015/09/01/next-generation-sdk/

I kindly invite anybody for testing this new kind of Ubuntu SDK.

No need to get scared :) the UI and the flow is the same as now... just
much faster to set up and brings the very same bits to LTS users as to
Wily riders.

For the brave it takes only that much ->

$ sudo add-apt-repository ppa:ubuntu-sdk-team/tools-development -y &&
sudo apt-get update
$ sudo apt-get install ubuntu-sdk-ide ubuntu-sdk-api-tools
ubuntu-sdk-api-15.04-armhf ubuntu-sdk-api-15.04-i386

After that you can have a hot beverage break :) depending on your
network as it downloads ~1GB data. But once it is done, you are good to
go :)

Note, this is not officially released yet! It is more like a tech preview.

Feedbacks, comments and ideas are welcome.

cheers,

bzoltan

--
Mailing list: https://launchpad.net/~ubuntu-phone
Post to : ubuntu-ph...@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-phone
More help   : https://help.launchpad.net/ListHelp




--
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: Where to clone kernel from

2015-09-02 Thread Nicholas Skaggs

On 09/01/2015 02:05 PM, Colin Law wrote:

On 1 September 2015 at 16:38, Colin Law  wrote:

Hi,

Hopefully this is an appropriate forum to ask this. Am helping to
track down bug https://bugzilla.kernel.org/show_bug.cgi?id=53071 which
exhibits itself on my laptop running Wily.  By installing kernels from
http://kernel.ubuntu.com/~kernel-ppa/mainline/?C=N;O=D I have
determined that it was introduced between 3.19.8-vivid and
4.0-rc1-vivid.  The plan is to clone the kernel git repo and git
bisect to find the commit.  Since they are labelled vivid I cloned
git://kernel.ubuntu.com/ubuntu/ubuntu-vivid.git (which took a long
time on my 1.5Mb broadband) but the latest tag in there is
3.19.0-28.30

Is the right one to use
https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/wily?

That does not contain the tags I am looking for either.  Does anyone
know where there is a repository with tags for 3.19.8-vivid and
4.0-rc1-vivid?

Colin


Cheers

Colin Law
Adding in the kernel team who might be able to help more. Colin, have 
you seen / read https://wiki.ubuntu.com/Kernel/KernelBisection?


If I had to guess, I'd be looking in the mainline tree: 
http://kernel.ubuntu.com/git/ubuntu/linux.git, and the conversion table 
http://people.canonical.com/~kernel/info/kernel-version-map.html. 
Really, that wiki should have all the information you need to do the 
bisection.


Thanks for making ubuntu better by tracking this down, and good luck!

Nicholas

--
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality


Re: Amd 64 Server jeos on kvm test 1458 is oversized

2015-09-02 Thread Nicholas Skaggs

On 09/01/2015 05:33 PM, Brendan Perrine wrote:

I find that after the gcc migration this is over the 800 MB provided in the 
testcase. Using the dialy iso from
zsync 
http://cdimage.ubuntu.com/ubuntu-server/daily/20150901/wily-server-amd64.iso.zsync
I get 1.1 GB used. This was getting closer to the 800 MB limit a few weeks ago 
when I used this testcase but now it seems to use 1.1 GB but am not sure if 
this is space usage increasing with modern packages or if something is 
installed that should not be. I am not really sure what to file the bug against 
but it is using more space than it should in the testcase.
We'll need a reply from the server folks to see if they want to maintain 
cd size on this or not. The desktop images obviously stopped trying to 
meet that criteria some time ago. I would file a bug against the debian 
installer, though someone else might have a more appropriate place:


https://bugs.launchpad.net/ubuntu/+source/debian-installer/+filebug


Nicholas

--
Ubuntu-quality mailing list
Ubuntu-quality@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-quality