Re: FreeBSD 5.1-R kernel panic

2003-07-25 Thread Terry Lambert
Stephane Raimbault wrote: I recently realized that I was miss-understanding how much free memory I had on the system, and I doubt I even need the full 4Gig's. Perhaps I can re-confirm how to check how much free real memory is available on the system. For 4G of physical RAM, with 3G of KVA

Re: fuword(), suword(), etc.

2003-07-25 Thread Adrian Chadd
On Thu, Jul 24, 2003, Terry Lambert wrote: Marcel Moolenaar wrote: for i386 it would be an alternate name for fuword32() and suword32() I'm not sure what it would be on other architectures fuword64 and suword64. PowerPC is like i386. PPC 970 explicitly supports mixed mode

Re: FreeBSD 5.1-R kernel panic

2003-07-25 Thread Terry Lambert
Stephane Raimbault wrote: Well I went to go change my /boot/loader.conf options to reflect the following: kern.vm.kmem.size=35 Assuming this is in pages, it is 1/3 of the total physical RAM in the system. This is way too large, unless you have recompiled your kernel to have 3G KVA vs.

Re: fuword(), suword(), etc.

2003-07-25 Thread Terry Lambert
Shawn wrote: On Thu, 2003-07-24 at 03:40, Terry Lambert wrote: It's actually unlikely that IBM will ever release enough documentation to get a full 64 bit Linux running on a PPC 970, let alone FreeBSD, and that you will be stuck with a 32 bit kernel that runs 64 bit apps, and which talks

Re: Memory Mangement Problem in 5.1-RELEASE

2003-07-25 Thread Terry Lambert
Jeremy Messenger wrote: Well, the 5.0, old -CURRENT and 4.8 have never touch the swap, until 5.1- CURRENT. My system has 256mb ram and it's always touch swap now. If I compile some stuff, sometime it will get around 300mb swap. Current, I only have Gnome 2.3.x and Opera running, so what my top

Re: Memory Mangement Problem in 5.1-RELEASE

2003-07-25 Thread Terry Lambert
Jeremy Messenger wrote: Well, it still should not touch the swap since I have very few stuff running with 256mb ram. I just reboot and start with Gnome 2.3.x and Opera, then doing the update (compile/install) gnome-panel. Now, it's already use the swap in minutes and later hours I will get

Re: fuword(), suword(), etc.

2003-07-25 Thread Terry Lambert
Adrian Chadd wrote: Will any releases of MacOS X have the full 64 bit code? Will Darwin ever be released with the full 64 bit code? I don't know; you could always ask Jordan. -- Terry ___ [EMAIL PROTECTED] mailing list

Re: panic while reading ntfs partition

2003-07-25 Thread Karel J. Bosschaart
On Fri, Jul 25, 2003 at 12:33:28PM +1000, Tim Robbins wrote: On Thu, Jul 24, 2003 at 02:14:20PM +0200, Karel J. Bosschaart wrote: Not sure if this is useful, but I'm getting a perfectly reproducible panic when doing 'grep -R foo .' (as normal user) in a read-only mounted ntfs partition on

Gaim Crashing X

2003-07-25 Thread Rus Foster
Hi All, I've beenfinding that when running gaim that its causing X to crash back down to the shell prompt. This has happened with both vesa, nv and nvidia drivers. Doing a latest buildworld still hasn't helped. Anyone got any insite in to this? Rgds Rus -- www: http://jvds.com | Virtual

Re: Gaim Crashing X

2003-07-25 Thread Brandon S. Allbery KF8NH
On Fri, 2003-07-25 at 06:33, Rus Foster wrote: I've beenfinding that when running gaim that its causing X to crash back down to the shell prompt. This has happened with both vesa, nv and nvidia drivers. Doing a latest buildworld still hasn't helped. Anyone got any insite in to this? This is

Re: Memory Mangement Problem in 5.1-RELEASE

2003-07-25 Thread Daniel C. Sobral
Jeremy Messenger wrote: Well, the 5.0, old -CURRENT and 4.8 have never touch the swap, until 5.1- CURRENT. My system has 256mb ram and it's always touch swap now. If I compile some stuff, sometime it will get around 300mb swap. Current, I only have Gnome 2.3.x and Opera running, so what my top

VMWare inflicted kernel panic

2003-07-25 Thread Sawek ak
vmware3-3.2.1-2237_1, rtc-2002.03.05.2_2, world built on 21-7, backtrace: (kgdb) bt #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 #1 0xc02217d9 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:372 #2 0xc0221bb8 in panic () at /usr/src/sys/kern/kern_shutdown.c:550 #3

Alpha/EISA broken?

2003-07-25 Thread Mark Murray
Hi Latest boot on my Alpha breaks thus: Booting [/boot/kernel/kernel]... Entering /boot/kernel/kernel at 0xfc3303c0... sio1: gdb debugging port Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the

Re: We have ath, now what about Broadcom?

2003-07-25 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Adrian Chadd [EMAIL PROTECTED] writes: : On Thu, Jul 24, 2003, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Chris BeHanna [EMAIL PROTECTED] writes: : : Can't they just redact that information from the spec.? : : Typically

Re: Memory Mangement Problem in 5.1-RELEASE

2003-07-25 Thread Shawn
On Fri, 2003-07-25 at 02:21, Terry Lambert wrote: You probably can't get away with the old gcc, since the binary format changed For No Good Reason(tm). Didn't the GNU people say they had to change it to be more ABI compliant with the 'standard'? -- Shawn [EMAIL PROTECTED]

Re: fuword(), suword(), etc.

2003-07-25 Thread Shawn
On Fri, 2003-07-25 at 01:42, Terry Lambert wrote: I do know that even if they remove the bridge, they are unlikely to provide enough documentation to boot and run natively on the hardware without having IBM code setting up the bus arbitration and other bits that are currently undocumented.

Re: Gaim Crashing X

2003-07-25 Thread James Tanis
Can't say I've ever had a problem of any kind with X and gaim in current (or any flavor for that matter). On Friday 25 July 2003 06:50, Brandon S. Allbery KF8NH wrote: On Fri, 2003-07-25 at 06:33, Rus Foster wrote: I've beenfinding that when running gaim that its causing X to crash

make buildworld warning

2003-07-25 Thread Shawn
=== sys/boot/i386/loader /usr/src/share/mk/bsd.prog.mk, line 38: warning: duplicate script for target loader ignored FYI, -- Shawn [EMAIL PROTECTED] http://drevil.warpcore.org/ ___ [EMAIL PROTECTED] mailing list

Re: VMWare inflicted kernel panic

2003-07-25 Thread Fish
On Fri, 2003-07-25 at 07:54, Sawek ak wrote: vmware3-3.2.1-2237_1, rtc-2002.03.05.2_2, world built on 21-7, backtrace: snip trace /S I've been seeing these for a few days as well. I just did a quick search for open PRs and found ports/54417 that says you should have options VFS_AIO in your

Re: Fun with 'fdisk -B -b /boot/boot0 ad0'

2003-07-25 Thread Craig Boston
On Wednesday 23 July 2003 04:26 pm, Ryan T. Dean wrote: [...] The FreeBSD boot program came back, however, when I attempt to load FreeBSD, it merely beeps at me. It will, however, boot into W2k. I've tried supping, rebuilding the boot blocks (cd src/sys/boot; make install; fdisk -B -b

vchans related page fault

2003-07-25 Thread Alexander Langer
Hi! Looks like the vchans code still is broken. I get panics approx. twice a day on, all related to sound usage. FreeBSD fump.kawo2.rwth-aachen.de 5.1-CURRENT FreeBSD 5.1-CURRENT #9: Wed Jul 9 19:26:12 CEST 2003 [EMAIL PROTECTED]:/data/obj/usr/src/sys/ZEROGRAVITY i386 It begins with xmms

Re: Memory Mangement Problem in 5.1-RELEASE

2003-07-25 Thread Ahmed Al-Hindawi
hi, I recompiled my kernel yesterday and that game me an entire 4Mb more...WOW!! sarcasim killed the cat, but anyway. A debug option, *NOT THE* degug option, in the config file of the kernel was activated so I commented the line out and I got an extra 4Mb !! WOW. It was this line: Options

Buildworld problem in 5.1-CURRENT

2003-07-25 Thread Christopher Johnson
I cvsup'ed this morning and buildworld failed: ... === lib/libpam/modules/pam_echo cc -O2 -pipe -march=pentiumpro -I/usr/src/lib/libpam/modules/pam_echo/../../../../contrib/openpam/include -I/usr/src/lib/libpam/modules/pam_echo/../../libpam -Wsystem-headers -Werror -Wall -Wno-format-y2k -W

