Hi all, which limit do I need to change as it's able to start with '-m 350m' or less? Here it says data-* http://marc.info/?l=openbsd-ports&m=128031574632013&w=2 , but I have it more then 500 and it's not able to start with more then 350
$ qemu --version QEMU PC emulator version 0.12.4, Copyright (c) 2003-2008 Fabrice Bellard $ $ ls -lh total 384 -rw-r--r-- 1 username users 256K Aug 31 15:36 sol10.img $ file sol10.img sol10.img: Qemu Image, Format: Qcow , Version: 2 $ $ ulimit -a time(cpu-seconds) unlimited file(blocks) unlimited coredump(blocks) unlimited data(kbytes) 524288 stack(kbytes) 4096 lockedmem(kbytes) 1112957 memory(kbytes) 3336868 nofiles(descriptors) 128 processes 128 $ vi /etc/login.conf ..... default:\ :path=/usr/bin /bin /usr/sbin /sbin /usr/X11R6/bin /usr/local/bin:\ :umask=022:\ :datasize-max=512M:\ :datasize-cur=512M:\ :maxproc-max=256:\ :maxproc-cur=128:\ :openfiles-cur=128:\ :stacksize-cur=4M:\ :localcipher=blowfish,6:\ :ypcipher=old:\ :tc=auth-defaults:\ :tc=auth-ftp-defaults: ...... $ $ qemu -m 1024m -boot c -hda sol10.img -cdrom ../Downloads/iso/sol-10-u8-ga-x86-dvd.iso Abort trap (core dumped) $ ls -lh total 834624 -rw------- 1 username users 407M Sep 1 21:01 qemu.core -rw-r--r-- 1 username users 256K Aug 31 15:36 sol10.img $ file qemu.core qemu.core: ELF 32-bit LSB core file Intel 80386, version 1 $ gdb `which qemu` qemu.core GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-openbsd4.8"...(no debugging symbols found) Core was generated by `qemu'. Program terminated with signal 6, Aborted. Reading symbols from /usr/lib/libpthread.so.12.1...done. Loaded symbols for /usr/lib/libpthread.so.12.1 Symbols already loaded for /usr/lib/libpthread.so.12.1 Reading symbols from /usr/lib/libutil.so.11.1...done. Loaded symbols for /usr/lib/libutil.so.11.1 Reading symbols from /usr/lib/libossaudio.so.3.1...done. Loaded symbols for /usr/lib/libossaudio.so.3.1 Reading symbols from /usr/local/lib/libSDL.so.8.0...done. Loaded symbols for /usr/local/lib/libSDL.so.8.0 Reading symbols from /usr/X11R6/lib/libX11.so.13.0...done. Loaded symbols for /usr/X11R6/lib/libX11.so.13.0 Reading symbols from /usr/lib/libm.so.5.2...done. Loaded symbols for /usr/lib/libm.so.5.2 Reading symbols from /usr/lib/libz.so.4.1...done. Loaded symbols for /usr/lib/libz.so.4.1 Reading symbols from /usr/lib/libc.so.56.0...done. Loaded symbols for /usr/lib/libc.so.56.0 Reading symbols from /usr/local/lib/libiconv.so.6.0...done. Loaded symbols for /usr/local/lib/libiconv.so.6.0 Reading symbols from /usr/lib/libsndio.so.3.3...done. Loaded symbols for /usr/lib/libsndio.so.3.3 Reading symbols from /usr/lib/libusbhid.so.3.0...done. Loaded symbols for /usr/lib/libusbhid.so.3.0 Reading symbols from /usr/X11R6/lib/libxcb.so.2.2...done. Loaded symbols for /usr/X11R6/lib/libxcb.so.2.2 Reading symbols from /usr/X11R6/lib/libpthread-stubs.so.0.0...done. Loaded symbols for /usr/X11R6/lib/libpthread-stubs.so.0.0 Reading symbols from /usr/X11R6/lib/libXau.so.9.0...done. Loaded symbols for /usr/X11R6/lib/libXau.so.9.0 Reading symbols from /usr/X11R6/lib/libXdmcp.so.10.0...done. Loaded symbols for /usr/X11R6/lib/libXdmcp.so.10.0 Reading symbols from /usr/libexec/ld.so...done. Loaded symbols for /usr/libexec/ld.so #0 0x02c46f3d in kill () from /usr/lib/libc.so.56.0 (gdb) bt #0 0x02c46f3d in kill () from /usr/lib/libc.so.56.0 #1 0x02ca0b25 in abort () at /usr/src/lib/libc/stdlib/abort.c:68 #2 0x1c0661d5 in ?? () #3 0x3ff00000 in ?? () #4 0x3ff00000 in ?? () #5 0xcfbee4d8 in ?? () #6 0x1c0661fa in ?? () #7 0x00001000 in ?? () #8 0x3ff00000 in ?? () #9 0xcfbee4f8 in ?? () #10 0x1c0d2c5d in ?? () #11 0x3ff00000 in ?? () #12 0x000000ff in ?? () #13 0x00000060 in ?? () #14 0x00000001 in ?? () #15 0x3ff00000 in ?? () #16 0x3c01f3dd in ?? () #17 0xcfbee5a8 in ?? () #18 0x1c03c97c in ?? () #19 0x3ff00000 in ?? () #20 0x000a0000 in ?? () #21 0x000a0000 in ?? () #22 0x00000000 in ?? () (gdb) i r eax 0x0 0 ecx 0x0 0 edx 0x6d7c 28028 ebx 0x22c17024 583102500 esp 0xcfbee48c 0xcfbee48c ebp 0xcfbee4b8 0xcfbee4b8 esi 0x85464000 -2058993664 edi 0xcfbee4a8 -809573208 eip 0x2c46f3d 0x2c46f3d eflags 0x286 646 cs 0x2b 43 ss 0x33 51 ds 0x33 51 es 0x33 51 fs 0x33 51 gs 0x33 51 (gdb) quit $ $ dmesg OpenBSD 4.8-current (GENERIC.MP) #373: Tue Aug 31 22:09:07 MDT 2010 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC.MP RTC BIOS diagnostic error 11<memory_size> cpu0: Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz ("GenuineIntel" 686-class) 2.93 GHz cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3 ,CX16,xTPR,PDCM,SSE4.1,XSAVE real mem = 3487125504 (3325MB) avail mem = 3420106752 (3261MB) mainbus0 at root bios0 at mainbus0: AT/286+ BIOS, date 02/13/10, BIOS32 rev. 0 @ 0xffea0, SMBIOS rev. 2.5 @ 0xf0450 (82 entries) bios0: vendor Dell Inc. version "A03" date 02/13/2010 bios0: Dell Inc. OptiPlex 780 acpi0 at bios0: rev 2 acpi0: sleep states S0 S3 S4 S5 acpi0: tables DSDT FACP SSDT APIC BOOT ASF! MCFG HPET DMAR SLIC SSDT SSDT SSDT acpi0: wakeup devices VBTN(S4) PCI0(S5) PCI4(S5) PCI3(S5) PCI1(S5) PCI5(S5) PCI6(S5) MOU_(S3) USB0(S3) USB1(S3) USB2(S3) USB3(S3) USB4(S3) USB5(S3) acpitimer0 at acpi0: 3579545 Hz, 24 bits acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat cpu0 at mainbus0: apid 0 (boot processor) cpu0: apic clock running at 265MHz cpu1 at mainbus0: apid 1 (application processor) cpu1: Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz ("GenuineIntel" 686-class) 2.93 GHz cpu1: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUS H,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3 ,CX16,xTPR,PDCM,SSE4.1,XSAVE ioapic0 at mainbus0: apid 8 pa 0xfec00000, version 20, 24 pins ioapic0: misconfigured as apic 0, remapped to apid 8 acpihpet0 at acpi0: 14318179 Hz acpiprt0 at acpi0: bus 4 (PCI4) acpiprt1 at acpi0: bus 2 (PCI2) acpiprt2 at acpi0: bus 3 (PCI3) acpiprt3 at acpi0: bus 1 (PCI1) acpiprt4 at acpi0: bus -1 (PCI5) acpiprt5 at acpi0: bus -1 (PCI6) acpiprt6 at acpi0: bus 0 (PCI0) acpicpu0 at acpi0: C1, PSS acpicpu1 at acpi0: C1, PSS acpibtn0 at acpi0: VBTN bios0: ROM list: 0xc0000/0x10000 0xd0000/0x2000! 0xd2000/0x2800! 0xd4800/0x3800 cpu0: Enhanced SpeedStep 2926 MHz: speeds: 2933, 2667, 2400, 2133, 1867, 1600 MHz pci0 at mainbus0 bus 0: configuration mode 1 (bios) pchb0 at pci0 dev 0 function 0 "Intel Q45 Host" rev 0x03 ppb0 at pci0 dev 1 function 0 "Intel Q45 PCIE" rev 0x03: apic 8 int 16 (irq 11) pci1 at ppb0 bus 1 vga1 at pci1 dev 0 function 0 "ATI Radeon HD 3470" rev 0x00 wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation) wsdisplay0: screen 1-5 added (80x25, vt100 emulation) radeondrm0 at vga1: apic 8 int 16 (irq 11) drm0 at radeondrm0 em0 at pci0 dev 25 function 0 "Intel ICH10 D BM LM" rev 0x02: apic 8 int 21 (irq 10), address XX:XX:XX:XX:XX:XX uhci0 at pci0 dev 26 function 0 "Intel 82801JD USB" rev 0x02: apic 8 int 16 (irq 11) uhci1 at pci0 dev 26 function 1 "Intel 82801JD USB" rev 0x02: apic 8 int 17 (irq 9) uhci2 at pci0 dev 26 function 2 "Intel 82801JD USB" rev 0x02: apic 8 int 22 (irq 3) ehci0 at pci0 dev 26 function 7 "Intel 82801JD USB" rev 0x02: apic 8 int 22 (irq 3) usb0 at ehci0: USB revision 2.0 uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1 azalia0 at pci0 dev 27 function 0 "Intel 82801JD HD Audio" rev 0x02: apic 8 int 16 (irq 11) azalia0: codecs: Analog Devices AD1984A audio0 at azalia0 ppb1 at pci0 dev 28 function 0 "Intel 82801JD PCIE" rev 0x02: apic 8 int 16 (irq 11) pci2 at ppb1 bus 2 ppb2 at pci0 dev 28 function 1 "Intel 82801JD PCIE" rev 0x02: apic 8 int 17 (irq 9) pci3 at ppb2 bus 3 uhci3 at pci0 dev 29 function 0 "Intel 82801JD USB" rev 0x02: apic 8 int 23 (irq 10) uhci4 at pci0 dev 29 function 1 "Intel 82801JD USB" rev 0x02: apic 8 int 17 (irq 9) uhci5 at pci0 dev 29 function 2 "Intel 82801JD USB" rev 0x02: apic 8 int 18 (irq 10) ehci1 at pci0 dev 29 function 7 "Intel 82801JD USB" rev 0x02: apic 8 int 23 (irq 10) usb1 at ehci1: USB revision 2.0 uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1 ppb3 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0xa2 pci4 at ppb3 bus 4 pcib0 at pci0 dev 31 function 0 "Intel 82801JDO LPC" rev 0x02 ahci0 at pci0 dev 31 function 2 "Intel 82801JD AHCI" rev 0x02: apic 8 int 18 (irq 10), AHCI 1.2 ahci0: PHY offline on port 2 ahci0: PHY offline on port 3 scsibus0 at ahci0: 32 targets sd0 at scsibus0 targ 0 lun 0: <ATA, WDC WD2500AAJS-7, 02.0> SCSI3 0/direct fixed sd0: 238418MB, 512 bytes/sec, 488281250 sec total cd0 at scsibus0 targ 1 lun 0: <TSSTcorp, DVD+-RW TS-H653G, DW10> ATAPI 5/cdrom removable ichiic0 at pci0 dev 31 function 3 "Intel 82801JD SMBus" rev 0x02: apic 8 int 18 (irq 10) iic0 at ichiic0 spdmem0 at iic0 addr 0x50: 2GB DDR3 SDRAM PC3-10600 spdmem1 at iic0 addr 0x52: 2GB DDR3 SDRAM PC3-10600 usb2 at uhci0: USB revision 1.0 uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb3 at uhci1: USB revision 1.0 uhub3 at usb3 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb4 at uhci2: USB revision 1.0 uhub4 at usb4 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb5 at uhci3: USB revision 1.0 uhub5 at usb5 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb6 at uhci4: USB revision 1.0 uhub6 at usb6 "Intel UHCI root hub" rev 1.00/1.00 addr 1 usb7 at uhci5: USB revision 1.0 uhub7 at usb7 "Intel UHCI root hub" rev 1.00/1.00 addr 1 isa0 at pcib0 isadma0 at isa0 com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo pckbc0 at isa0 port 0x60/5 pckbd0 at pckbc0 (kbd slot) pckbc0: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard, using wsdisplay0 pcppi0 at isa0 port 0x61 spkr0 at pcppi0 lpt0 at isa0 port 0x378/4 irq 7 npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16 mtrr: Pentium Pro MTRR support uvideo0 at uhub1 port 6 configuration 1 interface 0 "Microsoft Microsoft\M-. LifeCam Cinema(TM)" rev 2.00/1.05 addr 2 video0 at uvideo0 uaudio0 at uhub1 port 6 configuration 1 interface 2 "Microsoft Microsoft\M-. LifeCam Cinema(TM)" rev 2.00/1.05 addr 2 uaudio0: audio rev 1.00, 2 mixer controls audio1 at uaudio0 uaudio1 at uhub5 port 2 configuration 1 interface 0 "JABRA GN 2000 USB OC" rev 2.00/2.00 addr 2 uaudio1: audio rev 1.00, 5 mixer controls audio2 at uaudio1 uhidev0 at uhub5 port 2 configuration 1 interface 3 "JABRA GN 2000 USB OC" rev 2.00/2.00 addr 2 uhidev0: iclass 3/0 uhid0 at uhidev0: input=1, output=1, feature=0 uhidev1 at uhub2 port 1 configuration 1 interface 0 "Dell Dell Smart Card Reader Keyboard" rev 2.00/1.00 addr 2 uhidev1: iclass 3/1 ukbd0 at uhidev1: 8 modifier keys, 6 key codes wskbd1 at ukbd0 mux 1 wskbd1: connecting to wsdisplay0 uhidev2 at uhub2 port 2 configuration 1 interface 0 "DELL DELL USB Laser Mouse" rev 2.00/57.00 addr 3 uhidev2: iclass 3/1 ums0 at uhidev2: 8 buttons, Z dir wsmouse0 at ums0 mux 0 softraid0 at root root on sd0a swap on sd0b dump on sd0b $ -- bIf youbre good at something, never do it for free.bB bThe Joker