Sorry for the n00b question but I could use some education on relayd

2017-11-02 Thread Bryan C. Everly
Hi misc@,

I have a use case where I'm using OpenBSD 6.2 as my router/firewall
and there are several websites that sit behind it on separate servers
(let's call them http://one.com, http://two.com and http://three.com

I'd like to be able to have just a single IP address exposed through
DNS for all three of them (it's a home cablemodem and I only have one
public IP address) and then use something on OpenBSD (pf?  relayd?) to
route the traffic to the appropriate private IP address on the LAN
side of the network.

In looking at the manpage for relayd and relayd.conf, I'm wondering if
I could set up a relay using something like this:

table   { 192.168.1.2 }
table  { 192.168.1.3 }
table  { 192.168.1.4 }

redirect "one" {
listen on one.com port 80
forward to 
}

redirect "two" {
listen on two.com port 80
forward to 
}

redirect "three" {
listen on three.com port 80
forward to 
}

I've tried this and even after re-reading the manpage and seeing that
I needed to add the "anchor" bit to my pf.conf I'm still not getting
what I'm looking for.  Perhaps I'm using the wrong tool for the job?

Thanks in advance for any suggestions or knocks on the head!

Thanks,
Bryan



Security question / idea

2017-10-14 Thread Bryan C. Everly
Hi misc@,

In playing around with Libreboot and Coreboot, my belief that physical
access to the hardware really ups an attacker’s ability to win against most
security has been massively reinforced.  For example, someone with enough
practice could take my Thinkpad T500 apart, force flash the BIOS (as I have
been doing), reassemble it and put it back on my desk in ten to fifteen
minutes (or maybe faster). The payload they flash could easily include a
root kit and keylogger which would mitigate the advantage of Full Disk
Encryption (because they could grab your passphrase keystrokes and send
them off to the mother ship). So my happy little bubble that FDE would give
me protection against all but a brute force attack has been popped.

Here’s my thought. What if we modified our boot code to do a hash of the
BiOS and stored it persistently across boots?  Then we could compare it
this time to the last value and take some action / issue some warning that
something changed. It would be mildly annoying if you actually did just
update your BIOS to a new version but that would be a small trade off in my
mind at least.

The sticking point is this - where do you store the previous hash?  If we
stored it outside of the FDE container, the attacker could just rewrite it
on boot and we wouldn’t be able to detect a change. Put it inside the FDE
and you would have to type your passphrase (sending it to the attacker) to
read it.

So now to my ask - would a feature like this be of any interest to others?
If so, any thoughts on how to securely persist the hash to solve the
problem I describe above?

Thanks for any and all feedback.

-- 

Thanks,
Bryan


Adding root CA

2017-10-13 Thread Bryan C. Everly
Hi misc@,

Where I work, we are required to install a self-signed root CA into
our machines in order to access https sites on the Internet.  It
basically allows our security appliances to do a MITM attack on the
traffic and look into it to examine the payload for viruses, data
exfiltration, etc.  I know, creepy.

Regardless, I'd like to be able to set up my OpenBSD laptop with this
certificate; however, I have searched mailing lists, Google, etc. and
have come up dry.  It basically looks like I need to somehow hook it
into the certificate store in /etc/ssl but if someone could point me
to a resource that would help me figure out how to do this, I'd really
appreciate it.

Thanks,
Bryan



Libreboot / Thinkpad T500

2017-08-03 Thread Bryan C. Everly
Hi misc@,

I was able to successfully externally flash the BIOS of my Thinkpad
T500 with the latest version of Libreboot.  I'm really wanting to run
full disk encryption on this machine (which boots now with Grub2 as
the payload) and I've tried numerous hacks / kludges / clever ideas
and I'm still stumped.

The path I was on that felt like it would be closest to successful was
to have a MBR partition scheme with OpenBSD in slot 3 at the beginning
of the disk and a FAT32 partition in slot 0 at the end of the disk.  I
copied the kernel there and attempted to get it to use my encrypted
disk (sd0a) as my root filesystem (/etc/boot.conf) but obviously that
was too late in the boot process and I met with tears.

Is there any way I can either leverage Grub2's chainloading or some
other clever configuration trick with a second partition to get things
to boot something that then opens the softraid0 crypto volume and
continues the boot process from there?

Sorry if this is a painfully obvious question, but I'd really like to
figure it out so that I can write a detailed blog post to help
document it for anyone else who wants to try.

Thanks,
Bryan



Re: Skylake experience with -current

2017-07-11 Thread Bryan C. Everly
On Tue, Jul 11, 2017 at 3:20 PM, Ted Unangst  wrote:
>
> For the record, it wasn't me. Kettenis did some great work, though.

Well then!  Kettenis - I owe you many beers!  Thank you!!



Skylake experience with -current

2017-07-11 Thread Bryan C. Everly
Hi misc@,

First off, I wanted to thank tedu and everyone else who worked hard on
getting Skylake DRM support into -current.  I was really excited to
read about that in Ted's post and thought I'd try it out on my
Thinkpad X1 Carbon (4th generation) laptop.

I renamed my /etc/x11.conf file to get it out of the way and so far my
experience has been:

1.  GDM works great under it
2.  Lumina 1.2.1 and 1.3.1 work great under it
3.  xfce4 worked great under it for me

Where I ran into trouble was in trying to run our port of Gnome3.  I
would get a black screen with a functional mouse pointer on it, then
after like 30 seconds it would crash.

I'm wondering if this is known and, if not, what debugging info I
could gather to help out the effort?  I know that Gnome3 requires
accelerated graphics and I also am aware that it's days are likely
numbered on non-Linux based systems but I thought if I could gather
some info that would help folks out who were working on it, I'd be
more than happy to do so.

Thanks again to tedu and everyone else who put in the effort to get us
working on this architecture.  I can't imagine it was easy!

Thanks,
Bryan



Libperl 18?

2017-02-12 Thread Bryan C. Everly
Hi all

I have been trying to nuke and pave my daily driver's OpenBSD partition
since Feb 5. Trying to install libproxy failed on a bad major (I have 17.1
and it wants 18.0) for libperl.

I figured this was the normal behavior I have seen from time to time
running snapshots and I would just wait for the next refresh of the
snapshot. I did and I reinstalled the bad and userland tools from it but
I'm still seeing the problem.

Are we having problems with perl in the userland build?
-- 

Thanks,
Bryan



Re: Funding for Skylake support

2017-01-07 Thread Bryan C. Everly
...and my axe...

On Sat, Jan 7, 2017 at 9:09 PM Jordon  wrote:

> > On Jan 7, 2017, at 2:19 PM, Peter Membrey  wrote:
>
> >
>
> > Hi all,
>
> >
>
> > I've gotten OpenBSD up and running on a new Intel NUC, but unfortunately
>
> Skylake isn't supported. I was able to get X working in software
> accelerated
>
> mode, but it would be great to see true support for the chipset.
> Unfortunately
>
> I don't have the necessary skills to work on this myself, but I am willing
> to
>
> put my money where my mouth is.
>
> >
>
> > I realise that for a lot of people, the issue is time and not money, but
>
> that aside, would anybody be interested in focusing on adding support for
>
> Skylake? The deliverable would be getting Skylake support merged.
>
> >
>
> > Happy to discuss what sort of funding would be needed.
>
> >
>
> > Thanks in advance!
>
> >
>
> > Kind Regards,
>
> >
>
> > Peter Membrey
>
> >
>
>
>
>
>
> I second this.  OpenBSD runs really well on my TP x260 with the UEFI frame
>
> buffer, but full Skylake support could turn it into my ‘main system’.
>
> When Skylake support hits the tree, count me in for a donation as well.
>
>
>
> Jordon



Re: OpenBSD and you

2016-11-26 Thread Bryan C. Everly
That is my exact setup. Works really really well. Thank you OpenBSD
developers!

On Sat, Nov 26, 2016 at 10:49 AM Jan Betlach  wrote:

> I am (almost) total newbie in respect with networks. Currently in process
> of building my own firewall/gateway for home network (based on APU 2C4),
> I've decided to take the right (and difficult, at least for me) way of
> doing so by using OpenBSD's pf.
> Peter's excellent book is my main help and knowledge source and I am
> grateful it has been written :-)
>
>
>
> On Sat, Nov 26, 2016 at 1:23 PM, Peter N. M. Hansteen 
> wrote:
>
> > On 11/26/16 04:57, R0me0 *** wrote:
> > > As I did see any mention around here, I was boosted to post this great
> > > presentation by Peter N . M. Hansteen.
> > >
> > > https://home.nuug.no/~peter/blug2016/
> >
> > It's nice to hear you like it!
> >
> > The meeting where I presented this was a lot less well attended than I
> > had hoped but the web server logs seem to indicate that it has some use
> > as advocacy on the web.
> >
> > (The odd format is kind of an accident - this is a descendant of a
> > company-internal presentation I did for a group of colleagues and in
> > $dayjob land it's the branded pptx templates or no go. Trying to convert
> > to something marginally saner only served to re-ignite the passion with
> > which I hate 'office'-style presentation apps.)
> >
> > --
> > Peter N. M. Hansteen, member of the first RFC 1149 implementation team
> > http://bsdly.blogspot.com/ http://www.bsdly.net/ http://www.nuug.no/
> > "Remember to set the evil bit on all malicious network traffic"
> > delilah spamd[29949]: 85.152.224.147: disconnected after 42673 seconds.



Re: Laptop Recommendations?

2016-11-12 Thread Bryan C. Everly
I picked up a Core 2 Duo Toughbook for $40 US on eBay a month or so back. I
had to spend another $9 to get an Intel WiFi card for it but it worked
right out of the box. With an older processor and only 4gb of RAM it isn't
a powerhouse dev machine, but for email, web, etc it works great. The wifi
has good antennas and quite a nice range.

To me that is a great example of what is wonderful about OpenBSD. The
community isn't afraid to get rid of or replace old code. That keeps the OS
light and performant. Any other operating system I have experienced
(windows, macOS, Solaris, OS/2, AmigaDOS, even Linux to a certain extent,
etc.) gets slower with each subsequent release on older hardware. Not so
with OpenBSD - in some cases it even gets faster.

As a software developer for the last 30 years, I totally get the trap. You
want to add your feature or fix your bug, and the complexity of the entire
system surrounding youmakes you worry about your change being too intrusive
and inadvertently breaking something else in the system. By being
courageous and deleting stuff you know is a problem, sure you might have
unintended side effects that you have to expend energy to fix, but you also
fight against that complexity demon that makes you increasingly more
nervous that you let inefficiencies develop and build over time.

Thank you again to everyone who has contributed over the years for your
hard work! We do genuinely appreciate it.

On Sat, Nov 12, 2016 at 9:04 AM  wrote:

> On Sat, 12 Nov 2016 07:25:11 -0600
> Chris Bennett  wrote:
>
> >
> > I also notice that Thinkpads and Toughbooks seem to be the preferred
> > choices for a cheaper laptop. I need a newer laptop too, so I will
> > look into those on ebay.
> >
> > Thanks
> > Chris Bennett
> >
>
> Toughbooks, when new, are definitely not cheap. Even when second-hand,
> they are probably a little more expensive than their Thinkpad
> counterparts. OpenBSD has a habit of working very well on older
> ThinkPads.
>
> Not that it's a bad thing though, you do get what you pay for. The
> price difference is significant though, and boils down to the fact that
> one brand is a solid, rugged machine built for field use, and how a
> laptop should be anyway, and the other brand is a cheap Chinese
> product, which relies upon shoddy and questionable quality control and
> business practices.
>
> For a second-hand Toughbook to be very cheap, it is usually almost a
> decade old. However, a new Toughbook CF-31 will work around 90% well
> with OpenBSD, though I am not sure about the optional GPS or HSPA modem.



Re: Laptop Recommendations?

2016-11-12 Thread Bryan C. Everly
I have been running a Thinkpad x220 for some time until it died. I replaced
it with an x230 (my RAM, hard drive and mSATA drive were compatible so I
moved them) and I must say it is a much better machine. Everything
literally works out of the box and the build quality was much better.

I am now waiting on an X1 Carbon (4th generation) to arrive that I will be
moving to. I know we haven't caught up with Skylake so I won't have suspend
or Intel graphics but I have confidence we will get there eventually. I'll
put up a blog post detailing my installation experience when I get it (
http://functionallyparanoid.com).

On Sat, Nov 12, 2016 at 6:46 AM Stefan Sperling  wrote:

> On Fri, Nov 11, 2016 at 08:03:04PM -0600, jordon wrote:
> > WiFi Just Works!
>
> > iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 8260" rev
> 0x3a,
> > msi
>
> Uhmm, you probably wanna be running -current with this one.
> Then wifi should work even better ;-)



Re: A (possibly dumb) question about unbound

2016-10-12 Thread Bryan C. Everly
Cool thanks all!

On Wednesday, October 12, 2016, Mark Carroll <m...@ixod.org> wrote:

> On 12 Oct 2016, Bryan C. Everly wrote:
>
> > Could someone educate me on why unbound's configuration file is in
> > /var/unbound/etc instead of just straight up /etc like most other
> > things?
>
> Like nsd, for security unbound can run within a chroot so it then does
> not have access to anything outside /var/unbound - so everything it
> needs is kept within that one place.
>
> -- Mark
>
>

-- 

Thanks,
Bryan



A (possibly dumb) question about unbound

2016-10-12 Thread Bryan C. Everly
Hi @misc,

I recently installed my first FreeBSD server and was really surprised
at their on disk directory layout.  I guess I've been spoiled by
OpenBSD being so consistent in terms of where things go.

Which brings me to my question...

Could someone educate me on why unbound's configuration file is in
/var/unbound/etc instead of just straight up /etc like most other
things?

Sorry if this is a dumb question but I was curious.

Thanks,
Bryan



Testing the waters - BUG in Indianapolis, IN USA

2016-09-13 Thread Bryan C. Everly
All,

If anyone is in the area and would be interested, please let me know
through the form below:

http://techpoint.org/2016/09/indianapolis-bsd-user-group/

Thanks,
Bryan



Got my 6.0 cd's today

2016-09-08 Thread Bryan C. Everly
United States

-- 

Thanks,
Bryan



Re: choosing OpenBSD for fileserver instead of FreeBSD + ZFS

2016-07-20 Thread Bryan C. Everly
Interesting. Seems to be in our ports tree as well. Now I know what I'm
doing this evening. :)

On Jul 20, 2016 9:29 AM, "Scott Bonds"  wrote:

> Take a look at par2. https://en.wikipedia.org/wiki/Parchive
>
> On 07/20, Miles Keaton wrote:
>
>> Got a fileserver with a few terabytes of important personal media, like
>> all
>> old home movies, baby photos, etc.  Files that I want my family to have
>> access to when I die.
>>
>> Really it's more of a file archive.  A backup.  Just rsync + ssh.  Serving
>> it isn't the point.  Just preserving it forever.
>>
>> (It's all unencrypted.  It's not that kind of private.  Private and
>> offline
>> from the outside world, but public within the family.)
>>
>> For years it's been on a Synology, Linux ext4 filesystem.  Now I'm making
>> a
>> new clone of it (new PC) to be in a different location.
>>
>> I assumed I'd use FreeBSD + ZFS because of ZFS's checksum features.  But
>> really I love and prefer OpenBSD for everything else, and don't want any
>> other ZFS features : just that checksum.
>>
>> So I figure if I use OpenBSD + softraid RAID 5 (across 4 disks) and then
>> write my own little shell script to track the MD5 (find . -type f -exec
>> md5
>> {} \;) whenever I make changes, that should be enough to see if a file has
>> been changed due to disk corruption.
>>
>> (Which makes me realize I don't know a damn thing about disk corruption,
>> only that it's happened a few times in the past.  The occasional JPG or
>> MP3
>> from the late 90s that used to work but now doesn't, and who-knows-why.)
>>
>> Before I embark on this direction for a fileserver, I thought I should
>> check with the smart people here on misc:
>>
>> Any tips from anyone who's done something similar?
>>
>> Or would anyone advise me against OpenBSD or this MD5 log approach for a
>> fileserver like this?
>>
>> Thank you.



Re: [Q] Building a release, how do I create install60.fs and install60.iso

2016-06-17 Thread Bryan C. Everly
With help from Theo Buehler, I was able to create the install60.fs and
install60.iso images.

I would like to propose a patch to /usr/src/share/man/man8/release.8
that includes what I learned.  I have attached a CVS diff of the
proposed manpage change.

Should I submit the patch to this list or to another?

Thanks everyone!
Index: release.8
===
RCS file: /cvs/src/share/man/man8/release.8,v
retrieving revision 1.72
diff -u -p -r1.72 release.8
@@ -34,6 +34,8 @@ Build and install xenocara.
 Make and validate the xenocara release.
 .It
 Make the third party packages.
+.It
+Build the installer images.
 .El
 .Pp
 The following sections describe each of the required steps in detail.
@@ -338,6 +340,26 @@ subsystem of contributed applications is
 for installation, either individually or in bulk.
 This is described in
 .Xr ports 7 .
+.Ss 8. Build the installer images
+.Pp
+At this point,
+.Va RELEASEDIR
+contains the
+.Ox
+.Sq tarballs
+necessary to install the system by hand or upgrade an existing system.
+.Pp
+To create the install${VERSION}.fs (bootable flash drive installer) and the
+install${VERSION}.iso (bootable optical media installer):
+.Bd -literal -offset indent
+# export RELDIR=your-releasedir; export RELXDIR=your-xenocara-releasedir
+# cd /usr/src/distrib/${ARCH}/iso && make
+# cd /usr/src/distrib/${ARCH}/iso && make install
+# unset RELDIR RELXDIR
+.Ed
+.Pp
+At this point, you will have the two installer images in your release
+directory.
 .Sh SEE ALSO
 .Xr cvs 1 ,
 .Xr doas 1 ,



Re: [Q] Building a release, how do I create install60.fs and install60.iso

2016-06-17 Thread Bryan C. Everly
> They are part of release.
> (man release)
>
> The rules are somewhere arch-dependent under distrib, e.g.,
> distrib/macppc/iso

Marc,

Thanks for the reply.  I was following along with man release -
unfortunately my RELEASEDIR doesn't contain those two files.  I'm
guessing that there is some additional make target that I need to
tickle but I haven't found it yet.  I'll keep digging.

Thanks,
Bryan



Re: [Q] Building a release, how do I create install60.fs and install60.iso

2016-06-17 Thread Bryan C. Everly
Thanks Scott.  I'm backing up the internal drive via time machine
right now.  I have a hacked kernel that is seeing the NVMe drive just
fine.  I'm going to shrink it, create an empty partition and see what
happens when I try to install OpenBSD 6.0-current on it.

Thanks,
Bryan


On Fri, Jun 17, 2016 at 11:30 AM, Scott Bonds <sc...@ggr.com> wrote:
> Just wanted to say good luck and I'm rooting for you! I've got a Macbook8,1
> that would be better with OpenBSD running most days instead of OS X.  :)
>
>
> On 06/16, Bryan C. Everly wrote:
>>
>> Sorry if this is an obvious one but I've been all over the FAQ, read the
>> makefiles, etc. and cannot for the life of me figure out how those files
>> get created.  I have everything else (all of the *.tgz files, etc.) just
>> not these two.
>>
>> I'm probably on a fool's errand but I'm trying to get this MacBook 9,1
>> working.  I have figured out that the PCI identifier for the NVMe
>> controller in this one is actually 0x2003 (seems like the older model was
>> 0x2001 according to the mailing lists).
>>
>> If I can get an installer image, I'm going to try risking my internal
>> drive's sanity and see if I can get it partitioned with the NVMe driver as
>> it is today.  I've been looking at the SPI driver code in the Linux kernel
>> and it seems comprehensible...
>>
>> Thanks for any help folks can provide.
>>
>> --
>>
>> Thanks,
>> Bryan



