Re: Webcam support on Lenovo Thinkpad T14 Gen3 (Intel)

2023-10-08 Thread Bryan Steele
Morgan wrote: > Hello, > > $ video -q -f /dev/video1 > video: /dev/video1 has no usable YUV encodings > > $ video -s 1920x1080 -f /dev/video1 > video: /dev/video1 has no usable YUV encodings > > > thanks for your suggestion > > Morgan Are there any non-YUV formats supported? $ ffmpeg -f v4l2

Re: Problems with HD

2023-10-05 Thread Bryan Steele
On Thu, Oct 05, 2023 at 05:41:28AM +, Maria Morisot wrote: > > On Thu, Oct 05, 2023 at 04:08:34AM +, Maria Morisot wrote: > > > > > I have an Asus Vivobook (1400EA), > > > and the hard drive is not recognized > > > by OpenBSD. I have the same problem > > > on some distros of Linux, but on

Re: Safely remove USB drive

2023-02-09 Thread Bryan Steele
On Wed, Feb 08, 2023 at 10:34:07AM -0300, vitmau...@gmail.com wrote: > Hi, > > I'm not using my drives for anything more than copying files, dd etc. > I just got curious because you mentioned the act of detaching a device > after umounting it and I don't know how to do that on OpenBSD. On >

Re: WhatsApp Web in Chromium under OpenBSD 7.1

2022-05-09 Thread Bryan Steele
On Mon, May 09, 2022 at 06:50:16PM +0200, Federico Giannici wrote: > On 5/9/22 18:40, Caspar Schutijser wrote: > > On Mon, May 09, 2022 at 01:16:15PM +0200, Federico Giannici wrote: > > > I'm not able to use WhatsApp Web in Chromium under OpenBSD 7.1 (amd64), no > > > login page appears. > > > Is

Re: dmesg - cpu, smt, core, package

2022-02-12 Thread Bryan Steele
pre-Ryzen AMD CPUs did not have SMT, but they had "CMT" or "clustered multithreading" which is the shared-FPU stuff, hw.smt=0 disables that too on these CPUs. I believe this was intentional as this kind of resource sharing between cores comes with inherent risk-- FPU state can contain things like

Re: C states no longer recognized?

2022-01-31 Thread Bryan Steele
On Mon, Jan 31, 2022 at 02:16:20PM +0100, Jan Stary wrote: > This is current/amd64 on a PC, dmesgs below. > Looking at the diff between a Jan 24 and a Jan 31 dmesg, > it seems that the C2 and C3 are no longer recognized: > > -acpicpu0 at acpi0: C3(350@96 mwait.1@0x20), C2(500@64 mwait.1@0x10), >

Re: Samsung SSD X5 with OpenBSD - possible ?

2021-10-26 Thread Bryan Steele
On Mon, Oct 25, 2021 at 07:11:15PM +, Laura Smith wrote: > > ‐‐‐ Original Message ‐‐‐ > > On Monday, October 25th, 2021 at 19:15, Stefan Sperling > wrote: > > > On Mon, Oct 25, 2021 at 05:45:22PM +, Laura Smith wrote: > > > > > I'm struggling a bit as to what I need to do next

Re: amd64 7.0 release where can I find original (patched) gcc 4x?

2021-10-22 Thread Bryan Steele
On Fri, Oct 22, 2021 at 06:20:30PM +, Martin wrote: > Hi there! > > After upgrading from source, there is no gcc installed into appropriate > location. Upgrading between releases from source is not supported. > ... how to enable original OpenBSD patched GCC 4x as default compiler? You

Re: fna, fna3d packages GONE on 6.8

2021-03-04 Thread Bryan Steele
On Fri, Mar 05, 2021 at 02:49:19AM +, jpegb...@dismail.de wrote: ... > I want to install fna and fna3d to be able to play terraria with fnaify > but the packages seem to be nonexistant on 6.8-release, and they used > to be available. I can't use -Dsnap because the new packages depend on > a

Re: Intel Turbo Memory in Thinkpad W500

2021-02-28 Thread Bryan Steele
On Sun, Feb 28, 2021 at 09:00:25PM +0100, Jan Stary wrote: > This is 6.9-beta/amd64 on a Thinkpad W500 (dmesg below). > > Taking out the unneeded stuff (I usually take out bluetooth, > replace the wifi with Intel 7260 HMW etc), I also noticed this > (see attachments). Taking it out, the

Re: audio stops frequently with current

2021-02-27 Thread Bryan Steele
... > azalia1 at pci11 dev 0 function 4 "AMD 17h/3xh HD Audio" rev 0x00: msi > azalia1: codecs: Realtek ALC892 > audio0 at azalia1 There is still an issue with MSI interrupts for HD Audio devices on AMD systems, in the past we've been able to workaround it in the driver. You can certainly try

Re: i386 "panic: pci_make_tag: bad request" after acpi sleep states

2020-12-29 Thread Bryan Steele
On Tue, Dec 29, 2020 at 12:11:29PM -0500, Ian Darwin wrote: > On Tue, Dec 29, 2020 at 09:42:59AM -0500, Bryan Steele wrote: > > On Mon, Dec 28, 2020 at 01:20:29PM -0500, Ian Darwin wrote: > > > Kernel is OpenBSD 6.8-current (GENERIC) #561: Sun Dec 27 18:29:43 MST 2020 &g

Re: i386 "panic: pci_make_tag: bad request" after acpi sleep states

2020-12-29 Thread Bryan Steele
On Mon, Dec 28, 2020 at 01:20:29PM -0500, Ian Darwin wrote: > Kernel is OpenBSD 6.8-current (GENERIC) #561: Sun Dec 27 18:29:43 MST 2020 > > Machine is a Wyse C90 - orignially sold as a "thin client" - tiny machine, no > serial port (ps and trace typed in). > HW Info at

Re: gcc: error trying to exec 'cc1': execvp: no such file or directory

2020-11-20 Thread Bryan Steele
On Fri, Nov 20, 2020 at 02:02:56PM +, Rodrigo Readi wrote: > > On Fri, 20 Nov 2020, Bryan Steele wrote: > > > It took you *6* emails before finally mentioning which platform were > > on, even after being asked.. > > Yes, excuse me, I answered to Nick Samsung n

Re: gcc: error trying to exec 'cc1': execvp: no such file or directory

2020-11-20 Thread Bryan Steele
On Fri, Nov 20, 2020 at 11:27:46AM +, Roderick wrote: > > On Thu, 19 Nov 2020, Todd C. Miller wrote: > > > On Thu, 19 Nov 2020 22:07:33 +, Roderick wrote: > > > > > g++, gcc and gcov in /bin are from Apr 13, 2019. The rest are from > > > Oct 5, 2020. > > > > That explains your problem.

Re: gcc: error trying to exec 'cc1': execvp: no such file or directory

2020-11-20 Thread Bryan Steele
Roderick wrote: > It seems, gcc was removed from i386. That explains the old date of my gcc binary that was never deleted. It took you *6* emails before finally mentioning which platform were on, even after being asked.. i386 removed the base gcc compiler in OpenBSD 6.6, so the binaries were

Re: support new

2020-11-17 Thread Bryan Steele
On Tue, Nov 17, 2020 at 04:55:55PM +0100, Emre Kal wrote: > If my request is rejected again, please provide me with the *objective* > reasons why I am not allowed to list my services as a OpenBSD consultant. Yeah, no. > I believe I am entitled ... There's your mistake right there. -Bryan.

Re: OpenBSD 6.8 (release) guest (qemu/kvm) on Linux 5.9 host (amd64) fails with protection fault trap

2020-11-15 Thread Bryan Steele
On Sun, Nov 15, 2020 at 06:20:52PM +, Gabriel Garcia wrote: > Hi, > > I would like to run OpenBSD as stated on the subject - I have been able, > however, to run it successfully with "-cpu Opteron_G2-v1", but I would > rather use "-cpu host" instead. Also note that on an Intel host, OpenBSD >

Re: Switching layout in vmm linux guest on OpenBSD host with english layout only

2020-09-30 Thread Bryan Steele
On Wed, Sep 30, 2020 at 07:44:46AM +, Martin wrote: > I'm running headless Debian guest with two keyboard layouts. *.qcow2 qemu > image has been imported from Debian host. > Graphical mode of vmm and qemu with Debian guest access using vncviewer for > both hosts. The guest itself has

Re: VMM vulns?

2020-09-02 Thread Bryan Steele
On Wed, Sep 02, 2020 at 09:36:17PM -0400, Bryan Steele wrote: > The direct map issue on Intel CPUs hinted at by Maxime was also fixed > by kettenis@, deraadt@ and millert@. Sorry.. and mpi@ https://marc.info/?l=openbsd-cvs=158213132510408=2 > > -Bryan.

Re: VMM vulns?

2020-09-02 Thread Bryan Steele
On Wed, Sep 02, 2020 at 02:03:35AM -0700, Mike Larkin wrote: > On Wed, Sep 02, 2020 at 03:35:54AM +0200, f...@disciples.com wrote: > > https://twitter.com/m00nbsd/status/1291257985734410244 > > > > I don't want to bump that old thread or start any arguments about this. I'm > > just curious if

Re: Could somebody please put unveil() in ftp(1)?

2020-05-29 Thread Bryan Steele
On Fri, May 29, 2020 at 11:41:43AM -0400, Christopher Turkel wrote: > On Friday, May 29, 2020, Stuart Henderson wrote: > > > On 2020/05/29 08:30, Luke Small wrote: > > > You mention a lot of files that need to be read, but a program like > > pkg_add can make it the > > > _pkgfetch (57) user

Re: chattr on OpenBSD???

2020-04-17 Thread Bryan Steele
On Fri, Apr 17, 2020 at 09:11:15AM -0600, Raymond, David wrote: > I noticed that chattr exists on OpenBSD. The man page says it applies > to Linux file systems (ext* etc). Two questions: No. You have e2fsprogs installed. e2fsprogs-1.42.12p5:sysutils/e2fsprogs:/usr/local/man/man1/chattr.1

Re: Openbsd supports pae?

2020-04-10 Thread Bryan Steele
Why should any of us exert more effort than you're willing to put into writing an email? Nikita Stepanov wrote: > Why?

Re: strange dmesg

2020-02-08 Thread Bryan Steele
On Sat, Feb 08, 2020 at 03:27:55PM -0500, Bryan Steele wrote: > On Sat, Feb 08, 2020 at 11:28:41AM +0100, whistlez...@riseup.net wrote: > > Hi, > > I have some strange output from dmesg, what could be ? > > At the follwoing link I've posted some screenshots: > >

Re: strange dmesg

2020-02-08 Thread Bryan Steele
On Sat, Feb 08, 2020 at 11:28:41AM +0100, whistlez...@riseup.net wrote: > Hi, > I have some strange output from dmesg, what could be ? > At the follwoing link I've posted some screenshots: > https://postimg.cc/gallery/1o4wsaw74/ > Thank you I thought this was pretty well known, but you're looking

Re: SSIZE_MAX

2020-01-15 Thread Bryan Steele
> I am confused about SSIZE_MAX and read(2)/write(2). The POSIX > SSIZE_MAX is something like 2^15 -1. This seems to be a real > limitation when writing to a TCP/IP socket, as I learned from > experience. However, much larger reads and writes seem to be possible > to files and UNIX sockets

Re: syspatch says 6.5 patch #011 (libexpat) is malformed

2019-09-22 Thread Bryan Steele
On Mon, Sep 23, 2019 at 12:20:40AM -0400, Bryan Steele wrote: > On Sun, Sep 22, 2019 at 12:42:25PM -0700, Jonathan Thornburg wrote: > > I'm trying to use syspatch to update a firewall (a PC Engines Alix) > > running 6.5-stable/i386, but syspatch dies with an error message saying >

Re: syspatch says 6.5 patch #011 (libexpat) is malformed

2019-09-22 Thread Bryan Steele
On Sun, Sep 22, 2019 at 12:42:25PM -0700, Jonathan Thornburg wrote: > I'm trying to use syspatch to update a firewall (a PC Engines Alix) > running 6.5-stable/i386, but syspatch dies with an error message saying > that the patch file contains inappropriate filenames: > > # uname -a > OpenBSD

Re: hardware assisted ethernet filtering

2019-07-31 Thread Bryan Steele
On Wed, Jul 31, 2019 at 11:48:24PM +0100, Tom Smyth wrote: > Hi all, > I was just wondering is there an ethtool equivalent in OpenBSD > in particular Im interested in trying to harness some of the features > in the xl710 and more advanced intel Ethernet chipsets where they > allow a (limited)

Re: Lenovo V330-14 touchpad is not working at all

2019-06-13 Thread Bryan Steele
On Thu, Jun 13, 2019 at 11:38:24PM +0200, Tristan wrote: > > > > On 13 Jun 2019, at 22:34, Tristan wrote: > > > > > > > >> On 13 Jun 2019, at 22:25, Bryan Steele wrote: > >> > >> On Thu, Jun 13, 2019 at 08:39:48PM +0200, Tristan wr

Re: Lenovo V330-14 touchpad is not working at all

2019-06-13 Thread Bryan Steele
On Thu, Jun 13, 2019 at 08:39:48PM +0200, Tristan wrote: > Hi there, > > I got a new lenovo v330-14 it has an AMD Ryzen 5 2500U and Radeon RX Vega 8 > and so was looking forward to using OpenBSD on this one. I'm currently > running a > snapshot I grabbed today. To get the screen working I had to

Re: 6.5 : console font : no spleen?

2019-05-13 Thread Bryan Steele
On Mon, May 13, 2019 at 09:38:43AM +, Mayuresh Kathe wrote: > i thought "spleen" was made the new default console > font under 6.5+, it doesn't look like it's there on > my fresh install under amd64? It does if you have an EFI install (w/ efifb(4)), or have a graphics device supported by

Re: ws

2019-04-13 Thread Bryan Steele
On Sun, Apr 14, 2019 at 11:31:33AM +0900, Jerome Pinot wrote: > Hi, > > I'm curious to know what is the origin of the "w(s)" prefix we have > on some OpenBSD specific places, like: > - wscons > -wsmoused > - wskbd > - wsrc > - wobj > etc > > It seems to be a quite old practice and common with

Re: amd64.iso KVM guest kernel panic pc=ffffffff811c303c (Opteron_G3 to Opteron_G5)

