-
darwin
i forgot, what are good ways to change the terminals (plain/pure/non-X) to black on white text, temporarily, and also saving that setting?
-
eoli3n
-
VimDiesel
Title: 271388 โ irc/soju: update to v0.6.1
-
eoli3n
is ashish here ?
-
parv
RhodiumToad, Thank you; good to know/be reminded that "pkg" knows about "flavor" & package+flavor name depends per port(๐คก)
-
RhodiumToad
the hard part would be, how could pkg know or guess what flavor is required if you specify only a package origin (i.e. cat/port rather than a packagename)
-
RhodiumToad
for some flavor types, like x11/nox11 variants of packages, are very different in functionality
-
parv
pkg-query(8) does not mention if it works on (un)installed packages ... wait per "EXAMPLES" section, only installed ones
-
meena
RhodiumToad: do we have a "default" flavour?
-
RhodiumToad
parv: pkg rquery queries a repository
-
RhodiumToad
pkg query queries the local installed pkg db
-
RhodiumToad
meena: every origin has a default flavor, yes
-
parv
RhodiumToad, I read that; thought was limited to "repository"-related data (URL, ABI, etc). Appreciate the correction
-
RhodiumToad
rquery can only query a subset of the package data, i.e. only the parts that are entered into the repository metadata
-
RhodiumToad
so you can't get things like (iirc) file manifests or so on
-
RhodiumToad
but annotations are in the metadata, so you can see those
-
parv
Does not find -x11 version: pkg rquery '%n %Av %At' -x vim # Try with s/vim/vim-x11; "-x" is not effective
-
parv
Now OTOH: pkg search -x vim # ๐๐ฝ
-
meena
parv: I get the same amount of stuff for pkg search vim and pkg search -x vim (23)
-
parv
meena, Use of "-x" is now a habit after non-x search not finding things most of the time; also now would need to only tweak the search term & not have to worry about lack of "-x" option
-
parv
I also thought pkg-rquery would find "vim-x11" with "-x" with term of "vim" but did not
-
RhodiumToad
-x seems to be behaving pretty weirdly
-
RhodiumToad
pkg rquery -I -x 'vim' finds a lot of stuff
-
RhodiumToad
oh I see
-
RhodiumToad
you're infected with a GNUism
-
RhodiumToad
has to be pkg rquery -x '%n Av %At' vim
-
RhodiumToad
pkg rquery -x '%n %Av %At' vim
-
RhodiumToad
(remember, all options come before all arguments)
-
parv
RhodiumToad, Right diagnosis doctor.
-
parv
Sorry meena, RhodiumToad to bother with mistyped command
-
parv
.oO( Oh man /me is laughing at own error )
-
psionic
How is the freebsd bluetooth audio support between: shit and non existent? :D
-
RhodiumToad
last I heard, there was a virtual_oss bluetooth audio connector, but I never tried it
-
psionic
ok I guess if the normal bluetooth is plane zero I shouldnt even dare to look at the RPI 3-4 bluetooth support with FBSD
-
RhodiumToad
pretty sure bluetooth is not supported on rpi3-4 on fbsd
-
RhodiumToad
unless possibly via an external usb dongle?
-
RhodiumToad
note that the internal audio isn't supported on rpi 3/4 either
-
psionic
Other BSDs are probably even worse, FBSD usually number 1 in new hw support compared to the other two.
-
thorre
Hi, I have gotten 4 checksum errors on all 4 physical disks in a raidz2 volume.
pastebin.com/y9S7WMeu
-
VimDiesel
Title: $ sudo zpool status -v - Pastebin.com
-
thorre
smartmontools do not show any wear or error information for the disks
-
thorre
It seems like a memmory or controller error.
-
RhodiumToad
can happen
-
thorre
Question is how can I remove the "files" that are listed in the output?
-
thorre
Based on the output in
pastebin.com/y9S7WMeu
-
VimDiesel
Title: $ sudo zpool status -v - Pastebin.com
-
thorre
Is there anything that I can or should do?
-
» RhodiumToad not enough of a zfs expert to answer that one
-
RhodiumToad
hang around, someone else may know
-
llua
looks like metadata
-
last1
pastebin.com/Xyn0cj4T <-- does anyone know which periodic script this is ?
-
VimDiesel
Title: cat /etc/periodic.confdaily_status_security_chksetuid_fs="ufs,zfs"daily_st - Pastebin.com
-
RhodiumToad
in what version?
-
last1
13.2
-
last1
I killed them all yesterday, now it's back on, most likely because it runs on /backups which has millions of files
-
last1
greping for find just shows: / /ssd_bkp /zroot /usr/obj /usr/ports /usr/home /backups /backups/veeam67 /backups/dd /backups/test /backups/mfs /backups/mail /backups/logs /ssd_bkp/mfs /dev/null (find)
-
RhodiumToad
there's no script that respects those settings, where did you get them from?
-
RhodiumToad
the chksetuid script in 13.2 processes all zfs and ufs filesystems that have neither noexec nor nosuid set
-
RhodiumToad
the trick is to set nosuid on all data filesystems
-
last1
I copied them from another 13.2 server, hmm, maybe I am going cuckoo
-
RhodiumToad
/etc/periodic/security/100.chksetuid is the script in question
-
RhodiumToad
the only option it recognizes is one to disable it completely
-
last1
so for zfs I just setuid=off on the zfs pool ?
-
RhodiumToad
you do whatever it takes to make it show up as "nosuid" in the output of mount
-
RhodiumToad
I believe it's a dataset property
-
RhodiumToad
(rather than a pool one)
-
last1
backups on /backups (zfs, local, nosuid, nfsv4acls)
-
last1
cool
-
skered
I heard you like backups so we put backups on /backups.
-
last1
indeed!
-
last1
would setting nosuid on the dataset change the snapshots somehow ?
-
last1
I tried doing a zfs send/receive and now it errors out with: cannot receive incremental stream: destination backups/veeam has been modified
-
yourfate
is there a way i could get the original sshd_config thats supposed to shop with my ssh version?
-
yourfate
I replaced it, and that broke sftp, because I may have used a config from a different system :s
-
yourfate
ah found the problem
-
yourfate
it was from a bsd where I installed another openssh in /usr/local... so the sftp subsystem pointed to /usr/local/libexec instead of /usr/libexec
-
RhodiumToad
if you know your freebsd version you can get the sshd_config from the original sources easily enough.
-
patmaddox
you can get any original config file by downloading and extracting base.txz for that version
-
RhodiumToad
yeah, if you don't mind downloading a large file
-
RhodiumToad
-
VimDiesel
Title: freebsd-src/sshd_config at releng/13.2 ยท freebsd/freebsd-src ยท GitHub
-
yourfate
<3
-
spork_css
I have a few hosts running 13.2 that are periodically dumping this message to the console: Deprecated code (to be removed in FreeBSD 14): Asymmetric crypto features via /dev/crypto
-
spork_css
But they don't mention what the calling program or jail is. How to track this down?
-
meena
spork_css: aye, that doesn't seem very useful
-
dch
spork_css: can you use dtrace to see what opens /dev/crypto ?
-
dch
i have no idea if this is spectacularly explosive on a production system
-
dch
spork_css: I'm guessing it is either 30e25f930445e1b76d16f3219b627b7b92aa2a42 or ecedef531b0c481f424513004db59c4e8943cf2b
-
dch
and see
reviews.freebsd.org/D26810 for more info on the latter
-
VimDiesel
Title: โ D26810 Mark asymmetric cryptography via OCF deprecated for 14.0.
-
dch
-
VimDiesel
Title: โ D24346 Remove support for the algorithms deprecated in r348876.
-
dch
spork_css: so basically you need to figure out what's trying algos like 3DES, blowfish, etc.
-
dch
probably something that also wants openssl < 1.1.0
-
spork_css
I have some very old jails, including one on 8.4 (not on the internet)... might have to move that to bhyve if that's it.
-
darwin
i forgot, what are good ways to change the terminals (plain/pure/non-X) to black on white text, temporarily, and also saving that setting?