Re: [gentoo-user] update fails, but I don't see why

2020-12-03 Thread tastytea
SL license(s)) > A copy of the 'NPSL' license is located at > '/var/db/repos/gentoo/licenses/NPSL'. See <https://wiki.gentoo.org/wiki//etc/portage/package.license>. Kind regards, tastytea. -- Get my PGP key with `gpg --locate-keys tasty...@tastytea.de` or at <https://tastytea.de/tasty

Re: [gentoo-user] Strategies for testing an ebuild

2020-10-20 Thread tastytea
ot; > state, and run `emerge $mypackage` in the vanilla Prefix as a test. > Are there better strategies? There is a package to automate this, via docker: dev-python/ebuildtester. For other methods, see <https://wiki.gentoo.org/wiki/Test_environment>. Kind regards, tastytea -- Get

Re: [gentoo-user] How do I compress jpeg files?

2020-09-18 Thread tastytea
ert from media-gfx/imagemagick to re-compress and/or resize the files. For example: convert -quality 50 in.jpg out.jpg convert -resize 1000 in.jpg out.jpg The last command makes the image 1000px wide and sets the height automatically to the right value. Hope this helps, tastytea -- Get my P

Re: [gentoo-user] Re: iptables wiki page questions

2020-08-14 Thread tastytea
On 2020-08-15 00:22- Grant Edwards wrote: > On 2020-08-14, tastytea wrote: > > > rc-service runs the same service scripts that are in /etc/init.d/, > > so it's the same. However the manpage of rc-service(8) mentions that > > “Service scripts could be in diffe

Re: [gentoo-user] iptables wiki page questions

2020-08-14 Thread tastytea
ne net.* service is started. In this case you may want to but iptables in ‘boot’ and net.* in ‘default’. Kind regards, tastytea pgpDTA3FWczc0.pgp Description: Digitale Signatur von OpenPGP

Re: [SOLVED] Re: [gentoo-user] Ebuild: How to deal with external repositories properly (best practise)?

2020-08-04 Thread tastytea
On 2020-08-04 19:36-0400 Rich Freeman wrote: > On Tue, Aug 4, 2020 at 6:57 PM Alexey Mishustin > wrote: > > > > вс, 2 авг. 2020 г. в 13:52, Ramon Fischer > > : > > > > > > I decided to use "EGIT_COMMIT" to let the ebuild pulling a > > > certain commit. > > > > And even that would not give

Re: [gentoo-user] Ebuild: How to deal with external repositories properly (best practise)?

2020-07-28 Thread tastytea
On 2020-07-28 12:02+0200 Ramon Fischer wrote: > Hello tastytea, > > I am aware of this "workaround", thank you. :) > > I guess, I was not precise enough: > > The ebuild "drm_master_util-"[1] is hosted on my repository, but > the ebuild f

Re: [gentoo-user] Ebuild: How to deal with external repositories properly (best practise)?

2020-07-28 Thread tastytea
On 2020-07-28 06:47+0200 Ramon Fischer wrote: > […] > The thing I am concerned about, is, that I am pulling something from > an external source, which I am installing on my system and giving it > root privileges[4]. > > The only best practise I can think of, is, to fork the external >

Re: [gentoo-user] Re: Change MAKEOPTS on the fly?

2020-07-12 Thread tastytea
On 2020-07-12 11:29+0300 Nikos Chantziaras wrote: > On 12/07/2020 09:04, William Kenworthy wrote: > > Hi, > > > >     is there a way to change the MAKEOPTS setting on a running > > emerge? I am using "-j 5 -l 4" whilst emerging gcc-9.3 but its > > creating too much pressure  on memory.  I

Re: [gentoo-user] SSH xterm not working properly during install

2020-07-07 Thread tastytea
ine) to make it > understand my desktop's xterm? Your 2 hyperlinks mention that executing `export TERM=xterm-color` on your laptop should work around the issue. Kind regards, tastytea

Re: [gentoo-user] Have I to install wifi now?

2020-05-31 Thread tastytea
hould fix that. Adding -wifi is probably a good idea too. If it still is pulled in, please post the output of emerge --tree --pretend --verbose kde-plasma/plasma-meta Kind regards, tastytea -- Get my PGP key with `gpg --locate-keys tasty...@tastytea.de` or at <https://tastytea.de/tastytea.

Re: [gentoo-user] Have I to install wifi now?

