Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

let's do some user research into #FreeBSD!

Uncategorized
1 1 1

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    6 Views
    Time for the weekly sunday-backup of my home-server:1. Plug USB HDD2. zpool import zusb3. zfs snapshot -r zroot@backup-$(date +%Y%m%d)4. zfs send -R -i zroot@backup-$(date +%Y%m%d) | zfs receive -o mountpoint=none zusb/backup_zroot5. zpool export zusb6. Unplug HDD#freebsd #zfs #backup
  • Beware!

    Uncategorized freebsd ports
    1
    0 Votes
    1 Posts
    11 Views
    Beware! Christos committed 9b26d309123abf0e90651298b131783ba7d9b945 on main branch of #FreeBSD #ports tree to ignore FreeBSD15 on audio/virtual_oss port and posted heads-up. https://cgit.freebsd.org/ports/commit/?id=9b26d309123abf0e90651298b131783ba7d9b945 https://lists.freebsd.org/archives/freebsd-stable/2025-September/003305.htmlAnd correlated virtual_oss codes are NOT YET MFC'ed into stable/15. https://lists.freebsd.org/archives/freebsd-stable/2025-September/003306.htmlChristos states he would MFC in 1 or 2 days, https://lists.freebsd.org/archives/freebsd-stable/2025-September/003307.htmlbut it means if you upgrade ports including and after the above-mentioned commit on stable/15 including any of ALPHA snapshots before the MFCs are done, you'll lose virtual_oss functionalities.So hold upgrades of ports/pkgs or `pkg lock audio/virtual_oss` would be wanted in the meantime.
  • 0 Votes
    1 Posts
    13 Views
    Hey #FreeBSD friends: Is there some kind of severe rate/connection throttling in base sshd? I was able to connect once and then since then, it hangs. If I telnet to port 22 I do get a banner but the key exchange just hangs and I get a connection reset after a while.Am I better off disabling the base sshd and install openssh server?
  • 0 Votes
    5 Posts
    18 Views
    @winterschon yes I have the boot log from both succesful and failed images. After numerous trial and errors (manual hook, compiled u-boot for r2s plus via ports), I found that there is no trust.img from FreeBSD, that's why nanopi skipped the sdcard. I flashed armbian (working image) trust.img to the sd card and Nanopi showed loader error.maybe I need to recompile the u-boot with ATF load turned off?