Re: Please help test packages!

2013-05-27 Thread Lancelot Mak
Hi Kalev,
  Can I cron it? or it has to be run interactively inside a terminal for
getting user env or else?


2013/5/26 Kalev Lember kalevlem...@gmail.com

 Hi,

 We are now out of the Beta freeze and this means time to test! With the
 freeze lifted, people are going to be rushing to get last minute fixes
 in, during the short window before the Final freeze.

 F19 already has a large number of unapproved updates queued in
 updates-testing. Could folks that are on F19 please run
 fedora-easy-karma occasionally and file karma as appropriate?

 And please don't only file negative karma, positive karma is also very
 much needed in case you don't notice any regressions.

 It would be a huge help if some more people could help with the
 feedback. This is how it works:

  a) Get a FAS account, https://admin.fedoraproject.org/accounts
  b) Update to F19 / install from scratch
  c) Run fedora-easy-karma on the command line daily
  d) Profit!

 http://fedoraproject.org/wiki/QA:Update_feedback_guidelines

 Thanks!

 --
 Kalev
 --
 test mailing list
 test@lists.fedoraproject.org
 To unsubscribe:
 https://admin.fedoraproject.org/mailman/listinfo/test




-- 
Lancelot Mak

http://facebook.com/honey.mak
Used to compete
Lord to complete
從前輸贏在心頭
如今一切在主手
Amen
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Please help test packages!

2013-05-27 Thread Lancelot Mak
oops..i guess i asked a wrong question
@_@


2013/5/27 Lancelot Mak lancelot@computer.org

 Hi Kalev,
   Can I cron it? or it has to be run interactively inside a terminal for
 getting user env or else?


 2013/5/26 Kalev Lember kalevlem...@gmail.com

 Hi,

 We are now out of the Beta freeze and this means time to test! With the
 freeze lifted, people are going to be rushing to get last minute fixes
 in, during the short window before the Final freeze.

 F19 already has a large number of unapproved updates queued in
 updates-testing. Could folks that are on F19 please run
 fedora-easy-karma occasionally and file karma as appropriate?

 And please don't only file negative karma, positive karma is also very
 much needed in case you don't notice any regressions.

 It would be a huge help if some more people could help with the
 feedback. This is how it works:

  a) Get a FAS account, https://admin.fedoraproject.org/accounts
  b) Update to F19 / install from scratch
  c) Run fedora-easy-karma on the command line daily
  d) Profit!

 http://fedoraproject.org/wiki/QA:Update_feedback_guidelines

 Thanks!

 --
 Kalev
 --
 test mailing list
 test@lists.fedoraproject.org
 To unsubscribe:
 https://admin.fedoraproject.org/mailman/listinfo/test




 --
 Lancelot Mak
 
 http://facebook.com/honey.mak
 Used to compete
 Lord to complete
 從前輸贏在心頭
 如今一切在主手
 Amen




-- 
Lancelot Mak

http://facebook.com/honey.mak
Used to compete
Lord to complete
從前輸贏在心頭
如今一切在主手
Amen
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Please help test packages!

2013-05-27 Thread Adam Williamson
On Mon, 2013-05-27 at 15:18 +0800, Lancelot Mak wrote:
 Hi Kalev,
 
   Can I cron it? or it has to be run interactively inside a terminal
 for getting user env or else?

It requires an intelligent consciousness in the loop, so you can't cron
it unless your AI research is doing vastly better than everyone
else's ;)
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Please help test packages!

2013-05-26 Thread John Reiser
 It would be a huge help if some more people could help with the
 feedback. This is how it works:
 
  a) Get a FAS account, https://admin.fedoraproject.org/accounts
  b) Update to F19 / install from scratch
  c) Run fedora-easy-karma on the command line daily

What should I expect?  I get no error, but no much more:

  $ fedora-easy-karma
  Getting list of installed packages...
  Getting list of packages in updates-testing...
  $ echo $?
  0
  $

-- 
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Please help test packages!

2013-05-26 Thread Samuel Sieb

On 05/26/2013 12:37 PM, John Reiser wrote:

What should I expect?  I get no error, but no much more:

   $ fedora-easy-karma
   Getting list of installed packages...
   Getting list of packages in updates-testing...
   $ echo $?
   0
   $



Have you installed any packages recently from the updates-testing repo?
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Please help test packages!

2013-05-26 Thread Kalev Lember
2013-05-26 21:37, John Reiser skrev:
 What should I expect?  I get no error, but no much more:
 
   $ fedora-easy-karma
   Getting list of installed packages...
   Getting list of packages in updates-testing...
   $ echo $?
   0
   $
 

This probably means that you don't have the updates-testing repository
enabled. Can you check it with 'yum repolist enabled' ?

The /etc/yum.repos.d/fedora-updates-testing.repo that the pre-release
fedora-release-19 rpm includes, enables updates-testing by default. I
suppose it can end up disabled after distro upgrades when the rpm config
file protection kicks in and it creates the new repo files as .rpmnew.

Once it's enabled, a simple 'yum update' should be enough to update
everything to the updates-testing version.

-- 
Hope this helps,
Kalev
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Please help test packages!

2013-05-26 Thread John Reiser
On 05/26/2013 12:55 PM, Samuel Sieb wrote:
 On 05/26/2013 12:37 PM, John Reiser wrote:
 What should I expect?  I get no error, but no much more:

$ fedora-easy-karma
Getting list of installed packages...
Getting list of packages in updates-testing...
$ echo $?
0
$

 
 Have you installed any packages recently from the updates-testing repo?

I've been installing packages often (/var/log/yum.log shows May 
11,15,17,19,21,22,25)
but evidently not from updates-testing.  A comment on stderr is needed,
such as 0 packages installed from [updates-testing] are eligible for karma.
   https://bugzilla.redhat.com/show_bug.cgi?id=967358

Also I'm seeing at two-minute delay after Getting list of packages
in updates-testing..., with very little activity of any kind (network,
disk, CPU) according to gnome-system-monitor, but no output and no exit.

-- 

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Please help test packages!

2013-05-26 Thread Samuel Sieb

On 05/26/2013 01:40 PM, John Reiser wrote:

Also I'm seeing at two-minute delay after Getting list of packages
in updates-testing..., with very little activity of any kind (network,
disk, CPU) according to gnome-system-monitor, but no output and no exit.

Yes, it does take a long time for some reason.  It's talking to a server 
called wildcard.fedoraproject.org.

--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Please help test packages!

2013-05-25 Thread Kalev Lember
Hi,

We are now out of the Beta freeze and this means time to test! With the
freeze lifted, people are going to be rushing to get last minute fixes
in, during the short window before the Final freeze.

F19 already has a large number of unapproved updates queued in
updates-testing. Could folks that are on F19 please run
fedora-easy-karma occasionally and file karma as appropriate?

And please don't only file negative karma, positive karma is also very
much needed in case you don't notice any regressions.

It would be a huge help if some more people could help with the
feedback. This is how it works:

 a) Get a FAS account, https://admin.fedoraproject.org/accounts
 b) Update to F19 / install from scratch
 c) Run fedora-easy-karma on the command line daily
 d) Profit!

http://fedoraproject.org/wiki/QA:Update_feedback_guidelines

Thanks!

-- 
Kalev
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Please help test packages!

2012-12-06 Thread Michael Schwendt
On Wed, 05 Dec 2012 16:46:50 -1000, Erinn Looney-Triggs wrote:

  http://fedoraproject.org/wiki/QA:Update_feedback_guidelines
  
  Thanks!
  
 
 Well I never knew about that handy little tool. Thanks for pointing that
 out, knocked out a bunch of them.

Here's a very important part of the Update Feedback Guidelines every
tester ought to understand:

http://fedoraproject.org/wiki/QA:Update_feedback_guidelines#Previously_reported_bugs

| Previously reported bugs
| 
| If your testing uncovers no problems but you see that another tester has
| identified a serious problem with the package, please try to replicate
| their problem, and post negative feedback if you are now able to confirm
| it.
|
| If you are not able to confirm the problem but you suspect this may be
| because you cannot recreate the necessary conditions, please post neutral (!)
| feedback noting that you were unable to duplicate the problem. Only post
| positive feedback if you are sure your testing indicates the other
| reporter's negative feedback is a mistake.

If we don't adhere to these guidelines, we would be vote against eachother
often. Please be very careful with your feedback in bodhi if you see that
previous testers have voted -1 already.

-- 
Fedora release 18 (Spherical Cow) - Linux 3.6.7-5.fc18.x86_64
loadavg: 0.00 0.01 0.05
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Please help test packages!

2012-12-06 Thread Adam Williamson
On Thu, 2012-12-06 at 09:59 +0100, Michael Schwendt wrote:
 On Wed, 05 Dec 2012 16:46:50 -1000, Erinn Looney-Triggs wrote:
 
   http://fedoraproject.org/wiki/QA:Update_feedback_guidelines
   
   Thanks!
   
  
  Well I never knew about that handy little tool. Thanks for pointing that
  out, knocked out a bunch of them.
 
 Here's a very important part of the Update Feedback Guidelines every
 tester ought to understand:
 
 http://fedoraproject.org/wiki/QA:Update_feedback_guidelines#Previously_reported_bugs
 
 | Previously reported bugs
 | 
 | If your testing uncovers no problems but you see that another tester has
 | identified a serious problem with the package, please try to replicate
 | their problem, and post negative feedback if you are now able to confirm
 | it.
 |
 | If you are not able to confirm the problem but you suspect this may be
 | because you cannot recreate the necessary conditions, please post neutral 
 (!)
 | feedback noting that you were unable to duplicate the problem. Only post
 | positive feedback if you are sure your testing indicates the other
 | reporter's negative feedback is a mistake.
 
 If we don't adhere to these guidelines, we would be vote against eachother
 often. Please be very careful with your feedback in bodhi if you see that
 previous testers have voted -1 already.

Thanks, Michael, that is indeed important. fedora-easy-karma shows all
existing comments, so it's easy enough to check through them before
filing your vote.
-- 
Adam Williamson
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Please help test packages! (was: Fedora 18 updates-testing report)

2012-12-05 Thread Kalev Lember
Hi,

F18 currently has a huge number of unapproved updates queued in
updates-testing. Could folks that are on F18 please run
fedora-easy-karma occasionally and file karma as appropriate?

And please don't only file negative karma, positive karma is also very
much needed in case you don't notice any regressions.

It would be a huge help if some more people could help with the
feedback. This is how it works:

 a) Get a FAS account, https://admin.fedoraproject.org/accounts
 b) Update to F18 / install from scratch
 c) Run fedora-easy-karma on the command line daily
 d) Profit!

http://fedoraproject.org/wiki/QA:Update_feedback_guidelines

Thanks!

-- 
Kalev


On 12/06/2012 12:17 AM, upda...@fedoraproject.org wrote:
 The following Fedora 18 Security updates need testing:
  Age  URL
0  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19777/bind-9.9.2-5.P1.fc18
1  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19664/bogofilter-1.2.3-1.fc18
3  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19508/drupal6-ctools-1.10-1.fc18
3  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19521/zabbix-2.0.3-7.fc18
   57  
 https://admin.fedoraproject.org/updates/FEDORA-2012-15716/libxslt-1.1.27-2.fc18
8  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19056/squashfs-tools-4.2-5.fc18
0  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19804/kernel-3.6.9-4.fc18
8  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19125/perl-CGI-3.59-235.fc18,perl-5.16.2-235.fc18
7  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19158/kde-settings-4.9-16.fc18.1
   15  
 https://admin.fedoraproject.org/updates/FEDORA-2012-18579/gnome-system-log-3.6.1-2.fc18
   26  
 https://admin.fedoraproject.org/updates/FEDORA-2012-17907/cups-pk-helper-0.2.4-1.fc18
   54  
 https://admin.fedoraproject.org/updates/FEDORA-2012-15996/cobbler-2.4.0-beta2.fc18
1  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19301/cups-1.5.4-20.fc18
5  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19439/php-symfony2-HttpFoundation-2.1.4-1.fc18
2  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19584/openstack-keystone-2012.2.1-1.fc18
2  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19588/weechat-0.3.9.2-2.fc18
   26  
 https://admin.fedoraproject.org/updates/FEDORA-2012-17834/cumin-0.1.5522-4.fc18