Re: Buildworld problem in 5.1-CURRENT

2003-07-25 Thread Craig Rodrigues
On Fri, Jul 25, 2003 at 08:13:58AM -0700, Christopher Johnson wrote: I cvsup'ed this morning and buildworld failed: ... === lib/libpam/modules/pam_echo cc -O2 -pipe -march=pentiumpro What is in your /etc/make.conf? I do not think that -O2 is supported in

Re: Alpha/EISA broken?

2003-07-25 Thread Wilko Bulte
On Fri, Jul 25, 2003 at 01:07:46PM +0100, Mark Murray wrote: Hi Latest boot on my Alpha breaks thus: real memory = 266371072 (254 MB) avail memory = 250863616 (239 MB) cia0: 2117x Core Logic chipset cia0: ALCOR/ALCOR2, pass 3 cia0: extended capabilities: 21DWEN,BWEN pcib0: 2117x PCI

Re: Alpha/EISA broken?

2003-07-25 Thread Mark Murray
Wilko Bulte writes: halt code = 7 machine check while in PAL mode PC = 18100 Any idea what gives? Not really, but as a datapoint today's -current does work OK on a EISA-less machine. GENERIC kernel also has above error. Remove eisa, and the boot goes straight to panic (no

Re: Memory Mangement Problem in 5.1-RELEASE

2003-07-25 Thread Ahmed Al-Hindawi
This is not the problem. We know what is the purpose of swap data. It is swaping when there is more than suffiecient memory to do so. There is disk activity on the swap disk (I have a seperate disk for faster access) even when there is enough memory to suit my request and more. It is simply

Re: Alpha/EISA broken?

2003-07-25 Thread Wilko Bulte
On Fri, Jul 25, 2003 at 05:31:27PM +0100, Mark Murray wrote: Wilko Bulte writes: halt code = 7 machine check while in PAL mode PC = 18100 Any idea what gives? Not really, but as a datapoint today's -current does work OK on a EISA-less machine. GENERIC kernel also

Problem with AHC driver.

2003-07-25 Thread Adam Kranzel
Hi... I updated my system last night with make world/make kernel/mergemaster, and the new kernel doesn't seem to work. It sits there for a while at Waiting for SCSI devices to settle and then gives the following message. ahc0: Timedout SCB already complete. Interrupts may not be functioning.

Re: Alpha/EISA broken?

2003-07-25 Thread Mark Murray
Wilko Bulte writes: GENERIC kernel also has above error. Remove eisa, and the boot goes straight to panic (no clock). That is because your clock sits behind eisa I think. ticso recently posted some days ago that eisa is now mandatory on alpha. I did not follow in detail to be honest.

Re: cvs commit: src/sys/dev/acpica acpi_ec.c

2003-07-25 Thread Nate Lawson
If you get the error message below, please enable hw.acpi.verbose=1 in loader.conf and post the dmesg output. I'm trying to find if there are any more broken ECs that need to be worked around. Anything more than 1000 us is starting to get iffy although you should only get an error if you hit

Re: Alpha/EISA broken?

2003-07-25 Thread Bernd Walter
On Fri, Jul 25, 2003 at 01:07:46PM +0100, Mark Murray wrote: Hi Latest boot on my Alpha breaks thus: Booting [/boot/kernel/kernel]... Entering /boot/kernel/kernel at 0xfc3303c0... sio1: gdb debugging port Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980,

Re: yesterday's ACPI not working - patch

2003-07-25 Thread Nate Lawson
Please try again with today's -current with hw.acpi.debug=1 in loader.conf. It should not generate errors of AE_HARDWARE_NO_RESPONSE but if it does, let me know the values reported by acpi_ec0 for its max delay. -Nate ___ [EMAIL PROTECTED] mailing list

Re: Problem with AHC driver.

2003-07-25 Thread Scott Long
Try disabling ACPI. Scott Adam Kranzel wrote: Hi... I updated my system last night with make world/make kernel/mergemaster, and the new kernel doesn't seem to work. It sits there for a while at Waiting for SCSI devices to settle and then gives the following message. ahc0: Timedout SCB

Re: Memory Mangement Problem in 5.1-RELEASE

