Displaying 20 results from an estimated 5000 matches similar to: "extra parameters for a custom vif-script"
2008 Nov 13
1
Error while creating Guest Domain - Please help
Hi
Below is what i get while creating a guest domain, please someone help me.
[root@xenserver xen]# uname -a
Linux xenserver 2.6.21-2950.fc8xen #1 SMP Tue Oct 23 12:24:34 EDT 2007 i686 i686 i386 GNU/Linux
[root@xenserver xen]#
[root@xenserver xen]# xm list
Name ID Mem VCPUs State Time(s)
Domain-0 0 930 2
2013 Sep 06
2
[PATCH] xen: arm: improve VMID allocation.
The VMID field is 8 bits. Rather than allowing only up to 256 VMs per host
reboot before things start "acting strange" instead maintain a simple bitmap
of used VMIDs and allocate them statically to guests upon creation.
This limits us to 256 concurrent VMs which is a reasonable improvement.
Eventually we will want a proper scheme to allocate VMIDs on context switch.
The existing code
2005 Sep 08
4
Booting FreeBSD diskless in DomU
Using the 2.0.6 demo cd image, I booted the supplied freebsd image and rsync''d
the file system to an NFS server. However I don not seem to be able to
succesfully boot from it the system just hangs here:
xn0: bpf attached
xn0: Ethernet address: aa:00:00:61:1c:d4
lo0: bpf
I have modified /sbin/start_freebsd.sh and /etc/xen/freebsd.py to generate
the following configuration:
xendemo:~#
2011 May 20
13
XCP bandwidth management
Hi all,
I''ve got XCP 1.0 up and running nicely and would like to use it in
production. However I''m struggling with the concept of bandwidth management.
It seems like such a common problem that everyone must have, but I can''t
find any clear direction in which to go.
The dedicated host I am using (Hetzner) gives me a 5TB monthly bandwidth
quota which needs to be shared
2007 Mar 29
3
Asterisk hangs up SIP call after 6 200 retransmits
I have the following scenario:
PSTN gateway (202.180.nnn.nnn) -> OpenSER 1.0.1 (147.202.nnn.nnn) -> Asterisk 1.2.16
(203.89.nnn.nnn)
When an incoming call is received, often (but not always) Asterisk repeatedly sends a SIP 200 OK message and eventually hangs up the call.
sip.conf
[general]
port = 5060 ; Port to bind to (SIP is 5060)
bindaddr = 0.0.0.0 ; Address to bind to (all
2015 Aug 19
0
Seeing: "Got REQ_KEY from XXX while we already started a SPTPS session!"
I'm running tinc 1.1pre11 with AutoConnect set to 'yes' and I recently
started seeing lots of these messages on my VPN and cannot connect to
various hosts from other hosts:
(I have obscured the hostnames and vpn name, but otherwise this is a direct
paste from syslog)
Aug 19 14:51:51 AAA tinc.nnn[2217]: Got REQ_KEY from XXX while we already
started a SPTPS session!
Aug 19 14:51:54 AAA
2008 Jun 27
2
Megatec and Belkin F6H550-UPS
Hi Jayson,
I forward your request to the right place.
Carlos (or some other) will have an answer, or at least some questions for you.
-- Arnaud
2008/6/27 Jayson Anderson <jayson.anderson at gmail.com>:
> Greetings Arnaud,
>
> I wrote you some time ago about whether NUT would support the Belkin
> F6H550-UPS device in the future.
>
> You had replied and mentioned to send
2005 Jul 04
2
Extensions will not go to voicemail
I have a remote installation that connects via IAX from my office pbx.
When I call an extension on the remote pbx, after the dial period, the
call is terminated. Nothing I do in configuration of that extension
seems to matter:
-- Executing NoOp("IAX2/netconcepts@nnn.nnn.nnn.nnn:4569-5", ""Dial
710"") in new stack
-- Executing
2006 Jul 26
1
Uploading BLOB into MySQL
Greetings RoR Folks,
I''ve seen lots of examples that show how to load images into MySQL
databases using RoR with the file actually sitting on the filesystem and
the file path stored in the database.
What I would like to do is upload a file (.jpg, .png, .gif, .mp3, or
.wav) into a MySQL BLOB column so that the file is not on the file
system, but rather in the MySQL database.
The
2005 Oct 11
1
callerid validation and expression parser problems on Solaris 10
Greetings to All.
A little background about what I am trying to do, and please excuse the
length of this post.
I am setting up a voicemail (VM) system based on Asterisk. From what I've
heard Vonage uses Asterisk as their VM platform as well. I am running
1.2beta with a MYSQL backend for extensions and VM user info. All the sound
files and vm messages are being stored through an NFS
2003 Jun 24
0
winbind, ads, and trouble with group lookups
Hello,
I've been trying to get samba set up to authenticate users off a W2003/ADS
system and it appears to be working for the most part. However, there is one
issue plaguing me and I'm not sure how serious it is.
In brief, the Windows SID => Unix GID mapping is failing in odd ways. After
getting things set up, the following work:
* wbinfo -g (lists all domain groups, ie DOMAIN+user)
2006 May 15
0
[PATCH] Document UUID option in example domU configs
# HG changeset patch
# User user@localhost.localdomain
# Node ID 347948cff0621cd3b085dc02f15fb2c9b55148af
# Parent cb70d4f8d7182b0d1b5bcee7044f59fbe4dc9839
Document the UUID domU configuration parameter in example configurations.
Signed-off-by: Andrew D. Ball <aball@us.ibm.com>
diff -r cb70d4f8d718 -r 347948cff062 tools/examples/xmexample.hvm
--- a/tools/examples/xmexample.hvm Mon May 15
2000 Mar 01
1
smbpasswd failure
I've attempted to change my smb password on a remote NT PDS, but it
always fails with
resolve_name: Attempting lmhosts lookup for name SERVER<0x20>
getlmhostsent: lmhost entry: 127.0.0.1 localhost
resolve_name: Attempting host lookup for name SERVER<0x20>
Connecting to nnn.nnn.nnn.nnn at port 139
error connecting to nnn.nnn.nnn.nnn:139 (Connection refused)
unable to connect to
2010 Oct 09
1
Software bridge setup in RHEL 5/CentOS 5 questions, possible bug.
I have a question about software bridge setup (initscripts).
If one sets up a bridge network:
ifcfg-eth0:
DEVICE=eth0
ONBOOT=yes
BRIDGE=br0
HWADDR=xx:xx:xx:xx:xx:xx
ifcfg-eth1
DEVICE=eth1
ONBOOT=yes
BRIDGE=br0
HWADDR=xx:xx:xx:xx:xx:xx
ifcfg-br0
DEVICE=br0
TYPE=Bridge
BOOTPROTO=static
BROADCAST=nnn.nnn.nnn.255
IPADDR=nnn.nnn.nnn.nnn
NETMASK=255.255.255.0
NETWORK=nnn.nnn.nnn.0
ONBOOT=yes
Deep
2014 Aug 11
0
Invalid seqno and short packets
Hi,
I just upgraded my entire environment from Tinc 1.0.24 (or prior) to the
most recent version from git (1.1pre10+), using ED25519.
Sometimes, especially after some failed authentication attempts or timed out
authentications, I get the following log messages:
2014-08-11 21:51:10 tinc.NNN[3376]: Connection with XXX (1.2.3.4 port 1)
activated
2014-08-11 21:51:10 tinc.NNN[3376]:
2003 Jan 14
1
glmmPQL and anova
Dear R-users,
I have conducted an experiment with a 2*2*2 factorial within-subjects design. All factors are binary and the dependent measure is a frequency of successes between 0 and 4. Treating this as a normally distributed variable, I would perform a repeated-measures ANOVA as follows:
> aov(y ~ A*B*C + Error(subj/(A+B+C)))
but since the distribution of the dependent measure is clearly
2003 Feb 17
0
AIX 4.3.3 smbd won't start
Hello,
I have just downloaded Samba 2.2.7.a and I have tried to set it up on
AIX 4.3.3 and am not having luck.
Last week I installed samba on my linux machine and it works pretty
well. The boss asked on Friday if I could set it up on my AIX machine.
I have samba installed in /usr/local/samba.
After running /usr/local/samba/smbd -D and /usr/local/samba/nmbd -D I
can do this
ps -aef |
2013 Dec 11
1
Why ssh client breaks connection in expecting SSH2_MSG_NEWKEYS state?
I have a client host that I don't have access to now, which attempts to
establish ssh connection back to my BSD server using the private key.
Client runs this command:
/usr/bin/ssh -i ~/.ssh/my_key_rsa -o "ExitOnForwardFailure yes" -p
$HPORT $HUSER@$HOST -R $LPORT:localhost:$LPORT -N
On the server debug log looks like this:
Connection from NNN.NNN.NNN.NNN port 43567
debug1: HPN
2002 Oct 15
1
3.4p1 Error on Tru64 Unix - cannot set login uid
Hi,
I have recently loaded Openssh 3.4p1 on an Tru64 Unix 5.1A system.
I followed the installation instructions described in INSTALL, essentially
using all default settings, and it went throught without any obvious errors.
I can then use the root account to initiate outbound and inbound ssh calls,
and can log on without any problems.
The trouble is that when I try to use ssh to log in (from a
2011 May 04
0
Guest access broken for Win7 between 3.3.8 and 3.5.4?
I've been running samba on RHEL5 for the past couple of years with XP
clients. Late last year, in order to support new Win7 clients, I upgraded
from samba-3.0.33 packages to samba3x-3.3.8 (from the Red Hat-managed
configuration tree) and after some struggles got everything working. But now
after upgrading to samba3x-3.5.4 I am only able to connect as a known user
and not as a guest.
Relevant