Re: Skype - problem with sound device

2007-07-06 Thread Zbigniew Komarnicki
On Friday 06 of July 2007 03:12:51 you wrote:
 Hi Zbigniew,
 interestingly...i've had this problem a couple of times a few days ago. The
 first call would work fine, the following would not at all. Restarting
 skype would fix it, but then it'd stop working again.

I have that all the time Skype doesn't working, even when i restart it.

 what kernel + world (from what day) are you running?
 mine is
 FreeBSD ayiin.xxx.com.au 6.2-STABLE FreeBSD 6.2-STABLE #10: Sun Jul  1
 09:50:58 EST 2007

I have: 
FreeBSD x.xxx 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon Jun 18 20:55:05 CEST 
2007

 World from same day or a day or 2 earlier.
I also.

 [EMAIL PROTECTED]:27:0: class=0x040300 card=0x05b71014 chip=0x26688086 
 rev=0x03
 hdr=0x00 vendor = 'Intel Corporation'
 device = '82801FB/FR/FW/FRW Intel High DefiNition Audio Controller'
 class  = multimedia

[EMAIL PROTECTED]:6:0:  class=0x040100 card=0xa0021458 chip=0x008a10de rev=0xa1 
hdr=0x00
vendor = 'NVIDIA Corporation'
device = 'nForce AC'97 Audio Codec Interface'
class  = multimedia
subclass   = audio

 Sound drivers from -STABLE. Skype 1.3 from ports.
I have 1.3.0.30 from ports also

 cheers,
 _
 {Beto|Norberto|Numard} Meijome

Best regards,
Zbyszek
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Skype - problem with sound device

2007-07-06 Thread Zbigniew Komarnicki
On Friday 06 of July 2007 04:17:30 you wrote:
 Handbook: 7.2.3 Utilizing Multiple Sound Sources

 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html

 HTH,
 Andriy


I cheched it, mayby I missed something, byt still Skype has a problem with 
sound device.

I set also this
# sysctl hw.snd.pcm0.vchans=8
# sysctl hw.snd.maxautovchans=8 

From this comand I obtain
# cat /dev/sndstat
FreeBSD Audio Driver (newpcm)
Installed devices:
pcm0: nVidia nForce2 400 at io 0xb000, 0xb400 irq 21 bufsz 16384  (1p/1r/8v 
channels duplex default)
 
I have compiled in my kernel the following devices
device sound
device snd_ich

What I must also check or set to Skype work? 
Thank you in advance.

Best regards,
Zbyszek
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Skype - problem with sound device

2007-07-06 Thread Ariff Abdullah
On Fri, 6 Jul 2007 11:12:51 +1000
Norberto Meijome [EMAIL PROTECTED] wrote:
 On Thu, 5 Jul 2007 15:57:21 +0200
 Zbigniew Komarnicki [EMAIL PROTECTED] wrote:
 
  Hello,
  
  I have also problem with skype. When I try call to friend then I
  obtain  following message: 
  Problem with sound device.
  
  When I run skype from console I get the following message (when I
  call): /dev/dsp: Device or resource busy
  
  On my Debian I haven't such problem. 
  
  I also change, 
  sysctl hw.snd.maxautovchans=8
  
  as was in previous message about skype, but still is the problem
  with sound  device.
  
  From 'dmesg', I have:
  
  pcm0: nVidia nForce2 400 port 0xb000-0xb0ff,0xb400-0xb47f mem
  0xe8001000-0xe80 01fff irq 21 at device 6.0 on pci0
  pcm0: Avance Logic ALC655 AC97 Codec
 
 Hi Zbigniew,
 interestingly...i've had this problem a couple of times a few days
 ago. The first call would work fine, the following would not at all.
 Restarting skype would fix it, but then it'd stop working again.
 what kernel + world (from what day) are you running?
 mine is 
 FreeBSD ayiin.xxx.com.au 6.2-STABLE FreeBSD 6.2-STABLE #10: Sun
 Jul  1 09:50:58 EST 2007 
 
 World from same day or a day or 2 earlier.
 [EMAIL PROTECTED]:27:0: class=0x040300 card=0x05b71014 chip=0x26688086
 rev=0x03 hdr=0x00
 vendor = 'Intel Corporation'
 device = '82801FB/FR/FW/FRW Intel High DefiNition Audio
 Controller' class  = multimedia
 
 Sound drivers from -STABLE. Skype 1.3 from ports.
 

Show me the output of

#fstat|grep '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'

.. before/after opening skype.


--
Ariff Abdullah
FreeBSD

... Recording in stereo is obviously too advanced
and confusing for us idiot * users :P 


pgpGnp0kPrduB.pgp
Description: PGP signature


Re: Skype - problem with sound device

2007-07-06 Thread Zbigniew Komarnicki
On Friday 06 of July 2007 10:29:34 you wrote:
 Show me the output of

 #fstat|grep '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'

 .. before/after opening skype.

Before:
# fstat|grep '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
zbyszek kdeinit88649   10 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek artsd  878999 /dev 38 crw-rw-rw-  dsp0.0 rw

and after:
# fstat | grep '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
zbyszek skype_bin  74183   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  73910   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  73909   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  73908   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  73093   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  72813   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek kdeinit88649   10 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek artsd  878999 /dev 38 crw-rw-rw-  dsp0.0 rw

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


game advice

2007-07-06 Thread Karel Miklav
TuxRacer. MAME, DOSBox, MLDonkey.


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


Re: Skype - problem with sound device

2007-07-06 Thread Ariff Abdullah
On Fri, 6 Jul 2007 10:50:04 +0200
Zbigniew Komarnicki [EMAIL PROTECTED] wrote:
 On Friday 06 of July 2007 10:29:34 you wrote:
  Show me the output of
 
  #fstat|grep
  #'\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
 
  .. before/after opening skype.
 
 Before:
 # fstat|grep
 # '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
 zbyszek kdeinit88649   10 /dev 37 crw-rw-rw-  mixer0
 rw zbyszek artsd  878999 /dev 38 crw-rw-rw- 
 dsp0.0 rw
 ^^
 

Looks like artsd consuming your record channel, which is why skype
fail to grab it for its own purpose. You have to disable artsd.


 and after:
 # fstat | grep
 # '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
 zbyszek skype_bin  74183   30 /dev 37 crw-rw-rw-  mixer0
 rw zbyszek skype_bin  73910   30 /dev 37 crw-rw-rw- 
 mixer0 rw zbyszek skype_bin  73909   30 /dev 37
 crw-rw-rw-  mixer0 rw zbyszek skype_bin  73908   30 /dev
 37 crw-rw-rw-  mixer0 rw zbyszek skype_bin  73093   30 /dev 
37 crw-rw-rw-  mixer0 rw
 zbyszek skype_bin  72813   30 /dev 37 crw-rw-rw-  mixer0
 rw zbyszek kdeinit88649   10 /dev 37 crw-rw-rw- 
 mixer0 rw zbyszek artsd  878999 /dev 38
 crw-rw-rw-  dsp0.0 rw
 


--
Ariff Abdullah
FreeBSD

... Recording in stereo is obviously too advanced
and confusing for us idiot * users :P 


pgpsZj1aX8lnr.pgp
Description: PGP signature


Re: game advice

2007-07-06 Thread Peter Boosten
Momchil Ivanov wrote:
 You can try the mame emulator (it is in ports). There were a lot of games for 
 8 bit consoles when I was about 8 years old :) and believe me, they were and 
 still are amaizing. There is no such experience as playing the whole 
 night Tanks with a friend getting to the last level or so. 

True: they don't make them like they used to :-)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: game advice

2007-07-06 Thread Momchil Ivanov
On Friday 06 July 2007 04:29:07 Andriy Babiy wrote:
 Hi everybody,

 Could anyone share their gaming experiences? My son is 8 years old. Card
 games and balls are good, but I think he wants something more dynamic
 rather than educational :-) On one machine, with recent video card, I plan
 to install glest for him. Another machine has P-III and Matrox 8 Mb. Is
 there anything peaceful but dynamic enough for an older video card?

 Thank you in advance!
 Andriy

You can try the mame emulator (it is in ports). There were a lot of games for 
8 bit consoles when I was about 8 years old :) and believe me, they were and 
still are amaizing. There is no such experience as playing the whole 
night Tanks with a friend getting to the last level or so. There were a lot 
of Mario* games, Load runner was one of my favouries too, there is a port 
in games:

Path:   /usr/ports/games/xscavenger
Info:   A Lode Runner clone for X11

I beleive I haven`t tried that one though. Btw Contra was one of the best 
shooting games for those boxes. As I said there are to many games for 
those old boxes, that you can play with the mame emulator.

You can also try with some windows games on windows or using the wine emulator 
(the P-III won`t be fast enough for emulation). StartCraft* is one of my 
favouries (runs with the wine emulator under FreeBSD).

There are some games in ports like xjewels (super cool tetris game as far as I 
remember), xboing is good too.

