Re: OpenBSD and multitasking

2022-04-25 Thread Joe Gidi
0 USD and will be exponentially faster for random read/write and IOPS. Trying to run heavy modern desktop applications like Chromium from a spinning disk is an exercise in masochism. You're also running Chromium with 8 GB of RAM, so it's entirely possible you're running into swap, which will R

Re: 4K display, teeny-tiny things

2021-08-22 Thread Joe Gidi
ces file to scale things to a usable size and get a mouse pointer I can actually see (I'm using a 4k 27" display as well): Xft.dpi: 144 Xcursor.size: 32 Xcursor.theme: Adwaita Hope this helps! -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

amdgpu, Polaris and Firefox

2020-01-25 Thread Joe Gidi
, -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: arm on Tinker Board (rk3288) - currently broken?

2019-09-29 Thread Joe Gidi
> On Fri, Sep 27, 2019 at 08:01:53PM -0400, Joe Gidi wrote: >> Hello, >> >> I've seen a number of recent commits for the rk3288 SoC, so I dug out my >> Tinker Board and tried to install the latest snapshot (miniroot dated >> 27-Sep-2019 06:14). >> >> I

arm on Tinker Board (rk3288) - currently broken?

2019-09-27 Thread Joe Gidi
-0600) Trying to boot from MMC1 spl: mmc init failed with error: -110 SPL: failed to boot from all boot devices ### ERROR ### Please RESET the board ### Is this currently known to be broken, or am I doing something wrong? Thanks, -- Joe Gidi j...@entropicblur.com "You cannot buy skill.&quo

Re: SAD ( pkg_add does linux like stuff ie: not working, no explanation )

2019-08-28 Thread Joe Gidi
content-length: 36405 > [0]-[web]-[/var/www/logs] > # date > Wed Aug 28 04:07:24 CEST 2019 > > LIKE WHY PLEASE ? Maybe because underscores (_) are not the same as dashes (-)? -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: Plans to port the amdgpu(4) driver? (=to support Radeons made 2014/2015 and after.) Hardware/other donations needed?

2018-04-29 Thread Joe Gidi
> On Wed, Apr 25, 2018 at 10:49:53AM -0400, Joe Gidi wrote: >> >> > On Wed, Apr 25, 2018 at 09:08:12PM +1000, Jonathan Gray wrote: >> >> drivers/gpu/drm/amd in linux has over 1.5 million lines of code. >> Which >> >> is multiple times larger than th

frozen clock on Intel NUC

2017-10-15 Thread Joe Gidi
I have tried to submit this to bugs@ twice in the past two days, once directly via sendbug and again by webmail, but as far as I can tell, it has not been accepted. Posting here in the hopes of making some devs aware of this issue... >Synopsis: Recent TSC changes seem to result in frozen

KARL broken on arm64?

2017-08-07 Thread Joe Gidi
t? Thanks, -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: Dynamic DNS Client for EasyDNS

2017-08-02 Thread Joe Gidi
> "Joe Gidi" <j...@entropicblur.com> wrote: > >> ddclient should fit the bill. It's Perl, it's in ports, and it supports >> EasyDNS. I've used it for a few years now with no problems. >> >> Joe > > Thanks for the quick response. Althoug

Re: Dynamic DNS Client for EasyDNS

2017-08-02 Thread Joe Gidi
client to buy statis IP or porting > ez-ipupdate to OpenBSD does anyone see any other alternatives? > > Best, > Predrag > > -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: Can I bind USB/other interface/device number (e.g. cdceX) to particular MAC, USB serial number or the like?

2017-06-01 Thread Joe Gidi
Good news! You can have this already. Go run Linux. On June 1, 2017 8:42:45 PM EDT, Tinker wrote: >Ah - having an interface name naming scheme that, instead of just being > >a counter, e.g. CDCE + 0 -> 1 -> ... = "cdce0", denoting the physical >slot where the device is

bioctl showing "0% done" on apparently healthy softraid

2017-03-18 Thread Joe Gidi
core_check_errors] *ERROR* Unclaimed register before interrupt uhub3 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.05 addr 2 uhub4 at uhub2 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.05 addr 2 vscsi0 at root scsi

bioctl showing "0% done" on apparently healthy softraid

2017-03-18 Thread Joe Gidi
onfiguration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.05 addr 2 uhub4 at uhub2 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.05 addr 2 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets sd4 at scsibus3 targ 1 lun 0: <OPENBSD, SR RAID 1, 006> SCSI2 0/direct fixed sd4: 3815447MB, 512 bytes/sector, 7814036576 sectors root on sd0a (918dcdbb8c221cb4.a) swap on sd0b dump on sd0b -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Joe Gidi
I was stuck at that point for a while. Make sure you have everything you need to boot on the DOS partition of your USB drive; mine was missing u-boot.bin. Are you using the bootcode.bin and start.elf files from Raspbian? On March 5, 2017 9:25:59 AM EST, Otto Moerbeek wrote: >On

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Joe Gidi
n, Mar 05, 2017 at 08:21:56AM -0500, Joe Gidi wrote: >> >From further tinkering, I discovered that my Pi was only recognizing >128 MB of >> RAM until I switched to using the DTB and fixup.dat files from >Raspbian. Seems >> that those /boot/ files should be kept in sync.

Re: Raspberry Pi 3 booting from USB

2017-03-05 Thread Joe Gidi
han Gray <j...@jsg.id.au> wrote: >On Sun, Mar 05, 2017 at 09:23:13AM +0100, Otto Moerbeek wrote: >> On Sun, Mar 05, 2017 at 07:00:46PM +1100, Jonathan Gray wrote: >> >> > On Sun, Mar 05, 2017 at 08:37:30AM +0100, Otto Moerbeek wrote: >> > > On Sat, Mar

Re: Raspberry Pi 3 booting from USB

2017-03-04 Thread Joe Gidi
Wow, apologies for the horrible line breaks inserted by this mail client... -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried - Original Message ----- From: "Joe Gidi" <j...@entropicblur.com> To: misc@openbsd.org Cc: Sent: Sat, 04 Mar 2

Raspberry Pi 3 booting from USB

2017-03-04 Thread Joe Gidi
to take around 10 seconds for the Pi to reach the OpenBSD bootloader and fire up the kernel. Hope this information is helpful to someone... -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

arm64 Raspberry Pi 3 - no disks available?

2017-03-01 Thread Joe Gidi
ot device: lookup sd0a:/bsd failed WARNING: CHECK AND RESET THE DATE! Is this expected at this point? Should I be trying to install to another device, like a USB hard drive? Thanks for any hints. -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: signify: write to stdout: Broken pipe

2016-10-01 Thread Joe Gidi
... -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried - Original Message - From: <misc@openbsd.org> To:"Joe Gidi" <j...@entropicblur.com> Cc: Sent:Sat, 01 Oct 2016 14:30:01 -0400 Subject:signify: write to stdout: Broken pipe

signify: write to stdout: Broken pipe

2016-10-01 Thread Joe Gidi
mirror (openbsd.cs.toronto.edu) and saw the same errors, so it doesn't appear to be a problem with that particular mirror. Is this a known issue, or should it be reported to bugs@? Thanks, -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: Wandboard Quad can't boot anymore

2016-08-31 Thread Joe Gidi
CVS commits to see if I can pinpoint a likely cause. Thanks, On Wed, August 31, 2016 1:09 pm, Daniel Bolgheroni wrote: > On Tue, Aug 30, 2016 at 08:44:44PM -0400, Joe Gidi wrote: >> I suspect/fear that the answer might be, "your hardware died", but since >> the armv7 port i

Wandboard Quad can't boot anymore

2016-08-30 Thread Joe Gidi
c2 at simplebus4 imxesdhc2: 198 MHz base clock sdmmc2 at imxesdhc2: 4-bit, mmc high-speed, dma imxiic0 at simplebus4 iic0 at imxiic0 imxiic1 at simplebus4 iic1 at imxiic1 "fsl,sgtl5000" at iic1 addr 0xa not configured imxuart1 at simplebus4 imxahci0 at simplebus0: AHCI 1.3 scsibus0 at imxahc

armv7 on Wandboard Quad

2016-08-11 Thread Joe Gidi
vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets boot device: sd0 root on sd0a (3c60000fd48d06a0.a) swap on sd0b dump on sd0b WARNING: CHECK AND RESET THE DATE! -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: httpd logs errors to /var/log/messages rather than error.log?

2016-02-03 Thread Joe Gidi
Ping. Anyone else seeing the same thing? Should I take this to bugs@? Thanks, On Sun, January 31, 2016 11:10 pm, Joe Gidi wrote: > I noticed some odd behavior by httpd that isn't clear from reading the > httpd and httpd.conf man pages. > > I'm running the Jan 21 snapshot on an amd64

