This is pretty okay code, it wouldn't be too much of an effort to
properly autotoolize it. Not saying that's really needed, since
William's last patches that were just merged are just fine, but having
the ability to run `make distcheck` is just a plus for any project.
If you're interested, let us know... it isn't as hard as it looks.
And thanks for pushing a tag/release, of course.
Auke
On 04/27/2018 01:32 PM, Douglas, William wrote:
> Hi Jin Yao,
>
> I just made a PR to numatop for some changes that would help up
> package numatop. If you could review those before making a release (as
> I needed them to autospec numatop on Clear Linux) that would be great.
>
> As for the release itself, since you aren't using autotools creating a
> make dist target is probably overkill. Instead you can just relay on
> github to make a tar.gz of the commit you tag for the release and
> Clear Linux can use that.
>
> So for example:
> https://github.com/clearlinux/clr-boot-manager/releases has a .tar.gz
> file that github made when I created a release through their UI. Once
> you have done that let me know and I'll be able to add numatop to
> Clear Linux.
>
> Thanks,
> William
>
> On Thu, Apr 26, 2018 at 6:58 PM, Jin, Yao <yao.jin(a)intel.com> wrote:
>> Hi William,
>>
>> I'm maintaining the numatop. For making a release, do you mean I should provide a tar package which only contains the source code and even with binary but it doesn't need to be a full git repo, right?
>>
>> Once the release tar package is ready, I upload it to github and provide you a link. Is this understanding correct?
>>
>> Thanks
>> Jin Yao
>>
>> -----Original Message-----
>> From: Douglas, William [mailto:william.douglas(a)intel.com]
>> Sent: Friday, April 27, 2018 9:44 AM
>> To: Du, Julie <julie.du(a)intel.com>
>> Cc: dev(a)lists.clearlinux.org; Jin, Yao <yao.jin(a)intel.com>
>> Subject: Re: [Clr-dev] Request to add NumaTOP to performance tool bundle
>>
>> Hi,
>>
>> As you are maintaining the tool would you mind making a release on github so that we can use our automated tooling to track future releases so we can always keep numatop up to date. Once you have a release tar I'll be happy to take a shot at packaging it.
>>
>> On Thu, Apr 26, 2018 at 6:38 PM, Du, Julie <julie.du(a)intel.com> wrote:
>>> We have a tool named NumaTOP (https://01.org/numatop ) . NumaTOP is an Intel created observation tool for runtime memory locality characterization and analysis of processes and threads running on a NUMA system. It helps the user to characterize the NUMA behavior of processes and threads, and identify where the NUMA-related performance bottlenecks reside. The open source code is: https://github.com/intel/numatop . The tool is integrated in Ubuntu since 16.04.
>>>
>>> Is it possible to add NumaTOP to the performance tool bundle in Clear Linux?
>>>
>>> Thanks
>>> Julie
>>>
>>>
>>> _______________________________________________
>>> Dev mailing list
>>> Dev(a)lists.clearlinux.org
>>> https://lists.clearlinux.org/mailman/listinfo/dev
> _______________________________________________
> Dev mailing list
> Dev(a)lists.clearlinux.org
> https://lists.clearlinux.org/mailman/listinfo/dev
>
Hi Geoffroy,
Yes, we are having issues with the certificates: https://github.com/clearlinux/distribution/issues/53
I don't have the status, but there are already people working on this.
Regards
Athenas
On 4/30/18, 5:56 AM, "Dev on behalf of VanCutsem, Geoffroy" <dev-bounces(a)lists.clearlinux.org on behalf of geoffroy.vancutsem(a)intel.com> wrote:
Hi folks,
It appears the website certificate used by download.clearlinux.org has expired (today): https://download.clearlinux.org/
As it happens, I was trying to do a fresh install of Clearlinux on one of my NUC and while that worked, I can't add any bundle (nor check for an update). swupd always returns an error: "Error, Network issue, unable to check for update". I do have a valid IP address (I checked "systemctl status system-networkd") and I'm not behind a proxy. I don't have curl, wget, ping, ifconfig or similar tools to test the network further and I don't know how to make 'swupd' more verbose. At this stage, I'm simply wondering if my 'swupd' issue isn't related to the certificate issue. Can anyone help me out?
Thanks,
Geoffroy
Technical Marketing Engineer Manager
Open-Source Technology Centre
Tel: +32 (0)3 450 0851
-----------------------------------------------
Intel Corporation NV/SA
Kings Square, Veldkant 31
2550 Kontich
RPM (Bruxelles) 0415.497.718.
Citibank, Brussels, account 570/1031255/09
_______________________________________________
Dev mailing list
Dev(a)lists.clearlinux.orghttps://lists.clearlinux.org/mailman/listinfo/dev
Hi folks,
It appears the website certificate used by download.clearlinux.org has expired (today): https://download.clearlinux.org/
As it happens, I was trying to do a fresh install of Clearlinux on one of my NUC and while that worked, I can't add any bundle (nor check for an update). swupd always returns an error: "Error, Network issue, unable to check for update". I do have a valid IP address (I checked "systemctl status system-networkd") and I'm not behind a proxy. I don't have curl, wget, ping, ifconfig or similar tools to test the network further and I don't know how to make 'swupd' more verbose. At this stage, I'm simply wondering if my 'swupd' issue isn't related to the certificate issue. Can anyone help me out?
Thanks,
Geoffroy
Technical Marketing Engineer Manager
Open-Source Technology Centre
Tel: +32 (0)3 450 0851
-----------------------------------------------
Intel Corporation NV/SA
Kings Square, Veldkant 31
2550 Kontich
RPM (Bruxelles) 0415.497.718.
Citibank, Brussels, account 570/1031255/09
I just enabled ISO generation and it will be available in tomorrow's morning build. I synced with Salvador for validation too.
-Alex
On 4/25/18, 2:13 PM, "Teran Ochoa, Salvador" <salvador.teran.ochoa(a)intel.com> wrote:
> > On Wednesday, 25 April 2018 11:42:52 PDT Auke Kok wrote:
> >> https://download.clearlinux.org/releases/21440/clear/clear-21440-inst
> >> aller.i
> >> so.xz
> >>
> >> It's slightly older but tested. It will update almost immediately
> >> after installation.
> >
> > How do you find the latest ISO, besides knowing that 21440 had it? Why
> > aren't we creating them for every release?
>
> We're actually sorting this out right now, and figuring out how we can get some
> basic QA to monitor the health of the ISO images at the same time.
Please keep me in the loop so QA can validate it as soon as we start releasing it again.
ST
Hi Jin Yao,
I just made a PR to numatop for some changes that would help up
package numatop. If you could review those before making a release (as
I needed them to autospec numatop on Clear Linux) that would be great.
As for the release itself, since you aren't using autotools creating a
make dist target is probably overkill. Instead you can just relay on
github to make a tar.gz of the commit you tag for the release and
Clear Linux can use that.
So for example:
https://github.com/clearlinux/clr-boot-manager/releases has a .tar.gz
file that github made when I created a release through their UI. Once
you have done that let me know and I'll be able to add numatop to
Clear Linux.
Thanks,
William
On Thu, Apr 26, 2018 at 6:58 PM, Jin, Yao <yao.jin(a)intel.com> wrote:
> Hi William,
>
> I'm maintaining the numatop. For making a release, do you mean I should provide a tar package which only contains the source code and even with binary but it doesn't need to be a full git repo, right?
>
> Once the release tar package is ready, I upload it to github and provide you a link. Is this understanding correct?
>
> Thanks
> Jin Yao
>
> -----Original Message-----
> From: Douglas, William [mailto:william.douglas(a)intel.com]
> Sent: Friday, April 27, 2018 9:44 AM
> To: Du, Julie <julie.du(a)intel.com>
> Cc: dev(a)lists.clearlinux.org; Jin, Yao <yao.jin(a)intel.com>
> Subject: Re: [Clr-dev] Request to add NumaTOP to performance tool bundle
>
> Hi,
>
> As you are maintaining the tool would you mind making a release on github so that we can use our automated tooling to track future releases so we can always keep numatop up to date. Once you have a release tar I'll be happy to take a shot at packaging it.
>
> On Thu, Apr 26, 2018 at 6:38 PM, Du, Julie <julie.du(a)intel.com> wrote:
>> We have a tool named NumaTOP (https://01.org/numatop ) . NumaTOP is an Intel created observation tool for runtime memory locality characterization and analysis of processes and threads running on a NUMA system. It helps the user to characterize the NUMA behavior of processes and threads, and identify where the NUMA-related performance bottlenecks reside. The open source code is: https://github.com/intel/numatop . The tool is integrated in Ubuntu since 16.04.
>>
>> Is it possible to add NumaTOP to the performance tool bundle in Clear Linux?
>>
>> Thanks
>> Julie
>>
>>
>> _______________________________________________
>> Dev mailing list
>> Dev(a)lists.clearlinux.org
>> https://lists.clearlinux.org/mailman/listinfo/dev
Hi,
As you are maintaining the tool would you mind making a release on
github so that we can use our automated tooling to track future
releases so we can always keep numatop up to date. Once you have a
release tar I'll be happy to take a shot at packaging it.
On Thu, Apr 26, 2018 at 6:38 PM, Du, Julie <julie.du(a)intel.com> wrote:
> We have a tool named NumaTOP (https://01.org/numatop ) . NumaTOP is an Intel created observation tool for runtime memory locality characterization and analysis of processes and threads running on a NUMA system. It helps the user to characterize the NUMA behavior of processes and threads, and identify where the NUMA-related performance bottlenecks reside. The open source code is: https://github.com/intel/numatop . The tool is integrated in Ubuntu since 16.04.
>
> Is it possible to add NumaTOP to the performance tool bundle in Clear Linux?
>
> Thanks
> Julie
>
>
> _______________________________________________
> Dev mailing list
> Dev(a)lists.clearlinux.org
> https://lists.clearlinux.org/mailman/listinfo/dev
We have a tool named NumaTOP (https://01.org/numatop ) . NumaTOP is an Intel created observation tool for runtime memory locality characterization and analysis of processes and threads running on a NUMA system. It helps the user to characterize the NUMA behavior of processes and threads, and identify where the NUMA-related performance bottlenecks reside. The open source code is: https://github.com/intel/numatop . The tool is integrated in Ubuntu since 16.04.
Is it possible to add NumaTOP to the performance tool bundle in Clear Linux?
Thanks
Julie