Re: [gentoo-user] emerge warnings or errors

2020-11-12 Thread Alexander Openkowski
https://wiki.gentoo.org/wiki/Elogv

On Fri, Nov 13, 2020 at 12:27 AM Jude DaShiell  wrote:

> About 6 different complaints about my kernel configuration that blew off
> the screen as packages were being emerged.  Does any way exist to have
> emerge write these to a log file of some sort for later checking and
> action?
>
>
>
> -- United States has 633 Billionaires with only 10 doing any annual
> significant giving.
>
>
>


Re: [gentoo-user] can genkernel install files with different names?

2019-10-18 Thread Alexander Openkowski
I struggle with the naming of genkernel generated kernels for quite a while
now and have written a small wapper script for this purpose...

On Fri, Oct 18, 2019 at 11:27 AM Caveman Al Toraboran <
toraboracave...@protonmail.com> wrote:

> specifically, i want to install kernel + initramfs without version
> numbers.  this way, i will not need to update my boot loader every time i
> update the kernel.
>
> rgrds,
> cm.
>
>


Re: [gentoo-user] sysrescuecd gone rogue

2019-06-04 Thread Alexander Openkowski
I found some hints for using non-Gentoo LiveCDs for installation over here
when I realized that my beloved SystemRescueCD switched over to Arch:
https://wiki.gentoo.org/wiki/Installation_alternatives#Installation_from_non-Gentoo_LiveCDs

It seems though that these special advices (tar options when unpacking the
stage tarball) have also been added to the regular installation
instructions meanwhile, however in a slightly different form?

On Tue, Jun 4, 2019 at 4:02 PM Dale  wrote:

> Mick wrote:
> > I just downloaded my preferred medium of choice for installing Gentoo
> and
> > discovered sysrescuecd now runs Linux Arch instead of Gentoo and to make
> > things worse it is running systemd instead of openrc.  :-(
> >
> > A quick look in the forums did not reveal the reasons for this strategic
> > change.  Regardless, have you used the Arch based sysrescuecd to install
> > Gentoo and are there are any gotchas I should be aware of?
> >
> > Would I be better off to use a Gentoo Live ISO to install with?  I don't
> think
> > I have used one of these for more than 10 years ... or more!  O_O
> >
>
>
> I used to keep a copy of Knoppix around.  It can be used and has quite a
> lot of features.  If sysrescue is going that route, I may be just using
> something else.
>
> As another said tho, you can use about anything Linux as long as you are
> able to mount and chroot into the install.
>
> Dale
>
> :-)  :-)
>
>


Re: [gentoo-user] Kernel config checks

2017-04-27 Thread Alexander Openkowski

On 04/27/2017 10:45 AM, Manuel Schönlaub wrote:

Hi,

i just have a question regarding packages using linux-info.eclass to 
check for specific kernel config flags (e.g. app-emaulation/docker).


Currently it seems like the flags are only checked against the config 
in /usr/src/linux which is not necessariliy the running kernel.


Furthermore there are some warnings printed, but after some time i 
find it hard to remember what i will have to change in my kernel 
configs in order to make the package work right. It is also just a 
snapshot of the situation at the time emerge is building the package.


Does there exists a tool helping in maintaining consistency between 
kernel configuration and configs required by currently installed packages.


If not, could emaint be be the right tool to extend with this 
functionality?

Or is this functionality not really needed?

Regards,

Manuel
It does not directly help with the consistency problem, but Elogv 
(https://wiki.gentoo.org/wiki/Elogv) at least helps to keep track of the 
messages portage prints out. You could, for example, decide to not 
remove the messages with kernel config changes that you have not done, yet.




Re: [gentoo-user] Re: News: invalid item?

2017-04-21 Thread Alexander Openkowski

On 04/21/2017 05:13 PM, Daniel Frey wrote:

On 04/20/2017 10:18 PM, Kai Krakow wrote:

Am Wed, 19 Apr 2017 12:45:49 -0700
schrieb Daniel Frey :


Anyone sync recently and get this:

!!! Invalid news item:
/usr/portage/metadata/news/2017-04-10-split-and-slotted-wine/2017-04-10-split-and-slotted-wine.en.txt

Not sure if I should file a bugreport or what happened here...

Synced a few minutes ago @ 12:37-ish PST.

Please try updating portage first and then try again...


I synced again yesterday (Apr 20) and it did not go away. Currently
syncing again.

Dan

I did not follow your issue here in detail, but have you already updated 
portage as suggested?




Re: [gentoo-user] Bad luck with new installation: Compilation issues (eudev)

2017-02-05 Thread Alexander Openkowski
Have you seen this thread in the forums? It looks like your problem:

https://forums.gentoo.org/viewtopic-t-1057500-view-previous.html?sid=9c8b57325eef824a0748ec4ca94ac8b1

Found via a quick google search. Keywords: "eudev 3.2.1 error gentoo".
No offense, really. But you do not need to wait for an answer if you
search for yourself. :-)

