Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 586064 - elogv does not update
Summary: elogv does not update
Status: RESOLVED UPSTREAM
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-16 03:33 UTC by James
Modified: 2016-06-17 19:02 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James 2016-06-16 03:33:12 UTC
elogv is a very cool tool to look for problems after an upgrade. However, once it is started it does not auto-update while a large portage update is concurrently running. That would be a very nice feature to use, versus manually parsing log file during a large update. 

Several ways this could could. elogv could auto scan to see if a portage update (compiling phase) is running. If so every minute or so, it could reload the recently completed installation log files ( as simple refresh).

I guess what I'm after is an ablity to watch the logs, live, while an update
is occuring. There may exist a better tool for this, but, I really like elogv.


James
Comment 1 Sebastian Pipping gentoo-dev 2016-06-17 17:58:28 UTC
Hello James,

not much development is going on with elogv these days: it's in maintenance mode I would say.  It is written in Python and hosted on GitHub if you would like to hack on it yourself: https://github.com/gentoo/elogv .

For the re-loading feature it should be ensured that auto-reload and user interaction do not mix in unexpected ways, e.g. the user hitting delete on a different message than intended.  inotify comes to my mind, too.

Best, Sebastian
Comment 2 James 2016-06-17 18:56:05 UTC
OK,

You can close the bug. I'll be some time getting around to it.


thx,
James