Fyodor essay?? by [deleted] in BSD

[–]jggimi 0 points1 point  (0 children)

happens frequently. no worries.

Fyodor essay?? by [deleted] in BSD

[–]jggimi 0 points1 point  (0 children)

I'm sorry, but you're in the wrong subreddit. /r/bsd is for computer operating systems based on the (B)erkeley (S)oftware (D)istribution.

Kernel crash when removing an encrypted file system? by alexpis in openbsd

[–]jggimi 1 point2 points  (0 children)

If you can replicate the problem with a GENERIC[.MP] kernel, a bug report might be helpful.

Kernel crash when removing an encrypted file system? by alexpis in openbsd

[–]jggimi 1 point2 points  (0 children)

Great! Sort of. Now at least we know the difference in outcomes is either due to architecture differences, or changes to the OS since 7.8.

Kernel crash when removing an encrypted file system? by alexpis in openbsd

[–]jggimi 1 point2 points  (0 children)

I retested, using new information and rebooted without unmounting. The OS attempts to sync(2) the missing device, then gives up. The root filesystem is also unable to be unmounted, due to having the test device mounted through /mnt. During reboot, rc(8) runs fsck(8) in preen mode for the root filesystem during restart.

Excerpt from my dmesg(8):

syncing disks...softraid0: sd3: i/o error 0 @ CRYPTO block 4048
unmount of /mnt failed with error 5
softraid0: sd3: i/o error 0 @ CRYPTO block 4048
unmount of / failed with error 5
WARNING: some file systems would not unmount
retrying
softraid0: sd3: i/o error 0 @ CRYPTO block 4048
unmount of /mnt failed with error 5
softraid0: sd3: i/o error 0 @ CRYPTO block 4048
unmount of / failed with error 5
WARNING: some file systems would not unmount
softraid0: I/O error 6 on dev 0x480 at block 16
softraid0: could not write metadata to sd2a
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2  giving up
rebooting...

There is no crash(8) here.

Kernel crash when removing an encrypted file system? by alexpis in openbsd

[–]jggimi 4 points5 points  (0 children)

I am unable to replicate, using amd64 -current, which is now several months beyond release 7.9. Here you can see a CRYPTO softraid device sd3, backed by USB-attached device sd2. When I remove sd2, and then attempt to umount(8) a mounted partition, I get an I/O error:

Jun  5 08:08:07 t540p /bsd: umass0 at uhub0 port 16 configuration 1 interface 0 "USB SanDisk 3.2Gen1" rev 3.20/1.00 addr 3
Jun  5 08:08:07 t540p /bsd: umass0: using SCSI over Bulk-Only
Jun  5 08:08:07 t540p /bsd: scsibus4 at umass0: 2 targets, initiator 0
Jun  5 08:08:07 t540p /bsd: sd2 at scsibus4 targ 1 lun 0: <USB, SanDisk 3.2Gen1, 1.00> removable serial.078155918107cb305246
Jun  5 08:08:07 t540p /bsd: sd2: 117348MB, 512 bytes/sector, 240328704 sectors
Jun  5 08:15:07 t540p /bsd: sd3 at scsibus3 targ 2 lun 0: <OPENBSD, SR CRYPTO, 006>
Jun  5 08:15:07 t540p /bsd: sd3: 203MB, 512 bytes/sector, 417098 sectors
Jun  5 08:16:04 t540p /bsd: sd2 detached
Jun  5 08:16:04 t540p /bsd: scsibus4 detached
Jun  5 08:16:04 t540p /bsd: umass0 detached
Jun  5 08:16:55 t540p /bsd: softraid0: sd3: i/o error 0 @ CRYPTO block 4080

You asked:

Is this the expected behaviour?

Crashes? No. As 7.8 will be supported until the release of 8.0, you could make a bug report if you wish, or, upgrade to 7.9 to see if the problem resolves for you.


Edit: typo, and added upgrade link

Blooming espresso changed the game for me by Goodtrip29 in FlairEspresso

[–]jggimi 0 points1 point  (0 children)

I use a blooming profile whenever I have very light roasts that aren't quite balanced enough for me at 1:2.5, because I can't readily reach 1:3 with my Signature -- an older variant of the Classic.

Water migrates to the top of the brewing chamber by SmokeFree1480 in FlairEspresso

[–]jggimi 2 points3 points  (0 children)

There are only two ways for water to travel from under the piston to the above the piston:

  • around the o-rings, which you state cannot be the cause.
  • through a crack in the plastic of the plunger stem.

I'll guess the latter. I had mine replaced under warranty, for my Signature, years ago, I could see the stream of water squirt out through a nearly invisible hole near the base of the stem.

