Discussion
Loading...

#Tag

  • About
  • Code of conduct
  • Privacy
  • Users
  • Instances
  • About Bonfire
Alauddin Maulana Hirzan 💻
@maulanahirzan@mastodon.bsd.cafe  ·  activity timestamp 5 days ago

Bastille on ZFS behaves weirdly. This problem never occured before. I can use it normally, the zfs volume is exist. But the message is kinda annoying. What should I do?

#bastille #zfs #freebsd

Sorry, no caption provided by author
Sorry, no caption provided by author
Sorry, no caption provided by author
Sorry, no caption provided by author
Sorry, no caption provided by author
Sorry, no caption provided by author
  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
Alexandre :freebsd:
@alelab@mastodon.bsd.cafe  ·  activity timestamp last week

I am back 😋
I successfully update my server and my three #Bastille jails from my iPhone during my bus ride to go back home.
Tip: always use #tmux or similar, it will help if you loose Internet mobile connection.
1. sudo freebsd-update fetch
2. sudo freebsd-update install
3. shutdown -r now
4. sudo bastille update 14.3-RELEASE
5. sudo bastille restart all
Et voilà freebsd

  • Copy link
  • Flag this post
  • Block
Alexandre :freebsd:
@alelab@mastodon.bsd.cafe  ·  activity timestamp last week

I am back 😋
I successfully update my server and my three #Bastille jails from my iPhone during my bus ride to go back home.
Tip: always use #tmux or similar, it will help if you loose Internet mobile connection.
1. sudo freebsd-update fetch
2. sudo freebsd-update install
3. shutdown -r now
4. sudo bastille update 14.3-RELEASE
5. sudo bastille restart all
Et voilà freebsd

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
Tom
@pertho@mastodon.bsd.cafe  ·  activity timestamp last month

Awesome. With #FreeBSD if I needed Solr 8 (which is end of life), I just built the package for arm64 and stuck it in the hosts #bastille directory where it could install the package in seconds.

In contrast, Ansible on Linux is set to download the official Solr tarball and run the installation script. It took 16 minutes just to download from Apache's excruciatingly slow distribution web servers. (the tarball is less than 200 MB!)

FreeBSD and it's ports/packages are miles ahead here.

