DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 21st March 2013
Destorni Destorni is offline
New User
 
Join Date: Mar 2013
Posts: 6
Default Problems after fresh OpenBSD installation

Hi, yesterday I installed Openbsd 5.2 amd64 in a computer with Asrock Motheboard, Intel dual core processor, 8 gb ram and 500 HD.
OpenBsd is the only system installed right now, but till I installed it I kept Freebsd and Windows 7 systems without problems.
My main problem which is driving me crazy is the SSHD service can't be started, when launching it I just get "sshd(failed)" without any detail in secure, and daemons logs.
I need to get the sshd service working in order to fix the video problem when launching the X enviroment...
Thank you in advance for any help you can bring.
Reply With Quote
  #2   (View Single Post)  
Old 21st March 2013
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

Hello, and welcome!
  1. Use the -d option of the rc.d scripting subsystem to get more information: # /etc/rc.d/sshd -d start
  2. Check /var/log files for any syslogged diagnostics: /var/log/authlog, /var/log/daemon, and /var/log/messages.
Reply With Quote
  #3   (View Single Post)  
Old 22nd March 2013
daemonfowl daemonfowl is offline
bsdstudent
 
Join Date: Jan 2012
Location: DaemonLand
Posts: 834
Default

What can I say ? these are MEANINGFUL SIGNALS -not noise- .. I've always benefited from your posts , teacher jggimi .. Thanks you !!
Reply With Quote
  #4   (View Single Post)  
Old 22nd March 2013
Destorni Destorni is offline
New User
 
Join Date: Mar 2013
Posts: 6
Default

Quote:
Originally Posted by jggimi View Post
Hello, and welcome!
  1. Use the -d option of the rc.d scripting subsystem to get more information: # /etc/rc.d/sshd -d start
  2. Check /var/log files for any syslogged diagnostics: /var/log/authlog, /var/log/daemon, and /var/log/messages.
Thank you very much, still did not solve the problem but you guided me, now i can see the problem, "Could not load host key: /etc/ssh/ssh_host_rsa_ky
dsa, ecdsa,etc...
sshd: no hostkeys avaible --exiting doing rc_rm_runfile
(failed)

Ill solve these issues with this info then, and ill report back the results.
Reply With Quote
  #5   (View Single Post)  
Old 22nd March 2013
Destorni Destorni is offline
New User
 
Join Date: Mar 2013
Posts: 6
Default

I applied this solution and worked, thank you very much.

knowledge-republic.com/CRM/2011/12/could-not-load-host-key-etcsshssh_host_rsa_key-could-not-load-host-key-etcsshssh_host_dsa_key/
Reply With Quote
  #6   (View Single Post)  
Old 22nd March 2013
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,975
Default

I have never seen a problem like this one.

On first boot after install, or on any subsequent boot after deleting host keys, the rc(8) subsystem will automatically create keys.

Perhaps you manually halted the process with CTRL-C? Or perhaps /etc is mounted read-only? Your first /var/log/messages might show the error produced from the automatic ssh-keygen step.

Here is the make_keys() routine from /etc/rc at 5.2-release:
Code:
make_keys()
{
    if [ X"${named_flags}" != X"NO" ]; then
        if ! cmp -s /etc/rndc.key /var/named/etc/rndc.key ; then
            echo -n "rndc-confgen: generating shared secret... "
            if rndc-confgen -a -t /var/named >/dev/null 2>&1; then
                chmod 0640 /var/named/etc/rndc.key \
                    >/dev/null 2>&1
                echo done.
            else
                echo failed.
            fi
        fi
    fi

    if [ ! -f /etc/isakmpd/private/local.key ]; then
        echo -n "openssl: generating isakmpd/iked RSA key... "
        if openssl genrsa -out /etc/isakmpd/private/local.key 2048 \
            >/dev/null 2>&1; then
            chmod 600 /etc/isakmpd/private/local.key
            openssl rsa -out /etc/isakmpd/local.pub -in \
                /etc/isakmpd/private/local.key -pubout \
                >/dev/null 2>&1
            echo done.
        else
            echo failed.
        fi
    fi

    if [ ! -f /etc/iked/private/local.key ]; then
        # Just copy the generated isakmpd key
        cp /etc/isakmpd/private/local.key /etc/iked/private/local.key
        chmod 600 /etc/iked/private/local.key
        cp /etc/isakmpd/local.pub /etc/iked/local.pub
    fi

    ssh-keygen -A
}

Last edited by jggimi; 22nd March 2013 at 05:16 PM. Reason: clarity
Reply With Quote
  #7   (View Single Post)  
