Re: [gentoo-user] Re: Linux ephemeral port range defaults to "broken".

2025-08-07 Thread Javier Martinez
El 7/8/25 a las 16:01, Grant Edwards escribió: On 2025-08-07, Javier Martinez wrote: Also if you try to use one port from 32768 to one service you will be able to do so if it's not used by any other. Right, but the problem happens when you do need to bind to a specific port (e.g. 44818) and

Re: [gentoo-user] Re: Linux ephemeral port range defaults to "broken".

2025-08-07 Thread Javier Martinez
iptables -A OUTPUT -p tcp --sport 55500 -j DROP Since ephemeral ports are used by clients and selected randomly, you force to switch another one. Unpriv ports used by services not started by root are the irrelevant ones. No all people has "bittorrent" in their systems and need it available

Re: [gentoo-user] re-installed KDE doesn't start : solved

2025-08-01 Thread Peter Humphrey
On Thursday, 31 July 2025 14:50:36 British Summer Time Dale wrote: > Peter Humphrey wrote: > > On Wednesday, 30 July 2025 14:55:55 British Summer Time Dale wrote: > >> ... I tried using sets. All it did was create > >> more work. If I have something installed here, I use it, sometimes a > >> LOT.

Re: [gentoo-user] Re: Video sometimes stuttering. Need help with ionice, maybe?

2025-07-31 Thread Michael
On Thursday, 31 July 2025 15:12:09 British Summer Time Holger Hoffstätte wrote: > On Thu, 31 Jul 2025 14:22:56 +0100, Michael wrote: > > On multi-queue SSDs the difference between IO schedulers is small > > https://dl.acm.org/doi/abs/10.1145/3629526.3645053 > > Nothing here is quick or easy. Qu

Re: [gentoo-user] re-installed KDE doesn't start : solved

2025-07-31 Thread Dale
Peter Humphrey wrote: > On Wednesday, 30 July 2025 14:55:55 British Summer Time Dale wrote: > >> ... I tried using sets. All it did was create >> more work. If I have something installed here, I use it, sometimes a >> LOT. Therefore, I want them all to be as up to date as is available. I >> fou

Re: [gentoo-user] re-installed KDE doesn't start : solved

2025-07-30 Thread Peter Humphrey
On Wednesday, 30 July 2025 14:55:55 British Summer Time Dale wrote: > ... I tried using sets. All it did was create > more work. If I have something installed here, I use it, sometimes a > LOT. Therefore, I want them all to be as up to date as is available. I > found that even when I did have

Re: [gentoo-user] Re: blocks, Blocks, shrieks

2025-07-30 Thread Eli Schwartz
On 7/30/25 4:50 AM, Philip Webb wrote: > Yes, that's the explanation for the problem. > It comes back that I encountered it before some years ago > & chose to enable 'su' for 'util-linux'. > I've now added lines in 'package.use' to set the flag appropriately > & have successfully updated both pkgs

Re: [gentoo-user] re-installed KDE doesn't start : solved

2025-07-30 Thread Eli Schwartz
On 7/30/25 9:55 AM, Dale wrote: > You mentioned using sets.  I tried using sets.  All it did was create > more work.  If I have something installed here, I use it, sometimes a > LOT.  Therefore, I want them all to be as up to date as is available.  I > found that even when I did have sets, the set

Re: [gentoo-user] re-installed KDE doesn't start : solved

2025-07-30 Thread Dale
Philip Webb wrote: > I regularly use '-1' when emerging, but have never been aware > that that caused significantly different behaviour in itself. > in this case, 'clementine' is in my 'world' file. > As you might now, I built a new rig recently.  I've built three since I started using Gentoo.  W

Re: [gentoo-user] Re: blocks, Blocks, shrieks

2025-07-30 Thread Michael
On Wednesday, 30 July 2025 09:50:31 British Summer Time Philip Webb wrote: > 250729 Nuno Silva wrote: > > On 2025-07-29, Philip Webb wrote: > >> Currently, 'shadow' has an 'U'pdate. Here's what I get when I try : > >> root:516 ~> emerge -pv shadow > >> These are the packages that would be merg

Re: [gentoo-user] re-installed KDE doesn't start : solved

2025-07-30 Thread Michael
On Wednesday, 30 July 2025 09:27:29 British Summer Time Philip Webb wrote: > 250729 Eli Schwartz wrote: > > On 7/27/25 6:46 AM, Philip Webb wrote: > >> I've run into this before, eg re sound, but not so severely. > >> It's a defect in Portage, which no-one seems to want to acknowledge : > >> it wil

Re: [gentoo-user] Re: blocks, Blocks, shrieks

2025-07-30 Thread Philip Webb
250729 Nuno Silva wrote: > On 2025-07-29, Philip Webb wrote: >> Currently, 'shadow' has an 'U'pdate. Here's what I get when I try : >> >> root:516 ~> emerge -pv shadow >> These are the packages that would be merged, in order: >> Calculating dependencies... done! >> Dependency resolution to

Re: [gentoo-user] re-installed KDE doesn't start : solved

2025-07-30 Thread Philip Webb
250729 Eli Schwartz wrote: > On 7/27/25 6:46 AM, Philip Webb wrote: >> I've run into this before, eg re sound, but not so severely. >> It's a defect in Portage, which no-one seems to want to acknowledge : >> it will happily update a pkg without including its vital requirements. > I think that shoul

Re: [gentoo-user] re-installed KDE doesn't start : solved

2025-07-29 Thread Eli Schwartz
On 7/27/25 6:46 AM, Philip Webb wrote: > I've run into this before, eg re sound, but not so severely. > It's a defect in Portage, which no-one seems to want to acknowledge : > it will happily update a pkg without including its vital requirements. I think that shouldn't be able to happen except wh

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-25 Thread Michael
On Friday, 25 July 2025 18:02:59 British Summer Time Javier Martinez wrote: > Also, you didn't thought one posibility, one kernel option that should > be included in kernel monolitic and not included (as for example sata > support, nvme etc) so I think your next pass shoulb be from ubuntu exec >

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-25 Thread Javier Martinez
Also, you didn't thought one posibility, one kernel option that should be included in kernel monolitic and not included (as for example sata support, nvme etc) so I think your next pass shoulb be from ubuntu exec hwinfo command, and in the chroot, in /usr/src/linux do make menuconfig and switch

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-25 Thread Javier Martinez
I encourage you still trying since you have options to continue. For example you can try to dump the space before the first partition with in ubuntu OS and put it in your device. Maybe they put there some first stage loader. Also first try to boot from microsd, if works, try booting from exter

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-25 Thread Dennis Clarke
On 7/25/25 08:35, Javier Martinez wrote: El 25/7/25 a las 9:38, Michael escribió: On Thursday, 24 July 2025 20:52:54 British Summer Time Dennis Clarke wrote: On 7/24/25 13:35, Michael wrote: I tried to boot with the GRUB built within the chroot stage3. I was very careful to mount the correct

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-25 Thread Javier Martinez
El 25/7/25 a las 9:38, Michael escribió: On Thursday, 24 July 2025 20:52:54 British Summer Time Dennis Clarke wrote: On 7/24/25 13:35, Michael wrote: I tried to boot with the GRUB built within the chroot stage3. I was very careful to mount the correct FAT32 dos partition. The one on the board

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-25 Thread Michael
On Thursday, 24 July 2025 23:18:55 British Summer Time Javier Martinez wrote: > As suggestion: > > From the system that you use to chroot, use hwid software to get all > needed to boot. > > Compile your own kernel without genkernel assuring that the options of > hwid are included in kernel (no

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-25 Thread Michael
On Thursday, 24 July 2025 22:47:40 British Summer Time Dennis Clarke wrote: > On 7/24/25 17:24, Javier Martinez wrote: > > Dennis > > > > You have reached to the trully nightmare of embeeded devices. How the > > hell can I boot this shoe box, I spent nearly 4 months in make rockpi > > boot.

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-25 Thread Michael
On Thursday, 24 July 2025 20:52:54 British Summer Time Dennis Clarke wrote: > On 7/24/25 13:35, Michael wrote: > I tried to boot with the GRUB built within the chroot stage3. I was very > careful to mount the correct FAT32 dos partition. The one on the board > which appears as /dev/mmcblk0p1. Howe

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-24 Thread Javier Martinez
As suggestion: From the system that you use to chroot, use hwid software to get all needed to boot. Compile your own kernel without genkernel assuring that the options of hwid are included in kernel (not as modules). I never used dracut, grub allows specify the initramfs to use, use genker

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-24 Thread Jack
On 2025.07.24 17:47, Dennis Clarke wrote: On 7/24/25 17:24, Javier Martinez wrote: > Dennis > > You have reached to the trully nightmare of embeeded devices. How the > hell can I boot this shoe box, I spent nearly 4 months in make rockpi > boot. > > Have you thought in specify the rootfs by

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-24 Thread Dennis Clarke
On 7/24/25 17:24, Javier Martinez wrote: > Dennis > > You have reached to the trully nightmare of embeeded devices. How the > hell can I boot this shoe box, I spent nearly 4 months in make rockpi > boot. > > Have you thought in specify the rootfs by device instead by uuid? as in > root=/dev/mmcbl

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-24 Thread Javier Martinez
Dennis You have reached to the trully nightmare of embeeded devices. How the hell can I boot this shoe box, I spent nearly 4 months in make rockpi boot. Have you thought in specify the rootfs by device instead by uuid? as in root=/dev/mmcblk0p3. If it works the trouble is that someone has no

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-24 Thread Dennis Clarke
On 7/24/25 13:35, Michael wrote: On Thursday, 24 July 2025 17:44:40 British Summer Time Dennis Clarke wrote: On 7/24/25 11:51, Michael wrote: On Thursday, 24 July 2025 16:46:10 British Summer Time Nuno Silva wrote: On 2025-07-24, Michael wrote: On Thursday, 24 July 2025 15:17:02 British Summe

Re: [gentoo-user] Re: Recommended CPU and cooling system

2025-07-24 Thread Javier Martinez
And also RAIDs are unnecessary because none of your drives died. Isn't it? The evidence says that harddisks died more and sooner than RAM modules, this is a fact that you can check asking your knowns. So logic says that its better use RAM for this kind of tasks than harddisks. El 24/7/25 a

Re: [gentoo-user] Re: Recommended CPU and cooling system

2025-07-24 Thread Javier Martinez
So, shall we stop using RAIDs then because your drives still alive then? The question is to use tmpfs for /var/tmp/portage or not. I think yes without doubt because you increase the lifespam of your drive. Maybe 1 month, 2, 5 whatever. It will last more time that if you don't do. Also you hav

Re: [gentoo-user] Re: Recommended CPU and cooling system

2025-07-24 Thread Michael
On Thursday, 24 July 2025 19:17:10 British Summer Time Javier Martinez wrote: > El 24/7/25 a las 19:56, Immolo escribió: > > > > If you don't use RAM as tmpfs maybe your harddisk will live 5 years, > > > > > > I must have some defective drives or something as my IDE drives from the > > 90s ar

Re: [gentoo-user] Re: Recommended CPU and cooling system

2025-07-24 Thread Javier Martinez
El 24/7/25 a las 19:56, Immolo escribió: >  If you don't use RAM as tmpfs maybe your harddisk will live 5 years, I must have some defective drives or something as my IDE drives from the 90s are still going. As for nvmes, I brought mine in 2017 and is currently showing  `Data Units Writt

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-24 Thread Michael
On Thursday, 24 July 2025 17:44:40 British Summer Time Dennis Clarke wrote: > On 7/24/25 11:51, Michael wrote: > > On Thursday, 24 July 2025 16:46:10 British Summer Time Nuno Silva wrote: > >> On 2025-07-24, Michael wrote: > >>> On Thursday, 24 July 2025 15:17:02 British Summer Time Dennis Clarke >

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-24 Thread Dennis Clarke
On 7/24/25 11:51, Michael wrote: On Thursday, 24 July 2025 16:46:10 British Summer Time Nuno Silva wrote: On 2025-07-24, Michael wrote: On Thursday, 24 July 2025 15:17:02 British Summer Time Dennis Clarke wrote: Dear gentoo folks : I am making very very slow progress with the SiFive P55

Re: [gentoo-user] Re: Recommended CPU and cooling system

2025-07-24 Thread Javier Martinez
El 24/7/25 a las 18:07, Nuno Silva escribió: On 2025-07-24, Javier Martinez wrote: El 24/7/25 a las 16:43, Rahul Sandhu escribió: Hi Dale, That's the biggest reason I have portage's work directory on tmpfs.  If I start having to do it on a disk because of a lack of memory, I'll do it on spin

Re: [gentoo-user] Re: dracut seems confused about filesystem UUID data

2025-07-24 Thread Michael
On Thursday, 24 July 2025 16:46:10 British Summer Time Nuno Silva wrote: > On 2025-07-24, Michael wrote: > > On Thursday, 24 July 2025 15:17:02 British Summer Time Dennis Clarke wrote: > >> Dear gentoo folks : > >> I am making very very slow progress with the SiFive P550 RISC-V > >> > >> boa

Re: [gentoo-user] re-installed KDE doesn't start : another try + strace

2025-07-20 Thread Michael
On Monday, 21 July 2025 02:12:43 British Summer Time Javier Martinez wrote: > El 21/7/25 a las 2:13, Philip Webb escribió: > > > Thanks for your + Dale's suggestions, which I'll review after brunch. > > > > Meanwhile, I tried splitting up the commands in .xinitrc : > > > > > >'dbus-launch .

Re: [gentoo-user] re-installed KDE doesn't start : another try + strace

2025-07-20 Thread Javier Martinez
El 21/7/25 a las 2:13, Philip Webb escribió: Thanks for your + Dale's suggestions, which I'll review after brunch. Meanwhile, I tried splitting up the commands in .xinitrc : 'dbus-launch ... ' gives DBUS_SESSION_BUS_ADDRESS=unix : path=/tmp/dbus-..., guid=... DBUS..._PID=29195

Re: [gentoo-user] re-installed KDE doesn't start : another try + strace

2025-07-20 Thread Philip Webb
Thanks for your + Dale's suggestions, which I'll review after brunch. Meanwhile, I tried splitting up the commands in .xinitrc : 'dbus-launch ... ' gives DBUS_SESSION_BUS_ADDRESS=unix : path=/tmp/dbus-..., guid=... DBUS..._PID=29195 which looks ok, then 'startplasma-x11' gives

Re: [gentoo-user] re-installed KDE doesn't start : some useful info

2025-07-20 Thread Javier Martinez
El 21/7/25 a las 0:16, Philip Webb escribió: 250720 Javier Martinez wrote: From your strace log : execve("/start_kdeinit_wrapper", ["/start_kdeinit_wrapper"], 0x7ffcbaa9e828 /* 62 vars */) = -1 ENOENT (No such file or directory) exit_group(-1)= ? 1955 +++ exited with 255

Re: [gentoo-user] re-installed KDE doesn't start : some useful info

2025-07-20 Thread Dale
Philip Webb wrote: > 250720 Javier Martinez wrote: >> From your strace log : >> execve("/start_kdeinit_wrapper", ["/start_kdeinit_wrapper"], >> 0x7ffcbaa9e828 /* 62 vars */) = -1 ENOENT (No such file or directory) >> exit_group(-1)= ? >> 1955 +++ exited with 255 +++ > >> Loo

Re: [gentoo-user] re-installed KDE doesn't start : some useful info

2025-07-20 Thread Philip Webb
250720 Javier Martinez wrote: > From your strace log : > execve("/start_kdeinit_wrapper", ["/start_kdeinit_wrapper"], > 0x7ffcbaa9e828 /* 62 vars */) = -1 ENOENT (No such file or directory) > exit_group(-1)= ? > 1955 +++ exited with 255 +++ > Look for which package has this

Re: [gentoo-user] re-installed KDE doesn't start : some useful info

2025-07-20 Thread Javier Martinez
From your strace log execve("/start_kdeinit_wrapper", ["/start_kdeinit_wrapper"], 0x7ffcbaa9e828 /* 62 vars */) = -1 ENOENT (No such file or directory) exit_group(-1)= ? 1955 +++ exited with 255 +++ El 20/7/25 a las 3:57, Philip Webb escribió: Look for which package has

Re: [gentoo-user] Re: Seamonkey encryption stopped working, uses same as Thunderbird email software I think.

2025-07-20 Thread Dale
Nuno Silva wrote: > On 2025-07-18, Dale wrote: > >> Nuno Silva wrote: >>> On 2025-07-09, Dale wrote: > [...] I really need to work on what I been wanting to do for years.  Set up my own email fetching/sending software locally so that I can use any client I want. >>> I'd say you might

Re: [gentoo-user] re-installed KDE doesn't start : some more useful info

2025-07-19 Thread Philip Webb
250720 Michael wrote: > Your ksplash error indicates the KDE splash screen > when a plasma desktop session is launched fails to start. You could try: > 'emerge -1av kde-plasma/plasma-workspace' > in case this package is missing or for some reason was corrupted. I've remerged that pkg & the result

Re: [gentoo-user] re-installed KDE doesn't start : some useful info

2025-07-19 Thread Michael
On Saturday, 19 July 2025 23:32:02 British Summer Time Philip Webb wrote: > 250719 Michael wrote: > > On Saturday, 19 July 2025 01:20:48 British Summer Time Philip Webb wrote: > >> A few weeks ago, a weekly update resulted in KDE failing to start ; > >> as it needed to be updated anyway, I have bee

Re: [gentoo-user] re-installed KDE doesn't start : strace : some useful info (2)

2025-07-19 Thread Philip Webb
250719 Javier Martinez wrote: > I didnt say that you JUST look for this three > In the strace output you will find the origin of hang or dead > I told you that "usually" are those three, usually is not always. > Troubles USUALLY come because of E* return codes, EPERM, EACESS, EINVAL, > Ewhatev

Re: [gentoo-user] re-installed KDE doesn't start : some useful info

2025-07-19 Thread Philip Webb
250719 Michael wrote: > On Saturday, 19 July 2025 01:20:48 British Summer Time Philip Webb wrote: >> A few weeks ago, a weekly update resulted in KDE failing to start ; >> as it needed to be updated anyway, I have been using Fluxbox instead. >> During the past few days, I removed all the old KDE pk

Re: [gentoo-user] re-installed KDE doesn't start

2025-07-19 Thread Michael
On Saturday, 19 July 2025 01:20:48 British Summer Time Philip Webb wrote: > A few weeks ago, a weekly update resulted in KDE failing to start ; > as it needed to be updated anyway, I have been using Fluxbox instead. > During the past few days, I removed all the old KDE pkgs, > did an update of all

Re: [gentoo-user] re-installed KDE doesn't start : strace : no joy

2025-07-19 Thread Javier Martinez
El 19/7/25 a las 11:38, Philip Webb escribió: El 19/7/25 a las 5:05, Philip Webb escribió: A few weeks ago, a weekly update resulted in KDE failing to start ; as it needed to be updated anyway, I have been using Fluxbox instead. During the past few days, I removed all the old KDE pkgs, did an up

Re: [gentoo-user] re-installed KDE doesn't start : strace : no joy

2025-07-19 Thread Philip Webb
El 19/7/25 a las 5:05, Philip Webb escribió: > A few weeks ago, a weekly update resulted in KDE failing to start ; > as it needed to be updated anyway, I have been using Fluxbox instead. > During the past few days, I removed all the old KDE pkgs, > did an update of all the Qt pkgs which were instal

Re: [gentoo-user] re-installed KDE doesn't start : strace

2025-07-19 Thread Javier Martinez
If there are errors you will find as E* codes as this one: 13322 statx(AT_FDCWD, "/home/purslow/.local/share/mime", AT_STATX_SYNC_AS_STAT|AT_NO_AUTOMOUNT, STATX_ALL, 0x7ffc1c1473d0) = -1 ENOENT But in this case is not critical, since looks for in several directories, ENOENT happens when a fi

Re: [gentoo-user] re-installed KDE doesn't start : strace

2025-07-18 Thread Philip Webb
250719 Javier Martinez wrote: > El 19/7/25 a las 2:20, Philip Webb escribió: >> A few weeks ago, a weekly update resulted in KDE failing to start ; >> as it needed to be updated anyway, I have been using Fluxbox instead. >> During the past few days, I removed all the old KDE pkgs, >> did an update

Re: [gentoo-user] re-installed KDE doesn't start

2025-07-18 Thread Javier Martinez
El 19/7/25 a las 2:20, Philip Webb escribió: A few weeks ago, a weekly update resulted in KDE failing to start ; as it needed to be updated anyway, I have been using Fluxbox instead. During the past few days, I removed all the old KDE pkgs, did an update of all the Qt pkgs which were installed &

Re: [gentoo-user] Re: Seamonkey encryption stopped working, uses same as Thunderbird email software I think.

2025-07-18 Thread Dale
Nuno Silva wrote: > On 2025-07-09, Dale wrote: > >> Michael wrote: >>> On Monday, 7 July 2025 03:07:35 British Summer Time Dale wrote: Howdy, I have one friend that likes to email with encrypted emails. We have good chats so I set up encryption ages ago. It worked for a long t

Re: [gentoo-user] Re: Locked desktop session but still running computer

2025-07-05 Thread Javier Martinez
El 5/7/25 a las 7:13, whiteman808 escribió: On 05 Jul 2025, 05:18:28, Javier Martinez wrote: El 5/7/25 a las 1:46, Nuno Silva escribió: On 2025-07-04, Javier Martinez wrote: El 4/7/25 a las 19:58, whiteman808 escribió: Hello, I have a possibly stupid question motivated by curiosity. Is it p

Re: [gentoo-user] Re: Locked desktop session but still running computer

2025-07-04 Thread whiteman808
On 05 Jul 2025, 05:18:28, Javier Martinez wrote: > El 5/7/25 a las 1:46, Nuno Silva escribió: > > On 2025-07-04, Javier Martinez wrote: > > > > > El 4/7/25 a las 19:58, whiteman808 escribió: > > > > Hello, > > > > > > > > I have a possibly stupid question motivated by curiosity. Is it > > > > pos

Re: [gentoo-user] Re: Locked desktop session but still running computer

2025-07-04 Thread Javier Martinez
El 5/7/25 a las 1:46, Nuno Silva escribió: On 2025-07-04, Javier Martinez wrote: El 4/7/25 a las 19:58, whiteman808 escribió: Hello, I have a possibly stupid question motivated by curiosity. Is it possible to gain access to root account, or maybe at least have an access to regular user consol

Re: [gentoo-user] Re: Writing more complicated scripts than I'm used too.

2025-07-03 Thread Dale
Arve Barsnes wrote: > On Thu, 3 Jul 2025 at 20:48, Dale wrote: >> Well, today is my usual go to town day. It was a longer day today tho. >> I had a 6 month checkup with one Doctor and my regular weekly Doctor >> visit with another one. Plus I did my usual shopping for groceries >> etc. When I l

Re: [gentoo-user] Re: Writing more complicated scripts than I'm used too.

2025-07-03 Thread Arve Barsnes
On Thu, 3 Jul 2025 at 20:48, Dale wrote: > Well, today is my usual go to town day. It was a longer day today tho. > I had a 6 month checkup with one Doctor and my regular weekly Doctor > visit with another one. Plus I did my usual shopping for groceries > etc. When I leave, I close my video pla

Re: [gentoo-user] Re: Writing more complicated scripts than I'm used too.

2025-07-03 Thread Dale
Dale wrote: > > Should I change mine from a single [ ] to a double [[ ]]?  For future > compatibility if nothing else?  > > Dale > > :-)  :-)  Well, today is my usual go to town day.  It was a longer day today tho.  I had a 6 month checkup with one Doctor and my regular weekly Doctor visit with a

