On Wed, 14 Aug 2024 01:47:05 +0300
kodcode wrote:
> Doesn't work for me.
> Have you tried your solution (with an usbasp)?
the additional group is only applied after you relogin.
$ doas usermod -G dialer tom
$ id
uid=1000(tom) gid=1000(tom) groups=1000(tom), 0(wheel), 735(_wireshark)
$ id tom
uid
On Fri, 21 Jun 2024 20:16:57 +0530
Sandeep Gupta wrote:
> My query is how to install build dependency of a package listed in
> ports?
i have FETCH_PACKAGES=-Dsnap in my /etc/mk.conf so that for all dependencies
pkg_add -Dsnap is tried first (see bsd.port.mk(5) for details). you can also
pass that
On Tue, 26 Mar 2024 10:28:11 +0100
Sylvain Saboua wrote:
> Match User media
> ForceCommand internal-sftp -d /home/media
> ChrootDirectory /home/media
> PasswordAuthentication yes
> AuthenticationMethods none
> PermitEmptyPasswords yes
you probably also
On Mon, 19 Feb 2024 19:43:14 +0100
Kirill A. Korinsky wrote:
> I do have two USB audio device:
>
> ~ $ usbdevs -v
> Controller /dev/usb0:
> ...
> addr 07: 043e:9a66 LG Electronics Inc., LG UltraFine Display Audio
>high speed, self powered, config 1, rev 0.03
>drive
hi,
what is the reason that /usr/local/{,s}bin is not in PATH in crontab?
this seems to be the case on all unix-like systems and it regularly
bites people. sometimes someone says it's for security w/o being
able to tell what is being prevented by this. or is it just some
historic default noone bot
On Sun, 10 Apr 2022 17:00:25 -0400
Nick Holland wrote:
> On 4/10/22 9:39 AM, Yogendra Kumar Chaudhary wrote:
> > I am running the following command in the OpenBSD 6.2.
You should really upgrade. That version no longer gets security patches
for several years.
> So, I'm thinking you probably want
On Wed, 17 Mar 2021 00:05:24 +0100
Pau wrote:
> Any idea?
https://www.openbsd.org/faq/current.html#r20201229 by any chance?
> thanks,
>
> Pau
Kind regards,
Thomas
On Fri, 22 May 2020 13:12:15 +0300
Денис Давыдов wrote:
> P.S. offtopic: I turn to the developers: I tearfully ask you to add
> python to the base installation. This would allow the configuration
> to be rolled automatically using Ansible right after install an OS.
> It would simplify the task of
On Sun, 26 Jan 2020 10:54:25 - (UTC)
Stuart Henderson wrote:
> You need to know the name of the directory in ports to use this
> notation. Formats vary. Here you would use "pkg_add gnupg--%gnupg2".
>
> If you don't have a ports tree installed and need to find the path,
> install the package in
Hello,
`pkg_add gnupg` is ambiguous since there is both
gnupg-1.4.23p3-card-ldap, gnupg-1.4.23p3 and gnupg-2.2.12p0, but neither
`pkg_add gnupg%2.2`, `pkg_add gnupg--%2.2` nor `pkg_add gnupg%2.2--`
work. So how do i specify the exact package in this case?
(I know that `pkg_add gnupg-2.2.12p0` work
On Fri, 25 May 2018 08:36:44 +0200
Niels Kobschaetzki wrote:
> I got a reply on twitter from Roman Zolltarif who wrote a blog post
> about it :)
> https://www.romanzolotarev.com/pass.html#Completions%20in%20Korn%20shell
This seems to be a custom pass implementation.
Anyway, you can get autocomple
11 matches
Mail list logo