Re: [gentoo-user] systemd-224 Look out for new networking behavior

2015-08-02 Thread Canek Peláez Valdés
ncluded with systemd-networkd. In my servers I not longer use any net-misc/*dhcp* package. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] Some update yesterday broke my system - which one

2015-08-03 Thread Canek Peláez Valdés
/var/tmp (or wherever PORTAGE_TMPDIR points to), and then portage merges the files from PORTAGE_TMPDIR into the filesystem. I don't see how the symbolic link from /lib to /lib64 could be modified. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] systemd-224 Look out for new networking behavior

2015-08-03 Thread Canek Peláez Valdés
On Mon, Aug 3, 2015 at 8:30 AM, wrote: > > On Sun, Aug 02 2015, Canek Peláez Valdés wrote: > > > On Sun, Aug 2, 2015 at 10:03 AM, walt wrote: > >> > >> I've been running systemd for a long time without needing to enable > >> the dhcpcd service at b

Re: [gentoo-user] [OT] Canek's youtube channel

2015-09-24 Thread Canek Peláez Valdés
riment with unstable packages and participating on the list. Also, and since I will have an stable job until I die/retire (for almost all practical purposes), I hope to finally start the process to become a Gentoo developer myself. Thanks again for asking. Regards. -- Canek Peláez Valdés Profesor de

Re: [gentoo-user] [OT] Canek's youtube channel

2015-09-25 Thread Canek Peláez Valdés
On Fri, Sep 25, 2015 at 2:44 AM, Neil Bothwick wrote: > On Thu, 24 Sep 2015 20:54:12 -0500, Canek Peláez Valdés wrote: > >> I've got my tenure track at UNAM (which is kinda big deal here in >> Mexico). > > Congratulations, well done. Thanks. >> Also, and sinc

Re: [gentoo-user] new hi-res display won't work at top res

2017-05-29 Thread Canek Peláez Valdés
ng 2560x1440). > > The dell manual says to get new drivers and I am indeed running an old > kernel, 3.18.16-gentoo. The highest stable is 4.9.16 and I am planning > to build and employ it this summer. > > Has high res support been added to the intel graphics driver? > > thank

Re: [gentoo-user] certbot confusion

2017-08-26 Thread Canek Peláez Valdés
l", so it should work. Another solution is to have a simple script: # Controls apache and postfix: /usr/local/bin/certbot-aux if [ $# != 1 ]; then echo 'Need a parameter' exit 1 fi /etc/init.d/apache2 ${1} /etc/init.d/postfix ${1} And then the cron job is: certbot rene

Re: [gentoo-user] Rename /dev/nvme0n1 to /dev/sda

2017-09-02 Thread Canek Peláez Valdés
uch easier to use labels? Those are automatically available on /dev/disk/by-label, and you can use them in basically any type of partition, including Windows (NTFS and vfat) and swaps. Regards. -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Cienci

Re: [gentoo-user] Rename /dev/nvme0n1 to /dev/sda

2017-09-03 Thread Canek Peláez Valdés
wxrwx 1 root root 15 Aug 29 06:20 Dell -> ../../nvme0n1p2 lrwxrwxrwx 1 root root 15 Aug 29 06:20 EFI -> ../../nvme0n1p1 lrwxrwxrwx 1 root root 15 Aug 29 06:20 Swap -> ../../nvme0n1p3 And so /dev/disk/by-label/Dell is just the second partition of the first NVME disk (or chip, or wathev

Re: [gentoo-user] Rename /dev/nvme0n1 to /dev/sda

2017-09-03 Thread Canek Peláez Valdés
On Mon, Sep 4, 2017 at 6:26 AM, J. Roeleveld wrote: > On 3 September 2017 20:11:51 GMT+02:00, "Canek Peláez Valdés" < can...@gmail.com> wrote: [ ... ] > >The label by itself works at boot since it's just another kernel > >parameter; > >for example in my l

Re: [gentoo-user] Compiling for different CPU but same architecture

2014-07-31 Thread Canek Peláez Valdés
s that the target machine can use by simply passing -k to emerge. If you are using systemd, even better, use systemd-nswpan. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] What to put in chroot mtab

2014-08-01 Thread Canek Peláez Valdés
equires /etc/mtab as a link to /proc/self/mounts, so don't be surprised if software in the future in Linux just assumes that. Saludos. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] What to put in chroot mtab

2014-08-01 Thread Canek Peláez Valdés
On Fri, Aug 1, 2014 at 10:21 AM, Peter Humphrey wrote: > On Friday 01 August 2014 10:00:40 Canek Peláez Valdés wrote: > >> ... just for completeness, systemd actually requires /etc/mtab as a >> link to /proc/self/mounts, so don't be surprised if software in the >>

Re: [gentoo-user] What to put in chroot mtab

2014-08-01 Thread Canek Peláez Valdés
On Aug 1, 2014 3:46 PM, "J. Roeleveld" wrote: > > On 1 August 2014 15:28:01 CEST, Dale wrote: > >Peter Humphrey wrote: > >> On Friday 01 August 2014 14:07:08 I wrote: > >> > >>> I run a couple of chroots on this box to build packages for other > >boxes on > >>> the LAN. So far, I haven't worked o

Re: [gentoo-user] What to put in chroot mtab

2014-08-01 Thread Canek Peláez Valdés
On Fri, Aug 1, 2014 at 4:31 PM, Canek Peláez Valdés wrote: > On Aug 1, 2014 3:46 PM, "J. Roeleveld" wrote: >> >> On 1 August 2014 15:28:01 CEST, Dale wrote: >> >Peter Humphrey wrote: >> >> On Friday 01 August 2014 14:07:08 I wrote: >> >

Re: [gentoo-user] What to put in chroot mtab

2014-08-01 Thread Canek Peláez Valdés
On Fri, Aug 1, 2014 at 4:39 PM, J. Roeleveld wrote: > On 1 August 2014 23:33:05 CEST, "Canek Peláez Valdés" > wrote: >>On Fri, Aug 1, 2014 at 4:31 PM, Canek Peláez Valdés >>wrote: >>> On Aug 1, 2014 3:46 PM, "J. Roeleveld" wrote: >&g

Re: [gentoo-user] What to put in chroot mtab

2014-08-01 Thread Canek Peláez Valdés
On Fri, Aug 1, 2014 at 4:44 PM, Canek Peláez Valdés wrote: > On Fri, Aug 1, 2014 at 4:39 PM, J. Roeleveld wrote: >> On 1 August 2014 23:33:05 CEST, "Canek Peláez Valdés" >> wrote: >>>On Fri, Aug 1, 2014 at 4:31 PM, Canek Peláez Valdés >>>wrote:

Re: [gentoo-user] XFCE4: How cab I disable Restart and Shut down buttons?

2014-08-12 Thread Canek Peláez Valdés
s systemd (logind, technically) for session tracking: AFAIK, this should work for at least GNOME, Xfce, and KDE. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] Anybody running gnome3 in a virtualbox gentoo guest?

2014-08-13 Thread Canek Peláez Valdés
alBox (although, as some kernel developers have said, their modules are "crap"[1]), but I've succeeded in running GNOME 3 with Qemu using the qxl virtual video card. It's slow, but it works. Regards. [1] http://www.phoronix.com/scan.php?page=news_item&px=OTk5Mw -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] re: sys-fs/lvm2 question

2014-08-22 Thread Canek Peláez Valdés
t; What would you recommend doing about it? What does depend on sys-fs/udisks? What's the output from "equery d sys-fs/udisks"? Most applications switched to udisks-2, but some are still stuck with udisks-1 (XMBC, now Kodi, comes to mind). If an application that you absolutely need requires sys-fs/udisks:0, then you will need LVM2 also. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] re: sys-fs/lvm2 question

2014-08-22 Thread Canek Peláez Valdés
On Sat, Aug 23, 2014 at 1:47 AM, Alexander Kapshuk wrote: > On 08/22/2014 10:36 PM, Canek Peláez Valdés wrote: >> On Fri, Aug 22, 2014 at 1:56 PM, Alexander Kapshuk >> wrote: >>> As I updated my system today, I noticed that 'sys-fs/lvm2' got updated >>>

Re: [gentoo-user] trouble overriding a command name

2014-08-28 Thread Canek Peláez Valdés
> incorrectly starts dia in the default mode. > > What am I missing? What's the output of "alias"? What happens if you execute "dia", in quotes? Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] {OT} Intel NUC install -- no display on OLED TV

2014-09-05 Thread Canek Peláez Valdés
rough doesn't work when booting in > legacy mode, you have to boot with native EFI. Had no issues with grub2. > > I also found out (the hard way) that kernel >=3.14 are required for the > Intel video support. I'm planning on updating my aging media center. The Celeron+Int

[gentoo-user] [OT] Linus Torvalds on systemd

2014-09-17 Thread Canek Peláez Valdés
issues that are superficial get a lot more noise. Then when it comes to actual hard and deep technical decisions, people (sometimes) realise that they just don't know enough, and they won't give that the same kind of mouth-time." It's an interesting read; I highly recommend it. [

Re: [gentoo-user] [OT] Linus Torvalds on systemd

2014-09-17 Thread Canek Peláez Valdés
tions, is available and working great in Gentoo, and many Gentoo users and developers use it happily. So, yeah, we are *really* desperate, obviously. Thanks for the laugh. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] [OT] Linus Torvalds on systemd

2014-09-17 Thread Canek Peláez Valdés
On Wed, Sep 17, 2014 at 2:27 PM, Volker Armin Hemmann wrote: > Am 17.09.2014 um 21:02 schrieb Canek Peláez Valdés: >> On Wed, Sep 17, 2014 at 1:36 PM, Volker Armin Hemmann >> wrote: >> [snip] >>> Now you use this to advertise for systemd? >>> >>

Re: [gentoo-user] [OT] Linus Torvalds on systemd

2014-09-17 Thread Canek Peláez Valdés
On Wed, Sep 17, 2014 at 3:43 PM, Volker Armin Hemmann wrote: > Am 17.09.2014 um 21:52 schrieb Canek Peláez Valdés: >> On Wed, Sep 17, 2014 at 2:27 PM, Volker Armin Hemmann >> wrote: >>> Am 17.09.2014 um 21:02 schrieb Canek Peláez Valdés: >>>> On Wed, Sep 17, 2

Re: [gentoo-user] [OT] Linus Torvalds on systemd

2014-09-18 Thread Canek Peláez Valdés
On Wed, Sep 17, 2014 at 5:34 PM, Volker Armin Hemmann wrote: > Am 17.09.2014 um 23:03 schrieb Canek Peláez Valdés: >> On Wed, Sep 17, 2014 at 3:43 PM, Volker Armin Hemmann >> wrote: >>> Am 17.09.2014 um 21:52 schrieb Canek Peláez Valdés: >>>> On Wed, Sep 17, 2

Re: [gentoo-user] [OT] Linus Torvalds on systemd

2014-09-20 Thread Canek Peláez Valdés
on and make a complex system with 'useful' abstractions, and then we'll talk". And BTW, a complex system with "useful" abstractions was the whole idea of HAL, I think. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] Re: [OT] Linus Torvalds on systemd

2014-09-20 Thread Canek Peláez Valdés
ry is *HUGE*, it even sounds tiring. Anyway; it's not going to happen: we will continue to post systemd-related topics in gentoo-user if we consider them interesting to at least part of the Gentoo community (which several members, including developers, already said they did). So I suggest you to do exactly like a five year old, cover your ears and sing LA-LA-LA, because we are here to stay. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] [OT] Linus Torvalds on systemd

2014-09-21 Thread Canek Peláez Valdés
On Sun, Sep 21, 2014 at 7:45 AM, hasufell wrote: > Canek Peláez Valdés: >> On Sat, Sep 20, 2014 at 8:46 AM, hasufell wrote: >>>> • "There's still value in understanding the traditional UNIX "do one >>>> thing and do it well" model where ma

Re: [gentoo-user] journald refuses to put log files in /var/log/journal/

2014-09-22 Thread Canek Peláez Valdés
ld you please post the output from: # ls -ld /var/log/journal In my main machine, this is: drwxr-sr-x 3 root systemd-journal 4096 Oct 28 2012 /var/log/journal So its 2755; all permissions for root, read and execution (with SETGID bit on), and read and execution for everyone else. The direct

Re: [gentoo-user] Re: udev (viable) alternatives ?

2014-09-26 Thread Canek Peláez Valdés
ds like it should get always the same name for the same port, unless I'm misunderstanding something. Regards. [1] http://cgit.freedesktop.org/systemd/systemd/tree/src/udev/udev-builtin-net_id.c#n51 -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] [systemd] Is this a NetworkManager bug?

2014-10-13 Thread Canek Peláez Valdés
. Also, and orthogonal to almost all of this; I switched from ntp to systemd-timesyncd, and it works *great*, specially in my laptop. With my laptop, changing networks all the time, ntpd never quite worked. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] Re: [systemd] Is this a NetworkManager bug?

2014-10-14 Thread Canek Peláez Valdés
's suggestion to use systemd-networkd and it works perfectly > for this (desktop) machine. (BTW enabling systemd-networkd also pulls > in systemd-timesyncd, which works great, just as you said.) Good to know. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] Re: [systemd] Is this a NetworkManager bug?

2014-10-16 Thread Canek Peláez Valdés
figurations. Also, check /etc/NetworkManager/NetworkManager.conf and make sure you have "plugins=keyfile" in the "[main]" section. At some point NM had integration with the OpenRC network configuration, and (AFAIR) sometimes it made a mess inside /etc/conf.d. I don't know if such integration exists anymore; nowadays I don't even have /etc/{conf,init}.d, and everything works so much better. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] Re: [systemd] Is this a NetworkManager bug?

2014-10-17 Thread Canek Peláez Valdés
wrote: > On 10/16/2014 04:34 PM, Canek Peláez Valdés wrote: >> At >> some point NM had integration with the OpenRC network configuration, >> and (AFAIR) sometimes it made a mess inside /etc/conf.d. I don't know >> if such integration exists anymore; nowadays I don&#

Re: [gentoo-user] Re: [systemd] Is this a NetworkManager bug?

2014-10-17 Thread Canek Peláez Valdés
On Fri, Oct 17, 2014 at 12:14 PM, Rich Freeman wrote: > On Fri, Oct 17, 2014 at 11:18 AM, Canek Peláez Valdés > wrote: >> Be aware that /etc/init.d/functions.sh is still required by a lot of >> things (gcc-config, python-updater, perl-cleaner, stuff like >> that).They

Re: [gentoo-user] alternative kernels

2014-10-26 Thread Canek Peláez Valdés
ow do I maintain them, I wrote a little utility that I've been using from the last year or so: https://github.com/canek-pelaez/kerninst With it, after I install a new kernel using the normal portage procedure, I just do: eselect kernel set kerninst And that's it. Be aware that you need

Re: [gentoo-user] alternative kernels

2014-10-26 Thread Canek Peláez Valdés
On Sun, Oct 26, 2014 at 2:33 PM, Giuseppe Pappalardo wrote: > On 10/26/2014 08:23 PM, Canek Peláez Valdés wrote: >> >> >> As to how do I maintain them, I wrote a little utility that I've been >> using from the last year or so: >> >> https://github.com/

Re: [gentoo-user] alternative kernels

2014-10-26 Thread Canek Peláez Valdés
On Sun, Oct 26, 2014 at 1:41 PM, Canek Peláez Valdés wrote: > On Sun, Oct 26, 2014 at 2:33 PM, Giuseppe Pappalardo > wrote: >> On 10/26/2014 08:23 PM, Canek Peláez Valdés wrote: >>> >>> >>> As to how do I maintain them, I wrote a little utility that I

Re: [gentoo-user] alternative kernels

2014-10-26 Thread Canek Peláez Valdés
d. So depclean cleans away the older versions, and I keep the latest one. I'm on 3.17.1 right now, but the moment 3.17.2 comes out I will switch to it in all my machines: with kerninst is all of it mostly automatized. And with systemd, rebooting to a new kernel takes just a few seconds ;) Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] alternative kernels

2014-10-26 Thread Canek Peláez Valdés
On Sun, Oct 26, 2014 at 2:20 PM, Rich Freeman wrote: > On Sun, Oct 26, 2014 at 3:23 PM, Canek Peláez Valdés wrote: >> >> I've been using vanilla-sources since September 2009, in all my >> machines. I use systemd, so having the latest kernel version doesn't >>

Re: [gentoo-user] alternative kernels

2014-10-26 Thread Canek Peláez Valdés
On Sun, Oct 26, 2014 at 2:21 PM, Alexander Kapshuk wrote: > On Sun, Oct 26, 2014 at 10:16 PM, Canek Peláez Valdés > wrote: >> On Sun, Oct 26, 2014 at 1:56 PM, Alec Ten Harmsel >> wrote: >>> >>> On 10/26/2014 03:47 PM, Volker Armin Hemmann wrote: >>&

Re: [gentoo-user] alternative kernels

2014-10-26 Thread Canek Peláez Valdés
On Sun, Oct 26, 2014 at 3:01 PM, Volker Armin Hemmann wrote: > Am 26.10.2014 um 21:16 schrieb Canek Peláez Valdés: >> On Sun, Oct 26, 2014 at 1:56 PM, Alec Ten Harmsel >> wrote: >>> On 10/26/2014 03:47 PM, Volker Armin Hemmann wrote: >>>> Am 26.10.201

Re: [gentoo-user] alternative kernels

2014-10-26 Thread Canek Peláez Valdés
On Sun, Oct 26, 2014 at 3:10 PM, Alec Ten Harmsel wrote: > > On 10/26/2014 04:16 PM, Canek Peláez Valdés wrote: >> On Sun, Oct 26, 2014 at 1:56 PM, Alec Ten Harmsel >> wrote: >>> On 10/26/2014 03:47 PM, Volker Armin Hemmann wrote: >>>> Am 26.10.2014 um 20:0

Re: [gentoo-user] alternative kernels

2014-10-26 Thread Canek Peláez Valdés
On Sun, Oct 26, 2014 at 5:18 PM, Volker Armin Hemmann wrote: > Am 26.10.2014 um 22:16 schrieb Canek Peláez Valdés: >> On Sun, Oct 26, 2014 at 3:01 PM, Volker Armin Hemmann >> wrote: >>> Am 26.10.2014 um 21:16 schrieb Canek Peláez Valdés: >>>> On Sun, Oct 2

Re: [gentoo-user] gnu screen - copy'n'paste

2014-10-27 Thread Canek Peláez Valdés
What do you mean by "copy and paste"? C-k/C-y in the console? C-S-c/C-S-v in an X terminal like gnome-terminal? Select by the mouse and then middle click? Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] [~amd64] NFS server broken again :(

2014-10-27 Thread Canek Peláez Valdés
dev-python/pillow-2.5.3-r1 > Sun Oct 26 08:41:38 2014 >>> net-libs/webkit-gtk-2.4.7 > > Any ideas on how to debug this? I think I know the answer. Some days ago you moved /etc/conf.d for NetworkManager to work, right? Where does the environment variable RPCNFSDARGS is defined

Re: [gentoo-user] Re: [~amd64] NFS server broken again :(

2014-10-27 Thread Canek Peláez Valdés
On Mon, Oct 27, 2014 at 5:46 PM, walt wrote: > On 10/27/2014 12:56 PM, Canek Peláez Valdés wrote: >> On Mon, Oct 27, 2014 at 1:38 PM, walt wrote: >>> Last night when I powered off my machines NFS was working perfectly. Today >>> it's broken again for the nth tim

Re: [gentoo-user] gnu screen - copy'n'paste

2014-10-27 Thread Canek Peláez Valdés
On Mon, Oct 27, 2014 at 5:09 PM, wrote: > Canek Peláez Valdés [14-10-27 22:56]: >> On Mon, Oct 27, 2014 at 11:03 AM, wrote: >> > Hi, >> > >> > I am using screen to log into my beaglebone embedded computer, which >> > runs Gentoo (of course!) like t

Re: [gentoo-user] Building media-libs/lcms-2.6-r1 failed

2014-10-29 Thread Canek Peláez Valdés
830 if [[ ${EBUILD_PHASE} == *"inst" ]] ; then einfo "The current gcc config appears valid, so it will not be" einfo "automatically switched for you. If you would like to" einfo "switch to the newly installed gcc version, do the" einfo "following:" echo einfo "gcc-config ${CTARGET}-${GCC_CONFIG_VER}" einfo "source /etc/profile" echo fi This gets printed if you "genuinely" install a different compiler version. If it didn't, it is a bug and should be reported. Regards. [1] http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?view=markup -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] alternative kernels

2014-10-30 Thread Canek Peláez Valdés
On Fri, Oct 31, 2014 at 12:30 AM, J. Roeleveld wrote: > On Thursday, October 30, 2014 06:31:25 AM Rich Freeman wrote: >> On Thu, Oct 30, 2014 at 3:56 AM, J. Roeleveld wrote: >> > On Sunday, October 26, 2014 02:16:24 PM Canek Peláez Valdés wrote: >> >> And with syst

Re: [gentoo-user] alternative kernels

2014-10-31 Thread Canek Peláez Valdés
On Fri, Oct 31, 2014 at 1:11 AM, J. Roeleveld wrote: > On Friday, October 31, 2014 12:37:35 AM Canek Peláez Valdés wrote: >> On Fri, Oct 31, 2014 at 12:30 AM, J. Roeleveld wrote: >> > On Thursday, October 30, 2014 06:31:25 AM Rich Freeman wrote: >> >> On T

Re: [gentoo-user] using python 2.7

2014-11-04 Thread Canek Peláez Valdés
g/python:2.7 In my main system (full GNOME 3 desktop), 174 packages depend on Python 2.7. Some of them probably can be made to work only with Python 3.x, but I'm willing to bet that the majority doesn't. Maybe in the future, but I don't think it will be possible for at least a few y

Re: [gentoo-user] using python 2.7

2014-11-04 Thread Canek Peláez Valdés
On Tue, Nov 4, 2014 at 7:20 PM, wrote: > On Tue, Nov 04 2014, Canek Peláez Valdés wrote: > >> On Tue, Nov 4, 2014 at 10:44 AM, Paige Thompson >> wrote: >>> RIP python 3 >>> >>> how do I get rid of it >> >> It's possible that yo

Re: [gentoo-user] Re: udev (viable) alternatives ?

2014-11-10 Thread Canek Peláez Valdés
heart desires. Business as usual in the Free Software world. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] The future of linux, and Gentoo specifically now

2014-11-20 Thread Canek Peláez Valdés
ave no reasons currently to > switch from one to the other. It seems like it might be a great thing if > you have linux containers. It's actually a great thing for a lot of use cases. But it doesn't seem that Gentoo will change defaults soon, although systemd works great with it. Reg

Re: [gentoo-user] The future of linux, and Gentoo specifically now

2014-11-23 Thread Canek Peláez Valdés
On Sun, Nov 23, 2014 at 11:44 AM, Tanstaafl wrote: > On 11/21/2014 2:32 AM, Canek Peláez Valdés wrote: >> As long as there are developers willing and able to support OpenRC in >> Gentoo (and it looks like there are), that will be the case. To make >> sure that this remains

Re: [gentoo-user] The future of linux, and Gentoo specifically now

2014-11-23 Thread Canek Peláez Valdés
On Sun, Nov 23, 2014 at 2:23 PM, Tanstaafl wrote: > On 11/23/2014 1:07 PM, Canek Peláez Valdés wrote: >> So, don't be surprised if FreeBSD develops something *really* similar >> (along the lines of the second bullet) to systemd in the future > > Doesn't matter beca

Re: [gentoo-user] The future of linux, and Gentoo specifically now

2014-11-27 Thread Canek Peláez Valdés
ed installer (the same like Fedora btw), precompiled binaries > and installing doesn't take long. And Sabayon uses systemd, of course. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] The future of linux, and Gentoo specifically now

2014-11-27 Thread Canek Peláez Valdés
On Thu, Nov 27, 2014 at 1:06 PM, Marc Stürmer wrote: > Am 27.11.2014 um 16:22 schrieb Canek Peláez Valdés: > >> And Sabayon uses systemd, of course. > > Holy moly... never noticed that this happened. Sabayon started rolling systemd in April 15, 2013[1]. By Sabayon 14.01, it wa

Re: [gentoo-user] The future of linux, and Gentoo specifically now

2014-11-27 Thread Canek Peláez Valdés
gt; when you pry it from my cold dead hands linux." Please don't top-post. That's the spirit. As long as you are willing to do the necessary work, no one can ever force you to use any software. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] Custom ebuilds for CoreOS

2014-12-01 Thread Canek Peláez Valdés
hing other than systemd, and to make it so it would be a lot of work. From [2]: """ Within the CoreOS world, you will almost exclusively use systemd to manage the lifecycle of your Docker containers. """ Regards. [2] https://coreos.com/docs/launching-containers/l

Re: [gentoo-user] Trouble updating shotwell

2014-12-03 Thread Canek Peláez Valdés
r/bin/xml2po. The problem is probably related to the python-exec changes from the last months. Try to reemerge python-exec, and if it still fails, reemerge app-text/gnome-doc-utils (which xml2po is part of). Also, make sure eselect python list shows a valid Python interpreter as selected. Regards

Re: [gentoo-user] gst-plugins-*

2014-12-23 Thread Canek Peláez Valdés
oved, without an equivalent one obviously available for 1.0, that doesn't mean you will loose any functionality. In most cases, having gst-plugins-meta with the right USE flags is enough. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] Removing openrc after installing systemd

2014-12-26 Thread Canek Peláez Valdés
even need to do any tricks to do it. (I have sys-fs/udev-init-scripts in package.provided, but only because it's completely useless to me: those are the udev scripts for OpenRC when sys-apps/systemd is installed instead of sys-fs/udev). Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] Removing openrc after installing systemd

2014-12-26 Thread Canek Peláez Valdés
On Fri, Dec 26, 2014 at 11:56 AM, Alec Ten Harmsel wrote: > > > On 12/26/2014 11:38 AM, Canek Peláez Valdés wrote: > > On Fri, Dec 26, 2014 at 9:10 AM, Alec Ten Harmsel wrote: > > > > Just curious; is this even possible? `emerge --depclean --ask --verbose

Re: [gentoo-user] tip ou pulseaudio

2015-01-07 Thread Canek Peláez Valdés
ulse/default.pa, but it's not really necessary. The configuration gets stored in $HOME/.pulse, for example: cat $HOME/.pulse/$(cat /etc/machine-id)-default-sink will show you the default sink. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] Get off my lawn?

2015-01-16 Thread Canek Peláez Valdés
s (like, apparently, dberkholz) agree on. In particular, and for what it matters, I've always said that Gentoo (and Linux) is about choice, as long as there is someone willing and able to provide the choice. Just my 0.02 cents. Regards. [1] http://dberkholz.com/2015/01/13/gentoo-needs-foc

Re: [gentoo-user] merging pdf file into one page

2015-01-24 Thread Canek Peláez Valdés
or export it to SVG or PDF if I want to keep it. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] systemd not starting wpa_supplicant after last update

2015-02-11 Thread Canek Peláez Valdés
2. This is explained in "man 5 systemd.unit", search for "@". In the same man page, in the section SPECIFIERS, you can find what specifiers (besides %i) you can use. I use NetworkManager for wireless connections, and systemd-networkd for static ethernet, so I don't use wpa_

Re: [gentoo-user] systemd net interfaces always want a default route?

2015-02-13 Thread Canek Peláez Valdés
ve the 'ip route add' line? Where this service unit file came from? Did you write it yourself? If it's a static network (meaning, the computer does not usually moves physically), why don't you use a .network unit file (man 5 systemd.network)? Regards. -- Canek Peláez Val

Re: [gentoo-user] syslog-ng: how to read the log files

2015-02-17 Thread Canek Peláez Valdés
df68768.journal I think it would be really difficult to mix up that with /var/log/messages. I think it's just that some part of /var/log/messages got corrupted (happens a lot of times), and therefore /usr/bin/less identifies it as a binary files since it contains non-printable characters. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] syslog-ng: how to read the log files

2015-02-18 Thread Canek Peláez Valdés
On Wed, Feb 18, 2015 at 12:22 PM, wrote: > > On Tue, Feb 17 2015, Canek Peláez Valdés wrote: > > > On Tue, Feb 17, 2015 at 2:29 PM, wrote: > >> > >> I wonder if the OP is using systemd and trying to read the journal > >> files? > > > > Those

Re: [gentoo-user] systemd net interfaces always want a default route?

2015-02-18 Thread Canek Peláez Valdés
machines. For wireless machines, I use NetworkManager. I believe you can use wpa_supplicant to handle all your wireless (and even wired) needs. Check out "man 5 wpa_supplicant.conf", and then just enable and start wpa_supplicant@.service. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] systemd_dounit

2015-02-18 Thread Canek Peláez Valdés
nks to them, the eclass is really simple. Less than a couple dozen functions, most of them involved with installing text files (unit files, tmpfiles.d files, etc.), and some with maintenance of the journal. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] syslog-ng: how to read the log files

2015-02-22 Thread Canek Peláez Valdés
> I can't even read them on a working system. If that's true (which I highly doubt, more probably you don't know how to read them), then it's a bug and should be reported and fixed. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] syslog-ng: how to read the log files

2015-02-22 Thread Canek Peláez Valdés
If it's not that bug, though, you should prolly file a new one. > > Dunno, I've edited the file and removed the null characters. Time will > tell whether new ones will be logged or not. > > > IIUC, syslog-ng handles rotating the logs. Do I need to do something to > make it rotate them? syslog-ng, as long as I remember, has never rotated its logs. You need logrotate (or something similar) to do it for you. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] syslog-ng: how to read the log files

2015-02-23 Thread Canek Peláez Valdés
send it too to a regular syslog. In that sense, it's impossible for the journal to miss any message. The only way in which the journal could miss messages is at very early boot stages; but with a proper initramfs (like the ones generated with dracut), even those get caught. You get to put an instance of systemd and the journal inside the initramfs, and so it's available almost from the beginning. And if you use gummiboot, then you can even log from the moment the UEFI firmware comes to life. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] syslog-ng: how to read the log files

2015-02-23 Thread Canek Peláez Valdés
On Mon, Feb 23, 2015 at 11:49 AM, wrote: > > Canek Peláez Valdés wrote: > > > On Mon, Feb 23, 2015 at 3:41 AM, wrote: > > > > > > Marc Joliet wrote: > > > > > > > Am Mon, 23 Feb 2015 00:41:50 +0100 > > > > schrieb lee : > &g

Re: [gentoo-user] syslog-ng: how to read the log files

2015-02-23 Thread Canek Peláez Valdés
On Mon, Feb 23, 2015 at 1:31 PM, wrote: > > Marc Joliet wrote: > > > Am Mon, 23 Feb 2015 12:10:18 -0600 > > schrieb Canek Peláez Valdés : > > > > > On Mon, Feb 23, 2015 at 11:49 AM, wrote: > > > > > > > > Canek Peláez Valdés wrot

Re: [gentoo-user] logs in the browser?

2015-02-23 Thread Canek Peláez Valdés
journal-gatewayd.service.html -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] logs in the browser?

2015-02-24 Thread Canek Peláez Valdés
ime you download logs, you start from that cursor on, so you don't download everything again. I don't see many advantages on doing the filtering on-site. Specially if, after a while, you are handling several servers. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Cienc

Re: [gentoo-user] gummibootx64.efi OR bootx64.efi?

2015-03-01 Thread Canek Peláez Valdés
I is the default location where the "BIOS" (or whatever is called in UEFI systems) looks for an image to boot, and gummiboot/gummibootx64.efi is just a copy. I'm not sure, but I would not delete it: gummiboot creates both copies of the file. Regards. -- Canek Peláez Valdés Profesor de a

Re: [gentoo-user] gummibootx64.efi OR bootx64.efi?

2015-03-02 Thread Canek Peláez Valdés
On Mon, Mar 2, 2015 at 2:03 AM, German wrote: > > On Mon, 2 Mar 2015 01:41:19 -0600 > Canek Peláez Valdés wrote: > > > On Sun, Mar 1, 2015 at 11:11 PM, German wrote: > > > > > > Out of curiosity I looked into my /boot partition and found two .efi &

Re: [gentoo-user] gummibootx64.efi OR bootx64.efi?

2015-03-02 Thread Canek Peláez Valdés
On Mon, Mar 2, 2015 at 2:18 AM, German wrote: > > On Mon, 2 Mar 2015 02:10:33 -0600 > Canek Peláez Valdés wrote: > > > On Mon, Mar 2, 2015 at 2:03 AM, German wrote: > > > > > > On Mon, 2 Mar 2015 01:41:19 -0600 > > > Canek Peláez Valdés wrote:

Re: [gentoo-user] gummibootx64.efi OR bootx64.efi?

2015-03-02 Thread Canek Peláez Valdés
On Mon, Mar 2, 2015 at 2:27 AM, German wrote: > > On Mon, 2 Mar 2015 02:10:33 -0600 > Canek Peláez Valdés wrote: > > > On Mon, Mar 2, 2015 at 2:03 AM, German wrote: > > > > > > On Mon, 2 Mar 2015 01:41:19 -0600 > > > Canek Peláez Valdés wrote:

Re: [gentoo-user] gummiboot does not display new kernel

2015-03-08 Thread Canek Peláez Valdés
ectly? The /boot partition in UEFI systems needs to be vfat. Permissions are not gonna matter that much in that. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] gummiboot does not display new kernel

2015-03-08 Thread Canek Peláez Valdés
1-gentoo.conf > > moved e55a6b6a09bd2b1c50216272545a8d1f-3.19.1-gentoo.conf to simply > "stefan.conf" ... then it gets displayed (and boots fine as well) > > maybe we should name the conf-files in a different way? I just followed the examples in the gummiboot homepage[1].

Re: [gentoo-user] gummiboot does not display new kernel

2015-03-08 Thread Canek Peláez Valdés
have an EFI stub) initrd initramfs image (gummiboot just adds this as option initrd=) splash BMP image file to show during bootup """ Regards. [1] http://freedesktop.org/wiki/Software/gummiboot/ -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] gummiboot does not display new kernel

2015-03-08 Thread Canek Peláez Valdés
On Sun, Mar 8, 2015 at 11:05 AM, Neil Bothwick wrote: > > On Sun, 8 Mar 2015 10:51:38 -0600, Canek Peláez Valdés wrote: > > > > Are the ownership and mode of > > > "e55a6b6a09bd2b1c50216272545a8d1f-3.19.1-gentoo.conf" the same as the > > > two other

Re: [gentoo-user] gummiboot does not display new kernel

2015-03-08 Thread Canek Peláez Valdés
nstalled 4.0.0-rc2 ... visible at boot time at first try I hate heisenbugs. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] gummiboot does not display new kernel

2015-03-11 Thread Canek Peláez Valdés
b26650c05430b171/ /boot/db93dd0e1382198eb26650c05430b171/ ├── 3.18.9 │ ├── initrd │ └── kernel ├── 3.19.0 │ ├── initrd │ └── kernel └── 3.19.1 ├── initrd └── kernel Here it works. What's more, Stefan said it worked in another machine of his. Seems like a heisenbug. Regards. -- Canek Peláez V

Re: [gentoo-user] Screen: Cannot open your terminal '/dev/tty1' - please check

2015-03-13 Thread Canek Peláez Valdés
en. But if I booted up and logged in as root first and then su > > > user, the user have the error message displayed in the subject line. > > > Any ideas? > > > > > > -- > > > German > > > > Try su - l user. > > The same error

Re: [gentoo-user] Screen: Cannot open your terminal '/dev/tty1' - please check

2015-03-13 Thread Canek Peláez Valdés
On Fri, Mar 13, 2015 at 10:22 AM, German wrote: [ ... ] > > Are you using logind? > > Good question. What is logind? How I can find out what am I using? If you are using systemd, you are using logind. Otherwise you are not. Regards. -- Canek Peláez Valdés Profesor de asignatura,

Re: [gentoo-user] openrc->systemd command comparison

2015-03-16 Thread Canek Peláez Valdés
vice and the rest are usually are not translatable. There is nothing like "systemctl mask service" in OpenRC, AFAIK, and there is no equivalent for "/etc/init.d/service zap" in systemd (the whole idea of systemd is that an ugly hack like zap will never be necessary). Not sure if this

Re: [gentoo-user] OK, so not everything works properly with systemd

2015-03-21 Thread Canek Peláez Valdés
ompletely useless. > (By the way, KDE shows the same behaviour. If I shutdown with the K > Menu, it works. Reboot from the K Menu hangs.) KDE (as GNOME, Xfce, and everything else) uses logind, so it's equivalent to do "systemctl poweroff" or click "Power Off" in your DE. I would bet on the initramfs. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] How to poweroff the system from user?

2015-03-21 Thread Canek Peláez Valdés
se logind1. There has been some attempts to reimplement logind outside systemd, but I'm not sure how advanced they are. This kind of problems were one of the reasons for creating logind. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] OK, so not everything works properly with systemd

2015-03-21 Thread Canek Peláez Valdés
to check that the unit files you are using are not being overridden by something. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

<    4   5   6   7   8   9   10   11   12   >