similar to: Need info on vnet mapping to guests

Displaying 20 results from an estimated 700 matches similar to: "Need info on vnet mapping to guests"

2007 Apr 19
6
network settings
Hello, Despite of reading a lot of descriptions I don''t understand the network configuration. I simply have too little experience. I work remote with the machine via ssh. My dom0 is running. I copied an existing installation into a LV and created the following file: # cat /etc/xen/domu-sarge # -*- mode: python; -*- kernel = "/boot/vmlinuz-2.6.18-4-xen-686" #kernel =
2013 Jan 07
16
stdlib take almost 14 minutes to sync on CentOS Vagrant VM
Hi, I have a fresh CentOS 5.8 Vagrant VM that I''m using to emulate a customer''s server. During the first Puppet run, it takes 13 minutes and 48 seconds to sync the Puppet Labs stdlib module. On a similar Ubuntu 12.04.1 Vagrant VM, Puppet starts up, and almost instantly goes from plugin sync to facter load. Is this load time for stdlib on a RHEL variant normal?
2008 Aug 27
1
Rsync Error Code 23?
Regarding "rsync error code 23" could the below "delete_file: ...file exist" failures cause the error code 23? Or, how can I resolve this as these are the only errors I see in the log files. Thank you! START Tue Aug 26 11:10:12 PDT 2008 /home/filerep/bin/rsync -e /var/openssh/bin/ssh --archive --stats --timeout 3600 fmttcesrv1::tce_data
2009 Jun 26
1
How to create separate plots for all combinations of some factors
Hi, All I have a data frame as follows: > data.class(tapes) [1] "data.frame" > names(tapes) [1] "date" "loc" "class" "drp" "data" "scratch" "reclaim" "total" Date is a date; loc, class and drp are factors; the rest are numerics. I want to generate separate plots by date for the
2006 Jul 16
1
Hmisc xYplot
Dear R community, I am having trouble with a particular plot that I am trying to produce using Hmisc's xYplot function. I've been using primarily lattice and Hmisc packages for my plotting needs for the past few years, with great success. However, what I want to do now with xYplot is plot more than one data trend in the same panel, much as I would use xyplot from package lattice in
2010 Jan 31
1
poor network performance to one of two guests
G'day, I have a host running two kvm guests. One of them gets very poor network performance, testing with iperf I get ~10MBit/sec to guest A, >400MBit/sec to guest B (running iperf between the host/guest). Both guests are using the same bridge: Guest A: <interface type='bridge'> <mac address='54:52:00:75:24:91'/> <source
2006 Jun 01
4
FW: How to create a new package?
Hi, I'm a group of functions and I would like to create a package for load in R. I have created a directory named INE and a directory below that named R, for the files of R functions. A have created the files DESCRIPTION and INDEX in the INE directory. The installation from local zip files, in the R 2.3.0, results but to load the package I get an error like: 'INE' is not a
2006 Dec 12
2
tklistbox...
Hi everyone, I have different listboxes in the same toplevel window. The problem is, if I select (by left clicking) one of those listbox elements, the current selection in the other listboxes is cleared! Anybody knows how I can prevent this? Thanks, --------------------------------------------------- Rita Sousa DME - ME: Departamento de Metodologia Estatística - Métodos Estatísticos INE -
2012 Mar 27
2
domU's being killed - strange?
Hi all Greetings from Patagonia Argentina - this is my first message to this list. I''m having a weird problem: when I reboot some domU, some OTHER domU gets killed. Scenario: > cat /etc/SuSE-release SUSE Linux Enterprise Server 11 (x86_64) VERSION = 11 PATCHLEVEL = 1 > uname -sri Linux 2.6.32.43-0.4-xen x86_64 > rpm -qa | grep xen- kernel-xen-base-2.6.32.43-0.4.1
2007 Nov 13
35
XEN - Broadcom issue: survey
I totally agree with Luc Boudreau about this problem. On modern branded server they ALL use Broadcom chipset... I must admit that: a) lot of people are experiencing the problem but can tolerate it or b) someone already experienced this problem and solved it Lets'' approach the problem pragmatically... just start with a survey on the list. ... hope we solve this issue soon. Ivan
2006 Jun 29
0
Sortables question
Hello, I am new to Scriptaculous, and was recently brought into a project using it to create an email Newsletter builder. The idea is that the user will have lists of elements that he can add to the email page by dragging the element he wants to add from an "available sections" container, to a "loaded sections" container. Dragging from the loaded to available will
2016 Jan 27
1
[v3,11/41] mips: reuse asm-generic/barrier.h
On Thu, Jan 14, 2016 at 04:47:53PM -0800, Paul E. McKenney wrote: > So you need to build a different kernel for some types of MIPS systems? Yes. We can't really do without. Classic MIPS code is not relocatable without the complexity of PIC code as used by ELF DSOs - and their performanc penalty. Plus we have a number of architecture revisions ovr the decades, big and little endian, 32
2016 Jan 27
1
[v3,11/41] mips: reuse asm-generic/barrier.h
On Thu, Jan 14, 2016 at 04:47:53PM -0800, Paul E. McKenney wrote: > So you need to build a different kernel for some types of MIPS systems? Yes. We can't really do without. Classic MIPS code is not relocatable without the complexity of PIC code as used by ELF DSOs - and their performanc penalty. Plus we have a number of architecture revisions ovr the decades, big and little endian, 32
2005 Mar 03
14
Serious performance issues
Hi. I have a Shuttle box with an AMD Athlon XP 2200+ and 1GB of RAM. I''m normally running it with Debian sarge/sid and kernel 2.6.10-1-k7, as built by Debian. I want to use Xen on it. I built a xen0 kernel which is as close to the Debian kernel as I can (no power management, no HPET timers, broken ISA drivers disabled), disabled /lib/tls, and booted with the new kernel. Everything works.
2005 Mar 23
2
Permission problems writing to Share from SQL Agent
Hello: I have a client that is using MS SQL Server in a Windows 2003 server. They have a Linux machine (Fedora Core 3) that is acting as a file server using Samba. We want to write backups from the SQL Agent for SQL Server to one of the shares on the Samba server. If I set the share to allow guest access, the SQL Agent can write the backups just fine using \\Shares\SQLBackups\pubs.bak but, if
2014 Aug 10
3
Centos 7 - iptables service failed to start
Hello all: I did a fresh install of CentOS 7 on a new machine. I wrote /usr/local/bin/firewall.stop to remove all the firewall rules. It contains this code: # Flush the rules /usr/sbin/iptables -F # Set the default policies to accept /usr/sbin/iptables -P INPUT ACCEPT /usr/sbin/iptables -P OUTPUT ACCEPT /usr/sbin/iptables -P FORWARD ACCEPT I wrote /usr/local/bin/firewall.start to set the
2009 Jun 25
2
Use 8GB RAM on Pentium D?
Hello: I have a Supermicro SuperServer 5015P-TR. It has a Pentium D and is running CentOS x86_64. Can this machine use 8GB RAM? I think it should because it is running a 64 bit OS, but I am concerned because it is fundamentally 32 bit hardware. Anyone have any experience in this area? Thanks, Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com Eliminate junk email and reclaim your
2002 Jun 12
4
WIndows 98 asking for a password
Hello: I have a brother HL-1440 laser printer set-up and working fine on my RedHat 7.3 Linux box. The printer queue is named brotherLaser. I added a samba share for the printer with these options in my smb.conf file: [brotherLaser] path = /var/spool/lpd/brotherLaser writable = yes comment = Brother Laser Printer printable = yes public = yes I then went
2007 Jan 28
4
Use Microsoft shared fax printer?
Hello: Is it possible to use Samba to send documents to a Microsoft Shared Fax Printer? How would I give it the phone number and other recipient details that normally comes in the popup window when I print to a shared fax printer from Windows? Thanks, Neil -- Neil Aggarwal, (214)986-3533, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit
2009 Nov 02
8
Free or low cost online backup?
Hello: Does anyone know a free or low cost online backup system for CentOS? Thanks, Neil -- Neil Aggarwal, (281)846-8957, http://www.JAMMConsulting.com CentOS 5.4 KVM VPS $55/mo, no setup fee, no contract, dedicated 64bit CPU 1GB dedicated RAM, 40GB RAID storage, 500GB/mo premium BW, Zero downtime