-
polyex
anyone else got a regression in past few months or so on 13.2 amd nvme zfs? back to 12.x kinda behavior with random pauses in i/o
-
jb1277976
Can somebody help me with my freebsd install. well its been instaleld for like 2 days but it takes about 30 seconds to boot and almost 40 seconds to get to kde
-
jb1277976
should i try another desktop or window manager ?
-
jb1277976
Once everything is loaded its fast but it just takes some time
-
RhodiumToad
30 seconds to boot starting from when?
-
RhodiumToad
(loader by default has a 10 second delay, for example, you can tweak that)
-
kevans
i find myself wondering lately if the 10 second default is really that reasonable
-
RhodiumToad
I think so
-
RhodiumToad
it's really annoying if the default there is too short and you have to scrabble for the spacebar when you might have been messing with power cables or whatnot
-
kevans
yeah, and actually, now that I say that out loud, any shorter can get really annoying over SOL
-
jb1277976
xfce was faster for me
-
rwp
I agree on the 10 seconds. Certainly no shorter than 5 seconds!
-
jb1277976
maybe kde is to big for this system and takes to many resources
-
jb1277976
i haven't tried gnome in a while
-
RhodiumToad
ssd or spinny disk?
-
rwp
I haven't loaded KDE in ages. XFCE is pretty solid and reasonable.
-
kevans
you wouldn't think 10 seconds is short, but when it's lagging in drawing the updates by seconds it's a hard race even when you know it's coming
-
jb1277976
don't know its my sons old laptop i took over. its a samsung notebook spin 7
-
jb1277976
everythign workss out of the box
-
RhodiumToad
one thing that tends to slow down initial startup of a desktop is the sheer number of shared libs that have to be loaded
-
RhodiumToad
on spinny disks it's a lot of seeking for that, and hard to avoid
-
» RhodiumToad doesn't like "desktop environments" partly for this reason, and sticks to old-school twm
-
rwp
jb1277976, Run "camcontrol devlist" and see what it identifies your disks as.
-
rwp
And also probably something like "diskinfo -v /dev/ada0" to get more information about the device.
-
jb1277976
<TOSHIBA MQ01ABD100 AX1R4F> at scbus0 target 0 lun 0 (pass0,ada0)
-
rwp
Also "geom disk list" has useful information too.
-
rwp
That's a spinning disk.
-
RhodiumToad
geom disk list will also report rotation rate if it's known, though it isn't always (e.g. spinny disks on USB may show up as "unknown")
-
jb1277976
Since its spinning does that mean its slow ?
-
jb1277976
on my otehr laptop when i had freebsd on it it was faster
-
rwp
Spinning disks as RhodiumToad explained have a higher seek latency than SSDs which are flash NAND storage.
-
RhodiumToad
spinny disks have an irreducible latency due to head movement and rotation - when asking for a random block, you have to wait a couple of ms for the head to move and then another couple for the desired data to rotate under the head
-
rwp
But note my desktop has spinning disks and I am still using it.
-
RhodiumToad
whereas ssds can read pretty much any block immediately
-
jb1277976
im going to try gnome just to see what happens
-
rwp
GNOME triggers mental alarm bells for me. Are you sure you want to do it?
-
jb1277976
lol
-
jb1277976
i dont know what to do
-
jb1277976
rwp: you on a window manager ?
-
rwp
Instead of GNOME you might try the GNOME2 fork called "mate" (pronounced mah-tay because it is a flower from south america).
-
jb1277976
let me give it a shot
-
jb1277976
brb gotta go do dishes. but i will install it
-
rwp
I use either xfce when I am setting up generic systems for myself or other people and I use i3 tiling window manager for my own personal use.
-
jb1277976
late gotta go
-
rwp
sudo-1.9.15.pkg seems to have a tty bug. It's okay in sudo-1.9.14p3_1.pkg but upon upgrade to 1.9.15 the tty modes are messed up after exiting it.
-
rwp
Here is what 1.9.15 does to the tty modes:
bsd.to/M7gs/raw
-
VimDiesel
Title: M7gs
-
rwp
I had to downgrade my systems back to sudo-1.9.14p3_1 in order to avoid the problem.
-
rwp
I guess I am going to need to learn how to drive bugzilla eventually.
-
rwp
-
VimDiesel
Title: 274996 – [PATCH] security/sudo: Update to 1.9.15p2
-
rwp
Yes. The FreeBSD PR references
sudo-project/sudo #326 which describes the problem.
-
VimDiesel
Title: sudo-1.9.15 fails to restore tty settings on some shells · Issue #326 · sudo-project/sudo · GitHub
-
VimDiesel
326 – Weekly cron generates some usage and error messages FDIV021
bugs.freebsd.org/bugzilla/show_bug.cgi?id=326
-
rwp
Hmm... the bot was over exuberant and included an unrelated bug title there.
-
jb1277976
it's this laptop its just slow. im going to put windows back on it and get my orginal laptop thats faster and newer and put freebsd on there
-
jb1277976
Thanks all bbl
-
rwp
What I do for laptops is I remove spinning drives and replace them with SSDs. It's usually a very easy upgrade.
-
rwp
And then the older machine is given a new life. It's a pretty cheap and easy upgrade. And then no worries about a laptop taking a "thump" and damaging a spinning drive.
-
» RhodiumToad has wondered whether the bot could be made to loop if someone were to put a bug's bug number into its own title
-
kevans
not going to let the impulse to try this win
-
rwp
How can one tell what is in the pkg build queue for quarterly? In particular the new sudo 1.9.15p2 seems to be required to fix the currently released breakage.
-
rwp
I can see this but not sure how to interpret it.
freshports.org/security/sudo?branch=2023Q4
-
VimDiesel
Title: FreshPorts -- security/sudo: Allow others to run commands as root
-
RhodiumToad
pkg-status.freebsd.org is the starting point for looking at builder status
-
RhodiumToad
you're interested in quarterly amd64?
-
RhodiumToad
13.2?
-
rwp
Yes. I am in the boring "nothing to see here" section.
-
RhodiumToad
it looks like it's currently running a build against d6183abd1b32 which does not have the sudo fix
-
RhodiumToad
-
VimDiesel
Title: Poudriere bulk results
-
RhodiumToad
sudo-1.9.15p1 is already built in that run
-
RhodiumToad
28% done after 27 hours, so it'll be several days before the fixed sudo version gets through
-
RhodiumToad
call it 3 days to finish the run, maybe 1 day latency, then 1-2 days to do the next run
-
rwp
I downgraded to the previous pkg which I have kept in my cache ("pkg install /var/cache/pkg/sudo-1.9.14p3_1.pkg" for lurkers) so I am okay. Just taking the opportunity to learn here.
-
RhodiumToad
depending on what else has changed since then
-
rwp
I am confused by those pages. I am staring at them and trying to figure them out.
-
RhodiumToad
which page specifically? the front page of pkg-status seems to be a bit broken of late in that it doesn't show builds in progress
-
RhodiumToad
the proxy link to beefy14 that I gave is the actual poudriere status page for that build
-
rwp
So for example neither of those pages mention sudo anywhere in there. So I don't see where it fits into things. Like how did you know the current build was the one with 1.9.15p1?
-
RhodiumToad
on the poudriere status page, type sudo into the search field for completed builds (and/or queued builds)
-
RhodiumToad
by default it only shows 10 or so entries
-
RhodiumToad
also the id of the build, d6183abd1b32, is a git commit id, so you can see where it falls in the git history
-
rwp
On
pkg-status.freebsd.org if I search for "sudo" it says "no records found".
-
RhodiumToad
don't search there
-
RhodiumToad
starting from "package builds" on the pkg-status page, look for the combination of portstree and jail name,
-
RhodiumToad
i.e. quarterly and 132amd64
-
rwp
On second link if I search there it does show me the information you provided. That's making sense from that page now.
-
RhodiumToad
is you have ipv6 connectivity, then click on the little bomb graphic next to the jail name (not the build name)
-
rwp
If I search for sudo-1.6.15p I can see that p1 is queued and p2 is not yet queued. Which is unfortunate from a time perspective. But I assume that p2 will eventually be queued?
-
RhodiumToad
if you don't have ipv6 connectivity, then you can look at which host it's going to (beefy14 here) and fill that in in the URL I gave as the second link, which will proxy it through pkg-status
-
rwp
Unfortunately I do not at this moment have IPv6 connectivity. I will get there some day though.
-
RhodiumToad
once the currently running build is done, in ~3 days time, then within about a day another build will be started, which will take the ports tree as it exists then (and therefore will include the fix)
-
RhodiumToad
I also don't have ipv6 here, which is why I gave the proxy link
-
rwp
That's very good information. I think I understand the second link with the details in it much better now. Thank you for it.
-
rwp
From the first page I am still lost at sea on it. Looking for "the combination of portstree and jail name" "i.e. quarterly and 132amd64". How does one know the "132" part there?
-
RhodiumToad
13.2
-
rwp
D'Oh! Gotcha.
-
rwp
So when I look at "Package Builds" and then type in 132amd64 into the search box I see default and quarterly but quarterly shows 39138a92243f (not d6183abd1b32 you found) and am confused at that point. Also that link fails with an internal server error when I try it.
-
RhodiumToad
the lengths of build times are the subject of some complaint of late, since a full build for amd64 takes something like 6-7 days even on machines with, iirc, 28 cpus
-
RhodiumToad
the front page is showing the latest completed build, I think, not the running build
-
RhodiumToad
that's why you have to look at the little bomb to find out where to go next
-
RhodiumToad
i.e. pkg-status.freebsd.org/beefy14/jail.html?mastername=132amd64-quarterly
-
RhodiumToad
then look for the one that's actually running
-
rwp
If I start complaining about build times turn that around and suggest that I build it myself. :-) I would be good for that.
-
rwp
-
RhodiumToad
right but I think all those direct links are ipv6-only
-
rwp
A link which again doesn't work by itself. So trying to figure out the mutation rule to get from one to the other.
-
RhodiumToad
you get at it via ipv4 by using pkg-status.freebsd.org/beefy14 instead
-
rwp
It actually gives me an IPv4 address but then gives me an "internal server error" for it.
-
RhodiumToad
it shouldn't give you an ipv4 address?
-
rwp
Since you say it is IPv6 only I would not expect to get an IPv4 address for it.
-
RhodiumToad
beefy14.nyi authoritatively has no A record, only AAAA, so if you see an A record then something may be messing with your dns
-
rwp
I think it is more likely the problem exists between my chair and keyboard trying to interpret the web page and click on the right place.
-
adilix
hi all
-
rwp
I think I have it. Take the URL of the bomb to see that it is on beefy14 change beefy14.nyi.freebsd.org/jail.html to pkg-status.freebsd.org/beefy14/jail.html append on ?mastername=132amd64-quarterly which gets me to pkg-status.freebsd.org/beefy14/jail.html?mastername=132amd64-quarterly and from there I see that one build is "parallel_build" and can follow the link from there.
-
rwp
Thanks RhodiumToad for being patient with me! I am going to note this down so that I should be able to follow through it again later.
-
rwp
Hello adilix. Sorry but I was focused on my own stuff that RhodiumToad was helping me with.
-
siort
so, i installed the releng/14.0 from source, upgraded my zpool and enabled an unsupported checksum on zroot and now i can't boot, i am already running a zfs send|recv and i wanted to ask if there is not really another way out
-
rwp
siort, So you now think your zfs pool is upgraded beyond your current boot system's capabilities? Is that correct?
-
siort
It is, i already replaced my loader.efi with the new one
-
rwp
And to recover you are already pouring bits from the too advanced pool over to a lower one that you will be able to boot off of?
-
siort
i'm not already there, i'm just sending a snapshot to another disk
-
rwp
TBH I haven't hit that type of situation myself and I don't know a better answer I was just clarifying the situation.
-
rwp
What are you booting off of in order to be able to access the pool? You have another different 14.0 system I take it?
-
siort
i'm using a rc4 live disk
-
rwp
Good plan. Which is really telling me that that there must be a boot loader which will be able to boot off the newer pool. (I don't know though.) And even though you say you have already upgraded it just feels like there must be something wrong with that part of things.
-
rwp
Alternatively perhaps something simply broke the booting and the problem is not that the boot loader can't import the upgraded zpool and it is really just other breakage in the boot path.
-
siort
i don't think the upgrade is what was at fault. Reading from a forum thread (
forums.freebsd.org/threads/changing…cksum-on-boot-device-bad-idea.59562) it seems that the boot loader can't boot because an unsupported feature is active. Also, I tried CURRENT's bootloader and it didn't work either
-
rwp
At least you can see your data so you know it is not lost. Good luck with your recovery!
-
siort
indeed, i've seen a lot of filesystems fail sadly, nothing was lost this time except some hours i wiil not be able to access my data convniently
-
ghoti
Too long since I did this. Do I have a default AltGr or Compose key on a pc keyboard in X? Or do I need to define one if I want it?
-
siort
AltGr is the right Alt, compose key has to be defined
-
rwp
I have: setxkbmap -model pc104 -layout us -option compose:menu -option compose:prsc (and I also have -option terminate:ctrl_alt_bksp but...)
-
jb1277976
backup :P
-
jb1277976
back up*
-
jb1277976
this is a nvme drive
-
jb1277976
-
VimDiesel
Title: dpaste/dXWEg (Python)
-
rwp
That one should be quite a bit faster.
-
jb1277976
yep
-
jb1277976
putting windows on the other laptop for my kid :P bbl
-
zyxer
jb12779: Why are you abusing your kid?
-
zyxer
Linux mint is for noobs, windows is for abuse and torture. Causes learned helplessness
-
zyxer
😜
-
zyxer
Hi
-
zyxer
I can't get xbox360 controller (USB) to work on pcsx2. That is the only software I used that can use controller so no idea if it even works
-
zyxer
I added my user to input group, and also added the line in loader.conf, 'xb360gp_load="YES"'
-
zyxer
then I rebooted
-
zyxer
I am still a bit fresh to non-linux unix-like systems and controllers/gamepads, so I may be thinking in linuxism and may do unecessary things or completely miss something due to that
-
zyxer
dmesg gives
-
zyxer
ugen0.3: <BDA Xbox ONE mini> at usbus0
-
zyxer
I guess it is an xbox one wired controller not 360, maybe those aren't supported? I need to google some first tho'
-
nimaje
no idea why all the driver man pages say to load drivers via loader.conf, but you should only do that if you really need that, else you should load drivers via rc.conf kld_list or maybe let devd handle it, it automatically loads some kernel modules when it detects hardware needing it (no idea if it does for xb360gp) (loading via loader.conf makes the system unbootable when the kernel modul doesn't
-
nimaje
work for some reason (mostly affects kmods from ports when changing freebsd version) and is slower as loader has to load the kmod and not the booted system)
-
nimaje
zyxer: are the hgame uhid and usbhid kernel modules loaded? can you test the controller with some generic controller test tool?
forums.freebsd.org/threads/howto-en…r-desktop-usbhid.84464/#post-570081 lists antimicrox controllermap's test{gamecontroller,joystick} and libgamepad's gamepad_test never used them, so no idea how well they work
-
VimDiesel
Title: Howto: Enabling multimedia keys, gamepads/joysticks for desktop; usbhid | The FreeBSD Forums
-
zyxer
Those where enabled
-
zyxer
Now, I did some udev rules
-
zyxer
Then tested using a tool to test joypad
-
zyxer
It worked and then went back to emulator and realised I may have done a linuxism: Gamepads, if they have proper drivers etc. on linux, are usually autodetected and autoconfed in emulator
-
zyxer
So perhaps the rules I added did nothing or I actually tried to rebind before but not work, but now it work.
-
zyxer
-
VimDiesel
Title: Howto: Enabling multimedia keys, gamepads/joysticks for desktop; usbhid | The FreeBSD Forums
-
zyxer
That post helped
-
zyxer
VimDiesel: usbhid was already loaded
-
nimaje
-
VimDiesel
Title: Gamepads and Emulators on FreeBSD – AlfaExploit
-
zyxer
I found that but it didn't help (could be I am thinking in linuxisms when it comes to games)
-
zyxer
Well, it works now after I followed that post I linked.
-
zyxer
And I did get webcamd, and make patch and that
-
zyxer
Is there any lakka-like project that is based on FreeBSD?
-
zyxer
I know about GhostBSD and it is allegedly just FreeBSD with GUI installer or something
-
zyxer
If I choose Full disk encryption at install, do I really need to encrypt swap? Wouldn't swap be encrypted as well?
-
zyxer
Hi
-
zyxer
I installed nerd fonts but still have issues with it on terminal?
-
souji
zyxer: it might create an extra partition for swap which is not encrypted by default
-
zyxer
on ZFS?
-
zyxer
Wait, how can I check if I have swap?
-
zyxer
df doesn't show any swap. Maybe df showing swap is linuxism?
-
tmp_
swapctl -l
-
zyxer
Thanks
-
zyxer
How can I list paritions? And where they mounted or if they encrypted?
-
zyxer
I have 4 partitions, and a .eli in /dev
-
zyxer
ls /dev and grep the drive ada0, how I got the list.
-
tmp_
The `mount` command shows a lot of that.
-
tmp_
Otherwise `gpart show`
-
tmp_
And, if you're using zfs: `zfs list`
-
souji
If I run 'gpart show', I see the following partitions: freebsd-boot freebsd-swap and freebsd-zfs
-
zyxer
thanks
-
zyxer
Yes it seems swap is separate. I got so used to swap-files in penguin I assumed that FreeBSD would setup swapfile and not partition
-
zyxer
Ok it seems my swap is not encrypted. Good opportunity to learn how geli works and manually encrypt it and all. But let's not do it now, I am not in the mood.
-
souji
I don't even know if using a swap file on a zfs partition would work that well. Since zfs uses a lot of mem for caching
-
zyxer
Thanks for the help
-
zyxer
Oh, ok. I'll keep that in mind souji, thanks.
-
zyxer
I tend to try things for the luls, but maybe swap file on ZFS is one thing to not try for the luls when I can get luls in better ways
-
tmp_
With zfs, the usual thing to do is create a zvol for swap.
-
zyxer
Oh, ok. The installer doesn't do that. But if that is the case then I can look into yeeting the swap partition and then add that bonus disk space to the ZFS partition, and then make a swap inside it. And since the ZFS partition is encrypted, the zvol swap should also be encrypted, right?
-
tmp_
Yes. The zvol will be as encrypted as the zpool it is in.
-
tmp_
Regarding swap limits, something else to check is the sysctl variables: hw.pagesize and vm.swap_maxpages
-
babz
and now I'm wondering if I've created a dedicated GPT partition for swap
-
babz
probably because you can't hibernate on a zvol? I don't remember....
-
babz
in any case, know that if you have two geli() volumes with the same passphrase, you don't need to type it twice at boot time
-
armin
I would also consider that a bug if you need to type the same thing 2 times.
-
babz
most os are buggy in this regard
-
armin
Linux is really terrifying here, just saying "Attempting to decrypt master key..." for 50 seconds is absolutely not helpful.
-
CmdLnKid
terminal settings in some cases.. in my case "macOS, iTerm2, a spilled beer" and a year later my "p" key now appears after any other character so commonly if i type phone .... i have to backspace or otherwise its hpone
-
CmdLnKid
logic board influenced
-
dtomato
TUI
-
armin
TUI > GUI
-
Demosthenex
*sigh* i still wish there was an OSS TUI db system like dbase. something drop in dead simple, forms/searches with sqlite or similar
-
dtomato
In this case it was "typing under influence" :D
-
dtomato
-
VimDiesel
Title: GitHub - mathaou/termdbms: A TUI for viewing and editing database files.
-
Demosthenex
dtomato: that's awfully close! too bad it's in go
-
CmdLnKid
ipv6 talking now is natural
-
nimaje
why do you care with what language the devs punish themself?
-
mns
dtomato: termdbms seems interesting
-
jb1277976
Can somebody look at this for me. trying to get my microphone working. i hvae a zoom call in 30 mins
dpaste.org/mBUkg i think i need to use device.hints but i don't know which one to actually change
-
VimDiesel
Title: dpaste/mBUkg (Python)
-
jb1277976
-
VimDiesel
Title: dpaste/3McOM (Python)
-
babz
pcm0 doesnt work ?
-
jb1277976
babz: i don't know. when i go to mictest.com or whatever i can't hear myself. let m try a zoom test call
-
jb1277976
nope babz i think i need to change a nid like from pcm0 to something else. if not ineed virtual_oss which i really don't know how to setup
-
babz
if you're using firefox, I'm not sure it has OSS support
-
jb1277976
what browser should i use ?
-
babz
I would recomment setting up pulseaudio
-
babz
d
-
jb1277976
Ok im looking it up now
-
rwp
I did not need to do anything other than install firefox and run it in order to have sound working.
-
babz
ok
-
jb1277976
Yea on the samsung note book spin 7 everything worked out the box
-
rwp
That did install and later launch pulseaudio automatically. I am playing an album from the net now and look and see that pulseaudio is running.
-
rwp
If you are squeezed for time then I suggest using whatever is already working. Debugging audio problems under time pressure is stressful.
-
jb1277976
yea i will use my workhorse i got a mbp next to me
-
babz
jb1277976: what does mixer(8) say ?
-
jb1277976
-
VimDiesel
Title: dpaste/prR8M (Python)
-
babz
wat
-
jb1277976
oh speaker works fine
-
jb1277976
brb
-
zyxer
I installed an emulator, it depended on like 3 different sound servers, so now I have pulseaudio, sndio, and jack installed
-
zyxer
I think it uses sndio, since pulseaudio service not existent/enabled, jack is... I dunno, it is enabled and running but I only know it works with DJ software or music creation software (idfk I never used jack)
-
babz
Yeah, thats the problem with prebuilt pkgs
-
zyxer
Mixerctl is what I used to change audio
-
zyxer
Oh, so, you mean I could remove that if I went to ports and compiled it myself?
-
zyxer
Having it only want sndio?
-
babz
Probably
-
zyxer
What is the default in FreeBSD/the norm for sound server?
-
babz
Whats the port ?
-
zyxer
pcsx2
-
zyxer
I, of course, am a law abiding citizen and just used my own ROM dumps and BIOS dumps
-
zyxer
The binary is pcsx2-qt
-
zyxer
But this setup, ryzen 3700u (laptop, integrated graphix) with FreeBSD and ps2 emulator seems to outperform a gaming laptop with GTX980m
-
babz
nope you cant choose the audio backedns with USE_ variables in this port
-
zyxer
I seriously doubt my laptop hardware is better than that GTX980m laptop (well, GPU, I guess CPU is way better). Could be the specific game I played on the 980 that has performance issues. But it feels like FreeBSD is running ps2 emulator way better than linux. Or perhaps I am very missinformed on the GTX980m performance. Maybe the 3700u graffix is amazing. Or the emulator is CPU heavy and it is
-
zyxer
the CPU power that counts, then I would expect FreeBSD setup to perform better
-
siort
GPU doesn't matter much in PS2 emulation, the "emotion engine" is closer to a cpu than it is to a modern gpu from what i heard. In my experience pcsx2 doesn't run at full speed on a modern dual core machine i tried while it ran alot better on a 2015 quad core laptop
-
zyxer
-
VimDiesel
Title: Howto: Enabling multimedia keys, gamepads/joysticks for desktop; usbhid | The FreeBSD Forums
-
zyxer
I followed that guide before, and controller worked
-
zyxer
Then I poweroff, eat and do other things, boot up and now controller no work
-
zyxer
I tried redoing the steps
-
jb1277976
back
-
jb1277976
rwp: i have a usb dongle. its little pcm3: <USB audio> (rec)
-
jb1277976
should i just use that from now on?
-
zyxer
hgame and xb369gp are loaded according to kldstat
-
rwp
jb1277976, Use whatever works best for you. If the onboard works then that is fine. If the onboard does not work but the USB does work then definitely use the USB.
-
rwp
Especially on brand new hardware there is often a problem of drivers not yet having been reverse engineered for them. In those cases the easiest thing is to avoid the problem by using a USB adaptor which has a working free driver already. Much less stress that way.
-
jb1277976
Makes sense
-
jb1277976
do you know how to make it my default micphone or will things just pick it up ?
-
jb1277976
device.hints probably ?
-
babz
posting a bug report could help future driver developers. i'm thinking in particular of dumping platform-specific info such as ACPI tables. (isn't there a wiki page on this?)
-
jb1277976
babz: for device.hints ?
-
zyxer
Ok so it seems kld must load cuse
-
zyxer
Otherwise gamepad no workey for me
-
rtprio
jb1277976: are you still having trouble choosing a default sound device?
-
nimaje
hm, I know of
dmesgd.nycbug.org/index.cgi and
bsd-hardware.info for dumping hardware details to, but I don't think what they kollect contains acpi tables
-
VimDiesel
Title: NYC*BUG dmesgd
-
mmlj4
I've got mariadb1011-client-10.11.5 (with the matching server pkg) and want either p5-DBD-mysql or p5-DBD-MariaDB, but both want to install mysql80-client
-
mmlj4
how do I get around this? I certainly don't want to downgrade MariaDB server
-
mmlj4
funny... I ran this and there isn't even an 80 client available: pkg search mariadb | grep -i ^maria, it's all 10.x
-
jb1277976
rtprio: yes I know I can get my mic working through my speaker with device.hints I'm just trying to figure it out. I'm looking at man snd_hda
-
jb1277976
My USB dongle mic works perfectly
-
meena
heya folks! I'm trying to send logs from jails to the host's syslog, and all the explanations seem to imply these logs can't just fold into the host's logs, I need to create remote-host specific rules and log-files and that sounds like way too much work.
-
meena
might have to go bug dfr about extending the nullfs patch
-
scoobybejesus
meena: I was just thinking along the same lines, but sending jail "system" mail to the host
-
meena
scoobybejesus: i absolutely do not want anyone to ever email me unless i sent them an email asking for it
-
scoobybejesus
i would like to be able to read mail from specific jails on the host rather than having to log into the jail.
-
meena
scoobybejesus: i usually disable emailing for periodic and cron; they all have logs and i prefer looking at logs
-
meena
I migth have to install rsyslog on the host
-
meena
I'm not ready for that yet…
-
jbo
do we have any CAN bus capabilities in FreeBSD?
-
meena
starting to think my hack with the symlinks wasn't so bad
reviews.freebsd.org/D27411 , at least i didn't have to touch syslog.conf, which gives me bind.conf vibes
-
VimDiesel
Title: ⚙ D27411 add altlog_jaillist to syslogd's rc script
-
meena
jbo: check the source?