My laptop brings to kernel debugging after closing lid.

2021-04-05 Thread dmitry.sensei
Hi All/

My laptop brings to kernel debugging after closing-openning lid.

orlov-nb$ uname -a
OpenBSD orlov-nb.lan 6.9 GENERIC.MP#453 amd64
bios0: vendor Dell Inc. version "A16" date 05/24/2018
bios0: Dell Inc. Inspiron 3721



orlov-nb$ sysctl |grep machdep
machdep.console_device=ttyC0
machdep.bios.diskinfo.128=bootdev = 0xa204, cylinders = 0, heads =
0, sectors = 0
machdep.bios.cksumlen=1
machdep.allowaperture=0
machdep.cpuvendor=GenuineIntel
machdep.cpuid=0x306a9
machdep.cpufeature=0xbffbfbff
machdep.kbdreset=0
machdep.xcrypt=0
machdep.lidaction=1
machdep.forceukbd=0
machdep.tscfreq=2494345791
machdep.invarianttsc=1
machdep.pwraction=1

what do you think is the reason for this?

What additional information can I provide?



-- 
Dmitry Orlov



How to make unveiled-Firefox as default browser ?

2020-02-27 Thread dmitry.sensei
Hi!

How to make unveiled-Firefox as default browser ?
xterm
$firefox

xterm output
** (firefox:98470): WARNING **: 14:36:29.641: Cannot set application
as default for URI scheme (http): Can’t create user MIME configuration
folder /home/dmitriy.o/.config: No such file or directory

** (firefox:98470): WARNING **: 14:36:29.641: Cannot set application
as default for URI scheme (https): Can’t create user MIME
configuration folder /home/dmitriy.o/.config: No such file or
directory

** (firefox:98470): WARNING **: 14:36:29.641: Cannot set application
as default for URI scheme (ftp): Can’t create user MIME configuration
folder /home/dmitriy.o/.config: No such file or directory

** (firefox:98470): WARNING **: 14:36:29.641: Cannot set application
as default for URI scheme (chrome): Can’t create user MIME
configuration folder /home/dmitriy.o/.config: No such file or
directory

** (firefox:98470): WARNING **: 14:36:29.642: Cannot set application
as default for MIME type (text/html): Can’t create user MIME
configuration folder /home/dmitriy.o/.config: No such file or
directory

** (firefox:98470): WARNING **: 14:36:29.642: Cannot set application
as default for extension (htm): Can’t create user MIME configuration
folder /home/dmitriy.o/.config: No such file or directory

** (firefox:98470): WARNING **: 14:36:29.642: Cannot set application
as default for MIME type (application/xhtml+xml): Can’t create user
MIME configuration folder /home/dmitriy.o/.config: No such file or
directory

** (firefox:98470): WARNING **: 14:36:29.642: Cannot set application
as default for extension (xhtml): Can’t create user MIME configuration
folder /home/dmitriy.o/.config: No such file or directory

-- 
Dmitry Orlov



Re: Can't select files to upload in a browsers

2019-12-09 Thread dmitry.sensei
Hi!
Can I setup unveil for browsers by usergroups or login classes?

пт, 6 дек. 2019 г. в 16:25, Stuart Henderson :
>
> On 2019-12-06, dmitry.sensei  wrote:
> > Firefox and Chromium browser, in the file selection window for upload,
> > does not show the contents of directories other than the Downloads
> > directory
> >
> >
> > OpenBSD 6.6-current
> > OpenBSD 6.6 GENERIC.MP#509 amd64
> >
> > openbox-3.6.1p7 small, fast & usable window manager
> > firefox-71.0Mozilla web browser
> > chromium-78.0.3904.106 Chromium browser
> > gtk+2-2.24.32p8 multi-platform graphical toolkit
> > gtk+3-3.24.13   multi-platform graphical toolkit
> > gtk+4-3.96.0p6  multi-platform graphical toolkit
> >
>
> This is expected.
>
> Chromium has been using unveil(2) to restrict file access for some
> time, and this has recently come to Firefox in -current. This prevents
> the browser from being able to access sensitive files unless given
> access (in a root-controlled file).
>
> See https://marc.info/?l=openbsd-ports-cvs&m=157539245010077&w=2
> and /usr/local/share/doc/pkg-readmes/firefox for more information
> about how this affects Firefox.
>
>


-- 
Dmitry Orlov



Re: Can't select files to upload in a browsers

2019-12-06 Thread dmitry.sensei
Ok. Thanks.
I done reading 
https://www.reddit.com/r/openbsd/comments/e65t22/pledge2_and_unveil2_support_in_firefox/

:)

пт, 6 дек. 2019 г. в 16:21, Paco Esteban :
>
> On Fri, 06 Dec 2019, dmitry.sensei wrote:
>
> > Firefox and Chromium browser, in the file selection window for upload,
> > does not show the contents of directories other than the Downloads
> > directory
>
> That's expected, it's unveil(2) in action.
> Take a look at /etc/chromium/unveil* for Chromium.  Can't remember where
> Firefox defines it.
>
> Cheers,
>
> --
> Paco Esteban.
> 5818130B8A6DBC03
>


-- 
Dmitry Orlov



Can't select files to upload in a browsers

2019-12-06 Thread dmitry.sensei
Firefox and Chromium browser, in the file selection window for upload,
does not show the contents of directories other than the Downloads
directory


OpenBSD 6.6-current
OpenBSD 6.6 GENERIC.MP#509 amd64

openbox-3.6.1p7 small, fast & usable window manager
firefox-71.0Mozilla web browser
chromium-78.0.3904.106 Chromium browser
gtk+2-2.24.32p8 multi-platform graphical toolkit
gtk+3-3.24.13   multi-platform graphical toolkit
gtk+4-3.96.0p6  multi-platform graphical toolkit

-- 
Dmitry Orlov



Re: su: invalid user name (NULL) - during OpenBSD 6.6-current booting.

2019-12-03 Thread dmitry.sensei
Thanks. I'll wait next snap 👍

вт, 3 дек. 2019 г., 16:35 Stuart Henderson :

> On 2019-12-03, dmitry.sensei  wrote:
> > Hi!
> >
> > su: invalid user name (NULL) - during OpenBSD 6.6-current booting.
>
> Broken diff in snapshots. Rebuild libc from a source checkout,
> or copy an older libc from another machine if you have one,
> or wait for a new snap.
>
>
>


su: invalid user name (NULL) - during OpenBSD 6.6-current booting.

2019-12-02 Thread dmitry.sensei
Hi!

su: invalid user name (NULL) - during OpenBSD 6.6-current booting.
May be this from /etc/rc.d/rc.subr

OpenBSD ORLOV-NB.sharifa.local 6.6 GENERIC.MP#503 amd64


Dec  3 09:53:51 ORLOV-NB sendsyslog: dropped 4 messages, error 57, pid 91087
Dec  3 09:53:51 ORLOV-NB su: invalid user name (NULL)
Dec  3 09:53:51 ORLOV-NB su: invalid user name (NULL)
Dec  3 09:53:51 ORLOV-NB savecore: no core dump
Dec  3 09:53:51 ORLOV-NB su: invalid user name (NULL)
Dec  3 09:53:53 ORLOV-NB last message repeated 7 times
Dec  3 09:53:53 ORLOV-NB apmd: battery status: high. external power
status: connected. estimated battery life 99%
Dec  3 09:53:53 ORLOV-NB su: invalid user name (NULL)
Dec  3 09:53:53 ORLOV-NB su: invalid user name (NULL)
Dec  3 09:54:04 ORLOV-NB reorder_kernel: kernel relinking done
Dec  3 09:54:33 ORLOV-NB ntfs-3g[91382]: Version 2017.3.23 external FUSE 26
Dec  3 09:54:33 ORLOV-NB ntfs-3g[91382]: Mounted /dev/sd0l
(Read-Write, label "USERDATA", NTFS 3.1)
Dec  3 09:54:33 ORLOV-NB ntfs-3g[91382]: Cmdline options:
Dec  3 09:54:33 ORLOV-NB ntfs-3g[91382]: Mount options:
allow_other,nonempty,relatime,fsname=/dev/sd0l,blkdev,blksize=4096
Dec  3 09:54:33 ORLOV-NB ntfs-3g[91382]: Ownership and permissions
disabled, configuration type 1
Dec  3 10:02:40 ORLOV-NB su: invalid user name (NULL)
Dec  3 10:02:58 ORLOV-NB su: invalid user name (NULL)
Dec  3 10:02:58 ORLOV-NB apmd: battery status: high. external power
status: connected. estimated battery life 99%

-- 
Dmitry Orlov



How to setup date on startup with ntpd on OpenBSD 6.6

2019-11-21 Thread dmitry.sensei
Hi!

Since "-s" key had been deleted how I can setup time on startup?

-- 
Dmitry Orlov



Re: What is the relationship between fdisk and disklabel?

2019-10-29 Thread dmitry.sensei
Thanks. I used partition cloning software recently. I'll fix it 😁

вт, 29 окт. 2019 г., 14:10 Peter Kay :

> Your disk layout is strange, an EFI partition is typically initialised by
> a GPT disk, not MBR.
>
>
> GPT has a number of advantages including no differentiation between
> primary and extended partitions, and beating the 2TB limit of MBR.
>
>
> When created, GPT also creates a 'protective MBR' covering the whole disk,
> so that older tools that only understand MBR don't break things. You can,
> if you know what you're doing, manipulate this protective MBR but you
> shouldn't - it will have odd effects and different operating systems will
> interpret it in different ways (Linux will be a bit upset).
>
>
> In short : either use all GPT partitioning tools to edit your disk, or
> wipe it clean and restart with MBR.
>
>
> Matthew is absolutely right about MBR otherwise. Generally MBR partitions
> and a disklabel have a direct mapping, but you can for instance, ignore the
> partition scheme. Imagine you have an old system that only boots partitions
> below 128GB or less but you want to use over that amount for OpenBSD? A
> solution is to create two partitions, one up to 128GB and the second over.
> Then adjust the disklabel to cover the two partitions, but make sure that
> the root section of the disklabel is entirely contained in the first MBR
> partition.
>
>
> MBR is also a pain, because not everything understands extended
> partitions/logical drives, notably FreeBSD.
>
>
> If you are doing multiboot (I set up an epic two Windows, three BSD, and
> Linux multiboot config last night for bare metal testing on a virtualised
> system) I'd recommend the following :
>
>
> Generally partition using Windows. It works well, most of the tools are
> graphical, and it can install in GPT, and both primary and extended MBR
> partitions.
> Modify partition IDs using OpenBSD, it's really good for that.
> FreeBSD does not like extended partitions.
>
>
> What I need to look up is why disklabels stop at 'p', as it's an issue on
> disks with lots of non OpenBSD partitions.
>
>
> PK


What is the relationship between fdisk and disklabel?

2019-10-29 Thread dmitry.sensei
Hi!.

In my opinion disklabel and fdisk whow very different information.
Why offset in disklabel for a partition is different from fdisk output?
423202816 and 433358194
When I add label for partition 3 as in fdisk output i get overlapping error.



disklabel
# /dev/rsd0c:

total sectors: 1000215216
boundstart: 433358194
boundend: 1000215183
drivedata: 0

16 partitions:
#size   offset  fstype [fsize bsize   cpg]
  a:553568256423202816RAID
  c:   10002152160  unused
  i:  1126400 2048   MSDOS

fdisk
Disk: sd0   Usable LBA: 34 to 1000215182 [1000215216 Sectors]
   #: type [   start: size ]

   0: EFI Sys  [2048:  1126400 ]
   3: FAT12[   211014485:222343709 ]
   4: OpenBSD  [   433358194:566856989 ]
-- 
Dmitry Orlov



Re: Fwd: OpenBSD 6.6 snapsot and samba's net utility

2019-10-04 Thread dmitry.sensei
ORLOV-NB# egdb /usr/local/bin/net
GNU gdb (GDB) 7.12.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html
>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-openbsd6.6".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/local/bin/net...(*no debugging symbols found*
)...done.
(gdb) set args ads testjoin
(gdb) run
Starting program: /usr/local/bin/net ads testjoin
*net(20104) in free(): bogus pointer (double free?) 0x*

Program received signal SIGABRT, Aborted.
thrkill () at -:3
3   -: No such file or directory.
(gdb)

пт, 4 окт. 2019 г. в 14:31, Stuart Henderson :

> On 2019/10/04 14:25, dmitry.sensei wrote:
> > How to debug net with parameters&
> >
> > пт, 4 окт. 2019 г. в 13:49, Stuart Henderson :
> >
> > On 2019/10/04 08:32, Sebastien Marie wrote:
> > > On Fri, Oct 04, 2019 at 09:24:12AM +0500, dmitry.sensei wrote:
> > > > Bugged net utility from samba package/
> > > > ktrace is attached
> > >
> > > PLEASE DON'T SEND RAW KTRACE DATA ! (it would be the same for core
> file too).
> > >
> > > in case you don't figure, you send to everyone a trace of all
> syscalls with
> > > arguments and return of what the program did, including:
> > >
> > > - file description and content for any opened file (hello
> > >   /var/samba/private/secrets.tdb and /etc/samba/smb.conf)
> > > - all network communication with the program (hello ldap, kerberos
> and smb
> > >   services)
> > >
> > > It means that any secrets in readed file or sent/received on the
> network should
> > > be considered compromised.
> > >
> > > Just don't do that.
> > >
> > > Thanks.
> > > --
> > > Sebastien Marie
> > >
> >
> > Plus, it's not really useful anyway. A backtrace would be the normal
> > starting point for a segfault. (In case "gdb" in base doesn't work,
> > pkg_add gdb and use "egdb" instead).
> >
> > egdb `which net` net.core
> > bt full
> >
> >
> >
> >
> > --
> > Dmitry Orlov
>
> The command I showed is to look at the coredump from your previous crash
> which
> already happened with parameters.
>
> If you need to run it "live" in gdb then omit "net.core" from the command
> line
> and use "set args " and "run".
>
>

