search for: jirka

Displaying 20 results from an estimated 99 matches for "jirka".

Did you mean: jira
2002 Jul 04
1
possible bug
...When you give a valid user at login, openssh waits something about 3 seconds after giving password (I'am not sure if its depends on system configuration). But when you give user which does not exist, openssh does not wait the same time. This allows to detect valid user on a target system. Jirka Zajpt, <jirka at zajpt.cz>
2018 Jul 21
9
[Bug 107325] New: Reported temperature of nvidia card with nouveau driver is wrong
https://bugs.freedesktop.org/show_bug.cgi?id=107325 Bug ID: 107325 Summary: Reported temperature of nvidia card with nouveau driver is wrong Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2024 Feb 08
2
round.Date and trunc.Date not working / implemented
....Date() |> round("years") # Error in round.default(...): non-numeric > argument to mathematical function > Looking at the code (and reading the documentation more carefully) shows > the issue, but this looks like an omission that should be patched. > -- Jirka You are wrong: They *are* implemented, both even visible since they are in the 'base' package! ==> they have help pages you can read .... Here are examples: > trunc(Sys.Date()) [1] "2024-02-08" > trunc(Sys.Date(), "month") [1] "2024-02-01" > tr...
2014 Feb 10
2
libvirt 1.2.1 / lxc : default virtual network not defined after installing/starting Libvirt
Hi There, I am using Libvirt 1.2.1 on Fedora 20. So, Libvirt is well installed and started but the weird thing is that the 'default' virtual network is not automatically defined and started, knowing that I can define/start it manually and everything goes fine. previously I was using libvirt 1.0.4 and the 'default' virtual network was defined/started at Libvirt startup. so,
2016 Dec 02
4
Upstream libvirt releases for Virt-SIG
...t developers and a maintainer of libvirt in RHEL I think I should be qualified enough to do so :-) The goal is to take every upstream release of libvirt soon after it's been released and rebase the current CentOS package on top of it. If it sounds good to you, what should I do to get started? Jirka
2014 Feb 26
3
VirtFS accessmode
Hi all, I'm trying to share a folder between a host and a guest using VirtFS. The source is NAS mounted on the host and QEMU runs as unprivileged user. The only way for me to use the folder inside the guest is to set the access mode to 'squash' but all file operations are performed by the user running QEMU. If I ran QEMU as root, the passthrough mode works as expected. Is there
2015 Nov 16
0
Re: libvirt prepare and start hooks not callled
On Mon, Nov 16, 2015 at 12:43:21 +0000, Sundar Nadathur wrote: > Hello Jirka, > The script is not even invoked for prepare/start calls, not that it > is invoking libvirt APIs or is hanging. When it is invoked for > 'started', it runs to completion. Strange. Do you see corresponding "Calling hook" messages in libvirtd debug logs? (See htt...
2017 Feb 17
1
Re: Why Guest does not retain Host CPU flags
...can be used in a > virtual machine and even if they can be used they usually need some > support form KVM or QEMU or both. That is both KVM and QEMU will filter > out features they cannot currently virtualize and thus you will get a > smaller set in comparison to the host CPU. > > Jirka >
2017 Feb 21
1
Re: Unsafe migration with copy-storage-all (non shared storage) and writeback cache
...ardless of the cache mode used. > Very good news, thanks. Let me be paranoid: is it *surely* safe? > > This looks like a bug in libvirt. The code doesn't check whether an > affected disk is going to be migrated (--copy-storage-all) or accessed > on the shared storage. > > Jirka > Any chances the bug will be corrected? Should I open a BZ against it? Thanks. -- Danti Gionatan Supporto Tecnico Assyoma S.r.l. - www.assyoma.it email: g.danti@assyoma.it - info@assyoma.it GPG public key ID: FF5F32A8
2018 Sep 13
3
live migration and config
Hello! After some mistakes yesterday we ( me and my colleague ) think that it will be wise for libvirt to check config file existence on remote side and through error if not, before migrating, otherwise migration will fail and VM fs can be damaged, because it is sort of remove of power plug... We missed twice yesterday :-( CouldĀ  you tell me is there already such option or any plans to
2024 Feb 06
1
round.Date and trunc.Date not working / implemented
...;years") # 2024-01-01 NZDT Sys.Date() |> round("years") # Error in round.default(...): non-numeric argument to mathematical function Looking at the code (and reading the documentation more carefully) shows the issue, but this looks like an omission that should be patched. -- Jirka
2020 Sep 03
2
usb-hdmi-cec-adapter usb pass-through experiences
Greetings, I need to get a device like this: https://www.pulse-eight.com/p/104/usb-hdmi-cec-adapter I have usb pass-through experiences with some usb devices such as dtv, wireless network, thumbsticks and wireless keyboards. I know there isn't much to be done in usb pass-through but I did had issues with the former two, now I'm using a wireless network without and issues. I wanted to
2017 Feb 17
2
Unsafe migration with copy-storage-all (non shared storage) and writeback cache
Hi list, I would like to understand if, and why, the --unsafe flag is needed when using --copy-storage-all when migrating guests which uses writeback cache mode. Background: I want to live migrate guests with writeback cache from host A to host B and these hosts only have local storage (ie: no shared storage at all). From my understanding, --unsafe should be only required when migrating
2015 Jun 04
2
LXCs using Libvirt
Hi all, I am trying to bring up lxc's using Libvirt JAVA API. I do the following: conn = Connect("lxc:\\\") xml_config = "<domain> .... <\domain>" dom = conn.domainCreateXML(xml_config, 0) dom.create() Using the above code, I am able to start a domain but the domain is not visible within the "lxc" list, i.e when I use the command "lxc-ls
2024 Feb 08
2
round.Date and trunc.Date not working / implemented
...ound("years") # Error in round.default(...): non-numeric >> argument to mathematical function > > >> Looking at the code (and reading the documentation more carefully) shows >> the issue, but this looks like an omission that should be patched. > >> -- Jirka > > You are wrong: They *are* implemented, > both even visible since they are in the 'base' package! > > ==> they have help pages you can read .... > > Here are examples: > >> trunc(Sys.Date()) > [1] "2024-02-08" >> trunc(Sys.Date(),...
2024 Feb 09
1
round.Date and trunc.Date not working / implemented
...its` for round(x) evaluates to `sec`, this should correctly skip the first condition in `round` and get to the correct numeric rounding. Perhaps the `trunc.Date` should be modified as well so that the call to `round.Date` is skipped in favour of internal `round.numeric`, saving few cycles. -- Jirka
2017 Jan 27
3
Re: LibVirt query CPU Model support and restore operation
...rt check for specific features by setting the > feature policy to "force" (no idea if this can be done with > virt-install), but QEMU will still do the check itself and either drop > the features or refuse to start (with enforce) if they cannot be used on > the host. > > Jirka >
2024 Feb 08
1
round.Date and trunc.Date not working / implemented
....): non-numeric >>>> argument to mathematical function >>> >>> >>>> Looking at the code (and reading the documentation more carefully) shows >>>> the issue, but this looks like an omission that should be patched. >>> >>>> -- Jirka >>> >>> You are wrong: They *are* implemented, >>> both even visible since they are in the 'base' package! >>> >>> ==> they have help pages you can read .... >>> >>> Here are examples: >>> >>>> trunc(Sys...
2017 Feb 06
2
Why Guest does not retain Host CPU flags
hi , I am creating Guest by Libvirt tool " virt-install" with cpu model as host. After Guest creation i see Guest Missing quite no of flags which Host was having . What could be the reason for this ? I am expecting all flags of Host to e present in Guest as well when choosing cpu model as host . Guest : processor : 19 vendor_id : GenuineIntel cpu family : 6 model
2018 Sep 13
2
Re: live migration and config
...e missed twice yesterday :-( >> >> CouldĀ  you tell me is there already such option or any plans to >> implement this? > You didn't really say anything about what you did and what happened. > Thus it's impossible to help you. I hope I explained. Thank you! > > Jirka