[gentoo-user] apcupsd no wall messages
I installed apcupsd and testing it I don't see any message being broadcasted via wall when I unplug the power. setting: UPSCABLE 940-0024C usb UPSTYPE usb DEVICE POLLTIME 30 LOCKFILE /run/apcupsd SCRIPTDIR /etc/apcupsd PWRFAILDIR /etc/apcupsd NOLOGINDIR /etc ONBATTERYDELAY 10 BATTERYLEVEL 10 MINUTES 5 TIMEOUT 0 ANNOY 45 ANNOYDELAY 90 NOLOGON disable KILLDELAY 0 NETSERVER on NISIP 127.0.0.1 NISPORT 3551 EVENTSFILE /var/log/apcupsd.events EVENTSFILEMAX 25 UPSCLASS standalone UPSMODE disable STATTIME 0 STATFILE /var/log/apcupsd.status LOGSTATS off DATATIME 0 -- Thelma
Re: [gentoo-user] updating remote system
Le mer. 12 avr. 2023 à 11:27, Peter Humphrey a écrit : > > On Wednesday, 12 April 2023 08:16:05 BST Mickaël Bucas wrote: > > > I don't know if it's correct, I'd proceed this way: > > 1. Update world first, because some updated packages may be involved > > in kernel building > > 2. Reboot with the current working kernel and check everything else works > > 3. Update the kernel and reboot (keeping the old kernel for a while) > > Perhaps you missed the point that some of the world update requires the > updated kernel. Thanks for pointing this out, I missed what Thelma stated clearly. > I'd do the same as Thelma. With VBox needs, I agree There may be more elaborate moves like Michael explains, though I'm not able to give more advice. > > -- > Regards, > Peter. Best regards Mickaël
[gentoo-user] Firefox multiple language sources
I've noticed for some time now Firefox is downloading endless language source files, random example: * firefox-102.10.0esr-sco.xpi BLAKE2B SHA512 size ;-) ... [ ok ] >>> Downloading 'http://mirror.bytemark.co.uk/gentoo/distfiles/34/ firefox-102.10.0esr-si.xpi' --2023-04-12 13:02:46-- http://mirror.bytemark.co.uk/gentoo/distfiles/34/ firefox-102.10.0esr-si.xpi Resolving mirror.bytemark.co.uk... 2001:41c8:20:5e6::150, 80.68.83.150 Connecting to mirror.bytemark.co.uk|2001:41c8:20:5e6::150|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 585626 (572K) [application/x-xpinstall] Saving to: ‘/var/cache/distfiles/firefox-102.10.0esr-si.xpi.__download__’ /var/cache/distfiles/fir 100%[=>] 571.90K --.-KB/sin 0.09s However, my L10N flags look like this: [ebuild U ] www-client/firefox-102.10.0:esr::gentoo [102.9.0:esr::gentoo] USE="clang dbus gmp-autoupdate openh264 system-av1 system-harfbuzz system-icu system-jpeg system-libevent system-libvpx system-webp wayland -debug -eme-free -geckodriver -hardened -hwaccel -jack -libproxy -lto -pgo -pulseaudio - screencast (-selinux) -sndio -system-png (-system-python-libs) -wifi" L10N="en-GB -ach -af -an -ar -ast -az -be -bg -bn -br -bs -ca -ca-valencia - cak -cs -cy -da -de -dsb -el -en-CA -eo -es-AR -es-CL -es-ES -es-MX -et -eu - fa -ff -fi -fr -fy -ga -gd -gl -gn -gu -he -hi -hr -hsb -hu -hy -ia -id -is - it -ja -ka -kab -kk -km -kn -ko -lij -lt -lv -mk -mr -ms -my -nb -ne -nl -nn - oc -pa -pl -pt-BR -pt-PT -rm -ro -ru -sco -si -sk -sl -son -sq -sr -sv -szl - ta -te -th -tl -tr -trs -uk -ur -uz -vi -xh -zh-CN -zh-TW" 468,331 KiB Why are source files for unset language sources downloaded each time?
Re: [gentoo-user] updating remote system
On Wednesday, 12 April 2023 10:27:29 BST Peter Humphrey wrote: > On Wednesday, 12 April 2023 08:16:05 BST Mickaël Bucas wrote: > > I don't know if it's correct, I'd proceed this way: > > 1. Update world first, because some updated packages may be involved > > in kernel building > > 2. Reboot with the current working kernel and check everything else works > > 3. Update the kernel and reboot (keeping the old kernel for a while) > > Perhaps you missed the point that some of the world update requires the > updated kernel. > > I'd do the same as Thelma. Typically, Portage will take care of its own and arrive at a suitable order of updates without breaking things. If there is some Blocking situation other steps would be necessary, but I suspect in this instance just one package will be held back (VBox), until prerequisites have been updated first. Since @system will contain the toolchain, it will be enough to update this set before building the kernel, then @world to finish things off.
Re: [gentoo-user] updating remote system
On Wednesday, 12 April 2023 08:16:05 BST Mickaël Bucas wrote: > I don't know if it's correct, I'd proceed this way: > 1. Update world first, because some updated packages may be involved > in kernel building > 2. Reboot with the current working kernel and check everything else works > 3. Update the kernel and reboot (keeping the old kernel for a while) Perhaps you missed the point that some of the world update requires the updated kernel. I'd do the same as Thelma. -- Regards, Peter.
Re: [gentoo-user] updating remote system
Le mer. 12 avr. 2023, 02:26, jul...@jroy.ca a écrit : > > On Tue, 2023-04-11 at 20:24 -0400, jul...@jroy.ca wrote: > > On Tue, 2023-04-11 at 18:21 -0600, the...@sys-concept.com wrote: > > > What is the correct way of updating remote system? > > > I'll need to update the kernel + world > > > > > > 1.) Update all packages in world first, reboot and update kernel > > > 2.) Update kernel first, reboot and update world > > > > > > It seems to me logical choice is 2.) as I'll need new kernel to > > > update to new VirtualBox. > > > Right now remote system is running linux-5.10.103-gentoo and I > > > think > > > new VirtualBox need kerenl-5.13 or higher. > > > > > > > > > > > -- > > It seems my message got sent empty... > Let's try again: > > I usually update world first, then the kernel, and finally reboot. > > > -- > Julien Hi I don't know if it's correct, I'd proceed this way: 1. Update world first, because some updated packages may be involved in kernel building 2. Reboot with the current working kernel and check everything else works 3. Update the kernel and reboot (keeping the old kernel for a while) That's two reboots, but for a remote system I'd keep on the safe side. Have a nice compile time ! Mickaël