Re: [gentoo-user] Systemd upower

2014-06-03 Thread Canek Peláez Valdés
hcp > implementation, so be it. Alan, thanks for succinctly putting why is absurd to complain about someone else's desire to write whatever code she desires to write. And to sharing it to the world! The HORROR! How *DARE* they to release their code? For free! Regards. -- Canek Peláez Vald

Re: [gentoo-user] Systemd upower

2014-06-03 Thread Canek Peláez Valdés
On Tue, Jun 3, 2014 at 5:06 PM, Alon Bar-Lev wrote: > On Wed, Jun 4, 2014 at 12:59 AM, Canek Peláez Valdés wrote: >> >> On Tue, Jun 3, 2014 at 4:40 PM, Alan McKinnon >> wrote: >> [...] >> > Incidentally, what exactly is wrong with systemd writing a dhcp ser

Re: [gentoo-user] Systemd upower

2014-06-03 Thread Canek Peláez Valdés
e surprised if he says it's a terrible idea. And then some weeks/months/years later, he *will* say the opposite. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] Systemd upower

2014-06-03 Thread Canek Peláez Valdés
t;sys-fs/udev" is blocking > sys-apps/systemd-212-r5, sys-apps/gentoo-systemd-integration-4) > > Total: 11 packages (3 upgrades, 5 new, 3 reinstalls, 1 uninstall), Size > of downloads: 45,580 kB > Conflict: 4 blocks (3 unsatisfied) > > > I'm not sure what else to mask/uninstall/reinstall at this point. Any > suggestions? Something is pulling upower. You need to find out what; supposedly everything in the tree already should handle upower-pm-utils as a upower replacement. Perhaps try to sync again? Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] Systemd upower

2014-06-03 Thread Canek Peláez Valdés
On Tue, Jun 3, 2014 at 8:37 PM, Greg Woodbury wrote: > On 06/03/2014 01:08 PM, Canek Peláez Valdés wrote: >> Who is "forcing" anything? pm-utils has been unmaintained FOR FIVE >> YEARS. Any project that decides to stop using it is making just the >> right decisi

Re: [gentoo-user] Systemd upower

2014-06-03 Thread Canek Peláez Valdés
On Tue, Jun 3, 2014 at 8:48 PM, Dutch Ingraham wrote: > On 06/03/2014 09:08 PM, Canek Peláez Valdés wrote: >> On Tue, Jun 3, 2014 at 7:58 PM, Dutch Ingraham wrote: >>> On 06/03/2014 07:24 PM, Jim Burwell wrote: >>> >>>> FWIW, on my system, I had to ma

Re: [gentoo-user] udev/systemd-blocker

2014-06-03 Thread Canek Peláez Valdés
gration-4::gentoo, ebuild scheduled for merge) > > > > Since both udev and systemd seem to me vitalimportant fo rthe health > of the system I better want to ask how to proceed in this case...?? Did you tried the following? emerge -C sys-power/upower emerge -1v sys-power/upower-pm-ut

Re: [gentoo-user] Systemd upower

2014-06-04 Thread Canek Peláez Valdés
On Wed, Jun 4, 2014 at 5:28 AM, Greg Woodbury wrote: > On 06/03/2014 10:05 PM, Canek Peláez Valdés wrote: >> On Tue, Jun 3, 2014 at 8:37 PM, Greg Woodbury wrote: > >> >>> Sure, systemd is a more elegant solution than the patchworks that have >>> been applie

Re: [gentoo-user] Systemd upower

2014-06-04 Thread Canek Peláez Valdés
On Wed, Jun 4, 2014 at 7:21 AM, Tanstaafl wrote: > On 6/3/2014 1:08 PM, Canek Peláez Valdés wrote: [ ... ] >> Who is "forcing" anything? > > > I was specifically referring to your comment that: > >> The thing is, this is going to keep happening, as mor

Re: [gentoo-user] OT: Mapping random numbers (PRNG)

