Re: [arch-general] systemd-run --user does not work

2014-05-14 Thread Yamakaky
Now I understand why sometimes I have two dbus daemons, thanks ! It's because I manage tmux with systemd --user, and $DBUS is set by my xorg session not managed by systemd. In fact, why isn't there a user unit for dbus by default ?

Re: [arch-general] systemd-run --user does not work

2014-05-14 Thread Yamakaky
> I don't say of course that you shouldn't do it, just keep in mind that > it's not equivalent :p I know, thanks, I already had similar problems with gpg-agent. I solved this problem with `After=gpg-agent.service` in tmux.service. It's not perfect, but it seems to work.

Re: [arch-general] [Classroom] new class: A First Look at the Linux Kernel - Saturday, May 31 at 16:00 UTC

2014-05-14 Thread Yamakaky
me to !

Re: [arch-general] Packaging: difference between "example documentation config" and "default config"

2014-05-28 Thread Yamakaky
I think the default configuration should let the user test the software without touching the configuration. I love software with good defaults. And pacdiff's power. Conversely, the example config in /usr should contain all the config options (if possible), and examples.

Re: [arch-general] Recommended reading for Shell expansion mechanism

2014-05-31 Thread Yamakaky
That was exactly what I was looking for It's not exactly what you requested, but you should test zsh. I think it's much better than bash.

[arch-general] makepkg.conf CFLAGS

2014-06-01 Thread Yamakaky
s (I think) ? Yamakaky

Re: [arch-general] makepkg.conf CFLAGS

2014-06-02 Thread Yamakaky
Grouped answer (french guy here, be indulgent ^^) : Cross platform compilation is a requirement for the most important of makepkg's users, namely our package maintainers... I think TU know how to configure makepkg for theirs binary packages to be portables. user has an ageing AMD FX system a

[arch-general] mkinitcpio systemd hook

2014-06-04 Thread Yamakaky
Hi For the 207 systemd release, the mkinitcpio's hook for systemd is broken when used with the lvm2 one. It was nearly a year ago, any improvement ? Yamakaky

[arch-general] Network configuration

2014-06-13 Thread Yamakaky
l question : it seems systemd-timesyncd requires systemd-networkd, is it true ? Thanks Yamakaky

[arch-general] Strange (sd-pam) process

2014-06-13 Thread Yamakaky
Hi `systemd --user` has a child `(sd-pam)`. It's certainly related to pam, but why has it such a strange name ? Thanks

Re: [arch-general] Strange (sd-pam) process

2014-06-13 Thread Yamakaky
Le 13/06/2014 13:50, WorMzy Tykashi a écrit : On 13 June 2014 10:21, Yamakaky wrote: Hi `systemd --user` has a child `(sd-pam)`. It's certainly related to pam, but why has it such a strange name ? Thanks Hi, It's so that it looks pretty in ps output [1]. Cheers, WorMzy

Re: [arch-general] Strange (sd-pam) process

2014-06-13 Thread Yamakaky
Le 13/06/2014 14:08, WorMzy Tykashi a écrit : On 13 June 2014 12:57, Yamakaky wrote: And what is it's purpose ? Hi, 's:#n809:#n806:' on my earlier link. ;) I can't tell you any more than is written there. If it doesn't answer your question, you may want to ask on

Re: [arch-general] Network configuration

2014-06-13 Thread Yamakaky
Thanks for your answers. As it was said above it is matter of personal preference. Personally I try to use the simplest possible tools that do its job. And I switched all my machines to systemd-networkd (+wpa_supplicant for wifi). Network/WIFI/DHCP work great, no complains. My advice it to sta

Re: [arch-general] Network configuration

2014-06-14 Thread Yamakaky
Le 13/06/2014 18:05, Ryan Fredette a écrit : On 06/13/2014 11:45 AM, Yamakaky wrote: That's what I was about to setup when I saw that systemd-networkd doesn't support DHCP for ipv6 ^^ Do you if it's planned ? There was a patch set submitted today to systemd to start adding d

[arch-general] No thermal detection on linux 3.15.1-1

2014-06-19 Thread Yamakaky
Hi I use a MacBook Pro (beggining on 2011), tlp and mbpfan-git. On 3.14, the fans works OK and tlp-stat -t output something like this : --- TLP 0.5 +++ Temperatures Fan speed = 2001 [/min] Temperature = 50°C Now, o

Re: [arch-general] No thermal detection on linux 3.15.1-1

2014-06-19 Thread Yamakaky
It's related with this bug[1]. Some files in /sys have moved, softwares need to be patched. [1]: https://github.com/dgraziotin/Fan-Control-Daemon/issues/38

[arch-general] NetworkManager messages during bootup

2014-06-25 Thread Yamakaky
Hi With the 214 systemd update, I now get during boot a lot of messages from NetworkManager. They are at loglevel . I didn't changed journald.conf. I also noticed that an other daemon outputs logs. Did the default log level changed ? How can I change that ? Thanks

[arch-general] Module needed by a unit

2014-06-25 Thread Yamakaky
Hi I'm trying to improve the unit for a fan manager daemon for MacBook Pro. As it is, it's a dependency of multi-user.target. I would like it to start earlier in the boot process, so that he is available with rescue.target, and to refresh the computer during bootup. I tried with DefaultDepen

[arch-general] NetworkManager attribute but doesn't use ipv6

2014-07-25 Thread Yamakaky
Hi I have a problem with nm : it seems to get an ipv6 address from dhcp, but it doesn't use it. ip addr inet 192.168.0.5/24 brd 192.168.0.255 scope global wifi valid_lft forever preferred_lft forever inet6 *:*:*:*:*:*:8f3e:7de1/64 scope global noprefixroute dynamic valid

Re: [arch-general] NetworkManager attribute but doesn't use ipv6

2014-07-25 Thread Yamakaky
Le 25/07/2014 17:23, Patrick Burroughs (Celti) a écrit : On Fri, Jul 25, 2014 at 8:21 AM, Patrick Burroughs (Celti) wrote: On Fri, Jul 25, 2014 at 8:02 AM, Yamakaky wrote: ip -6 route *:*:*:*::/64 dev wifi proto kernel metric 303 mtu 1480 fe80::/64 dev wifi proto kernel

Re: [arch-general] owncloud: incorrect dependencies in PKGBUILD

2014-07-30 Thread Yamakaky
Le 30/07/2014 18:51, Neitsab a écrit : On Wed Jul 30 06:33:49 EDT 2014 Damjan Georgievski wrote: You can also use uwsgi-php so if you add fpm then maybe you'll need to add that one too I've seen uwsgi-php mentioned in the wiki for the nginx owncloud configuration ([1]), but as I don't have a

[arch-general] Improve the filesystem package

2014-08-01 Thread Yamakaky
Hi I see some possible improvements to the filesystem package to use some of the recent improvements to systemd. I don't know if they are already planned. All the empty directories and the links could be replaced by a tmpfiles.d file, like /usr/lib/tmpfiles.d/archlinux.conf. /etc/{group,gs

Re: [arch-general] Improve the filesystem package

2014-08-01 Thread Yamakaky
Then, a filesystem update wants to add a new system user, so it updates the file /usr/lib/sysusers.d/archlinux.conf. The .install script runs systemd-sysusers and... nothing happens, because this program only creates the file when there is not there in the first place. In fact no, it add the new

Re: [arch-general] Improve the filesystem package

2014-08-01 Thread Yamakaky
And what happens if my root filesystem is mounted read-only? So, please let's not allow tmpfiles to touch /etc... That's an interesting question, I don't know the answer. I think it will fail because ignoring the error would be worse for most of the cases. And all that assumes that you can e

Re: [arch-general] Improve the filesystem package

2014-08-01 Thread Yamakaky
And all that assumes that you can execute systemd-sysusers, no? Oh, I see, you are talking about emergency boot ?

Re: [arch-general] owncloud: incorrect dependencies in PKGBUILD

2014-08-13 Thread Yamakaky
The rest is still relevant though: updated uWSGI ownCloud working config would be __much__ appreciated! Sadly, my raspberry pi is officially down at home, so I need to wait two weeks to give you my working config.

Re: [arch-general] owncloud: incorrect dependencies in PKGBUILD

2014-08-14 Thread Yamakaky
No problem, thanks a lot already! How close is ALARM (if that's what you're using) to original Arch (in terms of config directory, apps packaging etc.)? It uses the same officials repos + an `alarm` one for arm specific packages, like linux-raspberrypi. So I think I uses the same PKGBUILDs as

[arch-general] Vim clipboard option

2014-08-20 Thread Yamakaky
Hi It's good to have a real vim package, but the `clipboard` option is now disabled (see `vim --version`). Is there any reason ? I use it a lot via the "+ register. Thanks

Re: [arch-general] Meetup in Paris

2014-08-29 Thread Yamakaky
Too bad, I'm not in Paris...

[arch-general] [systemd-networkd] only one .link

2014-08-31 Thread Yamakaky
Hi Once upon a time, it was said that for each interface, only the first .link file matching was taken into account. However, as I was investigating all the new features of the latest release, I couldn't find this affirmation. Was it fixed ? Yamakaky

Re: [arch-general] [systemd-networkd] only one .link

2014-08-31 Thread Yamakaky
Le 31/08/2014 12:41, Mauro Santos a écrit : On 31-08-2014 11:17, Yamakaky wrote: Hi Once upon a time, it was said that for each interface, only the first .link file matching was taken into account. However, as I was investigating all the new features of the latest release, I couldn't find

Re: [arch-general] [systemd-networkd] only one .link

2014-08-31 Thread Yamakaky
Le 31/08/2014 13:34, Mauro Santos a écrit : On 31-08-2014 11:51, Yamakaky wrote: Woh, I read the manpage, but didn't found the paragraph... Thanks ! I'm not sure from your reply if you have found it or not so I transcribe it here: The link file contains a "[Match]&

Re: [arch-general] pacman-key issue

2014-09-09 Thread Yamakaky
Are you root ?

Re: [arch-general] pacman-key issue

2014-09-09 Thread Yamakaky
At a last resort, you can remove /etc/pacman.d/gnupg, then run `pacman-key --init` and `pacman-key --populate archlinux`.

[arch-general] Location of the pacman database

2014-09-10 Thread Yamakaky
Hi ! Why is the pacman local database location defaulted to /var/lib/pacman ? It should go in /usr as it reflects the installed packages and it is only updated when a package is updated. If it where in /usr, it would be easier to share the /usr partition between hosts. What do you think ?

Re: [arch-general] Location of the pacman database

2014-09-10 Thread Yamakaky
Le 10/09/2014 20:50, Joel Teichroeb a écrit : Generally, things that are written to are not stored in /usr. This page might help https://wiki.archlinux.org/index.php/arch_filesystem_hierarchy That's what I thought at first, but it's different. pacman db doesn't contain runtime stuff, it's a

Re: [arch-general] Location of the pacman database

