Re: [OM Cooker] avoid kernel 4.8

2016-10-05 Thread Ben Bullard

Oh, this needs to be RED LETTERED or something...

Ben Bullard
ben79

OpenMandriva-QA Team

On 10/05/2016 11:52 AM, Robert Xu wrote:

currently experiencing hard crashes (i hit it myself), look out for patches:

http://lkml.iu.edu/hypermail/linux/kernel/1610.0/00878.html



___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


[OM Cooker] New Lx 3.0 user with AMD HD-7770 GPU needs help.

2016-10-05 Thread Ben Bullard
Neither Raphael or I know what to do to help so we probably need a 
developer to help.



https://forum.openmandriva.org/t/video-driver-for-amd-hd-7770/759


--

Ben Bullard
ben79

OpenMandriva-QA Team

___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


Re: [OM Cooker] Need help with bugzilla admin.

2016-10-05 Thread Robert Xu
It's using local sendmail. So let's just force it to use our smtp server
and see if that solves it.

On 5 Oct 2016 2:18 am, "Raphaël Jadot"  wrote:

> This, or a local sendmail program can not sent to @ml.openmandriva.org,
> and we need to configure bugzilla to use smtp.
>
> 05.10.2016, 03:24, "Robert Xu" :
> > So basically, we've identified it as "accounts @openmandriva.org cannot
> send to @ml.openmandriva.org", it looks like?
> >
> > On 4 Oct 2016 6:36 pm, "Ben Bullard"  wrote:
> >> Yep, you're correct about both.
> >>
> >> Ben Bullard ben79  OpenMandriva-QA Team
> >>
> >> On 10/03/2016 11:46 PM, Robert Xu wrote:
> >>
> >>> You don't need a user account for that on Bugzilla. It's a global
> watcher... Interestingly enough, I don't think the email server can send to
> our mailing lists...
> >>>
> >>> On 4 Oct 2016 00:38, "Anurag Bhandari"  wrote:
> >>>
>  Hi Ben. You created user account in Bugzilla using the new ML's email
> address?
> 
>  On Tue, Oct 4, 2016 at 8:00 AM, Ben Bullard 
> wrote:
> 
> > I created a user account for 'om-qa-notifications@ml.
> openmandriva.org' now i need to remove it but don't yet see how.
> >
> > -- Ben Bullard ben79  OpenMandriva-QA Team
> 
>  --
> 
>  May the Source be with you
>  anuragbhandari.com
> 
>  ___
>  OM-Cooker mailing list
>  OM-Cooker@ml.openmandriva.org
>  http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.
> openmandriva.org
> > ,
> >
> > ___
> > OM-Cooker mailing list
> > OM-Cooker@ml.openmandriva.org
> > http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.
> openmandriva.org
>
> --
> Raphaël J.
>
> ___
> OM-Cooker mailing list
> OM-Cooker@ml.openmandriva.org
> http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org
>
___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


[OM Cooker] avoid kernel 4.8

2016-10-05 Thread Robert Xu
currently experiencing hard crashes (i hit it myself), look out for patches:

http://lkml.iu.edu/hypermail/linux/kernel/1610.0/00878.html

-- 
cheers, Robert :: rxu.io

___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


Re: [OM Cooker] Agenda for TC meeting for Wednesday October 5th, 17.00

2016-10-05 Thread Efrem Mc
Please send the information for the meeting so that I can attend.

Thanks,
Efrem Mc

On Wed, Oct 5, 2016 at 3:13 AM, Ben Bullard  wrote:

