Re: Apache + latest stable

2003-01-15 Thread Mike Maltese
Have you tried httpd -t? I would try disabling all modules and seeing if it
will start then. I'm running the same version with PHP 4.2.3 on 4.7 STABLE
with no problems.

- Original Message -
From: "Mike Hoskins" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 15, 2003 3:45 PM
Subject: Apache + latest stable


>
> After building a recent stable,
>
> FreeBSD mojo.televoke.net 4.7-STABLE FreeBSD 4.7-STABLE #6: Wed Jan 15
> 13:56:31 PST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MOJO
> i386
>
> Apache just dumps core when I try to start it.  I'm running,
>
> apache+mod_ssl-1.3.27+2.8.12
>
> I've rebuilt via portupgrade -f, with the same result.  Nothing is logged
> to Apache logs, only the following in messages:
>
> Jan 15 15:44:33 mojo /kernel: pid 11103 (httpd), uid 0: exited on signal
> 10 (core dumped)
>
> A copy of the latest core is here,
>
> http://www.adept.org/pub/httpd.core
>
> Anyone else seeing this?
>
> --
> Mike Hoskins This message is RFC 1855 compliant,
> [EMAIL PROTECTED] www.adept.org/pub/rfcs/rfc1855.html
>
>
> 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: Mobo monitoring on Tyan LE-T motherboard ...

2003-01-15 Thread Mike Maltese
To install a terminal version from ports, open the xmbmon Makefile and
change WITHOUT_X11?= no  to yes. You'll also most likely have to add some or
all of the following lines to your kernel config file and recompile to get
it working.

device iicbus
device iicbb
device smbus
device intpm
device ichsmb
device smb

- Original Message -
From: "Mats Larsson" <[EMAIL PROTECTED]>
To: "Marc G. Fournier" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, January 15, 2003 2:11 PM
Subject: Re: Mobo monitoring on Tyan LE-T motherboard ...


>
> Check out xmbmon at
http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html
>
> Generates output like this:
> Temp.= 37.6, 27.8, 25.1; Rot.= 4115, 2800,0
>  Vcore = 1.49, 2.49; Volt. = 3.29, 5.05, 11.95,   0.00,  0.00
>
> Requires XFree86-libraries-4.2.1_5, freetype2-2.1.2_1, imake-4.2.0_1 but
> if you only want the terminal version download a precompiled package and
> run mbmon
>
> // Mats Larsson
>
>
> On Wed, 15 Jan 2003, Marc G. Fournier wrote:
>
> >
> > Can someone suggest what software (if any) and settings I need for
FreeBSD
> > STABLE in order to be able to monitor things like fan speed and
> > temperature?  I have a remote server that I'd like to be able to do a
> > certain degree of monitoring on, and know the BIOS of teh Tyan gives
> > oodles of info, just curious as to how to get at it ...
> >
> > If there is a URL that explains this that I haven't found, please direct
> > me to it and I'll gladly read ...
> >
> > Thanks ...
> >
> > 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: Portversion - Portupgrade