[Q] Building a release, how do I create install60.fs and install60.iso

2016-06-16 Thread Bryan C. Everly
Sorry if this is an obvious one but I've been all over the FAQ, read the
makefiles, etc. and cannot for the life of me figure out how those files
get created.  I have everything else (all of the *.tgz files, etc.) just
not these two.

I'm probably on a fool's errand but I'm trying to get this MacBook 9,1
working.  I have figured out that the PCI identifier for the NVMe
controller in this one is actually 0x2003 (seems like the older model was
0x2001 according to the mailing lists).

If I can get an installer image, I'm going to try risking my internal
drive's sanity and see if I can get it partitioned with the NVMe driver as
it is today.  I've been looking at the SPI driver code in the Linux kernel
and it seems comprehensible...

Thanks for any help folks can provide.

-- 

Thanks,
Bryan



Re: non-wintel hardware choices

2016-05-06 Thread Bryan C. Everly
Michael,

The challenge is device drivers for the video cards.  Especially in
the PA-RISC case because there really is no documentation for them.
I've spent some time on the HP end of things and unfortunately was in
over my head pretty quickly.

Thanks,
Bryan


On Fri, May 6, 2016 at 10:54 AM, Michael Lambert  wrote:
>> On 5 May 2016, at 19:52, Bryan Everly  wrote:
>>
>> Unfortunately PA-RISC doesn't have X support at the console. You can
>> run X on it and have the Windows render on a SPARC, MIPS or Intel
>> platform though.
>
> Neither does Alpha (AXP).  Does anyone know if there are blockers in building
> xenocara on these platforms or there just isn't enough interest for anyone to
> try seriously?
>
> Thanks,
>
> Michael



Re: non-wintel hardware choices

2016-05-05 Thread Bryan C. Everly
Gregory,

