hi everyone
Q1
should i remove these Obsolete package ?
doas pkg_add -u
quirks-3.369 signed on 2020-06-27T20:23:25Z
Obsolete package: grantlee-0.5.1p5 (no longer maintained upstream)
Obsolete package: kfilemetadata-4.14.3p2 (no longer maintained upstream)
Obsolete package: libkexiv2-4.14.3p1
From: Stuart Henderson
To: misc@openbsd.org
Subject: Re: what should i do with these package warnings
Date: Tue, 7 Jul 2020 08:36:51 - (UTC)
On 2020-07-07, Shadrock Uhuru wrote:
hi everyone
Q2
should i remove these missing dependencies ?
also the issue of "lib should exist, lib is
Hi Stuart
thanks for the reply
On 7/12/19 1:20 PM, misc@openbsd.org wrote:
>> hypothetical ipv4 Address and ipv6 prefix from zen:
>> ND Prefix: :::::/64
>> PD Prefix: ::::/48
>> IPv4 Address: ?? 12.34.56.78 (Subnet mask 255.255.255.255)
-
Hi Stuart
thanks for the reply
On 7/12/19 1:20 PM, owner-m...@openbsd.org wrote:
>> hypothetical ipv4 Address and ipv6 prefix from zen:
>> ND Prefix: :::::/64
>> PD Prefix: ::::/48
>> IPv4 Address: 12.34.56.78 (Subnet mask 255.255.255.255)
--
hi everyone
#
# internal interface
INT_IFACE = "em0"
# external wan interface
EXT_IFACE = "bge0"
# wireless interface
WIRE_IFACE = "em1"
# openvpn interface
VPN_IFACE = "tun0"
LO_IFACE = "lo"
LO_ADDR_INET4 = "127.0.0.1"
LO_ADDR_INET6 = "::1"
hi everyone
is there a package for pcap or libpcap
or do i have to download the source and compile
shadrock
On 8/17/19 1:07 PM, Noth wrote:
> On 17/08/2019 14:01, shadrock uhuru wrote:
>> hi everyone
>> is there a package for pcap or libpcap
>> or do i have to download the source and compile
>> shadrock
>>
> libpcap is in base, see man pcap. It lives in /usr/lib.
thanks
> Hi,
>
> shadrock uhuru wrote on Sat, Aug 17, 2019 at 01:01:08PM +0100:
>
>> is there a package for pcap or libpcap
>> or do i have to download the source and compile
> to answer such questions, use pkg_locate(1).
>
># pkg_add pkglocatedb
>$ man pkg
hiya
can you have lines like this in pf.conf
anchor "authpf/vpn/*" in on $VPN_IFACE
anchor "authpf/wireless/*" in on $WIRE_IFACE
and have anchors in /etc/authpf/vpn with your vpn rules
and anchors in /etc/authpf/wireless with your wireless rules ?
shadrock
> hiya
> can you have lines like this in pf.conf
> anchor "authpf/vpn/*" in on $VPN_IFACE
> anchor "authpf/wireless/*" in on $WIRE_IFACE
> and have anchors in /etc/authpf/vpn with your vpn rules
> and anchors in /etc/authpf/wireless with your wireless rules
hi eveyone
if i have a dhcp server in subnet A connected to interface em0 (lan) and
subnet B connected to interface iwn0 (wireless zone) on the router
with dhcrelay -i em0 running on the router should the wireless subnet be
able to get its dhcp address from the dhcp server on the lan ?
> To:
> shadrock uhuru
> CC:
> misc@openbsd.org
>
>
> shadrock uhuru(niyal...@gmail.com) on 2019.08.23 18:46:32 +0100:
>> hi eveyone
>> if i have a dhcp server in subnet A connected to interface em0 (lan) and
>> subnet B connected to interface iwn0 (wirele
hi everyone
how do i check if rad is working correctly
i have a PD Prefix address on my routers wan interface
but not on its lan interface or anywhere on the lan
rad is configured with the following
cat /etc/rad.conf
interface em0
interface em1
interface tun0
i also have dhcpcd configured
cat <<
hiya
thanks for the reply
> hi eveyone
> if i have a dhcp server in subnet A connected to interface em0 (lan) and
> subnet B connected to interface iwn0 (wireless zone) on the router
> with dhcrelay -i em0 running on the router should the wireless subnet be
> able?? to get its dhcp address from the
hi everyone
http://lists.dragonflybsd.org/pipermail/users/2017-August/313577.html
states that the "urpf-failed" block rule causes the IPv6 traffic (ping)
significant packet loss,
while IPv4 remains fine
is this correct ?
https://lipidity.com/openbsd/router/ states
The antispoof rules should be re
hi everyone
i have setup pppoe and the interface comes up fine,
the pppoedev is connected to a fritzbox modem and zen internet is the
provider
speaking to one of their advisers i was told that all i had to do was
connect to one of the lan ports on the fritzbox then i could do the
pppoe from my fir
hi everyone
i can login with authpf but unable to exit or control D out of the ssh
session
the only way out is to control C which also kills any other ordinary ssh
user connected to the server
my authpf user has authpf as its login shell and login class,
is this normal behaviour ?
shadrock
> To:
> misc@openbsd.org
>
>
> On 9/15/19 7:31 AM, shadrock uhuru wrote:
>> hi everyone
>> i can login with authpf but unable to exit or control D out of the ssh
>> session
>> the only way out is to control C which also kills any other ordinary ssh
>> u
hi everyone
does the following error in */var/log/*{messages,daemon} indicate a problem
at my internet providers end of the line or one of my config files
dhcpcd[82953]: pppoe0: DHCPv6 REPLY: NoAddrsAvail
i have pd prefix addresses being assigned on my lan network but no nd
prefix address assigne
after trying sysupgrade for the first time on my laptop running snapshots
running the following command returns no such dir.
doas pkg_add -u
https://ftp.OpenBSD.org/pub/OpenBSD/6.6/packages/amd64/: no such dir
pkg_info p5-finance
https://ftp.OpenBSD.org/pub/OpenBSD/6.6/packages/amd64/: no such dir
On 10/9/19 2:56 PM, Paul de Weerd wrote:
On Wed, Oct 09, 2019 at 01:40:42PM +, shadrock uhuru wrote:
| after trying sysupgrade for the first time on my laptop running snapshots
| running the following command returns no such dir.
|
| doas pkg_add -u
| https://ftp.OpenBSD.org/pub/OpenBSD/6.6
On 15.01.2020 02:05, Shadrock Uhuru wrote:
On 11.01.2020 14:00, Chris Billington wrote:
Pacman static will likely help, but you'll need to actually install it and
use it, i.e.:
sudo pacman -S pacman-static
sudo pacman-static -Syu
On Sat, Jan 11, 2020 at 1:57 PM Shadrock Uhuru via arch-ge
i have just configured my 4 disk raid 10 array with mdadm,
the filesystem is ext4 unencrypted
and arch is installed on a separate disk,
do i need to reconfigure mkinitcpio.conf for my md array
so that the array is assembled and started at boot,
all the examples i've seen have arch installed on th
hardware
passthrough to access the data.
Am 16.01.20 um 13:10 schrieb Shadrock Uhuru:
i have just configured my 4 disk raid 10 array with mdadm,
the filesystem is ext4 unencrypted
and arch is installed on a separate disk,
do i need to reconfigure mkinitcpio.conf for my md array so that the
array is
hi everyone
i have setup iked on my firewall and laptop as a roadwarrior setup
following https://www.openbsd.org/faq/faq17.html
i.ve tested from within the local network
but no flows are started.
could someone have a look at the following files to see where i have
erred.
# my iked config metho
On 13.02.2020 08:43, Robert Paschedag wrote:
sent from my mobile device
Am 12. Februar 2020 15:07:46 schrieb Shadrock Uhuru :
hi everyone
i have setup iked on my firewall and laptop as a roadwarrior setup
following https://www.openbsd.org/faq/faq17.html
i.ve tested from within the local
running 'pass username' returns
"gpg: Sorry, we are in batchmode - can't get input",
am i missing a piece of software or setting ?
shadrock
smime.p7s
Description: S/MIME cryptographic signature
Hi
From: Rubén Llorente
To: misc@openbsd.org
Subject: Re: pass 'password manager' problem
Date: Fri, 21 Feb 2020 16:22:37 - (UTC)
Do you have a ~.gnupg/gpg.conf ? Pass works fine for me.
Shadrock Uhuru wrote:
[-- text/plain, encoding 7bit, charset: utf-8, 6 lines --]
run
~.profile :
export GPG_TTY=$(tty)
Shadrock Uhuru wrote:
[-- text/plain, encoding 8bit, charset: utf-8, 61 lines --]
Hi
From: Rubén Llorente
To: misc@openbsd.org
Subject: Re: pass 'password manager' problem
Date: Fri, 21 Feb 2020 16:22:37 - (UTC)
Do you have a ~.gnupg/gpg.conf ? Pass
On 26.02.2020 10:57, Andreas Kusalananda Kähäri wrote:
On Wed, Feb 26, 2020 at 09:37:53AM +, Shadrock Uhuru wrote:
> > ---
> >
> > shadrock
Hi
yes i have gpg2 installed
gpg-agent.conf has cat .gn
hi everyone
i'm running 6.8 current,
my problem started when firefox which had been working perfectly
suddenly started crashing on startup,
i don't know if it was because i shutdown the laptop with to many tab
open in firefox,
after many google searches i tried creating a new profile and copying
o
system information.
OpenBSD 6.9 GENERIC.MP#343 amd64
flavor: current
when i try to install texlive,
all i get is :-
doas pkg_add -v texlive_texmf-full
Update candidates: quirks-3.588 -> quirks-3.588
quirks-3.588 signed on 2021-02-26T23:14:00Z
Ustar
[https://ftp.OpenBSD.org/pub/OpenBSD/snap
hi everyone
i have added export GPG_TTY=$(tty); eval $(gpg-agent --daemon)
to my .profile file
and also tried adding it to my .zshrc,
my window manager is I3,
when i open a terminal and and type env | grep GPG_TTY
i get GPG_TTY=not a tty,
if i run the export command in the terminal
then i get G
hi everyone
i have unbound setup on port 53
and nsd listening on localhost port 53530
i have set up another dns server as a secondary
am i correct to assume that i can't zone transfer because
as the nsd's are listening on localhost
the primary can't reach the secondary ?
i have these errors on th
From: Paul de Weerd
To: openbsd
Date: Sat, 5 Aug 2023 19:31:06 +0200
Subject: Re: nsd listening on localhost is zone transfer possible transfer ?
On Fri, Aug 04, 2023 at 06:23:48PM +0100, Shadrock Uhuru wrote:
| hi everyone
| i have unbound setup on port 53
| and nsd listening on localhost
yes, they have to have some way to talk.
Lots of ways around this, including alternate ports,
redirection in PF, etc.
For example...you could redirect from ONE IP address (your
"other" server) to NSD, the rest goes to unbound. Or have
unbound listen on another port that is filtered to only
liste
hi all
a couple question about my fde
first, i have fde setup using a keydisk on my laptop, encryption and
decryption works fine
when i reboot with the key inserted it doesn't find the key,
i have to shut the machine down and restart it then the key is detected,
is this normally how a reboot works
From: Nick Holland
To: misc@openbsd.org
Date: Mon, 20 Nov 2023 07:47:40 -0500
Subject: Re: a couple question about my fde setup
On 11/19/23 18:09, Shadrock Uhuru wrote:
hi all
a couple question about my fde
first, i have fde setup using a keydisk on my laptop, encryption and
decryption
hi everyone
after losing a considerable amount of data that i had accumulated over the last
year or so
by trying to remove a directory called '~' that i had created by mistake
in a sub directory of my home directory with rm -rf ~
which of course started to eat through my home directory with a ven
hi everyone
these are my router configs
at bootup i get
a timeout on the dhcpcd
some of my global ipv6 addresses are missing
and i have a mtu warning at boot in one or two of the interfaces files
could someone have a quick look over the configs and see whats wrong please
also should i add the p
hi everyone
viewing my pf logs with
tcpdump -nettt -i pflog0
there are lines with no rule numbers
just rule def on the line instead,
i've tried googling without success,
need to know if they are wolf,sheep or misconfigurations causing them,
and against which rule do i match them up with.
the fo
Hi
many thanks Otto and Stuart
forgot to move my default block rule
back to the top after adding some ipv6 stuff at the beginning.
have a happy and successful new year.
shadrock
hi everyone
my isp is zen which uses pppoe
i have a /64 nd and a /48 pd
i have configured dhcpcd.conf but can only get an ipv6 address on the external
pppoe0 interface,
the internal lan interface only gets a link local from slaac
i have the following in dhcpcd.conf
ipv6only
noipv6rs
waitip 6
d
hi Zack and Stuart
thanks for the replies
i will responded to you both in this reply
Zack
---
I cannot comment on PPPoE, but I do know you have misspelled
"persistent" in your dhcpcd.conf(5) file. I don't know if it will help,
it's
hi Zack
sorry persistent was a mistype in the e-mail.
you were right about the pf rules,
once i'd loosened the ipv6 rule following your example
pass out quick inet6 proto icmp6 allow-opts
pass out quick
pass in quick inet6 proto icmp6 allow-opts
pass in quick on $
Hi everyone
i have in my /etc/rc.conf.local
apmd "-A -Z8 -t120"
my laptop doesn't hibernate when the power falls below 8%
is there more that i need to configure ?
shadrock
also how do i resume from hibernate or suspend with the screen locked
i use i3 and lock the screen with xautolock and i3lock in .i3/config
i put i3lock in /etc/apm/resume
when i resume from ZZZ no lock screen appears, i am brought straight
to my desktop
shadrock
On 11/26/18 9:26 AM, Peter Hessler wrote:
> On 2018 Nov 26 (Mon) at 01:18:59 + (+), shadrock uhuru wrote:
> :
> :also how do i resume from hibernate or suspend with the screen locked
> :
> :i use i3 and lock the screen with xautolock and i3lock in .i3/config
> :
>
hi everyone
on powering up the laptop after closing the lid
the keydisk is not found
i shutdown the laptop and with the power button
then restart it again
this time the keydisk is found.
is this behaviour normal for resuming from hibernation with an encrypted
filesytem ?
shadrock
hi everyone
i have openbsd 6.4 release installed
when i try to make install ports/devel/pygame i get an error stating
create /usr/ports/packages/amd64/all/py-game-1.9.3.tgz
error: Libraries in packing-list in the port tree
and libraries from installed packages don't match
how do i fix this ?
On 12/27/18 3:48 AM, Anthony J. Bentley wrote:
> shadrock uhuru writes:
>> hi everyone
>>
>> i have openbsd 6.4 release installed
>>
>> when i try to make install ports/devel/pygame i get an error stating
>>
>> create /usr/ports/packages/amd64
On 12/27/18 3:35 PM, Edgar Pettijohn wrote:
i have openbsd 6.4 release installed
how do i fix this ?
> Don't mix release with current ports.
>
> Either install a current snapshot or ...
>
>> doas cvs -d anon...@anoncvs1.ca.openbsd.org:/cvs -q up -Pd -A
>>
> rm -rf /usr/ports
> And check
hi everyone
what is the correct command to put in .Xresources for the terminus font,
the following is my Xresources file,
i've tried a few variation but all i get when i start xterm is cannot
load font,
font loading is new to me so i have only try examples off the web
---
XTerm*utf8: 1
! XTerm*f
hi everyone
just a quick question about pycharm updates
do i allow pycharm to update its's IDE and Plugins or
only update it with pkg_add -u ?
shadrock
hi everyone
i have added the following packages
sdl
sdl-mixer
sdl_image
sdl_net
sdl_ttf
sdl2
sdl2-mixer
sdl2_image
sdl2_net
sdl2_ttf
the lib and header files are missing
are there additional packages to add for these.
shadrock
hi everyone
when upgrading my laptop which is encrypted with a keydisk
i assume that i boot the 6.5 kernel which will be on a usb stick with
the keydisk inserted,
will the hard drive still be decrypted and upgraded,
also will the encryption step need to be redone or will the keydisk
continue to unl
On 5/7/19 9:16 PM, Omar Polo wrote:
> On Tue, May 07, 2019 at 02:04:03AM +0100, shadrock uhuru wrote:
>>
>> On 5/6/19 8:18 PM, Omar Polo wrote:
>>> On Mon, May 06, 2019 at 07:46:53PM +0100, shadrock uhuru wrote:
>>>> hi everyone
>>>> when upgra
On 5/9/19 11:56 AM, cho...@jtan.com wrote:
> shadrock uhuru writes:
>> i've got a couple of follow up queries concerning post upgrade things todo.
>>
>> --- -dbus-1.12.10p0v0 ---
>> Remember to update /etc/machine-id
>> how do i update mach
hi everyone
since upgrading to 6.5 my i3bar no longer works.
i have not changed the configuration in any way
when i run the i3status command manually in a terminal the correct
information that would be on the i3bar is echoed to the terminal.
the message on the right hand of the i3bar is
error: stat
On 5/13/19 1:35 AM, shadrock uhuru wrote:
> hi everyone
> since upgrading to 6.5 my i3bar no longer works.
> i have not changed the configuration in any way
> when i run the i3status command manually in a terminal the bar is not
> displayed but the correct infomation that would
On 5/13/19 12:51 PM, Edgar Pettijohn wrote:
> On May 13, 2019 2:58 AM, shadrock uhuru wrote:
>>
>>
>> On 5/13/19 1:35 AM, shadrock uhuru wrote:
>>> hi everyone
>>> since upgrading to 6.5 my i3bar no longer works.
>>> i have not changed the conf
hi everyone
i have two firewalls setup with carp and pfsync
with my wireless router fed straight into the switch connected to the lan ,
this is fine for me as a single user of my network.
i would like to improve the setup to include other users while allowing
them access to the internet and limiti
hi everyone
my keydisk is on a compactflash sandisk ultra 2 card,
which was created during disk encryption
doas disklabel sd1
# /dev/rsd1c:
type: SCSI
disk: SCSI disk
label: USB CARD READER
duid: ea53e532b5ae2a0f
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 160
Forwarded Message
Subject:Re: howto verify keydisk backup
Date: Wed, 19 Jun 2019 09:23:53 +0100
From: shadrock uhuru
To: noah pugsley
On 6/19/19 5:25 AM, noah pugsley wrote:
> On Tue, Jun 18, 2019 at 5:37 PM shadrock uhuru wrote:
>> hi every
hi everyone
i have a dual redundant firewall setup the same as the example given at
https://www.openbsd.org/faq/pf/carp.html
i was originally with virgin media but have moved to a provider
offering ipv4, ipv6 and fixed ip addresses,
i am now trying to add ipv6 and pppoe to the firewall.
i haven't
> hi everyone
> i have a dual redundant firewall setup the same as the example given at
> https://www.openbsd.org/faq/pf/carp.html
> i was originally with virgin media but have moved to a provider
> offering ipv4, ipv6 and fixed ip addresses,
> i am now trying to add ipv6 and pppoe to the firewal
Hi all
i am running openbsd snapshot and have sysupgraded often without a single
hitch,
on this occasion i have encountered the following error after the
sysupgrade and the laptop tried to reboot
i entered sh and had a look at /etc/rc with ed,
the if is matched with a fi.
so i need suggestions whe
thanks for the quick reply Andreas
will try it later tonight when i'm back at the laptop.
shadrock
On Sat, 24 Jul 2021 at 20:36, Andreas Kusalananda Kähäri <
andreas.kah...@abc.se> wrote:
> On Sat, Jul 24, 2021 at 07:11:30PM +0100, shadrock uhuru wrote:
> > Hi all
>
worked perfectly
many thanks
shadrock
On Sat, 24 Jul 2021 at 21:42, shadrock uhuru wrote:
> thanks for the quick reply Andreas
> will try it later tonight when i'm back at the laptop.
> shadrock
>
> On Sat, 24 Jul 2021 at 20:36, Andreas Kusalananda Kähäri <
> an
hi everyone
i've installed openbsd 7.0 onto a usb stick connected to my raspberry pi 3
with a serial cable,
installation completes without a problem,
after the congratulation promt i remove the power supply remove the usb
stick
and mount the i partition of the usb stick on my laptop,
and add pro
hi everyone
i have successfully installed the latest snapshot onto a rpi3b+
using a serial cable,
after rebooting still with the serial cable everything startup fine,
when i try to reboot with a hdmi monitor connected
i get a few line at startup then the screen goes blank,
what configuration do
From: Stuart Henderson
To: misc@openbsd.org
Date: Tue, 28 Dec 2021 12:55:27 - (UTC)
Subject: Re: raspberry pi 3b+ how to boot with hdmi
On 2021-12-28, Shadrock Uhuru wrote:
hi everyone
i have successfully installed the latest snapshot onto a rpi3b+
using a serial cable,
after rebooting
From: Stuart Henderson
To: misc@openbsd.org
Date: Tue, 28 Dec 2021 12:55:27 - (UTC)
Subject: Re: raspberry pi 3b+ how to boot with hdmi
> On 2021-12-28, Shadrock Uhuru wrote:
> hi everyone
> i have successfully installed the latest snapshot onto a rpi3b+
> using a
From: Marcus MERIGHI
To: openbsd
Date: Sat, 1 Jan 2022 08:42:27 +0100
Subject: Re: raspberry pi 3b+ how to boot with hdmi
Good morning 2022,
niyal...@gmail.com (Shadrock Uhuru), 2021.01.01 (Sat) 05:54 (CET):
> From: Stuart Henderson
> To: misc@openbsd.org
> Date: Tue, 28 Dec 2
hi everyone
i use qutebrowser to surf the web
i added the qute-pass userscript which needs tldextract,
there's no tldextract package i can find in openbsd so i installed
py3-tld-0.9.3p4
qutebrowser still errors when i try i use qute-pass,
the process report shows the following :-
Process 65554:
Hi everyone
i have zathura zathura-ps zathura-pdf-mupdf installed,
i run zathura from the command line with zathura file.pdf which opens zathura
with nothing
displayed,
the shell that i run zathura from displays the following
zathura:/usr/local/lib/zathura/libpdf-mupdf.so: undefined symbol
'jbi
hi everyone
i've managed to cripple my laptop after trying to restore some space on my
root partition using techniques based on flawed ideas,
the story start with my root partition being totally out of space which
caused me great problem when i came to using sysupgrade,
most of the space was taken
hi everyone
many thanks to brian, crystal and walter for their replies,
i was able to attach the the softraid0 with the correct command,
i fsck everything then mounted the root partition,
I found the rogue file in /dev, it was a 26mb file called sd1,
I then rebooted and was able to login.
time now
Hi everyone
gnumeric fails to start,
i have tried staring it from the commandline with the following result
gnumeric
ld.so: gnumeric: can't load library 'libwayland-egl.so.0.0'
Killed
i noticed this from the last snapshot before the latest
so i sysupgr
hi everyone
i have two raspberry pi's setup as dns servers running unbound and nsd
both are installed with the latest snapshots
both are configured the same (os and dns)
both sync off the ntpd at firewall.mydomain
even though i have set the local time link on both to Europe/London
ivy insist on
80 matches
Mail list logo