Re: [gentoo-user] Change History of linux commands

2022-10-09 Thread Róbert Čerňanský
software/coreutils/>[3], that links to the > source code repository. For me the first and most obvious place to look at is /usr/share/doc//. Usually there is NEWS or ChangeLog file or both. Which it is you can get from man page (it is written at the end in the "footer") or with command $ equery belongs `which `. -- Róbert Čerňanský E-mail: ope...@tightmail.com

Re: [gentoo-user] Any decent alternative to Thunderbird?

2021-11-17 Thread Róbert Čerňanský
hen I wanted to see if things in Thunderbird were > working better (for a specific message) than in Claws Mail. And no, > not really. Though it may have been useful for that specific message. +1 for Claws Mail; and it does run on Windows. Robert -- Róbert Čerňanský E-mail: ope...@tight

Re: [gentoo-user] mounting USB without root password

2021-01-30 Thread Róbert Čerňanský
plugged. > > Nice. Glad you found the fix. And for completeness, if you want some command line goodness, there is sys-apps/pmount. man pmount... pmount - mount arbitrary hotpluggable devices as normal user So for example: $ pmount /dev/sdc1 Mounts removable drive to /media/sdc1. Then: $ pum

Re: [gentoo-user] pycharm-community crashed on the first start

2020-12-23 Thread Róbert Čerňanský
e same pycharm version and bundled-jdk enabled. I have dev-java/icedtea-bin installed in the system but pycharm does not use it (About dialog show the same java env. as yours - 11.0.7+10-b765.64). Robert -- Róbert Čerňanský E-mail: ope...@tightmail.com Jabber: h...@jabber.sk

Re: [gentoo-user] override PYTHON_TARGETS to avoid a slot collision

2020-12-20 Thread Róbert Čerňanský
ure proof. I do not know the reasoning for such handling of Python in Gentoo. Maybe I am oversimplifying it but I'd expect that specifying dependencies to Python will be simple as any other. Something like: RDEPEND=">=dev-lang/python:3" Why this is not the standard and recommended way? Rob

Re: [gentoo-user] Conflicting version...but the version scheme is confusing...

