application for KVM


 
Thread Tools Search this Thread
Operating Systems Linux application for KVM
# 1  
Old 09-02-2012
Question application for KVM

Hi
Is there an application for KVM which it can save guest's registers and system calls informations?

Thanks a lot in advance!
Setareh
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Virtualization and Cloud Computing

KVM guests unique ID

Hi, I wanted to know if there was a way to get a unique UUID for KVM guest from the guest OS which isn't easily modifiable. I have a software that I would like to run inside a KVM guest and want to do some license protection on it using a unique UUID. Does KVM allow multiple VMs on the same... (0 Replies)
Discussion started by: shivanik
0 Replies

2. Red Hat

KVM - VM Guest

Background : - Need to create addition 40G storage for VM guest. 1. I have created new KVM - VM guest on RHEL 5.8 server hosting server. 2. Hosting server has occupied all size with LV and there is not space to create new LV. 3. I tried to achieve this requirement by creating 40G file size and... (1 Reply)
Discussion started by: Nats
1 Replies

3. UNIX for Dummies Questions & Answers

Openstack and KVM

hi guys I want to test this environment I really have some doubts and I need to read a little bit more I have two physical servers (where Vmware ESXi used to be installed) I was thinking install KVM (if it turns out to be difficult have KVM up and running I will use ESXi) and deploy the... (1 Reply)
Discussion started by: karlochacon
1 Replies

4. UNIX and Linux Applications

KVM support on suse

Is KVM supported on suse SLES10 (0 Replies)
Discussion started by: shekhar_ssm
0 Replies

5. Red Hat

About KVM ?

Hi every body Umm. I have 4 physical servers and i need to make the 1 machine from 4 server by KVM like Vmware ESX ? Do KVM can consolidate physical servers to 1 machine ? If KVM can do it. can i find manual to do it from where thk.... (3 Replies)
Discussion started by: infjustice
3 Replies

6. UNIX and Linux Applications

application for KVM

Hi Is there an application for KVM which it can save guest's registers and system calls informations? Thanks a lot in advance! Setareh (0 Replies)
Discussion started by: setareh92
0 Replies

7. Red Hat

Could not see virtual fc in KVM guest OS

Hi All, I have RHEL 5u4 physical system with 2 Qlogic fc cards. It hosts 2 KVM virtual machines which are also running RHEL 5u4 OS. After all these I have created a virutal HBA (refered in google) successfully on the base OS. But the same is not visible to guest OS. My question here is, ... (1 Reply)
Discussion started by: Vichu
1 Replies

8. Virtualization and Cloud Computing

About creating VM - KVM

Hi folks, Host - Ubuntu 9.10 64bit Virtualizer - KVM I followed; Virtualization With KVM On Ubuntu 9.10 Virtualization With KVM On Ubuntu 9.10 | HowtoForge - Linux Howtos and Tutorials to install this Virtual Machine. The steps worked without problem. But I have following points... (0 Replies)
Discussion started by: satimis
0 Replies

9. Solaris

KVM for V880's

We have 3 V880's and we need to purchase a KVM for them. I've never purchased one before. Does anyone have a recommendation for one? (3 Replies)
Discussion started by: dangral
3 Replies
Login or Register to Ask a Question
PAM_GUEST(8)						    BSD System Manager's Manual 					      PAM_GUEST(8)

NAME
pam_guest -- Guest PAM module SYNOPSIS
[service-name] module-type control-flag pam_guest [arguments] DESCRIPTION
The guest service module for PAM allows guest logins. If successful, the pam_guest module sets the PAM environment variable GUEST to the login name. The application can check this variable using pam_getenv(3) to differentiate guest logins from normal logins. The following options may be passed to the pam_guest module: guests=list Comma-separated list of guest account names. The default is ``guest''. A typical value for ftpd(8) would be ``anonymous,ftp''. nopass Omits the password prompt if the target account is on the list of guest accounts. pass_as_ruser The password typed in by the user is exported as the PAM_RUSER item. This is useful for applications like ftpd(8) where guest users are encouraged to use their email address as password. pass_is_user Requires the guest user to type in the guest account name as password. SEE ALSO
pam_get_item(3), pam_getenv(3), pam.conf(5), pam(8) AUTHORS
The pam_guest module and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 (``CBOSS''), as part of the DARPA CHATS research program. BSD
May 26, 2003 BSD