> To be sure about time and eliminate excuses for lateness. We are referring
> to 17:00 CEST and/or 15:00 UTC.
>
> Either of these translate to 10:00 AM for me in US CST For me. I need to
> know specifically/accurately about time as I have a busy day before and
> after.
>
> Believe we agreed in last meeting to have no late meetings. *Free beer
> and tacos for all if meeting starts on time!*
>
>
> Ben Bullard
> ben79
> 
> OpenMandriva-QA Team
>
> On 10/04/2016 05:36 PM, Kate Lebedeff wrote:
>
> Hey guys!
>
> So agenda:
>
> 1.  work on the plan for the new Kahinah
> 2. We need some kind of way to automatically publish for members of QA-Team, 
> interested developers, and others when any new bug is created (@Ben, let’s 
> start with this one, and I guess your next suggested topic is automatically 
> included).
> 3. AoB
>
> See you soon!
> ___
> OM-Cooker mailing 
> listOM-Cooker@ml.openmandriva.orghttp://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org
>
>
>
___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


[OM Cooker] A new tool for backward compatibility analysis of API/ABI interfaces in RPM packages

2016-10-05 Thread Ponomarenko Andrey
Hello,

I'd like to present a new free tool for maintainers of software libraries — 
Package ABI Diff Tool (Pkg-ABIdiff). It's a tool for backward compatibility 
analysis of API/ABI interfaces in RPM packages.

The tool does the following:

1. Extracts input packages
2. Searches for *.debuginfo, *.so and header files
3. Creates ABI dumps of all found shared objects
4. Filters out private part of the ABI using info from header files
5. Matches shared objects in old and new packages
6. Compares ABI dumps of corresponding objects
7. Creates backward binary/source compatibility reports

Home page: https://github.com/lvc/pkg-abidiff

Usage: pkg-abidiff -old P1 P1-DEBUG P1-DEV -new P2 P2-DEBUG P2-DEV

  P1 — RPM package to analyze (with *.so object files)
  P1-DEBUG — corresponding debug-info package (*.debug files with DWARF info)
  P1-DEV — corresponding development package (with header files)

Report example for libssh 0.5.3 vs 0.6.3: 
https://abi-laboratory.pro/examples/compat_report/x86_64/libssh4/0.5.3-2.1.1/0.6.3-8.1/

The tool is based on ABICC and ABI Dumper tools: https://github.com/lvc

Enjoy!

___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


Re: [OM Cooker] Agenda for TC meeting for Wednesday October 5th, 17.00

2016-10-05 Thread Ben Bullard
To be sure about time and eliminate excuses for lateness. We are 
referring to 17:00 CEST and/or 15:00 UTC.


Either of these translate to 10:00 AM for me in US CST For me. I need to 
know specifically/accurately about time as I have a busy day before and 
after.


Believe we agreed in last meeting to have no late meetings. _Free beer 
and tacos for all if meeting starts on time!_



Ben Bullard
ben79

OpenMandriva-QA Team

On 10/04/2016 05:36 PM, Kate Lebedeff wrote:

Hey guys!

So agenda:

1.  work on the plan for the new Kahinah
2. We need some kind of way to automatically publish for members of QA-Team, 
interested developers, and others when any new bug is created (@Ben, let’s 
start with this one, and I guess your next suggested topic is automatically 
included).
3. AoB

See you soon!
___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


Re: [OM Cooker] Agenda for TC meeting for Wednesday October 5th, 17.00

2016-10-05 Thread Kate Lebedeff
Yes, that is right Ben, sorry for forgetting the timezone

> On 5 Oct 2016, at 09:13, Ben Bullard  wrote:
> 
> To be sure about time and eliminate excuses for lateness. We are referring to 
> 17:00 CEST and/or 15:00 UTC. 
> 
> Either of these translate to 10:00 AM for me in US CST For me. I need to know 
> specifically/accurately about time as I have a busy day before and after.
> 
> Believe we agreed in last meeting to have no late meetings. Free beer and 
> tacos for all if meeting starts on time!  
> 
> 
> 
> Ben Bullard
> ben79
> 
> OpenMandriva-QA Team
>> On 10/04/2016 05:36 PM, Kate Lebedeff wrote:
>> Hey guys!
>> 
>> So agenda:
>> 
>> 1.  work on the plan for the new Kahinah 
>> 2. We need some kind of way to automatically publish for members of QA-Team, 
>> interested developers, and others when any new bug is created (@Ben, let’s 
>> start with this one, and I guess your next suggested topic is automatically 
>> included).
>> 3. AoB
>> 
>> See you soon!
>> ___
>> OM-Cooker mailing list
>> OM-Cooker@ml.openmandriva.org
>> http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org
> 
___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


