Re: bktr driver

2001-04-27 Thread Jonathan Belson

David W.Chapman Jr. wrote:
 
 Whoever maintains this driver...
 
 bktr0: BrookTree 878 mem 0xdddfc000-0xdddfcfff irq 10 at device 13.0 on pci0
 bktr0: Warning - card vendor 0x1002 (model 0x0001) unknown.
 bktr0: Detected a MSP3430G-A4 at 0x80
 bktr0: Pinnacle/Miro TV, Temic NTSC tuner, msp3400c stereo.
 
 I have an Ati TV Wonder

Does the TV function work properly?


--
C-YA
Jon

http://www.witchspace.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Question to the /dev/tun device

2001-04-27 Thread Racz, Peter

Hi all,

I'm need some advice about the /dev/tun* device.
We are trying to use the /dev/tun0 device to send and
receive IPv4 packets. We are able to read the packets
from the device, that are forwarded to it. But if
we write an IP packet to the device, it doesn't appear
on the network. We don't know exactly what the tun0
device do with the packet.
Has somebody any idea why it doesn't work or any
advice for the configuration of the device?
What do the two IP addresses of the device exactly mean
if it is configured to point-to-point?

Thanks in advance.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: Illegal Instruction in libm - Problem solved....

2001-04-27 Thread Gregory Bond

 There is an interesting difference in malloc.  It defines the symbol 
 free and if you use that symbol in your program then it tends to 
 write over some part of your program.  By changing the symbol in my 
 program (an int) to a different name, the problem goes away and it 
 works properly.  I believe this behavior is new because it didn't 
 have this problem in FreeBSD 4.2-RELEASE.

Free() has been part of the malloc() package for as long as the C language has 
existed (more or less).  Redefining standard library names in your code is and 
always has been a bug.  The difference might be that under 4.2 the bug has 
repeatable consequences due to different code layout in the library or 
whatever.



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: bktr driver

2001-04-27 Thread Lucas Nussbaum

On Thu, Apr 26, 2001 at 07:12:40PM -0500, David W . Chapman Jr . 
[EMAIL PROTECTED] wrote:
  why don't you go back to your windows ?
 
  -Original Message-

The --- Original Message is the typical (wrong) way of answering of MS
Outlook. Strange message coming from a windows user =)

  Whoever maintains this driver...
 
  bktr0: BrookTree 878 mem 0xdddfc000-0xdddfcfff irq 10 at device 13.0 on
  pci0 bktr0: Warning - card vendor 0x1002 (model 0x0001) unknown.
  bktr0: Detected a MSP3430G-A4 at 0x80
  bktr0: Pinnacle/Miro TV, Temic NTSC tuner, msp3400c stereo.
 
  I have an Ati TV Wonder

 Because I like my freebsd better.  The card works, just providing details 
 about it so its not unknown

I have exactly the same card here, and it works perfectly with bktr driver and
fxtv. You need to try different settings using sysctl (I remember something
like 1 for the card and 6 for the tuner, but I'll have to look at my config at
home to make sure).

I mailed the driver maintainer with everything he needs to include the card in
the driver, but he didn't answer.

Don't forget to configure fxtv too, to get the proper range of channels.
If you don't manage to get it working, tell me, i'll provide further help =)

Lucas Nussbaum

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



secure-supfile ?

2001-04-27 Thread Vincent D Murphy

--START
# cd /usr/src
# make update
[.. snip stable-supfile stuff ..]
 Edit src/usr.sbin/zic/zic/Makefile
  Add delta 1.5.2.1 2001.04.25.12.11.16 ru
Shutting down connection to server
Finished successfully
Parsing supfile /usr/share/examples/cvsup/secure-supfile
Cannot open /usr/share/examples/cvsup/secure-supfile: No such file or directory
*** Error code 1

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

Stop in /usr/src.
# ls -l /usr/src/Makefile
-rw-r--r--  1 root  wheel  7486 Apr 27 12:13 /usr/src/Makefile
#
--END

anybody have a clue what's going on here?  am i using a dodgy Makefile?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: secure-supfile ?

2001-04-27 Thread Rasputin

* Vincent D Murphy [EMAIL PROTECTED] [010427 12:31]:

 Parsing supfile /usr/share/examples/cvsup/secure-supfile
 Cannot open /usr/share/examples/cvsup/secure-supfile: No such file or directory

 anybody have a clue what's going on here?  am i using a dodgy Makefile?