In the end I should say: install as more games as you can and give your son 
the chance to choose what to play :) a lot of games is always good, one can 
always find at least one that he can play the whole day long. Having less 
games is somehow limiting.

-- 
This correspondence is strictly confidential. Any screening, filtering
and/or production for the purpose of public or otherwise disclosure is
forbidden without written permission by the author signed above. If you are
not the intended recipient, please immediately notify the sender and
permanently delete any copies

PGP KeyID: 0x3118168B
Keyserver: pgp.mit.edu
Key fingerprint BB50 2983 0714 36DC D02E  158A E03D 56DA 3118 168B
  


pgpXVJ2IMTvfq.pgp
Description: PGP signature


Re: Skype - problem with sound device

2007-07-06 Thread Zbigniew Komarnicki
On Friday 06 of July 2007 11:43:01 you wrote:
  Before:
  # fstat|grep
  # '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
  zbyszek kdeinit88649   10 /dev 37 crw-rw-rw-  mixer0
  rw zbyszek artsd  878999 /dev 38 crw-rw-rw-
  dsp0.0 rw

  ^^

 Looks like artsd consuming your record channel, which is why skype
 fail to grab it for its own purpose. You have to disable artsd.

When I disabled artsd, skype works.  Thank you.

Now, after start skype I have
# fstat | grep '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
zbyszek skype_bin  68381   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  68381   31 /dev 38 crw-rw-rw-  dsp0.0 rw
zbyszek skype_bin  67507   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  67507   31 /dev 38 crw-rw-rw-  dsp0.0 rw
zbyszek skype_bin  67506   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  67506   31 /dev 38 crw-rw-rw-  dsp0.0 rw
zbyszek skype_bin  67505   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  67505   31 /dev 38 crw-rw-rw-  dsp0.0 rw
zbyszek skype_bin  66961   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  66961   31 /dev 38 crw-rw-rw-  dsp0.0 rw
zbyszek skype_bin  65863   30 /dev 37 crw-rw-rw-  mixer0 rw
zbyszek skype_bin  65863   31 /dev 38 crw-rw-rw-  dsp0.0 rw
zbyszek kdeinit88649   10 /dev 37 crw-rw-rw-  mixer0 rw


I have a question. Is possible to use skype without disabling artsd, in my 
case? In Debian it works, so I suppose that it must work, but how to do it 
under FreeBSD? 

Thank you a lot Ariff ! 

Best regards :-)
Zbyszek



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


Re: Skype - problem with sound device

2007-07-06 Thread Ariff Abdullah
On Fri, 6 Jul 2007 12:07:16 +0200
Zbigniew Komarnicki [EMAIL PROTECTED] wrote:
 On Friday 06 of July 2007 11:43:01 you wrote:
   Before:
   # fstat|grep
   # '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
   zbyszek kdeinit88649   10 /dev 37 crw-rw-rw- 
   mixer0 rw zbyszek artsd  878999 /dev 38
   crw-rw-rw- dsp0.0 rw
 
   ^^
 
  Looks like artsd consuming your record channel, which is why skype
  fail to grab it for its own purpose. You have to disable artsd.
 
 When I disabled artsd, skype works.  Thank you.
 
 Now, after start skype I have
 # fstat | grep
 # '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
 zbyszek skype_bin  68381   30 /dev 37 crw-rw-rw-  mixer0
 rw zbyszek skype_bin  68381   31 /dev 38 crw-rw-rw- 
 dsp0.0 rw zbyszek skype_bin  67507   30 /dev 37
 crw-rw-rw-  mixer0 rw zbyszek skype_bin  67507   31 /dev
 38 crw-rw-rw-  dsp0.0 rw zbyszek skype_bin  67506   30 /dev 
37 crw-rw-rw-  mixer0 rw
 zbyszek skype_bin  67506   31 /dev 38 crw-rw-rw-  dsp0.0
 rw zbyszek skype_bin  67505   30 /dev 37 crw-rw-rw- 
 mixer0 rw zbyszek skype_bin  67505   31 /dev 38
 crw-rw-rw-  dsp0.0 rw zbyszek skype_bin  66961   30 /dev
 37 crw-rw-rw-  mixer0 rw zbyszek skype_bin  66961   31 /dev 
38 crw-rw-rw-  dsp0.0 rw
 zbyszek skype_bin  65863   30 /dev 37 crw-rw-rw-  mixer0
 rw zbyszek skype_bin  65863   31 /dev 38 crw-rw-rw- 
 dsp0.0 rw zbyszek kdeinit88649   10 /dev 37
 crw-rw-rw-  mixer0 rw
 
 
 I have a question. Is possible to use skype without disabling artsd,
 in my  case? In Debian it works, so I suppose that it must work, but
 how to do it  under FreeBSD? 
 

Not possible with 6.x, unless you willing to apply patch or
using binary modules from http://people.freebsd.org/~ariff/ .

This is not an issue anymore for -current or future 7.x.


 Thank you a lot Ariff ! 
 
 Best regards :-)
 Zbyszek
 
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
 


--
Ariff Abdullah
FreeBSD

... Recording in stereo is obviously too advanced
and confusing for us idiot * users :P 


pgp2L5t3e9ItM.pgp
Description: PGP signature


Re: Skype - problem with sound device

2007-07-06 Thread Zbigniew Komarnicki
 Not possible with 6.x, unless you willing to apply patch or
 using binary modules from http://people.freebsd.org/~ariff/ .

 This is not an issue anymore for -current or future 7.x.

Thank you again :-)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OT: Re: The worst error message in history belongs to... BIND9!

2007-07-06 Thread Jerry McAllister
On Thu, Jul 05, 2007 at 04:46:52PM +0100, John Murphy wrote:

 Wasn't there, once upon a time, an error message in FreeBSD which
 reported 'This doesn't look like Kansas, Toto'?

I remember seeing that error message somewhere, but do not remember
where or if it was in FreeBSD.

jerry

 
 Seem to recall it occurring when I deleted the directory I was 'in'.
 
 I may have imagined it though!
 
 -- 
 John.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OT: Re: The worst error message in history belongs to... BIND9!

2007-07-06 Thread Alex Zbyslaw

Jerry McAllister wrote:


On Thu, Jul 05, 2007 at 04:46:52PM +0100, John Murphy wrote:

 


Wasn't there, once upon a time, an error message in FreeBSD which
reported 'This doesn't look like Kansas, Toto'?
   



I remember seeing that error message somewhere, but do not remember
where or if it was in FreeBSD.
 

It's a fortune.  Whether it has also ever been an error message I cannot 
say, but not in 5.4 unless it's well hidden.


Gee, Toto, I don't think we are in Kansas anymore.

find /usr/src -type f -print0 | xargs -0 egrep -l Kansas

--Alex

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


Re: Skype - problem with sound device

2007-07-06 Thread Norberto Meijome
On Fri, 6 Jul 2007 16:29:34 +0800
Ariff Abdullah [EMAIL PROTECTED] wrote:


 Show me the output of
 
 #fstat|grep '\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
 
 .. before/after opening skype.

Hi Ariff :) 

I haven't had the problem since.But i decided to check with fstat...and I was
amazed at the number of file descriptors (to /dev/[sound_related]) that skype
keeps open.

I use skype extensively, both for chat + voice. I've had skype running for over
12 hours, probably 24 hours (my uptime says 1 day 21 hours...so maybe as long
as that). When  I run your command, I got 2700+ entries  - all but 2 were
skype's!  You can see it for yourself at

http://www.meijome.net/files/freebsd/20070706/withskype_12hrs+.txt

I then shut down skype :
http://www.meijome.net/files/freebsd/20070706/b4skype.txt

And opened it again, waited it to log in and go another snapshot:
http://www.meijome.net/files/freebsd/20070706/withskype.txt (no changes really).

I then did a test call to the skype test call bot, while the call was running i
got:
http://www.meijome.net/files/freebsd/20070706/skype_1_call.txt

which is , i suppose, ok... but AFTER the call, I still had several entries
left over:
http://www.meijome.net/files/freebsd/20070706/skype_1_call_finished.txt

Is this normal / expected? 

Thanks again for all your help.
B

_
{Beto|Norberto|Numard} Meijome

Lots of people who complained about us receiving the MBE received theirs for
heroism in the war -- for killing people. We received ours for entertaining
other people. I'd say we deserve ours more. John Lennon

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


parental control with squid and dansguardian

2007-07-06 Thread Zbigniew Szalbot
hi,

Thank you all for your comments re FreeBSD as a parental control and
gateway server. I have both squid and dansguardian working and I am left
with configuring them to optimize web browsing and the desired level of
control.

I do not yet have FreeBSD functioning as a real gateway as I will be able
to do it at a later stage. However, there is one thing that leaves me
wondering. In order to use the content filtering as provided by
Dansguardian, I need to configure the browser to look for proxy on port
8080. Now, if someone just changes the port in their browser to 3128 (squid
proxy port), then all content filtering will be bypassed. 

What do I need to do in order to avoid someone escaping the control? I am
also wondering how I should bring pf into the picture? I haven't tried yet
as the box is behind a router firewall anyway but I would appreciate your
comments how to marry squid  dansguardian with pf.

