Sponsored Content
Operating Systems Linux Fedora Xvm Xen doesn't find installation files Post 302385258 by jlliagre on Thursday 7th of January 2010 02:43:56 PM
Old 01-07-2010
Not sure that question belongs to Unix dummies but anyway:
Can you post the whole virt-install commands you ran ?
Did you use the debug option and if true, what was its output ?
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to find size of each subdirect? du -sk | ls doesn't work

Using solaris 2.5.1, and how can I get a summary of the size of each subdirectory, say for /export/home, all the users? usually I do a du -sk dirname but I have to manually type in each name, is there a better way? Thanks, (3 Replies)
Discussion started by: kymberm
3 Replies

2. Shell Programming and Scripting

perl - how do i find out if a file doesn't contain a pattern?

how do i check a file for a pattern and perform an action if it doesn't exist? i know how to search a file for a pattern. you just place it in an array like so. #!/usr/bin/perl my $data_file = "file.txt"; open DATA, "$data_file"; my @array_of_data = <DATA>; if ($_ =~ m/pattern/i) {... (4 Replies)
Discussion started by: mjays
4 Replies

3. Programming

find() doesn't find '|' for some reason

Here's some sample output and my code follows it. Why can't find() find '|'. It just dosn't make a bit of sense at all. AL01463|Pell City|Saint Clair|B|02115|AL|35125|630|Birmingham (Ann and Tusc)|13890|40|Charter Communications|Fairfield|Charter Communications|2 -1... (1 Reply)
Discussion started by: sepoto
1 Replies

4. UNIX for Dummies Questions & Answers

Installation of Xen hypervisor

I want the steps to install Xen hypervisor (with Domain 0) on linux kernel 2.6.38.8 on ubuntu.Actually there are many links for the steps but each link shows differenet commands.So I want a precise note containing the steps for installation of Xen:wall: (0 Replies)
Discussion started by: pratibha
0 Replies

5. Red Hat

Xen Server Installation on CentOS6...?

Hello Folks, Anyone know about the support possibilities of Xenserver(open source) on CentOS6..? As I Googled and read alot of forums, but no luck. I have tried the followings. OS: CentOS6 Kernel: 2.6.32-71.29.1.el6.x86_64 Arch: x86_64 When tried to install XenServer from source. Xen4.0 -... (1 Reply)
Discussion started by: chandranjoy
1 Replies

6. OS X (Apple)

OS X 'find' nogroup/nouser doesn't traverse directories?

flamingo:~ joliver$ sudo find / -nogroup find: /dev/fd/4: No such file or directory find: /home: No such file or directory find: /Library: No such file or directory find: /net: No such file or directory find: /Network: No such file or directory find: /private: No such file or directory find:... (2 Replies)
Discussion started by: jnojr
2 Replies

7. Shell Programming and Scripting

Why regex pattern doesn't work in find?

$ find /opt/data_* -maxdepth 3 -type d -name "main*" 2> /dev/null /opt/data_025/maindblogs /opt/data_026/maindblogs /opt/data_027/maindblogs /opt/data_028/maindblogs $ find /opt/data_* -maxdepth 3 -type d -name "rvlogs*" 2> /dev/null /opt/data_002/prod/rvlogs2_archive... (4 Replies)
Discussion started by: urello
4 Replies

8. UNIX for Beginners Questions & Answers

Grep doesn't find what it should

Dear all, I wanted to use grep to search some files containing code - and the result was very disappointing: although I could see with my own eyes the expressions (written in the files), grep didn't give any output. Basically, I write this to the terminal grep "Find" *.txtor grep Find... (2 Replies)
Discussion started by: radudownload
2 Replies

9. Homework & Coursework Questions

Java doesnīt find the CLASSPATH (System variable)

1. The problem statement, all variables and given/known data: As a excercise I have to compile a program (Hello2.java) with a class file (HelloText.java) in another directory. (As you seen in the screenshot) Iīm setting a PATH and a CLASSPATH (system variables). Itīs working without a... (2 Replies)
Discussion started by: MenschTown
2 Replies
DH_INSTALLXSP(1)					User Contributed Perl Documentation					  DH_INSTALLXSP(1)

NAME
dh_installxsp - install host files into /etc/xsp/conf.d and /etc/mono-server/conf.d SYNOPSIS
dh_installxsp [debhelper options] [--name=name] [-V version(s)] DESCRIPTION
dh_installxsp is a debhelper program that will install host configuration files in /etc/xsp2/conf.d and /etc/mono-server2/conf.d (for XSP 2) or /etc/xsp4/conf.d and /etc/mono-server4/conf.d (for XSP 4). So, if xsp 2 (or xsp 4) is install or will be installed, when xsp starts it automatically starts the daemon with the host file. The files debian/package.hostxsp2 are installed for XSP 2 while debian/package.hostxsp4 are used for XSP 4. In the debian/rules file, dh_installxsp needs to be called before dh_installdeb to make sure the files are properly marked as conffiles to avoid the lintian warnings. Otherwise, the files created in /etc/ need to be marked as conffiles. OPTIONS
--name=name Look for files named debian/package.hostxsp{2,4} and install them as /etc/xsp{2,4}/conf.d/package/hostfile. -V version(s) Installs the files for XSP 2.0 (-V 2), XSP 4.0 (-V 4), or both (-V 2,4). If this version is not specified (or just -V is given), this only installed files for XSP 4, not XSP 2. SEE ALSO
debhelper(7) This program is a part of mono-utils. AUTHOR
Originally written by Pablo Fischer <pablo@pablo.com.mx>. Modified by Dylan R. E. Moonfire <debian@mfgames.com> to handle XSP and XSP 2 installation. Modified by Jo Shields <directhex@apebox.org> to drop XSP and add XSP 4. perl v5.14.2 2012-01-18 DH_INSTALLXSP(1)
All times are GMT -4. The time now is 10:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy