SV: anoncvs

2003-11-29 Thread Matt Douhan


-Ursprungligt meddelande-
Fran: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Jun Kuriyama
 anoncvs.freebsd.org(209.181.243.20):2401 failed: Connection refused

Sorry, this box is waiting for console operation after upgrading
failure.

If it helps, cvsup4.se.freebsd.org also provides anoncvs for FBSD

rgds

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


make options target in bsd.port.mk

2003-11-16 Thread Matt Douhan
Hi

on the recent discussion on how to find out the variour WITH* options in a 
ports Makefile it sounds like a good idea, I think all of us have been tired 
of checking inside the actual Makefiles to find out what options are 
available.

I have the following in my bsd.port.mk

.if !target(options)
options:
@${ECHO_CMD} | ${GREP} (WITH Makefile | ${GREP} -v endif
.endif

it is not pretty, but it works for the ports I use and have installed the 
output is not ideal but as a quick help it works great

11:05pm mdouhan @ [dragonfruit] /usr/ports/x11-toolkits/qt32  make options
.if !defined(WITHOUT_XFT)
.if !defined(WITHOUT_OPENGL)
.if !defined(WITHOUT_CUPS)
.if !defined(WITHOUT_OPENGL)
.if !defined(WITHOUT_XFT)
11:05pm mdouhan @ [dragonfruit] /usr/ports/x11-toolkits/qt32 


just my 2 cents worth, and sure it possibly breaks in a zillion ways so use it 
at your own risk.

rgds

Matt

-- 
Matt Douhan
www.fruitsalad.org
[EMAIL PROTECTED]
ping elvis
elvis is alive


pgp0.pgp
Description: signature


Re: make options target in bsd.port.mk

2003-11-16 Thread Matt Douhan
On Sunday 16 November 2003 23.10, Matt Douhan wrote:
 Hi

sorry misfiled this to current@ should have gone to ports@

rgds

Matt

-- 
Matt Douhan
www.fruitsalad.org
[EMAIL PROTECTED]
ping elvis
elvis is alive


pgp0.pgp
Description: signature


SV: which 3ware controllers are supported ?

2003-11-12 Thread Matt Douhan


-Ursprungligt meddelande-
Fran: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Josh Tolbert

 Anyone using a 3WARE ESCALADE 7500-4LP ATA RAID CARD ?
 


we use the 7500-8 ATA card on STABLE and CURRENT with 8x160GB drives in RAID
5 mode, we have no problems what soever, and we have replaced drives and
successfully rebuilt arrays with no data loss at all.

so I guess a works for me (tm) is in order

Rgds

Matt
www.fruitsalad.org

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


SV: X does not work ... [alc@FreeBSD.org: cvs commit: src/sys/vmdevice_pager.c]

2003-10-06 Thread Matt Douhan


-Ursprungligt meddelande-
Fran: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Alan Cox

This should resolve the problem starting X.

- Forwarded message from Alan Cox [EMAIL PROTECTED] -

X-Original-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
Delivered-To: [EMAIL PROTECTED]
From: Alan Cox [EMAIL PROTECTED]
Date: Sun, 5 Oct 2003 15:23:44 -0700 (PDT)
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
   [EMAIL PROTECTED]
Subject: cvs commit: src/sys/vm device_pager.c
X-FreeBSD-CVS-Branch: HEAD
Precedence: bulk
X-Loop: FreeBSD.ORG
X-Virus-Scanned: by amavis-20030314-p2 at cs.rice.edu
X-DCC--Metrics: cs.rice.edu 1067; Body=1 Fuz1=1 Fuz2=1

alc 2003/10/05 15:23:44 PDT

  FreeBSD src repository

  Modified files:
sys/vm   device_pager.c
  Log:
  The addition of a locking assertion to vm_page_zero_invalid() has
revealed
  a long-time bug: vm_pager_get_pages() assumes that m[reqpage] contains a
  valid page upon return from pgo_getpages().  In the case of the device
  pager this page has been freed and replaced by a fake page.  The fake
page
  is properly inserted into the vm object but m[reqpage] is left pointing
  to a freed page.  For now, update m[reqpage] to point to the fake page.

  Submitted by:   tegge

  Revision  ChangesPath
  1.69  +1 -0  src/sys/vm/device_pager.c


Yes this works for me


Regards

Matt

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


cannot build kernel

2003-10-05 Thread Matt Douhan
cvsup this morning 5th oct 12.05 PM

I get the following error during buildkernel


cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
-Wcast-qual  -fformat-extensions -std=c99 -g -nostdinc -I-  -I. -I/usr/src/
sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/
src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -D_KERNEL 
-include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing  
-mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding 
-Werror  /usr/src/sys/dev/usb/usb.c
/usr/src/sys/dev/usb/usb.c: In function `usbioctl':
/usr/src/sys/dev/usb/usb.c:555: warning: assignment from incompatible pointer 
type
*** Error code 1

Stop in /usr/obj/usr/src/sys/DRAGONFRUIT.
*** Error code 1

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

Stop in /usr/src.

-- 
Matt Douhan
www.fruitsalad.org
[EMAIL PROTECTED]
ping elvis
elvis is alive


pgp0.pgp
Description: signature


Re: cannot build kernel

2003-10-05 Thread Matt Douhan
On Sunday 05 October 2003 12.37, Bruce M Simpson wrote:
 On Sun, Oct 05, 2003 at 12:03:33PM +0200, Matt Douhan wrote:
 Content-Description: signed data

  cvsup this morning 5th oct 12.05 PM

 Specify timezone please - I committed a fix for this a few hours ago.

CET as in Central European Time, I just saw the change come in using cvsup 
again, so I will rebuild and try it out.

-- 
Matt Douhan
www.fruitsalad.org
[EMAIL PROTECTED]
ping elvis
elvis is alive


pgp0.pgp
Description: signature


X does not work on todays current with ATI

2003-10-05 Thread Matt Douhan
Hello

I am unable to start X with a current as of today 08.00 CEST, it crashes to
the debugger with a fatal trap 12, I poked around to see if anything useful
was in the logs but I could not find anything, can you please advice what
log I could send to aid in hunting down this problem?

I do not have a serial console since this is my laptop so I cannot get
access to the debugger output in a simple way

I have a ATI Radeon Mobility 7500 on a ACER travelmate 420, cvsup and
rebuilt workld/kernel today and portupgrade -aurPR

rgds

Matt

Matt Douhan
Manager IT  Logistics
Hasta AB, Sweden
e-mail:[EMAIL PROTECTED]
www: www.hasta.se

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


errors on boot

2003-10-05 Thread Matt Douhan
I get the following erros on boot.

11:41pm mdouhan @ [dragonfruit] ~  uname -a
FreeBSD dragonfruit.fruitsalad.org 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sun Oct  
5 23:21:41 CEST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/
sys/DRAGONFRUIT  i386
11:44pm mdouhan @ [dragonfruit] ~ 




-- 
Matt DouhanOct  5 23:40:58 dragonfruit kernel: sysctl_old_user() with the 
following non-sleepable locks held:
Oct  5 23:40:58 dragonfruit kernel: exclusive sleep mutex kernel linker r = 0 
(0xc07955e0) locked @ /usr/src/sys/kern/kern
_linker.c:1800
Oct  5 23:40:58 dragonfruit kernel: sysctl_old_user() with the following 
non-sleepable locks held:
Oct  5 23:40:58 dragonfruit kernel: exclusive sleep mutex kernel linker r = 0 
(0xc07955e0) locked @ /usr/src/sys/kern/kern
_linker.c:1800
Oct  5 23:40:58 dragonfruit kernel: sysctl_old_user() with the following 
non-sleepable locks held:
Oct  5 23:40:58 dragonfruit kernel: exclusive sleep mutex kernel linker r = 0 
(0xc07955e0) locked @ /usr/src/sys/kern/kern
_linker.c:1800
Oct  5 23:40:58 dragonfruit kernel: sysctl_old_user() with the following 
non-sleepable locks held:
Oct  5 23:40:58 dragonfruit kernel: exclusive sleep mutex kernel linker r = 0 
(0xc07955e0) locked @ /usr/src/sys/kern/kern

Regards

Matt

www.fruitsalad.org
[EMAIL PROTECTED]
ping elvis
elvis is alive


pgp0.pgp
Description: signature


ACPI error msgs at boot

2003-10-05 Thread Matt Douhan
Hello

I get the following error msgs on the following system

11:53pm mdouhan @ [dragonfruit] ~  uname -a
FreeBSD dragonfruit.fruitsalad.org 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Sun Oct  
5 23:21:41 CEST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/
sys/DRAGONFRUIT  i386
11:54pm mdouhan @ [dragonfruit] ~ 

Oct  5 23:40:58 dragonfruit kernel: ACPI-1287: *** Error: Method execution 
failed [\_SB_.PCI0.LPCB.BAT1._BST] (Node 0xc47d
d980), AE_AML_REGION_LIMIT
Oct  5 23:40:58 dragonfruit kernel: ACPI-1287: *** Error: Method execution 
failed [\_SB_.PCI0.LPCB.BAT1._BST] (Node 0xc47d
d980), AE_AML_REGION_LIMIT
Oct  5 23:40:58 dragonfruit kernel: ACPI-1287: *** Error: Method execution 
failed [\_SB_.PCI0.LPCB.BAT1._BST] (Node 0xc47d
d980), AE_AML_REGION_LIMIT

rgds

Matt

-- 
Matt Douhan
www.fruitsalad.org
[EMAIL PROTECTED]
ping elvis
elvis is alive


pgp0.pgp
Description: signature


Re: Status of SCHED_ULE?

2003-09-28 Thread Matt Douhan
On Sunday 28 September 2003 16.40, Peter Kadau wrote:
 Hi !

   I have a PS/2 mouse, I run -CURRENT from 2 days ago, and I experience
   the stuttering too.

 Me too, though I have to relativize this.
 My configuration is UP with a pentium 4, 2.4 GHz running
 gnome2, evolution, mozilla and some gnome-terminals.


I am running --current on my laptop which is 2.5 Ghz P4 / 512 MB RAM, and 
during buildworld/or make install of the KDE metaport I have no problems at 
all using _ULE

If I cp or mv a large file 2GB or larger I still see no problems

-- 
Matt Douhan
www.fruitsalad.org
[EMAIL PROTECTED]
ping elvis
elvis is alive

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


SV: when should 5.x be stable enough for web servers

2003-08-17 Thread Matt Douhan
-Ursprungligt meddelande-
Fran: [EMAIL PROTECTED]

On i386 hardware and two processors amd mp. should I wait for 5.2.


We have been using for some time, we use -CURRENT as FireWalls and as
webservers, we have half our production split between STABLE and -CURRENT
machines, so that if/when we hit a -CURRENT bug we simply rely on the STABLE
machines to handle the load until -CURRENT gets fixed.

Rgds

Matt
www.fruitsalad.org

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


ATAng

2003-08-14 Thread Matt Douhan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I cvsup'd current src today and applied the conf-patch and replaced the 
/usr/src/sys/dev/ata/*

now in my dmesg output I see this,

Waiting (max 60 seconds) for system process `vnlru' to stop...stopped
Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped
Waiting (max 60 seconds) for system process `syncer' to stop...stopped

syncing disks, buffers remaining... 13 13
done

if I look at dmesg.yesterday I do not see these messages, maybe I just dont 
know what I am doing then please say so, but I thought it worth sending 
anyway

- -- 
- 
Matt Douhan
www.fruitsalad.org
CCIE #4004
*** ping elvis ***
*** elvis is alive ***
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE/NUA5kU5PITZniCURAmivAJoDsyqHOMASZEfOWtk0D2Xu8HPPlgCggzRP
nf7Mxyu4pcayZumlCziNQeA=
=7XqK
-END PGP SIGNATURE-

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


SV: Best Known Methods for dual booting WinXP + -current

2003-08-07 Thread Matt Douhan


-Ursprungligt meddelande-
Fran: [EMAIL PROTECTED]

Are there currently any issues with dual-booting 5.1-RELEASE
and/or -current
along with Windows XP (probably SP1)? This would be on the same physical
disk. What do you other -current users who are faced with dual booting XP
do
for the most part?


Works fine for me with the BSD loader, and XP on my laptop

Matt

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


SV: Does bimap (ipnat) work to anyone ?

2003-07-31 Thread Matt Douhan


-Ursprungligt meddelande-
Fran: [EMAIL PROTECTED]

Does ``bimap'' work to anyone ? I'm using IP Filter: v3.4.31 (336) and
I can't make it work for me:

Does not work for me on CURRENT, but it works fine on STABLE

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


SV: current iso snapshots

2003-07-15 Thread Matt Douhan
-Ursprungligt meddelande-
Fran: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Brooks Davis

http://snapshots.jp.freebsd.org/

Or http://snapshots.se.freebsd.org

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


ipf and ipnat

2003-07-01 Thread Matt Douhan
Hello

I am running ipf and ipnat on CURRENT as of today 4 PM CEST (july 1 2003)
and I have enabled the following in my kernel
options IPFILTER
options IPFILTER_LOG
options IPSTEALTH
options RANDOM_IP_ID

in /etc/rc.conf I have enabled ipf and ipnat according to the handbook

when I put this box on the network, all outbound NAT works fine, i,e the MAP
statements in /etc/ipnat.rules however the BIMAP statements does not work, a
host identified in the BIMAP statement cannot pass through the fw, outbound
and cannot be reached inbound from the internet.

if I do ipnat -l I can see the MAP and BIMAP statements in the table

and ipf is not blocking the packets according to the logs

running the exact same config on a STABLE box works fine

Have I missed something obvious?

Matt Douhan
www.fruitsalad.org

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


Re: interesting problem

2003-06-06 Thread Matt Douhan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 06 June 2003 14.21, Soeren Schmidt wrote:

 Get me a 3112 based controller on my desk :)


If this is an option, let me know what make and model you would need and I 
will make sure we get a sponsor for such a controller from the sponsor of 
www.fruitsalad.org so that you can work on a driver, let me know if we want 
to go ahead and get this going, is it also possible to work on 3ware SATA 
support if I provide such a controller?

Matt

- -- 
- 
Matt Douhan
www.fruitsalad.org
CCIE #4004
*** ping elvis ***
*** elvis is alive ***
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQE+4M29kU5PITZniCURAmTeAJ9dLpPJNtTza25ZTaaYH0o2Q7QRGwCcCcgJ
k0S/ArdjNY17fW6jhKX43EY=
=zLnv
-END PGP SIGNATURE-

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


SV: Anyone had hangs with Radeon, XF86 4.3.0, and DRI on logout?

2003-04-05 Thread Matt Douhan
Hi


I am using a Radeon 7500 mobility and as of 4th of april I cannot get X
going at all on current, it totally crashes X

My X log can be found in pr i386/50606

rgds

Matt

-Ursprungligt meddelande-
Från: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Eric Anholt
Skickat: den 4 april 2003 22:31
Till: [EMAIL PROTECTED]
Ämne: Anyone had hangs with Radeon, XF86 4.3.0, and DRI on logout?


As the subject says, I'm wondering if anyone out there has experienced
hangs on logging out from xdm (or perhaps switching VTs) with Radeon or
matrox (perhaps r128, too) cards using the updated DRM in -current and
XFree86 4.3.0.  If so, I may have a fix, but I'm wondering if this
affects FreeBSD.

--
Eric Anholt[EMAIL PROTECTED]
http://people.freebsd.org/~anholt/ [EMAIL PROTECTED]

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

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