You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
(41) |
Apr
(35) |
May
(18) |
Jun
(5) |
Jul
(4) |
Aug
(37) |
Sep
(9) |
Oct
(20) |
Nov
(50) |
Dec
(217) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(212) |
Feb
(76) |
Mar
(113) |
Apr
(88) |
May
(130) |
Jun
(54) |
Jul
(208) |
Aug
(223) |
Sep
(112) |
Oct
(63) |
Nov
(131) |
Dec
(103) |
2010 |
Jan
(247) |
Feb
(130) |
Mar
(43) |
Apr
(92) |
May
(40) |
Jun
(43) |
Jul
(43) |
Aug
(80) |
Sep
(44) |
Oct
(74) |
Nov
(21) |
Dec
(46) |
2011 |
Jan
(36) |
Feb
(11) |
Mar
(21) |
Apr
(33) |
May
(4) |
Jun
(12) |
Jul
(5) |
Aug
(20) |
Sep
|
Oct
(64) |
Nov
(26) |
Dec
(71) |
2012 |
Jan
(13) |
Feb
(24) |
Mar
(11) |
Apr
(2) |
May
(10) |
Jun
(5) |
Jul
(13) |
Aug
(7) |
Sep
(26) |
Oct
(22) |
Nov
(17) |
Dec
(16) |
2013 |
Jan
(6) |
Feb
(6) |
Mar
(6) |
Apr
(8) |
May
(20) |
Jun
|
Jul
(1) |
Aug
(4) |
Sep
(18) |
Oct
(3) |
Nov
(14) |
Dec
(33) |
2014 |
Jan
(26) |
Feb
(6) |
Mar
(69) |
Apr
(10) |
May
|
Jun
(8) |
Jul
(18) |
Aug
(22) |
Sep
(19) |
Oct
(17) |
Nov
|
Dec
(4) |
2015 |
Jan
(14) |
Feb
(18) |
Mar
|
Apr
|
May
(26) |
Jun
(8) |
Jul
(9) |
Aug
(10) |
Sep
(15) |
Oct
(2) |
Nov
(30) |
Dec
(33) |
2016 |
Jan
(1) |
Feb
(24) |
Mar
(19) |
Apr
(1) |
May
|
Jun
(3) |
Jul
(1) |
Aug
(1) |
Sep
(20) |
Oct
(5) |
Nov
(14) |
Dec
(4) |
2017 |
Jan
(15) |
Feb
(35) |
Mar
(10) |
Apr
(9) |
May
(14) |
Jun
(33) |
Jul
(1) |
Aug
(27) |
Sep
(7) |
Oct
|
Nov
(10) |
Dec
(15) |
2018 |
Jan
(29) |
Feb
|
Mar
(2) |
Apr
(1) |
May
(11) |
Jun
|
Jul
(1) |
Aug
(8) |
Sep
(11) |
Oct
(22) |
Nov
(9) |
Dec
(13) |
2019 |
Jan
(1) |
Feb
(7) |
Mar
(3) |
Apr
(21) |
May
(34) |
Jun
(36) |
Jul
(18) |
Aug
(17) |
Sep
(19) |
Oct
(8) |
Nov
(3) |
Dec
|
2020 |
Jan
|
Feb
(4) |
Mar
(8) |
Apr
(29) |
May
(50) |
Jun
(8) |
Jul
(2) |
Aug
(10) |
Sep
(1) |
Oct
(7) |
Nov
(9) |
Dec
(19) |
2021 |
Jan
(2) |
Feb
(9) |
Mar
(6) |
Apr
(21) |
May
(13) |
Jun
(11) |
Jul
(2) |
Aug
(1) |
Sep
(3) |
Oct
(26) |
Nov
(2) |
Dec
(16) |
2022 |
Jan
(8) |
Feb
(7) |
Mar
(1) |
Apr
(13) |
May
(1) |
Jun
(4) |
Jul
(4) |
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2023 |
Jan
(2) |
Feb
(3) |
Mar
(16) |
Apr
|
May
(2) |
Jun
(1) |
Jul
(4) |
Aug
(13) |
Sep
(8) |
Oct
(6) |
Nov
(4) |
Dec
|
2024 |
Jan
(3) |
Feb
(3) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(5) |
Aug
|
Sep
(1) |
Oct
|
Nov
(5) |
Dec
|
2025 |
Jan
(4) |
Feb
(2) |
Mar
|
Apr
(11) |
May
(1) |
Jun
(9) |
Jul
(18) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
(3) |
2
(1) |
3
|
4
(3) |
5
|
6
(2) |
7
(3) |
8
(3) |
9
|
10
|
11
(9) |
12
(2) |
13
(2) |
14
|
15
(3) |
16
(2) |
17
|
18
(12) |
19
(2) |
20
(1) |
21
|
22
|
23
(5) |
24
(5) |
25
(1) |
26
(6) |
27
(7) |
28
(6) |
29
(4) |
30
(6) |
|
|
From: Lonnie A. <li...@lo...> - 2009-04-08 02:43:13
|
On Apr 7, 2009, at 5:02 PM, Lonnie Abelbeck wrote: > We just ran into a problem when PHP restarts the arno-iptables- > firewall, where superfluous stdout error messages occur... > > "job-working-directory: error retrieving current directory: getcwd: > cannot access parent directories: Success' > > I have also seen in the OpenVPN logs... > > "shell-init: error retrieving current directory: getcwd: cannot access > parent directories: Inappropriate ioctl for device" > > Is there a kernel configuration option to turn off these problem > messages? > > Lonnie Replying to myself, Problem solved on my end. In PHP... 1) @system('/usr/sbin/arno-iptables-firewall restart', $status); Has all the spurious "job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: Success', which messes-up Arno's script. 2) @system('cd /root;/usr/sbin/arno-iptables-firewall restart', $status); works perfectly and clean, and Arno's script runs perfectly. Not sure why the 'cd' is required, but it solves the problem. Lonnie |
From: Lonnie A. <li...@lo...> - 2009-04-07 22:02:26
|
We just ran into a problem when PHP restarts the arno-iptables- firewall, where superfluous stdout error messages occur... "job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: Success' I have also seen in the OpenVPN logs... "shell-init: error retrieving current directory: getcwd: cannot access parent directories: Inappropriate ioctl for device" Is there a kernel configuration option to turn off these problem messages? Lonnie |
From: Lonnie A. <li...@lo...> - 2009-04-07 12:14:12
|
On Apr 7, 2009, at 12:57 AM, Philip A. Prindeville wrote: > dha...@us... wrote: >> Revision: 2604 >> http://astlinux.svn.sourceforge.net/astlinux/?rev=2604&view=rev >> Author: dhartman >> Date: 2009-04-06 22:49:00 +0000 (Mon, 06 Apr 2009) >> >> Log Message: >> ----------- >> merge upgrade-run-image change from trunk to make sure there is >> enough space on the disk >> >> Modified Paths: >> -------------- >> branches/0.6/target/generic/target_skeleton/usr/sbin/upgrade-run- >> image >> >> Modified: branches/0.6/target/generic/target_skeleton/usr/sbin/ >> upgrade-run-image >> =================================================================== >> --- branches/0.6/target/generic/target_skeleton/usr/sbin/upgrade- >> run-image 2009-04-06 22:19:34 UTC (rev 2603) >> +++ branches/0.6/target/generic/target_skeleton/usr/sbin/upgrade- >> run-image 2009-04-06 22:49:00 UTC (rev 2604) >> @@ -165,6 +165,7 @@ >> rm -f $BASE/os/Xver >> fi >> tar -xzf /tmp/up/$VER.tar.gz -C $BASE/tmp/ >> + TAR_ARCHIVE_RTN=$? >> sync >> else >> unmount_tmpfs_up >> @@ -176,7 +177,7 @@ >> >> cd $BASE/tmp/$VER >> >> - if sha1sum -cs $VER.run.sha1; then >> + if [ $TAR_ARCHIVE_RTN -eq 0 ] && sha1sum -cs $VER.run.sha1; then >> mv $BASE/tmp/$VER/* $BASE/os/ >> echo "$OVER" > $BASE/os/Xver >> echo "$VER" > $BASE/os/ver >> @@ -185,7 +186,11 @@ >> unmount_tmpfs_up >> rm -r $BASE/tmp/ >> unmount_oldroot_cdrom >> - echo "Firmware verification failed." >> + if [ $TAR_ARCHIVE_RTN -ne 0 ]; then >> + echo "Not enough free space for new firmware on the RUNNIX >> partition." >> + else >> + echo "Firmware verification failed." >> + fi >> exit $RED >> fi >> >> >> > > You're making a small leap here... tar can fail to unpack for any > number of reasons, not just lack of space. I'd pay attention to > whether > it returns distinct exit codes or not (and even then, the BusyBox tar > might behave differently from Gnu tar, etc)... If tar fails, just say > it failed. Don't necessarily assume it was a space problem: it would > be a permissions problem, a corrupt tar ball, problems looking up user > names or uids inside the tar ball, etc... > > -Philip Philip, This is a good addition, since tar's success is now required for a successful upgrade. Since Darrick creates and controls the tar archives in question, I'm confident a tar error in this context is an out-of-space error. BTW, the return code from tar with an out-of-space error is "1", pretty generic. Lonnie |
From: Philip A. P. <phi...@re...> - 2009-04-07 05:57:12
|
dha...@us... wrote: > Revision: 2604 > http://astlinux.svn.sourceforge.net/astlinux/?rev=2604&view=rev > Author: dhartman > Date: 2009-04-06 22:49:00 +0000 (Mon, 06 Apr 2009) > > Log Message: > ----------- > merge upgrade-run-image change from trunk to make sure there is enough space on the disk > > Modified Paths: > -------------- > branches/0.6/target/generic/target_skeleton/usr/sbin/upgrade-run-image > > Modified: branches/0.6/target/generic/target_skeleton/usr/sbin/upgrade-run-image > =================================================================== > --- branches/0.6/target/generic/target_skeleton/usr/sbin/upgrade-run-image 2009-04-06 22:19:34 UTC (rev 2603) > +++ branches/0.6/target/generic/target_skeleton/usr/sbin/upgrade-run-image 2009-04-06 22:49:00 UTC (rev 2604) > @@ -165,6 +165,7 @@ > rm -f $BASE/os/Xver > fi > tar -xzf /tmp/up/$VER.tar.gz -C $BASE/tmp/ > + TAR_ARCHIVE_RTN=$? > sync > else > unmount_tmpfs_up > @@ -176,7 +177,7 @@ > > cd $BASE/tmp/$VER > > - if sha1sum -cs $VER.run.sha1; then > + if [ $TAR_ARCHIVE_RTN -eq 0 ] && sha1sum -cs $VER.run.sha1; then > mv $BASE/tmp/$VER/* $BASE/os/ > echo "$OVER" > $BASE/os/Xver > echo "$VER" > $BASE/os/ver > @@ -185,7 +186,11 @@ > unmount_tmpfs_up > rm -r $BASE/tmp/ > unmount_oldroot_cdrom > - echo "Firmware verification failed." > + if [ $TAR_ARCHIVE_RTN -ne 0 ]; then > + echo "Not enough free space for new firmware on the RUNNIX partition." > + else > + echo "Firmware verification failed." > + fi > exit $RED > fi > > > You're making a small leap here... tar can fail to unpack for any number of reasons, not just lack of space. I'd pay attention to whether it returns distinct exit codes or not (and even then, the BusyBox tar might behave differently from Gnu tar, etc)... If tar fails, just say it failed. Don't necessarily assume it was a space problem: it would be a permissions problem, a corrupt tar ball, problems looking up user names or uids inside the tar ball, etc... -Philip |
From: Lonnie A. <li...@lo...> - 2009-04-06 20:20:13
|
On Apr 6, 2009, at 2:29 PM, Philip Prindeville wrote: > Lonnie Abelbeck wrote: >> On Apr 4, 2009, at 6:05 PM, Darrick Hartman wrote: >> >> >>> Lonnie Abelbeck wrote: >>> >>>> I'm considering making the current web interface version 1.4.0X the >>>> last that works for the 0.6 branch. (Archived of course) >>>> >>>> I would then make the web interface 1.5.XX only work with the >>>> pre-0.7 >>>> branch and beyond. >>>> >>>> Currently, version 1.4.05 works on AstLinux 0.4.3 through pre-0.7. >>>> It >>>> would be nice to be able to simplify the logic, such as assuming >>>> Arno >>>> 1.9 firewall. >>>> >>>> This should have no effect to anyone using the standard /stat/var/ >>>> www/ >>>> web interface. >>>> >>>> If this proposed change causes any concern, let me know. >>>> >>> Works for me. I would still favor including your web interface in >>> the >>> svn tree for the Astlinux project, but will respect your decision if >>> you >>> want to keep it as a separate entity. >>> >>> Darrick >>> >> >> As long as the web interface is being actively developed, I prefer it >> not to be directly in the SVN. >> >> Real time testing would be hard to give-up. >> >> Lonnie >> > > Not sure I get what you mean... I do all my testing (kernel, IPSec, > scripts, FW, etc.) in a trunk check-out (or several, as the case may > be), and then just check things back in when I'm happy with them. > > This wouldn't work for you? > > -Philip I actually edit PHP/XHTML on a net5501, where I can make changes and view the output via a browser in a matter of seconds. There is no better way to tweak layouts. Lonnie |
From: Philip P. <phi...@re...> - 2009-04-06 19:29:49
|
Lonnie Abelbeck wrote: > On Apr 4, 2009, at 6:05 PM, Darrick Hartman wrote: > > >> Lonnie Abelbeck wrote: >> >>> I'm considering making the current web interface version 1.4.0X the >>> last that works for the 0.6 branch. (Archived of course) >>> >>> I would then make the web interface 1.5.XX only work with the pre-0.7 >>> branch and beyond. >>> >>> Currently, version 1.4.05 works on AstLinux 0.4.3 through pre-0.7. >>> It >>> would be nice to be able to simplify the logic, such as assuming Arno >>> 1.9 firewall. >>> >>> This should have no effect to anyone using the standard /stat/var/ >>> www/ >>> web interface. >>> >>> If this proposed change causes any concern, let me know. >>> >> Works for me. I would still favor including your web interface in the >> svn tree for the Astlinux project, but will respect your decision if >> you >> want to keep it as a separate entity. >> >> Darrick >> > > As long as the web interface is being actively developed, I prefer it > not to be directly in the SVN. > > Real time testing would be hard to give-up. > > Lonnie > Not sure I get what you mean... I do all my testing (kernel, IPSec, scripts, FW, etc.) in a trunk check-out (or several, as the case may be), and then just check things back in when I'm happy with them. This wouldn't work for you? -Philip |
From: Lonnie A. <li...@lo...> - 2009-04-04 23:18:39
|
On Apr 4, 2009, at 6:05 PM, Darrick Hartman wrote: > Lonnie Abelbeck wrote: >> I'm considering making the current web interface version 1.4.0X the >> last that works for the 0.6 branch. (Archived of course) >> >> I would then make the web interface 1.5.XX only work with the pre-0.7 >> branch and beyond. >> >> Currently, version 1.4.05 works on AstLinux 0.4.3 through pre-0.7. >> It >> would be nice to be able to simplify the logic, such as assuming Arno >> 1.9 firewall. >> >> This should have no effect to anyone using the standard /stat/var/ >> www/ >> web interface. >> >> If this proposed change causes any concern, let me know. > > Works for me. I would still favor including your web interface in the > svn tree for the Astlinux project, but will respect your decision if > you > want to keep it as a separate entity. > > Darrick As long as the web interface is being actively developed, I prefer it not to be directly in the SVN. Real time testing would be hard to give-up. Lonnie |
From: Darrick H. <dha...@dj...> - 2009-04-04 23:06:02
|
Lonnie Abelbeck wrote: > I'm considering making the current web interface version 1.4.0X the > last that works for the 0.6 branch. (Archived of course) > > I would then make the web interface 1.5.XX only work with the pre-0.7 > branch and beyond. > > Currently, version 1.4.05 works on AstLinux 0.4.3 through pre-0.7. It > would be nice to be able to simplify the logic, such as assuming Arno > 1.9 firewall. > > This should have no effect to anyone using the standard /stat/var/www/ > web interface. > > If this proposed change causes any concern, let me know. Works for me. I would still favor including your web interface in the svn tree for the Astlinux project, but will respect your decision if you want to keep it as a separate entity. Darrick |
From: Lonnie A. <li...@lo...> - 2009-04-04 23:00:37
|
I'm considering making the current web interface version 1.4.0X the last that works for the 0.6 branch. (Archived of course) I would then make the web interface 1.5.XX only work with the pre-0.7 branch and beyond. Currently, version 1.4.05 works on AstLinux 0.4.3 through pre-0.7. It would be nice to be able to simplify the logic, such as assuming Arno 1.9 firewall. This should have no effect to anyone using the standard /stat/var/www/ web interface. If this proposed change causes any concern, let me know. Lonnie |
From: Justin C. <jc...@gm...> - 2009-04-02 02:14:04
|
David, Have you tested your 2592 build? Did it boot properly? - Justin David Kerr wrote: > Clean build (svn 2592) working again. Thanks. > > On Tue, Mar 31, 2009 at 9:52 PM, David Kerr <Da...@ke... > <mailto:Da...@ke...>> wrote: > > thanks, I've deleted the arno download files. Next time build I'll > pick up the changes. > > David > > > On Tue, Mar 31, 2009 at 8:02 PM, Philip Prindeville > <phi...@re... > <mailto:phi...@re...>> wrote: > > Lonnie Abelbeck wrote: > > On Mar 31, 2009, at 6:01 PM, Philip Prindeville wrote: > > > > > >> Darrick Hartman wrote: > >> > >>> David Kerr wrote: > >>> > >>> > >>>> I just updated my trunk source (from 2577 to 2587 to get > the DST > >>>> fix) > >>>> and tried a clean build (erased build_i586) and got the > following... > >>>> > >>>> Applying arnofw-tracing.patch using plaintext: > >>>> patching file share/arno-iptables-firewall/environment > >>>> Hunk #1 succeeded at 115 (offset 32 lines). > >>>> Hunk #2 FAILED at 170. > >>>> 1 out of 2 hunks FAILED -- saving rejects to file > >>>> share/arno-iptables-firewall/environment.rej > >>>> Patch failed! Please fix arnofw-tracing.patch! > >>>> make: *** > >>>> [/home/david/astlinux-trunk/build_i586/arno-iptables- > >>>> firewall_1.9.0c/.patched] > >>>> Error 1 > >>>> > >>>> What's up? > >>>> > >>>> > >>> David, > >>> > >>> Philip will be fixing that patch, but for now, you can > manually > >>> delete > >>> the patch locally. He's adding a new feature that he > hopes will > >>> eventually be part of Arno's fw, but trunk also right now is > >>> pulling a > >>> nightly build rather than a released version. That's why > the patch > >>> stopped working. > >>> > >>> Darrick > >>> > >>> > >> Resolved last night.... at least until the next time Arno > breaks > >> it. :-) > >> > >> I sent him a copy of my patch. Haven't heard back. > >> > >> -Philip > >> > > > > Thanks Philip. > > > > David, be sure to do a... > > > > $ rm dl/arno-iptables-firewall_1.9_nightly.tar.gz > > > > if it exists, to get the latest arno nightly. > > > > Lonnie > > > > Or: > > $ rm dl/arno-iptables-firewall_1.9_nightly.tar.gz* > > to clobber the .sha1 file as well. > > -Philip > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Astlinux-devel mailing list > Ast...@li... > <mailto:Ast...@li...> > https://lists.sourceforge.net/lists/listinfo/astlinux-devel > > Donations to support AstLinux are graciously accepted via > PayPal to pa...@kr... <mailto:pa...@kr...>. > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > ------------------------------------------------------------------------ > > _______________________________________________ > Astlinux-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-devel > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |
From: David K. <Da...@Ke...> - 2009-04-01 20:28:09
|
Clean build (svn 2592) working again. Thanks. On Tue, Mar 31, 2009 at 9:52 PM, David Kerr <Da...@ke...> wrote: > thanks, I've deleted the arno download files. Next time build I'll pick up > the changes. > David > > > On Tue, Mar 31, 2009 at 8:02 PM, Philip Prindeville < > phi...@re...> wrote: > >> Lonnie Abelbeck wrote: >> > On Mar 31, 2009, at 6:01 PM, Philip Prindeville wrote: >> > >> > >> >> Darrick Hartman wrote: >> >> >> >>> David Kerr wrote: >> >>> >> >>> >> >>>> I just updated my trunk source (from 2577 to 2587 to get the DST >> >>>> fix) >> >>>> and tried a clean build (erased build_i586) and got the following... >> >>>> >> >>>> Applying arnofw-tracing.patch using plaintext: >> >>>> patching file share/arno-iptables-firewall/environment >> >>>> Hunk #1 succeeded at 115 (offset 32 lines). >> >>>> Hunk #2 FAILED at 170. >> >>>> 1 out of 2 hunks FAILED -- saving rejects to file >> >>>> share/arno-iptables-firewall/environment.rej >> >>>> Patch failed! Please fix arnofw-tracing.patch! >> >>>> make: *** >> >>>> [/home/david/astlinux-trunk/build_i586/arno-iptables- >> >>>> firewall_1.9.0c/.patched] >> >>>> Error 1 >> >>>> >> >>>> What's up? >> >>>> >> >>>> >> >>> David, >> >>> >> >>> Philip will be fixing that patch, but for now, you can manually >> >>> delete >> >>> the patch locally. He's adding a new feature that he hopes will >> >>> eventually be part of Arno's fw, but trunk also right now is >> >>> pulling a >> >>> nightly build rather than a released version. That's why the patch >> >>> stopped working. >> >>> >> >>> Darrick >> >>> >> >>> >> >> Resolved last night.... at least until the next time Arno breaks >> >> it. :-) >> >> >> >> I sent him a copy of my patch. Haven't heard back. >> >> >> >> -Philip >> >> >> > >> > Thanks Philip. >> > >> > David, be sure to do a... >> > >> > $ rm dl/arno-iptables-firewall_1.9_nightly.tar.gz >> > >> > if it exists, to get the latest arno nightly. >> > >> > Lonnie >> > >> >> Or: >> >> $ rm dl/arno-iptables-firewall_1.9_nightly.tar.gz* >> >> to clobber the .sha1 file as well. >> >> -Philip >> >> >> >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Astlinux-devel mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/astlinux-devel >> >> Donations to support AstLinux are graciously accepted via PayPal to >> pa...@kr.... >> > > |
From: David K. <Da...@Ke...> - 2009-04-01 02:05:54
|
thanks, I've deleted the arno download files. Next time build I'll pick up the changes. David On Tue, Mar 31, 2009 at 8:02 PM, Philip Prindeville < phi...@re...> wrote: > Lonnie Abelbeck wrote: > > On Mar 31, 2009, at 6:01 PM, Philip Prindeville wrote: > > > > > >> Darrick Hartman wrote: > >> > >>> David Kerr wrote: > >>> > >>> > >>>> I just updated my trunk source (from 2577 to 2587 to get the DST > >>>> fix) > >>>> and tried a clean build (erased build_i586) and got the following... > >>>> > >>>> Applying arnofw-tracing.patch using plaintext: > >>>> patching file share/arno-iptables-firewall/environment > >>>> Hunk #1 succeeded at 115 (offset 32 lines). > >>>> Hunk #2 FAILED at 170. > >>>> 1 out of 2 hunks FAILED -- saving rejects to file > >>>> share/arno-iptables-firewall/environment.rej > >>>> Patch failed! Please fix arnofw-tracing.patch! > >>>> make: *** > >>>> [/home/david/astlinux-trunk/build_i586/arno-iptables- > >>>> firewall_1.9.0c/.patched] > >>>> Error 1 > >>>> > >>>> What's up? > >>>> > >>>> > >>> David, > >>> > >>> Philip will be fixing that patch, but for now, you can manually > >>> delete > >>> the patch locally. He's adding a new feature that he hopes will > >>> eventually be part of Arno's fw, but trunk also right now is > >>> pulling a > >>> nightly build rather than a released version. That's why the patch > >>> stopped working. > >>> > >>> Darrick > >>> > >>> > >> Resolved last night.... at least until the next time Arno breaks > >> it. :-) > >> > >> I sent him a copy of my patch. Haven't heard back. > >> > >> -Philip > >> > > > > Thanks Philip. > > > > David, be sure to do a... > > > > $ rm dl/arno-iptables-firewall_1.9_nightly.tar.gz > > > > if it exists, to get the latest arno nightly. > > > > Lonnie > > > > Or: > > $ rm dl/arno-iptables-firewall_1.9_nightly.tar.gz* > > to clobber the .sha1 file as well. > > -Philip > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Astlinux-devel mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-devel > > Donations to support AstLinux are graciously accepted via PayPal to > pa...@kr.... > |
From: Philip P. <phi...@re...> - 2009-04-01 00:03:13
|
Lonnie Abelbeck wrote: > On Mar 31, 2009, at 6:01 PM, Philip Prindeville wrote: > > >> Darrick Hartman wrote: >> >>> David Kerr wrote: >>> >>> >>>> I just updated my trunk source (from 2577 to 2587 to get the DST >>>> fix) >>>> and tried a clean build (erased build_i586) and got the following... >>>> >>>> Applying arnofw-tracing.patch using plaintext: >>>> patching file share/arno-iptables-firewall/environment >>>> Hunk #1 succeeded at 115 (offset 32 lines). >>>> Hunk #2 FAILED at 170. >>>> 1 out of 2 hunks FAILED -- saving rejects to file >>>> share/arno-iptables-firewall/environment.rej >>>> Patch failed! Please fix arnofw-tracing.patch! >>>> make: *** >>>> [/home/david/astlinux-trunk/build_i586/arno-iptables- >>>> firewall_1.9.0c/.patched] >>>> Error 1 >>>> >>>> What's up? >>>> >>>> >>> David, >>> >>> Philip will be fixing that patch, but for now, you can manually >>> delete >>> the patch locally. He's adding a new feature that he hopes will >>> eventually be part of Arno's fw, but trunk also right now is >>> pulling a >>> nightly build rather than a released version. That's why the patch >>> stopped working. >>> >>> Darrick >>> >>> >> Resolved last night.... at least until the next time Arno breaks >> it. :-) >> >> I sent him a copy of my patch. Haven't heard back. >> >> -Philip >> > > Thanks Philip. > > David, be sure to do a... > > $ rm dl/arno-iptables-firewall_1.9_nightly.tar.gz > > if it exists, to get the latest arno nightly. > > Lonnie > Or: $ rm dl/arno-iptables-firewall_1.9_nightly.tar.gz* to clobber the .sha1 file as well. -Philip |