Thank you very much in advance!

Warm regards from otherwise cold and rainy Poland,

Zbigniew Szalbot

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


problem with games/linux-enemyterritory

2007-07-06 Thread Anton Galitch

Well, actually I installed this, and when I execute it I can only see a
black screen. Thats the log from the console:


--
%et
ET 2.60b linux-i386 May  8 2006
- FS_Startup -
Current search path:
/home/anton/.etwolf/etmain
/usr/local/lib/enemyterritory/etmain/pak2.pk3 (22 files)
/usr/local/lib/enemyterritory/etmain/pak1.pk3 (10 files)
/usr/local/lib/enemyterritory/etmain/pak0.pk3 (3725 files)
/usr/local/lib/enemyterritory/etmain/mp_bin.pk3 (6 files)
/usr/local/lib/enemyterritory/etmain

--
3763 files in pk3 files
execing default.cfg
couldn't exec language.cfg
couldn't exec autoexec.cfg
Hunk_Clear: reset the hunk ok

--- Input Initialization ---
Joystick is not active.

Bypassing CD checks
- Client Initialization -
- Initializing Renderer 
---
- Client Initialization Complete -
- R_Init -
...loading libGL.so.1: Initializing OpenGL display
...setting mode 4: 800 600
Using XFree86-VidModeExtension Version 2.2
XF86DGA Mouse (Version 2.0) initialized
XFree86-VidModeExtension Activated at 800x600
Using 8/8/8 Color bits, 24 depth, 0 stencil display.
ERROR: couldn't create font (XLoadQueryFont)
GL_RENDERER: GeForce 6100/PCI/SSE2/3DNOW!
Initializing OpenGL extensions
...using GL_S3_s3tc
...ignoring GL_EXT_texture_env_add
...using GL_ARB_multitexture
...using GL_EXT_compiled_vertex_array
...ignoring GL_NV_fog_distance
...ignoring GL_EXT_texture_filter_anisotropic
Initializing GLX extensions
...using GLX_SGI_swap_control
...using GLX_SGI_video_sync
XF86 Gamma extension initialized

GL_VENDOR: NVIDIA Corporation
GL_RENDERER: GeForce 6100/PCI/SSE2/3DNOW!
GL_VERSION: 2.1.0 NVIDIA 97.46
GL_EXTENSIONS: GL_ARB_color_buffer_float GL_ARB_depth_texture
GL_ARB_draw_buffers GL_ARB_fragment_program GL_ARB_fragment_program_shadow
GL_ARB_fragment_shader GL_ARB_half_float_pixel GL_ARB_imaging
GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query
GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite
GL_ARB_shadow GL_ARB_shader_objects GL_ARB_shading_language_100
GL_ARB_texture_border_clamp GL_ARB_texture_compression
GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine
GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat
GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle
GL_ARB_transpose_matrix GL_ARB_vertex_buffer_object GL_ARB_vertex_program
GL_ARB_vertex_shader GL_ARB_window_pos GL_ATI_draw_buffers
GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc
GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color
GL_EXT_blend_equation_separate GL_EXT_blend_func_separate
GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array
GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_draw_range_elements
GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample
GL_EXT_framebuffer_object GL_EXT_gpu_program_parameters
GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_pixels
GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_rescale_normal
GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs
GL_EXT_stencil_clear_tag GL_EXT_stencil_two_side GL_EXT_stencil_wrap
GL_EXT_texture3D GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map
GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3
GL_EXT_texture_filter_anisotropic GL_EXT_texture_lod GL_EXT_texture_lod_bias
GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_sRGB
GL_EXT_timer_query GL_EXT_vertex_array GL_IBM_rasterpos_clip
GL_IBM_texture_mirrored_repeat GL_KTX_buffer_region GL_NV_blend_square
GL_NV_copy_depth_to_color GL_NV_depth_clamp GL_NV_fence GL_NV_float_buffer
GL_NV_fog_distance GL_NV_fragment_program GL_NV_fragment_program_option
GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage
GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_filter_hint
GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_pixel_data_range
GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners
GL_NV_register_combiners2 GL_NV_texgen_reflection
GL_NV_texture_compression_vtc GL_NV_texture_env_combine4
GL_NV_texture_expand_normal GL_NV_texture_rectangle GL_NV_texture_shader
GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_vertex_array_range
GL_NV_vertex_array_range2 GL_NV_vertex_program GL_NV_vertex_program1_1
GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3
GL_NVX_conditional_render GL_SGIS_generate_mipmap GL_SGIS_texture_lod
GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum
GLX_EXTENSIONS: GLX_EXT_visual_info GLX_EXT_visual_rating GLX_SGIX_fbconfig
GLX_SGIX_pbuffer GLX_SGI_video_sync GLX_SGI_swap_control
GLX_EXT_texture_from_pixmap GLX_ARB_multisample GLX_NV_float_buffer
GLX_ARB_fbconfig_float GLX_ARB_get_proc_address
GL_MAX_TEXTURE_SIZE: 4096
GL_MAX_ACTIVE_TEXTURES_ARB: 4

PIXELFORMAT: color(24-bits) 

Re: installing 7 - snapshot iso gives cannot parse info file for XYZ distribution

2007-07-06 Thread Nikos Vassiliadis
On Thursday 05 July 2007 22:47, Steve Franks wrote:
 My current issue is needing the src dist to build the ndis wrapper for
 may crappy wlan.

 I'd be happy enough to get src from the ftp site, but so far as I can
 tell, the only thing for 7.0 is the snapshot, no 7.0/src folder.

Don't you have the ISO image?
At least on the 7.0-CURRENT-200705 snapshot the
7.0-CURRENT-200705/src directory has the source.

 What's the 'right' way to do this?

Few suggestions, more or less related...

I had problems using snapshots mainly 'cause of
OS version tag.

I think installing the system from a snapshot,
getting the updated source and building it from
scrath, would be better. And if you really want,
you can get the source from a specific date(the
snapshot's apparently) using cvs -D.

HTH, Nikos

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


Re: Skype - problem with sound device

2007-07-06 Thread Ariff Abdullah
On Fri, 6 Jul 2007 21:09:06 +1000
Norberto Meijome [EMAIL PROTECTED] wrote:
 On Fri, 6 Jul 2007 16:29:34 +0800
 Ariff Abdullah [EMAIL PROTECTED] wrote:
 
 
  Show me the output of
  
  #fstat|grep
  #'\(\(dsp\|audio\|dspW\|mixer\)[0-9]\|\(snd\|midi\)stat\)'
  
  .. before/after opening skype.
 
 Hi Ariff :) 
 
 I haven't had the problem since.But i decided to check with
 fstat...and I was amazed at the number of file descriptors (to
 /dev/[sound_related]) that skype keeps open.
 
 I use skype extensively, both for chat + voice. I've had skype
 running for over 12 hours, probably 24 hours (my uptime says 1 day
 21 hours...so maybe as long as that). When  I run your command, I
 got 2700+ entries  - all but 2 were skype's!  You can see it for
 yourself at
 
 http://www.meijome.net/files/freebsd/20070706/withskype_12hrs+.txt
 
 I then shut down skype :
 http://www.meijome.net/files/freebsd/20070706/b4skype.txt
 
 And opened it again, waited it to log in and go another snapshot:
 http://www.meijome.net/files/freebsd/20070706/withskype.txt (no
 changes really).
 
 I then did a test call to the skype test call bot, while the call
 was running i got:
 http://www.meijome.net/files/freebsd/20070706/skype_1_call.txt
 
 which is , i suppose, ok... but AFTER the call, I still had several
 entries left over:
 http://www.meijome.net/files/freebsd/20070706/skype_1_call_finished.txt
 

Most of it are actually duplicates due to spawning threads or child
forks, so it is safe to ignore it.

 Is this normal / expected? 
 

It is as normal/expected as it is since I don't have any skype
sources to examine with :) . Why it leaves so many dangling opened
devices is beyond my comprehension.




--
Ariff Abdullah
FreeBSD

... Recording in stereo is obviously too advanced
and confusing for us idiot * users :P 


pgpDOaGxasvN1.pgp
Description: PGP signature


mbr on second drive.

2007-07-06 Thread Grant Peel
Hi all,

I recently used sysinstall to partition and label a new scsi drive.

/dev/da0s1

b (swap)
d/
e/usr
f/var
g/home


I then 'restored' 4 filesystems to it:

/
/usr
/var
/home

Somehow, the disk is not bootable. I get a 'BTX HAlted when I try to boot it.

IS there a way to check the mbr nad fix it if necessary?

Currently, I have a boot drive as the primary, and the one mentioned above as a 
second drive on the machine. The first drive is a ATA and the second (broken) 
is a SCSI.

-GRant
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OSS in 6.2

2007-07-06 Thread Tom Grove

Daniel Molina Wegener wrote:

On Thursday 05 July 2007 14:16:42 Tom Grove wrote:
  

