[blfs-support] wpa_supplicant D-Bus autostart problem

2014-04-10 Thread Cliff McDiarmid
Hi I'm trying to setup Connman on my LFS/BLFS system(7.5).  It requires supplicant to be configured to D-Bus autostart, so ConnMan can trigger the autostart of wpa_supplicant, i.e. wpa_supplicant -u.  Obviously DBus needs the proper .service and .conf(Connman)for wpa_supplicant. I have:

Re: [blfs-support] wpa_supplicant D-Bus autostart problem

2014-04-10 Thread Armin K.
On 04/10/2014 05:02 PM, Cliff McDiarmid wrote: Hi I'm trying to setup Connman on my LFS/BLFS system(7.5). It requires supplicant to be configured to D-Bus autostart, so ConnMan can trigger the autostart of wpa_supplicant, i.e. wpa_supplicant -u. Obviously DBus needs the proper .service

[blfs-support] rsync

2014-04-10 Thread Richard Melville
-d /home/rsync doesn't create the home directory; surely it should be -m /home/rsync. Richard -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-support] wpa_supplicant D-Bus autostart problem

2014-04-10 Thread Cliff McDiarmid
- Original Message - From: Armin K. Sent: 04/10/14 04:20 PM To: BLFS Support List Subject: Re: [blfs-support] wpa_supplicant D-Bus autostart problem On 04/10/2014 05:02 PM, Cliff McDiarmid wrote: Hi I'm trying to setup Connman on my LFS/BLFS system(7.5). It requires

Re: [blfs-support] wpa_supplicant D-Bus autostart problem

2014-04-10 Thread Armin K.
On 04/10/2014 05:49 PM, Cliff McDiarmid wrote: - Original Message - From: Armin K. Sent: 04/10/14 04:20 PM To: BLFS Support List Subject: Re: [blfs-support] wpa_supplicant D-Bus autostart problem On 04/10/2014 05:02 PM, Cliff McDiarmid wrote: Hi I'm trying to setup Connman on my

Re: [blfs-support] rsync

2014-04-10 Thread Bruce Dubbs
Richard Melville wrote: -d /home/rsync doesn't create the home directory; surely it should be -m /home/rsync. No, it just specifies a directory in /etc/passwd, but no one is logging into the rsync account, so it doesn't need to be created. -- Bruce --

[blfs-support] Ruby-2.1.0 build failure readline issue

2014-04-10 Thread Robin
Same as xine-ui http://www.mail-archive.com/blfs-support@linuxfromscratch.org/msg19281.html readline.c: In function ‘Init_readline’: readline.c:1977:26: error: ‘Function’ undeclared (first use in this function) rl_pre_input_hook = (Function *)readline_pre_input_hook;

Re: [blfs-support] Ruby-2.1.0 build failure readline issue

2014-04-10 Thread Armin K.
On 04/10/2014 08:52 PM, Robin wrote: Same as xine-ui http://www.mail-archive.com/blfs-support@linuxfromscratch.org/msg19281.html readline.c: In function ‘Init_readline’: readline.c:1977:26: error: ‘Function’ undeclared (first use in this function) rl_pre_input_hook = (Function

Re: [blfs-support] Ruby-2.1.0 build failure readline issue

2014-04-10 Thread Robin
It was mentioned in the xine-ui that there might be other packages with the problem. I was using the 7.5 blfs book find those. On 10 April 2014 19:59, Armin K. kre...@email.com wrote: On 04/10/2014 08:52 PM, Robin wrote: Same as xine-ui

Re: [blfs-support] Ruby-2.1.0 build failure readline issue

2014-04-10 Thread Armin K.
On 04/10/2014 09:47 PM, Robin wrote: It was mentioned in the xine-ui that there might be other packages with the problem. I was using the 7.5 blfs book find those. Even if there are, fixes never go in stable release, only errata (sometimes). Check svn book for a fix, since it's likely fixed

Re: [blfs-support] wpa_supplicant D-Bus autostart problem

2014-04-10 Thread Cliff McDiarmid
- Original Message - From: Armin K. Sent: 04/10/14 04:52 PM To: BLFS Support List Subject: Re: [blfs-support] wpa_supplicant D-Bus autostart problem On 04/10/2014 05:49 PM, Cliff McDiarmid wrote: - Original Message - From: Armin K. Sent: 04/10/14 04:20 PM To: BLFS

Re: [blfs-support] wpa_supplicant D-Bus autostart problem

2014-04-10 Thread Armin K.
On 04/11/2014 12:16 AM, Cliff McDiarmid wrote: - Original Message - From: Armin K. Sent: 04/10/14 04:52 PM To: BLFS Support List Subject: Re: [blfs-support] wpa_supplicant D-Bus autostart problem On 04/10/2014 05:49 PM, Cliff McDiarmid wrote: - Original Message - From:

Re: [blfs-support] wpa_supplicant D-Bus autostart problem

2014-04-10 Thread Bruce Dubbs
Cliff McDiarmid wrote: Shouldn't 'install -v -m644 systemd/*.service /lib/systemd/system' be included in BLFS for supplicant if installing under Systemd? BLFS does not now support systemd. We may in the future, but we are limited in volunteers to do the needed work. -- Bruce --