Re: installing ports xorg

2009-03-22 Thread Fbsd1

Tim Judd wrote:

I'm getting ZERO feedback when I install the xorg metaport, updated
ports tree today.

# cd /usr/ports/x11/xorg
# make install
# 




So what am i missing?

http://www.freebsd.org/doc/en/books/handbook/x-install.html
tells me to install this port.


I even deleted /var/db/pkg/* and /var/db/ports/* to try to hook it to
install...  Retrying the above install every time.  Nothing works.

What to do?


Thanks

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


it will take many many hours to compile. If you read more in handbook it 
also says you can install the package version which should only take 30 
minutes.


pkg_add -r xorg

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: installing ports xorg

2009-03-22 Thread Glen Barber
On Sat, Mar 21, 2009 at 10:20 PM, Tim Judd taj...@gmail.com wrote:
 I'm getting ZERO feedback when I install the xorg metaport, updated
 ports tree today.

 # cd /usr/ports/x11/xorg
 # make install
 #



 So what am i missing?


If xorg is already installed, you won't see any output.  This is
expected behavior, as far as I can tell.  What happens on 'make
deinstall; make fetch-recursive; make install' ?

 http://www.freebsd.org/doc/en/books/handbook/x-install.html
 tells me to install this port.


 I even deleted /var/db/pkg/* and /var/db/ports/* to try to hook it to
 install...  Retrying the above install every time.  Nothing works.

 What to do?



I have seen this behavior before, and resorted to removing all
packages and rebuilding.  (Probably not the solution you are after.)


-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ipfw, pf and ALTQ on outbound traffic? (or: The net is slow when I upload!)

2009-03-22 Thread Andrew

Hi Jubal,

Jubal Kessler wrote:

Greetings,

Is there a general how-to, or a set of coherent instructions, for 
shaping outbound traffic such that when I upload something over my 
asymmetric cable-modem pipe, doing so doesn't completely kill my Web 
browsing or any other attempts to use my Internet connection?


(To put it another way: When I max out my upstream, and my upstream is 
capped lower than my downstream, my downstream becomes useless and I am 
forced to wait until the upload finishes before I can resume using the 
downstream. This is a problem, and I'd like to solve it.)


I have looked at various ALTQ + pf setups on the Web, but I have one 
caveat. I use FreeBSD 6.4 on my home gateway, and it is also using the 
default natd server, which relies on an ipfw divert rule. I don't know 
if this matters, or if I need to switch from natd to a pf-based NAT setup.


Technically you could run both, for a while years back I was using 
pppd's nat, ipfw for the firewall and dummynet (for kids downloads and 
stuff or when they reached their monthly quota), and pf for altq on 
outbound.


All working perfectly.




Should I use *just* ipfw, or should I switch everything to pf (including 
NAT services) and go from there?


Thanks much,

Jubal
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org



--
Awdcomp computing services.
Mobile: 0433 263 470
Web:www.awdcomp.net
Email:  a...@awdcomp.net

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Creating a 10km wireless bridge...pointers?

2009-03-22 Thread Wojciech Puchar

Best encrypted, or at least use point-to-point adhoc in bridge mode
rather than point-to-AP unencrypted, which will surely get abused.


quite available in Poland where people have unencrypted AP's at home.
good antenna and you get free (and anonymous ;) access to the net.


easily.  With +15dBm antennae you should get (at least lower) 11g rates,
and if you can afford 20+dBm dish grid antennae, so much the faster.



grid antennas for 2.4Ghz are not expensive. give best available there are 
about 24dB, to have LARGE margin for noise.



As others have said - avoid amplifiers, spend most on good antennae and


amplifiers make sense ONLY when there are something on the line that damps 
the signal (like few trees) and you can't avoid that. but still it's not 
good, snow would fall on trees and then nothing will help.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ipfw, pf and ALTQ on outbound traffic? (or: The net is slow when I upload!)

2009-03-22 Thread Morgan Wesström
Jubal Kessler wrote:
 Greetings,
 
 Is there a general how-to, or a set of coherent instructions, for
 shaping outbound traffic such that when I upload something over my
 asymmetric cable-modem pipe, doing so doesn't completely kill my Web
 browsing or any other attempts to use my Internet connection?

Daniel Hartmeier's tutorial is the base on which I build my own
knowledge: http://www.benzedrine.cx/ackpri.html
I have helped my friends build FreeBSD based routers for a few years
now. I've put together a documentation, mainly to help myself being
consistent, but your free to look at my examples there and the reasoning
behind it. It's in the Firewall setup guide but it's rather long since
I explain in detail every part of the firewall rule set:
http://homerouters.info/wiki/Main_Page
Be aware that I'm not a very good teacher... ;-)

 (To put it another way: When I max out my upstream, and my upstream is
 capped lower than my downstream, my downstream becomes useless and I am
 forced to wait until the upload finishes before I can resume using the
 downstream. This is a problem, and I'd like to solve it.)

This is exactly the reason why I built my own router several years ago.

 I have looked at various ALTQ + pf setups on the Web, but I have one
 caveat. I use FreeBSD 6.4 on my home gateway, and it is also using the
 default natd server, which relies on an ipfw divert rule. I don't know
 if this matters, or if I need to switch from natd to a pf-based NAT setup.
 
 Should I use *just* ipfw, or should I switch everything to pf (including
 NAT services) and go from there?

I have no experience running pf and ipfw at the same time. NAT is
handled perfectly by pf and keeping everything in the same config makes
everything much easier. Naturally I recommend you have a look at the
example in my tutorial and the pf man page of course. It's extremely
flexible.

 Thanks much,
 
 Jubal

/Morgan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: installing ports xorg

2009-03-22 Thread Boris Samorodov
Tim Judd taj...@gmail.com writes:

 I'm getting ZERO feedback when I install the xorg metaport, updated
 ports tree today.

 # cd /usr/ports/x11/xorg
 # make install
 # 

Seems that you miss a make clean stage.

 So what am i missing?

 http://www.freebsd.org/doc/en/books/handbook/x-install.html
 tells me to install this port.


 I even deleted /var/db/pkg/*

That's too bad if you don't have a backup, since you have lost all
information about installed ports.

 and /var/db/ports/* to try to hook it to
 install...  Retrying the above install every time.  Nothing works.

 What to do?


 Thanks

WBR
-- 
bsam
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Need help for acroread8

2009-03-22 Thread Boris Samorodov
Hi,


Manish Jain invalid.poin...@gmail.com writes:

 Hello Boris,

You are top-posting again. :-(

 I can't really explain how, but I have got acroread8 up and running on
 my system. All I did was deinstall and reinstall pango and
 linux-pango. I then created the following 2 symlinks :

 /compat/linux/etc/pango/pango.modules - 
 /compat/linux/etc/pango/i686-redhat-linux-gnu/pango.modules

 /compat/linux/usr/bin/pango-querymodules - 
 /compat/linux/usr/bin/pango-querymodules-32

 Then I ran /compat/linux/usr/bin/pango-querymodules as root, which
 populated pango.modules.

Neither of those files should present at the system if you install
linux programs via ports/packages (if they do, please, reproduce it
and file a PR):
. /compat/linux/etc/pango/pango.modules;
. /compat/linux/usr/bin/pango-querymodules;
. /compat/linux/usr/bin/pango-querymodules.

All those files are autocreated by the port/package:
. /compat/linux/usr/bin/pango-querymodules-32;
. /compat/linux/etc/pango/i686-redhat-linux-gnu/pango.modules.

 Once that happened, to my surprise, acroread
 fired up and ran seamlessly.

The port system do it for you automatically. Hence, you should
find out how did you manage to get there earlier to not get there
in the future.

 It still gives the warning about the
 missing libgnomebreakpad.so, like all other linux inherited
 applications do, but that appears to be harmless.

 Thanks for all the help.

 Regards
 Manish Jain
 invalid.poin...@gmail.com



 Boris Samorodov wrote:
 Manish Jain invalid.poin...@gmail.com writes:

 Hello Boris,

 I followed your leads and I am now left with the following :

 Please, show what exactly you have done. And give output of
 two commands from those URLs. And try to not top-post. Otherwise
 you yourself won't understand the email.

  Gtk-Message: Failed to load module gnomebreakpad:
 libgnomebreakpad.so: cannot open shared object file: No such file or
 directory
 
  (acroread:41717): Pango-WARNING **: No builtin or
 dynamically loaded modules
  were found. Pango will not work correctly. This probably means
  there was an error in the creation of:
'/etc/pango/pango.modules'
  You may be able to recreate this file by running pango-querymodules.
 
  (acroread:41717): Pango-CRITICAL **:
 _pango_engine_shape_shape: assertion `PANGO_IS_FONT (font)' failed
 
  Pango-ERROR **: file shape.c: line 75 (pango_shape):
 assertion failed: (glyphs-num_glyphs  0)
  aborting...
 
  [1]+  Exit 1  acroread

 'locate libgnomebreakpad' gives :
 /usr/local/lib/gtk-2.0/modules/libgnomebreakpad.la
 /usr/local/lib/gtk-2.0/modules/libgnomebreakpad.so

 So, these would be the FreeBSD versions of the library and not the
 linux ones, which would be the ones acroread would be looking for.
 However this does not seem to a fatal error. linux-ymessenger also
 reports the same error but loads and runs successfully.

 Effectively, I am left with the pango error, which is fatal indeed and
 I have no idea how to get around. I would give up on acroread and try
 something else but for 2 reasons :

 1) acroread is more sophisticated than anything else available
 2) this has partly become an ego issue at my end.

 Any help would be greatly appreciated.

 Thanks in advance
 Manish Jain
 invalid.poin...@gmail.com


 Boris Samorodov wrote:
 On Tue, 17 Mar 2009 06:33:23 +0530 Manish Jain wrote:

 Anyway, if anyone has any clue how to get me out of this acroread
 mess, I would be really grateful.
 Those URLs may be a good start for you:
 http://lists.freebsd.org/pipermail/freebsd-questions/2009-March/194334.html
 http://lists.freebsd.org/pipermail/freebsd-questions/2009-March/194354.html


 WBR

 WBR

WBR
-- 
bsam
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


startx on FreeBSD 7.1

2009-03-22 Thread William E. Moreno A.
when startx on FreeBSD 7.1...

1- Xlib: extension Generic Event Extension missing on display 0.0
2- [drm] failed to load kernel module via
   (EE) [drm] drmOpen failed.
   (EE) CHROME(0): [dri] DRIScreenInit failed.  Disabling DRI.
 
I need some guiance +++
 
William Moreno

P.D.: El presente correo no contiene tildes para evitarle al receptor
inconvenientes en su lectura.


  ¡Sé el Bello 51 de People en Español! ¡Es tu oportunidad de Brillar! Sube 
tus fotos ya. http://www.51bello.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: startx on FreeBSD 7.1

2009-03-22 Thread Wojciech Puchar

when startx on FreeBSD 7.1...

1- Xlib: extension Generic Event Extension missing on display 0.0
2- [drm] failed to load kernel module via
   (EE) [drm] drmOpen failed.
   (EE) CHROME(0): [dri] DRIScreenInit failed.  Disabling DRI.


you miss kernel module so X can't load this. if you don't need drm just 
ignore.





?? I need some guiance +++



?? William Moreno


P.D.: El presente correo no contiene tildes para evitarle al receptor
inconvenientes en su lectura.


 ?Sé el Bello 51 de People en Espa?ol! ?Es tu oportunidad de Brillar! Sube 
tus fotos ya. http://www.51bello.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: speed in extracting rar files - unrar vs. 7z

2009-03-22 Thread Leonidas Tsampros
On Sat, Mar 21, 2009 at 01:53:16AM +0200, Ghirai wrote:
 Hey,
 
 Does anyone know a faster way of extracting big rar files, or why is
 it so slow?
 
 I did a quick test with time (extracting the same ~800MiB file,
 consisting of split archives):
 
 unrar:
 
 real  4m29.637s
 user  0m4.969s
 sys   0m3.131s
 
 7z:
 
 real  3m50.020s
 user  0m4.784s
 sys   0m1.821s
 
 

In your place I'd try the archivers/rar port which is the commercial
implementation from rarlab.com. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Kernel compile fails

2009-03-22 Thread Remorque
I have installed 7.1-RELEASE on a hardware with AMD processor. I have
successfully buildworld, and now doing the make kernel thing.The kernel
config file is pretty GENERIC, I only removed the option to build a DEBUG
kernel.I have csup-ped today.
However, my compilation fails, viz:
cut
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
-Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign
-fformat-extensions -nostdinc  -I. -I/usr/src/sys
-I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include
opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100
--param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
 -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
-fno-asynchronous-unwind-tables -ffreestanding -Werror
 /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
*** Error code 1

Stop in /usr/obj/usr/src/sys/FS.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

/cut

I can go ahead and comment out all ath_* from the configuration, since I
wouldn't really need them at this juncture, but I believe it should not be
failing anyway. Do I just wait to csup again tomorrow and hope this gets
fixed? :)



-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
The only time a woman really succeeds in changing a man is when he is a
baby.
 - Natalie Wood
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kernel compile fails

2009-03-22 Thread Kent Stewart
On Sunday 22 March 2009 07:53:00 am Remorque wrote:
 I have installed 7.1-RELEASE on a hardware with AMD processor. I have
 successfully buildworld, and now doing the make kernel thing.The kernel
 config file is pretty GENERIC, I only removed the option to build a DEBUG
 kernel.I have csup-ped today.
 However, my compilation fails, viz:
 cut
 cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall
 -Wredundant-decls -Wnested-externs -Wstrict-prototypes 
 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
 -Wno-pointer-sign
 -fformat-extensions -nostdinc  -I. -I/usr/src/sys
 -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include
 opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100
 --param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
  -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
 -fno-asynchronous-unwind-tables -ffreestanding -Werror
  /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
 *** Error code 1

 Stop in /usr/obj/usr/src/sys/FS.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.

 /cut

 I can go ahead and comment out all ath_* from the configuration, since I
 wouldn't really need them at this juncture, but I believe it should not be
 failing anyway. Do I just wait to csup again tomorrow and hope this gets
 fixed? :)

You have optimization options on the compile line that I don't have on my 
system. From this, I would guess that you have a cflags statment 
in /etc/make.conf and it is bitting you.

Kent

-- 
kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: issues in XFCE 4.6 (looking for a working WM)

2009-03-22 Thread Keith Seyffarth

snip

 xfce-4.6 is running here on a couple of machines, with none of those 
 problems.  Those actually sound more like xorg problems.

I don't think it's XORG for a couple of reasons:

* when I first updated xfce, it didn't update xorg, and it was all
  working fine under xfce4 4.4
* problems don't seem to exist under fluxbox or twm

  and a couple minor ones:
 
  * XFCE menu doesn't work
 
 Which one?  In what way?  I miss the menu editor...

The main menu off of the panel, which has a default icon of the rodent
over a blue X. By doesn't work, I mean when you click on it nothing
happens.

snip

 portdowngrade and some work can probably do it.  If your problems are 
 really xorg related, changing window manager won't help.

Looked into portdowngrade, and I may look into that further at some
point. At this point, fluxbox seems to be pretty cool, and seems to be
working.

Keith
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: issues in XFCE 4.6 (looking for a working WM)

2009-03-22 Thread Keith Seyffarth

 Try a smaller one, like evilwm. It's (pretty much) all command line. For
 example, you would open up a term and launch firefox from there (# firefox).
 Once you get the hang of its keybindings, which are vi-like, it's fun and
 easy. It's also compatible with aterm, which will give you transparent
 terminals (if that's something that interests you).
 
 Also, I highly recommend that you check out http://xwinman.org. I found it
 to be fun and informative to peruse the list of wm's there.

Thanks for the link. http://xwinman.org is pretty cool. I'm currently
playing with fluxbox, and that seems to be working pretty well.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kernel compile fails

2009-03-22 Thread Remorque
On Sun, Mar 22, 2009 at 6:23 PM, Kent Stewart kstew...@owt.com wrote:

 On Sunday 22 March 2009 07:53:00 am Remorque wrote:
  I have installed 7.1-RELEASE on a hardware with AMD processor. I have
  successfully buildworld, and now doing the make kernel thing.The kernel
  config file is pretty GENERIC, I only removed the option to build a DEBUG
  kernel.I have csup-ped today.
  However, my compilation fails, viz:
  cut
  cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall
  -Wredundant-decls -Wnested-externs -Wstrict-prototypes
  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
  -Wno-pointer-sign
  -fformat-extensions -nostdinc  -I. -I/usr/src/sys
  -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
 -include
  opt_global.h -fno-common -finline-limit=8000 --param
 inline-unit-growth=100
  --param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
   -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
  -fno-asynchronous-unwind-tables -ffreestanding -Werror
   /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
  *** Error code 1
 
  Stop in /usr/obj/usr/src/sys/FS.
  *** Error code 1
 
  Stop in /usr/src.
  *** Error code 1
 
  Stop in /usr/src.
 
  /cut
 
  I can go ahead and comment out all ath_* from the configuration, since I
  wouldn't really need them at this juncture, but I believe it should not
 be
  failing anyway. Do I just wait to csup again tomorrow and hope this gets
  fixed? :)

 You have optimization options on the compile line that I don't have on my
 system. From this, I would guess that you have a cflags statment
 in /etc/make.conf and it is bitting you.

 Kent


Hi Kent,

Thank you for replying.

The fact is that:

1. I have never used any optimizations ever since I started using FreeBSD
2. This is a new box, and there is no /etc/make.conf as yet

The only things I have done on this box (a Dell SC1435) is to install, csup
(src, ports) and buildworld.
I was just gonna do the kernel, then start doing the other stuff after the
system updates.

Your guess is wrong:-)



-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
The only time a woman really succeeds in changing a man is when he is a
baby.
 - Natalie Wood
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kernel compile fails

2009-03-22 Thread Vasadi I. Claudiu Florin
Still, the fact that there are some optimisation flags remain. That would  
be the first thing I would take into consideration in this matter.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kernel compile fails

2009-03-22 Thread Remorque
On Sun, Mar 22, 2009 at 6:46 PM, Vasadi I. Claudiu Florin 
claudiu.vas...@gmail.com wrote:

 Still, the fact that there are some optimisation flags remain. That would
 be the first thing I would take into consideration in this matter.


Fine. Where do you suppose they are?
I am saying this is a pristine system. There is absolutely nothing foreign
that I have added so far. I've not installed a single thing besides the
OS.There can't be anything like optimization anywhere so far, unless it is
hidden inside make.


%uname -a
FreeBSD fs.ilink.co.ke 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan  1
08:58:24 UTC 2009 r...@driscoll.cse.buffalo.edu:/usr/obj/usr/src/s
ys/GENERIC  amd64
%
%
%env
USER=wash
LOGNAME=wash
HOME=/home/wash
MAIL=/var/mail/wash
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/wash/bin
TERM=linux
FTP_PASSIVE_MODE=YES
BLOCKSIZE=K
SHELL=/bin/csh
SSH_CLIENT=192.168.1.100 3033 22
SSH_CONNECTION=192.168.1.100 3033 192.168.1.201 22
SSH_TTY=/dev/ttyp1
HOSTTYPE=FreeBSD
VENDOR=unknown
OSTYPE=FreeBSD
MACHTYPE=unknown
SHLVL=1
PWD=/home/wash
GROUP=wheel
HOST=fs.ilink.co.ke
REMOTEHOST=192.168.1.100
EDITOR=vi
PAGER=more
%ls -al
total 22
drwxr-xr-x  3 wash  wheel  512 Mar 22 14:07 .
drwxr-xr-x  3 root  wheel  512 Mar 19 01:49 ..
-rw-r--r--  1 wash  wheel  758 Mar 19 01:49 .cshrc
-rw-r--r--  1 wash  wheel  258 Mar 19 01:49 .login
-rw-r--r--  1 wash  wheel  167 Mar 19 01:49 .login_conf
-rw---  1 wash  wheel  379 Mar 19 01:49 .mail_aliases
-rw-r--r--  1 wash  wheel  339 Mar 19 01:49 .mailrc
-rw-r--r--  1 wash  wheel  773 Mar 19 01:49 .profile
-rw---  1 wash  wheel  284 Mar 19 01:49 .rhosts


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
The only time a woman really succeeds in changing a man is when he is a
baby.
 - Natalie Wood
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kernel compile fails

2009-03-22 Thread Giorgos Keramidas
On Sun, 22 Mar 2009 17:53:00 +0300, \Remorque\ odhia...@gmail.com wrote:
 I have installed 7.1-RELEASE on a hardware with AMD processor. I have
 successfully buildworld, and now doing the make kernel thing.The kernel
 config file is pretty GENERIC, I only removed the option to build a DEBUG
 kernel.I have csup-ped today.
 However, my compilation fails, viz:
 cut
 cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall
 -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes
 -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign
 -fformat-extensions -nostdinc  -I. -I/usr/src/sys
 -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include
 opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100
 --param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
  -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
 -fno-asynchronous-unwind-tables -ffreestanding -Werror
  /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
 *** Error code 1

 Stop in /usr/obj/usr/src/sys/FS.
 *** Error code 1

This snippet does not include *any* compiler warning or error line.  Are
you building with a high -j option?  If yes, can you try removing the
already built stuff from `/usr/obj/*' and rebuilding without any -jXXX
option in the buildworld/buildkernel command-line?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Creating a 10km wireless bridge...pointers?

2009-03-22 Thread Ian Smith
On Sun, 22 Mar 2009, Wojciech Puchar wrote:
   Best encrypted, or at least use point-to-point adhoc in bridge mode
   rather than point-to-AP unencrypted, which will surely get abused.
  
  quite available in Poland where people have unencrypted AP's at home.
  good antenna and you get free (and anonymous ;) access to the net.

My point exactly :)

   easily.  With +15dBm antennae you should get (at least lower) 11g rates,
   and if you can afford 20+dBm dish grid antennae, so much the faster.
  
  grid antennas for 2.4Ghz are not expensive. give best available there are
  about 24dB, to have LARGE margin for noise.

It's a few years since I priced some of those, they're likely much 
cheaper now.  Then something like AU$200 + coax + fittings per end.

   As others have said - avoid amplifiers, spend most on good antennae and
  
  amplifiers make sense ONLY when there are something on the line that damps
  the signal (like few trees) and you can't avoid that. but still it's not
  good, snow would fall on trees and then nothing will help.

There's good discussion of that and fresnel zones etc in that WNDW book.

BTW, I've since explored a bit and found what looks like a very useful 
companion (free, PDF) book How to Accelerate Your Internet that I've 
yet to read beyond the table of contents getting my attention, and a 
quick browse to scope the Traffic Shaping section.  http://bwmo.net/

Very timely for me anyway; I have to tackle some Debian boxes in coming 
weeks, doing a crash course in iptables re both firewall and shaping.

cheers, Ian
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Sysinstall cannot find snapshot releases

2009-03-22 Thread Jason Nordwick
I'm a previous FreeBSD user that used to track current and returning  
after a few years. If my memory is correct, the definition of -stable,  
-release, and -current seems to have changed? (but my memory sucks so  
excuse me if I'm wrong).


Can you no longer track -release, but instead -stable is actually more  
advanced at times (more bug fixes and backports)?


So I guess I would like to use -current or -stable and occasionally  
cvsup the tree. I tried downloading the 200902 current and stable  
snapshots, and sysinstall keeps telling me the Main site doesn't have  
them, so I tried 200812 current and that doesn't work either. Is there  
an FTP problem this morning?


-j

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kernel compile fails

2009-03-22 Thread Manolis Kiagias
Remorque wrote:
 On Sun, Mar 22, 2009 at 6:23 PM, Kent Stewart kstew...@owt.com wrote:

   
 On Sunday 22 March 2009 07:53:00 am Remorque wrote:
 
 I have installed 7.1-RELEASE on a hardware with AMD processor. I have
 successfully buildworld, and now doing the make kernel thing.The kernel
 config file is pretty GENERIC, I only removed the option to build a DEBUG
 kernel.I have csup-ped today.
 However, my compilation fails, viz:
 cut
 cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall
 -Wredundant-decls -Wnested-externs -Wstrict-prototypes
 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
 -Wno-pointer-sign
 -fformat-extensions -nostdinc  -I. -I/usr/src/sys
 -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
   
 -include
 
 opt_global.h -fno-common -finline-limit=8000 --param
   
 inline-unit-growth=100
 
 --param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
  -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
 -fno-asynchronous-unwind-tables -ffreestanding -Werror
  /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
 *** Error code 1

 Stop in /usr/obj/usr/src/sys/FS.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.

 /cut

 I can go ahead and comment out all ath_* from the configuration, since I
 wouldn't really need them at this juncture, but I believe it should not
   
 be
 
 failing anyway. Do I just wait to csup again tomorrow and hope this gets
 fixed? :)
   
 You have optimization options on the compile line that I don't have on my
 system. From this, I would guess that you have a cflags statment
 in /etc/make.conf and it is bitting you.

 Kent
 


 Hi Kent,

 Thank you for replying.

 The fact is that:

 1. I have never used any optimizations ever since I started using FreeBSD
 2. This is a new box, and there is no /etc/make.conf as yet

 The only things I have done on this box (a Dell SC1435) is to install, csup
 (src, ports) and buildworld.
 I was just gonna do the kernel, then start doing the other stuff after the
 system updates.

 Your guess is wrong:-)

   

If you csup'd source as you say above, you are now on 7-STABLE.
There have been some changes in the atheros driver, and I noticed your
build stopped there.

Look at the new GENERIC conf file:

device  ath # Atheros pci/cardbus NIC's
device  ath_hal # Atheros HAL (Hardware Access Layer)
options AH_SUPPORT_AR5416   # enable AR5416 tx/rx descriptors
device  ath_rate_sample # SampleRate tx rate control for ath

If your custom configuration file comes from editing a 7.0-RELEASE e.g.
GENERIC, it will fail. Use the newer GENERIC as a starting point, or
simply replace the atheros entries with the ones above.

This change is also documented in /usr/src/UPDATING



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kernel compile fails

2009-03-22 Thread Remorque
On Sun, Mar 22, 2009 at 6:57 PM, Giorgos Keramidas keram...@ceid.upatras.gr
 wrote:

 On Sun, 22 Mar 2009 17:53:00 +0300, \Remorque\ odhia...@gmail.com
 wrote:
  I have installed 7.1-RELEASE on a hardware with AMD processor. I have
  successfully buildworld, and now doing the make kernel thing.The kernel
  config file is pretty GENERIC, I only removed the option to build a DEBUG
  kernel.I have csup-ped today.
  However, my compilation fails, viz:
  cut
  cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99  -Wall
  -Wredundant-decls -Wnested-externs -Wstrict-prototypes
  -Wmissing-prototypes
  -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign
  -fformat-extensions -nostdinc  -I. -I/usr/src/sys
  -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
 -include
  opt_global.h -fno-common -finline-limit=8000 --param
 inline-unit-growth=100
  --param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
   -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
  -fno-asynchronous-unwind-tables -ffreestanding -Werror
   /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
  *** Error code 1
 
  Stop in /usr/obj/usr/src/sys/FS.
  *** Error code 1

 This snippet does not include *any* compiler warning or error line.  Are
 you building with a high -j option?


No.


  If yes, can you try removing the already built stuff from `/usr/obj/*' and
 rebuilding without any -jXXX
 option in the buildworld/buildkernel command-line?


I have removed the stuff in /usr/obj/* and now rebuilding kernel again.
Let me see what happens.

PS: I have never used any -j option ever, so this is pretty odd. This also
happens to be the first AMD (Quad Core) box that I have ever build. If it
matters, the dmesg output can be seen here -
http://gw.crownkenya.com/~wash/dmesg-amd.txt





-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
The only time a woman really succeeds in changing a man is when he is a
baby.
 - Natalie Wood
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: MySQL 5.0 on FreeBSD 7

2009-03-22 Thread Matt Juszczak

Yes. Linux threads is a port of the linux threading library
(devel/linuxthreads).


OK... this setup still seems to underperform 64 bit RHEL 5.x for at least 
our setup.  Unless I'm missing something.  Our sites are higher traffic - 
100-300 threads/connections at any given time.  Perhaps that's where the 
lag lies?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kernel compile fails

2009-03-22 Thread Remorque
On Sun, Mar 22, 2009 at 7:04 PM, Manolis Kiagias sonic200...@gmail.comwrote:

 Remorque wrote:
  On Sun, Mar 22, 2009 at 6:23 PM, Kent Stewart kstew...@owt.com wrote:
 
 
  On Sunday 22 March 2009 07:53:00 am Remorque wrote:
 
  I have installed 7.1-RELEASE on a hardware with AMD processor. I have
  successfully buildworld, and now doing the make kernel thing.The
 kernel
  config file is pretty GENERIC, I only removed the option to build a
 DEBUG
  kernel.I have csup-ped today.
  However, my compilation fails, viz:
  cut
  cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99
  -Wall
  -Wredundant-decls -Wnested-externs -Wstrict-prototypes
  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
  -Wno-pointer-sign
  -fformat-extensions -nostdinc  -I. -I/usr/src/sys
  -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
 
  -include
 
  opt_global.h -fno-common -finline-limit=8000 --param
 
  inline-unit-growth=100
 
  --param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
   -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
  -fno-asynchronous-unwind-tables -ffreestanding -Werror
   /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
  *** Error code 1
 
  Stop in /usr/obj/usr/src/sys/FS.
  *** Error code 1
 
  Stop in /usr/src.
  *** Error code 1
 
  Stop in /usr/src.
 
  /cut
 
  I can go ahead and comment out all ath_* from the configuration, since
 I
  wouldn't really need them at this juncture, but I believe it should not
 
  be
 
  failing anyway. Do I just wait to csup again tomorrow and hope this
 gets
  fixed? :)
 
  You have optimization options on the compile line that I don't have on
 my
  system. From this, I would guess that you have a cflags statment
  in /etc/make.conf and it is bitting you.
 
  Kent
 
 
 
  Hi Kent,
 
  Thank you for replying.
 
  The fact is that:
 
  1. I have never used any optimizations ever since I started using FreeBSD
  2. This is a new box, and there is no /etc/make.conf as yet
 
  The only things I have done on this box (a Dell SC1435) is to install,
 csup
  (src, ports) and buildworld.
  I was just gonna do the kernel, then start doing the other stuff after
 the
  system updates.
 
  Your guess is wrong:-)
 
 

 If you csup'd source as you say above, you are now on 7-STABLE.
 There have been some changes in the atheros driver, and I noticed your
 build stopped there.

 Look at the new GENERIC conf file:

 device  ath # Atheros pci/cardbus NIC's
 device  ath_hal # Atheros HAL (Hardware Access Layer)
 options AH_SUPPORT_AR5416   # enable AR5416 tx/rx descriptors
 device  ath_rate_sample # SampleRate tx rate control for ath

 If your custom configuration file comes from editing a 7.0-RELEASE e.g.
 GENERIC, it will fail. Use the newer GENERIC as a starting point, or
 simply replace the atheros entries with the ones above.


I used the 7.1 DVD to install, not 7.0.
From my observation (having gone thro 5 `make kernel` attempts now) is that
the failure is quite random.
I am not sure what is happening actually.

-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
The only time a woman really succeeds in changing a man is when he is a
baby.
 - Natalie Wood
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kernel compile fails

2009-03-22 Thread Manolis Kiagias
Remorque wrote:


 

 If you csup'd source as you say above, you are now on 7-STABLE.
 There have been some changes in the atheros driver, and I noticed your
 build stopped there.

 Look at the new GENERIC conf file:

 device  ath # Atheros pci/cardbus NIC's
 device  ath_hal # Atheros HAL (Hardware Access Layer)
 options AH_SUPPORT_AR5416   # enable AR5416 tx/rx
 descriptors
 device  ath_rate_sample # SampleRate tx rate control for ath

 If your custom configuration file comes from editing a 7.0-RELEASE
 e.g.
 GENERIC, it will fail. Use the newer GENERIC as a starting point, or
 simply replace the atheros entries with the ones above.


 I used the 7.1 DVD to install, not 7.0.
 From my observation (having gone thro 5 `make kernel` attempts now) is
 that the failure is quite random.
 I am not sure what is happening actually.


If you used the standard-supfile to csup src, you are still on
7.1-RELEASE+patches and this should not happen.
If you used the stable-supfile for src, then the above still stands.

Anyway, if it stops at different places every time, it may indicate a
hardware failure of some sort (e.g. RAM).
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Sysinstall cannot find snapshot releases

2009-03-22 Thread Glen Barber
On Sun, Mar 22, 2009 at 11:38 AM, Jason Nordwick jnordw...@gmail.com wrote:
 I'm a previous FreeBSD user that used to track current and returning after a
 few years. If my memory is correct, the definition of -stable, -release, and
 -current seems to have changed? (but my memory sucks so excuse me if I'm
 wrong).

No.


 Can you no longer track -release, but instead -stable is actually more
 advanced at times (more bug fixes and backports)?


You can track -RELEASE for security errata.

 So I guess I would like to use -current or -stable and occasionally cvsup
 the tree. I tried downloading the 200902 current and stable snapshots, and
 sysinstall keeps telling me the Main site doesn't have them, so I tried
 200812 current and that doesn't work either. Is there an FTP problem this
 morning?


How exactly are you trying to do this?  If your answer is
freebsd-update, read the manual page for freebsd-update, as it clearly
states you cannot use it with -STABLE and -CURRENT.



-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kernel compile fails

2009-03-22 Thread Kent Stewart
On Sunday 22 March 2009 08:43:53 am Remorque wrote:
 On Sun, Mar 22, 2009 at 6:23 PM, Kent Stewart kstew...@owt.com wrote:
  On Sunday 22 March 2009 07:53:00 am Remorque wrote:
   I have installed 7.1-RELEASE on a hardware with AMD processor. I have
   successfully buildworld, and now doing the make kernel thing.The
   kernel config file is pretty GENERIC, I only removed the option to
   build a DEBUG kernel.I have csup-ped today.
   However, my compilation fails, viz:
   cut
   cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99 
   -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
   -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
   -Wno-pointer-sign
   -fformat-extensions -nostdinc  -I. -I/usr/src/sys
   -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
 
  -include
 
   opt_global.h -fno-common -finline-limit=8000 --param
 
  inline-unit-growth=100
 
   --param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
-mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
   -fno-asynchronous-unwind-tables -ffreestanding -Werror
/usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
   *** Error code 1
  
   Stop in /usr/obj/usr/src/sys/FS.
   *** Error code 1
  
   Stop in /usr/src.
   *** Error code 1
  
   Stop in /usr/src.
  
   /cut
  
   I can go ahead and comment out all ath_* from the configuration, since
   I wouldn't really need them at this juncture, but I believe it should
   not
 
  be
 
   failing anyway. Do I just wait to csup again tomorrow and hope this
   gets fixed? :)
 
  You have optimization options on the compile line that I don't have on my
  system. From this, I would guess that you have a cflags statment
  in /etc/make.conf and it is bitting you.
 
  Kent

 Hi Kent,

 Thank you for replying.

 The fact is that:

 1. I have never used any optimizations ever since I started using FreeBSD
 2. This is a new box, and there is no /etc/make.conf as yet

 The only things I have done on this box (a Dell SC1435) is to install, csup
 (src, ports) and buildworld.
 I was just gonna do the kernel, then start doing the other stuff after the
 system updates.

 Your guess is wrong:-)

Yes, you are right. I cvsuped and rebuilt my system and it died at the same 
spot.

kent

-- 
kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Kernel compile fails

2009-03-22 Thread Remorque
On Sun, Mar 22, 2009 at 9:27 PM, Kent Stewart kstew...@owt.com wrote:

 On Sunday 22 March 2009 08:43:53 am Remorque wrote:
  On Sun, Mar 22, 2009 at 6:23 PM, Kent Stewart kstew...@owt.com wrote:
   On Sunday 22 March 2009 07:53:00 am Remorque wrote:
I have installed 7.1-RELEASE on a hardware with AMD processor. I have
successfully buildworld, and now doing the make kernel thing.The
kernel config file is pretty GENERIC, I only removed the option to
build a DEBUG kernel.I have csup-ped today.
However, my compilation fails, viz:
cut
cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99
-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
-Wno-pointer-sign
-fformat-extensions -nostdinc  -I. -I/usr/src/sys
-I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
  
   -include
  
opt_global.h -fno-common -finline-limit=8000 --param
  
   inline-unit-growth=100
  
--param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
 -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
-fno-asynchronous-unwind-tables -ffreestanding -Werror
 /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
*** Error code 1
   
Stop in /usr/obj/usr/src/sys/FS.
*** Error code 1
   
Stop in /usr/src.
*** Error code 1
   
Stop in /usr/src.
   
/cut
   
I can go ahead and comment out all ath_* from the configuration,
 since
I wouldn't really need them at this juncture, but I believe it should
not
  
   be
  
failing anyway. Do I just wait to csup again tomorrow and hope this
gets fixed? :)
  
   You have optimization options on the compile line that I don't have on
 my
   system. From this, I would guess that you have a cflags statment
   in /etc/make.conf and it is bitting you.
  
   Kent
 
  Hi Kent,
 
  Thank you for replying.
 
  The fact is that:
 
  1. I have never used any optimizations ever since I started using FreeBSD
  2. This is a new box, and there is no /etc/make.conf as yet
 
  The only things I have done on this box (a Dell SC1435) is to install,
 csup
  (src, ports) and buildworld.
  I was just gonna do the kernel, then start doing the other stuff after
 the
  system updates.
 
  Your guess is wrong:-)

 Yes, you are right. I cvsuped and rebuilt my system and it died at the same
 spot.


Looks like AH_SUPPORT_AR5416 from 20090312 of /usr/src/UPDATING helped me
compile my kernel successfully!
Now another problem appears:

fs# make installworld
mkdir -p /tmp/install.4l9c3cd6
for prog in [ awk cap_mkdb cat chflags chmod chown  date echo egrep find
grep install-info  ln lockf make mkdir mtree mv pwd_mkdb rm sed sh
sysctl  test true uname wc zic; do  cp `which $prog` /tmp/install.4l9c3cd6;
done
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=amd64  MACHINE=amd64
CPUTYPE=  GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin  GRO
FF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font
GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac
PATH=/usr/obj/usr
/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/us
r/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/tmp/install.4l9c3cd6 make
-f Makefile.inc1 reinstall
--
 Making hierarchy
--
cd /usr/src; make -f Makefile.inc1 hierarchy
cd /usr/src/etc;make distrib-dirs
mtree -eU  -f /usr/src/etc/mtree/BSD.root.dist -p /
mtree -eU  -f /usr/src/etc/mtree/BSD.var.dist -p /var
mtree -eU  -f /usr/src/etc/mtree/BSD.usr.dist -p /usr
mtree -eU  -f /usr/src/etc/mtree/BSD.include.dist  -p /usr/include
mtree -deU  -f /usr/src/etc/mtree/BIND.chroot.dist  -p /var/named
mtree -deU  -f /usr/src/etc/mtree/BSD.sendmail.dist -p /
cd /; rm -f /sys; ln -s usr/src/sys sys
cd /usr/share/man/en.ISO8859-1; ln -sf ../man* .
cd /usr/share/man;  set - `grep ^[a-zA-Z] /usr/src/etc/man.alias`;  while
[ $# -gt 0 ] ;  do  rm -rf $1;  ln -s $2 $1;  shift; shift
;  done
cd /usr/share/openssl/man;  set - `grep ^[a-zA-Z]
/usr/src/etc/man.alias`;  while [ $# -gt 0 ] ;  do  rm -rf $1;  ln -s $2
$1;  shif
t; shift;  done
cd /usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* .
cd /usr/share/nls;  set - `grep ^[a-zA-Z] /usr/src/etc/nls.alias`;  while
[ $# -gt 0 ] ;  do  rm -rf $1;  ln -s $2 $1;  shift; shift
;  done

--
 Installing everything
--
cd /usr/src; make -f Makefile.inc1 install
=== share/info (install)
=== lib (install)
=== lib/csu/amd64 (install)
install -o root -g wheel -m 444  crt1.o crti.o crtn.o gcrt1.o /usr/lib
install:No such file or directory
*** Error code 1

Stop in /usr/src/lib/csu/amd64.
*** Error code 1

Stop in 

Re: Kernel compile fails

2009-03-22 Thread Kent Stewart
On Sunday 22 March 2009 12:07:44 pm Remorque wrote:
 On Sun, Mar 22, 2009 at 9:27 PM, Kent Stewart kstew...@owt.com wrote:
  On Sunday 22 March 2009 08:43:53 am Remorque wrote:
   On Sun, Mar 22, 2009 at 6:23 PM, Kent Stewart kstew...@owt.com wrote:
On Sunday 22 March 2009 07:53:00 am Remorque wrote:
 I have installed 7.1-RELEASE on a hardware with AMD processor. I
 have successfully buildworld, and now doing the make kernel
 thing.The kernel config file is pretty GENERIC, I only removed the
 option to build a DEBUG kernel.I have csup-ped today.
 However, my compilation fails, viz:
 cut
 cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99
 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
 -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
 -Wno-pointer-sign
 -fformat-extensions -nostdinc  -I. -I/usr/src/sys
 -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
   
-include
   
 opt_global.h -fno-common -finline-limit=8000 --param
   
inline-unit-growth=100
   
 --param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
  -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow  -msoft-float
 -fno-asynchronous-unwind-tables -ffreestanding -Werror
  /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
 *** Error code 1

 Stop in /usr/obj/usr/src/sys/FS.
 *** Error code 1

 Stop in /usr/src.
 *** Error code 1

 Stop in /usr/src.

 /cut

 I can go ahead and comment out all ath_* from the configuration,
 
  since
 
 I wouldn't really need them at this juncture, but I believe it
 should not
   
be
   
 failing anyway. Do I just wait to csup again tomorrow and hope this
 gets fixed? :)
   
You have optimization options on the compile line that I don't have
on
 
  my
 
system. From this, I would guess that you have a cflags statment
in /etc/make.conf and it is bitting you.
   
Kent
  
   Hi Kent,
  
   Thank you for replying.
  
   The fact is that:
  
   1. I have never used any optimizations ever since I started using
   FreeBSD 2. This is a new box, and there is no /etc/make.conf as yet
  
   The only things I have done on this box (a Dell SC1435) is to install,
 
  csup
 
   (src, ports) and buildworld.
   I was just gonna do the kernel, then start doing the other stuff after
 
  the
 
   system updates.
  
   Your guess is wrong:-)
 
  Yes, you are right. I cvsuped and rebuilt my system and it died at the
  same spot.

 Looks like AH_SUPPORT_AR5416 from 20090312 of /usr/src/UPDATING helped me
 compile my kernel successfully!
 Now another problem appears:

The AH_* stuff also fixed my problem.


 fs# make installworld
 mkdir -p /tmp/install.4l9c3cd6
 for prog in [ awk cap_mkdb cat chflags chmod chown  date echo egrep find
 grep install-info  ln lockf make mkdir mtree mv pwd_mkdb rm sed sh
 sysctl  test true uname wc zic; do  cp `which $prog` /tmp/install.4l9c3cd6;
 done
 cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=amd64  MACHINE=amd64
 CPUTYPE=  GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin  GRO
 FF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font
 GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac
 PATH=/usr/obj/usr
 /src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/s
rc/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/us
 r/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/tmp/install.4l9c3cd6 make
 -f Makefile.inc1 reinstall
 --

  Making hierarchy

 --
 cd /usr/src; make -f Makefile.inc1 hierarchy
 cd /usr/src/etc;make distrib-dirs
 mtree -eU  -f /usr/src/etc/mtree/BSD.root.dist -p /
 mtree -eU  -f /usr/src/etc/mtree/BSD.var.dist -p /var
 mtree -eU  -f /usr/src/etc/mtree/BSD.usr.dist -p /usr
 mtree -eU  -f /usr/src/etc/mtree/BSD.include.dist  -p /usr/include
 mtree -deU  -f /usr/src/etc/mtree/BIND.chroot.dist  -p /var/named
 mtree -deU  -f /usr/src/etc/mtree/BSD.sendmail.dist -p /
 cd /; rm -f /sys; ln -s usr/src/sys sys
 cd /usr/share/man/en.ISO8859-1; ln -sf ../man* .
 cd /usr/share/man;  set - `grep ^[a-zA-Z] /usr/src/etc/man.alias`;  while
 [ $# -gt 0 ] ;  do  rm -rf $1;  ln -s $2 $1;  shift; shift
 ;  done
 cd /usr/share/openssl/man;  set - `grep ^[a-zA-Z]
 /usr/src/etc/man.alias`;  while [ $# -gt 0 ] ;  do  rm -rf $1;  ln -s
 $2 $1;  shif
 t; shift;  done
 cd /usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* .
 cd /usr/share/nls;  set - `grep ^[a-zA-Z] /usr/src/etc/nls.alias`;  while
 [ $# -gt 0 ] ;  do  rm -rf $1;  ln -s $2 $1;  shift; shift
 ;  done

 --

  Installing everything

 --
 cd /usr/src; make -f Makefile.inc1 install
 === share/info (install)
 

Re: Kernel compile fails

2009-03-22 Thread Remorque
On Sun, Mar 22, 2009 at 10:39 PM, Kent Stewart kstew...@owt.com wrote:

 On Sunday 22 March 2009 12:07:44 pm Remorque wrote:
  On Sun, Mar 22, 2009 at 9:27 PM, Kent Stewart kstew...@owt.com wrote:
   On Sunday 22 March 2009 08:43:53 am Remorque wrote:
On Sun, Mar 22, 2009 at 6:23 PM, Kent Stewart kstew...@owt.com
 wrote:
 On Sunday 22 March 2009 07:53:00 am Remorque wrote:
  I have installed 7.1-RELEASE on a hardware with AMD processor. I
  have successfully buildworld, and now doing the make kernel
  thing.The kernel config file is pretty GENERIC, I only removed
 the
  option to build a DEBUG kernel.I have csup-ped today.
  However, my compilation fails, viz:
  cut
  cc -c -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99
  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
  -Wundef
  -Wno-pointer-sign
  -fformat-extensions -nostdinc  -I. -I/usr/src/sys
  -I/usr/src/sys/contrib/altq -D_KERNEL
 -DHAVE_KERNEL_OPTION_HEADERS

 -include

  opt_global.h -fno-common -finline-limit=8000 --param

 inline-unit-growth=100

  --param large-function-growth=1000  -mcmodel=kernel -mno-red-zone
   -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow
  -msoft-float
  -fno-asynchronous-unwind-tables -ffreestanding -Werror
   /usr/src/sys/dev/ath/if_ath.c -I/usr/src/sys/dev/ath
  *** Error code 1
 
  Stop in /usr/obj/usr/src/sys/FS.
  *** Error code 1
 
  Stop in /usr/src.
  *** Error code 1
 
  Stop in /usr/src.
 
  /cut
 
  I can go ahead and comment out all ath_* from the configuration,
  
   since
  
  I wouldn't really need them at this juncture, but I believe it
  should not

 be

  failing anyway. Do I just wait to csup again tomorrow and hope
 this
  gets fixed? :)

 You have optimization options on the compile line that I don't have
 on
  
   my
  
 system. From this, I would guess that you have a cflags statment
 in /etc/make.conf and it is bitting you.

 Kent
   
Hi Kent,
   
Thank you for replying.
   
The fact is that:
   
1. I have never used any optimizations ever since I started using
FreeBSD 2. This is a new box, and there is no /etc/make.conf as yet
   
The only things I have done on this box (a Dell SC1435) is to
 install,
  
   csup
  
(src, ports) and buildworld.
I was just gonna do the kernel, then start doing the other stuff
 after
  
   the
  
system updates.
   
Your guess is wrong:-)
  
   Yes, you are right. I cvsuped and rebuilt my system and it died at the
   same spot.
 
  Looks like AH_SUPPORT_AR5416 from 20090312 of /usr/src/UPDATING helped me
  compile my kernel successfully!
  Now another problem appears:

 The AH_* stuff also fixed my problem.

 
  fs# make installworld
  mkdir -p /tmp/install.4l9c3cd6
  for prog in [ awk cap_mkdb cat chflags chmod chown  date echo egrep find
  grep install-info  ln lockf make mkdir mtree mv pwd_mkdb rm sed sh
  sysctl  test true uname wc zic; do  cp `which $prog`
 /tmp/install.4l9c3cd6;
  done
  cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=amd64  MACHINE=amd64
  CPUTYPE=  GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin  GRO
  FF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font
  GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac
  PATH=/usr/obj/usr
 
 /src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/s
 rc/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/us
  r/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/tmp/install.4l9c3cd6
 make
  -f Makefile.inc1 reinstall
  --
 
   Making hierarchy
 
  --
  cd /usr/src; make -f Makefile.inc1 hierarchy
  cd /usr/src/etc;make distrib-dirs
  mtree -eU  -f /usr/src/etc/mtree/BSD.root.dist -p /
  mtree -eU  -f /usr/src/etc/mtree/BSD.var.dist -p /var
  mtree -eU  -f /usr/src/etc/mtree/BSD.usr.dist -p /usr
  mtree -eU  -f /usr/src/etc/mtree/BSD.include.dist  -p /usr/include
  mtree -deU  -f /usr/src/etc/mtree/BIND.chroot.dist  -p /var/named
  mtree -deU  -f /usr/src/etc/mtree/BSD.sendmail.dist -p /
  cd /; rm -f /sys; ln -s usr/src/sys sys
  cd /usr/share/man/en.ISO8859-1; ln -sf ../man* .
  cd /usr/share/man;  set - `grep ^[a-zA-Z] /usr/src/etc/man.alias`;
  while
  [ $# -gt 0 ] ;  do  rm -rf $1;  ln -s $2 $1;  shift; shift
  ;  done
  cd /usr/share/openssl/man;  set - `grep ^[a-zA-Z]
  /usr/src/etc/man.alias`;  while [ $# -gt 0 ] ;  do  rm -rf $1;  ln -s
  $2 $1;  shif
  t; shift;  done
  cd /usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* .
  cd /usr/share/nls;  set - `grep ^[a-zA-Z] /usr/src/etc/nls.alias`;
  while
  [ $# -gt 0 ] ;  do  rm -rf $1;  ln -s $2 $1;  shift; shift
  ;  done
 
  

What is the best XServer font configuration to use with international fonts (Cyrillic/Chinese/Korean)

2009-03-22 Thread Yuri

I use the following font section:
Section Files
   FontPath   /usr/local/lib/X11/fonts/misc/
   FontPath   /usr/local/lib/X11/fonts/TTF/
   FontPath   /usr/local/lib/X11/fonts/OTF
   FontPath   /usr/local/lib/X11/fonts/Type1/
   FontPath   /usr/local/lib/X11/fonts/100dpi/
   FontPath   /usr/local/lib/X11/fonts/75dpi/
   FontPath   /usr/local/lib/X11/fonts/local/
   FontPath   /usr/local/lib/X11/fonts/TrueType/
EndSection


And I have many problems showing Cyrillic texts in Firefox. Letters are 
too thin.

Some specific Belarus language issues too.

What is the best font configuration to use to show all those languages 
nicely?


Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: What is the best XServer font configuration to use with international fonts (Cyrillic/Chinese/Korean)

2009-03-22 Thread Lars Eighner

On Sun, 22 Mar 2009, Yuri wrote:


I use the following font section:
Section Files
  FontPath   /usr/local/lib/X11/fonts/misc/
  FontPath   /usr/local/lib/X11/fonts/TrueType/
EndSection

What is the best font configuration to use to show all those languages 
nicely?


The place to deal with these issues is in your windows manager, or in some
cases, the configuration of individual applications.  I do not know if there
really is a single best solution to your problem, but only that the solution
is not in the X configuration.

--
Lars Eighner
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


networked audio

2009-03-22 Thread Gary Kline

Guys, 

This ought to be a fast, binary question: are there any [relatively] 
simple ways to set up a utility to play sounds [or sound+video] on a
remote computer (say, 25m apart)  and have the mp3/au/wav/ogg files on
the distant computer and the audio play thru the nice speaker system in
my office?  

The only suite I tried was NAS but that was years ago.  I've found MuSe
and NMM on both FreeBSD and Linux, but still need some clues.

thanks in advance,

gary



-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
http://jottings.thought.org   http://transfinite.thought.org
The 2.41a release of Jottings: http://jottings.thought.org/index.php

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: networked audio

2009-03-22 Thread Glen Barber
On Sun, Mar 22, 2009 at 7:31 PM, Gary Kline kl...@thought.org wrote:

 Guys,

 This ought to be a fast, binary question: are there any [relatively]
 simple ways to set up a utility to play sounds [or sound+video] on a
 remote computer (say, 25m apart)  and have the mp3/au/wav/ogg files on
 the distant computer and the audio play thru the nice speaker system in
 my office?

 The only suite I tried was NAS but that was years ago.  I've found MuSe
 and NMM on both FreeBSD and Linux, but still need some clues.


Perhaps icecast or musicpd are what you're looking for.

HTH.


-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: What is the best XServer font configuration to use with international fonts (Cyrillic/Chinese/Korean)

2009-03-22 Thread Yuri

Lars Eighner wrote:

On Sun, 22 Mar 2009, Yuri wrote:


I use the following font section:
Section Files
  FontPath   /usr/local/lib/X11/fonts/misc/
  FontPath   /usr/local/lib/X11/fonts/TrueType/
EndSection

What is the best font configuration to use to show all those 
languages nicely?


The place to deal with these issues is in your windows manager, or in 
some
cases, the configuration of individual applications.  I do not know if 
there
really is a single best solution to your problem, but only that the 
solution

is not in the X configuration.



Lars,

I don't know understand why xorg.conf isn't the place. If there are no 
fonts for
some language they should be installed and corresponding lines placed 
into xorg.conf.

Some fonts may be defective. So they shouldn't be put there.
So xorg.conf has to do with the problem.

I specifically have an issue with the font calls sans-serif that FF 
uses to show Cyrillic texts.

It must have come from FontPath in XServer.

Yuri

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: What is the best XServer font configuration to use with international fonts (Cyrillic/Chinese/Korean)

2009-03-22 Thread Lars Eighner

On Sun, 22 Mar 2009, Yuri wrote:


Lars Eighner wrote:

On Sun, 22 Mar 2009, Yuri wrote:


I use the following font section:
Section Files
  FontPath   /usr/local/lib/X11/fonts/misc/
  FontPath   /usr/local/lib/X11/fonts/TrueType/
EndSection

What is the best font configuration to use to show all those languages 
nicely?


The place to deal with these issues is in your windows manager, or in
some cases, the configuration of individual applications.  I do not know
if there really is a single best solution to your problem, but only that
the solution is not in the X configuration.



Lars,

I don't know understand why xorg.conf isn't the place. If there are no fonts 
for some language they should be installed and corresponding lines placed into 
xorg.conf.


That's right.  But I see you did not install the cyrillic fonts.

Install the port x11-fonts/xorg-fonts-cyrillic from the ports collect.
The port should add the font path to your x configuration file if it in the
normal place.  If it doesn't, you can add the path manually after you verify
that the port did install and the fonts are in the appropriate directory.


Some fonts may be defective. So they shouldn't be put there.
So xorg.conf has to do with the problem.


The directories in the path in the x configuration file are collections of
fonts.  You cannot delete individual fonts from the x configuration file.


I specifically have an issue with the font calls sans-serif that FF uses
to show Cyrillic texts.


Then change the defaults in FF preferences.  Choose Preferences from the
Edit menu, then Content.  Go to the Advanced menu from Fonts  Colors.

Use the drop-down menu to change Fonts for: Western to Fonts for: Cyrillic.
Select fonts for each of the generic families:  Proportional, Serif, etc.
Uncheck the box for Allow pages to choose their own font (unless you are
willing to allow authors to choose fonts you do not like).  Click OK and
close the Preferences menu.


It must have come from FontPath in XServer.


Yes, but mangling the x configuration is not the way to deal with it.  If FF
cannot find the font it thinks should be the default, there is no guarantee
that FF's second choice will be any more pleasing (and it could be a great
deal worse  --- second choice might be refusing to display at all or using
a Western font with many missing characters).

--
Lars Eighner
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ipfw, pf and ALTQ on outbound traffic? (or: The net is slow when I upload!)

2009-03-22 Thread Jubal Kessler

Morgan Wesström wrote:


I've put together a documentation, mainly to help myself being
consistent, but your free to look at my examples there and the reasoning
behind it. It's in the Firewall setup guide but it's rather long since
I explain in detail every part of the firewall rule set:



  http://homerouters.info/wiki/Main_Page



Be aware that I'm not a very good teacher... ;-)


On the contrary, you're an excellent teacher, and I now have a working 
pf configuration handling my NAT duties as well as outbound traffic 
shaping (and handy graphs, too). Thank you very much for the 
well-written guide!


Jubal
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Creating a 10km wireless bridge...pointers?

2009-03-22 Thread Modulok
You guys are sweethearts!. Thanks to everyone who contributed! It has
been quite helpful. I have much reading to do :)

-Modulok-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


CARP Load Balance by CUP - Memory - Ethernet Usage

2009-03-22 Thread Hari Emani

Good Day every one! 

We have a situation and we are looking for a solution (the
client is specific to implement this way):

We are using FreeBSD FW cluster (2 units) for our DMZ zone.
We are using CARP for VIP and round robin load balance. The
result is not always balance, most of the times it is 80/20.
We are looking at the following solution:
Implement a solution that provides LB based on the
following factors:

1.    CPU
2.    Memory
3.    Ethernet traffic utilization

Theoretically I can think when a packet comes to FW1, if it is busy (say CPU is 
80%) then we need to implement a solution to send the packet to FW2 and vice 
verse. 
I heard that some tools exist to complement CARP for this purpose, but could 
not find at Google. 

I would highly appreciate any suggestions on this (or alternate solutions – we 
know we can use LB appliances, but we will have to many of them for several 
other servers too). 

I would appreciate your help or any alternate suggestions on how we can achieve 
this solution (apart from CARP). 


Have lots of fun,
 
Sincerely, 

 
Hari



  Bollywood news, movie reviews, film trailers and more! Go to 
http://in.movies.yahoo.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


{Classmates#889-142}read it immediately

2009-03-22 Thread Christine Lee
cancel my membership immediately or I will take you to court and sue  
you

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: networked audio

2009-03-22 Thread Vasadi I. Claudiu Florin

On Mon, 23 Mar 2009 01:31:00 +0200, Gary Kline kl...@thought.org wrote:



The only suite I tried was NAS but that was years ago.  I've found MuSe
and NMM on both FreeBSD and Linux, but still need some clues.


I use samba (a bit tricky but it can be done). Wanted to use NFS but  
unfortunatelly I couldn't get any NFS clients working on xp 64. On other  
unix/linux system it works incredibly great (astonishing great even).


If it were up to me I would choose NFS over Samba and any other similar  
app because:


1) It's idioticly simple to set up
2) Unbelivable performance
3) Accomodates windows, unix and linux (the latter 2 have native suport  
for it; tryed solaris 10, freebsd, openbsd, slackware, fedora, vector, and  
the list can continue; some big problems on xp64; moderate problems on  
xp32)

4) Less buggy the samba
5) Easyer to configure/maintain
etc...


Personally am not so fond of icecast and similar apps because it's so much  
easyer to have 1 app doing all you need. Let me explain here. Wioth NFS I  
mount (in Windows) a share under a letter and set it to automount every  
login. It's so much easyer to have full access to that share as if it were  
a local partition then having 1 app for winamp, another for file sharing,  
another for god-knows what else, and so on. But then again, that's just me  
:)



Best regards,
Claudius
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: {Classmates#889-142}read it immediately

2009-03-22 Thread Paul Procacci

To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

This message may contain confidential or privileged information.  If you are 
not the intended recipient, please advise us immediately and delete this 
message.  See http://www.datapipe.com/emaildisclaimer.aspx for further 
information on confidentiality and the risks of non-secure electronic 
communication. If you cannot access these links, please notify us by reply 
message and we will send the contents to you.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org