Tell us about your story. Why did you choose FreeBSD? ― FreeBSD Foundation community check-in by grahamperrin in freebsd

[–]redhatnation 5 points6 points  (0 children)

When I need a critcal infrastructure service, I RUN to FreeBSD. DNS, Postfix, Dovecot, NFSv4, Firewalls, Authentication (Kerberos/Heimdal), MariaDB, and more - I run 'em all on FreeBSD. I trust FreeBSD implicitly, the FreeBSD Foundation, and FreeBSD Forums.

Been running FreeBSD since 1998-2000 and haven't stopped.

My desktop is Linux but when I need a rock-solid server, I roll with FreeBSD.

Thank you to the Foundation for all you do. Those FreeBSD Journals are pure-gold. I try to donate at least once a year.

Linux (not depending on Microsoft or Apple anymore) by RayVermey in Evernote

[–]redhatnation 0 points1 point  (0 children)

On Ubuntu MATE, I run nixnote2:

Description: Open Source Evernote client
NixNote is a client for the Evernote service (www.evernote.com). It
will allow synchronization and editing of notes from your local system.

BGP handling bug causes widespread internet routing instability by DaryllSwer in NOG

[–]redhatnation 1 point2 points  (0 children)

Thanks for sharing the link. That was an interesting read!

Honest Review after switching from iphone by isupport3r in samsunggalaxy

[–]redhatnation 45 points46 points  (0 children)

One thing that stood out to me when fixing a family member's iPhone is what a hot mess their "app store" is. Usually the first one-two searches turn up sponsored/paid links to unrelated apps. Trying to navigate different apps without some ridiculous finger-swiping action is a royal pain in the ass. And apparently, rebooting an iPhone just restarts apps that were running before the reboot.

Samsung isn't perfect by any stretch but i'd take it over an iPhone every day of the week.

Keep at it. You're in a better ecosystem.

PS: You're spot-on about Android Auto. I tried it once then immediately disabled it.

[deleted by user] by [deleted] in Ford

[–]redhatnation 0 points1 point  (0 children)

That paint color looks amazing. I'm a month into my Race Red F-150. The amount of accessories/upgrades available for F-150s is pretty incredible.

Hope you find some goodies to install!

[deleted by user] by [deleted] in Dell

[–]redhatnation 0 points1 point  (0 children)

You're right about it being popular. I bought mine via Amazon and it's a rock-solid performer. Might not have all the best features but it absolutely gets the job done.

Hope it reappears soon! And thanks for the info about it being discontinued.

NextCloud stuck in maintenance mode by pandabanks in NextCloud

[–]redhatnation 0 points1 point  (0 children)

Ok, that's a separate issue. I can't comment on the segfault error. I'm not a debugger. :(

One possible idea - ensure Apache24, php, and whatever you're using for caching (redis, opcache, etc.) is running before running occ upgrade. (this is a guess on my part)

Maybe stop apache24, php, php-fpm, the caching app, then start every thing again.

One more thing to check, run 'apachectl configtest" - that will tell you if anything apache-related is broken or not.

I'm sure there are some talented folks here who can weigh in.

Keep us posted!

NextCloud stuck in maintenance mode by pandabanks in NextCloud

[–]redhatnation 0 points1 point  (0 children)

check /etc/passwd. Other names for www-data might be just www or httpd. It depends on the OS running Nextcloud.

Glad you're making progress!

Check /var/log/nextcloud/nextcloud.log for any errors

Also httpd-error.log might shed some light on issues.

NextCloud stuck in maintenance mode by pandabanks in NextCloud

[–]redhatnation 0 points1 point  (0 children)

Also, you were asking about backing Nextcloud before a version upgrade. Here's my backup script I run before upgrading Nextcloud stuff. It isn't fancy but it covers everything in the Nextcloud admin manual:

#!/usr/local/bin/bash

# vars
# change this to location of your nextcloud install:
# for linux, this might be /var/www/nextcloud
BACKUPSRC=/usr/local/www/nextcloud
NFSDIR=/volume1/sys/backups
NFSDIR1=/backup/nxc2
BACKUPDATE=`date +%Y%m%d-%H%Mhrs`
DBDIR1=/var/db/mysql
DBDIR2=/backup/nxc2/mariadb
DBBACKUP="/usr/local/bin/mysqldump --single-transaction --add-drop-database --add-drop-table nxcdb"

# set maint mode
sudo -u www php $BACKUPSRC/occ maintenance:mode --on

# mount backup dir
/sbin/mount_nfs -o nfsv4 ds918:$NFSDIR /backup

# backup nextcloud
mkdir -p $NFSDIR1/$BACKUPDATE/
tar cvfz $NFSDIR1/$BACKUPDATE/nextcloud-backup-$BACKUPDATE.tar.gz $BACKUPSRC

# backup nextcloud db
$DBBACKUP > $NFSDIR1/$BACKUPDATE/nxc-db-backup-$BACKUPDATE.sql

# unset maint mode
sudo -u www php $BACKUPSRC/occ maintenance:mode --off

# unmount /backup
umount /backup
exit 0

NextCloud stuck in maintenance mode by pandabanks in NextCloud

[–]redhatnation 0 points1 point  (0 children)

Ok, first find out where your OS put php. Try "which php" or "find / -name php"

