-
Posterdati
hi
-
radhitya
hello o/
-
radhitya
i have a question: would you drop your packet filter conf? i need an inspiration for my shell server
-
radhitya
this mine:
termbin.com/kkhl.. any improvement?
-
LXGHTNXNG
if you want people to be able to access gemini services as users, you may want to add port 1965 to your services list:
geminiprotocol.net/docs/protocol-specification.gmi
-
radhitya
thanks LXGHTNXNG
-
[tj]
does anyone know what control in kde will disable system sounds?
-
[tj]
turning off notification sounds in system sounds didn't do it
-
Posterdati
hi
-
Posterdati
is anyone using xfce4 on 14.2 p2?
-
nimaje
probably
-
svragv
WQhat happened to the kde5 and kde6 ports?
-
nimaje
unified into the kde port
-
mage
-
mage
I'm tryng to create a zfs dataset in a jail
-
nimaje
but that one already exists? not sure why it's a permission error there
-
nimaje
maybe because you have no create permissions for zroot_srv/data/jails
-
mage
nimaje: sorry.. wrong paste
-
mage
I've updated the gist
-
mage
the dataset doens't exists
-
mage
*doesn't exist
-
mage
and I have the create permission on the parent dataset (zroot_srv/data/jails/zsync)
-
nimaje
(hm, should you really see non-jailed datasets inside a jail?)
-
mage
nimaje: you see the parent datasets of the jailed one
-
mage
interresting:
-
mage
$ zfs create zroot_srv/data/jails/zsync/srv
-
mage
cannot mount 'zroot_srv/data/jails/zsync/srv': Insufficient privileges
-
mage
filesystem successfully created, but not mounted
-
mage
-
nimaje
-
mage
yes I have all of this
-
f451
is it stated anywhere how many sectors a drive can reallocate? something like percent overprovision?
-
psycorama
maybe in the datasheet for the drive. but that would indicate you'll be able sue if it doesn't …
-
voy4g3r2
so this PM just keeps emoting email responses.. and using AI chat summary because they are not capable of doing minutes for groups larger than 3.
-
voy4g3r2
sorry for the noise.. mistake on my part
-
f451
psycorama: or a way of telling by using dd or gpart or fdisk or similar
-
f451
psycorama: or maybe something like "usually expected to have 16384" something like that
-
psycorama
you can inquire into the S.M.A.R.T. values from the disk (smartcl). but these usually do not show how many reallocation blocks are left
-
f451
thats correct
-
f451
it did have 7 uncorrectable but dd managed to re-map those
-
psycorama
spinning rust or solid state?
-
f451
(well, not dd but a forced read/write made the firmware re-map them)
-
f451
spinning rust
-
f451
its all in a zfs array and it/s the 8th disk of raidz2
-
psycorama
you can try to see if this value increases over time. once had a disk with 11 reallocated sectors, which ran fine afterwards for a few more years.
-
f451
yeah
-
f451
these disks used to live in a proliant in a server rack in a DC
-
psycorama
it really depends on how much losing this one disk would hurt.
-
f451
theyre enterprise grade so id expect some hevty overprovision. was interested in finding how much there is
-
psycorama
that would be nice, yeah :)
-
psycorama
maybe try the F.A.R.M. values from smart
-
psycorama
but i'm grasping at straws here :)
-
f451
FARM? cant say ive heard of those
-
f451
no worries :)
-
psycorama
learned about them recently myself in the news. lately a lot of used disks were sold as new (enough) with manipulated smart values
-
f451
yeah ive seen that once, a few years ago, supposedly reconditioned
-
psycorama
`smartctl -l farm <disk>` has experimental support for seagate drives
-
f451
yep - ooh these are seagate :)
-
f451
FARM log (GP Log 0xa6) not supported
-
f451
oh well. still, something new learned so thanks for that
-
psycorama
sure :)
-
mage
what is the difference between security.jail.mount_zfs_allowed and security.jail.param.allow.mount.zfs ?
-
f451
mage: security.jail.mount_zfs_allowed is depreciated
-
mage
ok
-
mage
so
gist.github.com/silenius/662b9bf4a623a5f8d39c59d9cf5e5b3c should be enough to be able to mount a zfs dataset in a jail ?
-
f451
you can get a on-liner descriptor of any sysctl variable with 'sysctl -d variable'
-
mage
for some reason I can't mount a zfs dataset altough delegations are OK
-
f451
thats a good question. meaning, i don't know the answer
-
f451
if the sysctl is set then yeah it should work
-
tsoome
is the mountpoint present? if not, do you have permission to create it?
-
mage
-
mage
tsoome: yes, and owned by user
-
mage
(the gist is from within the jail)
-
f451
poudriere creates zfs datasets and jails processes but poudriere usually runs as root
-
tsoome
does jail allow to mount?
-
tsoome
because you clearly do get: cannot mount 'zroot_srv/data/jails/zsync/srv': Insufficient privileges
-
mage
-
mage
this is my jail.conf
-
mage
it should be ok with allow.mount and allow.mount.zfs and enforce_statfs=1
-
tsoome
zfs set jailed=on <volume name>
-
tsoome
-
mage
it's done on the HOST
-
mage
/jails/zsync/ zfs list -o name,jailed,mounted,mountpoint zroot_srv/data/jails/zsync
-
mage
NAME JAILED MOUNTED MOUNTPOINT
-
mage
zroot_srv/data/jails/zsync on no /backups
-
tsoome
ya, but you are mounting zroot_srv/data/jails/zsync/srv
-
mage
yes, but from within the jail
-
mage
it's inherited after all:
-
mage
/jails/zsync/ zfs list -o name,jailed,mounted,mountpoint zroot_srv/data/jails/zsync/srv
-
mage
NAME JAILED MOUNTED MOUNTPOINT
-
mage
zroot_srv/data/jails/zsync/srv on no /backups/srv
-
mage
also it works as root
-
tsoome
so it has to be something about user privileges still.
-
tsoome
but what, I have no idea:D
-
mage
(:
-
f451
subscribe to freebsd-fs@ and post about it there
-
mage
yeah ..
-
f451
did you have both security.jail.param.allow.mount.zfs and security.jail.mount_zfs_allowed set to 1 outside the jail? also, what exact freebsd version
-
f451
-
mage
f451: no, I thought allow.mount and allow.mount.zfs in jail.conf are enough?
-
mage
I set security.jail.mount_zfs_allowed to 1 on the HOST but I still cannot mount
-
mage
this is 14.2-RELEASE
-
f451
dunno. covering all bases. look at that link i posted where (sort of?) your issue is solved
-
mage
I've done everything from the post
-
mage
maybe it's a regression in 14.2
-
f451
huh. i dunno then. here i'd post to the mailing list
-
f451
14.2.0 and not 14.2-p2 ?
-
mage
-p2 yes
-
mage
I'll try @fs
-
f451
yeah. post to fs-freebsd@
-
f451
sorry freebsd-fs@
-
Posterdati
hi
-
Posterdati
please help, there's no file manager (thunar) in the xfce4 for 14.2 p2... Is it possible to fix that?
-
Posterdati
thnaks
-
nimaje
in the last build of the pkg repos many packages failed to build and much more were skipped because their dependencies failed to build (see
lists.freebsd.org/archives/freebsd-ports/2025-April/007557.html ), probably thunar belongs to the skipped ones, so only waiting for new repos to be build or build your own pkg repos with poudriere
-
SKull
Posterdati: 'pkg install pcmanfm'
-
Posterdati
SKull: ok
-
Posterdati
SKull: still no thunar
-
Posterdati
SKull: ok done, thanks!
-
armin
SKull: You could at least *mention* this is a workaround that installs a completely different application, not a fix.
-
hernan604
Posterdati: install it ?
-
Posterdati
hernan604: there's no more thunar in 14.2 p2
-
hernan604
oh nice =p
-
hernan604
use mc
-
hernan604
at least, thats what i use =p
-
thedaemon
pcmanfm is great anyways :P
-
wsky
i've transfered ocver 50GB via my freebsd vps today :s
-
SKull
armin: ok. addendum: pcmanfm is a workaround. it has few dependencies, isn't tied to any DE and 'Just Works'.
-
SKull
wsky: do you have a limit in place?
-
wsky
Skull yeah
-
armin
SKull: fair. :)
-
SKull
wsky. i think i have 2TB. As long as I don't sync all my Nextcloud Data to more than one device a month, I'm good :]
-
SKull
oh. wrong. i've got 32TB. so i'm good in any case.
-
ivy
the output of "kyua debug" (and also "kyua report") for atf-sh is deficient and useless, it does not show the commands it ran or their output
-
ivy
cc: kevans
-
skered
Nice. 277959 is in 13/14!
-
Posterdati
hi
-
Posterdati
SKull: please help, I have a problem with xfce4 desktop: no icons, xfdesktop is not running. How can I fix that? Thanks!
-
nimaje
Posterdati: why do you tag a specific person with that question?
-
Posterdati
please help, I have a problem with xfce4 desktop: no icons, xfdesktop is not running. How can I fix that? Thanks!
-
Posterdati
I did not modify the previous message and reused part of it :)
-
dh
Do you have xfce4-desktop installed?
-
CorvetteZR1
hello
-
CorvetteZR1
i used to be able to play reVC (GTA Vice City remake) with linux emulation before, Freebsd 13.2 and 14.0
-
CorvetteZR1
i'm on 14.2 now, haven't tried it in a while. but when i go to play it now, i get the main menu but when trying to start the game, it crashes with a segfault
-
CorvetteZR1
i see this in dmesg: linux: jid 0 pid 1636 (reVC): syscall inotify_init1 not implemented
-
CorvetteZR1
pid 1636 (reVC), jid 0, uid 1001: exited on signal 11 (core dumped)
-
CorvetteZR1
is there way to fix it? how come inotify_init1 not implemented all of a sudden; i hadn't gotten this error before
-
CorvetteZR1
i'll probably get this in other games as well, i haven't tried yet, but since Everspace also uses libstdc++ in linux emulation, it'll most likely also fail with this...
-
CorvetteZR1
pls help, i want my games to work :)