2003-07-25 Thread Daniel C. Sobral
Ahmed Al-Hindawi wrote: This is not the problem. We know what is the purpose of swap data. It is swaping when there is more than suffiecient memory to do so. There is disk activity on the swap disk (I have a seperate disk for faster access) even when there is enough memory to suit my request

Re: We have ath, now what about Broadcom?

2003-07-25 Thread Brooks Davis
On Fri, Jul 25, 2003 at 06:36:55AM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Adrian Chadd [EMAIL PROTECTED] writes: : On Thu, Jul 24, 2003, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Chris BeHanna [EMAIL PROTECTED] writes: : :

authenticated tftp

2003-07-25 Thread Robert Watson
Yeah, seems like an oxy-moron, but this is a legitimate question, I promise. My linksys wireless router requires me to disable the admin password on it to tftp a firmware update to it--however, the Windows tftp client that Linksys ships appear to support some form of Oh yeah, and here's a

Re: Problem with AHC driver.

2003-07-25 Thread Adam Kranzel
On Friday 25 July 2003 10:08, Scott Long wrote: Try disabling ACPI. snip ACPI is already disabled (with 'hint.acpi.0.disabled=1' in /boot/device.hints) I should have mentioned that, sorry. Any other suggestions? -Adam ___ [EMAIL PROTECTED]

Re: Alpha/EISA broken?

2003-07-25 Thread Wilko Bulte
On Fri, Jul 25, 2003 at 07:02:09PM +0200, Bernd Walter wrote: eisab0: PCI-EISA bridge at device 7.0 on pci0 halted CPU 0 halt code = 7 machine check while in PAL mode PC = 18100 Any idea what gives? Sounds like an SRM problem or EISA configuration problem. Normaly the

[current tinderbox] failure on amd64/amd64

2003-07-25 Thread Tinderbox
TB --- 2003-07-25 17:38:50 - starting CURRENT tinderbox run for amd64/amd64 TB --- 2003-07-25 17:38:50 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/amd64/amd64 TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-07-25 17:40:54 - building world TB --- cd

Sleeping on objtrm with non-sleepable locks held

2003-07-25 Thread Chris Jackman
Hola senores! I got this on the console output of my Sun E250 running a -current from ~July 12th. The machine continued running after displaying this. e250# e250# Sleeping on objtrm with the following non-sleepablelocks held: exclusive sleep mutex system map r = 0 (0xf80067e92098)

Re: authenticated tftp

2003-07-25 Thread Maxim Konovalov
On Fri, 25 Jul 2003, 13:22-0400, Robert Watson wrote: Yeah, seems like an oxy-moron, but this is a legitimate question, I promise. My linksys wireless router requires me to disable the admin password on it to tftp a firmware update to it--however, the Windows tftp client that Linksys ships

Re: 3Com 3C9340 (3C200) support

2003-07-25 Thread Wilko Bulte
On Thu, Jul 24, 2003 at 02:23:01AM -0400, Nathan Binkert wrote: I own an Abit IS7-G which includes an intergrated 3Com 3C940 card currently not supported in any FreeBSD branch to my knowledge. Some people said that the nic could world with the Tigon III driver but I haven't been able to

Re: VMWare inflicted kernel panic

2003-07-25 Thread Scott M. Likens
On Fri, 2003-07-25 at 04:54, Sawek ak wrote: vmware3-3.2.1-2237_1, rtc-2002.03.05.2_2, world built on 21-7, backtrace: (kgdb) bt #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 #1 0xc02217d9 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:372 #2 0xc0221bb8 in panic () at

Re: Memory Mangement Problem in 5.1-RELEASE

2003-07-25 Thread Tim Kientzle
Ahmed Al-Hindawi wrote: This is not the problem. We know what is the purpose of swap data. It is swaping when there is more than suffiecient memory to do so. There is disk activity on the swap disk (I have a seperate disk for faster access) even when there is enough memory to suit my request

Re: PATCH: Disable 6 byte commands for USB, firewire, ATAPICAM

2003-07-25 Thread othermark
In article [EMAIL PROTECTED], Nate Lawson wrote: Content-Type: TEXT/PLAIN; charset=US-ASCII Attached is a patch that disables ever sending 6 byte commands to buses that do not support them. Got this trap, it's sitting there at the prompt, let me know how I can help. The clie should be

Re: Memory Mangement Problem in 5.1-RELEASE

