All of lore.kernel.org
 help / color / mirror / Atom feed
* lksctp-tools upgrade/downgrade questions 1.0.14 <= > (latest) 1.0.16
@ 2015-11-05 19:47 Balasundaram, Gunabalan
  2015-11-05 20:18 ` Marcelo Ricardo Leitner
  2015-11-05 20:22 ` Balasundaram, Gunabalan
  0 siblings, 2 replies; 3+ messages in thread
From: Balasundaram, Gunabalan @ 2015-11-05 19:47 UTC (permalink / raw)
  To: linux-sctp

Hello,

We are in the process of upgrading Fedora 16 kernel from 3.4.2-1 to 3.4.110 . During this time, considering whether the lksctp-tools need to be upgraded from 1.0.14 to latest (1.0.16). 

Here are my questions:

1. Does the current lksctp-tools 1.0.14 version compatible with new kernel 3.4.110?

2. If I want to upgrade the lksctp-tools to new version 1.0.16, do I need to remove the old one first prior to install the new version or installing the new version will automatically uninstall the old one? 
Here are the steps that currently being used to install 1.0.14:
cd lksctp-tools-1.0.14 >/dev/null 2>&1
./bootstrap >/dev/null 2>&1
./configure --prefix=/usr --libdir=/usr/lib64 >/dev/null 2>&1
make >/dev/null 2>&1
make install >/dev/null 2>&1

3. Similar to upgrade question above, what are the steps required to follow for downgrade procedures move from 1.0.16 to 1.0.14? We need to downgrade the version of lksctp-tools to match with rest of the downgraded software on the system.

Thank you,
Guna 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: lksctp-tools upgrade/downgrade questions 1.0.14 <= > (latest) 1.0.16
  2015-11-05 19:47 lksctp-tools upgrade/downgrade questions 1.0.14 <= > (latest) 1.0.16 Balasundaram, Gunabalan
@ 2015-11-05 20:18 ` Marcelo Ricardo Leitner
  2015-11-05 20:22 ` Balasundaram, Gunabalan
  1 sibling, 0 replies; 3+ messages in thread
From: Marcelo Ricardo Leitner @ 2015-11-05 20:18 UTC (permalink / raw)
  To: linux-sctp

On Thu, Nov 05, 2015 at 07:47:19PM +0000, Balasundaram, Gunabalan wrote:
> Hello,
> 
> We are in the process of upgrading Fedora 16 kernel from 3.4.2-1 to 3.4.110 . During this time, considering whether the lksctp-tools need to be upgraded from 1.0.14 to latest (1.0.16). 
> 
> Here are my questions:
> 
> 1. Does the current lksctp-tools 1.0.14 version compatible with new kernel 3.4.110?

Yes

> 2. If I want to upgrade the lksctp-tools to new version 1.0.16, do I need to remove the old one first prior to install the new version or installing the new version will automatically uninstall the old one? 
> Here are the steps that currently being used to install 1.0.14:
> cd lksctp-tools-1.0.14 >/dev/null 2>&1
> ./bootstrap >/dev/null 2>&1
> ./configure --prefix=/usr --libdir=/usr/lib64 >/dev/null 2>&1
> make >/dev/null 2>&1
> make install >/dev/null 2>&1

You can/should considering backporting a rpm from a newer Fedora. It
makes this handling much easier.
Removing is not really necessary, but helps to keep your system in a
saner state.

> 3. Similar to upgrade question above, what are the steps required to follow for downgrade procedures move from 1.0.16 to 1.0.14? We need to downgrade the version of lksctp-tools to match with rest of the downgraded software on the system.

You may just reinstall it over what is currently installed, being it
1.0.14 or 1.0.16.
Same deal as above regarding cleaning the previous one.

  Marcelo


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: lksctp-tools upgrade/downgrade questions 1.0.14 <= > (latest) 1.0.16
  2015-11-05 19:47 lksctp-tools upgrade/downgrade questions 1.0.14 <= > (latest) 1.0.16 Balasundaram, Gunabalan
  2015-11-05 20:18 ` Marcelo Ricardo Leitner
@ 2015-11-05 20:22 ` Balasundaram, Gunabalan
  1 sibling, 0 replies; 3+ messages in thread
From: Balasundaram, Gunabalan @ 2015-11-05 20:22 UTC (permalink / raw)
  To: linux-sctp

Thanks Marcelo.

Guna

-----Original Message-----
From: Marcelo Ricardo Leitner [mailto:marcelo.leitner@gmail.com] 
Sent: Thursday, November 05, 2015 3:19 PM
To: Balasundaram, Gunabalan <gbalasundaram@sonusnet.com>
Cc: linux-sctp@vger.kernel.org
Subject: Re: lksctp-tools upgrade/downgrade questions 1.0.14 <= > (latest) 1.0.16

On Thu, Nov 05, 2015 at 07:47:19PM +0000, Balasundaram, Gunabalan wrote:
> Hello,
> 
> We are in the process of upgrading Fedora 16 kernel from 3.4.2-1 to 3.4.110 . During this time, considering whether the lksctp-tools need to be upgraded from 1.0.14 to latest (1.0.16). 
> 
> Here are my questions:
> 
> 1. Does the current lksctp-tools 1.0.14 version compatible with new kernel 3.4.110?

Yes

> 2. If I want to upgrade the lksctp-tools to new version 1.0.16, do I need to remove the old one first prior to install the new version or installing the new version will automatically uninstall the old one? 
> Here are the steps that currently being used to install 1.0.14:
> cd lksctp-tools-1.0.14 >/dev/null 2>&1 ./bootstrap >/dev/null 2>&1 
> ./configure --prefix=/usr --libdir=/usr/lib64 >/dev/null 2>&1 make 
> >/dev/null 2>&1 make install >/dev/null 2>&1

You can/should considering backporting a rpm from a newer Fedora. It makes this handling much easier.
Removing is not really necessary, but helps to keep your system in a saner state.

> 3. Similar to upgrade question above, what are the steps required to follow for downgrade procedures move from 1.0.16 to 1.0.14? We need to downgrade the version of lksctp-tools to match with rest of the downgraded software on the system.

You may just reinstall it over what is currently installed, being it
1.0.14 or 1.0.16.
Same deal as above regarding cleaning the previous one.

  Marcelo


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-05 20:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-05 19:47 lksctp-tools upgrade/downgrade questions 1.0.14 <= > (latest) 1.0.16 Balasundaram, Gunabalan
2015-11-05 20:18 ` Marcelo Ricardo Leitner
2015-11-05 20:22 ` Balasundaram, Gunabalan

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.