Re: Error from reorder_kernel

2022-11-20 Thread Aaron Miller
I agree. I think I'll get a larger disk. Thanks for the help! --Aaron On 11/20/22 01:14, Stuart Henderson wrote: I doubt there's enough free space on /usr for reorder_kernel to work. But the disk overall is small and there's probably not a lot that you can clear out. If you were to

Re: Error from reorder_kernel

2022-11-19 Thread Aaron Miller
On 11/19/22 16:31, Stuart Henderson wrote: On 2022-11-19, Aaron Miller wrote: Hi misc, I ran into an issue with reorder_kernel on 7.2. It directed me to its log file, /usr/share/relink/kernel/GENERIC/relink.log, which contains this:   (SHA256) /bsd: OK   LD="ld" sh makegap.sh

Error from reorder_kernel

2022-11-19 Thread Aaron Miller
Hi misc, I ran into an issue with reorder_kernel on 7.2. It directed me to its log file, /usr/share/relink/kernel/GENERIC/relink.log, which contains this:   (SHA256) /bsd: OK   LD="ld" sh makegap.sh 0x gapdummy.o   ld -T ld.script -X --warn-common -nopie -o newbsd ${SYSTEM_HEAD}

Re: sometimes graphics is slow, with high Xorg CPU usage

2021-03-17 Thread Aaron Miller
On Wed, 2021-03-10 at 09:19 -0800, Aaron Miller wrote: > On Wed, 2021-03-10 at 07:54 +, Stuart Henderson wrote: > > On 2021-03-09, Aaron Miller wrote: > > > For some time now, my -CURRENT system will occasionally get > > > into a > > > state where graphics

Re: sometimes graphics is slow, with high Xorg CPU usage

2021-03-10 Thread Aaron Miller
On Wed, 2021-03-10 at 07:54 +, Stuart Henderson wrote: > On 2021-03-09, Aaron Miller wrote: > > For some time now, my -CURRENT system will occasionally get > > into a > > state where graphics is slow to refresh and the Xorg uses ~50% > > of > > CPU. I no

sometimes graphics is slow, with high Xorg CPU usage

2021-03-09 Thread Aaron Miller
when composing a message). Rebooting often fixes it temporarily. I suspect that it happens after suspending, but I'm not entirely sure of that. Any idea what is going on, or how I can fix it? Below is the dmesg and Xorg logs. Thanks, Aaron Miller > dmesg <== OpenBSD 6.9-beta (GENE

Re: Go language and pledge exec promises

2021-01-25 Thread Aaron Miller
On Thu, 2021-01-21 at 17:02 +0100, Omar Polo wrote: > > Kevin Chadwick writes: > > > On 1/21/21 2:58 PM, Kevin Chadwick wrote: > > > > >    840 beep CALL  pledge(0xcf4000,0xcae384) > > > > >    840 beep STRU  promise="stdio rpath wpath cpath > > > > > dpath tmppath inet mcast

Re: Very slow clock in Debian vmm guest

2020-08-29 Thread Aaron Miller
you check the mailing list archives, you will see that this > issue has > been discussed extensively. > > Dave Voutila has written a linux vmm kernel driver to work > around some > of the issues: > > https://github.com/voutilad/virtio_vmmci > > Regards, > >

Very slow clock in Debian vmm guest

2020-08-28 Thread Aaron Miller
I have a debian testing guest running in vmm(4) on my -current system, and the internal clock is very slow. For example running `sleep 3` takes about 10 seconds of real time to run. This is too much for ntpd to correct, unfortunately. Anyone know what the problem is and how I might go about

Re: multiple simultaneous X sessions?

2020-08-28 Thread Aaron Miller
On Mon, 2020-08-24 at 12:38 -0300, Gleydson Soares wrote: > Hi Luke, > > On Mon, Aug 24, 2020 at 09:24:35AM -0600, Luke A. Call wrote: > > What would it take for me to run more than one simultanous X > > session, each > > as a different user? -- I tried once a few years ago, > > searching,

Re: Python 3.8 os.listdir EINVAL on large directories

2020-07-26 Thread Aaron Miller
On the other hand, by the error message the Python code is passing a >wrong argument, maybe it is a bug instead of a portability issue? > >Em 25/07/2020 20:50, Aaron Miller escreveu: >> Hi all, >> >> I am getting a stacktrace from the borg command in the borgbackup >> pac

