Ubuntu Servers :: Unable To Start Xend When Installing 10.04 64bit With Xen 4.0.1?

Mar 16, 2011

I got a xend start problem when I install xen 4.0.1 on ubuntu 10.04 64_bit my installation steps are as follows:

first, install packages$sudo apt-get install bcc bin86 gawk bridge-utils iproute libcurl3 libcurl4-openssl-dev bzip2 module-init-tools transfig tgif texinfo texlive-latex-base texlive-latex-recommended texlive-fonts-extra texlive-fonts-recommended pciutils-dev mercurial build-essential make gcc libc6-dev zlib1g-dev python python-dev python-twisted libncurses5-dev patch libvncserver-dev libsdl1.2-dev libjpeg62-dev iasl libbz2-dev e2fslibs-dev git-core uuid-dev ocaml libx11-dev bison flex

[code]....

View 2 Replies


ADVERTISEMENT

Fedora X86/64bit :: Not Start After Installing Wine

Feb 26, 2010

I installed fedora 12 X86-64 and after installing wine throw yum it is not working it reach to registering binary handler for windows applications [ok] and it is blinking several times and nothing happened after that

View 11 Replies View Related

Ubuntu Servers :: Virtual Box And Installing 64bit System

Aug 1, 2011

I've got a problem with installing 64bit systems on Virtual Box. It is reporting that my 64 bit virtualization abilities (something like v-AMD or so) are present but not enabled. There is also an advice to enable it in the bios but I can't find anything like this actually. My motherboard is Asus M4A88TD-M EVO with quad-core AMD processor. IS there any trick to enable this feature somewhere in the system or it is a limitation of my hardware?

View 4 Replies View Related

Ubuntu Servers :: Installing 10.4 64bit On Fujitsu Siemens X300 S2?

Jul 16, 2010

i am trying to install ubuntu server 10.4 on a fujitsu siemens x300 s2, but when it comes to dectcting the hard disk it cant find them. it says i have to load the scsi drivers. i have gone threw the list that appears on the list but none work.

View 2 Replies View Related

Ubuntu Servers :: Installing RAID 10 Fresh Install 10.10 64bit Server On A Supermicro 6025B-T?

Mar 17, 2011

I have a client with a pair of Supermicro 6025B-T servers that he wants to have Ubuntu 10.10 64bit Server running on for VM/Cloud experimenting. He needs these to be set up RAID 10. I can go into the Adaptec utility and make the array and make it bootable and get to the point in the installer where it asks me if I want to use the SATA array - then it gets to the partitioning screen and the array is nowhere to be found.

View 1 Replies View Related

General :: Unable To Start Windows After Installing Red Hat

Aug 12, 2009

i was using win xp sp2. i just installed red hat linux by making one of the windows drive as unpartitioned space . i kept windows as my default os .my linux is working properly , but when i goes to start windows , it shows error " windows unable to start , hal.dll file is missing or corrupt".so to solve this problem , i decided to repair windows , but when i isert win xp bootable cd , cd starts booting , after showing messege " setup is inspecting your hard ware " , black screen appears , nd nothing happens after that.what should i do ? i want keep linux as it is and also want to start my windows again . tell me how to repair windows . what should i do to boot win xp bootable cd properly.

View 12 Replies View Related

Server :: Installing Lighttpd From Svn Unable To Start Script?

Aug 4, 2010

I have followed all the steps as mentioned on documentation.except automake (I am not clear as where to make automake)

I logged in as Root on a Ubuntu system
and then

Code:
cd /opt
svn checkout svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x/
cd lighttpd-1.4.x
./autogen.sh
./configure
make
make install

After this what do I need to do to be able to start the lighttpd ?After this I did not found any script /etc/init.d/lighttpd. so what more has to be done ?

View 14 Replies View Related

Fedora Servers :: Apache Won't Start After Installing Openss

Sep 3, 2011

I'm running Fedora 15. I installed mod_ssl and tried restarting Apache. I get the following error:

Code:
(98)Address already in use: make_sock: could not bind to address [::]:443
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443

no listening sockets available, shutting down Unable to open logs I rebooted the server, thinking there was some process in the background that was stopping Apache from listening on 443. Same problem.

I ran:

netstat -A inet -lnp and lsof -i tcp:443

I remove mod_ssl and Apache starts.

The other question I have is what to do with /var/www/html

In the default install, root:root owns it, but I want people to be able to ftp in to that folder and write to it without using the root account. I'm thinking of changing the group to apache and putting the ftp users in the apache group. What is the recommended behavior here?

View 5 Replies View Related

Ubuntu Servers :: Upstart Unable To Start Mysql On 10.04

May 9, 2010

mysqld not running on boot, I can start it manually with

Code:

sudo -u mysql mysqld

If I attempt to start it with Upstart I get

Code:

dom@mythbox:~$ sudo start mysql
start: Job failed to start

View 1 Replies View Related