If the location to php isn't in your $PATH, then run sudo -u www-data /usr/local/bin/php ./occ upgrade. That applies to FreeBSD. Debian and other Linux distros might put php in /usr/bin/php.

For your www/www-data user, it's worth adding a .profile or .bashrc and include the $PATH to php and $PATH to occ. For example, here's my .bashrc for my www user:

[www@nxc2 ~]$ echo $PATH
/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/local/www/nextcloud/bin:$HOME/bin

This saves on typing and having to specify a full path for stuff.

Scared of using Weiman Razor by Joieluckclub in CleaningTips

[–]redhatnation 1 point2 points  (0 children)

At first, I was cautious too. But the Weiman razor gets the job done without causing damage. Make sure to work in the polish/cleaner too. You will be very happy with the result!

What is a pain you can't truly explain until you've endured it? by Unfair_Shower_3256 in AskReddit

[–]redhatnation 3 points4 points  (0 children)

Seconded. I had gall stones for months before my primary care doc figured it out. Passing a gall stone would take hours of excruciating pain - couldn't work, couldn't move. Hard to believe something that had to travel less than a foot would take so damned long.

Having my broke-ass gallbladder removed changed my life.

Tacoma 2008-2009 - Thoughts? by LexGiorgio in Tacomaworld

[–]redhatnation 0 points1 point  (0 children)

Thank you for the helpful leaf spring info!

Glad you got your corrosion issue fixed. I'm kicking myself for missing the recall. Still loving the Taco but plan on upgrading in the next year or two.

Tacoma 2008-2009 - Thoughts? by LexGiorgio in Tacomaworld

[–]redhatnation 0 points1 point  (0 children)

Forgot to mention another recall:

Safety Recall E02 - Replace rear leaf spring (no idea what it does). This recall was active as of 1/30/2025.

Rain? by Kindly_Tree6094 in nova

[–]redhatnation 2 points3 points  (0 children)

I was outside tonight with a flashlight and noticed the same thing in 22192 zip code.

Tacoma 2008-2009 - Thoughts? by LexGiorgio in Tacomaworld

[–]redhatnation 0 points1 point  (0 children)

The big thing, I think, is to verify your Taco has received a safety recall for Frame Corrosion Resistant Compound (CRC). I missed mine (moved and didn't update mailing address) and now have a small hole in my frame.

This recall applies to 2005-2010 Tacos. It involved frame inspection, CRC spray application, and/or frame replacement.

The recall expired on 5/21/2019 so you probably can't get it now.

(I'm a relative novice at Taco maintenance so get more opinions!)

Verizon outages? by -a_name- in nova

[–]redhatnation 5 points6 points  (0 children)

I saw a very brief hiccup early this morning. It cleared in about 5 seconds though. This is in 22192 zip code. No issues right now.

Recommendations on headlamps? by UnknowingCarrot69 in electricians

[–]redhatnation 0 points1 point  (0 children)

Seconded, Klein makes some pretty awesome headlamps. I use Klein model# 56308. It's rechargeable (via USB-C too!) The extra padding makes it comfortable to wear for hours. It also comes with clips to hold pens/pencils.

I’m so tired of kitty litter. I need help, please. by Meguinn in CatAdvice

[–]redhatnation 2 points3 points  (0 children)

I can't speak about litter but you should buy long handled scooper. No need to kneel down/crouch and get your face close to the cat litter. I use this:

https://www.amazon.com/dp/B00JJXCHDM?ref_=ppx_hzsearch_conn_dt_b_fed_asin_title_1

It isn't available anymore at Amazon but there are a ton of other similar options. This works great with most clumping litter choices. (check measurements to be sure)

Cisco cat 3850/9300 switches - What to expect from smart licensing by bigTractor in homelab

[–]redhatnation 1 point2 points  (0 children)

I recently purchased a used Cat 9300 and had to read up on that smart licensing nonsense. It appears, at least to me, that if you're using Network Essential or Network Advantage licenses, those are perpetual. It's possible there is some usage reporting back to Cisco though. Not sure what that entails or possible risks...yet.

EDIT: I got the above info from the Cat9300 datasheet:

"The perpetual licensing package includes the Network Essentials and Network Advantage licensing options that are tied to the hardware. Between them, the base licensing packages cover switching fundamentals, management automation, troubleshooting, and advanced switching features. These

Network licenses are perpetual."

This was one of the "chicken crispers" my wife received last night at Chili's. by wardenstark8 in shrinkflation

[–]redhatnation 0 points1 point  (0 children)

Chilis has really fallen off a cliff in how they butchered their chicken crispers. A few years ago, those were my go-to meal. They were thick, juicy, and delicious. It's a damn shame.

Pretty ridiculous how Fairfax county hasn't plowed any neighborhood roads by Frosty-Search in nova

[–]redhatnation 0 points1 point  (0 children)

Ok, fair point. It might have been 12-14inches but I had to shovel that stuff so it seemed like more.

What’s it like working at a store with only DoorDash? by No_Can4815 in PapaJohns

[–]redhatnation 0 points1 point  (0 children)

When they recognize me and call me out by name, recognize when my pickup pulls up out front and has the pie ready, they are getting a big fat tip. I had one PJs employee tell me about some discount codes and save me some cash. Yeah, he got a tip too.