Does this file exist?
It's a bit odd that it reads it twice.
cvsup -g -L 2 /path/to/supfile will work.
-- 
There is no reason for any individual to have a computer in their
home.
-- Ken Olson, President of DEC, World Future Society
   Convention, 1977
Rasputin :: Jack of All Trades - Master of Nuns ::

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: secure-supfile ?

2001-04-27 Thread Ruslan Ermilov

On Fri, Apr 27, 2001 at 12:28:34PM +0100, Vincent D Murphy wrote:
 --START
 # cd /usr/src
 # make update
 [.. snip stable-supfile stuff ..]
  Edit src/usr.sbin/zic/zic/Makefile
   Add delta 1.5.2.1 2001.04.25.12.11.16 ru
 Shutting down connection to server
 Finished successfully
 Parsing supfile /usr/share/examples/cvsup/secure-supfile
 Cannot open /usr/share/examples/cvsup/secure-supfile: No such file or directory
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 # ls -l /usr/src/Makefile
 -rw-r--r--  1 root  wheel  7486 Apr 27 12:13 /usr/src/Makefile
 #
 --END
 
 anybody have a clue what's going on here?  am i using a dodgy Makefile?
 
Uhh, secure-supfile is gone over almost a year ago.

Remove the SUPFILE1= line from your /etc/make.conf.

I will fix src/etc/defaults/make.conf.


Cheers,
-- 
Ruslan Ermilov  Oracle Developer/DBA,
[EMAIL PROTECTED]   Sunbay Software AG,
[EMAIL PROTECTED]  FreeBSD committer,
+380.652.512.251Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: telnet problem.

2001-04-27 Thread Paul T. Root

Vivek Khera [EMAIL PROTECTED] said:
 The following message is a courtesy copy of an article
 that has been posted to ml.freebsd.stable as well.
 
  PR == Paul Root [EMAIL PROTECTED] writes:
 
 PR   This happens for both on and off network routers. Connection to
 PR the FreeBSD machine is through a Firewall-1 4.1 machine (sun). 
 
 There was some discussion about firewalls losing state too early and
 dropping/locking some connections.  Your culprit is most likely the
 Firewall-1 machine.


Well, it would be nice to blame FW-1 on this, but I can't. 
I can open 2 windows from my Sun thru the firewall to the
FreeBSD machine. With the first one, I do my normal things,
working on the machine, with the second I telnet out. 

The first one never dies. I can have one window open all
week long. The second one dies after an hour of idle time.

The same thing will happen if I telnet (TeraTerm) from my
Win2000 machine to the FreeBSD machine, that are on the
same network. 

The same thing will happen if I telnet to the Win2000
machine. 

The only constant in all my synario's is the telnet client
program on FreeBSD. 




-- 
This looks like a job for legal tender! - The Tick

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: bktr driver

2001-04-27 Thread David W . Chapman Jr .

As I said the card works perfectly except audio, I was just identifying the 
card since it shows up unknown.

   bktr0: BrookTree 878 mem 0xdddfc000-0xdddfcfff irq 10 at device 13.0
   on pci0 bktr0: Warning - card vendor 0x1002 (model 0x0001) unknown.
   bktr0: Detected a MSP3430G-A4 at 0x80
   bktr0: Pinnacle/Miro TV, Temic NTSC tuner, msp3400c stereo.
  
   I have an Ati TV Wonder
 
  Because I like my freebsd better.  The card works, just providing details
  about it so its not unknown

 I have exactly the same card here, and it works perfectly with bktr driver
 and fxtv. You need to try different settings using sysctl (I remember
 something like 1 for the card and 6 for the tuner, but I'll have to look at
 my config at home to make sure).

 I mailed the driver maintainer with everything he needs to include the card
 in the driver, but he didn't answer.

 Don't forget to configure fxtv too, to get the proper range of channels.
 If you don't manage to get it working, tell me, i'll provide further help
 =)

 Lucas Nussbaum

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-stable in the body of the message

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: bktr driver

2001-04-27 Thread David W . Chapman Jr .

Yes, the audio however does not.  I can't mute or change the volume on the 
card.  I have to unload the bktr0 and then load it again to turn off the 
volume.

