]> feistymeow.org Git - feisty_meow.git/log
feisty_meow.git
11 days agocleaned up some debug code
Fred T. Hamster [Tue, 17 Feb 2026 12:07:47 +0000 (07:07 -0500)]
cleaned up some debug code

11 days agotesting with callstack tracker disabled
Fred T. Hamster [Tue, 17 Feb 2026 11:55:06 +0000 (06:55 -0500)]
testing with callstack tracker disabled

turning off the tracker got rid of one class of problems, but now we're seeing that a pure virtual method
is being invoked.  something is calling into our code after its been destroyed, or we're using dead objects.

11 days agodropped debugging noise
Fred T. Hamster [Tue, 17 Feb 2026 04:09:08 +0000 (23:09 -0500)]
dropped debugging noise

11 days agotracing issues with thread exits and stack tracker
Fred T. Hamster [Tue, 17 Feb 2026 04:07:50 +0000 (23:07 -0500)]
tracing issues with thread exits and stack tracker

11 days agoexperimenting with improved thread timing
Fred T. Hamster [Tue, 17 Feb 2026 03:17:56 +0000 (22:17 -0500)]
experimenting with improved thread timing

and also working on the weird exit value from the threaded entity data bin test (139).  no idea what's going on there yet, because all indications point to the test's execute method providing a zero return value.  feisty in general doesn't mention a constant of 139.  hmmm... maybe OS level?

11 days agoworking on more accurate timing
Fred T. Hamster [Tue, 17 Feb 2026 01:48:19 +0000 (20:48 -0500)]
working on more accurate timing

11 days agogetting the octopus tests back online
Fred T. Hamster [Tue, 17 Feb 2026 00:49:38 +0000 (19:49 -0500)]
getting the octopus tests back online

some progress has been made.
test bin threaded now has a cool printout for adding and removing entity data.  also it no longer crashes (as much?).

12 days agoclobbering our way through the errors
Fred T. Hamster [Sun, 15 Feb 2026 19:01:19 +0000 (14:01 -0500)]
clobbering our way through the errors

13 days agoworking through busted octopus tests now
Fred T. Hamster [Sun, 15 Feb 2026 06:25:09 +0000 (01:25 -0500)]
working through busted octopus tests now

13 days agoautomated the cromp tests
Fred T. Hamster [Sun, 15 Feb 2026 05:50:24 +0000 (00:50 -0500)]
automated the cromp tests

now the cromp tests actually are called, with both the server and client.
this test reveals some issues (bugs) with the cromp code though, where the client loses contact with the server.
also the runtime is way too long for a unit test.

13 days agocromp decoder and test cromp client compiling
Fred T. Hamster [Sun, 15 Feb 2026 02:03:23 +0000 (21:03 -0500)]
cromp decoder and test cromp client compiling

2 weeks agoworking towards non-brokenness still
Fred T. Hamster [Sat, 14 Feb 2026 16:05:09 +0000 (11:05 -0500)]
working towards non-brokenness still

2 weeks agoworking NIL fix in upgrader
Fred T. Hamster [Sat, 14 Feb 2026 10:41:28 +0000 (05:41 -0500)]
working NIL fix in upgrader

2 weeks agolittle zeno steps towards building
Fred T. Hamster [Sat, 14 Feb 2026 10:38:00 +0000 (05:38 -0500)]
little zeno steps towards building

added NIL to NULL_POINTER in upgrade script also.

2 weeks agocloser to goodness
Fred T. Hamster [Sat, 14 Feb 2026 10:29:08 +0000 (05:29 -0500)]
closer to goodness

having a weird issue with a const method call from another const method.  urgh.

2 weeks agofixed usage of higher level rm
Fred Hamster [Sat, 14 Feb 2026 02:24:27 +0000 (21:24 -0500)]
fixed usage of higher level rm

just want system rm, not the feisty meow version.

2 weeks agomade the repository list handling more selective
Fred Hamster [Sat, 14 Feb 2026 02:22:20 +0000 (21:22 -0500)]
made the repository list handling more selective

we only need things once, on either the pull or commit variables, not double listed, like ever.  doesn't hurt, just wastes time.
also cleaned up some older code.

2 weeks agoworking towards building tests for cromp
Fred T. Hamster [Sat, 14 Feb 2026 01:23:15 +0000 (20:23 -0500)]
working towards building tests for cromp

2 weeks agobreaking changes - tests for octopus and cromp
Fred T. Hamster [Sat, 14 Feb 2026 01:17:53 +0000 (20:17 -0500)]
breaking changes - tests for octopus and cromp

these test sets have been out in the cold for a while, and now we're bringing them back in for a defrost.  they will not build for a bit at least.

2 weeks agogreen sky mods
Chris Koeritz [Fri, 13 Feb 2026 14:58:12 +0000 (09:58 -0500)]
green sky mods

2 weeks agohopefully this is more right now...
Fred T. Hamster [Fri, 13 Feb 2026 14:31:37 +0000 (09:31 -0500)]
hopefully this is more right now...

needed to have the web user able to checkout the web sites, yo.

2 weeks agoadded the important custom folders for web
Fred T. Hamster [Fri, 13 Feb 2026 14:27:11 +0000 (09:27 -0500)]
added the important custom folders for web

2 weeks agoupdated readme for walrus utils
Fred T. Hamster [Fri, 13 Feb 2026 14:07:28 +0000 (09:07 -0500)]
updated readme for walrus utils

2 weeks agofixing doofus maneuver
Fred T. Hamster [Fri, 13 Feb 2026 14:01:46 +0000 (09:01 -0500)]
fixing doofus maneuver

hosed up the beautiful new approach by making the same old mistake of combining both repo lists.  argh.  fixed now, i think.  or hope.

2 weeks agonew custom empty config for web user
Fred T. Hamster [Fri, 13 Feb 2026 13:55:09 +0000 (08:55 -0500)]
new custom empty config for web user

2 weeks agoadopting two repository lists
Fred T. Hamster [Fri, 13 Feb 2026 13:51:48 +0000 (08:51 -0500)]
adopting two repository lists

needed to separate the checkouts from the checkins, since many times i am working with other people's code
and cannot check anything in, but i can check things out just fine.  and similarly, i have accounts that can
get my code but not check it in, and they should not have to see errors all the time from trying an operation
they cannot complete.

2 weeks agoaspirational documentation for new repo lists
Fred T. Hamster [Fri, 13 Feb 2026 11:27:02 +0000 (06:27 -0500)]
aspirational documentation for new repo lists

the documentation came first, which was good, because it made me think about what i wanted the repository list feature to really be.
unfortunately, that's the only change so far, so now the docs and code behavior don't match.  argh!  but soon the feature will get implemented and we'll be back in the rationality zone.

2 weeks agoMerge branch 'release-2.140.191' into dev
Fred T. Hamster [Fri, 13 Feb 2026 11:18:48 +0000 (06:18 -0500)]
Merge branch 'release-2.140.191' into dev

2 weeks agorelease 2.140.191 upcoming... release-2.140.191
Fred T. Hamster [Fri, 13 Feb 2026 11:10:56 +0000 (06:10 -0500)]
release 2.140.191 upcoming...

2 weeks agoadded fdisk utility
Fred T. Hamster [Fri, 13 Feb 2026 02:03:36 +0000 (21:03 -0500)]
added fdisk utility

have not verified the name for all platforms yet though...  this would be helped along by the vm farm i've been wanting to build... hmmm.

2 weeks agoworking on solving unfortunate sub-link traversals
Fred T. Hamster [Fri, 13 Feb 2026 01:22:00 +0000 (20:22 -0500)]
working on solving unfortunate sub-link traversals

the rcheckin command will go into sub-folders in the directory that are links, which we would prefer it not do.
there are cases where the linked sub-folder is a software product we do not have rights to update, so we should not be
trying to dive into there and mess with the source.
if a linked sub-folder does need to be checked in, then that is a special case that will have to be dealt with
somewhere else, currently.

2 weeks agoadded doc in checker report
Fred T. Hamster [Thu, 12 Feb 2026 12:22:15 +0000 (07:22 -0500)]
added doc in checker report

note added, to provide the vim commands i use all the time when processing the output of checker.
in zap the dir, just turned on some debugging noise for when "unimportant" files are whacked.  then we know the extent of the issue, maybe a bit late, but for future research into a note that was reported and pooh-poohed.

2 weeks agofixed breakage from old to new collision
Fred T. Hamster [Thu, 12 Feb 2026 11:26:49 +0000 (06:26 -0500)]
fixed breakage from old to new collision

2 weeks agoprogram wide callstack became thread wide
Fred T. Hamster [Thu, 12 Feb 2026 11:24:53 +0000 (06:24 -0500)]
program wide callstack became thread wide

2 weeks agoanother speed improvement
Fred T. Hamster [Wed, 11 Feb 2026 22:55:48 +0000 (17:55 -0500)]
another speed improvement