-- 
Dmitry Orlov


Re: Fwd: OpenBSD 6.6 snapsot and samba's net utility

2019-10-04 Thread dmitry.sensei
How to debug net with parameters&

пт, 4 окт. 2019 г. в 13:49, Stuart Henderson :

> On 2019/10/04 08:32, Sebastien Marie wrote:
> > On Fri, Oct 04, 2019 at 09:24:12AM +0500, dmitry.sensei wrote:
> > > Bugged net utility from samba package/
> > > ktrace is attached
> >
> > PLEASE DON'T SEND RAW KTRACE DATA ! (it would be the same for core file
> too).
> >
> > in case you don't figure, you send to everyone a trace of all syscalls
> with
> > arguments and return of what the program did, including:
> >
> > - file description and content for any opened file (hello
> >   /var/samba/private/secrets.tdb and /etc/samba/smb.conf)
> > - all network communication with the program (hello ldap, kerberos and
> smb
> >   services)
> >
> > It means that any secrets in readed file or sent/received on the network
> should
> > be considered compromised.
> >
> > Just don't do that.
> >
> > Thanks.
> > --
> > Sebastien Marie
> >
>
> Plus, it's not really useful anyway. A backtrace would be the normal
> starting point for a segfault. (In case "gdb" in base doesn't work,
> pkg_add gdb and use "egdb" instead).
>
> egdb `which net` net.core
> bt full
>
>

-- 
Dmitry Orlov


Re: Fwd: OpenBSD 6.6 snapsot and samba's net utility

2019-10-03 Thread dmitry.sensei
Thanks. But the problem with the net utility still exists

пт, 4 окт. 2019 г. в 11:37, Sebastien Marie :

> On Fri, Oct 04, 2019 at 09:24:12AM +0500, dmitry.sensei wrote:
> > Bugged net utility from samba package/
> > ktrace is attached
>
> PLEASE DON'T SEND RAW KTRACE DATA ! (it would be the same for core file
> too).
>
> in case you don't figure, you send to everyone a trace of all syscalls with
> arguments and return of what the program did, including:
>
> - file description and content for any opened file (hello
>   /var/samba/private/secrets.tdb and /etc/samba/smb.conf)
> - all network communication with the program (hello ldap, kerberos and smb
>   services)
>
> It means that any secrets in readed file or sent/received on the network
> should
> be considered compromised.
>
> Just don't do that.
>
> Thanks.
> --
> Sebastien Marie
>


-- 
Dmitry Orlov


OpenBSD 6.6 snapsot and samba's net utility

2019-10-02 Thread dmitry.sensei
Hi!

net ads  is coredumped on last snapshot

ORLOV-NB:~$doas net ads testjoin
doas (dmitriy.o@ORLOV-NB.sharifa.local) password:
net(39600) in free(): bogus pointer (double free?) 0x
Abort trap (core dumped)
ORLOV-NB:~$

ORLOV-NB:~$uname -a
OpenBSD ORLOV-NB.sharifa.local 6.6 GENERIC.MP#342 amd64

Information for inst:samba-4.8.12p1

Comment:
SMB and CIFS client and server for UNIX

Required by:
gvfs-smb-1.40.2

Description:
The Samba suite is a set of programs that implement a server for the
Windows file- and printer-sharing protocols (SMB/CIFS) and Active
Directory compatible Domain Controller.

Maintainer: Ian McWilliam ,  Jeremie Courreges-Anglas <
j...@wxcvbn.org>

WWW: https://www.samba.org/

Size: 89560080
Signature:
samba-4.8.12p1,5,@avahi-0.7p6,@cups-libs-2.3.0,@gamin-0.1.10p24,@gettext-runtime-0.20.1p0,@gnutls-3.6.10,@jansson-2.12,@ldb-1.3.8p0,@libexecinfo-0.3p2v0,@libiconv-1.16p0,@libtalloc-2.1.14,@openldap-client-2.4.48,@openpam-20141014,@popt-1.16p2,@py-dnspython-1.16.0p2,@samba-util-4.8.12,@tdb-1.3.16p0,avahi-client.0.1,avahi-common.0.1,c.95.1,crypto.45.5,cups.7.1,curses.14.0,dbus-1.11.2,execinfo.2.0,fam.1.0,gnutls.46.3,iconv.7.0,intl.6.0,jansson.3.2,lber.12.0,ldap.13.1,ldb.0.8,lib/samba/replace.8.0,lib/samba/util-setid.8.0,m.10.1,pam.5.0,popt.1.0,pthread.26.1,pyldb-util.0.5,pytalloc-util.0.1,python2.7.0.0,readline.4.0,talloc.1.1,tdb.4.3,tevent.0.4,util.13.1,z.5.0
Packing-list:
@comment $OpenBSD: PLIST-main,v 1.49 2019/04/12 18:21:17 jca Exp $
@name samba-4.8.12p1
@url
http://fastly.cdn.openbsd.org/pub/OpenBSD/snapshots/packages/amd64/samba-4.8.12p1.tgz
@version 5
@signer openbsd-66-pkg
@digital-signature signify2:2019-10-01T15:30:22Z:external
@option manual-installation
..
@bin bin/net
@sha YF3RPWSyqKMAHnTkHM7Bk9ERUjlVomH7GO5o4DdZlo4=
@size 971064
@ts 1569880968
-- 
Dmitry Orlov


OpenBSD 6.6. Geany always coredumped

2019-09-11 Thread dmitry.sensei
Hi!

Why Geany always coredumped?
ORLOV-NB:~$geany

Bus error (core dumped)
ORLOV-NB:~$ls *core
flameshot.core geany.core

But geany works :)
-- 
Dmitry Orlov


OpenBSD 6.6 snapshot #262 - no USB mouse

2019-08-28 Thread dmitry.sensei
The USB mouse has stopped working. Only the touchpad works



-- 
Dmitry Orlov
[34.414] (WW) checkDevMem: failed to open /dev/xf86 and /dev/mem
(Operation not permitted)
Check that you have set 'machdep.allowaperture=1'
in /etc/sysctl.conf and reboot your machine
refer to xf86(4) for details
[34.414]linear framebuffer access unavailable
[34.474] (--) Using wscons driver on /dev/ttyC4
[34.540] 
X.Org X Server 1.20.5
X Protocol Version 11, Revision 0
[34.540] Build Operating System: OpenBSD 6.6 amd64 
[34.540] Current Operating System: OpenBSD ORLOV-NB.sharifa.local 6.6 
GENERIC.MP#262 amd64
[34.540] Build Date: 28 August 2019  07:10:52PM
[34.540]  
[34.540] Current version of pixman: 0.38.4
[34.540]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[34.540] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[34.540] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 29 09:29:26 
2019
[34.564] (==) Using system config directory 
"/usr/X11R6/share/X11/xorg.conf.d"
[34.580] (==) No Layout section.  Using the first Screen section.
[34.580] (==) No screen section available. Using defaults.
[34.580] (**) |-->Screen "Default Screen Section" (0)
[34.580] (**) |   |-->Monitor ""
[34.604] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[34.604] (==) Automatically adding devices
[34.604] (==) Automatically enabling devices
[34.604] (==) Not automatically adding GPU devices
[34.611] (==) Max clients allowed: 256, resource mask: 0x1f
[34.940] (==) FontPath set to:
/usr/X11R6/lib/X11/fonts/misc/,
/usr/X11R6/lib/X11/fonts/TTF/,
/usr/X11R6/lib/X11/fonts/OTF/,
/usr/X11R6/lib/X11/fonts/Type1/,
/usr/X11R6/lib/X11/fonts/100dpi/,
/usr/X11R6/lib/X11/fonts/75dpi/
[34.941] (==) ModulePath set to "/usr/X11R6/lib/modules"
[34.941] (II) The server relies on wscons to provide the list of input 
devices.
If no devices become available, reconfigure wscons or disable 
AutoAddDevices.
[34.990] (II) Loader magic: 0xdc94ca7
[34.990] (II) Module ABI versions:
[34.990]X.Org ANSI C Emulation: 0.4
[34.990]X.Org Video Driver: 24.0
[34.990]X.Org XInput driver : 24.1
[34.990]X.Org Server Extension : 10.0
[35.017] (--) PCI:*(0@1:2:0) 8086:0166:103c:179c rev 9, Mem @ 
0xd400/4194304, 0xc000/268435456, I/O @ 0x4000/64
[35.018] (II) LoadModule: "glx"
[35.049] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[35.452] (II) Module glx: vendor="X.Org Foundation"
[35.452]compiled for 1.20.5, module version = 1.0.0
[35.452]ABI class: X.Org Server Extension, version 10.0
[35.453] (==) Matched modesetting as autoconfigured driver 0
[35.453] (==) Assigned the driver to the xf86ConfigLayout
[35.453] (II) LoadModule: "modesetting"
[35.453] (II) Loading /usr/X11R6/lib/modules/drivers/modesetting_drv.so
[35.496] (II) Module modesetting: vendor="X.Org Foundation"
[35.496]compiled for 1.20.5, module version = 1.20.5
[35.496]Module class: X.Org Video Driver
[35.496]ABI class: X.Org Video Driver, version 24.0
[35.496] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[35.514] (**) modeset(0): claimed PCI slot 0@1:2:0
[35.514] (II) modeset(0): using default device
[35.530] (II) modeset(0): Creating default Display subsection in Screen 
section
"Default Screen Section" for depth/fbbpp 24/32
[35.531] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[35.531] (==) modeset(0): RGB weight 888
[35.531] (==) modeset(0): Default visual is TrueColor
[35.531] (II) Loading sub module "glamoregl"
[35.531] (II) LoadModule: "glamoregl"
[35.544] (II) Loading /usr/X11R6/lib/modules/libglamoregl.so
[35.754] (II) Module glamoregl: vendor="X.Org Foundation"
[35.754]compiled for 1.20.5, module version = 1.0.1
[35.754]ABI class: X.Org ANSI C Emulation, version 0.4
[36.739] (II) modeset(0): glamor X acceleration enabled on Mesa DRI 
Intel(R) Ivybridge Mobile 
[36.739] (II) modeset(0): glamor initialized
[36.740] (II) modeset(0): Output LVDS-1 has no monitor section
[36.742] (II) modeset(0): Output VGA-1 has no monitor section
[36.744] (II) modeset(0): Output HDMI-1 has no monitor section
[36.751] (II) modeset(0): Output DP-1 has no monitor section
[36.753] (II) modeset(0): Output HDMI-2 has no monitor section
[36.756] (II) modeset(0): Output HDMI-3 has no monitor section
[36.756] (II) modeset(0): Output DP-2 has no monitor section
[36.756] (II) modeset(0): Output DP-3 has no 

Re: Console output corrupt with EFI boot

2019-08-22 Thread dmitry.sensei
Try in command promot
Machine gop 3
Boot

чт, 22 авг. 2019 г., 13:05 Jona Joachim :

> Hi,
>
> I've been trying to install OpenBSD on this HP EliteBook Folio 1040 G2
> in EFI mode for some time now but I'm always presented with a corrupt
> console.
>
> I took a picture which you can find here:
> https://framapic.org/Pg77ILfo0bNq/W5EcjoHHSqQN.png
>
> It seems like the hardware is not playing nicely with efifb. The laptop
> features Intel hardware with a HD Graphics 5500 graphics card.
>
> I attached a Linux equivalent of dmesg. FWIW, the laptop firmware is
> quite recent, I updated it several times to get updates for the recent
> CPU vulnerabilities.
>
> I tried with OpenBSD 6.4, 6.5 and -CURRENT with the same result.
>
> I also tried to compile a custom bsd.rd including inteldrm(4) hoping the
> console would come back once inteldrm kicks in but it did not work.
> However I'm not sure if inteldrm got compiled in correctly, maybe I
> messed this up. If you think this could help, I will try again.
>
> Do you have any pointers that I could follow to make some progress?
>
>
> Kind regards,
>
> Jona
>
>


Re: su - root => segmentation fault

2019-08-02 Thread dmitry.sensei
But we have some bug in heimdal's su 😕

пт, 2 авг. 2019 г., 20:27 dmitry.sensei :

