-
polyex
i got 13.1 bhyve guest running with xrdp. was working great till i just ran pkg upgrade. now it says it can't start X server
-
polyex
any help debugging appreciated
-
parv
What error message do you see?
-
polyex
./var/log/messages for example has xrdp-sesman error there is no x server active on display 10, a fatal error has occured attempting to start the window manager on display 10, aborting connection
-
polyex
fwiw i ran i3wm and rofi task launcher i think
-
parv
OK. So why is there no X11 session?
-
polyex
then chrome browser
-
polyex
dunno
-
polyex
i have another bhyve that i haven't pkg upgrade yet and it still works as usual
-
mason
polyex: Did you upgrade the host or the guest?
-
polyex
both
-
mason
Variables, many!
-
polyex
host X is running fine
-
polyex
ya but this is a bhyve guest freebsd that i can xrdp in. it's weird, rdp is working but there's no x running
-
polyex
how do i even begin debugging this?
-
mason
polyex: Look at /var/log/Xorg.0.log on the guest?
-
polyex
i looked for that but it didnt exist!!
-
mason
fallback, look at guest dmesg?
-
polyex
nothing in dmesg jumps out
-
polyex
what if i get my xrdp configs together then share that?
-
polyex
maybe there's some new incompatibility
-
polyex
sucks to have shit just break tho and now i can't work
-
mason
Yeah, that's a common pain point for me.
-
polyex
im gonna have to just lose the bookmark data and wipe vm, reinstall, hope fresh install works
-
mason
polyex: Can you save it for forensics? Otherwise if it happens again you're just as hosed.
-
mason
polyex: Also, it should be possible to fish out data if all that's messed up is the graphical display.
-
polyex
ya but if it happens on a fresh install i can batch my related configs up and share here but easier for you experts to dig into
-
sams
uhm running freebsd / opnsense on a pi but cannot install sysbench? im assuming i need to change something in repo? 13.1-RELEASE FreeBSD 13.1-RELEASE
-
parv
Is there a binary package of "sysbench" for your system? Or, does the port not compile?
-
sams
no binary it seems? pkg: No packages available to install matching 'sysbench' have been found in the repositories
-
sams
/usr/local/etc/pkg/repos/FreeBSD.conf only has: FreeBSD: { enabled: yes }
-
sams
is that normal?
-
sams
i also have no /user/ports dir
-
parv
Ok. I see one -- pkg search -x sysbench -- for "amd64" system. Check the log|progress of package building for your system (
portsfallout.com/fallout perhaps). Freshports lists the last packages available for a system:
freshports.org/benchmarks/sysbench
-
VimDiesel
Title: Fallout list - FreeBSD pkg-fallout
-
sams
im on aarch64
-
parv
According to FreshPorts link, "aarch64" lacks a package
-
sams
is it possible to compile from source though?
-
parv
Yes; that is why I had asked about the compilation of the port.
-
parv
And yeah one should be able to compile outside of ports given various dependencies have been satisfied
-
sams
what would i need to do? linux is my usual..
-
sams
sysbenc h github site doesnt mention freebsd too
-
parv
Install "git" (never used "gitup" myself); clone the ports tree; change to the port directory; "make build && install". See
freshports.org/benchmarks/sysbench
-
VimDiesel
Title: FreshPorts -- benchmarks/sysbench: Scriptable database and system performance benchmark
-
parv
s/make build && install/make build && make install/
-
parv
-
VimDiesel
Title: Chapter 4. Installing Applications: Packages and Ports | FreeBSD Documentation Portal
-
sams
ok
-
parv
The "default" (for some definition) path for the directory is: /usr/ports/benchmarks/sysbench. (Previous FreshPorts page lists the one-liner to compile & install the port)
-
sams
portsnap: Command not found.
-
parv
Install it then: pkg install ...
-
sams
pkg: No packages available to install matching 'portsnap' have been found in the repositories
-
sams
freebsd aarch64 sounds kinda gimped. but its the only way i can get opnsense on here
-
parv
Ouch😩
-
parv
Does "pkg update" do anyting?
-
sams
yes
-
sams
Updating FreeBSD repository catalogue... FreeBSD repository is up to date. Updating OPNsense repository catalogue... OPNsense repository is up to date. All repositories are up to date.
-
sams
git install fine too btw
-
parv
Ah, ok
-
sams
rock and a hard place by the looks of it
-
parv
Have you tried cloning the ports tree yet?
-
sams
no
-
sams
how
-
parv
That is mentioned at the FreeBSD Handbook I listed earlier:
docs.freebsd.org/en/books/handbook/ports/#ports-using
-
VimDiesel
Title: Chapter 4. Installing Applications: Packages and Ports | FreeBSD Documentation Portal
-
sams
sorry yeah thats where it states to use 'portsnap fetch'
-
parv
Scroll down to find git-clone
-
sams
ooh yeah i just did *facepalm*
-
parv
Try asking some other time to see if some "pkg" configuration could be tweaked for you to install packages
-
sams
that page is all over the place: found it now: git clone
git.FreeBSD.org/ports.git /usr/ports
-
VimDiesel
Title: ports - FreeBSD ports tree
-
sams
this is gonna take a while by the looks of it
-
parv
Yes
-
sams
all thos little files is bogging it down im guessing?
-
parv
That & lots of history
-
sams
1% now see you next week! lol
-
parv
I have /usr/ports ~2.42 GB
-
sams
3% now and oinly 45MB
-
parv
🎲: Pay bills; do laundry; cook lunch|dinner; take a walk ...
-
sams
yeah sounds like a job to do before going to bed..
-
hhfyu
-
parv
Which package are you waiting for?
-
hhfyu
for 500 missing packages
-
hhfyu
which were removed from the repos due to webkit2-gtk3-2.34.6_3
-
hhfyu
and chromium obviously
-
hhfyu
it's been broken for more than a week
-
parv
Are there PRs|progress trackers on FreeBSD BugXilla for the blocker packages?
-
parv
s/BugXilla/Bugzilla/
-
parv
-
VimDiesel
Title: 263833 – www/chromium: no package for 12.3-amd64-latest for over a month
-
hhfyu
is freebsd too poor to afford a normal buildfarm?
-
kevans
poudriere doesn't do distributed builds
-
kevans
you're waiting on one beefy machine to complete that particular combination, and that's assuming the underlying ports have even been fixed
-
hhfyu
the most sane decision is to flag those packages to be built one at the time, but freebsd is not about sane decisions, right?
-
parv
🍿
-
kevans
alright, not going to really engage with this kind of poor attitude. good luck.
-
andmars
ahoi, great, now that I wanted to build my first program from ports it fails :-)
-
andmars
could someone check pipe-viewer in /multimedia and tell me what I could do there?
-
andmars
(or what was the command to post the output of the error to a pastebin?)
-
andmars
one info is: libthai-0.1.29 depends on shared library: libdatrie.so - not found
-
hhfyu
you don't have gnome installed?
-
andmars
hhfyu: nope
-
andmars
it worked a couple of days ago and I think there were some changes in libdatrie workd folder today
-
andmars
*work
-
hhfyu
install libdatrie ?
-
hhfyu
libthai usually comes as gtk dependency
-
andmars
hhfyu: you think it can be that easy?
-
andmars
yep, funny...now I have pipe-viewer
-
andmars
hhfyu: good job
-
andmars
it just didn't like the package from ports
-
andmars
well, I have powerd running but my cpu is a max freq...now downclocking...how can this be?
-
blackroot
is it enabled in bios?
-
andmars
blackroot: what setting in bios would that be?
-
blackroot
cpu stepping, cool'n'quiet, something like that. it can have a few different names depending on hardware
-
andmars
blackroot: gonna reboot and check...just a sec
-
blackroot
'
-
andmars
okay, it was something in my .xinitrc that kept the cpu freq up
-
PredatorONormies
Hi
-
PredatorONormies
I got some news
-
PredatorONormies
MPV sucks after the last update
-
PredatorONormies
sometimes ENTER doesn't start playing the next video in the queue
-
PredatorONormies
for example `mpv *`
-
PredatorONormies
It could have been that the --shuffle also had the current video at the end of the video (forgot to check for that)
-
PredatorONormies
But I am also pretty sure that the settings such as contrast and gamma were gone
-
psionic
is the camera works with the latest FreeBSD on Raspberry PI Zero W? Table says ????
-
debdrup
psionic: Is the camera v4l2-compatile?
-
daemon
I my workplace uses StartTLS for both inbound and outbound mail; my email client only supports StartTLS outbound and SSL/TLS inbound, is there anything I could do on my external server to effectively act as an auth bridge, so I can use SSL/TLS with it and it can deal with works email system for me
-
rtprio
inbound and outbound ? as a mta or mua ?
-
psionic
what a crap email client that is, change your client :D
-
tmp_
stunnel?
-
rtprio
i don't think stunnel would help in this case
-
rtprio
psionic: agreed
-
tmp_
This does sound like a case I dealt with using stunnel.
-
PredatorONormies
Hi. Did anyone answer to my MPV bug report? I have a unstable connection
-
grahamperrin
PredatorONormies: I think not. Maybe post to freebsd-questions ahead of formalising a bug report.
-
PredatorONormies
oh
-
PredatorONormies
I came here as a bug report
-
PredatorONormies
I hate mailing lists
-
PredatorONormies
I hate e-mails
-
PredatorONormies
I hate 100 ways of communcation - none being perfect
-
psionic
is the rpi wifi support still as shit as that table shows it? :D
-
rkerr
Both Enter and '>' are working for me in mpv.
-
\dev\null
Hi guys, I'm having problems running anope irc services on a FreeBSD 13.1, coredump occurs. But ONLY if anope is builded on FreeBSD 13.1. If I build anope on FreeBSD 13.0, copy the binaries and run on FreeBSD 13.1, it runs fine. I tested on a fresh install of FreeBSD 13.0 and FreeBSD 13.1. Maybe clang issue? Anyone tested anope on FreeBSD 13.1?
-
polyex
-
VimDiesel
Title: 265675 – Black screen after updating xorg-server
-
polyex
seems like latest big xorg update broke a lot of ppl's installs
-
mason
polyex: Is this the VM issue, or a new issue?
-
polyex
vm/bhyve guest issue
-
polyex
the host xorg is working fine after upgrade... somehow
-
mason
Ah, I'm glad it's a known thing then. That'll help.
-
polyex
IF that's the same issue. seems like it
-
polyex
xrdp-sesman is responsible for starting X. how can i see why it's failing? there's no /var/log/X... that's created
-
polyex
OK I FIGURED IT OUT AND I CANT FUCKING BELIEVE IT
-
polyex
ANYONE WANNA MEET UP FOR A TURD PARTY TO CELEBRATE??
-
mason
polyex: What was it?
-
polyex
k lemme get it
-
polyex
in /usr/local/etc/xrdp/sesman.ini in [Xorg] section, commented param=Xorg out and replaced with param=/usr/local/libexec/Xorg. rebooted, works
-
polyex
i could freerdp into box, but it was all black. so i knew xrdp was working and the error about not starting xorg was the culprit
-
mason
A bad path?
-
mason
hrm
-
polyex
so i looked at sesman instead of xrdp
-
polyex
ya
-
mason
But libexec shouldn't be in a path.
-
mason
So your fix is probably right, and it makes me wonder how it worked before.
-
polyex
check out the new sesman.ini.sample it has a comment on it
-
mason
polyex++
-
polyex
seen sesman.ini.sample? it says for FreeBSD (from 2022Q4) to use the path i tried
-
polyex
still cant believe i figured this out ffs. gotta go give money to homeless or smth
-
polyex
ty mason
-
gausus
re