[gentoo-user] Re: Password questions, looking for opinions. cryptsetup question too.

2023-09-19 Thread Grant Edwards
On 2023-09-20, Dale wrote: > For websites, I really like Bitwarden.  I remember one password and it > can generate passwords for all the websites I use.  The passwords it > generates are pretty random.  For sites that don't allow symbols, I can > turn that off.  The big point, I only remember

[gentoo-user] Re: Computer case for new build

2023-09-19 Thread Grant Edwards
On 2023-09-20, Dale wrote: > Grant Edwards wrote: On 2023-09-18, Dale wrote: > >> The built-in Intel video on an oldish Intel i5 at the office is >> currently driving 3 displays. The built-in video on the AMD at home is >> driving 2 and, IIRC, could handle 2 more.

[gentoo-user] Re: Computer case for new build

2023-09-19 Thread Grant Edwards
On 2023-09-18, Dale wrote: > Well, for one, I usually upgrade the video card several times before I > upgrade the mobo.  When it is built in, not a option.  I think I'm on my > third in this rig.  I also need multiple outputs, two at least.  One for > monitor and one for TV. The built-in Intel

[gentoo-user] Re: long compiles

2023-09-13 Thread Grant Edwards
On 2023-09-13, Kristian Poul Herkild wrote: > Nothing compares to Chromium (browser) in terms of compilation times. On > my system with 12 core threads it takes about 8 hours to compile - which > is 4 times longer than 10 years ago with 2 core threads ;) About a year ago I finally gave up

[gentoo-user] Re: Anyone used openmediavault with LVM?

2023-09-12 Thread Grant Edwards
On 2023-09-12, Todd Goodman wrote: > >> I've generally used "sudo bash" for such stuff. > > Or sudo -i Doh! How did I not know that? I've been doing "sudo bash -" for years. All those wasted bits...

[gentoo-user] Re: Anyone used openmediavault with LVM?

2023-09-12 Thread Grant Edwards
On 2023-09-12, Dale wrote: > I currently have Ubuntu installed. [...] So far, my biggest gripe is > sudo this, sudo that.  Dang, give me root and be done with it.  :/  > I did try, no freaking password for the thing.  I gotta google that > tho.  There has to be a way. $ sudo bash - It's

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

2023-09-09 Thread Grant Edwards
On 2023-09-09, Dale wrote: >> Changing the level in /etc/conf.d/dmesg from 1 to 8 allowed the serial >> console to continue working as I wanted it to. > > Does it say what else changing the log level does? It's a single, global value in the kernel so it has the same affect on all linux kernel