> Ok. Thanks.
>
> пт, 2 авг. 2019 г., 20:25 Stuart Henderson :
>
>> On 2019-08-02, dmitry.sensei  wrote:
>> > Lol!
>> > ORLOV-NB$ kdump -f ktrace.out
>> >  58118 ktrace   RET   ktrace 0
>> >  58118 ktrace   CALL
>> execve(0x7f7d9100,0x7f7d9710,0x7f7d9730)
>> >  58118 ktrace   NAMI  "*/usr/local/heimdal/bin/su*"
>> >  58118 ktrace   ARGS
>> > [0] = "su"
>> > [1] = "-"
>> > [2] = "root"
>> > ORLOV-NB$ whereis su
>> > /usr/bin/su
>>
>> whereis isn't terribly useful, it doesn't use $PATH, instead uses a
>> fixed path of common directories.
>>
>> The "type" builtin in most Bourne-style shells is usually more helpful.
>>
>>
>>


Re: su - root => segmentation fault

2019-08-02 Thread dmitry.sensei
Ok. Thanks.

пт, 2 авг. 2019 г., 20:25 Stuart Henderson :

> On 2019-08-02, dmitry.sensei  wrote:
> > Lol!
> > ORLOV-NB$ kdump -f ktrace.out
> >  58118 ktrace   RET   ktrace 0
> >  58118 ktrace   CALL
> execve(0x7f7d9100,0x7f7d9710,0x7f7d9730)
> >  58118 ktrace   NAMI  "*/usr/local/heimdal/bin/su*"
> >  58118 ktrace   ARGS
> > [0] = "su"
> > [1] = "-"
> > [2] = "root"
> > ORLOV-NB$ whereis su
> > /usr/bin/su
>
> whereis isn't terribly useful, it doesn't use $PATH, instead uses a
> fixed path of common directories.
>
> The "type" builtin in most Bourne-style shells is usually more helpful.
>
>
>


Re: su - root => segmentation fault

2019-08-02 Thread dmitry.sensei
Lol!
ORLOV-NB$ kdump -f ktrace.out
 58118 ktrace   RET   ktrace 0
 58118 ktrace   CALL  execve(0x7f7d9100,0x7f7d9710,0x7f7d9730)
 58118 ktrace   NAMI  "*/usr/local/heimdal/bin/su*"
 58118 ktrace   ARGS
[0] = "su"
[1] = "-"
[2] = "root"
ORLOV-NB$ whereis su
/usr/bin/su
ORLOV-NB$

пт, 2 авг. 2019 г. в 04:15, dmitry.sensei :

> Amd64 from 30 jul. What does the "your kernel does not match the
> userspace" mean?
>
> ср, 31 июл. 2019 г., 19:22 Gregory Edigarov :
>
>> On 31.07.19 17:00, Solene Rapenne wrote:
>> > On Wed, Jul 31, 2019 at 04:49:54PM +0500, dmitry.sensei wrote:
>> >> Hi!
>> >> why did it happen?
>> >>
>> >> OpenBSD 6.5 current
>> >> $su - root
>> >> root's password:
>> >> Segmentation fault
>> >> $ doas su - root
>> >> #
>> >>
>> >> --
>> >> Dmitry Orlov
>> > what current? What arch?
>> >
>> > works for me©
>> > OpenBSD 6.5-current (GENERIC.MP) #153: Sun Jul 28 20:33:09 MDT 2019
>> usually it means that your kernel does not match the userspace
>>
>>

-- 
Dmitry Orlov


Re: su - root => segmentation fault

2019-08-01 Thread dmitry.sensei
Amd64 from 30 jul. What does the "your kernel does not match the userspace"
mean?

ср, 31 июл. 2019 г., 19:22 Gregory Edigarov :

> On 31.07.19 17:00, Solene Rapenne wrote:
> > On Wed, Jul 31, 2019 at 04:49:54PM +0500, dmitry.sensei wrote:
> >> Hi!
> >> why did it happen?
> >>
> >> OpenBSD 6.5 current
> >> $su - root
> >> root's password:
> >> Segmentation fault
> >> $ doas su - root
> >> #
> >>
> >> --
> >> Dmitry Orlov
> > what current? What arch?
> >
> > works for me©
> > OpenBSD 6.5-current (GENERIC.MP) #153: Sun Jul 28 20:33:09 MDT 2019
> usually it means that your kernel does not match the userspace
>
>


su - root => segmentation fault

2019-07-31 Thread dmitry.sensei
Hi!
why did it happen?

OpenBSD 6.5 current
$su - root
root's password:
Segmentation fault
$ doas su - root
#

-- 
Dmitry Orlov


Re: known way to reproduce an X.org segmentation fault

2019-02-27 Thread dmitry.sensei
The community for some reason does not like problems with X and DRM :)

ср, 27 февр. 2019 г. в 20:06, Mihai Popescu :

> I tried again this link with a recent snapshot and the result is the
> same, X got a segfault.
>
> Is there a special debug run for X to be able to get some detailed
> information, please?
> Does it worth to pursue this debug?
>
> Thanks.
>
>

-- 
Dmitry Orlov


Re: known way to reproduce an X.org segmentation fault

2019-02-15 Thread dmitry.sensei
Check your /etc/hosts


пт, 15 февр. 2019 г., 14:54 Mihai Popescu mih...@gmail.com:

> I installed firefox too, there is no problem with that page, I mean
> X.org is not doing segmentation fault. It looks like chromium is
> trying to do something nasty against X.org's stuff.
>
>


Re: drm bug on Dell Inspiron 3721 (6.4release and 6.4 current)

2019-02-08 Thread dmitry.sensei
thanks for investigation .
With "Legacy BIOS/CSM compatibility is enabled" my dmesg output is
dmesg|grep -i drm
radeondrm0 at pci1 dev 0 function 0 "ATI Radeon HD 8730M" rev 0x00
drm1 at radeondrm0
radeondrm0: msi
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 4000" rev 0x09
drm0 at inteldrm0
inteldrm0: msi
inteldrm0: 1600x900, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation)
error: [drm:pid0:cpt_set_fifo_underrun_reporting] *ERROR* uncleared pch
fifo underrun on pch transcoder A
error: [drm:pid0:intel_pch_fifo_underrun_irq_handler] *ERROR* PCH
transcoder A FIFO underrun
drm:pid0:si_init *ERROR* Expecting atombios for cayman GPU
drm:pid0:radeondrm_attachhook *ERROR* Fatal error during GPU init



пт, 8 февр. 2019 г. в 22:29, Joe Davis :

> I had a similar issue when attempting to boot on an 2011 iMac with a
> radeon card. I did track down the location of the bug, but I didn't get
> around to reporting it.
>
> As far as I can tell the problem is this line (243, in -current) in
> dev/pci/drm/radeon/radeon_bios.c, in the function radeon_read_bios:
>
> #else
> bios = (u8 *)ISA_HOLE_VADDR(0xc);
> #endif
>
> It makes the assumption that the system firmware has mapped the graphics
> card ROM at 0xC. This works fine on most computers if legacy BIOS
> compatiblity is enabled, but breaks on (U)EFI systems which have it
> disabled or unavailable. Apple hardware for instance, if booted in EFI
> mode, don't map anything to 0xC and make no attempt to have legacy
> BIOS compatibility unless specifically told to boot a legacy bootsector.
>
> I worked around it on that iMac by doing an MBR installation rather than
> EFI/GPT. On other hardware, I'd recommend going into your BIOS settings
> and ensuring that Legacy BIOS/CSM compatibility is enabled, and it isn't
> set to UEFI-only.
>
> A robust fix would have the radeon_get_bios map the ROM into memory
> itself instead of relying on the firmware to do it. This is how the
> linux code (line 208) works.
>
> Cheers,
> Joe
>


-- 
Dmitry Orlov


