On Thu, Mar 21, 2013 at 2:12 AM, Lennart Poettering
wrote:
> We
> also keep the app and OS containers in mind, right from the beginning,
> i.e. that we can easily apply extra app policy on a bus for specific
> processes and that we can virtualize the bus for an OS container.
>
Will it be possible
Thanks for the udl vs udlfb suggestion. I've added udlfb to the
modprobe blacklist conf file and the system now works as desired. Full
screen youtube videos def do chew a lot of CPU on the HP t100 on a
core i3-2120. What's the min kernel version that you'd recommend based
on getting the updated udl
On Wed, 20.03.13 21:35, poma (pomidorabelis...@gmail.com) wrote:
>
> On 20.03.2013 01:51, Matthew Cox wrote:
> ...
> >
> > Current system I'm testing on:
> > OpenSUSE 12.3 64-bit (up to date with all default repositories)
> > systemd version 195-13.11.1
> > xorg-x11-server 7.6_1.13.2-1.2.1
> >
On Wed, 20.03.13 23:47, Holger Winkelmann (h...@travelping.com) wrote:
> > The userspace part for setting up the busses will live in systemd. kdbus
> > is not going to be available for non-systemd systems unless somebody
> > sits down and writes an entirely independent bus userspace.
> >
> > kdbu
Hey,
Finally visible kdbus progress, nice...
> The userspace part for setting up the busses will live in systemd. kdbus
> is not going to be available for non-systemd systems unless somebody
> sits down and writes an entirely independent bus userspace.
>
> kdbus is entirely different from AF_BUS
Heya!
A few minutes ago I pushed a new module into the systemd tree,
libsystemd-bus. It's a minimalist but complete D-Bus client library,
that doesn't try to be portable, doesn't try to be abstract, doesn't try
too hard to be bindable, but actually tries to be nice to use from
C. Due to that, it i
BUILD_ID is a generic field that can uniquely identify all a
distributions default packages in a release or image build
when VERSION is used as broader identifier.
Signed-off-by: William Douglas
---
man/os-release.xml | 11 +++
1 file changed, 11 insertions(+)
diff --git a/man/os-releas
On 20.03.2013 01:51, Matthew Cox wrote:
...
>
> Current system I'm testing on:
> OpenSUSE 12.3 64-bit (up to date with all default repositories)
> systemd version 195-13.11.1
> xorg-x11-server 7.6_1.13.2-1.2.1
>
> Plugging in HP T100 yields a green video display, but no new login
> session spawne
From: "Jan Alexander Steffens (heftig)"
The vacuum code used to stop vacuuming after one deletion, even
when max_use was still exceeded.
Also make usage a uint64_t, as the code already pretends it is one.
Signed-off-by: Jan Alexander Steffens (heftig)
---
src/journal/journal-vacuum.c | 4 ++--
Gotcha. I had saw that file before and tried copying and adding a
similar section as the MIMO detection already, but apparently I did
something wrong. I am now able to get it to create a new seat by using
just the PID/VID of the USB hub by adding into 71-seat.rules:
# HP T100
SUBSYSTEM=="usb", ATTR
On Wed, Mar 20, 2013 at 02:43:17PM -0400, Colin Walters wrote:
> On Wed, 2013-03-20 at 15:23 +0100, Jan Engelhardt wrote:
> > This reverts commit v197-230-g652e737, because it broke parallel building.
> > between v197-229 and v197-230; the man/sd_journal_get_data_threshold.3
> > issue seemed to hav
On Wed, 2013-03-20 at 15:23 +0100, Jan Engelhardt wrote:
> This reverts commit v197-230-g652e737, because it broke parallel building.
> between v197-229 and v197-230; the man/sd_journal_get_data_threshold.3
> issue seemed to have been fixed, but the objcopy problem persisted to date.
Are you using
On Tue, 19.03.13 17:51, Matthew Cox (m.co...@gmail.com) wrote:
> I'm trying to get HP T100s to work for a multiseat configuration. I
> was unable to find the hardware IDs in the database files and believe
> that may fix the issue. Currently maintained are the Plugable usb
> hwid's. One includes th
On Wednesday 2013-03-20 16:38, Zbigniew Jędrzejewski-Szmek wrote:
>On Wed, Mar 20, 2013 at 03:23:31PM +0100, Jan Engelhardt wrote:
>>
>> $ make -j16
>> [...]
>> XSLT man/sd_get_seats.3
>> make[2]: *** No rule to make target `man/sd_journal_get_data_threshold.3',
>> needed by `all-am'. Stop
added:
# cat /etc/systemd/system/mysqld.service
### "/etc/systemd/system/mysqld.service" containing:
.include /lib/systemd/system/mysqld.service
[Unit]
Description=MySQL database server
After=syslog.target
After=network.target
RequiresMountsFor=/my
ran:
systemctl da
On Wed, Mar 20, 2013 at 03:23:31PM +0100, Jan Engelhardt wrote:
> This reverts commit v197-230-g652e737, because it broke parallel building.
> between v197-229 and v197-230; the man/sd_journal_get_data_threshold.3
> issue seemed to have been fixed, but the objcopy problem persisted to date.
>
> $
On Wed, Mar 20, 2013 at 3:23 PM, Jan Engelhardt wrote:
> ---
> configure.ac |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied.
Thanks,
Kay
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org
On Wed, Mar 20, 2013 at 3:23 PM, Jan Engelhardt wrote:
> clang reports:
>
> src/libudev/libudev-util.c:665:35: warning: cast from
> "const unsigned char *" to "unsigned int *" increases required alignment
> from 1 to 4 [-Wcast-align]
> ---
> src/libudev/libudev-util.c | 11 ++-
> 1 file
Am 19.03.2013 23:13, schrieb Gary Artim:
> Thinking I should modify to add a "After=" for nfs.target, any one
> think this is the wrong approach or alternate options, I'd do
> something like:
Sufficiently recent systemd versions have the 'RequiresMountsFor='
option to deal with this, see 'man syst
Thanks, will try out... gary
On Tue, Mar 19, 2013 at 8:44 PM, Andrey Borzenkov wrote:
> В Tue, 19 Mar 2013 15:13:19 -0700
> Gary Artim пишет:
>
>> I upgraded fedora last weekend to fc18 from fc17, issue:
>>
>> my mysql /mysqlbin/mysql-bin.index a configuration option, is on a NFS
>> directory.
---
configure.ac |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 14411e3..5d1be3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -940,7 +940,7 @@ AC_MSG_RESULT([
Extra stop script: ${RC_LOCAL_SCRIPT_PATH_STOP}
CFLA
This reverts commit v197-230-g652e737, because it broke parallel building.
between v197-229 and v197-230; the man/sd_journal_get_data_threshold.3
issue seemed to have been fixed, but the objcopy problem persisted to date.
$ make -j16
[...]
XSLT man/sd_seat_get_active.3
XSLT man/sd_get_
The following changes since commit c4b5cf8763dbd0ef68f75f73b4236f5a43872d76:
zsh completion: udev - remove firmware builtin (2013-03-20 13:41:43 +0100)
are available in the git repository at:
git://git.inai.de/systemd master
for you to fetch changes up to 3ba7c8c258b0a46b469d9ba41ae36393f3
clang reports:
src/libudev/libudev-util.c:665:35: warning: cast from
"const unsigned char *" to "unsigned int *" increases required alignment
from 1 to 4 [-Wcast-align]
---
src/libudev/libudev-util.c | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/libudev/lib
Am 19.03.2013 20:43, schrieb Zbigniew Jędrzejewski-Szmek:
> On Tue, Mar 19, 2013 at 03:05:38PM +0100, har...@redhat.com wrote:
>> From: Harald Hoyer
>>
>> When using "-p" and "-b" in combination with "-u", the output is not
>> what you would expect. The reason is the sd_journal_add_disjunction()
>
Tom Gundersen wrote:
On Tue, Mar 19, 2013 at 5:36 PM, Ludwig Nussel wrote:
useful to get ACLs on files, sockets etc not known to udev
Do you have a particular use case in mind?
There are certain proprietary kernel modules that cannot properly
register their device nodes but nevertheless nee
26 matches
Mail list logo