On Friday 27 April 2001 03:25, Jonathan Belson wrote:
 David W.Chapman Jr. wrote:
  Whoever maintains this driver...
 
  bktr0: BrookTree 878 mem 0xdddfc000-0xdddfcfff irq 10 at device 13.0 on
  pci0 bktr0: Warning - card vendor 0x1002 (model 0x0001) unknown.
  bktr0: Detected a MSP3430G-A4 at 0x80
  bktr0: Pinnacle/Miro TV, Temic NTSC tuner, msp3400c stereo.
 
  I have an Ati TV Wonder

 Does the TV function work properly?


 --
 C-YA
 Jon

 http://www.witchspace.com

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: secure-supfile ?

2001-04-27 Thread Vincent D Murphy

= Ruslan Ermilov [EMAIL PROTECTED] [20010427 1254]:
 Uhh, secure-supfile is gone over almost a year ago.
 
 Remove the SUPFILE1= line from your /etc/make.conf.
 
 I will fix src/etc/defaults/make.conf.

just to confirm: i did

cp /etc/defaults/make.conf /etc/make.conf

a while back.  i can't remember why, but i think there is no file there
by default and i needed one for some reason.

thank you (and everybody else) for your help.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: bktr driver

2001-04-27 Thread Jonathan Belson

Hiya


 Yes, the audio however does not.  I can't mute or change the volume on the
 card.  I have to unload the bktr0 and then load it again to turn off the
 volume.

AIUI each type of card requires different multiplexer settings to select
between inputs (tuner, mic etc).  It sounds like the default settings it
uses
are incorrect for your card, hence your mute isn't muting.


--
C-YA
Jon

http://www.witchspace.com



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: make release broken in 4.3-RELEASE

2001-04-27 Thread Mailing List Owner


Thank You
It was the release tag, I didn't set it at all.
The comment lead me to believe I only needed to set it for stable releases.
# If this is a -stable snapshot, then set

Thanks Again

Roland Hall
[EMAIL PROTECTED]


On Wed, Apr 25, 2001 at 02:08:35PM -0400, jack wrote:
 Today Mailing List Owner wrote:
 
  Has anyone else seen this?
 
 Yes, when I screwed up.  :)
 
  Skipping directory `ufs/mfs'
  Skipping directory `ufs/ufs'
  + touch /tmp/.world_done
  + cd /usr/src/release/sysinstall
  cd: can't cd to /usr/src/release/sysinstall
 
 It's looking for ${CHROOTDIR}/usr/src/release/sysinstall
 Check your RELEASETAG it sounds like you're checking out
 -current, where sysinstall has been moved to usr.bin or sbin
 
 --
 Jack O'NeillSystems Administrator / Systems Analyst
 [EMAIL PROTECTED] Crystal Wind Communications, Inc.
   Finger [EMAIL PROTECTED] for my PGP key.
PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67   FD 09 E9 3C 5F CC EB CD
enriched, vcard, HTML messages  /dev/null
 --
 A Microsoft Certified Systems Engineer is to computing what
 a McDonalds Certified Food Specialist is to fine cuisine.
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message



Re: secure-supfile ?

2001-04-27 Thread Kevin Oberman

 Date: Fri, 27 Apr 2001 13:12:50 +0100
 From: Vincent D Murphy [EMAIL PROTECTED]
 Sender: [EMAIL PROTECTED]
 
 = Ruslan Ermilov [EMAIL PROTECTED] [20010427 1254]:
  Uhh, secure-supfile is gone over almost a year ago.
  
  Remove the SUPFILE1= line from your /etc/make.conf.
  
  I will fix src/etc/defaults/make.conf.
 
 just to confirm: i did
 
 cp /etc/defaults/make.conf /etc/make.conf
 
 a while back.  i can't remember why, but i think there is no file there
 by default and i needed one for some reason.

This is normal. The idea is NOT to copy the /etc/defaults files to
/etc. The idea is to place specific changes from defaults into a file
in /etc. 

The /etc/defaults files contain the normal defaults for a great many
things and should not be modified. That way, should OS changes require
it, defaults can be changed easily (POLA).

Rules for files in /etc/defaults:
1. Don't ever modify these files!
2. Don't ever copy them into /etc
3. Should defaults need to be changed, create or edit the /etc file of
   the same name to contain just the items requiring non-default
   behavior.

If you do this, the odds of things failing after a system software
upgrade are substantially reduced.

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]  Phone: +1 510 486-8634

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-stable in the body of the message