2003-07-25 Thread Ahmed Al-Hindawi
dude, I have a third of my memory free!! _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus ___ [EMAIL PROTECTED] mailing list

Re: authenticated tftp

2003-07-25 Thread Lowell Gilbert
Maxim Konovalov [EMAIL PROTECTED] writes: On Fri, 25 Jul 2003, 13:22-0400, Robert Watson wrote: Yeah, seems like an oxy-moron, but this is a legitimate question, I promise. My linksys wireless router requires me to disable the admin password on it to tftp a firmware update to

Re: PATCH: Disable 6 byte commands for USB, firewire, ATAPICAM

2003-07-25 Thread Anish Mistry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 24 July 2003 10:00 pm, Nate Lawson wrote: Attached is a patch that disables ever sending 6 byte commands to buses that do not support them. Numerous USB devices hang when receiving a 6 byte command. For testing, this patch comments

Re: Floppyless release build of sparc64

2003-07-25 Thread David O'Brien
On Thu, Jul 24, 2003 at 11:50:10PM +0300, Ruslan Ermilov wrote: boot.flp is actually useful on sparc64 because you can dd it to a disk from solaris and then boot off it to install. I'm happy with having the option of not building it if it saves time but please make it an option.

Re: authenticated tftp

2003-07-25 Thread Tim Kientzle
On Fri, 25 Jul 2003, 13:22-0400, Robert Watson wrote: Yeah, seems like an oxy-moron, but this is a legitimate question, I promise. My linksys wireless router requires me to disable the admin password on it to tftp a firmware update to it--however, the Windows tftp client that Linksys ships appear

Re: make release broken [FIX]

2003-07-25 Thread David O'Brien
On Tue, Jul 22, 2003 at 02:26:34PM -0400, John Baldwin wrote: On 22-Jul-2003 Ruslan Ermilov wrote: Hi! As many of you probably know, recent telnet commit broke snapshot building. Since I needed a working make release to go on with my task on floppy-less make release (for AMD64,

Re: make release broken [FIX]

2003-07-25 Thread Ruslan Ermilov
On Fri, Jul 25, 2003 at 01:59:40PM -0700, David O'Brien wrote: On Tue, Jul 22, 2003 at 02:26:34PM -0400, John Baldwin wrote: On 22-Jul-2003 Ruslan Ermilov wrote: Hi! As many of you probably know, recent telnet commit broke snapshot building. Since I needed a working make

Re: Floppyless release build of sparc64

2003-07-25 Thread Ruslan Ermilov
On Fri, Jul 25, 2003 at 01:39:14PM -0700, David O'Brien wrote: On Thu, Jul 24, 2003 at 11:50:10PM +0300, Ruslan Ermilov wrote: boot.flp is actually useful on sparc64 because you can dd it to a disk from solaris and then boot off it to install. I'm happy with having the option of

Re: Alpha/EISA broken?

2003-07-25 Thread Ruslan Ermilov
On Fri, Jul 25, 2003 at 05:49:15PM +0100, Mark Murray wrote: Wilko Bulte writes: GENERIC kernel also has above error. Remove eisa, and the boot goes straight to panic (no clock). That is because your clock sits behind eisa I think. ticso recently posted some days ago that eisa is

Re: Buildworld problem in 5.1-CURRENT

2003-07-25 Thread Christopher Johnson
On Fri, 25 Jul 2003, Craig Rodrigues wrote: On Fri, Jul 25, 2003 at 08:13:58AM -0700, Christopher Johnson wrote: I cvsup'ed this morning and buildworld failed: ... === lib/libpam/modules/pam_echo cc -O2 -pipe -march=pentiumpro What is in your

Re: Buildworld /rescue failures - fixed...

2003-07-25 Thread Garance A Drosihn
At 8:13 AM -0700 7/25/03, Christopher Johnson wrote: I should probably note that: -This was done with 'make -DNO_RESCUE buildworld' as per UPDATING Based on the results seen in another thread on this mailing list, I think it should be true that NO_RESCUE is no longer necessary. /usr/src/UPDATING

[current tinderbox] failure on powerpc/powerpc

2003-07-25 Thread Tinderbox
TB --- 2003-07-25 22:07:54 - starting CURRENT tinderbox run for powerpc/powerpc TB --- 2003-07-25 22:07:54 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/powerpc/powerpc TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -A src TB --- 2003-07-25 22:09:47 - building world TB

gcc related -current upgrade problems

2003-07-25 Thread John
hi, I'm attempting to upgrade a few month old -current: FreeBSD 8ball.rtp.freebsd.org. 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Apr 24 23:27:15 rm -rf src obj cd /usr cvs -Rqd /home/ncvs co -P src cd src make buildkernel . . . /usr/src/gnu/usr.bin/cc/cc_tools/freebsd-native.h:62:25: attempt

Re: gcc related -current upgrade problems

2003-07-25 Thread Barney Wolff
On Fri, Jul 25, 2003 at 06:46:50PM -0400, John wrote: rm -rf src obj cd /usr cvs -Rqd /home/ncvs co -P src cd src make buildkernel You can't buildkernel before buildworld. Do read UPDATING and the handbook. -- Barney Wolff http://www.databus.com/bwresume.pdf I'm available by

Re: gcc related -current upgrade problems

2003-07-25 Thread John
- Barney Wolff's Original Message - On Fri, Jul 25, 2003 at 06:46:50PM -0400, John wrote: rm -rf src obj cd /usr cvs -Rqd /home/ncvs co -P src cd src make buildkernel ggrrr.. that should be: 13 make buildworld /tmp/b.log 21 You can't buildkernel before buildworld.

Re: gcc related -current upgrade problems

2003-07-25 Thread James Tanis
Has anybody had problems compiling, kde most notably, with gcc3.3 in -current? I'd post the error, which seemed STL related, but I thought I'd ask first. I tried installing the stlport port on the offchance this would fix the problem, but that also came to (a much quicker) screeching

Re: gcc related -current upgrade problems

2003-07-25 Thread Scott M. Likens
On Fri, 2003-07-25 at 16:38, James Tanis wrote: Has anybody had problems compiling, kde most notably, with gcc3.3 in -current? I'd post the error, which seemed STL related, but I thought I'd ask first. I tried installing the stlport port on the offchance this would fix the problem,

Re: gcc related -current upgrade problems

2003-07-25 Thread Will Andrews
On Fri, Jul 25, 2003 at 05:45:10PM -0700, Scott M. Likens wrote: These issues have been addressed in KDE 3.1.3 if you're patient enough for Will to work out the kinks the ports will be updated in a week or less. Much more likely someone else on kde-freebsd is going to solve those problems, if

Re: Memory Mangement Problem in 5.1-RELEASE

2003-07-25 Thread Shawn
On Fri, 2003-07-25 at 15:00, Ahmed Al-Hindawi wrote: dude, I have a third of my memory free!! Please read the following: http://www.daemonnews.org/21/freebsd_vm.html The above will give great indepth examples of how one version (I assume it's still the same roughly) of the FreeBSD VM works.

xemacs hangs with -current

2003-07-25 Thread Yamada Ken Takeshi
With these one week cvsup'd current, my xemacs hangs quite easily with operation like moving cursor beyond the end of line, some random mouse clicking, etc. (signal related??) Any fix, or suggestions? I am using ; A) FreeBSD 5.1-CURRENT #12: Fri Jul 25 23:37:43 JST 2003 CPU: Intel

LiveCD FBSD Current

2003-07-25 Thread Sebastian Yepes [ESN]
Hi all I have made a liveCD of FreeBSD Current and it boot's and looks like it run ok.. The only problem i am haveing is with the md system.. it dus not let me do the newfs on the md dev, i have runing devfs and mounted the procfs.. mdcondig -a -t malloc -s 2m -u 0 - work's ok newfs /dev/md0

Re: Memory Mangement Problem in 5.1-RELEASE

2003-07-25 Thread Matthias Buelow
Ahmed Al-Hindawi wrote: dude, I have a third of my memory free!! does vmstat agree? is kernel/userland in sync? -- Matthias Buelow; [EMAIL PROTECTED],informatik.uni-wuerzburg.de} ___ [EMAIL PROTECTED] mailing list

Re: LiveCD FBSD Current

2003-07-25 Thread Kris Kennaway
On Sat, Jul 26, 2003 at 06:31:03AM +0200, Sebastian Yepes [ESN] wrote: Hi all I have made a liveCD of FreeBSD Current and it boot's and looks like it run ok.. The only problem i am haveing is with the md system.. it dus not let me do the newfs on the md dev, i have runing devfs and