Re: [systemd-devel] upgrade/rollbacks

2016-12-12 Thread Vasiliy Tolstov
I love ostree because I can easy build own tree and rebase to any tree. 12 Дек 2016 г. 18:43 пользователь "Juanjo Presa" написал: Hello, I am researching about the different systems of transactional (atomic) upgrades and rollbacks in linux. Namely, ubuntu core, rpm-ostree, coreos. Which of them

[systemd-devel] assign variable to some service item

2016-09-29 Thread Vasiliy Tolstov
nv variable ? Thanks! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] Running ldconfig at boot

2016-05-20 Thread Vasiliy Tolstov
> Running ldconfig too early tends to cause problems because the file system > might not have been set up completely, and the cache does not match what the > system administrator has configured. > > Florian Also sometimes this take on my server 22s =) -- Vasiliy Tolstov,

Re: [systemd-devel] Automount some dirs at user ligin

2016-05-18 Thread Vasiliy Tolstov
If this possible with systemd,why not use it? If not - I check pam_mount 18 Май 2016 г. 22:17 пользователь "killermoehre" написал: Am 18.05.2016 um 21:14 schrieb Vasiliy Tolstov: > I need to mount tmpfs on .cache for each user after login. > How can I do that with systemd? >

[systemd-devel] Automount some dirs at user ligin

2016-05-18 Thread Vasiliy Tolstov
I need to mount tmpfs on .cache for each user after login. How can I do that with systemd? S For example I want for user1 mount tmpfs on dir .cache, for user2 mount .cache to tmpfs also and so on. After logout last session for this user, I need to unmount it... _

Re: [systemd-devel] systemd-boot in fedora 23/24

2016-04-15 Thread Vasiliy Tolstov
2016-04-14 20:02 GMT+03:00 Zbigniew Jędrzejewski-Szmek : > It's there. It works. See bootctl(1). > > Zbyszek Thanks! Sorry for noise. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.f

[systemd-devel] systemd-boot in fedora 23/24

2016-04-14 Thread Vasiliy Tolstov
Why fedora not shipped systemd-boot ? I'm happy with this thin stuff and not need full grub, may be this is unsupported setup? Or systemd-boot deprecated? Thanks! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru ___ systemd-devel mailing list sy

Re: [systemd-devel] systemd efi boot and default entry

2016-04-01 Thread Vasiliy Tolstov
i based boot faster than grub based and more simple. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] systemd efi boot and default entry

2016-04-01 Thread Vasiliy Tolstov
le". Thanks, how about ChromeOS ? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] systemd efi boot and default entry

2016-04-01 Thread Vasiliy Tolstov
If this cannot or will not be reliably implemented there is no point in > implementing this in the first place from my pov. In my POV - provide systemd service file that started after all stuff (may be this is systemd --user service or something like this) . I think that successful sta

Re: [systemd-devel] systemd efi boot and default entry

2016-03-31 Thread Vasiliy Tolstov
u can change default boot entry manually by > selecting it in the menu and pressing 'd' key. If you have time for this - i'll be very happy. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru ___ systemd-devel mailing list systemd-devel@li

[systemd-devel] systemd efi boot and default entry

2016-03-21 Thread Vasiliy Tolstov
es it possible via systemd or i need some kung-fo with systemd units/services and bash ?=) -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/sy

[systemd-devel] Stateless system howto

2016-02-25 Thread Vasiliy Tolstov
Hi,i want to build image that mounts readonly /usr and / readwrite. I have dracut , systemd and efi system. Does somebody have examples of systemd units ? Also how /etc filled with systemd? Thanks ___ systemd-devel mailing list systemd-devel@lists.freedes

Re: [systemd-devel] [PATCH 1/2] fstab-generator: Support root on tmpfs (or other deviceless FS)

