Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[gentoo-dev] Gentoo stats server/client @ 2009-08-22

 
Goto page Previous  1, 2
   Soft32 Home -> Linux -> Development RSS
Next:  Accepted debhelper 7.3.15 (source all)  
Author Message
Sebastian Pipping

External


Since: Dec 30, 2008
Posts: 58



(Msg. 16) Posted: Wed Aug 26, 2009 11:10 am
Post subject: Re: [gentoo-dev] Re: Gentoo stats server/client @ 2009-08-22 [Login to view extended thread Info.]
Archived from groups: linux>gentoo>dev (more info?)

Christian Faulhammer wrote:
> Hi,
>
> Sebastian Pipping <webmaster RemoveThis @hartwork.org>:
>
>> Christian Faulhammer wrote:
>>> That's a nice starting point to have a look if they aren't installed
>>> they are unpopular or because they fail to build (which makes them a
>>> candidate for removal).
>> I'm not following - how would we find out about the reason a package
>> is never reported installed?
>
> Own tests? Bugzilla? It is only to get an idea which packages might
> be at their of life.

I see, good idea.



Sebastian
Back to top
Login to vote
Alexey Shvetsov

External


Since: Aug 26, 2009
Posts: 2



(Msg. 17) Posted: Wed Aug 26, 2009 11:21 am
Post subject: Re: [gentoo-dev] Re: Gentoo stats server/client @ 2009-08-22 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi all!

seems smoltSendProfile doesnt work with unicode locales =)
100%] x11-wm/twm-1.0.4
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/smolt/client/sendProfile.py",
line 211, in <module>
""" % excerpts
UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position
0: ordinal not in range(128)


2009/8/26 Sebastian Pipping <webmaster DeleteThis @hartwork.org>:
> Christian Faulhammer wrote:
>> Hi,
>>
>> Sebastian Pipping <webmaster DeleteThis @hartwork.org>:
>>
>>> Christian Faulhammer wrote:
>>>> That's a nice starting point to have a look if they aren't installed
>>>> they are unpopular or because they fail to build (which makes them a
>>>> candidate for removal).
>>> I'm not following - how would we find out about the reason a package
>>> is never reported installed?
>>
>>  Own tests?  Bugzilla?  It is only to get an idea which packages might
>> be at their of life.
>
> I see, good idea.
>
>
>
> Sebastian
>
>
>



--
Alexey 'Alexxy' Shvetsov
Gentoo Linux Dev
mailto:alexxyum@gmail.com
mailto:alexxy@gentoo.org
mailto:alexxy@omrb.pnpi.spb.ru
Back to top
Login to vote
Sebastian Pipping

External


Since: Dec 30, 2008
Posts: 58



(Msg. 18) Posted: Thu Aug 27, 2009 7:20 pm
Post subject: Re: [gentoo-dev] Gentoo stats server/client @ 2009-08-22 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sebastian Pipping wrote:
> What's next
> ===========
> Besides before-mentioned table the task
>
> Collect FEATURES variables in three sets (conf, defaults, globals),
> not merged
> http://soc.gentooexperimental.org/issues/show/58
>
> is next on my list.

Done.

Previous test participants are welcome to re-submit as the data model
change has basically reset the data collected on the FEATURES variable.



Sebastian
Back to top
Login to vote
Sebastian Pipping

External


Since: Dec 30, 2008
Posts: 58



(Msg. 19) Posted: Fri Aug 28, 2009 5:20 pm
Post subject: Re: [gentoo-dev] Re: Gentoo stats server/client @ 2009-08-22 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Alexey Shvetsov wrote:
> Hi all!
>
> seems smoltSendProfile doesnt work with unicode locales =)
> 100%] x11-wm/twm-1.0.4
> Traceback (most recent call last):
> File "/usr/lib/python2.6/site-packages/smolt/client/sendProfile.py",
> line 211, in <module>
> """ % excerpts
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position
> 0: ordinal not in range(128)

Sorry I wasn't able to address this issue earlier.

I have just committed a patch [1] that could fix it. Please try again
with the latest HEAD and let me know how it works for you.

If anyone can guide me on how to better address such errors I'm all open
for it.



