-
jb1277976
i'm getting errors about zfs when i boot up. its before the acer screen comes on something about the zpool. yet when i boot into freebsd everything is fine. zpool list and zpool status show everything like it should
-
unixwitch
jb1277976: if you don't have time to read the error, trying taking a video on a mobile phone (if you have one)
-
jb1277976
ok let me do it now.. where do i upload it ?
-
unixwitch
well, i thought you could just watch it on your phone and type the message out :-)
-
jb1277976
oh yea that makes sense. i will brb
-
unixwitch
although in general, the first thing i'd do with loader/zfs issues is to update to the latest loader, if you didn't already (assuming you're on EFI)
-
cybercrypto
Hey, anyone using freebsd collectd logparser plugin?
-
cybercrypto
I need help understanding the pattern regex for collectd logparser plugin. Does anyone can point me to a config sample that reads journalctl messages (or any kind of unit / log)
-
cybercrypto
I have found this example in the man page, using var/log/syslog, but cannot make it work. Any clue/doc indication?
-
unixwitch
i don't know about collectd specifically, but freebsd doesn't have journald (or systemd) so you won't get anywhere with that. /var/log/syslog doesn't exist by default, but you could create it in /etc/syslog.conf
-
unixwitch
(look at the commented example for 'all.log' - that's basically what /var/log/syslog.log usually is)
-
cybercrypto
unixwitch: BTW, I dont care about what log file it will read. I am trying to make it work - even if it is a ascii file to parse.
-
unixwitch
well, try /var/log/messages to start since that exists by default
-
unixwitch
it is in the usual syslog format which should be supported by any log collector
-
cybercrypto
unixwitch: I did. It captures the portions of the logs I want and form a collectd UDP packet and send to influx-db server. I capture the packet using wireshark and the collectd-message is somehow 'malformed'
-
jb1277976
zfs: i/o error - all blocks cpioes unavaialble
-
jb1277976
zfs: can't read MOS of pool zroot
-
jb1277976
BIOS 634kB/185143kb avaiable memory
-
cybercrypto
unixwitch: saddly, the collectd documentation about log_parser_function is very limited. And I dont know where else to look/search.
-
unixwitch
ah, i have no idea about that part of it then, sorry
-
jb1277976
copies*
-
unixwitch
jb1277976: that's weird. have you run a scrub on the pool just in case? it's weird it produced that error but still booted fine though
-
jb1277976
let me do it right now
-
jb1277976
unixwitch its scrubbing right now
-
feurig
-
feurig
oops
-
feurig
so i am having a problem upgrading a jail from 13.2-RELEASE to 13.2-RELEASE-p9. When I run the upgrade from the jailhost (running -p9) it runs and then the jail craters.
-
feurig
ld-elf.so.1: /lib/libc.so.7: Unsupported relocation type 37 in non-PLT relocations
-
feurig
if i run the fetch install from within the jail it fails with
-
feurig
Installing updates...chflags: ///lib/libc.so.7: Operation not permitted
-
feurig
chflags: ///sbin/init: Operation not permitted
-
feurig
and 3 other chflags errors
-
feurig
any thoughts as to what is going on?
-
yuripv
there's a sysctl controlling chflags in jail
-
yuripv
man jail, /allow.chflags
-
unixwitch
hmm, sctp_recvmsg(3) says the 'from' argument is restrict, but it's not in the actual prototype. i wonder if that's a bug in the manpage or the header
-
feurig
yuripv: set allow.chflags=1 in /etc/jail.conf and restarted the jail. Do I need to reboot the host?
-
feurig
also thanks.
-
feurig
I will put my head in the man page next year. for now I am gonna leave it at 13.2.
-
feurig
happy new year all.
-
voy4g3r2
kevans: so it is possible i am downloading images from the current directory on freebsd.org that are NOT aligned to checksums?
-
rtprio
are the checksums not the same as the files you downloaded
-
rtprio
?
-
voy4g3r2
i was NOT checking before i did the install
-
voy4g3r2
but now the installs of CURRENT are blowing up
-
voy4g3r2
i am trying ta virtualbox image now..
-
rtprio
i can't say i've checked maybe but once or twice in the 20 years i've been using freebsd
-
rtprio
it's possible it could be broken; verify the checksum. or download the previous week's image
-
voy4g3r2
did that.. i did 23DEC2023 and 16DEC2023 same result :)O
-
rtprio
blow up how?
-
voy4g3r2
i install the whole thing, says checksum are not correct.. restarts install
-
rtprio
is that from the image or from the network
-
voy4g3r2
both install local to my machine and over the network.. same result
-
voy4g3r2
but looks like the virtualbox image works.. i am logged in
-
voy4g3r2
but i am now going to be stubborn and try to do an install WITHOUT hte virtualbox image
-
rtprio
well, which exact image did you download; i can try it now
-
voy4g3r2
FreeBSD-15.0-CURRENT-amd64-20231216-ca39f23347e1-266973-bootonly.iso
-
voy4g3r2
FreeBSD-15.0-CURRENT-amd64-20231223-dac33a65b965-267058-bootonly.iso
-
voy4g3r2
FreeBSD-15.0-CURRENT-amd64-20231228-fb03f7f8e30d-267242-disc1.iso
-
voy4g3r2
-
VimDiesel
Title: Index of /snapshots/amd64/amd64/ISO-IMAGES/15.0/
-
voy4g3r2
that is where i got them from
-
rtprio
hrm, hard to install with this broken down arrow key
-
voy4g3r2
-
rtprio
i got it
-
voy4g3r2
okay
-
jb1277976
Did anyone see my error? It’s an error before FreeBSD ever loads
-
jb1277976
Aw unixwitch I forgot you told me to scrub. Let me check on it
-
rtprio
voy4g3r2: ok, ufs auto, main server, ...
-
rtprio
fetching distribution
-
voy4g3r2
ufs auto and zfs
-
voy4g3r2
tried both
-
unixwitch
voy4g3r2: could you just install 14.0 and upgrade to 15.0 from source? that might be easier
-
rtprio
easier, but might take longer
-
unixwitch
depends how long it takes to fix this :-)
-
rtprio
voy4g3r2: does it die on base.txz or what
-
voy4g3r2
after a full install, yes it dies on base.txz
-
voy4g3r2
just says.. checksum bad.. wanna restart?
-
rtprio
16% ... 50%
-
voy4g3r2
i get through the WHOLE install of all packages, ports, src, base
-
voy4g3r2
it does the checksum check thingie and that is when it dies
-
rtprio
and even when you install from th cdrom using disc1 iso
-
rtprio
it still chceksum errors
-
voy4g3r2
unixwitch: that is possible.. but never did that before
-
rtprio
right?
-
voy4g3r2
yes it does
-
BarnabasDK
another question for the 13.2 to 14.0 upgrade - in the process of upgrading my jails I was no longer able to get a console on the jails after upgrading to 14.0. This tells why, and also how I fixed it
pastebin.ubuntu.com/p/5dhDcfFXrj
-
VimDiesel
Title: Ubuntu Pastebin
-
rtprio
i just picked the default sets base, kern, kern-dbg, lib32
-
voy4g3r2
and it probably worked..
-
voy4g3r2
because that is just my luck
-
BarnabasDK
has something changed in the way login is done? I am thinking maybe some config was made to the host os, that was not done in the jail configuration
-
rtprio
BarnabasDK: yes, opie was removed from freebsd, so you'd need to update pam configs to match
-
rtprio
voy4g3r2: 60% overall progress
-
voy4g3r2
yup par the course for me also
-
rtprio
BarnabasDK: that is, remove opie* lines
-
rtprio
77%
-
unixwitch
BarnabasDK: how did you upgrade the jails? either freebsd-update or etcupdate should prompt you to update /etc/pam.d/* which contain pam_opie.so (which was removed)
-
rtprio
voy4g3r2: The checksum for base.txz does not match.
-
rtprio
someone might have broken something-- anything on the -current mailing list?
-
voy4g3r2
bingo
-
voy4g3r2
i did not get that far
-
voy4g3r2
i was hosting some people, the wife preferred i speak with guest
-
voy4g3r2
that was the last thing i did but now i am being asked to help clean up.. ill bbl
-
voy4g3r2
rtprio: i take it the mailing list reference is osmewher eon freebsd.org? i can look
-
rtprio
-
VimDiesel
Title: freebsd-current⊙Fo
-
voy4g3r2
thank you, i will dive in a little later, at least i am not crazy
-
voy4g3r2
i was getting my b*** busted for using netatalk but it was not that..
-
voy4g3r2
:)
-
BarnabasDK
unixwitch, "sudo ezjail-admin update -U -s 13.2-RELEASE"
-
unixwitch
ah, no idea about ezjail
-
BarnabasDK
seems to use the freebsd-update utility - at least thats how the output looks
-
BarnabasDK
anyways - copied in the needed libs in order to be able to get a console and update the packagtes in the jails - but I would like to configure the PAM modules to behave in the jails like the host OS
-
unixwitch
i wonder if freebsd-update doesn't catch that one for some reason... although i'd expect more complaints if so since it breaks login for everyone
-
BarnabasDK
so - I guess there must be a set of config files in the host os - that can be copied to the jail config ditto?
-
yuripv
BarnabasDK: were you using opie, by chance? (it was removed)
-
unixwitch
just edit /etc/pam.d/* and remove any reference to pam_opie.so
-
yuripv
heh
-
unixwitch
or, if you really want to use opie, install it from ports (but you might need to remove it first so you can log in to do that...)
-
unixwitch
i suppose you could copy /etc/pam.d/* from the host, but that would overwrite any local modifications in the jail
-
BarnabasDK
check - I will look over the config files - thx for the help
-
BarnabasDK
and no - I would rather see the jails behave in the same manner as the host os
-
unixwitch
the most optimistic thing i've done in years: + 2 Dec 28 Qualcomm Support ( 25K) Thank you for contacting us
-
voy4g3r2
rtprio: i am not seeing anything on mailing list
-
voy4g3r2
i do notice that MOST people are just upgrading from 14.0 -> 15.0 CURRENT and rarely run the installers...
-
unixwitch
there's no real point using the installer since you'll be compiling from source to update current anyway
-
unixwitch
although, there *is* a point in reporting bugs in the installer, since that's partly why the snapshots exist, so i would drop a mail to -current about this
-
voy4g3r2
unixwitch: true and that is exactly right
-
voy4g3r2
lets see how i can subscribe to this without having to download all the dang emails :)
-
unixwitch
if you don't want to subscribe to the list you could file a PR at
bugs.freebsd.org instead
-
VimDiesel
Title: FreeBSD Bugzilla Main Page
-
yuripv
"bad checksum" is usually a bad download/image transfer
-
unixwitch
yuripv: but two different people reproduced it in this case, so probably not
-
voy4g3r2
yuripv: i thought that, downlaoded to a file server, locally and rtprio confirmed same issue
-
unixwitch
unless it's exceptionally bad luck
-
yuripv
any links?
-
voy4g3r2
to the isos used?
-
yuripv
no, to reports
-
unixwitch
scroll up to rtprio's comment
-
voy4g3r2
no reports from installer.. not sure how to get them.. this is all new teroritory for me
-
voy4g3r2
i could rerun it and try to pull
-
yuripv
same iso?
-
voy4g3r2
yup
-
yuripv
i mean you and rtprio, same issue using same iso (which one?)?
-
voy4g3r2
rtprio: could you confirm which one you used? i shared 3 :)
-
voy4g3r2
-
yuripv
bootonly doesn't have any installation distributions
-
voy4g3r2
-
voy4g3r2
what is meant by installation distributions?
-
voy4g3r2
i figure.. if result is same for 3 different iso images.. does it matter?
-
unixwitch
meaning it doesn't include base.txz, it has to download it
-
voy4g3r2
ah okay.. let me try with disc1 then which DOES have it, thanks for clarification
-
unixwitch
voy4g3r2: fwiw, if you plan to run current, it's a good idea to be subscribed to the list, even if it means getting so many mails :-)
-
voy4g3r2
unixwitch: i know.. i am just being stubborn :)
-
yuripv
and likely to commits-main to know what broke your setup :D
-
voy4g3r2
i just want ot fix manual pages :)
-
voy4g3r2
which i got a categorized list about 2 hours ago, so new post while this install happens
-
yuripv
you don't need to run current to do that, just use the main checkout
-
voy4g3r2
the disc1 install is verifying checksums of selected distributions (base, kernel, kernel-dbg, lbi32, ports, src)
-
voy4g3r2
checksum fail on base, dang nab it
-
yuripv
does it succeed on the image? compare with provided hashes
-
voy4g3r2
yuripv: true, it would be interesting to try installing freebsd, as i only installed it a handful of times and mainly raspberry pi images.. which does NOT do an install
-
voy4g3r2
checking now..
-
voy4g3r2
-
VimDiesel
Title: dpaste/j41D (Plain Text)
-
voy4g3r2
looks like we have a mismatch :)
-
BarnabasDK
I could see no changes to the PAM in the jails - so I simply copied in the new set of config files from the host - and removed all opie libs from the basejail - seems to work
-
unixwitch
BarnabasDK: hmm, you shouldn't need to remove the opie libs since the upgrade should take care of that. seems like something went wrong somewhere
-
unixwitch
(no idea what, though)
-
BarnabasDK
ezjail is not really supported well any longer, I should find an alternative
-
unixwitch
if i'm not a committer, is it okay to open a PR and assign it to myself? (it's for the alc(4) msi-x fix which is stalled, but i want something on the bug list so i don't forget it... plus it is an actual bug)
-
V_PauAmma_V
Not sure you can self-assign if not a committer. I'd ask in #freebsd-bugs.
-
yuripv
you don't need to assign it to yourself, you'll be mailed on any changes on that PR
-
yuripv
(as submitter)
-
yuripv
unixwitch: also, if you have the patch, opening a PR on github or better yet review on reviews.freebsd.org would help
-
unixwitch
i don't have a patch yet, i'm trying to find some documentation on the card
-
voy4g3r2
ohhh there is a way to subscribe to freebsd-current without getting emails.. not sure how this will work but it will allow me to send an emaiL :)
-
voy4g3r2
well here goes my first CURRENT mailing list entry
-
voy4g3r2
time to see if it is clear enough..
-
voy4g3r2
well i guess we can give a 14.0 install a try and upgrade to 15.0...
-
voy4g3r2
well egg on face.. there are multiple checksum lines in the checksum256 files that do appear to match.. but why would the installer say they do not ..
-
voy4g3r2
errr
-
kevans
voy4g3r2: which images specifically have you tried?
-
kevans
(not just the name, the hash/date as well)
-
kevans
((that is, not just bootonly, the full filename of the iso is sufficient)
-
kevans
)
-
voy4g3r2
* FreeBSD-15.0-CURRENT-amd64-20231216-ca39f23347e1-266973-bootonly.iso
-
voy4g3r2
* FreeBSD-15.0-CURRENT-amd64-20231228-fb03f7f8e30d-267242-disc1.iso
-
voy4g3r2
* FreeBSD-15.0-CURRENT-amd64-20231223-dac33a65b965-267058-bootonly.iso
-
voy4g3r2
and now that first current mailing list entry is just garbage.. i am annoyed.. i figured a sha256 <checksum file> <iso> would do the magic
-
voy4g3r2
-
VimDiesel
Title: Checksum Error on installer (3 iso images in CURRENT)
-
voy4g3r2
this has more details, if required
-
voy4g3r2
i am now trying the install one more time with teh bootonly 20231223 one and going to see if i can get more than just the dialog
-
voy4g3r2
like a message giving more context..
-
kevans
voy4g3r2: if you roll bootonly, go with 20231228
-
kevans
bootonly is going to download whichever sets you select from here:
download.freebsd.org/snapshots/amd64/15.0-CURRENT
-
VimDiesel
Title: Index of /snapshots/amd64/15.0-CURRENT/
-
kevans
iirc it doesn't trust the MANIFEST there, it has its own
-
kevans
actually, that can't be right
-
aeronot
hello
-
kevans
either way, with bootonly go with the absolute latest to be safe
-
aeronot
i found this chatroom from the freebsd.org website pleased to meet you :D
-
kevans
I have no idea how the mirror syncing works, if there's a chance that you were just getting really lucky and hitting it in some discrepancy between MANIFEST and the dist files
-
kevans
aeronot: o/
-
darwin
if I want to run a GNU/Linux virtual machine (VM) guest also to get some drivers *BSD doesn't have, should I run Xen or is BHyVe good enough or better?
-
voy4g3r2
kevans: i will give the latest version a try..
-
voy4g3r2
for some reason.. the installer does not generate logs of steps anywhere in /var/log
-
voy4g3r2
still downloading..
-
voy4g3r2
woohoo, a different error this time
-
voy4g3r2
Error while extracting base.txz: Lzma library error: Corrupt input data
-
voy4g3r2
and run it a second time, back to the checksum thing.. what a visicous cycle, that can wait till tomorrow
-
rtprio
darwin: bhyve works pretty well. what driver do you need that freebsd doesn't have?
-
darwin
Alcor Micro Corp.: USB hub & AU9540 smartcard reader & multi flash reader
-
darwin
they're in a 5.25" 'multi-function hub' I got
-
rtprio
unless it's a pci device i don't think you'll be able to passthru it to the guest
-
darwin
it's just plugged into USB & SATA headers
-
darwin
headers/sockets/whatever
-
rtprio
again, unless it's pci, you won't be pass it to the guest
-
rtprio
and freebsd can't be a dom0
-
darwin
alright. Is it possible any this might change in future?
-
rtprio
i would be surprised
-
kevans
voy4g3r2: first error is incredibly concerning
-
kevans
when did we stop being able to run freebsd dom0?
-
darwin
thanks
-
rtprio
er, domu. "the host"
-
rtprio
it's been a while since i've used xen
-
kevans
rtprio: dom0 is the host, and we reportedly run as both for years now
-
kevans
(on x86)
-
kevans
aarch64 work was in progress, not sure if that was domU or dom0
-
rtprio
kevans: that's not whan `man xen` says
-
rtprio
BUGS FreeBSD is only able to run as a Xen guest (DomU) and not as a Xen host (Dom0).
-
kevans
sounds like it needs an update then
-
kevans
alright, fired off an e-mail to roger about updating that
-
kevans
i bet there's other missing bits
-
rtprio
i'd like to know how to domu freebsd
-
rtprio
i just assumed it wasn't a thing
-
kevans
the first couple of results in google for "freebsd xen" are pretty useful there;
wiki.freebsd.org/Xen is maybe the authority here
-
VimDiesel
Title: Xen - FreeBSD Wiki
-
mason
rtprio: Bhyve might well be more flexible. Type 1 hypervisors are a little less flexible than Type 2.
-
rtprio
i'm getting along fine with bhyve now, sure
-
mason
I ran Xen for years, and then moved over to KVM and it was good. Now everything's in a container, more or less.
-
rtprio
yep
-
rtprio
often they're in a container even when they don't need to be
-
mason
Not here generally, no.
-
sixpiece
I'm having a problem with my freebsd 14.0 installation
-
sixpiece
no services are running, pkg is not able to run the error message is as follows : ld-elf.so.1: Shared object "libcrypto.so.111" not found, required by "pkg"
-
BarnabasDK
sixpiece, was just though the same - try using pkg-static
-
BarnabasDK
and start with a pkg-static bootstrap -f
-
BarnabasDK
will install a new pkg built with a new version of libcrypto / libssl
-
sixpiece
ld-elf.so.1: Shared object "libcrypto.so.111" not found, required by "pkg"
-
BarnabasDK
yes use pkg-static
-
BarnabasDK
to fix this particular problem
-
sixpiece
I did
-
BarnabasDK
obviously not :-)
-
sixpiece
I did though
-
sixpiece
-
VimDiesel
Title: dpaste/tu6P (Plain Text)
-
BarnabasDK
try a pkg-static update first then
-
sixpiece
everything is up to date
-
thorre
Anyone here switched from isc dhcpd to isc kea? Saw this morning that isc dhcpd was EOL end of 2022. I must be living under a rock.
-
BarnabasDK
sixpiece, what is the output of $> ldd /usr/local/sbin/pkg-static
-
sixpiece
ldd: /usr/local/sbin/pkg-static: not a dynamic ELF executable
-
BarnabasDK
as it should be
-
BarnabasDK
what if you run that with a full path
-
BarnabasDK
"/usr/local/sbin/pkg-static bootstrap -f"
-
BarnabasDK
what the linker is telling you is, this is a statically linked executable - not using libraries (shared objects)
-
sixpiece
same thing
-
BarnabasDK
have no explanation for that
-
sixpiece
root@videotron:/var/run # /usr/local/sbin/pkg-static bootstrap -f
-
sixpiece
pkg(8) is already installed. Forcing reinstallation through pkg(7).
-
sixpiece
ld-elf.so.1: Shared object "libcrypto.so.111" not found, required by "pkg"
-
sixpiece
is it possible to make it work?
-
BarnabasDK
I have never seen a statically linked executable (non ELF) bork about a shared object before
-
BarnabasDK
So - I really don't know
-
sixpiece
ok thank you going to go to bed and try tomorrow
-
tmp_
pkg(7) would be /usr/sbin/pkg ?
-
P-NuT
Hi all. Has anyone ever discussed a freeBSD GUI installer like you have in linux?
-
P-NuT
Rather than an ncurses one?
-
antranigv
For those you wondering, we did a Discord Hackathon yesterday, working on superv, a supervised bhyve manager. The meeting was recorded and uploaded to YouTube:
youtube.com/watch?v=Dmap39245b0
-
VimDiesel
Title: 2023-12-28 bhyve Discord Hackathon - YouTube
-
polyex
as root, why do i get the error "sudo: you are not permitted to use the -D option with /usr/local/bin/npm" from command 'sudo -u polyex -D /home/polyex/foo'?
-
Remilia
thorre: I use Kea
-
Remilia
since 2019 I think because ISC dhcpd is not very good at DHCP6
-
thorre
Remilia: Any pitfalls?
-
Remilia
thorre: if I recall right, if you configure it to use a database backend it will terminate if it cannot reach the database server
-
Remilia
otherwise dunno
-
thorre
Remilia: Mine will be serving a home environment :-)
-
Remilia
it is perfectly fine otherwise
-
darwin
i installed konsole on a laptop, but the configuration windows are longer than 1080 pixels and not resizeable :(
-
thorre
Ok, thank you. I will give it a spin
-
Remilia
thorre: also it works just fine with powerdns for ad-hoc
-
Remilia
(or I think it does? I forgot if I actually tested that thoroughly enough)
-
polyex
does 'su' have any way to chdir?
-
gnrp
polyex: What do you mean?
-
gnrp
when you do `su -`, it will do a login, changing ot the user's home directory
-
polyex
su seems great why even use sudo?
-
gnrp
because all it does is giving full permissions of one user to another which has the permissions to run su. No more fine grains
-
Remilia
also thorre indeed I run it in a home environment; was experimenting with using postgresql as the backend for static leases
-
polyex
gnrp so when use sudo and when su?
-
Remilia
su requires the knowledge of the superuser password
-
Remilia
sudo and doas do not
-
Remilia
su also does not limit its invoker in any way, much unlike sudo and doas
-
polyex
nice
-
darwin
what's a good way to make one FreeBSD PC a duplicate of another, like get a list of all user-installed packages and maybe in future run pkg in parallel over ssh?
-
Remilia
NFS
-
darwin
maybe I'd better not make them exact duplicates because the hardware differs slightly
-
Remilia
mount /usr on both from the same NFS source
-
polyex
when i run pkg upgrade it says updating freebsd repository catalogue... then a few lines of pkg: an error occured while fetching packages. then repository freebsd has no meta file, using default settings. and eventually error updating repositories
-
polyex
but i can ping pkg.freebsd.org so i know network is good. pf is off
-
polyex
same when i run pkg-static bootstrap -f, fails with error fetching, host doesn't resolve, address resolution failed for pkg.freebsd.org... but i can immediately ping pkg.freebsd.org
-
polyex
nvm got it
-
phryk
is it possible to get "global" EQing in FreeBSD that is more granular than just the bass/treble knobs hint.pcm.*.eq enables?
-
polyex
maybe by piping global audio unmodified into a sound fx daemon before output?
-
phryk
polyex: so… jack probably? i have no idea how i would plug that together, tho…
-
polyex
well i could be wrong too. haven't done audio yet
-
phryk
also no idea if jack itself is enough, or if i need something else to act as an lv2 host or somesuch thing.
-
polyex
when you figure it all out pls add to freebsd wiki or write blogs or smth
-
phryk
will do, but i might actually get to doing custom DSPs before, which would remove my need to have this in the OS.^^
-
polyex
ya sounds awesome
-
phryk
earliest i might manage to mess around with that will probably be summer, tho.
-
phryk
and till actual hardware exists, even longer. so an intermediate solution would be nice^^
-
polyex
maybe email the mailing list? like freebsd-audio or smth
-
mane
unixwitch does this look like a good way to setup ldap server on frebsd?
wiki.freebsd.org/LDAP/Setup
-
VimDiesel
Title: LDAP/Setup - FreeBSD Wiki
-
phryk
actually, this might be a good place for me to start doing dsp… no need to build hardware and C + math is the same as on a uC…
-
unixwitch
mane: i haven't used ldapscripts before (i use ldapvi mostly) but that seems basically fine... i do strongly suggest reading the openldap manual though, it covers some important things not mentioned there like ACLs
-
mane
thanks
-
meena
antranigv: where's the source for superv?
-
unixwitch
thorre: i've been using Kea for a few months, it seems fine. configuration is annoying (JSON) but it works well enough. this is only for a home/soho network, nothing fancy (except dhcp relay maybe).
-
thorre
unixwitch: Thank you for the feedback
-
thorre
I am really glad that I spent to much time on my Neovim setup so json and other things are "taken care of" by LSP, formatter and linters.
-
thorre
But yeas, the configuration for a home environment becomes very big. But I see clera benefits for real world production configuration.
-
thorre
Nice that kea seems to be API dirven so that it can be configured without re-start.
-
thorre
in rc.conf are these two lines sufficient?
-
thorre
kea_enable="YES"
-
thorre
kea_config="/usr/local/etc/kea/kea-dhcp4.conf"
-
unixwitch
thorre: kea_config shouldn't be needed; it autostarts the appropriate daemons based on whether the file exists, so just don't create the configs you don't want
-
meena
JSON: slightly better than YAML…
-
thorre
unixwitch: Thank you.
-
unixwitch
oh no, devel/nspr broken on current
-
unixwitch
dpaste.com/2BXGKFMKY obvious patch for anyone else who hits this (i assume it'll be fixed soon anyway)
-
VimDiesel
Title: dpaste: 2BXGKFMKY
-
jbo
unixwitch, you're not the first one to mention this. there's currently no PR open for that. Maybe because everybody thinks the same way - this is your chance ;)
-
unixwitch
jbo: it seems like -current is already on top of it, so i just fixed it locally
-
unixwitch
although maybe i'll check if there's an existing PR already and open one just in case... need more coffee first
-
unixwitch
polyex: "why use sudo" - the original purpose of sudo was to give users restricted access to root or other accounts; you can permit them to only execute certain commands, for example to restart a service, but without giving them full root access. Linux (i think Ubuntu specifically) decided to use sudo instead of su for all root access, and other people followed that trend.
-
unixwitch
polyex: i think the main advantage of this is you can give multiple people root access without needing a shared root password. also, many end users are used to having a single password, not a separate user and admin password, because e.g. Windows desktop works like this.
-
polyex
makes sense ty!
-
polyex
i'll try doas next
-
polyex
same advantages of sudo but way less code and openbsd ppl are good
-
polyex
ever try it?
-
unixwitch
i have not
-
satanist
just a little nitpick sudo is also from a openbsd guy
-
polyex
oh ty
-
polyex
-
VimDiesel
Title: CVE - Search Results
-
unixwitch
polyex: many of those CVEs aren't in sudo itself, if you read the description.
-
polyex
oh shit
-
voy4g3r2
hrm.. so got my first email response for the iso issues in installer, for 15.0, a propogation issue..
-
polyex
what iso issues ?
-
voy4g3r2
polyex: install of 15.0, based off amd64 iso images, if you download the iso the checksums are not aligned.. which causes the installer to NOT allow you to install the system
-
polyex
ah ya
-
polyex
how's 15 otherwise?
-
voy4g3r2
i would not know, i am trying to do a 14.0 -> 15.0 upgrade right now
-
unixwitch
i updated to current yesterday and it hasn't crashed yet, so take that for whatever it's worth :-)
-
voy4g3r2
that is a good sign, at least this 50 millionth install may go right.. for once (joking)
-
mane
i need to some help with nfs on freebsd
-
mane
clnt_create: RPC: Program not registered is what i get when i try to mount
-
unixwitch
mane: are you using NFSv3 or NFSv4?
-
mane
nfsv4_server_enable="YES" is what i got enabled
-
unixwitch
did you specify the 'nfsv4' mount option on the client (or vers=4, which is the same thing)?
-
mane
no
-
unixwitch
try that, and if it works, you might consider disabling NFSv3 entirely unless you have a reason to use it
-
unixwitch
v4 is much easier to mount because all the RPCs are inline, it doesn't need rpcbind
-
voy4g3r2
ohhh i should disable nfs_server_enable myself then
-
voy4g3r2
i went through that hell a few days ago..
-
voy4g3r2
the rpcbind stuff
-
unixwitch
voy4g3r2: you want nfs_server_enable=YES, nfsv4_server_enable=YES, nfsv4_server_only=YES
-
sixpiece
hello I upgraded to freebsd 14 and having trouble to get it work. Can someone please help me here?
-
unixwitch
and probably nfsuserd_enable=YES, nfsuserd_flags="-domain my.domain.com" (not strictly required as it will pick up the default from the hostname, but i prefer to be explicit)
-
sixpiece
is there someone awake that can help me?
-
sixpiece
ld-elf.so.1: Shared object "libcrypto.so.111" not found, required by "pkg"
-
sixpiece
like what do I do about this for example someone tried last night I stayed up until 4am est I am now
-
sixpiece
there is no documented solutions that I can find with google I tried 2 or 3 one giving sim links another installing openssl via the ports both did not work
-
sixpiece
the ports created another issue I also tried pkg-static -f stuff and that also did not work but maybe there is another variation that I am not aware of
-
unixwitch
sixpiece: i would try fetching the current pkg package from pkg.freebsd.org for 14, and then install it with pkg-static
-
sixpiece
can you explain how to do that first part?
-
sixpiece
or both parts
-
sixpiece
I'll try to search that
-
unixwitch
to fetch the package (assuming quarterly on amd64): "fetch
pkg.freebsd.org/FreeBSD:14:amd64/quarterly/All/pkg-1.20.9.pkg", then "pkg-static add pkg-1.20.9.pkg"
-
sixpiece
there's also an issue that uname -v is not the same as /etc/OS-release one is 14.0 release p3 the other is p4
-
unixwitch
(i haven't actually tried this though...)
-
sixpiece
I get Not Found
-
unixwitch
hm, out of date mirror? try this url instead, that definitely works
pkg0.sjb.freebsd.org/FreeBSD:14:amd64/quarterly/All/pkg-1.20.9.pkg
-
polyex
any way to make my little bash code better?
pastebin.com/VFxsff02
-
VimDiesel
Title: #!/bin/bashd () { s=($EPOCHSECONDS) mkdir ~/.trash/"$s"; - Pastebin.com
-
unixwitch
polyex: use -p to avoid an error if the directly already exists, and either check for error from mkdir, or add 'set -x' at the start to automatically exit on errors, to avoid trying to move the file if mkdir fails. ('set -x' is a good idea for scripts like this in general)
-
sixpiece
the most recent version of pkg-1.20.9 is already installed
-
unixwitch
also /bin/bash doesn't usually work in freebsd... if you really need bash, '#! /usr/bin/env bash' is better
-
polyex
do i set -x at top of the file or at top of fn body?
-
unixwitch
sixpiece: add -f (pkg-static add -f pkg...)
-
sixpiece
same error
-
unixwitch
polyex: well, usually at the top... but is this something you source in your .bashrc? in that case don't, i would explicitly check the exit status of mkdir instead
-
polyex
ya i source it
-
sixpiece
ld-elf.so.1: Shared object "libcrypto.so.111" not found, required by "pkg"
-
unixwitch
sixpiece: can you show the whole command and output? -f should override that error...
bsd.to/tWOZ
-
VimDiesel
Title: dpaste/tWOZ (Plain Code)
-
sixpiece
-
VimDiesel
Title: dpaste/OiQG (Plain Text)
-
unixwitch
sixpiece: show the output of "ldd /usr/local/sbin/pkg"?
-
polyex
how am i supposed to use a var? $s works but shellcheck complains. so i tried "$s" but that complains, same with "${s}"
-
sixpiece
I did this before btw
-
sixpiece
-
VimDiesel
Title: dpaste/vfmF (Plain Text)
-
meena
polyex: that depends on the actual complaint
-
unixwitch
sixpiece: does it work if you use the entire path, i.e. "/usr/local/sbin/pkg update"? if not, please run "truss /usr/local/sbin/pkg update" and the output (it will be quite long)
-
polyex
meena
shellcheck.net/?id=cb64225 trying to make warnings go away
-
VimDiesel
Title: ShellCheck – shell script analysis tool
-
sixpiece
not that I know of I tried that but will try it again just in case
-
sixpiece
yes it works unixwitch
-
sixpiece
on the first one /usr/local/sbin/pkg update
-
sixpiece
everything is up to date
-
unixwitch
okay, well you should be able to do an upgrade now - use "/usr/local/sbin/pkg upgrade -f", the -f is required when upgrading to a new freebsd release
-
unixwitch
i'm not sure why it doesn't work without the path; if it still doesn't after you did the upgrade, show "ldd /usr/sbin/pkg" and "type pkg"
-
unixwitch
(as in the output of the command "type pkg", don't just type pkg :-)
-
sixpiece
yes, thank you performing the upgrade now
-
sixpiece
will keep you posted after it's done
-
unixwitch
polyex: it's complaining because you assigned $s as an array then used it like a string. you might want s="$EPOCHSECONDS" instead since there seems to be need to use an array here
-
polyex
pastebin.com/6dQQTkTV doesn't make shellcheck warnings
-
VimDiesel
Title: #!/bin/bashd () { s=${EPOCHSECONDS} mkdir ~/.trash/${s}; - Pastebin.com
-
unixwitch
(i'm not sure what $EPOCHSECONDS is though... is that a bashism?)
-
polyex
ill try your version too
-
polyex
ya
-
polyex
it gets seconds since unix epoch
-
unixwitch
yours is fine too, but i prefer it with quotes around the expansion even if it's not technically required, i just think it's a good habit
-
unixwitch
(as in s="${EPOCHSECONDS}", you can combine the {} with the quotes)
-
unixwitch
fwiw, a non-bash way to do that is s="$(date +%s)", but since this is specifically for bash there's no need to do that here
-
polyex
-
VimDiesel
Title: #!/bin/bashd () { s="$EPOCHSECONDS" mkdir ~/.trash/"$s"; - Pastebin.com
-
polyex
ooo
-
polyex
shell neutral is nice
-
unixwitch
date + is useful in general though, for example date +%Y%m%dT%H%M%S to get an ISO-style timestamp
-
sixpiece
it still needs the path
-
polyex
what?
-
unixwitch
sixpiece: ldd /usr/sbin/pkg?
-
sixpiece
still has the issue though
-
sixpiece
-
VimDiesel
Title: dpaste/h4zS (Plain Text)
-
sixpiece
libcrypto.so.111 not found
-
unixwitch
okay, i don't know the answer to that, but maybe someone else does. i thought /usr/sbin/pkg comes from the base system, so it should have been updated with freebsd-update
-
unixwitch
sixpiece: can you try "freebsd-update IDS"? that should check all the installed files are correct for your current release
-
sixpiece
still having that issue
-
sixpiece
it did something though
-
unixwitch
it won't actually change anything, it just returns mismatches. can you show the output of it?
-
unixwitch
(it might list some files in /etc, which is fine, since you're meant to edit those)
-
sixpiece
-
VimDiesel
Title: dpaste/L07Y (Plain Text)
-
sixpiece
a part of it is cut off
-
unixwitch
sixpiece: try "freebsd-update IDS 2>&1 | grep -v /var/db/etcupdate" to filter those out, so the rest is visible
-
unixwitch
or "freebsd-update IDS 2>&1 | grep /usr" might also work
-
» unixwitch wonders why alacritty defaults to display green as yellow
-
sixpiece
-
VimDiesel
Title: dpaste/qwGS (Plain Text)
-
unixwitch
oh you're using csh, uh, i don't remember the syntax for that. can you run it again in sh?
-
sixpiece
how to switch?
-
unixwitch
just type sh
-
unixwitch
then run the command
-
sixpiece
did the second one and no difference now doing the first one
-
sixpiece
aka the might also work now doing the first one
-
unixwitch
freebsd-update IDS doesn't change anything (so it won't fix the problem), just show the output
-
voy4g3r2
at this point, i honestly think virtualbox is doing something "wrong"
-
voy4g3r2
i download the 14.0 iso and i am STILL getting checksum issues, heck i am evening installing the iso from the same dang machine
-
sixpiece
-
VimDiesel
Title: dpaste/8sci (Plain Text)
-
sixpiece
I don't get all the input some is chopped off
-
unixwitch
voy4g3r2: that is weird. is that with disc1?
-
unixwitch
sixpiece: i think something has gone wrong with your upgrade somehow. is it possible freebsd-update got interrupted while running? i would try another "freebsd-update fetch", "freebsd-update install" and see if that helps
-
sixpiece
-
VimDiesel
Title: dpaste/GQsp (Plain Text)
-
sixpiece
basically fetch says no updates need install says run fetch first
-
unixwitch
sixpiece: you need to put the correct files in place somehow, but i'm not sure what is the right way to do this with freebsd-update (i usually install from source). i suggest asking on one of the mailing lists or the forum, include the IDS output to explain the problem
-
unixwitch
(unless anyone else here has an idea)
-
voy4g3r2
unixwitch: yup and bootonly
-
unixwitch
voy4g3r2: any chance you can try a different virtualisation system (bhyve, hyper-v, ...)? just to see if it's an issue with virtualbox
-
voy4g3r2
i was curious to see if there is a way i can get a raspberry pi to use bhyve
-
voy4g3r2
but then i introduce a new arch.. so was trying multiple other options before
-
unixwitch
i wondered about that the other day, i found a few references to porting bhyve (vmm.ko, really) to arm64, but it doesn't seem to have been merged
-
voy4g3r2
i think, to test out htis manual page thing.. i may just go with a virtualbox image already setup
-
unixwitch
which i found surprising given the recent interest in arm64 as a server platform
-
voy4g3r2
hopefully that will be the path of least resistance
-
voy4g3r2
-
VimDiesel
Title: Index of /snapshots/VM-IMAGES/15.0-CURRENT/amd64/Latest/
-
voy4g3r2
lets see if these work..
-
unixwitch
-
VimDiesel
Title: ⚙ D37428 Import the kernel parts of bhyve/arm64
-
unixwitch
looks like it's taking a while but in progress
-
voy4g3r2
haha t least the vmdk files work..
-
voy4g3r2
no checksum issues there..
-
voy4g3r2
unixwitch: pkg is not part of the base install.. i just had to install pkg to be able to get packages.. i think i saw you ask about that
-
voy4g3r2
well pkg install not working.. i am going to do yard work.. this is frustrating
-
unixwitch
voy4g3r2: /usr/sbin/pkg is part of the base system, isn't it? it's the thing that bootstraps /usr/local/sbin/pkg
-
unixwitch
so you can run pkg on a fresh install with no pkgs installed
-
sixpiece
thank you unixwitch
-
unixwitch
i wonder why SCTP isn't more popular, it seems kind of neat. was it just too complicated for most applications?
-
sixpiece
is there any help here?
-
sixpiece
or I need to revert back to the way it was before
-
cybercrypto
unixwitch: I use it since 2001 for every single telco grade application I run. (if you meant stream-control at transport layer). I guess it not popular cause it is not suitable for regular applications. end-user applications does not require same level of reliability I suppose
-
unixwitch
cybercrypto: interesting, i have heard it's used for some specialised applications
-
polyex
what's sctp?
-
unixwitch
polyex: sctp(4), it's sort of like a combination of UDP and TCP with some extra features (like multiple endpoint addresses)
-
orbifx
sixpiece: possible
-
polyex
wow
-
polyex
how does it compare to quic?
-
sixpiece
thank you orbifx how do I get it to work?
-
orbifx
sixpiece: get what to work? If there is context, I'm missing it
-
cybercrypto
polyex: it has nothing to do in comparison with quic i guess. sctp is for reliability, security (built in encryption supported) and multipath routing resilience. quic has a different purposes.
-
cybercrypto
polyex: sctp is designed to make possible to have phone calls over IP network (in dummy words). SS7 is a wireless protocol that runs voice circuit switches intra mili-second. It also detects failutes in less that 10ms. TCP would never be able to replace it. At that time, SIGTRAN was borned.
-
polyex
wow
-
polyex
you must know telco stuff pretty deep
-
sixpiece
orbifx for example I want to be able to use the pkg command without specifying the entire path in order to be able to do so
-
unixwitch
on the off chance anyone is interested in sctp on freebsd, i just open
freebsd/freebsd-src #965 to add some missing manpages... someone here was complaining about this the other day but i can't remember who
-
sixpiece
let's start with that
-
VimDiesel
Title: sctp: update manpages by lexiwinter · Pull Request #965 · freebsd/freebsd-src · GitHub
-
polyex
niiice
-
cybercrypto
some people does not understand the differences between voice of ip and telephony of ip (voip/toip). And thats really key. (your mobile apps like whatsapp runs over VoIP, not ToIP)
-
orbifx
sixpiece: where is pkg installed? is the location included in $PATH?
-
sixpiece
root@videotron:/lib # $PATH
-
sixpiece
-
VimDiesel
Title: dpaste/0x7X (Plain Text)
-
orbifx
sixpiece: used `echo` to print variable values
-
orbifx
use*
-
orbifx
sixpiece: anyway, those are the locations (separated with :) your terminal is looking for command. If pkg is not there, then you have to write the full path to execute
-
unixwitch
orbifx: sixpiece's problem from earlier is that something has gone horribly wrong with their upgrade to 14 and most of the base system has checksum mismatches reported by 'freebsd-update IDS'. so their /usr/sbin/pkg doesn't work because it's linking to the 13.x version of openssl
-
cybercrypto
unixwitch: I am not a developer to understand the code and compare to RFC statemet of compliance... I could take a look anyway - feel free to ask any other aspect of the features and use cases of it.
-
unixwitch
orbifx: we managed to get /usr/local/sbin/pkg fixed, which is why they need to type the full path to use pkg, because /usr/sbin/pkg doesn't work (it's not PATH related)
-
orbifx
unixwitch: thanks that helps
-
orbifx
unixwitch: did upgrading the whole system work the second time?
-
unixwitch
orbifx: i suggested running another freebsd-update fetch + install but it didn't do anything
-
unixwitch
orbifx: my next suggestion would be to extract base.txz, i guess, but i don't know how this works with freebsd-update because i don't use it much... so i didn't want to suggest something that would cause more problems
-
orbifx
unixwitch, sixpiece: fresh install?
-
unixwitch
i think that would be my choice in situation... or roll back to an earlier zfs snapshot / BE if there are any. i'm really curious how the system ended up in this state though
-
sixpiece
thank you orbifx everything is almost working I got help on the discord server
-
orbifx
sixpiece: cool :)
-
Remilia
[15:37:12] <sixpiece> there's also an issue that uname -v is not the same as /etc/OS-release one is 14.0 release p3 the other is p4 <- check the output of `freebsd-version -ku` and you will see that you have p3 kernel with p4 userland
-
voy4g3r2
unixwitch: that is odd, i am trying to do a pkg install on 15 and it is telling me i need to download pkg
-
Remilia
unixwitch: "extract base.txz, i guess, but i don't know how this works with freebsd-update" as I already said here several times, extracting any of the distributions (base, kernel, src, *-dbg, lib*) and then running freebsd-update will update the files that require updating
-
unixwitch
ok, i'm sorry i didn't see you say that several times? feel free to let the person affected by the issue know though...
-
Remilia
yeah it was a week or two ago with you present, but you can also test it yourself in a VM
-
Remilia
not like it matters
-
voy4g3r2
so usb drives moved to one enclsoure instead of 3.. but now when i look at zpool status, i get this..
bsd.to/TYOk
-
VimDiesel
Title: dpaste/TYOk (Plain Text)
-
voy4g3r2
why is one drive NOT like the rest.. it is setted right, i am doing a zpool scrub right now to make sure everything is good with the move
-
rwp
Other than locally manually updating the leap-seconds file is there a FreeBSD plan for updating the leap-seconds.list file?
-
rwp
I have been watching it tick down to expiration expecting it to be updated with a base update but that did not happen.
-
unixwitch
rwp: it's already fixed in current by changing the URL, but it hasn't been MFC'd yet because there's some discussion about whether it needs an EN, i think
-
rwp
Of course I can trivially update it myself locally. That's no problem. It just feels like something that affects everyone and so should be globally applied.
-
unixwitch
-
VimDiesel
Title: 275419 – ntpd: leap-seconds.list should not run inside jails, and IETF is no longer hosting it
-
rwp
Just as background noise I'll note that Debian has fixed this with a tzdata update but that Ubuntu has not yet applied an update and Ubuntu has also expired.
-
rwp
Thanks for the bug ticket number. Reading through it now. Interesting stuff in it.
-
unixwitch
-
VimDiesel
Title: src - FreeBSD source tree
-
unixwitch
rwp: fwiw, this doesn't actually cause a problem because no leap second is being added this year. but it should still be fixed, of course. (just in case you weren't aware)
-
rwp
Right. Nothing is happening. But it logs an error and I actually do look at logged errors. So all of my collective is nagging at me about it.
-
rwp
I hate to put in an ignore filter for it because nothing is as permanent as a temporary fix and almost certainly I will forget to remove it when it is finally updated and not needed anymore.
-
rwp
I did not realize that in FreeBSD the leap-seconds.list file is fetched routinely. I had thought a static copy was simply part of base. TIL.
-
unixwitch
yeah. although iirc there was some discussion about that in the PR - it's actually in base *as well* because tzdata includes it, or something like that
-
rwp
It's such a slow changing file that I had expected it to be in the tzdata in base. And also because that is how it is done elsewhere.
-
unixwitch
it may end up being easier to just ship it in base and send out an EN whenever it changes... which was last, what, 2017? ... rather than having all this complex code to get it
-
rwp
I am down to comment#22 which describes the two files.
-
unixwitch
although i think part of the issue is that the signature expires more often than it actually changes
-
rwp
They are trying to avoid the problem of having a file that is still date valid but actually needs to be updated because a change has appeared in it.
-
rwp
So they try to expire it before there can be any actual physical possibility of needing it updated.
-
unixwitch
well, qualcomm replied to my request for AR81xx docs with "we don't provide any documentation for our ICs". which was pretty much what i expected, but still... i find this really bizarre. it's not like some 10-year-old Ethernet IC contains super secret technology.
-
last1
on FreeBSD 13.2-p8 with apache24-2.4.58_1 , apachectl reload apachectl graceful always results in a core dump: kernel: pid 33365 (httpd), jid 0, uid 0: exited on signal 11 (core dumped)
-
last1
is there a known bug on this ?
-
last1
I have to restart manually from usr/local/etc/rc.d/apache24 restart
-
Schamschula
-
VimDiesel
Title: 268318 – www/apache24 with www/mod_php8{0,1,2,3?}: opcache + ASLR turned on crashes Apache
-
last1
thanks - that bug is wild
-
last1
elfctl -e +noaslr /usr/local/sbin/httpd does fix it for me, although it doesn't seem right
-
Schamschula
At the time I gave up and moved my remaining apache server to nginx.
-
unixwitch
an alternative to switching to nginx would be to use php-fpm, which is probably preferable to mod_php anyway, as it doesn't load all of php into every apache process
-
antranigv
meena temporary here, until I polish some things and move it to GitHub
-
antranigv
-
VimDiesel
Title: antranigv/superv - superv - git.bsd.am: Git with a cup of BSD
-
orbifx
antranigv: why not keep there? ;)
-
orbifx
is this similar to got on openbsd?
-
Remilia
last1: I second the above suggestion, use php-fpm, it is a better way and gives you more control
-
meena
orbifx: I don't think so. that's just a git forge (gitea or forgejo) — or what do you mean?
-
orbifx
meena: what the superv project is, I think I misunderstood it completely
-
orbifx
Any freebsd-ers on nostr?
-
veg
is nostr still a thing?
-
» meena is on $ActivityPub
-
Remilia
orbifx: superv seems to be a wrapper for bhyve, sort of like vm-bhyve in ports/packages
-
Remilia
-
VimDiesel
Title: GitHub - churchers/vm-bhyve: Shell based, minimal dependency bhyve manager
-
Remilia
I am more interested in what is different about antranigv's superv when compared to that one
-
voy4g3r2
it is fair to say, if i am working with CURRENT, i should just default to the ports tree to install things?
-
meena
voy4g3r2: why?
-
voy4g3r2
i am trying to get pkg(8) on this virtualbox and i keep getting A pre-built version of pkg could not be foudn for your system
-
voy4g3r2
-
meena
-
VimDiesel
Title: Index of /FreeBSD:15:amd64/latest/Latest/
-
voy4g3r2
oh crap, i typed that wrong
-
meena
but even if i correct the ABI I can't get pkg.txz
-
meena
anyway, I will need to put the kid to sleep, then I'll be able to actually get to the computer
-
Remilia
[21:41:15] <meena> but even if i correct the ABI I can't get pkg.txz <- because it is pkg.pkg
-
Remilia
not pkg.txz
-
Remilia
voy4g3r2: change the extension to .pkg
-
Remilia
in your URL
-
Remilia
-
voy4g3r2
that is what freebsd is doing, i do not have that
-
Remilia
what do you mean you do not have that?
-
Remilia
the link I just posted does not work for you?
-
voy4g3r2
i do pkg
-
voy4g3r2
it then says, it is not installed.. waant to install it, i go y
-
Remilia
pkg-static install pkg.pkg
-
Remilia
after downloading
-
voy4g3r2
yueah pkg-static does not exist
-
Remilia
you can get pkg-static from any 14.x or 15.x install
-
Remilia
and run it on your system
-
voy4g3r2
hrm.. okay, time to figure that out.. this CURRENT work is a lot harder than just downloading an image and going with it
-
voy4g3r2
makes you wonder why pkg(8) is not base
-
kevans
pkg.txz should be the last resort, not first
-
kevans
if it's not finding pkg.pkg, that's a lot more important than the message you've presented
-
voy4g3r2
i am trying to figure out how to enable copy/paste in virtualbox
-
antranigv
Remilia superv is... supervised!
-
Remilia
voy4g3r2: that should not be possible
-
Remilia
antranigv: what does this imply? monitoring of specific processes inside the VMs?
-
antranigv
Remilia to be clear, superv uses runit underneath, but we're planning to move to s6 soon, as soon as crest makes managible... managable... manageable? manageable config files!
-
antranigv
Remilia for example, if you're using bare bhyve or vm-bhyve and a VM crashes, there's no way to know that it needs to be restarted, but in this case, it's possible.
-
antranigv
since runit scripts are monitoring it
-
antranigv
Remilia so technically we are monitoring the bhyve process itself. and doing some tiny things as well, like clearing stale vmm interfaces, managing tap interfaces in a sane way, just basic things for now.
-
meena
antranigv: i really wish we had a native supervision… thing
-
jbo
I have a problem I didn't encounter before.... make buildworld is failing on one of my older servers
-
jbo
-
VimDiesel
Title: dpaste/vTxV (Plain Text)
-
meena
jbo: can you do a make clean in /usr/src/contrib/bc (or whatever it's called) and remove the appropriate /usr/obj files?
-
Remilia
antranigv: I see; it is somewhat weird to me since I think vm-bhyve restarted crashed VMs for me
-
jbo
meena, did that a while ago