-
PaddyMac
Does anyone know why LLVM on FreeBSD isn't built with Polly support or why the port doesn't have an option to enable it? Does it not compile on FreeBSD?
-
mason
PaddyMac: Don't know, but it might be worth looking at
releases.llvm.org/download.html to see if they ship it themselves.
-
PaddyMac
Polly is shipped as part of the LLVM code base. It's an additional project that can be built.
-
PaddyMac
-
VimDiesel
Title: Polly - Getting Started
-
RhodiumToad
if it can be built independently of llvm proper then it probably should be a separate port
-
paul2
hello I am new intallation of freebsd on a Dell Vostro 200 an old computer and I cannot get the xorg to work
-
RhodiumToad
what kind of GPU?
-
paul2
it's integrated with the chip I would say there's no special gpu Intel
-
paul2
Intel duo core i386
-
RhodiumToad
pciconf -lv should tell you the vendor and chip ids even for integrated GPUs
-
paul2
ok just a second let me bring this laptop down the stair
-
RhodiumToad
what's the actual CPU type as shown in /var/run/dmesg.boot ?
-
RhodiumToad
(there's about 8-12 lines of CPU info starting with the CPU: line)
-
paul2
-
RhodiumToad
device = '82G33/G31 Express Integrated Graphics Controller' vendor=0x8086 device=0x29c2 <-- so that's the GPU, let me look it up
-
uuidNuniq
This is still a development branch and, at any given time, the sources for FreeBSD-STABLE may or may not be suitable for general use
-
uuidNuniq
this this true? what should i use then?
-
paul2
thank you RhodiumToad how do you look it up out of curiosity it's a sauna in this part of the room it's literally 29 degrees celsius :D
-
RhodiumToad
uuidNuniq: what do you want to do?
-
paul2
I should have just ssh'ed into the computer :D
-
RhodiumToad
paul2: personally I look these things up in the source code of the drm-kmod port
-
uuidNuniq
RhodiumToad: i see, i think i need -RELEASE
-
paul2
interesting
-
uuidNuniq
i am from linux world, -STABLE sounds like a LTS to me :)
-
uuidNuniq
but actually, -RELEASE is suitable for daily use. this is somehow confused me
-
RhodiumToad
uuidNuniq: RELEASE versions are for general use, they get security and errata patches in binary form via freebsd-update (in addition to getting them in git)
-
uuidNuniq
yeah, i am reading
freebsd.org/where
-
VimDiesel
Title: Get FreeBSD | The FreeBSD Project
-
uuidNuniq
now i see, but why do they call a dev branch -STABLE?
-
RhodiumToad
uuidNuniq: STABLE branches are development for the next RELEASE of a given major version, they have a stable ABI and API, but new features are added as well as bugs fixed
-
RhodiumToad
uuidNuniq: CURRENT branch is the development of the next major release, it's where all the real work happens
-
RhodiumToad
(new features that appear in STABLE are always taken from CURRENT development)
-
RhodiumToad
(CURRENT's ABI is not stable)
-
uuidNuniq
FreeBSD-13.2-RELEASE-arm64-aarch64-bootonly.iso.xz it is. thanks RhodiumToad
-
RhodiumToad
both STABLE and CURRENT are only for people who are OK with compiling the system themselves and getting security and bug fixes only in source form
-
RhodiumToad
paul2: so it looks like the intel gpu driver in drm-kmod should recognize that GPU
-
RhodiumToad
paul2: what have you tried so far to get xorg working?
-
paul2
so much stuff literally I tried making .conf files, adding the kld load i915kms or whatever it is, removing the driver adding the driver, adding vesa driver, xorg -configure, etc..
-
paul2
a lot of stuff and no luck
-
paul2
installing other desktop environments lxde mate enlightenment etc..
-
RhodiumToad
what freebsd version?
-
paul2
13.2 release i386
-
RhodiumToad
ok. first make sure the drm-kmod port is installed
-
paul2
how?
-
PaddyMac
Did you install xf86-video-intel?
-
RhodiumToad
what does pkg info drm-kmod say?
-
paul2
-
paul2
xf86-video-intel no package
-
PaddyMac
Did you check /var/log/Xorg.0.log
-
PaddyMac
If the X server is trying to start but fails, that should tell you why or at least give you a clue.
-
PaddyMac
Lines with (EE) especially.
-
PaddyMac
Anywa, I wish I stay and help, but I'm already up much later than I ought to be.
-
paul2
-
paul2
no screens found
-
paul2
sometimes fonts missing and the start lxde is a different error
-
paul2
cannot open display
-
RhodiumToad
don't jump around, we'll do things systematically
-
paul2
thank you
-
PaddyMac
Good luck and good night
-
RhodiumToad
remove any configuration files for xorg that you've added (e.g. in xorg.conf[.d])
-
RhodiumToad
make sure i915kms is loaded in the kld_list entry in /etc/rc.conf and not mentioned in /boot/loader.conf
-
RhodiumToad
remove or disable anything you've set up to run X on startup, e.g. a display manager
-
paul2
ok all done
-
RhodiumToad
then reboot, and check that the screen mode changes during startup (after the kernel is loaded, during normal multiuser startup, you should see messages from the DRM driver and it should change the display mode)
-
RhodiumToad
(don't try and start X yet)
-
paul2
k
-
paul2
give me a few minutes
-
paul2
just got to go downstairs I think and push f1, etc..
-
paul2
ok back all done
-
RhodiumToad
did you see the display mode change?
-
paul2
I didn't check but I can I am in via ssh
-
paul2
it's 29 degrees downstairs and humid
-
paul2
just a second
-
RhodiumToad
if you look at the output from dmesg, what does it say about drm?
-
RhodiumToad
it's going to be a bit hard to work through this if you're not actually looking at the display :-)
-
paul2
I looked at the display there's no appreciable difference
-
RhodiumToad
ok, what's in the dmesg output?
-
RhodiumToad
also what's the output of find /dev -group video -ls
-
paul2
termbin.com/4nsh dmesg | grep drm
-
paul2
-
paul2
termbin.com/zwi9 find /dev -group video -ls
-
uuidNuniq
qemu on macOS (SoC M1) uses 400% CPU, while the installed freebsd idle is 99%
-
RhodiumToad
paul2: that all looks good so far. were you trying startx as root, or as your own user?
-
paul2
as root
-
paul2
there is no user
-
RhodiumToad
ok, just remember that if you want to run any significant X stuff as a non-root user you'll need to add them to the video group
-
RhodiumToad
next step, if you do startx as root, what ends up in the Xorg.0.log
-
paul2
going to try it now
-
paul2
just did the groupmod video -m paul2
-
paul2
-
paul2
xorg.0.log
-
RhodiumToad
that worked, then?
-
paul2
no it didn't
-
paul2
but I tried Xorg -configure
-
paul2
will let you know if that works
-
RhodiumToad
don't do that
-
RhodiumToad
what actually happened with startx then?
-
paul2
ok
-
paul2
it just gives me 3 screens
-
RhodiumToad
yes, that's what it's supposed to do
-
paul2
and then it didn't work and startlxde
-
paul2
ok that's it?
-
paul2
the 3 tiny screens?
-
RhodiumToad
if you want to start a desktop environment, that's the next stage
-
paul2
ok
-
RhodiumToad
startx is just to start a (by default) very basic set of apps, but the fact that it worked means that the X server itself is working
-
paul2
ok but I had that before but interesting
-
RhodiumToad
the next step is either to set up a display manager, or to use whatever desktop environment's startup command instead of startx
-
paul2
ok I did startlxde
-
paul2
(lxsession:1372): Gtk-WARNING **: 02:00:59.941: cannot open display:
-
paul2
I don't want the display manager I actually remember the dos and windows from back in the day and although windows all the time was cool I like the idea to go back to that era
-
RhodiumToad
you did startlxde from outside X?
-
paul2
where a terminal is a valid option as well but desktop is an option
-
paul2
yes
-
paul2
it works this way on my laptop somehow
-
RhodiumToad
it looks like it expects to run from within X, e.g. from .xinitrc
-
paul2
yes I might have done something back in the laptop I don't remember
-
RhodiumToad
I'm not familiar with lxde myself
-
RhodiumToad
.xinitrc contains commands that are run by startx once the X server is up. if it doesn't exist, you get those three terminal windows
-
paul2
I have mate also but lxde is the best one Lightweight X Desktop Environment
-
paul2
interesting
-
RhodiumToad
man startx has some examples of what you can do with it, it looks like you'd run exec startlxde as the last thing in the file
-
paul2
what about for mate?
-
RhodiumToad
no idea
-
RhodiumToad
look at the docs for mate? this is not freebsd-specific
-
RhodiumToad
(personally I prefer a display manager, and I don't like "desktop environments", so I just use xdm and twm)
-
paul2
ok I found it in the docs with the help of the added understanding I gained from you
-
paul2
just now
-
paul2
but the thing I don't understand is if I do startlxde how does that work?
-
paul2
it also needs a line in xinitrc?
-
paul2
-
VimDiesel
Title: Installation | MATEwiki
-
RhodiumToad
from the error message you showed from startlxde, it expects the X server to be already up, so you should be doing it from within .xinitrc
-
paul2
I added the line to xinitrc and it didn't help
-
paul2
for mate
-
RhodiumToad
generally what you put in .xinitrc is commands to initialize the server to your preferences, e.g. using xrdb to load a .Xresources, and then end it with an exec of whatever window manager or desktop environment you're using
-
RhodiumToad
what exactly did you add?
-
paul2
-
paul2
root@kagan:~ # cat ~/.xinitrc
-
paul2
exec ck-launch-session mate-session
-
RhodiumToad
that's ~/.xinitrc and you tried running startx then?
-
RhodiumToad
what happened?
-
paul2
same as before 3 screens
-
RhodiumToad
running startx as which user?
-
paul2
paul2
-
RhodiumToad
and ls -l ~paul2/.xinitrc shows what?
-
paul2
no such file or directory
-
RhodiumToad
so... where did you put it?
-
paul2
in ~root/.xinitrc
-
paul2
probably
-
paul2
~/.xinitrc as root
-
RhodiumToad
well, obviously ~/.xinitrc is per-user
-
RhodiumToad
so create the correct file and try again :-)
-
paul2
ok I loaded it in root and it's working but I added the line to paul2 as well
-
paul2
it seems like it's working I mean the comp is a little slow so it was loading
-
paul2
thank you I will just confirm it in a second
-
paul2
confirmed it works
-
paul2
thank you but a question is what do I need to do to get lxde to work cause on this laptop for example I can either startx or startxfce4 I think
-
paul2
so do I need to edit xinitrc as well?
-
RhodiumToad
startxfce4 isn't like startlxde, you use it in place of startx
-
paul2
ok
-
paul2
so I would need to change it in the xinitrc file in order to run it basically?
-
RhodiumToad
no, what did I just say?
-
paul2
for startlxde I am asking
-
paul2
right now I am doing mate
-
paul2
but I was wondering if I wanted to right lxde instead of mate
-
RhodiumToad
oh, right; if you want startlxde then put that in place of mate, yes
-
paul2
I see thank you
-
paul2
I find it weird that my old laptop from 1997 seemed to run windows 95 easily but now the desktop environment on a 20xx something computer it hardly works for :D which mystifies me but I will leave that question hanging I suppose
-
paul2
going to wish you a good night
-
paul2
farewell
-
RhodiumToad
I ran X with twm and various apps on a machine of similar vintage without issues (until the machine died)
-
paul2
interesting
-
paul2
I cannot understand that
-
RhodiumToad
but twm is kind of old-school
-
paul2
I stupidly gave away my old machine
-
RhodiumToad
(literally, i used it at university in 1988)
-
paul2
I was stupid I gave the old machine away I have regrets doing so but it's done
-
paul2
ls
-
paul2
thank you good night
-
paul2
mine was from high school when I did my best work
-
Beladona
I want to change mouse pointer (to a larger size and possible to a different color). Everytime I set it, and open a new app in awesomewm, it reverts it back to the normal/original one. How can i do it? Currently I am doing it like this `xsetroot -xcf /usr/local/share/icons/redglass/cursors/top_left_arrow 64` I use freebsd 13.2 but I am hopeful this
-
Beladona
is same in Linux as well as I also use ubuntu.
-
plasma
sorry for offtopic and advertisment, but it means something to me because i was there in the 90s -
gofundme.com/f/rettet-die-rave-the-planet-parade
-
VimDiesel
Title: Fundraiser by Ellen Dosch-Roeingh : Rettet die Rave The Planet Parade!
-
plasma
save the loveparade!
-
TommyC
Beladona: does that still occur when you set that line in ~/.xinitrc?
-
Beladona
TommyC yes. at start it ok, but when I launch an app, it resets
-
Beladona
awesome is reseting things it seems
-
TommyC
Beladona: seems that way, I don't use awesomewm so I can't help you there
-
RhodiumToad
mouse pointer in general changes according to what window it's over, anyway
-
Beladona
RhodiumToad yes. so how do i change per window everytime, all the time
-
Beladona
TommyC ^
-
Beladona
same issue here like I have in awesomewm
bbs.archlinux.org/viewtopic.php?id=264003
-
VimDiesel
Title: [SOLVED] AwesomeWM cursor not changing (LXAppearance) / Applications & Desktop Environments / Arch Linux Forums
-
parv
Re bbs.archlinux thread, Damn thing has "[SOLVED]" label but nothing (else) is there that gives such an indication
-
RhodiumToad
-
VimDiesel
Title: Cursor themes - ArchWiki
-
RhodiumToad
which seems to be the thing
-
parv
Saw that; OP did not say what had actually worked. 🤷🏽♂️ Oh well
-
Beladona
-
VimDiesel
Title: Cursor themes - ArchWiki
-
RhodiumToad
most of it, obviously not the bits that are specific to archlinux
-
Beladona71
which desktop env does freebsd uses? kdm or ?
-
CmdLnKid
whichever one you install
-
paulf
none by default, I use KDE
-
RhodiumToad
"desktop environments" are just packages that you can install and use like any other software
-
Reinhilde
when I used FreeBSD, I used Xfce
-
» RhodiumToad doesn't use a desktop, twm suffices for me
-
Beladona71
CmdLnKid paulf RhodiumToad Reinhilde if I use awesomwm, then what I have?
-
Reinhilde
you.. have awesomewm, if you use awesomewm
-
CmdLnKid
... handbook
-
debdrup
Hilighting multiple people to get an answer is generally frowned upon.
-
dkeav
:(
-
paulf
just use a DE that you like and fits your needs
-
vkarlsen
meena: Regarding the Oracle payment error, I got an email from them now saying they have "identified the issue and made some adjustments." Will give it another go when I become less comatose.
-
meena
did you email them complaining, or did they proactively mail you?
-
vkarlsen
I complained
-
meena
ok cool
-
meena
I'll try again, and if it doesn't work, also complain
-
CmdLnKid
whatcha gettin from oracle ?
-
CmdLnKid
;-)
-
vkarlsen
Headaches, probably. But I'm hoping to get a test builder for aarch64
-
CmdLnKid
lol thats about normal
-
hubertm
i cannot mount a file system with label "ext2fs/root". it simply complains about 'invalid argument' and returns /dev/xxx address
-
hubertm
...when i type mount -t ext2fs /dev/[address] [mountpoint address]
-
RhodiumToad
the builtin ext2fs is not very good (doesn't support ext4 for writing, for example)
-
hubertm
i just want to read it
-
RhodiumToad
the usual recommendation is to install the package for the fuse-based ext[234] filesystem
-
RhodiumToad
then add -r (or -o readonly)
-
Beladona
debdrup the are responding to me and me mentioning their name is ok
-
Beladona
s/the/they
-
RhodiumToad
anyone else having issues with the new pkg version (1.20.1)? I'm seeing ludicrously excessive memory usage
-
Beladona
it seems there is no single command or script to change icon and size
-
Beladona
is it more of an issue with awesome or xorg?
-
markmcb
RhodiumToad: nothing out of the ordinary for me
-
RhodiumToad
99796 root 20 0 8162M 607M swread 0 2:13 0.79% pkg-static
-
RhodiumToad
that's in a poudriere build, doing pkg-static add -A /packages/All/qt5-gui-5.15.8p157_1.pkg
-
Beladona
RhodiumToad I think , as you said the cursor is for each window, I should add the cursor set script on each launch of app by awesom
-
CmdLnKid
8g sheesh
-
RhodiumToad
that's not even a very large package
-
CmdLnKid
beladona, /join #awesome
-
Beladona
already there
-
Beladona
since morning
-
RhodiumToad
Beladona: no, you shouldn't do that
-
Beladona
I see
-
RhodiumToad
Beladona: it's the app that controls the cursor appearance, so you have to convince each app to do the right thing
-
RhodiumToad
which is what all that cursor theme stuff is for.
-
Beladona
I see
-
Beladona
RhodiumToad same reason why this gets reset ? `xsetroot -xcf /usr/local/share/icons/redglass/cursors/top_left_arrow 64` anything to be changed in it?
-
RhodiumToad
that only applies when the cursor is over the root window
-
markmcb
just noticed /tmp is mounted to my zroot pool by default. is there any practical reason it's not using tmpfs? i.e., any reason i shouldn't change it?
-
hubertm
RhodiumToad: i have most of my personal data on a hard drive partition which is ext2fs and it works perfectly without fusefs. but this time even fusefs fails...
-
CmdLnKid
most likely that it isn't safe in most circumstances to judge how much ram a computer has
-
CmdLnKid
or what it will be used for
-
RhodiumToad
hubertm: have you checked you have the device right? and that it's a valid filesystem?
-
hubertm
yes
-
Beladona
-
VimDiesel
Title: Cursor themes - ArchWiki
-
CmdLnKid
you realise thats for arch linux right ?
-
meena
CmdLnKid: arch wiki is good
-
CmdLnKid
ya seem to be missing some basics here. trying to understand the disconnect ... your french right ?
-
RhodiumToad
the stuff for Xcursor and GNOME cursor themes should work in this case
-
CmdLnKid
meena, oh no don't mean it in that way
-
CmdLnKid
"taking a guess"
-
debdrup
Beladona: sure, but if they know the answer, and have been helping you, they'll respond whether you hilight them or not.
-
paul2
hello I am trying to get lxde to work on a seperate computer
-
paul2
having problems in the startx I followed instructions
-
paul2
basically screen will start and then crash nothing
-
RhodiumToad
what's in your .xinitrc
-
CmdLnKid
sounds like your environmennt has not been setup to export DISPLAY... "sounds like"
-
meena
vkarlsen: I've now completely relaxed my cookie policy in my browser and Oracle's website is still complete bunk
-
CmdLnKid
deep reset
-
RhodiumToad
I had a website flatly refuse to recognize my (tablet, not freebsd) browser recently, first time I've seen that in recent years
-
RhodiumToad
"your browser is too unusual for us, go away" or something like that
-
markmcb
i found "clear_tmp_enable" for rc.conf ... i think i'll make use of that rather than switch to tmpfs. purging /tmp on reboot was my main concern.
-
meena
markmcb: i woulda thought that defaults YES
-
paul2
cat ~sixpiece/.xinitrc
-
paul2
ck-launch-session dbus-launch --exit-with-session startlxde
-
markmcb
meena: me too
-
RhodiumToad
clearing /tmp on boot is too dangerous to be on by default
-
paul2
-
paul2
that one is Xorg.0.log
-
RhodiumToad
was there any output from startx?
-
RhodiumToad
was there any output from startx?
-
paul2
wow sorry it wasn't working for a while my computerjust stopped
-
paul2
there was no output to speak of
-
paul2
I mean at first I had a few issue I added xf86-video intel legacy drivers, I gave the permission to paul2 to own the .xinitrc and a few other things and then I am at the blank screen now
-
meena
RhodiumToad: huh? why is clearing `/tmp` too dangerous? the name kind of implies the state?
-
paul2
I added a line to procfs I think
-
paul2
fstab
-
paul2
proc /proc procfs rw 0 0
-
paul2
I added that line
-
RhodiumToad
why would you need to give permissions? the user should own their own .xinitrc
-
paul2
there was some issue with sessions I ended up installing lxsessions
-
RhodiumToad
the xf86-video-intel driver is optional, you shouldn't need it but it shouldn't do any harm either
-
paul2
yes because I wrote it with root so I had to change the permissions
-
paul2
basically chown paul2: ~paul2/.xinitrc
-
RhodiumToad
you should change the ownership instead, and if that was wrong, you probably also need to check everything else in the user's homedir
-
paul2
that's what I meant
-
RhodiumToad
when you say "blank screen", how blank? mouse?
-
paul2
no mouse black but possibly some small amount of lighting so maybe brownish black
-
paul2
ie. it doesn't look off
-
RhodiumToad
any response to keys?
-
paul2
but it's black enough that I could say I made a mistake
-
paul2
no response from keys but at the very initial split second transient there is a mouse cursor that dissapears
-
RhodiumToad
does ctrl-alt-F1 (or F2) switch to another vt?
-
paul2
that would be a good idea
-
paul2
vt is one?
-
paul2
I would have done ctrl alt delete but that sounds like a better idea
-
paul2
vt is terminal?
-
RhodiumToad
ctrl-alt-Fn switches to virtual screen n
-
paul2
not sure I can try it
-
RhodiumToad
by default 10 of them are set up for login prompts, but X may have taken over one
-
RhodiumToad
(or it may be using the 11th)
-
paul2
ok I get message
-
paul2
session is lxde de is lxde log directory : hom/paul2/.cache/lession/LXDE
-
paul2
log path same but run.log
-
paul2
allso xauth file /home/paul2/.serverauth.1127 does not exist
-
paul2
Xorg X Server , etc.. .the log file etc..
-
paul2
ctrl alt f2 switches to another terminal
-
paul2
then i killed it
-
paul2
any idea?
-
RhodiumToad
so what if anything is in the log?
-
paul2
-
paul2
-
paul2
but then I installed openbox and now it works but it's not the lxde that I am used to
-
RhodiumToad
can't help you with that
-
RhodiumToad
never used lxde
-
paul2
it's working though thank you I just have to figure out how to switch it from openbox-lxde to the better one
-
Beladona
debdrup thats my point. They will help despite me highlighting. Highlighting someone makes sure the message was for him/her.
-
paul2
it didn't close properly as it said
-
Beladona
Anyone lately seen koobs?
-
RhodiumToad
haven't seen him in here for months
-
RhodiumToad
(at least)
-
Beladona
He is Last seen : (about 34 weeks ago). Does he has another nick?
-
RhodiumToad
why?
-
Beladona
not sure
-
RhodiumToad
you must have a reason :-)
-
paul2
thank you RhodiumToad
-
paul2
I got it nicely working on LxQt
-
debdrup
koobs is busy with real-life
-
concrete_houses
did chrome drop out?
-
concrete_houses
???
-
concrete_houses
upgraded all these packages and now no chrome
-
concrete_houses
???
-
concrete_houses
wtf
-
mason
$ pkg search chromium
-
mason
chromium-bsu-0.9.16.1_2 Arcade-style, top-scrolling space shooter
-
mason
ungoogled-chromium-114.0.5735.198 Google web browser based on WebKit sans integration with Google
-
mns
mason beat me to it
-
mason
I'm quick, like rabbit.
-
» debdrup offers mason a carrot
-
Demosthenex
hrm. so i have a 3 disk zpool, and one disk just went into FAULTED. it was not the disk i was worried was dying, so i have a second suspect drive
-
» mason improves his eyesight.
-
mason
Demosthenex: Do you have back-ups?
-
Demosthenex
mason: yes, i have many layers of backups ;]
-
mason
good good
-
Demosthenex
but i'm in the process of copying data off this server
-
Demosthenex
i canceled a scrub to lower the io
-
Demosthenex
i just don't want a cascading failure.
-
Demosthenex
is there a way to bring that disk back online and rejoin the pool
-
Demosthenex
most of the data is intact, seems it just hit a bad spot
-
mason
Depends on why it failed.
-
Demosthenex
smartd says 90 incorrectable sectors
-
mason
Demosthenex: Might be worth verifying that the cabling is okay just in case it's not the drive itself.
-
Demosthenex
yeah, i really don't want to take it down
-
concrete_houses
what happned to make chromium need an un google?
-
Demosthenex
so zfs says "number of io errors ... zfs device exceeded acceptable levels, marked as faulted"
-
concrete_houses
or un googling
-
mason
Demosthenex: If you have back-ups, could you perhaps minimize churn with a new snapshot and a then-minimal send to get anything unique off the box?
-
concrete_houses
as it were
-
concrete_houses
best idea: dont use zfs
-
concrete_houses
lol
-
concrete_houses
mogileFS solves the scaling problem better
-
mason
That doesn't help Demosthenex just now.
-
mason
And anyway, I'd keep on using ZFS.
-
concrete_houses
zfs gave me so many problems with 3 usb drives
-
concrete_houses
it kinda drove em crazy
-
mason
USB isn't ideal.
-
concrete_houses
liek it would not find them in order or something
-
concrete_houses
and require long checks
-
concrete_houses
since drives lik 4-6 t
-
Demosthenex
so if i zpool clear, and that disk is at all accessible, it'll come back online? but then do i have to go thru a full resilver before it's stable again?
-
Demosthenex
that io load may not be the best idea
-
Demosthenex
actually, phew. nvm, it was the disk i was monitoring that went offline
-
mason
Demosthenex: If the pool's still running and you have back-ups, I'd think a minimal send would be the best bet.
-
mason
I could be wrong, but I don't think you can bring a faulted drive back into the pool without a scrub.
-
Demosthenex
i'm rsyncing data off right now.
-
Demosthenex
yeah, i dont' want to scrub/resilver
-
Demosthenex
but i think 2 disks is ok, none of the errors have errors
-
mason
Ah, unfortunate. If you are able to switch to zfs send/receive it's way lighter weight than even rsync.
-
Demosthenex
yeah, i'm aware. long term goals
-
mason
Won't help now, but might be good in the future.
-
Demosthenex
new server is much better setup ;]
-
mason
Good good.
-
Demosthenex
i'm proud of this new one. dual SSDs with a properly mirrored freebsd installation. 4x HDD zraid for bulk storage, and jails for every application
-
mason
Nice.
-
Demosthenex
and puppet managing it all =]
-
concrete_houses
puppet yikes
-
Demosthenex
so, i shouldn't do usb drive raid with puppet?
-
mason
I'm curious what's happening here:
bpa.st/NSFUQ
-
VimDiesel
Title: View paste NSFUQ
-
mason
Host is 13.2, new jail, also 13.2.
-
mason
Minimal packages installed predate 13.2.
-
mason
Never mind. Forced everything to update and it seems content now.
-
parv
mason, Running -STABLE? __FreeBSD_version has been bumped for whatever reason, ignoring that (IGNORE_OSVERSION=yes) may or may not work. Encounter that often on -CURRENT. After some point drm*kmod had stopped working with IGNORE_OSVERSION=yes & installing the package; needed to do world building
-
mason
parv: Always -RELEASE here.
-
parv
mason, "Wow" is all can come up with then as packages are build with last supported release. Either that policy should change or hold back the package updates (Makefile, etc) which require version bump
-
dch
mason: `running kernel: 1300139` suggests that you aren't running what you think you are
-
dch
are you running your own pkg / poudriere setup here?
-
dch
because package `1301000` suggests that packages are being pulled from a 13.0-RELEASE, maybe an old stable? I suspect
-
dch
mason: what does `sysctl kern | fgrep .os` yield? 13.2-RELEASE-p1 should give:
-
dch
-
VimDiesel
Title: Snippet | IRCCloud
-
mason
dch: That's interesting, because:
bpa.st/K7Y2O
-
VimDiesel
Title: View paste K7Y2O
-
mason
Not running a local Poudriere yet, although I'm going to set up a new one before too long.
-
mason
I might be able to reproduce this. Would be interesting to explore. I'll do that. Half a sec.
-
grahamperrin
<Beladona> "Anyone lately seen koobs?" <- He's relatively active in Discord. Thirty-something messages from him on 29th June (not an exact count).
-
mason
-
VimDiesel
Title: View paste W6ZRW
-
dch
mason: can you run that with `pkg -DDD ...`
-
mason
pkg: illegal option -- D
-
mason
oh, sorry
-
mason
half a sec
-
mason
Hm, no, it doesn't like -DDD
-
dch
aahm what did I use here
-
mason
dch: With -d:
bpa.st/QYFXU
-
VimDiesel
Title: View paste QYFXU
-
mason
not much more there though
-
dch
try ddd
-
dch
could have sworn its capital
-
mason
That's got a bit more:
bpa.st/GLBEY
-
VimDiesel
Title: View paste GLBEY
-
mason
What jumps out at me is that it's somehow getting the kernel wrong.
-
dch
reading pkg src `ucl_parser_register_variable(p, "OSVERSION", myosversion);`
-
dch
anything unusual in /usr/local/etc/pkg.conf ?
-
dch
or actual env vars
-
dch
none of those worked for me, but thats a better guess than nothing
-
dch
more to the point mason that should show up in -ddd output
-
dch
here's the ctx.version which is later used for the actual check
github.com/freebsd/pkg/blob/master/libpkg/pkg_config.c#L77
-
VimDiesel
Title: pkg/libpkg/pkg_config.c at master · freebsd/pkg · GitHub
-
grahamperrin
kenrap: hi, what about the Reddit post? (AMDGPU fails to boot)
-
dch
-
VimDiesel
Title: pkg/libpkg/pkg_config.c at master · freebsd/pkg · GitHub
-
dkeav
any suggestions for a light http/https forwarding proxy for logging traffic
-
dch
mason: you can run `pkg --jail ..` and it will do the right thing inside the (active) jail. In your case, `pkg --chroot` should pick up the details from /usr/local/etc/pkg.conf in the jail. I think.
-
mason
dch: Hm, I chrooted in, so it shouldn't have had access to anything outside the jail.
-
mason
And the jail's not yet running in this case.
-
mason
dch: My assumption is that what I tried was valid and uncovered something that shouldn't have happened, but I'm not sure I'd assign super high confidence to that.
-
dch
mason: if you can (because zfs snapshot) see what was in /var/jail/test/.zfs/snapshot/2023070600/usr/local/etc/pkg.conf prior?
-
dch
dkeav: haproxy is awesome and has amazing logging of initial connections. but if you want all the data in between, no idea. tcpdump ?
-
dkeav
does it do forward, or only reverse
-
dkeav
i guess squid is still around, i can probably make that work
-
dch
dkeav: like squid? no idea
-
mason
dch: Yeah, note that I just reproduced this from a ZFS snapshot, so I'll snag that from the original.
-
dch
mason, it should be fine, see the path
-
mason
-
VimDiesel
Title: View paste 5UUWU
-
dch
#ABI = "freebsd:10:x86:64"; # Autogenerated
-
dch
thats the same on my 13.2-RELEASE as well
-
dch
so TLDR I have no idea where this comes from
-
dch
so unless its somehow compiled into pkg(8) IDK
-
mason
Yeah, that'd be strange but would explain it.
-
dch
I recall bapt saying something about how pkg automagically identifies the ABI of the location its installing to
-
dch
but I haven't found that in the code
-
dch
RT would be sure to know
-
mason
dch: Well, I shouldn't be nuking this snapshot any time soon, so I should be able to reproduce the issue for some time yet if it becomes interesting enough to show up in a bug.
-
mason
Forcing it seemed to return it to its senses.
-
dch
maybe sha256 of the pkg(8) in the jail would be of interest
-
dch
the rest is probably not relevant
-
mason
SHA256 (/usr/local/sbin/pkg) = d69b314dfee8a7e0677a5fa37e69f1a3b5298d51ca6764abc6753271f248f3d4
-
mason
Identical to the host system, FWIW.
-
meena
ABI is determined by reading the uname file (not its output) IIRC
-
meena
or maybe that's just in the build system hmmm
-
kenrap
grahamperrin: the gpu-firmware-kmod, doesn't provide all the capable amdgpu firmware that is supported in drm-515-kmod package. After I had the same problem as OP with my rx 6600 xt, I looked into /var/log/messages after rebooting and it said I was missing a firmware bin "dimgrey_cavefish_sos.bin". What I did to solve that error was I git-cloned from the official linux-firmware repository and grabbed the firmware bin from there to supplement the missing
-
kenrap
firmware. After that, I loaded the amdgpu module and it just worked beautifully.
-
kenrap
The OP of that reddit post likely needs a different firmware bin for their rx 6900 xt to function on 14-CURRENT. They have to check the messages logs first during a boot without loading the amdgpu module
-
meena
-
VimDiesel
Title: FreeBSD / src - FreshBSD
-
kenrap
meena: I wasn't aware of it, I appreciate it. I've looked at its manpage and I'm not sure if the tool is about pulling in linux firmware that hasn't been officially packaged yet. I tried running `fwget -vn pci` and only prints usage info. So I'm a bit confused.
-
meena
kenrap: i'd say it might still be a bit rough around the edges
-
kenrap
Gotcha
-
meena
but, if your reading of the man page and the output you're getting doesn't match up, that's either a bug in the software or in the docs, and worth reporting
-
meena
developers need this kind of feedback
-
meena
-
VimDiesel
Title: fwget(8)
-
kenrap
What's the best way to give the developers bug reports/feedback?
-
PaddyMac
If it's a bug report, the bugzilla. I'm not really sure about other feedback, except that the appropriate mailing list is probably a pretty good way to go.
-
meena
open a bug for base / bin, cc'ing the committers. or write a mail to current@ if you think it's more PEBKAC than bug
-
concrete_houses
delete the jvm
-
concrete_houses
propote picolisp.cm happstack.com gnu clog aidaweb.si hek werc.cat-v.org and varnish cache and ha-proxy
-
concrete_houses
picolisp.com that is
-
concrete_houses
whats fwget? parallel wget?
-
concrete_houses
any warriors useing naviserver?
-
concrete_houses
promote--
-
concrete_houses
my mind faster than my fingers
-
kenrap
concrete_houses: Firmware Get
-
kenrap
Alright, I signed up for the bugzilla and subscribed to the current@ mailing list. I suppose I send this as feedback to the latter.