-
shbrngdo
working for me ok - status page "We have fully rolled-back the changes to database infrastructure and mitigated the impact.". Translate 'someone did a MICROSOFT and rolled out a system update without proper test and now we're scrambling'
-
topcat001
or rather MS did an MS ;)
-
scoobybejesus
can't boot after installing zfs on root from memstick. i tried them all. just did a GPT/UEFI install. when i go into a live system from the USB, and do `mkdir /tmp/root` and `zpool import -rF /tmp/root zroot`, i `cd /tmp/root` and `ls` and only see `home tmp usr var zroot`, and `ls zroot` is empty. should i be able to get to `/boot` ? or even `/etc` or `/rescue`?
-
scoobybejesus
`sysctl -a | grep bootmethod` returns BIOS. `efibootmgr -v` complains that efi variables aren't supported. but GPT/BIOS or MBR/BIOS installs don't work either (at least for zfs)
-
scoobybejesus
if i mount ada0p1 onto `/tmp/boot` and look around, it looks normal, with `efi/boot/bootx64.efi` and `efi/freebsd/loader.efi`, but it seems like there's a missing root file system where it only set up the various datasets but not the actual root filesystem.. i think...
-
warsoul
Run 'freebsd-update [options] fetch' first.
-
warsoul
im getting this when i run: freebsd-update install
-
jmnbtslsQE
scoobybejesus: not sure of the answer to your question but don't you mean -R for zpool impot ?
-
Michelle
rwp: thanks, knew you hadn't misunderstood my point because of your reply.. others though.. not so much. Anyhow i did the zfs list .. it reported additional columns but didn't see the pool size there.. was going to paste, but pastebin went bye-bye as well... :/
-
scoobybejesus
-fR yes :)
-
Michelle
-
polyex
any text editors that automatically reload if the file it's showing changes?
-
rwp
Michelle, I think any of the pastebins are okay but the topic's suggested one has been down for months now. I don't think it is ever getting fixed.
-
rwp
Michelle, For pool size you mean the size reported by "zpool list" right?
-
polyex
kakoune does it ty!
-
jaredj
polyex, emacs has auto-revert-mode
-
jaredj
er, kbye :\
-
rwp
I use emacs and I use auto-revert-mode at the times it is needed. Works well.
-
SKull
remiliascarlet: sure. systemd caused an outrage in the linux world. but was that outrage based upon actual user experience or just people going "it's new and therefore i don't like it!".
-
SponiX
SKull: why not both?
-
Michelle
rwp, Im outta practice... shoulda done the obvious...
pastebin.com/raw/NqjxPz1N
-
shtanton
Hi!
-
shtanton
I'm looking to compile and install x11/libinput from ports, but it has a dependency on some python libraries. I'd rather not have the python libraries and I think they're only needed because of some scripts that come bundled with libinput, not libinput itself. There's no config option to disable the scripts, is it possible for me to add one?
-
shtanton
I'm happy figuring out how to do this, just want to know if there's any obvious reason it isn't possible and if I should send a patch to the ports repo with the change once I'm done
-
nimaje
shtanton: as long as those parts really are optional and can be seperated out, you can of course propose a patch to introduce an OPTION, the port maintainer will have the last word there, as they have to maintain the port and each added OPTION adds complexity, so look into the porters handbook
docs.freebsd.org/en/books/porters-handbook what you need to change and when you have a working
-
nimaje
patch propose it via bugs.freebsd.org
-
shtanton
Thanks! I'll read through the porters handbook and double check that I'm not removing anything that's required
-
shbrngdo
port build issue: multimedia/x265 has a bad checksum on one of the patch files. Not sure if already ficed or not
-
shbrngdo
fixed
-
shbrngdo
'make patch' reveals it
-
nimaje
probably, do you have commit 88c12b53a49ce5d7686cfcda9e2409ed3c1bd0f2 ?
-
shbrngdo
not yet apparently. looks like fix is in frshports though. I am building antwat with NO_CHECKSUM since it is just a patch file
-
shbrngdo
anyway not antwat
-
shbrngdo
stupid keyboard cannot type/spell
-
nimaje
how about updating your ports tree?
-
shbrngdo
not while I'm building. I need consisteny
-
shbrngdo
updates are overrated unless it truly fixes something. This process every 2-3 years in a VM first, then applied to 1 workstation at a time. So consistency and no moving targets
-
shbrngdo
this treeeis like less than 2 weeks ago
-
shbrngdo
once it builds I copy as-is to othe boxen with distfiles
-
shbrngdo
then when I need to add something, it just WORKS
-
nimaje
how about creating a pkg repo?
-
shbrngdo
(or reconfig - oh crap gadget-thing needs x1234 support - make config,nbuild, re-install)
-
nimaje
I recommend against using make config put the stuff you want changed in make.conf
-
shbrngdo
so how do you NOT get the config dialog boxes then?
-
nimaje
set BATCH=1 (well, poudriere does that for me)
-
shbrngdo
I use onfig-recursive to get them all over with at once. options change every time, like adding wayland. If it were possible to put in make.conf I'd do so. But it's not always so easy
-
nimaje
what problems do you have with putting it in make.conf?
-
shbrngdo
keep in mind, 1000 or so ports for a clean install of 14.1-RELEASE, built from scratch in a VM. that is the target fo the BSD workstations. Do it here and updating world/kernel and ports is a breeze
-
shbrngdo
oh, found another - mate-terminal chokes on the lingo files. disabled jobs, finished ok
-
rosmi_th
hi
-
rosmi_th
Having troubles with permissions. It is: -rw-r----- 1 prosody prosody 241 Aug 15 04:20 privkey.pem
-
rosmi_th
prosody: certmanager errorSSL/TLS: Failed to load '/usr/local/etc/prosody/certs/betsu.org/privkey.pem': Check that the permissions allow Prosody to read this file. (for betsu.org)
-
rosmi_th
What went wrong? it's freebsd 13.1 jail under truenas core
-
nimaje
most of my incremental rebuilds are about 1000 packages, full about 2300 I think
-
rosmi_th
acl is not enabled
-
shbrngdo
rosmi_th - how about the firectory tree containing thhe pem file?
-
shbrngdo
directory
-
rosmi_th
drwxr-xr-x 3 root wheel 3 Aug 15 04:20 certs / drw-r--r-- 2 root wheel 9 Aug 15 05:06 betsu.org
-
nimaje
you need x to enter directories
-
rosmi_th
?
-
rosmi_th
drw----r-- 2 prosody wheel 2 Aug 15 04:51 certs - still same
-
shbrngdo
right you can open files directly but if the application tries to cd or list it, probably breaks. maybe even stat breaks.
-
rosmi_th
How do I set it?
-
shbrngdo
directories should be 755 for 'other'read
-
shbrngdo
chmod 755 /dir/name/goes/here
-
rosmi_th
sec
-
shbrngdo
as root if needed
-
rosmi_th
solved, thanks
-
shbrngdo
might be a good time to look over 'man chmoc' and maybe 'man chown'
-
rosmi_th
yeah, sure.
-
shbrngdo
er 'man chmod' (stupid keyboard)
-
rosmi_th
Just haven't did anything related for a long while, forget many things.
-
rosmi_th
Thanks for help.
-
shbrngdo
np
-
Soni
-
mane
does anyone use letsencrypt on freebsd over here? i need a line to apply in cron for freebsd 14.0
-
vkarlsen
mane: certbot comes with its own periodic scripts which can be enabled with something like weekly_certbot_enable="YES" in /etc/periodic.conf
-
mane
vkarlsen: ok how do i enable the script after creating periodic.conf and addding the line?
-
mane
vkarlsen: ok how do i enable the script after creating periodic.conf and addding the line??
-
mane
should i restart cron?
-
vkarlsen
mane: That's all, you've enabled it
-
mane
cool
-
mane
thanks a bunch
-
vkarlsen
No prob
-
mane
<33
-
mane
vkarlsen: but there are no certbot scripts in /etc/periodic
-
mane
ok there is /usr/local/etc/periodic/weekly/500.certbot-3.11
-
mane
cool
-
rwp
Michelle, Your pastes of the data look like all normal to me. I don't know if you are pasting because you think something is still wrong? If so then we (I at least) will need some detail about a part that seems mismatched. Then we can dig into that detail and sort it out.
-
shbrngdo
well, so far this has been the easiest mate desktop build I've seen. I guess grabbing a ports tree at the beginning of a month helps
-
shbrngdo
omly 2 problems, both minor (one fixed already).
-
tuaris
This may sound like madness, but I have an odd situation where local storage is significantly slower than network storage due to hardware limitations. Can I make a swap file on NFS and have FreeBSD use it?
-
youcai
that will be inefficient as nfs devices are not real block aligned devices, and could e.g. give away your password to others accessing the nfs
-
youcai
consider using iscsi instead of nfs
-
TommyC
iscsi++
-
Alver
If you use iscsi, for the love of all that is holy, make sure that the block device is not accessible world wide without authentication.
-
Alver
Don't ask how I know. You know. :°)
-
CrtxReavr
iSCSI networks should be treated like SANs.
-
CrtxReavr
Isolated subnets/vlans with no routes off.
-
crb
/join ##fpgsa
-
HER
so im trying to install freebsd on an old computer.. install complains base.txz chksum is wrong
-
HER
so i dropped to shell to sha256sum base.txz
-
HER
turns out the resulting output is different everytime
-
HER
what could be wrong ?
-
mason
HER: Bad RAM, bad disk controller, bad disk.
-
mason
Bad SATA cable maybe.
-
HER
right
-
HER
thanks
-
topcat001
is dmesg showing errors? If this is a spinning disk `smarctl -t long` from a (linux) live usb
-
HER
its not a spinning disk. curiously i was able to install freebsd on the machine.. after some days the machine crashed with a: Fatal trap 12: page fault while in kernel mode
-
HER
now its randomly crashing.. and im trying to re-install to see if that fixes.. however the problem seems to be hardware somehow
-
topcat001
oh it might be ram then
-
topcat001
several (overnight) passes of memtest might be useful
-
topcat001
kernel mode PF on an otherwise stable release indicates a high chance of memory corruption