I'm a big fan / collector of non Wintel stuff and I run OpenBSD on it
all.  I can tell you that the 64-bit SPARC stuff seems to be the best
fit for your use case in my experience.  The downside is that a
desktop (or heaven forbid laptop) solution hasn't really been
manufactured for a while (please misc@ correct me if I'm wrong here).

The fastest desktop that I own is a SunBlade 2500 Silver (don't let
the name throw you, it is a tower desktop machine).  It has dual
1.6GHz processors and 8GB of RAM.  I put two Sun XVR-100 video cards
in it (the 100 and the 300 are about the best cards you can have with
accelerated X support that I've found).

It's pretty speedy and mostly useful.  The only downside is web
browser support.  Since Firefox and Chromium aren't available for
anything other than i386 and amd64 platforms, it's kind of hit and
miss.  If anyone on the list has a suggestion, I'd really appreciate
it.  This box is good enough to be my daily driver at work if I could
solve that wrinkle.

Thanks,
Bryan


On Thu, May 5, 2016 at 10:30 AM, Gregory Edigarov  wrote:
> Hi  everybody,
>
> if I want to build a non-wintel system with commodity running OpenBSD
> without problems, what are my options?
> preferably something non-apple also, which i will be able to connect
> display, mouse, and keyboard, and hopefully run X, etc.
>
> --
> With best regards,
>   Gregory Edigarov



Re: Unable to boot on APU2C4

2016-04-22 Thread Bryan C. Everly
Much appreciated Stefan.  I'm up and running with this little rig and
am quite impressed.

Thanks,
Bryan


On Fri, Apr 22, 2016 at 9:19 AM, Kapfhammer, Stefan <sk...@skapf.de> wrote:
> Hello Bryan, hello Christer,
>
> what I forgot to mention:
> During installation process you are asked wheather you
> want the default console to be set to 'com0'.
> Let it stand at 'com0' (or answer 'yes'?!)
>
> In case you misconfigured your network, you will still
> be able to access your APU2 via serial console, without
> typing the commands for 'stty' and 'set' manually.
> Sometimes after a long time from install on, they
> are simply forgotten ...
>
> Regards,
> Stefan
>
>
> -Ursprüngliche Nachricht-
> Von: Bryan C. Everly [mailto:br...@bceassociates.com]
> Gesendet: Freitag, 22. April 2016 14:42
> An: Christer Solskogen <christer.solsko...@gmail.com>
> Cc: Kapfhammer, Stefan <sk...@skapf.de>; misc <misc@openbsd.org>
> Betreff: Re: Unable to boot on APU2C4
>
> Thank you so much. Worked perfectly.
>
> Thanks,
> Bryan
>
>
> On Thu, Apr 21, 2016 at 4:40 PM, Christer Solskogen
<christer.solsko...@gmail.com> wrote:
>> On Thu, Apr 21, 2016 at 9:23 PM, Kapfhammer, Stefan <sk...@skapf.de>
wrote:
>>> You have to type at boot prompt:
>>> stty com0 115200
>>> set tty com0
>>> boot /bsd.rd
>>>
>>
>> Aha, much better.
>> Thanks!



Re: Unable to boot on APU2C4

2016-04-22 Thread Bryan C. Everly
Thank you so much. Worked perfectly.

Thanks,
Bryan


On Thu, Apr 21, 2016 at 4:40 PM, Christer Solskogen
 wrote:
> On Thu, Apr 21, 2016 at 9:23 PM, Kapfhammer, Stefan  wrote:
>> You have to type at boot prompt:
>> stty com0 115200
>> set tty com0
>> boot /bsd.rd
>>
>
> Aha, much better.
> Thanks!



Re: VAX - are we dropping support in 5.9?

2016-01-25 Thread Bryan C. Everly
I'm happy to help as well.


Thanks,
Bryan

On Sun, Jan 24, 2016 at 5:55 PM, Sebastian Reitenbach <
sebas...@l00-bugdead-prods.de> wrote:

> On 01/24/16 00:23, Christian Weisgerber wrote:
>
>> On 2016-01-23, "Bryan C. Everly" <br...@bceassociates.com> wrote:
>>
>> I just noticed that the VAX packages directory was missing on
>>> openbsd.cs.toronto.edu and the other mirrors I checked.  I searched the
>>> MARC.info archives and didn't see anything announcing that the VAX was
>>> going away but perhaps I missed something?
>>>
>>
>> There hasn't been anything official.
>>
>> Vax is one of several architectures that Theo has had to stop
>> building base snapshots for because the system is too unreliable /
>> the hardware itself is unreliable / the hardware is dead.  The last
>> snapshot is dated Oct 31.  I assume that sebastia@'s cessation of
>> package builds has related reasons.
>>
>
> more or less right. Release builds for VAX usually don't end much
> early before the release. There were already times, where I had to
> stop them, in order to ship. Those two to three months time, it's a lot
> of babysitting. When I'm lucky, DPB just dies, and I get mail and
> restart, if I'm unlucky, it just gets stuck, and I may not recognize it
> for a (few) day(s).
> That's why I mostly concentrate on release builds, only attempt
> builds here and there in between, just to see/test that my
> preparation setup, and DPB stuff still works, or just to improve.
>
>
>> Going by previous experience, it's conceivable that somebody else
>> will step in to build the release and possibly a few packages.
>>
>> Vax has been on life support with ever more perfunctory package
>> builds for years.  Again, from previous experience, it may take
>> several release cycles of hemming and hawing before people face the
>> facts and officially let it die.
>>
>
> When there will be release snapshot for the VAX, I'll be happily
> babysit and build as usual (:
>
>
>
>> Armish, socppc, and sparc are also on their death beds.  I'm not
>> divulging deep secrets here; you can just check the dates on ftp
>> and see that no recent snapshots have been built.



VAX - are we dropping support in 5.9?

2016-01-23 Thread Bryan C. Everly
Hi everyone,

I just noticed that the VAX packages directory was missing on
openbsd.cs.toronto.edu and the other mirrors I checked.  I searched the
MARC.info archives and didn't see anything announcing that the VAX was
going away but perhaps I missed something?

I also checked the http://build-failures.rhaalovely.net/ site to see if
perhaps there was a failure in the build that I could take a look at but
the VAX directory was missing there as well.

Sorry if I've missed a post but if someone could fill me in, I'd appreciate
it.

Thanks,
Bryan



Re: VAX - are we dropping support in 5.9?

2016-01-23 Thread Bryan C. Everly
I run 5.9-current on my other machines so when i didn't see packages in
/pub/OpenBSD/snapshots/packages I jumped to that conclusion given that the
other architectures were under that directory and VAX was absent.

Glad to hear that isn't the case.  Any idea why they aren't building
packages in 5.9-current snapshots for that architecture?


Thanks,
Bryan

On Sat, Jan 23, 2016 at 3:50 PM, Raf Czlonka <rczlo...@gmail.com> wrote:

> On Sat, Jan 23, 2016 at 08:00:09PM GMT, Bryan C. Everly wrote:
>
> > Hi everyone,
>
> Hi Bryan,
>
> > I just noticed that the VAX packages directory was missing on
> > openbsd.cs.toronto.edu and the other mirrors I checked.
>
> http://openbsd.cs.toronto.edu/pub/OpenBSD/5.8/packages/vax/
>
> Not from where I'm sitting. And 5.9 hasn't been released yet so packages
> for it haven't been built.
>
> > I searched the MARC.info archives and didn't see anything announcing
> > that the VAX was going away but perhaps I missed something?
> >
> > I also checked the http://build-failures.rhaalovely.net/ site to see
> > if perhaps there was a failure in the build that I could take a look
> > at but the VAX directory was missing there as well.
> >
> > Sorry if I've missed a post but if someone could fill me in, I'd
> > appreciate it.
> >
> > Thanks,
> > Bryan
> >
>
> What gave you that idea?
>
> Raf



Re: USB external floppy

2015-12-14 Thread Bryan C. Everly
Awesome Andre.  Thank for the help!


Thanks,
Bryan

On Sun, Dec 13, 2015 at 7:11 PM, Andre Smagin <a...@smagin.com> wrote:

> On Sun, 13 Dec 2015 18:11:07 -0500
> "Bryan C. Everly" <br...@bceassociates.com> wrote:
>
> > Hi,
> >
> > I'm wanting to create a boot floppy for a Vaxstation.  Could someone
> > recommend a USB floppy that I could plug into my amd64 laptop that would
> > allow me to create a boot floppy for a VAX?
> >
> > Thanks,
> > Bryan
>
> Hi.
>
> I don't know anything about VAXes, but I do use USB floppy drive often.
> The drive I have is a bit flaky, equally so under OpenBSD and Windows,
> and needs the disk to be ejected and reinserted, or the drive unplugged
> and reconnected sometimes, but, generally speaking, it works. A bit slow
> under OpenBSD when mounting and using FAT disks.
>
> Sold by Amazon as "Nippon Labs" USB floppy drive:
>
> umass0 at uhub7 port 1 configuration 1 interface 0 "TEAC TEAC FD-05PUB"
> rev 2.00/0.00 addr 2
> umass0: using UFI over CBI with CCI
> scsibus2 at umass0: 2 targets, initiator 0
> sd3 at scsibus2 targ 1 lun 0: <TEAC, FD-05PUB, 3000> ATAPI 0/direct
> removable
>
>
> Just tried dd'ing the vax image onto a disk using that drive:
>
> $ time sudo dd if=/tmp/floppy58.fs  of=/dev/rsd3c bs=1m
> 1+1 records in
> 1+1 records out
> 1474560 bytes transferred in 51.998 secs (28358 bytes/sec)
> 0m53.58s real 0m00.00s user 0m00.01s system
>
> --
> Andre



USB external floppy

2015-12-13 Thread Bryan C. Everly
Hi,

I'm wanting to create a boot floppy for a Vaxstation.  Could someone
recommend a USB floppy that I could plug into my amd64 laptop that would
allow me to create a boot floppy for a VAX?

Thanks,
Bryan



Re: Suspend on Macbook Pro Retina (MacbookPro 11,1)

2015-12-06 Thread Bryan C. Everly
Hi,

Happy to do so.  Here is an imgur link that has three shots.  I am using
the i3 desktop currently so I can have a little more control over the
fine-grained settings for HiDPI (I had previously been running Gnome 3).
Let me know if there is anything in particular you'd like to see:

https://imgur.com/a/CiQ82

Thanks,
Bryan

On Sun, Dec 6, 2015 at 6:46 AM, Артур Истомин
<art.is...@yandex.ru> wrote:

> On Fri, Dec 04, 2015 at 03:33:10PM -0500, Bryan C. Everly wrote:
> > Hi everyone,
>
> Hi, Bryan!
>
> Sorry for off-top and off-list, but can You please upload two or three
> screenshots of web-pages and any GUI application. I'm interesting how
> OpenBSD's
> fonts look at retina display.
>
> Thank You.



Re: Suspend on Macbook Pro Retina (MacbookPro 11,1)

2015-12-06 Thread Bryan C. Everly
quot;Intel 8 Series xHCI" rev 0x04: msi
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
"Intel 8 Series MEI" rev 0x04 at pci0 dev 22 function 0 not configured
azalia1 at pci0 dev 27 function 0 "Intel 8 Series HD Audio" rev 0x04: msi
azalia1: codecs: Cirrus Logic CS4208
audio0 at azalia1
ppb0 at pci0 dev 28 function 0 "Intel 8 Series PCIE" rev 0xe4
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 1 "Intel 8 Series PCIE" rev 0xe4: msi
pci2 at ppb1 bus 2
"Broadcom BCM15700A2" rev 0x00 at pci2 dev 0 function 0 not configured
ppb2 at pci0 dev 28 function 2 "Intel 8 Series PCIE" rev 0xe4: msi
pci3 at ppb2 bus 3
"Broadcom BCM4360" rev 0x03 at pci3 dev 0 function 0 not configured
ppb3 at pci0 dev 28 function 4 "Intel 8 Series PCIE" rev 0xe4: msi
pci4 at ppb3 bus 5
ppb4 at pci4 dev 0 function 0 "Intel DSL5520 Thunderbolt" rev 0x00
pci5 at ppb4 bus 6
ppb5 at pci5 dev 0 function 0 "Intel DSL5520 Thunderbolt" rev 0x00: msi
pci6 at ppb5 bus 7
"Intel DSL5520 Thunderbolt" rev 0x00 at pci6 dev 0 function 0 not configured
ppb6 at pci5 dev 3 function 0 "Intel DSL5520 Thunderbolt" rev 0x00: msi
pci7 at ppb6 bus 8
ppb7 at pci5 dev 4 function 0 "Intel DSL5520 Thunderbolt" rev 0x00: msi
pci8 at ppb7 bus 57
ppb8 at pci5 dev 5 function 0 "Intel DSL5520 Thunderbolt" rev 0x00: msi
pci9 at ppb8 bus 58
ppb9 at pci5 dev 6 function 0 "Intel DSL5520 Thunderbolt" rev 0x00: msi
pci10 at ppb9 bus 107
ppb10 at pci0 dev 28 function 5 "Intel 8 Series PCIE" rev 0xe4: msi
pci11 at ppb10 bus 4
ahci0 at pci11 dev 0 function 0 "Samsung S4LN053X01" rev 0x01: apic 2 int
16, AHCI 1.3
ahci0: port 0: 6.0Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, APPLE SSD SM0512, UXM2> SCSI3 0/direct
fixed naa.5002538655584d30
sd0: 477102MB, 512 bytes/sector, 977105060 sectors, thin
pcib0 at pci0 dev 31 function 0 "Intel 8 Series LPC" rev 0x04
ichiic0 at pci0 dev 31 function 3 "Intel 8 Series SMBus" rev 0x04: apic 2
int 18
iic0 at ichiic0
iic0: addr 0x26 00=01 12=80 16=75 26=0f 29=01 2c=ff 2d=90 2e=f0 2f=9f 31=01
3e=09 3f=1f 42=84 50=03 51=d1 52=26 54=05 58=08 60=88 63=88 f0=03 f1=0a
f2=01 f3=84 words 00=0100 01= 02= 03= 04= 05= 06=
07=
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns8250, no fifo
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
asmc0 at isa0 port 0x300/32: rev 2.16f616, 571 keys
efifb at mainbus0 not configured
error: [drm:pid0:intel_uncore_check_errors] *ERROR* Unclaimed register
before interrupt
nvram: invalid checksum
urtwn0 at uhub0 port 2 configuration 1 interface 0 "Realtek 802.11n WLAN
Adapter" rev 2.00/2.00 addr 2
urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R, address 74:da:38:61:f9:5c
uhub1 at uhub0 port 3 "Apple Inc. BRCM20702 Hub" rev 2.00/1.00 addr 3
uhidev0 at uhub1 port 1 configuration 1 interface 0 "Apple Computer product
0x820a" rev 2.00/1.00 addr 4
uhidev0: iclass 3/1, 1 report id
ukbd0 at uhidev0 reportid 1: 8 variable keys, 6 key codes
wskbd0 at ukbd0: console keyboard, using wsdisplay0
uhidev1 at uhub1 port 2 configuration 1 interface 0 "Apple Computer product
0x820b" rev 2.00/1.00 addr 5
uhidev1: iclass 3/1, 2 report ids
ums0 at uhidev1 reportid 2: 3 buttons
wsmouse0 at ums0 mux 0
ugen0 at uhub1 port 3 "Apple Inc. Bluetooth USB Host Controller" rev
2.00/1.06 addr 6
uhidev2 at uhub0 port 5 configuration 1 interface 0 "Apple Inc. Apple
Internal Keyboard / Trackpad" rev 2.00/2.24 addr 7
uhidev2: iclass 3/1, 9 report ids
ukbd1 at uhidev2 reportid 1: 8 variable keys, 6 key codes, country code 33
wskbd1 at ukbd1 mux 1
wskbd1: connecting to wsdisplay0
uhid0 at uhidev2 reportid 9: input=0, output=0, feature=3
uhidev3 at uhub0 port 5 configuration 1 interface 1 "Apple Inc. Apple
Internal Keyboard / Trackpad" rev 2.00/2.24 addr 7
uhidev3: iclass 3/0, 68 report ids
uhid1 at uhidev3 reportid 68: input=511, output=0, feature=0
ubcmtp0 at uhub0 port 5 configuration 1 interface 2 "Apple Inc. Apple
Internal Keyboard / Trackpad" rev 2.00/2.24 addr 7
wsmouse1 at ubcmtp0 mux 0
umass0 at uhub0 port 12 configuration 1 interface 0 "Apple Card Reader" rev
3.00/8.20 addr 8
umass0: using SCSI over Bulk-Only
scsibus2 at umass0: 2 targets, initiator 0
sd1 at scsibus2 targ 1 lun 0: <APPLE, SD Card Reader, 3.00> SCSI4 0/direct
removable serial.05ac84060820
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd0a (ce54bd925509b64d.a) swap on sd0b dump on sd0b
WARNING: / was not properly unmounted
clock: unknown CMOS layout
urtwn0: could not load firmware page 0 (error 15)
urtwn0 detached
urtwn0 at uhub0 port 2 configuration 1 interface 0 "Realtek 802.11n WLAN
Adapter" rev 2.00/2.0

Suspend on Macbook Pro Retina (MacbookPro 11,1)

2015-12-04 Thread Bryan C. Everly
Hi everyone,

With the latest snapshot installed, I can confirm that this machine will
(sort of) suspend.  Unfortunately it won't wake up.

When it suspends (via 'zzz' from the console), the screen turns off.
However, the keyboard backlight, the USB network adapter I'm using, and the
"red cylon eye" in the headphone jack are all still active.

Any information I can provide to help further the cause here?  Anyone who
is willing to work with me to help figure out how we can unlock more of the
potential in this hardware?

Thanks,
Bryan



Re: Crash in gnome-control-center on latest amd64 snapshot / packages

2015-11-28 Thread Bryan C. Everly
Mike,

Thanks for letting me know it got stripped out.  I was worried about that
given the size.  Here's a link to the corefile:

https://www.sendspace.com/file/cb1hpt

The application is working well on my Thinkpad x220 and this is the first
time I've ever been able to get things going this far on the Macbook Pro
Retina so I suspect it might have something to do with the HiDPI (main
difference between the two pieces of hardware).

I'll try rebuilding with debug on.  As crazy fast as this hardware is
compared to my x220 it shouldn't take too long.

Thanks for the tip.


Thanks,
Bryan

On Sat, Nov 28, 2015 at 7:01 PM, Michael McConville <mm...@mykolab.com>
wrote:

> Bryan C. Everly wrote:
> > Hi,
> >
> > I've managed to get Gnome running on a Macbook Pro Retina 13 (Macbook
> 11,1)
> > and all seems well with some exceptions.  The primary among them is a
> crash
> > of gnome-control-center on startup.
> >
> > When I run it from the terminal, I get a "Floating point exception" and
> gdb
> > shows:
> >
> > Program received signal SIGFPE, Arithmetic exception.
> >
> > I've attached a corefile if that is helpful.  If anyone can point me to
> > what I need to do in order to gather more diagnostic info, I'd be happy
> to
> > pull whatever is needed.
> >
> > Thanks,
> > Bryan
> >
> > [demime 1.01d removed an attachment of type application/octet-stream
> which had a name of gnome-control-ce.core]
>
> The corefile attachment got stripped. It's easiest to share a URL.
>
> Also, it'd likely be far more useful with debug symbols. That involves
> using "env CFLAGS=' -g' make build && doas make install" or something
> similar in the port's directory.
>
> Regardless, my gut reaction is that this is an issue with GNOME and not
> OpenBSD.
>
> Thanks,
> Mike



Crash in gnome-control-center on latest amd64 snapshot / packages

2015-11-28 Thread Bryan C. Everly
Hi,

I've managed to get Gnome running on a Macbook Pro Retina 13 (Macbook 11,1)
and all seems well with some exceptions.  The primary among them is a crash
of gnome-control-center on startup.

When I run it from the terminal, I get a "Floating point exception" and gdb
shows:

Program received signal SIGFPE, Arithmetic exception.

I've attached a corefile if that is helpful.  If anyone can point me to
what I need to do in order to gather more diagnostic info, I'd be happy to
pull whatever is needed.

Thanks,
Bryan

[demime 1.01d removed an attachment of type application/octet-stream which had 
a name of gnome-control-ce.core]



Re: Crash in gnome-control-center on latest amd64 snapshot / packages

2015-11-28 Thread Bryan C. Everly
 Trackpad" rev 2.00/2.24 addr 7
wsmouse1 at ubcmtp0 mux 0
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 005> SCSI2 0/direct fixed
sd1: 444320MB, 512 bytes/sector, 909969267 sectors
root on sd1a (160946ebaa35f0dc.a) swap on sd1b dump on sd1b
clock: unknown CMOS layout
urtwn0: timeout waiting for firmware readiness
urtwn0: timeout waiting for firmware readiness
urtwn0: timeout waiting for firmware readiness
urtwn0: timeout waiting for firmware readiness
urtwn0: timeout waiting for firmware readiness
urtwn0: timeout waiting for firmware readiness
urtwn0: timeout waiting for firmware readiness
urtwn0: timeout waiting for firmware readiness
urtwn0: timeout waiting for firmware readiness
urtwn0: timeout waiting for firmware readiness
urtwn0 detached
urtwn0 at uhub0 port 2 configuration 1 interface 0 "Realtek 802.11n WLAN
Adapter" rev 2.00/2.00 addr 2
urtwn0: MAC/BB RTL8188CUS, RF 6052 1T1R, address 74:da:38:61:f9:5c


Thanks,
Bryan

On Sat, Nov 28, 2015 at 7:07 PM, Bryan C. Everly <br...@bceassociates.com>
wrote:

> Mike,
>
> Thanks for letting me know it got stripped out.  I was worried about that
> given the size.  Here's a link to the corefile:
>
> https://www.sendspace.com/file/cb1hpt
>
> The application is working well on my Thinkpad x220 and this is the first
> time I've ever been able to get things going this far on the Macbook Pro
> Retina so I suspect it might have something to do with the HiDPI (main
> difference between the two pieces of hardware).
>
> I'll try rebuilding with debug on.  As crazy fast as this hardware is
> compared to my x220 it shouldn't take too long.
>
> Thanks for the tip.
>
>
> Thanks,
> Bryan
>
> On Sat, Nov 28, 2015 at 7:01 PM, Michael McConville <mm...@mykolab.com>
> wrote:
>
>> Bryan C. Everly wrote:
>> > Hi,
>> >
>> > I've managed to get Gnome running on a Macbook Pro Retina 13 (Macbook
>> 11,1)
>> > and all seems well with some exceptions.  The primary among them is a
>> crash
>> > of gnome-control-center on startup.
>> >
>> > When I run it from the terminal, I get a "Floating point exception" and
>> gdb
>> > shows:
>> >
>> > Program received signal SIGFPE, Arithmetic exception.
>> >
>> > I've attached a corefile if that is helpful.  If anyone can point me to
>> > what I need to do in order to gather more diagnostic info, I'd be happy
>> to
>> > pull whatever is needed.
>> >
>> > Thanks,
>> > Bryan
>> >
>> > [demime 1.01d removed an attachment of type application/octet-stream
>> which had a name of gnome-control-ce.core]
>>
>> The corefile attachment got stripped. It's easiest to share a URL.
>>
>> Also, it'd likely be far more useful with debug symbols. That involves
>> using "env CFLAGS=' -g' make build && doas make install" or something
>> similar in the port's directory.
>>
>> Regardless, my gut reaction is that this is an issue with GNOME and not
>> OpenBSD.
>>
>> Thanks,
>> Mike



Macbook Pro 11,1 - dmesg

2015-11-27 Thread Bryan C. Everly
I have it up and running.  It runs pretty hot and in Gnome, the settings
app crashes before it can load (as does the power management app).
Guessing that the Apple SMC voodoo is probably not supported.

Here's my dmesg:

OpenBSD 5.8-current (GENERIC.MP) #1663: Wed Nov 25 13:59:58 MST 2015
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
RTC BIOS diagnostic error
ff
real mem = 17065656320 (16275MB)
avail mem = 16544329728 (15777MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0x8ad14000 (43 entries)
bios0: vendor Apple Inc. version "MBP111.88Z.0138.B16.1509081438" date
09/08/2015
bios0: Apple Inc. MacBookPro11,1
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP HPET APIC SBST ECDT SSDT SSDT SSDT SSDT SSDT SSDT
SSDT SSDT SSDT MCFG DMAR
acpi0: wakeup devices P0P2(S3) EC__(S3) HDEF(S3) RP01(S3) RP02(S3) RP03(S4)
ARPT(S4) RP05(S3) RP06(S3) XHC1(S3) ADP1(S3) 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-4558U CPU @ 2.80GHz, 2700.46 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,PERF,ITSC,FSGSBASE,
BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,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 100MHz
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-4558U CPU @ 2.80GHz, 2700.00 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,PERF,ITSC,FSGSBASE,
BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,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-4558U CPU @ 2.80GHz, 2700.01 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,PERF,ITSC,FSGSBASE,
BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,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-4558U CPU @ 2.80GHz, 2700.01 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,PERF,ITSC,FSGSBASE,
BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,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
acpiec0 at acpi0
acpimcfg0 at acpi0 addr 0xe000, bus 0-155
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (P0P2)
acpiprt2 at acpi0: bus 1 (RP01)
acpiprt3 at acpi0: bus 2 (RP02)
acpiprt4 at acpi0: bus 3 (RP03)
acpiprt5 at acpi0: bus 5 (RP05)
acpiprt6 at acpi0: bus 4 (RP06)
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
acpibat0 at acpi0: BAT0 model "3545797981023400290" type
3545797981528607052 oem "3545797981528673619"
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: LID0
acpibtn1 at acpi0: PWRB
acpibtn2 at acpi0: SLPB
acpivideo0 at acpi0: IGPU
acpivout0 at acpivideo0: DD01
cpu0: Enhanced SpeedStep 2700 MHz: speeds: 2801, 2800, 2700, 2400, 2200,
2000, 1700, 1500, 1300, 1100, 900, 756 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 4G Host" rev 0x09
inteldrm0 at pci0 dev 2 function 0 "Intel Iris Graphics 5100" rev 0x09
drm0 at inteldrm0
inteldrm0: msi
inteldrm0: 2560x1600
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation)
wsdisplay0: screen 1-5 added (std, vt100 emulation)
azalia0 at pci0 dev 3 function 0 "Intel Core 4G HD Audio" rev 0x09: msi
xhci0 

Re: MacbookPro 11,1

2015-11-27 Thread Bryan C. Everly
Hi guys,

I got a rough cut of my how-to up on my blog.  I'd appreciate any feedback
/ suggestions:

http://functionallyparanoid.com/2015/11/27/hidpi/


Thanks,
Bryan

On Thu, Nov 26, 2015 at 12:25 PM, Bryan Vyhmeister 
wrote:

> On Thu, Nov 26, 2015 at 09:00:48AM +0100, Joerg Jung wrote:
> > Can you send a dmesg for this Air7,2 please?
>
> Here's my dmesg from today's snapshot for the MacBookAir7,2.
>
> Bryan
>
>
>
> OpenBSD 5.8-current (GENERIC.MP) #1667: Thu Nov 26 08:27:08 MST 2015
> dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> RTC BIOS diagnostic error
> ff
> real mem = 8469352448 (8077MB)
> avail mem = 8208547840 (7828MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.7 @ 0x8afad000 (32 entries)
> bios0: vendor Apple Inc. version "MBA71.88Z.0166.B06.1506051511" date
> 06/05/2015
> bios0: Apple Inc. MacBookAir7,2
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP HPET APIC SBST ECDT SSDT SSDT SSDT SSDT SSDT SSDT
> SSDT SSDT MCFG DMAR
> acpi0: wakeup devices PEG0(S3) EC__(S3) HDEF(S3) RP01(S3) RP02(S3)
> RP03(S4) ARPT(S4) RP05(S3) RP06(S3) SPIT(S3) XHC1(S3) ADP1(S3) 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-5650U CPU @ 2.20GHz, 2100.32 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
,SMX,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT
,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITS
C,FSGSBASE,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,SENSOR,AR
AT
> 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 100MHz
> 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-5650U CPU @ 2.20GHz, 2100.00 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
,SMX,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT
,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITS
C,FSGSBASE,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,SENSOR,AR
AT
> 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-5650U CPU @ 2.20GHz, 2100.00 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
,SMX,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT
,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITS
C,FSGSBASE,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,SENSOR,AR
AT
> 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-5650U CPU @ 2.20GHz, 2100.00 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
,SMX,EST,TM2,SSSE3,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT
,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,LONG,LAHF,ABM,3DNOWP,PERF,ITS
C,FSGSBASE,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,RDSEED,ADX,SMAP,SENSOR,AR
AT
> 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
> acpiec0 at acpi0
> acpimcfg0 at acpi0 addr 0xe000, bus 0-155
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus -1 (PEG0)
> acpiprt2 at acpi0: bus 1 (RP01)
> acpiprt3 at acpi0: bus 2 (RP02)
> acpiprt4 at acpi0: bus 3 (RP03)
> acpiprt5 at acpi0: bus 5 (RP05)
> acpiprt6 at acpi0: bus 4 (RP06)
> acpicpu0 at acpi0: C3(200@276 mwait.1@0x60), C2(200@148 mwait.1@0x33),
> C1(1000@1 mwait.1), PSS
> acpicpu1 at acpi0: C3(200@276 mwait.1@0x60), C2(200@148 mwait.1@0x33),
> C1(1000@1 mwait.1), PSS
> acpicpu2 at acpi0: C3(200@276 mwait.1@0x60), C2(200@148 mwait.1@0x33),
> C1(1000@1 mwait.1), PSS
> acpicpu3 at acpi0: C3(200@276 mwait.1@0x60), C2(200@148 mwait.1@0x33),
> C1(1000@1 mwait.1), PSS
> acpibat0 at acpi0: BAT0 model "3545797981023400290" type
> 3545797981528607052 oem "3545797981528608836"
> acpiac0 at acpi0: AC unit online
> acpibtn0 at acpi0: LID0
> acpibtn1 at acpi0: PWRB
> acpibtn2 at acpi0: SLPB
> acpivideo0 at acpi0: IGPU
> acpivout0 at acpivideo0: DD01
> 

Re: MacbookPro 11,1

2015-11-24 Thread Bryan C. Everly
So I got a usable Gnome3 desktop on this machine!

Trying to install gnome was a bit of a pain due to a library version
mismatch with the snapshot I grabbed.  However, after building
/usr/ports/devel/harfbuzz and /usr/ports/graphics/exiv2 from source
(amazing how fast that build went on this hardware), I managed to get
everything installed.

The rsu driver I'm using as an external USB network adapter appears to be a
bit flaky on this hardware (dropping packets and connections entirely
sometimes) so that's been a barrier as well necessitating multiple retries
of pkg_add.

The HiDPI support in Gnome 3.18 worked flawlessly and everything looks
"normal".

The acid test for me will be to reformat the drive, get OSX installed again
and document each step along the way so I can be certain that I can
reproduce the end state.

tldr; looks pretty promising - thanks to everyone who put in the massive
hard work to get us to this point!



Thanks,
Bryan

On Mon, Nov 23, 2015 at 6:39 PM, Bryan Vyhmeister 
wrote:

> On Mon, Nov 23, 2015 at 06:28:04PM -0500, Bryan Everly wrote:
> > I only had to bless my thumb drive so the keyboard worked. Everything
> > else is native when booting from the hard drive afaik.
>
> Very good. I didn't think about "blessing" the thumb drive. Good idea.
>
> Bryan



MacbookPro 11,1

2015-11-23 Thread Bryan C. Everly
Hi everyone,

I tried a few months ago to boot this into OpenBSD and one of the big
problems I ran into was that this is a USB 3 only machine and as such, the
keyboard worked at the boot prompt but did not work when I got to the first
installer prompt.

I'm seeing people talking about working on Macbook Air machines (some of
quite recent vintage) so I'm wondering if:

1.  There is a patch I can apply to get keyboard support working on the
Macbook Pro Retina; or

2.  The Macbook Air doesn't have all USB 3 ports so this isn't a problem
for that hardware

Any suggestions would be appreciated.

Thanks,
Bryan



Re: MacbookPro 11,1

2015-11-23 Thread Bryan C. Everly
Bryan,

The /usr/sbin/bless command was the key that unlocked this for me.  I have
managed to get the latest snapshot installed and booting on this machine.
I'm in the process of installing a desktop (I run gnome) so I'll let you
know how that goes.

Thanks to everyone for their help.


Thanks,
Bryan

On Mon, Nov 23, 2015 at 12:15 PM, Bryan Vyhmeister <br...@bsdjournal.net>
wrote:

> On Mon, Nov 23, 2015 at 09:22:04AM -0500, Bryan C. Everly wrote:
> > I tried a few months ago to boot this into OpenBSD and one of the big
> > problems I ran into was that this is a USB 3 only machine and as such,
> the
> > keyboard worked at the boot prompt but did not work when I got to the
> first
> > installer prompt.
>
> I never had any success with any Apple machine of recent vintage until
> efiboot became available very recently. Now with the changes to
> inteldrm(4) over the weekend, most things are working well for me.
>
> > I'm seeing people talking about working on Macbook Air machines (some of
> > quite recent vintage) so I'm wondering if:
> >
> > 1.  There is a patch I can apply to get keyboard support working on the
> > Macbook Pro Retina; or
>
> I was corresponding with Joerg Jung about his 2015 12-inch Retina
> MacBook and he also has the same issue. I also booted up my 2015 12-inch
> Retina MacBook yesterday and had no keyboard at all. His solution was a
> USB keyboard and a USB hub. I didn't have either handy but may try that
> later today. In the case of the 12-inch Retina MacBook, there is only
> that single USB-C port so I'm not sure if the USB hub was needed for any
> reason other than to provide at least two ports (one for USB flash drive
> and one for USB keyboard).
>
> > 2.  The Macbook Air doesn't have all USB 3 ports so this isn't a problem
> > for that hardware
>
> The last several generations only show xhci(4) rather than any uhci(4).
> I don't know what is different about the MacBook Air systems that allows
> the keyboard to work since the keyboard does attach as ukbd(4).
>
> > Any suggestions would be appreciated.
>
> My solution was to create an OpenBSD efiboot flash drive and then things
> worked fairly well. In your case, you probably need a USB keyboard and
> possibly a USB hub. I will post a separate post soon with more
> information about both of my MacBook Air systems but, in short, the 2013
> MacBook Air, which is a Haswell system like your MacBook Pro, works
> quite well.  Obviously wireless is not supported but a urtwn(4) USB
> wireless adapter works fine. X acceleration works fine as does
> xbacklight(1) to set screen brightness. The brightness buttons on the
> keyboard do not work though. Keyboard backlight is functional (although
> not yet adjustable) due to Joerg Jung's recent asmc(4) driver.
>
> The 2015 MacBook Air which is a Broadwell system works almost as well
> but does not have X acceleration at this time (disabled for now due to
> instability) and also does not respond to xbacklight(1) so there is no
> way to adjust screen brightness. To see the state of things in Linux, I
> also installed Fedora 23 last week which comes with Linux kernel 4.2 and
> that also could not adjust the brightness of the display at all even
> though it acted as though it was working.
>
> I am interested to see what you find with your system since I am looking
> to pick up a similar Haswell Retina MacBook Pro from the refurbished
> store to use with OpenBSD as well.
>
> Bryan