Has anyone successfully used the OSS in 6.2?  I have an Intel
HDA card that I would like to be able to record on but when I
use the OSS program and modules I get nothing but garbled
tones coming from the speakers. The osstest utility also
reports errors of timeouts.

-Tom
[SNIP]




Hello,

I have an Intel HDA card too, I'm using 6.2-STABLE, where the
driver of 7.0-CURRENT from where has been merged into 6.2.

It works fine... try updating the source tree with csup or
cvsup and recompile the kernel and world.

The driver is snd_hda, with snd_hda_load=YES in boot loader
may work.

OSS sometimes isn't a good options, I think that HDA matches the
case...

Regards,
  

Are you able to record with that driver?

-Tom
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: parental control with squid and dansguardian

2007-07-06 Thread Peter Boosten

Zbigniew Szalbot wrote:
 hi,
 
 Thank you all for your comments re FreeBSD as a parental control and
 gateway server. I have both squid and dansguardian working and I am left
 with configuring them to optimize web browsing and the desired level of
 control.
 
 I do not yet have FreeBSD functioning as a real gateway as I will be able
 to do it at a later stage. However, there is one thing that leaves me
 wondering. In order to use the content filtering as provided by
 Dansguardian, I need to configure the browser to look for proxy on port
 8080. Now, if someone just changes the port in their browser to 3128 (squid
 proxy port), then all content filtering will be bypassed. 
 
 What do I need to do in order to avoid someone escaping the control? 

ACL in squid.conf is your magic word...

Peter
-- 
http://www.boosten.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Motherboard with console redirection

2007-07-06 Thread Javier Henderson
Greetings,

I'm looking for recommendations for motherboards that sport serial console 
redirection, which are known to work well with FreeBSD. I don't have a 
processor religion, and relatively modest needs: a few SATA ports, preferably 
built-in video (for the initial setup), at least one IDE channel, support for 
at least 2GB of RAM and one processor slot (or two, if it will work with a 
single processor). Built-in gigabit Ethernet would be nice.

Thanks.

-jav


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


How to produce FreeBSD app under Windows?

2007-07-06 Thread Serge Slepov

Hello,

I need to compile a C++ source into a binary that will run under FreeBSD,
but I only have Windows installed.  What's the easiest way for me to do
this?  Do I have to install FreeBSD?

Thanks in advance.
-Serge

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


Re: Skype - problem with sound device

2007-07-06 Thread Norberto Meijome
On Fri, 6 Jul 2007 19:46:34 +0800
Ariff Abdullah [EMAIL PROTECTED] wrote:

 Most of it are actually duplicates due to spawning threads or child
 forks, so it is safe to ignore it.
 

gotcha.

  Is this normal / expected? 

 
 It is as normal/expected as it is since I don't have any skype
 sources to examine with :) . Why it leaves so many dangling opened
 devices is beyond my comprehension.

:) touche. I meant, is it normal to see so many opened devices.. answered :)

cheers
_
{Beto|Norberto|Numard} Meijome

I used to hate weddings; all the Grandmas would poke me and
say, You're next sonny! They stopped doing that when i
started to do it to them at funerals.

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to produce FreeBSD app under Windows?

2007-07-06 Thread Ivan Voras

Serge Slepov wrote:

I need to compile a C++ source into a binary that will run under FreeBSD,
but I only have Windows installed.  What's the easiest way for me to do
this?  Do I have to install FreeBSD?


The Easiest Way (tm) for you is to install FreeBSD in a virtual machine 
(see for example the free VMWare Server product).




signature.asc
Description: OpenPGP digital signature


Re: How to produce FreeBSD app under Windows?

2007-07-06 Thread Norberto Meijome
On Fri, 6 Jul 2007 18:12:22 +0600
Serge Slepov [EMAIL PROTECTED] wrote:

 I need to compile a C++ source into a binary that will run under FreeBSD,
 but I only have Windows installed.  What's the easiest way for me to do
 this?  Do I have to install FreeBSD?

Burn a CD with Freesbie (confirm first the compiler is available), boot with
it, upload your src to it (via the network / USB key), compile, download away .

alternatively...do any of the free shell hosters provide compilers? i doubt ...
but u never know

_
{Beto|Norberto|Numard} Meijome

What you are afraid to do is a clear indicator of the next thing you need to do.

I speak for myself, not my employer. Contents may be hot. Slippery when wet.
Reading disclaimers makes you go blind. Writing them is worse. You have been
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


6.2-REL booting from USB to install

2007-07-06 Thread Matthias Apitz

Hello,

I've some server (a 2 years old HP NAT 1000s storage system) and
I want to drop the installed W2k system and re-install it with
FreeBSD 6.2R and later use it as a central backup-system with
Bacula.

The problem is that this server has no CD or DVD device, but can
(theoretically) boot from external USB CD/DVD (which I too don't have).
So I came up with the idea to put a 6.2-REL install CD onto an
USB stick (960KByte), based on what Martin figured out in detail
and described here:

http://groups.google.com/group/lucky.freebsd.questions/msg/5c759b1c87376b22

The boot works fine in some notebook (in some other with USB 2.0
the BTX panics) but in the above mentioned HP box is says:

error 1 lba 752976
No /boot/loader

FreBSD/x86
Default: 0:ad(0,a)/boot/kernel/loader
boot:

Any idea about:
- Why BTX panics with USB 2.0?
- Why it says 'No /boot/loader' in the other box?
  (of course, the file is there).

Thx in advance.

Martin, btw: the line in your description:

# echo /dev/da0  /  ufs  rw,noatime  1  1 /mnt/etc/fstab

perhaps should be:

# echo /dev/da0s1  /  ufs  rw,noatime  1  1 /mnt/etc/fstab

matthias

-- 
Matthias Apitz
Manager Technical Support - OCLC PICA GmbH
Gruenwalder Weg 28g - 82041 Oberhaching - Germany
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e [EMAIL PROTECTED] - w http://www.oclcpica.org/ http://guru.UnixArea.de/
b http://gurucubano.blogspot.com/
OCLC PICA GmbH, Geschaeftsfuehrer: Christine Magin-Weeger, Norbert Weinberger
Sitz der Gesellschaft: Oberhaching, HRB Muenchen: 113261

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


iteam - Linux project, to freeBSD team.

2007-07-06 Thread Jorge Rosa - (BIGARTE)

Hello all there.

We are developing a open-source game called iteam.
It will be an worms/wormux/gunbound game like, with new ideas, etc.

We wanna make it like a tribute to ALL (major) linux distros, includindg
yours, of course, ;) and to Linux world specifically.

So to be more ralistic/oficial, we need your opinion about the character
that is similar to your symbol (logotipe).

Will be great if we could also count with your code skills, etc.
We are using C++, SDL, etc.

Please, see images and our main links here: (there is also our IRC channel)
http://www.via2b.com/iteam/produtos.asp?highlight=Downloads_and_Linksid=509

Thankyou
jorgerosa (iteam art and graphics)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Skype - problem with sound device

2007-07-06 Thread Ariff Abdullah
On Fri, 6 Jul 2007 22:52:43 +1000
Norberto Meijome [EMAIL PROTECTED] wrote:
 On Fri, 6 Jul 2007 19:46:34 +0800
 Ariff Abdullah [EMAIL PROTECTED] wrote:
 
  Most of it are actually duplicates due to spawning threads or
  child forks, so it is safe to ignore it.
  
 
 gotcha.
 
   Is this normal / expected? 
 
  
  It is as normal/expected as it is since I don't have any skype
  sources to examine with :) . Why it leaves so many dangling opened
  devices is beyond my comprehension.
 
 :) touche. I meant, is it normal to see so many opened devices..
 answered :)
 

I don't recall skype being some kind of sound driver torture test
regression software suite, but well... :)


--
Ariff Abdullah
FreeBSD

... Recording in stereo is obviously too advanced
and confusing for us idiot * users :P 


pgpDH7qEUwOwD.pgp
Description: PGP signature


Re: fetch hangs during Make, portupgrade -a, or portmanager -u..

2007-07-06 Thread Lowell Gilbert
Please don't top-post.

Dinesh Pandian [EMAIL PROTECTED] writes:

 On 7/5/07, Lowell Gilbert [EMAIL PROTECTED] wrote:

 Dinesh Pandian [EMAIL PROTECTED] writes:

  Please help me out with a really annoying little problem that bugs me
  everytime I try to install applications from ports.
 
  When I try to run portupgrade -a  or  portmanager -u,
  when Make fetches the files from the servers, fetch
  normally hangs randomly sometime through the downloading
  of the distfile. The only solution I've thought about is aborting
  the upgrade procedure and issuing the same command again,
  hoping that fetch resumes where it left off.
 
  In bigger files,  5MB, I'd have to repeat this process several
  times to download a single distfile.
 
  I've tried setting the FTP_PASSIVE_MODE env ON and OFF
  to no avail.
 
  I can't seem to find a problem with the internet connection
  as httpd and ftpd works perfectly fine!

 Is there a firewall in the way?  NAT?

 Have you tried using fetch(1) from the command line, with increased
 verbosity level?


 No firewall/NAT along the path. It's a direct connection.
 I'm pretty new to freebsd so I'm guessing that I did
 something wrong with network config or something. :)

 -- Dinesh

Possibly, but that would tend to make the transfer not start at all.  
Try to get more information from the download process, either by
increasing the verbosity of the fetch(1) program, by comparing to
other FTP download methods, by tracing the traffic, or better yet all
of the above.

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


Re: iteam - Linux project, to freeBSD team.

2007-07-06 Thread Tom Evans
On Fri, 2007-07-06 at 14:03 +0100, Jorge Rosa - (BIGARTE) wrote:
 Hello all there.
 
 We are developing a open-source game called iteam.
 It will be an worms/wormux/gunbound game like, with new ideas, etc.
 
 We wanna make it like a tribute to ALL (major) linux distros, includindg
 yours, of course, ;) and to Linux world specifically.

When asking for assistance/coders from FreeBSD world, probably best to
not refer to FreeBSD as a 'linux distro' ;)

 
 So to be more ralistic/oficial, we need your opinion about the character
 that is similar to your symbol (logotipe).
 
 Will be great if we could also count with your code skills, etc.
 We are using C++, SDL, etc.
 
 Please, see images and our main links here: (there is also our IRC channel)
 http://www.via2b.com/iteam/produtos.asp?highlight=Downloads_and_Linksid=509
 
 Thankyou
 jorgerosa (iteam art and graphics)


Looks good though :)


signature.asc
Description: This is a digitally signed message part


re: parental control with squid and dansguardian

2007-07-06 Thread Zbigniew Szalbot
Hello,

Now, if someone just changes the port in their browser to 3128 (squid
 proxy port), then all content filtering will be bypassed.
 
 I have the same setup at home for my kids.
 
 Check the /etc/ipnat.conf file to redirect all web traffic to your
 FreeBSD_gateway_IP_address:8080 (assuming your FreeBSD box acts as a
 firewall/squid/gateway).

Now, I am not sure one thing. ipnat.conf is an ipfilter conf file. I use
pf. I was wondering - maybe I should use squid setup defining an acl that
would banned connection to port 3128 in squid? I am not sure yet how to do
it (all of this is totally new to me) but I guess it is probably quite
simple. Then I should probably set squid in the transparent mode which
would enable me to point browsers to auto-discover proxy settings? Again, I
am not sure my thinking is correct.

Thanks!

-- 
Zbigniew Szalbot

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


Re: buildworld inquiry

2007-07-06 Thread Eric Crist

On Jul 6, 2007, at 10:35 AMJul 6, 2007, Jean-Paul Natola wrote:


Hi all,

After failing to upgrade to 6.2 , I'm taking a members advice and  
going to

buildworld-

I have two questions-

How long will it take-
And do I need to stop the other programs from running -

The reason I ask is because I use the bsd box as a mail filter

Running Exim SA and ClamAv so I need to know how long it would take  
if I have

to take it off line-

My box is a PIII 500mhz with 512 ram

FilesystemSizeUsed   Avail Capacity   
Mounted on

/dev/ad0s1a   248M 90M138M40%/
devfs 1.0K1.0K  0B   100%/dev
/dev/ad0s1e   248M4.9M223M 2%/tmp
/dev/ad0s1f   4.9G1.7G2.8G38%/usr
/dev/ad0s1d   248M128M100M56%/var



Jean-Paul,

You don't need to take the box offline, although it may slow things  
down a tad bit.  You're probably looking at an overnight event for  
the buildworld.  Make sure you buildkernel as well.



Alternatively, you *could* buildworld/kernel on a second box, NFS  
mount the /usr/src and /usr/obj directories and installworld/kernel  
from there.  We have ~30 similar FreeBSD systems and one build box.   
Kinda helps us stay consistent, etc.


HTH
Eric Crist
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: buildworld inquiry

2007-07-06 Thread Pietro Cerutti
Jean-Paul Natola wrote:
 Hi all,
Hello,

 
 After failing to upgrade to 6.2 , I'm taking a members advice and going to
 buildworld-
 
 I have two questions-
 
 How long will it take-
Hard to guess.. I have a PIII w/ 128M of ram and it takes around an hour
or so...

 And do I need to stop the other programs from running -
No.
You just have to reboot for the installworld step.
Consult /usr/src/UPDATING (around line 390) for the right procedure.

 
 The reason I ask is because I use the bsd box as a mail filter 
 
 Running Exim SA and ClamAv so I need to know how long it would take if I have
 to take it off line-

As said, just the time it takes to installworld, which is much less than
it takes to buildworld, let's say a dozen of minutes...


 Jean-Paul Natola
 Network Administrator
 Information Technology
 Family Care International
 588 Broadway Suite 503
 New York, NY 10012
 Phone:212-941-5300 xt 36
 Fax:  212-941-5563
 Mailto: [EMAIL PROTECTED]

-- 
Pietro Cerutti

PGP Public Key:
http://gahr.ch/pgp



signature.asc
Description: OpenPGP digital signature


re: parental control with squid and dansguardian

2007-07-06 Thread Denis R.
Now, if someone just changes the port in their browser to 3128 (squid
proxy port), then all content filtering will be bypassed.

I have the same setup at home for my kids.

Check the /etc/ipnat.conf file to redirect all web traffic to your
FreeBSD_gateway_IP_address:8080 (assuming your FreeBSD box acts as a
firewall/squid/gateway).

Regards,
Den

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


buildworld inquiry

2007-07-06 Thread Jean-Paul Natola
Hi all,

After failing to upgrade to 6.2 , I'm taking a members advice and going to
buildworld-

I have two questions-

How long will it take-
And do I need to stop the other programs from running -

The reason I ask is because I use the bsd box as a mail filter 

Running Exim SA and ClamAv so I need to know how long it would take if I have
to take it off line-

My box is a PIII 500mhz with 512 ram

FilesystemSizeUsed   Avail Capacity  Mounted on
/dev/ad0s1a   248M 90M138M40%/
devfs 1.0K1.0K  0B   100%/dev
/dev/ad0s1e   248M4.9M223M 2%/tmp
/dev/ad0s1f   4.9G1.7G2.8G38%/usr
/dev/ad0s1d   248M128M100M56%/var









Jean-Paul Natola
Network Administrator
Information Technology
Family Care International
588 Broadway Suite 503
New York, NY 10012
Phone:212-941-5300 xt 36
Fax:  212-941-5563
Mailto: [EMAIL PROTECTED]

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


Re: parental control with squid and dansguardian

2007-07-06 Thread Daniel Bye
Zbigniew Szalbot wrote:
 hi,
 
 Thank you all for your comments re FreeBSD as a parental control and
 gateway server. I have both squid and dansguardian working and I am left
 with configuring them to optimize web browsing and the desired level of
 control.
 
 I do not yet have FreeBSD functioning as a real gateway as I will be able
 to do it at a later stage. However, there is one thing that leaves me
 wondering. In order to use the content filtering as provided by
 Dansguardian, I need to configure the browser to look for proxy on port
 8080. Now, if someone just changes the port in their browser to 3128 (squid
 proxy port), then all content filtering will be bypassed. 
 
 What do I need to do in order to avoid someone escaping the control? I am
 also wondering how I should bring pf into the picture? I haven't tried yet
 as the box is behind a router firewall anyway but I would appreciate your
 comments how to marry squid  dansguardian with pf.

You can use pf's redirection to catch all outbound traffic destined for
port 80:

  rdr on $int_if inet proto tcp from $internal_net to !me port www -
$proxy_host port $proxy_port

Define the macros appropriately in /etc/pf.conf and you're away.

me is a pf table that contains all the firewall machine's addresses:

  table me persist { self }

Any packets originating from your internal network, bound for port 80 on
any host other than the firewall (you may need to fine tune this,
depending on your needs), are redirected to the designated host/port. No
need to set up per-client proxies as the firewall handles it transparently.

Make sure squid is built with SQUID_PF=1 (from make config). There are
some settings in squid.conf you may need to tweak - there's plenty of
documentation on their website.

Transparent proxying requires no client configuration, but it also means
that proxy authentication won't work, because as far as the client is
concerned, it is talking to an end server, not a proxy. If this is a
concern, then you can just set up your clients to explicitly look for
the proxy, and tighten up your firewall rules so that altering the proxy
settings might bypass the proxy/filter, but will also get any web
traffic blocked at the firewall. They'll soon go back to using the
supplied proxy settings!

I'm not sure about automatic proxy config, as I've never used it. It is
not, though, a type of transparent proxying, which is run entirely on
the firewall/proxy hosts, without any knowledge of it on the part of the
client.

HTH

Dan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ich9, ahci

2007-07-06 Thread Garrett Cooper

Gergely CZUCZY wrote:

Good morning,

I'd like to whether the ICH9 SATA chipset and the AHCI mode/or-whatever is
supported under FreeBSD 6.2 or 6-STABLE.

I've just got a new motherboard with this new intel P35 chipset, and it has
some brand new hardware. I'm looking for the perspectives, how could i use this
board with freebsd.

