Displaying 20 results from an estimated 1000 matches similar to: "How to select a block in gnome-terminal or in vim"
2015 Jan 11
3
PXE Booting EFI
>First, I was looking for the actual values.?
>For a VM with (among other values):
> config.version = "8"
> virtualHW.version = "10"
> ethernet0.virtualDev = "e1000"
> guestOS = "rhel6-64"
> firmware = "efi"
> I see:
> option-93 = 0x07
> option-60 ="PXEClient:Arch:00007:UNDI:003016"
OK I take
2005 May 16
3
cisco 3620 setup (newbie cisco alert)
I'm experimenting (using for the first time) with using a cisco3620 to
connect to the PSTN via a channelised E1 interface, with * handling all
of the SIP calls.
If anyone has any installation tips / help / documentation I would be
most appreciative :)
However, my first question is this: when I am in the setup, I see the
following:
Current interface summary
Controller Timeslots
2018 Dec 05
2
Re: [PATCH FOR DISCUSSION ONLY 0/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
On Wed, Dec 05, 2018 at 09:01:16AM +0000, Roman Kagan wrote:
> On Tue, Dec 04, 2018 at 05:29:31PM +0000, Richard W.M. Jones wrote:
> > This patch is just for discussion. There are still a couple of issues
> > that I'm trying to fix.
>
> Sorry if I missed the original discussion on that, but why is copying
> the static IP configuraition even considered to be a good
2015 Jan 10
0
PXE Booting EFI
On Sat, Jan 10, 2015 at 5:44 AM, Patrick Masotta <masottaus at yahoo.com> wrote:
>> I use Syslinux 6.03 EFI64 on a VMware Workstation 10 VM on
>> 10.0.2 on Linux.
>>
> w/o any problem?
Yes.
> Me too, I just send the ""corresponding"" syslinux.efi
>> Are they actually transferring the syslinux.efi files?
>
> sure
>
>> What
2019 Apr 04
2
Guest interface names not same as configured name
Hi,
I am creating a guest with following description for interfaces in the xml
using virsh create xml command. For some reason, the guest interface names
in the VM dont match the names specified in the xml. Is there a way to make
guest interface names predictable?
Following is the qemu version on host
dpkg --list | grep -i qemu
ii qemu-kvm 1:2.11+dfsg-1ubuntu7.10
2008 Jun 20
1
Voice only works from one way.
Hello, everyone.
Right now, we are trying launch our own PBX system based on Asterisk(Fedora)
with Cisco 2611. Cisco has 2 port FXO card installed on it.
For testing, I have 2611 hooked into phone line with number of xxx-xxx-xxxx
fine. (I'll call it F). Using softphone, I can dial in extension 1001 on
asterisk, which should talk to cisco. After initial connection to Asterisk,
I have try to
2003 Feb 24
2
69.x.x.x network in rfc1918
I came across a problem when one of our clients was not able to access any
of the servers on our network. This person has never connected to us before
and now for this first time was trying to do it from his home is Houston, TX
using earthlink cable service provided by Time Warner. All this
information, I think, is important because when I started examining my
shorewall logs I found out
2010 Nov 24
4
R encoding question
Hi,
I am using RpgSQL to retrieve data from a PostgreSQL database wich is
with encoding UTF8, and I have some Chinese character in one of the
columns, unfortunately R can't show it correctly.
> df <- dbGetQuery(con, "select * from test")
> df
a b
1 1 ????????\xa2
2 2 ???? EURO\xa1
I see the following option, do I need to change the encoding option to
show
2018 Dec 05
1
Re: [PATCH FOR DISCUSSION ONLY 0/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
On Wed, Dec 05, 2018 at 01:18:49PM +0100, Fabien Dupont wrote:
> On Wed, Dec 5, 2018 at 12:01 PM Richard W.M. Jones <rjones@redhat.com>
> wrote:
>
> > On Wed, Dec 05, 2018 at 09:01:16AM +0000, Roman Kagan wrote:
> > > On Tue, Dec 04, 2018 at 05:29:31PM +0000, Richard W.M. Jones wrote:
> > > > This patch is just for discussion. There are still a couple of
2017 Oct 11
3
[PATCH 0/2] v2v: -i vmx: Allow deviceType field to be completely omitted.
A colleague found some VMX files which omit the deviceType field.
This allows -i vmx mode to parse them.
Rich.
2012 Jul 19
1
virsh define function question
Hi,
How do I view the libvirt virsh domxml-to-native function implementation? I think this function contains some error.
Because we use libvirt to manage some host and vms on vmware hypervisor.
We use openenbula generate a template for libvirt ,such as my attachment windows2008.xml.
but when i use domxml-to-native to convert xml file to vmware config file vmx as below. This may not be
2011 Mar 09
2
No response after click the "show Rules" button on Tab "Associate".
Hi,
I am using Rattle 2.6.4 with R 2.12.2 on win64, is this a bug ?
Following is the content after execute the associate analysis process:
Summary of the Apriori Association Rules:
Number of Rules: 23351
Summary of the Measures of Interestingness:
support confidence lift
Min. :0.1250 Min. :1 Min. :2.667
1st Qu.:0.1250 1st Qu.:1 1st Qu.:2.667
Median :0.1250
2012 Jan 19
3
What does the : operator mean in glm formulas
Hi,
I see the following is the credit scoreing in R guide :
m2<-glm(formula = good_bad ~ checking + duration + history+ purpose +amount + savings + employed + installp + marital +
coapp +age + other + depends + telephon + foreign +checking:amount
What does checking:amount mean?
Regards,
Xiaobo Gu
2011 Dec 11
2
as.factor does not work inside function
Hi,
I am trying to write a function do cast columns of data frame as
factor in a loop, the source is :
as.factor.loop <- function(df, cols){
if (!is.null(df) && !is.null(cols) && length(cols) > 0)
{
for(col in cols)
{
df[[col]] <- as.factor(df[[col]])
}
}
}
source('D:/ambertuil.r')
x <- 1:5
y <- 2:6
df <- data.frame(x=x, y=y)
2017 Apr 11
4
v2v: Implement -i vmx to read VMware vmx files directly (RHBZ#1441197).
https://bugzilla.redhat.com/show_bug.cgi?id=1441197
2008 Dec 23
1
MCP51 sound card can be recognized but can't work
Hi all,
I recently install CentOS 5.2 on my Asus Z99M laptop, everything seem to
works fine but there is some problem with the sound card.
The system can recognized the hardware and I can even run the Realplayer for
linux without any error messages, but it can't make any sound, or even
noise.
I have googled a lot but still can't get it work.
Will anyone please guide me to solve this
2008 Dec 24
4
Please share some RHCE/RHCT learning material
Hi all,
will anyone please share me some material on RHCE/RHCT, I am fighting for
the Quality Engineer in RedHat, and that may help a lot in the coming
written exam.
Many thanks and Merry Christmas!
Cheers, Xiaobo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20081224/57086264/attachment-0003.html>
2019 Jan 14
2
Various extensions ring once and go to voicemail
We have an old Asterisk 1.8.7.0 system desperately need to keep alive for another 6 months or so. We had all kinds of hardware problems, so we virtualized it.
Now, random extensions ring once and go straight to voicemail.
I went to one of the affected extensions and changed the ring time from the default (20) to 26. Still one ring. I changed it to 30. Now I get two rings. Other extensions ring
2010 Aug 01
3
Can saved R object .RData files be loaded by more than one R sessions for read only purpose?
Especially for large ff objects.
Xiaobo.Gu
[[alternative HTML version deleted]]
2004 Nov 29
1
Cisco gateway help needed
HI,
I have been pulling my hair out trying to get a Cisco MC3810 to interface my
Asterisk box with a T1.
I am able to make outgoing calls but incoing calls never reach my Asterisk
box. The cisco give a fast busy when I try to call one of the DID's. When
playing around with the dial-peers I can get the cisco to pick up the call,
but then it forwards the call back to the ANI that is dialing.