On 02/05/2017 03:08 PM, meino.cra...@gmx.de wrote:
> Hi,
>
> I am still compiling my new root...
>
> After some of the rebuild/sinc/revdep/ cycles I got this while trying
> to update sys-fs/eudev
>
> (ACCEPT_KEYWORDS is set to ~amd64 globally right before any
> compilations)
>
> /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/udev/udev-builtin-keyboard.c:31:26:
>  note: previous declaration of 'keyboard_lookup_key' was here
>  static const struct key *keyboard_lookup_key(const char *str, unsigned len);
>   ^
> x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. 
> -I/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/udev -I../..  
> -include ../../config.h -DROOTPREFIX=\"\" 
> -DUDEV_HWDB_DIR=\"/etc/udev/hwdb.d\" -DUDEV_HWDB_BIN=\"/etc/udev/hwdb.bin\" 
> -DUDEV_CONF_DIR=\"/etc/udev\" -DUDEV_ROOT_RUN=\"/run\" 
> -DUDEV_RULES_DIR=\"/lib/udev/rules.d\" -DUDEV_LIBEXEC_DIR=\"/lib/udev\" 
> -DUDEV_VERSION=\"220\" -I 
> /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/shared -I 
> /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/libudev -I 
> ../../src/udev   -march=native -msse -msse2 -msse3 -O2 -pipe -c -o 
> udevadm-monitor.o 
> /var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1/src/udev/udevadm-monitor.c
> make[4]: *** [Makefile:813: libudev_core_la-udev-builtin-keyboard.lo] Error 1
> make[4]: *** Waiting for unfinished jobs
> make[4]: Leaving directory 
> '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64/src/udev'
> make[3]: *** [Makefile:500: all] Error 2
> make[3]: Leaving directory 
> '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64/src/udev'
> make[2]: *** [Makefile:394: all-recursive] Error 1
> make[2]: Leaving directory 
> '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64/src'
> make[1]: *** [Makefile:446: all-recursive] Error 1
> make[1]: Leaving directory 
> '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64'
> make: *** [Makefile:378: all] Error 2
>  * ERROR: sys-fs/eudev-3.2.1::gentoo failed (compile phase):
>  *   emake failed
>  * 
>  * If you need support, post the output of `emerge --info 
> '=sys-fs/eudev-3.2.1::gentoo'`,
>  * the complete build log and the output of `emerge -pqv 
> '=sys-fs/eudev-3.2.1::gentoo'`.
>  * The complete build log is located at 
> '/var/tmp/portage/sys-fs/eudev-3.2.1/temp/build.log'.
>  * The ebuild environment file is located at 
> '/var/tmp/portage/sys-fs/eudev-3.2.1/temp/environment'.
>  * Working directory: 
> '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1-abi_x86_64.amd64'
>  * S: '/var/tmp/portage/sys-fs/eudev-3.2.1/work/eudev-3.2.1'
>
 Failed to emerge sys-fs/eudev-3.2.1, Log file:
>
> eix eudev shows:
> solfire ~ # eix sys-fs/eudev
> [U] sys-fs/eudev
>  Available versions:  1.9-r2 1.10-r2 3.1.2 3.1.5 (~)3.2 (~)3.2.1 **4. 
> ** {+blkid doc efi gudev +hwdb introspection +keymap +kmod +modutils 
> +openrc (+)rule-generator selinux smack static-libs test ABI_MIPS="n32 n64 
> o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"}
>  Installed versions:  3.1.5(05:33:42 02/02/17)(hwdb kmod -introspection 
> -rule-generator -selinux -static-libs -test ABI_MIPS="-n32 -n64 -o32" 
> ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="64 -32 -x32")
>  Homepage:https://github.com/gentoo/eudev
>  Description: Linux dynamic and persistent device naming support 
> (aka userspace devfs)
>
>
> I dont want to poison the mailing list with long logs in case of
> someone knows what's going on here...but if wanted, I will post them
> of course... :)
>
> Cheers
> Meino
>
>
>
>
>




Re: [gentoo-user] Re: upgrading 1-year old system

2017-01-30 Thread Alexander Openkowski
Put the following in package.mask on systems not using grub2 to prevent
it from installing:

sys-boot/grub:2

On 01/30/2017 09:57 PM, the...@sys-concept.com wrote:
> On 01/30/2017 01:41 PM, Grant Edwards wrote:
>> On 2017-01-30, the...@sys-concept.com  wrote:
>>> On 01/29/2017 01:56 PM, the...@sys-concept.com wrote:
 I haven't updated my system for over a year (1year and 3-months).
 I was trying to upgrade my firefox-bin and I'm already running into 
 problems.