Is the ICH9 ATA controller supported, and AHCI?
If not, are there patches against 6-STABLE, or when will it be supported?

Please include me in the replies since I'm not subscribed to the list.

Sincerely,

Gergely Czuczy
mailto: [EMAIL PROTECTED]

  

965/975 works under FreeBSD, but that's ICH8.

I think that the new chipset should work though.

-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: parental control with squid and dansguardian

2007-07-06 Thread Zbigniew Szalbot
Hi Daniel,

On Fri, 06 Jul 2007 17:20:50 +0100, Daniel Bye [EMAIL PROTECTED]
wrote:
 You can use pf's redirection to catch all outbound traffic destined for
 port 80:
 
   rdr on $int_if inet proto tcp from $internal_net to !me port www -
 $proxy_host port $proxy_port
 
 Define the macros appropriately in /etc/pf.conf and you're away.
 
 me is a pf table that contains all the firewall machine's addresses:
 
   table me persist { self }
 
 Any packets originating from your internal network, bound for port 80 on
 any host other than the firewall (you may need to fine tune this,
 depending on your needs), are redirected to the designated host/port. No
 need to set up per-client proxies as the firewall handles it
 transparently.

Great! Thank you so much! Now this should really speed me up nd it is
perfect solution as no client configuration is needed and no escaping
possible! Thanks again!

I really appreciate such a helpful community as is here! Hard to find these
days. Thank you!

-- 
Zbigniew Szalbot

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


RE: buildworld inquiry-Failing

2007-07-06 Thread Jean-Paul Natola


Jean-Paul Natola wrote:
 Hi all,
Hello,

 
 After failing to upgrade to 6.2 , I'm taking a members advice and going to
 buildworld-
 
 I have two questions-
 
 How long will it take-
Hard to guess.. I have a PIII w/ 128M of ram and it takes around an hour
or so...

 And do I need to stop the other programs from running -
No.
You just have to reboot for the installworld step.
Consult /usr/src/UPDATING (around line 390) for the right procedure.

 
 The reason I ask is because I use the bsd box as a mail filter 
 
 Running Exim SA and ClamAv so I need to know how long it would take if I
have
 to take it off line-

As said, just the time it takes to installworld, which is much less than
it takes to buildworld, let's say a dozen of minutes...


Ok  this has run  2 times with the same result-  is this a sign  that my
box is doomed for disaster- sysinstall upgrade failed - the CD upgrade
failed - and now CVS upgrade is failing-

Is there anywhere that would tell me WHY its failing?

arsing supfile standard-supfile
Connecting to cvsup7.FreeBSD.org
Connected to cvsup7.FreeBSD.org
Server software version: SNAP_16_1g
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
Cleaning up ...
Inactivity timeout
Will retry at 12:06:25
Retrying
Connecting to cvsup7.FreeBSD.org
Connected to cvsup7.FreeBSD.org
Server software version: SNAP_16_1g
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
Cleaning up ...
Inactivity timeout
Will retry at 13:05:15
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


The Complete FreeBSD: errata and addenda

2007-07-06 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

The Complete FreeBSD has been through a total of five editions, including its
predecessor Installing and Running FreeBSD.  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Note also that the book has now been released for free download in PDF
form.  Instead of downloading the changed pages, you may prefer to
download the entire book.  See http://www.lemis.com/grog/Documentation/CFBSD/ 
for more information.

Have you found a problem with the book, or maybe something confusing?
Please let me know: I'm no longer constantly updating it, but I may be
able to help

Greg
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Motherboard with console redirection

2007-07-06 Thread Lanny Baron

Hi Javier,

Have a look at our servers. Guaranteed FreeBSD compatible.
Regards,
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
Lanny Baron
Freedom Technologies Corporation
High Performance Servers and RAID Systems

Toll Free: 1.877.963.1900
http://www.freedomtc.com
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=


Javier Henderson wrote:

Greetings,

I'm looking for recommendations for motherboards that sport serial console 
redirection, which are known to work well with FreeBSD. I don't have a 
processor religion, and relatively modest needs: a few SATA ports, preferably 
built-in video (for the initial setup), at least one IDE channel, support for 
at least 2GB of RAM and one processor slot (or two, if it will work with a 
single processor). Built-in gigabit Ethernet would be nice.

Thanks.

-jav


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: How to produce FreeBSD app under Windows?

2007-07-06 Thread Mikel King



On Jul 6, 2007, at 8:12 AM, Serge Slepov wrote:



Hello,

I need to compile a C++ source into a binary that will run under  
FreeBSD,
but I only have Windows installed.  What's the easiest way for me  
to do

this?  Do I have to install FreeBSD?

Thanks in advance.
-Serge

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


Serge,

	These are just some random thoughts of how you could accomplish your  
goal.


	You could look for a system w/ ssh access so that you could obtain a  
shell account through which to build your app.  Another option would  
be to look into VMWare Player for Windows where you could launch a  
prebuilt FreeBSD instance. Additionally you could look into either  
VMWare Workstation or Parallels to create your own virtual server for  
this development work.


	However, I would wonder why you were building an app for FreeBSD but  
not actually already running it?


Cheers,
Mikel King
CITO, Tech Alliance, INC
Senior Editor, Daemon News
39 West Fourteenth Street
Second Floor
New York, NY 10011
http://www.techally.com
http://www.daemonnews.org
t: 212.727.2100x132
+--+
How do you spell cooperation? Pessimists use
each other, but optimists help each other.
Collaboration feeds your spirit, while
competition only stokes your ego. You'll
find the best way to get along.
+--+

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


How to get best results from FreeBSD-questions

2007-07-06 Thread Greg Lehey

How to get the best results from FreeBSD questions.
===

Last update $Date: 2005/08/10 02:21:44 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the newcomers), and also those who answer the
questions (the hackers).

   Note that the term hacker has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is cracker, but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst
other things, it told you how to unsubscribe.  Here's a typical
message:

  Welcome to the freebsd-questions@freebsd.org mailing list!

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:

  http://lists.freebsd.org/mailman/options/freebsd-questions/[EMAIL PROTECTED]
  
(obviously, substitute your mail address for [EMAIL PROTECTED]).  You can
also make such adjustments via email by sending a message to:

  [EMAIL PROTECTED]
  
with the word 'help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including
changing the password, itself) or to unsubscribe.
  
Normally, Mailman will remind you of your freebsd.org mailing list
passwords once every month, although you can disable this if you
prefer.  This reminder will also include instructions on how to
unsubscribe or change your account options.  There is also a button on
your options page that will email your current password to you.

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send how to questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  

Re: buildworld inquiry

2007-07-06 Thread George
On Fri, Jul 06, 2007 at 11:35:04AM -0400, Jean-Paul Natola wrote:
 After failing to upgrade to 6.2, I'm taking a members advice and going
 to buildworld. I have two questions. How long will it take.  And do I
 need to stop the other programs from running.  The reason I ask is
 because I use the bsd box as a mail filter.  Running Exim SA and
 ClamAv so I need to know how long it would take if I have to take it
 off line-
 
 My box is a PIII 500mhz with 512 ram

I have many such machines.  I noted the following numbers when recently
building world and kernel on one of my VIA C3 machines at home.  The
numbers are more or less in line with what you can expect from a single
processor, single drive (ATA) PIII system with zero load:

# time make buildworld 
real159m21.710s
user133m1.959s
sys 21m58.076s

# time make buildkernel
real3111.62s
user2637.72s
sys 264.71s

That works out to about 3-1/2 hours total.  In your case, it looks like
an overnight job unless you take if offline.  Me, I prefer to build on
(and install from) a separate, dedicated box.  Less groaning if
something goes wrong among other things.

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


RE: Motherboard with console redirection

2007-07-06 Thread Manders, Christopher

We use FineTec computers. You can ask them to build systems with MB w/serial 
redirection capability. 

We are very happy with their service and support as well.


HTH

Cheers!

-CJM
---
Christopher Jay Manders
Sr. Security Engineer 
University of California San Francisco
Office of Academic and Administrative Information Systems Enterprise 
Information Security (OAAIS:EIS)
http://isecurity.ucsf.edu/



-Original Message-
From: [EMAIL PROTECTED] on behalf of Lanny Baron
Sent: Fri 7/6/2007 9:47 AM
To: Javier Henderson
Cc: freebsd-questions@freebsd.org; [EMAIL PROTECTED]
Subject: Re: Motherboard with console redirection
 
Hi Javier,

Have a look at our servers. Guaranteed FreeBSD compatible.
Regards,
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
Lanny Baron
Freedom Technologies Corporation
High Performance Servers and RAID Systems

Toll Free: 1.877.963.1900
http://www.freedomtc.com
+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=


Javier Henderson wrote:
 Greetings,
 
 I'm looking for recommendations for motherboards that sport serial console 
 redirection, which are known to work well with FreeBSD. I don't have a 
 processor religion, and relatively modest needs: a few SATA ports, preferably 
 built-in video (for the initial setup), at least one IDE channel, support for 
 at least 2GB of RAM and one processor slot (or two, if it will work with a 
 single processor). Built-in gigabit Ethernet would be nice.
 
 Thanks.
 
 -jav
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-hardware
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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