Re: Advices for a new laptop

2015-10-29 Thread Bryan C. Everly
Just FYI I picked up my Thinkpad x220 off of eBay for $200 or so.  OpenBSD
does a great job on even "older" hardware because it is kept so lean by the
developers.


Thanks,
Bryan

On Thu, Oct 29, 2015 at 11:33 AM, Domovoy  wrote:

> Thinkpads are over my budget (i find them starting with the E550 at 758€
> on my usual reseller).
>
> What about the B50-80 (80LT003C): i3, Intel HD 4400, wifi B/G/N/AC,
> Gigabit Ethernet, 2x USB3.
> Unfortunately i can't find for sure which wireless cards is used (probably
> Intel Dual Band Wireless-AC 3160).
> If it can allow me to do the little 3D editing i need, it would be a good
> fit.
>
> Any information about OpenBSD support for this thing?
> (From what i gathered the Intel HD 4400 should work, right?)
>
>
> Le 2015-10-29 15:00, Bryan Everly a écrit :
>
>> The X series and the T series Thinkpads work really well.
>>
>> My x220 is outstanding. The only device that isn't supported is the
>> fingerprint reader.  Also the mSATA slot is great for a second SSD. I
>> dual boot OpenBSD and Arch (for when I need a Virtual Machine) and
>> just use the F12 key at boot to select the drive I boot off of. Really
>> simplifies the set up. Also you can put 16gb of ram in this model
>> (even with an i5 processor) even though the specs say max of 8gb.
>>
>> Thanks,
>> Bryan