and still working to boot.  this change got rid of one more sed sub-call.

2 weeks agocleaning debug
Fred T. Hamster [Wed, 11 Feb 2026 22:25:42 +0000 (17:25 -0500)]
cleaning debug

2 weeks agogen deps now using dictionary for active deps
Fred T. Hamster [Wed, 11 Feb 2026 22:22:38 +0000 (17:22 -0500)]
gen deps now using dictionary for active deps

this speeds things up a bit more, getting rid of one more boneheaded array traversal.

2 weeks agobit of gen deps cleanup
Fred T. Hamster [Wed, 11 Feb 2026 21:25:52 +0000 (16:25 -0500)]
bit of gen deps cleanup

got rid of old versions of the code.  still works.  bonus.

2 weeks agough, gen deps working again
Fred T. Hamster [Wed, 11 Feb 2026 21:06:33 +0000 (16:06 -0500)]
ugh, gen deps working again

at least it seems to be.  lots of severe tire damage after moving to associative arrays, but the speed is ideal.
just have to get out of the numerically indexed array mindset.

2 weeks agonew fortune
Fred T. Hamster [Wed, 11 Feb 2026 18:00:16 +0000 (13:00 -0500)]
new fortune

2 weeks agostill in progress
Fred T. Hamster [Wed, 11 Feb 2026 16:35:31 +0000 (11:35 -0500)]
still in progress

2 weeks agogen deps is busted but faster
Fred T. Hamster [Wed, 11 Feb 2026 16:27:35 +0000 (11:27 -0500)]
gen deps is busted but faster

wheee!  ugh.  fixing the runtime performance has caused me to break the runtime correctness.  still working on this.

2 weeks agonice speed up for gen deps
Fred T. Hamster [Wed, 11 Feb 2026 07:10:59 +0000 (02:10 -0500)]
nice speed up for gen deps

using less calls out to sed now, and found a more efficient array search.
that being said, we probably need to move to associative arrays instead of normal ones,
and that will be wicked faster.

2 weeks agogetting closer to economy
Fred T. Hamster [Wed, 11 Feb 2026 06:38:51 +0000 (01:38 -0500)]
getting closer to economy

some sed calls have been replaced with in-bash variable expansions, which should really help the speed.
not everything is working again quite yet though.

2 weeks agospeeding up the dependency generation process
Fred T. Hamster [Wed, 11 Feb 2026 05:58:08 +0000 (00:58 -0500)]
speeding up the dependency generation process

lots of sub-shells being invoked, and many are not needed.  trying to root those out now.

2 weeks agoless aggressive factorial test with 12
Fred T. Hamster [Wed, 11 Feb 2026 03:01:52 +0000 (22:01 -0500)]
less aggressive factorial test with 12

37 was too big a factorial, just because i was using ints and they can't represent the number for 37!.
so, 12 is much nicer.

2 weeks agoturning on the callstack tracker for dev
Fred T. Hamster [Wed, 11 Feb 2026 02:53:37 +0000 (21:53 -0500)]
turning on the callstack tracker for dev

living dangerously.  want to see if any problems actually exist from this code.
next step would be turning off the callstack tracker and back on the memory
checker, which is a broken kludge festival if i remember properly.

2 weeks agoMerge branch 'release-2.140.190' into dev
Fred T. Hamster [Wed, 11 Feb 2026 02:40:41 +0000 (21:40 -0500)]
Merge branch 'release-2.140.190' into dev

2 weeks agonew release coming... 2.140.190! release-2.140.190
Fred T. Hamster [Wed, 11 Feb 2026 02:36:29 +0000 (21:36 -0500)]
new release coming... 2.140.190!

2 weeks agochecking in without callstack tracking
Fred T. Hamster [Wed, 11 Feb 2026 02:32:51 +0000 (21:32 -0500)]
checking in without callstack tracking

turning this back off for now, since we don't really want it on in general.  it's an awesome debugging helper though.

2 weeks agofixed concurrency issues
Fred T. Hamster [Wed, 11 Feb 2026 02:10:52 +0000 (21:10 -0500)]
fixed concurrency issues

hopefully everything is awesome now, given that the callstack tracker needed to manage each thread's stack independently, and wasn't, but now is.

2 weeks agofixed callstack tracker for multithreaded apps
Fred T. Hamster [Tue, 10 Feb 2026 20:31:33 +0000 (15:31 -0500)]
fixed callstack tracker for multithreaded apps