Fedora :: Unable To Start Web Servers Sometimes

Jun 28, 2010

I can start my webservers sometimes, but not at everytime. After restarting the system, again I can start my web server as usual. Whether it is a problem of fedora9 or web servers?

View 1 Replies View Related

Software :: Unable To Boot To RHEL 4 32bit After Installing RHEL 64bit - Error 13: Invalid Or Unsupported Executable Format

Apr 27, 2009

I have 4 partitions in my system, out of which two(sda1, sda2) have windows on them. I have installed RHEL 4 32 - bit on sda3 and after that , installed installed RHEL 64-bit on to a partition sda 5. Now i am unable to boot into RHEL 32-bit. The error i am getting is Error 13: Invalid or unsupported executable format.

View 1 Replies View Related

Ubuntu Servers :: Installing Zend Server \ When Log In To The Admin Interface, It Told It Couldn't Start The Webserver?

Oct 18, 2010

I had installed apache previously on my system, and I think I uninstalled it completely, although remnants might have remained. I have just installed zend server ce php 5.3, and I am having trouble getting it to work. When I log in to the admin interface, it told me it couldn't start the webserver, so I go to restart apache, and it gives me this:* Starting web server apache2 Syntax error on line 6 of /etc/apache2/sitesenabled/zendserver_gui.conf:Invalid command 'php_admin_flag', perhaps misspelled or defined by a module not included in the server configurationThis has to do with php_mod some how... but I am not sure how to fix this, or where to start, since I am relatively new to actually setting up apache.I thought this might have something to do with libapache2-mod-php... so I went to reinstall it, and ran this:

mburns@mb2449-laptop:~$ sudo aptitude install libapache2-mod-php5
Reading package lists... Done
Building dependency tree

[code]....

View 2 Replies View Related

Fedora Servers :: Unable A Virtualbox Guest To Start At Boot?

Mar 27, 2010

Can anyone help me with how to create an init.d script that will startup a vm machine in virtualbox at boot? I found this script:[URL]..But it is for ubuntu. I am running fedora 12 x386 and using it as an Amahi server. Very cool, but it would be extra cool if I had a virtual windows machine startup when I booted up this server. Then I could just rdp into it when I needed something in windows.

View 3 Replies View Related

Ubuntu Servers :: Cups Does Not Start - Error "cupsd: Unable To Read Configuration File"

Feb 23, 2011

cups does not start with the server. When I try to start from the terminal I get the error message cupsd: Unable to read configuration file '/etc/cups/cupsd.conf' - exiting! cupsd: Child exited with status 1!

The log files show nothing. cupsd.conf exists. It is user - root and group - root with permissions set at 0644. My interpretation of this is that the program is not launching from either boot or terminal for a fundamental reason. I do not quite see what that reason is ..

View 2 Replies View Related

Ubuntu :: Error "unable To Start X Session--- No "/home/username/.xsession" File" ... After Installing Sun Packages

Apr 18, 2010

I was trying to install a couple of the sun packages to have and after the install I get the follow error. Xsession: unable to start X session--- no "/home/username/.xsession" file, no "/home/username/.xsession" file, no session managers, no window managers, and no terminal emulators found; aborting. I am now not able to log into the system at all....Can someone tell me what I've done wrong? How can a repair this?

View 6 Replies View Related

Ubuntu :: Possible To Start Using 64bit Version Of 10.10?

Dec 3, 2010

I have a regular Dell D520 with 32bit 10.04, and wondered if it's possible to start using the 64bit version of 10.10. Do I need any special architecture to run 64bit? Is there any advantage in a regular laptop running 64bit?

View 8 Replies View Related

Ubuntu :: Installing Lib32stdc++ On 10.04 64bit

May 3, 2010

I have a problem similar to the one the poster in [URL]. I can't install Skype and some some other programs. The error message says something like this: lib32stdc++6: Depends: gcc-4.4-base (=4.4.2-3ubuntu1) but 4.4.3-4ubuntu5 will be installed Depends: lib32gcc1 and will not be installed

I just installed 10.04 and almost all settings are at their defaults.

View 5 Replies View Related

Ubuntu :: Start A Wine Application In 64bit-mode?

Apr 26, 2011

I want to install a 64bit-only application in my wine.But every time i try to load the installer it says that it only works on a 64bit-system.Iv'e tried the 32-version of the app and it works fine.I heard that since version 1.2 wine is able to support 64bits.But how do I force wine to load an app in 64bit-mode? I'm guessing there is an option to the wine command or something. But what is it? can't find anything in the man-page. And a google on the subject only brings up old posts from people who are trying to install wine in 64bit-ubuntu...

View 2 Replies View Related

CentOS 5 Server :: Xend Not Running After Reboot

May 13, 2010

service xend status returns nothing - simply moves to next line
service xend start does the same thing
xm list
ERROR Internal error: Could not obtain handle on privileged command interface (2 = No such file or directory)
Error: Unable to connect to xend: No such file or directory. Is xend running?