httpd logs errors to /var/log/messages rather than error.log?

2016-01-31 Thread Joe Gidi
in /var/log/messages. error.log remains an empty file. Am I misunderstanding something, or is the documentation out of sync with httpd's actual behavior? Thanks, -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: UEFI boot-looping on Asus M5A97 LE R2.0 motherboard

2015-11-26 Thread Joe Gidi
oard" rev 2.00/0.01 addr 2 uhidev1: iclass 3/0, 10 report ids uhid0 at uhidev1 reportid 3: input=7, output=0, feature=0 ukbd1 at uhidev1 reportid 5: 0 variable keys, 6 key codes wskbd2 at ukbd1 mux 1 wskbd2: connecting to wsdisplay0 uhid1 at uhidev1 reportid 7: input=0, output=0, feature=1 u

Re: UEFI boot-looping on Asus M5A97 LE R2.0 motherboard

2015-11-26 Thread Joe Gidi
bf 0x0030: Expansion ROM Base Address: 0x0038: 0x003c: Interrupt Pin: 01 Line: 0e Min Gnt: 00 Max Lat: 00 0x0050: Capability 0x05: Message Signaled Interrupts (MSI) 0x0068: Capability 0x11: Extended Message Signaled Interrupts (MSI-X) 0x0078: Capability 0x01: Power Management State: D0 0x0080: Capability 0x10: PCI Express Link Speed: 5.0 / 5.0 GT/s Link Width: x1 / x1 Let me know if there's anything else I can provide. Thanks for your attention. -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: UEFI boot-looping on Asus M5A97 LE R2.0 motherboard

2015-11-26 Thread Joe Gidi
On Thu, November 26, 2015 5:20 am, YASUOKA Masahiko wrote: > On Wed, 11 Nov 2015 15:33:06 -0500 > "Joe Gidi" <j...@entropicblur.com> wrote: >> I recently installed a UEFI-capable Asus M5A97 LE R2.0 motherboard in >> one >> of my systems and tried to bo

Re: UEFI boot-looping on Asus M5A97 LE R2.0 motherboard

2015-11-26 Thread Joe Gidi
On Thu, November 26, 2015 10:59 am, YASUOKA Masahiko wrote: > Hi, > > On Thu, 26 Nov 2015 09:57:12 -0500 > "Joe Gidi" <j...@entropicblur.com> wrote: >> On Thu, November 26, 2015 5:20 am, YASUOKA Masahiko wrote: >>> On Wed, 11 Nov 2015 15:33:06 -0500 &

Re: UEFI boot-looping on Asus M5A97 LE R2.0 motherboard

2015-11-26 Thread Joe Gidi
On Thu, November 26, 2015 11:27 am, YASUOKA Masahiko wrote: > On Thu, 26 Nov 2015 11:10:33 -0500 > "Joe Gidi" <j...@entropicblur.com> wrote: >> On Thu, November 26, 2015 10:59 am, YASUOKA Masahiko wrote: >>> On Thu, 26 Nov 2015 09:57:12 -0500 >>

UEFI boot-looping on Asus M5A97 LE R2.0 motherboard

2015-11-11 Thread Joe Gidi
.00/1.00 addr 2 uhidev2: iclass 3/1 ums0 at uhidev2: 3 buttons, Z dir wsmouse0 at ums0 mux 0 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (9fe90144c07866ff.a) swap on sd0b dump on sd0b radeondrm0: 1920x1080 wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0 wskbd1: connecting to wsdisplay0 wskbd2: connecting to wsdisplay0 wsdisplay0: screen 1-5 added (std, vt100 emulation) Thanks, -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: Intel Driver Not Working

2015-10-25 Thread Joe Gidi
l graphics, which were not supported in 5.8; support for Broadwell was just recently added. I'd suggest trying -current, which should work. Thanks, -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: inteldrm errors on latest amd64 snap

2015-09-26 Thread Joe Gidi
FWIW, a kernel compiled from a fresh checkout of -current produces the same error and behavior, though the line number changes: inteldrm0: msiWARNING !power_domains->domain_use_count[domain] failed at ../../../../dev/pci/drm/i915/intel_pm.c:5358 On Sat, September 26, 2015 11:16 am, Joe G

inteldrm errors on latest amd64 snap

2015-09-26 Thread Joe Gidi
1 at ums1 mux 0 uhub4 at uhub2 port 1 "Intel Rate Matching Hub" rev 2.00/0.00 addr 2 uhidev3 at uhub4 port 6 configuration 1 interface 0 "American Power Conversion Back-UPS ES 750 FW:841.I3 .D USB FW:I3" rev 1.10/1.01 addr 3 uhidev3: iclass 3/0, 146 report ids upd0 at uhidev3 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (6dae9fb8b0d28ded.a) swap on sd0b dump on sd0b -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: Intel AMT serial-over-LAN with OpenBSD

2015-09-08 Thread Joe Gidi
On Tue, September 8, 2015 1:40 am, Jonathan Gray wrote: > On Sun, Sep 06, 2015 at 09:50:10PM -0400, Joe Gidi wrote: >> I recently bought a Lenovo ThinkServer TS140 to replace my aging HP >> Microserver. Rather than using a standard serial console to admin the >> machine, I'v

Intel AMT serial-over-LAN with OpenBSD

2015-09-06 Thread Joe Gidi
dev0: iclass 3/0, 123 report ids upd0 at uhidev0 uhub3 at uhub1 port 1 "Intel Rate Matching Hub" rev 2.00/0.05 addr 2 uhub4 at uhub2 port 1 "Intel Rate Matching Hub" rev 2.00/0.05 addr 2 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets sd4 at scsibus3 targ 1 lun 0: <OPENBSD, SR RAID 1, 005> SCSI2 0/direct fixed sd4: 3815447MB, 512 bytes/sector, 7814036576 sectors root on sd0a (918dcdbb8c221cb4.a) swap on sd0b dump on sd0b -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

boot-time NFS mount broken in latest snap?

2015-09-01 Thread Joe Gidi
rsion Back-UPS ES 750 FW:841.I3 .D USB FW:I3" rev 1.10/1.01 addr 3 uhidev3: iclass 3/0, 146 report ids upd0 at uhidev3 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (6dae9fb8b0d28ded.a) swap on sd0b dump on sd0b -- Joe Gidi j...@entropicblur.com "You cannot buy skill." -- Ross Seyfried

Re: Weird executable in /bin/ - i386 snapshots Dec 10

2014-12-24 Thread Joe Gidi
man 1 test On December 24, 2014 8:55:15 AM EST, Adam Wolk adam.w...@koparo.com wrote: Hi all, I was doing a cursory look around my i386 laptop installation of OpenBSD snapshot from Dec 10 obtained from ftp://ftp.icm.edu.pl/ and noticed an unusual executable /bin/[ It has the same timestamp as

XHCI external hard drive not recognized on -current

2014-12-06 Thread Joe Gidi
sd2: 1907729MB, 512 bytes/sector, 3907029167 sectors Is there anything I can do to help troubleshoot this? Thanks, -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

Re: sensorsd, upd, and state changes

2014-11-28 Thread Joe Gidi
On Fri, November 28, 2014 2:45 am, Marcus MERIGHI wrote: j...@entropicblur.com (Joe Gidi), 2014.11.27 (Thu) 16:41 (CET): I just spent some more time poking at this and I'm still unable to get So did I... sensorsd to recognize upd state changes. This is a bit of a frustrating regression from

Re: sensorsd, upd, and state changes

2014-11-28 Thread Joe Gidi
interface 0 APC Back-UPS ES 450 FW:844.K2 .D USB FW:K2 rev 1.10/1.06 addr 2 uhidev3: iclass 3/0, 123 report ids upd0 at uhidev3 Which does report all the expected sensors. -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

Re: sensorsd, upd, and state changes

2014-11-27 Thread Joe Gidi
configuration for sensorsd/upd? Thanks, On Sun, November 23, 2014 11:51 am, Marcus MERIGHI wrote: j...@entropicblur.com (Joe Gidi), 2014.11.23 (Sun) 17:19 (CET): Just after I sent this, I happened to notice these lines in /var/log/messages. These came from the tests with the low=1:high=2 attributes set

Re: sensorsd, upd, and state changes

2014-11-23 Thread Joe Gidi
20 seconds down to as low as 1 second, with no change in results. Is anyone successfully using sensorsd with upd? Thanks, Joe On Sun, November 23, 2014 4:13 am, Marcus MERIGHI wrote: j...@entropicblur.com (Joe Gidi), 2014.11.23 (Sun) 01:22 (CET): I'm running OpenBSD 5.6/amd64 on my fileserver

Re: sensorsd, upd, and state changes

2014-11-23 Thread Joe Gidi
microserver sensorsd[12047]: upd0.indicator2: exceeds limits: On is below On Nov 23 11:07:00 microserver sensorsd[27413]: upd0.indicator0: exceeds limits: On is below On On Sun, November 23, 2014 11:15 am, Joe Gidi wrote: Hi Marcus, Thanks for the reply. Unfortunately, the low=1:high=2 doesn't seem

Re: sensorsd, upd, and state changes

2014-11-23 Thread Joe Gidi
On Sun, November 23, 2014 11:51 am, Marcus MERIGHI wrote: j...@entropicblur.com (Joe Gidi), 2014.11.23 (Sun) 17:19 (CET): Just after I sent this, I happened to notice these lines in /var/log/messages. These came from the tests with the low=1:high=2 attributes set in sensorsd.conf per

sensorsd, upd, and state changes

2014-11-22 Thread Joe Gidi
understand it, that lack of state change results in sensorsd doing nothing, even though the sensor's value (the %2 token, On/Off) changes. Can anyone clue me in? I feel like I must be missing something silly and obvious here. Thanks, -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross

xHCI not configured on Intel 7 series

2014-11-09 Thread Joe Gidi
, 146 report ids upd0 at uhidev3 vscsi0 at root scsibus2 at vscsi0: 256 targets softraid0 at root scsibus3 at softraid0: 256 targets root on sd0a (6dae9fb8b0d28ded.a) swap on sd0b dump on sd0b -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

ThinkPad x131e - backlight brightness hotkeys not working

2014-10-07 Thread Joe Gidi
the right defines to add. Can someone point me in the right direction? Dmesg from a -current snapshot follows, and I'll be happy to make acpidump output available if it's useful. Thanks, -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried - OpenBSD 5.6-current (GENERIC.MP

Re: ThinkPad x131e - backlight brightness hotkeys not working

2014-10-07 Thread Joe Gidi
On Tue, October 7, 2014 4:38 pm, Mike Larkin wrote: On Tue, Oct 07, 2014 at 03:22:18PM -0400, Joe Gidi wrote: Hello, I have a ThinkPad x131e (Intel version) that generally works beautifully under OpenBSD. The only quirk I've noticed so far is that the brightness hotkeys (Fn-F8 and Fn-F9

Re: OpenBSD 5.5 sysctl reports hw.ncpu=1 when using 2-core processor Intel Atom CPU S1260 @ 2.00GHz

2014-09-01 Thread Joe Gidi
kernel. The workaround is you have to shuffle kernels yourself. Then things will work as they should. mv bsd bsd.sp mv bsd.mp bsd Based on the provided dmesg, it appears that a GENERIC (not GENERIC.MP) kernel was compiled during the process of patching to -stable. -- Joe Gidi j

Re: KVM card in HP MicroServer

2013-11-07 Thread Joe Gidi
for your work on OpenBSD! -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

KVM card in HP MicroServer

2013-11-02 Thread Joe Gidi
.a) swap on sd0b dump on sd0b -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

Delete key inconsistency

2013-09-30 Thread Joe Gidi
from my point of view but breaks them from someone else's perspective... Thanks, -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

RdRand instruction - is it used by default?

2013-09-14 Thread Joe Gidi
/SDcoemc9V3J Do these concerns currently affect OpenBSD? Is RdRand actually used by default by the base system? Thanks, -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

Turbo Boost/Turbo Core under OpenBSD?

2013-03-17 Thread Joe Gidi
. And of course, anything involving ACPI tends to be problematic... I searched through the openbsd-cvs mailing list archives and didn't see any commits that mention these features. Thanks, -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

OpenSMTPD - thank you!

2013-02-02 Thread Joe Gidi
, usable, *SANE* MTA. Keep up the great work! -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

Re: 5.2 pre-orders are up

2012-09-04 Thread Joe Gidi
On Tue, September 4, 2012 10:23 pm, Theo de Raadt wrote: We've activated 5.2 pre-orders. Yeah, we know the http://www.openbsd.org/52.html page sucks, and doesn't list all the stuff we've done recently. Hopefully that will change. Order placed! -- Joe Gidi j...@entropicblur.com You cannot