made the tracker thread local, so it adheres to the particular thread and keeps the stack right.
added tests for callstack tracker in the mutex test, since it already had lots of cool thread activity.
the stack tests invoke our macro, which checks the trace's validity; there's no specific other test
of the callstack tracker in test_mutex, but the current approach will add tests to the overall count
and also complain about any errors that occur.

2 weeks agoupdated fortunes
Chris Koeritz [Tue, 10 Feb 2026 19:23:04 +0000 (19:23 +0000)]
updated fortunes

2 weeks agosmall fixes for stack tracker
Fred T. Hamster [Tue, 10 Feb 2026 15:19:44 +0000 (10:19 -0500)]
small fixes for stack tracker

things seem really good; everything builds with this enabled now, and the test app for the tracker makes sense.
need to add a recursive test to the tracker tester, and also implement a multi-threaded test of it.
OR...  i could just add callstack tracking output in one of our current multi-threaded tests.  oooh, i like it!
re-use the macro for getting the trace, testing its validity, and printing it.

2 weeks agogood state with updated static built apps
Fred T. Hamster [Tue, 10 Feb 2026 13:03:33 +0000 (08:03 -0500)]
good state with updated static built apps

buildor_gen_deps is cranking along nicely now.  fixed another bug in it about absolute paths.
regenerated the statically built apps that we hadn't done recently (by excluding the clam_tools).
these all compile and link properly now.
have not actually tested the callstack tracker yet.  that's next.
but it builds now, so it must be correct code, yes?  hahahaha, i amuse myself.

2 weeks agobuildor gen deps still working
Fred T. Hamster [Tue, 10 Feb 2026 07:06:34 +0000 (02:06 -0500)]
buildor gen deps still working

albeit slowly.

2 weeks agofully functional death star
Fred T. Hamster [Tue, 10 Feb 2026 05:23:22 +0000 (00:23 -0500)]
fully functional death star

seems like buildor gen deps is back again.  it works with the debugging noise enabled; now we get to try with it off.
and i think i just saw how that will break everything (due to empty if then statements).  oh fudge.

2 weeks agoclosest to working in a while
Fred T. Hamster [Tue, 10 Feb 2026 05:11:54 +0000 (00:11 -0500)]
closest to working in a while

hopefully this will do the right thing this time.
last big edit was to encapsulate debugging noise in checks, so we can turn it on and off at will.

2 weeks agobreaking change with callstack tracker enabled
Fred T. Hamster [Tue, 10 Feb 2026 04:25:36 +0000 (23:25 -0500)]
breaking change with callstack tracker enabled

this doesn't compile right now, but is getting closer.
currently trying to resolve the problems in buildor_gen_deps, but may have just found the smoking gun.  or bug.  bad bug.

2 weeks agoadded better error checking and messaging
Fred T. Hamster [Mon, 9 Feb 2026 22:47:27 +0000 (17:47 -0500)]
added better error checking and messaging

2 weeks agoadded error checking before replacement
Fred T. Hamster [Mon, 9 Feb 2026 15:53:17 +0000 (10:53 -0500)]
added error checking before replacement

never want this to whack a chunk of good includes in the code file it's modifying, if it trips over its own feet.

2 weeks agoreverted to prior semicolon-lessness
Fred T. Hamster [Mon, 9 Feb 2026 15:26:07 +0000 (10:26 -0500)]
reverted to prior semicolon-lessness

the FUNCDEF macro should compile fine with or without a semicolon after it.  had momentarily added semicolons during build problems with callstack tracker, but don't want unnecessary changes going in, or a bad standard for requiring semicolons to be forced on anyone.

2 weeks agoholy crowbar lots of callstack tracker changes
Fred T. Hamster [Mon, 9 Feb 2026 15:20:19 +0000 (10:20 -0500)]
holy crowbar lots of callstack tracker changes

this was an attempt to bring back in the callstack tracker feature, after maybe 15 years of it not being alive in the codebase.
lots of struggle with that, and it's not working yet, but is a bit better.  currently the feature is disabled in the codebase,
but hopefully it can be enabled soon...

2 weeks agotest timer driver is working again
Fred T. Hamster [Sun, 8 Feb 2026 20:43:44 +0000 (15:43 -0500)]
test timer driver is working again

had to bring back some old windoze code for it, in event_extensions.  this will not build for real yet on windows, but that's a task for another day.
the tester is working great on linux!

2 weeks agosystem values test is online
Fred T. Hamster [Sun, 8 Feb 2026 19:39:44 +0000 (14:39 -0500)]
system values test is online