Sebastian


[1]
http://git.goodpoint.de/?p=smolt-gentoo.git;a=commitdiff;h=7592c44f6ee...0aaae14
Back to top
Login to vote
Sebastian Pipping

External


Since: Dec 30, 2008
Posts: 58



(Msg. 20) Posted: Mon Aug 31, 2009 11:20 pm
Post subject: Re: [gentoo-dev] Re: Gentoo stats server/client @ 2009-08-22 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Christian Faulhammer wrote:
>> I have just committed a patch [1] that could fix it. Please try again
>> with the latest HEAD and let me know how it works for you.
>
> Traceback (most recent call last):
> File "/usr/lib/python2.6/site-packages/smolt/client/sendProfile.py",
> line 215, in <module> """ % excerpts
> UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3:
> ordinal not in range(128)
>
> Similar. Smile

Is that after the patch? The string should be plain ASCII at that point
already. That puzzles me, are you very sure it's the new code?
There should be a new function "to_ascii" in there.

If it's after the patch do you have the time to play with the code
yourself? Is it on a machine I could SSH into? It's kind of hard for
me to debug this with it not happening on my machine. I can
fake-produce it (which I did) but I don't get your scenario, it seems.



Sebastian
Back to top
Login to vote
Torsten Veller

External


Since: Dec 31, 2003
Posts: 33



(Msg. 21) Posted: Tue Nov 10, 2009 5:20 am
Post subject: [gentoo-dev] Re: Gentoo stats server/client @ 2009-08-22 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

* Sebastian Pipping <webmaster.TakeThisOut@hartwork.org>:
> What's next
> ===========

What's the status of the stats project? What's missing? What help is
needed?

I'd really like to see a system that can answer:
"How often is cpv x installed on arch y (testing/stable flavour)?"
Back to top
Login to vote
Sebastian Pipping

External


Since: Oct 03, 2009
Posts: 10



(Msg. 22) Posted: Wed Nov 11, 2009 7:20 pm
Post subject: Re: [gentoo-dev] Re: Gentoo stats server/client @ 2009-08-22 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Torsten Veller wrote:
> What's the status of the stats project? What's missing? What help is
> needed?

Hello Torsten, thanks for your interest.
Let me quote myself from a recent reply on a similar question:

for the quickest summary possible these steps are needed:
- make me have and take time for it (soon again as planned)
- fix server performance to not take 10 seconds per gentoo-submission
(my alchemy code is partly stupid, now i know)
- move batch processing upstream (depends on upstream co-op)
- get more gentoo people join coding after
(http://soc.gentooexperimental.org/projects/stats/issues)


> I'd really like to see a system that can answer:
> "How often is cpv x installed on arch y (testing/stable flavour)?"

That's possible, yes. Please elaborate more on motivation and details.



Sebastian
Back to top
Login to vote
Sebastian Pipping

External


Since: Oct 03, 2009
Posts: 10



(Msg. 23) Posted: Sat Nov 14, 2009 1:20 pm
Post subject: Re: [gentoo-dev] Re: Gentoo stats server/client @ 2009-08-22 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Just a quick note:

The server on http://smolt.hartwork.org:45678/ is up again, it was down
yesterday.



Sebastian
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[gentoo-dev] [GBD] Feedback about new client and features .. - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello all, the most of you don't know me. So I'll first introduce..

[gentoo-dev] gentoo-stats client: Need some files from oth.. - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, As I have access only to intel x86, I'd like to receive some..

[gentoo-dev] client+server packages - build which one? - Some packages provide both a client and a server. As such, users usually only want one or the other - and rarely both....

[gentoo-dev] LAMP Server beauty contest: server monitoring - Hi, One of the things that the LAMP Server seed will install will be something to do automatic server monitoring - CPU...

[gentoo-dev] gentoo-stats and tracking CPU models - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Looks like specific cpu models are varying in reporting, for exampl...

[gentoo-dev] gentoo-stats update - -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, An update on gentoo-stats: Client: Is almost complete. After some...
       Soft32 Home -> Linux -> Development All times are: Pacific Time (US & Canada) (change)
Goto page Previous  1, 2
Page 2 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]