On 30 May 2014 18:25, "Cristian Rodríguez" wrote:
>
> El 30/05/14 13:08, Greg KH escribió:
> > On Thu, May 29, 2014 at 08:54:22PM -0400, Cristian Rodríguez wrote:
> >> As discussed ad-nauseum previously, it is the kernel's task
> >> to load firmware, not udev's.
> >
> > Ok, it turns out there is s
El 30/05/14 13:08, Greg KH escribió:
> On Thu, May 29, 2014 at 08:54:22PM -0400, Cristian Rodríguez wrote:
>> As discussed ad-nauseum previously, it is the kernel's task
>> to load firmware, not udev's.
>
> Ok, it turns out there is still one kernel driver that requires this to
> work properly, so
I am getting
"Error calling EVIOCSKEYCODE (scan code 0xc022d, key code 418): Invalid
argument", the error message does not tell on which specific device the
problem is, add that info.
---
src/udev/udev-builtin-keyboard.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/udev
On Thu, May 29, 2014 at 08:54:22PM -0400, Cristian Rodríguez wrote:
> As discussed ad-nauseum previously, it is the kernel's task
> to load firmware, not udev's.
Ok, it turns out there is still one kernel driver that requires this to
work properly, so we can't delete it just yet :(
Now, if the pe
On 30 May 2014 10:12, "Patrik Flykt" wrote:
>
> On Thu, 2014-05-29 at 00:03 +0100, Tom Gundersen wrote:
> > On Wed, May 28, 2014 at 7:43 PM, Camilo Aguilar
> > wrote:
> > > In systems running on hypervisors this flag needs to be set ON, so
offers can reach
> > > the virtual machines.
> > >
> > >
On 30 May 2014 10:25, "Patrik Flykt" wrote:
>
> On Thu, 2014-05-29 at 18:18 +0100, Tom Gundersen wrote:
> > + if (link->udev_device) {
> > + const char *l2;
> > +
> > + l2 = udev_device_get_sysattr_value(link->udev_device, "layer2");
> > + if (l2) {
> > + unsigned layer2;
>
---
src/locale/localed.c | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/locale/localed.c b/src/locale/localed.c
index e3061c8..358f6c2 100644
--- a/src/locale/localed.c
+++ b/src/locale/localed.c
@@ -712,15 +712,16 @@ static int find_legacy_keymap(Context *c,
On Fri, May 30, 2014 at 06:05:19PM +0300, Samuli Suominen wrote:
>
> On 30/05/14 17:13, Greg KH wrote:
> > On Fri, May 30, 2014 at 12:50:50PM +0300, Samuli Suominen wrote:
> >> On 30/05/14 09:17, Cristian Rodríguez wrote:
> >>> El vie 30 may 2014 01:41:37 CLT, Samuli Suominen escribió:
> On 3
On 30/05/14 17:13, Greg KH wrote:
> On Fri, May 30, 2014 at 12:50:50PM +0300, Samuli Suominen wrote:
>> On 30/05/14 09:17, Cristian Rodríguez wrote:
>>> El vie 30 may 2014 01:41:37 CLT, Samuli Suominen escribió:
On 30/05/14 04:55, Greg KH wrote:
> On Fri, May 30, 2014 at 03:40:52AM +0200,
On Fri, May 30, 2014 at 12:50:50PM +0300, Samuli Suominen wrote:
>
> On 30/05/14 09:17, Cristian Rodríguez wrote:
> > El vie 30 may 2014 01:41:37 CLT, Samuli Suominen escribió:
> >>
> >> On 30/05/14 04:55, Greg KH wrote:
> >>> On Fri, May 30, 2014 at 03:40:52AM +0200, Zbigniew
> >>> Jędrzejewski-S
> I'd really hope we could avoid setting broadcast everywhere, as that
>seems very wasteful...
I agree with you, broadcasting everywhere it's clearly not convenient.
It seems to me the ideal path to move forward looks like this:
1. Use platform specific raw sockets for the first attempt of ge
On Thu, May 29, 2014 at 01:17:25AM +1000, Jonathan Liu wrote:
> This causes the container to shut down cleanly when the service is
> stopped.
> ---
> units/systemd-nsp...@.service.in | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/units/systemd-nsp...@.service.in
> b/units/systemd-nsp..
From: Thomas Hindoe Paaboel Andersen
Reuses logic from service.c and the rc-local generator.
Note that this drops reading of chkconfig entirely. It also drops reading
runlevels from the LSB headers. The runlevels were only used to check for
runlevels outside of the normal 1-5 range and then add
From: Thomas Hindoe Paaboel Andersen
Parsing sysv files was moved to the sysv-generator in the previous commit.
This patch removes the sysv parsing from serivce.c.
To avoid introducing an extra compat option in .service fies for identifying
sysv services we instead add a check if the SourcePath
From: Thomas Hindoe Paaboel Andersen
Move initscript parsing to a generator
Compared to the previous version this one includes a fix for initscripts that
have no start priority. I have also updated the commit messages. The patches
have a few warts that I consider irrelevant but am willing to fix
On Fri, May 30, 2014 at 12:45:21PM +0200, Piotr Wilczek wrote:
> This patch adds posibility for journal to get process data from
> socket data (if available) instead of from procfs.
>
> Additionally a new procinfo structure is added to store all process
> data in single place. This data include cr
On Wed, May 28, 2014 at 10:30:56PM +0200, Lubomir Rintel wrote:
> ---
> man/systemd-journald.service.xml | 11 +++
> 1 file changed, 11 insertions(+)
>
> diff --git a/man/systemd-journald.service.xml
> b/man/systemd-journald.service.xml
> index f0ce7aa..715 100644
> --- a/man/systemd
This patch adds posibility for journal to get process data from
socket data (if available) instead of from procfs.
Additionally a new procinfo structure is added to store all process
data in single place. This data include creditentials and status.
To enable this functionality, SO_PASSPROC socket
On 05/30/2014 02:51 AM, Greg KH wrote:
On Fri, May 30, 2014 at 04:41:01AM +0200, Michael Biebl wrote:
>2014-05-30 4:32 GMT+02:00 Michael Biebl:
> >2014-05-30 4:26 GMT+02:00 Greg KH:
> >
> >>You update systemd but you don't update the kernel? How does that make
> >>any sense?
> >
> >There mi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 31.03.2014 17:18, Tom Gundersen wrote:
>> I remember reading a while back here >= 3.7 being required and
>> that being reworked to not require so new, but looks like
>> something backfired there...
> Ah, my bad. I did the rework, but forgot to put i
On 30/05/14 09:17, Cristian Rodríguez wrote:
> El vie 30 may 2014 01:41:37 CLT, Samuli Suominen escribió:
>>
>> On 30/05/14 04:55, Greg KH wrote:
>>> On Fri, May 30, 2014 at 03:40:52AM +0200, Zbigniew
>>> Jędrzejewski-Szmek wrote:
On Thu, May 29, 2014 at 08:54:22PM -0400, Cristian Rodríguez w
On Thu, 2014-05-29 at 18:18 +0100, Tom Gundersen wrote:
> + if (link->udev_device) {
> + const char *l2;
> +
> + l2 = udev_device_get_sysattr_value(link->udev_device, "layer2");
> + if (l2) {
> + unsigned layer2;
> +
> + r = safe_atou(l2, &layer2);
> +
On Thu, 2014-05-29 at 00:03 +0100, Tom Gundersen wrote:
> On Wed, May 28, 2014 at 7:43 PM, Camilo Aguilar
> wrote:
> > In systems running on hypervisors this flag needs to be set ON, so offers
> > can reach
> > the virtual machines.
> >
> > For more information please refer to this thread in Core
On Fri, May 30, 2014 at 3:24 AM, Camilo Aguilar
wrote:
> Hi Tom, the patch did not work because there is no layer2 file. Would it be
> safe to assume that no file is the same as the file having 0? This is out of
> my reach unfortunately, but I will be happy to read whatever link you throw
> at me.
On 30 May 2014 03:10, "Michael Biebl" wrote:
>
> 2014-05-30 3:55 GMT+02:00 Greg KH :
> > On Fri, May 30, 2014 at 03:40:52AM +0200, Zbigniew Jędrzejewski-Szmek
wrote:
> >> On Thu, May 29, 2014 at 08:54:22PM -0400, Cristian Rodríguez wrote:
> >> > As discussed ad-nauseum previously, it is the kernel
25 matches
Mail list logo