* [gentoo-user] Installed vs. Running (new feature suggestion)
@ 2006-02-02 4:37 Grant
2006-02-02 7:06 ` Graham Murray
2006-02-02 10:47 ` Neil Bothwick
0 siblings, 2 replies; 8+ messages in thread
From: Grant @ 2006-02-02 4:37 UTC (permalink / raw
To: Gentoo mailing list
A while ago I posted a question to this list asking how to be sure
updated software has taken effect on your machine. Gentoo makes it
easy to install updated software, but what about being sure the newly
updated software is actually running in place of the old version? The
concensus seemed to be that there are really only two ways to do this:
1. know enough about the updated software that, if necessary, you can
run the appropriate commands to make it take effect
or:
2. reboot
Neither of these seem practical to me. What about a new Gentoo
feature that either:
1. keeps track of what needs to be done for each update to take effect
and can report whether or not that has been done since updating
(probably not so good)
or:
2. reports what version of installed software is actually running and
it's up to the user to figure out what needs to be done if installed
and running software versions do not match (probably better)
What do you think?
- Grant
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Installed vs. Running (new feature suggestion)
2006-02-02 4:37 [gentoo-user] Installed vs. Running (new feature suggestion) Grant
@ 2006-02-02 7:06 ` Graham Murray
2006-02-02 9:37 ` Robin
2006-02-02 10:47 ` Neil Bothwick
1 sibling, 1 reply; 8+ messages in thread
From: Graham Murray @ 2006-02-02 7:06 UTC (permalink / raw
To: gentoo-user
Grant <emailgrant@gmail.com> writes:
> A while ago I posted a question to this list asking how to be sure
> updated software has taken effect on your machine. Gentoo makes it
> easy to install updated software, but what about being sure the newly
> updated software is actually running in place of the old version? The
> concensus seemed to be that there are really only two ways to do this:
A third way. Run (as root)
lsof | grep -i del
This will allow you to see which applications are using deleted files
(ie those that have been replaced). Then you just have to restart the
applications concerned.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Installed vs. Running (new feature suggestion)
2006-02-02 7:06 ` Graham Murray
@ 2006-02-02 9:37 ` Robin
2006-02-02 10:14 ` Rasmus Andersen
0 siblings, 1 reply; 8+ messages in thread
From: Robin @ 2006-02-02 9:37 UTC (permalink / raw
To: gentoo-user
bash: lsof: command not found.
I must be missing something
Robin
On 2/2/06, Graham Murray <graham@gmurray.org.uk> wrote:
> Grant <emailgrant@gmail.com> writes:
>
> > A while ago I posted a question to this list asking how to be sure
> > updated software has taken effect on your machine. Gentoo makes it
> > easy to install updated software, but what about being sure the newly
> > updated software is actually running in place of the old version? The
> > concensus seemed to be that there are really only two ways to do this:
>
> A third way. Run (as root)
>
> lsof | grep -i del
>
> This will allow you to see which applications are using deleted files
> (ie those that have been replaced). Then you just have to restart the
> applications concerned.
>
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Installed vs. Running (new feature suggestion)
2006-02-02 9:37 ` Robin
@ 2006-02-02 10:14 ` Rasmus Andersen
0 siblings, 0 replies; 8+ messages in thread
From: Rasmus Andersen @ 2006-02-02 10:14 UTC (permalink / raw
To: gentoo-user
On Thu, Feb 02, 2006 at 04:37:53AM -0500, Robin wrote:
> bash: lsof: command not found.
>
> I must be missing something
Have you emerged sys-process/lsof? The binary is in /usr/sbin/, so it
might not be in your path.
Rasmus
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Installed vs. Running (new feature suggestion)
2006-02-02 4:37 [gentoo-user] Installed vs. Running (new feature suggestion) Grant
2006-02-02 7:06 ` Graham Murray
@ 2006-02-02 10:47 ` Neil Bothwick
2006-02-02 11:02 ` William Kenworthy
2006-02-03 16:12 ` Grant
1 sibling, 2 replies; 8+ messages in thread
From: Neil Bothwick @ 2006-02-02 10:47 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 655 bytes --]
On Wed, 1 Feb 2006 20:37:31 -0800, Grant wrote:
> 2. reports what version of installed software is actually running and
> it's up to the user to figure out what needs to be done if installed
> and running software versions do not match (probably better)
3. Whenever an ebuild installs a script in /etc/init.d, it checks to see
whether the service is already running. If it is, it sends an ewarn
message. Now that portage is able to mail these messages, they no longer
get lost in the reams of output from an emerge, so they are now genuinely
useful.
--
Neil Bothwick
The severity of the itch is inversely proportional to the reach.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Installed vs. Running (new feature suggestion)
2006-02-02 10:47 ` Neil Bothwick
@ 2006-02-02 11:02 ` William Kenworthy
2006-02-02 11:21 ` Neil Bothwick
2006-02-03 16:12 ` Grant
1 sibling, 1 reply; 8+ messages in thread
From: William Kenworthy @ 2006-02-02 11:02 UTC (permalink / raw
To: gentoo-user
How do we do that? "man emerge, man portage and man make.conf" dont
mention this. Which docs should I be looking at?
BillK
On Thu, 2006-02-02 at 10:47 +0000, Neil Bothwick wrote:
> On Wed, 1 Feb 2006 20:37:31 -0800, Grant wrote:
>
> > 2. reports what version of installed software is actually running and
> > it's up to the user to figure out what needs to be done if installed
> > and running software versions do not match (probably better)
>
> 3. Whenever an ebuild installs a script in /etc/init.d, it checks to see
> whether the service is already running. If it is, it sends an ewarn
> message. Now that portage is able to mail these messages, they no longer
> get lost in the reams of output from an emerge, so they are now genuinely
> useful.
>
>
--
William Kenworthy <billk@iinet.net.au>
Home!
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Installed vs. Running (new feature suggestion)
2006-02-02 11:02 ` William Kenworthy
@ 2006-02-02 11:21 ` Neil Bothwick
0 siblings, 0 replies; 8+ messages in thread
From: Neil Bothwick @ 2006-02-02 11:21 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 462 bytes --]
On Thu, 02 Feb 2006 19:02:43 +0800, William Kenworthy wrote:
> How do we do that? "man emerge, man portage and man make.conf" dont
> mention this. Which docs should I be looking at?
/etc/make.conf.example
As it's only in ~arch portage at the moment, it doesn't appear to have
made its way into the man pages yet. I noticed the changes when running
dispatch-conf.
--
Neil Bothwick
I've got a mind like a... a... what's that thing called?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Installed vs. Running (new feature suggestion)
2006-02-02 10:47 ` Neil Bothwick
2006-02-02 11:02 ` William Kenworthy
@ 2006-02-03 16:12 ` Grant
1 sibling, 0 replies; 8+ messages in thread
From: Grant @ 2006-02-03 16:12 UTC (permalink / raw
To: gentoo-user
> > 2. reports what version of installed software is actually running and
> > it's up to the user to figure out what needs to be done if installed
> > and running software versions do not match (probably better)
>
> 3. Whenever an ebuild installs a script in /etc/init.d, it checks to see
> whether the service is already running. If it is, it sends an ewarn
> message. Now that portage is able to mail these messages, they no longer
> get lost in the reams of output from an emerge, so they are now genuinely
> useful.
Very nice. Should that cover all instances of action needing to be
taken for an update to take effect? It wouldn't handle kernel
updates, but that one is obvious.
- Grant
> Neil Bothwick
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-02-03 16:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-02 4:37 [gentoo-user] Installed vs. Running (new feature suggestion) Grant
2006-02-02 7:06 ` Graham Murray
2006-02-02 9:37 ` Robin
2006-02-02 10:14 ` Rasmus Andersen
2006-02-02 10:47 ` Neil Bothwick
2006-02-02 11:02 ` William Kenworthy
2006-02-02 11:21 ` Neil Bothwick
2006-02-03 16:12 ` Grant
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox