similar to: Installing and running XEN

Displaying 20 results from an estimated 2000 matches similar to: "Installing and running XEN"

2009 May 28
2
issues after rebooting
Hi. I have some issues after rebooting the system. First, I would like to show you how I have installed XEN. S.O: Debian Lenny Installation: By default without additional packets So, I installed XEN # aptitude install xen-hypervisor-i386 libc6-xen xen-utils xen-tools bridge-utils # aptitude install xen-linux-system-2.6.26-2-xen-686 # nano /etc/modules loop max_loop=128 # nano
2023 Mar 11
3
Upgrade machine type during migration
Hi, I have an old system. The guest there is defined with: ? <os> ??? <type arch='x86_64' machine='pc-q35-rhel8.2.0'>hvm</type> ? </os> When I try to migrate this guest to a new system I get the error: error: internal error: unable to execute QEMU command 'blockdev-add': Failed to connect socket: Permission denied On the new host I see the
2019 Mar 26
1
Problem passing qemu cmdline option when using <qemu:commandline> in domain xml.
【Sorry there I maked some mistake in my first email, here is the correct one.】 I am trying to pass-through the parallel port of the host to the guest. When I just used qemu-system-x86_64 with option '-chardev parallel,id=charparallel0,path=/dev/parport0 -device isa-parallel,chardev=charparallel0,id=parallel0', it worked perfect. But when I tried to pass these option by adding lines below
2006 Dec 08
2
trouble with cloud output to bmp when in loop
I have some data that I need to view in various 3-D clouds. To better see the cloud structure on a 2-D screen I would like to output a bunch of bmp files with clouds at slightly different angles, then run them through an external program to animate them. But I'm having trouble getting cloud() from the lattice package to output to bmp files. Oddly, this is only a problem when outputting
2010 Aug 19
0
AD Groups Failing to Authorize in Valid Users (does not start with S-)
For the last 3 weeks I've been working on getting RHEL4 (and 5, but that's a different story) to play well with Active Directory, OpenLDAP, Kerberos, PAM and NSS. It's been a long struggle but I now have a process to authenticate and authorize a RHEL4 client to a windows Active Directory server to that my AD Users can log into my Linux boxes (assuming their group permissions are set
2009 Jul 22
5
network problems
So, I have been running into network problems for a while on 4 boxes that I installed xen on so that some engineers have places to test code. This particular problem is happening on all 4 of these boxes. (although, it isn''t happening on an older box running xen from debian etch). What appears to be the problem is that traffic is getting dropped between the vif#.0 interface in dom0
2009 Jun 23
6
network usage gathering
I''ve run into a problem gathering usage for my xen virtual systems. With my old model I used to gather all network usage via my cisco devices using the the counters for each port. Each system had it''s own port on the switch, and I tracked network usage accordingly. Now that I''m using xen for virtual systems, and multiple vm''s share the same switch port,
2009 Jun 09
46
HyperVM
Hi, anyone here is using HyperVM? As you probabily know, the owner of LxLabs has killed hitself (i want to make my condolences to his family): http://timesofindia.indiatimes.com/Bangalore/Techie-hangs-himself-in-HSR-Layout-/articleshow/4633101.cms HyperVM has some big vulnerabilities and we don''t know if they will be fixed. We don''t know if the licensing server will be kept
2016 Mar 10
0
First logon after smbpasswd -a someuser failed
*first logon* $ smbclient -L deb-8-t1 -U test02%qq WARNING: The "syslog" option is deprecated session setup failed: NT_STATUS_UNSUCCESSFUL *second logon* $ smbclient -L deb-8-t1 -U test02%qq WARNING: The "syslog" option is deprecated Domain=[WORKGROUP] OS=[Windows 6.1] Server=[Samba 4.3.6-Debian] Sharename Type Comment --------- ---- ------- print$
2008 Aug 11
1
AD on 2003R2 NT_STATUS_NO_SUCH_USER
Dear Help, We are in the process of setting up a new domain using Active Directory on Windows Server 2003R2. One of our goals was to use Active Directory for authentication on our AIX box (running version 6.1). I was able to successfully set up Kerberos, and the LDAP client to connect to our AD server so that you can now log in to the AIX box with users found in Active Directory. However, no
2011 Oct 27
1
minimizing device-dependent code in graphics scripts
Here is a common scenario that I and probably others often face: - I write a script, test.R, to produce some graphs, viewing them on-screen and tinkering until they look right - I want to save image files (e.g., .png), so I wrap each plot in device driver calls, e.g., png(file='test01.png', width=600, height=600); plot(1:10) dev.off() png(file='test02.png', width=600,
2019 Mar 26
0
Problem passing qemu cmdline option when using <qemu:commandline> in domain xml.
I am trying to pass-through the parallel port of the host to the guest. When I just used qemu-system-x86_64 with option '-chardev pty,id=charparallel0,path=/dev/parport0 -device isa-parallel,chardev=charparallel0,id=parallel0', it worked perfect. But when I tried to pass these option by adding lines below to the domain xml, ... </device> <qemu:commandline> <qemu:args
2009 Jun 16
2
vnc Display number
Hello, is it possible to find out the specific vnc Display Number of a domU? Thanks, Stefan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Jul 07
2
Xen : Time issues
Hi everyone, I''m working in a firm that monitor wan networks. We have several nagios installed on virtual machines. Recently we noticed that the DomU''s clocks are not synced with the Dom0 and the clocks are wrong. So we tried to sync DomU''s via openntpd but it generates errors in nagios. Logs indicate "Time goes back". So we want to sync DomU with Dom0 and
2009 Jun 14
9
What are your bottomneck in using Xen solution?
Hello, Given that nowadays standard Dual Quad Core server is such popular, with Dual GB Ethernet, bundles of high capacity of SATA disks running as RAID 10. What are the factors that prevent you from installing additional VM on an existing server? e.g. 1. CPU 2. Memory 3. Disk I/O 4. Network 5. Else? _______________________________________________ Xen-users mailing list
2009 Mar 29
5
Problems installing guest domains
Hi, I am trying out Xen for the first time and I am having a few problems with getting it working. The computer is a quad core Intel Xeon with VT enabled, 8gb of RAM and 2 x 15,000rpm SAS drives in RAID1. I have installed CentOS 5 64bit and installed Xen 3.3.0 via yum. I have successfully booted in to dom0. Here is my grub.conf on dom0: > # grub.conf generated by anaconda > # > #
2010 Sep 27
8
Problems compiling Asterisk on Debian
Hello, I'm trying to compile DAHDI on DEBIAN but i have the following error: root at Sangoma-Testing:/usr/src/dahdi-linux-2.1.0.4# make echo "You do not appear to have the sources for the 2.6.26-2-amd64 kernel installed." You do not appear to have the sources for the 2.6.26-2-amd64 kernel installed. exit 1 make: *** [modules] Error 1 What should i do? Thanks! -------------- next
2010 Aug 24
3
Firewall rules
Hi Everyone, For all the folk here on this list that offer VPS hosting, do you guys just give a VPS to a customer in a non-firewalled state? Cheers _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Apr 15
6
where is the kernel?
Sorry for my ignorance but....I''ve installed a debian lenny dom0 with a xen kernel, then I''ve configured two domX. I''ve noticed that there isn''t a kernel installed for these ones. I run aptitude to update packages, I''ve updatede the dom0 kernel but....the others? _______________________________________________ Xen-users mailing list
2010 Jul 07
0
samba 3.4.8 solaris 10 no windows security tab
I recently upgraded our samba from version 3.0.13 to 3.4.8. I also changed from security=domain to security=ads with the upgrade. Doing some testing I've found out if a user does not have read access at a minimum on a file or directory either by owning the file, through primary or secondary groups or other permissions on solaris the windows security tab (right clicking on a file or directory