Re: [gentoo-user] Re: Writing more complicated scripts than I'm used too.

2025-07-01 Thread Alexis
Dale writes: Should I change mine from a single [ ] to a double [[ ]]?  For future compatibility if nothing else?  It depends what you mean by "compatibility". [[...]] is not POSIX, so is not supported by (for example) the dash shell. But if you're only ever going to be using this script w

Re: [gentoo-user] Re: Writing more complicated scripts than I'm used too.

2025-07-01 Thread Dale
Eli Schwartz wrote: > On 7/1/25 10:41 PM, Grant Edwards wrote: >> On 2025-07-02, Eli Schwartz wrote: >> >>> if [ "$?" -eq "0" ] ; then >>> echo "Crypt file system is open" >>> else >>> echo "Crypt is not open. Please enter passphrase." >>> cryptsetup open $LVM_DEV crypt >>> fi >>> >>>

Re: [gentoo-user] Re: Writing more complicated scripts than I'm used too.

2025-07-01 Thread Eli Schwartz
On 7/1/25 10:41 PM, Grant Edwards wrote: > On 2025-07-02, Eli Schwartz wrote: > >> if [ "$?" -eq "0" ] ; then >> echo "Crypt file system is open" >> else >> echo "Crypt is not open. Please enter passphrase." >> cryptsetup open $LVM_DEV crypt >> fi >> >> This makes your eyes get drawn

Re: [gentoo-user] Re: Tracking changes in the kernel config

2025-07-01 Thread Steven Lembark
On Wed, 25 Jun 2025 13:21:21 +0500 Anna Vyalkova wrote: > On 2025-06-24, whiteman808 wrote: > > I want to compile gentoo-sources for educational purposes and I > > need recommendation how to conveniently track changes at the > > .config file in kernel sources directory. If you recommend Git, > >

Re: [gentoo-user] Re: Tracking changes in the kernel config

2025-06-29 Thread Peter Böhm
Am Samstag, 28. Juni 2025, 18:09:37 Mitteleuropäische Sommerzeit schrieb whiteman808: > > Is it safe to store kernel config at the GitHub public repository? Is > private key used to sign kernel modules stored in the kernel config? Yes, it is safe; no, the key is not stored in the kernel .config.

Re: [gentoo-user] Re: Tracking changes in the kernel config

2025-06-28 Thread whiteman808
On 25 Jun 2025, 13:21:21, Anna Vyalkova wrote: > On 2025-06-24, whiteman808 wrote: > > I want to compile gentoo-sources for educational purposes and I need > > recommendation how to conveniently track changes at the .config file in > > kernel sources directory. If you recommend Git, what setup in

Re: [gentoo-user] Re: [gentoo-user] Problem with postfix

2025-06-20 Thread Peter Humphrey
On Saturday, 21 June 2025 01:30:57 British Summer Time I wrote: > On 2025-06-20 09:36 PM, "Michael Orlitzky" wrote: > > I think this is because is not in $mydestination, but the > > solution is probably to find whatever is sending mail to prh@ > > and convince it to send to an address (prh@prhne

Re: [gentoo-user] Re: Problem when installing two packages from the binhost

2025-05-25 Thread Dr Rainer Woitok
Eli, On Sat, 24 May 2025 23:09:54 -0400 you wrote: > ... > On 5/24/25 1:32 PM, Dr Rainer Woitok wrote: > > ... > > Ok, but what am I expected to put into the bug description, now that my > > original command sequence is producing the expected result? I can hard- > > ly write 'Package "revdep-re

Re: [gentoo-user] Re: Problem when installing two packages from the binhost

2025-05-24 Thread Eli Schwartz
On 5/24/25 1:32 PM, Dr Rainer Woitok wrote: > Eli, > > On Fri, 23 May 2025 14:08:09 -0400 you wrote: > >> ... >> Sorry for the confusion I guess, but I *fixed* it. >> ... >> The fix means new binary packages will build without using those >> libraries at all. It also added a new build dep, so the

Re: [gentoo-user] Re: Problem when installing two packages from the binhost

2025-05-24 Thread Dr Rainer Woitok
Eli, On Fri, 23 May 2025 14:08:09 -0400 you wrote: > ... > Sorry for the confusion I guess, but I *fixed* it. > ... > The fix means new binary packages will build without using those > libraries at all. It also added a new build dep, so the binhost > recompiled them, hence newly running "emerge -

Re: [gentoo-user] Re: Problem when installing two packages from the binhost

2025-05-24 Thread Mickaël Bucas
Le ven. 23 mai 2025 à 19:00, Dr Rainer Woitok a écrit : > > On Sat, 10 May 2025 15:26:23 +0200 I myself wrote: > > > ... > > yesterday evening I ran into a problem involving packages "=media-libs/ > > libraw-0.21.2" and "=media-libs/libcdr-0.1.8", "emerge", the binhost, > > "revdep-rebuild",

Re: [gentoo-user] Re: Problem when installing two packages from the binhost

2025-05-23 Thread Eli Schwartz
On 5/23/25 1:00 PM, Dr Rainer Woitok wrote: > After having been out of town for a while I now found the time to get > back to this problem. I just booted my laptop and ran these first two > commands again. But -- lo and behold! -- now "revdep-rebuild" didn't > belch: > > $ sudo emerge --

Re: [gentoo-user] Re: fsck operational error

2025-05-22 Thread Dale
yahoo wrote: > Il 22/05/25 22:02, yahoo ha scritto: >> Il 22/05/25 20:13, Dale ha scritto: >>> yahoo wrote: >>> Is this a driver we should all disable or do you have a different use >>> case than most?  I ask because mine is on as well.  Given the large >> >> DON'T DISABLE IT! >> > > Sorry, I just

Re: [gentoo-user] Re: fsck operational error

2025-05-22 Thread yahoo
Il 22/05/25 22:02, yahoo ha scritto: Il 22/05/25 20:13, Dale ha scritto: yahoo wrote: Is this a driver we should all disable or do you have a different use case than most?  I ask because mine is on as well.  Given the large DON'T DISABLE IT! Sorry, I just re-read what I wrote and the stuff

Re: [gentoo-user] Re: fsck operational error

2025-05-22 Thread yahoo
Il 22/05/25 20:13, Dale ha scritto: yahoo wrote: Is this a driver we should all disable or do you have a different use case than most?  I ask because mine is on as well.  Given the large DON'T DISABLE IT! fsck must be executed on unmounted filesystem and for 'root fs' that normally happens on

Re: [gentoo-user] Re: fsck operational error

2025-05-22 Thread Dale
yahoo wrote: > Il 09/04/25 18:38, ralfconn ha scritto: >> Il 21/09/24 18:16, ralfconn ha scritto: >>> Upon boot OpenRc shows this warning: >>> >>> fsck: checking local filesystem >>> fsck: fsck.ext4 device or resource busy while trying to open /dev/ >>> nvme0n1p6 >>> fsck: filesystem mounted or ope

Re: [gentoo-user] Re: Help with re-partitioning disks

2025-05-09 Thread Wol
On 09/05/2025 11:10, Anna wrote: And I'll look into my OpenSMTPd and Dovecot configuration for options. When you configure dovecot, I missed this first time round, but the standard configuration chains to a local config. Make sure you create and use the local file, and don't edit the one that

Re: [gentoo-user] Re: List of installed packages that don't like 3.13 Python?

2025-05-07 Thread Dale
gevisz wrote: > пн, 5 мая 2025 г. в 17:41, Grant Edwards : >> On 2025-05-05, Grant Edwards wrote: >>> How do I get a list of installed packages that are preventing >>> switching to Python 3.13. I'm trying to decide whether to defer the >>> upgrad or try to "fix" individual packages. But, emerge

Re: [gentoo-user] Re: List of installed packages that don't like 3.13 Python?

2025-05-07 Thread gevisz
пн, 5 мая 2025 г. в 17:41, Grant Edwards : > > On 2025-05-05, Grant Edwards wrote: > > How do I get a list of installed packages that are preventing > > switching to Python 3.13. I'm trying to decide whether to defer the > > upgrad or try to "fix" individual packages. But, emerge will only > > t

Re: [gentoo-user] Re: List of installed packages that don't like 3.13 Python?

2025-05-06 Thread Eli Schwartz
On 5/6/25 11:06 AM, Grant Edwards wrote: > On 2025-05-05, Adam Carter wrote: >> On Tue, May 6, 2025 at 12:12 AM Grant Edwards >> wrote: >> >>> How do I get a list of installed packages that are preventing >>> switching to Python 3.13. >>> >> >> Just one package blocking 3.13 for me >> # emerge -p

Re: [gentoo-user] Re: List of installed packages that don't like 3.13 Python?

2025-05-05 Thread Jay Faulkner
On 5/5/25 9:41 AM, Grant Edwards wrote: I'm afraid I don't know what "::gentoo" refers to. This is the usual way to refer to overlays/repositories in portage. For example... ::gentoo is the official gentoo ebuild repository ::guru is the GURU project ( https://wiki.gentoo.org/wiki/Project

Re: [gentoo-user] Re: List of installed packages that don't like 3.13 Python?

2025-05-05 Thread Eli Schwartz
On 5/5/25 11:53 AM, Grant Edwards wrote: >> Which packages is it trying to update that don't support 3.13? > > A coupled days after the May 1st switch, 'emerge -auvND world' refused > to run because libftdi didn't support 3.13. > > I removed libftdi, It has gotten 3.13 support on Sunday but err

Re: [gentoo-user] Re: List of installed packages that don't like 3.13 Python?

2025-05-05 Thread Eli Schwartz
On 5/5/25 10:39 AM, Grant Edwards wrote: > What's annoying about the Python upgrade this time is that the switch > to 3.13 apparently happened. Then an update or two later, emerge > starts balking because it wants to update packages that don't support > 3.13. Now to get a normal daily update to "go

Re: [gentoo-user] Re-implementing systemd conveniences without systemd

2025-04-19 Thread Anna (navi) Figueiredo Gomes
> TL;DR by analogy = > - X, which like systemd, did eevrything in a giant sphagettified mess. (But > still missed out on the sound... and used VTs) > - wayland (library + compositor) + libinput + pipewire + wireplumber + > whatever-else is the future. > - We needed a desparate solution like X(sys

Re: [gentoo-user] Re: fsck operational error

2025-04-09 Thread Michael
On Wednesday, 9 April 2025 17:38:50 British Summer Time ralfconn wrote: > Il 21/09/24 18:16, ralfconn ha scritto: > > Upon boot OpenRc shows this warning: > > > > fsck: checking local filesystem > > fsck: fsck.ext4 device or resource busy while trying to open > > /dev/nvme0n1p6 > > fsck: filesyste

Re: [gentoo-user] Re: Grub fails. I missed something.

2025-03-17 Thread Michael
On Monday, 17 March 2025 02:34:47 Greenwich Mean Time Dale wrote: > Grant Edwards wrote: > > On 2025-03-16, Michael wrote: > >> Ugh! I didn't provide a comprehensive answer - sorry. All this MBR > >> nostalgia I've been trying to forget. LOL! > >> > >> If you are installing GRUB on a GPT disk,

Re: [gentoo-user] Re: Grub fails. I missed something.

2025-03-16 Thread Dale
Grant Edwards wrote: > On 2025-03-16, Michael wrote: > >> Ugh! I didn't provide a comprehensive answer - sorry. All this MBR >> nostalgia >> I've been trying to forget. LOL! >> >> If you are installing GRUB on a GPT disk, which is meant to boot on >> a legacy BIOS MoBo, you *must* create a BI

Re: [gentoo-user] Re: problem formatting new 256 GB USB stick : glances at gparted

2025-03-11 Thread Frank Steinmetzger
Am Sun, Mar 09, 2025 at 10:32:37PM -0500 schrieb Dale: > I suspect it is safer than on a USB.  I believe that the old spinning > rust is likely the most durable long term storage without powering up > during storage.  I once hooked up a bunch of old IDE drives that hadn't > had power to them in ye

Re: [gentoo-user] Re: problem formatting new 256 GB USB stick : glances at gparted

2025-03-09 Thread Dale
Michael wrote: > On Saturday, 8 March 2025 22:48:29 Greenwich Mean Time Dale wrote: >> Frank Steinmetzger wrote: >>> Am Thu, Feb 20, 2025 at 11:40:48PM +0100 schrieb Frank Steinmetzger: Another thing to consider: don’t put it into the safe for a year without powering it up. As was explain

Re: [gentoo-user] Re: problem formatting new 256 GB USB stick : glances at gparted

2025-03-09 Thread Michael
On Saturday, 8 March 2025 22:48:29 Greenwich Mean Time Dale wrote: > Frank Steinmetzger wrote: > > Am Thu, Feb 20, 2025 at 11:40:48PM +0100 schrieb Frank Steinmetzger: > >> Another thing to consider: don’t put it into the safe for a year without > >> powering it up. As was explained in a previous m

Re: [gentoo-user] Re: problem formatting new 256 GB USB stick : glances at gparted

2025-03-08 Thread Dale
Frank Steinmetzger wrote: > Am Thu, Feb 20, 2025 at 11:40:48PM +0100 schrieb Frank Steinmetzger: > >> Another thing to consider: don’t put it into the safe for a year without >> powering it up. As was explained in a previous mail, QLC uses sixteen >> different levels of charge inside one single f

Re: [gentoo-user] Re: problem formatting new 256 GB USB stick : glances at gparted

2025-03-08 Thread Frank Steinmetzger
Am Thu, Feb 20, 2025 at 11:40:48PM +0100 schrieb Frank Steinmetzger: > Another thing to consider: don’t put it into the safe for a year without > powering it up. As was explained in a previous mail, QLC uses sixteen > different levels of charge inside one single flash cell. The chance of a bit

Re: [gentoo-user] Re: m.2 nvme stick not what I was expecting at all.

2025-03-02 Thread Dale
Frank Steinmetzger wrote: > Am Sun, Mar 02, 2025 at 10:01:41AM -0600 schrieb Dale: >> >> This is the last bit of SMART for the m.2 stick on my new rig with the >> OS on it, and my chroot where I do my updates. >> >> I been running this rig for a while. > On first read I thought that was a new stick

Re: [gentoo-user] Re: m.2 nvme stick not what I was expecting at all.

2025-03-02 Thread Frank Steinmetzger
Am Sun, Mar 02, 2025 at 10:01:41AM -0600 schrieb Dale: > Grant Edwards wrote: > > On 2025-02-28, Dale wrote: > > > >> We all know the Samsung m.2 sticks are really good. They are well > >> known for the quality. > > I can definitely agree with that. Over the years I've installed > > probably clo

Re: [gentoo-user] Re: m.2 nvme stick not what I was expecting at all.

2025-03-02 Thread Dale
Grant Edwards wrote: > On 2025-02-28, Dale wrote: > >> We all know the Samsung m.2 sticks are really good. They are well >> known for the quality. > I can definitely agree with that. Over the years I've installed > probably close to fifteen Samsung flash drives. Some SATA, some m.2, > a couple

Re: [gentoo-user] Re: Libreoffice massive RDEPEND reduction

2025-02-27 Thread Eli Schwartz
On 2/28/25 12:05 AM, Grant Edwards wrote: > On 2025-02-28, Eli Schwartz wrote: > >> Back in the day, libreoffice-bin was a version of libreoffice that was >> built by Gentoo developers against Gentoo packages, and hosted as a >> prebuilt tarball. It required specific dependency versions of variou

Re: [gentoo-user] Re: ebuild failure in unpack

2025-02-25 Thread Matt Jolly
On 25/2/25 18:23, n952162 wrote: I have a second  question that's a follow up to that. Does portage *remove* some files in /var/tmp/portage but retain others? Yes. Successful merges are purged, otherwise you'd quickly run out of disk space. This is important to me because I want to use th

Re: [gentoo-user] Re: media-video/gpac and media-video/mplayer fails to build.

2025-02-23 Thread Michael
On Sunday, 23 February 2025 10:21:20 Greenwich Mean Time Dale wrote: > Michael wrote: > > On Sunday, 23 February 2025 07:53:28 Greenwich Mean Time Dale wrote: > >> I do wish mpv had a volume control for audio tho. > > > > It does. From the fine manual: > > / and * > > > > Decrease/i

Re: [gentoo-user] Re: media-video/gpac and media-video/mplayer fails to build.

2025-02-23 Thread Frank Steinmetzger
Am Sun, Feb 23, 2025 at 04:21:20AM -0600 schrieb Dale: > Michael wrote: > > On Sunday, 23 February 2025 07:53:28 Greenwich Mean Time Dale wrote: > > > >> I do wish mpv had a volume control for audio tho. > > It does. From the fine manual: > > > > / and * > > Decrease/increase volume. >

Re: [gentoo-user] Re: media-video/gpac and media-video/mplayer fails to build.

2025-02-23 Thread Dale
Michael wrote: > On Sunday, 23 February 2025 07:53:28 Greenwich Mean Time Dale wrote: > >> I do wish mpv had a volume control for audio tho. > It does. From the fine manual: > > / and * > Decrease/increase volume. > > Also, on the GUI, if you scroll with your mouse up or down you alter

  1   2   3   4   5   6   7   8   9   10   >