and the code is building again...

2 weeks agobreaking change to add system values test
Fred T. Hamster [Sun, 8 Feb 2026 19:25:42 +0000 (14:25 -0500)]
breaking change to add system values test

working on it now.

2 weeks agotest registry config is in now
Fred T. Hamster [Sun, 8 Feb 2026 19:23:08 +0000 (14:23 -0500)]
test registry config is in now

not sure it does anything; it's intended for working on windows where there's a global system registry (also known as an operating system single point of failure).

2 weeks agogot test path config working
Fred T. Hamster [Sun, 8 Feb 2026 19:14:41 +0000 (14:14 -0500)]
got test path config working

more goodness!

2 weeks agoupdated progress note
Fred T. Hamster [Sun, 8 Feb 2026 18:57:28 +0000 (13:57 -0500)]
updated progress note

2 weeks agoadded finalization noise after test
Fred T. Hamster [Sun, 8 Feb 2026 18:51:03 +0000 (13:51 -0500)]
added finalization noise after test

2 weeks agomuch closer to working
Fred T. Hamster [Sun, 8 Feb 2026 14:19:23 +0000 (09:19 -0500)]
much closer to working

and more upgrade bits added.

2 weeks agocloser to working ini parser test
Fred T. Hamster [Sun, 8 Feb 2026 14:12:48 +0000 (09:12 -0500)]
closer to working ini parser test

2 weeks agoadding in another retro test
Fred T. Hamster [Sun, 8 Feb 2026 14:07:27 +0000 (09:07 -0500)]
adding in another retro test

test ini parser inna house.  also broken.  will work on it and the upgrader script in tandem.

2 weeks agodoc mod
Fred T. Hamster [Sun, 8 Feb 2026 14:03:48 +0000 (09:03 -0500)]
doc mod

2 weeks agotests for break signal and ini config working
Fred T. Hamster [Sun, 8 Feb 2026 13:58:33 +0000 (08:58 -0500)]
tests for break signal and ini config working

resolved the weird issue with double_plus.  added optional time parameter for break signal time out.

2 weeks agoini config test is working again
Fred T. Hamster [Sun, 8 Feb 2026 05:06:07 +0000 (00:06 -0500)]
ini config test is working again

the test exposed an insufficient size when performing double_plus operations, since we shifted the number into an int as part of truncation operation.  changed this to a long long instead, which seems to have sufficient size for our purposes.  previous result was that it was garbling the number and turning it negative as it handily overflowed 32 bits.

2 weeks agoini config tester close to working
Fred T. Hamster [Sat, 7 Feb 2026 23:28:53 +0000 (18:28 -0500)]
ini config tester close to working

2 weeks agoadding in test for ini configurator
Fred T. Hamster [Sat, 7 Feb 2026 23:14:38 +0000 (18:14 -0500)]
adding in test for ini configurator

and some more fixes for the upgrader script

2 weeks agocloser to building test for dirtree fcopy
Fred T. Hamster [Sat, 7 Feb 2026 22:56:42 +0000 (17:56 -0500)]
closer to building test for dirtree fcopy

need one more fix in our upgrade script and that should do it.

3 weeks agofixations continue on upgrader
Fred T. Hamster [Sat, 7 Feb 2026 15:20:27 +0000 (10:20 -0500)]
fixations continue on upgrader

found it can fix old application shell constructor calls.

3 weeks agotest dirtree fcopy after one upgrade run
Fred T. Hamster [Sat, 7 Feb 2026 15:17:13 +0000 (10:17 -0500)]
test dirtree fcopy after one upgrade run

found a fix for __argv and __argc to add in upgrade script.  want to get this version in before running it again to see if any severe tire damage occurs.

3 weeks agobreaking change - adding test for dirtree fcopy
Fred T. Hamster [Sat, 7 Feb 2026 15:14:01 +0000 (10:14 -0500)]
breaking change - adding test for dirtree fcopy

getting this older test up to speed.

3 weeks agoworking towards easier porting
Fred T. Hamster [Sat, 7 Feb 2026 15:09:34 +0000 (10:09 -0500)]
working towards easier porting

updated the porting script, and now it mentions the actual product it's porting to (feisty meow).
got break signal test app compiling and working now too.

3 weeks agohoohah, test command line compiles now
Fred T. Hamster [Sat, 7 Feb 2026 01:44:19 +0000 (20:44 -0500)]
hoohah, test command line compiles now

