Hi Tom,
On Sat, 20 Dec 2014 04:40:17 +0530, Tom Gundersen wrote:
I have now mergede these patches, with some minor cleanups on top.
Susant, please yell if I broke something when fixing the headers.
Tested and works fine. thanks !
Cheers,
Tom
On Sun, Nov 23, 2014 at 5:45 AM, Susant Sahan
2014-12-20 3:05 GMT+01:00 Michael Biebl :
> Basically you can take my patch and drop the junk which removes the
Heh, this should be "hunk", of course .
Why is it that you spot the typo the second you press send :-)
Michael
--
Why is it that all of the instruments seeking intelligent life in the
2014-12-20 0:23 GMT+01:00 Tom Gundersen :
> On Fri, Dec 19, 2014 at 3:32 PM, Michael Biebl wrote:
>> Here is an updated patch, using "conditional"s as suggested by
>> Makefile-man.am and regenerating Makefile-man.am by running "make
>> update-man-list"
>>
>> This also removed the HAVE_PYTHON secti
On Fri, Dec 19, 2014 at 3:32 PM, Michael Biebl wrote:
> Here is an updated patch, using "conditional"s as suggested by
> Makefile-man.am and regenerating Makefile-man.am by running "make
> update-man-list"
>
> This also removed the HAVE_PYTHON section from Makefile-man.am. Why it
> did that is unc
I have now mergede these patches, with some minor cleanups on top.
Susant, please yell if I broke something when fixing the headers.
Cheers,
Tom
On Sun, Nov 23, 2014 at 5:45 AM, Susant Sahani wrote:
> This patch introduces LLDP support to networkd. it implements the
> receiver side of the proto
This rule is only run on tablet/touchscreen devices, and extracts their size
in millimeters, as it can be found out through their struct input_absinfo.
This may be useful to separate policy and application at the time of mapping
these devices to the available outputs in windowing environments that
Hey Lennart,
On vie, 2014-12-19 at 17:20 +0100, Lennart Poettering wrote:
> On Fri, 19.12.14 16:01, Carlos Garnacho (carl...@gnome.org) wrote:
>
> > +
> > +#include
> > +#include "udev.h"
> > +
> > +/* Resolution is defined to be in units/mm for ABS_X/Y */
> > +#define ABS_SIZE_MM(absinfo) ((abs
On Fri, Dec 19, 2014 at 04:01:11PM +0100, Carlos Garnacho wrote:
> This rule is only run on tablet/touchscreen devices, and extracts their size
> in millimeters, as it can be found out through their struct input_absinfo.
>
> This may be useful to separate policy and application at the time of mapp
On Fri, Dec 19, 2014 at 08:42:13AM -0800, Filipe Brandenburger wrote:
> On Fri, Dec 19, 2014 at 8:31 AM, Michael Biebl wrote:
> > 2014-12-19 17:10 GMT+01:00 Filipe Brandenburger :
> >> On Fri, Dec 19, 2014 at 6:32 AM, Michael Biebl wrote:
> >>> This also removed the HAVE_PYTHON section from Makef
В Fri, 19 Dec 2014 11:16:58 -0500
wor...@alum.mit.edu (Dale R. Worley) пишет:
> Simon McVittie writes:
> > On 18/12/14 14:10, Dale R. Worley wrote:
> >> Simon McVittie writes:
> >>> On 18/12/14 08:05, Andrei Borzenkov wrote:
> Any initscript that is using "su -" would [cause badness]
> >>>
On Fri, Dec 19, 2014 at 8:30 AM, Michal Schmidt wrote:
> On 12/19/2014 04:49 PM, Filipe Brandenburger wrote:
>> This seems to have fixed "test-journal-stream" but
>> "test-journal-interleaving" is still broken for me, it fails with:
>>
>> NUMBER=1
>> NUMBER=2
>> Assertion 'r == 1' failed at
>> src
On Fri, Dec 19, 2014 at 8:31 AM, Michael Biebl wrote:
> 2014-12-19 17:10 GMT+01:00 Filipe Brandenburger :
>> On Fri, Dec 19, 2014 at 6:32 AM, Michael Biebl wrote:
>>> This also removed the HAVE_PYTHON section from Makefile-man.am. Why it
>>> did that is unclear to me.
>>
>> This happened to me be
2014-12-19 17:10 GMT+01:00 Filipe Brandenburger :
> On Fri, Dec 19, 2014 at 6:32 AM, Michael Biebl wrote:
>> This also removed the HAVE_PYTHON section from Makefile-man.am. Why it
>> did that is unclear to me.
>
> This happened to me before and when it did it was because ./configure
> didn't detec
On 12/19/2014 04:49 PM, Filipe Brandenburger wrote:
> This seems to have fixed "test-journal-stream" but
> "test-journal-interleaving" is still broken for me, it fails with:
>
> NUMBER=1
> NUMBER=2
> Assertion 'r == 1' failed at
> src/journal/test-journal-interleaving.c:101, function
> test_check_
On Fri, 19.12.14 16:01, Carlos Garnacho (carl...@gnome.org) wrote:
> +
> +#include
> +#include "udev.h"
> +
> +/* Resolution is defined to be in units/mm for ABS_X/Y */
> +#define ABS_SIZE_MM(absinfo) ((absinfo.maximum - absinfo.minimum) /
> absinfo.resolution)
Just out of principle: can you tu
On Fri, Dec 19, 2014 at 08:21:57AM +0100, Hannes Reinecke wrote:
> On 12/18/2014 11:04 PM, Benjamin Marzinski wrote:
> > On Wed, Dec 17, 2014 at 01:04:54PM +0100, Hannes Reinecke wrote:
> >> On 12/16/2014 11:18 PM, Benjamin Marzinski wrote:
> >>> On Tue, Dec 16, 2014 at 04:10:44PM -0600, Benjamin M
Simon McVittie writes:
> On 18/12/14 14:10, Dale R. Worley wrote:
>> Simon McVittie writes:
>>> On 18/12/14 08:05, Andrei Borzenkov wrote:
Any initscript that is using "su -" would [cause badness]
>>>
>>> Don't do that then? Init scripts are fairly clearly not login sessions.
>>> Which init
On Fri, Dec 19, 2014 at 6:32 AM, Michael Biebl wrote:
> This also removed the HAVE_PYTHON section from Makefile-man.am. Why it
> did that is unclear to me.
This happened to me before and when it did it was because ./configure
didn't detect a working Python, so "make update-man-list" didn't use
on
Hi,
This seems to have fixed "test-journal-stream" but
"test-journal-interleaving" is still broken for me, it fails with:
NUMBER=1
NUMBER=2
Assertion 'r == 1' failed at
src/journal/test-journal-interleaving.c:101, function
test_check_numbers_down(). Aborting.
Aborted (core dumped)
Can you please
This rule is only run on tablet/touchscreen devices, and extracts their size
in millimeters, as it can be found out through their struct input_absinfo.
This may be useful to separate policy and application at the time of mapping
these devices to the available outputs in windowing environments that
Here is an updated patch, using "conditional"s as suggested by
Makefile-man.am and regenerating Makefile-man.am by running "make
update-man-list"
This also removed the HAVE_PYTHON section from Makefile-man.am. Why it
did that is unclear to me.
Maybe Zbigniew can chime in here.
2014-12-19 15:24 G
:) See my second patch's comment Michael.
On Fri, Dec 19, 2014 at 3:17 PM, Michael Biebl wrote:
> That said, Makefile-man.am contains a comment, that this file
> shouldn't be edited directly but rather be updated via "make
> update-man-list"
>
> 2014-12-19 15:12 GMT+01:00 Michael Biebl :
>> +if E
That said, Makefile-man.am contains a comment, that this file
shouldn't be edited directly but rather be updated via "make
update-man-list"
2014-12-19 15:12 GMT+01:00 Michael Biebl :
> +if ENABLE_HWDB
> +MANPAGES += \
> +man/hwdb.7
> +man/systemd-hwdb.xml
>
> Shouldn't this rather
+if ENABLE_HWDB
+MANPAGES += \
+man/hwdb.7
+man/systemd-hwdb.xml
Shouldn't this rather be systemd-hwdb.8 ?
I also don't see a reason to remove man/systemd-hwdb.xml from EXTRA_DIST.
You want to include that file in the dist tarball always.
2014-12-19 13:25 GMT+01:00 Tom Gundersen
---
src/systemctl/systemctl.c | 22 +++---
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 658793e..20c367c 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@ -4776,7 +4776,7 @@ stati
"Not found" condition in find_paths_to_edit() has been made non-fatal
because the error message in edit() ("Cannot find any units to edit")
suggests that.
Error messages in edit() themselves have been removed because
- result of expand_names() is not checked anywhere else
- an extra "cannot find a
---
src/shared/install.c | 16
src/shared/path-lookup.c | 16
src/shared/path-lookup.h | 4
src/systemctl/systemctl.c | 6 +-
4 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/src/shared/install.c b/src/shared/install.c
index efbe6
---
src/systemctl/systemctl.c | 63 ++-
1 file changed, 35 insertions(+), 28 deletions(-)
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 20c367c..2a4e2a2 100644
--- a/src/systemctl/systemctl.c
+++ b/src/systemctl/systemctl.c
@@
Umut: I can't generate man list since I am cross compiling
Please run "make update-man-list" and include changes on
Makefile-man.am.
I have updated the Makefile-man.am manually on v1, even though
very first that file says "DO NOT EDIT IT".
---
Makefile.am | 2 ++
configure.ac | 6 ++
2 file
On Fri, 19.12.14 10:58, Baoquan He (b...@redhat.com) wrote:
> Hi,
>
> Now I encountered a prlblem. When I add an entry in /etc/fstab to mount
> a disk on a dir like below, mount can be done successfully though /aa/bb
> doesn't exist.
> _ _ _ _ _
> /dev/disk/by-uuid/xxx-xxx /aa/bb xfs defaults
Hm, this broke the manpage building:
$ ./autogen.sh c && make man/systemd-hwdb.8
[...]
make: *** No rule to make target 'man/systemd-hwdb.xml', needed by
'man/systemd-hwdb.8'. Stop.
Care to take a look?
Cheers,
Tom
On Fri, Dec 19, 2014 at 11:47 AM, Umut Tezduyar Lindskog
wrote:
> ---
> Make
---
Makefile-man.am | 9 ++---
Makefile.am | 2 ++
configure.ac| 6 ++
3 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/Makefile-man.am b/Makefile-man.am
index 45b8238..c6506aa 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -14,7 +14,6 @@ MANPAGES += \
32 matches
Mail list logo