Displaying 20 results from an estimated 2000 matches similar to: "creating a local repo"
2010 Apr 06
2
kickstart + domU for static IP
I've set up a local webserver to store kickstart files for domUs. All
parameters are respected apart from the network settings. DomU always
gets DHCP. Can any one help to unwrap this one? Does one add hostname,
ip, netmask and gateway values to the /etc/xen/blah.cfg file?
# ---- domU kickstart file ----#
url --url http://192.168.1.120/centos/5/os/i386
lang en_US.UTF-8
keyboard uk
network
2007 Feb 24
7
Creation of additional image within a domU
Chaps,
Perhaps this question is a little basic for this list but I''m not
really sure of the simplest method or best tool for the job.
I''ve created some images with `dd=/dev/zero ....` and I''m using them
for the domUs now. Some of them have been running for a few months
with no probs. Trouble is that I''d like to create a separate partition
within the domU.
2006 Dec 15
12
Numbering of releases
Am I right in thinking that the numbering of the versions are in synch
with the gcc version that one is recommened to build with? In other
words "use gcc version 3.foo".
--
John Maclean - 07739 171 531
MSc (DIC)
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 Apr 04
1
Cobbler or manual set up for local repo
Chaps,
Is cobbler overkill or is it simpler to set up a local repo and rsync
it with a mirror?
--
John Maclean
07739 171 531
MSc (DIC)
Enterprise Linux Systems Engineer
2013 Nov 15
2
2 routes & 1 destinations
Hi,
At office, we have I ISPs.
I want to lightly monitor each link latency in order to decide several
routing.
For that, I have only one external server: 1 IP, it's an OVH dedicated
server.
The quick picture is http://s24.postimg.org/n3436z64l/defaul_route.png
Default route is via ISP1.
If OVH-server pings IP1:
- the request will go through ISP1: it's OK
- the reply will go through
2012 Jul 06
3
Node not find
Hi, my new server doesn''t find his node *whereas i did the same for my
others servers and it works on them*. My key is generated and signed by my
master (i had had to add my puppetmaster in /etc/hosts).
My node :
*node ''vpsXXXXX.ovh.net'' {
*
*
*
*}*
*
*
It''s save in vpsXXXXX.ovh.net.pp in puppet/manifests/nodes and in my
site.pp i include nodes/* .
When i
2004 Feb 04
3
[PATCH] Adding ocfs support to blkid
The following patch adds ocfs support to blkid.
--rusty
# This is a BitKeeper generated patch for the following project:
# Project Name: Ext2 filesystem utilities
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1327 -> 1.1328
# lib/blkid/probe.c 1.15 -> 1.16
#
2009 Apr 07
1
i have a probleme and my asterisk and ovh
hello every body
my connexion on ovh to pass in UNREACHABLE and not reidentified were not
reboot the server.
[Apr 7 20:17:21] NOTICE[19947]: chan_sip.c:15605
handle_response_peerpoke: Peer 'ovh' is now Lagged. (2067ms / 2000ms)
[Apr 7 20:17:35] NOTICE[19947]: chan_sip.c:19829 sip_poke_noanswer:
Peer 'ovh' is now UNREACHABLE! Last qualify: 2067
but my probleme is the adress
2007 Jul 28
0
request for info - X on an IBM
I can install xen fine on this laptop. trouble is that I have no
output from terminals or X when I use Fedora based distros. Has
anything changed in relation to this bug? I''d rather stick to this
list to avoid cross or double posting but do tell me if this is the
correct list or not.
[https://launchpad.net/distros/fedora/+bug/74023]
Here''s the output of lspci:-
/sbin/lspci -v
2010 May 01
0
Request for rss feeds
Who would be the right person(s) to ask for rss feeds on the main
centos website?
--
John Maclean
07739 171 531
MSc (DIC)
Enterprise Linux Systems Engineer
2007 Nov 15
0
domUs not booting 2-core box, clues required
Chaps,
Do any of run Xen on a 2-core box that you built from source? If so
did you build your own images? I''m curious as I''ve built images on a
single-core node and they run --fine-- on that machine.
However, as soon as they start on a two-core box they die.
/var/log/xen/xend.log gives
" VM <name_of_domain> restarting too fast (1.400056 seconds
since the last
2007 Jun 03
0
xen and wireless domUs
Hi chaps,
host = laptop
dom0 = debian testing
domU = various
problem = providing wireless to my domUs
references = http://www.redhat.com/docs/manuals/enterprise/RHEL-5-manual/Virtualization-en-US/ch-virt-laptop-configurations.html
That ref has been good so far in that a CentOS instance has got an IP
with dummy0.
host machine:-
cat /etc/issue && cat /etc/network/interfaces
Debian
2010 Jan 12
4
Are SSD disks worth the cost for server usage?
Hi,
we want to upgrade our infrastructure and are considering renting two
different types of server by a provider:
- A: one is with 80 GB SSD (and 12 GB memory)
http://www.ovh.co.uk/products/eg_ssd.xml
- B: the other with 750 GB SATA2 (and 8 GB memory).
http://www.ovh.co.uk/products/eg_best_of.xml
The target infrastructure will host:
- a few public web sites (PHP / MySQL)
- a development
2019 Apr 25
8
[Bug 13913] New: sync a folder with large amount of files
https://bugzilla.samba.org/show_bug.cgi?id=13913
Bug ID: 13913
Summary: sync a folder with large amount of files
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter:
2010 Aug 13
2
IP aliases from a QEMU/KVM guest
Hello,
I'm trying to set up IP aliases within a QEMU/KVM guest on CentOS 5.5
x86_64, going through a bridged virtualized interface.
The virtualized interface in the guest is configured as follow:
# ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
PEERDNS=yes
GATEWAY=IP.OF.HOST.GATEWAY
HWADDR=11:11:11:11:11:11
IPADDR=IP.OF.GUEST.ETH1
NETMASK=255.255.255.255
ONBOOT=yes
ARP=yes
USERCTL=no
IPV6INIT=no
#
2013 Jun 21
1
fasttrack mirror server out of sync?
I don't know if it's useful to report this: (& who should I report it to?)
# yum update
[...]
* base: mirrors.ircam.fr
* extras: mirrors.ircam.fr
* fasttrack: mirror.ovh.net
* remi-ff: rpms.famillecollet.com
* updates: centosq3.centos.org
base | 3.7 kB 00:00
cr | 2.9 kB 00:00
extras | 3.4 kB 00:00
fasttrack | 3.4 kB 00:00
Not using downloaded repomd.xml
2013 Jul 16
2
Can someone help confirm a bug? kio_http kdegraphics
Hello:
I'm trying to track down a kio_http problem using CentOS 6.4 with KDE.
This causes multiple kio_http procs to spawn and lots of
notifications.
Several steps are needed:
Create a foo.html with an href
foo.html
<html><head>Test</head><body><a
href=http://ovh.com>http://ovh.com</a></body></html> [^]
Use html2ps then ps2pdf to create a PDF
2012 Jun 09
3
Guild Wars 2 hangs on start
Hi,
I would appreciate any help with getting Guild Wars 2 to run on Debian Linux (KDE, testing). When I hit the "Play" button on the start screen, the music starts to play but the GW2 window only shows the underlying console window. It just sits there and has to be killed manually.
Specs:
AMD Athlon 64 X2 4400+
4 GB RAM
GeForce GTX 260
Nvidia driver 295.53
Wine 1.5.5
Output from
2011 Aug 19
1
rsync'ing an rdiff-backup repository
I'm rsync'ing an rdiff-backup repository to a different machine and I
have a few questions I'm hoping you guys can help me out with.
Should I use --archive? Or maybe -rlD instead?
Can I restrict an SSH key to rsync? I can do it with rdiff-backup
with command="rdiff-backup --server" but I can't figure out how to do
it with rsync.
The rdiff-backup repository I'm
2014 Nov 22
3
SIP call drops after 32 seconds, but only when....
Am 22.11.2014 um 12:51 schrieb Andreas Sikkema:
>> but as soon as I configure another sip registration on another server,
>> outgoing
>> calls drop after 32 seconds.
> Are both your servers behind the same NAT router?
>
thanks for taking part...
I don?t know...
one is
siptrunk.ovh.net
and the other one is
sip.ovh.fr
how can i determine and how could that affect... I