2019-11-29 Thread Róbert Čerňanský
is going to be updated. Again, try to make all the USE flags and keyword changes (they are usually printed at the end of emerge's error output). Then try to increase backtrack value with --backtrack parameter. Robert -- Róbert Čerňanský E-mail: ope...@tightmail.com Jabber: h...@jabber.sk

Re: [gentoo-user] Small (as in footprint) window manager

2018-12-02 Thread Róbert Čerňanský
e. I'm still using for main desktop. $ equery s windowmaker * x11-wm/windowmaker-0.95.8-r1 Total files : 495 Total size : 5.76 MiB Or you may consider forwarding X to the machine you are connecting from: $ ssh -Y Then start whatever X application you need and it will be displayed on your local machine. You do not need window manager on the server. Robert -- Róbert Čerňanský E-mail: ope...@tightmail.com Jabber: h...@jabber.sk

Re: [gentoo-user] #gentoo experiences

2017-11-19 Thread Róbert Čerňanský
It would still be nice though if representatives asks users also about Gentoo as a product. So they know where they are hitting nail on the head and where they are somehow missing it. Robert -- Róbert Čerňanský E-mail: ope...@tightmail.com Jabber: h...@jabber.sk

Re: [gentoo-user] [OT] Being Facebook member: How to anon?

2017-10-24 Thread Róbert Čerňanský
; > readlink /proc/4588/task/4588/ns/net: no such file or directory, > > initns fd -1: bad file descriptor" > > time="2017-10-24T04:42:39.885161875+02:00" level=info msg="Default > > bridge (docker0) is assigned with an IP address 172.17.0.0/16. > > Daemon option --bip can be used to set a preferred IP address" > > time="2017-10-24T04:42:39.885339857+02:00" level=error msg="failed > > to set to initial namespace, readlink /proc/4588/task/4588/ns/net: > > no such file or directory, initns fd -1: bad file descriptor" Error > > starting daemon: Error initializing network controller: Error > > creating default "bridge" network: Failed to program NAT chain: > > Failed to inject DOCKER in PREROUTING chain: iptables failed: > > iptables --wait -t nat -A PREROUTING -m addrtype --dst-type LOCAL > > -j DOCKER: iptables: No chain/target/match by that name. > > > > ...and now I really did not know how to hack further... > > > > Any help is very appreciated... > > > > Cheers > > Meino > > > > You might need CONFIG_NF_NAT_IPV4 configured in your kernel to get the > NAT table for iptables (-t nat) The emerge should print/log which kernel options you do not have and should have enabled if I am not mistaken. Docker uses some advanced kernel features. I forgot to mention to check the kernel config in my quick start, sorry. Robert -- Róbert Čerňanský E-mail: ope...@tightmail.com Jabber: h...@jabber.sk

Re: [gentoo-user] [OT] Being Facebook member: How to anon?

2017-10-23 Thread Róbert Čerňanský
Y:/tmp/.host_Xauthority:ro -dti openhs/firefox-ubuntu What it does is: from image openhs/firefox-ubuntu it creates container named 'firefox' and starts it. (The image is downloaded automatically.) This long command is needed only for the first time. Next time you can start it with: $ docker st

Re: [gentoo-user] [OT] Being Facebook member: How to anon?

2017-10-23 Thread Róbert Čerňanský
ount. This should > isolate any tracking cookies from going into your main account. You could also run Firefox in a Docker container (https://hub.docker.com/r/openhs/firefox-ubuntu/). That way you will be isolated and -- with this particular container -- you will be seen as Ubuntu user (which is not so unique as Gentoo). Regards, Robert -- Róbert Čerňanský E-mail: ope...@tightmail.com Jabber: h...@jabber.sk

Re: [gentoo-user] no more googleearth in portage

2017-09-27 Thread Róbert Čerňanský
pnik? > why there are two? why should choose?) when you scrape the surface > complexity immediately emerges so it will take some time and study. kde-apps/marble is good. But unlike OsmAnd for Android it only uses online, pre-rendered maps (they are cached to disk though). Robert -- Róbert Čerňanský E-mail: ope...@tightmail.com Jabber: h...@jabber.sk

Re: [gentoo-user] depclean missing packages

2017-01-05 Thread Róbert Čerňanský
erge -ac --with-bdeps=n' - in this case build dependencies will be depcleaned (removed). Notice there is 'n' in --with-bdeps. I prefer second option since this leaves a clean system where only packages required to run it are installed. Disadvantage is that upon next update the build dependenc

[gentoo-user] Managing network interface in a namespace

2016-11-18 Thread Róbert Čerňanský
/net.veth1 then looks like this: #!/usr/local/bin/runscript-netns myns Robert -- Róbert Čerňanský E-mail: ope...@tightmail.com Jabber: h...@jabber.sk

Re: [gentoo-user] Call for opinions and/or use cases regarding games.eclass

2016-07-01 Thread Róbert Čerňanský
hat is your use case_? Which features are important to > your use case wrt games and what can Gentoo do to improve that? More games. ;-) Robert -- Róbert Čerňanský E-mail: ope...@tightmail.com Jabber: h...@jabber.sk

Re: [gentoo-user] Re: Adobe flash warning and tree

2016-01-12 Thread Róbert Čerňanský
ovides security fixes for version 11.2 though. From https://get.adobe.com/flashplayer/ page: "Adobe Flash Player 11.2 will be the last version to target Linux as a supported platform. Adobe will continue to provide security backports to Flash Player 11.2 for Linux." Robert -- Rób

Re: [gentoo-user] Splitting large audio files into tracks

2016-01-03 Thread Róbert Čerňanský
te it. You would have to manually mark beginning of each track and then export. (It requires Jack server so it is not a lightweight solution but I like working with it.) Also good old media-sound/gramofile should be able split files automatically, but I have no experience with it. Ro

Re: [gentoo-user] OT:: free pop3 mail box?

2015-10-11 Thread Róbert Čerňanský
porary is fine too. Try vfemail.net, and their free Copper Account. The only downside I've noticed that the outgoing queue could be slower sometimes. Btw, they have interesting privacy features. Robert -- Róbert Čerňanský E-mail: ope...@tightmail.com Jabber: h...@jabber.sk

Re: [gentoo-user] Re: This nite's switch to full multilib

2015-04-02 Thread Róbert Čerňanský
On Thu, 2 Apr 2015 09:41:10 +0100 Neil Bothwick n...@digimed.co.uk wrote: On Thu, 2 Apr 2015 07:21:01 +0200, Róbert Čerňanský wrote: Besides there is such database now - it is your (abused) package.use! You have to manually add entries to it and I do not know any database slower than

Re: [gentoo-user] This nite's switch to full multilib

