* How to Patch 2.4.4 with ppp-2.4.4.gigawords.patch
@ 2009-10-24 1:35 Neville
2009-10-25 19:01 ` Neville
2009-10-25 22:00 ` James Cameron
0 siblings, 2 replies; 3+ messages in thread
From: Neville @ 2009-10-24 1:35 UTC (permalink / raw)
To: linux-ppp
Hi,
I'm really sorry about asking this dumb question, but I need to support
GIGAWORDS in my pppd/radius configuration to get around the 4.2Gb Limit
before the count recycles back to 0, But I've not idea on how to PATCH the
Source a recompile.
I believe I need to apply ppp-2.4.4.gigawords.patch,
http://www.mail-archive.com/leaf-cvs-commits@lists.sourceforge.net/msg06097.html
But I cannot find instructions on how to do this.
Please help with some pointers.
I have already downloaded ftp://ftp.samba.org/pub/ppp/ppp-2.4.4.tar.gz
Thx in advance.
Nev
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to Patch 2.4.4 with ppp-2.4.4.gigawords.patch
2009-10-24 1:35 How to Patch 2.4.4 with ppp-2.4.4.gigawords.patch Neville
@ 2009-10-25 19:01 ` Neville
2009-10-25 22:00 ` James Cameron
1 sibling, 0 replies; 3+ messages in thread
From: Neville @ 2009-10-25 19:01 UTC (permalink / raw)
To: linux-ppp
Hi Everyone,
Would really appreciate some help here as I'm trying to manage usage on
access to my PPP Server, but the old PPP WRAPS at 4.2GB and I understand
this Patch to Gigawords will address this.
Please anyone...
Thx
Nev
----- Original Message -----
From: "Neville" <nev@itsnev.co.uk>
To: <linux-ppp@vger.kernel.org>
Sent: Saturday, October 24, 2009 1:35 AM
Subject: How to Patch 2.4.4 with ppp-2.4.4.gigawords.patch
> Hi,
>
> I'm really sorry about asking this dumb question, but I need to support
> GIGAWORDS in my pppd/radius configuration to get around the 4.2Gb Limit
> before the count recycles back to 0, But I've not idea on how to PATCH the
> Source a recompile.
>
> I believe I need to apply ppp-2.4.4.gigawords.patch,
> http://www.mail-archive.com/leaf-cvs-commits@lists.sourceforge.net/msg06097.html
>
> But I cannot find instructions on how to do this.
>
> Please help with some pointers.
>
> I have already downloaded ftp://ftp.samba.org/pub/ppp/ppp-2.4.4.tar.gz
>
> Thx in advance.
>
> Nev
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to Patch 2.4.4 with ppp-2.4.4.gigawords.patch
2009-10-24 1:35 How to Patch 2.4.4 with ppp-2.4.4.gigawords.patch Neville
2009-10-25 19:01 ` Neville
@ 2009-10-25 22:00 ` James Cameron
1 sibling, 0 replies; 3+ messages in thread
From: James Cameron @ 2009-10-25 22:00 UTC (permalink / raw)
To: linux-ppp
G'day Neville,
Your task is to apply a patch. The program that is often used for this
is called patch. It is normally installed on most systems, but if not,
you'll need to figure out the correct package name. On most of my
systems, the package name is also patch.
A patch can also be applied manually using a text editor, but the patch
to which you refer would take several hours to do manually and the
chances of a mistake are much larger.
Before applying the patch, you must unpack the source file. The file
ending in .tar.gz contains a compressed .tar file. The .tar file
contains a group of files that make up the source. Given the file name
of ppp-2.4.4.tar.gz one would normally unpack this with a command like:
tar xzf ppp-2.4.4.tar.gz
or if one liked more verbose but easier to understand commands ...
tar --extract --gzip --file ppp-2.4.4.tar.gz
I've tested that the above two commands work.
Now, to apply the patch will depend on the patch itself; or rather the
method used by the author of the patch to generate it.
I've briefly looked at the patch, and it is not a patch built against
ppp-2.4.4.tar.gz, so it may present some difficulty. It might or might
not apply. I've not tried it. It seems to be a patch against a
repository that contains a copy of ppp ... a derivative project perhaps.
Based on the errors generated by the patch program, you'd then be able
to determine what needs to be done to fix the patch or ask for the
original author to resubmit it.
This level of task complexity is normal for a software engineer or
programmer working with open source. Have fun!
On Sun, Oct 25, 2009 at 07:01:15PM -0000, Neville wrote:
> Hi Everyone,
>
> Would really appreciate some help here as I'm trying to manage usage
> on access to my PPP Server, but the old PPP WRAPS at 4.2GB and I
> understand this Patch to Gigawords will address this.
>
> Please anyone...
>
> Thx
> Nev
> ----- Original Message ----- From: "Neville" <nev@itsnev.co.uk>
> To: <linux-ppp@vger.kernel.org>
> Sent: Saturday, October 24, 2009 1:35 AM
> Subject: How to Patch 2.4.4 with ppp-2.4.4.gigawords.patch
>
>
> >Hi,
> >
> >I'm really sorry about asking this dumb question, but I need to
> >support GIGAWORDS in my pppd/radius configuration to get around
> >the 4.2Gb Limit before the count recycles back to 0, But I've not
> >idea on how to PATCH the Source a recompile.
> >
> >I believe I need to apply ppp-2.4.4.gigawords.patch, http://www.mail-archive.com/leaf-cvs-commits@lists.sourceforge.net/msg06097.html
> >
> >But I cannot find instructions on how to do this.
> >
> >Please help with some pointers.
> >
> >I have already downloaded ftp://ftp.samba.org/pub/ppp/ppp-2.4.4.tar.gz
> >
> >Thx in advance.
> >
> >Nev
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
James Cameron
http://quozl.linux.org.au/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-25 22:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-24 1:35 How to Patch 2.4.4 with ppp-2.4.4.gigawords.patch Neville
2009-10-25 19:01 ` Neville
2009-10-25 22:00 ` James Cameron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox