-stable on Compaq DL380G3's ?

2002-12-04 Thread Andrew Tulloch
Has anyone used these with FreeBSD 4.7? More specifically are there any
known problems with the gigabit ethernet NIC's, which appear to use the
bge (from a DL360G2) driver and the RAID controller (Smart RAID 5302)
which (I hope) uses the ciss driver.

Thanks in advance,
Andrew


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



Re: Should IPFilter be pulled from FreeBSD as well

2001-05-30 Thread Andrew Tulloch


If you take a look at the cvs commit logs e.g.
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet/ip_fil.h

you'll notice its Darren himself who does virtually all the commits on the
ipf code in the FreeBSD tree, I'm going to assume he gave himself
permisson :)

Andrew

On Wed, 30 May 2001, David W. Chapman Jr. wrote:

 Someone on irc mentioned that something like ipf that cannot be modified
 should go into the ports.  Not my personal belief, but I thought I would
 relay it anyhow.
 
 - Original Message -
 From: Thomas T. Veldhouse [EMAIL PROTECTED]
 To: Valeriy E. Ushakov [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Wednesday, May 30, 2001 9:44 AM
 Subject: Re: Should IPFilter be pulled from FreeBSD as well
 
 
  Nothing in that article has convinced me that FreeBSD developers can
 change
  the source at their will and distribute it -- according to the IPFilter
  licence.  That right should be implicit in ALL FreeBSD system level source
  code.
 
 
 
 
 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



Stopped receiving freebsd-stable mail...

2001-03-30 Thread Andrew Tulloch

Not sure if this is really a mail for this list, but a few days ago I
suddenly stopped receiving mail from this mailing list after being on it
several months. I resubscribed yesterday, then received 8 messages ending
with a mail from Valentin Nechayev of subject "Re: Threads vs. blocking
sockets", now nothing again. A quick check on the archives at
www.freebsd.org told me that there were certainly more messages, but I seem
to have stopped recieving them for no particular reason, and I just stumped
as to why! Any help greatly appreciated. Please CC me into any replys, well
you can guess why :)


Thanks
Andrew


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



Re: /usr/ports/apache13 sig11

2001-03-20 Thread Andrew Tulloch


One ServerName directive later and it works :)

Thanks! 

Andrew

On Tue, 20 Mar 2001, Hroi Sigurdsson wrote:

 CC'ed to [EMAIL PROTECTED] More below.
 
 On Tue, Mar 20, 2001 at 03:53:08PM +, Andrew Tulloch wrote:
 
  I built apache from the ports updated this morning using cvsup and for
  some reason everytime I run `apachectl start` httpd Sig 11 core dumps. The
  machine itself seems to be fine apart from this having postfix/cyrus-imapd
  running fine for a few days since I built the machine. Its also hosted a
  couple of buildworlds so I don't think the ram is at fault, although I
  also tried swapping it out to be sure.
  
  a quick gdb /usr/local/sbin/httpd httpd.core and bt gave
  (gdb) bt
  #0  0x8064287 in ap_get_local_host ()
  #1  0x80616c0 in ap_fini_vhost_config ()
  #2  0x80539a3 in ap_read_config ()
  #3  0x805b408 in main ()
  #4  0x804ea11 in _start ()
  
  and seems to be the same for every dump.
  dmesg below..
  
  Any help would be greatly appreciated! :)
 
 This is most likely not a bug in FreeBSD. I've seen the exact same thing on
 Linux, Apache 1.3.19:
 
 This GDB was configured as "i686-pc-linux-gnu"...
 (gdb) run -X
 Starting program: /usr/pkg/apache/bin/httpd -X
 
 Program received signal SIGSEGV, Segmentation fault.
 0x808d263 in ap_get_local_host (a=0x80de99c) at util.c:2051
 2051  util.c: No such file or directory.
 (gdb) where
 #0  0x808d263 in ap_get_local_host (a=0x80de99c) at util.c:2051
 #1  0x808920d in ap_fini_vhost_config (p=0x80de99c, main_s=0x80de9c4)
 at http_vhost.c:548
 #2  0x8075dd9 in ap_read_config (p=0x80de99c, ptemp=0x80e29bc, 
 confname=0x80cf5c0 "conf/httpd.conf") at http_config.c:1595
 #3  0x80804ec in main (argc=2, argv=0xbdb4) at http_main.c:4986
 (gdb) print str
 $1 = 
"slave0-1\000-\001@ìøÿ¿H*\001@\000\000\000@Ìøÿ¿Èøÿ¿à-\001@Äøÿ¿\002\000\000\000à-\001@H*\001@È0\001@(\b\000@\016\024\000"
 (gdb) print sizeof(str)
 $2 = 64
 (gdb) disassemble 
 Dump of assembler code for function ap_get_local_host:
 0x808d1b4 ap_get_local_host:push   %ebp
 0x808d1b5 ap_get_local_host+1:  mov%esp,%ebp
 0x808d1b7 ap_get_local_host+3:  sub$0x58,%esp
 0x808d1ba ap_get_local_host+6:  movl   $0x0,0xffbc(%ebp)
 0x808d1c1 ap_get_local_host+13: add$0xfff8,%esp
 0x808d1c4 ap_get_local_host+16: push   $0x3f
 0x808d1c6 ap_get_local_host+18: lea0xffc0(%ebp),%eax
 0x808d1c9 ap_get_local_host+21: push   %eax
 0x808d1ca ap_get_local_host+22: call   0x804f678 gethostname
 0x808d1cf ap_get_local_host+27: add$0x10,%esp
 0x808d1d2 ap_get_local_host+30: mov%eax,%eax
 0x808d1d4 ap_get_local_host+32: test   %eax,%eax
 0x808d1d6 ap_get_local_host+34: 
 je 0x808d220 ap_get_local_host+108
 0x808d1d8 ap_get_local_host+36: add$0xfff8,%esp
 0x808d1db ap_get_local_host+39: mov0x80cd590,%eax
 0x808d1e0 ap_get_local_host+44: push   %eax
 0x808d1e1 ap_get_local_host+45: push   $0x80c59a0
 0x808d1e6 ap_get_local_host+50: push   $0x0
 0x808d1e8 ap_get_local_host+52: push   $0x4
 0x808d1ea ap_get_local_host+54: push   $0x7f8
 0x808d1ef ap_get_local_host+59: push   $0x80c54fa
 0x808d1f4 ap_get_local_host+64: call   0x807b940 ap_log_error
 [snip]
 
 The line in question is 
 if (gethostname(str, sizeof(str) - 1) != 0) {
 
 At first I thought it was a bug in glibc/linux.
 
 A work-around is setting the ServerName directive in httpd.conf so that
 ap_get_local_host() doesn't get called.
 
 -- 
 Hroi Sigurdsson [EMAIL PROTECTED]
 Netgroup A/S  http://www.netgroup.dk
 


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



Re: KDE2 and some 4.2-Beta remarks

2000-11-12 Thread Andrew Tulloch



 Also, the konsole program fails to chown the pty/tty and log it into
 utmp.  It runs ok from a terminal window, but if launched from a menu
 item, it causes a SIGABRT and dies.  Anyone have ideas on tracking
 that down?

I've also noticed this problem, but it only seems to occur for me if I
login via xdm or kdm, but not if I just use startx from the console. Not
sure if thats any use...

Andrew



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



Re: Minor problem with new ports setup

2000-10-13 Thread Andrew Tulloch

I noticed a while ago that only the ports that were installed at
originall install time actually have a README.html and news ones that
appear during cvsup don't. This seems to inidcate that the .html
files are not part of the cvs ports tree. Anyone else noticed this or know
why?

Andrew

On Thu, 12 Oct 2000, Scott Dodson wrote:

 The new ports config has a problem with all the README.html files.  They all point 
to pkg/DESCR for a description, but the new location is pkg-DESCR.  I didn't know the 
correct place to address this, so I posted it here, where should I have posted this?
 
 -scott
 
 
 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: Perl Doesn't like XFree-4.0.1

2000-09-08 Thread Andrew Tulloch

I'll add another "me too" to seeing this problem, but definitely only
under GNOME. It seemed to occur in any shell window, gnome terminal and
eterm. I wasn't particularly fond of it anyhow and switched to KDE,
which doesn't seem to have this problem at all. The only thing that
changed between my config for gnome and kde was the exec gnome-session to
exec startkde in .xsession. This was all logging in using xdm. Finally,
I've seen this problem in both XFree 4.0.1 and 3.3.6. So I assume its
something gnome doing. Hope this helps...

Andrew Tulloch - Systems Administrator - Legalex Ltd
 [EMAIL PROTECTED]
 FreeBSD: The Power To Serve...

On Thu, 7 Sep 2000, Sean Lutner wrote:

 Just as a "me too" I've been seeing this under 4.1-STABLE, with X 3.3.6
 using Eterm.
 
 
 On Thu, 7 Sep 2000, Warner Losh wrote:
 
  In message [EMAIL PROTECTED] Ryan Losh writes:
  : I've had this same question on my system.  You didn't, by chance,
  : install GNOME, and are using gnome-session?  I've noticed that
  : behavior with perl, killall, elm-ME+, in a gnome-terminal, but not
  : when run from the console.  I just figured that the LC_CTYPE was being
  : exported by gnome-session somewhere, and was a bug in GNOME.  I've
  : looked at the startx script, and it's not being set in there...If you
  : unset LC_CTYPE, the error messages go away...
  : 
  : Any other ideas?
  
  There are two or three likely sources for the LC_CTYPE.  First, it
  could be the X server.  To see if this is the case, use the following
  .xinitrc:
  #!/bin/sh
  xterm
  and then do a printenv.  I kinda doubt it as I don't see this on my
  systems here, but I use XFree86 3.3.6.
  
  Second, it could be coming gnome-terminal.  You can test this out by
  changing the above script in the obvious way.  Do a printenv as well.
  This likely is where the problem came from.  I don't use kde, gnome,
  or anything more complex than twm + xterm or qvwm + xterm.
  
  In any event the make system likely should cope.
  
  Warner
  
  
  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
 



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



Re: Does anyone succeed on making world from 3.5S to 4.1S ?

2000-08-04 Thread Andrew Tulloch

I had a similar experience with 3.4-s to 4.x-s, however, mine was simply
cause by me not reading /usr/src/UPDATING, after reading that I had no
problems...

(although I actually recovered that machine without reinstalling after
using /stand/sysinstall as my shell, when nothing else would load
anymore, then following the instructions correctly got it all back)

Andrew

On Fri, 4 Aug 2000, Andrew L. Neporada wrote:

 
 
   -- Andrew.
 
 On Mon, 31 Jul 2000, jack wrote:
 
  Today H . S . YOON wrote:
  
   Does anyone succeed on making world from 3.5S to 4.1S?
  
  A buildworld of 4.1-RELEASE on a 3.5-RELEASE box worked for me.
  I haven't installed it yet.
 
 Buildworld (sources approx. 4.1-RC2, system - 3.5-STABLE) worked for me
 too, but when I made installworld it fails with Signal 12 in the middle of
 process. Subsequent runs of make installworld cause immediate failure
 with message obout LC_CTIME!=... (sorry, don't remember details). I'm sure
 this is not a hardware issue because it happens on two different boxes
 (not overclocked)
 
 P.S. I know about src/UPDATING ;-).
 
  
  --
  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
  --
  
  
  
  
  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
 



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



APC Back-UPS Pro

2000-06-08 Thread Andrew Tulloch

Hi,
   I'm having a bit of trouble with getting an APC Back-UPS Pro running on
freebsd. It seems to be working with upsd from the ports collection. But
every while I get a whole load of lines looking like this:
upsd[355]: apc_tune: negative repsonse:  N
upsd[355]: apc_tune: negative repsonse: ^M
upsd[355]: apc_tune: negative repsonse:  ^M
upsd[355]: apc_tune: negative repsonse:N
upsd[355]: apc_tune: negative repsonse:   NO
upsd[355]: apc_tune: negative repsonse:  NO

I haven't changed anything from the default config, just plugged it all in
as per the APC instructions. I've probably just missed something dumb. It
does pick up line fails and when the powr comes back on. just those
messages.

Thanks
Andrew



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