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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
24 matches
Mail list logo