View 5 Replies View Related

CentOS 5 Server :: Xend Not Running After Reboot?

Sep 7, 2009

service xend status returns nothing - simply moves to next line.service xend start does the same thing

xm list
ERROR Internal error: Could not obtain handle on privileged command interface (2 = No such file or directory)

Error: Unable to connect to xend: No such file or directory. Is xend running?

View 1 Replies View Related

CentOS 5 :: Freezing At Starting Xend After Update

Apr 18, 2011

I had a server running Centos 5.5, which i have Webmin installed.. The other day i saw that there were updates available so i installed them, and now i have Centos 5.6 installed. I just had to reboot my server to move it, and now it wont boot. It is freezing at "Starting xend:"

View 5 Replies View Related

Ubuntu Servers :: MySql Database Won't Start - How To Make It Start

May 4, 2011

I have a mysql database and i use it with apache for my webpages. And I guess it dosen't start when the computer starts so I have to manually start it with "sudo /etc/init.d/mysql start" This returns fail so i went to '/var/run/mysqld/' and the folder was empty. I don't know if this is the problem or not. How can I fix this?

View 9 Replies View Related

Fedora X86/64bit :: Second NIC Will Not Start At Boot?

Aug 27, 2011

I am running it on a Dell PowerEdge 300 and am having all kinds of problems. First problem was that the second NIC will not start at boot. I have to manually start it every time I re-boot.

Ok, so I set up SSH and no mater what I do, it too will not start at boot time. Same with Apache and vnc.

So I use it as a development platform with eclipse. I have my Laptop running 14 32 bit and it was a dream. This eclipse install was a pain from the get go. Now I cannot get the debugger to consistently run no mater what I do. It will run for a bit then the next time I try it will not start. Very strange.

PHP is also a problem. None of the mysql functions work. Yes I loaded the mysql libs but still no luck.

Think I;ll go back to the 32bit 14 and stick with it for a while unless someone has some good suggestions on how to get it running smoothly.

View 8 Replies View Related

OpenSUSE :: 11.3 - Audacious Will Not Start With 64bit OS

Feb 21, 2011

OpenSUSE 11.3 KDE 4.4.4 64bit. Installed Audacious thru Yast2 using the Packman repository [ver 2.4.3-1.pm.1.1-x86_64]. When I look in the start menu it shows up under Multimedia > Audio Player > Adacious. When I try to start Audacious, by either:
1] clicking on the icon in the start menu
2] starting it from terminal
3] typing it from run command
I can see the bouncing 'a' for Audacious. It bounces for a few seconds and then disappears and then nothing more happens. I am using Audacious on my 32 bit system [running openSUSE 11.3 KDE 4.4.4 ] and it works just fine.

View 9 Replies View Related

Ubuntu :: Installing Java 1.7 B136 On 9.10 64bit?

Apr 2, 2011

I run a Minecraft server and it uses Java on a VPS that has Ubuntu 9.10 Karmic Koala amd64. I have Java 1.6 running with no problems, however many people say Java 1.7 makes a major performance increase (I have tested this on my Win 7 64x computer) which would help reduce lag that my players encounter. I downloaded the Linux x64 tar ball from [URL] how to install it (no deb or auto-installer).

View 1 Replies View Related

Red Hat / Fedora :: Xend Kills Network Connectivity On Boot

Oct 31, 2010

red hat 5 update 4 64bit. linux newby. on an interactive boot i can ping -t my vm linux server from my physical MS XP workstation and a vm W2000 64 bit server until xend is started, after that i get destination unreachable. if i choose not to start xend on the interactive boot i retain connectivity. i have read some blogs that imply this might be a bug - is this so? do I need xend on my vm red hat box that is a database server?

View 1 Replies View Related

General :: Xend Kills Network Connectivity On Boot?

Nov 1, 2010

red hat 5 update 4 64bit. on an interactive boot i can ping -t my vm linux server from my physical MS XP workstation and a vm W2000 64 bit server until xend is started, after that i get destination unreachable. if i choose not to start xend on the interactive boot i retain connectivity. i have read some blogs that imply this might be a bug - is this so? do I need xend on my vm red hat box that is a database server?

View 1 Replies View Related

Fedora X86/64bit :: Root Login At Start Up?

Sep 30, 2009

I just installed FC11 yesterday and I can login on terminal window usingu and root password no problem. However if I try to login atachine startup screen as root and password it tells me denied password.

View 4 Replies View Related

Fedora :: Ktorrent Crashes On Start (64bit)?

Jun 14, 2010

Ktorrent crashes on start (64bit). After update.

View 11 Replies View Related

Fedora X86/64bit :: 15 X86_64 Failed To Start?

Jul 27, 2011

I can not start fedora 15 because i take this message:HTML Code:Starting udev wait for complete device initialization failed, see ' system ctl status udev-settle.service for details

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved