FreeBSD: Konqueror fails to show WWW pages

2000-03-18 Thread Vallo Kallaste
Hi! The Konqueror built from sources of yesterday dies while trying to show WWW pages. I'm using FreeBSD 5.0-current now, but the problem was same about two weeks ago with 4.0-current. I tried to discuss the problem in freebsd-current mailing list, but almost no feedback so far. kio

Re: kern/8324

2000-03-18 Thread Don Lewis
On Mar 17, 6:27pm, Alfred Perlstein wrote: } Subject: Re: kern/8324 } * Archie Cobbs [EMAIL PROTECTED] [000317 17:55] wrote: } This bug has been around since at least 2.2.6 and is still present } in RELENG_3, RELENG_4, and -current. } }http://www.freebsd.org/cgi/query-pr.cgi?pr=8324 }

Re: gcc -Os optimisation broken (RELENG_4)

2000-03-18 Thread Thomas Köllmann
I wrote/schrieb (Saturday, March 18, 2000): | R Joseph Wright wrote/schrieb (Friday, March 17, 2000): | | | In contrast, I've been using -Os -march=pentium during the last three | | months for buildworld and the kernel. Never had problems whatsoever. | | | | Perhaps this is a bit off topic,

Re: gcc -Os optimisation broken (RELENG_4)

2000-03-18 Thread Maxim Sobolev
Thomas Köllmann wrote: I wrote/schrieb (Saturday, March 18, 2000): | R Joseph Wright wrote/schrieb (Friday, March 17, 2000): | | | In contrast, I've been using -Os -march=pentium during the last three | | months for buildworld and the kernel. Never had problems whatsoever. | | | |

Re: port/XFree86-4 make install fail.

2000-03-18 Thread ANAZAWA Akio
Hi, In [EMAIL PROTECTED] at Thu, 16 Mar 2000 14:41:53 +1000 (EST), Idea Receiver [EMAIL PROTECTED] wrote: IR "make all" success without any problem. IR however, make install fail ;( IR following are the error msg. IR anyway I can fix this problem? IR thx~ This morning, I've

Comments on 4.0-RELEASE install glitches

2000-03-18 Thread Robert Watson
I installed 4.0 on a notebook yesterday, using the docking station. As previously described, I had hardware probing problems without using the ethernet card in the docking station. Well, sadly, X11 requires an extra option or two to work when with the docking station, but I figured that out

Re: gcc -Os optimisation broken (RELENG_4)

2000-03-18 Thread David O'Brien
On Sat, Mar 18, 2000 at 03:18:45AM +0100, Thomas Köllmann wrote: | Perhaps this is a bit off topic, but can the pentium optimisations be used | for AMD K6 processors? I did a `make world' yesterday with CFLAGS= -O2 -pipe -march=pentium COPTFLAGS= -O2 -pipe

Re: linux sysctl knobs (was Re: RealPlayer 7)

2000-03-18 Thread Marcel Moolenaar
Steve Price wrote: On -current at least you can set the following sysctl knobs. Beware! No telling what might break if you do this, so you're on your own if you change them and weird things start happening with your other Linux apps. $ sysctl -a | grep linux compat.linux.osname: Linux

ICMP socket weirdness

2000-03-18 Thread Garrett Wollman
On Fri, 17 Mar 2000 15:03:18 -0800 (PST), Archie Cobbs [EMAIL PROTECTED] said: When the program is run, if you ping the IP address from the local machine, it sees packets. However, if you ping it from a remote machine, it doesn't see packets. The ICMP never passes certain packets up to raw

Re: Trouble with CVSUP to 4.0 Release, any ideas??

2000-03-18 Thread Howard Leadmon
On Thu, 16 Mar 2000, Andrew Gallatin wrote: One thing to check would be: did your installworld acutally complete? At one point the installworld was falling over in h2ph when a crypto-related header file was being perl'ified. If this is your problem, try doing a 'make -i installworld'

Re: Trouble with CVSUP to 4.0 Release, any ideas??

2000-03-18 Thread Kris Kennaway
On Sat, 18 Mar 2000, Howard Leadmon wrote: FYI, I tried both of the above, but still no solution. In fact I took a fresh machine, loaded the last RC from 0307 to give me a pure test bed in comparison to my other machines, and then did the cvsup and buildworld and now that box is also

Re: gcc -Os optimisation broken (RELENG_4)

2000-03-18 Thread Donn Miller
David O'Brien wrote: On Sat, Mar 18, 2000 at 03:18:45AM +0100, Thomas Köllmann wrote: If it doesn't I'll probably try `-03 -pipe -march=pentium' come next What are people hoping to get by doing this? Are you actually doing a scientific performance evaluation between the various

psm.c broken

2000-03-18 Thread Ray Kohler
After a cvsup today, building a kernel finishes with this: linking kernel.debug psm.o: In function `psmprobe': /sys/compile/RJK191/../../isa/psm.c(.text+0x9fe): undefined reference to `atkbdc _open' *** Error code 1 I know psm.c was changed today, I'd suppose one reference here was missed in

Re: psm.c broken

2000-03-18 Thread Arindum Mukerji
* Ray Kohler ([EMAIL PROTECTED]) [000318 15:35]: After a cvsup today, building a kernel finishes with this: linking kernel.debug psm.o: In function `psmprobe': /sys/compile/RJK191/../../isa/psm.c(.text+0x9fe): undefined reference to `atkbdc _open' *** Error code 1 I don't see an

Re: psm.c broken

2000-03-18 Thread Arindum Mukerji
* Arindum Mukerji ([EMAIL PROTECTED]) [000318 16:47]: I don't see an atkbdc_open() in the source tree. Perhaps this should be changed back to sc-addr = port; sc-kdbc = kbdc_open(sc-addr); Until someone commits an equivalent atkbdc_open() ? My apologies for replying to

Re: port/XFree86-4 make install fail.

2000-03-18 Thread Idea Receiver
Finally! IT WORKS! :-) On Sun, 19 Mar 2000, ANAZAWA Akio wrote: Hi, In [EMAIL PROTECTED] at Thu, 16 Mar 2000 14:41:53 +1000 (EST), Idea Receiver [EMAIL PROTECTED] wrote: IR "make all" success without any problem. IR however, make install fail ;( IR following are the

Re: psm.c broken

2000-03-18 Thread Kazutaka YOKOTA
linking kernel.debug psm.o: In function `psmprobe': /sys/compile/RJK191/../../isa/psm.c(.text+0x9fe): undefined reference to `atkbdc _open' *** Error code 1 I know psm.c was changed today, I'd suppose one reference here was missed in the process. Just figured I'd be the first to say so. Oops,

Re: port/XFree86-4 make install fail.

2000-03-18 Thread Donn Miller
Idea Receiver wrote: Finally! IT WORKS! Someone should let the XFree86 team know about this. On Sun, 19 Mar 2000, ANAZAWA Akio wrote: bash$ diff -U2 FreeBSD.cf.orig FreeBSD.cf --- FreeBSD.cf.orig Fri Feb 18 02:19:43 2000 +++ FreeBSD.cfSun Mar 19 00:27:11 2000 @@ -464,6

Re: psm.c broken

2000-03-18 Thread Kazutaka YOKOTA
After a cvsup today, building a kernel finishes with this: linking kernel.debug psm.o: In function `psmprobe': /sys/compile/RJK191/../../isa/psm.c(.text+0x9fe): undefined reference to `atkbdc _open' *** Error code 1 I know psm.c was changed today, I'd suppose one reference here was missed in

problem with CD changer 4.0-STABLE

2000-03-18 Thread Alan Clegg
Panasonic CD-ROM Changer that is found in by the kernel as: acd0-4: CDROM with 5 CD changer RD-DRC004-M at ata0-master using PIO4 In fstab, I have the following: /dev/acd0c /cdrom1 cd9660 ro,noauto 0 0 /dev/acd1c /cdrom2 cd9660 ro,noauto 0 0

Re: psm.c broken

2000-03-18 Thread Chris Piazza
On Sun, Mar 19, 2000 at 12:39:05PM +0900, Kazutaka YOKOTA wrote: After a cvsup today, building a kernel finishes with this: linking kernel.debug psm.o: In function `psmprobe': /sys/compile/RJK191/../../isa/psm.c(.text+0x9fe): undefined reference to `atkbdc _open' *** Error code 1 I

Re: gcc -Os optimisation broken (RELENG_4)

2000-03-18 Thread Jacob A. Hart
Donn Miller wrote: It's probably more of a "placebo effect", which makes you think your are getting a big boost in performance. I'll admit that I've never seen a whole order or magnitude increase in performance between -O and -mpentium-O3, or whatever - it probably gives you boosts here and

Proposal: Union mount of fdesc on top of /dev

2000-03-18 Thread Chris Costello
Now that I've committed a change which fixes that pesky lstat() panic in fdesc, I'd like to suggest that it replace the existing /dev/fd devices and /dev/std{err,in,out}. I've already got such a setup running on a test box: Filesystem 1K-blocks UsedAvail Capacity Mounted on

Re: current lockups

2000-03-18 Thread Arun Sharma
Compiling Mozilla with make -j 2 got -current to lock up, twice in succession. I'm running a fairly recent snapshot (a week or two old) on a Dual celeron box (BP6) with UDMA66 enabled. The kernel had DDB enabled. I was running X, but I didn't see any signs of the kernel attempting to get