2015-03-24 Thread Vasiliy Tolstov
For overlayfs you need to check overlayfs and overlay. 24 марта 2015 г. 1:52 пользователь "Tobias Hunger" написал: > This allows for stateless systems. > --- > src/fstab-generator/fstab-generator.c | 21 + > src/shared/util.c | 30 +

Re: [systemd-devel] [PATCH] fstab-generator: Support root on tmpfs

2015-03-23 Thread Vasiliy Tolstov
2015-03-23 15:53 GMT+03:00 Zbigniew Jędrzejewski-Szmek : > OK, I guess that this is good enough. > > So we should have something like fstype_is_deviceless (fstype_has_no_device?) > like fstype_is_network(). > Looks good. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber:

Re: [systemd-devel] [PATCH] fstab-generator: Support root on tmpfs

2015-03-23 Thread Vasiliy Tolstov
ple of units injected into the > initrd, but to me this seems more than what the fstab-generator can > support at this time. Only lowerdir need to be device, all other dirs can be tmpfs dirs. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru

Re: [systemd-devel] [PATCH] fstab-generator: Support root on tmpfs

2015-03-23 Thread Vasiliy Tolstov
pe - overlay device - none or overlay options - lowerdir,upperdir,work desitnation - / -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.or

Re: [systemd-devel] [PATCH] fstab-generator: Support root on tmpfs

2015-03-23 Thread Vasiliy Tolstov
t is cleaner. I'll send > it as soon as I get round to it. > > Thanks for the review! What about overlayfs as root ? In my case this is very useful... -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ sys

Re: [systemd-devel] overrride env variable

2015-03-12 Thread Vasiliy Tolstov
Environment=. If the same variable is set twice from these files, >the files will be read in the order they are specified and the >later setting will override the earlier setting. Thanks, i can't find this is help of systemd.service help. -- Vasiliy Tolstov,

[systemd-devel] overrride env variable

2015-03-12 Thread Vasiliy Tolstov
Hello. If service file have Environment and EnvironmentFile in which order it parsed and does it possible to define via Environment variables default and override it via EnvironmentFile ? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru

Re: [systemd-devel] is there a plan for NIC teaming support ?

2015-03-06 Thread Vasiliy Tolstov
2015-03-06 7:09 GMT+03:00 Andrei Borzenkov : > Linux bonding driver supports LACP (mode 4) As i understand user can't use LACP because it switches does not support it. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___

Re: [systemd-devel] [PATCH] hwdb: add sdio identifiers for Broadcom WLAN cards

2015-02-25 Thread Vasiliy Tolstov
2015-02-25 13:02 GMT+03:00 Arend van Spriel : > This patch adds the sdio identifiers known to be supported by > the brcmfmac open-source driver. What about BCM43228 ? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ s

[systemd-devel] machinectl create container via dbus

2015-02-24 Thread Vasiliy Tolstov
se already prepared directory or downloaded image) -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] networkd - DHCP timeout ?

2015-02-11 Thread Vasiliy Tolstov
0 seconds. > > > So you'll just have to override that unit file to add what you want. Thanks! Why not add ability to read environment file for options? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel

Re: [systemd-devel] networkd - DHCP timeout ?

2015-02-11 Thread Vasiliy Tolstov
Nice, can you say how to reduce timeout manually to 30s? Where I need to change value? 11 февр. 2015 г. 13:54 пользователь "Tom Gundersen" написал: > On Wed, Feb 11, 2015 at 11:49 AM, Branko wrote: > > Unless I have overlooked something, there seems to be no way to tell dhcp > > client to fail a

Re: [systemd-devel] systemd-nspawn create container under unprivileged user

2015-02-05 Thread Vasiliy Tolstov
ege is required to create a > user >namespace. > So as i understand i can't create full featured container with network under non root user (and not have cap_sys_admin) -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru _

[systemd-devel] systemd-nspawn create container under unprivileged user

2015-02-04 Thread Vasiliy Tolstov
Hello! Does it possible to create container as regular user? Oh what capabilities i need to add to create container not using root? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel

Re: [systemd-devel] plans/roadmap for mdns support in resolved

2014-11-21 Thread Vasiliy Tolstov
or multicast on specific interface, all works like i want =). > > Can't you just add the address to all of your interfaces, and give > them a low priority there, so that they aren't used as source address > there? I don't know about this and i think that its more ugly =

Re: [systemd-devel] plans/roadmap for mdns support in resolved

2014-11-20 Thread Vasiliy Tolstov
al cost. Why not add ability to advertise hostname based on one interface addresses, but use for communication another devices (in my case eth0, eth1). -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list s

Re: [systemd-devel] plans/roadmap for mdns support in resolved

2014-11-19 Thread Vasiliy Tolstov
addresses in different nets and i need to assign hostname to dummy0 address, that can be reacheable via eth0 or eth1 =). Does this possible? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel

Re: [systemd-devel] plans/roadmap for mdns support in resolved

2014-11-18 Thread Vasiliy Tolstov
assigned hostnames). -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] plans/roadmap for mdns support in resolved

2014-11-18 Thread Vasiliy Tolstov
Hello. Does somebody have more concrete info about mdns support in resolved (also with ability to publish hostname via mdns). As i remember Lennart want to add this features... -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru

Re: [systemd-devel] proper way to shutdown/reboot host with systemd

2014-08-26 Thread Vasiliy Tolstov
d get rid of shutdownd... Thanks. As i understand if i don't want to enable detection for various init systems i can run shutdown for compat. But then i get proper init system detection best choise - use its api. Thanks again for info. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v

Re: [systemd-devel] proper way to shutdown/reboot host with systemd

2014-08-26 Thread Vasiliy Tolstov
o ever use anything but #1. Very good doc, what about /sbin/shutdown as i see it is wraps systemctl shutdown, if i execute it with proper flags, for example like shutdown -h -P +0 ? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] proper way to shutdown/reboot host with systemd

2014-08-26 Thread Vasiliy Tolstov
not understand. Also i can run firfreeze ioctl to fs and run reboot. To get dirty data writed to disk. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists

Re: [systemd-devel] proper way to shutdown/reboot host with systemd

2014-08-26 Thread Vasiliy Tolstov
it possible to shutdown system via reboot syscall for example with LINUX_REBOOT_CMD_POWER_OFF ? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freede

Re: [systemd-devel] proper way to shutdown/reboot host with systemd

2014-08-26 Thread Vasiliy Tolstov
do with system power state; it closes a > network socket. reboot call, for example i can run reboot with LINUX_REBOOT_CMD_POWER_OFF flag -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list system

[systemd-devel] proper way to shutdown/reboot host with systemd

2014-08-26 Thread Vasiliy Tolstov
Hi. What is proper way to shutdown systemd enabled host? I can run systemctl poweroff, do glibc call shutdown or run shutdown -P now... I'm prefer glibc call, does it proper shutdown system with systemd (and other init systems like sysvinit and upstart) ? -- Vasiliy Tolstov, e-mail: v

Re: [systemd-devel] networkd with radv advertised prefixes

2014-08-15 Thread Vasiliy Tolstov
2014-08-15 4:43 GMT+04:00 Lennart Poettering : > router advertisment allows passing along DNS server info. The kernel > can't make use of that, but we cetrainly should make use of it in > userspace. Yes, rdnss (DNS services) and dnssl (domain search list) -- Vasiliy Tolstov,

Re: [systemd-devel] networkd with radv advertised prefixes

2014-07-09 Thread Vasiliy Tolstov
networkd part. As i understand when interface is up linux kernel receives advertised prefix and all thing works automatically. Or you mean catch router advertised prefixes in userspace? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru _

[systemd-devel] networkd with radv advertised prefixes

2014-07-09 Thread Vasiliy Tolstov
As i see, networkd now able to do dhcpv6, what about configuring interfaces to accept radv messages and configure it interfaces? What i need to do on systemd-networkd side? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru

Re: [systemd-devel] [ANNOUNCE] systemd 215

2014-07-04 Thread Vasiliy Tolstov
2014-07-04 21:13 GMT+04:00 Lennart Poettering : > networkd only contains a dhcp4 server, not a dhcp6 or router > solicitation server. Hopefully we'll get that soon too. I need client support. I'm already have server (bird routing daemon, that advertise prefixes). -- Vasiliy

Re: [systemd-devel] [ANNOUNCE] systemd 215

2014-07-04 Thread Vasiliy Tolstov
settings of this section should be > updated, though compatibility is maintained. Optionally, the > client hostname may now be sent to the DHCP server. Nice! Does it possible now to use systemd-networkd with radv server and autogenerate address with advertised prefix? -- V

[systemd-devel] networkd config for dummy0 interface

2014-06-24 Thread Vasiliy Tolstov
Hi. I have very strange task: 1) Nedd modprobe dummy 2) Assign specific mac address to it 3) Bring up it 4) Assign specific address to it How can i do that via networkd ? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru

Re: [systemd-devel] mdns support to networkd

2014-06-23 Thread Vasiliy Tolstov
t tries to resolve via avahi ptr records and fail. Why i can't use _minimal - see previous post (its have very very bad code) -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel

Re: [systemd-devel] mdns support to networkd

2014-06-23 Thread Vasiliy Tolstov
7;ve wondered whether to implement an extended syntax for > /etc/mdns.allow so you can do something like > > # /etc/mdns.allow > .lan. > .lan > .local. > .local > ptr 169.254.0.0/16 > ptr 192.168.0.0/24 > ptr fe80::/16 > > but haven&#

Re: [systemd-devel] mdns support to networkd

2014-06-23 Thread Vasiliy Tolstov
their services. Does exists any roadmap for this? Because now with avahi i can't publish additional addresses and need to patch sources to minimize timeout from 5000msec to 1000msec. (my hosts does not have ptr records and for each ping i have 5 sec timeout =() -- Vasiliy Tolstov, e-mail:

Re: [systemd-devel] how to conditional reload service

2014-06-22 Thread Vasiliy Tolstov
2014-06-22 22:14 GMT+04:00 Kirill Elagin : > systemctl reload-or-restart Wow, nice! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.

[systemd-devel] how to conditional reload service

2014-06-22 Thread Vasiliy Tolstov
works when service is runing. But if i need that reload acts as restart if service not running? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http

Re: [systemd-devel] hostnamectl question

2014-06-16 Thread Vasiliy Tolstov
ges on diskless systems or if > /etc is unwritable for some other reason. (systemd can get the machine > ID from /sys/class/dmi/id/product_uuid, but only does so on qemu-kvm > VMs.) Thanks! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___

[systemd-devel] hostnamectl question

2014-06-16 Thread Vasiliy Tolstov
at is the difference of boot id and machined id ? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] mdns support to networkd

2014-06-13 Thread Vasiliy Tolstov
As i see avahi development stopped. Does mdns support goes to networkd or no? Now i have a problem with avahim that i can't publish address via avahi-publish-address its not respond after connecting to avahi daemon. =( -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@self

Re: [systemd-devel] failed to bring up bonding interface (dracut+system)

2014-05-28 Thread Vasiliy Tolstov
2014-05-28 15:57 GMT+04:00 Harald Hoyer : > > ?? something in your real root system assigning MAC adresses to the > interfaces? > > which distribution? I'm using exherbo (gentoo like system) with latest systemd release. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru ja

Re: [systemd-devel] failed to bring up bonding interface (dracut+system)

2014-05-28 Thread Vasiliy Tolstov
2014-05-28 15:57 GMT+04:00 Harald Hoyer : > ?? something in your real root system assigning MAC adresses to the > interfaces? > > which distribution? > I'm using exherbo (gentoo like system) with latest systemd release. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru ja

[systemd-devel] failed to bring up bonding interface (dracut+system)

2014-05-24 Thread Vasiliy Tolstov
e8:44:93:35 Valid mac addreses is 00:25:90:d5:bf:bc 00:25:90:d5:bf:bd -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/lis

Re: [systemd-devel] writing service file that used some /proc/cmdline variable

2014-05-22 Thread Vasiliy Tolstov
n unit files .. =) -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Re: [systemd-devel] writing service file that used some /proc/cmdline variable

2014-05-21 Thread Vasiliy Tolstov
ontains many useful features and i think that may be it already contains all that i need =) -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.o

[systemd-devel] writing service file that used some /proc/cmdline variable

2014-05-21 Thread Vasiliy Tolstov
Hello. I'm need to write specific service file that using /proc/cmdline variable (not standard, my own). Does systemd already have parsed array or how can i do that? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ sy

Re: [systemd-devel] networkd slaac and radv

2014-04-21 Thread Vasiliy Tolstov
2014-04-21 11:06 GMT+04:00 Tom Gundersen : > Hi Vasiliy, > > Currently we don't handle this in networkd, sorry. It is on the TODO. > > Cheers, Thanks! Does it possible to create some workaround now in my case for this? Or only creating custom unit for network solves this? --

Re: [systemd-devel] networkd slaac and radv

2014-04-20 Thread Vasiliy Tolstov
2014-04-11 2:36 GMT+04:00 Vasiliy Tolstov : > Hello. How can i via networkd can configure network interface to use > radv provided prefixes? > For example after boot interface is up and have SLAAC generated > address (link local) after its receives ra it have global prefix. Anybody

[systemd-devel] networkd slaac and radv

2014-04-10 Thread Vasiliy Tolstov
Hello. How can i via networkd can configure network interface to use radv provided prefixes? For example after boot interface is up and have SLAAC generated address (link local) after its receives ra it have global prefix. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru

Re: [systemd-devel] kernel panic

2014-03-11 Thread Vasiliy Tolstov
2014-03-11 17:13 GMT+04:00 Cristian Rodríguez : > This is quite obviously not a systemd/udev problem, post your problem in the > kernel mailing list instead. Thanks! -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ s

[systemd-devel] kernel panic

2014-03-11 Thread Vasiliy Tolstov
ff 74 11 66 66 90 07 00 66 66 90 85 c0 0f 85 c6 00 00 00 65 ff 04 25 e0 c7 00 -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman

Re: [systemd-devel] needed steps to get rebootless upgrade

2014-02-18 Thread Vasiliy Tolstov
2014-02-18 0:29 GMT+04:00 H. Peter Anvin : > Well, kexec passes an initramfs like any other boot. Thanks. If that possible to not load initrd via kexec, but use already unpacked image in the memory? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip

Re: [systemd-devel] needed steps to get rebootless upgrade

2014-02-17 Thread Vasiliy Tolstov
2014-02-18 0:07 GMT+04:00 H. Peter Anvin : > kexec? Is that possible to keep ramdisk while doing kexec? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org h

Re: [systemd-devel] needed steps to get rebootless upgrade

2014-02-17 Thread Vasiliy Tolstov
ring runtime between arbitrary versions unlikely > would be well tested, and hence risky business... > > Anyway systemd won't help you with this I fear... I can switch root to new system an get consistent system. I want to skip all pxe phase to minimize downtime in not cluster-w

Re: [systemd-devel] needed steps to get rebootless upgrade

2014-02-17 Thread Vasiliy Tolstov
e. If i get to ramfs and get back - i can save about 2-5 min to get working system. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd-devel

[systemd-devel] needed steps to get rebootless upgrade

2014-02-16 Thread Vasiliy Tolstov
As i understand i need to reload each running service to use new system2 for it? Can somebody says me more detailed steps to get this? -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru ___ systemd-devel mailing list systemd-