[gentoo-user] Re: Serial console stops working as soon as openrc starts

2023-09-09 Thread Grant Edwards
On 2023-09-09, Grant Edwards wrote: > I've set up a serial console by adding the following to my kernel > command line: > > console=ttyS0,115200 console=tty1 > > It works fine for the first few seconds as the kernel starts up. All > of the expected messages are sent out

[gentoo-user] Serial console stops working as soon as openrc starts

2023-09-09 Thread Grant Edwards
It's been a few years since I setup a serial console, but after adding the "console=" argument to the kernel args it used to "just work". How do I get openrc to leave the serial console alone? -- Grant

[gentoo-user] Re: sqlite downgraded by update breaks things

2023-09-06 Thread Grant Edwards
On 2023-09-06, Alan McKinnon wrote: > Not really. ebuilds tend to be named the same as the project, so > apache is called apache (project name), not httpd (binary name) > > The user package is named after what the system user will be, and > SVN has run as "svn" since forever. Makes total sense,

[gentoo-user] Re: sqlite downgraded by update breaks things

2023-09-06 Thread Grant Edwards
nearly as long as it should have. IMO it's a mistake to have one package called "svn" and another one called "subversion". -- Grant

[gentoo-user] Re: sqlite downgraded by update breaks things

2023-09-06 Thread Grant Edwards
On 2023-09-06, Grant Edwards wrote: > sudo emerge --sync > sudo emerage -auvND world > [...] > > $ svn status > svn: E200029: Couldn't perform atomic initialization > svn: E200030: SQLite compiled for 3.43.0, but running with 3.42.0 > > [...] > Manu

[gentoo-user] sqlite downgraded by update breaks things

2023-09-06 Thread Grant Edwards
I just did my usual update sudo emerge --sync sudo emerage -auvND world I noticed that it was downgrading sqlite from 3.43 to 3.42. OK, we'll assume that portage and the devs know what they're doing... Now this happens: $ svn status svn: E200029: Couldn't perform atomic

[gentoo-user] Re: Email clients

2023-07-31 Thread Grant Edwards
On 2023-07-31, Kusoneko wrote: > > Jul 31, 2023 13:52:25 Grant Edwards : > >> On 2023-07-31, Kusoneko wrote: >>> >>>> Don't get me wrong, I'm "team plaintext" all day every day but I'm not >>>> going to make my life more

[gentoo-user] Re: Email clients

2023-07-31 Thread Grant Edwards
? Most of us don't like reading HTML. > Mutt doesn't need a web engine. You must get e-mail from a different sort of sender than I do. -- Grant

[gentoo-user] Re: Kudos on prompt release of gentoo-sources w/ Zenbleed mitigation

2023-07-25 Thread Grant Edwards
On 2023-07-25, Grant Edwards wrote: > Thanks and well done to the Gentoo Kernel Project for promptly pushing > out 5.15.122, 6.1.41, et alia. Those latest kernels add mitigation for > the "Zenbleed" vulnerability found in AMD Ryzen and Epyc processors. FWIW, Zenbleed affects

[gentoo-user] Kudos on prompt release of gentoo-sources w/ Zenbleed mitigation

2023-07-25 Thread Grant Edwards
Thanks and well done to the Gentoo Kernel Project for promptly pushing out 5.15.122, 6.1.41, et alia. Those latest kernels add mitigation for the "Zenbleed" vulnerability found in AMD Ryzen and Epyc processors. https://www.theregister.com/2023/07/24/amd_zenbleed_bug/

[gentoo-user] Re: Plasma session saving

2023-07-05 Thread Grant Edwards
h in one case I remember, it was due to a failing SCSI disc controller card -- back when that was a thing.] It might also be due to a failing disk, but there are usually good indications of that in dmesg output and in SMART logs before it starts to affect other things. -- Grant

[gentoo-user] Re: QMPlay2 single instance, want multiple.

2023-06-18 Thread Grant Edwards
On 2023-06-18, Matt Connell wrote: > On Sat, 2023-06-17 at 00:02 -0500, Dale wrote: >> Thanks Matt for pointing me in this direction.  As it is, this might >> be a better player for me than QMPlay2 is.  This works as good as >> QMPlay2 and it closes at the end.  I miss gnome-player tho.  Silly >>

[gentoo-user] Re: Can't upgrade portage or update/install ebuilds

2023-06-13 Thread Grant Edwards
On 2023-06-12, Wol wrote: > On 09/06/2023 21:16, Grant Edwards wrote: >> On 2023-06-09, Daniel Pielmeier wrote: >> >>> If it is only about gemato then temporary disable the rsync-verify flag >>> which pulls it in. >>> >>> # USE="-rsync-

[gentoo-user] Re: google-chrome can render pages after update

2023-06-12 Thread Grant Edwards
ll worked fine also. It only seemed to affect Chrome/Chromium or it's derivitives. -- Grant

[gentoo-user] Re: google-chrome can render pages after update

2023-06-12 Thread Grant Edwards
On 2023-06-12, Grant Edwards wrote: > I did an update this morning which installed the following: > > aleph ~ # fgrep '>>> emerge ' emerge.log > > 1686579407: >>> emerge (1 of 11) dev-util/strace-6.3 to / > 1686579455: >>> emerge (2 of 11

[gentoo-user] google-chrome can render pages after update

2023-06-12 Thread Grant Edwards
I did an update this morning which installed the following: aleph ~ # fgrep '>>> emerge ' emerge.log 1686579407: >>> emerge (1 of 11) dev-util/strace-6.3 to / 1686579455: >>> emerge (2 of 11) dev-libs/nspr-4.35-r2 to / 1686579470: >>> emerge (3 of 11)

[gentoo-user] Re: Can't upgrade portage or update/install ebuilds

2023-06-09 Thread Grant Edwards
p going just to see if I could make it all the way through the process. I did. Then I promised myself never to try that again. You do learn alot about how portage/emerge works... -- Grant

[gentoo-user] Re: Can't upgrade portage or update/install ebuilds

2023-06-09 Thread Grant Edwards
the easiest/fastest thing to do (usually) is back up /etc, /home, /root and /usr/src/linux/.config and re-install from scratch. If you've got /home in a separate partition, that makes the reinstall particularly easy. -- Grant

[gentoo-user] Re: replacement for ddclient?

2023-06-09 Thread Grant Edwards
On 2023-06-09, Grant Edwards wrote: > I agree that having the router/firewall do it is the right way to do it. > > I've currently got the app provided by Dynu working. Interestingly, what the Dynu-provided client does is equivalent to this: #!/bin/bash while true do

[gentoo-user] Re: replacement for ddclient?

2023-06-09 Thread Grant Edwards
On 2023-06-09, Robin Atwood wrote: > On Mon, 5 Jun 2023 03:11:57 - (UTC) > Grant Edwards wrote: > >> They have a nicely documented API, and the server does support HTTPS, >> so it may be time to write my own DDNS client daemon. > > Doesn't your router have a

[gentoo-user] Re: Bespoke terminal font

2023-06-06 Thread Grant Edwards
On 2023-06-06, Dr Rainer Woitok wrote: >> ... >> This package claims to be able to generate console fonts (.psfu) from >> TrueType fonts (.ttf) such as DejaVu mono: >> >> https://slackware.uk/~urchlay/repos/ttf-console-fonts/about/ > > This URL mentions three requirements: > > - bdf2psf >

[gentoo-user] Re: Bespoke terminal font

2023-06-05 Thread Grant Edwards
On 2023-06-05, Peter Humphrey wrote: > I use DejaVu mono in KDE Plasma, which does not do this and is much > easier to Read with the plain 0. I'd like to find a terminal font > like it. This package claims to be able to generate console fonts (.psfu) from TrueType fonts (.ttf) such as DejaVu

[gentoo-user] Re: replacement for ddclient?

2023-06-04 Thread Grant Edwards
On 2023-06-04, Grant Edwards wrote: > I've found that my DNS provider offers their own client, and I'm going > to try that. That app seems work nicely except for one thing: it sends the password in cleartext using HTTP. The application doesn't support SSL connections to the server that'

[gentoo-user] Re: replacement for ddclient?

2023-06-04 Thread Grant Edwards
On 2023-06-04, Jack wrote: > On 2023.06.04 16:36, Grant Edwards wrote: > >> You're right, I was not running it as user ddclient. >> >> It's not checking to see if the file is owned by the user ddclient, >> it's checking to see if it's owned by the user _running

[gentoo-user] Re: replacement for ddclient?

2023-06-04 Thread Grant Edwards
On 2023-06-04, Jack wrote: > I may have an explanation.  How did you run ddclient when you got that > error?  I think its check for ownership is very specific, and if you > just run ddclient from command line as either yourself or root, you are > not the owner (ddclient) of the file.  When

[gentoo-user] replacement for ddclient?

2023-06-04 Thread Grant Edwards
thinking that the next update might fix things, and sometimes it does, but then something else is usually broken. -- Grant

[gentoo-user] HD self test getting stuck at 90% remaining [solved]

2023-06-01 Thread Grant Edwards
I just bought a new 6TB WD Red Plus drive to replace a couple older drives (one of which had generated an uncorrectable error email from smartd). I decided that I'd stick it in an external USB-3 SATA drive "dock" thingy from Thermaltake and do some testing before installing it. Using smartctl, I

[gentoo-user] Re: raw tty font size

2023-05-26 Thread Grant Edwards
On 2023-05-26, Philip Webb wrote: > I can now boot into the embryonic Gentoo system in my new machine, > which presents a raw TTY, whose font is too large, > ie there are too few lines on the screen. > > Somewhere, there's a setting for changing this, but I can't find it. > Can anyone point me to

[gentoo-user] Re: emerge --sync fails with a python error

2023-05-15 Thread Grant Edwards
On 2023-05-15, Dan Johansson wrote: > On 15.05.23 16:41, Matt Connell wrote: >> On Mon, 2023-05-15 at 16:24 +0200, Dan Johansson wrote: >>> RuntimeError: OpenPGP signature not found on Manifest >> >> It sounds like your sync is hitting a mirror that is currently broken. >> >> Are you using a

[gentoo-user] googleearth-bin -- libicudata.so.54: ELF load command address/offset not page-aligned

2023-05-04 Thread Grant Edwards
I just installed googleearth-7.3.4-r1, from the mv overlay at https://github.com/vaeth/mv-overlay/tree/main/sci-geosciences/googleearth, and it fails to start: $ googleearth /opt/googleearth/googleearth-bin: error while loading shared libraries: libicudata.so.54: ELF load command

[gentoo-user] Re: chromium and dbus...

2023-04-28 Thread Grant Edwards
On 2023-04-28, jul...@jroy.ca wrote: > What login manager and DE/WM are you using? If you're using a WM, > it's your own reponsibility to setup dbus when starting your > session. A DE will do this for you. > > Typically, you can start your WM using `dbus-run-session `, at > least for Wayland.

[gentoo-user] Re: chromium and dbus...

2023-04-28 Thread Grant Edwards
On 2023-04-28, Alan Grimes wrote: > A decenently good OS would provide an IPC mechanism and little else. =| > So basically this is just a hack-layer to get around the inherent fact > that linux is garbage. Then one might wonder why you don't stop using it. -- Grant

[gentoo-user] Re: file system for new machine

2023-04-27 Thread Grant Edwards
much more smoothly than ext<3?> did. -- Grant

[gentoo-user] Re: Another day without clues.

2023-04-24 Thread Grant Edwards
report similar problems cause by incompatible versions of the icu library or by particular behaviors of systemd-resolved. Does google-chrome have similar problems? -- Grant

[gentoo-user] Re: emerge -U or emerge -N

2023-04-10 Thread Grant Edwards
ever since on a handful of machines. I'd have to spend a few minutes reading the man page to remember the significance of a couple of the flags, but I note that differs only in verbosity from Dale's usage. -- Grant

Re: [gentoo-user] What do you think about pam-gnupg?

2023-03-02 Thread Grant Taylor
know. There is value in not having a password in clear text on a file system. It really depends on what your trying to protect from / against. Grant: This seems like the lesser of all evils to me. As I understand, you're suggesting that I lend the email password to the daemon at start

Re: [gentoo-user] What do you think about pam-gnupg?

2023-03-02 Thread Grant Taylor
the decrypted password in it's memory. The difference may seem subtle, but it is very important to understand. -- Grant. . . . unix || die

Re: [gentoo-user] What do you think about pam-gnupg?

2023-03-01 Thread Grant Taylor
it needs to without needing to bother with GPG. -- Grant. . . . unix || die

[gentoo-user] Re: emerge times blown out

2023-02-18 Thread Grant Edwards
PU clock scaling on one of my machines, and it suddenly took 4X as long to build things as my other machines. It was running at the lowest clock speed possible all the time. Unfortunately, I don't remember exactly what I did to fix it... -- Grant

[gentoo-user] Re: Installing grub2 in ext4 partition

2023-02-16 Thread Grant Edwards
On 2023-02-16, Grant Edwards wrote: > A while back, I stumbled across a web page or blog entry that > explained how to safely use grub2 with it installed in a partition > instead of a device (e.g. grub is installed in /dev/sda10 instead of > /dev/sda). And of course 20 minutes af

[gentoo-user] Installing grub2 in ext4 partition

2023-02-16 Thread Grant Edwards
it — and Google is unable to find the page again (perhaps it's gone). Does this ring a bell with anybody? -- Grant

[gentoo-user] Re: my 5.15.93 kernel keeps rebooting

2023-02-15 Thread Grant Edwards
On 2023-02-15, Grant Edwards wrote: > [1] For this purpose you want a plain old UART on the motherboard type > seial port. You'd be surprised how many motherboards still have > them. Even though they're never brought out to a DB9 connector on > the back panel, there's of

[gentoo-user] Re: my 5.15.93 kernel keeps rebooting

2023-02-15 Thread Grant Edwards
one of these: https://www.amazon.com/C2G-27550-Adapter-Bracket-Motherboards/dp/B0002J27R8/ -- Grant

[gentoo-user] Re: Xlib: sequence lost (0x10000 > 0x...

2023-01-26 Thread Grant Edwards
On 2023-01-26, Grant Edwards wrote: > A recent xlib update to 1.8.3 seems to have cause some applications > (e.g. emacs) to dribble out messages like this while they are running: > > Xlib: sequence lost (0x1 > 0x45e) in reply type 0x1c! > Xlib: sequence lost (0x1

[gentoo-user] Xlib: sequence lost (0x10000 > 0x...

2023-01-26 Thread Grant Edwards
A recent xlib update to 1.8.3 seems to have cause some applications (e.g. emacs) to dribble out messages like this while they are running: Xlib: sequence lost (0x1 > 0x45e) in reply type 0x1c! Xlib: sequence lost (0x1 > 0x464) in reply type 0x1c! Xlib: sequence lost (0x1 >

Re: [gentoo-user] Re: Bouncing messages

2023-01-20 Thread Grant Taylor
d security. It's the overlap of those three things that suggest if a message will be bounced or accepted. -- Grant. . . . unix || die

Re: [gentoo-user] Re: Bouncing messages

2023-01-20 Thread Grant Taylor
"this isn't done all the time" comes into play. -- Grant. . . . unix || die

Re: [gentoo-user] Re: Bouncing messages

2023-01-19 Thread Grant Taylor
the re-sent messages would fail the same way that the original sent message failed. :-/ -- Grant. . . . unix || die

Re: [gentoo-user] Re: Bouncing messages

2023-01-18 Thread Grant Taylor
that it will also be filtered on subsequent re-delivery requests. -- Grant. . . . unix || die

[gentoo-user] Re: Upgrading from 5.14 to 6.0 version

2022-11-21 Thread Grant Edwards
On 2022-11-21, Michael wrote: > On Monday, 21 November 2022 18:12:41 GMT Grant Edwards wrote: >> >>> You're right, I thought you meant two different monitors in Xinerama >>> style. I didn't know anyone who still uses separate displays >>> (screens) these days.

[gentoo-user] Re: Upgrading from 5.14 to 6.0 version

2022-11-21 Thread Grant Edwards
On 2022-11-21, Michael wrote: > On Monday, 21 November 2022 16:50:14 GMT Grant Edwards wrote: >> On 2022-11-21, Michael wrote: >> > On Monday, 21 November 2022 16:11:13 GMT Grant Edwards wrote: >> > >> >> I did have to give up the option of having mult

[gentoo-user] Re: Upgrading from 5.14 to 6.0 version

2022-11-21 Thread Grant Edwards
On 2022-11-21, Mark Knecht wrote: > I don't personally remember NVidia ever dropping a card totally > but I did get confused for awhile when they started segmenting their > drivers by different families and it was up to me to figure out which > driver package handled my card. IIRC, towards the

[gentoo-user] Re: Upgrading from 5.14 to 6.0 version

2022-11-21 Thread Grant Edwards
On 2022-11-21, Michael wrote: > On Monday, 21 November 2022 16:11:13 GMT Grant Edwards wrote: > >> I did have to give up the option of having multiple X11 >> screens. The proprietary NVidia driver supported multiple screens, >> but the drivers for built-in Intel and R

[gentoo-user] Re: Upgrading from 5.14 to 6.0 version

2022-11-21 Thread Grant Edwards
n Vega graphics. It too "just works" with the in-kernel-tree support and open-source Xorg drivers. I did have to give up the option of having multiple X11 screens. The proprietary NVidia driver supported multiple screens, but the drivers for built-in Intel and Radeon drivers don't seem to. -- Grant

[gentoo-user] Re: Libsld, what gives?

2022-11-17 Thread Grant Edwards
... > > No, waiting 6 months between updates *causes* aggrivation. Indeed. > Try updateing on a regular schedule, at 1 or 2 week intervals, and > see if your experience improves. He's been told this many times. He prefers to wait and complain. -- Grant

[gentoo-user] Re: Libsld, what gives?

2022-11-16 Thread Grant Edwards
o be trusted > anymore...) > > Naturally nothnig worked because, hey, this is gentoo One wonders why you continue to run Gentoo, since it's so awful and you hate it so much. -- Grant

[gentoo-user] Re: Upgrading from 5.14 to 6.0 version

2022-11-14 Thread Grant Edwards
grades. It's a _lot_ easier to find/fix a problem when the upgrade that caused it is recent (and there's only the one problem). If you wait long enough, you end up with multiple problems that sometimes aggravate each other. -- Grant

[gentoo-user] Re: e2fsck -c when bad blocks are in existing file?

2022-11-12 Thread Grant Edwards
d the new one is a Samsung 980 PRO M.2 drive. The new one is noticably faster than the old one (which in turn was way faster than the spinning platter drive it had replaced). -- Grant

[gentoo-user] Re: e2fsck -c when bad blocks are in existing file?

2022-11-12 Thread Grant Edwards
On 2022-11-12, Michael wrote: > On Wednesday, 9 November 2022 16:53:13 GMT Laurence Perkins wrote: > >> Badblocks doesn't ask to write anything at the end of the run. You >> tell it whether you want a read test, a write-read test or a >> read-write-read-replace test at the beginning. > > Not

[gentoo-user] Re: e2fsck -c when bad blocks are in existing file?

2022-11-09 Thread Grant Edwards
On 2022-11-09, Wol wrote: > On 09/11/2022 23:31, Grant Edwards wrote: >>> If I recall correctly, it will add any unreadable blocks to its >>> internal list of bad sectors, which it will then refuse to allocate >>> in the future. > > I doubt you recall co

[gentoo-user] Re: e2fsck -c when bad blocks are in existing file?

2022-11-09 Thread Grant Edwards
ter the bad block (we'll call that the "tail"). The bad block is then moved to the "bad blocks inode" and the head/tail files are moved into the lost+found. > B) Moving the file around would make attempts to recover the data >from that bad sector significantly more difficult. Yes, probably. Any manipulation of a filesystem (like adding the block to the bad block inode) on a failing disk seems like a bad idea. -- Grant

[gentoo-user] Re: e2fsck -c when bad blocks are in existing file?

2022-11-08 Thread Grant Edwards
On 2022-11-08, Michael wrote: > On Tuesday, 8 November 2022 03:31:07 GMT Grant Edwards wrote: >> I've got an SSD that's failing, and I'd like to know what files >> contain bad blocks so that I don't attempt to copy them to the >> replacement disk. >> >> Accordi

[gentoo-user] e2fsck -c when bad blocks are in existing file?

2022-11-07 Thread Grant Edwards
a non-destructive read-write test. What happens when the bad block is _already_allocated_ to a file? -- Grant

[gentoo-user] Re: PHP, Haru, Ghostscript, Courier, and Nimbus

2022-11-07 Thread Grant Edwards
On 2022-11-07, Matthias Hanft wrote: > Michael wrote: >> >> If your customers do not have Nimbus fonts available on their OS/PDF viewer, >> the viewer application will proceed using font substitution. It will use >> whichever font family it thinks is the closest match, I would assume >>

[gentoo-user] Re: What's the connection between PyCharm and Vim?

2022-11-01 Thread Grant Edwards
emacs, and it seems to work as my fingers expect. [My fingers have been using emacs for 35 years.] -- Grant

[gentoo-user] What's the connection between PyCharm and Vim?

2022-11-01 Thread Grant Edwards
On https://wiki.gentoo.org/wiki/PyCharm_Community_Edition: See also * Vim — a text editor based on the vi text editor. So what's the special connection between PyCharm and Vim that it should be the only thing mentioned in the "see also" section? Why not a a similar link to emacs?

Re: [gentoo-user] Update to /etc/sudoers disables wheel users!!!

2022-10-26 Thread Grant Taylor
your fault because you are supposed to protect me!!!". Sometimes there's advantages to saying "here's a gun, it's loaded, and the safety is off. we suggest not pointing it at your foot. If you do point it at your foot, don't pull the trigger." type thing. -- Grant. . . . unix || die

Re: [gentoo-user] Update to /etc/sudoers disables wheel users!!!

2022-10-26 Thread Grant Taylor
they are doing and let them do so. -- Grant. . . . unix || die

Re: [gentoo-user] Update to /etc/sudoers disables wheel users!!!

2022-10-26 Thread Grant Taylor
o do an installation that it's largely habitual for some of us. ;-) -- Grant. . . . unix || die

Re: [gentoo-user] Update to /etc/sudoers disables wheel users!!!

2022-10-26 Thread Grant Taylor
of a third party changing sudo right without your consent. We were at cross purposes. ACK Thank you for clarifying. -- Grant. . . . unix || die

[gentoo-user] Re: Update to /etc/sudoers disables wheel users!!!

2022-10-26 Thread Grant Edwards
gone back to just picking "show differences" in the etc-update menu, then manually running merge on the two filenames shown. With the interactive merge option, I was always a bit confused about which file was the destination and what happened after I exited meld. -- Grant

Re: [gentoo-user] Update to /etc/sudoers disables wheel users!!!

2022-10-26 Thread Grant Taylor
. If you don't have root access through something other than sudo, you can't fix your sudo (from your existing system). -- Grant. . . . unix || die

Re: [gentoo-user] Update to /etc/sudoers disables wheel users!!!

2022-10-26 Thread Grant Taylor
set so that you can fix this more directly and more reliably. Ideally, as soon as you learn that sudo is not working as desired, use su -- using root's password -- and revert the recent sudo change. -- Grant. . . . unix || die

Re: [gentoo-user] Update to /etc/sudoers disables wheel users!!!

2022-10-26 Thread Grant Taylor
sudo, edit the sudoers file without using visudo, introduce a syntax problem, thereby breaking sudo (fail secure). You could easily do this to yourself if you don't follow best practices. -- Grant. . . . unix || die

Re: [gentoo-user] Update to /etc/sudoers disables wheel users!!!

2022-10-26 Thread Grant Taylor
ons that it's important to have (set) a known root password. -- Grant. . . . unix || die

[gentoo-user] Re: gio/pcmanfm sftp:// "operation not supported"

2022-10-26 Thread Grant Edwards
On 2022-10-26, Grant Edwards wrote: > The problem wasn't that the daemon was missing. There is a DBUS > daemon, and other things that use DBUS (e.g. notifications) work fine. > > What was apparently missing was a "session" > > $ set | grep dbus (same result wit

[gentoo-user] Re: gio/pcmanfm sftp:// "operation not supported"

2022-10-26 Thread Grant Edwards
On 2022-10-26, Matt Connell wrote: > On Wed, 2022-10-26 at 16:22 +0000, Grant Edwards wrote: >> Apparently, that error is cause by lack of a DBUS session. I just >> happened to stumble across a posting somewhere by somebody who had the >> same problem. How they figured out

[gentoo-user] Re: Update to /etc/sudoers disables wheel users!!!

2022-10-26 Thread Grant Edwards
On 2022-10-26, Grant Taylor wrote: > To the sudo developers, the /etc/sudoers file is *SUPPOSED* *TO* /be/ > /edited/. And editing that file is how I configure sudo. And when an emerge update changes /etc/sudoers, the edited file is left as-is and there is a message that you need to r

Re: [gentoo-user] Update to /etc/sudoers disables wheel users!!!

2022-10-26 Thread Grant Taylor
into /etc/sudoers.d/zz ALL ALL=(ALL) !ALL }:-) This is the best way. Try to be as precise as possible, but be aware of wildcards![1] The /etc/sudoers syntax can be tricky to master. But it can also be very powerful when done correctly. -- Grant. . . . unix || die

Re: [gentoo-user] Update to /etc/sudoers disables wheel users!!!

2022-10-26 Thread Grant Taylor
f the enterprise method is that you can allow a command as one target user (Oracle) but not the (default) root user. Thus helping protect against people omitting a critical option. -- Many things, e.g. Oracle RDBMS, get rather upset when commands (accidentally) change the ownership of files when run as the wrong user. -- Grant. . . . unix || die

[gentoo-user] Re: repair of a seg-faulting bin-utils

2022-10-26 Thread Grant Edwards
gcc has usually been a hardware problem. -- Grant

[gentoo-user] Re: gio/pcmanfm sftp:// "operation not supported"

2022-10-26 Thread Grant Edwards
On 2022-10-26, Matt Connell wrote: > On Tue, 2022-10-25 at 21:31 +0000, Grant Edwards wrote: >> Google led me to several pages where the problem was not having gvfs >> installed. I do have gvfs installed, but I suspect it's broken. I get >> the impression that >&

Re: [gentoo-user] Update to /etc/sudoers disables wheel users!!!

2022-10-26 Thread Grant Taylor
changed between the N distribution file and the N+1 distribution file. Can that same change be safely applied to the N' distribution file to create the N'+1 file? -- Grant. . . . unix || die

Re: [gentoo-user] Update to /etc/sudoers disables wheel users!!!

2022-10-25 Thread Grant Taylor
not to modify a file in /etc takes hutzpah. -- Grant. . . . unix || die

[gentoo-user] gio/pcmanfm sftp:// "operation not supported"

2022-10-25 Thread Grant Edwards
ed system calls return ENOTSUP or EOPNOTSUPP The same sftp:// URL works fine in filezilla, so I know the remote server is OK. The loan of a clue would be appreciated. -- Grant

[gentoo-user] Re: Dolphin and adding a option, if it exists.

2022-10-24 Thread Grant Edwards
t turned out that any of the codec/parameter combinations would have been fine, it was just the filename that was causing the problem. -- Grant

[gentoo-user] Re: resolv.conf full of old info

2022-10-19 Thread Grant Edwards
On 2022-10-19, Michael wrote: > On Wednesday, 19 October 2022 01:00:31 BST Grant Edwards wrote: >> On 2022-10-18, Grant Edwards wrote: >> >> Why would dhcpcd have the persistent option enabled by default? > > I think because this causes less breakage in those case

[gentoo-user] Re: resolv.conf full of old info

2022-10-18 Thread Grant Edwards
On 2022-10-18, Grant Edwards wrote: > I've noticed that /etc/resolv.conf seems to accumulate obsolete, > useless info as my laptop moves from one network to another. It looks > like dhcpcd adds stuff when a connection comes up, but never removes > it when the connection goes down.

[gentoo-user] resolv.conf full of old info

2022-10-18 Thread Grant Edwards
I've noticed that /etc/resolv.conf seems to accumulate obsolete, useless info as my laptop moves from one network to another. It looks like dhcpcd adds stuff when a connection comes up, but never removes it when the connection goes down. There are search entries and nameserver entries from

[gentoo-user] Re: How to build kernel with old binutils?

2022-10-11 Thread Grant Edwards
On Oct 10, 2022, 12:46 PM Alan J. Wylie wrote: > Grant Edwards wrote: > > On 2022-10-10, (Alan J. Wylie) > > wrote: > >> $ man binutils-config > >> > >> [...] > > > > AFAICT, that changes the binutils configuraiton for the entire &

[gentoo-user] Re: How to build kernel with old binutils?

2022-10-10 Thread Grant Edwards
On 2022-10-10, (Alan J. Wylie) wrote: > Grant Edwards writes: > >> Can somebody give a clue how to specify the binutils to be used when >> building a Linux kernel? > > $ man binutils-config > > The binutils-config script allows you to switch between different &

[gentoo-user] How to build kernel with old binutils?

2022-10-10 Thread Grant Edwards
. I've tried adding LD=/path/to/ld to the make, but that appears to be ignored. Can somebody give a clue how to specify the binutils to be used when building a Linux kernel? Thanks... -- Grant

[gentoo-user] Re: Dolphin and adding a option, if it exists.

2022-10-09 Thread Grant Edwards
that's been part of X since the dinosaurs were around. Indeed. X has worked that for the 35 years I've been using it. > Try it elsewhere, it works most places, afaik ... If there's anywhere that doesn't work, then something is broken. -- Grant

Re: [gentoo-user] Change History of linux commands

2022-10-07 Thread Grant Taylor
for me. As the ... more experienced SA on teams for a while, I tend to not tolerate people hording / not sharing information and / or making fun of others for not knowing something. So I counter this by actively promoting people learning things as a good thing. -- Grant. . . . unix || die

Re: [gentoo-user] Change History of linux commands

2022-10-07 Thread Grant Taylor
also have comments from people who maintained commands and possibly added the option that you're most interested in. -- Grant. . . . unix || die

Re: [gentoo-user] Change History of linux commands

2022-10-07 Thread Grant Taylor
and I still learn new things weekly if not daily. Help pull others up, don't hold them down by climbing on top of them. -- Grant. . . . unix || die

Re: [gentoo-user] Change History of linux commands

2022-10-07 Thread Grant Taylor
at this aspect. -- Grant. . . . unix || die

[gentoo-user] Re: problem with emerge depclean after world update

2022-10-03 Thread Grant Edwards
removed by depclean are old versions of gentoo-sources and the occasional old slot of binutils (or whatever). -- Grant

[gentoo-user] Re: Anybody know how to disable CSD for meld?

2022-09-20 Thread Grant Edwards
On 2022-09-14, Meik Frischke wrote: > Am 2022-09-14 19:21, schrieb Grant Edwards: >> Meld just updated from 3.20.4 to 3.22.0 [...] >> and now meld uses client side decorations instead of allowing the >> window manager to handle that stuff. This is extremely annoying, [.

Re: [gentoo-user] openvpn experience, anyone?

2022-09-18 Thread Grant Taylor
s to use. -- Grant. . . . unix || die

<    1   2   3   4   5   6   7   8   9   10   >