-
Guest2064
Hmm
-
ircjail
When I want to package my own apps without adding them to the official ports tree, where do I put them so that I can still install them with `pkg`?
-
alepzi
i think wherever and just pass the path with a flag?
-
ircjail
alepzi So I would just do `pkg install /path/to/myapp.pkg?
-
alepzi
think so. check out man pkg
-
ircjail
So what's the difference between this approach and having my own port?
-
ircjail
My plan is to use pkg similar to VoidLinux's xbps `repository=<URL>` `where <URL> is either a local directory or a URL to a remote repository.`
-
alepzi
i try to mount a flash drive and it says mount: /dev/da0pi: Input/output error what i'm doing wrong?
-
ircjail
How do you mount the dev?
-
alepzi
mount /dev/da0p1 ~/mount/da0p1
-
alepzi
works on other flash drives but not this 1?
-
alepzi
oh nvm
-
V_PauAmma_V
alepzi, /var/log/messages should give you more info, if you haven't looked yet.
-
alepzi
i was trying to mount an install image and i forgot that never mounts
-
alepzi
hey i saw 14.1 is coming p soon. that's cool freebsd releases are coming a little bit more often
-
alepzi
1 per quarter alternating between bleeding edge major version and stable major version is good
-
alepzi
4 releases this year, 13.3, 14.1, 13.4, 14.2
-
alepzi
then like 15.0, 14.3, 15.1, 14.4
-
sfox
I am currently accessing a large pax tarball over NFS and my whole laptop running freebsd 14 is freezing on and off while i'm trying to use my web browser
-
sfox
What is causing this and how to fix it?
-
sfox
My system load is only 1
-
sfox
The only thing going on is heavy network reads and sequential writes to the filesystem (zfs) as tar loads in files over NFS
-
sfox
Is this an issue with the kernel's interactivity?
-
luser
It's the flux capacitor.
-
sfox
Oh no not that
-
sfox
Does freebsd need to be retuned for interactive (desktop) use?
-
alepzi
no
-
alepzi
maybe change powerd profile from performance (server) to balanced (desktop)?
-
alepzi
other than that just configure shit to work and it's good
-
luser
lol
-
luser
sfox Is there high disk IO?
-
luser
systat -iostat or iostat 1
-
sfox
Let me check
-
sfox
It's a fresh install
-
sfox
luser i'm not sure what's considered high but tps cycles between 500 and 0
-
sfox
I don't know why it's ocilating, it should be completely smooth. It's a sequential tarball reading from an ssd over nfs over gige to another ssd
-
sfox
I don't think that should be happening
-
luser
I certainly don't get these issues when copying large data streams over NFS.
-
luser
So it is an anomaly.
-
lw
-
VimDiesel
Title: 275594 – High CPU usage by arc_prune; analysis and fix
-
sfox
The power is plugged in so it should be in hiadaptive
-
sfox
This is really annoying. I'm trying to play videos and they keep stuttering
-
sfox
Even when i set kern.sched.preempt_thresh=250
-
sfox
The only thing that does is seem to make the stutters last shorter instead of seconds
-
sfox
Ms
-
sfox
Should i continue setting it higher?
-
luser
I would id the actual cause before messing with tunables.
-
luser
.
-
Demosthenex
gee thanks freebsd! my laptop has 202 days uptime.
-
Farooq
Hello. Is there an updated list of supported SoCs?
-
Farooq
or perhaps this is updated?
freebsd.org/platforms/arm
-
VimDiesel
Title: FreeBSD/ARM Project | The FreeBSD Project
-
Farooq
Because I remember I had an Allwinner H3 and it was working
-
Farooq
and it's not listed there
-
lw
does ipfw's check-state action allow related ICMP packets like fragmentation needed (for pmtu)?
-
lw
ok, apparently not, according to the very last paragraph of ipfw(8)
-
ShinyCyril
Using Xorg and Windowmaker, whenever I press the "up" arrow, a little preview thumbnail pops up in the corner of the display showing a preview of my screen. Any idea what is responsible for this? The behaviour started fairly recently and it's driving me nuts...
-
ShinyCyril
oh wow, I should have read the release notes.
-
ShinyCyril
> Window Maker 0.96.0 was released on August 5th 2023
-
ShinyCyril
> In WPrefs “Keyboard Shortcut Preferences” tab, three new actions can be configured: “Capture a portion of the screen”, “Capture a window”, “Capture the entire screen”. The file is saved in ~/GNUstep/Library/WindowMaker/Screenshots directory under a filename format “screenshot_%Y-%m-%d_at_%H:%M:%S” followed by the extension. Which can be png or jpg based on WRaster dependencies.