Re: boot hang: "ata1: resetting devices .. done" (5.1-CURRENT, IBM T30)

2003-10-12 Thread Kenneth Culver
Quoting Dan Nelson <[EMAIL PROTECTED]>: > In the last episode (Oct 08), Robert Ferguson said: > > I see this problem as well. I'm running on a T40, with a DVD/CDRW in > > the ultrabay, and -CURRENT as of this morning. At boot, it hangs > > immediately after > > > > ad0: 35174MB [71465/16/63] at a

Re: ipnat memory leak?

2003-10-09 Thread Kenneth Culver
Quoting Vector <[EMAIL PROTECTED]>: > Several reasons: > > Having it in the kernel improves performance It also avoids at least 2 context switches per packet... one when the packet goes into natd and one when it goes back to the kernel. > > natd chokes on the latest windoze worms and I have imple

Re: 2 ports broken after gcc import

2003-09-02 Thread Kenneth Culver
> Alright, it had nothing to do with ACL's. Unknown to me, someone got on > that machine and enabled the firewall, and added rules. Those rules were > causing the problem (I'm not sure why he added a firewall on a machine > already behind one on a 192.168.0.0/24 network). Anyway, sorry for > wastin

Re: 2 ports broken after gcc import

2003-09-02 Thread Kenneth Culver
> Bizarre. I use ACLs in my kernel daily, and I use nmap almost daily, > and haven't seen this. If you re-add ACLs with a fresh kernel build, > does the problem come back? Could you look at ktraces of nmap with and > without ACLs and see what causes it? Do you have ACLs enabled on any > file sy

Re: more hints

2003-08-31 Thread Kenneth Culver
> If I remove "device pmtimer" from my config, I get a consistent panic, > or variation of: > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x0 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc0135b0a7 > stack pointer

Re: 2 ports broken after gcc import

2003-08-30 Thread Kenneth Culver
> I think I missed the message that this is a response to, but here's an > answer to the question: UFS_ACL controls only the introduction of ACL > code into UFS1 and UFS2 file systems, and enables conditional use of > ACLs code if the ACLs flag is set on a file system. If the ACLs flag is > not se

Re: 2 ports broken after gcc import

2003-08-30 Thread Kenneth Culver
> I just built a fresh nmap on my -current box and it appears to work fine > for me, as did the older nmap. So I guess that leaves me firmly in the > "unable to reproduce" camp. I have noticed that, on my wi0 boxes, I > tend to get a fair number of ENOBUFS errors when nmaping, but that > appears

Re: 2 ports broken after gcc import

2003-08-30 Thread Kenneth Culver
> Might devfs propagate ACL characteristics via /dev nodes into > applications? Otherwise, the symptom you described would have made me > point to the IP firewall first. > My machine that was showing the problem didn't have a firewall enabled. I'll still mess with it some more to see what I can com

Re: 2 ports broken after gcc import

2003-08-30 Thread Kenneth Culver
> Bizarre. I use ACLs in my kernel daily, and I use nmap almost daily, > and haven't seen this. If you re-add ACLs with a fresh kernel build, > does the problem come back? Could you look at ktraces of nmap with and > without ACLs and see what causes it? Do you have ACLs enabled on any > file sy

Re: 2 ports broken after gcc import

2003-08-29 Thread Kenneth Culver
> Just for more info, when was the last time you updated your /etc? on my > 4th -CURRENT machine, with the same compiler etc... I havn't updated my > /etc/ since June 1, and that machine works, the other 3 have been updated > very recently, like within the last few weeks, and they're all broken. So

Re: 2 ports broken after gcc import

2003-08-29 Thread Kenneth Culver
oken. So I guess it's not a compiler issue, but some kind of configuration issue. I can't think of what the problem could be though. Ken On Fri, 29 Aug 2003, Kenneth Culver wrote: > > [EMAIL PROTECTED] root]# uname -a > > FreeBSD tao.xtaz.co.uk 5.1-CURRENT FreeBSD 5.1-CURRENT

Re: 2 ports broken after gcc import

2003-08-29 Thread Kenneth Culver
> [EMAIL PROTECTED] root]# uname -a > FreeBSD tao.xtaz.co.uk 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sun Aug 24 13:35:21 > BST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/TAO i386 > > [EMAIL PROTECTED] root]# gcc -v > Using built-in specs. > Configured with: FreeBSD/i386 system compiler > Thread m

2 ports broken after gcc import

2003-08-29 Thread Kenneth Culver
Hi, Since this is related to both -current and to ports I crossposted to both. Basically (I've asked this question before, with no answer), several network-related apps broke after the last gcc import. nmap no longer works: kaoru:~:# nmap -sS -O 66.92.171.91 Starting nmap 3.30 ( http://ww

Re: FreeBSD / KDE locking up solid

2003-08-29 Thread Kenneth Culver
> Evan Dower wrote: > > You say you have a GeForce 4? Do you have nvidia-driver installed? > > Nvidia-driver makes my computer lock up like the dickens. ;-) > Removing gl-support for kde should do fine. > > Hendrik > I have it working here fine with GL support and no hangs. Ken __

Re: atapicam panic at boot.

2003-08-26 Thread Kenneth Culver
> free_hcb() > atapi_action() > xpt_run_dev_sendq() > xpt_action() > probe_start() > ... > I think some people are already tracking this down related to the recent update of the ata drivers. Ken ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: KDE Konsole, crashes, on a SIGABRT...

2003-08-25 Thread Kenneth Culver
> see my post yesterday to -current or -ports with the 2 attachments. > > the KDE team found the bug, and fixed it. > > There are 2 patches to add to the port, which fix it. > Yeah, I just saw that, I was gone for the weeknend, sorry for the extra chatter. Ken _

Re: KDE Konsole, crashes, on a SIGABRT...

2003-08-25 Thread Kenneth Culver
> I can't explain it. Someone is going to have to debug konsole and > figure out what is going on. I can concur, before last thursday, konsole worked fine with libc_r, but crashed randomly with libkse and libthr. After last thursday it even crashes with libc_r. Ken __

Re: HTT on current

2003-08-22 Thread Kenneth Culver
> Hi, > > I have a HTT capabale PCU on an Intel MB with the 875P chipset. I have > enabled HTT in the BIOS and compiled my kernel with the required SMP > options, however i dont think the system is really running in SMP mode. Top > does not display CPU numbers. Here is my dmesg: > > --- > > F

Re: problem after gcc import

2003-07-17 Thread Kenneth Culver
> Read freebsd-current. :-) A suggestion was given this week: > > Subject: Re: Vim: Caught deadly signal BUS (after -current update with new gcc) > Date: Wed, 16 Jul 2003 23:14:30 -0700 > To: "Karel J. Bosschaart" <[EMAIL PROTECTED]> > On Tue, Jul 15, 2003 at 11:07:40AM +0200, Karel J.

problem after gcc import

2003-07-17 Thread Kenneth Culver
Hi, I followed all suggestions from /usr/src/UPDATING after the gcc 3.3.1 import, and rebuilt kernel and world after removing /usr/obj and /usr/src/sys/i386/compile/KAORU (my kernel config file's name). However, I'm seeing some strange behavior after that. 1) smbclient no longer works with

Re: NVidia driver stability?

2003-07-11 Thread Kenneth Culver
> I've been seeing this *exact* same behaviour on a Riva TNT2 for some > time now. I find the new driver to be a /little/ more stable -- i.e. > it's only locked up once on me since I installed it on Monday, as > opposed to locking up three out of the four mornings for the previous > driver. > > I

Re: NVidia driver stability?

2003-07-11 Thread Kenneth Culver
> I don't know if this is relevant, but the NVidia drivers won't work with > libkse or libthr, because it messes with the %gs segment register, which > both threading libraries use. The only threading library it currently > works with is libc_r. Actually from what I hear that's not accurate. It on

Re: wierd dsl performance with -CURRENT

