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,

[systemd-devel] assign variable to some service item

2016-09-29 Thread Vasiliy Tolstov
e ? 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
can run > ldconfig. > > 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

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" <killermoe...@gmx.net> написал: Am 18.05.2016 um 21:14 schrieb Vasiliy Tolstov: > I need to mount tmpfs on .cache for each user after login. > How can

[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 <zbys...@in.waw.pl>: > It's there. It works. See bootctl(1). > > Zbyszek Thanks! Sorry for noise. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru ___ systemd-devel mailing lis

[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 systemd

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

2016-04-01 Thread Vasiliy Tolstov
nd vm). As i see efi/uefi 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
t; > 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 star

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

2016-03-31 Thread Vasiliy Tolstov
he meantime, you 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-dev

[systemd-devel] systemd efi boot and default entry

2016-03-21 Thread Vasiliy Tolstov
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/systemd

[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

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 tobias.hun...@gmail.com написал: 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 zbys...@in.waw.pl: 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: v

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

2015-03-23 Thread Vasiliy Tolstov
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
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.org/mailman

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

2015-03-23 Thread Vasiliy Tolstov
that 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 ___ systemd-devel mailing list systemd

[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] overrride env variable

2015-03-12 Thread Vasiliy Tolstov
with 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, e-mail: v.tols...@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 arvidj...@gmail.com: 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 ar...@broadcom.com: 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

[systemd-devel] machinectl create container via dbus

2015-02-24 Thread Vasiliy Tolstov
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
Nice, can you say how to reduce timeout manually to 30s? Where I need to change value? 11 февр. 2015 г. 13:54 пользователь Tom Gundersen t...@jklm.no написал: On Wed, Feb 11, 2015 at 11:49 AM, Branko bran...@s5tehnika.net wrote: Unless I have overlooked something, there seems to be no way to

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

2015-02-11 Thread Vasiliy Tolstov
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 mailing list systemd-devel@lists.freedesktop.org http

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

2015-02-05 Thread Vasiliy Tolstov
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

[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-20 Thread Vasiliy Tolstov
, 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 systemd-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/systemd

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

2014-11-19 Thread Vasiliy Tolstov
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@lists.freedesktop.org http://lists.freedesktop.org/mailman

[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] 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] 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.tols

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

2014-08-26 Thread Vasiliy Tolstov
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 systemd-devel@lists.freedesktop.org

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

2014-08-26 Thread Vasiliy Tolstov
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.freedesktop.org/mailman

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

2014-08-26 Thread Vasiliy Tolstov
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.freedesktop.org/mailman

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

2014-08-26 Thread Vasiliy Tolstov
will be marked dirty on next reboot, you will get fsck started, still). Usually there's no reason to 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

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

2014-08-26 Thread Vasiliy Tolstov
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...@selfip.ru ___ systemd

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

2014-08-15 Thread Vasiliy Tolstov
2014-08-15 4:43 GMT+04:00 Lennart Poettering lenn...@poettering.net: 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

[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] networkd with radv advertised prefixes

2014-07-09 Thread Vasiliy Tolstov
. 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

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

2014-07-04 Thread Vasiliy Tolstov
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? -- Vasiliy Tolstov, e

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

2014-07-04 Thread Vasiliy Tolstov
2014-07-04 21:13 GMT+04:00 Lennart Poettering lenn...@poettering.net: 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] mdns support to networkd

2014-06-24 Thread Vasiliy Tolstov
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't got round to it so far. -- Vasiliy Tolstov, e-mail: v.tols...@selfip.ru jabber: v...@selfip.ru

Re: [systemd-devel] mdns support to networkd

2014-06-24 Thread Vasiliy Tolstov
it 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

[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
and 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

[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] how to conditional reload service

2014-06-22 Thread Vasiliy Tolstov
2014-06-22 22:14 GMT+04:00 Kirill Elagin kirela...@gmail.com: 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

Re: [systemd-devel] hostnamectl question

2014-06-17 Thread Vasiliy Tolstov
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
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...@selfip.ru

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 har...@redhat.com: ?? 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 jabber: v

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 har...@redhat.com: ?? 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 jabber: v

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

2014-05-24 Thread Vasiliy Tolstov
: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/listinfo

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

2014-05-21 Thread Vasiliy Tolstov
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.org

Re: [systemd-devel] networkd slaac and radv

2014-04-21 Thread Vasiliy Tolstov
2014-04-21 11:06 GMT+04:00 Tom Gundersen t...@jklm.no: 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? -- Vasiliy

Re: [systemd-devel] networkd slaac and radv

2014-04-20 Thread Vasiliy Tolstov
2014-04-11 2:36 GMT+04:00 Vasiliy Tolstov v.tols...@selfip.ru: 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

[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

[systemd-devel] kernel panic

2014-03-11 Thread Vasiliy Tolstov
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/listinfo/systemd

Re: [systemd-devel] kernel panic

2014-03-11 Thread Vasiliy Tolstov
2014-03-11 17:13 GMT+04:00 Cristian Rodríguez crrodrig...@opensuse.org: 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

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 h...@zytor.com: 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.ru

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

2014-02-17 Thread Vasiliy Tolstov
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

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 h...@zytor.com: 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

[systemd-devel] needed steps to get rebootless upgrade

2014-02-16 Thread Vasiliy Tolstov
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-devel