wdm 1.20 wont run on -CURRENT

2002-02-13 Thread Matthew Thyer
I have seen this for about a month or two on more than one machine. xdm works fine. Rebuilds over some time have no effect. I have now built the world and wdm with -g and still have all the source and objects. Kernel config attached. What further info would you like ? And please give me

Re: Problems with psm probing twice.

2001-06-19 Thread Matthew Thyer
Chris Faulhaber wrote: Commenting hints.psm.0.* and hint.atkbd.0.* from /boot/device.hints (http://docs.freebsd.org/cgi/getmsg.cgi?fetch=84052+0+current/freebsd-current) works here. Anyone noticed there is no device.hints manual page ? To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: random reboots...

2001-03-14 Thread Matthew Thyer
Alex Zepeda wrote: I haven't been able to track this down since the kernel won't panic.. but with more recent kernels I've noticed: * options NCP prevents the kernel from linking * midi panics the system right after bootup Me too Saw the NCP problem today at ctm-cvs-cur 7214. Saw the

Re: Proposal to mergemaster

2001-03-14 Thread Matthew Thyer
Brian Somers wrote: 3. Have a cvs-aware option. If the installed and new version numbers differ, mergemaster does a cvs diff -u -rINSTALLEDVERSION newversion | patch INSTALLEDFILE. If this works, everyone's happy. If not, it forces you to modify the new file 'till there are no bits in

Re: PAM(?) breaks r* and ftpd

2001-03-14 Thread Matthew Thyer
Dmitry Valdov wrote: Hi! Try to make an .rhosts file and rlogin to fresh RELENG_4 or -CURRENT branch. rlogin -l dv xxx.xxx.xxx.xxx I saw the rlogin problem but somehow fixed it later my pam.conf was OK so I uncommented the ipv6 versions of the services in /etc/inetd.conf and that

Re: Problem with sio in -current ... possible cause of hangs?

2001-03-04 Thread Matthew Thyer
The Hermit Hacker wrote: Morning all ... I'm trying to get my serial console to work on my desktop, and appear to be failing miserably at even just getting it to accept a 'getty' serial connection, let alone serial console ... It's not that hard as long as you stick to certain

Problems compiling kern_mutex.c

2001-03-02 Thread Matthew Thyer
The last couple of kernel builds (with cvs updates and buildworlds inbetween) have failed with messages as below. I assume I need to add something to my kernel config file so I have attached it. cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes

Re: resolver problem with shared linked programs

2001-02-28 Thread Matthew Thyer
John Hay wrote: I noticed that sendmail started to complain of a failed reverse lookup when starting: Feb 28 11:40:43 beast sendmail[276]: gethostbyaddr(3ffe:2900:fffa:2:2a0:c9ff:fe8d:7c5f) failed: 2 At first I thought something is wrong with my ipv6 dns setup, but it turned out that

find / -fstype local traverses non-local filesystems

2001-02-23 Thread Matthew Thyer
rlogin olde sudo find / -fstype local -name UPDATING ls -l /usr/src/UPDATING -rw-r--r-- 1 me wheel 20477 Feb 18 21:48 /usr/src/UPDATING df Filesystem 1K-blocks UsedAvail Capacity Mounted on /dev/ad0s2a 198399 1506323189683%/ /dev/ad0s2e

Re: /boot/kernel/kernel: swap_pager_getswapspace: failed

2001-01-13 Thread Matthew Thyer
Sheldon Hearn wrote: On Sat, 13 Jan 2001 15:50:15 +1030, Matthew Thyer wrote: Then don't limit the size! :-) I dont. So what next ? Since I dont have much time for debugging FreeBSD, I stopped using mfs instead. This is a very simple problem -- you're running out of space

Re: /boot/kernel/kernel: swap_pager_getswapspace: failed

2001-01-12 Thread Matthew Thyer
Sheldon Hearn wrote: On Fri, 12 Jan 2001 00:54:40 +1030, Matthew Thyer wrote: /boot/kernel/kernel: swap_pager_getswapspace: failed This seems to have started in the last week. I saw the same problem until I stopped using mfs on /tmp. Stop using mfs for /tmp. Are you

Re: /boot/kernel/kernel: swap_pager_getswapspace: failed

2001-01-12 Thread Matthew Thyer
Sheldon Hearn wrote: On Fri, 12 Jan 2001 00:54:40 +1030, Matthew Thyer wrote: /boot/kernel/kernel: swap_pager_getswapspace: failed This seems to have started in the last week. I saw the same problem until I stopped using mfs on /tmp. Stop using mfs for /tmp. Are you

Re: sio serial console in -current?

2001-01-12 Thread Matthew Thyer
Matthew Jacob wrote: Something wierd has been happening lately- the serial console on my i386 machine works fine up until init is forked.. THen the output is mangled, and one gets replicated and/or mangled stuff. On a reboot I'm getthing things like: Waiting

Re: /boot/kernel/kernel: swap_pager_getswapspace: failed

2001-01-12 Thread Matthew Thyer
Sheldon Hearn wrote: On Fri, 12 Jan 2001 22:01:03 +1030, Matthew Thyer wrote: This seems a bit of a pain. Is there anyway to go back (if I'm correct) to a dynamic swap user. I suppose I'm talking about a real tmpfs ? The way it is now is the way it's always been. Think about what

Data corruption whilst debugging sonar module of ports/graphics/xscreensaver-gtk-3.26 ?

2001-01-12 Thread Matthew Thyer
Both of my main FreeBSD-CURRENT machines cant seem to run the sonar module from xscreensaver-gtk-3.26 for very long. It crashes with a SIGBUS on line 1654 of xscreensaver-3.26/hacks/sonar.c when the sonar sweep gets back around to the first bogie that was ever displayed. Since my home box is

Re: /boot/kernel/kernel: swap_pager_getswapspace: failed

2001-01-12 Thread Matthew Thyer
Sheldon Hearn wrote: On Sat, 13 Jan 2001 01:46:46 +1030, Matthew Thyer wrote: The way it is now is the way it's always been. Think about what you mean when you say "dynamic swap user". You want mfs to use more swap than you have? :-) No I want mfs to grow and

Re: Data corruption whilst debugging sonar module of ports/graph

2001-01-12 Thread Matthew Thyer
Mike Heffner wrote: On 13-Jan-2001 Matthew Thyer wrote: | Does anyone recognise where 0xd0d0d0d0 may have come from ? | [snip] Read the "Tuning" section of malloc(3). 0xd0 is what allocated and deallocated memory is set to. xscreensaver is probably not initializing malloc(

Re: /boot/kernel/kernel: swap_pager_getswapspace: failed

2001-01-11 Thread Matthew Thyer
Edwin Culp wrote: I am starting to get the following error. I've never seen it before and don't really understand why it should fail. Where should I start looking for the problem? /boot/kernel/kernel: swap_pager_getswapspace: failed This seems to have started in the last week. I

Re: Network performance-problem

2000-12-18 Thread Matthew Thyer
Michael Class wrote: Hello, i am seeing a problem with 5.0-current (from 14.12.00) and a 3COM 3CCFE575CT Lancard (pc-cardbus) using the xl-driver. [snip] Why behaves my FreeBSD-machines worse then the other boxes? Any Ideas? Make sure you are running with the TCP/IP NewReno

Re: write(2) returns error saying read only filesystem when trying to write to a partition

2000-12-11 Thread Matthew Thyer
ris and Compaq's Tru64 (the OS formerly know as DEC OSF/1) both allow me to destroy the UNIX disklabel by writing to the 'c' partition. I am of the opinion that FreeBSD should allow me to as well. The kernel has an in-memory copy of the disklabel so there shouldn't be a technical issue to stop me

Re: write(2) returns error saying read only filesystem when trying to write to a partition

2000-12-11 Thread Matthew Thyer
David O'Brien wrote: On Fri, Dec 08, 2000 at 01:44:47PM +1030, Matthew Thyer wrote: Regardless /dev/da18s1 should work as for /dev/da18 Correct me if I'm wrong, but /dev/da18s1 would only work if you installed a true slice vs. a dedicated configuaation of the disk something like

Re: Re: write(2) returns error saying read only filesystem when trying to write to a partition

2000-12-11 Thread Matthew Thyer
} else ++count; } while ( count 1062000 ); -- Matthew Thyer Phone: +61 8 8259 7249 Science Corporate Information Systems Fax:+61 8 8259 5537 Defence Science and Technology Organisation, Salisbury PO Box 150

Re: write(2) returns error saying read only filesystem when trying to write to a partition

2000-12-07 Thread Matthew Thyer
the whole disk, not just write to a file. -- Matthew Thyer Phone: +61 8 8259 7249 Science Corporate Information Systems Fax:+61 8 8259 5537 Defence Science and Technology Organisation, Salisbury PO Box 1500 Salisbury South Australia

Re: write(2) returns error saying read only filesystem when trying to write to a partition

2000-12-07 Thread Matthew Thyer
t;disklabel -wr da18s1". -- Matthew Thyer Phone: +61 8 8259 7249 Science Corporate Information Systems Fax:+61 8 8259 5537 Defence Science and Technology Organisation, Salisbury PO Box 1500 Salisbury South Australia 5108 To Unsubscribe:

Re: write(2) returns error saying read only filesystem when trying to write to a partition

2000-12-07 Thread Matthew Thyer
. Since we dont normally hold peoples hands for other things, why cant we allow big holes in my feet for this too ? Regardless /dev/da18s1 should work as for /dev/da18 I know... send patches... unfortunately my day job hasn't seen the light yet so I cant work on FreeBSD at work. -- Matthew Thyer

You should be running -STABLE (Was: Re: interesting problem)

2000-09-30 Thread Matthew Thyer
Tony Johnson wrote: Since I am complaining then I need to figure out what U have done to make 5.0-CURRENT crash?? Well atleast U admit that U do not know and U do not care. So anyone who is using FreeBSD should also not care?? This is more screwed up then I thought and people @FreeBSD

CURRENT kernel make depend fails in sn module

2000-09-19 Thread Matthew Thyer
Just synced my repo with cvsup4 and find that make depend fails. This is after "config -r MATT". "make includes" in /usr/src doesn't fix it either. === sn @ - /usr/src/sys machine - /usr/src/sys/i386/include perl @/kern/makeobjops.pl -h @/kern/device_if.m perl @/kern/makeobjops.pl -h

Re: CURRENT kernel make depend fails in sn module

2000-09-19 Thread Matthew Thyer
Matthew Thyer wrote: mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/include /usr/src/sys/modules/sn/../../dev/sn/if_sn.c /usr/src/sys/modules/sn/../../dev/sn/if_sn_isa.c /usr/src/sys/modules/sn/../../dev/sn/if_sn_pccard.c /usr/src/sys/modules/sn

Re: FIXIT problems with /dev

2000-09-12 Thread Matthew Thyer
Kent Hauser wrote: Hi All, I just did something foolhardy -- and yet instructive. Pls let me relate. Longish story about MAKEDEV limitations.. I suggest you become familiar with the chroot command. Regards, Kent To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: Oddities with the new binutils

2000-09-08 Thread Matthew Thyer
dissappeared from my home machine (have to wait until after the long weekend [- in Oz] to test the work machine). It seems that something in the May 29th kernel was causing problems for X. Matthew Thyer wrote: It may not be FP itself. In fact I have seen some other strange graphic corruption

/usr/local/etc/rc.d and /etc/rc.d

2000-09-08 Thread Matthew Thyer
[I know this was discussed a couple of months ago but since nothings been committed yet I throw in my 3 month old email that I haven't been able to send due to my stupid ISP with unregistered mail relays] Please read as I have done a fair bit of thinking on this matter as the sysadmin of many

Please consider some cosmetic changes in boot messages

2000-09-08 Thread Matthew Thyer
Anyone else noticed how FreeBSD is inconsistent with the use of words like "Doing", "setting" and "starting" in the boot messages ? For instance, I think the following fragment of my boot should change from: Additional routing options: tcp extensions=NO TCP keepalive=YES. routing daemons:.

Re: /usr/local/etc/rc.d and /etc/rc.d

2000-09-08 Thread Matthew Thyer
Replying to my own message. In summary, the main things the scheme I describe gives us are: - control over startup/shutdown order with the numbers - accomodates older scripts (by just not having the K script linked to the S, script things wont be started again at shutdown time). -

Re: /usr/local/etc/rc.d and /etc/rc.d

2000-09-08 Thread Matthew Thyer
Neil Blakey-Milner wrote: On Fri 2000-09-08 (22:53), Matthew Thyer wrote: The startup and shutdown functionality would be in the same script and the scripts should be named starting with a capital 'S' for startup and a capital 'K' for shutdown (I'm also keen on the HPUX startmsg

Re: /usr/local/etc/rc.d and /etc/rc.d

2000-09-08 Thread Matthew Thyer
Neil Blakey-Milner wrote: On Sat 2000-09-09 (00:05), Matthew Thyer wrote: The point is that people are worried about scripts that aren't aware of the "start" and "stop" argument trying to start apps again at shutdown time. With my scheme, the script wont be execute

Re: /usr/local/etc/rc.d and /etc/rc.d

2000-09-08 Thread Matthew Thyer
Don Lewis wrote: On Sep 9, 12:05am, Matthew Thyer wrote: } Subject: Re: /usr/local/etc/rc.d and /etc/rc.d } Neil Blakey-Milner wrote: } I'd prefer a dependency based system. (cf. Eivind Eklund's newrc, at } http://people.FreeBSD.org/~eivind/newrc.tar.gz) How does this compare

I thought I told you not to send a test message

2000-08-23 Thread Matthew Thyer
Why have you annoyed many hundreds of people with your test message which I told you was not necessary to send ? I clearly described the simple problem of your organisation using email relay servers which were not registered in the DNS causing many weeks of problems for me. Not only have you

Re: ATA66 support

2000-08-23 Thread Matthew Thyer
(cheating) in order to produce a very fast product. Are there plans to accomodate their behavior ? Do you have any contacts in Maxtor to help in this task ? -Søren To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message -- Matthew

Re: Oddities with the new binutils

2000-06-07 Thread Matthew Thyer
r wrote: In [EMAIL PROTECTED], David O'Brien wrote: On Fri, Jun 02, 2000 at 04:42:29PM +0930, Matthew Thyer wrote: Three issues: - floating point math doesn't seem to work properly: I don't have a -current machine I want to delete all ports from, but I have a -current from yesterday, I

Re: Oddities with the new binutils

2000-06-05 Thread Matthew Thyer
a service to the FreeBSD community (I wont even charge for it!). I also do not intend to report this to the binutils maintainers because it may be a FreeBSD issue, not a binutils issue. David O'Brien wrote: On Mon, Jun 05, 2000 at 10:24:24AM +0930, Matthew Thyer wrote: Has anyone tried th