Re: parental control with squid and dansguardian

2007-07-06 Thread RW
On Fri, 6 Jul 2007 13:20:07 +0200
Zbigniew Szalbot [EMAIL PROTECTED] wrote:

 I do not yet have FreeBSD functioning as a real gateway as I will be
 able to do it at a later stage. However, there is one thing that
 leaves me wondering. In order to use the content filtering as
 provided by Dansguardian, I need to configure the browser to look for
 proxy on port 8080. Now, if someone just changes the port in their
 browser to 3128 (squid proxy port), then all content filtering will
 be bypassed. 
 

If this box is not the gateway, there is no point in doing anything
about this because they can simply turn-off proxying and go direct to
the internet. 

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


Re: parental control with squid and dansguardian

2007-07-06 Thread RW
On Fri, 6 Jul 2007 18:26:36 +0200
Zbigniew Szalbot [EMAIL PROTECTED] wrote:


 Great! Thank you so much! Now this should really speed me up nd it is
 perfect solution as no client configuration is needed and no escaping
 possible! Thanks again!


Unless they reconfigure their browser to use one of the numerous free
proxy servers.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: parental control with squid and dansguardian

2007-07-06 Thread Peter Boosten
RW wrote:
 On Fri, 6 Jul 2007 18:26:36 +0200
 Zbigniew Szalbot [EMAIL PROTECTED] wrote:
 
 
 Great! Thank you so much! Now this should really speed me up nd it is
 perfect solution as no client configuration is needed and no escaping
 possible! Thanks again!
 
 
 Unless they reconfigure their browser to use one of the numerous free
 proxy servers.

The answer to that problem is quite easy: deny all direct access to the
internet on your gateway.

Peter
-- 
http://www.boosten.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: parental control with squid and dansguardian

2007-07-06 Thread RW
On Fri, 06 Jul 2007 21:47:43 +0200
Peter Boosten [EMAIL PROTECTED] wrote:

 RW wrote:
  On Fri, 6 Jul 2007 18:26:36 +0200
  Zbigniew Szalbot [EMAIL PROTECTED] wrote:
  
  
  Great! Thank you so much! Now this should really speed me up nd it
  is perfect solution as no client configuration is needed and no
  escaping possible! Thanks again!
  
  
  Unless they reconfigure their browser to use one of the numerous
  free proxy servers.
 
 The answer to that problem is quite easy: deny all direct access to
 the internet on your gateway.

In which case there isn't much point in transparent proxying because
the browser will need to use the proxy for https and FTP.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: parental control with squid and dansguardian

2007-07-06 Thread Peter Boosten
RW wrote:
 On Fri, 06 Jul 2007 21:47:43 +0200
 Peter Boosten [EMAIL PROTECTED] wrote:
 
 RW wrote:
 On Fri, 6 Jul 2007 18:26:36 +0200
 Zbigniew Szalbot [EMAIL PROTECTED] wrote:


 Great! Thank you so much! Now this should really speed me up nd it
 is perfect solution as no client configuration is needed and no
 escaping possible! Thanks again!

 Unless they reconfigure their browser to use one of the numerous
 free proxy servers.
 The answer to that problem is quite easy: deny all direct access to
 the internet on your gateway.
 
 In which case there isn't much point in transparent proxying because
 the browser will need to use the proxy for https and FTP.

Correct. That said OP probably doesn't have to configure hundreds of
home PCs, so no need for transparent proxying.

Peter
-- 
http://www.boosten.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: parental control with squid and dansguardian

2007-07-06 Thread Steve Bertrand
RW wrote:
 On Fri, 6 Jul 2007 13:20:07 +0200
 Zbigniew Szalbot [EMAIL PROTECTED] wrote:
 
 I do not yet have FreeBSD functioning as a real gateway as I will be
 able to do it at a later stage. However, there is one thing that
 leaves me wondering. In order to use the content filtering as
 provided by Dansguardian, I need to configure the browser to look for
 proxy on port 8080. Now, if someone just changes the port in their
 browser to 3128 (squid proxy port), then all content filtering will
 be bypassed. 

 
 If this box is not the gateway, there is no point in doing anything
 about this because they can simply turn-off proxying and go direct to
 the internet. 

Not if the box is an inline bridge...

Allow minimal Internet use, ftp, ssh, 587, 110 etc, then fwd 80, 443 to
the internal proxy box and voila.

Steve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.2 Repeating Crash - Sleeping thread; Fatal trap 12: page fault; warning: 'T2' might be used uninitialized - SOLUTION

2007-07-06 Thread Worth Bishop
We finally determined the root of this problem. One of the system's memory 
modules was apparently going bad. When it failed permanently, the system 
crashed and would not reboot. We swapped out the memory (all Regsistered 
memory) and have not had problems since.


Thanks to the list for the efforts!

WB

(Below is a reply drafted a  long while back - included mostly to thank 
Beto...the rest of it is no longer relevant.)


Thank you very much for your reply, Beto.

I appreciate your point re:  drive age. I only mentioned it because I had
stated the age of the server at 5 years and hoped to forestall suggestions
that an older drive might be likely to have issues. However, I did follow
your suggestion and smartctl reports the drive to be in good health.

I misspoke - we did not upgrade, really, but did a fresh install of 6.1 on
the new drive and manually copied all user files, databases, PERL scripts,
etc. to the new drive. We had been running 4.7 and, since there was not a
direct route for upgrading, we did it the hard way.

Your advice re: copying  renaming GENERIC is well taken - that is, in fact,
exactly what we did. Further, as advised in the manual, we moved it from
/usr/src to a different directory and created a sym link to avoid
inadvertently overwriting it. We did not rename the ident line, but it seems
unlikely that that oversight would prevent the kernel from making.

Were any of the errors described familiar?


- Original Message - 
From: Norberto Meijome [EMAIL PROTECTED]

To: Worth Bishop [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Wednesday, June 13, 2007 12:52 PM
Subject: Re: FreeBSD 6.2 Repeating Crash - Sleeping thread; Fatal trap 12:
page fault; warning: 'T2' might be used uninitialized



On Tue, 12 Jun 2007 11:38:19 -0400
Worth Bishop [EMAIL PROTECTED] wrote:


Addendum: For what it's worth, the 250Gb Samsung drive was added when the
system was upgraded - it's only 3-4 months old.


Worth,
that doesnt mean much - drives can (and do) fail anyway. I suggest you run
smartctl ( sysutils/smartmontools ) to run tests on your drive and ensure
you
don't have any actual problems with it

btw, you don't mention from what version you had upgraded to 6.1. Did you
do a
full world upgrade as well as kernel?


from your previous email, you ended up having some kernel build problems.
1) it is good practise to rename your kernel file (and ident line inside
it)
from GENERIC once you've modified it. It makes it obvious to see whether
you
are truly running the same GENERIC as everyone else.

2) make sure you have the latest and proper code for your line of src you
need
(eg, -STABLE , or RELEASE-p5 ,etc). You should use cvsup for this. If you
need
them, the default config files are in /usr/share/examples/cvsup/ .

B
_
{Beto|Norberto|Numard} Meijome

Never offend people with style when you can offend them with substance.
 Sam Brown

I speak for myself, not my employer. Contents may be hot. Slippery when
wet.
Reading disclaimers makes you go blind. Writing them is worse. You have
been
Warned.



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


Re: iteam - Linux project, to freeBSD team.

2007-07-06 Thread Chad Perrin
On Fri, Jul 06, 2007 at 04:24:11PM +0100, Tom Evans wrote:
 On Fri, 2007-07-06 at 14:03 +0100, Jorge Rosa - (BIGARTE) wrote:
  Hello all there.
  
  We are developing a open-source game called iteam.
  It will be an worms/wormux/gunbound game like, with new ideas, etc.
  
  We wanna make it like a tribute to ALL (major) linux distros, includindg
  yours, of course, ;) and to Linux world specifically.
 
 When asking for assistance/coders from FreeBSD world, probably best to
 not refer to FreeBSD as a 'linux distro' ;)

Indeed.  FreeBSD (and basically anything else with BSD in the name) is
not a Linux distribution -- it is a completely separate codebase.
Something is only a Linux distribution if it's an operating system
assembled from a Linux kernel and a collection of other software.
FreeBSD (like the other major *BSD OSes) is developed as a coherent
whole, with its own kernel.


 
  
  So to be more ralistic/oficial, we need your opinion about the character
  that is similar to your symbol (logotipe).
  
  Will be great if we could also count with your code skills, etc.
  We are using C++, SDL, etc.
  
  Please, see images and our main links here: (there is also our IRC channel)
  http://www.via2b.com/iteam/produtos.asp?highlight=Downloads_and_Linksid=509
 
 Looks good though :)

It does look like it could be a fair bit of fun.

