search for: kucera

Displaying 10 results from an estimated 10 matches for "kucera".

2016 Dec 24
30
[Bug 2652] New: PKCS11 login skipped if login required and no pin set
...bugs at mindrot.org Reporter: openssh at danman.eu Hi, first, there is a bug in pin detection: if no pin is supplied to function, the exit condition is skipped. Also if no pin is supplied, login is skipped even when card requires login. Proposed patch is here: https://github.com/danielkucera/openssh-portable/commit/d6be677d1befd84fdbef0259316ebf4383feef6c -- You are receiving this mail because: You are watching the assignee of the bug.
2017 May 17
1
Re: Callback re-registration after libvirtd restart
...libvirt.org -o- > https://fstop138.berrange.com :| > |: https://entangle-photo.org -o- https://www.instagram.com/ > dberrange :| > Okay, with qemu:///session I'm getting CloseCallback but now I'm not getting LifecycleCallback :( S pozdravom / Best regards Daniel Kucera.
2017 Apr 04
2
Live migration with non-shared ZFS volume
...ould start migration with some special parameter (e.g. VIR_MIGRATE_NON_SHARED_INC_COMMIT) which would only migrate data from qcow snapshot to destination storage. This would ensure the disk consistency and avoid useless whole disk copy. Or do you have any other idea how to solve this? BR. Daniel Kucera.
2017 Apr 28
1
Re: Live migration with non-shared ZFS volume
...d care about qcow image. The best solution for me would be to only create dirty block map in qemu (block-dirty-bitmap-add) in step 3 and then migrate just changed blocks without creating qcow snapshot. Do you think it would be possible to implement it like this? S pozdravom / Best regards Daniel Kucera 2017-04-28 11:03 GMT+02:00 Martin Kletzander <mkletzan@redhat.com>: > On Tue, Apr 04, 2017 at 12:04:42PM +0200, Daniel Kučera wrote: > >> Hi all, >> >> > Hi, > > I caught your mail in my Spam folder for some reason, maybe the same > happened for others....
2017 May 17
2
Re: Callback re-registration after libvirtd restart
No, I'm not, I'm calling it sooner: func libvirt_start() { libvirt.EventRegisterDefaultImpl() event_listen() } S pozdravom / Best regards Daniel Kucera. 2017-05-17 15:47 GMT+02:00 Daniel P. Berrange <berrange@redhat.com>: > On Wed, May 17, 2017 at 03:41:09PM +0200, Daniel Kučera wrote: > > Hi Daniel, > > > > I tried that but it doesn't work: > > > > func libvirt_close_callback(conn *libvirt.Connect, rea...
2009 May 03
1
Deadlock in dlmmaster.c
Hi, I've found some possible deadlock in fs/ocfs2/dlm/dlmmaster.c - version 2.6.28 (probably this code is in newer versions too). Could someone confirm this? Thank you. fs/ocfs2/dlm/dlmmaster.c ================== function dlm_master_request_handler: (res->spinlock <- dlm->master_lock) ----------------------------------- spin_lock(&res->spinlock); at line 1427
2017 Apr 28
0
Re: Live migration with non-shared ZFS volume
...Of course lot can be added to the project, but I, for one, am not *that* welcoming with regards to things that are meant for pretty narrow use case while at the same time they are doable already, using libvirt's API. >Or do you have any other idea how to solve this? > >BR. >Daniel Kucera. >_______________________________________________ >libvirt-users mailing list >libvirt-users@redhat.com >https://www.redhat.com/mailman/listinfo/libvirt-users
2017 May 17
2
Re: Callback re-registration after libvirtd restart
Hi Daniel, I tried that but it doesn't work: func libvirt_close_callback(conn *libvirt.Connect, reason libvirt.ConnectCloseReason){ log.Printf("close callback: %+v", reason) } func event_listen() { log.Printf("event_listen %s", conf.Libvirt.LocalUrl) hv, err := libvirt.NewConnect(conf.Libvirt.LocalUrl) err =
2017 May 17
2
Callback re-registration after libvirtd restart
...rtd (service libvirtd restart). After that, the inner go func waits some time and continues without error. But the callback is not working anymore. My question is, how can I detect hv reconnect (I guess it's happening in background) so I know when to reinitialize callbacks? Thanks. BR Daniel Kucera.
2014 Apr 22
1
Shared mailboxes not working with . dot namespace separator - values truncated in SQL
Hello, I have Dovecot configured for multiple domains (usernames are user at domain.tld) and I wanted to enable shared mailboxes. But there is some problem - if I share a folder, other user can't see it. In the log I foud: > Apr 22 19:21:02 veverka dovecot: imap(user at veverka.tld): Error: Couldn't create namespace 'shared.' for user petr: userdb didn't return a home