-
sfox
Does anybody use syncoid on freebsd? Is there any way to use it without changing root's shell to sh?
-
sfox
mbuffer: fatal: unknown option "2"
-
sfox
syncoid just errors out constantly
-
sfox
i've also tried sh -c 'syncoid -r a@b:zroot/iocage zroot/iocage
-
sfox
' and it still errors
-
sfox
Does anybody use syncoid on freebsd? Is there any way to use it without changing root's shell to sh?
-
sfox
mbuffer: fatal: unknown option "2"
-
sfox
syncoid just errors out constantly
-
fireglow
Anybody tried building the updated devel/nasm 2.16.01,1 in poudriere? I'm getting thousands of gmake processes, slowing down the entire system to a crawl.
-
fireglow
-
sfox
not yet, sorry
-
rtprio
sfox: root's shell is sh by default
-
rtprio
fireglow: something seems amiss with that... why is nobody compiling it?
-
rtprio
joko: you need to enable it to use RA
-
sfox
I can't untar my backup files
-
sfox
x srv/minecraft/crash-reports/crash-2019-06-20_06.42.40-server.txt: Cannot extract through symlink srv/minecraft/crash-reports/crash-2019-06-20_06.42.40-server.txt: No such file or directory
-
sfox
tar -C / -xvf /root/minecraft2.tar
-
sfox
what does that even mean?
-
toxictrash
sfox: man tar ;) -C destination location -x extract -v be verbose -f use file instead of stdin
-
joko
rtprio: what would I need to enable? This is my current rc.conf line: ifconfig_epair0b_ipv6="inet6 auto_linklocal accept_rtadv autoconf"
-
sfox
yeah. pretty basic
-
sfox
why isn't it restore?
-
toxictrash
tar is archiver it does not restore files it extracts files from archives
-
sfox
so I can't just untar a tarball onto / with bsdtar?
-
toxictrash
sfox: yes you can
-
sfox
-C / right?
-
toxictrash
sfox: yes
-
sfox
that's what i did
-
sfox
tar -xvf file.tar -C /
-
sfox
I don't understand what i'm doing wrong
-
toxictrash
and it gives you error?
-
V_PauAmma_V
Check whether the symbolic link given exists in the extracted tarball, and whether the pathname it links to exists.
-
sfox
there is no symbolic link
-
sfox
/srv/minecraft is just a regular folder
-
toxictrash
what about crash-reports or crash-2019-06-20_06.42.40-server.txt
-
sfox
just a regular folder and plaintext file
-
sfox
I did managed to work around whatever the issue was with tar -C /srv/ -xvf /root/minecraft2.tar srv/minecraft and just moving the folder up a directory into place
-
debdrup
fireglow: send an email to the ports maintainer.
-
sfox
But that is a really weird issue I'm curious how it happened
-
V_PauAmma_V
Do you have the exact command line used to create that tarball?
-
cracauer
Which part of usr/src/release/ makes the tarfiles like base.tgz? It is a bit opaque.
-
uskerine
libGL error: failed to authenticate magic 1
-
uskerine
libGL error: failed to load driver: i96
-
uskerine
any ideas on why that could be happening?
-
meena
cracauer: it really is. what are you trying to do?
-
cracauer
I want to make kernel.tgz and base.tgz from a 14-current build and untar that on a wimpy laptop.
-
meena
and, like, make release doesn't do that?
-
cracauer
It does?
-
» meena only interacts with this mess of a makefile via poudriere or nanobsd
-
cracauer
I will try `make packageworld`
-
meena
and with poudriere, I mostly create packages:
alpha.pkgbase.live
-
VimDiesel
Title: Unofficial FreeBSD pkgbase repository
-
debdrup
-
VimDiesel
Title: FreeBSD Release Engineering | FreeBSD Documentation Portal
-
cracauer
OK, running now.
-
meena
"The FreeBSD Subversion repository contains several hooks to perform sanity checks before any commit is actually committed to the tree." does the FreeBSD git repository also do that?
-
debdrup
meena: yep
-
jimmiejaz
oh boy, had to remove mesa-dri and mesa-libs and install the previous version, totally broke Xorg. :(
-
Helper
what drivers are you using?
-
jimmiejaz
radeon-510
-
jimmiejaz
it's a mesa issue though, fixed in upstream, but not in pkgs it seems
-
Helper
on freebsd 13?
-
jimmiejaz
-
VimDiesel
Title: 268327 – graphics/mesa-dri: 22.3.0 breaks direct rendering (radeon, SUMO, r600_dri)
-
jimmiejaz
found it via
forums.freebsd.org/threads/xorg-server-segfault.87422 and backing down to mesa-dri/libs 21.3.8 makes X work again (yay for /var/cache/pkg holding onto old versions)
-
VimDiesel
Title: Xorg server segfault | The FreeBSD Forums
-
Helper
anyone in here uses awesome wm?
-
mkf
12
-
cracauer
In FreeBSD land there are no two people running the same desktop.
-
cracauer
Except maybe a vt100.
-
parv
Re: "no two people running the same desktop" -- Do you mean actual desktop environment and/or window manager; or what other auxiliary widgets people use? In case of "Wayland", there seems to be not much to choose
-
parv
... for a window manager.
-
ixmpp
oh, wayland works on freebsd?
-
parv
debdrup uses it, from the impression I got so far, exclusively with "sway"
-
parv
# A comma could be in between "exclusively with" but works either way
-
» shiroyasha uses i3 but runs `pkg install sway` anyway because it installs enough stuff to reduce the amount of fiddling necessary to make i3 work.
-
shiroyasha
I should try migrating to sway on my next reinstall tho.
-
ixmpp
i use wayland pretty exclusively on linux now, so it'd be nice not to regress to X on bsd if i ever use it as a desktop os
-
debdrup
I do use wayland and sway, yes - but it's hard to get by completely with out Xwayland for the occational thing that doesn't support Wayland yet.
-
debdrup
You don't need Xorg installed, though - only Xwayland.
-
debdrup
Oh, and xorgproto according to `pkg info -x xorg` ;)
-
parv
debdrup, Thank you for the amendment
-
debdrup
No worries. :)
-
chriswells0
I have an SSD from the ZFS mirror my old desktop (FreeBSD 12... 3?) connected to my current system. I've created a raw disk in VirtualBox to point to it, and attached it to a VM. The VM asks for the GELI password, shows the FreeBSD boot menu, and hangs while booting.
-
chriswells0
My suspicion is that I need to disable some of the kernel modules such as for VirtualBox so they're not loaded in the guest OS, but I don't see /etc if I import the zpool on the host. What would be the right way to get to /boot and /etc on that zpool?
-
chriswells0
I could likely swap the SSD into another PC, boot from it, and edit from there, but it would be nice if there was a simple way to do it without having to move the disk back and forth.
-
yuripv
import that pool with -R /somepath
-
chriswells0
Check.
-
chriswells0
I have it at /oldpcname
-
parv
Is the problem of specifying GELI password?
-
yuripv
check zfs list for the datasets you need, and mount those
-
chriswells0
There's no dataset for /etc.
-
chriswells0
and I don't see it under the mount point.
-
chriswells0
nor /boot.
-
chriswells0
Are those under different (unencrypted) partititions?
-
chriswells0
It only mounts tmp, usr, var, and zroot.
-
parv
"/etc" would be in "/"; some portions of "/boot" also. All depends how the datasets were setup
-
chriswells0
It's the default setup from 12.x when choosing an encrypted filesystem.
-
chriswells0
Any idea which dataset /etc actually lives on? Is it zroot/ROOT/default?
-
parv
Yes
-
chriswells0
OK, that was it. I thought it would mount with the others when I imported the pool, but it didn't.
-
tarel2
Can you dual boot freebsd and openbsd? I would think you just make a partition for freebsd, puts its bootloader into it, along with / everything in the rest of the partition, so you dividing that up so it hold all the partitions , files and folder. Then do the same with openbsd.
-
parv
The root dataset has "canmount=noauto" attriubute, at least on 1[34], which prevents the dataset being mounted via plain|automatic "zfs-mount"
-
chriswells0
Thanks. Sorry for the petty question.
-
chriswells0
Ah, OK.
-
chriswells0
It was just confusing to see the other dirs show up but not what I expected.
-
parv
Try this: zfs list -o name,canmount,mounted,mountpoint
-
chriswells0
Yes, it has noauto.
-
parv
s/attriubute/attribute/
-
parv
/etc/rc machinery mounts everything under the active boot dataset even if a dataset has "canmount=noauto" attribute
-
_xor
Anyone here messing around with risc-v?
-
tarel2
Not yet, what about you?
-
_xor
Exploring it for fun, as a side project.
-
tarel2
I have been working to learn arm 32 bit and 64 assembly
-
tarel2
and I have a pi and a pine phone pro so I have been exporting much
-
tarel2
oh and been looking at amd 64 assembly too
-
_xor
arm basics are pretty straightforward, so that's good. I'm working with esp32.
-
tarel2
I find , arm is way easyer , then when I look at the same code on amd64