Fwd: drm bug on Dell Inspiron 3721 (6.4release and 6.4 current) - error: [drm:pid0:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM. drm:pid0:radeondrm_attachhook *ERROR* Fatal error during GPU in

2019-02-08 Thread dmitry.sensei
-- Forwarded message --
From: dmitry.sensei 
Date: Wednesday, February 6, 2019
Subject: drm bug on Dell Inspiron 3721 (6.4release and 6.4 current) -
error: [drm:pid0:radeon_get_bios] *ERROR* Unable to locate a BIOS ROM.
drm:pid0:radeondrm_attachhook *ERROR* Fatal error during GPU init
To: b...@openbsd.org


Synopsis:garbaged screen in text mode. Starting of X is unable
Category:
Environment:
System  : OpenBSD 6.4
Details : OpenBSD 6.4-current (GENERIC.MP) #677: Wed Feb  6
01:23:46 MST 2019
 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/
GENERIC.MP

Architecture: OpenBSD.amd64
Machine : amd64
Description:
garbaged screen in text mode. Starting of X is unable
How-To-Repeat:
Install on Dell Inspiron 3721
Fix:
No


dmesg:
OpenBSD 6.4-current (GENERIC.MP) #677: Wed Feb  6 01:23:46 MST 2019
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 4154187776 (3961MB)
avail mem = 4018577408 (3832MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0x9aebc000 (70 entries)
bios0: vendor Dell Inc. version "A14" date 07/31/2015
bios0: Dell Inc. Inspiron 3721
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP SLIC UEFI ASF! HPET APIC MCFG SLIC SSDT BOOT ASPT
DBGP FPDT MSDM SSDT SSDT DMAR SSDT BGRT
acpi0: wakeup devices P0P1(S0) EHC1(S0) XHC_(S0) RP01(S3) RP02(S0) PEG0(S4)
PEGP(S4) PEGA(S4) PEG1(S4) PEG2(S4) PEG3(S4) LID0(S3)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz, 1895.97 MHz, 06-3a-09
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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.1.2, IBE
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz, 1895.70 MHz, 06-3a-09
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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 1, core 0, package 0
cpu2 at mainbus0: apid 2 (application processor)
cpu2: Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz, 1895.70 MHz, 06-3a-09
cpu2:
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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 0, core 1, package 0
cpu3 at mainbus0: apid 3 (application processor)
cpu3: Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz, 1895.69 MHz, 06-3a-09
cpu3:
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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,RDTSCP,LONG,LAHF,PERF,ITSC,FSGSBASE,SMEP,ERMS,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 1, core 1, package 0
ioapic0 at mainbus0: apid 0 pa 0xfec0, version 20, 24 pins
acpimcfg0 at acpi0
acpimcfg0: addr 0xe000, bus 0-255
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (P0P1)
acpiprt2 at acpi0: bus 7 (RP01)
acpiprt3 at acpi0: bus 8 (RP02)
acpiprt4 at acpi0: bus 1 (PEG0)
acpiprt5 at acpi0: bus -1 (PEG1)
acpiprt6 at acpi0: bus -1 (PEG2)
acpiprt7 at acpi0: bus -1 (PEG3)
acpiec0 at acpi0
acpicpu0 at acpi0: C2(350@80 mwait.1@0x20), C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0: C2(350@80 mwait.1@0x20), C1(1000@1 mwait.1), PSS
acpicpu2 at acpi0: C2(350@80 mwait.1@0x20), C1(1000@1 mwait.1), PSS
acpicpu3 at acpi0: C2(350@80 mwait.1@0x20), C1(1000@1 mwait.1), PSS
acpipci0 at acpi0 PCI0: 0x0004 0x0011 0x0001
acpicmos0 at acpi0
acpibtn0 at acpi0: PWRB
acpibat0 at acpi0: BAT1 model "DELL 4DMNG2CD" serial 0E80 type LiIon oem
"Simplo"
acpiac0 at acpi0: AC unit online
"PNP0C14" at acpi0 not configured
acpibtn1 at acpi0: LID0
acpivideo0 at a

adb 5.1.1.4 and Android 8

2018-04-16 Thread dmitry.sensei
Hi!.

The current version of the adb does not work with Android 8.0


In Linux, I updated the version of the utilities to the latest version.

Can someone compile the latest version for OpenBSD?

-- 
Dmitry Orlov


How to configure baresip on OpenBSD 6.2 AMD64 ???

2018-03-13 Thread dmitry.sensei
Hi!

I installed baresip and configured accounts.
Now I can call but my interlocutor does not hear me

-- 
Dmitry Orlov


Strange message from syspatch

2018-01-12 Thread dmitry.sensei
Strange message from syspatch:
# syspatch
ftp: SSL write error: no OCSP URLs in peer certificate
#

what does this message mean and what to check?

OpenBSD 6.2-stable GENERIC.MP#2 amd64

we have a fortinet in the middle. Previously, it did not interfere with the
utility, since I added its certificate
-- 
Dmitry Orlov


The disconnected AC adapter affects Java application launch speed. (SqlDeveloper from Oracle)

2017-11-01 Thread dmitry.sensei
Hi!

Very slow start of the Java application (sqldeveloper) with the AC adapter
disconnected. When the adapter is paired - the speed is quite acceptable

Laptop HP Probook 6470b

OpenBSD 6.2 stable

is this a known strangeness? is there a workaround for the problem? where
and how to look / check to see for yourself, if nothing will help

-- 
Dmitry Orlov


Re: Unable to install OpenBSD 6.0 to HP Probook 4540s in UEFi mode

2017-04-10 Thread dmitry.sensei
? Max resolution ?
[dmitriy.o@orlov-nb-centos ~]$ xrandr
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 32767 x 32767
LVDS1 connected primary 1366x768+0+0 (normal left inverted right x
axis y axis) 309mm x 174mm
   1366x768  59.99*+  39.94
   1280x720  60.00
   1024x768  60.00
   1024x576  60.00
   960x540   60.00
   800x600   60.3256.25
   864x486   60.00
   640x480   59.94
   720x405   60.00
   680x384   60.00
   640x360   60.00

On Thu, Feb 2, 2017 at 1:39 PM, dmitry.sensei  wrote:
> https://lists.freebsd.org/pipermail/freebsd-bugs/2016-September/069781.html
>
> On Mon, Jan 23, 2017 at 4:14 PM, dmitry.sensei  
> wrote:
>> This is very similar?
>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194063
>>
>> On Mon, Jan 23, 2017 at 2:42 PM, dmitry.sensei  
>> wrote:
>>> (CentOS 7)
>>> lspci -v
>>> 00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor
>>> Family DRAM Controller (rev 09)
>>> Subsystem: Hewlett-Packard Company Device 17f6
>>> Flags: bus master, fast devsel, latency 0
>>> Capabilities: [e0] Vendor Specific Information: Len=0c 
>>>
>>> 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation
>>> Core Processor Family Integrated Graphics Controller (rev 09) (prog-if
>>> 00 [VGA controller])
>>> Subsystem: Hewlett-Packard Company Device 17f6
>>> Flags: bus master, fast devsel, latency 0, IRQ 31
>>> Memory at c000 (64-bit, non-prefetchable) [size=4M]
>>> Memory at b000 (64-bit, prefetchable) [size=256M]
>>> I/O ports at 3000 [size=64]
>>> Expansion ROM at  [disabled]
>>> Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
>>> Capabilities: [d0] Power Management version 2
>>> Capabilities: [a4] PCI Advanced Features
>>> Kernel driver in use: i915
>>> Kernel modules: i915
>>>
>>> 00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset
>>> Family USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
>>> Subsystem: Hewlett-Packard Company Device 17f6
>>> Flags: bus master, medium devsel, latency 0, IRQ 28
>>> Memory at c090 (64-bit, non-prefetchable) [size=64K]
>>> Capabilities: [70] Power Management version 2
>>> Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
>>> Kernel driver in use: xhci_hcd
>>>
>>> 00:16.0 Communication controller: Intel Corporation 7 Series/C216
>>> Chipset Family MEI Controller #1 (rev 04)
>>> Subsystem: Hewlett-Packard Company Device 17f6
>>> Flags: bus master, fast devsel, latency 0, IRQ 32
>>> Memory at c0914000 (64-bit, non-prefetchable) [size=16]
>>> Capabilities: [50] Power Management version 3
>>> Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
>>> Kernel driver in use: mei_me
>>> Kernel modules: mei_me
>>>
>>> 00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family
>>> USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
>>> Subsystem: Hewlett-Packard Company Device 17f6
>>> Flags: bus master, medium devsel, latency 0, IRQ 16
>>> Memory at c0919000 (32-bit, non-prefetchable) [size=1K]
>>> Capabilities: [50] Power Management version 2
>>> Capabilities: [58] Debug port: BAR=1 offset=00a0
>>> Capabilities: [98] PCI Advanced Features
>>> Kernel driver in use: ehci-pci
>>>
>>> 00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family
>>> High Definition Audio Controller (rev 04)
>>> Subsystem: Hewlett-Packard Company Device 17f6
>>> Flags: bus master, fast devsel, latency 0, IRQ 33
>>> Memory at c091 (64-bit, non-prefetchable) [size=16K]
>>> Capabilities: [50] Power Management version 2
>>> Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
>>> Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
>>> Capabilities: [100] Virtual Channel
>>> Capabilities: [130] Root Complex Link
>>> Kernel driver in use: snd_hda_intel
>>> Kernel modules: snd_hda_intel
>>>
>>> 00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI
>>> Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
>>> Flags: bus master, fast devsel, latency 0, IRQ 24
>>> Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
>>> Memory behind br

Fwd: It is possible to start xenodm on Radeon HD 8730M (or Intel HD Graphics 4000) ?

2017-04-10 Thread dmitry.sensei
:)


-- Forwarded message --
From: dmitry.sensei 
Date: Sat, Apr 8, 2017 at 11:03 PM
Subject: Re: It is possible to start xenodm on Radeon HD 8730M (or
Intel HD Graphics 4000) ?
To: Steven McDonald 


Thanks. Works without Screen section, but:
Section "Device"
Identifier "default device"
Driver "intel"
BusID "PCI:0:2:0"
EndSection

On Sat, Apr 8, 2017 at 7:00 PM, Steven McDonald
 wrote:
> On Sat, 8 Apr 2017 15:04:18 +0500
> "dmitry.sensei"  wrote:
>
>> "ATI Radeon HD 8730M" rev 0x00 at pci1 dev 0 function 0 not configured
>> inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 4000" rev 0x09
>> drm0 at inteldrm0
>
> Your Intel card is supported via DRM, but your Radeon one is not. The
> problem is that Xorg is trying to use the Radeon card.
>
> You can try creating the file /etc/X11/xorg.conf with the contents
> below to force Xorg to use the Intel card.
>
> Section "Device"
> Identifier "default device"
> Driver "intel"
> EndSection
>
> Section "Screen"
> Identifier "default screen"
> Device "default device"
> EndSection



--
Dmitry Orlov


-- 
Dmitry Orlov



It is possible to start xenodm on Radeon HD 8730M (or Intel HD Graphics 4000) ?

2017-04-08 Thread dmitry.sensei
Hello !

Help me, please, start Xenodm on Radeon HD 8730M  (or Intel HD Graphics
4000)?
Dmesg and X.log are below

DMESG

\M^M\^E
\^_\M^D\M^Ai'\\\M^QHU\M-0\M-$w\M-#\M-,\M-Q\M-0uL\M-4\M^I\M-a\M-D\M-p\^De\M^V\
M-\M-y\M-9\M-aH\M-~\M^K\M-C\M-.\M-aq\M-m\^L\M-x)\M-cn
\M-qQ\M-e<\M-|1\M^\\M-_N
   \M-:\^P\M-S'\M-&\M^N\M-S!\M-t\^D\M-t-\^U\M-V\M^J\M^M\M-X\M-R\M-b\M-F\\\^U.
\M-l
b+\^^\M-&T\M-S\M-Ltr\M-4\M^V<\^E\^Nd\^R&\M^G<\M-NJ\M-GC\M-~\M-4qu\M-2\M^AY\M-
&1G\^V\^L\M-n\M^Uw\M-,&B\M^]\^N7\M^[\^[/\M^P\^AF\M-/X\M-p\M-<\^^K\^[+\M-"\240
\M-APF\M-5\M^W\^Td\M-t\M-[z\M^K\240Q^\M^G~M?@\^B4\M^O\M-51\M-^\M^X\M^I\M-QP\M
-f\M^GR\M^V\M-)\M--\M-I\M-B\M-jNx\M-G<\M^E\M^C\M-V\M-OD\M-2IYB1\M-5\^V\M-}\M-
n\M^J\M-7#\M-f\M^E}\M-m\^]\^P\M^N\M-nZc#\^^\M-h\M-ut\M^\'\M-Z\M^]\^B\^A\M-n\M
^@\M^Q\M-Y\M-\\M-`\M-A#\M^T\M^Q\M-,UB\M-$
cY1J\^E1\^L7\M-5\^^\M-Z\M-i\M-p\M-`\M-v\M-_z\M^P\M-=.C\^C/.!\M-s\^P\^^\M^U\M^
[Db\M-}\M-O~\M^A\M-"T\M-_\^E\M^O\M-0\M-C\M->~\M-K1\M-J\M-*r\M-U\M-[\M-w\M-{u\
M-RA\M-q
\M^\\^M\M-[\^H\M-B\M^?e\^?\M-T"\M-~\M^_P\M-$\M-YR\M^J4\M-Q\^TG\M^Fl\M-C\M-Px\
M-|\M-2QOP\M-'NN\M-3)\M-v4\M-t\M^Z\M^\P\M-Z\M-&B~\M^B\M-?'\M-B\^Go\M--\M-NUgL
.\M-2\M^Yvnp\M-7\M-^F\M-{-R2\M-6\M^Y\M-=\M-QJ\M-f

\M^M\^E
\^_\M^D\M^Am#\\\M^QHU\M-0\M-$w\M-#\M-,\M-Q\M-0uL\M-4\M^I\M-a\M-D\M-p\^De\M^V\
M-j\M-pX"\M-,\M-w\M-Kok\M^X\M-!\M-
KP\^C\M-5\M^UT\M-e\^?R\M-?\M-O\M-B\M-soW
\M^M\^E
\^_\M^D\M^Am#\\\M^QHU\M-0\M-$w\M-#\M-,\M-Q\M-0uL\M-4\M^I\M-a\M-D\M-q\^De\M^V\
M-\M^A\M-9\M-]H\M-`\^
K\M-y*\M-|s\M-c-\^?\M-9\M^I%Dt?.\M^Q(b\M-,\M-10E\M^L\M-,i\M-1\M-v\M-X\M-=\M-q
Z\M-v\^C|:\M->\M-{\M-B\M-io\M-[\^Cy\^AZ\^]\M-9s\M-V\M^Sk/\M-(\M^CZn\^Wy\^K\M-
Z\^X\M-y\^B\M-S\^Bv\M^A\M-]\M-]z\M-`\M^R\M-H
\M-dvo/98,\^M\^Vp\^V$\M^E\M-=\M^L\^]Fh>\240\M^Q\M-_\M-Q\M-d\M-h\^Ti\^Z\M-:\24
0\M-R\M-!i\M-4)\M-O\^Z\^Hi\M-0\M-&G\M-g-\M-\N\M-5'\M-<\^NJ\M^I\M^J\M^@)@z?\M-
-\^Ry\M-T+j\M-s\M-(\M-mZY\^Y\M-G\^L\^E\M^[\^V\M-C$e\M-I2\^B\^D\M^U\^Le\^L\^U\
^F\M-l\^^b\M^A\M^^\M-.\M^J\M-W#\M-v\M^Eum\M-$\M-YR\M^J4\M-Q\^TG\M^Fl\M-C\M-P|
\M-|\M-0QOP\M-'NN\M-3)\M-v4\M-t\M^Z\M^\P\M-Z\M-&B~\M^B\M-?'\M-B\^Go\M-,\M-NUg
L.\M-2\M^Yvnp\M-w\M-^F\M-{-R2\M-6\M^Y\M-=\M-QJ\M-f
\M-$\M-YR\M^J4\M-Q\^TG\M^Fl\M-C\M-P|\M-<\M-0QOP\M-'NN\M-3)\M-v4\M-t\M^Z\M^\P\
M-Z\M-&B~\M^B\M-?'\M-B\^Go\M-,\M-NUgL.\M-2\M^Yvnp\M-7\M-^B\M-{-R2\M-6\M^Y\M-=
\M-QJ\M-f
2\M^K\^Y\M^C\M^QMF\^M\^C\M->\M^A\M-9\M-]H\M-`\^K\M-y*\M-|s\M-c-o\M-9\M^I5Dt?.
\M^Q8b\M-,\M-10E\M^L\M-,i\M-1\M-v\M-X\M^]\M-qZ\M-v\^B|:\M->\M-{\M-B\M-io\M-[\
^Cy\^AZ\^]\M-9s
\M^M\^E
\^[\M^D\M^Am#]\M^QHU\M-0\M-$w\M-#\M-,\M-Q\M-0uL\M-4\M^I\M-a\M-D\M-p\^De\^V\M-
\240\M^Q\M^?\M-Q\M-d\M-(\^Ti\^^\M-:\240\M
-R\M-!i\M-6)\M-O\^ZHx\M-G<\M^E\M^C\M-V\M-OD\M-2IYB1\M-5\^V\M-u\M-n\M^J\M-s#\M
-f\M^E}\M-m\^]\^P\M^N\M-nZc#\^^\M-h\M-ut\M^\g\M-Z\M^]B\^A\M-n\M^A\M^Q\M-]\M-\
\M-`\M-A#\M^T\M^Q\M-,UB\M-$\^NcY1J\^E1\^L7i\M-4\M-fG\M-g-\M-\N\M-5'\M-<\^NJ\M
^I\M^J\M^@)@r=\M--\^Py\M-T+j\M-s\M-(\M-mZY\^Y\M-G\^L\^E\M^[\^V\M-C$e\M-I2\^B\
^D\M^U\^Le\^L\^U\^F\M-l\^^b\M-A\M^^\M-.\M^J\M-S#\M-v\M^EumQ\^F\M-(e\M-I&\M-j\
M-\M-j\M-pX"\M-,\M-w\M-Kok\M^X\M-!\M-KP\^C\M-5\M^
UT\M-e\^?R\M-?\M-O\M-B\M-coV\M-GT\M-cLl\M-2\M-8\M-v\M-k\M^Eu$'\^F\M^]\M-,l\M-
U6\M^L\^FR\M^M\^F\^A\^[k\M^_\M-!@\^?\M-]?n\M-y\M-*\M-h\M-[\M-[\M-h:\M-t\M-{\M
-g\M-i}[\M-~e\^?T">\M^_0\^_r\M^O\M-_\M-R{c\^R\M-$\M-YR\M^J4\M-Q\^TG\M^Fl\M-C\
M-P|\M-|\M-0QOP\M-'NN\M-3)\M-v4\M-t\M-:\M^\P\M-Z\M-&B~\M^B\M-?'\M-B\^Go\M-,\M
-NUgL.\M-2\M^Y~np\M-7\M-^F\M-{-R2\M-6\M^Y\M--\M-QJ\M-f
\M-5\^^\M-Z\M-i\M-p\M-`\M-v\M-_z\M^P\M-=.C\^C/.!\M-s\^P\^_\M^U\M^[Db\M-}\M-O~
\M^A\M-"T\M-_\^A\M^O\M-0\M-G\M^^~\M-K1\M-J\M-*r\M-U\M-_\M-s\M-{u\M-RA\M-q
\M^^\^M\M-[\^H\M-B\M^?e\^?\M-T"\M-~\M^_P\M-n\M^Uw\M-,&B\M^]\^N7\M^[\^[+\M^P\^
AF\M-/X\M-p\M-,\^ZK\^[+\M-"\240\M-AP\^F5\M^W\^Td\M-t\M-[z\M^K\240Q~\M^G~M?@\^
B4\M^O\M-51\M-^\M^X\M^I\M-QP\M-f\M^GR\M^V\M-)\M--\M-I\M-B\M-jN\M^M\^X\M-Fj|!1
\M-?Zr\M--\M-_\M-K\M-{kR{u=\M-\\^C\M-z\M^OR\M^U.\M-J\M-1\M-x\M-l\M-rYWf\M-+U\
M-H\M->\M-j\M-pX"\M-,\M-w\M-Kok\M^X\M-!\M-KP\^C\M-5\M^UT\M-e\^?R\M-?\M-O\M-B\
M-soV\M-$\M-YR\M^J4Q\^TG\M^Fl\M-C\M-P|\M-|\M-0QOP\M-'NN\M-3)\M-v4\M-t\M^Z\M^\
P\M-Z\M-&B~\M^B\M-?'\M-B\^Go\M-,\M-NUg\^L.\M-2\M^Ywnp\M-7\M-^F\M-{-R2\M-6\M^Y
\M-=\M-QJ\M-fJOpenBSD
6.1-curr\M-n\M^Uw\M-,&B\M^]N7\M^[\^[+\M^P\^AF/X\M-p\M-,\^^K\^[+\M-"\240\M-AP\
^F5\M^W\^Td\M-u\M-[z\M^K\240Q^\M^G~M?@\^B4\M^O\M-51\M-^\M^X\M^I\M-QP\M-f\M^GR
\M^V\M-)\M--\M-I\M-B\M-jNmd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAM
DISK_CD
realx\M-E<\M^E\M^C\M-V\M-OD\M-2IYB1\M-5\^V\M-u\M-n\M^J\M-w#\M-f\M^E}\M-m\^]\^
R\M^N\M-nZc#\^_\M-h\M-ut\M^\'\M-Z\M^]\M-B\^A\M-n\M^@\M^Q\M-]\M-\\M-`\M-a#\M^T
\M^Q\M-,UB\M-$\M^NcY1J\^E1\^L7us0
at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0x9aebc000 (70
\M-5\^^\M-Z\M-i\M-p\M-`\M-v\M^?z\M-0\M-=.C\^C/.!\M-w\^P\^_\M^U\M^[DR\M-}\M-O~
\M^A\M-"T\M-_\^E\M^O\M-0\M-G\M->~\M-K1\M-J\M-*r\M-U\M-_\M-w\M-{u\M-RA\M-q
\M^^\^M\M-[\^H\M-B\M^?e\^?\M-T"\M-~\M^_Pios0: Dell Inc. Inspiron 3721
acpi0 at bios0: rev 2
acpi0:
table#L\M^Q\M-PUt\M-$\M-U\M^?B\M^?G\M-b\M-7\^?4\M^W\M^IK"8\^E\^R-@\^^\M-"i\M-
M\240\M-h_\M^S\M^^\M-I\M-)\M-y@\M-r\^_\M-U\M^Qj\^N(\^S\^Z\M-&S\M-+)\M-;\M^I\M
-IJ
\

Re: Unable to install OpenBSD 6.0 to HP Probook 4540s in UEFi mode

2017-02-02 Thread dmitry.sensei
https://lists.freebsd.org/pipermail/freebsd-bugs/2016-September/069781.html

On Mon, Jan 23, 2017 at 4:14 PM, dmitry.sensei  wrote:
> This is very similar?
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194063
>
> On Mon, Jan 23, 2017 at 2:42 PM, dmitry.sensei  
> wrote:
>> (CentOS 7)
>> lspci -v
>> 00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor
>> Family DRAM Controller (rev 09)
>> Subsystem: Hewlett-Packard Company Device 17f6
>> Flags: bus master, fast devsel, latency 0
>> Capabilities: [e0] Vendor Specific Information: Len=0c 
>>
>> 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation
>> Core Processor Family Integrated Graphics Controller (rev 09) (prog-if
>> 00 [VGA controller])
>> Subsystem: Hewlett-Packard Company Device 17f6
>> Flags: bus master, fast devsel, latency 0, IRQ 31
>> Memory at c000 (64-bit, non-prefetchable) [size=4M]
>> Memory at b000 (64-bit, prefetchable) [size=256M]
>> I/O ports at 3000 [size=64]
>> Expansion ROM at  [disabled]
>> Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
>> Capabilities: [d0] Power Management version 2
>> Capabilities: [a4] PCI Advanced Features
>> Kernel driver in use: i915
>> Kernel modules: i915
>>
>> 00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset
>> Family USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
>> Subsystem: Hewlett-Packard Company Device 17f6
>> Flags: bus master, medium devsel, latency 0, IRQ 28
>> Memory at c090 (64-bit, non-prefetchable) [size=64K]
>> Capabilities: [70] Power Management version 2
>> Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
>> Kernel driver in use: xhci_hcd
>>
>> 00:16.0 Communication controller: Intel Corporation 7 Series/C216
>> Chipset Family MEI Controller #1 (rev 04)
>> Subsystem: Hewlett-Packard Company Device 17f6
>> Flags: bus master, fast devsel, latency 0, IRQ 32
>> Memory at c0914000 (64-bit, non-prefetchable) [size=16]
>> Capabilities: [50] Power Management version 3
>> Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
>> Kernel driver in use: mei_me
>> Kernel modules: mei_me
>>
>> 00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family
>> USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
>> Subsystem: Hewlett-Packard Company Device 17f6
>> Flags: bus master, medium devsel, latency 0, IRQ 16
>> Memory at c0919000 (32-bit, non-prefetchable) [size=1K]
>> Capabilities: [50] Power Management version 2
>> Capabilities: [58] Debug port: BAR=1 offset=00a0
>> Capabilities: [98] PCI Advanced Features
>> Kernel driver in use: ehci-pci
>>
>> 00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family
>> High Definition Audio Controller (rev 04)
>> Subsystem: Hewlett-Packard Company Device 17f6
>> Flags: bus master, fast devsel, latency 0, IRQ 33
>> Memory at c091 (64-bit, non-prefetchable) [size=16K]
>> Capabilities: [50] Power Management version 2
>> Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
>> Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
>> Capabilities: [100] Virtual Channel
>> Capabilities: [130] Root Complex Link
>> Kernel driver in use: snd_hda_intel
>> Kernel modules: snd_hda_intel
>>
>> 00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI
>> Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
>> Flags: bus master, fast devsel, latency 0, IRQ 24
>> Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
>> Memory behind bridge: c080-c08f
>> Capabilities: [40] Express Root Port (Slot+), MSI 00
>> Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
>> Capabilities: [90] Subsystem: Hewlett-Packard Company Device 17f6
>> Capabilities: [a0] Power Management version 2
>> Kernel driver in use: pcieport
>> Kernel modules: shpchp
>>
>> 00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset
>> Family PCI Express Root Port 3 (rev c4) (prog-if 00 [Normal decode])
>> Flags: bus master, fast devsel, latency 0, IRQ 25
>> Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
>> Memory behind bridge: c070-c07f
>> Capabilities: [40] Express Root Port (Slot+), MSI 00
>> Capabilities: [80] MSI: Enable+ Count=1/1 M

Re: Unable to install OpenBSD 6.0 to HP Probook 4540s in UEFi mode

2017-01-23 Thread dmitry.sensei
This is very similar?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194063

On Mon, Jan 23, 2017 at 2:42 PM, dmitry.sensei  wrote:
> (CentOS 7)
> lspci -v
> 00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor
> Family DRAM Controller (rev 09)
> Subsystem: Hewlett-Packard Company Device 17f6
> Flags: bus master, fast devsel, latency 0
> Capabilities: [e0] Vendor Specific Information: Len=0c 
>
> 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation
> Core Processor Family Integrated Graphics Controller (rev 09) (prog-if
> 00 [VGA controller])
> Subsystem: Hewlett-Packard Company Device 17f6
> Flags: bus master, fast devsel, latency 0, IRQ 31
> Memory at c000 (64-bit, non-prefetchable) [size=4M]
> Memory at b000 (64-bit, prefetchable) [size=256M]
> I/O ports at 3000 [size=64]
> Expansion ROM at  [disabled]
> Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
> Capabilities: [d0] Power Management version 2
> Capabilities: [a4] PCI Advanced Features
> Kernel driver in use: i915
> Kernel modules: i915
>
> 00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset
> Family USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
> Subsystem: Hewlett-Packard Company Device 17f6
> Flags: bus master, medium devsel, latency 0, IRQ 28
> Memory at c090 (64-bit, non-prefetchable) [size=64K]
> Capabilities: [70] Power Management version 2
> Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
> Kernel driver in use: xhci_hcd
>
> 00:16.0 Communication controller: Intel Corporation 7 Series/C216
> Chipset Family MEI Controller #1 (rev 04)
> Subsystem: Hewlett-Packard Company Device 17f6
> Flags: bus master, fast devsel, latency 0, IRQ 32
> Memory at c0914000 (64-bit, non-prefetchable) [size=16]
> Capabilities: [50] Power Management version 3
> Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
> Kernel driver in use: mei_me
> Kernel modules: mei_me
>
> 00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family
> USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
> Subsystem: Hewlett-Packard Company Device 17f6
> Flags: bus master, medium devsel, latency 0, IRQ 16
> Memory at c0919000 (32-bit, non-prefetchable) [size=1K]
> Capabilities: [50] Power Management version 2
> Capabilities: [58] Debug port: BAR=1 offset=00a0
> Capabilities: [98] PCI Advanced Features
> Kernel driver in use: ehci-pci
>
> 00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family
> High Definition Audio Controller (rev 04)
> Subsystem: Hewlett-Packard Company Device 17f6
> Flags: bus master, fast devsel, latency 0, IRQ 33
> Memory at c091 (64-bit, non-prefetchable) [size=16K]
> Capabilities: [50] Power Management version 2
> Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
> Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
> Capabilities: [100] Virtual Channel
> Capabilities: [130] Root Complex Link
> Kernel driver in use: snd_hda_intel
> Kernel modules: snd_hda_intel
>
> 00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI
> Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
> Flags: bus master, fast devsel, latency 0, IRQ 24
> Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
> Memory behind bridge: c080-c08f
> Capabilities: [40] Express Root Port (Slot+), MSI 00
> Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
> Capabilities: [90] Subsystem: Hewlett-Packard Company Device 17f6
> Capabilities: [a0] Power Management version 2
> Kernel driver in use: pcieport
> Kernel modules: shpchp
>
> 00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset
> Family PCI Express Root Port 3 (rev c4) (prog-if 00 [Normal decode])
> Flags: bus master, fast devsel, latency 0, IRQ 25
> Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
> Memory behind bridge: c070-c07f
> Capabilities: [40] Express Root Port (Slot+), MSI 00
> Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
> Capabilities: [90] Subsystem: Hewlett-Packard Company Device 17f6
> Capabilities: [a0] Power Management version 2
> Kernel driver in use: pcieport
> Kernel modules: shpchp
>
> 00:1c.3 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI
> Express Root Port 4 (rev c4) (prog-if 00 [Normal decode])
> Flags: bus master, fast devsel, latency 0, IRQ 26
> Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
> Memor

Re: Unable to install OpenBSD 6.0 to HP Probook 4540s in UEFi mode

2017-01-23 Thread dmitry.sensei
(CentOS 7)
lspci -v
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor
Family DRAM Controller (rev 09)
Subsystem: Hewlett-Packard Company Device 17f6
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=0c 

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation
Core Processor Family Integrated Graphics Controller (rev 09) (prog-if
00 [VGA controller])
Subsystem: Hewlett-Packard Company Device 17f6
Flags: bus master, fast devsel, latency 0, IRQ 31
Memory at c000 (64-bit, non-prefetchable) [size=4M]
Memory at b000 (64-bit, prefetchable) [size=256M]
I/O ports at 3000 [size=64]
Expansion ROM at  [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Capabilities: [a4] PCI Advanced Features
Kernel driver in use: i915
Kernel modules: i915

00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset
Family USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI])
Subsystem: Hewlett-Packard Company Device 17f6
Flags: bus master, medium devsel, latency 0, IRQ 28
Memory at c090 (64-bit, non-prefetchable) [size=64K]
Capabilities: [70] Power Management version 2
Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
Kernel driver in use: xhci_hcd

00:16.0 Communication controller: Intel Corporation 7 Series/C216
Chipset Family MEI Controller #1 (rev 04)
Subsystem: Hewlett-Packard Company Device 17f6
Flags: bus master, fast devsel, latency 0, IRQ 32
Memory at c0914000 (64-bit, non-prefetchable) [size=16]
Capabilities: [50] Power Management version 3
Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
Kernel driver in use: mei_me
Kernel modules: mei_me

00:1a.0 USB controller: Intel Corporation 7 Series/C216 Chipset Family
USB Enhanced Host Controller #2 (rev 04) (prog-if 20 [EHCI])
Subsystem: Hewlett-Packard Company Device 17f6
Flags: bus master, medium devsel, latency 0, IRQ 16
Memory at c0919000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
Kernel driver in use: ehci-pci

00:1b.0 Audio device: Intel Corporation 7 Series/C216 Chipset Family
High Definition Audio Controller (rev 04)
Subsystem: Hewlett-Packard Company Device 17f6
Flags: bus master, fast devsel, latency 0, IRQ 33
Memory at c091 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI
Express Root Port 1 (rev c4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 24
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Memory behind bridge: c080-c08f
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: Hewlett-Packard Company Device 17f6
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.2 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset
Family PCI Express Root Port 3 (rev c4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 25
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
Memory behind bridge: c070-c07f
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: Hewlett-Packard Company Device 17f6
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.3 PCI bridge: Intel Corporation 7 Series/C216 Chipset Family PCI
Express Root Port 4 (rev c4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 26
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
Memory behind bridge: c060-c06f
Capabilities: [40] Express Root Port (Slot+), MSI 00
Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [90] Subsystem: Hewlett-Packard Company Device 17f6
Capabilities: [a0] Power Management version 2
Kernel driver in use: pcieport
Kernel modules: shpchp

00:1c.5 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset
Family PCI Express Root Port 6 (rev c4) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0, IRQ 27
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
I/O behi

Re: Unable to install OpenBSD 6.0 to HP Probook 4540s in UEFi mode

2017-01-23 Thread dmitry.sensei
I have the same problem with TrueOS installer (based on FreeBSD 12 current)

On Fri, Jan 20, 2017 at 3:21 PM, dmitry.sensei  wrote:
> Hi everybody :)
>
> I can not install the OpenBSD 6.0 (stable or snapshots) on the HP
> Probook 4540s in UEFI mode.
> After booting from the usb - the screen is not readable.
> Secure Boot is OFF.
>
> This situation looks like this:
> ---  
>---  
>   ---  
>  ---  
> ---  
> ---  
>  ---  
> ---  
> ---  
> ---  
>---  
>  ---  
> ---  
>---  
>
>
> --
> Dmitry Orlov



-- 
Dmitry Orlov



Unable to install OpenBSD 6.0 to HP Probook 4540s in UEFi mode

2017-01-20 Thread dmitry.sensei
Hi everybody :)

I can not install the OpenBSD 6.0 (stable or snapshots) on the HP
Probook 4540s in UEFI mode.
After booting from the usb - the screen is not readable.
Secure Boot is OFF.

This situation looks like this:
---  
   ---  
  ---  
 ---  
---  
---  
 ---  
---  
---  
---  
   ---  
 ---  
---  
   ---  


-- 
Dmitry Orlov



drn_error after Chromium launching

2016-05-02 Thread dmitry.sensei
Hello.
error: [drm:pid73700:i915_context_is_banned] *ERROR* context hanging
too fast, declaring banned!
error: [drm:pid6437:i915_hangcheck_elapsed] *ERROR* Hangcheck timer
elapsed... render ring idle

As result: Openbox session exitting.


Dmesg:
OpenBSD 5.9-current (GENERIC.MP) #2002: Sun May  1 06:35:58 MDT 2016
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
RTC BIOS diagnostic error 80
real mem = 8483958784 (8090MB)
avail mem = 836672 (7841MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0x9c668000 (68 entries)
bios0: vendor LENOVO version "B0CN96WW" date 09/22/2015
bios0: LENOVO 80E5
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP UEFI ASF! BOOT LPIT MCFG SSDT UEFI ASPT HPET
WDAT SSDT POAT APIC SSDT SSDT DBGP SSDT DMAR CSRT FPDT BGRT
acpi0: wakeup devices PEGP(S4) PEG0(S4) PEGP(S4) PEG1(S4) PEGP(S4)
PEG2(S4) GLAN(S4) EHC1(S3) EHC2(S4) XHC_(S3) HDEF(S4) PXSX(S0)
RP01(S0) PXSX(S0) RP02(S0) PXSX(S0) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimcfg0 at acpi0 addr 0xe000, bus 0-255
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz, 2295.01 MHz
cpu0:
FPU,VME,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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FS
GSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz, 2294.69 MHz
cpu1:
FPU,VME,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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FS
GSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 1 (application processor)
cpu2: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz, 2294.69 MHz
cpu2:
FPU,VME,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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FS
GSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 1, core 0, package 0
cpu3 at mainbus0: apid 3 (application processor)
cpu3: Intel(R) Core(TM) i7-5500U CPU @ 2.40GHz, 2294.69 MHz
cpu3:
FPU,VME,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,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX
,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEA
DLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FS
GSBASE,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SENSOR,ARAT
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 1, core 1, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec0, version 20, 40 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PEG0)
acpiprt2 at acpi0: bus -1 (PEG1)
acpiprt3 at acpi0: bus -1 (PEG2)
acpiprt4 at acpi0: bus 1 (RP01)
acpiprt5 at acpi0: bus -1 (RP02)
acpiprt6 at acpi0: bus 2 (RP03)
acpiprt7 at acpi0: bus 3 (RP04)
acpiprt8 at acpi0: bus 4 (RP05)
acpiprt9 at acpi0: bus -1 (RP06)
acpiprt10 at acpi0: bus -1 (RP07)
acpiprt11 at acpi0: bus -1 (RP08)
acpiec0 at acpi0
acpicpu0 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33),
C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33),
C1(1000@1 mwait.1), PSS
acpicpu2 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33),
C1(1000@1 mwait.1), PSS
acpicpu3 at acpi0: C3(200@506 mwait.1@0x60), C2(200@148 mwait.1@0x33),
C1(1000@1 mwait.1), PSS
acpipwrres0 at acpi0: PC05, resource for RP05
acpibat0 at acpi0: BAT0 serial BAT20101001 oem "Lenovo IdeaPad"
"VPC2004" at acpi0 not configured
"INT3F0D" at acpi0 not configured
"IDEA0100" at acpi0 not configured
"SYN2B37" at acpi0 not configured
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: LID0
acpibtn1 at acpi0: PWRB
"INT33A1" at acpi0 not configured
"INT340E" at acpi0 not configured
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
cpu0: Enhanced SpeedStep 2295 MHz: speeds: 2401, 2400, 2300, 2100,
2000, 19

Re: change partition size impossible?

2016-02-24 Thread dmitry.sensei
Like this:
http://daemonforums.org/showthread.php?t=5332

On Wed, Feb 24, 2016 at 12:20 PM, Jaap Bosman  wrote:
> Hello
>
> Is it possible to change partition size in OpenBSD 5.9?
>
> Try to change partition size on install: error message: "partition f is
> currently 4194304 sectors in size and can have a maximum size of 4194304
> sectors."
>
> Tried to use disklabel.
> delete partition and make new one with preferred size  message is now "Open
> partition would move or shrink"
>
> I want partition l and f and e to change.
>
> Filesystem SizeUsed   Avail Capacity  Mounted on
> /dev/sd0a 1005M   51.8M903M 5%/
> /dev/sd0l  298G   36.0K283G 0%/home -->  10 GB
> /dev/sd0d  3.9G   10.0K3.7G 0%/tmp
> /dev/sd0f  2.0G364M1.5G19%/usr --->  150 GB
> /dev/sd0g 1005M210M745M22%/usr/X11R6
> /dev/sd0h  9.8G218K9.3G 0%/usr/local
> /dev/sd0k  2.0G2.0K1.9G 0%/usr/obj
> /dev/sd0j  2.0G2.0K1.9G 0%/usr/src
> /dev/sd0e 11.5G7.6M   10.9G 0%/var -->  150 GB
>
> I am on amd64 OpenBSD_5.9
>
> thanks
>
> Jaap
>



-- 
Dmitry Orlov



Re: How to tune network on Qemu-system-i386

2016-02-17 Thread dmitry.sensei
It works :) If i added ifconfig tap0  
However I have not yet understand how :)

On Thu, Feb 11, 2016 at 4:45 PM, John Long  wrote:
> Dmitry,
>
> On Thu, Feb 11, 2016 at 10:06:34AM +0500, dmitry.sensei wrote:
>
>> Can you give generic guide to setting up a network in Qemu (OpenBSD)?
>> I have one physical re0 interface, which looks to the Internet.
>
> #!/bin/ksh
> ifconfig tun0 create
> ifconfig tun0 link0
> ifconfig tun0 up
> ifconfig bridge0 create
> #ifconfig bridge0 fwddelay 4
> ifconfig bridge0 add re0 add tun0
> ifconfig bridge0 up
>
> I can't remember where I found the above but I have been using it with
> SIMH. It may have been in the example where somebody shows how to run
> OpenBSD VAX under SIMH. In the SIMH .conf you use
>
> at xq tap:tap0
>
> I ASSume you would use a similar syntax in QEMU's config. That is, use
> tap:tap0 as your network interface name instead of re0. I commented out the
> fwddelay to see if it affected anything and it doesn't seem to in this
> application.
>
> /jl
>
> --
> ASCII ribbon campaign ( ) Powered by Lemote Fuloong
>  against HTML e-mail   X  Loongson MIPS and OpenBSD
>and proprietary/ \http://www.mutt.org
>  attachments /   \  Code Blue or Go Home!
>  Encrypted email preferred  PGP Key 2048R/DA65BC04
>



-- 
Dmitry Orlov



How to tune network on Qemu-system-i386

2016-02-10 Thread dmitry.sensei
Hi!

I have read the documentation for setting up the network configuration
in Qemu, README files of Qemu package, but especially did not
understand how to do it :(
1. Documentation mainly oriented to Linux
2. Settings bridges & etc. in openbsd for me so far not clear.

Can you give generic guide to setting up a network in Qemu (OpenBSD)?
I have one physical re0 interface, which looks to the Internet.

Thanks

-- 
Dmitry Orlov



Re: OpenBSD 58-beta

2015-06-18 Thread dmitry.sensei
First feature :) I can't load latest OpenBSD.iso.
Unending stream "Process (pid 1) got signal 4"

On 6/18/15, Stefan Wollny  wrote:
> For those following ~current:
>
> Theo flipped the switch to move to 58-beta:
> https://marc.info/?l=openbsd-cvs&m=143457080515142&w=2
>
>
> #
> OpenBSD 5.8-beta (GENERIC.MP) #1072: Wed Jun 17 18:54:45 MDT 2015
> dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 3203203072 (3054MB)
> avail mem = 3102306304 (2958MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xe0010 (68 entries)
> bios0: vendor LENOVO version "79ETC9WW (2.09 )" date 12/22/2006
> bios0: LENOVO 2007VG2
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP SSDT ECDT TCPA APIC MCFG HPET SLIC BOOT SSDT
> SSDT SSDT SSDT acpi0: wakeup devices LID_(S3) SLPB(S3) LURT(S3)
> DURT(S3) EXP0(S4) EXP1(S4) EXP2(S4) EXP3(S4) PCI1(S4) USB0(S3) USB1(S3)
> USB2(S3) USB7(S3) HDEF(S4) acpitimer0 at acpi0: 3579545 Hz, 24 bits
> acpiec0 at acpi0 acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz, 1994.68 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,PBE,SSE3,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,NXE,LONG,LAHF,PERF,SENSOR
> cpu0: 4MB 64b/line 16-way L2 cache cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> cpu0: apic clock running at 166MHz
> cpu0: mwait min=64, max=64, C-substates=0.2.2.2.2, IBE
> cpu1 at mainbus0: apid 1 (application processor)
> cpu1: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz, 1994.34 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,PBE,SSE3,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,NXE,LONG,LAHF,PERF,SENSOR
> cpu1: 4MB 64b/line 16-way L2 cache cpu1: smt 0, core 1, package 0
> ioapic0 at mainbus0: apid 1 pa 0xfec0, version 20, 24 pins
> ioapic0: misconfigured as apic 2, remapped to apid 1
> acpimcfg0 at acpi0 addr 0xf000, bus 0-63
> acpihpet0 at acpi0: 14318179 Hz
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus 1 (AGP_)
> acpiprt2 at acpi0: bus 2 (EXP0)
> acpiprt3 at acpi0: bus 3 (EXP1)
> acpiprt4 at acpi0: bus 4 (EXP2)
> acpiprt5 at acpi0: bus 12 (EXP3)
> acpiprt6 at acpi0: bus 21 (PCI1)
> acpicpu0 at acpi0: !C3(250@17 mwait.3@0x20), !C2(500@1 mwait.1@0x10),
> C1(1000@1 mwait.1), PSS acpicpu1 at acpi0: !C3(250@17
> mwait.3@0x20), !C2(500@1 mwait.1@0x10), C1(1000@1 mwait.1), PSS
> acpipwrres0 at acpi0: PUBS, resource for USB0, USB2, USB7 acpitz0 at
> acpi0: critical temperature is 127 degC acpitz1 at acpi0: critical
> temperature is 99 degC acpibtn0 at acpi0: LID_
> acpibtn1 at acpi0: SLPB
> acpibat0 at acpi0: BAT0 model "92P1139" serial  2887 type LION oem
> "Panasonic" acpibat1 at acpi0: BAT1 not present
> acpiac0 at acpi0: AC unit online
> acpithinkpad0 at acpi0
> acpidock0 at acpi0: GDCK not docked (0)
> cpu0: Enhanced SpeedStep 1994 MHz: speeds: 2000, 1667, 1333, 1000 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 "Intel 82945GM Host" rev 0x03
> ppb0 at pci0 dev 1 function 0 "Intel 82945GM PCIE" rev 0x03: msi
> pci1 at ppb0 bus 1
> radeondrm0 at pci1 dev 0 function 0 "ATI Radeon Mobility X1300 M52-64"
> rev 0x00 drm0 at radeondrm0
> radeondrm0: apic 1 int 16
> azalia0 at pci0 dev 27 function 0 "Intel 82801GB HD Audio" rev 0x02: msi
> azalia0: codecs: Analog Devices AD1981HD, Conexant/0x2bfa, using Analog
> Devices AD1981HD audio0 at azalia0
> ppb1 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x02: msi
> pci2 at ppb1 bus 2
> em0 at pci2 dev 0 function 0 "Intel 82573L" rev 0x00: msi, address
> 00:15:58:81:15:fb ppb2 at pci0 dev 28 function 1 "Intel 82801GB PCIE"
> rev 0x02: msi pci3 at ppb2 bus 3
> wpi0 at pci3 dev 0 function 0 "Intel PRO/Wireless 3945ABG" rev 0x02:
> msi, MoW2, address 00:19:d2:85:6f:4d ppb3 at pci0 dev 28 function 2
> "Intel 82801GB PCIE" rev 0x02: msi pci4 at ppb3 bus 4
> xhci0 at pci4 dev 0 function 0 "Renesas uPD720202 xHCI" rev 0x02: msi
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 "Renesas xHCI root hub" rev 3.00/1.00 addr 1
> ppb4 at pci0 dev 28 function 3 "Intel 82801GB PCIE" rev 0x02: msi
> pci5 at ppb4 bus 12
> uhci0 at pci0 dev 29 function 0 "Intel 82801GB USB" rev 0x02: apic 1
> int 16 uhci1 at pci0 dev 29 function 1 "Intel 82801GB USB" rev 0x02:
> apic 1 int 17 uhci2 at pci0 dev 29 function 2 "Intel 82801GB USB" rev
> 0x02: apic 1 int 18 uhci3 at pci0 dev 29 function 3 "Intel 82801GB USB"
> rev 0x02: apic 1 int 19 ehci0 at pci0 dev 29 function 7 "Intel 82801GB
> USB" rev 0x02: apic 1 int 19 usb1 at ehci0: USB revision 2.0
> uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
> ppb5 at pci0 dev 30 function 0 "Intel 82801BAM

Re: Strange shell in OpenBSD 5.7 #982

2015-05-17 Thread dmitry.sensei
In next ISO build?

CVSROOT:/cvs
Module name:src
Changes by: deraadt  cvs.openbsd.org2015/05/17 10:55:51

Modified files:
sys/sys: conf.h

Log message:
for decades, wsdisplay has acted in one way like it is not a tty


On 5/17/15, dmitry.sensei  wrote:
> In the previous versions it was ok.
> What "strong" report I can bring to you? :D
> Example of my session:
> login:root
> password:**
> OpenBSD 5.7-current 
> ls
> Downloads
> qwerty
> ksh: [2]: qwerty: not found
>
> On 5/17/15, Theo de Raadt  wrote:
>>> When I logged in OpenBSD 5.7 #982  I don't see OS prompt and can't use
>>> Tab, up and down arrow and etc.
>>>
>>> I have ksh in /etc/passwd
>>
>> Why don't you realize how weak your bug report is?
>>
>>
>
>
> --
> Dmitry Orlov
>


-- 
Dmitry Orlov



Re: Strange shell in OpenBSD 5.7 #982

2015-05-17 Thread dmitry.sensei
In the previous versions it was ok.
What "strong" report I can bring to you? :D
Example of my session:
login:root
password:**
OpenBSD 5.7-current 
ls
Downloads
qwerty
ksh: [2]: qwerty: not found

On 5/17/15, Theo de Raadt  wrote:
>> When I logged in OpenBSD 5.7 #982  I don't see OS prompt and can't use
>> Tab, up and down arrow and etc.
>>
>> I have ksh in /etc/passwd
>
> Why don't you realize how weak your bug report is?
>
>


-- 
Dmitry Orlov



Strange shell in OpenBSD 5.7 #982

2015-05-17 Thread dmitry.sensei
Hi.

When I logged in OpenBSD 5.7 #982  I don't see OS prompt and can't use
Tab, up and down arrow and etc.

I have ksh in /etc/passwd

-- 
Dmitry Orlov



Lumina 8.2. Warning on start. snapshots from 8 march 2015y.

2015-03-11 Thread dmitry.sensei
Hi.

I see warning when Lumina starts. And fluxbox.core after Lumina ends :)
It is normal?
--
X.Org X Server 1.16.4
Release Date: 2014-12-20
X Protocol Version 11, Revision 0
Build Operating System: OpenBSD 5.7 amd64
Current Operating System: OpenBSD bsd.localdomain 5.7 GENERIC.MP#881 amd64
Build Date: 07 March 2015  03:49:57AM

Current version of pixman: 0.32.6
Before reporting problems, check http://wiki.x.org
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: Thu Mar 12 10:25:32 2015
(==) Using system config directory "/usr/X11R6/share/X11/xorg.conf.d"
Lumina-DE:/usr/lib/libstdc++.so.57.0:
/usr/local/lib/libestdc++.so.16.0 : WARNING:
symbol(_ZN11__gnu_debug17_S_debug_messagesE) size mismatch, relink
your program
Lumina Log File: "/root/.lumina/logs/runtime.log"
Number of XCB screens: 1



-- 
Dmitry Orlov



Re: Why regen for host ssh key is fail first time?

2015-01-17 Thread dmitry.sensei
By Changlog the ssh-keygen -A issue was fixed
18.01.2015 6:50 пользователь "Theo de Raadt"

написал:

> > > I reproduced the error, it happens the same to me, but it actually
> > > generates the keys, but you get that error. I did a trace. I'm rather
> > > new in OpenBSD, looks like it could be related with mprotect(2), but
> > > not sure. Maybe you should submit the bug
> >
> > Actually it was 'silently' fixed, see
> > http://marc.info/?l=openbsd-cvs&m=142142372106330&w=2
>
> Is that an accusation?
>
> I just want to understand better.



Is Broadcom sta (hybrid device ) driver available for OpenBSD?

2013-12-04 Thread dmitry.sensei
Is Broadcom sta (hybrid device ) driver available for OpenBSD?



Re: How-to: dualboot Windows 8.1 and OpenBSD 5.4

2013-11-17 Thread dmitry.sensei
What about 1Tb disk? Is CHS mode correct for this disks?
17.11.2013 20:20 пользователь "Wesley MOUEDINE ASSABY" <
open...@e-solutions.re> написал:

> Hi
>
> I just tested this. It works nice for me.
>
> I have a Windows 8.1 on a hard drive 15 GB (A full one partition).
> So i want to install OpenBSD 5.4 and have multiboot.
>
> -1- Reduce the disk using disk management (MMC snap)
> i reduced Windows partition, i have now a second partition 1GB.
> Put OpenBSD 5.4 CD, and reboot.
>
> -2- Install OpenBSD using CHS (Be careful!)
> OpenBSD is now installed, eject cd, and reboot to windows
> # fdisk -e 3
>
> -3- Download the tool dd for windows
> http://www.chrysocome.net/dd
> Unzip dd-0.6beta3 and do :
>
> open "cmd" as administrator and do:
> dd --list
> # this will list device (we are looking for partition 2 (openbsd)
>
> dd if=\\?\Device\Harddisk0\Partition2 of=openbsd.pbr bs=512 count=1
> # This record OpenBSD PBR
> Copy the file openbsd.pbr to the root c:
>
> -4- Modify boot.ini using bcdedit
> In a cmd console (need administrator rights)
> bcdedit /create /d "OpenBSD 5.4" /application boot sector
> # copy the identifier and paste it to the 4 following lines
> # For me, identifier is : {0eae31b8-4f98-11e3-8260-00264aa3d5ac}
>
> bcdedit /set {0eae31b8-4f98-11e3-8260-00264aa3d5ac} device boot
> bcdedit /set {0eae31b8-4f98-11e3-8260-00264aa3d5ac} path \openbsd.pbr
> bcdedit /set {0eae31b8-4f98-11e3-8260-00264aa3d5ac} device partition=c:
> bcdedit /displayorder {0eae31b8-4f98-11e3-8260-00264aa3d5ac} /addlast
>
> -5- Reboot, you re done!
> As Dmitri said, windows 8.1 load graphical before you have the boot choice.
> And when you choose OpenBSD, the box reboot and load OpenBSD.
>
> I hope this helps!!
> If you want i can do a better how-to with snapshots, and put it on the web.
> Or contribute to the FAQ!*
>
> Cheers,
>
> Wesley MOUEDINE ASSABY
> http://www.mouedine.net



Re: Unable to open DVD device

2013-09-24 Thread dmitry.sensei
No. Only for testing
24.09.2013 17:10 пользователь "Stuart Henderson"

написал:

> On 2013-09-24, dmitry.sensei  wrote:
> > Try sudo mlayer or use xine
>
> Running mplayer as *root*? You're joking, right?



Re: Unable to open DVD device

2013-09-24 Thread dmitry.sensei
Try sudo mlayer or use xine
24.09.2013 15:31 пользователь "OpenBSD" 
написал:

> Hi Misc@,
>
> With Sun 8 Sep Snapshot (OpenBSD 5.4-current (GENERIC.MP) #53: Sun Sep 8
> 15:28:55 MDT 2013 - dmesg below [1]) my Toshiba Portege Laptop is no longer
> able to play DVD's, with errors about opening /dev/rcd0c:
>
> port:fred ~> mplayer dvd://1
> MPlayer SVN-r35910 (C) 2000-2013 MPlayer Team
>
> Playing dvd://1.
> libdvdread: Using libdvdcss version 1.2.13 for DVD access
> libdvdread: Could not open /dev/rcd0c
> Couldn't open DVD device: /dev/rcd0c (No such file or directory)
> No stream found to handle url dvd://1
> Exiting... (End of file)
>
> The device is there:
>
> port:fred ~> ls -la /dev/rcd*
> crw-r-  1 root  operator   15,   0 Sep 11 15:04 /dev/rcd0a
> crw-r-  1 root  operator   15,   2 Sep 11 15:04 /dev/rcd0c
> crw-r-  1 root  operator   15,  16 Sep 11 15:04 /dev/rcd1a
> crw-r-  1 root  operator   15,  18 Sep 11 15:04 /dev/rcd1c
>
> port:fred ~> dmesg|grep -i dvd
> cd0 at scsibus0 targ 2 lun 0:  ATAPI
> 5/cdrom removable
>
> Any clues how I can further debug this?
>
> Cheers
>
> Fred
>
> [1] dmesg:
>
> OpenBSD 5.4-current (GENERIC.MP) #53: Sun Sep  8 15:28:55 MDT 2013
> dera...@amd64.openbsd.org:/**usr/src/sys/arch/amd64/**compile/
> GENERIC.MP
> real mem = 8447131648 (8055MB)
> avail mem = 8214159360 (7833MB)
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.5 @ 0xaafd (43 entries)
> bios0: vendor TOSHIBA version "Version 3.60" date 01/24/2012
> bios0: TOSHIBA TOSHIBA
> acpi0 at bios0: rev 0
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP HPET APIC MCFG ASF! TCPA BOOT SLIC SSDT SSDT SSDT
> SSDT
> acpi0: wakeup devices LANC(S4) HDEF(S3) RP02(S4) PXSX(S4) RP04(S4)
> PXSX(S4) USBB(S4) USBC(S4) EHC1(S4) EHC2(S4) PWRB(S4) LID_(S4)
> acpitimer0 at acpi0: 3579545 Hz, 24 bits
> acpihpet0 at acpi0: 14318179 Hz
> acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz, 2492.30 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,**
> PBE,SSE3,PCLMUL,DTES64,MWAIT,**DS-CPL,VMX,SMX,EST,TM2,SSSE3,**
> CX16,xTPR,PDCM,PCID,SSE4.1,**SSE4.2,x2APIC,POPCNT,DEADLINE,**
> AES,XSAVE,AVX,NXE,LONG,LAHF,**PERF,ITSC
> cpu0: 256KB 64b/line 8-way L2 cache
> cpu0: smt 0, core 0, package 0
> cpu0: apic clock running at 99MHz
> cpu1 at mainbus0: apid 1 (application processor)
> cpu1: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz, 2491.91 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,**
> PBE,SSE3,PCLMUL,DTES64,MWAIT,**DS-CPL,VMX,SMX,EST,TM2,SSSE3,**
> CX16,xTPR,PDCM,PCID,SSE4.1,**SSE4.2,x2APIC,POPCNT,DEADLINE,**
> AES,XSAVE,AVX,NXE,LONG,LAHF,**PERF,ITSC
> cpu1: 256KB 64b/line 8-way L2 cache
> cpu1: smt 1, core 0, package 0
> cpu2 at mainbus0: apid 2 (application processor)
> cpu2: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz, 2491.91 MHz
> cpu2: 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,**
> PBE,SSE3,PCLMUL,DTES64,MWAIT,**DS-CPL,VMX,SMX,EST,TM2,SSSE3,**
> CX16,xTPR,PDCM,PCID,SSE4.1,**SSE4.2,x2APIC,POPCNT,DEADLINE,**
> AES,XSAVE,AVX,NXE,LONG,LAHF,**PERF,ITSC
> cpu2: 256KB 64b/line 8-way L2 cache
> cpu2: smt 0, core 1, package 0
> cpu3 at mainbus0: apid 3 (application processor)
> cpu3: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz, 2491.91 MHz
> cpu3: 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,**
> PBE,SSE3,PCLMUL,DTES64,MWAIT,**DS-CPL,VMX,SMX,EST,TM2,SSSE3,**
> CX16,xTPR,PDCM,PCID,SSE4.1,**SSE4.2,x2APIC,POPCNT,DEADLINE,**
> AES,XSAVE,AVX,NXE,LONG,LAHF,**PERF,ITSC
> cpu3: 256KB 64b/line 8-way L2 cache
> cpu3: smt 1, core 1, package 0
> ioapic0 at mainbus0: apid 2 pa 0xfec0, version 20, 24 pins
> acpimcfg0 at acpi0 addr 0xf800, bus 0-63
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus -1 (PEGP)
> acpiprt2 at acpi0: bus 1 (RP01)
> acpiprt3 at acpi0: bus 2 (RP02)
> acpiprt4 at acpi0: bus 4 (RP03)
> acpiprt5 at acpi0: bus -1 (RP04)
> acpiprt6 at acpi0: bus 5 (RP05)
> acpiprt7 at acpi0: bus 6 (RP06)
> acpiprt8 at acpi0: bus 7 (RP07)
> acpiprt9 at acpi0: bus -1 (RP08)
> acpiprt10 at acpi0: bus -1 (PCIB)
> acpicpu0 at acpi0: C1, PSS
> acpicpu1 at acpi0: C1, PSS
> acpicpu2 at acpi0: C1, PSS
> acpicpu3 at acpi0: C1, PSS
> acpipwrres0 at acpi0: PDOC
> acpitz0 at acpi0: critical temperature is 102 degC
> acpitoshiba0 at acpi0
> acpiac0 at acpi0: AC unit online
> acpibtn0 at acpi0: PWRB
> acpibtn1 at acpi0: LID_
> acpibat0 at acpi0: BAT1 model "G71C000E4410" serial 001888 type Li-ION
>   oem "0"
> acpidock0 at acpi0: DOCK not docked (0)
> cpu0: Enhanced SpeedStep 2492 MHz: speeds: 2501, 2500, 2000, 1800, 1600,
> 1400, 1200, 1000, 800 MHz
> pci0 at mainbus0 bus 0
> pch

Retry: Fwd: Re: OpenBSD 5.4-beta (GENERIC) #19: Sun Jul 7 15:01:51 MDT 2013 can't works with my usb keyb, usb optical mouse, usb camera and usb modems

2013-07-26 Thread dmitry.sensei
-- Переадресованное сообщение --
От: "dmitry.sensei" 
Дата: 24.07.2013 14:29
Тема: Re: OpenBSD 5.4-beta (GENERIC) #19: Sun Jul 7 15:01:51 MDT 2013
can't
works with my usb keyb, usb optical mouse, usb camera and usb modems
Кому: "Norman Golisz" , "Mark Kettenis" <
mark.kette...@xs4all.nl>
Копия: "b...@openbsd.org" 

Below dmesg output acpi after disbaled acpimadt

*|alc*|age*|jme*|et*|nfe*|stge*|vge*|bnx*|bge*|lge*|nge*|msk*|sk*|ste*|se*|si
s*|wb*|tl*|vte*|vr*|pcn*|sf*|ti*|gem*|ne0|ne1|ne2|ne*|ne*|ne*|epic*|sm0|sm*|d
c*|dc*|re*|re*|rl*|rl*|mtd*|fxp*|fxp*|xl*|xl*|ep0|ep*|ep*|ep*|ep*|ep*
phy -1 flags 0x0
 33 urlphy* at
url*|udav*|mos*|smsc*|axe*|aue*|xe*|ef*|hme*|lii*|bce*|ale*|alc*|age*|jme*|et
*|nfe*|stge*|vge*|bnx*|bge*|lge*|nge*|msk*|sk*|ste*|se*|sis*|wb*|tl*|vte*|vr*
|pcn*|sf*|ti*|gem*|ne0|ne1|ne2|ne*|ne*|ne*|epic*|sm0|sm*|dc*|dc*|re*|re*|rl*|
rl*|mtd*|fxp*|fxp*|xl*|xl*|ep0|ep*|ep*|ep*|ep*|ep*
phy -1 flags 0x0
 34 rgephy* at
url*|udav*|mos*|smsc*|axe*|aue*|xe*|ef*|hme*|lii*|bce*|ale*|alc*|age*|jme*|et
*|nfe*|stge*|vge*|bnx*|bge*|lge*|nge*|msk*|sk*|ste*|se*|sis*|wb*|tl*|vte*|vr*
|pcn*|sf*|ti*|gem*|ne0|ne1|ne2|ne*|ne*|ne*|epic*|sm0|sm*|dc*|dc*|re*|re*|rl*|
rl*|mtd*|fxp*|fxp*|xl*|xl*|ep0|ep*|ep*|ep*|ep*|ep*
phy -1 flags 0x0
 35 ciphy* at
url*|udav*|mos*|smsc*|axe*|aue*|xe*|ef*|hme*|lii*|bce*|ale*|alc*|age*|jme*|et
*|nfe*|stge*|vge*|bnx*|bge*|lge*|nge*|msk*|sk*|ste*|se*|sis*|wb*|tl*|vte*|vr*
|pcn*|sf*|ti*|gem*|ne0|ne1|ne2|ne*|ne*|ne*|epic*|sm0|sm*|dc*|dc*|re*|re*|rl*|
rl*|mtd*|fxp*|fxp*|xl*|xl*|ep0|ep*|ep*|ep*|ep*|ep*
phy -1 flags 0x0
--- more --- 36 ipgphy* at
url*|udav*|mos*|smsc*|axe*|aue*|xe*|ef*|hme*|lii*|bce*|ale*|alc*|age*|jme*|et
*|nfe*|stge*|vge*|bnx*|bge*|lge*|nge*|msk*|sk*|ste*|se*|sis*|wb*|tl*|vte*|vr*
|pcn*|sf*|ti*|gem*|ne0|ne1|ne2|ne*|ne*|ne*|epic*|sm0|sm*|dc*|dc*|re*|re*|rl*|
rl*|mtd*|fxp*|fxp*|xl*|xl*|ep0|ep*|ep*|ep*|ep*|ep*
phy -1 flags 0x0
 37 etphy* at
url*|udav*|mos*|smsc*|axe*|aue*|xe*|ef*|hme*|lii*|bce*|ale*|alc*|age*|jme*|et
*|nfe*|stge*|vge*|bnx*|bge*|lge*|nge*|msk*|sk*|ste*|se*|sis*|wb*|tl*|vte*|vr*
|pcn*|sf*|ti*|gem*|ne0|ne1|ne2|ne*|ne*|ne*|epic*|sm0|sm*|dc*|dc*|re*|re*|rl*|
rl*|mtd*|fxp*|fxp*|xl*|xl*|ep0|ep*|ep*|ep*|ep*|ep*
phy -1 flags 0x0
 38 jmphy* at
url*|udav*|mos*|smsc*|axe*|aue*|xe*|ef*|hme*|lii*|bce*|ale*|alc*|age*|jme*|et
*|nfe*|stge*|vge*|bnx*|bge*|lge*|nge*|msk*|sk*|ste*|se*|sis*|wb*|tl*|vte*|vr*
|pcn*|sf*|ti*|gem*|ne0|ne1|ne2|ne*|ne*|ne*|epic*|sm0|sm*|dc*|dc*|re*|re*|rl*|
rl*|mtd*|fxp*|fxp*|xl*|xl*|ep0|ep*|ep*|ep*|ep*|ep*
phy -1 flags 0x0
 39 atphy* at
url*|udav*|mos*|smsc*|axe*|aue*|xe*|ef*|hme*|lii*|bce*|ale*|alc*|age*|jme*|et
*|nfe*|stge*|vge*|bnx*|bge*|lge*|nge*|msk*|sk*|ste*|se*|sis*|wb*|tl*|vte*|vr*
|pcn*|sf*|ti*|gem*|ne0|ne1|ne2|ne*|ne*|ne*|epic*|sm0|sm*|dc*|dc*|re*|re*|rl*|
rl*|mtd*|fxp*|fxp*|xl*|xl*|ep0|ep*|ep*|ep*|ep*|ep*
phy -1 flags 0x0
 40 rdcphy* at
url*|udav*|mos*|smsc*|axe*|aue*|xe*|ef*|hme*|lii*|bce*|ale*|alc*|age*|jme*|et
*|nfe*|stge*|vge*|bnx*|bge*|lge*|nge*|msk*|sk*|ste*|se*|sis*|wb*|tl*|vte*|vr*
|pcn*|sf*|ti*|gem*|ne0|ne1|ne2|ne*|ne*|ne*|epic*|sm0|sm*|dc*|dc*|re*|re*|rl*|
rl*|mtd*|fxp*|fxp*|xl*|xl*|ep0|ep*|ep*|ep*|ep*|ep*
phy -1 flags 0x0
 41 mlphy* at
url*|udav*|mos*|smsc*|axe*|aue*|xe*|ef*|hme*|lii*|bce*|ale*|alc*|age*|jme*|et
*|nfe*|stge*|vge*|bnx*|bge*|lge*|nge*|msk*|sk*|ste*|se*|sis*|wb*|tl*|vte*|vr*
|pcn*|sf*|ti*|gem*|ne0|ne1|ne2|ne*|ne*|ne*|epic*|sm0|sm*|dc*|dc*|re*|re*|rl*|
rl*|mtd*|fxp*|fxp*|xl*|xl*|ep0|ep*|ep*|ep*|ep*|ep*
phy -1 flags 0x0
 42 scsibus* at
softraid0|vscsi0|sdmmc*|umass*|ahb*|wds0|sea0|aha0|aha1|aha*|vioblk*|pcscp*|m
pii*|ips*|mfii*|arc*|atapiscsi*|ioprbs*|iopsp*|trm*|iha*|siop*|uha0|uha1|uha*
|sili*|mpi*|ahci*|ahci*|isp*|mfi*|ami*|ciss*|cac*|cac*|twe*|gdt*|bha0|bha1|bh
a2|bha*|adw*|adv*|aic0|aic*|aic*|ahd*|ahc*|ahc*
flags 0x0
 43 cd* at scsibus* target -1 lun -1 flags 0x0
 44 ch* at scsibus* target -1 lun -1 flags 0x0
 45 sd* at scsibus* target -1 lun -1 flags 0x0
 46 st* at scsibus* target -1 lun -1 flags 0x0
 47 uk* at scsibus* target -1 lun -1 flags 0x0
--- more --- 48 safte* at scsibus* target -1 lun -1 flags 0x0
 49 ses* at scsibus* target -1 lun -1 flags 0x0
 50 iopsp* at iop* tid -1 flags 0x0
 51 ioprbs* at iop* tid -1 flags 0x0
 52 atapiscsi* at wdc0|wdc1|wdc*|wdc*|pciide*|pciide* channel -1 flags 0x0
 53 wd* at wdc0|wdc1|wdc*|wdc*|pciide*|pciide* channel -1 flags 0x0
 54 mainbus0 at root flags 0x0
 55 pci* at mainbus0|ppb*|pchb* bus -1 flags 0x0
 56 vga* at pci* dev -1 function -1 flags 0x0
 57 ahc* at pci* dev -1 function -1 flags 0x0
 58 ahd* at pci* dev -1 function -1 flags 0x0
 59 adv* at pci* dev -1 function -1 flags 0x0
--- more --- 60 adw* at pci* dev -1 function -1 flags 0x0
 61 bha* at pci* dev -1 function -1 flags 0x0
 62 twe* at pci* dev -1 function -1 flags 0x0
 63 arc* at pci* dev -1 function -1 flags 0x0
 64 jmb* at pci* dev -1 function -1 flags 0x0

Bsd.rd Openbsd i386 #15 from 06 jul detach usb keyboard

2013-07-07 Thread dmitry.sensei
Hi!
Bsd.rd Openbsd i386 #15 from 06 jul detach usb keyboard from NFORCE2
computer.
I try update Openbsd #13 to Openbsd #15. After typing bsd.rd in boot promt
(bsd.rd from new iso image) my usb keyb. was detached.
What infos I must provide?



Re: iwn0 no link device timeout

2013-06-29 Thread dmitry.sensei
Try from browser firmware.openbsd.org.
29.06.2013 22:35 пользователь "Sha'ul"  
написал:

> I ran fw_update -v to no avail, it still can not connect, says no link