2015-04-01 Thread Róbert Čerňanský
On Wed, 1 Apr 2015 14:05:28 -0400 Rich Freeman ri...@gentoo.org wrote: On Wed, Apr 1, 2015 at 1:50 PM, Róbert Čerňanský ope...@tightmail.com wrote: On Mon, 30 Mar 2015 11:31:15 +0100 Neil Bothwick n...@digimed.co.uk wrote: On Mon, 30 Mar 2015 12:02:23 +0200, Stefan G. Weichinger wrote

Re: [gentoo-user] Re: This nite's switch to full multilib

2015-04-01 Thread Róbert Čerňanský
On Thu, 02 Apr 2015 06:42:49 +0200 Sebastian Beßler sebast...@darkmetatron.de wrote: On 01.04.2015 19:28, Róbert Čerňanský wrote: Big advantage of automatic deps over --autounmask is that auto deps would not mess with user configuration files in /etc. Changed USE flags would be stored

Re: [gentoo-user] Re: This nite's switch to full multilib

2015-04-01 Thread Róbert Čerňanský
decision - autounmask. You can run it with -p Big advantage of automatic deps over --autounmask is that auto deps would not mess with user configuration files in /etc. Changed USE flags would be stored internally by portage. Robert -- Róbert Čerňanský E-mail: ope...@tightmail.com Jabber: h

Re: [gentoo-user] This nite's switch to full multilib

2015-04-01 Thread Róbert Čerňanský
'emerge -pv foo', if you do not like the changes then tweak USE settings in package.use. I would not feel any less in control if I could see changes that portage wants to do and could force my USE settings in package.use. Robert -- Róbert Čerňanský E-mail: ope...@tightmail.com Jabber: h

Re: [gentoo-user] emerge default config

2015-01-24 Thread Róbert Čerňanský
is one of them, same as the OP. Robert -- Róbert Čerňanský E-mail: ope...@tightmail.com Jabber: h...@jabber.sk

Re: [gentoo-user] Re: Systemd as drop-in replacement for udev?

2013-12-07 Thread Róbert Čerňanský
using the rest of systemd. That's what I have suspected but I did not find anybody that has experience with such setup. If anyone tried it, comments are welcomed. In the meantime I have settled with lightdm instead of gdm and stay with sys-fs/udev. Robert -- Róbert Čerňanský E-mail: ope

Re: [gentoo-user] Is there any way out of this...?

2013-12-07 Thread Róbert Čerňanský
. So *I think* for the long run, if not using GNOME, it could be better to get rid GNOME applications (in my case it was just GDM) and be free to choose either of systemd, udev or eudev OR fully migrate to systemd (and be able to use GNOME apps). Robert -- Róbert Čerňanský E-mail: ope

[gentoo-user] Systemd as drop-in replacement for udev?

2013-12-05 Thread Róbert Čerňanský
with another if Portage wants so (e.g. because they block each other) but in this case I want to be extra careful. I did not find a clear answer to this. Usually people either migrate fully to systemd (replacing openrc) or stays with udev + openrc. Regards, Robert -- Róbert Čerňanský E-mail

Re: [gentoo-user] Systemd as drop-in replacement for udev?

2013-12-05 Thread Róbert Čerňanský
On Thu, 5 Dec 2013 15:18:54 -0600 Canek Peláez Valdés can...@gmail.com wrote: On Thu, Dec 5, 2013 at 2:36 PM, Róbert Čerňanský ope...@tightmail.com wrote: Hello all, I am currently updating my system and Portage wants to replace udev (204) with systemd (208). My question is (hopefully

Re: [gentoo-user] Partitioning strategy...?

2011-11-27 Thread Róbert Čerňanský
-- Róbert Čerňanský E-mail: hslis...@zoznam.sk Jabber: h...@jabber.sk

Re: [gentoo-user] ImageMagick

2011-11-27 Thread Róbert Čerňanský
to launch it. :-) Robert -- Róbert Čerňanský E-mail: hslis...@zoznam.sk Jabber: h...@jabber.sk

Re: [gentoo-user] Re: emacs font problem

2010-07-13 Thread Róbert Čerňanský
On Mon, 12 Jul 2010 18:11:17 + (UTC) Grant Edwards grant.b.edwa...@gmail.com wrote: On 2010-07-12, Allan Gottlieb gottl...@nyu.edu wrote: You don't need to have DejaVu, but I would advise getting either DejaVu or bitstream vera. I guess I can install more fonts, but I was hoping I