Hi,
I'm using udev/systemd in embedded scenarios and I don't like generating
hwdb.bin on the target hardware. So I built a host udevadm to create it. It
is save to do that? Generating hwdb.bin on x86_64 and using it on ARM seems
to work, but what about endianness?
Regards,
Michael
--
Pengutroni
Hi,
I tried to compile systemd with "--disable-largefile" and I got this:
[...]
src/shared/util.c: In function 'parse_bytes':
src/shared/util.c:2270:17: error: overflow in implicit constant conversion
[-Werror=overflow]
src/shared/util.c:2271:17: error: overflow in implicit constant conversion
[
On Sun, May 12, 2013 at 01:03:46PM +0100, Steven Hiscocks wrote:
> On 14/04/13 20:55, Steven Hiscocks wrote:
> > def get_next(self, skip=1):
> >-"""Return the next log entry as a dictionary of fields.
> >+"""Return the next log entry as a mapping type, currently
> >+a s
On Wed, 15 May 2013 23:48:04 -0400, Greg KH wrote:
> On Wed, May 15, 2013 at 04:32:12PM -0700, Kaz Kylheku wrote:
>>
>> Hi all,
>>
>> I have a system that is configured to have a ttyUSB0 as a console.
>>
>> To improve this, I patched the Linux kernel to create a cool feature:
>> when a USB Conver
On Wed, May 15, 2013 at 04:32:12PM -0700, Kaz Kylheku wrote:
>
> Hi all,
>
> I have a system that is configured to have a ttyUSB0 as a console.
>
> To improve this, I patched the Linux kernel to create a cool feature:
> when a USB Converter is removed, although the `/dev/ttyUSB` entry
> disappea
On Tue, May 14, 2013 at 09:03:04AM +0800, Chengwei Yang wrote:
> ---
> src/shared/missing.h |3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/shared/missing.h b/src/shared/missing.h
> index d4ba0d3..96e6d63 100644
> --- a/src/shared/missing.h
> +++ b/src/shared/mis
On Wed, May 15, 2013 at 11:28:58AM +0200, Michał Bartoszkiewicz wrote:
> Use timespec_store instead of (incorrectly) doing it inline.
> ---
> src/journal/journald-server.c | 7 +++
> 1 file changed, 3 insertions(+), 4 deletions(-)
>
> diff --git a/src/journal/journald-server.c b/src/journal/j
On Tue, May 14, 2013 at 05:34:28PM +0200, Lukas Nykryn wrote:
> ---
> TODO | 3 -
> man/systemd-delta.xml | 7 ++
> src/delta/delta.c | 182
> --
> 3 files changed, 170 insertions(+), 22 deletions(-)
Hi Lukas,
thank you for
Hi all,
I have a system that is configured to have a ttyUSB0 as a console.
To improve this, I patched the Linux kernel to create a cool feature:
when a USB Converter is removed, although the `/dev/ttyUSB` entry
disappears, existing file descriptors which have that tty device open
are undisturbe
On Wed, May 15, 2013 at 12:42:58PM -0700, David Strauss wrote:
> I'd definitely like to do one, and I assume we'll have the systemd
> leads on site. Should I contact the LPC folks directly?
We have http://wiki.linuxplumbersconf.org/2013:boot_and_core_os.
There was some chatter on the ML about mergi
On Wed, May 15, 2013 at 9:37 PM, Thomas H.P. Andersen wrote:
> On Wed, May 15, 2013 at 5:09 PM, Kok, Auke-jan H
> wrote:
>> On Wed, May 15, 2013 at 3:20 AM, Thomas H.P. Andersen
>> wrote:
>>> For completeness here is also a screenshot of how the generators are
>>> shown in the plot. (The plot w
I'd definitely like to do one, and I assume we'll have the systemd
leads on site. Should I contact the LPC folks directly?
--
David Strauss
| [email protected]
| +1 512 577 5827 [mobile]
___
systemd-devel mailing list
[email protected]
On Wed, May 15, 2013 at 3:20 AM, Thomas H.P. Andersen wrote:
> For completeness here is also a screenshot of how the generators are
> shown in the plot. (The plot was generated on an old computer with a
> HDD)
very nice!
Auke
___
systemd-devel mailing
> From: Lucas De Marchi [[email protected]]
> Sent: Wednesday, May 15, 2013 7:04 AM
>
> On Wed, May 15, 2013 at 9:50 AM, Lennart Poettering
> wrote:
> > On Wed, 15.05.13 11:43, Jeremiah Foster ([email protected])
> > wrote:
> >
> >> On Tue, May 14, 2013 at 1:51 AM, Mehaffey
On Wed, May 15, 2013 at 4:04 PM, Lucas De Marchi
wrote:
> On Wed, May 15, 2013 at 9:50 AM, Lennart Poettering
> wrote:
> > On Wed, 15.05.13 11:43, Jeremiah Foster ([email protected])
> wrote:
> >
> >> On Tue, May 14, 2013 at 1:51 AM, Mehaffey, John <
> [email protected]>wrote:
On Wed, May 15, 2013 at 9:50 AM, Lennart Poettering
wrote:
> On Wed, 15.05.13 11:43, Jeremiah Foster ([email protected])
> wrote:
>
>> On Tue, May 14, 2013 at 1:51 AM, Mehaffey, John
>> wrote:
>>
>> > Hello All,
>> >
>>
>> Hey John!
>>
>>
>> > I am proposing a microconference on fas
Am 14.05.2013 14:21, schrieb Rainer Krienke:
> The reason that autofs failed was not that it had problems mounting or
> umounting but was rooted in /etc/nsswitch.conf, where long before
> systemd was present in openSuSE I had entered ldap as an additional
> source of maps and those old "sysv init"
On Wed, 15.05.13 11:43, Jeremiah Foster ([email protected]) wrote:
> On Tue, May 14, 2013 at 1:51 AM, Mehaffey, John
> wrote:
>
> > Hello All,
> >
>
> Hey John!
>
>
> > I am proposing a microconference on fastboot at the Linux Plumber's
> > conference 2013 in New Orleans. The goa
For completeness here is also a screenshot of how the generators are
shown in the plot. (The plot was generated on an old computer with a
HDD)
On Wed, May 15, 2013 at 10:19 AM, Umut Tezduyar wrote:
> Hi,
>
> I have updated the patches with Thomas's suggestion. Thanks.
>
>
> On Tue, May 14, 2013
On Tue, May 14, 2013 at 1:51 AM, Mehaffey, John wrote:
> Hello All,
>
Hey John!
> I am proposing a microconference on fastboot at the Linux Plumber's
> conference 2013 in New Orleans. The goal is to get to sub 1S boot times for
> a large (IVI) system using NAND flash. This pushes the state of t
Use timespec_store instead of (incorrectly) doing it inline.
---
src/journal/journald-server.c | 7 +++
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c
index cc52b8a..b717b92 100644
--- a/src/journal/journald-server.c
Hi,
I have updated the patches with Thomas's suggestion. Thanks.
On Tue, May 14, 2013 at 8:52 AM, Thomas H.P. Andersen wrote:
> On Wed, May 8, 2013 at 6:03 PM, Umut Tezduyar wrote:
> > ---
> > src/analyze/systemd-analyze.c | 42
> > src/core/dbus-manager.c
22 matches
Mail list logo