Re: Oddities with the new binutils

2000-06-04 Thread Matthew Thyer
/ports/graphics/xaos) Run xaos and press 'a' David O'Brien wrote: On Fri, Jun 02, 2000 at 04:42:29PM +0930, Matthew Thyer wrote: Three issues: - floating point math doesn't seem to work properly: - backward compatibility: - stability: Are others seeing these issues

Oddities with the new binutils

2000-06-02 Thread Matthew Thyer
that the new binutils is not yet ready for -STABLE. -- Matthew Thyer Phone: +61 8 8259 7249 Corporate Information Systems Fax:+61 8 8259 5537 Defence Science and Technology Organisation, Salisbury PO Box 1500 Salisbury South Australia 5108

Re: Anyone else seeing jumpy mice?

2000-05-22 Thread Matthew Thyer
Try flags 0x04 on device psm. This undocumented option fixed my PS/2 IntelliMouse clone that has a wheel (which is also the center button). Bug Kazu as to why this isn't documented in LINT. "Jordan K. Hubbard" wrote: No, I don't mean rodents who've nibbled on chocolate-covered expresso

Re: port/XFree86-4 make install fail.

2000-03-17 Thread Matthew Thyer
Idea Receiver wrote: On Thu, 16 Mar 2000, Jean-Marc Zucconi wrote: Idea Receiver writes: "make all" success without any problem. There was an error but "make all" always complete. however, make install fail ;( What are your CFLAGS in /etc/make.conf ? default only.

Re: BP6 (Was Re: Success with ATA drivers and UDMA66)

1999-12-22 Thread Matthew Thyer
I know your talking SMP but thought you'd like to know some temps for UP systems as well... I have a Celeron 300a that I overclock to 464 MHz (100 MHz FSB + extra turbo frequency boost) running at 2.1 v and it runs at about 30 degrees celcius when idle and at 52 degrees when running setiathome

Re: RELEASE timelines

1999-12-14 Thread Matthew Thyer
those people who read all of current and cvs-all must have a job that lets them do this during work time or no wife and kids like myself). On Tue, 14 Dec 1999, Mark Newton wrote: On Tue, Dec 14, 1999 at 12:34:28AM +1030, Matthew Thyer wrote: Consider the 2.2 stream that went through many more

Re: join the mailing-list

1999-12-14 Thread Matthew Thyer
Not this way. Send email to "[EMAIL PROTECTED]" with the following two lines in the body of the message: subscribe freebsd-current subscribe cvs-all You should consider this action very carefully as you will start receiving approximately 200 messages each day. I would suggest that you only

Re: Speaking of moving files (Re: make world broken building fortunes )

1999-12-14 Thread Matthew Thyer
On Mon, 13 Dec 1999, Louis A. Mamakos wrote: So how about /usr/sbin/chown - /sbin/chown so that MAKEDEV works with just the root file system mounted? How about removing awk from MAKEDEV so life isn't so hard to recover when you use a 3.3 fixit floppy after removing /dev and not making

RELEASE timelines

1999-12-13 Thread Matthew Thyer
What is the big rush to 4.0-RELEASE ? With all the new functionality and recent changes there are some things that need to be bedded in (I'm thinking newpcm and ATA). Maybe I'm saying this because my SB16 PnP has only just been fixed and my CD-ROM drive doesn't work under the ATA driver (I'm

Re: ATA problem

1999-12-11 Thread Matthew Thyer
Does your /etc/fstab have character devices listed or block devices ? If it has character devices (aka raw devices), change them to block (remove the 'r' at the front) e.g. change: "/dev/rad0s2a" to "/dev/ad0s2a". It seems to be only necessary for the root filesystem. Some people (like me)

Re: Compiler looping

1999-12-07 Thread Matthew Thyer
I can also vouch that there is nothing wrong with mysql-server-3.22.27. When my machine was compiling sql_yacc.cc the compiler was using 200 MB of memory (this is on a machine with 64 MB RAM!). The solution is to minimize other memory use (stop the X server and setiathome if you run it) and go

Re: How do I get a USB mouse working in todays -CURRENT ?

1999-12-03 Thread Matthew Thyer
Thanks Nick, my USB mouse works perfectly now. On Thu, 2 Dec 1999, Nick Hibma wrote: The problem is that the mouse doesn't work (its not a hardware problem), all I get whenever I move the mouse are lots of the following messages on the console: Discarded 7 bytes in queue This

How do I get a USB mouse working in todays -CURRENT ?

1999-11-30 Thread Matthew Thyer
What's involved in getting a USB mouse working in -CURRENT ? I have a Micro$oft USB IntelliMouse 1.1A. I have added everything USB to my kernel (as I'm not using any USB klds) and have set usbd_enable to YES in /etc/rc.conf. My kernel and world are up to date as of about 3 hours ago and I have