Re: [OM Cooker] Agenda for TC meeting for Wednesday October 5th, 17.00

2016-10-05 Thread Ben Bullard
To be sure about time and eliminate excuses for lateness. We are 
referring to 17:00 CEST and/or 15:00 UTC.


Either of these translate to 10:00 AM for me in US CST For me. I need to 
know specifically/accurately about time as I have a busy day before and 
after.


Believe we agreed in last meeting to have no late meetings. _Free beer 
and tacos for all if meeting starts on time!_



Ben Bullard
ben79

OpenMandriva-QA Team

On 10/04/2016 05:36 PM, Kate Lebedeff wrote:

Hey guys!

So agenda:

1.  work on the plan for the new Kahinah
2. We need some kind of way to automatically publish for members of QA-Team, 
interested developers, and others when any new bug is created (@Ben, let’s 
start with this one, and I guess your next suggested topic is automatically 
included).
3. AoB

See you soon!
___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


Re: [OM Cooker] Agenda for TC meeting for Wednesday October 5th, 17.00

2016-10-05 Thread Ben Bullard
To be sure about time and eliminate excuses for lateness. We are 
referring to 17:00 CEST and/or 15:00 UTC.


Either of these translate to 10:00 AM for me in US CST For me. I need to 
know specifically/accurately about time as I have a busy day before and 
after.


Believe we agreed in last meeting to have no late meetings. _Free beer 
and tacos for all if meeting starts on time!_



Ben Bullard
ben79

OpenMandriva-QA Team

On 10/04/2016 05:36 PM, Kate Lebedeff wrote:

Hey guys!

So agenda:

1.  work on the plan for the new Kahinah
2. We need some kind of way to automatically publish for members of QA-Team, 
interested developers, and others when any new bug is created (@Ben, let’s 
start with this one, and I guess your next suggested topic is automatically 
included).
3. AoB

See you soon!
___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


Re: [OM Cooker] [om-qa] Agenda for TC meeting for Wednesday October 5th, 17.00

2016-10-05 Thread Ben Bullard
To be sure about time and eliminate excuses for lateness. We are 
referring to 17:00 CEST and/or 15:00 UTC.


Either of these translate to 10:00 AM for me in US CST For me. I need to 
know specifically/accurately about time as I have a busy day before and 
after.


Believe we agreed in last meeting to have no late meetings. _Free beer 
and tacos for all if meeting starts on time!_



Ben Bullard
ben79

OpenMandriva-QA Team

On 10/04/2016 05:36 PM, Kate Lebedeff wrote:

Hey guys!

So agenda:

1.  work on the plan for the new Kahinah
2. We need some kind of way to automatically publish for members of QA-Team, 
interested developers, and others when any new bug is created (@Ben, let’s 
start with this one, and I guess your next suggested topic is automatically 
included).
3. AoB

See you soon!
___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


___
OM-QA mailing list
om...@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-qa_ml.openmandriva.org


___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


Re: [OM Cooker] [om-qa] Agenda for TC meeting for Wednesday October 5th, 17.00

2016-10-05 Thread Ben Bullard
To be sure about time and eliminate excuses for lateness. We are 
referring to 17:00 CEST and/or 15:00 UTC.


Either of these translate to 10:00 AM for me in US CST For me. I need to 
know specifically/accurately about time as I have a busy day before and 
after.


Believe we agreed in last meeting to have no late meetings. _Free beer 
and tacos for all if meeting starts on time!_



Ben Bullard
ben79

OpenMandriva-QA Team

On 10/04/2016 05:36 PM, Kate Lebedeff wrote:

Hey guys!

So agenda:

