openup service question

2019-09-16 Thread rsykora
Dear list, I have been using the "openup" service to keep my amd64 machine updated to the latest stable, i.e. 6.5, available at https://www.mtier.org/solutions/apps/openup/ Recently I get: odin# ./openup ===> Checking for openup

a2ps error; printing utf8 to a postscipt printer

2023-10-23 Thread rsykora
Dear list, after upgrading to OpenBSD 7.4 (as far as I can tell), a2ps program stopped working: ;a2ps /home/ruda/mnt/tarkil/SIMUL/acceptance/accept1detE0.ijs [/home/ruda/mnt/tarkil/SIMUL/acceptance/accept1detE0.ijs (plain): 2 pages on 1 sheet] Usage: a2ps-lpr-wrapper [-d printer] FILE... a2ps

Re: a2ps error; printing utf8 to a postscipt printer

2023-10-24 Thread rsykora
Antoine Jacoutot wrote: > On Mon, Oct 23, 2023 at 05:22:37PM +0200, rsyk...@disroot.org wrote: > > Dear list, > > > > > > after upgrading to OpenBSD 7.4 (as far as I can tell), > > a2ps program stopped working: > > > > ;a2ps /home/ruda/mnt/tarkil/SIMUL/acceptance/accept1detE0.ijs > > [/home/r

Re: a2ps error; printing utf8 to a postscipt printer

2023-10-24 Thread rsykora
Jan Stary wrote: > On Oct 23 17:22:37, rsyk...@disroot.org wrote: > > > > Loosely related: What program do you use to print utf8 > > encoded text file to a postscipt printer? (Neither a2ps, nor > > enscript does it. > > u2ps is in ports. Great. It seems to work for me. Thanks. Ruda

tmux: mouse works in st but not in xterm

2024-02-01 Thread rsykora
Dear list, when I run tmux in xterm, the mouse support does not work. When I run tmux in the st terminal, mouse support is functional (e.g., I can resize the panes). Can somebody perhaps have a clue, what can be going on? On linux, there is no problem in xterm. I also renamed ~/.Xdefaults to get

DNS resolution when 1st nameserver does not know

2024-02-15 Thread rsykora
Dear list, my computer is connected to a LAN, from which it obtains its IP and also local-DNS-server IP via DHCP. The latter is then inserted into /etc/resolv.conf by, I believe, resolvd. The computer is furthermore connected via wireguard VPN to another network with its own DNS server, serving t

Re: lddtree on OpenBSD?

2022-09-18 Thread rsykora
17 September 2022 at 02:41, "Jaskaran Veer Singh" wrote: > > On Thu Sep 15, 2022 at 9:31 AM EDT, wrote: > > > > > 15 September 2022, 09:35, "Sebastien Marie" wrote: > > > > $ LD_DEBUG=1 xlogo 2>&1 | grep ^loading > > loading: libXt.so.11.0 required by xlogo > > loading: libXrender.so.6.0

Re: lddtree on OpenBSD?

2022-09-18 Thread rsykora
16 September 2022 at 14:21, "Stuart Henderson" wrote: > You need to list library paths on the command line too. Eventually, I seem to have achieved what I needed by some other means, but still, I also tried to add some paths to the lddtree, but it does not seem to help: odin$ ldd /usr/X11R6/bin/x

Re: lddtree on OpenBSD?

2022-09-18 Thread rsykora
18 September 2022 at 19:59, "Stuart Henderson" wrote: > On 2022/09/18 15:58, rsyk...@disroot.org wrote: > > > > > 16 September 2022 at 14:21, "Stuart Henderson" wrote: > > > > You need to list library paths on the command line too. > > > > Eventually, I seem to have achieved what I needed

some simple way to serve videos?

2022-10-03 Thread rsykora
Hello, until now I have www-served (httpd) my photos using, as it seems to me, a very simple way: into a directory with photos I copied a file called gallery.html taken from https://github.com/gfwilliams/ThinGallery . This created a browsable gallery of photos (using a web browser and over the

redirection puzzle

2022-12-02 Thread rsykora
Dear list, I needed to show the stdout of a command as well as pass it to another command's stdin. This works: odin:~$ echo 1 | tee /dev/stderr | sed 's/1/2/' 1 2 odin:~$ and this works, too: odin:~$ echo 1 | tee /dev/ttyp8 | sed 's/1/2/' 1 2 odin:~$ where /dev/ttyp8 is the result of the tty

Re: redirection puzzle

2022-12-02 Thread rsykora
Martijn van Duren wrote: > > > > odin:~$ echo 1 | tee $(tty) | sed 's/1/2/' > > tty(1) is one of the shorter applications, so it's easy to see what it > does: > t = ttyname(STDIN_FILENO); > if (!sflag) > puts(t ? t : "not a tty"); > > Since $(tty) is part of the

fido2 hardware key with PIN in browsers

2023-04-07 Thread rsykora
Dear list, I have a USB hardware security key GoTrust Idem Key and while I can use it on linux in a chromium browser to login to some services -- you have to input a PIN number and then touch the key -- it seems to not work on OpenBSD (neither chrome nor firefox). Is this process supported on Op

Re: fido2 hardware key with PIN in browsers

2023-04-07 Thread rsykora
Fabio Martins wrote: > About your question, I believe you need to do a tail -f /var/log/messages this is what I see after pluging the key in the computer: Apr 7 19:02:06 odin /bsd: uhidev1 at uhub0 port 1 configuration 1 interface 1 "GoTrust Idem Key" rev 2.00/1.11 addr 2 Apr 7 19:02:06 odin

Re: fido2 hardware key with PIN in browsers

2023-04-11 Thread rsykora
Greg Steuck wrote: > rsyk...@disroot.org writes: > > > Fabio Martins wrote: > >> About your question, I believe you need to do a tail -f /var/log/messages > > > > this is what I see after pluging the key in the computer: > > > > Apr 7 19:02:06 odin /bsd: uhidev1 at uhub0 port 1 configuration 1

Re: All my Rust programs stop working on OpenBSD 7.3

2023-04-12 Thread rsykora
On 2023-04-11 10:17, Laurence Tratt wrote: In case it's useful to anyone else, one can set this globally in ~/.cargo/config.toml (and avoid tweaking multiple Cargo.toml's, which can be a pain with dependencies) with: [patch.crates-io] ring = { path = "/usr/local/share/ring-0.16.20" } Howeve

pdfsig alternative to check digital signatures in pdf documents

2023-05-02 Thread rsykora
Dear list, on linux there is often a program called 'pdfsig', which can check validity of digital signatures of various parts of a pdf document. What is the alternative on OpenBSD (I thought pdfsig would be a part of poppler-utils, but it is not)? Thank you for any comments. Best regards, Rud

use tablet interface under vm running linux

2018-12-04 Thread rsykora
Dear list, I am running OpenBSD desktop, but I need to use my usb-connected tablet wacom Intuos3, which, under OpenBSD, cannot be used together with pressure sensitivity. Thus, I thought I could install, say, Alpine linux under vm, and use the tablet via linux. I have Alpine running in vm now. Bu

Re: use tablet interface under vm running linux

2018-12-05 Thread rsykora
December 4, 2018 9:18 PM, "Stuart Henderson" wrote: > On 2018-12-04, rsyk...@disroot.org wrote: > >> Dear list, >> >> I am running OpenBSD desktop, but I need to use my usb-connected >> tablet wacom Intuos3, which, under OpenBSD, cannot be used together >> with pressure sensitivity. >> >> Thu

is there anything like pdfnup or pdfjam?

2019-01-21 Thread rsykora
Dear list, I want to print a pdf, but with two pages put on one physical page. On linux, pdfnup or pdfjam can do it. I cannot find these for OpenBSD. What do you use then? Thanks Ruda

Re: is there anything like pdfnup or pdfjam?

2019-01-22 Thread rsykora
January 21, 2019 11:00 PM, "Vincent" wrote: > Personnally I'm doing it via the lp command in the cups package: > lp -o number-up=2 filename Well, that uses cups, which I don't use. Thanks anyway Ruda

Re: is there anything like pdfnup or pdfjam?

2019-01-22 Thread rsykora
January 22, 2019 12:46 AM, "Stuart Henderson" wrote: > Yes, as is pdfnup - "pkg_add pkglocatedb" then "pkglocate pdfjam". > (For some reason the programs are in texlive_base but the manpages are in > texlive_texmf-full).. Ok. To me it seems (I had texlive_base installed but not texlive_texmf-ful

sh : COMMAND LINE EDITING when relevant?

2019-05-14 Thread rsykora
Dear list, after reading the sh man page I have been wondering: When is the line editing mode described just after the 'COMMAND HISTORY AND COMMAND LINE EDITING' heading relevant? [I know there exist vi and emacs modes, but I cannot make my ksh shell behave along the lines described in the menti

mouse in midnight commander (mc); alternate screen

2024-10-14 Thread rsykora
Dear list, I would like to use the mouse in the midnight commander running in xterm in X11. However, mouse does not seem to do anything other than in the xterm terminal itself. I did not find any clue in the man page. I tried running like mc -x mc -g but to no avail. Furthermore, I would also l