warning: file /usr/local/include/patchlevel.h breaks p5-DBD-pg build

2002-04-15 Thread Fritz Heinrichmeyer

Subject says all, i found the warning with google,

it stole 2 hours of my life ..

-- 
Fritz Heinrichmeyer mailto:[EMAIL PROTECTED]
FernUniversitaet Hagen, LG ES, 58084 Hagen (Germany)
tel:+49 2331/987-1166 fax:987-355 http://www-es.fernuni-hagen.de/~jfh

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



Re: ntp problems; am i the only one?

2002-04-15 Thread Pete French

 This might be a firewall-issue of the university, but then, even
 ntpdate -v box-next-to-me gives the sames behaviour.

Try giving the '-u' argument to ntpdate... I needed that to get through
a firewall when I used ntpdate to set the clock on my boxes.

 I would be glad to know if there is another european FreeBSD sysadmin
 who can tell me if he is capable or not to use ntp.

For what its worth I am using ntp quite happily in three completely
separate locations; and two of those are runnign a -STABLE from
last week. The NTP servers are all in the UK:

server 195.66.241.2   # ntp.linx.net
server 195.66.241.3   # ntp.linx.net
server 158.43.128.33# ntp0.pipex.net
server 158.43.128.66# ntp1.pipex.net
server 158.43.192.66# ntp2.pipex.net
server 194.72.6.51  # ntp0.bt.net
server 194.74.77.190# ntp1.bt.net
server 194.72.6.60  # ntp2.bt.net

-pcf.

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



What do I add to rc.conf to get a particular IPv6 address...

2002-04-15 Thread Robert


I'm trying to set up rc.conf, so that a particular ipv6 set up to get this.
inet6 2002:cb01:6005:2::1 

instead of this

inet6 2002:cb01:6005::1

thanks
Robert 


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



killing sendmail on boot

2002-04-15 Thread Rasputin


Right, what do I need to specify in rc.conf to
stop sendmail completely?

I have:

sendmail_enable=NONE  # Run the sendmail inbound daemon (YES/NO).
#sendmail_outbound_enable=NO  # Dequeue stuck mail (YES/NO).
#sendmail_msp_queue_enable=NO # Dequeue stuck clientmqueue mail (YES/NO).
#sendmail_submit_enable=NO# Start a localhost-only MTA for mail submission

Do I need to uncomment anything else? This is a buttload of noise for
a service I don't have installed (not that I want to resurrect *that* thread).

-- 
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: port forward only account?

2002-04-15 Thread Rasputin

* Dmitry Morozovsky [EMAIL PROTECTED] [020414 18:41]:
 On Fri, 12 Apr 2002, Rasputin wrote:
 
 R ssh port forward to localhost on his box from certain IPs, but
 R not to have a shell.

 R What's a suitable shell? It should be able to hold a session open,
 R but not do anything else.

 /bin/cat ? ;-)
 
 R First thought is something like:
 R fwder:*:1002:1002:SSH port forwarder:/home/fwder:/usr/games/worms

 nice idea ;-))) BTW, it *will* close the session after work eat himself
 ot wall ;-)

No that's worm(6) - I meant worms(6).
I've gone for that,since the squiggly lines help remind people they're 
using the box, and look perty.

Hardcoded the delay to a sutiably large value (to lower CPU use), and 
installed it to /bin/wormsh :)

Thanks for the tips.

-- 
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: What do I add to rc.conf to get a particular IPv6 address...

2002-04-15 Thread Keiichi SHIMA / 島慶一

From: Robert [EMAIL PROTECTED]

 I'm trying to set up rc.conf, so that a particular ipv6 set up to get this.
 inet6 2002:cb01:6005:2::1 
 
 instead of this
 
 inet6 2002:cb01:6005::1

You can set a static ipv6 address to a specific interface using:

ipv6_ifconfig_IFNAME_aliasX=2002:cb01:6005:2::1

where, IFNAME is the interface name you want to set up (ex. xl0, fxp0,
rl0, ...) and X is a sequence number of alias definitions.

If you want to set SLA for the stf interface, use following:

stf_interface_ipv6_slaid=

where  is the SLA ID you want to set.

---
Keiichi SHIMA
IIJ Research Laboratory [EMAIL PROTECTED]
KAME Project [EMAIL PROTECTED]

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



Re: killing sendmail on boot

2002-04-15 Thread Erik Trulsson

On Mon, Apr 15, 2002 at 11:48:59AM +0100, Rasputin wrote:
 
 Right, what do I need to specify in rc.conf to
 stop sendmail completely?
 
 I have:
 
 sendmail_enable=NONE# Run the sendmail inbound daemon (YES/NO).

This line should be all you need (assuming you are running a recent
-CURRENT or -STABLE.)


 #sendmail_outbound_enable=NO# Dequeue stuck mail (YES/NO).
 #sendmail_msp_queue_enable=NO   # Dequeue stuck clientmqueue mail (YES/NO).
 #sendmail_submit_enable=NO  # Start a localhost-only MTA for mail submission
 
 Do I need to uncomment anything else? This is a buttload of noise for
 a service I don't have installed (not that I want to resurrect *that* thread).




-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]

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



Re: What does this message mean - or how do I do this?

2002-04-15 Thread Keiichi SHIMA / 島慶一

From: Robert [EMAIL PROTECTED]

 I havea message just popped up when starting IPv6,  on  (FreeBSD 4.5-STABLE
 #36)
 
 /kernel: prefix ioctls are now invalidated, please use ifconfig.

It seems that FreeBSD 4.5-STABLE doesn't use prefix command in its
pre-installed scripts.  Also, the partial code you have quoted in the
previous mail apparently doesn't use prefix command.  I think the
message above is generated from some other part.  What is the original
program of the following quoted code ?


 The code that generated
 it..
 .
 # start:
 if ( $ARGV[0] eq start ) {
 run(ifconfig stf0 inet6 $localadr6:$hostbits6 prefixlen
 $v6_prefixlen alias);
 run(route add -inet6 default $remoteadr6);
 if ($in_if ne ) {
 run(ifconfig $in_if inet6 $prefix:$v6_innernet:$hostbits6);
 }
 }
 
 .
 
 It looks to me like it actually is using ifconfig ??? but obviously I'm
 missing something.

---
Keiichi SHIMA
IIJ Research Laboratory [EMAIL PROTECTED]
KAME Project [EMAIL PROTECTED]

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



Re: killing sendmail on boot

2002-04-15 Thread Erik Trulsson

On Mon, Apr 15, 2002 at 12:53:20PM +0200, Kai Voigt wrote:
 Rasputin wrote:
  
  Right, what do I need to specify in rc.conf to
  stop sendmail completely?
  
  I have:
  
  sendmail_enable=NONE  # Run the sendmail inbound daemon (YES/NO).
  #sendmail_outbound_enable=NO  # Dequeue stuck mail (YES/NO).
  #sendmail_msp_queue_enable=NO # Dequeue stuck clientmqueue mail (YES/NO).
  #sendmail_submit_enable=NO# Start a localhost-only MTA for mail 
submission
  
  Do I need to uncomment anything else? This is a buttload of noise for
  a service I don't have installed (not that I want to resurrect *that* thread).
 
 Take a look into /etc/rc
 
 case ${sendmail_enable} in
 [Yy][Ee][Ss])
   echo -n ' sendmail'
   /usr/sbin/sendmail ${sendmail_flags}
   ;;
 *)
   case ${sendmail_outbound_enable} in
   [Yy][Ee][Ss])
 echo -n ' sendmail'
 /usr/sbin/sendmail ${sendmail_outbound_flags}
 ;;
   esac 
   ;;
 esac
 
 So, set both sendmail_enable and sendmail_outbound_enable to NO to
 completely disable any call to sendmail.

Except that this has been changed since you updated your source last.
Please cvsup and look again.

sendmail_enable=NONE
will completely stop sendmail from starting in the latest -STABLE.


-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]

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



Re: Status, USB/Olympus E-10

2002-04-15 Thread Rasputin

* Nick Hibma [EMAIL PROTECTED] [020415 08:48]:

 Running with a debug kernel should be no problem and not much slower
 than running with a production kernel.

I thought the '-g' flag created two kernels, 
kernel and kernel.debug.

I've always found I can run with kernel, then just pass kernel.debug to 
'gdb -k' after a panic/reboot (see below).

 The only problem is that the
 machine no longer can be used in unattended mode as it drops into the
 debugger on panic.

options DDB_UNATTENDED  # reboot after panics

is fine for me (so long as savecore is enabled and you have enough swap).

Mr Lucas (he of blackhelicopter fame) did a good howto at:

http://www.onlamp.com/lpt/a//bsd/2002/04/04/Big_Scary_Daemons.html

(that's part 2 - part 1 is linked from there)

(Not for Nicks benefit, I just thought it explained stuff well in case anyone
else on the list in unsure how to do this).

-- 
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: Status, USB/Olympus E-10

2002-04-15 Thread Nick Hibma



  Running with a debug kernel should be no problem and not much slower
  than running with a production kernel.

 I thought the '-g' flag created two kernels,
 kernel and kernel.debug.

 I've always found I can run with kernel, then just pass kernel.debug to
 'gdb -k' after a panic/reboot (see below).

That requires you to set up a dumpdev as well as compiling a debugging
kernel. But, yes, kernel.debug corresponds to /boot/kernel/kernel.

As a side note: If you get the panic PC you can do a

gdb -k /sys/i386/KERNELNAME/kernel.debug
dis 0xADDRESS

and get the disassembly and program listing of the address where things
went wrong.


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



subscribe

2002-04-15 Thread root

subscribe

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



subscribe

2002-04-15 Thread YoPizza

subscribe


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