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
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
В 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
В 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
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
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
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
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
>
>
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
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
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
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
-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
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
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
15 matches
Mail list logo