C states no longer recognized?

2022-01-31 Thread Jan Stary
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), C1(1000@1 mwait.1), PSS -acpicpu1 at acpi0: C3(350@96 mwait.1@0x20), C2

Re: ttyflags hangs on Dell PowerEdge R200

2022-01-31 Thread Jan Stary
> > On Jan 26 18:02:17, mark.kette...@xs4all.nl wrote: > > revision 1.406 > date: 2022/01/26 14:39:07; author: kettenis; state: Exp; lines: +2 -2; > commitid: zL3Ot2UVnkpDz6go; > An ACPI device needs to be both present and enabled for it to function. > So only att

Raspberry Pi 4B sysupgraded to GENERIC (not MP)

2022-01-27 Thread Jan Stary
This is current/arm64 on a Raspberry Pi 4B, dmesg below. A sysupgrade -sf has installed GENERIC (not GENERIC.MP) as /bsd. How can I debug this? Can some one please point to the place where the sp/mp decision is made? Jan OpenBSD 7.0-current (GENERIC) #1458: Tue Jan 25 11:33:09 MST 2022

Re: No firefox on OpenBSD 7.0 i386?

2022-01-20 Thread Jan Stary
> On Fri, 7 Jan 2022 15:38:11 + (UTC) > Roderick wrote: > > > With chrome I have a problem, because it does not separate URL > > entry from search entry. Why is that a problem?

Re: ttyflags hangs on Dell PowerEdge R200

2022-01-19 Thread Jan Stary
Boots fine, dmesg below. > Index: arch/hppa/dev/com_dino.c > === > RCS file: /cvs/src/sys/arch/hppa/dev/com_dino.c,v > retrieving revision 1.4 > diff -u -r1.4 com_dino.c > --- arch/hppa/dev/com_dino.c 15 Jul 2007 19:25:49 -

Re: ttyflags hangs on Dell PowerEdge R200

2022-01-18 Thread Jan Stary
On Jan 15 11:03:10, dera...@openbsd.org wrote: > I think the bug is that com_acpi_match() should call ic/com.c comprobe1(), > which verifies that an actual chip exists, rather than simply trusting the > ACPI tables. If attach succeeds, open and ioctl become callable, and at > that point if real ha

Re: Delivery status notification: delayed

2022-01-18 Thread Jan Stary
h ESMTPA id 3d1ef9fe > for ; > Mon, 17 Jan 2022 13:02:16 +0100 (CET) > Date: Mon, 17 Jan 2022 13:02:16 +0100 > From: Jan Stary > To: misc@openbsd.org > Subject: Re: ttyflags hangs on Dell PowerEdge R200 > Message-ID: > References: > > MIME-Version: 1.0

Re: ttyflags hangs on Dell PowerEdge R200

2022-01-18 Thread Jan Stary
On Jan 14 19:10:32, kolip...@exoticsilicon.com wrote: > On Fri, Jan 14, 2022 at 10:41:52PM +0100, Jan Stary wrote: > > I suspect it's com1; I have yet to try commenting out just tty01. > > But commenting out both makes it boot OK. > > > > com0 at acpi0 COMA addr 0x

Re: ttyflags hangs on Dell PowerEdge R200

2022-01-15 Thread Jan Stary
On Jan 14 19:10:32, kolip...@exoticsilicon.com wrote: > On Fri, Jan 14, 2022 at 10:41:52PM +0100, Jan Stary wrote: > > I suspect it's com1; I have yet to try commenting out just tty01. > > But commenting out both makes it boot OK. > > > > com0 at acpi0 COMA addr 0x

ttyflags hangs on Dell PowerEdge R200

2022-01-14 Thread Jan Stary
This is current/amd64 on a Dell PowerEdgee R200 (dmesg below). Right after install, the first boot hangs after checking the filesystems. Looking at /etc/rc in single user mode (adding set -x), it's apparently the ttyflags -a call; indeed, commenting that out makes it boot OK. I am now aware of thr

Re: auto_upgrade.conf ignored?