and it runs, and seems to yield the appropriate results.  we're on our way now..!

3 weeks agocloser to compiling...
Fred T. Hamster [Fri, 6 Feb 2026 21:49:01 +0000 (16:49 -0500)]
closer to compiling...

found that deadly_error became non_continuable_error, which i like better but still don't think is the perfect name.
fixed some other shifts also.

3 weeks agorevised name for 'apps' to be 'source'
Fred T. Hamster [Thu, 5 Feb 2026 12:30:01 +0000 (07:30 -0500)]
revised name for 'apps' to be 'source'

makes a lot more sense, since we store source there and not built apps.
plus the 's' letter is no longer colliding with anything else in my standard names?  wheeee....

3 weeks agoclosing in on getting cmd line test working
Fred Hamster [Thu, 5 Feb 2026 02:56:17 +0000 (21:56 -0500)]
closing in on getting cmd line test working

the upgrade hoople to yeti script still does the mostly right stuff, despite neither of those being the current product name.
just a few errors left, i hope...

3 weeks agoadded notes on progress
Fred Hamster [Thu, 5 Feb 2026 02:46:56 +0000 (21:46 -0500)]
added notes on progress

3 weeks agobringing back in some tests
Fred Hamster [Thu, 5 Feb 2026 02:43:53 +0000 (21:43 -0500)]
bringing back in some tests

these have been pending for a while.  not at all ready yet though.

3 weeks agonew file listing the kona java dependencies
Fred T. Hamster [Tue, 3 Feb 2026 02:38:45 +0000 (21:38 -0500)]
new file listing the kona java dependencies

seems like a handy thing, and i'd rather not have to re-learn this yet again...

3 weeks agoworkbench looking better
Fred T. Hamster [Tue, 3 Feb 2026 01:31:51 +0000 (20:31 -0500)]
workbench looking better

everything is building properly in eclipse now except the osgi junk.  ugh.

3 weeks agoworking on java jar dependencies for eclipse
Fred T. Hamster [Tue, 3 Feb 2026 01:12:03 +0000 (20:12 -0500)]
working on java jar dependencies for eclipse

this could take a while to get right, although i think i'm on the right track.

3 weeks agochanges due to internal feisty meow cloud
Fred T. Hamster [Mon, 2 Feb 2026 03:46:30 +0000 (22:46 -0500)]
changes due to internal feisty meow cloud

the nuage has been modified and these related scripts had to change.
used to be a magic_cabinet folder under nuage, but now it is just cabinet.

3 weeks agotectonic shiftlets
Fred T. Hamster [Mon, 2 Feb 2026 03:26:01 +0000 (22:26 -0500)]
tectonic shiftlets

moving the computer tasks into a conjoined pile.

2 months agocorrected error in seeking packages
Chris Koeritz [Wed, 17 Dec 2025 17:11:21 +0000 (12:11 -0500)]
corrected error in seeking packages

was inadvertently using a grep character set match instead of the
literal thing in brackets.  oops.  dang.

2 months agoadded a guard to catch an unusual error
Chris Koeritz [Wed, 3 Dec 2025 16:25:20 +0000 (11:25 -0500)]
added a guard to catch an unusual error

ran this recently and seemed to think things were installed, but then xsecurelock wasn't really there.
this at least catches this situation; still need to fix deeper cause of problem.

2 months agocleanups after successful updates
Chris Koeritz [Mon, 1 Dec 2025 18:44:50 +0000 (13:44 -0500)]
cleanups after successful updates

start xwin screensaver is awesome now!  and seek package is very handy.

2 months agonew seek_package script for precise install checks
Fred T. Hamster [Mon, 1 Dec 2025 17:14:23 +0000 (12:14 -0500)]
new seek_package script for precise install checks

and removed yum case from list_package, which was redundant.
and fixed the screensaver setup script to use seek_package, so it's an exact check now. sweet.

2 months agonew fortune ish and reverted decision on saver
Fred Hamster [Mon, 1 Dec 2025 15:39:02 +0000 (10:39 -0500)]
new fortune ish and reverted decision on saver

cannot have screensaver script trying to install stuff during our basic feisty meow startup.  duhhh.
that needs to be managed separately, perhaps as an x window auto-start item.

also a new fortune or two, although one is actually a bad joke.

2 months agodropped error noises for continuable ones
Chris Koeritz [Mon, 1 Dec 2025 15:23:41 +0000 (10:23 -0500)]
dropped error noises for continuable ones

and fixed the seldom or never seen text greeting to feisty.