n-ass idea! LOL
On Tue, Aug 14, 2018 at 3:57 PM Stuart Henderson
wrote:
> On 2018/08/14 15:53, Base Pr1me wrote:
> > Shooting from the hip: BIOS need upgraded?
>
> Thanks, but this is the newest public one already.
>
>
Shooting from the hip: BIOS need upgraded?
On Tue, Aug 14, 2018 at 3:33 PM Stuart Henderson
wrote:
> I have a new (to me) X260 which hangs at halt/reboot. I've already
> disabled the TPM as I have some recollection of that causing problems in
> some cases but that hasn't helped. Any other sugges
Who runs https://www.openbsdstore.com? I went to buy a couple of shirts
last Friday, but cert returns errors and paypal linking stuff is quite
broken. Also, no one is responding to the ord...@openbsdstore.com address.
Any info available? I'm in the US, so that might be the difference.
r wrote:
> > On Thu, Jun 07, 2018 At 21:32:55 -0600, Base Pr1me wrote:
> >> Not to be a Debbie Downer, but wasn't "under construction" banned from
> >> the internet a couple of decades a go? ;)
> >
> > LOL :)
> >
>
Not to be a Debbie Downer, but wasn't "under construction" banned from the
internet a couple of decades a go? ;)
On Thu, Jun 7, 2018, 21:26 Johannes Krottmayer wrote:
> Okay,
>
> My homepage is for non-profit purpose. I want create a little blog
> where I can present my open-source projects.
>
>
e wifi works on this ESP8266 module.
It's so cheap that it's nothing lost to try. (;
Will see if I get other suggestions, but that's interesting and may well
be fun to program a driver for the SHT31-D too. (;
Daniel.
On 5/18/18 5:53 PM, Base Pr1me wrote:
> I roll SHT31-Ds thro
I roll SHT31-Ds through ESP8266s via I2C. Of course, there is programming
involved.
Good hardware though, if that's what you're looking for.
On Fri, May 18, 2018 at 2:42 PM, Daniel Ouellet wrote:
> Does anyone have a decent temperature sensors that can connect to an
> OpenBSD server and be relia
Also great for when you need reading material in the restroom.
On Tue, May 15, 2018 at 4:34 PM, Marc Espie wrote:
> On Wed, May 16, 2018 at 12:26:10AM +0200, Solene Rapenne wrote:
> >
> > x...@dr.com writes:
> >
> > > The "viewport" meta tag significantly improves readability and
> > > usability
OpenBSD is brilliant on the T470s. No issues here.
OpenBSD 6.3-current (GENERIC.MP) #0: Mon May 14 14:29:23 MDT 2018
basepr...@stef.traceyemery.net:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 25491316736 (24310MB)
avail mem = 24710721536 (23565MB)
mpath0 at root
scsibus0 at mpath0: 256
Thanks for the input! I greatly appreciate your time.
However, in a last ditch effort -- as you were typing and sending your
email --, I solved the problem. I was completely barking up the wrong tree
... sigh.
The issue was an old BIOS in the server. Once I updated the server BIOS,
the softraid h
, can anyone suggest a method for
getting the kernel to panic to ddb to get a trace or something, instead of
just freezing? Or, is there a gdb method of booting the kernel?
I'm running of trails to follow.
Thanks for any suggestions.
On Fri, Apr 20, 2018 at 2:37 PM, Base Pr1me wrote:
>
Sorry, I put the hang position in the wrong place on the first email:
scsibus6 at vscsi0: 256 targets <--- not here! sorry
softraid0 at root
scsibus7 at softraid0: 256 targets <- here is where the system hangs
when virtual drives are present
On Fri, Apr 20, 2018 at 2:33 PM, Base
Hello all,
I'm having virtual drive problems on a Dell 2900. When no virtual drives
are set up in the PERC 6/i controller, the server will not hang. However,
when there are virtual drives available on the system, it appears the
system is hanging at the probe stage -- I'm just guessing that's what
apability
> 0x0168: Enhanced Capability 0x03: Device Serial Number
> 0x0178: Enhanced Capability 0x18: Latency Tolerance Reporting
> 0x0180: Enhanced Capability 0x1e: L1 PM
> 3:0:0: ATI unknown
> 0x: Vendor ID: 1002 Product ID: 699f
> 0x0004: Command
Verbose output with pcidump -v would give you the vendor and product ids,
which would give you more information about the "unknown" device.
On Tue, Apr 17, 2018 at 9:40 AM, Manuel Solis wrote:
> Thank you again,
>
> As i said, i am ordering the wifi usb adapters that you suggested,
> but for the
Robert, I'm a huge fan of over engineering. Thanks for the chuckle!!
On Sat, Mar 24, 2018, 15:52 Robert wrote:
> On Sat, 24 Mar 2018 22:32:02 +0100
> "Hess THR" wrote:
> > Can you please recommend any hardware, that I could plug in to the
> notebook and though I could send a warning mail when t
Thanks for the info. I haven't dove into the 32 world, yet. Glad to hear
someone is working in that direction.
Take care.
On Fri, Mar 23, 2018 at 6:56 AM, Eric Huiban wrote:
> Base Pr1me wrote:
>
>> Has anyone played around with compiling the Espressif SDK for their chips
Has anyone played around with compiling the Espressif SDK for their chips?
Just curious.
Thanks,
Tracey
Crap, naturally, don't forget "tls" in front of "port 443". Apologies.
On Fri, Mar 2, 2018 at 7:54 AM, Base Pr1me wrote:
> I should mention for clarification there are two server sections. The
> second listens on 443 and does the tls and location heavy lifting.
"https://example.com/";
}
server "example.com" {
listen on $ext_if port 443
alias "www.example.com"
#rest of stuff
}
On Fri, Mar 2, 2018 at 7:51 AM, Base Pr1me wrote:
> I simply have a block in my httpd.conf for my redirects:
>
>
I simply have a block in my httpd.conf for my redirects:
server "example.com" {
listen on $ext_if port 80
alias "www.example.com"
block return 301 "https://example.com/";
}
On Fri, Mar 2, 2018 at 7:40 AM, Solène Rapenne wrote:
> Le 2018-03-02 15:33, Matt M a écrit :
>
>>
No flame from here, but, you did receive a very valuable reply from Michael
Hekeler regarding your emails. The history of the reply is located here:
https://marc.info/?l=openbsd-misc&m=151575921608315&w=2
On Thu, Feb 22, 2018 at 2:36 PM, leroy jordan
wrote:
> I'm new to oBSD. However, I do wont
Anniv" rev 1.10/1.04 addr 2
umidi0: (genuine USB-MIDI)
umidi0: out=2, in=2
midi0 at umidi0:
midi1 at umidi0:
ugen3 at uhub7 port 1 configuration 1 "M-Audio MIDISPORT 2x2 Anniv" rev
1.10/1.04 addr 2
ugen4 at uhub7 port 3 "iLok iLok" rev 1.10/0.10 addr 3
vscsi0 at root
scsibus5 at
PM, Stuart Henderson wrote:
On 2018-01-21, Base Pr1me wrote:
I'll try. Not sure I can keep it running long enough to get dmesg lol. Last
upgrade was ~1 1/2 weeks ago. I know, full of information today. I'll try
and get dmesg this week, when I have more time ... Or wait until newer
s
Got it ... I hope ... "Gin"ny and all
On 1/21/18 4:10 PM, Stuart Henderson wrote:
On 2018-01-21, Base Pr1me wrote:
I'll try. Not sure I can keep it running long enough to get dmesg lol. Last
upgrade was ~1 1/2 weeks ago. I know, full of information today. I'll try
and
Cool, thanks. I'll check this out this week. Much gratitude. I'm far too
'ginned' up at the moment. ;)
On Jan 21, 2018 16:13, "Stuart Henderson" wrote:
> On 2018-01-21, Base Pr1me wrote:
> > I'll try. Not sure I can keep it running long enough to
Ok, thanks.
On Jan 21, 2018 11:02, "Sebastien Marie" wrote:
> On Sun, Jan 21, 2018 at 06:44:56PM +0100, Adam Wolk wrote:
> > On Sun, Jan 21, 2018 at 09:30:22AM -0700, Base Pr1me wrote:
> > > Anyone else's system hanging randomly after upgrading to yesterday
Ty.
On Jan 21, 2018 10:45, "Adam Wolk" wrote:
> On Sun, Jan 21, 2018 at 09:30:22AM -0700, Base Pr1me wrote:
> > Anyone else's system hanging randomly after upgrading to yesterday's
> > snapshot? This isn't a panic that drops to ddb. It's just freez
" wrote:
> On Sun, Jan 21, 2018 at 09:30:22AM -0700, Base Pr1me wrote:
> > Anyone else's system hanging randomly after upgrading to yesterday's
> > snapshot? This isn't a panic that drops to ddb. It's just freezing with
> no
> > response to anything
Anyone else's system hanging randomly after upgrading to yesterday's
snapshot? This isn't a panic that drops to ddb. It's just freezing with no
response to anything.
Did you give your userland user/group permissions to use the uhub/ugen
device?
On Fri, Jan 19, 2018 at 9:59 AM, Anthony J. Bentley
wrote:
> Bryan Linton writes:
> > Hello misc@
> >
> > I'm currently looking to purchase a scanner that works well with OpenBSD.
> >
> > I'm aware of the list provide
Don't think you can use config to disable ulpt and KARL. Someone will correct me
if I'm wrong.
On 1/16/18 1:08 PM, Thuban wrote:
I disabled `ulpt` in the kernel using `config` to use an USB-printer.
Now, at reboot, I see "kernel relinking failed" message.
How to recreate the new checksum? I ca
You can adapt my linux bash script for such pointlessly "paranoid"
purposes. I use it to prove to HIPAA auditors just how paranoid I can be,
and it's above NIST requirements in the US.
https://github.com/spoollord/shredder
Would require you to pkg_add pv base64. Or, just adapt the script without
The Pledge of the Network Admin, from one of those book authors:
http://bsdly.blogspot.com/2011/01/i-will-not-mindlessly-paste-from-howtos.html
:D
On Thu, Jan 4, 2018 at 9:02 AM, Marko Cupać wrote:
> On Thu, 4 Jan 2018 10:41:19 -0500
> Bryan Harris wrote:
>
> > My preference is to purchase a bo
I only say this because I am extremely intoxicated. Will you please shut
the fuck up?
On Dec 9, 2017 17:08, "Rupert Gallagher" wrote:
> Fuck you x9p anonymous coward.
>
> Sent from ProtonMail Mobile
>
> On Sat, Dec 9, 2017 at 23:02, x9p wrote:
>
> > On Sat, December 9, 2017 3:33 pm, Anders Ande
, and it might be a way to mitigate
the effects of accidental touches. Of course, whether it could
help in your case depends on your habits.
On 12/06/2017 12:17 AM, Base Pr1me wrote:
Are there plans to have a solution to halt the touchpad when typing is
occurring, similar to what syndaemon does? O
Are there plans to have a solution to halt the touchpad when typing is
occurring, similar to what syndaemon does? Otherwise, the driver works fine
for me on ThinkPad T470s.
On Tue, Dec 5, 2017 at 3:59 PM, Ulf Brosziewski wrote:
> If you're following -current, or if you upgrade your system with t
I run 5 apu2 devices with no problems. I don't have any apu3 devices ... yet.
On 11/30/17 3:00 PM, Paul B. Henson wrote:
I was wondering if anybody is successfully running openbsd on pcengines apu
boards? I have one of their APU3 series, specifically a apu3b4 with OpenBSD
6.2 on it but I can't g
second that ...
On Tue, Nov 7, 2017 at 9:47 AM, Christer Solskogen <
christer.solsko...@gmail.com> wrote:
> On Tue, Nov 7, 2017 at 3:55 PM, Ywe Cærlyn wrote:
>
> > Well I have introduced myself then.
> >
> > Maybe I will write some more posts at a later time.
> >
> >
> I have a suggestion. Don't
39 matches
Mail list logo