-
ExclamationPoint
anyone have sha256 trusted for FreeBSD repo?
-
ExclamationPoint
I want to confirm mine
-
ExclamationPoint
file: /usr/share/keys/pkg/trusted/pkg.freebsd.org.2013102301
-
ExclamationPoint
or can anyone detail how I can get this from pkg.freebsd.org ?
-
ExclamationPoint
the handbook is sparse on details about this
-
rtprio
b0170035af3acc5f3f3ae1859dc717101b4e6c1d0a794ad554928ca0cbb2f438
-
ExclamationPoint
Thank you, rtprio
-
ExclamationPoint
I searched for that value on several search engines and the primary set of results were truenas related and/or malware analysis and that didn't sit right with me
-
ExclamationPoint
maybe this should be more prominently fatured like the installation image signatures
-
polyex
so i wanna start making installs automated and not manually fill out bsdinstall. so i can script bsdinstall, but apparently i can also make my own script to do it all and skip bsdinstall. how do i choose which to do?
-
llua
how much control do you want over how everything is done?
-
parv
If I were to do this, I would do the whole thing myself as do not care for the ZFS datasets as they are being created in 13-RELEASE
-
parv
(have yet to find decent _explanation_ for parts of /var being in "zroot/ROOT/default" not directly in "/var" dataset)
-
polyex
i wanna be able to make a single config file and have that dictate how the install image is set up
-
polyex
that's weird parv wtf
-
parv
polyex, To see yoursle, install a 13.x-RELEASE in a VM with "Auto ZFS" option; upon boot run: df -h /var* | sort -u
-
parv
Sorry, make that: df -h /var/* | sort -u
-
polyex
auto zfs in the vm?
-
parv
Well, to see where various parts of "/var" are put if interested🤷🏽♂️
-
polyex
i have zfs on some metal. i'll try running it there. you tried to find out why but noone knew?
-
parv
Not here. I tried to look in "bsdinstall" code, but did not find one
-
parv
I have yet to ask mailing list
-
parv
-
VimDiesel
Title: parv: "#FreeBSD When I installed 13.[01]-RELEASE via "A…" - LGBTQIA+ Tech Mastodon
-
llua
pretty sure /var is done that way for boot environments
-
parv
llua, Could you expand on that?
-
llua
-
VimDiesel
Title: BootEnvironments - FreeBSD Wiki
-
polyex
-
VimDiesel
Title: freebsd/usr.sbin/bsdinstall/scripts/auto at master · lattera/freebsd · GitHub
-
parv
No. That is Lattera's copy
-
parv
-
VimDiesel
Title: bsdinstall « usr.sbin - src - FreeBSD source tree
-
llua
basically to avoid those directories that has a lot of churn
-
parv
-
VimDiesel
Title: GitHub - freebsd/freebsd-src: The FreeBSD src tree publish-only repository. Experimenting with 'simple' pull requests....
-
llua
also with /var/log being a dataset, if you revert to an older boot environment, you still have your current logs, not what they were back when the boot environment was created
-
parv
package (installed in /usr/local in boot environment) upgrades also causes a lot of churn.
-
polyex
so you script bsdinstall to get a new box but then you need pkgs installed. can you put post-system setup shit in the bsdinstall scripts?
-
polyex
pkg installs and also config files copied in and maybe some dirs created?
-
meena
polyex: bsdinstall scripting has a variable for packages to be installed
-
polyex
and config files i need to copy in for those pkgs?
-
polyex
and some firewall rules, this and that
-
meena
polyex: i don't see a standard way of doing that
-
megaTherion
how's ZFS with CMR today? its not recommended to use those disks, right?
-
megaTherion
ah sorry, no it was SMR which was evil
-
vkarlsen
megaTherion: No filesystem is going to save your disk from having to rewrite the overlapped tracks
-
megaTherion
yup true
-
V-T60
hello
-
V-T60
please help
-
V-T60
how to set volume higher than 100?
-
V-T60
mixer vol 150
-
Kalten
The number means % --- more than 100% is not possible
-
V-T60
but i can't hear anything
-
elge
there seem to be an embedded amplifier in vlc
-
elge
mpv also supports that
-
Kalten
absolute silence, or not loud enougth
-
V-T60
not loud enough
-
V-T60
can i amplify in iridium (chromium)?
-
Kalten
Ah: so the audio device is the correct one
-
Kalten
if you enter "mixer" in a terminal: are PCM and VOL set to 100?
-
V-T60
they are
-
V-T60
idk how to open for example this in vlc
inv.pistasjis.net/watch?v=34CLyRNquGI
-
VimDiesel
Title: КАКОВЫ ШАНСЫ МОСКВЫ НА РЕВАНШ НА ВОСТОКЕ? БЕСЕДА С ЮРИЕМ ФЁДОРОВЫМ - Invidious
-
V-T60
if this amplifies good
-
V-T60
how do i increase iridium volume? isn't that handled by operating system?
-
Kalten
The operating system does only handle the mixer, i.e. vol=100 pcm=100 as maximum.
-
Kalten
maybe use a plugin for iridium (are there any) to save the video to your disk, and use vlc on that?
-
V-T60
it is live translation
-
V-T60
s/translation/stream
-
V-T60
i can't download that
-
Kalten
dismal :-(
-
yuripv
see vpc_0db in snd(4) man page
-
yuripv
and try decreasing it
-
Kalten
sysctl hw.snd.vpc_0db=3
-
Kalten
I did not know this one: wau! Thanks a lot, yuripv! :-)
-
yuripv
setting it to 3 is likely to produce crappy sound :D
-
Kalten
Yes: is 45 by default on my system ;-) I did want so hear a strong effect
-
V-T60
thanks!
-
RhodiumToad
if you're not getting any decent volume even when turning everything up to max, it may indicate that you have not enabled some hardware-specific i/o pin
-
durriee
-
VimDiesel
Title: Unix-like - Wikipedia
-
megaTherion
it did
-
durriee
amazin'
-
megaTherion
good ol' history :)
-
durriee
hehe
-
polyex
can jails be used to build a function as a service platform?
-
meena
polyex: sure
-
meena
polyex: try this: consider jails == container, then say: Can containers to be used to do <things containers are often used for>?
-
meena
unless we're talking about some highly Linux specific thing, the answer to that should generally be: Yes.
-
polyex
how does that work? afaik functions are only started up for a request then shut back down right? but jails are always running i think?
-
RhodiumToad
define "function"
-
durriee
hehehe
-
polyex
i think it's some code that's started and ran upon a request
-
polyex
cloud function anyway
-
RhodiumToad
jails don't really "run". a jail can exist even when no process is inside it.
-
polyex
ya that's what's confusing me
-
polyex
seems like host would need to proxy requests to the right jailed function somehow
-
polyex
without having jailed function running persistently
-
polyex
kinda like how inetd works i think
-
polyex
start a service when request comes in then shut it down when not needed
-
sfox
I'm having trouble with net-snmp
-
sfox
it won't start and the only thing the logfile says is
-
sfox
kvm_openfiles: No such file or directory
-
sfox
kvm_openfiles: /dev/mem: No such file or directory
-
RhodiumToad
are you running it in a jail?
-
RhodiumToad
does /dev/mem exist?
-
RhodiumToad
generally speaking reading /dev/mem is largely deprecated, there are sysctl interfaces for at least most of the stuff that might previously have needed it
-
sfox
i am running in a jail
-
sfox
i think i figured it out getting it running with -r