openbsd.cs.toronto.edu seems to be down for me

2015-09-08 Thread Bryan C. Everly
I'm trying to get to http://openbsd.cs.toronto.edu/pub/OpenBSD/ and
failing.  I can get to other mirrors (i.e.
http://ftp.openbsd.org/pub/OpenBSD/ ) just fine.

Is it just me?

Thanks,
Bryan



Question - test lab

2015-09-08 Thread Bryan C. Everly
Hi

I'm trying to put together a multiple CPU architecture test lab for
work I'm doing on some ports and I have the following:

* Thinkpad T21 (i386)
* Powerbook G4 (32-bit PPC)
* Sun Blade 100 (sparc64)
* Thinkpad x220 (amd64)

I'm wondering if anyone could recommend a low-cost Alpha or PA-RISC
machine for me to add to this?  I'm planning on an EdgeRouter for the
MIPS 64-bit CPU.

Thanks,
Bryan



Re: openbsd.cs.toronto.edu seems to be down for me

2015-09-08 Thread Bryan C. Everly
Thanks Nick.  The fact that I could ping it confused me.  Should have
tried FTP.  Duh.

Thanks,
Bryan


On Tue, Sep 8, 2015 at 8:41 PM, Nick Holland
<n...@holland-consulting.net> wrote:
> On 09/08/15 20:18, Bryan C. Everly wrote:
>> I'm trying to get to http://openbsd.cs.toronto.edu/pub/OpenBSD/ and
>> failing.  I can get to other mirrors (i.e.
>> http://ftp.openbsd.org/pub/OpenBSD/ ) just fine.
>>
>> Is it just me?
>
> Not just you, it's been restarted.
>
> Thanks!
>
> Nick.



Re: Intel Atom?

2015-07-27 Thread Bryan C. Everly
FWIW here's the DMESG from the system I just put in place.  Case,
power supply and all I was at around $350 total.  It's making an
excellent router/firewall:

OpenBSD 5.7 (GENERIC.MP) #881: Sun Mar  8 11:04:17 MDT 2015
dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 4262907904 (4065MB)
avail mem = 4145512448 (3953MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xef280 (18 entries)
bios0: vendor American Megatrends Inc. version P1.20 date 07/22/2013
bios0: ASRock AD2550R/U3S3
acpi0 at bios0: rev 2
acpi0: sleep states S0 S1 S4 S5
acpi0: tables DSDT FACP APIC MCFG HPET
acpi0: wakeup devices P0P2(S4) USB0(S4) USB1(S4) USB2(S4) USB5(S4)
EUSB(S4) USB3(S4) USB4(S4) USB6(S4) USBE(S4) PS2K(S4) PS2M(S4)
UAR1(S4) GBE_(S4) PEX0(S4) PEX1(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Atom(TM) CPU D2550 @ 1.86GHz, 1867.04 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,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF,ITSC
cpu0: 512KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 7 var ranges, 88 fixed ranges
cpu0: apic clock running at 133MHz
cpu0: mwait min=64, max=64, C-substates=0.1.0.0.0, IBE
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Atom(TM) CPU D2550 @ 1.86GHz, 1866.74 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,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF,ITSC
cpu1: 512KB 64b/line 8-way L2 cache
cpu1: smt 1, core 0, package 0
cpu2 at mainbus0: apid 2 (application processor)
cpu2: Intel(R) Atom(TM) CPU D2550 @ 1.86GHz, 1866.74 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,DTES64,MWAIT,DS-CPL,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF,ITSC
cpu2: 512KB 64b/line 8-way L2 cache
cpu2: smt 0, core 1, package 0
cpu3 at mainbus0: apid 3 (application processor)
cpu3: Intel(R) Atom(TM) CPU D2550 @ 1.86GHz, 1866.74 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,DTES64,MWAIT,DS-CPL,TM2,SSSE3,CX16,xTPR,PDCM,MOVBE,NXE,LONG,LAHF,PERF,ITSC
cpu3: 512KB 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 addr 0xe000, bus 0-255
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 6 (P0P2)
acpiprt2 at acpi0: bus 1 (PEX0)
acpiprt3 at acpi0: bus 2 (PEX1)
acpiprt4 at acpi0: bus 3 (PEX2)
acpiprt5 at acpi0: bus -1 (PEX3)
acpiprt6 at acpi0: bus 4 (PEX4)
acpiprt7 at acpi0: bus 5 (PEX5)
acpicpu0 at acpi0
acpicpu1 at acpi0
acpicpu2 at acpi0
acpicpu3 at acpi0
acpibtn0 at acpi0: SLPB
acpibtn1 at acpi0: PWRB
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD02
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 vendor Intel, unknown product 0x0bf3 rev 0x04
vga1 at pci0 dev 2 function 0 Intel GMA 3600 rev 0x0b
intagp at vga1 not configured
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
uhci0 at pci0 dev 26 function 0 Intel 82801JI USB rev 0x00: apic 0 int 16
uhci1 at pci0 dev 26 function 1 Intel 82801JI USB rev 0x00: apic 0 int 21
uhci2 at pci0 dev 26 function 2 Intel 82801JI USB rev 0x00: apic 0 int 18
ehci0 at pci0 dev 26 function 7 Intel 82801JI USB rev 0x00: apic 0 int 18
ehci0: timed out waiting for BIOS
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 82801JI HD Audio rev 0x00: msi
azalia0: no supported codecs
ppb0 at pci0 dev 28 function 0 Intel 82801JI PCIE rev 0x00: msi
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 1 Intel 82801JI PCIE rev 0x00: msi
pci2 at ppb1 bus 2
xhci0 at pci2 dev 0 function 0 vendor Etron, unknown product 0x7052
rev 0x00: msi
usb1 at xhci0: USB revision 3.0
uhub1 at usb1 Etron xHCI root hub rev 3.00/1.00 addr 1
ppb2 at pci0 dev 28 function 2 Intel 82801JI PCIE rev 0x00: msi
pci3 at ppb2 bus 3
ahci0 at pci3 dev 0 function 0 Marvell 88SE9172 SATA rev 0x11: msi, AHCI 1.0
scsibus1 at ahci0: 32 targets
ppb3 at pci0 dev 28 function 4 Intel 82801JI PCIE rev 0x00: msi
pci4 at ppb3 bus 4
em0 at pci4 dev 0 function 0 Intel 82574L rev 0x00: msi, address
d0:50:99:64:a4:42
ppb4 at pci0 dev 28 function 5 Intel 82801JI PCIE rev 0x00: msi
pci5 at ppb4 bus 5
em1 at pci5 dev 0 function 0 Intel 82574L rev 0x00: msi, address
d0:50:99:64:a4:43
uhci3 at pci0 dev 29 function 0 Intel 82801JI USB rev 0x00: apic 0 int 23
uhci4 at pci0 dev 29 function 1 Intel 82801JI USB rev 0x00: apic 0 int 19
uhci5 at pci0 

Re: Intel Atom?

2015-07-27 Thread Bryan C. Everly
I just deployed an OpenBSD 5.7 firewall/router/dhcp/dns using this motherboard:

http://www.newegg.com/Product/Product.aspx?Item=N82E16813157417

It uses the Intel Atom D2550 1.86GHz 2-Core chip and has dual 1000
Mbps Intel NICs on the motherboard.  I am running the amd64 binaries
on it and it's serving its purpose really well.

Thanks,
Bryan


On Mon, Jul 27, 2015 at 11:44 AM, Josh Grosse j...@jggimi.homeip.net wrote:
 On 2015-07-27 11:22, Quartz wrote:

 What's Intel Atom support like these days? I remember they used to be
 a little weird. Are they handled pretty much like any other x86 chip
 now or are some things still unsupported? Are they capable of handling
 pf on a saturated 100-base-t connection? How about gig-e?



 There's a huge range of Atom processors.  Some are 32-bit only single-
 core, there are models which are 64-bit capable and multi-core.  There are
  a wide range of clock speeds, cache sizes, and bus speeds.

 http://ark.intel.com/products/family/29035/Intel-Atom-Processor#@All

 I have an Asus 1005HA netbook with an Atom N270.  As it's a workstation,
 I can't speak to router performance.  But the processor: single-core,
 32-bit only, has always appaered to be a normal x86. I just can't disable
 HT in the BIOS.

 I don't have a recent dmesg available as I don't have the device with
 me at the moment.  Here's an excerpt from one I'd sent to misc@ a couple
 of years ago that I just grabbed from marc.info.  This one is GENERIC,
 I normally use GENERIC.MP -- though to be honest, I do not perceive
 a performance delta between the two.


 OpenBSD 5.4-current (GENERIC) #93: Fri Oct 25 09:18:15 MDT 2013
 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC
 cpu0: Intel(R) Atom(TM) CPU N270 @ 1.60GHz (GenuineIntel 686-class) 1.60
 GHz
 cpu0:
 FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,ACPI
 \
 ,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,NXE,SSE3,DTES64,MWAIT,DS-CPL,EST,TM2,SSSE3,xTPR,PDCM,
 \
 MOVBE,LAHF,PERF real mem  = 1064497152 (1015MB)



Re: Chromium in the latest snapshot packages

2015-06-22 Thread Bryan C. Everly
Thanks so much for letting me know.  I appreciate it.  I'll try a from
source build and see how far I get.  From talking to my friends on the
openJDK project it sounds challenging but what the heck - never hurts
to try.

Thanks,
Bryan


On Mon, Jun 22, 2015 at 10:58 AM, Christian Weisgerber
na...@mips.inka.de wrote:
 On 2015-06-22, Bryan C. Everly br...@bceassociates.com wrote:

 I wiped and re-loaded my laptop over the weekend with the latest
 snapshots and noticed that Chromium isn't in the amd64 snapshot
 package directory on any of the mirrors I checked.  Is there currently
 a problem with the build on that or should I bit the bullet and build
 from source?

 The chromium build is very brittle and fails frequently in quasi-random
 ways.  During the latest amd64 snapshot build, chromium errored out
 twice, in slightly different ways.  I'd be happy to send you the
 voluminous logs.

 It's quite possible that it will build just fine when you try it.

 Sorry if there was something that already went out on this and I missed it.

 It's typical for a few ports to fail during a snapshot build.
 Usually because of changes in the ports tree, sometimes because of
 changes in base, sometimes just because a particular port doesn't
 build reliably.  I only send status mail to ports@ about it when
 there are persistent, accumulating, or otherwise serious problems.

 The latest build failures on amd64 were x11/virt-viewer, x11/vlc,
 www/chromium, and lang/ghc.  Of these, virt-viewer has been fixed
 since, vlc is being investigated, chromium is more or less random
 (but the maintainer has been notified), and ghc is actually the
 most serious failure in one way, since it takes out all Haskell
 ports, but also harmless in another way, since it just needs a new
 bootstrap after the recent libc bump.

 That's business as usual on the package building front.

 --
 Christian naddy Weisgerber  na...@mips.inka.de



Chromium in the latest snapshot packages

2015-06-22 Thread Bryan C. Everly
Hello all,

I wiped and re-loaded my laptop over the weekend with the latest
snapshots and noticed that Chromium isn't in the amd64 snapshot
package directory on any of the mirrors I checked.  Is there currently
a problem with the build on that or should I bit the bullet and build
from source?

Sorry if there was something that already went out on this and I missed it.

Thanks,
Bryan



Re: upgrade openbsd partition cipher

2015-06-18 Thread Bryan C. Everly
What do you see when you do:

disklabel /dev/sd3

Thanks,
Bryan


On Thu, Jun 18, 2015 at 4:35 PM, Ultramedia Libertad meloa...@gmail.com wrote:
 MAKEDEV now works, thanks

 but I can not ride my encrypted partition to upgrade openbsd

 bioctl: could not open /dev/sd3a: device not configured

 2015-06-18 15:31 GMT-05:00 Daniel Gillen gillen.dan...@gmail.com:
 On 18.06.2015 22:24, Ultramedia Libertad wrote:
 cd /dev  MAKEDEV sd3

 try: cd /dev  ./MAKEDEV sd3



 --
 editor de sueños



Re: OpenBSD 58-beta

2015-06-18 Thread Bryan C. Everly
I had the same problem.  Grabbed a fresh snapshot today and all is well.

Thanks,
Bryan


On Thu, Jun 18, 2015 at 4:30 PM, Francisco Valladolid H.
fic...@gmail.com wrote:
 5.8 Beta? You are running ...

 Regards.

 On Thu, Jun 18, 2015 at 11:28 AM, Michael McConville
 mmcconvi...@mykolab.com wrote:
 On Thu, Jun 18, 2015 at 09:18:31PM +0500, dmitry.sensei wrote:
 First feature :) I can't load latest OpenBSD.iso.
 Unending stream Process (pid 1) got signal 4

 This has been happening. There was a thread about it yesterday. Theo
 advised everyone on tech@ to just wait a few days.




 --
 Francisco Valladolid H.
  -- http://blog.bsdguy.net - Jesus Christ follower.