2014-06-05 Thread Canek Peláez Valdés
'7', '8', '9' }; int next_character() { // Use the correct call for ISAAC instead of rand() unsigned int idx = rand() % N; return S[idx]; } int main(int argc, char* argv[]) { // Use the correct call for initializing the ISAAC seed srand((unsigned int)time(NULL)); for (int i = 0; i < 20; i++) // --std=c99 printf("%c\n", next_character()); return 0; } --- If the ISAAC RNG has a good distribution, then the next_character() function will give a good distribution among the set [A-Za-z0-9]. Unless I missunderstood what you meant with "create random numbers in the range of [a-Za-z0-9]". Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] OT: Mapping random numbers (PRNG)

2014-06-06 Thread Canek Peláez Valdés
On Fri, Jun 6, 2014 at 1:39 PM, wrote: > Canek Peláez Valdés [14-06-06 17:36]: >> On Thu, Jun 5, 2014 at 9:56 PM, wrote: >> > Hi, >> > >> > I am experimenting with the C code of the ISAAC pseudo random number >> > generator >>

Re: [gentoo-user] numlock script and systemd

2014-06-08 Thread Canek Peláez Valdés
ot;, and if everything works, you should have numlock activated in each VT when you switch to them. Check man 5 systemd.unit; the proper explanation for all the options is given there. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] [OT} GStreamer: How to view AND record a stream coming from an USB Webcam

2014-06-15 Thread Canek Peláez Valdés
nwhile, just try to put a queue element after each path of the tee. gst-inspect-1.0 tee Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] [OT} GStreamer: How to view AND record a stream coming from an USB Webcam

2014-06-15 Thread Canek Peláez Valdés
On Sun, Jun 15, 2014 at 1:04 PM, Canek Peláez Valdés wrote: > On Sun, Jun 15, 2014 at 12:54 PM, wrote: >> Hi, >> >> After unsuccessfully trying vlc with a Logitech C920 HD Pro Webcam >> (over 2 seconds delay between audio and video). I played around >> with g

Re: [gentoo-user] Any application to control uvc parameters of a webcam ?

2014-06-16 Thread Canek Peláez Valdés
nt in gstreamer is able to change the video parameters (norm, brightness, hue, contrast, etc.) gst-inspect-1.0 v4l2src will tell you about all the possible parameters that v4l2src can handle. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] [OT} GStreamer: How to view AND record a stream coming from an USB Webcam

2014-06-16 Thread Canek Peláez Valdés
On Mon, Jun 16, 2014 at 1:27 PM, wrote: > Canek Peláez Valdés [14-06-16 04:33]: >> On Sun, Jun 15, 2014 at 1:04 PM, Canek Peláez Valdés >> wrote: >> > On Sun, Jun 15, 2014 at 12:54 PM, wrote: >> >> Hi, >> >> >> >> After

Re: [gentoo-user] Any application to control uvc parameters of a webcam ?

2014-06-17 Thread Canek Peláez Valdés
On Tue, Jun 17, 2014 at 11:39 AM, wrote: > Canek Peláez Valdés [14-06-17 00:40]: >> On Mon, Jun 16, 2014 at 12:23 PM, wrote: >> > Hi, >> > >> > is there any other application than guvcview be able to control the uvc >> > parameters >> &g

Re: [gentoo-user] trying to turn numlock automatically in my ttys under systemd

2014-06-20 Thread Canek Peláez Valdés
tion for setleds shuld be: /usr/bin/setleds -D +num < /dev/%i The difference between %I (capital "i") and %i is only that %i escapes special symbols, but since it's only the string tty[1-N], I don't think it matters much. The exact invocation of setleds matters, so we can

Re: [gentoo-user] trying to turn numlock automatically in my ttys under systemd

2014-06-20 Thread Canek Peláez Valdés
On Fri, Jun 20, 2014 at 11:40 AM, Jc García wrote: > 2014-06-20 9:06 GMT-06:00 Canek Peláez Valdés : >> On Fri, Jun 20, 2014 at 4:06 AM, wrote: >>> Hi. I want to turn numlock automatically, but I am using systemd and I >>> am having troubles doing this. At someon

Re: [gentoo-user] Re: Re: OT: Mapping random numbers (PRNG)

2014-06-28 Thread Canek Peláez Valdés
is the crux of the Dilbert joke. In practice, of course, it's a big sign that something is wrong. But there is a non-zero probability that it's actually correct. Because with randomness, you can never be sure. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] Re: Re: OT: Mapping random numbers (PRNG)

