2015-09-09 9:39 GMT+03:00 Lennart Poettering :
> On Tue, 08.09.15 22:57, Alexey Shabalin (a.shaba...@gmail.com) wrote:
>
> > 2015-09-08 16:32 GMT+03:00 David Herrmann :
> >
> > > Hi
> > >
> > > Here's the next version of systemd, v226:
> >
see in journal:
systemd-nspawn[2020]: [/etc/systemd/nspawn/ctr1.nspawn:12] Unknown lvalue
'Bridge' in section 'Network'
What is the problem?
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
example to get python2 as well as python3 modules.
>
> But: what's the reason for this? THis sounds like a weird choice?
>
We are still support separate /usr, but libgcrypt in /usr/lib now (i am
open request to mantainer for move libgcrypt to /lib)
libgcrypt in /usr/lib critical for jour
Hi!
I want build journald without gcrypt support. But --disable-gcrypt disabled
build importd.
Can you add diiferent options for journald and importd?
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http
2015-04-03 14:38 GMT+03:00 Lennart Poettering :
> On Fri, 03.04.15 14:31, Alexey Shabalin (a.shaba...@gmail.com) wrote:
> My plan is to add a concept of .nspawn files that may accompany
> machine directories and contain additional settings that may then be
> omitted on the command
ne unit or over generator.
generator could generate systemd-nspawn@foo.service unit with specific
options for systemd-nspawn in ExecStart=
What you think about it?
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedeskto
Oh, sorry. Wrong recipient. Ignore please.
9 июля 2014 г., 21:03 пользователь Alexey Shabalin
написал:
>>> > $ /sbin/sd_booted; echo $?
>>> > 0
>>> >
>>> > $ cat /etc/sysconfig/grub2 |grep systemd
>>> > GRUB_CMDLINE_LINUX_DEFAU
> Он не установлен, потому что страшно безвозвратно с sysv уходить, с такими
> то знаниями в новом ините.
>
> Так как диагностировать почему сеть ругаеться при загрузке?
без пакета systemd-sysvinit, с init=/sbin/systemd - это "на попробовать".
иначе у вас
2014-07-04 14:20 GMT+04:00 Colin Guthrie :
> 'Twas brillig, and Alexey Shabalin at 04/07/14 10:50 did gyre and gimble:
>> It would be good for me to skip generate unit files for exist native
>> unit files or aliases.
>
> This was always our behaviour before, and I
nerate unit files for exist native
unit files or aliases.
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
that correct? If I
> understand the documentation correctly, then network.target should not be
> delayed. Maybe this was supposed to be "Afternetwork.target"?
>
> Regards,
> Michael
Can you some ask to NetworkManager upstream about
NetworkManager-wait-online.service ?
--
Alexey Shab
t;>> + fprintf(f, "ExecStart=%s start\n", s->path);
>>> + fprintf(f, "ExecStop=%s stop\n", s->path);
>>
>> Looks good otherwise!
>
> Thanks. Pushed with fixes.
>
>> Thanks!
>>
>> Lennart
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
2014-06-19 6:31 GMT+04:00 Andrey Borzenkov :
> В Thu, 19 Jun 2014 02:04:53 +0400
> Alexey Shabalin пишет:
>
>> 2014-06-19 0:06 GMT+04:00 Jason St. John :
>> > On Wed, Jun 18, 2014 at 12:19 PM, Alexey Shabalin
>> > wrote:
>> >> Hello.
>&g
2014-06-19 0:06 GMT+04:00 Jason St. John :
> On Wed, Jun 18, 2014 at 12:19 PM, Alexey Shabalin
> wrote:
>> Hello.
>>
>> I do not understand how the should work localization of console.
>> - systemd-vconsole-setup.service for an early boot (for enter password
>&
ExecStart=/lib/systemd/systemd-vconsole-setup /dev/%i
May be exist better way for localization?
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
2014-02-24 18:16 GMT+04:00 Zbigniew Jędrzejewski-Szmek :
> On Mon, Feb 24, 2014 at 05:31:46PM +0400, Alexey Shabalin wrote:
> > Excuse me, but what reason this libs in $rootlibdir ?
> > All systemd components static linked now with internal libs(for v209).
> > systemd can
).
systemd can boot without $libdir (/usr/lib) mounted. All other software,
why used libsystemd(or compat libs), and libgudev run after mount $libdir
(/usr/lib).
I think that it is necessary to remove:
- libsystemd-install-hook
- compat-lib-install-hook
- and even libgudev-install-hook
Needed only libudev-install-hook (for dmsetup, libdevmapper ).
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
2013/4/23 Alexey Shabalin
> 2013/4/23 Josh Triplett
>
>> On Mon, Apr 22, 2013 at 11:24:56PM +0200, Kay Sievers wrote:
>> > On Mon, Apr 22, 2013 at 9:29 PM, Josh Triplett
>> wrote:
>> > > On Thu, Apr 18, 2013 at 12:26:15AM +0200, Kay Sievers wrote:
>>
when they don't
>need to map to any useful persistent privileges on the host system.
>Also optionally support creating new non-ephemeral UIDs/GIDs, for
>persistent use on the host.
> 6) Eventually move to a big enough ID space that reuse becomes
>irrelevant, and then allow users to obtain larger blocks of IDs for
>container use.
>
> Effectively, treat ID numbers as magic rotating implementation details
> that nobody should care about, and names as the primary identifier.
>
> - Josh Triplett
> ___
> systemd-devel mailing list
> systemd-devel@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
>
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
ange virtio-blk to virtio-scsi or scsi, then raid successfully
start with upstream udev-md-raid.rules(without "mdadm --assemble
--scan")
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedes
2012/9/13 Lennart Poettering :
> On Thu, 30.08.12 21:00, Alexey Shabalin (a.shaba...@gmail.com) wrote:
>
>> Hello.
>> Sorry, i know that swap on lvm bad idea, but ...
>>
>> systemd-189 used systemd-fstab-generator and lvm2-activation-generator
>> (i del
2012/9/13 Lennart Poettering :
> On Thu, 30.08.12 13:07, Alexey Shabalin (a.shaba...@gmail.com) wrote:
>
>> Hello.
>> We have critival bug when upgading glibc(2.11.3-alt8 -> 2.16-alt1):
>>
>> error: execution of %post scriptlet from glibc-core-2.16-alt1 failed,
2012/8/30 Colin Guthrie :
> 'Twas brillig, and Alexey Shabalin at 30/08/12 10:07 did gyre and gimble:
>> Hello.
>> We have critival bug when upgading glibc(2.11.3-alt8 -> 2.16-alt1):
>>
>> error: execution of %post scriptlet from glibc-core-2.16-alt1 failed, exi
b3c7a7d64" fork fine.
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
t run "telinit u" from /sbin/glibc_post_upgrade since 2008
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
2012/8/8 Lennart Poettering :
> On Wed, 08.08.12 19:59, Alexey Shabalin wrote:
>
>>
>> 2012/8/8 Lennart Poettering :
>> > On Wed, 08.08.12 12:07, Alexey Shabalin wrote:
>> >
>> >> After run dmesg i can see
>> >> [434765.990649] system
2012/8/8 Lennart Poettering :
> On Wed, 08.08.12 12:07, Alexey Shabalin wrote:
>
>> After run dmesg i can see
>> [434765.990649] systemd-udevd[1186]: invalid rule
>> '/etc/udev/rules.d/90-alsa-tools-firmware.rules:11'
>> [485891.443571] systemd-udevd[1186
2012/8/8 Kay Sievers :
> On Wed, Aug 8, 2012 at 10:07 AM, Alexey Shabalin wrote:
>> After run dmesg i can see
>> [434765.990649] systemd-udevd[1186]: invalid rule
>> '/etc/udev/rules.d/90-alsa-tools-firmware.rules:11'
>> [485891.443571] systemd-udevd[1186]:
"BUS" to "SUBSYSTEM")
Issue - why in dmesg?
I expected to see in syslog only.
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
undeclared here
(not in a function)
src/core/mount-setup.c: In function 'mount_setup_early':
src/core/mount-setup.c:161:9: error: duplicate case value
src/core/mount-setup.c:161:9: error: previously used here
make[2]: *** [src/core/mount-setup.o] Error 1
rpm -q glibc
glibc-2.11.3-alt7
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
enable chkconfig support in systemctl for ALTLinux
--
Alexey Shabalin
From 8524ce047614f0d597bcfeaf2af0529739716afb Mon Sep 17 00:00:00 2001
From: Alexey Shabalin
Date: Fri, 10 Jun 2011 21:30:15 +0400
Subject: [PATCH] enable chkconfig support in systemctl for ALTLinux
---
src/systemctl.c
[:space:]]\+[^[:space:]]'
/etc/mdadm.conf || exit
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
2011/5/20 Kay Sievers :
> On Fri, May 20, 2011 at 12:40, Lennart Poettering
> wrote:
>> On Fri, 20.05.11 14:36, Alexey Shabalin (a.shaba...@gmail.com) wrote:
>
>>> IP_TRANSPARENT defined in kernel headers , not in glibc
>>> headers.
>>
>> Hmm, if IP_
il.h, sorry.
IP_TRANSPARENT defined in kernel headers , not in glibc headers.
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
/etc/systemd/system/multi-user.target.wants/acpid.service'
# systemctl is-enabled acpid.service; echo $?
0
^^^
Ok? i waiting non-zero exit code.
i have a systemd-v26.
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.or
This patch rpcbind.target to multi-user.target.
After apply this path, you can add to rpcbind.service only:
[Install]
WantedBy=rpcbind.target
without multi-user.target.
--
Alexey Shabalin
From 78440a9d43c4d8c9890ad96ff4e32aaee47a28e0 Mon Sep 17 00:00:00 2001
From: Alexey Shabalin
Date: Sat
"service" knows nothing about "reload-or-restart" :(
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
2011/5/10 Lennart Poettering :
> On Tue, 10.05.11 20:03, Alexey Shabalin (a.shaba...@gmail.com) wrote:
>
>> Hello!
>>
>> Our logrotate after finish run script syslog-reload (detect syslog
>> daemon - sysklogd or syslog-ng or rsyslog, and run service foo reload)
>&
2011/5/10 "Jóhann B. Guðmundsson" :
> On 05/10/2011 04:03 PM, Alexey Shabalin wrote:
>>
>> Hello!
>>
>> Our logrotate after finish run script syslog-reload (detect syslog
>> daemon - sysklogd or syslog-ng or rsyslog, and run service foo reload)
>
Reload=Restart
or
ExecReload=Restart
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
p" is a noop anyway if a service isn't running.
Thank you. May be add aliase condstop to stop too?
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
ndreload" to "reload-or-try-restart"?
> What use for "condstop"? May be "stop"?
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
fi
;;
"condrestart" equivalent to a "try-restart"
"condreload" may be like "reload-or-try-restart"
Is it possible to add aliase for "condrestart" to "try-restart"? and
"condreload" to "reload-or-try-r
Please apply patch for update ALTLinux support.
--
Alexey Shabalin
diff --git a/configure.ac b/configure.ac
index ce5772d..55a81ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -368,8 +368,10 @@ case $with_distro in
altlinux)
SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d
ace rc.sysinit, may be make like rc.sysinit:
>> first run multipath, second mdadm, and last lvm services.
>
> That is exactly what fedora-storage-init does. Why not simply use it then? :)
>
Yes, did so.
http://git.altlinux.org/people/shaba/packages/systemd.git?p=systemd.git;a=commit;h=c
22.02.2011, в 2:10, Miklos Vajna написал(а):
> On Mon, Feb 21, 2011 at 06:47:43PM +0300, Alexey Shabalin
> wrote:
>> systemd+udev can't replace rc.sysinit(or external script like
>> fedora-storage-init) now. :(
>
> For the second case, can you see if this patch:
ystemd[1]: Job
home.mount/start finished, success=no
Feb 21 18:14:26 shabalin2 kernel: [ 67.939892] systemd[1]: Job
fsck@dev-disk-by\x2duuid-a1d69a60\x2d3654\x2d4c22\x2da307\x2d13af8d94732e.service/start
finished, success=no
"Job home.mount/start finished, success=no" and
;.
> Well, ensure you have /lib/udev/rules.d/11-dm-lvm.rules installed.
I have this rule, of course.
But i have not some rule with "vgchange -a y", and have lv-disk as "LV
Status not available"
--
Alexey Shabalin
___
systemd-
On Wed, Feb 16, 2011 at 8:57 PM, Lennart Poettering wrote:
> On Wed, 16.02.11 17:37, Alexey Shabalin wrote:
>
>> You can see in log:
>> Feb 16 16:04:51 host-29 kernel: [ 11.636564] Adding 524284k swap on
>> /dev/mapper/VG1-Swap. Priority:-1 extents:1 across:524284k
&g
On Wed, Feb 16, 2011 at 5:37 PM, Alexey Shabalin wrote:
> You can see in log:
> Feb 16 16:04:51 host-29 kernel: [ 11.636564] Adding 524284k swap on
> /dev/mapper/VG1-Swap. Priority:-1 extents:1 across:524284k
> Feb 16 16:04:51 host-29 kernel: [ 11.669141] clock[1954]: Setting
&g
that swap on lvm no good practics, but need foolproof.
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
On Sat, Feb 12, 2011 at 12:31 PM, Lennart Poettering wrote:
> On Fri, 11.02.11 21:38, Alexey Shabalin wrote:
>
>> Hello!
>> I have a error with bash3:
>> #systemctl -bash: local: -A: invalid option
>> local: usage: local name[=value] ...
>> -bash: local: -A: i
Hello!
I have a error with bash3:
#systemctl -bash: local: -A: invalid option
local: usage: local name[=value] ...
-bash: local: -A: invalid option
local: usage: local name[=value] ...
Please, add support completion for bash3.
--
Alexey Shabalin
gt; maintain this code downstream...
Yes, i am ready. I maintain altlinux-specific code in altlinux branch
http://git.altlinux.org/people/shaba/packages/systemd.git
Would be nice if the systemd would be distributive independent.
--
Alexey Shabalin
___
syst
On Tue, Feb 8, 2011 at 12:21 PM, Lennart Poettering wrote:
> On Mon, 07.02.11 14:24, Alexey Shabalin wrote:
>> How chenge (Condition1 || Condition2) to (Condition1 && Condition2)
> I'd very much prefer not having to extend the condition language to more
> than
ndition2)
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel
Version: 2.0.98
URL: http://userspace.selinuxproject.org/
Libs.private: -lsepol
Libs: -lselinux
Cflags:
Patch for use pkg-config in attach.
--
Alexey Shabalin
From 6f1e4bf485c001c2234406bdc48af18a80002e72 Mon Sep 17 00:00:00 2001
From: Alexey Shabalin
Date: Wed, 26 Jan 2011 20:15:03 +0300
Subject
On Wed, Jan 26, 2011 at 4:46 PM, Alexey Shabalin wrote:
> Hi all!
> I added basic support for ALTLinux.
> Please see patch or
> http://git.altlinux.org/people/shaba/packages/systemd.git?p=systemd.git;a=shortlog;h=refs/heads/altlinux
> Thanks.
Sorry, forgot to attach patch :)
--
Hi all!
I added basic support for ALTLinux.
Please see patch or
http://git.altlinux.org/people/shaba/packages/systemd.git?p=systemd.git;a=shortlog;h=refs/heads/altlinux
Thanks.
--
Alexey Shabalin
___
systemd-devel mailing list
systemd-devel
59 matches
Mail list logo