2003-07-10 Thread Kenneth Culver
> You should visit the FreeBSD -performance list archives for a > (fairly) recent discussion on network performance (I believe > between a couple of us, we were able to come up with tuning > parameters that improved someone's file transfer performance by > about a factor of 10 for some tests). Rem

Re: wierd dsl performance with -CURRENT

2003-07-09 Thread Kenneth Culver
> This is the data transfer, so the d2c_* plots are the interesting ones > (they graph the traffic from ftp2 to you). If you load up d2c_tput.xpl, > you can see that your throughput averaged ~164K/s for almost the entire > time. The red line is the short-term average, and you can see there > were

Re: wierd dsl performance with -CURRENT

2003-07-09 Thread Kenneth Culver
> In the last episode (Jul 09), Kenneth Culver said: > > > look of any large values in the timestamps and see if there is > > > anything before that indicates a lost packet or a re-ordered one or > > > something (or a retransmitted ack) > > > > >

Re: wierd dsl performance with -CURRENT

2003-07-09 Thread Kenneth Culver
> > > Can you do a > > > 'netstat -s -p tcp >> tcpstats' before and after the transfer? > > > > > > This should tell us if there were retransmits etc. It could be a > > > difference in minimum rtt values or a congestion issue that results in > > > timeout for our stack but some other recovery mech

Re: wierd dsl performance with -CURRENT

2003-07-09 Thread Kenneth Culver
> > Transferring anything through the BSD NAT box shows the same performance > > issues, as well as transferring directly from BSD to the DSL modem on both > > of my BSD machines. Using windows or the mac directly connected to the DSL > > modem shows the normal bandwidth capability. I know the hard

Re: wierd dsl performance with -CURRENT

2003-07-09 Thread Kenneth Culver
> AH so it's direct DSL with either a fixed IP or DHCP or similar? Yep, basically I don't have a DSL modem, I have an Ethernet to ATM bridge (using AAL5 encapsulation I believe) running over the DSL. I have 2 fixed IP's, and in my normal configuration, my two BSD boxes are hooked up to a switch th

Re: wierd dsl performance with -CURRENT

2003-07-09 Thread Kenneth Culver
> Just as an experiment, try setting "net.inet.tcp.newreno" to 0 using > sysctl(8). It might help; it might not. Please let us know. It didn't help. I also tried setting several other sysctl OID's in net.inet.tcp, but nothing helped. I'm totally out of ideas for why this could be happening. I me

Re: wierd dsl performance with -CURRENT

2003-07-09 Thread Kenneth Culver
> I think he is timing transfers from a Mac THROUGH the BSD box.. > If so then a change in throughput would be due to a change in ppp > behaviour.. No, I hooked the mac straight to the DSL modem, and also did the same with the windows box. > > It would be interesting to see if it changed with > 1/

wierd dsl performance with -CURRENT

2003-07-09 Thread Kenneth Culver
Hi, Recently, for some wierd reason, with FreeBSD-CURRENT my DSL downloads have gotten about 10-15 KB/sec slower than they used to be.. I used to get 160KB/sec downloads, and now can only manage about 145. I was wondering if there are any ideas what is causing this. I'm sure it's a FreeBSD

Re: NVidia kernel driver support for FreeBSD-5.1

2003-06-18 Thread Kenneth Culver
> On Wednesday 18 June 2003 16:05, Kenneth Culver wrote: > > > #pciconf -l -v > > > > > > [EMAIL PROTECTED]:12:0:class=0x03 card=0x chip=0x002d10de > > > rev=0x15 hdr=0x00 vendor = 'NVIDIA Corporation' > > &

Re: NVidia kernel driver support for FreeBSD-5.1

2003-06-18 Thread Kenneth Culver
> #pciconf -l -v > > [EMAIL PROTECTED]:12:0:class=0x03 card=0x chip=0x002d10de > rev=0x15 hdr=0x00 > vendor = 'NVIDIA Corporation' > device = 'NV5 TNT2 Model 64 / TNT2 Model 64 Pro' > > This is my video card, which sounds just like yours. I have it working > fine

Re: NVidia kernel driver support for FreeBSD-5.1

2003-06-18 Thread Kenneth Culver
> I've got a PCI-NVidia Riva TNT 64 video card at home, > and I've tried to compile the drivers but it doesn't work, > and after changing the source to let the compilation progress, > when the module is loaded I've received a "kernel panic". > > Im using FreeBSD-5.1 with XFree86-4.3, what can I do

Re: New Kernel Breaks IPFW

2003-06-10 Thread Kenneth Culver
Try rebuilding ipfw. Ken On Mon, 9 Jun 2003, John Stockdale wrote: > Hey everyone, > > I just cvsup'd my src today and was going to buildworld later tonight > but when I installed the newly built kernel with IPFIREWALL etc. and > rebooted, ipfw fell over, specifically, even after ipfw firewall e

Re: HEADS UP! Major commits in the tree coming soon

2003-05-30 Thread Kenneth Culver
> The HEAD code freeze was extended by three days to > allow for some final pending work to be committed and > prepare 5.1 to be a good release. The code freeze will > > likely end sometime tomorrow, May 30. > > We ask that large scale changes still be deferred > until after 5.1 is actually release

Re: linux-emu ioctl not implemented w/ quake3

2003-04-03 Thread Kenneth Culver
I'd say this is a video card driver issue, because with my geforce3 and the nvidia drivers I could run q3 for as long as I wanted without any issues. Ken On Thu, 3 Apr 2003, Matthias Buelow wrote: > Hi folks, > > I'm running 5.0-RELEASE-p7 on i386 and investigated how quake3 (linux) > would be d

Re: Hyperthreading and machdep.cpu_idle_hlt

2003-01-31 Thread Kenneth Culver
> I have HTT for my CPU, is there any "hack" to the BIOS to enable > HyperThreading? > You might try updating your BIOS. Ken To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: FreeBSD panic with umass

2003-01-28 Thread Kenneth Culver
I've only had time to do minimal testing, but no panics anymore with this patch. Ken On Mon, 27 Jan 2003, MIHIRA Sanpei Yoshiro wrote: > I forgot to add below changes. > > Please apply this patch and > # make -f Makefile.usbdevs > > Cheers > > - sanpei > > > Index: sys/dev/usb/usbdevs > ==

Re: VMWare 3.2 on FreeBSD

2003-01-26 Thread Kenneth Culver
No. On Sun, 26 Jan 2003, Theodoor van der Kooij wrote: > Hi all, > > is there a way to run VMWare 3.2 on FreeBSD 5.0? > > regards, > > Theodoor van der Kooij. > -- > Windows: "Where do you want to go today?" > Linux: "Where do you want to go tomorrow?" > FreeBSD: "Are you guys coming, or what?" >

Re: FreeBSD panic with umass

2003-01-26 Thread Kenneth Culver
I actually just went and got a sandisk card reader instead but I'll test your changes anyway, since I still have the genesys one. Ken On Mon, 27 Jan 2003, MIHIRA Sanpei Yoshiro wrote: > I have GENESYS USB2IDE Interface Card(GL641). And I also have > same problem(umass0: BBB bulk-in clear stall

Re: /dev/dsp disappears while being used

2003-01-23 Thread Kenneth Culver
This may be related to the vchans stuff in in the pcm driver. Ken On Thu, 23 Jan 2003, Juli Mallett wrote: > * De: Alexander Langer <[EMAIL PROTECTED]> [ Data: 2003-01-23 ] > [ Subjecte: /dev/dsp disappears while being used ] > > When I then symbolically link /dev/dsp to one of the dspX.X

Re: 5.0-RELEASE & VMWare 3.2

2003-01-23 Thread Kenneth Culver
the vmware people don't list 5.0 as a supported os... theres probably a reason for this. Ken On Thu, 23 Jan 2003, Lev Serebryakov wrote: > Hello, current! How are you? > > When I needed to experiment with 4.6-RELEASE and I didn't have > ``free'' computer, I installed 4.6-RELEASE on VMWare. I

Re: Performance problems with 5.0-RELEASE

2003-01-23 Thread Kenneth Culver
> I hope someone could bring light to what's going on. Alltho I'm not > whining, I knew what I was getting myself into when I installed 5.0, it > would be nice get things solved, for FreeBSD's sake already. Did you by any chance build your own kernel? If so did you leave things like this in: opti

Re: FreeBSD panic with umass

2003-01-20 Thread Kenneth Culver
here are a few pointers when you look at the linux driver: several devices in linux/drivers/usb/storage/unusual_devs.h have the quirk flag: US_FL_FIX_INQUIRY. in the same directory, searching for USB_FL_FIX_INQUIRY yields the following in usb.c: /* Handle those devices which need us to fake * th

Re: FreeBSD panic with umass

2003-01-20 Thread Kenneth Culver
I figured out something new on this device: Basically in linux, in order for this device to work, the INQUIRY data has to be faked. Just in case you forgot, this is the Genesys Logic Compact Flash reader/writer. There is some whole big set of crap the driver goes through in linux just to fake the

Re: FreeBSD panic with umass

2003-01-20 Thread Kenneth Culver
On Mon, 20 Jan 2003, Matthew Dillon wrote: > :Hmm, good stuff, but shouldn't something be committed anyway? I mean if it > :causes a panic just by plugging in the device that's totally unacceptable. > :I'll provide a backtrace of the crash on my computer tomorrow I suppose (I > :won't be home un

Re: FreeBSD panic with umass

2003-01-20 Thread Kenneth Culver
> :Backtrace would be useful since you shouldn't be getting a panic. At the > :worst, your usb reader just wouldn't work. > : > :-Nate > > At worse the system will crash. The problem is that USB devices > sometimes return total garbage for the READ CAPACITY command. This > isn't CAM'

Re: FreeBSD panic with umass

2003-01-20 Thread Kenneth Culver
> To start, copy a quirk entry and wildcard a lot: > "Genesys*", "*", "*" > > Then do camcontrol inquiry daX and change the quirk to be more specific. > > Backtrace would be useful since you shouldn't be getting a panic. At the > worst, your usb reader just wouldn't work. > > -Nate > > That was

Re: FreeBSD panic with umass

2003-01-20 Thread Kenneth Culver
> > Hi, > > I just tried to use a Genesys Logic USB Compact Flash card reader, > > and the following messages come up, followed by a panic: > > > > Jan 19 19:41:30 kenshin kernel: umass0: Genesys Logic USB Storage Device, > > rev 1. > > 10/1.13, addr 2 > > Jan 19 19:41:30 kenshin kernel: umass0

FreeBSD panic with umass

2003-01-19 Thread Kenneth Culver
Hi, I just tried to use a Genesys Logic USB Compact Flash card reader, and the following messages come up, followed by a panic: Jan 19 19:41:30 kenshin kernel: umass0: Genesys Logic USB Storage Device, rev 1. 10/1.13, addr 2 Jan 19 19:41:30 kenshin kernel: umass0: Get Max Lun not supported

Re: Linux Emulation Panic

2003-01-13 Thread Kenneth Culver
What exactly were you running? I use linux emulation on -CURRENT right now for mozilla and a few other packages, and havn't had any panics... you might have your kernel modules out of sync with your kernel. Ken On Mon, 13 Jan 2003, Chuck McCrobie wrote: > Two panics produced when using Linux emu

compile problem

2003-01-11 Thread Kenneth Culver
I'm seeing this on a -CURRENT cvsupped around 4:30 AM EST on 1/11/03 cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../../.. -I../../../dev -I..

Re: NVIDIA driver compilation failed

2003-01-02 Thread Kenneth Culver
Only one, that driver wasn't meant to compile on -CURRENT. It's not even supported there. Ken On Thu, 2 Jan 2003, Nuzrin Yaapar wrote: > Hi all, > > With the latest CURRENT cvsupped today, NVIDIA driver failed to compile. The > output: > > --- > [root@zhang-wu-ji ~/NVIDIA]# make setup > ... > <<

Re: Problem with nvidia drivers and current

2002-12-10 Thread Kenneth Culver
> Just ran tuxracer without a problem, so i can recommend people with > problems to try using the nvidia agp driver, seems as if it worked for > me :) Haha, that's funny, it wouldn't work for most games using the nvidia driver for me, I had to switch to using FreeBSD's agpgart. Ken To Unsubscri

Re: speed of -CURRENT [was: questions about the state of current]

2002-10-30 Thread Kenneth Culver
> The systems hostname was changed between Aug & Oct, but it's the > same laptop, a P3-800 w/256MB memory. > > Thoughts? > I have not really noticed a performance difference here. In fact with WITNESS and INVARIANTS disabled, I find that -CURRENT seems to be a bit faster than -STABLE. Ken To Uns

Re: wierd cpu usage numbers

2002-10-17 Thread Kenneth Culver
No, not really, I checked top -S, and systat -vm, neither has interrupts going high, but even if interrupts were going really high, I would suspect that the intr % would increase not the system % Ken On Thu, 17 Oct 2002, Michael Lucas wrote: > On Thu, Oct 17, 2002 at 11:18:25AM -0400, Kenn

Re: wierd cpu usage numbers

2002-10-17 Thread Kenneth Culver
> This is a result of what's explained there. Nope, I have all that stuff turned off, and ide write caching turned on. There's no way that's the reason. Ken To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

wierd cpu usage numbers

2002-10-17 Thread Kenneth Culver
Hi, I was just compiling kde3 on my home pc, and I noticed some interesting behavior. It seems that whenever there's ANY real heavy disk activity, the "system" cpu usage % number (in top and in systat -vm) skyrockets from 0.8% to around 50-70%. I was wondering which of the recent changes co

Re: ttys patch - any objections?

2002-09-26 Thread Kenneth Culver
This seems a lot like personal preferance to me, I for one don't like a lot of tty's, because running getty on a bunch of ttys that I'm not going to use is a waste of ram I usually keep F1-F3 as ttys, and make F4 run kdm. I know I don't really have a say, but I'm sure everyone has his or her o

Re: panic in latest build

2002-09-25 Thread Kenneth Culver
> Michael Hostbaek wrote: > > I just build latest -CURRENT on my laptop. > > > > The error is: > > panic: vrele: negative ref cnt > > Debugger("panic") > > Stopped at Debugger+0x54: xchgl %ebx,in_Debugger.0 > > > > I did the following: > > After bootup - logged in as root. > > touch'ed /var/lo

Re: current.freebsd.org points to japanese site?

2002-09-22 Thread Kenneth Culver
Is there any difference between the snapshots built on the japanese site and the ones that were built on the US one? Thanks Ken On Sun, 22 Sep 2002, Will Andrews wrote: > On Sun, Sep 22, 2002 at 03:33:24PM -0400, Kenneth Culver wrote: > > Why does current.freebsd.org point to the

current.freebsd.org points to japanese site?

2002-09-22 Thread Kenneth Culver
Why does current.freebsd.org point to the japanese snapshot site snapshots.jp.freebsd.org? I'm just wondering because I am trying to install -CURRENT on one of my machines. Ken To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Softupdate panic: softdep_update_inodeblock: update failed

2002-09-11 Thread Kenneth Culver
Oh ok, wierd... I've only tried (unsuccessfully, the compiler errors out) kde3, and some make worlds and stuff. I guess that's not strenuous enough. Ken On Thu, 12 Sep 2002, Martin Blapp wrote: > > Hi, > > > If I were you I'd start swapping memory modules, because I'm not having > > Already did

Re: Softupdate panic: softdep_update_inodeblock: update failed

2002-09-11 Thread Kenneth Culver
> I just got thisone ... This is CURRENT from 2 hours ago. > > Dammnit. Is this mem corruption ? > If I were you I'd start swapping memory modules, because I'm not having any trouble with -CURRENT and I havn't seen anyone else having trouble. Did you compile your kernel with any wierd optimizatio

Re: HEADS UP: SSE instructions (Re: cvs commit: src/share/mkbsd.cpu.mk)

2002-09-06 Thread Kenneth Culver
> I assume the compiler is not stupid enough to try and use both when that > is impossible. Don't forget this is all just passing a CPU name to gcc > which actually decides what instructions to use. That's not what I mean... What I mean is that if one application is using SSE, and the other want

Re: HEADS UP: SSE instructions (Re: cvs commit: src/share/mkbsd.cpu.mk)

2002-09-06 Thread Kenneth Culver
> Note that you'll need to have 'options CPU_ENABLE_SSE' in your kernel > configuration file if you have a SSE-capable CPU, otherwise you'll get > SIGILL from certain applications (e.g. ncurses) What if you don't want to do this though? Athlon XP processors support SSE instructions, but not at th

Re: KDE broken on CURRENT (with gcc3.2)

2002-09-03 Thread Kenneth Culver
> I'm the maintainer, Will. > > Since I don't have a -CURRENT system, is one of the hasta's set up to > test -CURRENT patches on? > > I can make a good guess at it from looking at the code, but it'll need > to be tested somewhere. > > Also, is gcc-3.2 on -CURRENT a supported configuration? > gcc-3

Re: KDE broken on CURRENT (with gcc3.2)

2002-09-03 Thread Kenneth Culver
I can confirm that kde3 doesn't build on -CURRENT with gcc 3.2.1 as well, but it has never worked for me on gcc 3.1 either. Ken To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Status of C++ in base system?

2002-07-11 Thread Kenneth Culver
> The cerr not found thing is one of two problems. gcc3 is pickier > about namespace issues than gcc2, so you need to say std::cerr or > using namespace std;. However, the more common case is people > thinking they can link c++ programs with 'cc' rather than 'c++' > > My C++ programs are large e

Re: Status of C++ in base system?

2002-07-11 Thread Kenneth Culver
use my home pc is off and I'm at work, so I can't log in and mess with it. Ken > > On Thu, 11 Jul 2002 10:51:34 -0400 (EDT) > Kenneth Culver <[EMAIL PROTECTED]> wrote: > > > > This is FAQ. Have you deleted obsolete g++ include files? Do mv > > > /us

Re: Status of C++ in base system?

2002-07-11 Thread Kenneth Culver
> This is FAQ. Have you deleted obsolete g++ include files? Do mv > /usr/include /usr/include.old; mkdir /usr/inlcude before making > buildworld. I think I did that but I guess another try couldn't hurt... Ken To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" i

Re: Status of C++ in base system?

2002-07-11 Thread Kenneth Culver
I don't think kde3 compiles on the latest -CURRENT though, I've been trying to compile that for several days, and every time the linker says that things like cout and other standard c++ things aren't found. Ken On Wed, 10 Jul 2002, M. Warner Losh wrote: > I'm not sure what the deal with X is, b

Re: ipfw rule changes?

2002-07-04 Thread Kenneth Culver
> Hi, I just updated this morning to the latest -CURRENT, and just to let > everyone know, the new KSE stuff seems to be working fine... however, my > ipfw rules for dummynet no longer work: > > ipfw add queue 1 tcp from any to a.b.c.d 25 in via fxp0 > ipfw pipe 1 config bw 28Kbit/s queue 2 > ipfw

ipfw rule changes?

2002-07-04 Thread Kenneth Culver
Hi, I just updated this morning to the latest -CURRENT, and just to let everyone know, the new KSE stuff seems to be working fine... however, my ipfw rules for dummynet no longer work: ipfw add queue 1 tcp from any to a.b.c.d 25 in via fxp0 ipfw pipe 1 config bw 28Kbit/s queue 2 ipfw queue 1 conf

Re: KSE status.

2002-07-04 Thread Kenneth Culver
> I'm running a uniproc. box at work with -CURRENT and over 4-5hrs, wired > grew from 50megs (when I first time checked) to 141megs (now). Dunno if > this normal, but it has kept growing. OK, I don't see it happening here on my uniproc box, I havn't tried on my SMP box, I guess my sources aren't

Re: KSE status.

2002-07-04 Thread Kenneth Culver
Does this wired memory problem only happen on SMP systems, or is it happening across the board? Ken On Wed, 3 Jul 2002, Julian Elischer wrote: > > Well it's all fun and games her at KSE central.. > We have a set of cascading hidden bugs.. > > bug 1 hides bug 2 hides bug 3 > > the current state

Re: GCC upgrade ? on -current

2002-06-25 Thread Kenneth Culver
Is this not the latest one? alpha:~:> gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.1 [FreeBSD] 20020509 (prerelease) Ken On Tue, 25 Jun 2002, Sid Carter wrote: > Hi, > > Just a query. Is there anything stopping us from moving to t

Re: Please test PAUSE on non-Intel processors

2002-05-24 Thread Kenneth Culver
I tested this on my T-bird athlon 800, and this is the result: Testing PAUSE instruction: Register esp changed: 0xbfbffb38 -> 0xbfbffafc So I guess there's no problem. Ken On Fri, 24 May 2002, John Baldwin wrote: > Hey gang, although Intel's document seems to claim that they tested > proper o

Re: linux-q3ademo --> X crash

2002-05-21 Thread Kenneth Culver
It looks like DRI isn't set up right. Ken On Tue, 21 May 2002, Martin Kacerovsky wrote: > Hi. > I've installed linux-q3ademo to do some "benchmarking", but X server crashes > during startup... > X server gets signal 11, XFree86.1.log is included as attachement > > I haven't found solutions of t

Re: Save a few hunderd kilobytes or a few hundred perl users

2002-05-02 Thread Kenneth Culver
> The base will no longer depend on it before too much longer. The vnode > and kobj dependencies are already gone in current. Ahh, ok, if that's the case, then I agree with your original statement; not that it matters much :-) Ken To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscri

Re: Save a few hunderd kilobytes or a few hundred perl users?

2002-05-01 Thread Kenneth Culver
But doesn't the kernel rely on perl for building? perl5 ../../kern/vnode_if.pl -h ../../kern/vnode_if.src does it make sense to remove it from the base when the base depends on it? Ken On Wed, 1 May 2002, M. Warner Losh wrote: > My take on this. We should remove perl from the base, and > au

Re: implementing linux mmap2 syscall

2002-04-24 Thread Kenneth Culver
Alright, so I got tired of trying to figure out if glibc is doing something wierd or wrong so I downloaded the source for it, and I'm looking at it now... (for version 2.2.2 which is what we have on FreeBSD's linux_base-7) and here's what I'm seeing: pushl %ebp pushl %ebx pushl %e

Re: implementing linux mmap2 syscall

2002-04-24 Thread Kenneth Culver
> yeah, I did that already, and have been running with that since yesterday > :-P > > still not working right though... I think it has something to do with that > nargs thing... I'm checking that out now... > Ehh, apparently sy_narg is getting set correctly too: struct linux_mmap2_args {

Re: implementing linux mmap2 syscall

2002-04-24 Thread Kenneth Culver
> RCS file: /home/ncvs/src/sys/i386/linux/linux_sysvec.c,v > retrieving revision 1.99 > diff -u -2 -r1.99 linux_sysvec.c > --- linux_sysvec.c 4 Apr 2002 17:49:46 - 1.99 > +++ linux_sysvec.c 24 Apr 2002 23:57:23 - > @@ -711,4 +711,5 @@ > args[3] = tf->tf_esi; >

Re: implementing linux mmap2 syscall

2002-04-24 Thread Kenneth Culver
> Here's where it happens: > sys/i386/linux/linux_sysvec.c > > static void > linux_prepsyscall(struct trapframe *tf, int *args, u_int *code, caddr_t *params) > { > args[0] = tf->tf_ebx; > args[1] = tf->tf_ecx; > args[2] = tf->tf_edx; > args[3] = tf->tf_esi; >

Re: implementing linux mmap2 syscall

2002-04-24 Thread Kenneth Culver
> I'm actually still not seeing a match between what's in truss, and what's > in my printed-out args, but it seems to be working anyway... > Argh, it's not working again... It was working on an install of ms office, but it won't work on some old windows game.. (winex) and it's still not setting t

Re: implementing linux mmap2 syscall

2002-04-24 Thread Kenneth Culver
> > > libc sets it before it enters the kernel. Then on kernel entry we save > > > ebp in the trapframe. > > > > So in the case of linux emulation, the glibc that we're using in the > > linux-ulator isn't setting it properly? I'm using the linux_base-7 port > > for this, so as far as I can tell,

Re: implementing linux mmap2 syscall

2002-04-24 Thread Kenneth Culver
> > libc sets it before it enters the kernel. Then on kernel entry we save > > ebp in the trapframe. > > So in the case of linux emulation, the glibc that we're using in the > linux-ulator isn't setting it properly? I'm using the linux_base-7 port > for this, so as far as I can tell, it should wo

Re: implementing linux mmap2 syscall

2002-04-24 Thread Kenneth Culver
> libc sets it before it enters the kernel. Then on kernel entry we save > ebp in the trapframe. So in the case of linux emulation, the glibc that we're using in the linux-ulator isn't setting it properly? I'm using the linux_base-7 port for this, so as far as I can tell, it should work... assum

Re: implementing linux mmap2 syscall

2002-04-24 Thread Kenneth Culver
> > Brandon S Allbery KF8NH writes: > > On Wed, 2002-04-24 at 10:41, Andrew Gallatin wrote: > > > Maybe the argument isn't where you expect it to be, but is there. > > > Can you make a test program which calls mmap2 with its 6th arg as > > > something unique like 0xdeadbeef? Then print out (i

Re: implementing linux mmap2 syscall

2002-04-24 Thread Kenneth Culver
I tried printing out everything in the trapframe in hex and nothing looke remotely right. Ken On 24 Apr 2002, Brandon S Allbery KF8NH wrote: > On Wed, 2002-04-24 at 10:41, Andrew Gallatin wrote: > > Maybe the argument isn't where you expect it to be, but is there. > > Can you make a test progra

Re: implementing linux mmap2 syscall

2002-04-23 Thread Kenneth Culver
> Kenneth Culver writes: > > OK, I found another problem, here it is: > > > > static void > > linux_prepsyscall(struct trapframe *tf, int *args, u_int *code, caddr_t > > *params) > > { > >args[0] = tf->tf_ebx; > >args[1] = tf

Re: implementing linux mmap2 syscall

2002-04-23 Thread Kenneth Culver
> > > > Basically, linux_mmap2 takes 6 args, and this looks here like only 5 args are > > > > making it in... I checked this because the sixth argument to linux_mmap2() in > > > > truss was showing 0x6, but when I printed out that arg from the kernel, it > > > > was showing 0x0. Am I corre

Re: Lock order reversals in sys_pipe.c

2002-03-24 Thread Kenneth Culver
On Sunday 24 March 2002 05:26 pm, you wrote: > The bento cluster is now running with WITNESS enabled to try and track > down some odd UMA lock corruption panics. Instead, it found the > following lock order reversal in sys_pipe.c overnight: > > Mar 24 07:31:44 gohan17 kernel: lock order reversal

Re: cdrecord for ATAPI burners available..

2002-03-19 Thread Kenneth Culver
> It puts its stuff in /usr/local/bin > Wierd, for me it put everything in /opt/schily/blah... I hate it when people do that. :-) Ken To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: cdrecord for ATAPI burners available..

2002-03-19 Thread Kenneth Culver
> Not that I know of, but I recently got permission to share the > (very limitted BTW) changes I did to cdrecord/cdrdao over a year > ago, and now that the infrastructure for using it is in both > -stable and -current, it seemed worthwhile to release it to > the unsuspecting world... > > Judging b

Re: cdrecord for ATAPI burners available..

2002-03-19 Thread Kenneth Culver
> Oh yes, I forgot, there is also a cdrdao on: > > ftp://freebsd.dk/pub/ATA/cdrdao-1.1.5-ATA.tgz > > Again no CAM or atapicam needed :) > Is this a competition??? :-) Ken To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ATAPICAM

2002-03-19 Thread Kenneth Culver
No it hasn't, there are still patches. Ken On Tue, 19 Mar 2002, Samuel Tardieu wrote: > Has the ATAPICAM patch entered the kernel sources already? I cannot > seem to find the option in LINT. > > Sam > -- > Samuel Tardieu -- [EMAIL PROTECTED] -- http://www.rfc1149.net/sam > > > To Unsubscribe:

Re: gcc -O broken in CURRENT

2002-03-15 Thread Kenneth Culver
> That's odd, I've never had any mozilla problems. All I know is that it > doesn't crash on sites that Netscape crashes on (anything java) and for > me it runs much faster than netscape. It loads slower, but renders pages > much faster, and I tend to load my browser once per day, and just leave >

  1   2   >