Re: [Discuss] Boston Linux VIRTUAL Meeting , reminder, tomorrow, Wednesday, November 20, 2024 - Leveraging AI Assistance in Python Projects

2024-12-11 Thread Dale R. Worley
discuss-requ...@driftwood.blu.org writes: > Subject: [Discuss] Boston Linux VIRTUAL Meeting , reminder, tomorrow, > Wednesday, November 20, 2024 - Leveraging AI Assistance in Python > Projects > Our meeting recordings are on the Video tab: http://blu.org/video/ What's going on with th

Re: [Discuss] apache

2024-10-29 Thread Dale R. Worley
discuss-requ...@driftwood.blu.org writes: > From: Brandon Vogel > Could it be selinux related possibly? Yeah, definitely check Selinux. In general, daemons have lesser privileges than user-login processes precisely so they can't write into random files that happen to have broad write permissions

Re: [Discuss] mysql issue

2024-10-09 Thread Dale R. Worley
> From: dan moylan > [...] > from my original message: > > MariaDB [(none)]> grant all on *.* to moylanus_moy@localhost identified by > 'x'; > Query OK, 0 rows affected (0.009 sec) > > the Querey OK was the response -- indicating OK. "response OK" means the computer thinks it went OK

Re: [Discuss] mysql issue

2024-10-08 Thread Dale R. Worley
> From: dan moylan > > setting up mysql has always worked for me using this process > but now, i seem to be denied for some reason. > [...] I don't know anything about this aspect of mysql, but in the O.P. I see that you do a "show grants", then a "grant all ...". What does "show grants" return

Re: [Discuss] Deduplication

2024-09-05 Thread Dale R. Worley
Kinda hilarious to see: discuss-requ...@driftwood.blu.org writes: > Today's Topics: > >1. Re: Grub, EFI, Partitioning? (David Rosenstrauch) >2. Deduplication (Kent Borg) >3. Re: Deduplication (Rich Pieri) >4. Re: Deduplication (Rich Pieri) >5. Re: Deduplication (Dan Ritter) It

Re: [Discuss] Moving Your Everyday System to New Hardware

2024-08-28 Thread Dale R. Worley
> From: jbk > > I haven't found a compelling reason to use another fs other than > ext4. I'm conservative, so I've been using extN filesystems since, I think, I was running Slackware. Since then, I've taken to putting extN on top of LVM. And of course ext3 and ext4 have journaling, which has el

Re: [Discuss] Image Viewers

2024-01-12 Thread Dale R. Worley
> From: Rich Pieri > > I'm looking for an image viewer which can open ZIP (ie .cbz) files but > is *not* a comic reader or library manager. Just an image viewer which > can open archives. > > Any suggestions? I don't know what level of features you're looking for, but Emacs can open most archive

Re: [Discuss] Network Solutions E-Mail

2023-12-18 Thread Dale R. Worley
discuss-requ...@driftwood.blu.org writes: > But it does not look like a phishing attempt. > > > Received: by mta.eml.networksolutions.com id hfhs3q2fmd4o > > for; Fri, 15 Dec 2023 16:01:00 + > > (envelope-from) > > And the link: > > > https://click.eml.networksolutions.com/?qs=a79ea908ba75

Re: [Discuss] fetchmail problem

2023-06-09 Thread Dale R. Worley
discuss-requ...@driftwood.blu.org writes: > From: dan moylan > # .fetchmailrc > > set logfile fetchmail.log > poll moylan.us protocol POP3 > user "moylanus" pass "xxx" is moylan preconnect "date >> > fetchmail.log" > user "jdm+moylan.us" pass "xxx" is moylan preconnec

Re: [Discuss] Hoggish software was: Linux Kernel Building