Old 22nd March 2013
Destorni Destorni is offline
New User
 
Join Date: Mar 2013
Posts: 6
Default Video

Thank you a lot jggimi.

My second problem is video linked,
When doing startx the system freezes and the screen goes black, I tried to connect through ssh to check what happens but due the machine freezes I can't read the log which is empty after restarting from the case button (CTRL+ALT+DEL dont work).
Below I paste what happens when running startx before freezing,and what happens when trying to run "X -configure", I also paste the Xorg.0.log content after runing the second command, the hardware is an Asrock H61M-VS motherboard with Intel HD Graphics 2000/3000 .
sorry for continuing this post, if you wish, ill remove this post and i[ll create a new thread. (just dont know if such newbie questions are important for the forum)
Code:
#startx


X.Org X Server 1.12.2
Release Date: 2012-05-29
X Protocol Version 11, Revision 0
Build Operating System: OpenBSD 5.2 amd64
Current Operating System: OpenBSD BSDBOX.siemens 5.2 GENERIC.MP#368 amd64
Build Date: 22 July 2012  10:13:23PM

Current version of pixman: 0.24.4
        Before reporting problems, check [
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 22 18:47:11 2013
(==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
__________________________________________________ ___________________
Code:
# X -configure

X.Org X Server 1.12.2
Release Date: 2012-05-29
X Protocol Version 11, Revision 0
Build Operating System: OpenBSD 5.2 amd64
Current Operating System: OpenBSD BSDBOX.siemens 5.2 GENERIC.MP#368 amd64
Build Date: 22 July 2012  10:13:23PM

Current version of pixman: 0.24.4
        Before reporting problems, check [
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 22 19:09:00 2013
List of video drivers:
        apm
        ark
        ati
        cirrus
        dummy
        glint
        i128
        intel
        mach64
        mga
        neomagic
        nv
        openchrome
        r128
        radeonold
        s3
        s3virge
        savage
        siliconmotion
        sis
        tdfx
        trident
        wsudl
wsudl
        vmware
        vesa
(==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
Segmentation fault at address 0x28

Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting


Please consult the The X.Org Foundation support
         at 
 for help.
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

Server terminated with error (1). Closing log file.
Abort trap
#
__________________________________________________ __________________
Code:
# cd /var/log/
# less Xorg.0.log
[   277.702]
X.Org X Server 1.12.2
Release Date: 2012-05-29
[   277.702] X Protocol Version 11, Revision 0
[   277.702] Build Operating System: OpenBSD 5.2 amd64
[   277.702] Current Operating System: OpenBSD BSDBOX.siemens 5.2 GENERIC.MP#368 amd64
[   277.703] Build Date: 22 July 2012  10:13:23PM
[   277.703]
[   277.703] Current version of pixman: 0.24.4
[   277.703]    Before reporting problems, check [
        to make sure that you have the latest version.
[   277.703] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   277.703] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 22 19:09:00 2013
[   277.703] (II) Loader magic: 0x79a6c0
[   277.703] (II) Module ABI versions:
[   277.703]    X.Org ANSI C Emulation: 0.4
[   277.703]    X.Org Video Driver: 12.0
[   277.703]    X.Org XInput driver : 16.0
[   277.703]    X.Org Server Extension : 6.0, I also paste the Xorg.0.log content after runing the second command, the hardware is an Asrock H61M-VS motherboard with Intel HD Graphics 2000/3000 .
sorry for continuing this post, if you wish, ill remove this post and i[ll create a new thread. (just dont know if such newbie questions are important for the forum)
Code:
#startx


X.Org X Server 1.12.2
Release Date: 2012-05-29
X Protocol Version 11, Revision 0
Build Operating System: OpenBSD 5.2 amd64
Current Operating System: OpenBSD BSDBOX.siemens 5.2 GENERIC.MP#368 amd64
Build Date: 22 July 2012  10:13:23PM

Current version of pixman: 0.24.4
        Before reporting problems, check [
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 22 19:09:00 2013
[   277.703] (II) Loader magic: 0x79a6c0
[   277.703] (II) Module ABI versions:
[   277.703]    X.Org ANSI C Emulation: 0.4
[   277.703]    X.Org Video Driver: 12.0
[   277.703]    X.Org XInput driver : 16.0
[   277.703]    X.Org Server Extension : 6.0
__________________________________________________ _____
Code:
dmesg

spkr0 at pcppi0
lpt0 at isa0 port 0x378/4 irq 7
wbsio0 at isa0 port 0x2e/2: W83627DHG-P rev 0x73
lm1 at wbsio0 port 0x290/8: W83627DHG
mtrr: Pentium Pro MTRR support
uhub2 at uhub0 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
uhub3 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
uhidev0 at uhub3 port 4 configuration 1 interface 0 "Trust USB OPTICAL MOUSE" rev 1.10/1.00 addr 3
uhidev0: iclass 3/1, 1 report id
ums0 at uhidev0 reportid 1: 3 buttons, Z dir
wsmouse0 at ums0 mux 0
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
scsibus2 at softraid0: 256 targets
root on sd0a (3c339dfdcb77d17a.a) swap on sd0b dump on sd0b
WARNING: / was not properly unmounted
OpenBSD 5.2 (GENERIC.MP) #368: Wed Aug  1 10:04:49 MDT 2012
    deraadt@amd64.openbsd.org:/usr/src/s...ile/GENERIC.MP
real mem = 8277872640 (7894MB)
avail mem = 8035143680 (7662MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xef2d0 (20 entries)
bios0: vendor American Megatrends Inc. version "P2.10" date 03/12/2012
bios0: ASRock H61M-VS
acpi0 at bios0: rev 2
acpi0: sleep states S0 S1 S3 S4 S5
acpi0: tables DSDT FACP APIC MCFG SSDT AAFT HPET SSDT SSDT SSDT BGRT
acpi0: wakeup devices PS2K(S3) PS2M(S3) UAR1(S4) P0P1(S4) USB1(S3) USB2(S3) USB3(S3) USB4(S3) USB5(S3) USB6(S3) USB7(S3) RP01(S4) RP02(S4) RP03(S4) RP04(S4) RP05(S4) RP06(S4) RP07(S4) RP08(S4) PEGP(S4) PEG0(S4) PEG1(S4) PEG2(S4) PEG3(S4) GLAN(S4) EHC1(S4) EHC2(S4) XHC_(S4) HDEF(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Pentium(R) CPU G620 @ 2.60GHz, 2594.45 MHz
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,PCLMUL,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,XSAVE,NXE,LONG,LAHF
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: apic clock running at 99MHz
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Pentium(R) CPU G620 @ 2.60GHz, 2594.11 MHz
cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,PCLMUL,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,XSAVE,NXE,LONG,LAHF
cpu1: 256KB 64b/line 8-way L2 cache
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
acpimcfg0 at acpi0 addr 0xf8000000, bus 0-63
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (P0P1)
acpiprt2 at acpi0: bus 1 (RP01)
acpiprt3 at acpi0: bus -1 (RP02)
acpiprt4 at acpi0: bus 2 (RP03)
acpiprt5 at acpi0: bus -1 (RP04)
acpiprt6 at acpi0: bus -1 (RP05)
acpiprt7 at acpi0: bus -1 (RP06)
acpiprt8 at acpi0: bus -1 (RP07)
acpiprt9 at acpi0: bus -1 (RP08)
acpiprt10 at acpi0: bus -1 (PEG0)
acpiprt11 at acpi0: bus -1 (PEG1)
acpiprt12 at acpi0: bus -1 (PEG2)
acpiprt13 at acpi0: bus -1 (PEG3)
acpiec0 at acpi0: Failed to read resource settings
acpicpu0 at acpi0: C3, C2, C1, PSS
acpicpu1 at acpi0: C3, C2, C1, PSS
acpibat0 at acpi0: BAT0 not present
acpibat1 at acpi0: BAT1 not present
acpibat2 at acpi0: BAT2 not present
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: LID0
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD02
cpu0: Enhanced SpeedStep 2594 MHz: speeds: 2600, 2500, 2400, 2300, 2200, 2100, 2000, 1900, 1800, 1700, 1600 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 2G Host" rev 0x09
vga1 at pci0 dev 2 function 0 "Intel HD Graphics 2000" rev 0x09
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
intagp0 at vga1
agp0 at intagp0: aperture at 0xe0000000, size 0x10000000
inteldrm0 at vga1: apic 2 int 16
drm0 at inteldrm0
"Intel 6 Series MEI" rev 0x04 at pci0 dev 22 function 0 not configured
ehci0 at pci0 dev 26 function 0 "Intel 6 Series USB" rev 0x05: apic 2 int 16
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 6 Series HD Audio" rev 0x05: msi
azalia0: codecs: VIA/0x4397
audio0 at azalia0
ppb0 at pci0 dev 28 function 0 "Intel 6 Series PCIE" rev 0xb5: msi
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 2 "Intel 6 Series PCIE" rev 0xb5: msi
pci2 at ppb1 bus 2
alc0 at pci2 dev 0 function 0 "Attansic Technology L2C" rev 0xc1: msi, address 00:25:22:c7:c5:28
atphy0 at alc0 phy 0: F2 10/100 PHY, rev. 5
ehci1 at pci0 dev 29 function 0 "Intel 6 Series USB" rev 0x05: apic 2 int 23
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
pcib0 at pci0 dev 31 function 0 "Intel H61 LPC" rev 0x05
ahci0 at pci0 dev 31 function 2 "Intel 6 Series AHCI" rev 0x05: msi, AHCI 1.3
scsibus0 at ahci0: 32 targets
sd0 at scsibus0 targ 0 lun 0: <ATA, WDC WD5000AAKX-0, 15.0> SCSI3 0/direct fixed naa.50014ee6acd7791b
sd0: 476940MB, 512 bytes/sector, 976773168 sectors
ichiic0 at pci0 dev 31 function 3 "Intel 6 Series SMBus" rev 0x05: apic 2 int 18
iic0 at ichiic0
spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600
spdmem1 at iic0 addr 0x52: 4GB DDR3 SDRAM PC3-10600
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
wbsio0 at isa0 port 0x2e/2: W83627DHG-P rev 0x73
lm1 at wbsio0 port 0x290/8: W83627DHG
mtrr: Pentium Pro MTRR support
uhub2 at uhub0 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
uhub3 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
uhidev0 at uhub3 port 4 configuration 1 interface 0 "Trust USB OPTICAL MOUSE" rev 1.10/1.00 addr 3
uhidev0: iclass 3/1, 1 report id
ums0 at uhidev0 reportid 1: 3 buttons, Z dir
wsmouse0 at ums0 mux 0
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
scsibus2 at softraid0: 256 targets
root on sd0a (3c339dfdcb77d17a.a) swap on sd0b dump on sd0b
WARNING: / was not properly unmounted
OpenBSD 5.2 (GENERIC.MP) #368: Wed Aug  1 10:04:49 MDT 2012
    deraadt@amd64.openbsd.org:/usr/src/s...ile/GENERIC.MP
real mem = 8277872640 (7894MB)
avail mem = 8035143680 (7662MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xef2d0 (20 entries)
bios0: vendor American Megatrends Inc. version "P2.10" date 03/12/2012
bios0: ASRock H61M-VS
acpi0 at bios0: rev 2
acpi0: sleep states S0 S1 S3 S4 S5
acpi0: tables DSDT FACP APIC MCFG SSDT AAFT HPET SSDT SSDT SSDT BGRT
acpi0: wakeup devices PS2K(S3) PS2M(S3) UAR1(S4) P0P1(S4) USB1(S3) USB2(S3) USB3(S3) USB4(S3) USB5(S3) USB6(S3) USB7(S3) RP01(S4) RP02(S4) RP03(S4) RP04(S4) RP05(S4) RP06(S4) RP07(S4) RP08(S4) PEGP(S4) PEG0(S4) PEG1(S4) PEG2(S4) PEG3(S4) GLAN(S4) EHC1(S4) EHC2(S4) XHC_(S4) HDEF(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Pentium(R) CPU G620 @ 2.60GHz, 2594.52 MHz
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,PCLMUL,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,XSAVE,NXE,LONG,LAHF
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: apic clock running at 99MHz
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Pentium(R) CPU G620 @ 2.60GHz, 2594.11 MHz
cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,PCLMUL,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,SSE4.1,SSE4.2,POPCNT,XSAVE,NXE,LONG,LAHF
cpu1: 256KB 64b/line 8-way L2 cache
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 24 pins
acpimcfg0 at acpi0 addr 0xf8000000, bus 0-63
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (P0P1)
acpiprt2 at acpi0: bus 1 (RP01)
acpiprt3 at acpi0: bus -1 (RP02)
acpiprt4 at acpi0: bus 2 (RP03)
acpiprt5 at acpi0: bus -1 (RP04)
acpiprt6 at acpi0: bus -1 (RP05)
acpiprt7 at acpi0: bus -1 (RP06)
acpiprt8 at acpi0: bus -1 (RP07)
acpiprt9 at acpi0: bus -1 (RP08)
acpiprt10 at acpi0: bus -1 (PEG0)
acpiprt11 at acpi0: bus -1 (PEG1)
acpiprt12 at acpi0: bus -1 (PEG2)
acpiprt13 at acpi0: bus -1 (PEG3)
acpiec0 at acpi0: Failed to read resource settings
acpicpu0 at acpi0: C3, C2, C1, PSS
acpicpu1 at acpi0: C3, C2, C1, PSS
acpibat0 at acpi0: BAT0 not present
acpibat1 at acpi0: BAT1 not present
acpibat2 at acpi0: BAT2 not present
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: LID0
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD02
cpu0: Enhanced SpeedStep 2594 MHz: speeds: 2600, 2500, 2400, 2300, 2200, 2100, 2000, 1900, 1800, 1700, 1600 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 2G Host" rev 0x09
vga1 at pci0 dev 2 function 0 "Intel HD Graphics 2000" rev 0x09
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
intagp0 at vga1
agp0 at intagp0: aperture at 0xe0000000, size 0x10000000
inteldrm0 at vga1: apic 2 int 16
drm0 at inteldrm0
"Intel 6 Series MEI" rev 0x04 at pci0 dev 22 function 0 not configured
ehci0 at pci0 dev 26 function 0 "Intel 6 Series USB" rev 0x05: apic 2 int 16
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 6 Series HD Audio" rev 0x05: msi
azalia0: codecs: VIA/0x4397
audio0 at azalia0
ppb0 at pci0 dev 28 function 0 "Intel 6 Series PCIE" rev 0xb5: msi
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 2 "Intel 6 Series PCIE" rev 0xb5: msi
pci2 at ppb1 bus 2
alc0 at pci2 dev 0 function 0 "Attansic Technology L2C" rev 0xc1: msi, address 00:25:22:c7:c5:28
atphy0 at alc0 phy 0: F2 10/100 PHY, rev. 5
ehci1 at pci0 dev 29 function 0 "Intel 6 Series USB" rev 0x05: apic 2 int 23
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
pcib0 at pci0 dev 31 function 0 "Intel H61 LPC" rev 0x05
ahci0 at pci0 dev 31 function 2 "Intel 6 Series AHCI" rev 0x05: msi, AHCI 1.3
scsibus0 at ahci0: 32 targets
sd0 at scsibus0 targ 0 lun 0: <ATA, WDC WD5000AAKX-0, 15.0> SCSI3 0/direct fixed naa.50014ee6acd7791b
sd0: 476940MB, 512 bytes/sector, 976773168 sectors
ichiic0 at pci0 dev 31 function 3 "Intel 6 Series SMBus" rev 0x05: apic 2 int 18
iic0 at ichiic0
spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600
spdmem1 at iic0 addr 0x52: 4GB DDR3 SDRAM PC3-10600
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
wbsio0 at isa0 port 0x2e/2: W83627DHG-P rev 0x73
lm1 at wbsio0 port 0x290/8: W83627DHG
mtrr: Pentium Pro MTRR support
uhub2 at uhub0 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
uhub3 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2
uhidev0 at uhub3 port 4 configuration 1 interface 0 "Trust USB OPTICAL MOUSE" rev 1.10/1.00 addr 3
uhidev0: iclass 3/1, 1 report id
ums0 at uhidev0 reportid 1: 3 buttons, Z dir
wsmouse0 at ums0 mux 0
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
scsibus2 at softraid0: 256 targets
root on sd0a (3c339dfdcb77d17a.a) swap on sd0b dump on sd0b
WARNING: / was not properly unmounted
#


I also tried setting the share memory at 128 and 64 like recommended in this post http://openbsd.7691.n7.nabble.com/st...-td219655.html and didnt work.
I tried also this http://linux-unix-open-source.105381...td5760875.html , setting vesa instead intel in the xorg.conf.new

Last edited by Destorni; 22nd March 2013 at 06:09 PM. Reason: Please use [code] & [/code] tags when posting command output.
Reply With Quote
  #8   (View Single Post)  
Old 22nd March 2013
Destorni Destorni is offline
New User
 
Join Date: Mar 2013
Posts: 6
Default

No help longer needed, researching I found OpenBSD is a bad option to be host for virtual machines, instead, I decided to use Slackware or Freebsd while Openbsd as guest for the Aparche server.Thank you anyway for all the help provided.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenBSD installation goes perfectly passthejoe OpenBSD Installation and Upgrading 4 16th November 2012 02:40 AM
OpenBSD 300 OpenBSD servers at the Internet Initiative of Japan, using fresh air cooling. vermaden News 2 10th August 2010 01:15 PM
Installation problems on X24 laptop IIMarckus OpenBSD Installation and Upgrading 6 5th September 2008 07:58 PM
OpenBSD installation failed on X RadioActive OpenBSD Installation and Upgrading 3 31st July 2008 06:43 PM
Some questions about installation of OpenBSD aleunix OpenBSD Installation and Upgrading 20 15th June 2008 11:57 AM


All times are GMT. The time now is 08:29 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick