* How can i see a list of applied p-o-m patches
@ 2006-01-28 18:21 Claudio Roberto Cussuol
2006-01-28 21:59 ` Jorge Davila
2006-01-28 23:14 ` Samuel Díaz García
0 siblings, 2 replies; 4+ messages in thread
From: Claudio Roberto Cussuol @ 2006-01-28 18:21 UTC (permalink / raw)
To: netfilter
Hi friends
I'm using an embedded system based on the kernel 2.4.30 where were applied
several patches with patch-o-matic (not by me).
I have the kernel source, .config, and the patch-o-matic used.
Now I need to upgrade that kernel to version 2.4.32, and I'd like to apply the
same patches.
Is there any way I could see a list of patches that were applied on that 2.4.30?
Thank You.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How can i see a list of applied p-o-m patches
2006-01-28 18:21 How can i see a list of applied p-o-m patches Claudio Roberto Cussuol
@ 2006-01-28 21:59 ` Jorge Davila
2006-01-28 23:14 ` Samuel Díaz García
1 sibling, 0 replies; 4+ messages in thread
From: Jorge Davila @ 2006-01-28 21:59 UTC (permalink / raw)
To: Claudio Roberto Cussuol; +Cc: netfilter
I don't know if exist a particular way to do that .. but you can try
test a rule with the target that you want to know if it's present.
Too, when you are applying the patches .. the installation tell you is
the patch is present.
See first the options in the kernel, some options are presents in the
kernel and in the patch-o-matic, be carefully applying the patches.
Regards
Jorge Dávila.
El sáb, 28-01-2006 a las 16:21 -0200, Claudio Roberto Cussuol escribió:
> Hi friends
>
> I'm using an embedded system based on the kernel 2.4.30 where were applied
> several patches with patch-o-matic (not by me).
>
> I have the kernel source, .config, and the patch-o-matic used.
>
> Now I need to upgrade that kernel to version 2.4.32, and I'd like to apply the
> same patches.
>
> Is there any way I could see a list of patches that were applied on that 2.4.30?
>
> Thank You.
>
--
-----------------------------------------------------------------
Jorge Isaac Davila Lopez
-
sitio web: http://www.nicaraguaopensource.com/
correo-e: davila@cablenet.com.ni
-----------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: How can i see a list of applied p-o-m patches
2006-01-28 18:21 How can i see a list of applied p-o-m patches Claudio Roberto Cussuol
2006-01-28 21:59 ` Jorge Davila
@ 2006-01-28 23:14 ` Samuel Díaz García
2006-01-29 11:33 ` Fwd: " Claudio Roberto Cussuol
1 sibling, 1 reply; 4+ messages in thread
From: Samuel Díaz García @ 2006-01-28 23:14 UTC (permalink / raw)
To: Claudio Roberto Cussuol; +Cc: netfilter
Ahy don't you try a diff between 2.4.30 and 2.4.32 and then try to apply the
diff into the patched 2.4.30 kernel?
Perhaps it will be much quick than find all patches applied.
Regards
Claudio Roberto Cussuol wrote:
> Hi friends
>
> I'm using an embedded system based on the kernel 2.4.30 where were applied
> several patches with patch-o-matic (not by me).
>
> I have the kernel source, .config, and the patch-o-matic used.
>
> Now I need to upgrade that kernel to version 2.4.32, and I'd like to apply the
> same patches.
>
> Is there any way I could see a list of patches that were applied on that 2.4.30?
>
> Thank You.
>
>
>
--
Samuel Díaz García
Director Gerente
ArcosCom Wireless, S.L.L.
CIF: B11828068
c/ Romero Gago, 19
Arcos de la Frontera
11630 - Cadiz
http://www.arcoscom.com
mailto:samueldg@arcoscom.com
msn: samueldg@arcoscom.com
Móvil: 651 93 72 48
Tlfn.: 956 70 13 15
Fax: 956 70 34 83
^ permalink raw reply [flat|nested] 4+ messages in thread* Fwd: Re: How can i see a list of applied p-o-m patches
2006-01-28 23:14 ` Samuel Díaz García
@ 2006-01-29 11:33 ` Claudio Roberto Cussuol
0 siblings, 0 replies; 4+ messages in thread
From: Claudio Roberto Cussuol @ 2006-01-29 11:33 UTC (permalink / raw)
To: netfilter
Solved. I did the following:
./runme all > tempfile
As I could not see the messages i pressed enter around fifty times to not apply
any patch.
Then:
grep ^Testing tempfile
Show me a list with the lines started by Testing, Example:
Testing ipp2p... Not Applied
Testing rpc... Not Applied
Testing string... Applied
That was what i need.
Runme help shows the following option:
-- check check mode, automaticaly checks if patches are alreay applied.
produces a logfile: rune.out-check
(Note 2 tipos: alreay and rune.out-check)
However it just does nothing, I tried to run several times and could not find
the runme.out-check file.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-01-29 11:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-28 18:21 How can i see a list of applied p-o-m patches Claudio Roberto Cussuol
2006-01-28 21:59 ` Jorge Davila
2006-01-28 23:14 ` Samuel Díaz García
2006-01-29 11:33 ` Fwd: " Claudio Roberto Cussuol
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.