2014-06-28 Thread Canek Peláez Valdés
On Sat, Jun 28, 2014 at 7:37 PM, wrote: > On Sat, Jun 28 2014, Canek Peláez Valdés wrote: > >> That doesn't matter. Take a non-negative integer N; if you flip a coin >> an infinite number of times, then the probability of the coin landing >> on the same face N tim

Re: [gentoo-user] Re: OT: Mapping random numbers (PRNG)

2014-06-28 Thread Canek Peláez Valdés
On Sat, Jun 28, 2014 at 8:46 PM, »Q« wrote: > On Sat, 28 Jun 2014 19:53:08 -0500 > Canek Peláez Valdés wrote: > >> On Sat, Jun 28, 2014 at 7:37 PM, wrote: >> > On Sat, Jun 28 2014, Canek Peláez Valdés wrote: >> > >> >> That doesn't ma

Re: [gentoo-user] systemd warning kernel 3.10 required

2014-06-29 Thread Canek Peláez Valdés
. Regards. [1] http://cgit.freedesktop.org/systemd/systemd/tree/README#n42 -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] X11 without udev/eudev

2021-08-22 Thread Canek Peláez Valdés
e to do it. Otherwise, complaining (while cathartic and the preferred hobby of most of the internet) is completely useless. Regards. -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] X11 without udev/eudev

2021-08-22 Thread Canek Peláez Valdés
tly the contrary of what you are saying. Regards. -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] X11 without udev/eudev

2021-08-23 Thread Canek Peláez Valdés
ning is useless: most sane developers always want to cover the majority of users. That's why udev is mandatory in most major and medium distros; in Gentoo it is used by default (BTW, they are preparing the deprecation of eudev in Gentoo[2]). Regards. [1] https://man7.org/linux/man-pages/man7/udev.7.html [2] https://archives.gentoo.org/gentoo-dev/message/dff4bf35636efef95f6d7926823b4e8d -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] network do not come up after booting, only manual reloading (systemd-networkd)

2021-09-05 Thread Canek Peláez Valdés
xecute: "systemctl restart > systemd-network" it gets configured. > Can somebody tell me why this is the case and how to fix it ? > Could you please tell us the output of: systemctl status systemd-networkd.socket systemd-networkd-wait-online.service *before* you restart systemd-net

Re: [gentoo-user] network do not come up after booting, only manual reloading (systemd-networkd)

2021-09-05 Thread Canek Peláez Valdés
stemd/network/? Any changes (uncommented lines) in /etc/systemd/networkd.conf? Regards. [1] https://man7.org/linux/man-pages/man8/systemd-networkd-wait-online.8.html -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] network do not come up after booting, only manual reloading (systemd-networkd)

2021-09-06 Thread Canek Peláez Valdés
ine, and then systemd-networkd detecting it). The problem is, how to solve it > Try adding this to /etc/systemd/network/20-wirded.network, at the end: [Link] RequiredForOnline=false but this is a workaround; everything should work automagically. Regards. -- Dr. Canek Peláez Valdés Profesor d

Re: [gentoo-user] network do not come up after booting, only manual reloading (systemd-networkd)

2021-09-06 Thread Canek Peláez Valdés
On Mon, Sep 6, 2021 at 4:01 PM antlists wrote: [...] > > /etc/systemd/network/20-wirded.network: > ^ > > Typo? Unimportant? Significant? > The filename is only used to lexicographically sort the .network files; it doesn't make a difference.

Re: [gentoo-user] network do not come up after booting, only manual reloading (systemd-networkd)

2021-09-07 Thread Canek Peláez Valdés
─override.conf > I hadn't seen that. What's included in the override? cat /etc/systemd/system/systemd-networkd.service.d/override.conf Regards. -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] network do not come up after booting, only manual reloading (systemd-networkd)

2021-09-07 Thread Canek Peláez Valdés
our .network file). Regards. -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] network do not come up after booting, only manual reloading (systemd-networkd)

2021-09-07 Thread Canek Peláez Valdés
stem/network-online.target.wants/systemd-networkd-wait-online.service /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service /etc/systemd/system/multi-user.target.wants/systemd-resolved.service /etc/systemd/system/multi-user.target.wants/systemd-networkd.service Regards. -- Dr. Ca

Re: [gentoo-user] network do not come up after booting, only manual reloading (systemd-networkd)

2021-09-08 Thread Canek Peláez Valdés
course. Just to test. Regards. -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] Official support for the s6 init on Gentoo

