-
V-T60
Hello
-
V-T60
Why would my internal microphone work?
-
V-T60
i try rec -d test.wav
-
V-T60
and there are silence
-
V-T60
are those such that can be chosen? devices: vol, pcm, speaker, mic, rec, ogain
-
V-T60
for example i try # mixer =rec ogain
-
V-T60
mixer: unknown recording device: ogain
-
V-T60
for none of them it worked
-
V-T60
but how is that possible that a while ago it was rec devices: monitor
-
V-T60
okay, that was with -f /dev/mixer1, but anyway, can't choose anything there
-
V-T60
what is the difference between -f /dev/mixer0 and -f /dev/mixer1?
-
V-T60
i found the output from /dev/sndstat
-
V-T60
it says that i have pcm0 and pcm1, pcm0: <Conexant CX20561 (Hermosa) (Analog 2.0+HP/2.0)> (play/rec) default
-
V-T60
pcm1: <Conexant CX20561 (Hermosa) (Internal Analog Mic)> (rec)
-
V-T60
how is that chosen which one recording capability is being used?
-
V-T60
how can i choose in SoX which device is used to record audio?
-
meena
markmcb: add require statements as needed in services (you may have to do this after every upgrade…). jails ordering works differently. it depends on how you're managing jails
-
BraveheartBSD
I'm running FreeBSD 14.0-BETA2. What is the bug report procedure? I tried to follow it, just got lost and went in circles.
-
otis
you open bugs.freebsd.org and there you go. what was the problem with bugzilla you've ran into??
-
BraveheartBSD
I don't think there is, I've never had to report an issue before.
-
otis
ah ok
-
otis
-
VimDiesel
Title: Log in to FreeBSD Bugzilla
-
BraveheartBSD
Yeah, I'm in there, searching now.
-
BraveheartBSD
FreeBSD 14.0 USB goes into a connect/disconnect loop, seems to go away once dbus is started (sddm)
-
BraveheartBSD
I'll sign up and go through the process ....thanks
-
KingShark
Hi. This compile times are to much for me :)) Is it possible to reinstall the software on my freebsd system pkg based? system pkg based?
-
RhodiumToad
what are you compiling?
-
RhodiumToad
base system, or ports?
-
KingShark
Ports.. everything pulls in another llvm version and then it takes hours
-
RhodiumToad
by all means install packages instead then
-
KingShark
Ikr.. but i am not supposed to mix them and installed a bunch using portmaster already.. Could i reinstallthose using pkg?
-
RhodiumToad
you shouldn't really need
-
RhodiumToad
to
-
RhodiumToad
the "not supposed to mix them" isn't that important
-
RhodiumToad
the main problem with mixing them is the fact that the pkg repo lags behind the ports tree due to the time taken to build things, and the fact that it'll try and upgrade packages that you built with customized options, replacing them with defaults
-
RhodiumToad
if you didn't tweak the options, the packages you build locally are no different from the ones in the repo
-
KingShark
I add pulseaudio support on some but after the 10th dialog i justhold enter because i dont care much anyways :)
-
KingShark
Sort of defeats the purpose of freebsd as well
-
KingShark
Might just not be for me :D
-
RhodiumToad
it doesn't defeat any "purpose of freebsd"
-
RhodiumToad
the fact that you _can_ compile everything yourself doesn't mean you're required to
-
dstolfa
KingShark: look into poudriere. it allows you to build your own local package repository for the ports you modify and have them take priority over upstream packages, but then use upstream packages for everything else
-
dstolfa
it's pretty flexible and is the official tool used to build the entire ports tree
-
dstolfa
that way you don't mix manually built ports with packages fetched via pkg
-
KingShark
thanks :)
-
KingShark
Hi. Why would ntpd not synchronize the time? ntdp_enable="YES" is in my /etc/rc.conf and a manual update via ntpdate would work
-
RhodiumToad
ntpd_enable?
-
RhodiumToad
also ntpd_sync_on_start="YES"
-
KingShark
if i run service ntpd start now, should it do a sync?
-
RhodiumToad
if ntpd_sync_on_start="YES" is set in rc.conf, yes
-
KingShark
thanks seems to work :) time is up to date
-
RhodiumToad
ntpd_sync_on_start is required if the clock might not be very close to correct on startup; it allows ntpd's first clock adjustment to exceed the normal step limits
-
KingShark
Hi. Something i dont understand: I moved my /usr/home mountpoint to a second zfs pool on another disk. Yet when i check in Thunar, it shows the freespace of the first pool in that directory. Also when i do df -h, it does not show this mountpoint at all. zfs list shows it fine and correct though.
-
RhodiumToad
what does zfs list show exactly?
-
RhodiumToad
it sounds like you didn't actually mount it from the new pool
-
KingShark
-
VimDiesel
Title: dpaste/DDxK (Plain Text)
-
KingShark
zroot is pool#1 and data pool#2
-
KingShark
i want /usr/home on pool#2 data :)
-
RhodiumToad
so it's not mounted, and the /usr/home you're seeing is the one on zroot
-
torindel
hey guys, i installed 14.0-BETA2 to check it out, and there is no portsnap anymore, any ideas how to get fresh ports? (and i didnt bother to get ports at install time as i inteded to use portsnap)
-
RhodiumToad
KingShark: check the properties on the new one? perhaps it has canmount=off ?
-
RhodiumToad
torindel: git
-
torindel
RhodiumToad: git isnt in base either
-
torindel
RhodiumToad: any tool to get fresh ports before installing anything via pkg?
-
KingShark
RhodiumToad, i now did 'zfs set canmount=on data' and another 'zfs set mountpoint=/usr/home data' and tried to confirm via mount -a; mount but its not showing
-
KingShark
'zfs mount' not showing it either
-
KingShark
maybe the current /usr/home just resides in the /usr mount as a regular folder and blocks the mount?
-
torindel
or other question: will portsnap be back in 14.0-RELEASE or is it deprecated?
-
RhodiumToad
torindel: afaik it's deprecated
-
KingShark
RhodiumToad, 'zfs mount -a' did the trick lol
-
KingShark
How do i make it persistent?
-
RhodiumToad
zfs mount -a is run automatically at boot
-
RhodiumToad
as long as the properties don't disable it from being mounted, it'll mount at boot
-
torindel
KingShark: ensure you got zfs_enable="YES" in /etc/rc.conf and as RhodiumToad said you should be fine
-
KingShark
doublechecked, is in rc.conf.. Well. Weird. I did not change much, i set the canmount=on for it (i dont know if it was on before).
-
KingShark
seems to work fine now, i unmounted it again, re-mounted it and copied the files over
-
KingShark
Will reboot for a try :)
-
KingShark
reboot done; all good
-
dstolfa
torindel: portsnap is deprecated, maybe you can fetch(1)? freebsd really needs a tool in base to fetch stuff from git
-
torindel
side note:
ftp://ftp.freebsd.org/pub/FreeBSD/d…elopment/tarballs/ports_main.tar.xz <= how often ports tarball is updated? daily hopefully? or quaterly like older ones?
-
RhodiumToad
look at the file dates?
-
torindel
same date as ports_2023Q3.tar.xz
-
torindel
thats why im asking ;]
-
torindel
(and thats today)
-
RhodiumToad
the quarterly branch isn't fixed for the whole quarter, it's just updated less than the main one
-
torindel
oh ok, thx
-
yuripv
torindel: if nothing else works :)
github.com/freebsd/freebsd-ports, "code" -> "download zip"
-
KingShark
Hi. Is it possible to reduce the screen resolution for tty terminals (ctrl+f1-f8) while keeping the xorg ttv9 untouched? :)
-
KingShark
I like the size it has before starting xorg
-
KingShark
Or loading the nvidia drivers, i guess thats actually changing the resolution :D
-
psionic
Wen will FreeBSD 14 come out
-
psionic
WEN�
-
psionic
WEN��
-
psionic
WEN��
-
psionic
WEN�
-
psionic
I hope next week otherwise I install OpenBSD 7.3
-
KingShark
vidcontrol -f terminus-b32 seems to work to achieve sort of what i wanted.. making the font bigger instead of the resolution smaller :D
-
KingShark
psionic, i see dates up to late october in this
freebsd.org/releases/14.0R/schedule . others will know better x)
-
VimDiesel
Title: FreeBSD 14.0 Release Process | The FreeBSD Project
-
yuripv
psionic: you can install beta and then update it to release when it's out, don't expect to be a lot of changes in there
-
psionic
is it having the same issue as netbsd? That after install when you use it for a while and they make a new release it keeps crying that the binary packages were compiled to version xyz, I really don't like that.
-
yuripv
it starts crying when the release you are running is EOL
-
signalblue
psionic: try out netbsd
-
signalblue
we're waiting for netbsd 10 noe
-
signalblue
now
-
signalblue
from 9.3
-
meena
I mean, you can always run NetBSD CURRENT if you don't wanna wait
-
signalblue
meena: that *may* have stability issues and I wanted to deploy it on a server :)
-
» meena usually runs RELEASE or STABLE on servers
-
signalblue
meena: NetBSD RELEASE?
-
meena
signalblue: FreeBSD.
-
signalblue
ah
-
signalblue
I usually only run RELeASE
-
signalblue
RELEASE sorry
-
meena
I'm in too deep in FreeBSD, and not nearly as deep in other BSD
-
signalblue
RELEASE is the stablest one
-
signalblue
are you deep in Linux/Debian?
-
meena
nope. not for a long time by now
-
signalblue
FreeBSD is a nice change of pace from that
-
meena
I find Linux confusing when looking for source
-
meena
(imagine my confusion then, when working on windows)
-
signalblue
me too
-
signalblue
looking for source?
-
signalblue
like as in source code?
-
meena
yes
-
signalblue
there's also this - nomadbsd.org - never knew of it until now
-
meena
having the entire base in one place is really useful
-
signalblue
^^^
-
LxGHTNxNG
Unix stuff makes me dizzy. Windows is worse.
-
meena
anyway, time to do dishes, then sit down an stare at some documentation, and attempt to write another function for a kernel driver before my brain goes bzzzzzzt
-
meena
actually, I just got an idea. I'm gonna turn that driver into boilerplate and debugger code, and see what the client code does.
-
meena
gosh, imagine if i had that idea 3 months ago
-
meena
I might be half finished by now
-
meena
put differently: imagine if I had a brain, or mentorship? I could be… at least mediocre.
-
psionic
Can it run the latest Arduino ide 2.x and sketchup?
-
meena
-
psionic
How is the VirtualBox support is it somewhat degraded compared to linux?
-
psionic
Can I for example install a linux in vbox and use that for arduino programming
-
psionic
as I recall there was some usb support issue with fbsd
-
psionic
VirtualBox� can be configured to pass USB devices through to the guest operating system. The host controller of the OSE version is limited to emulating USB 1.1 devices until the extension pack supporting USB 2.0 and 3.0 devices becomes available on FreeBSD.
-
psionic
VirtualBox� can be configured to pass USB devices through to the guest operating system. The host controller of the OSE version is limited to emulating USB 1.1 devices until the extension pack supporting USB 2.0 and 3.0 devices becomes available on FreeBSD.
-
psionic
still?
-
rogersm
Oracle Cloud FreeBSD successfully upgraded! yey!
-
meena
psionic: you could use bhyve and pass through an USB… thing
-
markmcb
I may have done a bad thing. I upgraded my zfs pools on beta2 and now I can't even get to the loader on boot. First message is: ZFS: unsupported feature: com.klarasystems:vdev_zaps_v2. Not sure if that's actually an error. Later I see ERROR: cannot open /boot/lua/loader.lua: no such file or directory. Not sure what to do.
-
yuripv
markmcb: now you need to update the loader, using efi?
-
VVD
markmcb, u need to update boot loader
-
markmcb
yes, using efi
-
yuripv
boot from 14 iso, mount the esp partition and copy /boot/loader.efi to efi/freebsd/loader.efi on that esp
-
markmcb
ok, will give that a shot. thanks!
-
yuripv
(note that esp is fat32, use mount_msdosfs)
-
markmcb
ok, thanks. and just curious, did i do something wrong? should freebsd-update have done this for me? or is this always a manual step?
-
yuripv
don't think freebsd-update does that for you
-
yuripv
we now have esp mounted by default in /boot/efi/, still neither installworld nor freebsd-update seem to update the loader
-
VVD
freebsd-update doesn't run zpool upgrade and doesn't update loader not in /boot/
-
yuripv
zpool(8) really should check if bootfs is set and refuser to continue to upgrade unless --yes-i-really-know-what-im-doing is specified :D
-
yuripv
refuse too
-
markmcb
i moved loader.efi, but still getting the loader.lua error. copy that too?
-
yuripv
moved it where?
-
markmcb
efi/freebsd
-
markmcb
on the efi partition
-
yuripv
may be it's using the default one in efi/boot/bootx64.efi? try to copy /boot/loader.efi to that path as bootx64.efi
-
yuripv
(efibootmgr -v would show what entry gets used and the paths)
-
markmcb
ok, it is booting now. thanks!!!!
-
yuripv
\o/
-
markmcb
That was a fun moment of panic. I appreciate the help.
-
markmcb
I'm curious, where is that documented? The handbook seems to imply freebsd-update upgrade/install does it all. The updating bootcode section is largely blank.
-
markmcb
I see it in loader.efi(8), but seems the handbook should make a bigger callout for it.
-
markmcb
not sure what changed, but in 14b2 any time i restart a jail that's using sriov for networking it takes a looooong time for the vf to become available. it effectively breaks "restart" as it simply fails when trying to start again.
-
markmcb
seems to take 5-10 minutes on average
-
yuripv
markmcb: which nic?
-
markmcb
Chelsio T520-SO-CR
-
yuripv
and which version worked?
-
markmcb
13.2 would also exhibit delays, but more like 5-30 seconds
-
markmcb
seems something is taking even longer to complete and jail restart is unaware of it and considers the stop job complete
-
markmcb
fwiw, same behavior from a x710-da2