2003-01-15 Thread Kent Stewart
On Wednesday 15 January 2003 03:40 pm, Stephen Hilton wrote:
> On Wed, 15 Jan 2003 12:37:13 -0800
>
> Kent Stewart <[EMAIL PROTECTED]> wrote:
> > On Wednesday 15 January 2003 11:46 am, Stephen Hilton wrote:
> > > On Wed, 15 Jan 2003 10:54:14 -0800
> > >
> > > "Kevin Oberman" <[EMAIL PROTECTED]> wrote:
> > > > > Date: Sun, 12 Jan 2003 13:12:35 +0100
> > > > > From: Pierrick Brossin <[EMAIL PROTECTED]>
> > > > > Sender: [EMAIL PROTECTED]
> > > > >
> > > > > Belphoebe Niressi wrote:
> >
> > 
> >
> > > Is the "portsdb -Uu" working properly now? I have been using:
> > >
> > > #> cd /usr/ports
> > > #> rm INDEX*
> > > #> make index
> > > #> pkgdb -Fv
> > > #> portsdb -u
> >
> > I think they are both broken in some respect right now because what
> > I am seeing is the following using "make index" and then run
> > "portsdb -u"
> >
> > 
> > /man7/des_modes.7.gz  /nonexistentlocal/man/""/man7/Modes.7.gz
> > /nonexistentlocal/man/""/man7/des_modes.7.gz
> > /nonexistentlocal/man/""/man7/of.7.gz | /usr/bin/awk '{for (i=2;have
> > i<=NF; i+=2) print $i}'" returned non-zero status
> >  Done.
> >
> > [Updating the portsdb  in /usr/ports ... - 8009
> > port entries found
> > .1000.2000.3000.4000.5000..
> >...6000.7000.8000 . done]
> >
> > Running "portsdb -Uu I get
> >
> > 
> > make_index: no entry for: /usr/ports/net/p5-Net-DNS
> > make_index: no entry for: /usr/ports/net/p5-Net-DNS
> > Warning: Duplicate INDEX entry: freeciv-imlib-1.13.0
> > done
> > ruby# portsdb -u
> > [Updating the portsdb  in /usr/ports ... - 8002
> > port entries found
> > .1000.2000.3000.4000.5000..
> >...6000.7000.8000 . done]
> >
> > There are 7 ports that portsdb -U can't account for.
>
> Regarding this error:
> "Warning: Duplicate INDEX entry: freeciv-imlib-1.13.0"
> is this an "inside joke" or just a real tough problem to
> fix? been seeing this error for ages (I would fix this if
> I could, but I couldn't code myself out of a brown paper
> bag :-)

I don't either. I think Kris made a comment on one of them a while back 
about the index building process not being able to detect that they 
were different.

>
> > I also don't see why you are doing more than
> >
> > cd /usr/ports
> > make indextwice
> > portsdb -u
>
> Thanks for the correction Kent, I was doing a couple of unnecessary
> steps. I would usually rm my /usr/ports/INDEX /usr/ports/INDEX.db and
> /usr/ports/INDEX.txt files because they were going to be recreated
> anyways (I do refuse the INDEX file when cvsuping to save bandwidth).
>
> > Everything else is something I would do if your installed based
> > gets messed up. For example, portsdb -Fv doesn't have anything to
> > do with making your INDEX* files. When you run "make index", it
> > always wipes INDEX.
>
> I never referenced the command "portsdb -Fv" I said "pkgdb -Fv",
> and I picked up this step from a message thread started by Stacey
> Roberts in December 2002 that you had responded to, so I assumed
> (ya I know) that this was OK or even a "good thing" to do during
> the INDEX's generation process.they are

I was looking at something else and missed that part. I maintain I run 
"kent" because I have so many aliases and shell scripts that do most of 
the repetitive things. I also try to keep things clean. I used to have 
a script that did everything from cvsup to installworld and I only had 
to run mergemaster when it finished. Now, I split them up into tasks  
that have a single purpose. I got used to doing this during my 
programming days. You didn't change or add many features before you 
started debugging what you had done. If you stepped on something you 
didn't know which change had done it. So, my update ports script only 
cvsup updates the port structure and recreates my INDEX files. Running 
pkgdb violates my single purpose rule. Since you really need to update 
your INDEX files everytime you cvsup ports-all, rebuilding the INDEX 
files is part of my port cvsup update script.

>
> As I understand "pkgdb -Fv" it is an interactive check/repair of
> your installed ports/packages as referenced by the /var/db/pkg
> entries (package registry database) and _Yes_ it has no bearing on
> generation of the INDEX/db files.

I have done this a couple of times in near past. I may get it right yet. 
When I see the message, I cut and paste it. I don't think I have ever 
typed "pkgdb -F" from scratch. When I am looking at something in the 
vicinity of portsdb, I naturally type portsdb instead of pkgdb. I don't 
even notice that I have done it and I proof read everything 2 or 3 
times before I send it.