Re: Weird problem - sound suddenly stops playing

2012-09-01 Thread Joe Gidi
On Sat, September 1, 2012 1:35 am, Tomas Bodzar wrote: On Sat, Sep 1, 2012 at 7:11 AM, Joe Gidi j...@entropicblur.com wrote: I'm running 5.1/amd64 on a ThinkPad 410. sndiod is started in /etc/rc.conf with the default 'sndiod_flags=' entry. I have working audio from mpd, mplayer, and assorted

Re: Weird problem - sound suddenly stops playing

2012-09-01 Thread Joe Gidi
On Sat, September 1, 2012 4:59 am, Alexandre Ratchov wrote: On Sat, Sep 01, 2012 at 01:53:18AM -0400, Joe Gidi wrote: On Sat, September 1, 2012 1:35 am, Tomas Bodzar wrote: On Sat, Sep 1, 2012 at 7:11 AM, Joe Gidi j...@entropicblur.com wrote: I'm running 5.1/amd64 on a ThinkPad 410. sndiod

Weird problem - sound suddenly stops playing

2012-08-31 Thread Joe Gidi
=126,126 record.volume.mute=off [ off on ] record.volume.slaves=adc-0:1,adc-2:3,adc-4:5 { adc-0:1 adc-2:3 adc-4:5 mic2 } Thanks, -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

[SOLVED] Re: should 'make -j8 build' work?

2012-02-08 Thread Joe Gidi
On Wed, February 8, 2012 3:25 am, Stuart Henderson wrote: On 2012-02-07, Joe Gidi j...@entropicblur.com wrote: In every case, when the box hangs, I'm unable to break into ddb. How long do you leave it when it hangs? There have been occasions where a box appears to hang but then recovers

should 'make -j8 build' work?

2012-02-07 Thread Joe Gidi
on my previous 4-core system... Thanks for any feedback, -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

Re: should 'make -j8 build' work?

2012-02-07 Thread Joe Gidi
On Tue, February 7, 2012 1:45 pm, Kenneth R Westerback wrote: On Tue, Feb 07, 2012 at 01:01:42PM -0500, Joe Gidi wrote: I just built a new box with one of AMD's FX-8120 8-core processors and wanted to stress-test it a bit. I installed the Feb 6 amd64 snapshot, checked out a src tree, and had

Re: should 'make -j8 build' work?

2012-02-07 Thread Joe Gidi
On Tue, February 7, 2012 2:00 pm, patrick keshishian wrote: On Tue, Feb 7, 2012 at 10:45 AM, Kenneth R Westerback kwesterb...@rogers.com wrote: On Tue, Feb 07, 2012 at 01:01:42PM -0500, Joe Gidi wrote: I just built a new box with one of AMD's FX-8120 8-core processors and wanted to stress

Re: should 'make -j8 build' work?

2012-02-07 Thread Joe Gidi
On Tue, February 7, 2012 1:56 pm, Joe Gidi wrote: On Tue, February 7, 2012 1:45 pm, Kenneth R Westerback wrote: On Tue, Feb 07, 2012 at 01:01:42PM -0500, Joe Gidi wrote: I just built a new box with one of AMD's FX-8120 8-core processors and wanted to stress-test it a bit. I installed the Feb 6

Re: should 'make -j8 build' work?

2012-02-07 Thread Joe Gidi
On Tue, February 7, 2012 1:56 pm, Joe Gidi wrote: On Tue, February 7, 2012 1:45 pm, Kenneth R Westerback wrote: On Tue, Feb 07, 2012 at 01:01:42PM -0500, Joe Gidi wrote: I just built a new box with one of AMD's FX-8120 8-core processors and wanted to stress-test it a bit. I installed the Feb 6

Blank virtual consoles in OpenBSD 5.0 with Intel graphics

2012-01-12 Thread Joe Gidi
-- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

sdtemp/spdmem question

2011-05-25 Thread Joe Gidi
-- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

High idle interrupts with latest amd64 snap

2011-04-10 Thread Joe Gidi
pdfre pdscn pzidle 16 kmapent -- Joe Gidi j...@entropicblur.com You cannot buy

Re: High idle interrupts with latest amd64 snap

2011-04-10 Thread Joe Gidi
and report back. -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

Re: High idle interrupts with latest amd64 snap

2011-04-10 Thread Joe Gidi
is gone. Thanks again! -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

Re: Asus M4A78LT-M or M4A88T-V EVO/USB3?

2011-03-18 Thread Joe Gidi
support yet. I have mine disabled in BIOS. I'd buy it again and recommend it highly. -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

strange/bogus it(4) voltage values

2011-03-11 Thread Joe Gidi
: 8 buttons, Z dir wsmouse1 at ums1 mux 0 vscsi0 at root scsibus1 at vscsi0: 256 targets softraid0 at root root on sd0a swap on sd0b dump on sd0b -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

X freezing on Jan 8 9 snapshots

2011-01-09 Thread Joe Gidi
Logitech Apple Optical USB Mouse rev 2.00/3.40 addr 3 uhidev2: iclass 3/1 ums1 at uhidev2: 1 button wsmouse1 at ums1 mux 0 vscsi0 at root scsibus1 at vscsi0: 256 targets softraid0 at root root on sd0a swap on sd0b dump on sd0b -- Joe Gidi j...@entropicblur.com

Re: SSD with firmware upgrade under OpenBSD

2010-11-29 Thread Joe Gidi
don't dual-boot or have a Windows install disc handy. Look here for the recovery disc: http://neosmart.net/blog/2009/windows-7-system-repair-discs/ BTW, the Vertex 2 is FAST! I'm very, very happy with mine. -- Joe Gidi j...@entropicblur.com

bad libkvm version in Nov. 2 amd64 snaps?

2010-11-02 Thread Joe Gidi
the system rather broken... -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

Re: -current is not really -current

2010-10-28 Thread Joe Gidi
. Wow. You get a checkout of a tree that gets 50-100 commits a day to it, and voila, your results are not the same. I'm shocked. Feeding the trolls, Theo? :-) -- Joe Gidi j...@entropicblur.com

Missing nsd.conf in snaps

2010-10-05 Thread Joe Gidi
there, either. Is it being left out of snapshots for some reason? -- Joe Gidi j...@entropicblur.com You cannot buy skill. -- Ross Seyfried

Popping sounds with azalia(4) device

2010-09-16 Thread Joe Gidi
record.volume.mute=off [ off on ] record.volume.slaves=adc-0:1,adc-2:3 { adc-0:1 adc-2:3 mic mic2 line-in hp } outputs.mode=analog [ analog digital ] -- Joe Gidi j...@entropicblur.com

Re: Popping sounds with azalia(4) device

2010-09-16 Thread Joe Gidi
On Thu, September 16, 2010 6:15 am, Jacob Meuser wrote: On Thu, Sep 16, 2010 at 02:17:36AM -0400, Joe Gidi wrote: I'm getting frequent popping sounds from the azalia device on my system, roughly every 15-30 seconds. I have a pair of stereo speakers plugged in to the green speaker jack

Odd hw.setperf quirk

2010-07-08 Thread Joe Gidi
softraid0 at root root on sd0a swap on sd0b dump on sd0b -- Joe Gidi j...@entropicblur.com

Re: fsck segfault on a big partition, 4.6

2010-01-27 Thread Joe Gidi
on in your case. Also, in some cases a lack of physical memory might kill processes. -Otto Does this mean that amd64 can now handle 4G of RAM, or is that a separate issue? -- Joe Gidi j...@entropicblur.com

Re: How to redirect output from /etc/rc.shutdown

2009-12-02 Thread Joe Gidi
step to help prevent it. How about adding making the hostname part of your command prompt? That's a lot simpler and cleaner than hacking around with the rc scripts. -- Joe Gidi j...@entropicblur.com

Re: script

2009-10-14 Thread Joe Gidi
; }. The ex- it status of a for statement is the last exit status of list; if list is never executed, the exit status is zero. -- Joe Gidi j...@entropicblur.com

Re: Middle mouse button, ThinkPad R61

2009-09-06 Thread Joe Gidi
my T42, you have to disable the trackpad in the BIOS. -- Joe Gidi j...@entropicblur.com

Re: azalia

2009-06-14 Thread Joe Gidi
. Is there a way to diagnose this? I'd hate to ask you to start digging through the code if the answer is, the hardware doesn't work that way. -- Joe Gidi j...@entropicblur.com

Re: azalia