[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
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 ttyS0. But, soon after init starts, the serial console stops working.

[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
On 2023-09-06, Michael wrote: > The message indicates subversion needs reinstalling with the downgraded > sqlite > - potentially @preserved-rebuild ought to catch this, or revdep-rebuild. I used to run revdep-rebuild after every update, but a few years ago I thought I read that was no longer

[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
On 2023-07-31, Alexe Stefan wrote: >> >> Normally I would be in the chorus of "why do I need a whole entire web >> engine for an email client" but I'm also in the group of people who >> knows full well what the answer is. >> > > What is the answer? Most of us don't like reading HTML. > Mutt

[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
On 2023-07-05, Peter Humphrey wrote: > This version of memtest86 ran to completion after going through the whole > 64GB, and stopped with a success message. That's a pretty good sign, but I have seen memory that made it through one complete test pass and failed on subsequent ones. > Over the

[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
On 2023-06-12, Michael wrote: >> It seems to be a variation on this bug which affects only AMD GPUs: >> >> https://bugs.gentoo.org/907431 >> >> Clearing the GPU driver cache or using the >> -disable-gpu-driver-bug-workarounds option avoids the problem. >> >> In my case, It wasn't a mesa

[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
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-verify" emerge sys-apps/portage The problem I ran into is that you never know how many issues there are standing in the way of upgrading. The

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

2023-06-09 Thread Grant Edwards
On 2023-06-09, Nikolay Pulev wrote: > This is my first reach out to you. I have not update my machine for > a long time How long? > and have no reached a point where I can't install or upgrade > packages. My experience is that if you haven't updated up for more than 6-9 months, the

[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
Can anybody recommend a replacement for ddclient as a dynamic IP service updater? I've been trying to use it for decades, and there have been periods when it works as it's supposed to. But, usually it doesn't, and I'm sick of fighting with it. At the moment, it _always_ tries to do an update for

[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
On 2023-04-27, Philip Webb wrote: > I've built & tested the new machine I was planning in 2022 > & am at the point of designing the partitions. > > For many years, I've used Reiserfs, but it is now obsolescent, > so I need to choose an alternative. Reiserfs seemed appropriate > for a system with

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

2023-04-24 Thread Grant Edwards
On 2023-04-25, Alan Grimes wrote: > Paul Colquhoun wrote: >> On Tuesday, April 25, 2023 4:32:59 A.M. AEST Alan Grimes wrote: >>> Still no clues as to why chromium can't display about:blank from an >>> empty user config folder without spewing hundreds of errors a second. >> How are you starting

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

2023-04-10 Thread Grant Edwards
On 2023-04-11, Dale wrote: > the...@sys-concept.com wrote: >> Is it better to us emerge -U or emerge -N > > I always do both except I use the lower case 'u'. I started using > Gentoo back in 2003.  Over the years, I added/changed options to emerge > until I got a good sane system that works as

[gentoo-user] Re: emerge times blown out

2023-02-18 Thread Grant Edwards
On 2023-02-18, Stefan Schmiedl wrote: > Samstag, 18. Februar 2023 01:49: >   >> I have three systems (all ~arch) and the emerge times have blown out on all >> of them across all packages. Worst example appears to be; > >>     Fri Dec 23 13:11:44 2022 >>> net-libs/webkit-gtk-2.38.3-r410 >>        

[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
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). IIRC, it involved locking a couple key files in the /boot/grub directory so that they

[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
On 2023-02-14, Rich Freeman wrote: > Where are you getting this from, the system log/journal? This doesn't > seem like a clean shutdown, so if it is a kernel PANIC I wouldn't > expect the most critical info to be in the log (since it will stop > syncing to protect the filesystem). The details

[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 >

[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
On 2022-11-21, Dale wrote: > I did re-emerge the nvidia drivers for the old kernel. [...] > > If I get bored, and it warms up a little, I may build a 5.19 kernel.  > Thing is, by the time I get around to rebooting, nvidia may have updated > and the new one I already got will work.  :/ About 15

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

2022-11-17 Thread Grant Edwards
On 2022-11-17, Paul Colquhoun wrote: > On Wednesday, November 16, 2022 6:11:18 P.M. AEDT Alan Grimes wrote: >> Even though only 45 days have passed since my last update, I felt like >> doing one tonight. Usually I should wait six months just to save myself >> the aggrivation... > > No, waiting 6

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

2022-11-16 Thread Grant Edwards
On 2022-11-16, Alan Grimes wrote: > Even though only 45 days have passed since my last update, I felt > like doing one tonight. Usually I should wait six months just to > save myself the aggrivation...  (I'm looking to set up a local > bitcoin wallet because the exchanges are not to be trusted >

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

2022-11-14 Thread Grant Edwards
On 2022-11-14, Michael wrote: > Shutting down your desktop applications and rebooting with a new > kernel takes no longer than a couple of minutes. On my systems it typically takes about 15-20 seconds. I try to reboot at least once a month when I have some spare time -- just to make sure I

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

2022-11-12 Thread Grant Edwards
On 2022-11-12, Michael wrote: > Have your questions been answered satisfactorily by Lawrence's contribution? Yes, Lawrence's experiment answered the my question: e2fsck adds the bad block to the "bad block" inode and leaves it also allocated to the existing file. Presumably if you don't allow

[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
On 2022-11-08, Laurence Perkins wrote: >>> What happens when the bad block is _already_allocated_ to a file? >> >>> [...] >> >>Thanks. I guess I should have been more specific in my question. >> >>What does e2fsck -c do to the filesystem structure when it discovers >>a bad block that is

[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
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. According to e2fsck(8): -c This option causes e2fsck to use badblocks(8) program to do a read-only scan of the device in

[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
On 2022-11-01, Miles Malone wrote: > Probably because pycharm's got vim compatibility in its editor, and > does not have emacs compatibility in its editor Huh? In Settings/Keymap, the choices are: XWin Emacs GNOME KDE Sublime Text Windows I have it set to emacs, and it

[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?

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

2022-10-26 Thread Grant Edwards
On 2022-10-26, Dale wrote: > Rich Freeman wrote: >> If you use an x11-based merge tool then it will also refuse to attempt >> an automatic >> merge if X11 isn't available. (Obviously you can't actually run the >> manual merge if the tool uses X11 and that isn't available.) >> >> > > I'd like to

[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 run

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

2022-10-26 Thread Grant Edwards
On 2022-10-26, Corbin wrote: > Help! > > The last update I did built/installed bin-uitls. It is now producing > seg-faults. I forgot to make a quickpkg of the old bin-utils before > upgrading. The first thing I would do is run a RAM test overnight. IME, segfaulting binutils or gcc has usually

[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 >&

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

2022-10-25 Thread Grant Edwards
Does anybody have any idea how to get pcmanfm to work with sftp? I've found plenty of sources claiming it should work but all I ever get when I try to open "sftp:///" is "operation not supported" [same result for both pcmanfm and pcmanfm-qt]. Google led me to several pages where the problem was

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

2022-10-24 Thread Grant Edwards
On 2022-10-23, Dale wrote: > That is true on Linux.  Most linux software could care less what the > extension is or if it even has one.  Heck, you could likely change a > .mp4 to .txt and it would open with a video player just by clicking on > it.  Thing is, if I share a file with someone who

[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 regularly need to build old Linux kernels (as far back as 2.6), and have a variety of older versions of gcc installed and a shell script that knows what versions of gcc to use for what kernel versions. Using an old version of GCC is simple: you just specify it on the command line when doing the

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

2022-10-09 Thread Grant Edwards
On 2022-10-08, Wols Lists wrote: > On 08/10/2022 04:44, Dale wrote: >> I might add, along with tab completion, I also use the highlight >> and middle click on the mouse.  A faster way to copy and paste when >> needed.  That's a nifty feature of Konsole. > > I think that's been part of X since the

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

2022-10-03 Thread Grant Edwards
On 2022-09-30, Wol wrote: > Does that mean an update typically cleans a replaced package > automagically? Yes (except for slotted packages). A "normal" upgrade emerge removes the old version. > I thought that usually they got left behind and that was > why you needed depclean - to remove all

[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, [.

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

2022-09-14 Thread Grant Edwards
On 2022-09-14, Grant Edwards wrote: > OTOH, gtk3-classic is a set of source patches that get added to the > "normal" gtk portage directory. I didn't state that very well -- the patches are installed into the /etc/portage/patches directory for gtk+, not into the normal po

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

2022-09-14 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 (I have ~amd64 set for meld), >> and now meld uses client side decorations instead of allowing the >> window manager to handle that stuff. [...] >

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

2022-09-14 Thread Grant Edwards
Meld just updated from 3.20.4 to 3.22.0 (I have ~amd64 set for meld), and now meld uses client side decorations instead of allowing the window manager to handle that stuff. This is extremely annoying, since meld looks/acts differently than everything else and a lot of window operations are now

[gentoo-user] Re: Getting printer working, the road of Pain.

2022-09-10 Thread Grant Edwards
On 2022-09-10, Wols Lists wrote: > On 10/09/2022 01:18, Paul Colquhoun wrote: >> 2) Remind us again why you still try to run Gentoo when you obviously >> dislike it. > > snark :-) > > A couple of things to remember: > > Gentoo IS a pita to install and run compared to most other distros - Until

[gentoo-user] Re: Easiest remote desktop for Windows client?

2022-08-24 Thread Grant Edwards
On 2022-08-24, Grant Edwards wrote: > What's the easiest way to get a remote desktop working for a Gentoo > server with a Windows 10 client machine? > > A lot of sources recommend xrdb since Windows comes with a native RDP > client. But there is no ebuild for xrdb in portage --

[gentoo-user] Easiest remote desktop for Windows client?

2022-08-24 Thread Grant Edwards
What's the easiest way to get a remote desktop working for a Gentoo server with a Windows 10 client machine? A lot of sources recommend xrdb since Windows comes with a native RDP client. But there is no ebuild for xrdb in portage -- though I found one in an overlay. VNC would probably be OK, but

[gentoo-user] Re: chrome vs. wayland wierdness

2022-08-04 Thread Grant Edwards
On 2022-08-04, Neil Bothwick wrote: > On Thu, 4 Aug 2022 21:49:59 - (UTC), Grant Edwards wrote: > >> emerge --depeclean --ask >> >> That removed a couple wayland packages (yay! I didn't really want >> wayland). Then it warned me >> >>!!!

[gentoo-user] chrome vs. wayland wierdness

2022-08-04 Thread Grant Edwards
I just did my usual emerge --sync emerge -auvND world Everything seemed to be fine (IIRC, it upgraded chrome). emerge --depeclean --ask That removed a couple wayland packages (yay! I didn't really want wayland). Then it warned me !!! existing preserved libs: >>> package:

[gentoo-user] Re: --sync

2022-08-02 Thread Grant Edwards
On 2022-07-31, n952162 wrote: > I've been running gentoo for years now, and every time I go to --sync, > it's really a painful process. > > The process can take *very* before you find out if it succeeded or not. In my experience, long --sync times have always been due to a slow rsync server.

[gentoo-user] Re: Google Chrome now requires wayland and jack audio?

2022-07-15 Thread Grant Edwards
On 2022-07-15, Mark Knecht wrote: > On Fri, Jul 15, 2022 at 12:28 PM Grant Edwards > wrote: >> >> It looks like www-client/google-chrome just added wayland and jack >> audio to the dependancies. So now I have to have Pulse _and_ Jack? > Is that truly a Chrome re

[gentoo-user] Re: Google Chrome now requires wayland and jack audio?

2022-07-15 Thread Grant Edwards
On 2022-07-15, Julien Roy wrote: > One of the side effects of using proprietary software : you can't > control with which flags it gets built. Yep. I didn't used to have the chrome binary package installed, but there are a couple things that I've never gotten to work in Chromium (e.g. Webex).

[gentoo-user] Google Chrome now requires wayland and jack audio?

2022-07-15 Thread Grant Edwards
It looks like www-client/google-chrome just added wayland and jack audio to the dependancies. So now I have to have Pulse _and_ Jack? -- Grant

[gentoo-user] Re: python mess - random winge!

2022-07-05 Thread Grant Edwards
On 2022-07-05, Jack wrote: > On 2022.07.05 12:24, Grant Edwards wrote: >> On 2022-07-05, William Kenworthy wrote: >> It would be nice if the news item explained how to let the upgrade >> procede while holding back a few packages. >> >> Can you set 3_9 and 3_1

[gentoo-user] Re: python mess - random winge!

2022-07-05 Thread Grant Edwards
On 2022-07-05, William Kenworthy wrote: > I synced portage a couple of days now and now my systems are rebuilding > python modules for 3.10 without any input from me [...] Every time there's a Python upgrade like this, it turns into a bit of an ordeal because I always have a small handful of

[gentoo-user] Re: Google pop3 authentication failure

2022-06-30 Thread Grant Edwards
On 2022-06-30, Walter Dnes wrote: > On Wed, Jun 29, 2022 at 10:26:55PM -0000, Grant Edwards wrote >> >> AFAIK, you've got two choices. >> >> 1. Use an "app password" >> >> https://support.google.com/accounts/answer/185833 >> >

[gentoo-user] Re: Google pop3 authentication failure

2022-06-29 Thread Grant Edwards
On 2022-06-29, Walter Dnes wrote: > On Mon, Jun 13, 2022 at 02:47:16PM +, spareproject776 wrote >> >> They flushed all the app password creds and forced 2fa. >> Need to go through the accounts.google.com login to recover. > > Sorry for the delay responding. I can login fine with my

[gentoo-user] Re: dbus now requires CONFIG_EPOLL in kernel?

2022-06-20 Thread Grant Edwards
On 2022-06-20, Grant Edwards wrote: > At the end of an update today, I got an error message from > > sys-apps/dbus-1.12.22-r2: > > * CONFIG_EPOLL: is not set when it should be. >Please check to make sure these options are set correctly. Failure >to do so may caus

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