>
> Thanks again Kent for your willingness to share your expertise
> and all the great pointers and background information I pick up
> just reading yours and others contributions to the mailing lists.

Everyone zeroes in on different specific's. I think it depends on what 
you have been bitten by. The buildwor

Re: Apache + latest stable

2003-01-15 Thread Mike Tancsa

I have run into this problem before, especially with mod_php.  There are 
probably still some parts that apache links to that need to be recompiled 
as well.  Do you have php by chance ?  If so, rebuild it as well as all its 
dependencies.

---Mike

At 06:33 PM 1/15/2003 -0800, Mike Hoskins wrote:

Waited ~4 hours and tried cvsup again.  No new checkouts, so apparently
nothing was broken enough during my last checkout to warrent any immediate
attention.  Apache, even after a rebuild, still just dumps core.  Any
clues as to what may be causing this?  It doesn't seem to be SSL-specific,

root@mojo{root}# apachectl startssl
Bus error (core dumped)
/usr/local/sbin/apachectl startssl: httpd could not be started
root@mojo{root}# apachectl start
Bus error (core dumped)
/usr/local/sbin/apachectl start: httpd could not be started

On Wed, 15 Jan 2003, Mike Hoskins wrote:
> After building a recent stable,
>
> FreeBSD mojo.televoke.net 4.7-STABLE FreeBSD 4.7-STABLE #6: Wed Jan 15
> 13:56:31 PST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MOJO
> i386
>
> Apache just dumps core when I try to start it.  I'm running,
>
> apache+mod_ssl-1.3.27+2.8.12
>
> I've rebuilt via portupgrade -f, with the same result.  Nothing is logged
> to Apache logs, only the following in messages:
>
> Jan 15 15:44:33 mojo /kernel: pid 11103 (httpd), uid 0: exited on signal
> 10 (core dumped)
>
> A copy of the latest core is here,
>
> http://www.adept.org/pub/httpd.core
>
> Anyone else seeing this?
>
> --
> Mike Hoskins  This message is RFC 1855 compliant,
> [EMAIL PROTECTED]www.adept.org/pub/rfcs/rfc1855.html


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



Mike Tancsa,  	  tel +1 519 651 3400
Sentex Communications, 			  [EMAIL PROTECTED]
Providing Internet since 1994www.sentex.net
Cambridge, Ontario Canada			  www.sentex.net/mike


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



Re: Apache + latest stable

2003-01-15 Thread Mike Hoskins

Waited ~4 hours and tried cvsup again.  No new checkouts, so apparently
nothing was broken enough during my last checkout to warrent any immediate
attention.  Apache, even after a rebuild, still just dumps core.  Any
clues as to what may be causing this?  It doesn't seem to be SSL-specific,

root@mojo{root}# apachectl startssl
Bus error (core dumped)
/usr/local/sbin/apachectl startssl: httpd could not be started
root@mojo{root}# apachectl start
Bus error (core dumped)
/usr/local/sbin/apachectl start: httpd could not be started

On Wed, 15 Jan 2003, Mike Hoskins wrote:
> After building a recent stable,
>
> FreeBSD mojo.televoke.net 4.7-STABLE FreeBSD 4.7-STABLE #6: Wed Jan 15
> 13:56:31 PST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MOJO
> i386
>
> Apache just dumps core when I try to start it.  I'm running,
>
> apache+mod_ssl-1.3.27+2.8.12
>
> I've rebuilt via portupgrade -f, with the same result.  Nothing is logged
> to Apache logs, only the following in messages:
>
> Jan 15 15:44:33 mojo /kernel: pid 11103 (httpd), uid 0: exited on signal
> 10 (core dumped)
>
> A copy of the latest core is here,
>
> http://www.adept.org/pub/httpd.core
>
> Anyone else seeing this?
>
> --
> Mike Hoskins  This message is RFC 1855 compliant,
> [EMAIL PROTECTED]www.adept.org/pub/rfcs/rfc1855.html


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



