[gentoo-user] system wants to emerge unstable package

2024-01-21 Thread syscon edm
In:  package.mask
...
>net-misc/asterisk-20


current stable versions are;
asterisk-18.18.1

but : emerge -avq asterisk
wants to pull 'net-misc/asterisk-18.20.2" (which is marked as unstable, why?)



Re: [gentoo-user] system wants to emerge unstable package

2024-01-21 Thread syscon edm
Hm..., it still wants to emerge unstable version:

emerge -atvq asterisk
[ebuild U ] net-misc/asterisk-18.20.2

On Sun, Jan 21, 2024 at 8:19 PM Dale  wrote:
>
> syscon edm wrote:
> > In:  package.mask
> > ...
> >> net-misc/asterisk-20
> >
> > current stable versions are;
> > asterisk-18.18.1
> >
> > but : emerge -avq asterisk
> > wants to pull 'net-misc/asterisk-18.20.2" (which is marked as unstable, 
> > why?)
> >
> >
>
>
> If you add the -t option to emerge, it should show what is pulling it
> in.  Worth a try at least.  That would be 'emerge -atvq asterisk' and
> check the output.
>
> Dale
>
> :-)  :-)
>



Re: [gentoo-user] system wants to emerge unstable package

2024-01-22 Thread syscon edm
On Mon, Jan 22, 2024 at 4:58 AM netfab  wrote:
>
> Le 21/01/24 à 20:23, syscon edm a tapoté :
> > Hm..., it still wants to emerge unstable version:
> >
> > emerge -atvq asterisk
> > [ebuild U ] net-misc/asterisk-18.20.2
> >
>
> Please post the output of :
> > $ emerge -pvt asterisk

emerge -pvt asterisk

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
Dependency resolution took 7.21 s (backtrack: 0/20).

[ebuild U ~] net-misc/asterisk-18.20.2:0/18::gentoo
[16.30.1:0/16::gentoo] USE="alsa bluetooth caps iconv mysql ssl vorbis
-blocks -calendar -cluster -codec2 -curl (-dahdi) -debug -deprecated
-doc -freetds -gtalk -http -ilbc -ldap -lua -newt -odbc -oss
-pjproject -portaudio -postgres -radius (-selinux) -snmp -span -speex
-srtp -static -statsd -syslog -systemd -unbound -xmpp"
LUA_SINGLE_TARGET="lua5-1 -lua5-3 -lua5-4" VOICEMAIL_STORAGE="-imap
-odbc (-file%*)" 27,782 KiB



Re: [gentoo-user] system wants to emerge unstable package

2024-01-22 Thread syscon edm
On Mon, Jan 22, 2024 at 6:34 AM Michael  wrote:
>
> On Monday, 22 January 2024 10:20:56 GMT netfab wrote:
> > Le 21/01/24 à 20:23, syscon edm a tapoté :
> > > Hm..., it still wants to emerge unstable version:
> > >
> > > emerge -atvq asterisk
> > > [ebuild U ] net-misc/asterisk-18.20.2
> >
> > Please post the output of :
> > > $ emerge -pvt asterisk
>
> After you change your asterisk package mask to:
>
> =net-misc/asterisk-20.*
>
> or,
>
> =net-misc/asterisk:0/20

Package: cat /etc/portage/package.mask has:   >net-misc/asterisk-20

> please show the output of
>
> emerge --info | grep ACCEPT_KEYWORDS

emerge --info | grep ACCEPT_KEYWORDS
ACCEPT_KEYWORDS="amd64"

> grep asterisk -r /etc/portage
> NOTE:  On a stable amd64 arch, emerge will pull in the latest stable package.

Huh, that was it,
grep asterisk -r /etc/portage
/etc/portage/package.mask:>net-misc/asterisk-20
/etc/portage/package.accept_keywords:net-misc/asterisk ~amd64

Thank you!



[gentoo-user] Postfix stop logging outgoing mail

2024-01-22 Thread syscon edm
the mail log file: /var/log/mail.log doesn't log the postfix mail but it
used to.

app-admin/sysklogd - is installed and running and the mail-log should be
going to /var/log/mail.log

In Thunderbird --> Account Setting --> Manage Identities

I have set up two identities that link to the same outgoing SMTP server.
I can send email out with one identity "default" but email will not go out
with the second identity.

Can not figure out why?
I could sent email out through both identities until two days ago, and all
of a sudden second identity giving me an error message:



*Sending of the message failed.An error occurred while sending mail. The
mail server responded: Non-Compliant sender address.Code : -1. Please check
the message and try again.*

Was trying to analyze the log, but nothing is logging, even the email that
is going out.
app-admin/sysklogd - is installed and running and the mail-log should be
going to /var/log/mail.log

# /etc/syslog.conf - Configuration file for syslogd(8)
#
# For information about the format of this file, see syslog.conf(5)
#

#
# First some standard log files. Log by facility.
#
auth,authpriv.* /var/log/auth.log

# Everything except debug and security tokens, re-enable debug by
# dropping '*.!=debug;', or enable /var/log/debug below
*.*;*.!=debug;\
auth,authpriv.none -/var/log/syslog

#cron.* /var/log/cron.log
#daemon.* -/var/log/daemon.log
kern.* -/var/log/kern.log
#lpr.* -/var/log/lpr.log
mail.* -/var/log/mail.log
#user.* -/var/log/user.log

#
# Logging for the mail system. Split it up so that
# it is easy to write scripts to parse these files.
#
#mail.info -/var/log/mail.info
#mail.warn -/var/log/mail.warn
mail.err /var/log/mail.err
#mail.*;mail.!=info -/var/log/mail
#mail,news.=info -/var/log/info

# The tcp wrapper loggs with mail.info, we display all
# the connections on tty12
#
#mail.=info /dev/tty12

#
# Some "catch-all" log files.
#
#*.=debug;\
# auth,authpriv.none;\
# news.none;mail.none -/var/log/debug
*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages

# Store all critical eventes, except kernel logs in critical
#
#*.=crit;kern.none /var/log/critical

# Example of sending events to remote syslog server.
# All events from notice and above, except auth, authpriv
# and any kernel message are sent to server finlandia in
# RFC5424 formatted output.
#
#*.notice;auth,authpriv.none;
# kern.none\ @finlandia ;RFC5424

# Emergencies are sent to anyone logged in
#
*.=emerg *

# Priority alert and above are sent to the operator
#
#*.alert root,joey

#
# Secure mode, same as -s, none(0), on(1), full(2). When enabled
# only logging to remote syslog server possible, with full secure
# mode, not even that is possible. We default to prevent syslogd
# from opening UDP/514 and receving messages from other systems.
#
secure_mode 1