-- 
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Brian K. Reid: In computer science, we stand on each other's feet.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: buildworld inquiry-Failing

2007-07-06 Thread Kevin Kinsey

Jean-Paul Natola wrote:


Ok  this has run  2 times with the same result-  is this a sign  that my
box is doomed for disaster- sysinstall upgrade failed - the CD upgrade
failed - and now CVS upgrade is failing-

Is there anywhere that would tell me WHY its failing?

arsing supfile standard-supfile
Connecting to cvsup7.FreeBSD.org
Connected to cvsup7.FreeBSD.org
Server software version: SNAP_16_1g
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
Cleaning up ...
Inactivity timeout
Will retry at 12:06:25
Retrying
Connecting to cvsup7.FreeBSD.org
Connected to cvsup7.FreeBSD.org
Server software version: SNAP_16_1g
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
Cleaning up ...
Inactivity timeout
Will retry at 13:05:15


This seems to indicate network problems.  Out of
curiosity, what command did you issue that gave the
above output?

--
I used to have a drinking problem.
Now I love the stuff.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: fetch hangs during Make, portupgrade -a, or portmanager -u..

2007-07-06 Thread Dinesh Pandian

Sorry about that.

Okay. will try downloading something large with fetch
with increased verbosity switch. Thanks guys!

On 7/6/07, Lowell Gilbert [EMAIL PROTECTED] wrote:


Please don't top-post.

Dinesh Pandian [EMAIL PROTECTED] writes:

 On 7/5/07, Lowell Gilbert [EMAIL PROTECTED]
wrote:

 Dinesh Pandian [EMAIL PROTECTED] writes:

  Please help me out with a really annoying little problem that bugs me
  everytime I try to install applications from ports.
 
  When I try to run portupgrade -a  or  portmanager -u,
  when Make fetches the files from the servers, fetch
  normally hangs randomly sometime through the downloading
  of the distfile. The only solution I've thought about is aborting
  the upgrade procedure and issuing the same command again,
  hoping that fetch resumes where it left off.
 
  In bigger files,  5MB, I'd have to repeat this process several
  times to download a single distfile.
 
  I've tried setting the FTP_PASSIVE_MODE env ON and OFF
  to no avail.
 
  I can't seem to find a problem with the internet connection
  as httpd and ftpd works perfectly fine!

 Is there a firewall in the way?  NAT?

 Have you tried using fetch(1) from the command line, with increased
 verbosity level?


 No firewall/NAT along the path. It's a direct connection.
 I'm pretty new to freebsd so I'm guessing that I did
 something wrong with network config or something. :)

 -- Dinesh

Possibly, but that would tend to make the transfer not start at all.
Try to get more information from the download process, either by
increasing the verbosity of the fetch(1) program, by comparing to
other FTP download methods, by tracing the traffic, or better yet all
of the above.





--
Regards,
Dinesh Pandian,
SOLARA Networks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: OT: Re: The worst error message in history belongs to... BIND9!

2007-07-06 Thread John Murphy
Alex Zbyslaw wrote:

 Jerry McAllister wrote:
 
 On Thu, Jul 05, 2007 at 04:46:52PM +0100, John Murphy wrote:
 
   
 
 Wasn't there, once upon a time, an error message in FreeBSD which
 reported 'This doesn't look like Kansas, Toto'?
 
 
 
 I remember seeing that error message somewhere, but do not remember
 where or if it was in FreeBSD.
   
 
 It's a fortune.  Whether it has also ever been an error message I cannot 
 say, but not in 5.4 unless it's well hidden.
 
 Gee, Toto, I don't think we are in Kansas anymore.
 
 find /usr/src -type f -print0 | xargs -0 egrep -l Kansas

Seems it was replaced in 2000 with unable to return to working directory.

http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/pkg_install/delete/perform.c.diff?r1=1.20;r2=1.21

-- 
John.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


one server with two ip address

2007-07-06 Thread Ray
Hello all,
I have a production server with two network interfaces.  The primary interface 
is up and running. (DHCP from the local Telco) The second interface is 
installed, but not yet active. It will run on a local network only. Can I do 
something as simple as 
ifconfig  nfe1 192.168.0.100
to give myself access to the internal network? As this is a production server, 
I don't want to just play with it too much.  
Thanks,
Ray

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


mbr on second drive.

2007-07-06 Thread Scott Bennett
 On Fri, 6 Jul 2007 07:56:05 -0400 Grant Peel [EMAIL PROTECTED]

I recently used sysinstall to partition and label a new scsi drive.

/dev/da0s1

b (swap)
d/
e/usr
f/var
g/home


I then 'restored' 4 filesystems to it:

/
/usr
/var
/home

Somehow, the disk is not bootable. I get a 'BTX HAlted when I try to boot it.

 You probably missed a flag somewhere to tell sysinstall that a boot file
should be written.  (Why d?  / usually appears in a.)

IS there a way to check the mbr nad fix it if necessary?

 You have already checked it by attempting to boot from it, right?
 Here's what to do to fix it.  As root:

# bsdlabel -B da0s1
#

Currently, I have a boot drive as the primary, and the one mentioned above as 
a second drive on the machine. The first drive is a ATA and the second 
(broken) is a SCSI.



  Scott Bennett, Comm. ASMELG, CFIAG
**
* Internet:   bennett at cs.niu.edu  *
**
* A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army.   *
*-- Gov. John Hancock, New York Journal, 28 January 1790 *
**
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: one server with two ip address

2007-07-06 Thread Daniel A. A.

Ray wrote:

Hello all,
I have a production server with two network interfaces.  The primary interface 
is up and running. (DHCP from the local Telco) The second interface is 
installed, but not yet active. It will run on a local network only. Can I do 
something as simple as 
ifconfig  nfe1 192.168.0.100
to give myself access to the internal network? As this is a production server, 
I don't want to just play with it too much.  
Thanks,

Ray

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

  

You'd have to
ifconfig nfe1 192.168.0.100 netmask ###.###.###.###
But don't worry - If you mistype, or make some other error (Like 
forgetting to specify the gateway for the connection), nothing happens. 
You'll just get an error printed to stdout and the netif will remain 
untouched.

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


Re: OT: Re: The worst error message in history belongs to... BIND9!

2007-07-06 Thread Daniel A. A.

[EMAIL PROTECTED] wrote:

Favourite worst written error message in history:

Keyboard not found. Press F1 to continue. 
  

I have always loved this one!! Who made that up!?



Someone at IBM.  That's what the original IBM PC, PC-AT, and
(presumably) PC-XT displayed if the keyboard was dead or not
plugged in.

It was probably a case of modular code:  any problem in POST would
display a message and return a fail status, and the generic code
would append Press F1 to continue. and wait.  Not a bad idea at
all -- certainly better than blindly trying to boot the machine
without giving the operator a chance to decide what to do about
the problem -- but this particular combination does have a chicken-
egg aspect :(
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

  

This still happened on my fairly recent ASUS p4s8x  Pentium 4 motherboard.
I think you could make almost any motherboard yield that error, even 
these days.

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


Safely mount OS X UFS filesystem?

2007-07-06 Thread Thor Lancelot Simon
Can I, on a system running FreeBSD 6.2 or -current, safely mount a
UFS filesystem created (and used) on Mac OS 10.4.10?  These filesystems
are UFS1 (at fslevel 3) with big-endian datastructures in the metadata,
4k blocks and 1k fragments, and a few minor oddities in their layout;
they are pretty much exactly the UFS NeXT used on their workstations.

If so, Will such a filesystem be safe to mount under OS X after I use it
on FreeBSD?

I seem to be able to mount these under NetBSD though the snapshot code
complains that inodes 64 and 16384 are not dedicated to snapshots.

-- 
  Thor Lancelot Simon  [EMAIL PROTECTED]

  The inconsistency is startling, though admittedly, if consistency is to
   be abandoned or transcended, there is no problem. - Noam Chomsky
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Safely mount OS X UFS filesystem?

2007-07-06 Thread nawcom
i usually use the ufstype=openstep for darwin ufs filesystems, they seem 
to work just fine.

-Ben

Thor Lancelot Simon wrote:

Can I, on a system running FreeBSD 6.2 or -current, safely mount a
UFS filesystem created (and used) on Mac OS 10.4.10?  These filesystems
are UFS1 (at fslevel 3) with big-endian datastructures in the metadata,
4k blocks and 1k fragments, and a few minor oddities in their layout;
they are pretty much exactly the UFS NeXT used on their workstations.

If so, Will such a filesystem be safe to mount under OS X after I use it
on FreeBSD?

I seem to be able to mount these under NetBSD though the snapshot code
complains that inodes 64 and 16384 are not dedicated to snapshots.

  


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


Re: Safely mount OS X UFS filesystem?

2007-07-06 Thread Thor Lancelot Simon
On Fri, Jul 06, 2007 at 11:00:21PM -0400, nawcom wrote:

 i usually use the ufstype=openstep for darwin ufs filesystems, they seem 
 to work just fine.

That's a Linux mount option, isn't it?  I was asking about FreeBSD.

Thor
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]