1.  work on the plan for the new Kahinah
2. We need some kind of way to automatically publish for members of QA-Team, 
interested developers, and others when any new bug is created (@Ben, let’s 
start with this one, and I guess your next suggested topic is automatically 
included).
3. AoB

See you soon!
___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


___
OM-QA mailing list
om...@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-qa_ml.openmandriva.org

___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


Re: [OM Cooker] Agenda for TC meeting for Wednesday October 5th, 17.00

2016-10-05 Thread Ben Bullard
To be sure about time and eliminate excuses for lateness. We are 
referring to 17:00 CEST and/or 15:00 UTC.


Either of these translate to 10:00 AM for me in US CST For me. I need to 
know specifically/accurately about time as I have a busy day before and 
after.


Believe we agreed in last meeting to have no late meetings. _Free beer 
and tacos for all if meeting starts on time!_



Ben Bullard
ben79

OpenMandriva-QA Team

On 10/04/2016 05:36 PM, Kate Lebedeff wrote:

Hey guys!

So agenda:

1.  work on the plan for the new Kahinah
2. We need some kind of way to automatically publish for members of QA-Team, 
interested developers, and others when any new bug is created (@Ben, let’s 
start with this one, and I guess your next suggested topic is automatically 
included).
3. AoB

See you soon!
___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


Re: [OM Cooker] Need help with bugzilla admin.

2016-10-05 Thread Ben Bullard

Yep, you're correct about both.

Ben Bullard
ben79

OpenMandriva-QA Team

On 10/03/2016 11:46 PM, Robert Xu wrote:


You don't need a user account for that on Bugzilla. It's a global 
watcher... Interestingly enough, I don't think the email server can 
send to our mailing lists...



On 4 Oct 2016 00:38, "Anurag Bhandari" > wrote:


Hi Ben. You created user account in Bugzilla using the new ML's
email address?

On Tue, Oct 4, 2016 at 8:00 AM, Ben Bullard > wrote:

I created a user account for
'|om-qa-notificati...@ml.openmandriva.org
' now i need
to remove it but don't yet see how.|

-- 


Ben Bullard
ben79

OpenMandriva-QA Team




-- 
May the Source be with you

anuragbhandari.com 

___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org 
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org




___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org


Re: [OM Cooker] Need help with bugzilla admin.

2016-10-05 Thread Raphaël Jadot
This, or a local sendmail program can not sent to @ml.openmandriva.org, and we 
need to configure bugzilla to use smtp.

05.10.2016, 03:24, "Robert Xu" :
> So basically, we've identified it as "accounts @openmandriva.org cannot send 
> to @ml.openmandriva.org", it looks like?
>
> On 4 Oct 2016 6:36 pm, "Ben Bullard"  wrote:
>> Yep, you're correct about both.
>>
>> Ben Bullard ben79  OpenMandriva-QA Team
>>
>> On 10/03/2016 11:46 PM, Robert Xu wrote:
>>
>>> You don't need a user account for that on Bugzilla. It's a global 
>>> watcher... Interestingly enough, I don't think the email server can send to 
>>> our mailing lists...
>>>
>>> On 4 Oct 2016 00:38, "Anurag Bhandari"  wrote:
>>>
 Hi Ben. You created user account in Bugzilla using the new ML's email 
 address?

 On Tue, Oct 4, 2016 at 8:00 AM, Ben Bullard  wrote:

> I created a user account for 'om-qa-notificati...@ml.openmandriva.org' 
> now i need to remove it but don't yet see how.
>
> -- Ben Bullard ben79  OpenMandriva-QA Team

 --

 May the Source be with you
 anuragbhandari.com

 ___
 OM-Cooker mailing list
 OM-Cooker@ml.openmandriva.org
 http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org
> ,
>
> ___
> OM-Cooker mailing list
> OM-Cooker@ml.openmandriva.org
> http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org

--
Raphaël J.

___
OM-Cooker mailing list
OM-Cooker@ml.openmandriva.org
http://ml.openmandriva.org/mailman/listinfo/om-cooker_ml.openmandriva.org