2020-05-30 Thread tastytea
t; portage insists on plasma- meta-5.18.5. (Why?) If I unmask it, > network-manager insists on wifi ( wext ? Wifi ) even though there's > no such hardware on this machine. You need to explicitly disable wext too, it is on by default. Kind regards, tastytea -- Get my PGP key with

Re: [gentoo-user] How to manage load on the GPU?

2020-05-18 Thread tastytea
ok into if Blender can be configured to use a lower priority or fewer threads. Another solution is to modify the priority yourself, with `renice --priority 15 $(pidof blender)` for example. The priority can be from -20 (very high priority) to 19 (very low priority). Kind regards, tasty

Re: [gentoo-user] How to manage load on the GPU?

2020-05-18 Thread tastytea
On 2020-05-18 06:41+0200 tu...@posteo.de wrote: > Hi, > > sorry for the somehow vague subject line...no native speaker... > > With Blender I do a lot of experimenting and tinkering which > involves rendering most of the time. > > With rendering comes ... waiting for the result. > > Often (I

Re: [gentoo-user] KiCAD: More trouble...

2020-05-11 Thread tastytea
. See also <https://wiki.gentoo.org/wiki//etc/portage/patches>. Kind regards, tastytea -- Get my PGP key with `gpg --locate-keys tasty...@tastytea.de` or at <https://tastytea.de/tastytea.asc>. pgpYEyZJuTPEc.pgp Description: Digitale Signatur von OpenPGP

Re: [gentoo-user] [bug] uClibc-ng-1.0.33 won't fetch

2020-05-05 Thread tastytea
On 2020-05-05T15:15+ akater wrote: > tastytea writes: > > > Same here. You should report it to > > <https://bugs.gentoo.org/enter_bug.cgi?format=guided>. > > Thanks for checking. I'm sorry but the only way I could post to > bugzilla now is from a web

Re: [gentoo-user] [bug] uClibc-ng-1.0.33 won't fetch

2020-05-05 Thread tastytea
On 2020-05-05T12:03+ akater wrote: > I can't fetch sys-libs/uclibc-ng-1.0.33 from distfiles.gentoo.org > (404), and the file fetched from downloads-uclibc-ng.org has a hash > different from that in Manifest. Thus, uclibc-ng-1.0.33 can't be > installed, and I guess it's a bug. Same here.

Re: [gentoo-user] Prefer Gentoo repository rather than overlay?

2020-04-23 Thread tastytea
On 2020-04-23T21:39+0200 "J. Roeleveld" wrote: > On 23 April 2020 21:35:22 CEST, Caveman Al Toraboran > wrote: > > > >> I would prefer that portage prioritize gentoo's version rather > >> than the overlay's version, unless specified otherwise (eg. > >> sys-boot/grub::poly-c) when installing. >

Re: [gentoo-user] xorg-server

2020-04-14 Thread tastytea
eated? What will I miss if I disable it? ConsoleKit2 is unmaintained, elogind is the replacement. If you don't use systemd, read `eselect news read new` or <https://www.gentoo.org/support/news-items/2020-04-14-elogind-default.html>. > Jorge Almeida > tastytea -- Get my PGP key with `g

Re: [gentoo-user] For what is emerge waiting for...?

2020-04-05 Thread tastytea
" if emerge > has a wget child process. > > s. The fetch process writes a log to /var/log/emerge-fetch.log. If fetching a package is the problem, you should see it there. tastytea -- Get my PGP key with `gpg --locate-keys tasty...@tastytea.de` or at <https://tastytea.de/tastytea.asc>. pgpBq_S2xbJWT.pgp Description: Digitale Signatur von OpenPGP

Re: [gentoo-user] Booting LiveCD iso from hard drive with GRUB legacy

2013-05-18 Thread tastytea
On Sat, 18 May 2013 09:15:44 +0100 Mick michaelkintz...@gmail.com wrote: Hi All, Is there a way of achieving this? Hi, Maybe it works with chainloader? See info grub for more information. -- tastytea GPG-Key: 87984243 Jabber-ID: tasty...@riseup.net signature.asc Description: PGP

Re: [gentoo-user] evince - Error printing to PDF

2013-04-17 Thread tastytea
Am Wed, 17 Apr 2013 07:57:02 -0600 schrieb Joseph syscon...@gmail.com: When I try to print from evince to pdf file I get an error: Error printing - Operation not supported You can use File - Sove a Copy... -- tastytea signature.asc Description: PGP signature

<    1   2