2014-09-10 Thread Yamakaky
I htink you are right about the local DB (/var/lib/pacman/local). However, /var/lib/pacman/sync should probably stay in /var (I don't need a rw root FS to resync package DB). Yes, of course. I was talking about the local/ database.

Re: [arch-general] Location of the pacman database

2014-09-10 Thread Yamakaky
Anyway, I think you should open a feature request at the bugtracker. Just watched : there is already this bug report : https://bugs.archlinux.org/task/41863

[arch-general] Check for update in script

2014-09-11 Thread Yamakaky
hy I need it : https://github.com/XavierBerger/RPi-Monitor/pull/57#issuecomment-55248969 Yamakaky

Re: [arch-general] Check for update in script

2014-09-12 Thread Yamakaky
pacman provides a `checkupdates` script, see /usr/bin/checkupdates for how it works. Wow, I didn't know this one, thanks !

Re: [arch-general] Check for update in script

2014-09-12 Thread Yamakaky
It can certainly be done. You can always do a "pacman -Su" later, if you want. The problem is that I want to check for updates in a script. 'pacman -Sy' without upgrade can cause problems. In your use case, you can probably specify an alternative db path using the --dbpath switch in pacman.

Re: [arch-general] Check for update in script

2014-09-12 Thread Yamakaky
Le 12/09/2014 20:15, Jason Ryan a écrit : On 11/09/14 at 10:06pm, Yamakaky wrote: pacman provides a `checkupdates` script, see /usr/bin/checkupdates for how it works. Wow, I didn't know this one, thanks ! pacman -Ql pacman | awk -F/ '/bin/ {print $4}' /J Yes, I know, b

Re: [arch-general] Location of the pacman database

2014-09-14 Thread Yamakaky
With factory reset you always know how to undo your own changes, getting back to the default state. That works for either all changes ever done to the system (factory reset) or selectively by just removing the configuration files you tweaked last. Woh, I didn't thought about it, it's pretty cool

Re: [arch-general] Location of the pacman database

2014-09-14 Thread Yamakaky
Le 14/09/2014 19:17, Yamakaky a écrit : With factory reset you always know how to undo your own changes, getting back to the default state. That works for either all changes ever done to the system (factory reset) or selectively by just removing the configuration files you tweaked last. With

Re: [arch-general] Location of the pacman database

2014-09-15 Thread Yamakaky
Yes, those are mostly dirs. And you can't create them through tmpfiles because it's going to be a mess. But breaking pacman -Qk is relatively harmless, the bigger question is what to do with all the files in var (e.g. exim mailspools)? Wiping /var is not an option on a workstation/server and is OK

[arch-general] Wrong screen resolution after xorg shutdown

2014-11-03 Thread Yamakaky
Intel#KMS_Issue:_console_is_limited_to_small_area) didn't work. Any idea ? Yamakaky

Re: [arch-general] Wrong screen resolution after xorg shutdown

2014-11-04 Thread Yamakaky
what about boot time? Do you have a full screen then? And what if you switch to a console when xorg is still running? Also, did you try this: https://wiki.archlinux.org/index.php/Kernel_Mode_Setting#Forcing_modes_and_EDID Thanks for your help. - I have full screen at boot time ; - When I switch

Re: [arch-general] Wrong screen resolution after xorg shutdown

2014-11-04 Thread Yamakaky
I forgot : I use a MacBook Pro 9.1

Re: [arch-general] Wrong screen resolution after xorg shutdown

2014-11-04 Thread Yamakaky
I forgot : I use a MacBook Pro 9.1

Re: [arch-general] Wrong screen resolution after xorg shutdown

2014-11-20 Thread Yamakaky
https://wiki.archlinux.org/index.php/Intel#KMS_Issue:_console_is_limited_to_small_area) > didn't work. Any idea ? Yamakaky Thanks for your help. - I have full screen at boot time ; - When I switch to an other tty, it is fullscreen ; - I'm trying the link.

Re: [arch-general] makepkg as root

2015-01-02 Thread Yamakaky
Again, I don't care about the makepkg options, I care about the principle of backwards compatibility in general. idem, I was going to post about it.

Re: [arch-general] makepkg as root

2015-01-03 Thread Yamakaky
I'm going to disagree with you on both counts. While maintaining backward compatibility is a good thing, there is often a cost, and very often that cost is too high. In this case, maintaining cruft and additional code complexity in order to maintain a feature that should never be used anyway simpl

[arch-general] Duplicated Trash folder in thunderbird

2015-03-17 Thread Yamakaky
Hi My thunderbird now creates another Trash folder (checked via webmail), and the two trash folders are marked with the trash icon. I can't find a way to go back to a normal situation. Does anybody has the same problem ? I use thunderbird-beta-bin-all-localizations. Yamakaky

Re: [arch-general] Duplicated Trash folder in thunderbird

2015-03-17 Thread Yamakaky
To Yamakaky, You should post to the aur mailing list since that's an AUR package. Regards, Mark Ok