(And before you ask: Ubuntu doesn't have Apache Solr in its official packages)

  • Copy link
  • Flag this post
  • Block
Tom
@pertho@mastodon.bsd.cafe  ·  activity timestamp last month

Awesome. With #FreeBSD if I needed Solr 8 (which is end of life), I just built the package for arm64 and stuck it in the hosts #bastille directory where it could install the package in seconds.

In contrast, Ansible on Linux is set to download the official Solr tarball and run the installation script. It took 16 minutes just to download from Apache's excruciatingly slow distribution web servers. (the tarball is less than 200 MB!)

FreeBSD and it's ports/packages are miles ahead here.

(And before you ask: Ubuntu doesn't have Apache Solr in its official packages)

  • Copy link
  • Flag this post
  • Block
Michael Dexter boosted
Larvitz :fedora: :redhat:
@Larvitz@burningboard.net  ·  activity timestamp 2 months ago

Started building my entire infrastructure monitoring solution from scratch!

- Powered by FreeBSD! freebsd
- Using Jails and seperation of duty:
- One Jail running Grafana and Prometheus
- One Jail running Netbird Wireguard to connect my infra securely
- One Jail running Nginx and Certbot

All ZFS based for backup / snapshots and rollback options.

Routed and NAT'ed via a seperate dedicated pf jail.

All working fine, I get first metrics and can start slowly improve from here.

Todo:
- Alerts via AlertManager
- Log-Ingestion via promtail
- Log analysis with Grafana Loki
- Adding remaining servers via WireGuard Mesh VPN
- Adding another Jail for Uptime-Kuma

#monitoring #freebsd #grafana #loki #linux #devops #jails #bastille #zfs

Sorry, no caption provided by author
Sorry, no caption provided by author
Sorry, no caption provided by author
  • Copy link
  • Flag this post
  • Block
Larvitz :fedora: :redhat:
@Larvitz@burningboard.net  ·  activity timestamp 2 months ago

Started building my entire infrastructure monitoring solution from scratch!

- Powered by FreeBSD! freebsd
- Using Jails and seperation of duty:
- One Jail running Grafana and Prometheus
- One Jail running Netbird Wireguard to connect my infra securely
- One Jail running Nginx and Certbot

All ZFS based for backup / snapshots and rollback options.

Routed and NAT'ed via a seperate dedicated pf jail.

All working fine, I get first metrics and can start slowly improve from here.

Todo:
- Alerts via AlertManager
- Log-Ingestion via promtail
- Log analysis with Grafana Loki
- Adding remaining servers via WireGuard Mesh VPN
- Adding another Jail for Uptime-Kuma

#monitoring #freebsd #grafana #loki #linux #devops #jails #bastille #zfs

Sorry, no caption provided by author
Sorry, no caption provided by author
Sorry, no caption provided by author
  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 3 months ago

Need a test environment?
Spin up a jail.

Need to roll back?
Snapshot.

Need to deploy?
Automate.

That’s Bastille.

#Bastille#FreeBSD#DevTools

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 3 months ago

Need a test environment?
Spin up a jail.

Need to roll back?
Snapshot.

Need to deploy?
Automate.

That’s Bastille.

#Bastille#FreeBSD#DevTools

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli
@stefano@mastodon.bsd.cafe  ·  activity timestamp 3 months ago

Serving a simple website from a Jail with Bastille

A great article by @jhx for the BSD Cafe Journal!

https://journal.bsd.cafe/2025/08/13/serving-a-simple-website-from-a-jail-with-bastille/

#FreeBSD#RunBSD#BastilleBSD#Bastille#IT#SysAdmin#BSDCafeJournal

  • Copy link
  • Flag this post
  • Block

⁂ Article

Serving a simple website from a Jail with Bastille

In this short little howto we will be setting up a simple Jail via Bastille and host a static website.

Beware: The article assumes that sudo is configured. You can of course also use doas or switch to root, if you so desire. Some commands need root rights to work – keep that in mind as you go along!

First, we need to install Bastille itself.

$ sudo pkg install -y bastille

After installing, we enable the bastille service.

$ sudo sysrc bastille_enable=YES

And finally we start it.

$ sudo […]

  • Copy link
  • Flag this article
  • Block
Stefano Marinelli boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 3 months ago

Bastille turns "works on my machine" into "works in my jail" securely and repeatably.

It’s container automation, the FreeBSD way.

#Bastille#FreeBSD#DevOps

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 3 months ago

Bastille turns "works on my machine" into "works in my jail" securely and repeatably.

It’s container automation, the FreeBSD way.

#Bastille#FreeBSD#DevOps

  • Copy link
  • Flag this post
  • Block
alcinnz and 1 other boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 3 months ago

Running untrusted apps?

Jail them.

Testing configs?

Snapshot, revert, repeat.

Bastille makes isolation part of your workflow.

#Bastille#FreeBSD#DevOps

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 3 months ago

Bastille was born in frustration:

Too many broken tools.
Too much bloat.
FreeBSD deserved better.

So I built it.

Now it powers projects I never imagined.

#ThrowbackThursday#FreeBSD#Bastille#OpenSource

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 3 months ago

Bastille was born in frustration:

Too many broken tools.
Too much bloat.
FreeBSD deserved better.

So I built it.

Now it powers projects I never imagined.

#ThrowbackThursday#FreeBSD#Bastille#OpenSource

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 3 months ago

Running untrusted apps?

Jail them.

Testing configs?

Snapshot, revert, repeat.

Bastille makes isolation part of your workflow.

#Bastille#FreeBSD#DevOps

  • Copy link
  • Flag this post
  • Block
Stefano Marinelli boosted
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 3 months ago

Bastille, like so many other projects, was built from a place of frustration:

✅ I wanted automation.
✅ I wanted control.
✅ I wanted to leverage in FreeBSD.

I'm glad so many of you tend to agree.

#BastilleBSD#FreeBSD#Bastille

  • Copy link
  • Flag this post
  • Block
BastilleBSD :freebsd:
@BastilleBSD@fosstodon.org  ·  activity timestamp 3 months ago

Bastille, like so many other projects, was built from a place of frustration:

✅ I wanted automation.
✅ I wanted control.
✅ I wanted to leverage in FreeBSD.

I'm glad so many of you tend to agree.

#BastilleBSD#FreeBSD#Bastille

  • Copy link
  • Flag this post
  • Block
Log in

bonfire.cafe

A space for Bonfire maintainers and contributors to communicate

bonfire.cafe: About · Code of conduct · Privacy · Users · Instances
Bonfire social · 1.0.0-rc.3.21 no JS en
Automatic federation enabled
  • Explore
  • About
  • Members
  • Code of Conduct
Home
Login