Latest activity

  • tembun
    $ pkg info chromium firefox chromium-150.0.7871.100 firefox-153.0_1,2 On the screenshot, www/chromium on the left side and www/firefox on the right side. In Firefox, commit messages are not displayed in cgit.freebsd.org: a tag with class...
    • 21_35_09.png
  • M
    Hi MG, thank you for your reply. I do not know, as I have not tried yet; I was afraid to cause some non-recoverable problem. Hence my question. Hi cracauer@, thank you for your reply. The inconsistent feature flags is exactly the worry. It...
  • C
    cmic posted the thread how to repair zfs boot in Storage.
    FreeBSD 15 on a laptop with a sata SSD. I modified /boot/loader.conf and /boot/device.hints. Hum, certainly made bad configs.. Now I cannot boot. The SSD is ZFS With a USB FreeBSD key, I boot and make a "zpool import <id>" and I see all zfs...
  • D
    drhowarddrfine reacted to mer's post in the thread What's happening to FreeBSD? with Like Like.
    Almost sounds like we're turning into a Linux forum....
  • M
    Importing and Exporting Pools If this is helpful https://docs.freebsd.org/en/books/handbook/zfs/#zfs-zpool-import
  • M
    mefizto reacted to cracauer@'s post in the thread ZFS Moving OmniOS ZFS pool to FreeBSD? with Thanks Thanks.
    Chances are that the Omni pool will use some feature not supported on FreeBSD and then you are screwed.
  • M
    mefizto reacted to MG's post in the thread ZFS Moving OmniOS ZFS pool to FreeBSD? with Thanks Thanks.
    What's the hardware? FreeBSD booted from USB doesn't just import it?
  • SirDice
    Right, on second look this might work. But the thing that causes it to fail, your nnn.patch isn't a patch file. A patch file is a diff that's applied to a specific file within the extracted source distribution (before the actual build is...
  • fygar256
    bi go version was stopped publishing because of maintenance burden.
  • H
    hruodr replied to the thread Setting http(s) server.
    With uacme you create a let's encrypt account with, after substituting <your-email>: uacme --confdir /usr/local/www/Acme new <your-email> Create and renew certs, after substituting <your-domain> and offering...
  • Crivens
    "A trap for big children"
    • 1784911442288.png
  • H
    hruodr replied to the thread Setting http(s) server.
    Separation of tasks, but what is the win? A simple http server will perhaps have no big latency starting, but normally inetd is not its place. Thanks. No error, but wasted time. I got it with dehydrated and with uacme. With the experience I get...
  • H
    hruodr reacted to kpedersen's post in the thread Setting http(s) server with Thanks Thanks.
    The centralised approach to https is stupid (and the fact it fails to consider internal, airgapped networks means its crooked and broken by design) but if you need to play the game to stop popular web browsers from frightening your users, then so...
  • cracauer@
    What I would do is make a zpool on a USB device on Omni and try that on FreeBSD.
  • cracauer@
    cracauer@ replied to the thread Setting http(s) server.
    If you post the error messages from when you ran the cert scripts we might be able to help.
  • K
    kpedersen replied to the thread Setting http(s) server.
    The centralised approach to https is stupid (and the fact it fails to consider internal, airgapped networks means its crooked and broken by design) but if you need to play the game to stop popular web browsers from frightening your users, then so...
  • K
    kpedersen reacted to kent_dorfman766's post in the thread Setting http(s) server with Like Like.
    I believe the only true security is not having to trust any third party, so I haven't used a CA...For my stuff I use apache and self-sign certificates. It means that users must accept the certificate the first time though.
  • T
    mefizto, you didn't specify the OmniOS version, just tested Long-term support (LTS) Release omnios-r151054r.iso in VirtualBox. After installation, booting up a 15.1-RELEASE installer media, enter "Live System", the OmniOS pool can be imported...
    • FBSD-15.1-import-OmniOS.png
    • FBSD-15.1-import-OmniOS-2.png
  • S
    I should have mentioned, my user is also in operator group.
  • S
    scottro replied to the thread Setting http(s) server.
    Without claiming to read their mind, I suspect that diizzy just means it's one of those things where lots of people have lots of opinions. There's an old saying something like, there's always more than one way to do something in Unix with the...
  • H
    hruodr reacted to diizzy's post in the thread Setting http(s) server with Thanks Thanks.
    You're opening can of worms filled with many personal opinions. ;-) If you're happy with Apache use Apache, X (where X is insert http server of choice here) might not be the most efficient solution but unless you're running a site high volume...
  • H
    hruodr replied to the thread Setting http(s) server.
    I wrote my experience and expressed only two opinions: 1) That it [apache] is getting more difficult. 2) uacme seems to be the most simple (compared with certboot and dehydrated). Then I asked about your experience.
  • Zare
    Zare replied to the thread What's happening to FreeBSD?.
    Emrion, I don't care for this 'problem' of yours.
  • H
    Now a trivial theme. I have installed, locally, many times http server. Three times a public one. One in debian, one in ubuntu, and one in freebsd. I have the feeling, that with time it gets more difficult, not more easy. More details to see...
  • Zare
    Zare replied to the thread What's happening to FreeBSD?.
    Of course, glad you asked. The boot time is a very important factor for service/application servers. Consider a Linux Kubernetes stack. You really don't care how long does it take for your nodes to start. Runtime nodes, network, storage...
  • SirDice
    It was indeed duplicated, but the misc/py-fastavro was removed a couple of days ago. https://github.com/freebsd/freebsd-ports/commit/55cf7ea
  • D
    Importing and Exporting Pools If this is helpful https://docs.freebsd.org/en/books/handbook/zfs/#zfs-zpool-import
  • bjs
    bjs reacted to Phishfry's post in the thread Ports Repository Frozen with Like Like.
    Under attack at every front... And people are gobbling it up..
  • B
    balanga reacted to SirDice's post in the thread Solved IOCAGE on a VPS with Thanks Thanks.
    Nope. Grok seems to add the external interface to the bridge, that's a mistake. Well, in this case it is, it is appropriate in other situations. Doing this from the top of my head, might not be entirely correct: gateway_enable="YES" # You need...
  • H
    hruodr reacted to MG's post in the thread What's happening to FreeBSD? with Like Like.
    It may be important because things rely on eachother or can be up late. it doesn't require a post-kernel startup framework that manages services with dedicated commands. It can be a single script and 1 thread. All system services are backgrounded...
  • cracauer@
    Chances are that the Omni pool will use some feature not supported on FreeBSD and then you are screwed.
  • SirDice
    SirDice replied to the thread Solved IOCAGE on a VPS.
    Nope. Grok seems to add the external interface to the bridge, that's a mistake. Well, in this case it is, it is appropriate in other situations. Doing this from the top of my head, might not be entirely correct: gateway_enable="YES" # You need...
  • MG
    MG replied to the thread What's happening to FreeBSD?.
    It may be important because things rely on eachother or can be up late. it doesn't require a post-kernel startup framework that manages services with dedicated commands. It can be a single script and 1 thread. All system services are backgrounded...
  • SirDice
    Looked at 14.3, 14.4, 15.0 and 15.1, it's all the same, operator group has read access on the device node. Don't have anything older anymore, but I suspect it to be the same on 13 too.
  • H
    hruodr reacted to MG's post in the thread What's happening to FreeBSD? with Like Like.
    rc.d and systemd are glorified autoexec.bat+config.sys re-implementations that both seem to not like actual user-independency and add a lot of complexity for no reason. "Learn our documented zoo." Not using it for years. We have 1 script that...
  • H
    hruodr replied to the thread What's happening to FreeBSD?.
    The sequence is important, some services need a previous running, but you know, in sh there is a difference between ";" and "&&". In another thread I made a theme about the inflation of tools for managing user and groups. The old way was mainly...
  • J
    https://www.bobeager.uk/jitsi.html
  • SirDice
    Hmm, think I might know why diskinfo works for me on some systems but not others. On the systems where it works my user is a member of the operator group, on the systems where it doesn't work the account wasn't added to operator. That makes...
  • B
    balanga replied to the thread Solved IOCAGE on a VPS.
    Looks like I am out of my depth trying to achieve what I want. I'll quote what GROK advises and then maybe someone can correct any mistakes in the suggested solution.. ifconfig bridge create ifconfig bridge0 name br0 ifconfig br0 inet...
  • B
    balanga reacted to SirDice's post in the thread Solved IOCAGE on a VPS with Thanks Thanks.
    You cannot bridge your jails with your external interface on your VPS. You do need a bridge (to attach your jails to) but it'll be disconnected from your external interface, so this "network" will be entirely local. Then you set up NAT and such...
  • MG
    MG replied to the thread What's happening to FreeBSD?.
    rc.d and systemd are glorified autoexec.bat+config.sys re-implementations that both seem to not like actual user-independency and add a lot of complexity for no reason. "Learn our documented zoo." Not using it for years. We have 1 script that...
  • C
    cmic replied to the thread Problem connecting wifi.
    About wlan1. I first create wlan0 but after a reboot, wlan1 appears. Strange. So I use wlan1. For info zeman is on the same LAN as my laptop. What's more, if I use wired Ethernet, the ping zeman replies correctly. zeman is on the hosts file...
  • Espionage724
    Seems odd with 59G on EFI (pretty sure a 64GB SD card) on 15.1: DEVICE MAJ:MIN SIZE TYPE LABEL MOUNT mmcsd0 0:78 59G MBR - - <FREE> -:-...
  • S
    scottro reacted to CShell's post in the thread What's happening to FreeBSD? with Like Like.
    My answer is yes ! :cool: BE's and ZFS snapshots have saved my systems more times that I can count. But the reality is - that's why ZFS is amazing and I why I use ZFS as well. If an upgrade goes south I can just switch to a known working BE...
  • S
    Same here, no need for root, doas, or mdo, shows partitions and their sizes for me. FreeBSD-15.1-RELEASE-p1
  • karolyi
    Yes, I already do that with element-web and synapse-admin, just need to set up the same with synapse, and element-call. Also, most probably a turn/stun server will be necessary too (for webrtc), but that I already have with coturn set up. Good to...
  • SirDice
    It's not giving the error on ada0 (though there seems to be some information missing), it does get a permission error on ada1. What's the difference of these disks? As for the partition size discrepancy, I suspect it's this bit of code: #...
  • H
    hruodr reacted to Charlie_'s post in the thread FreeBSD packages normally bloated with Like Like.
    It appears that a rebuttal to your argument is written here. https://forums.freebsd.org/threads/whats-happening-to-freebsd.103039/post-769155
Back
Top