2009-06-14 Thread Joe Gidi
On Sun, June 14, 2009 6:43 pm, Jacob Meuser wrote: On Sun, Jun 14, 2009 at 02:38:14PM -0400, Joe Gidi wrote: On Sun, June 14, 2009 4:48 am, Jacob Meuser wrote: the beep/bell thing on azalia is a mess. analog devices codecs especially. pretty sure this codec violates the spec by listing

Thinkpad T42 panic on i386 snapshot bsd.rd

2009-06-05 Thread Joe Gidi
is currently running the May 18 snap with iwi firmware 3.1 installed. Has anyone else run into this? -- Joe Gidi j...@entropicblur.com

Re: Thinkpad T42 panic on i386 snapshot bsd.rd

2009-06-05 Thread Joe Gidi
On Fri, June 5, 2009 3:35 pm, Philip Guenther wrote: On Fri, 5 Jun 2009, Joe Gidi wrote: Trying to upgrade to latest i386 snap (dated 6/4/09) on an IBM Thinkpad T42 produces the following panic: ... uvm_fault(0xd072b960, 0xd23d8000, 0, 1) - e fatal page fault (6) in supervisor mode trap

Re: Thinkpad T42 panic on i386 snapshot bsd.rd

2009-06-05 Thread Joe Gidi
root on wd0a swap on wd0b dump on wd0b auich0: measured ac97 link rate at 48002 Hz, will use 48000 Hz -- Joe Gidi j...@entropicblur.com

Re: Thinkpad T42 panic on i386 snapshot bsd.rd

2009-06-05 Thread Joe Gidi
On Fri, June 5, 2009 8:01 pm, Philip Guenther wrote: On Fri, 5 Jun 2009, Joe Gidi wrote: Trying to upgrade to latest i386 snap (dated 6/4/09) on an IBM Thinkpad T42 produces the following panic: ... iwi0 at pci2 dev 2 function 0 Intel PRO/Wireless 2915ABG rev 0x05: irq11iwi0: could not load

Re: OpenBSD on the desktop / 3D acceleration / printer

2009-05-25 Thread Joe Gidi
On Mon, May 25, 2009 5:03 am, Christopher Intemann wrote: On Wed, May 20, 2009 at 11:31 PM, Joe Gidi j...@entropicblur.com wrote: Christopher Intemann wrote: Hi, I'm thinking about installing OpenBSD on my desktop workstation. As far as I know, there are commercial (binary) drivers

Re: OpenBSD on the desktop / 3D acceleration / printer

2009-05-20 Thread Joe Gidi
configuration is done. Some links on printing in OpenBSD: http://www.stilyagin.com/darrin/blog/2007/05/16/2200/ http://www.stilyagin.com/darrin/blog/2006/08/27/1218/ http://erdelynet.com/tech/openbsd/using-foo2zjs-with-openbsd-lpd/ Thx, Chris -- Joe Gidi j...@entropicblur.com

Re: OpenBSD install question

2009-04-29 Thread Joe Gidi
and there's a 4 GB file size limit. -- Joe Gidi j...@entropicblur.com

Re: 4.4 hangs on amd64 if installed on sd1

2009-04-26 Thread Joe Gidi
, OpenBSD 4.4 i386 installs and boot on sd1. I attache the dmesg for i386. michele Your dmesg attachment was stripped, but I have to ask... if you installed to sd1, why are you now trying to boot from hd1? -- Joe Gidi j...@entropicblur.com

Re: 4.4 install hangs on eee pc 900

2009-04-26 Thread Joe Gidi
is driving me crazy! :) //Mats Check out Reyk's article on the Eee at Undeadly: http://undeadly.org/cgi?action=articlesid=20080808071238 Also, you might want to wait a few days for 4.5's release, or try a -current snapshot. I'm running -current on a 900A and almost everything just works. -- Joe

Re: 4.4 install hangs on eee pc 900

2009-04-26 Thread Joe Gidi
. -- Joe Gidi j...@entropicblur.com Sorry, I forgot to mention that 4.5 and -current will both have the ale(4) driver for the onboard Ethernet; 4.4 doesn't have this driver. -- Joe Gidi j...@entropicblur.com

Re: Recommendations on a daily script to check syslog (or other) server security

2009-04-14 Thread Joe Gidi
the case. Thanks! Ted I'm hardly a BSD pro, but I'd encourage you to read the man pages for daily(8) and security(8) if you haven't already done so. -- Joe Gidi j...@entropicblur.com

  1   2   >