Python 3.8 os.listdir EINVAL on large directories

2020-07-25 Thread Aaron Miller
tem, with "sysupgrade -s" executed on 7/15. Thank you, Aaron Miller -- Exception ignored in: Traceback (most recent call last): File "/usr/local/lib/python3.8/site- packages/borg/repository.py", line 180, in __del__ assert False, "cleanup happened in Repository.__del_

Re: VMM Debian guest serial setup help needed

2020-07-18 Thread Aaron Miller
On Sat, 2020-07-18 at 10:46 +0200, Benjamin Baier wrote: > On Fri, 17 Jul 2020 23:50:06 -0700 > Aaron Miller < > aa...@iforgotmy.name > > wrote: > > > On Fri, 2020-06-12 at 17:46 -0400, George wrote: > > > On 2020-06-12 11:17 a.m., George wrote: > > >

Re: VMM Debian guest serial setup help needed

2020-07-18 Thread Aaron Miller
following Benjamin's instructions. I skipped the part about the virtio-modules which doesn't seem to be necessary now (and the link is 404 now anyway). I was able to go through the menu (starting with Install, and skipping the modprobe commands) but DHCP didn't work, and I'm not sure what's broken. To answer your question, you need to press Esc _after_ selecting Install. Maybe that's why you saw the "boot>" prompt. It worked for me and I just ran lsmod since I didn't have any modules to insert: ~ # lsmod Module Size Used by virtio_blk 20480 0 virtio_net 32768 0 virtio_pci 24576 0 virtio_ring24576 3 virtio_blk,virtio_net,virtio_pci virtio 16384 3 virtio_blk,virtio_net,virtio_pci I hope this helps, and please let me know if you or anyone else has an idea of why DHCP isn't working in the guest VM. Thanks, Aaron Miller

Re: sndio: troubleshooting no input

2020-05-31 Thread Aaron Miller
th aucat and a C program I wrote (attached). > > Thanks,Aaron Miller > > #include #include #include > > #include > > #define BUF_SAMPLES 4800#define OUTFILE "recorded.pcm"#define > > ITERATIONS 500 > > // ffmpeg -y -f s16le -ar 48000 -ac 1 -i recorded.pc

sndio: troubleshooting no input

2020-05-31 Thread Aaron Miller
, Aaron Miller #include #include #include #include #define BUF_SAMPLES 4800 #define OUTFILE "recorded.pcm" #define ITERATIONS 500 // ffmpeg -y -f s16le -ar 48000 -ac 1 -i recorded.pcm recorded.mp3 && mpv recorded.mp3 void print_par(struct sio_par *par); int main(in

Re: Adaptive main page for openbsd website.

2019-12-22 Thread Aaron Miller
It looks good to me. I tried it in Firefox on my laptop and on Android and it seems fine. I also tried it in lynx and found it was navigable. --Aaron On Sun, 2019-12-22 at 19:25 +0300, v...@vtsoft.dev wrote: > Hello everyone, > > The main page of openbsd.org is currently not responsive. It >

Re: Missing relayd.conf(5) example

2018-04-21 Thread Aaron Miller
On Sat, 2018-04-21 at 14:55 +0200, Hiltjo Posthuma wrote: > I don't mean to hijack the thread, but have you been able to forward > the > HTTP request and modifying the path? I've researched the code, but I > don't > think it's possible at the moment. I did not attempt this. > Locally I have a

Missing relayd.conf(5) example

2018-04-20 Thread Aaron Miller
Hi all, I was able to setup relayd(8) with URL-based redirection to either a local application server or to httpd(8), both listening on lo0; relayd also terminates TLS. However, the man pages were not very helpful and I ended up resorting to stackoverflow and trial and error. I recommend an

Re: lidsuspend does not work anymore on 5.8 snapshot, garbles screen, zzz suspend works fine (longer)

2015-11-24 Thread Aaron Miller
On Mon, Aug 31, 2015 at 08:59:15PM -0400, Michael McConville wrote: > Michael McConville wrote: > > I'm having a similar issue on today's AMD64 snapshot on a ThinkPad > > X210. > > > > When I opened it the screen stayed black and there were no signs of > > life other than the battery indicator.