1  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19652/xen-4.2.0-6.fc18
1  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19673/qt-4.8.4-1.fc18
 
 
 The following Fedora 18 Critical Path updates have yet to be approved:
  Age URL
0  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19780/exo-0.10.0-1.fc18,Thunar-1.6.0-1.fc18
0  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19811/systemd-195-10.fc18
0  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19806/dnsmasq-2.64-1.fc18
0  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19813/NetworkManager-0.9.7.0-9.git20121004.fc18
0  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19799/python-meh-0.19-1.fc18
0  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19777/bind-9.9.2-5.P1.fc18
0  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19802/livecd-tools-18.13-1.fc18
0  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19804/kernel-3.6.9-4.fc18
1  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19682/passwd-0.78.99-3.fc18
1  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19653/fltk-1.3.0-8.fc18,tigervnc-1.2.80-0.6.20121126svn5015.fc18
1  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19673/qt-4.8.4-1.fc18
1  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19659/iputils-20121125-2.fc18
1  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19640/alsa-lib-1.0.26-2.fc18
1  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19639/gdb-7.5.1-31.fc18
2  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19576/util-linux-2.22.1-2.4.fc18
2  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19596/mesa-9.0.1-1.fc18
1  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19592/libgcrypt-1.5.0-8.fc18
2  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19583/openssh-6.1p1-3.fc18
2  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19578/sgpio-1.2.0.10-10.fc18
2  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19570/gdb-7.5.1-30.fc18
3  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19509/gnome-shell-3.6.2-4.fc18
3  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19526/pango-1.32.3-1.fc18
5  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19437/shared-mime-info-1.0-7.fc18
5  
 https://admin.fedoraproject.org/updates/FEDORA-2012-19417/hostname-3.11-4.fc18
5  https://admin.fedoraproject.org/updates/FEDORA-2012-19433/dwz-0.8-1.fc18
5  
 

Re: Please help test packages!

2012-12-05 Thread Erinn Looney-Triggs
On 12/05/12 14:42, Kalev Lember wrote:
 Hi,
 
 F18 currently has a huge number of unapproved updates queued in
 updates-testing. Could folks that are on F18 please run
 fedora-easy-karma occasionally and file karma as appropriate?
 
 And please don't only file negative karma, positive karma is also very
 much needed in case you don't notice any regressions.
 
 It would be a huge help if some more people could help with the
 feedback. This is how it works:
 
  a) Get a FAS account, https://admin.fedoraproject.org/accounts
  b) Update to F18 / install from scratch
  c) Run fedora-easy-karma on the command line daily
  d) Profit!
 
 http://fedoraproject.org/wiki/QA:Update_feedback_guidelines
 
 Thanks!
 

Well I never knew about that handy little tool. Thanks for pointing that
out, knocked out a bunch of them.

-Erinn




signature.asc
Description: OpenPGP digital signature
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Please help test packages!

2012-12-05 Thread Bob Cochran
Seeing Kalev's post made me recall that I do have an FAS account. It 
suffers from lack of use as a proactive helper. Who can give me advice 
about replacing the ssh key on it? I long ago lost track of the private 
key. Same thing with the gpg key...it may have expired anyhow.


I also downloaded the install DVD, but I'm not sure how much help I can 
be testing it. I've only paid attention to this in the last few days and 
only because I was attracted to the thread about the user interface for 
setting mount points. I could test this very carefully on another system 
but it seems pretty close to the release date.


Bob



On 12/5/12 9:46 PM, Erinn Looney-Triggs wrote:

On 12/05/12 14:42, Kalev Lember wrote:

Hi,

F18 currently has a huge number of unapproved updates queued in
updates-testing. Could folks that are on F18 please run
fedora-easy-karma occasionally and file karma as appropriate?

And please don't only file negative karma, positive karma is also very
much needed in case you don't notice any regressions.

It would be a huge help if some more people could help with the
feedback. This is how it works:

  a) Get a FAS account, https://admin.fedoraproject.org/accounts
  b) Update to F18 / install from scratch
  c) Run fedora-easy-karma on the command line daily
  d) Profit!

http://fedoraproject.org/wiki/QA:Update_feedback_guidelines

Thanks!


Well I never knew about that handy little tool. Thanks for pointing that
out, knocked out a bunch of them.

-Erinn






--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test