2023-05-19 Thread Dale R. Worley
> From: Kent Borg > > Well, guess what: Once I quit Chromium, my 8GB machine has *plenty* of > RAM for kernel compiles. On a "-j8" make 46% of my RAM gets to be cache > and buffers. If I want still more, I could quit Thunderbird. > (Thunderbird doesn't seem to be designed for efficiently handli

Re: [Discuss] time-warp

2023-04-18 Thread Dale R. Worley
Bill Bogstad writes: > A few questions though: > > 1. How does the archive size compare to the 'source' directory? Let's see, I've never really tallied things up. The source breaks down: on the main partition: 11G of which a handful of large files/directories are excluded: 7G

[Discuss] time-warp

2023-04-17 Thread Dale R. Worley
About a decade ago, I set up a custom-made backup system. It was based on an idea a friend told me about: A friend of his had set up his home directory as a working directory under the Subversion version control system, and he would periodically add commits to the Subversion repository that were s

[Discuss] Fwd : AI crosses the AGI threshold

2023-04-14 Thread Dale R. Worley
discuss-requ...@driftwood.blu.org writes: > From: Kurt L Keville > To: "discuss@lists.blu.org" > > * > > FOR IMMEDIATE RELEASE: > > AI crosses the AGI threshold > > Stanford, CA, United States - April 1, 2023 - 12AM, AoE Also, be cautious about trustin

Re: [Discuss] Help with mailing list

2023-01-17 Thread Dale R. Worley
> From: Ben Kallus > To: dlslug-disc...@lists.dlslug.org, BLU Discuss > > Subject: [Discuss] Help with mailing list > > Can anyone help out Prof. Wagon with his mathematical mailing list? > > Thanks! > Ben > > -- Forwarded message -- > From: *Stan Wagon* > Date: Friday, Jan

Re: [Discuss] Open Source IPad Recommendations and a Laptop

2023-01-13 Thread Dale R. Worley
> From: MC > [...] Maybe I should start with the basics: [...] > it had drivers written for it > for all kinds of equipment (which I own a lot of and must keep using) [...] It seems to me that this is your tightest requirement: if the computer *must* operate certain equipment, there are few work

Re: [Discuss] Suggestions for a new server machine

2022-12-11 Thread Dale R. Worley
> From: > To: > Subject: [Suggestions for a new server machine] > > Hi, folks. My home linux server has been acting up, and > after 14 years, it may not be long for this world. So I > thought I'd ask y'all what you might suggest as a > replacement. I've bought several refurbish

Re: [Discuss] External USB bridge to SSD

2022-12-11 Thread Dale R. Worley
> From: Rich Pieri > Subject: Re: [Discuss] External USB bridge to SSD > USB Mass Storage does not provide for TRIM/UNMAP. You need a USB > adapter that specifically implements USB Attached SCSI Protocol (UASP) > *and* the host needs to recognize the device as a UASP device. > [various useful adv

[Discuss] External USB bridge to SSD

2022-12-04 Thread Dale R. Worley
I've been trying to get "trim" to work on an SSD attached to my computer with an external USB bridge. The manufacturer's spec sheet says the SSD supports trim. (It also claims a lifetime of 360 times the disk capacity as the write volume.) I've used various tricks to get the kernel and LVM to co

Re: [Discuss] File systems that support file cloning

2022-11-22 Thread Dale R. Worley
> From: Rich Pieri >> I tried out btrfs, and it has some management problems. "df" doesn't >> report free space correctly. And apparently there is a need to run a >> "rebalancing" program occasionally to keep free space accessible. > > Every file system requires periodic maintenance. Scrubbing a

[Discuss] File systems that support file cloning

2022-11-16 Thread Dale R. Worley
(My apologies, I've lost track of what responses people have sent about this.) I asked if there was any support in ext4 for file cloning a/k/a copy-on-write a/k/a shared extents. The answer is no. My memory is that people suggested btrfs as an alternative. I checked the Wikipedia page "Comparis

Re: [Discuss] mimencode for Fedora

2022-11-16 Thread Dale R. Worley
> From: "Dale R. Worley" > > What RPM for Fedora contains mimencode? I've tried the usual searches > and come up empty. It doesn't help that the name isn't consistent, I've > seen "mencode" and "mmencode". I've seen some

[Discuss] mimencode for Fedora

2022-11-09 Thread Dale R. Worley
What RPM for Fedora contains mimencode? I've tried the usual searches and come up empty. It doesn't help that the name isn't consistent, I've seen "mencode" and "mmencode". I've seen some indication that mimencode is packaged with Metamail, but I couldn't find Metamail either. Dale

Re: [Discuss] Discuss Digest, Vol 136, Issue 6

2022-09-26 Thread Dale R. Worley
> From: ma...@mohawksoft.com > > You are probably right, but like I said in another response, maybe my > brain is too "fixed" to using words like make, cc, g++, etc. rather than > the motor motion of point and click. > > That being said, I like word processors, spread sheets, cad programs, > email,

Re: [Discuss] IDE for GNU Makefile auto-tools

2022-09-25 Thread Dale R. Worley
> From: Rich Pieri > On Fri, 23 Sep 2022 11:23:11 -0400 ma...@mohawksoft.com wrote: >> I'd like an IDE that can run make, parse the compiler output, find the >> errors, and open the source file at the location of the error? > > GNU Emacs has been able to do this for literally decades. Bonus: > gdb

[Discuss] Laptop as a remote access device?

2022-09-14 Thread Dale R. Worley
I'm looking into buying a laptop that's solely a remote access device, that is, a portable way to use ssh/X windows server to connect to a workstation that's at home. Does anyone have advice? It seems to me the requirements are: - compute and disk capacity aren't very important - physical size a

[Discuss] CoW for Ext4?

2022-07-31 Thread Dale R. Worley
I've discovered how useful it is to take a copy-on-write clone of a disk tree when I want to repair application data consisting of lots of large files. (Virtual Box VMs and Apple Music libraries are the cases I've used.) Apple's APFS handles this easily. I hesitate to ask, but has CoW support be

Re: [Discuss] Discuss Digest, Vol 133, Issue 3

2022-06-26 Thread Dale R. Worley
> From: Bill Horne > > Please tell me how you recommend I partition the drive. Definitely, I'd put all of the space I want Linux information in into an LVM pool. That makes it much easier to reorganize the drive later. Dale ___ Discuss mailing list Di

Re: [Discuss] html issue

2022-04-06 Thread Dale R. Worley
discuss-requ...@driftwood.blu.org writes: > From: dan moylan > Subject: [Discuss] html issue > > when i enter this string into the url bar, i arrive at the > desired amazon web page. >file:///home/moylan/msg/htm/amz.htm > > when i embed this into an html document, clicking on AMZ > gets me now

Re: [Discuss] Off Topic and Proud of It: Untraceable Garage Door Openers

2021-10-08 Thread Dale R. Worley
> From: Shirley M?rquez D?lcey > Aside from that, your best bets are likely to be a used opener ... Which is the ultimate in untraceability, it was sold to somebody else! Dale ___ Discuss mailing list Discuss@lists.blu.org http://lists.blu.org/mailman

[Discuss] Flakey networking in Fedora 34?

2021-10-08 Thread Dale R. Worley
I've just upgraded to Fedora 34 (from Fedora 19!) and I'm noticing that the networking, or at least, the WiFi networking, seems to be flakey in that a long-running ssh connection will just stall, for anywhere from a few seconds to a minute or more. Sometimes taking the WiFi interface down and up w

Re: [Discuss] work search question

2021-06-01 Thread Dale R. Worley
> From: Eric Chadbourne > Subject: Re: [Discuss] work search question > > I did not purposely place the additional question marks.? I can't find the > message in question.? However I know what you mean.? Could be Apple Mail + > listserv. > > Solid standard English?? Who's standard?? Usually I do

Re: [Discuss] work search question

2021-05-26 Thread Dale R. Worley
Jerry Feldman writes: > I've been out of the contract game for a while. > I always used a head hunter > Networking is goid to. That can back door you into a job. I found networking to be astonishingly effective, once I understood it was a way to scan for employers who are looking for [whatever].

Re: [Discuss] Please help with a sed script (Bill Horne)

2021-05-25 Thread Dale R. Worley
> From: Bill Horne > Here's the table-of-contents from a typical day: > > * 1 - [telecom] Can robocalls be tracked? - "bob prohaska" > > * 2 - Re: [telecom] Can robocalls be tracked? - Bill Horne > ? > * 3 - [telecom] Verizon Media debuts ad-targeting solution without >

Re: [Discuss] work search question

2021-05-25 Thread Dale R. Worley
> From: Eric Chadbourne > > Any tips on favorite places to look for work or contracts?? I tend to > wear hats with three letters but ^C.? Dev, Sec, Ops, and the like.? > 100% remote.? Usually burn out or get bored in three years.? A > contract shorter than seems to be the best. The best algorithm

Re: [Discuss] Flashback humor: Shouting in the Datacenter

2021-05-18 Thread Dale R. Worley
> From: David Kramer > Subject: [Discuss] Flashback humor: Shouting in the Datacenter > > https://www.youtube.com/watch?v=tDacjrSCeq4 They said on Usenet: "In the machine room, no one can hear you scream." Dale ___ Discuss mailing list Discuss@lists.b

Re: [Discuss] Running things from initramfs

2021-03-17 Thread Dale R. Worley
Thanks to everyone for ideas! Out of cussedness, I dug enough to figure out how to get at the disk partitions from the initramfs environment. The details of the procedure depend on your initramfs environment and disk configuration, but the pattern is simple enough that having seen an example, you

[Discuss] Running things from initramfs

2021-03-05 Thread Dale R. Worley
Here's a messy problem. I suspect the answer is simple, but obscure: I have an Oracle Linux (a Red Hat derivative) computer and I'd like to run "xfs_repair /dev/mapper/ol-root". The problem of course is that partition is the root partition and xfs_repair can't operate on a partition that's mount

Re: [Discuss] html lock

2021-01-26 Thread Dale R. Worley
> From: MC > > any hope to lock html code? to prevent wholesale download and content > theft? let's bypass the "don't post it" strategy. Don't want a > username/passcode option either. these websites must surface on standard > google searches and be readily accessible. Of course, you can't do

[Discuss] Web proxy

2020-12-28 Thread Dale R. Worley
I would like to implement what I believe is a simple web proxy, but it requires a certain amount of customization regarding how the proxy contacts the servers, which I think would be very simple if I used the right proxy. Unfortunately, my knowledge of the features of open-source proxies is very s

[Discuss] PSA: no root login for SSH

2020-12-22 Thread Dale R. Worley
> From: Matthew Gillen > To: disc...@blu.org I use the rule that only "user" accounts, not accounts installed by the distribution or software packages can be logged in via ssh. That means that an effective attacker must know *something* about my particular setup to have any hope of logging in.

Re: [Discuss] firewalld rant

2020-11-23 Thread Dale R. Worley
> From: Dan Ritter > > Dale R. Worley wrote: >> As in the above example, when you set masquerading on interface X, >> *which* packets coming from *which* interfaces are masqueraded *how* >> going out *which* interface? > > This is consistent on all NAT systems

Re: [Discuss] firewalld rant

2020-11-08 Thread Dale R. Worley
> From: Matthew Gillen > Subject: [Discuss] firewalld rant ... > Side note in ambiguous documentation: check out the "masquerade" option > https://firewalld.org/documentation/man-pages/firewalld.zone.html : > ..."If it's present masquerading is enabled." > no indication of which interface it sho

Re: [Discuss] System receiving incorrect IP address

2020-10-21 Thread Dale R. Worley
People have said that Mac addresses cannot be spoofed, but I've discovered that they can be on some NICs. Indeed, the first time I tried it, I was surprised that it worked and even more surprised that when I power-cycled the card, it kept the new Mac address -- so I should have written down the or

Re: [Discuss] mount problem

2020-08-31 Thread Dale R. Worley
> From: dan moylan > my memory sticks always mount on /run/media/moylan for > both computers. > [...] Only when reading this the second time did I realize why it seems odd to me -- you say "the memory stick mounts ..". But the memory stick does not "mount", it "is mounted" -- by whatever execut

[Discuss] Line lengths (Re: Discuss Digest, Vol 109, Issue 2)

2020-06-02 Thread Dale R. Worley
From: Jerry Feldman > I go back to the key punch days when we used 80 column punch cards. I also There's a bunch of stuff about the physiology of how people read. Books, over history, have evolved to have lines of a particular length, when they could have been printed in any proportion, because l

Re: [Discuss] desktop problem

2020-05-10 Thread Dale R. Worley
> From: dan moylan > > i thought i had tested this before, but just now when i went > back and turned off the mouse, the touchpad worked fine. > oddly enough, when i turned the mouse back on, things were > still ok. i hate it when this happens -- my apologies. So rebooting your mouse fixed the

Re: [Discuss] audio conferencing software suitable for performing music?

2020-04-03 Thread Dale R. Worley
I did some poking around, and for egalitarian ensembles, it seems like the upper limit of latency that can be tolerated is 20 to 25 milliseconds. If I do a traceroute to www.google.com, the first hop that has a DNS name is hop 5, and it has about 26 msec RTT. It turns out that a millisecond of de