-
cpet
the 8080
-
kenrap
cpet: I think you could use `pkg install -g FreeBSD-*` to do what you want
-
cpet
thats wasnt for me
-
kenrap
Although I recall there is a `bsdinstall pkgbase` command when I was testing pkgbase in a jail and it installed the right amount of packages. I think bsdinstall can have its env vars configured to install at the root dir. Haven't tried that though and might not be safe.
-
kenrap
cpet: gotcha, sorry
-
kenrap
cybercrypto: ping
-
kenrap
I ran into this annoying bug with pkgbase though:
freebsd/pkg #2517
-
cpet
how is that a bug if they basically gave various ways to remove sendmail ?
-
cpet
the issues with pkgs is you either use it or you dont and its not meant to be a workaround for customized installed or people who want to customize
-
cpet
and people will still complain about the weirdest opf issues
-
cpet
such as installing freebsd-pkg-man instals 2kb more than before why?
-
kungfujesus
does anyone know if the newer iwlwifi chipsets are supported on freebsd with hostapd in sta mode?
-
cpet
which newer chipset
-
kenrap
cpet: I triggered that bug in a different way, but I don't recall what I did exactly.
-
kungfujesus
any of the 802.11ac ones
-
kungfujesus
maybe the ax210?
-
cpet
-
kungfujesus
right, it's supported but, what about sta mode? I want to use it as an AP on a FreeBSD system
-
kungfujesus
and, does it work in sta mode with 802.11ac configurations
-
cpet
error: did you mean `--depth` (with two dashes)?
-
cpet
hah
-
cpet
well greping the code the onyl thing I see is sta_id
-
kungfujesus
there should be a man page entry that states what does a chipset supports along with the caveats (e.g. 802.11n/g only or what have you). I swear once upon a time there was...
-
scottpedia
kungfujesus: that kind of stuff is typically proprietary
-
cpet
im still confised as to why im greping code
-
scottpedia
cpet: greping? as in using grep?
-
cpet
it shows imilarities doesnt it ?
-
scottpedia
yeah but for the same purpose you can use less too
-
cpet
i was greping for sta in the iwlwifi code
-
kungfujesus
currently, I've been stuck on an 802.11n atheros chipset (ath9k based) for over a decade. I've been waiting forever for ath10k support but it seems like that may never come. I use hostapd with a nanobsd system as a wireless bridge. There's been a lot of press lately about 802.11ac _finally_ being supported but from what I can remember only in client mode
-
kungfujesus
I'd like to know if that situation has changed
-
cpet
the Intel iwlwifi driver was chosen to be used to develop 802.11ac station support. In addition to user-requests, the Dual-License of the newer driver parts (we can simply take the BSD license code, whereas we cannot take any GPL-only code into the tree anymore), already support for 11ax, the clean code structure, previous examples of ports of older versions of the driver, the ability to distribute
-
mjp
dont fancy running alpine linux in a bhyve vm with device passthrough to get half decent wireless speeds? :D
github.com/pgj/freebsd-wifibox
-
cpet
firmware, .. all played into the decision,
-
cpet
-
cpet
google is hard
-
kungfujesus
mjp: I do not, hah. I remember seeing that but I also recall that somehow the LinuxKPI stuff made that obsolete?
-
scottpedia
kungfujesus: you have to expect the maker to do the firmware for you
-
cpet
scottpedia: firmware is included ind river
-
scottpedia
it's already a bliss if you get that for Linux
-
kungfujesus
cpet: Googling _this_ stuff is hard. It seems like Google has gotten worse at indexing these things and definite sources of information for this stuff (apart from being incredibly familiar with the source code) is hard to come by
-
cpet
blame the user not the machine
-
scottpedia
cpet: yeah that's what I am saying they don't do the driver for every OS and for every chipset
-
kungfujesus
yeah that wiki article is all out of date, right? It says 802.11ac support is pending
-
cpet
you know you can boot the OS install and test this right ?
-
kungfujesus
I'm deciding whether or not to buy it
-
cpet
buy it test it then return it if it dont work
-
cpet
heh
-
kungfujesus
this seems like a pretty big ask when I'm all I'm asking is if it's notionally supported. I don't get why this isn't documented anywhere to reflect the current state of development
-
cpet
wiki mentions supports devices
-
kungfujesus
in what modes? Am I going to need to do some franken Linux thing like freebsd-wifibox does?
-
cpet
go email adrian@ who is the wifi guru and ask
-
cpet
or ill email him and ask for you heh
-
kungfujesus
seems more likely to answer you than me
-
cpet
why?
-
cpet
one day ill understand why people are afraid to submit PR and email developers directly
-
cpet
as long as its freebsd related and generalized im sure any dev will respond
-
kungfujesus
I'm not afraid but I do have a vague recollection of sending him a question once and never getting a reply
-
cpet
done
-
cpet
see what he says
-
cpet
sctually
-
cpet
lets ask in freebsd-wireless
-
swee
is virtiofs supported in FreeBSD (or at least planned?)
-
swee
or do i have to keep my linux+sshfs setup for host data
-
mzar
swee: v9fs is supported
-
swee
mzar: ah, so virtio-9p?
-
ek
mzar: v9fs has been supported for, like, a decade, sir.
-
mzar
yes, it should be supported
-
mzar
yes
-
swee
do i need to install any separate packages, and is it set up like in Linux?
-
mzar
I don't know how to set it up in Linux, but for FreeBSD there is man page p9fs(4)
-
swee
i.e. /hostshare <TAB> /mnt/hostfs <TAB> 9p <TAB> trans=virtio,version=9p2000.L <TAB> 0 0
-
swee
in fstab
-
mzar
-
swee
# mount -t p9fs /hostshare ./test
-
swee
mount: /hostshare: Invalid fstype: Invalid argument
-
ek
Yeah. Even supported in bhyve now. That's pretty awesome. I tried to boot a p9 VM a while back and it didn't work. Moving forward!
-
swee
-
ek
swee: Have you loaded the virtio_p9fs kernel module?
-
swee
kldload: can't load virtio_p9fs: No such file or directory
-
swee
did I miss a FreeBSD update or something?
-
ek
What version of FBSD?
-
swee
14.3
-
swee
it's latest production version, that's for sure
-
ek
Ah. Might be why. I believe 15 is the latest to provide the kern module by default.
-
ek
14 you can build the module into the kernel.
-
ek
Just give it a few weeks and 15.0-RELEASE will be available and it will be included without have to build a custom kernel.
-
swee
i did try building that module and loading it last time, someone here helped me
-
swee
KLD virtio_p9fs.ko: depends on kernel - not available or version mismatch
-
swee
on other VM
-
swee
i guess for now i'll keep using linux + sshfs lol
-
swee
in a separate vm
-
cpet
why dont you just recompile the module
-
swee
i forgot how to
-
ek
swee: You rebuilt the kernel and userland for the p9 support?
-
ek
What, exactly, did you do?
-
swee
ek: no just the module
-
ek
Ah, okay. There's likely additional code that needs to be compiled for the kernel to support the p9 module.
-
ek
If you add the p9 option the kernel and rebuild it (fully), it will include everything you need and it should load just fine.
-
ek
... well, provided the build/install is successful.
-
swee
is it difficult to rebuild kernel
-
ek
Not at all.
-
mzar
p9 should work when module is loaded, if FreeBSD version is fresh enough
-
mzar
kldload virtio_p9fs
-
ek
mzar: 14.x doesn't have the p9 module. 15.x only (I guess?)
-
swee
ek: like... is it as difficult (and maybe time consuming) as building the linux kernel
-
cpet
so you compile a kernel module made for 15.x on 14.x ?
-
cpet
then comaplin when you get an error as the above
-
cpet
heh
-
ek
swee: It's actually much easier, really.
-
ek
-
ek
You just choose what you do and do not want from a flat-file with comments and just build it.
-
mzar
ek: ha... you are right
-
ek
Linux has always confused the hell outta me.
-
cpet
ek gets confused by just being ek
-
ek
I get confused by the fact I know cpet. :)
-
cpet
dont hate
-
swee
dunno, am a noob at the BSDs lol
-
cpet
where did you download this so called module
-
ek
swee: That's fair. It's why the handbook, forums, and IRC exist. Questions are acceptable.
-
swee
cpet: i think building with /usr/src
-
cpet
we cant help you if you dont even know what you did
-
cpet
seems like it would better if you just updated to 15.0-RC4
-
cpet
fusefs-sshfs-3.7.5
-
cpet
or use that until 15.0 is out
-
cpet
if what you want is the same thing
-
swee
that's what I'm currently using as a workaround so far
-
cpet
kernel modules want the same kernel and the same userland
-
cpet
even if the module compiles it will still comaplin cause the kernels dont match
-
swee
right, TIL
-
cpet
would probably be better to just update vs hacking the system
-
swee
¯\_(ツ)_/¯
-
cpet
what the hell is that
-
swee
my irc client has a plugin to make things rainbow so i aliased /gayshrug -> /prism ¯\_(ツ)_/¯
-
cpet
hrm
-
LxGHTNxNG
this channel has +c which blocks colours
-
LxGHTNxNG
so your message was boring
-
swee
didn't notice lol
-
ek
Might've been boring, but it still presents as expected on irssi/bitchx/weechat...
-
ek
It's the simple shrugging chars.
-
ek
¯\_(ツ)_/¯ : shrugging guy?
-
v01d
is it normal not to have any chat history for example of this channel except my own exchange
-
v01d
?
-
ek
v01d: I suppose it depends on your IRC client. I have all history without any problem.
-
ek
Wait. Are you talking about when you close your client and open it back up to connect at a later time? You're expecting data that your client wasn't there to collect? Like a cache history that would be dumped to you?
-
ek
... kinda like Slack or Discord? If so, yes. Totally expected. IRC is a one way street. Either your client gets the data or it doesn't. It needs to be present. There is no backlog dump when you reconnect.
-
v01d
ok thanks sharing with meI did not know
-
v01d
so right now there is no other activity on this channel than you and me?
-
v01d
I use goguma I'm writing to you from android phone
-
v01d
?
-
mzar
swee: yes, updating to 15.0 RC will be good step forward
-
v01d
can we install somehow the freebsd manpage through termux on Android phones
-
v01d
it would be real nice
-
v01d
to have them like that
-
mzar
sure, you can, you need android SGML reader
-
mzar
v01d: are you a FreeBSD user ?
-
v01d
yes iam a freebsd user
-
v01d
mzar: please elaborate
-
Hecate
5
-
Hecate
(woops)
-
JetpackJackson
What are the benefits of running a VM using bhyve versus libvirt/qemu?
-
LxGHTNxNG
libvirt is just a way of managing different VM frameworks, even over a network; it has, iirc, a backend for bhyve and is thus usable with a freebsd hypervisor.
-
dstolfa
none of those are comparable to each other. bhyve is a catch-all name for freebsd's hypervisor (the vmm + libvmm + the userspace virtio bits/cli tool). qemu is an emulator that can use a hypervisor for acceleration, which could be done through bhyve's bits (although there is currently no support for that in qemu sadly) and libvirt is a configuration tool to manage VMs that can use either of the two
-
Hecate
JetpackJackson: Bhyve benefits from the attention of the FreeBSD project directly, instead of relying on third-party software. Moreover, libvirt can use bhyve as a driver :)
-
JetpackJackson
Oh ok
-
JetpackJackson
I guess I was confused on my terminology
-
JetpackJackson
So like I could use bhyve to run Linux-only programs if needed? And i could use a VM that isn't Ubuntu?
-
dstolfa
yeah, although keep in mind that you won't get "fast" graphics as it will go over vnc
-
dstolfa
you can likely run a lot of linux stuff via linuxulator though
-
Hecate
JetpackJackson: which programs are you thinking of? Sometimes they can use the linux compatibility layers offered by FreeBSD (I'm thinking especially of htop)
-
JetpackJackson
Well currently orca slicer cause its a bit buggy in wine
-
JetpackJackson
They only have appimage and flatpak
-
JetpackJackson
Ran into issues with both in linuxulator chroot
-
JetpackJackson
On my Linux system for school I had to run virtualbox and unityhub and was able to use the AUR for that (even though I dislike it) and I can use distrobox and flatpak too so I'm trying to figure out what my "fallback" options are on FreeBSD I guess
-
JetpackJackson
Like flatpak and distrobox are my fallbacks when I'm on chimera
-
LxGHTNxNG
sounds like your production machine should stay on linux for now?
-
LxGHTNxNG
did i or my useful idiots ever rant about our project to port ifupdown-ng to freebsd and its workalikes? we realize it's wholly redundant but we thought it'd be cool as a tech demonstrator. we never got it past a truly horrendous pre-alpha stage
-
JetpackJackson
LxGHTNxNG: yeah I mean I'm not changing anything until I graduate cause this Linux laptop is my main machine but I like to make sure all my bases are covered before distro hopping
-
dstolfa
you can always just run freebsd in a headless vm
-
JetpackJackson
Yeah I am but im a bit low on space so I haven't given the VM much space
-
JetpackJackson
Plus that doesn't give me the opportunity to test GUI stuff or bhyve
-
mzar
v01d: the concept of FreeBSD user is self-explanatory
-
pertho
has anyone here gotten Steam working in FreeBSD?
-
pertho
when I tried it on 14.3.. the games would just stutter.. it was like watching a slideshow
-
pertho
maybe 15.0 will be better
-
remiliascarlet
"has anyone here gotten Steam working in FreeBSD?" I didn't.
-
scottpedia
macos has rendered at least two of my steam games unplayable
-
scottpedia
that is a shame
-
Gocmen
is there someone has latest freebsd handbook in .epub format?
-
remiliascarlet
Sorry, I don't have one.
-
scottpedia
Gocmen: you might want to go to archive.org or libgenesis for that kind of resources
-
Afterglow
Convert the pdf with Calibre
-
voy4g3r2
Gocmen: there is also the utility pandoc.org which may take a little work.. but iha ve used it to do markdown -> pdf with some LaTeX love
-
voy4g3r2
it also supports converting to epub format
-
scottpedia
honestly epub is not the most useful when browing through technical documents
-
scottpedia
i'd still recommend pdf or even plain text
-
deepy
Surely it's more a question of device than content? I've read technical documents just fine on my kindle
-
skered
Are all the gotchas with freebsd-update and ssh not working still there or were all those fixed post init. release?
-
» skered is going to be going from 9.3 to 14.3 stepping thru most of all the point releases.
-
skered
Wonder if I should restart sshd each time before any reboots.
-
rtprio
9.3 ?
-
skered
THE 9.3.
-
rtprio
did you just pull out a machine from the closet from ten years ago and decide to upgrade it
-
otis
recent-ish freebsd-update restarts sshd for you. anyway, i'd suggest to at least check the logs.
-
skered
Yeah, this would never be a machine on the Internet that no one wanted to update due to downtime/breakage/cost to update software.
-
skered
The big issue is that due to the age the VPS can't attach a OOB console to it.
-
skered
So not having ssh is kinda of a pain.
-
skered
otis: That's my hope but I just recall a couple updates either between minors or maybe majors where sshd failed to start unless you restarted it before hand.
-
skered
I get the feeling maybe it was when some keys types were dropped.
-
rtprio
well should be exciting
-
mzar
skered: don't you have ipmi console ?
-
skered
mzar: This is a VM.
-
skered
And the VNC console make 9.3 crash at startup.
-
mzar
oh.. you need serial console then
-
skered
I'm using this a reason to upgrade. So I'm not really looking to fix it.
-
rtprio
and you dont install fresh because?
-
mzar
why install if he can upgrade
-
mzar
FreeBSD is easily upgradable
-
skered
mzar: It is until it isn't. But I think it will be fine.
-
skered
My only issue was is it even possible. Testing a in a vm it seems all the bits are still out there on freebsd-update servers and the sshd things
-
skered
I just couldn't seem to find out if the sshd issues were fix or if you had to follow post install pre reboot steps to make sure it all worked.
-
mzar
skered: no worries, you can always boot it from another medium, mount under /mnt and issue command "make installworld DESTDIR=/mnt" if you have world and kernel built and accessible via NFS share
-
mzar
FreeBSD is flexible OS with regard to upgrades
-
voy4g3r2
skered: does the vm have a zfs or ufs filesystem?
-
skered
ufs.
-
mzar
is it 32-bit or 64-bit OS skered ?
-
skered
64.
-
cpet
kinda makes ya wonder why we have so many secueity breaches
-
kenrap
There would be fewer security breaches in general if companies update/patch their systems way more often.
-
dvl
mzar: Doing that zpool shrink on prod now. Just installed the SATADOMs and putting it up, ready to transfer the zpool.
-
mzar
nice
-
mzar
FreeBSD is good OS, everything can be done in-place, without reinstall
-
mzar
hardest part was transitioning from 32-bit to 64-bit using self-hosted builds IIRC
-
kenrap
s|good|great| :)
-
ZedHedTed
when updates come, install them ASAP. my boss refuses to help people at work if their Chrome or FF is out-of-date.
-
mzar
yep, it's even better to run not released yet software than outdated one, running not released code minimises the surface and vector of attack
-
ant-x
This upgrade treadmill is exhausting, especially now that new versions come our not once a year, but once a week.
-
o0x1eef
That's why I jumped off -CURRENT. Upgrading all the time is a chore.
-
mzar
it's a pleasure
-
DaliborFox
not everyone enjoys babysitting their computing equipment
-
mzar
unattended upgrades are solving problems
-
ant-x
^ and not creating them?
-
» DaliborFox would feel very uncomfortable about unattended upgrades breaking things
-
mariuss
I just updated my lone desktop FreeBSD system to 14.3-p5, and then ran pkg upgrade to the current quarterly. Result: I can no longer get past sddm. It loops back to the login screen. As this has happened before, I'm suspecting there is a video driver issue.
-
mariuss
I forgot to write down notes the last time I had to rebuild the driver.
-
mzar
mariuss: plase go ahead and upgrade to 15.0-RC
-
mzar
it will solve a lot of issues
-
DaliborFox
I wouldn't presume it would fix the video driver issue though
-
mzar
why not
-
DaliborFox
since the issue is most likely that what's in the pkg database is inconsistent with the kernel
-
mzar
mariuss will add Freebsd-ports-kmods
-
mzar
then upgrade
-
mzar
and will be fine
-
DaliborFox
Can you provide instructions? I don't have a desktop FreeBSD system at the moment, so I've forgotten the steps too
-
mzar
sure, there are hundreds of people hanging here, we will guide him
-
mariuss
Normal upgrades are no problem. However, all my other FreeBSD boxen are servers, and thus I only run into this issue on this one machine,
-
mariuss
IIRC the process is to get the kernel sources and build the kmods agains that.
-
mzar
no worries, you should give a try to 15.0 on this desktop
-
mzar
there is nothing to build
-
mzar
do you have kmods repo in /etc/pkg/FreeBSD.conf ?
-
mariuss
OK. As this not a production machine I'll give it a go.
-
mzar
yep, but even with 14.3 it should work
-
mariuss
Yes there is a kmods entry in FreeBSD.conf
-
mzar
pkg upgrade -r FreeBSD-ports-kmods
-
mzar
please issue this command
-
mariuss
Unfortunately, I can't in single user mode: Insufficient privalege to upgrade packages
-
mzar
you can use it in multiuser environemnt
-
mzar
ah.. you have no network ?
-
mariuss
How do I get into multiuser mode w/o the GUI?
-
mzar
start the network, make / writeable and go ahead
-
mzar
sure, you are in multiuser without gui, unless you booted into single user
-
mariuss
I booted single user
-
mzar
do you have more then one console working ?
-
mzar
ha..
-
mzar
that's bad
-
mzar
but no worries
-
mzar
remount / rw
-
mzar
and start network
-
mzar
what is / on ?
-
mariuss
ZFS
-
mariuss
How can I temporarily disable the GUI a t boo time?
-
mariuss
s/a t boo/at boot/
-
mzar
the gui ?
-
mzar
UEFI loader ?
-
mzar
it's harmless
-
mariuss
I.e. only get the console, but with multiuser login
-
mzar
now you can remount rw /
-
mzar
OK, so look at kld_list
-
mzar
sysrc kld_list-=undesired_driver
-
mzar
but first you need to make / writeateble
-
mzar
zfs get readonly zroot/ROOT/default
-
mariuss
UEFI loader. I updated it this morning, after I ran into this problem. It made no difference.
-
mzar
zfs set readonly=off zroot/ROOT/default
-
mzar
sysrc kld_list-=i915kms
-
mzar
sync && reboot
-
mzar
and you will have no gui
-
mzar
but instead of rebooting, you can start network
-
mzar
and upgrade
-
mzar
dhclient em0
-
mzar
pkg upggrade -r FreeBSD-ports-kmods or pkg upggrade -f -r FreeBSD-ports-kmods
-
mzar
and you will be fine
-
cpet
kenrap: i like your style man
-
cpet
kudos or something
-
mariuss
I get: No repositories are enabled
-
mzar
ha... you have to enable them
-
mariuss
How?
-
mzar
mariuss: in 14 the name was different
-
mzar
please check your confing
-
mariuss
I'm still on 14.3!
-
cpet
what do the logs say
-
mzar
check this file /etc/pkg/FreeBSD.conf
-
mzar
one repo has name with "kmod"
-
mariuss
Looking at that: FreeBSD-kmods
-
mzar
go ahead
-
mzar
it was reanemed a lot, now the name is different
-
cpet
the log for sddm will tell you what going on
-
cpet
do you have securelevels set to anything hgiher that -1 ?
-
cpet
pastebin your rc.conf and your /etc/pkgs/FreeBSD.conf
-
cpet
er /etc/pkg/*
-
cpet
ek is dead
-
cpet
wrong server
-
mzar
now my shift is over, cpet will guide you, thanks
-
cpet
need to close some of these ssh tabs
-
mariuss
OK. I'm now logegd into multiuser mode (with network) by disabling sddm in /etc/rc.conf.
-
mariuss
The kld that is in need of being updated is radeonkms
-
mariuss
Running pkg upgrade -r FreeBSD-kmods did nothing.
-
mzar
that's sad story
-
mzar
but upgrading to 15.0 RC if it's your destkop is encouradged, at least by my
-
mzar
me
-
mariuss
I'm not typically inclined to install non-RELEASE OS versions. However, as this is a non-production system I'll give it a try.
-
mzar
running non-relasesd software decreases sufrace and vector of attack against the desktop
-
mzar
my desktop runs CURRENT
-
mariuss
What is the correct OS string? 15.0-RC doesn't seem to exist.
-
mzar
RC3 ? let me check
-
mariuss
That was out a few days ago
-
mzar
perhaps RC4 is out, or it should be building now
-
mzar
-
mariuss
Looks like RC4 is out.
-
mariuss
However, not available yet. Trying RC3.
-
JetpackJackson
Hmm I did a fresh VM install of 15, and its all configured nice with pkgbase and such, but I seem to be missing the shutdown command?
-
JetpackJackson
Nvm
-
JetpackJackson
It seems I have to prefix doas whereas I don't think I needed to before, it would just say that I didn't have permission
-
JetpackJackson
Stupid question sorry
-
mistrial
Halt should be there also
-
JetpackJackson
Oh yeah
-
JetpackJackson
There it is
-
rwp
The man page for "man shutdown" says: In order to use the shutdown command, the user must have root privileges or be a member of the operator group.
-
rwp
Were you in the operator group before? But are not now?
-
JetpackJackson
Ohh
-
JetpackJackson
Yeah I think so
-
mzar
-
JetpackJackson
I really like how pkg fetches packages before installing
-
JetpackJackson
Does pkgbase play nice with portmaster or poudriere? Dont want to muck up pkg prime-list with dependencies
-
dvl
-
dvl
and look at that formatting. I should proof read before pasting.
-
mzar
dvl: good job, I am following you on mastodon, so observed each your move ;-)
-
daemon
join #not-freebsd
-
daemon
oops sorry
-
mzar
daemon deserves at least nice poking ;-p
-
daemon
:-)
-
JetpackJackson
:3
-
daemon
wonder if im still an op
-
daemon
nope
-
daemon
dstolfa, guess I was away a while :P good to see you again
-
JetpackJackson
I installed FreeBSD-set-devel to try to compile some things but now I want to remove it but pkg says its vital. I don't want to use -f cause I don't want to break something
-
JetpackJackson
If I remove with -f and then run pkg autoremove it just hangs
-
mzar
it could be a but
-
mzar
*bug
-
JetpackJackson
How do I fix it
-
mzar
ha... that's hard to answer, probably you can report it
-
cpet
-
JetpackJackson
I don't get it
-
cpet
each time I see your nick reminds me of the jetsons theme
-
cpet
JetpackJackson: you cant mix ports a pkg's
-
dstolfa
daemon: \o
-
cpet
the only time you can is when the port has the same options as the pkg
-
JetpackJackson
cpet: oh
-
cpet
or using poudriere and adding the pkg repo
-
JetpackJackson
Lemme send a pastebin
-
JetpackJackson
What was that site you mentioned, I forgot
-
cpet
if its less than 3 lines just paste here
-
JetpackJackson
Its not
-
JetpackJackson
-
cpet
<command> | curl -F 'sprunge=<-'
sprunge.us
-
cpet
ls -la | nc termbin.com 9999
-
cpet
that works
-
cpet
so many pastebins most if not all havent been maintained in 5+ years
-
JetpackJackson
Alright
-
JetpackJackson
Where do I report the pkg auto remove thing?
-
JetpackJackson
Im nervous
-
dvl
cpet: You've heard what happened to dpaste.org?
-
dvl
cpet: Right now I'm thinking, I have privatebin configured locally (publicly available, but login required). Now I want o install termbin.com on a local host nearby.
-
v01d
mzar: can you elaborate about android sgml reader and manpages
-
mzar
v01d: I am not using it
-
JetpackJackson
I need to see if xwayland dies on KDE or something cause not having it on niri sucks
-
kenrap
cpet: oh, you meant the use of the '|' as the regex delimiter for typo correcting?
-
kenrap
(forward slashes are overrated imo)
-
mfisher
that sucks for dpaste :(
-
mariuss
After updating the machine to 15.0-RC3, I'm updating the packages. pkg wants to install every flavor of postgresql-client (14, 15, 16, 17 and 18 so far)
-
rwp
If you are upgrading then that means those previous versions were already installed?
-
mariuss
I certainly didn't install them manually! However, they may be dependencies. Personally, I only use mysql and sqlite.
-
v01d
-
v01d
where they are?
-
yakubin
v01d: in freebsd-src in directories of the programs they are about.
-
v01d
can't I have them all
-
yakubin
You can run `find . -name '*.1'` in freebsd-src to get e.g. all the manpages in section 1 (with some false positives).
-
rwp
v01d, For online man pages:
man.freebsd.org/cgi/man.cgi
-
v01d
I thought I could have them so I can build them everywhere I want for offline use
-
v01d
what's the source of the online manpages?
-
mzar
v01d: /usr/share/man
-
v01d
mzar: is it in the SRC too so I can clone it?
-
v01d
what's the source of that directory
-
yakubin
The all-man Makefile target in the freebsd-src repo seems like a good candidate.
-
v01d
freebsd-src/share/man
-
mariuss
I now get libmd.so.6 not found when testing startx.
-
v01d
yakubin: what do you mean
-
yakubin
-
JetpackJackson
Hmm I'm trying to mount a drive with ventoy to copy an ISO over and its not working. Pastebin incoming
-
JetpackJackson
-
JetpackJackson
I need to find out if we have something like udiskie
-
mariuss
Great, it seems that somehow I should have know to set BACKUP_LIBRARIES-true in pkg.conf
-
mariuss
s/know/known/
-
v01d
yakubin: how is this working? is it that I have to clone the src and make bsd.man.mk?
-
v01d
with option all man
-
JetpackJackson
OK used mount.exfat and it worked
-
mzar
mariuss: have you upgraded packages ?
-
mzar
v01d: that's in the installed OS, not src
-
v01d
I know
-
yakubin
v01d: running `make all-man` in the root of the source tree (/usr/src) should work.
-
yakubin
The specific .mk Makefiles are sourced from the top-level Makefile.
-
v01d
ok that's what I thought but needed confirmation
-
mariuss
Yes! However, I ended up manually deleting xorg and reinstalling it. That got me to another error: cannot run in framebuffer mode
-
mzar
ha.. long story
-
v01d
I have to us github to clone the SRC, yes?
-
v01d
or cgit
-
mzar
it's 24M
-
mariuss
How do I specify busIDs?
-
mzar
mariuss: do you need config for xorg ?
-
mariuss
It was configured before.
-
mzar
usualy it's not required
-
mzar
unless you have 2 cards, touch screen, hid touchpanel or something like that
-
mariuss
Perhaps .xintirc needs to be edited
-
mzar
pciconf -lv will tell you about numbers
-
yakubin
-
mariuss
Currently it's a single line: exec dbus-launch --exit-with-x11 ck-launch-session startplasma=x11
-
mariuss
I see the display in pciconf, but which number do I need, and how to I then pass it to xorg?
-
cpet
BusID "PCI:1@0:0:0"
-
mariuss
I don't see BusID anywhere in the output, but there the entry starts vgapci0@pci0:0:1:0
-
mariuss
So where do I specify "PCI0:0:1:0"?
-
v01d
yakubin: thanks, which git? cgit or github?
-
yakubin
Doesn’t matter much I think.
-
v01d
yakubin: ok cgit then
-
v01d
cause fuck GitHub:)
-
v01d
yakubin: thank you
-
yakubin
No problem.
-
v01d
cgit is only for web-browsing
-
v01d
I tried to clone from
git.freebsd.org/src but don't worked