2021-09-19 Thread Canek Peláez Valdés
Regards. -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-24 Thread Canek Peláez Valdés
g or doing wrong. I would very much like to know why it's > working, when I think it shouldn't be! > Regards. -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-25 Thread Canek Peláez Valdés
wrong with root). If you have the integrity logic in early boot, then your integrity setup service should have: Before=mdmonitor.service lvm2-lvmetad.service And I think that should be enough? The home.mount unit depends on the underlying device being available, and that will happen only

Re: [gentoo-user] systemd boot timer

2021-10-01 Thread Canek Peláez Valdés
eed special logic and state ("I'm booting AND haven't run this in at least a week"), so a script is necessary (I think). Luckly, systemd allows you to smartly manage your scripts and impose dependencies on them (you need /var in my example, and you can set it to run before star

Re: [gentoo-user] systemd boot timer

2021-10-01 Thread Canek Peláez Valdés
org/linux/man-pages/man5/systemd.timer.5.html -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] apache 2.4.50 or php

2021-10-07 Thread Canek Peláez Valdés
On Thu, Oct 7, 2021 at 2:44 PM wrote: > I just ungraded to apache 2.4.50 but I'm getting an error with my php. 8 > Or it could be related to newer PHP Version 8.0.11 > > When I try to login apache is giving me error code 500 > I masked dev-lang/php:8, for the time being. Re

Re: [gentoo-user] compton got masked?

2021-10-12 Thread Canek Peláez Valdés
t/tree/profiles/package.mask#n77 -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] A couple of problems with systemd

2022-05-28 Thread Canek Peláez Valdés
way=192.168.1.254 DNS=192.168.1.254 or with DHCP: # /etc/systemd/network/30-bond1.network [Match] Name=bond1 [Network] DHCP=ipv6 Even with wpa_supplicant[1]. Regards. [1] https://wiki.somlabs.com/index.php/Connecting_to_WiFi_network_using_systemd_and_wpa-supplicant -- Dr. Canek Peláez Valdé

Re: [gentoo-user] Gentoo and texlive

2016-02-07 Thread Canek Peláez Valdés
sions. You can also search with ebuilds with the same slot, and emerge those. But really, you should set your USE flags and install app-text/texlive. Regards. -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] gnome 3 and wifi credentials

2016-06-21 Thread Canek Peláez Valdés
interested in. The prefix '*' is because a while ago NM added the name "Auto" to all wireless networks that were set to automatically connect. If ~/.config does not work, use ~/.local (I don't have my laptop with me, so I cannot check which one it is). Regards. -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] gnome 3 and wifi credentials

2016-06-22 Thread Canek Peláez Valdés
ager/NetworkManager.conf? In the early stages of systemd's integration in Gentoo, it was necessary to disable some plugins that tried to set /etc/conf.d/network as configuration file for NetworkManager. I don't know if it's related to your system connections not appearing in /etc/NetworkManager/system-connections. Regards. -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] no sound through headphones (OK through speakers)

2016-07-13 Thread Canek Peláez Valdés
elsewhere? The volume is probably muted for the headphones. Install pavucontrol, and execute it while the movie is playing. In the "Output Devices" tab look for your sound card (probably something like "Built-in Audio"), and in port select "Headphones". Then adjust the

Re: [gentoo-user] plain copy of root disk won't work

2016-11-18 Thread Canek Peláez Valdés
missing? Perhaps some permissions and special files. I would use rsync for such a task: rsync -Pvas /source/directory/ /target/directory/ I've used that commend in the past for exactly the same motives as you. It works; also, it's faster I think. Regards. -- Dr. Canek Peláez Valdé

Re: [gentoo-user] USB sound

2020-04-29 Thread Canek Peláez Valdés
to fight PulseAudio. That will not turn out OK. Regards. -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

Re: [gentoo-user] 32GB RAM and Swap

2020-05-01 Thread Canek Peláez Valdés
d to ever hibernate the machines, bit I never do. Also, it's always on the mechanical disks, so it's dirty cheap. Regards. -- Dr. Canek Peláez Valdés Profesor de Carrera Asociado C Departamento de Matemáticas Facultad de Ciencias Universidad Nacional Autónoma de México

<    7   8   9   10   11   12