2018-10-22 Thread Bryan Steele
On Mon, Oct 22, 2018 at 09:49:54AM -0700, Mike Larkin wrote: > On Mon, Oct 22, 2018 at 07:09:21AM +0300, snikolov wrote: > > Dear All, > > > > I have managed to configure and get the output of the serial console on > > KVM and here is the output (with different CPU type only the name of > > the

Re: 014_amdlfence.patch breaks OpenBSD VMs on AMD systems

2018-08-01 Thread Bryan Steele
On Wed, Aug 01, 2018 at 01:07:33PM -0700, Mike Larkin wrote: > On Wed, Aug 01, 2018 at 12:14:59PM -0400, Bryan Steele wrote: > > On Wed, Aug 01, 2018 at 11:27:26AM -0400, Bryan Steele wrote: > > > On Wed, Aug 01, 2018 at 03:46:25PM +0200, Elmer Skjødt Henriksen wrote: > &

Re: 014_amdlfence.patch breaks OpenBSD VMs on AMD systems

2018-08-01 Thread Bryan Steele
On Wed, Aug 01, 2018 at 11:27:26AM -0400, Bryan Steele wrote: > On Wed, Aug 01, 2018 at 03:46:25PM +0200, Elmer Skjødt Henriksen wrote: > > After installing the 014_amdlfence patch released yesterday for 6.3, my > > OpenBSD VM crashes on boot. It's running under KVM on a Li

Re: 014_amdlfence.patch breaks OpenBSD VMs on AMD systems

2018-08-01 Thread Bryan Steele
On Wed, Aug 01, 2018 at 03:46:25PM +0200, Elmer Skjødt Henriksen wrote: > After installing the 014_amdlfence patch released yesterday for 6.3, my > OpenBSD VM crashes on boot. It's running under KVM on a Linux box (Ubuntu > 18.04 w/ kernel 4.15) on an AMD Ryzen 7 1700 (microcode 0x8001137). > I

Re: POWER9 hardware donation

2018-07-24 Thread Bryan Steele
On Tue, Jul 24, 2018 at 08:27:44PM +0200, Pascal de Kloe wrote: > I'm offering my brand new IBM 9006-22P with two 16-core 2.9GHZ CPUs to > the OpenBSD project for free. Who can make the hardware port happen? > Serious attempts only. Sounds like strings attached.

Re: Viewport for man.openbsd.org -- readability on phones

2018-05-18 Thread Bryan Steele
On Fri, May 18, 2018 at 02:47:29AM +0200, Ingo Schwarze wrote: > Hi Aner, > > Aner Perez wrote on Thu, May 17, 2018 at 06:32:44PM -0400: > > On 05/17/2018 05:22 PM, x...@dr.com wrote: > >> "Ingo Schwarze" wrote: > > >>> Absolutely not. > >>> Mandoc output is not optimized for

Re: Wondering if any of my hardware is working on -current

2018-02-08 Thread Bryan Steele
On Wed, Feb 07, 2018 at 09:03:09PM -0800, Chris Bennett wrote: > Does any of my hardware work in -current? > > OpenBSD 6.2 (GENERIC.MP) #2: Sun Dec 10 21:14:42 CET 2017 > > r...@syspatch-62-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP > pckbc0 at isa0 port 0x60/5 irq 1 irq 12

Re: FOSDEM 2018 - Distributions Devroom Call for Participation

2017-11-03 Thread Bryan Steele
On Fri, Nov 03, 2017 at 08:57:52PM +0100, leo_...@volny.cz wrote: > "Brian Exelbierd" wrote: > > Online at: > > https://lists.fosdem.org/pipermail/fosdem/2017-October/002648.html > > > > The Distributions devroom will take place Sunday 4 February 2018 at > > FOSDEM, in Brussels,

Re: OT: protonmail mail body

2017-07-13 Thread Bryan Steele
On Wed, Jul 12, 2017 at 10:09:11AM +0200, Alarig Le Lay wrote: > Hello, > > It's just Base64 Content-Transfer-Encoding, and it's part of rfc2045. > https://tools.ietf.org/html/rfc2045#section-6.8 > > So, the problem is on marc.info side. Moreover, it's working on > mutt and on mail-archive: >

Re: xwallpaper: a pledged wallpaper utility

2017-04-01 Thread Bryan Steele
On Sat, Apr 01, 2017 at 11:43:04AM +0200, Tobias Stoeckmann wrote: > Hi misc@, > > during the last weeks, I have reviewed quite some image tools out there > because I needed one to set a wallpaper on my X server. I am not using > a sophisticated desktop environment, so there was a need for a >

Re: pledging a portable program

2017-01-16 Thread Bryan Steele
On Mon, Jan 16, 2017 at 01:05:36PM -0600, Jordon wrote: > What is the ???official" way to pledge(2) a portable program? > > Put #ifdef __OpenBSD__ around the pledge call? > > Make an #ifndef __OpenBSD__ block that defined the function to always return > 0? > > Something better? pledge() itself

Re: Booting 6.0 on a Thinkpad Tablet 2, Almost

2016-09-13 Thread Bryan Steele
On Tue, Sep 13, 2016 at 06:59:11PM -0700, Lars Lehtonen wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I have a Lenovo Thinkpad 2 tablet that I'm attempting to install OpenBSD > on. It originally shipped with Windows 8. > > I've disabled Secure Boot in the BIOS, and the tablet

Re: audio codec RealTek ALC3263

2015-09-19 Thread Bryan Steele
On Sat, Sep 19, 2015 at 02:38:02PM +0200, Remi Locherer wrote: > Hi > > My Dell XPS 13 has a RealTek ALC3263 codec (according to the BIOS). In > dmesg only the following shows up: > > azalia0 at pci0 dev 3 function 0 "Intel Core 5G HD Audio" rev 0x09: msi > azalia0: No codecs found This device

Re: audio codec RealTek ALC3263

2015-09-19 Thread Bryan Steele
On Sat, Sep 19, 2015 at 06:44:13PM -0400, Bryan Steele wrote: > On Sat, Sep 19, 2015 at 02:38:02PM +0200, Remi Locherer wrote: > > Hi > > > > My Dell XPS 13 has a RealTek ALC3263 codec (according to the BIOS). In > > dmesg only the following shows up: > > >

Re: Typo in Upgrade Guide: 5.6 to 5.7

2015-07-24 Thread Bryan Steele
On Sat, Jul 25, 2015 at 06:10:30AM +0500, ?? ?? wrote: There is typo in Upgrade Guide: 5.6 to 5.7. In section Upgrade without the Install Kernel If using a single processor kernel cp bsd.rd bsd.mp / must be: cp bsd.rd /bsd.mp No, that isn't a typo.. cp [-fip] [-R

Re: redhat - openbsd tcpdump

2015-06-16 Thread Bryan Steele
On Tue, Jun 16, 2015 at 11:25:46AM +0200, Frank Brodbeck wrote: Hi, is it possible to convert a pcap done with tcpdump under redhat to a format I can read with tcpdump(8). At least I think the following error: tcpdump: unknown data link type 0x71 is due to a format incompatibility.

Re: hotmail rejecting messages relay=mx4.hotmail.com., dsn=5.1.2, stat=Host unknown (Unknown error: 275)

2015-05-23 Thread Bryan Steele
On Sat, May 23, 2015 at 07:31:27PM +0200, Matthieu Herrb wrote: On Sat, May 23, 2015 at 03:52:38PM +, Peter Fraser wrote: Any message sent to send mail seems to be rejected. The mx4 name changes, but the rejection is always the same. It would be nice to know what the unknown error is

Re: Whatever happened to reop?

2015-04-27 Thread Bryan Steele
On Mon, Apr 27, 2015 at 05:34:43PM +0200, Christian Weisgerber wrote: A year ago, tedu@ published reop, which does everything you???d expect a PGP program to do. http://www.tedunangst.com/flak/post/reop There's GitHub site that's still active and there is ports/security/reop, maintained by

Re: xkci recommendations

2015-03-21 Thread Bryan Steele
On Sat, Mar 21, 2015 at 08:47:27AM -0500, Ed Ahlsen-Girard wrote: I got a card to exploit the xkci support, and but it turned out to want a Windows driver and therefore doesn't work (don't buy Anker?? Uspeed USB 3.0 PCI-E Express Card with 4 USB 3.0 Ports and 5V 4-Pin Power Connector for

Re: Libre/OpenSSL Patches in Latest amd64 Snapshot?

2015-03-19 Thread Bryan Steele
On Thu, Mar 19, 2015 at 08:53:57AM -0700, Scott Vanderbilt wrote: Given that the patches in tedu's announcement to the tech@ list are all time-stamped circa 18 Mar 2015 06:01:34 -, may I safely assume they are included in the amd64 snapshot dated 18-Mar-2015, the earliest file of which has

Re: Listening to a CD over the net

2015-03-07 Thread Bryan Steele
On Sun, Mar 08, 2015 at 01:57:05AM +0100, Christian Weisgerber wrote: Since I seem to be the only person using this feature (with the possible exception of ratchov@ himself), here's a periodic reminder that you can use sndio OVER THE NETWORK. Optical drives are kind of pass?, but I still

Re: OpenBSD projects

2014-12-28 Thread Bryan Steele
On Mon, Dec 29, 2014 at 12:14:11AM +0100, Ingo Schwarze wrote: Hi, as this request met quite a bit of interest, i have drafted a list at this *temporary* URI: http://mdocml.bsd.lv/openbsd_projects.html If developers want it, moving it to the OpenBSD web site would be fine with me.

Re: Simple sendmail configuration

2014-12-24 Thread Bryan Steele
On Wed, Dec 24, 2014 at 09:59:27PM +0100, Ulrich Grassberger wrote: Hi, On 12/20/14 21:48, Vijay Sankar wrote: I would like to try to help -- but not sure that I have understood your problem correctly, so here is a guess. To clarify: Out of the box OpenBSD5.6 uses

Re: man -m not working with latest snapshot (Dec 20)

2014-12-20 Thread Bryan Steele
On Sat, Dec 20, 2014 at 04:10:05PM +0100, Alessandro DE LAURENZIS wrote: Greetings, just22@poseidon:[~] uname -a OpenBSD poseidon.atlantide.net 5.6 GENERIC.MP#714 amd64 just22@poseidon:[~] type man man is hashed (/usr/bin/man) just22@poseidon:[~] man -m /home/just22/share/man/ man

Re: Simple sendmail configuration

2014-12-20 Thread Bryan Steele
On Sat, Dec 20, 2014 at 05:23:06PM +0100, grasso...@versanet.de wrote: Hello, i installed OpenBSD5.6 on a laptop, because Windows is too insecure and commercial, and Linux is too radical. I am trying to use $mail for receiving and sending e-mails over the remote e-mail account at my

Re: OpenBSD Trademark Policy

2014-12-07 Thread Bryan Steele
On Sun, Dec 07, 2014 at 07:35:03PM +1100, Riley Baird wrote: I agree entirely. For this reason, I think it would be best to keep system internals (e.g. uname, includes, etc.) using the name OpenBSD with only the main user-visible parts changed to a new name. As for why I want to create the

New hardware? Remember to send us your dmesg(8) and dumps!

2014-10-12 Thread Bryan Steele
If you have new hardware and would like to run OpenBSD on it, send in your dmesgs and device dumps to dmesg@. Developers don't always have access to the latest stuff, so it helps to know what works and what doesn't. Bug reports go to the public bugs@ list. Set $model to something specific, like

Re: no keyboard during snapshot/amd64 installation on MacBookPro 11,1

2014-10-08 Thread Bryan Steele
On Wed, Oct 08, 2014 at 09:45:59PM +0200, Jind??ich Ka wrote: Hello list, Trying to install amd64 snapshot on MacBookPro 11,1. Boot process stops on message: scsibus1at softraid0: 256 targets. After minute or more the install program appear. But keyboard do not work. I tried to use

Re: openbsdstore: enable javascript and buy something or gtfo

2014-10-03 Thread Bryan Steele
On Fri, Oct 03, 2014 at 10:09:36AM -0400, david...@ling.ohio-state.edu wrote: In my browser of choice, configured sensibly, this is all that can be seen at openbsdstore.com and openbsdeurope.com: | The OpenBSD Store | If you have JavaScript disabled you will not be able to order from |