AWE synth in STABLE possible?

2003-01-15 Thread Mike Burke
Good day, 

Is it possible to use the SB AWE32/64 synth in -STABLE now? Using newpcm
gives me DSP capabilities, but I'd like to use the soundfont ability of
the card. 

I am using 4.7-STABLE cvsupped over the weekend. My kernel configuration
as it applies to sound currently is: 

 
options PNPBIOS   # maybe unnecessary / not relevant 
device snd 
device sb0  at isa? port 0x220 irq 5 drq 1 
device sbxvi0   at isa? drq 5 
device sbmidi0  at isa? port 0x330 
device awe0 at isa? port 0x620 
device opl0 at isa? port 0x388 
 

When I booted this kernel, I got: 

 
sb_reset_dsp failed 
sb_reset_dsp failed 
awe0 at port 0x620 on isa0 
AWE32: not detected 
awe0: driver is using old-style compatability shims 
unknown:  can't assign resources 
unknown:  can't assign resources 
unknown:  can't assign resources 
unknown:  can't assign resources 
unknown:  can't assign resources 
unknown:  can't assign resources 
unknown:  can't assign resources 
 

...and no DSP support. However, I tried   kldload snd_pcm ; kldload
snd_sbc   to see what would happen, and was given: 

 
sb0 at port 0x220 irq 5 drq 1 on isa0 
snd0:  
sb0: driver is using old-style compatability shims 
sbxvi0 at port 0x drq 5 on isa0 
snd0:  
WARNING: "snd" is usurping "snd"'s cdevsw[] 
sbxvi0: driver is using old-style compatability shims 
sbmidi0 at port 0x330 on isa0 
snd0:  
WARNING: "snd" is usurping "snd"'s cdevsw[] 
sbmidi0: driver is using old-style compatability shims 
unknown:  can't assign resources 
 

I still don't have DSP, however: 

 
sb_reset_dsp failed 
SoundBlaster: DSP Command(0xd0) timeout. IRQ conflict ? 
// previous line repeated with several other Commands 
 

The only remotely relevant info I could find pertained to 3.x and also
made reference to kernel config controller pnp0 and executing 'pnp ..'
lines in config, neither of which I could seem to do under STABLE
(replacing controller pnp0 with device pnp0). 

Is this worth pursuing? Any suggestions are greatly appreciated. 

Thanks, 
Mike B. 




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



Re: USB problem on A7N266-VM MoBo

2003-01-15 Thread Josef Karthauser
On Mon, Jan 13, 2003 at 12:51:39PM +1300, James Pole wrote:
> On Mon, 2003-01-13 at 10:41, Guido Falsi wrote:
> > I'm using FreeBSD on the Mother Board in the subject, and I am
> > experiencing the following problem with USB devices(tired with  a memory
> > stick and a joystick, can try other devices if necessary):
> > 
> > When I attach the device for the first time there is no problem, I get
> > the expected reaction, but when I detach it, the detachment is not
> > detecte, the system simply thinks the device is still there. If I then
> > try to reattach the device the system does not notice the attach
> > anymore.
> 
> Does this problem happen in any other OSes? This sounds to me like a
> hardware problem and not a software problem.
> 

To be honest it's probably a problem with the RELENG_4 USB stack.  It
doesn't work very well on some chipsets.  The one in 5.x is much better.

Joe
-- 
Josef Karthauser ([EMAIL PROTECTED])  http://www.josef-k.net/
FreeBSD (cvs meister, admin and hacker) http://www.uk.FreeBSD.org/
Physics Particle Theory (student)   http://www.pact.cpes.sussex.ac.uk/
 An eclectic mix of fact and theory. =



msg53065/pgp0.pgp
Description: PGP signature