#
# Include all config files in /etc/syslog.d/
#
include /etc/syslog.d/*.conf

/var/log/mail.
only login information about starting "postfix"


[gentoo-user] /etc/crontab - sending notification to a different user

2024-08-26 Thread syscon edm
In "/etc/crontab" I have:
# for cronie

# Global variables
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=syscon8
HOME=/

But when it run a cron-job, the email is still going to "r...@gmail.com"
instead of sysc...@gmail.com

How to adjust the entry to the email notification will go to a specific
user.


Re: [gentoo-user] /etc/crontab - sending notification to a different user

2024-08-27 Thread syscon edm
That is not it.

I changed in /etc/crontab
MAILTO=sysc...@gmail.com

restart cronie but system is still emailing it to r...@gmail.com

On Tue, Aug 27, 2024 at 1:49 AM Joost Roeleveld  wrote:

>
>
> --- Original message ---
> From: syscon edm 
> To: gentoo-user@lists.gentoo.org
> Date: Tue, 27 Aug 2024 07:10:18 +0200
> 
>
> >
> > In "/etc/crontab" I have:
>
> > # for cronie
> >
> > # Global variables
> > SHELL=/bin/bash
> > PATH=/sbin:/bin:/usr/sbin:/usr/bin
> > MAILTO=syscon8
> > HOME=/
>
> > But when it run a cron-job, the email is still going to
> > "mailto:r...@gmail.com " instead of mailto:sysc...@gmail.com
>
> > How to adjust the entry to the email notification will go to a specific
> user.
>
> Specify the full email address instead of just a username.
>
> --
> Joost
>
>
>
>
>


Re: [gentoo-user] /etc/crontab - sending notification to a different user

2024-08-31 Thread syscon edm
In /etc/postfix/main.cf I only have:

myorigin = gmail.com

If I use:
myorigin = sysc...@gmail.com

I get an error message;
Aug 31 14:28:02 i5 postfix/smtp[25841]: 1A31217E00EC: to=, relay=smtp.gmail.com[142.250.99.109]:587, delay=0.54,
delays=0.01/0/0.5/0.03, dsn=5.1.3, status=bounced (host
smtp.gmail.com[142.250.99.109]
said: 553-5.1.3 The recipient address  is not a
valid RFC 553-5.1.3 5321 address.

my /etc/postfix/sender_canonical
/^root@gmail\.com$/ sysc...@gmail.com

On Sat, Aug 31, 2024 at 2:17 PM Michael  wrote:

> On Saturday, 31 August 2024 20:34:49 BST syscon edm wrote:
> > Sorry, the cron entry should be:
> > 55 12 * * * mv /var/spool/asterisk/monitor/* /home/thelma/mon/
> > 1-5 is Monday to Friday
> >
> > mail.log:
> >
> > Aug 31 13:24:01 i5 postfix/qmgr[32301]: 0880F17E00EB: from=<
> > sysc...@gmail.com>, size=699, nrcpt=1 (queue active)
> > Aug 31 13:24:02 i5 postfix/smtp[9110]: 0880F17E00EB: to= >,
> > orig_to=,
>
> You probably have in your /etc/postfix/main.cf:
>
> myorigin = $some_user@some_domain.com
>
> where some_user@some_domain.com is not sysc...@gmail.com, but root@*?
>
>
> > relay=smtp.gmail.com[142.250.99.108]:587, delay=1.3,
> > delays=0.02/0.01/0.55/0.68, dsn=2.0.0, status=sent (250 2.0.0 OK
> >  1725132231 98e67ed59e1d1-2d85b0fdf44sm6088797a91.6 - gsmtp)
> > Aug 31 13:24:02 i5 postfix/qmgr[32301]: 0880F17E00EB: removed
> >
> > Gmail is accepting the mail but it is sending to "root" instead of
> "syscon8"
> >
> > My cat /etc/mail/aliases
> > # Basic system aliases -- these MUST be present.
> > MAILER-DAEMON:  postmaster
> > postmaster: root
> >
> > # General redirections for pseudo accounts.
> > adm:root
> > bin:root
> > daemon: root
> > exim:   root
> > lp: root
> > mail:   root
> > named:  root
> > nobody: root
> > postfix:root
> >
> > # Well-known aliases -- these should be filled in!
> > root:   sysc...@gmail.com
> > fd:   sysc...@gmail.com
> > # operator:
> >
> > # Standard RFC2142 aliases
> > abuse:  postmaster
> > ftp:root
> > hostmaster: root
> > news:   usenet
> > noc:root
> > security:   root
> > usenet: root
> > uucp:   root
> > webmaster:  root
> > www:webmaster
>
> You can grep your postfix files for root and root@ to find the culprit.
> It
> seems your postfix configuration is rewriting the 'Send As' name, if not
> whole
> address.  My Postfix knowledge is rather out of date, but current users
> should
> be able to advise with a specific fix for this problem.
>


Re: [gentoo-user] /etc/crontab - sending notification to a different user

2024-08-31 Thread syscon edm
>> MAILTO="sysc...@gmail.com"

MAILTO="sysc...@gmail.com"
MAILTO='sysc...@gmail.com'
MAILTO=syscon8

I've tried single quote, double quotes, but it doesn't work; now even
without quotes I don't get email from cronie
After every change I restart "/etc/init.d/cronie restart

My simple cron entry:
55 12 * * 1-5 mv /var/spool/asterisk/monitor/* /home/thelma/mon/

I should receive email from cron



On Sat, Aug 31, 2024 at 10:57 AM Michael  wrote:

> On Tuesday, 27 August 2024 21:14:56 BST J. Aho wrote:
> > On 27/08/2024 19.09, syscon edm wrote:
> > > That is not it.
> > >
> > > I changed in /etc/crontab
> > > MAILTO=sysc...@gmail.com <mailto:sysc...@gmail.com>
>
> Does it work if you try:
>
> MAILTO="sysc...@gmail.com"
>
>
> > > restart cronie but system is still emailing it to r...@gmail.com
> > > <mailto:r...@gmail.com>
> >
> > What job is run? Some jobs has their own configuration to where the mail
> > is sent.
> > You could give an example...
>
>


Re: [gentoo-user] /etc/crontab - sending notification to a different user

2024-08-31 Thread syscon edm
Sorry, the cron entry should be:
55 12 * * * mv /var/spool/asterisk/monitor/* /home/thelma/mon/
1-5 is Monday to Friday

mail.log:

Aug 31 13:24:01 i5 postfix/qmgr[32301]: 0880F17E00EB: from=<
sysc...@gmail.com>, size=699, nrcpt=1 (queue active)
Aug 31 13:24:02 i5 postfix/smtp[9110]: 0880F17E00EB: to=,
orig_to=, relay=smtp.gmail.com[142.250.99.108]:587, delay=1.3,
delays=0.02/0.01/0.55/0.68, dsn=2.0.0, status=sent (250 2.0.0 OK
 1725132231 98e67ed59e1d1-2d85b0fdf44sm6088797a91.6 - gsmtp)
Aug 31 13:24:02 i5 postfix/qmgr[32301]: 0880F17E00EB: removed

Gmail is accepting the mail but it is sending to "root" instead of "syscon8"

My cat /etc/mail/aliases
# Basic system aliases -- these MUST be present.
MAILER-DAEMON:  postmaster
postmaster: root

# General redirections for pseudo accounts.
adm:root
bin:root
daemon: root
exim:   root
lp: root
mail:   root
named:  root
nobody: root
postfix:root

# Well-known aliases -- these should be filled in!
root:   sysc...@gmail.com
fd:   sysc...@gmail.com
# operator:

# Standard RFC2142 aliases
abuse:  postmaster
ftp:root
hostmaster: root
news:   usenet
noc:root
security:   root
usenet: root
uucp:   root
webmaster:  root
www:webmaster


On Sat, Aug 31, 2024 at 1:17 PM Michael  wrote:

> On Saturday, 31 August 2024 20:11:34 BST syscon edm wrote:
> > >> MAILTO="sysc...@gmail.com"
> >
> > MAILTO="sysc...@gmail.com"
> > MAILTO='sysc...@gmail.com'
> > MAILTO=syscon8
> >
> > I've tried single quote, double quotes, but it doesn't work; now even
> > without quotes I don't get email from cronie
> > After every change I restart "/etc/init.d/cronie restart
> >
> > My simple cron entry:
> > 55 12 * * 1-5 mv /var/spool/asterisk/monitor/* /home/thelma/mon/
> >
> > I should receive email from cron
>
> What errors do you get from your MTA in your logs?  Increase verbosity if
> you
> need to get more info.


Re: [gentoo-user] [SOLVED] /etc/crontab - sending notification to a different user

2024-09-02 Thread syscon edm
On Sun, Sep 1, 2024 at 3:24 AM Michael  wrote:

> On Saturday, 31 August 2024 21:56:59 BST syscon edm wrote:
> > In /etc/postfix/main.cf I only have:
> >
> > myorigin = gmail.com
> >
> > If I use:
> > myorigin = sysc...@gmail.com
> >
> > I get an error message;
> > Aug 31 14:28:02 i5 postfix/smtp[25841]: 1A31217E00EC: to= > gmail.com>,
>
> OK, I expect you'd need to set an alias instead.  Try:
>
> My cat /etc/mail/aliases
> # Basic system aliases -- these MUST be present.
> # Redirect mail for local recipients
> MAILER-DAEMON:  postmaster
> postmaster: root
> root:   syscon8
>
> or try:
>
> root:   sysc...@gmail.com
>
>
> then run 'newaliases' each time to rebuild the database.  One of these
> aliases
> ought to work.
>
>
> > relay=smtp.gmail.com[142.250.99.109]:587, delay=0.54,
> > delays=0.01/0/0.5/0.03, dsn=5.1.3, status=bounced (host
> > smtp.gmail.com[142.250.99.109]
> > said: 553-5.1.3 The recipient address  is not a
> > valid RFC 553-5.1.3 5321 address.
> >
> > my /etc/postfix/sender_canonical
> > /^root@gmail\.com$/ sysc...@gmail.com
>
> I don't think you should be using canonical - this will be rewriting
> addresses
> within the header *and* body of messages.
>
> Use an alias instead.
>

 Thank you folks for suggestions, but none of them worked.

What work is to put in the first line of: "crontab" file:
MAILTO=sysc...@gmail.com


[gentoo-user] spammer Eric

2024-09-10 Thread syscon edm
Is anybody familiar with spammer "Eric Jones"? I think he is famous.
Anyhow, he collects the input from "captcha" first.  If the IP is not
blocked /doesn't get  "403"
his program goes for "contact us"
Here is the log:

37.72.186.22 - - [10/Sep/2024:21:51:46 -0600] "GET
/contact_us.php%09%092024-06-17+14:07%09Ready+contact+form+successfully+found+/+Requires+captcha+input%09
http://domain.ca%09%09%09%09%09 HTTP/1.1" 404 196
37.72.186.22 - - [10/Sep/2024:21:51:47 -0600] "GET / HTTP/1.1" 200 28533
37.72.186.22 - - [10/Sep/2024:21:51:49 -0600] "GET /contact_us.php
HTTP/1.1" 200 25619

I created htaccess entry:
# Block specific request pattern targeting /contact_us.php
RewriteCond %{REQUEST_URI} ^/contact_us.php [NC]
RewriteCond %{THE_REQUEST} "GET
/contact_us.php%09%092024-06-17+14:07%09Ready+contact+form+successfully+found+/+Requires+captcha+input%09
http://domain.ca%09%09%09%09%09 HTTP/1.1" [NC]
RewriteRule .* - [F]

but it doesn't work.

The issue likely stems from the fact that %09 (tab character) and similar
URL-encoded characters in the request may not be processed as-is by
THE_REQUEST directive in .htaccess. Apache doesn't decode these characters
automatically when matching with THE_REQUEST.

Wildcard and escaping in THE_REQUEST: Instead of directly using %09, I can
use .* (wildcards) to match anything that could appear in between different
parts of the request string.
I'll see if the belows will work:

RewriteCond %{REQUEST_URI} ^/contact_us.php [NC]
RewriteCond %{THE_REQUEST} "GET
/contact_us.php.*Ready\+contact\+form\+successfully\+found.*Requires\+captcha\+input.*
http://domain.ca"; [NC]
RewriteRule .* - [F]


Re: [gentoo-user] format usb as ext4

2024-10-24 Thread syscon edm
Yes, you are right.
doing "mkfs.ext4 /dev/sda1" worked, but I could only manually mount,
for automount it has to be entire partition "mkfs.ext4 /dev/sda"

On Wed, Oct 23, 2024 at 8:43 PM Jack Ostroff <
ostrof...@users.sourceforge.net> wrote:

> [resent from my subscribed email]
>
> "mkfs.ext4 /dev/sda" will create/format an ext4 partition taking up the
> entire device, which will then easily be automounted.
>
> "mkfs.ext4 /dev/sda1" can work, but only if you have already created a
> partition table on /dev/sda and created at least one partition in it.  It
> probably won't automount because the system doesn't know which of the
> possibly several partitions on the device should be mounted, but I haven't
> tested.
>
> On 10/23/24 10:34 PM, syscon edm wrote:
>
> It was my error, the command should be:
> mkfs.ext4 /dev/sda
> The usb was auto-mounted as soon as the command finished.
>
> It has been some time since I run it, but looking at some documentation
> on-line a lot of instructions show to run:
> sudo mkfs.ext4 /dev/sdX1
>
> eg:
>
> https://unix.stackexchange.com/questions/422656/how-to-make-an-ext4-formatted-usb-drive-with-full-rw-permissions-for-any-linux-m
> Even Google AI if one search: "gentoo format usb as ext4"
> it shows to run:
> sudo mkfs -t ext4 /dev/sdb1
>
> this will work but the disk will not automount in XFCE,
> it should be:
> sudo mkfs.ext4 /dev/sdX
>
>
>
> On Wed, Oct 23, 2024 at 8:20 PM Mitchell Dorrell  wrote:
>
>> On Wed, Oct 23, 2024, 20:35 syscon edm  wrote:
>>
>>> I format usb as ext4
>>> mkfs.ext4 /dev/sda1
>>>
>>> but XFCE does not automount the partition
>>> my other usb (ext4 as well) shows up automatically under
>>> /run/media/joseph/disk_name
>>>
>>
>> I think you're correct that if something is automounting your USB storage
>> device, it's probably XFCE (or some part of it).
>>
>> I don't personally use XFCE, but I'm sure others here probably do. If you
>> don't get any responses on this mailing list, then perhaps try the
>> #gentoo-xfce IRC channel. If that's also quiet, you might try another venue
>> that focuses specifically on XFCE, such as the official XFCE links at
>> https://www.xfce.org/community .
>>
>> -Mitchell Dorrell
>>
>>>


[gentoo-user] format usb as ext4

2024-10-23 Thread syscon edm
I format usb as ext4
mkfs.ext4 /dev/sda1

but XFCE does not automount the partition
my other usb (ext4 as well) shows up automatically under
/run/media/joseph/disk_name


Re: [gentoo-user] format usb as ext4

2024-10-23 Thread syscon edm
It was my error, the command should be:
mkfs.ext4 /dev/sda
The usb was auto-mounted as soon as the command finished.

It has been some time since I run it, but looking at some documentation
on-line a lot of instructions show to run:
sudo mkfs.ext4 /dev/sdX1

eg:
https://unix.stackexchange.com/questions/422656/how-to-make-an-ext4-formatted-usb-drive-with-full-rw-permissions-for-any-linux-m
Even Google AI if one search: "gentoo format usb as ext4"
it shows to run:
sudo mkfs -t ext4 /dev/sdb1

this will work but the disk will not automount in XFCE,
it should be:
sudo mkfs.ext4 /dev/sdX



On Wed, Oct 23, 2024 at 8:20 PM Mitchell Dorrell  wrote:

> On Wed, Oct 23, 2024, 20:35 syscon edm  wrote:
>
>> I format usb as ext4
>> mkfs.ext4 /dev/sda1
>>
>> but XFCE does not automount the partition
>> my other usb (ext4 as well) shows up automatically under
>> /run/media/joseph/disk_name
>>
>
> I think you're correct that if something is automounting your USB storage
> device, it's probably XFCE (or some part of it).
>
> I don't personally use XFCE, but I'm sure others here probably do. If you
> don't get any responses on this mailing list, then perhaps try the
> #gentoo-xfce IRC channel. If that's also quiet, you might try another venue
> that focuses specifically on XFCE, such as the official XFCE links at
> https://www.xfce.org/community .
>
> -Mitchell Dorrell
>
>>


Re: [gentoo-user] rust package fails due to file collisions. Ooops!! Also ruby fails. IPv6 issue.

2024-11-10 Thread syscon edm
Indeed running rsync again fixed this problem.

On Sat, Nov 9, 2024 at 1:05 PM Dale  wrote:

> Jacques Montier wrote:
>
> Hello Dale,
>
> I had the same issue with ruby, this morning.
> I re-sync portage and the problem has gone away.
>
> Cheers,
>
> --
> Jacques
>
>
>
> This time it wasn't me.  It was a problem with the tree.  Most likely
> caught something out of sync.  It has finished rust and is now chewing on
> Firefox and Seamonkey.  With 128GBs of memory and tmpfs, shouldn't take to
> long.  o_O
>
> Thanks.
>
> Dale
>
> :-)  :-)
>
> P. S.  I bet that sync server was like WHAT.  He usually only syncs once a
> week.  Twice in one day  O_O
>


Re: [gentoo-user] rust package fails due to file collisions. Ooops!! Also ruby fails. IPv6 issue.

2024-11-09 Thread syscon edm
On Sat, Nov 9, 2024 at 10:02 AM Jacques Montier  wrote:

> Hello Dale,
>
> I had the same issue with ruby, this morning.
> I re-sync portage and the problem has gone away.
>
> Cheers,
>
> --
> Jacques
>
> Le sam. 9 nov. 2024 à 15:35, Dale  a écrit :
>
>> Howdy,
>>
>> I'm doing my weekly updates and ran into a problem I haven't seen in a
>> long time.  The problem is with file collisions for rust and ruby
>> complaining about ipv6.  This is the errors.
>>
>>
>>  * Error messages for package dev-lang/ruby-3.2.5-r1:
>>
>>  * ERROR: dev-lang/ruby-3.2.5-r1::gentoo failed (configure phase):
>>  *   USE Flag 'ipv6' not in IUSE for dev-lang/ruby-3.2.5-r1
>>  *
>>   [snip]
>>
>
Same here:

 ERROR: configure
ERROR: dev-lang/ruby-3.2.5-r1::gentoo failed (configure phase):
  USE Flag 'ipv6' not in IUSE for dev-lang/ruby-3.2.5-r1

Call stack:
 ebuild.sh, line  136:  Called src_configure
   environment, line 2288:  Called use 'ipv6'
  phase-helpers.sh, line  256:  Called die
The specific snippet of code:
die "USE Flag '${u}' not in IUSE for
${CATEGORY}/${PF}"

Will try to re-sync


Re: [gentoo-user] Using Gentoo as server and desktop

2024-12-05 Thread syscon edm
The only way you will make it work, is if you have a minimum one working
backup.
You upgrade a backup first, check if everything is working correctly then
you update the main system.
Have been doing it for over 20-years.

It is not only the kernel that you have to worry about.

--
syscon

On Thu, Dec 5, 2024 at 2:38 PM Egoitz Aurrekoetxea 
wrote:

> 
> 
> Hi mates,
>
> I would love using Gentoo as Desktop and Server OS. I used sometime ago,
> but it caused me the fact of not being able to upgrade my systems weekly or
> daily, because sometimes you needed to upgrade the kernel and I was not
> really sure that the config entered for the kernel (loaded through
> Genkernel but with menuconfig and there load .config file) that was written
> with previous kernel version building was going to not cause something
> weird or bad functioning of newer built kernels with that config.
>
> Does exist a way... where you could emerge world, update all the system,
> finally end up by upgrading the kernel and being sure that the old .config
> you used through menuconfig (or by any other way of importing) would not
> select erroneous parameters in newer kernels?. I though there were some...
> lint options for the .cofig?. I think I have used them sometime ago
>
> So for sumarizing, how do you manage for keep your systems up-to-date
> using Gentoo?. How do you manage to keep your kernel upgraded?.
>
> Cheers,
>
>
>
>
>
>
>
>
>
>
>
> [image: sarenet]
> *Egoitz Aurrekoetxea*
> Departamento de sistemas
> 94 - 420 94 70
> ego...@sarenet.es
> www.sarenet.es
> Parque Tecnológico. Edificio 103
> 48170 Zamudio (Bizkaia)
> [image: servicios sarenet]
> Antes de imprimir este correo electrónico piense si es necesario hacerlo.
>
>