2022-01-07 Thread Jan Stary
On Jan 07 11:49:41, dera...@openbsd.org wrote: > Jan Stary wrote: > > > > 1) If you edit that file yourself, > > > > Is there any other way this file is supposed to come to existence > > (except the one containing the default answers, which sysupgrade > &

Re: auto_upgrade.conf ignored?

2022-01-07 Thread Jan Stary
On Jan 07 11:15:20, dera...@openbsd.org wrote: > Jan Stary wrote: > > > On Jan 07 10:52:51, dera...@openbsd.org wrote: > > > Set name(s) = -x* > > > Set name(s) = done > > > > > > By giving two seperate answers to the same question, you are

Re: auto_upgrade.conf ignored?

2022-01-07 Thread Jan Stary
On Jan 07 10:52:51, dera...@openbsd.org wrote: > Set name(s) = -x* > Set name(s) = done > > By giving two seperate answers to the same question, you are making a > gigantic assumption. Yes, that's probably wrong. But the same happens with just Set name(s) = -x* Is the grammar of th

auto_upgrade.conf ignored?

2022-01-07 Thread Jan Stary
This is current/arm64 (I have the same problem on current/amd64). I am trying toi sysupgrade with the following /auto_uprade.conf: Which disk is the root disk = sd0 Force checking of clean non-root filesystems = no Location of sets = disk Is the disk partition already mounted = yes Pathn

controlling terminal - to have and have not

2022-01-07 Thread Jan Stary
This is how ps(1) differentiates between displaying processes that have a terminal and those that have not: -a Display information about processes for all users with controlling terminals. -x Display information about processes without controlling terminals.

Re: disk lights on but top showed nothing!

2022-01-02 Thread Jan Stary
On Jan 01 00:01:28, lukensm...@gmail.com wrote: > The lights on my server which shows that the disks are busy were on and not > just flashing and I looked at top and usually it’s because security is > running, but this time NOTHING! top shows you the top cpu usage. That's not the same as disk acti

acpibat confusion

2021-12-25 Thread Jan Stary
This is current/amd64 on a Thinkpad T410 (dmesg below). I am reading the cpu temperature and the battery charge periodically from sysctl hw.sensors.cpu0.temp0 sysctl hw.sensors.acpibat0.amphour3 and keeping a simple log (timestamp, temp, charge - see below). It seems that the me

Re: suspend/resume kills X

2021-12-19 Thread Jan Stary
On Dec 18 21:29:06, falsif...@falsifian.org wrote: > On Sat, Dec 18, 2021 at 12:25:26PM +0100, Jan Stary wrote: > > On Dec 18 08:49:33, h...@stare.cz wrote: > > > This is current/amd64 on a PC (dmesg below). > > > > > > After boot, I log into X, running cwm

Re: unknown warning option '-Wno-unused-but-set-variable'

2021-12-19 Thread Jan Stary
The current amd64 snapshot already contains clang 13. On Dec 19 15:23:34, y...@v007.vaio.ne.jp wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > > Kernel Makefiles were adjusted to compile with clang 13. Either take > > out the warnings so you can compile with old-clang, or rebuild

Re: suspend/resume kills X

2021-12-18 Thread Jan Stary
On Dec 18 08:49:33, h...@stare.cz wrote: > This is current/amd64 on a PC (dmesg below). > > After boot, I log into X, running cwm, > an xterm, and a script(1) of this. > > |-+= 14944 root /usr/X11R6/bin/xenodm > | |-+= 56178 _x11 /usr/X11R6/bin/X :0 vt05 -auth > /etc/X11/xenodm/authdir/authf >

suspend/resume kills X

2021-12-17 Thread Jan Stary
This is current/amd64 on a PC (dmesg below). After boot, I log into X, running cwm, an xterm, and a script(1) of this. |-+= 14944 root /usr/X11R6/bin/xenodm | |-+= 56178 _x11 /usr/X11R6/bin/X :0 vt05 -auth /etc/X11/xenodm/authdir/authf | | \--- 57333 root X: [priv] (Xorg) | \-+= 91925 root xe

unknown warning option '-Wno-unused-but-set-variable'

2021-12-17 Thread Jan Stary
This is current/i386 on an ALIX.1E (dmesg below). The kernel does not build with the current cvs: cat /usr/src/sys/arch/i386/i386/genassym.cf /usr/src/sys/arch/i386/i386/genassym.cf | sh /usr/src/sys/kern/genassym.sh cc -no-integrated-as -g -Werror -Wall -Wimplicit-function-declaration -Wno-p

Re: lenovo B50-30 wifi

2021-12-10 Thread Jan Stary
On Oct 17 19:14:59, h...@stare.cz wrote: > On Oct 17 17:21:24, s...@stsp.name wrote: > > On Sun, Oct 17, 2021 at 05:05:19PM +0200, Jan Stary wrote: > > > This is current/amd64 on a Lenovo B50-30 (full dmesg below). > > > Everything seems to run fine, exc

Re: odd bc -l output

2021-11-30 Thread Jan Stary
On Nov 30 08:38:27, p...@delphinusdns.org wrote: > In fact it's not just bc -l, but also when I calculate the following in C > (linked with -lm) > > C = (180.0 - A) - B; > a = (double)(c / sin(C)) * sin(A); > b = (double)(c / sin(C)) * sin(B); > > S

Re: lm(4) temperature

2021-11-27 Thread Jan Stary
> > This is current/i386 on an ALIX.1E (dmesg below). > > I am trying to monitor the CPU temperature with > > > > wbsio0 at isa0 port 0x2e/2: W83627HF rev 0x41 > > lm1 at wbsio0 port 0x290/8: W83627HF > > > > $ sysctl hw.sensors.lm1 > > hw.sensors.lm1.temp0=69.00 degC > > hw.sensors.lm1.temp1=57.

Re: Syspatch failed

2021-11-27 Thread Jan Stary
On Nov 26 16:37:02, em...@suelze.de wrote: > I found the issue and have rectified it. I hope meassures were taken as well.

lm(4) temperature

2021-11-20 Thread Jan Stary
This is current/i386 on an ALIX.1E (dmesg below). I am trying to monitor the CPU temperature with wbsio0 at isa0 port 0x2e/2: W83627HF rev 0x41 lm1 at wbsio0 port 0x290/8: W83627HF $ sysctl hw.sensors.lm1 hw.sensors.lm1.temp0=69.00 degC hw.sensors.lm1.temp1=57.00 degC hw.sensors.lm1.temp2=49.00 d

Thinkpad T400 temperature sensors

2021-11-19 Thread Jan Stary
This is current/amd64 on a Thinkpad T400 (full dmesg and sysctl hw below). It provides various sensors reporting temperatures, but I don't really know what temperatures these are. $ sysctl hw | grep temp hw.sensors.cpu0.temp0=39.00 degC hw.sensors.acpithinkpad0.temp0=48.00 degC hw.sensors.acpith

Re: adding firmware during installation

2021-11-16 Thread Jan Stary
If iwn is your _only_ connection, you need to have the iwn firmware. Can you install with ethernet plugged it? That will download the firmware for you. But you already have the iwn firmware, so you must have some other connection ... On Nov 16 12:34:16, fluca1...@gmail.com wrote: > Hi all, > I'm

Re: Kind of OT - camera/ software to run a long term timelapse camera

2021-11-15 Thread Jan Stary
On Nov 15 21:03:50, l...@lukaszmoskala.pl wrote: > If you don't mind spending a little bit more, Raspberry pi zero W + official > raspberry pi camera works great, You mean, under OpenBSD?

Re: Sennheiser SC 160 USB control keys

2021-11-12 Thread Jan Stary
On Nov 12 13:46:47, h...@stare.cz wrote: > Nov 12 13:08:00 biblio /bsd: uaudio0 at uhub5 port 2 configuration 1 > interface 1 "Sennheiser Sennheiser SC 160 USB" rev 2.00/0.18 addr 4 > Nov 12 13:08:00 biblio /bsd: uaudio0: class v1, full-speed, sync, channels: 2 > play, 2 rec, 7 ctls > Nov 12 13:0

Sennheiser SC 160 USB control keys

2021-11-12 Thread Jan Stary
This is current/amd64 on a PC. I am using these Sennheiser headpohones: https://www.sennheiser.cz/index.php?id=23&produkt=9846 It connects as Nov 12 13:08:00 biblio /bsd: uaudio0 at uhub5 port 2 configuration 1 interface 1 "Sennheiser Sennheiser SC 160 USB" rev 2.00/0.18 addr 4 Nov 12 13:08:00 b

Re: Install challenges

2021-11-07 Thread Jan Stary
On Nov 07 09:49:19, stu.li...@spacehopper.org wrote: > On 2021-11-06, Jeff Ross wrote: > > A simpler solution for me might be some sort of command I can do at the > > boot prompt that would change the resolution of the monitor or maybe > > even the window.  Anything like that available at all? >

Re: error rebuilding binaries after 6.9->7.0 sysupgrade

2021-11-07 Thread Jan Stary
On Nov 06 20:51:53, st...@fivetrees.com wrote: > Hi folks, > > I think I've probably done something stupid, but I'm not sure where. Not > used sysupgrade before; I usually reinstall. So this is new to me. > > I updated a system from 6.9 to 7.0 with sysupgrade; no problems at all. I > then nuked t

Re: MANPATH resets output paper setting

2021-11-06 Thread Jan Stary
Hi Ingo, > > This is current/amd64 on a PC. > > It seems that if MANPATH is set (to something nonempty), > > the settings in /etc/man.conf get ignored: > > > > $ cat /etc/man.conf > > output paper a4 > > > > $ man -Tps true | grep PageSize > > %%BeginFeature: *PageSize Letter >

MANPATH resets output paper setting

2021-11-05 Thread Jan Stary
This is current/amd64 on a PC. It seems that if MANPATH is set (to something nonempty), the settings in /etc/man.conf get ignored: $ cat /etc/man.conf output paper a4 $ man -Tps true | grep PageSize %%BeginFeature: *PageSize Letter <>setpagedevice

lpr woes printing a broken pdf

2021-11-02 Thread Jan Stary
This is current/amd64 on a PC, using lpr with this /etc/printcap: lp::lp=:rm=pr.stare.cz:rp=lp:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:sh: which is a Brother DCP9055CDN via ethernet. Now, I have this pdf file (attached), broken in a way that puzzles me. When viewed with mupdf or gv, it shows

Re: openrsync --exclude only works locally

2021-10-31 Thread Jan Stary
On Oct 31 21:39:20, nathan...@dalliard.ch wrote: > Jan Stary wrote: > > On Oct 31 21:25:00, nathan...@dalliard.ch wrote: > > > Jan Stary wrote: > > > > On Oct 31 19:10:52, nathan...@dalliard.ch wrote: > > > > > $ openrsync --rsync-

Re: openrsync --exclude only works locally

2021-10-31 Thread Jan Stary
On Oct 31 21:25:00, nathan...@dalliard.ch wrote: > Jan Stary wrote: > > On Oct 31 19:10:52, nathan...@dalliard.ch wrote: > > > $ openrsync --rsync-path=openrsync -r --exclude text1.txt s1:test . > > > > That syncs the remote s1:test to the local ./test > > &g

Re: openrsync --exclude only works locally

2021-10-31 Thread Jan Stary
On Oct 31 19:10:52, nathan...@dalliard.ch wrote: > Jan Stary wrote: > > > from local to remote this works, but not from remote to local > > > > So what is your exact command line and what is the pattern? > > > > Jan > > $ openrsync --rsync-pat

Re: openrsync --exclude only works locally

2021-10-31 Thread Jan Stary
On Oct 31 17:26:40, nathan...@dalliard.ch wrote: > hello jan > > Jan Stary wrote: > > /usr/bin/openrsync -av --del --exclude '*.media.*' /backup/ remote:/backup/ > from local to remote this works, but not from remote to local So what is your exact command

Re: openrsync --exclude only works locally

2021-10-31 Thread Jan Stary
On Oct 29 07:52:05, nathan...@dalliard.ch wrote: > hello everyone > > wasn't sure this is intended behaviour of openrsync or "good enough" > for a bugreport to b...@openbsd.org, thats why i first wanted to > mention it here > > i am running -current and 'openrsync -r --exclude file' seems to > wo

Re: use pfctl to reread /etc/mail/spamd-white table

2021-10-28 Thread Jan Stary
On Oct 28 11:55:33, harald.dun...@aixigo.com wrote: > Hi folks, > > my pf.conf contains > > table persist file "/etc/mail/spamd-white" > > I understand that I can add and delete hosts from the table manually > later, but on very large tables this is pretty painful. > There is a high r

Re: lenovo B50-30 wifi

2021-10-17 Thread Jan Stary
On Oct 17 19:38:28, s...@stsp.name wrote: > On Sun, Oct 17, 2021 at 07:14:59PM +0200, Jan Stary wrote: > > Right. I have had this problem with some Thinkpads. According to > > https://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles_pdf/b40_b50_rn_eu.pdf > > the whitelist for

Re: lenovo B50-30 wifi

2021-10-17 Thread Jan Stary
On Oct 17 17:21:24, s...@stsp.name wrote: > On Sun, Oct 17, 2021 at 05:05:19PM +0200, Jan Stary wrote: > > This is current/amd64 on a Lenovo B50-30 (full dmesg below). > > Everything seems to run fine, except the wifi is unsupported. > > > > "Atheros AR9565"

lenovo B50-30 wifi

2021-10-17 Thread Jan Stary
This is current/amd64 on a Lenovo B50-30 (full dmesg below). Everything seems to run fine, except the wifi is unsupported. "Atheros AR9565" rev 0x01 at pci4 dev 0 function 0 not configured ugen1 at uhub1 port 4 "Atheros Communications product 0x3004" rev 1.10/0.01 addr 5 I suppose it's one of th

athn AP

2021-10-16 Thread Jan Stary
> > > o Worked around a problem with certain athn(4) hardware that caused > > > problem when running in HostAP mode with clients that use Tx > > > aggregation. About a year ago, a gave up on having an athn in an ALIX as may home AP, and just connected a TP-Link AP. That has its dis

nvme boot

2021-10-15 Thread Jan Stary
Does any of the OpenSBD-supported platforms boot off nvme storage? So far, I have been able to use nvme storage as a disk, but not boot from it; but my HW is far from recent. Jan

Re: sysctl hw.sensors.lm1 shows only one fan

2021-09-27 Thread Jan Stary
On Sep 26 15:35:25, a23s4a2...@yandex.ru wrote: > This works for me, now I see all of my fans. > Some of them look funny, because they are really not connected and > show -2560RPM, Status Critical. That means the fan is rotating in the opposite direction (and sending highly critical statuses to tw

Re: Recover partition table/FFS2 after overwrite?

2021-09-09 Thread Jan Stary
On Sep 08 16:31:36, thomaswindi...@thomaswindisch.net wrote: > I mangaged to restore my drive using > > #fdisk -iy > #disklabel -R > #fsck > > Thanks Geoff and David. > > After reinstalling OpenBSD everything seems so be running fine. If you reinstalled anyway, why did you bother restoring? >

video(1) crashing on Lenovo B50

2021-09-06 Thread Jan Stary
This is current/amd64 on a Lenovo B50 (dmesg below). The camera attaches as uvideo0 at uhub1 port 3 configuration 1 interface 0 "CKZEABCTH Lenovo EasyCamera" rev 2.00/0.04 addr 5 video0 at uvideo0 With the default install, after # chown myuser /dev/video* # sysctl kern.video.rec

Re: resolvd recongizing unbound

2021-08-31 Thread Jan Stary
On Aug 31 16:32:23, we...@weirdnet.nl wrote: > On Tue, Aug 31, 2021 at 03:31:18PM +0200, Jan Stary wrote: > | The running resolvd recognizes if unwind is running, > | and places 127.0.0.1 at the top of resolv.conf accordingly. > | > | Could we have the same for unbound please? &g

resolvd recongizing unbound

2021-08-31 Thread Jan Stary
The running resolvd recognizes if unwind is running, and places 127.0.0.1 at the top of resolv.conf accordingly. Could we have the same for unbound please? I run unbound insted of unwind to also serve some local names the machines around the office (beside resolution). But resolvd only recognizes

Re: envy(4) timeouts with ESI Wave Terminal 192M

2021-08-18 Thread Jan Stary
On Aug 18 07:59:17, a...@caoua.org wrote: > On Tue, Aug 17, 2021 at 03:31:55PM +0200, Jan Stary wrote: > > This is current/amd64 on an older PC (full dmesg below) > > using an ESI Wave Terminal 192M attaching as > > > > envy0 at pci4 dev 4 function 0 "IC Ense

envy(4) timeouts with ESI Wave Terminal 192M

2021-08-17 Thread Jan Stary
This is current/amd64 on an older PC (full dmesg below) using an ESI Wave Terminal 192M attaching as envy0 at pci4 dev 4 function 0 "IC Ensemble Envy24PT/HT Audio" rev 0x01: apic 2 int 20 envy0: unknown 1724-based card, 2 inputs, 8 outputs audio0 at envy0 midi0 at envy0: This is what audioctl a

Re: bought an Audigy soundcard hoping it'd work.

2021-08-17 Thread Jan Stary
On Aug 17 01:52:44, lukensm...@gmail.com wrote: > I have a cheap 6450 radeon graphics card with unsupported audio and an > Audigy FX > > I hoped Audigy card would work on the emu(4) driver, but doesn't seem to. What help do you expect to get saying "it doesn't seem to work"? Go through https://w

Re: smtpd only Mail Server

2021-08-10 Thread Jan Stary
On Aug 10 01:52:57, latin...@vcn.bc.ca wrote: > > - smtpd had its first commit in 2008 and back then was far from > > production ready: So are you using base smtpd, or sendmail, or > > something else? > > Yes, 2000 it was sendmail, nginx, apache, smtpd if i remember correctly; > but my questio

Re: Regarding Openbsd and zoom/hangouts etc

2021-08-02 Thread Jan Stary
On Aug 02 19:04:47, riza.din...@gmail.com wrote: > I have a question. Is it possible to use zoom, hangouts or other > conferencing/communication systems using the browser > (iridium/chrome/firefox, etc) on openbsd? I have used the web version of google meet and ms teams in chrome. Jan

nmea/udcf recommendation

2021-08-02 Thread Jan Stary
Hello, playing with ntpd a bit, I am looking for a working nmea or udcf sensor. Can people please recommend an easy to use device known to work? Jan

Re: enqueue_randomness from userland ?

2021-07-20 Thread Jan Stary
Sven F. wrote: > > How to manually increase entropy ? Jerk the joystick rapidly from side to side, as if running as Lewis Carol in the LA Olympics video game.

Re: ahci_put_err_ccb on resume

2021-07-15 Thread Jan Stary
Looking at ahci(4), Setting the lowest bit (0x1) of the driver flags forces ahci to negotiate SATA 1 (1.5 Gb/s) transfer speeds only. It may be useful where higher speeds are unstable. Before I try messing with the driver, has anyone seen such a case, namely higher SATA sp

Re: X220 thinkpad battery issue

2021-07-15 Thread Jan Stary
On Jul 15 08:57:32, i...@prehosp.se wrote: > I recently discovered that my battery is not charging. Is that a battery that previously was charging? In this same machine? What does sysct hw say? What does apm -v say?

ahci_put_err_ccb on resume

2021-07-14 Thread Jan Stary
This is current/amd64 on a PC (dmesg below). Two of my big disks show errors after a resume from zzz. Here is a snippet of the error messages (full log below): ahci_get_err_ccb but SACT 8000 != 0? ahci_get_err_ccb but SACT 0004 != 0? ahci_get_err_ccb but SACT 0020 != 0? ahci_get_err_c

Re: Localization of date(1) and XFCE

2021-06-22 Thread Jan Stary
On Jun 20 18:58:31, ffuen...@texto-plano.xyz wrote: > I speak Spanish and thus I use a locale called es_CL.UTF-8. XFCE is fine > with it. However, my date is expressed directly as it comes from date(1). > This is confirmed by their docs > https://docs.xfce.org/xfce/xfce4-panel/4.16/clock so how do

Re: Machine age and OpenBSD - Thinkpad R51e

2021-06-17 Thread Jan Stary
On Jun 15 20:14:14, tomvet...@gmail.com wrote: > I was looking to get a laptop to run OpenBSD. The one I am looking at in > particular is the Thinkpad R51e (2005). I like this particular model > because it does not come with any extra hardware that OpenBSD does not > support in the first place (blu

Re: localised office setup, how?

2021-06-02 Thread Jan Stary
On Jun 02 13:27:41, mas...@tutanota.com wrote: > Dear openbsd-misc, > > I would like to setup laptops with OpenBSD for office use by non-technical > people. > One requirement would be to have the user interface and programs be in the > local language. > I know OpenBSD base doesn't support locali

aucat -c playback channels confusion

2021-05-25 Thread Jan Stary
This is current/amd64. I am trying to use the -c option of aucat, specifying the channels to be played from a multichannel file. As an example, here is a quad audio file produced by sox: $ sox -n -b 16 quad.wav synth 10 sin 200 sin 300 sin 400 sin 600 gain -6 $ soxi quad.wav Input File : 'qu

Re: openrsync manpage error

2021-05-16 Thread Jan Stary
On May 16 13:30:00, falsif...@falsifian.org wrote: > On Fri, May 14, 2021 at 11:02:23AM +0200, Claudio Jeker wrote: > > On Fri, May 14, 2021 at 12:44:45AM +0300, Irshad Sulaiman wrote: > > > Hi > > > > > > I have modified error in openrsync(1) manpage in Example section isn’t > > > that ‘openrsyn

chrome vs DRI

2021-03-30 Thread Jan Stary
This is a fresh upgrade of current/amd64 (dmesg below), running the latest chrome as per pkg_add -u. This is what chrome says (script -c chrome chrome.log) when being launched the first time after logging into X: When launching chrome for the first time after the libGL error: MESA-LOADER: failed

Re: How to set ThinkPad battery charge thresholds?

2021-03-09 Thread Jan Stary
On Mar 09 10:36:13, sn03.gene...@gmail.com wrote: > On 3/9/21, Jan Stary wrote: > > Why would you want to stop charging before being 100% charged? > > > > Say you keep the battery plugged in overnight for charging. It charges > to 100%, and then stays so for 5 hours

Intel Turbo Memory in Thinkpad W500

2021-02-28 Thread Jan Stary
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 difference in dmesg shows: -"Intel Turbo Memory" rev 0x11 at pci4 dev 0 functi

tc= in remote(5) example

2021-02-18 Thread Jan Stary
/etc/examples/remote contains the following stanzas: unixhost:\ :br#9600: cua00|For i386,macppc:\ :dv=/dev/cua00:tc=unixhost: cuaa|For sparc:\ :dv=/dev/cuaa:tc=unixhost: The remote(5) manpage describes br, dc, dv but not t

Re: home printer

2021-02-09 Thread Jan Stary
On Feb 09 10:35:21, ch...@nmedia.net wrote: > Marcus MERIGHI [mcmer-open...@tor.at] wrote: > > > > I've been told, by a local xerox technician, to never print any ransom > > demand letter with a modern printer because any printout could be > > attributed to the serial number of the printer. > > >

Re: home printer

2021-02-07 Thread Jan Stary
On Sep 17 16:07:47, h...@stare.cz wrote: > Can people please recommend a home laser printer > that is known to work well with OpenBSD? > > I would like to avoid cups, and possibly a2ps > and foo* and if= and all that dance > - a printer that speaks postscript and is as easy as > lp:lp=/dev/lp:sd=/

Re: Unknown process modifying routing table

2021-02-07 Thread Jan Stary
On Feb 06 12:18:40, ja...@jmp-e.com wrote: > I've disabled my VPN on the machine as well as dhclient, connecting via a > fixed static IP address and DNS servers. That would be a much aeasier environment to debug this. So please show your hostname.if, mygate and your routing table right after boot,

Re: Unknown process modifying routing table

2021-02-06 Thread Jan Stary
On Jan 26 15:10:03, ja...@jmp-e.com wrote: > > Hi all, > > My routing table is being modified by an unknown process. > > I have system accounting enabled and I'm monitoring route changes > but the PID of the process reported by `route monitor` is always 0 > for these unknown chan

Re: www.stare.cz daily insecurity output

2021-01-29 Thread Jan Stary
This is an output from the nightly security(8). This can only mean my /var/backup storage is corrupted, right? The /var/backups/var_yp_Makefile.yp.current is apparently subtly corrupted at places. (I don't use YP at all. Is it still a thing?) It's an old ALIX living on an old CF card: $ dmesg |

Re: M2 SSD in a PCI-E adapter

2021-01-26 Thread Jan Stary
On Jan 08 08:46:20, mill...@openbsd.org wrote: > On Fri, 08 Jan 2021 16:19:02 +0100, Jan Stary wrote: > > > I know the disk itself works: this is the disk plugged into > > an M.2 slot in a Dell Latitude E5570 (full dmesg below): > > sd0 at scsibus1 targ 0 lun 0: >

Re: Bootloader on USB stick fails with "root device not found"

2021-01-25 Thread Jan Stary
On Jan 23 23:04:54, tetrahe...@danwin1210.me wrote: > If I boot from the standard bootloader on the FDE encrypted disk itself, > everything boots fine. Great. > I am trying to set up the bootloader on an external > USB stick to boot my FDE-encrypted disk: Why? You say you can boot from the disk

tmux 80% CPU

2021-01-22 Thread Jan Stary
This is current/amd64, freshly upgraded on a Thinkpad T400. tmux is eating 80% CPU, but gets back down. Same thing happened a few minutes ago. Is anyone seeing the same? Jan

xwd - BadColor (invalid Colormap parameter)

2021-01-13 Thread Jan Stary
This is current/amd64, making a screenshot with xwd > file.xwd X Error of failed request: BadColor (invalid Colormap parameter) Major opcode of failed request: 91 (X_QueryColors) Resource id in failed request: 0x0 Serial number of failed request: 114 Current serial number in o

phonetics on OpenBSD: IPA transcription

2021-01-08 Thread Jan Stary
Is there anyone doing phonetics on OpenBSD? I suppose the first thing to figure out is transcription. I mostly use macOS for that now, having installed an IPA keyboard and the Charis and Doulos fonts (as recommended on the Praat page). Now I'm looking to do that on OpenBSD. As far as I understand

Re: -current amd64 packages not updated? Impatient or broken?

2021-01-08 Thread Jan Stary
On Jan 07 16:40:37, ch...@nmedia.net wrote: > For those trying to use the latest snap and the latest ports, try link > libc++.so.4.0 to libc++.so.5.0 and libc++abi.so.2.1 to libc++abi.so.3.0 > for now. Frankenstein, indeed. You'll feel dirty just doing it. While at it, link /bin/ls to /bin/rm

BeagleBone Black: no good seed

2020-12-18 Thread Jan Stary
After an upgrade of BegleBone Black to current/armv7 (previous and current dmesg attached), this is the diff: --- beaglebone-black.20201013 Fri Dec 18 19:12:12 2020 +++ beaglebone-black.20201216 Fri Dec 18 19:12:12 2020 @@ -1,8 +1,8 @@ -OpenBSD 6.8-current (GENERIC) #0: Tue Oct 13 19:14:31 CES

Re: pflogd: Corrupted log file, move it away

2020-11-28 Thread Jan Stary
On Nov 28 16:13:35, s...@spacehopper.org wrote: > On 2020-11-27, Harald Dunkel wrote: > > Hi folks, > > > > I got a bazillion of error messages in /var/log/daemon > > > >: > > Nov 27 08:33:25 gate6a pflogd[26893]: Corrupted log file. > > Nov 27 08:33:25 gate6a pflogd[26893]: Invalid/incompatible l

Re: pflogd: Corrupted log file, move it away

2020-11-28 Thread Jan Stary
On Nov 27 09:02:04, harald.dun...@aixigo.com wrote: > Hi folks, > > I got a bazillion of error messages in /var/log/daemon > > : > Nov 27 08:33:25 gate6a pflogd[26893]: Corrupted log file. > Nov 27 08:33:25 gate6a pflogd[26893]: Invalid/incompatible log file, move it > away Last time I had this

Re: pflogd: Corrupted log file, move it away

2020-11-28 Thread Jan Stary
On Nov 27 09:02:04, harald.dun...@aixigo.com wrote: > Hi folks, > > I got a bazillion of error messages in /var/log/daemon > > : > Nov 27 08:33:25 gate6a pflogd[26893]: Corrupted log file. > Nov 27 08:33:25 gate6a pflogd[26893]: Invalid/incompatible log file, move it > away > Nov 27 08:33:25 gat

Re: sndiod -F does not switch to device

2020-11-23 Thread Jan Stary
Hi, On Nov 23 09:43:33, a...@caoua.org wrote: > On Sun, Nov 22, 2020 at 07:48:14PM +0100, Jan Stary wrote: > > This is current/amd64 (dmesg below), > > running /usr/bin/sndiod -f rsnd/0 -F rsnd/1 > > > > While the -F feature works with most USB audio devices I have

Re: sndiod -F does not switch to device

2020-11-22 Thread Jan Stary
On Nov 22 21:31:38, mih...@gmail.com wrote: > https://marc.info/?l=openbsd-misc&m=158436621701274&w=2 I'm not trying to combine two devices as they discuss there. I'm trying to have sndiod -F rsnd/1 switch to audio1. (Is it related, though, to the webcam not having a playback channel?)

sndiod -F does not switch to device

2020-11-22 Thread Jan Stary
This is current/amd64 (dmesg below), running /usr/bin/sndiod -f rsnd/0 -F rsnd/1 While the -F feature works with most USB audio devices I have tried, it does not make the switch to use the -F device with this USB camera with a builtin microphone. It's an Audom AF640 and it attaches as follows: uv

Re: MJPEG in video(1)

2020-11-22 Thread Jan Stary
ping On Sep 24 15:21:26, h...@stare.cz wrote: > Hello Laurie, > > On Sep 21 17:54:40, lau...@tratt.net wrote: > > However, there's a probably deeper point here. IMHO, video(1) isn't really a > > sensible tool for viewing or recording video > > I find it nice that a base tool exists > for viewing

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

2020-11-20 Thread Jan Stary
On Nov 20 11:27:46, hru...@gmail.com 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. The upgrade w

Re: Potential ksh bug?

2020-11-17 Thread Jan Stary
On Nov 17 09:01:18, alexan...@beard.se wrote: > > > On November 17, 2020 5:04:19 AM GMT+01:00, Jordan Geoghegan > wrote: > >Hello, > > > >I'm not sure if this is a bug, or if it's just a pdksh thing, but I > >stumbled upon some interesting behaviour when I was tinkering around > >with quoting

sysupgrade: xshare vs app-defaults

2020-11-05 Thread Jan Stary
sysupgrade just failed because it could not remove /usr/local/lib/X11/app-defaults (see log below). Is it intended that X11 app defaults should removed during a sysupgrade? It is indeed nonempty, namely, it contains /usr/local/lib/X11/app-defaults/GV as installed by the gv port. Jan

Re: direct audio HW access

2020-10-17 Thread Jan Stary
On Oct 17 11:46:07, dera...@openbsd.org wrote: > Jan Stary wrote: > > > On Oct 17 11:29:58, dera...@openbsd.org wrote: > > > Jan Stary wrote: > > > > > > > On Oct 17 11:02:19, dera...@openbsd.org wrote: > > > > > Jan Stary wrote: >

Re: direct audio HW access

2020-10-17 Thread Jan Stary
On Oct 17 11:29:58, dera...@openbsd.org wrote: > Jan Stary wrote: > > > On Oct 17 11:02:19, dera...@openbsd.org wrote: > > > Jan Stary wrote: > > > > > > > Currently, the decription of sndiod -a says > > > > > > &g

Re: direct audio HW access

2020-10-17 Thread Jan Stary
On Oct 17 11:02:19, dera...@openbsd.org wrote: > Jan Stary wrote: > > > Currently, the decription of sndiod -a says > > > > If the flag is off, then it's automatically closed, > > allowing other programs to have direct access to the audio device, >

Re: Thinkpad T400 only records from the external mic

2020-10-17 Thread Jan Stary
On Oct 17 18:54:45, h...@stare.cz wrote: > This is 6.8-current/amd64 on a Thinkpad T400; > dmesg and mixerctl -av below. It has > > azalia0 at pci0 dev 27 function 0 "Intel 82801I HD Audio" rev 0x03: msi > azalia0: codecs: Conexant CX20561 > audio0 at azalia0 > > Playback works just fine (speaker

direct audio HW access

2020-10-17 Thread Jan Stary
Currently, the decription of sndiod -a says If the flag is off, then it's automatically closed, allowing other programs to have direct access to the audio device, or the device to be disconnected. The default is off. That's not true anymore: programs only access the audio

Thinkpad T400 only records from the external mic

2020-10-17 Thread Jan Stary
This is 6.8-current/amd64 on a Thinkpad T400; dmesg and mixerctl -av below. It has azalia0 at pci0 dev 27 function 0 "Intel 82801I HD Audio" rev 0x03: msi azalia0: codecs: Conexant CX20561 audio0 at azalia0 Playback works just fine (speakers and headphones), but recording only works with the exte

<    1   2   3   4   5   6   7   8   9   10   >