Re: {a}sync updates (was Re: make install trick)

1999-10-07 Thread Matthew Thyer
Maybe the best solution is the following: - leave "sync" with its current behaviour - create a sysctl to make it truely synchronous (I was thinking of a new mount option but thats overkill) and have the documentation for that sysctl state the performance hit and recommend that the filesystem be

Not for me. (was: CVSup core dumps)

1999-10-05 Thread Matthew Thyer
Just an anti-me too. Static cvsup works perfectly for me (installed from ports cvsup-bin on Sept 9th). I run it both on my dumb terminal and on my X display. (My X configuration is XFree86 3.3.5, Gnome/Enlightenment [all built Sept 9th after a make world]). My shell is tcsh 6.09 (built Sept

make world speed-up patch (was Re: optional 'make release' speed-uppatch)

1999-09-13 Thread Matthew Thyer
ave this optimised ? On Sun, 12 Sep 1999, Oliver Fromme wrote: Matthew Thyer wrote in list.freebsd-current: YES please fix this ridiculous inefficiency pointed out by Rod! There's nothing broken, so there's nothing to fix (IMO). The current method of cleaning the build tree is to chfl

FreeBSD-CURRENT rl driver not auto-negotiating ?

1999-09-12 Thread Matthew Thyer
Bill, Firstly, a great job on the rl driver (I'm amazed that you have made it this good considering the hardware). Anyway my problem is that since the rl driver has required "controller miibus0" in the kernel it has not auto-negotiated its network link properly for me (though I do appreciate

Re: optional 'make release' speed-up patch

1999-09-11 Thread Matthew Thyer
YES please fix this ridiculous inefficiency pointed out by Rod! The current method of cleaning the build tree is to chflags -R and then rm -r which results in two full traversals of the entire /usr/obj tree which takes MUCH longer than attempting an rm -r first followed by a chflags -R and

Re: Communicator 4 and LDAP

1999-09-11 Thread Matthew Thyer
We are forced to use Exchange at work and I use its LDAP server to look up addressing information. I do occasionally get the error 0x5B that others report but I just try again and it usually works. This is with Netscape 4.61 on 4.0-CURRENT On Wed, 8 Sep 1999, Lars Fredriksen wrote: Hi,

Re: NewPCM and Quake :)

1999-09-11 Thread Matthew Thyer
I am having a few problems with newpcm. I often play a whole bunch of Sesame Street AVIs to keep the 1 and 3 year olds happy while I read email. I usually play them like so (straight from the CD-ROM): foreach blah ( /cdrom/letters/tv/*.avi ) xanim -Zr +Ze +Av`mixer | grep pcm | cut -d: -f2`

SUMMARY: why you cant use FBSDBOOT.EXE anymore (Was: Re: FBSDBOOT.EXE)

1999-05-19 Thread Matthew Thyer
The problem is that recent versions of MS-DOS (version 7 and above ? ...definitely the DOS that comes with Windows 98 and I think the DOS with Windows 95 under some circumstances) change various vectors which destroy FBSDBOOTs ability to work (this is because there is no way to determine where

Re: XFree86 xsetpointer causes silo overflows (Was: Re: Fixed my MAMEd sio problem.)

1999-05-19 Thread Matthew Thyer
, Matthew Thyer wrote: I have confirmed that the problem occurs if I just do: xsetpointer Joystick sleep 1 xsetpointer pointer So M.A.M.E. is unrelated to the problem as Bruce Evans would suggest. So the problem appears to be with XFree86 not closing the joystick device after I've

XFree86 xsetpointer causes silo overflows (Was: Re: Fixed my MAMEd sio problem.)

1999-05-18 Thread Matthew Thyer
I have confirmed that the problem occurs if I just do: xsetpointer Joystick sleep 1 xsetpointer pointer So M.A.M.E. is unrelated to the problem as Bruce Evans would suggest. So the problem appears to be with XFree86 not closing the joystick device after I've used it as a pointer with

Fixed my MAMEd sio problem. Was: Re: Doesn't anyone care about the broken sio ??

1999-05-16 Thread Matthew Thyer
pex5.so Load xf86Jstk.so Matthew Thyer wrote: *** STOP PRESS *** I have just confirmed that restarting the X server is enough to fix the problem. So my apologies to Bruce, -CURRENT and the whole FreeBSD community in general for blaming sio. For the benefit of David Dawes, I'll

Re: Different SCSI probe behavior

1999-05-16 Thread Matthew Thyer
Every time I boot my -CURRENT system at work I get this problem. And for me its not recent, its been happening ever since the aha driver was finally converted to CAM I think (3 or 4 months I guess). I am using a 1542B with an old Wren drive and some other drive. (Wren 7G springs to mind but I

Re: problem with NewScroll Mouse, etc

1999-05-13 Thread Matthew Thyer
Moused and XFree86 3.3.3.1 dont support a particular new type of mouse. This is the PS/2 Intellimouse clone. (I'm note sure if 'real' MicroSoft Intellimice work ??). My mouse is such a clone and behaves the same as you are saying but works fine under Windows 95 with the PS/2 mouse driver.

Doesn't anyone care about the broken sio ??

1999-05-08 Thread Matthew Thyer
doing a DNS lookup causes several silo overflows. MAME does something very strange to the system. I will grep the MAME source code for anything related to serial ports. Doug Russell wrote: On Sun, 2 May 1999, Matthew Thyer wrote: I have been investigating the silo overflow situation

Re: Doesn't anyone care about the broken sio ??

1999-05-08 Thread Matthew Thyer
As far as I can tell, this is unrelated to newbus as the same actions would trigger this problem before and after newbus. I have been seeing this problem for many months (maybe years - but I've only recently identified a set of actions to reproduce it every time). The wierd thing is that I can

Re: Doesn't anyone care about the broken sio ??

1999-05-08 Thread Matthew Thyer
*** STOP PRESS *** I have just confirmed that restarting the X server is enough to fix the problem. So my apologies to Bruce, -CURRENT and the whole FreeBSD community in general for blaming sio. For the benefit of David Dawes, I'll quickly restate the problem: Running xmame (from the

Silo overflows and MAME can someone else reproduce this problem ??

1999-05-03 Thread Matthew Thyer
This problem is easily reproducible. However to do so, you need a ROM image for an arcade game that the Multi Arcade Machine Emulator emulates as it wont do it without any roms in the directory /usr/local/lib/mame/roms. I am using xmame installed from the ports collection

Re: Silo overflows and MAME can someone else reproduce this problem ??

1999-05-03 Thread Matthew Thyer
My usermode ppp works fine normally as I can quite happily download 4 things at once without a single silo overflow (as I did last night) even when there is lots of disk activity or X11 activity. Note this problem is unrelated to newbus as it occurs both before and after those commits. Matthew

Re: Silo overflows and MAME can someone else reproduce this problem??

1999-05-03 Thread Matthew Thyer
continous overflows on sio0 after I shutdown X no matter what I do, even when there is NOTHING else running, the moment I shutdown X and I move my mouse I get tons of overflows. I have no pppd running at all and no moused, any ideas? Cheers Andrew On Tue, 4 May 1999, Matthew Thyer

Re: silo overflows in CURRENT ... some info that may help

1999-05-02 Thread Matthew Thyer
strange to the system. I will grep the MAME source code for anything related to serial ports. Doug Russell wrote: On Sun, 2 May 1999, Matthew Thyer wrote: I have been investigating the silo overflow situation for some time. I can trigger them every time by the following action: - Run

Re: sio overflows of some kind?

1999-05-02 Thread Matthew Thyer
I have seen silo overflows on my serial port when I am using user mode ppp when using a PS/2 mouse and moused. Whilst downloading a large file I was able to cause multiple sio silo overflows by moving the mouse. I have stopped using moused since then (because of this) and can now download large

silo overflows in CURRENT ... some info that may help

1999-05-01 Thread Matthew Thyer
I have been investigating the silo overflow situation for some time. I can trigger them every time by the following action: - Run M.A.M.E. (Multi arcade machine emulator) and then try to download something. (I am using user mode ppp). I believe that the sio driver is its own worst enemy in that

New ATA drivers wont boot if second IDE controller enabled

1999-05-01 Thread Matthew Thyer
I have been unable to use my Ultra DMA ATAPI CD-ROM since version 4 of Soren's ATAPI driver. Version 4 worked fine but since then (since at least version 6 I didn't try version 5) The system wont boot if I have my secondary IDE controller enabled. The system never completes its kernel

Re: Lastest ATA/ATAPI driver boots with kernel.debug only.

1999-04-17 Thread Matthew Thyer
I've found that I need to disable my secondary IDE controller with the version 5 and 6 of the new ATAPI drivers. It's probably something to do with Ultra DMA support as I have an Ultra DMA 6.48 GB IBM drive on my IDE controller 0 (master) and a Ultra DMA Mitsubishi 32 spin CD-ROM drive as slave

Re: ftp hangs on -current

1999-04-17 Thread Matthew Thyer
How many of you are using RealTek network cards ? They are crap in my experience (under any OS). Bret Ford wrote: Wednesday, April 14, 1999, 10:25:11 AM, you wrote: I am getting problems similar to those outlined above. I don't run natd, either, but I do have a firewall

Re: cvsup

1999-04-17 Thread Matthew Thyer
Whats the posibility of having another process for the display ? Naturally this would only be forked if the DISPLAY env is set and the user didnt refuse GUI mode. John Polstra wrote: Thomas Schuerger wrote: cvsup is mostly based on disk (and network) I/O, so there shouldn't be a problem

Re: swap-related problems

1999-04-17 Thread Matthew Thyer
There is obviously a problem when all swap is exhausted. The only solution is to allow the additional memory *use* to succeed AND to warn the sysadmin that ALL virtual memory has been exhausted. The only way to do this is to be able to allocate extra virtual memory. I'd vote for a system that

Re: swap-related problems

1999-04-17 Thread Matthew Thyer
Replying to myself... You'd have to be able to specify the absolute maximum memory use for a process to ensure you'd still kill run-aways (These would go first! regardless of the other rules maybe). Matthew Thyer wrote: There is obviously a problem when all swap is exhausted. The only

Re: RealTek driver woes

1999-03-30 Thread Matthew Thyer
There are certain RealTek chipsets that perform very badly in both Windows and FreeBSD in my experience. This is due to poor hardware design as far as the FreeBSD driver author could see. Replace your network card with a $30 PCI 10/100 card that is not a RealTek such as the VIA Technologies

Soundblaster live soundcard support ?

1999-03-27 Thread Matthew Thyer
Is the Creative Labs Soundblaster Live supported under FreeBSD-CURRENT ? This is a PCI card with 3D surround sound (4 speakers). Under Windows it has a soundblaster emulation mode where it emulates a Sound Blaster 16 but the PCI card normally uses a single interrupt and a single I/O port. --

Re: How to power off an ATX power supply machine on shutdown ?

1999-02-18 Thread Matthew Thyer
Yes I know now... and it does work the only problem now is that I've only seen it once because I never turn the machine off !! :) On Tue, 16 Feb 1999, Warner Losh wrote: In message pine.bsf.4.05.9902120005080.38269-100...@localhost Matthew Thyer writes: : I have apm in the kernel

CTM deltas have stopped 3 days ago

1999-02-16 Thread Matthew Thyer
Is something broken or is there a reason for this ? I normally get src-cur and ports-cur. /=\ |Work: matthew.th...@dsto.defence.gov.au | Home: thy...@camtech.net.au|

Re: Aladdin chipset SMBus support available!

1999-02-14 Thread Matthew Thyer
I had the same problem with a non Aladin system. I believe the problem is that Takanori's examples no longer work since changes were made to pcisupport.c. Why do I say this ? Because Takanori said so in email to me. I dont understand how it all works but if I show you Takanori's comments maybe

Re: Disk locks and weird things

1999-02-14 Thread Matthew Thyer
Shouldn't a make world take about 10 hours on a P100 ?? -depends on the speed of your disks. You should probably remove all the junk in /usr/obj from previous make worlds, then run make cleandir in /usr/src and then try a make world again. The messages about no such user 'tty' indicate your /etc

How to power off an ATX power supply machine on shutdown ?

1999-02-11 Thread Matthew Thyer
Sorry if this is inappropriate for -CURRENT but I am mailing here as the answer may be to do with recent committed features to -CURRENT (intpm ??). Anyway, how do I power off a machine on shutdown ? I have apm in the kernel and it probes as apm v 1.2 but when the shutdown -p now command is

Re: How do I query system temperature probes ?

1999-02-03 Thread Matthew Thyer
Thanks, Takanori, are you going to commit your example code in say /usr/src/share/examples/smbus ? If not can you send me a copy please ? Nicolas Souchu wrote: On Wed, Feb 03, 1999 at 02:51:37PM +1030, Matthew Thyer wrote: I seem to have all the hardware required for querying

How do I query system temperature probes ?

1999-02-02 Thread Matthew Thyer
: Intel 82371AB Power management controller rev 0x01 on pci0.7.3 -- Matthew Thyer Phone: +61 8 8259 7249 Corporate Information Systems Fax:+61 8 8259 5537 Defence Science and Technology Organisation, Salisbury PO Box 1500 Salisbury South