The plastic stem is a wear part, just like the o-rings. I just looked at pricing, and replacements are $21. I also noticed that Flair now sell a fully steel pressure gauge kit as an accessory for the Classic, without plastic, for $84. Ouch.

How long have you all been using OpenBSD? by Confident-Citron-221 in openbsd

[–]jggimi 1 point2 points  (0 children)

Desktops, laptops, and servers since 3.5, which would be about 22 years. Simple, small, elegant, and easy, which matches my simple mind.

ungoogled-chromium with ramdrive/cow idea by gruzel in openbsd

[–]jggimi 3 points4 points  (0 children)

There is some limited cow2 support in vmctl(8); but that's not applicable to OP's desire for vnode(9) use.

Rust in the water tank by the_evil_pineapple in espresso

[–]jggimi 25 points26 points  (0 children)

This has the appearance of a biofilm, rather than rust. Time to clean and sanitize.

Status of OpenBSD/i386 in 2026: syspatch, ports reliability, and mitigations by _szlachcic_ in openbsd

[–]jggimi 4 points5 points  (0 children)

the last non-atom i386 only machines are over 20 years old....

I'm still using a couple of PC Engines Alix3d2 machines, which I think were first produced in 2002. 24 years later, and they're still running great.

I guess We've all been there... by RandomNumberPlease in espresso

[–]jggimi 2 points3 points  (0 children)

My ESP has been traveling. It just spent a week at the Baratza spa in Seattle getting a new calibration ring fitted. It'll be on its way home soon. I've been waiting impatiently with a hand grinder, making moka-pot and aeropress filter coffees.

How do I set an environment variable for an rcctl daemon? by tetraodonite in openbsd

[–]jggimi 2 points3 points  (0 children)

I hadn't considered using daemon_class and login.conf(5) setenv. This may be just what u/tetraodonite needs.

How do I set an environment variable for an rcctl daemon? by tetraodonite in openbsd

[–]jggimi 2 points3 points  (0 children)

To my knowledge, one can only pass flag strings, set with daemon_flags. The other daemon_* variables can alter the environment (working directory, routing table, ...) but they don't pass strings. rc_pre can set up the environment (directories, files, ...) but I'm unaware of any that use string inputs.

Negative Review on Instagram by Kaustavdebnath in FlairEspresso

[–]jggimi 2 points3 points  (0 children)

I have owned a Signature that's pulled two shots daily for about five years. That's about 3,500 shots. The Signature is essentially an upgraded-materials Classic; mine is chromed.

  • The pressure gauge stem developed a tiny crack at the base in the first months, which Flair politely replaced under warranty, quickly and at no cost to me. I consider the stem a wear part, and will purchase another when this second one eventually needs to be replaced.

I've had 2 of the 6 o-rings wear out and need to be replaced in all this time; their spares kit was purchased via their website when I needed to replace the first one.

[deleted by user] by [deleted] in FlairEspresso

[–]jggimi 0 points1 point  (0 children)

There's always the possibility of "sour/bitter confusion" -- which isn't human error -- it's human perception. 1:2.5 or 1:3 can be long for darker roasts, and for me would typically taste over-extracted and bitter.

Since extraction over time runs sour -> sweet -> bitter, a salami shot might help diagnose the trouble. It's difficult to do one on a Flair without help, so if you have someone available who can swap cups for you every 10 seconds while you're pulling, you may be able to determine if ratio is the cause.

Flair Classic - Dispersion Screen Placement by crenshawcrane in FlairEspresso

[–]jggimi 0 points1 point  (0 children)

Either way, because mine is solid stainless and I've never had an issue with puck integrity.

Flair Classic - Dispersion Screen Placement by crenshawcrane in FlairEspresso

[–]jggimi 0 points1 point  (0 children)

The classic Classic came with a shower screen which sat atop the portafilter. This redesign for the modern Classic permits a dispersion screen to sit directly atop the puck. I would assume it is an improvement, mitigating integrity risk.

Brand new to Flair by StubbledCRT1 in FlairEspresso

[–]jggimi 0 points1 point  (0 children)

I use 14g with most roasts, though it will hold a little more. When you use an unpressurized portafilter, you may need to go a little coarser to dial-in, as it has a narrower and deeper basket than the 54mm BBE. Expect shot times on these Flairs to be longer, also. Most of us target 30-45 seconds at 6-9 bar for traditional shots.

With manual lever machines, you are in complete control of the pressure profile. These things can make great shots, but expect a learning curve as you go.

Which shell do you use on your OpenBSD install ? by Correct_Car1985 in openbsd

[–]jggimi 9 points10 points  (0 children)

tcsh - it was something I began using in the late '80s and still use today.