>>> [snip]
>>>
>>> OK, I have just few blockers.  What to do with them?
>>> I have grup-0.97-r16 installed in slot: "0"
>>>
>>>
>>> [blocks B ] sys-boot/grub:2[-multislot] ("sys-boot/grub:2[-multislot]" 
>>> is blocking sys-boot/grub-0.97-r16)
>>> [blocks B ] sys-boot/grub:0 ("sys-boot/grub:0" is blocking 
>>> sys-boot/grub-2.02_beta3-r1)
>> You probably need to set the 'multislot' use flag for grub.
> I don't use grub-2.
> I think I will need to install grub-0.97-r16
> and reinstall it gain.
> Do I need to enable 'multislot' use flag for grub?
>
>>
>>> dev-lang/perl:0
>>> x11-base/xorg-server:0
>>> media-libs/giflib:0
>>> media-libs/libdvbpsi:0
>>> dev-libs/kpathsea:0
>> For those, I'd probably just uninstall all of them.  Do an emerge
>> --depclean, then reinstall them...
> --
> Thelma
>
>




Re: [gentoo-user] Virtualbox oddities...

2017-01-19 Thread Alexander Openkowski
In case you miss the 'guest-additions-iso': install
app-emulation/virtualbox-additions. For Gentoo guests there is:
app-emulation/virtualbox-guest-additions.

On 01/18/2017 08:18 PM, Herminio Hernandez, Jr. wrote:
> You need to mount the 'guest-additions-iso' in your VM. If you go to
> to the device drop down you should see that option there. Then run the
> Linux script in the CD, then reboot. You should get full screen.
>
> On Wed, Jan 18, 2017 at 12:12 PM,  > wrote:
>
> Hi,
>
> I am relatively new to the world of virtualboxing (NOT
> "virtual boxing" ! :)
> so my question may be stupid (tm)...
>
> I installed Virtualbox  5,1,12. and installed a Linux
> distro into a hard disk drive image. Finally the image
> boots and now I have a "Linux in a (vitual) box" NICE!
>
> But: The size of the inner window fame of virtualbox  is always
> smaller than
> what the Linux inside thinks is the size of the monitor.
>
> So I never get the whole desktop...
>
> Is it possible to fix this without reinstalling the complete Linux?
>
> Thanks a lot for any resizing help :) in advance!
> Cheers
> Meino
>
>
>
>
>
>



Re: [gentoo-user] HTML5 player (YouTube) is a pain!...Alternatives?

2016-11-29 Thread Alexander Openkowski
I have recently installed "www-plugins/freshplayerplugin", which makes
Firefox use Chromium's flash-plugin (iirc). It works fine for me here.

On 11/29/2016 03:01 PM, meino.cra...@gmx.de wrote:
> Volker Armin Hemmann  [16-11-29 14:56]:
>> Am 29.11.2016 um 11:28 schrieb meino.cra...@gmx.de:
>>> Alarig Le Lay  [16-11-29 10:44]:
 On Tue Nov 29 10:19:15 2016, meino.cra...@gmx.de wrote:
> Hi Marat,
>
> thanks for your help and link!
>
> ...if I install that addon I only get:
> "Palyback isn't supported on this device"
> (using Firefox 50.0)
 Mozilla began to drop flash support since firefox 50.

 -- 
 alarig
>>>
>>> ...so I am out of lyck, am I?
>>>
>>> I dont know mozillas intentions here...
>>>
>>> Cheers
>>> Meino
>>>
>>>
>>>
>>>
>>>
>> before you do any stupid stuff. Does hw acceleration work? Does video
>> acceleration work?
>>
> In general ? Or in respect to playing HTML5 videos?
> HTML5: No matter whether it is on or of: HTML5 stuttered.
>
> BUT:
> I have upgraded from FF 50.0.0 to FF 50.0.1 and everything works
> fine now...
> Let's see what the future will bring...
> FF 50.0.0 had also short periods of good will..
>
> Cheers
> Meino
>
>
>
>




Re: [gentoo-user] Networkmanager Auto Connect

2016-10-15 Thread Alexander Openkowski
I have the same problem. Unfortunately, I do not know of any fix (did
not have the time to really investigate the problem, yet). I connect to
wireless networks manually in the meantime, which is getting on my
nerves more and more every day. :-) By the way: It seems that also wired
networks are affected.

On 10/14/2016 06:26 PM, Silvio Siefke wrote:
> Hello, 
>
> since networkmanger version 1.4 auto connect with wlan not work anymore
> when logged in. Have someone same problem? Could find fix?
>
> siefke@sisibox ~ $ find /var/db/pkg -name "networkmanager*" -type d
> /var/db/pkg/net-misc/networkmanager-1.4.2
> /var/db/pkg/net-misc/networkmanager-openvpn-1.2.6
>
>
> siefke@sisibox ~ $ equery u networkmanager | cut -c -30
> -audit
> +bluetooth
> +connection-sharing
> +consolekit
> +dhclient
> -gnutls
> +introspection
> -json
> +modemmanager
> -ncurses
> +nss
> -ofono
> +ppp
> +resolvconf
> -systemd
> -teamd
> -test
> +vala
> -wext
> +wifi
>
> Thank you & Nice Day
> Silvio