Displaying 20 results from an estimated 1000 matches similar to: "[PATCH] launch: show hint to resolve authentication failure from libvirt"
2012 Oct 13
0
[PATCH] New APIs: Model libvirt authentication events through the API.
From: "Richard W.M. Jones" <rjones at redhat.com>
This commit models libvirt authentication events through the API,
adding one new event (GUESTFS_EVENT_LIBVIRT_AUTH) and several new
APIs:
guestfs_set_libvirt_supported_credentials
guestfs_get_libvirt_requested_credentials
guestfs_get_libvirt_requested_credential_prompt
guestfs_get_libvirt_requested_credential_challenge
2015 May 05
2
[PATCH 0/2] v2v: -o libvirt: Check if the domain exists on the target (RHBZ#889082).
https://bugzilla.redhat.com/show_bug.cgi?id=889082
2012 Oct 02
0
libvirt Java to connect at the XEN
Hi people, I am new using libvirt for Java
I created a class to test my conecction with XEN, but it is throwing a
exception that I can't figure out how I solve this.
Does anyone knoe how to configure it correctly?
I cat use this class from the command line:
$ javac -classpath /usr/java/jdk1.6.0_34/bin/libvirt-0.4.9.jar test.java
$ java -classpath
2012 Oct 08
5
[PATCH v4 0/5] Finish hotplugging support.
This rounds off hotplugging support by allowing you to add and remove
drives at any stage (before and after launch).
Rich.
2015 Sep 17
3
Guest agent is not responding
hello,
in my windows vm i installed qemu-guest-agent and rebootet the vm.
In the settings for the vm i set via virt-manager a new channel "unix
socket" "org.qemu.guest_agent.0" "virtio".
when i try to do a snapshot via shell i get:
virsh snapshot-create-as --domain win7new win7new-snap1 --disk-only
--atomic --quiesce
error: Guest agent is not responding:
2015 Aug 13
3
how do I stop automount of Hitichi Lifestudio USB drive
On Aug 12, 2015, at 5:22 PM, m.roth at 5-cent.us wrote:
> autofs is what's mounting it. But if you turn it off, you'll have to
> manually mount anything that's not in /etc/fstab.
>
> Sounds like gnome's trying to be WinDoze....
Its not ?autofs? specifically (which is a simple thing) but udev talking to udisks, allowing your login session to use udisks to mount the
2024 Nov 29
2
Linux desktop setup with authentication against Samba AD DC
Mandi! Peter Milesson via samba
In chel di` si favelave...
> This is post no. 2, with technical information of how I set up the Linux
> PCs, and additional information about setting up the server shares. It
All this can be placed on wiki, sometking like this page:
https://wiki.samba.org/index.php/Joining_a_Windows_Client_or_Server_to_a_Domain
but for linux?
Seems complete, to me,
2015 Oct 22
2
Centos User Privileges.
Hi list,
I've installed C 7.1.1503 and I've noticed that simple user can run from
bash shutdown -h now/reboot without getting special permission (sudo,
su). The machine is a VM without GUI (tested also on physical machine).
From reddit I've got a suggestion: removing/comment out "-session
optional pam_systemd.so" in /etc/pam.d/system-auth the problem is solved.
This is a
2012 Oct 13
2
Proposed libguestfs API for implementing libvirt virConnectOpenAuth
As in the example code below.
static void
do_auth (guestfs_h *g,
void *opaque,
uint64_t event,
int event_handle,
int flags,
const char *buf, size_t buf_len,
const uint64_t *array, size_t array_len)
{
char **creds;
size_t i;
char *prompt;
char *reply;
size_t replylen;
// buf will be the libvirt URI. It is always \0-terminated so
2015 Jun 22
2
Access to virtualization on a multi-user system
Hi libvirt-users,
I find myself wanting to do something that seems like it must have some
obvious solution: I have multiple users (let's just assume local Unix
accounts) on a Linux system, and I want them all to have access to
KVM-accelerated virtualization. But, I don't want them to be able to
meddle with each other's virtual machines. Is there a solution to this
problem?
Methods of
2012 Jul 21
8
[PATCH libguestfs 0/4] Add a libvirt backend to libguestfs.
This preliminary patch series adds a libvirt backend to libguestfs.
It's for review only because although it launches the guest OK, there
are some missing features that need to be implemented.
The meat of the patch is in part 4/4.
To save you the trouble of interpreting libxml2 fragments, an example
of the generated XML and the corresponding qemu command line are
attached below. Note the
2019 Apr 08
0
[PATCH v4 3/7] v2v: switch to ocaml-libvirt
Currently virt-v2v has few custom C-based functions for libvirt
operations, which are limited in what they do, and there is a lot of
duplicated code.
Instead, switch to ocaml-libvirt for all the libvirt interaction
currently done by the Libvirt_utils module. This has few advantages:
- each input & output module now opens a libvirt connection only once,
only when needed
- no need to pass
2024 Nov 30
1
Linux desktop setup with authentication against Samba AD DC
On Fri, 29 Nov 2024 13:29:21 +0100
Marco Gaiarin via samba <samba at lists.samba.org> wrote:
> Mandi! Peter Milesson via samba
> In chel di` si favelave...
>
> > This is post no. 2, with technical information of how I set up the
> > Linux PCs, and additional information about setting up the server
> > shares. It
>
> All this can be placed on wiki,
2024 Dec 02
1
Linux desktop setup with authentication against Samba AD DC
Mandi! Rowland Penny via samba
In chel di` si favelave...
> The problem with that idea is that Linux, unlike Windows, uses multiple
> distros and desktop environments.
Sure, but they use the same building blocks (NSS, PAM, PolicyKit, ...) so
some 'generic' instructions make sense to me.
Anyway, there's other distro other then debian? ;-)
--
2024 Dec 03
1
Linux desktop setup with authentication against Samba AD DC
On Mon, 2 Dec 2024 14:51:36 +0100
Marco Gaiarin via samba <samba at lists.samba.org> wrote:
> Mandi! Rowland Penny via samba
> In chel di` si favelave...
>
> > The problem with that idea is that Linux, unlike Windows, uses
> > multiple distros and desktop environments.
>
> Sure, but they use the same building blocks (NSS, PAM, PolicyKit,
> ...) so some
2024 Dec 03
1
Linux desktop setup with authentication against Samba AD DC
On Tue, Dec 3, 2024 at 3:33?AM Rowland Penny via samba
<samba at lists.samba.org> wrote:
>
> On Mon, 2 Dec 2024 14:51:36 +0100
> Marco Gaiarin via samba <samba at lists.samba.org> wrote:
>
> > Mandi! Rowland Penny via samba
> > In chel di` si favelave...
> >
> > > The problem with that idea is that Linux, unlike Windows, uses
> > >
2009 Aug 06
1
[PATCH node-image] workaround for gpxe issue with the virt-preview
Unable to boot using qemu-kvm and gPXE from virt-preview repository
https://bugzilla.redhat.com/show_bug.cgi?id=512358
Signed-off-by: Alan Pevec <apevec at redhat.com>
---
common-blacklist.ks | 9 +++++++++
common-pkgs.ks | 3 +++
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/common-blacklist.ks b/common-blacklist.ks
index 7c19aa4..2f8842f 100644
---
2012 Feb 22
1
Bug? virGetLastError() returns NULL after virDomainCreate() if Domain running already
Hi,
As the subject line indicates, when I'm calling virDomainCreate() to start a
defined domain, and that command fails because the domain is already running at
that point, virGetLastError() will return NULL, instead of a proper pointer to
an error code.
Libvirt will, however, print an error to the console:
libvir: QEMU error : Requested operation is not valid: domain is already
running
2024 Mar 22
1
Linux Mint 21.3 client AD joined OK but no usb working
Mandi! Rowland Penny via samba
In chel di` si favelave...
>> > For this, i use typically 'pam_group' module, with a simple config
>> > like:
>> > *; *; *; Al0000-2400; plugdev,fuse,scanner,video,audio,cdrom,floppy
>> But, where do you insert this config, please?
> This now sounds like a different problem to the subject matter, if
> Samba is set
2017 Sep 21
6
prevent users from fiddling with network?
Dear Experts,
"this is system from the hell!"
Than was my first reaction when I realized that logged in with GUI (X11)
user can turn off (and on) network interfaces. Without being in sudoers
file. Wow, this is scary to see on workstations I manage centrally. Even
though I did consider local user to be able to execute the command
"shutdown" (which distinguished RedHat and