Re: ipfw bug on i386

2010-04-11 Thread Andrey V. Elsukov
On 12.04.2010 10:07, Hizel Ildar wrote: Hey! I'm fix this bug :D patch: foo# diff -ruN main.c~ main.c --- main.c~ 2010-03-04 19:54:56.0 +0300 +++ main.c 2010-04-12 09:37:21.0 +0400 @@ -553,7 +553,7 @@ } while (fgets(buf, BUFSIZ, f)) { /* read

Re: ipfw bug on i386

2010-04-11 Thread Alex Keda
12.04.2010 10:07, Hizel Ildar пишет: В Sun, 11 Apr 2010 11:23:59 +0400 Alex Keda пишет: srv5# more /tmp/a.sh table="24" ipfw table $table flush for octet3 in `jot - 1 60` do for octet4 in `jot - 1 254` do echo "table $table add 192.168.$octet3.$octet4">> /tmp/$$.txt done don

Re: ipfw bug on i386

2010-04-11 Thread Hizel Ildar
В Mon, 12 Apr 2010 10:07:56 +0400 Hizel Ildar пишет: > В Sun, 11 Apr 2010 11:23:59 +0400 > Alex Keda пишет: > > > srv5# more /tmp/a.sh > > table="24" > > ipfw table $table flush > > for octet3 in `jot - 1 60` > > do > > for octet4 in `jot - 1 254` > >do > > echo "table $table add 192

Re: ipfw bug on i386

2010-04-11 Thread Hizel Ildar
В Sun, 11 Apr 2010 11:23:59 +0400 Alex Keda пишет: > srv5# more /tmp/a.sh > table="24" > ipfw table $table flush > for octet3 in `jot - 1 60` > do > for octet4 in `jot - 1 254` >do > echo "table $table add 192.168.$octet3.$octet4" >> /tmp/$$.txt >done > done > ipfw /tmp/$$.txt > rm

Re: ports and PBIs

2010-04-11 Thread Julian Elischer
On 4/11/10 12:20 PM, Kostik Belousov wrote: On Sun, Apr 11, 2010 at 12:13:12PM -0700, Julian Elischer wrote: On 4/11/10 11:44 AM, Kostik Belousov wrote: On Sun, Apr 11, 2010 at 11:23:33AM -0700, Julian Elischer wrote: On 4/11/10 3:27 AM, Kostik Belousov wrote: I already pointed in the other

Re: ports and PBIs

2010-04-11 Thread Kostik Belousov
On Sun, Apr 11, 2010 at 12:13:12PM -0700, Julian Elischer wrote: > On 4/11/10 11:44 AM, Kostik Belousov wrote: > >On Sun, Apr 11, 2010 at 11:23:33AM -0700, Julian Elischer wrote: > >>On 4/11/10 3:27 AM, Kostik Belousov wrote: > >> > >>>I already pointed in the other reply in this thread, $ORIGIN dy

Re: ports and PBIs

2010-04-11 Thread Julian Elischer
On 4/11/10 11:44 AM, Kostik Belousov wrote: On Sun, Apr 11, 2010 at 11:23:33AM -0700, Julian Elischer wrote: On 4/11/10 3:27 AM, Kostik Belousov wrote: I already pointed in the other reply in this thread, $ORIGIN dynamic token should solve the issue. See http://docs.sun.com/app/docs/doc/817-19

Re: ports and PBIs

2010-04-11 Thread Kostik Belousov
On Sun, Apr 11, 2010 at 11:23:33AM -0700, Julian Elischer wrote: > On 4/11/10 3:27 AM, Kostik Belousov wrote: > > >I already pointed in the other reply in this thread, $ORIGIN dynamic > >token should solve the issue. See > >http://docs.sun.com/app/docs/doc/817-1984/chapter3-13312?l=en&a=view > >

Re: ports and PBIs

2010-04-11 Thread Julian Elischer
On 4/11/10 3:27 AM, Kostik Belousov wrote: I already pointed in the other reply in this thread, $ORIGIN dynamic token should solve the issue. See http://docs.sun.com/app/docs/doc/817-1984/chapter3-13312?l=en&a=view yes, teh question I have since I am not alinker expert is do we support it? t

Re: ports and PBIs

2010-04-11 Thread James Butler
On Sunday, April 11, 2010, Tim Kientzle wrote: > Garrett Cooper wrote: > > If I'm understanding you correctly you're saying it's an issue when I do: > > pkg_add A B C > > # 1 year passes > > pkg_add D > > # D depends on A, B, C, of different revisions. pkg_add barfs because > it can't find the app

Re: ports and PBIs

2010-04-11 Thread James Butler
On Sunday, April 11, 2010, Tim Kientzle wrote: > Garrett Cooper wrote: > > If I'm understanding you correctly you're saying it's an issue when I do: > > pkg_add A B C > > # 1 year passes > > pkg_add D > > # D depends on A, B, C, of different revisions. pkg_add barfs because > it can't find the app

Re: ports and PBIs

2010-04-11 Thread Kostik Belousov
On Sat, Apr 10, 2010 at 03:45:20PM -0700, Tim Kientzle wrote: > Julian Elischer wrote: > >On 4/10/10 12:07 PM, Tim Kientzle wrote: > >>[1] Actually, PBI might work just fine even for > >>embedded if we address the disk bloat issue. One > >>approach would be to make > >>/Package/Bar/libfoo-2.8.7.so

Re: ports and PBIs

2010-04-11 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/04/2010 05:59:34, Robert Noland wrote: > On Sat, 2010-04-10 at 15:18 +0100, Bruce Simpson wrote: >> On 04/10/10 02:31, Julian Elischer wrote: >>> >>> Alfred Perlstein , Matt at ix systems Kris (Mr PBI), some >>> others and I, felt that these idea

Re: ports and PBIs

2010-04-11 Thread Julian Elischer
On 4/10/10 10:06 PM, Garrett Cooper wrote: It's more than just diskspace though. Consider the fact that now you're going to lose a lot of the memory sharing between shared libs and what-not, and now you'd have to be running N number of daemons . Take PCBSD for instance -- do they really revisio

ipfw bug on i386

2010-04-11 Thread Alex Keda
srv5# more /tmp/a.sh table="24" ipfw table $table flush for octet3 in `jot - 1 60` do for octet4 in `jot - 1 254` do echo "table $table add 192.168.$octet3.$octet4" >> /tmp/$$.txt done done ipfw /tmp/$$.txt rm -f /tmp/$$.txt effect: srv5# sh /tmp/a.sh Abort trap (core dumped) srv5# srv5