Server :: PXeboot Install Ubuntu 10.04 With Multiple Architectures?

May 1, 2010

I have two amd64bit machines and one intel core2 duo laptop which I want to install ubuntu on. The problem is am not sure what I need pxelinux.cfg/default file. So far I have got it to boot pxelinux

include ubuntu-installer/i386/boot-screens/menu.cfg
include amd64/ubuntu-installer/amd64/boot-screens/menu.cfg
#default ubuntu-installer/i386/boot-screens/vesamenu.c32
prompt 60
timeout 60

but I can't see how I tell it to boot ubuntu 64bit installer instead of i386 one.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Compiling For Multiple Architectures?

Aug 13, 2010

I'm trying to compile some of the gnu utils (the version on some of the computers I work on are terribly out of date). The issue is that many machines share the same filesystem, and I'd like to not have a different executable for each machine. Anyways, I've read that

./configure CC="gcc -arch i686 -arch x86_64 " --prefix=/home/user/bin

should work. But of course it doesn't. apparently -arch is not an argument accepted by gcc.

View 1 Replies View Related

Software :: Compiling For Different Architectures?

Jan 1, 2010

Is there a way I can compile for a different architecture on the same system? For example I am interested in compiling armel debs on a 64 bit Linux distro.

View 1 Replies View Related

CentOS 5 :: How To Boot An .iso For PXEBOOT

Aug 10, 2010

I have the normal CentOS install good and working using PXEBOOT and NFS-UTILS. It works fine and I am happy and know the in and out of the configurations. However, some distros of CentOS are tampered ones that come pre-packaged with other programs. For those, if I use the images/pxeboot/vmlinux and initrd.img, I would get to a normal CentOS install which is not desired.

For example, if I burn this .iso of Vicidialnow, and put it in the optical drive for boot, it will only require me to press Enter once and it will formate and install in a breeze without any interaction from me. If I mount that same .iso onto pxeboot server, and try to boot to it from client it will go through normal CentOS GUI mode install which I think is going to only give me CentOS at the end rather than the Vicidialnow install type.

I also have the need to test with Windows or maybe other operating system or rescue disks. So, I'd want to find a way where I can boot into any .iso the normal way as if it was in the optical drive. Is that possible using pxeboot?

View 1 Replies View Related

Fedora :: Cannot Kickstart Computers Using The Pxeboot

Jan 28, 2011

I cannot kickstart my computers using the pxeboot The pxeboot is working The kernel is loaded, however, the network manager is not able to get the IP, however, 10 seconds before the PXE was able to get. I do not receive a request on my network

I have messages as

device state change 2->3 (reason 40)
...
device state change 3->4 (reason 0)
...
device state change 5->7 (reason 40)
Timeout

The strange this, if I inserte a stupid switch everything is working.

View 4 Replies View Related

General :: Multiple Servers Or One Server With Multiple VMWare?

Feb 7, 2011

I'm looking at setting up a couple automated systems: Here are a few examples:

* Internal accounting system to download and process emails
* Public web server to visit

I could put each system on its own separate box -- for example, it's generally good practice to separate anything that external users have access to (such as a webserver) from internal processes such as accounting. Now, rather than dishing out the money for two separate servers, could I get away with just installing new instances of VMWare on the same box for each system?

To give you an idea, these are not large scale computationally sensitive systems. The accounting one is simply downloading and tallying emails, and the latter is just a webserver with maybe 5 hits per day on a good day. I could definitely pick up a new box for say $50, but I wanted to know the general practice of using VMWare on the same box versus two separate boxes.

View 2 Replies View Related

Server :: Create A Webhost On An Running Fedora Server Which Runs Multiple Webpages + A Coldfusion Server?

Sep 29, 2010

have to create a webhost on an running fedora server which runs multiple webpages + a coldfusion serveri have to add an coldfusion virtual host to these.what i would do:*crate a new user & group*enter vhosts.conf and copy an existing host and modify it for the new one.*create an new folder and copy the main files (phpstarter and webroot) *chown the files for the right useri think an apache graceful would be needet

View 1 Replies View Related

Networking :: Server On Multiple VLANs Server Not Responding To Pings From Non-local Subnets?

Jul 14, 2010

I've got a machine running Ubuntu Server that is on several VLANs. Each VLAN has its own subnet and the server has an address on each subnet. The switches are set to allow tagged traffic to the server for each VLAN that it is on. Switch ports ending with workstations are given untagged ports on whatever VLAN is appropriate. Workstations are given addresses on a subnet for each VLAN via DHCP. All this works great and hosts on any subnet/VLAN can access the server as normal via its address on that subnet/VLAN.

Accessing the machine by its address on a non-local subnet is where I run into a problem. Inter-subnet traffic has to go through a router, which has been set up appropriately. Running tcpdump on the server and pinging it from a workstation on a subnet, using its address on a different subnet, shows the server receives the ping, but sends no response:

Code:
sudo tcpdump -i vlan4 -n
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode

[code]...

View 8 Replies View Related

Server :: IOPS On Multiple Server Single Mount Point System?

May 28, 2010

In my production setup, i have 3 servers using the same mount point. However, i see that the IOPS is low. Does this kind of architecture have any impact on IOPS. In case it is neutral, how can i tune my setup for better IOPS.

View 1 Replies View Related

Server :: Multiple Users Logging Into Same Windows Server And Using Xwindows?

May 18, 2010

I have an issue with users logging into a server. There are multiple (5 or so) database admins that have to log into a windows 2003 server and from there log into a red hat server. Once they are in the rhel box they execute an app (let's say xclock) that gives them an xwindows session on their desktop. Currently only one person can do this at a time, but they have asked me to configure it to allow multiple users to log into the red hat box from the windows server and run an xwindow.

View 6 Replies View Related

Server :: Postfix Relaying Email To Multiple Mailbox Server?

Apr 4, 2010

i have setup mailrelay using postfix and relay email to exchange server. The problem is how can i relay email to multiple exchange server. For example: -

domain aa.bb.com relay to exchange server 10.10.10.10
domain 123.test.com relay to exchange server 192.168.10.5

View 5 Replies View Related

CentOS 5 Server :: Multiple Html Folders For Sandbox Server?

Aug 30, 2010

I am running Centos 5.5 with Apache 2.2.3, MySql 5, and PHP 5.1.6. I am migrating a Drupal installation to the default html folder for development purposes. I am very new to server management, and a bit lost.I want to install some other web sites on the sandbox server to experiment with before uploading them to a Production environment. Is it possible to have multiple html folders? Or to use symlinks to point to the folders where the other web sites will reside?

View 1 Replies View Related

OpenSUSE Install :: Multiple Machine Flash Drive Install Planning?

Jun 18, 2010

I have two different laptops that I would like to make bootable flash drive installs for, but would then like to have at least /home on a common removable storage (either a big flash drive or USB or ethernet hard drive) to share between the two laptops (I'll only be using one laptop as a Linux box at a time). One laptop (Dell Latitude D410) is only 32 bit capable (Pentium M - I think there's a 64 bit Core 2 CPU available for the socket 479, but I don't know if the BIOS / mobo will support it). If I'm going back and forth between 32 and 64 bits, can I share /home? What else can I share - /usr or anything else?

View 1 Replies View Related

Ubuntu :: Set Up Server Over Multiple Pcs?

Sep 29, 2010

So I have a few old dell computers. I want to use them to set up a ubuntu linux server in my basement. Is there a way for me to set up the server over all the pcs so that I can use the processing power of them all together for the server. What would be the best way for me to set a server up with these machines.

View 2 Replies View Related

Ubuntu :: Multiple Terminal In Server?

Mar 9, 2011

I am using Ubuntu 10.04 Server as my web server. I need to run Kannel for sending SMS. This require two programs i.e bearerbox and smsbox to be run. In case of Redhat I do this by opening 2 terminals. How can I do this in Ubuntu server which has no GUI

View 8 Replies View Related

Ubuntu Servers :: Multiple Connections To SMB Server

May 25, 2010

I'm curious how I can use a Windows client with two separate accounts to connect, at the same time, to a SMB server hosting two shares. (Provided permissions and accounts are all in order)

Scenario:User1 is always logged onto a Windows client mapped to a Public share on a Linux SMB server.I need a way to keep User1 connected to the Public share and then when needed, allow User1 to provide User2's credentials to connect to a Restricted share.The only way I've been able to do this is to disconnect from the Public Share then reconnect to the Restricted share using User2's credentials. (This is the issue because I need to keep User1 connected to the Public share).Is this a limitation of SMB? Or am I missing a configuration? Please point me in the right direction

View 5 Replies View Related

Ubuntu Servers :: Multiple User For A Web Server?

Jan 15, 2011

create an Apache web server with multiple user accounts, for work. Each user needs to be able to upload his/her files via SSH Each user needs his/her own web directory, (preferably in their home directory for ease with permissions) There web directories need to be password protected Only one user account (mine) should be allowed remote SSH control. It needs to be easy to add new users to the system.

View 1 Replies View Related

Server :: Setting Up Multiple (2-3) FTP Users On Ubuntu 9.04?

Dec 22, 2009

setting up multiple (2-3) FTP users on Ubuntu Server 9.04 I currently only have ONE FTP user, but I need to have 2.

View 1 Replies View Related

Ubuntu Installation :: Using Multiple HD's To Increase Server Speed?

Jan 21, 2010

I am curious if it is possible to use multiple hard drives to increase server speed. I know I could run stripped drives or RAID0, but was wondering if there is any other way to do it within Linux. My default 9.10 Server install has 3 partitions as a default. Would splitting these on three drives make it any faster?

View 3 Replies View Related

Ubuntu Servers :: Can Host Multiple Sites On The Same Server?

Aug 15, 2010

Recently I've been earning money doing web development, php, html/css, MySQL and so on. What I have encountered a lot are clients that need a complete solution. They need their site built, but they also need a hosting solution. I've sent more than just a few clients off to GoDaddy, and quite frankly, I'd like to cash in on some of that.

It would do wonders for my business if I could offer them a hosting solution with full support on top of building their site. My problem is I have no idea how to do this. So I'd like to know how I can host multiple sites on the same server. Does anyone know of a nice guide I can follow to set this up? It's really important that I can add sites fairly easily over the internet. Since I will be away at school, I won't have direct access to the server

View 4 Replies View Related

Ubuntu Servers :: OpenLDAP Multiple Domains On One Server?

Apr 17, 2011

I work for a college with many departments. I'd like to just deploy one LDAP/krb5 server (plus slave replicas) to authenticate all users in all departmentsIs it possible to do this?The proposed DNs for the departments matches what is done for NIS now.If anyone has any pointers or URLs that describe how to properly do this.

View 1 Replies View Related

Ubuntu :: Set Up Password-less SSH Login Between Multiple Instances On Server?

Jun 30, 2010

i'm trying to set up password-less SSH login between multiple instances on my server. My goal is to be able to monitor all instances, whether I created them or not, with Zenoss.

Current setup: 3 machines

A: Zenoss host- owned by me, Access via putty with my keypair
B: instance- owned by me, access via putty with my keypair
C: instance- owned by teammate, access via putty with their keypair

I'm able to set up password-less SSH login between the instances I have created (A to B), however, I cannot between my Zenoss monitoring instance and any instances not created by me(A to C). Whenever I try to copy the id_rsa.pub file to these instances, I keep getting a Permission denied(public key) error. I believe the problem is that I have log in to my instances using my keypair but must use the the other instances creator's keypair to access their instances.

View 1 Replies View Related

Server :: Using DNS At Multiple Locations?

Jan 13, 2011

My company has 2 locations. I have a server running BIND, Apache, and MySQL. I'm setting up a second server just in case the primary goes down. I'm sure it's bad form to it the way I'm doing it, but how might I go about configuing my backup? Should I do it as a Secondary DNS server?

View 2 Replies View Related

Server :: DNS TXT With Multiple Key-value Pairs?

Mar 3, 2011

how I can have a TXT dns record having more than one key-value pair for the same domain (website.com, for example). The problem is that if I have two separate TXT records, only the first one gets returned when doing a dns query on it. I am using BIND 9. so, how can I place these two key-value pairs on one TXT record:

TXT "v=spf1 ip4:237.43.37.0/24 ip4:13.434.89.0/26 ip4:82.65.77.242 ~all"

and

TXT "google-site-verification=cadfasklfjasdfsdfJJDSDFSDfdska3kasfjsdf903"

in just one TXT record. When doing a query, this is what I get:

[code]....

View 2 Replies View Related

Server :: Ftp For Multiple Domain?

Apr 3, 2010

i have two domains(eg. my example.com and my domian.com) in my server for single static ip.i have also configured ftp server for those two domains.And also seperate ftp users for my domain.com and my example.com.

e.g. my domain.com----- ftp user----big
my example.com---- ftp user----small

i can able to access the ftp server from client pcs. my problem is when i tried to access ftp server by

ftp www.my domain.com
user small
passwd xxx

i.e the domain i want to access is my domain.com.

the username and password which i given is for my example.com

but i can able to login through that ftp user and the location is myexample.com location.

but i don't want this to happen .

i want mydomain.com to be accessed only through my domain ftp users and my example.com to be accessed only through my example.com ftp users,what to do.

View 44 Replies View Related

Ubuntu :: Single USB Install For Use On Multiple PCs?

Jun 29, 2010

I have an Ubuntu install on an 8Gb SDHC Card, customized for my Toshiba NB205. It took quite a bit to get sound and BT working, but now it's fine. Just out of curiousity, I used this same SDHC Card to boot my Dell D610 -- it booted, and sound and WiFi worked fine. I was surprised. There was a single error message after the desktop appeared, but I didn't record it.

I am now wondering: is it practical to use a single USB installation with multiple devices? I can imagine a number of complications, but was surprised that my attempt worked on two very different hardware platforms. There was discussion, when pendrives first appeared, of being able to use one to boot any PC to your own USB-based OS, bypassing any other OS installed on the PC.

View 4 Replies View Related

Ubuntu Servers :: Starting Multiple Programs At Boot On Server

Feb 11, 2010

Running Ubuntu Server 9.10.I have a couple of programs that I would like to start at boot, they will both run forever. I have created a cron job with @reboot and that will start a program, but if I have multiple programs in there it waits for the first to finish before starting the next.

View 2 Replies View Related

Ubuntu Networking :: Login Multiple Ftp Accounts On Same Its Server Using Nautilus?

Jun 5, 2010

I googled a lot but I didn't find anything about this. I have multiple accounts on the same ftp server (the server is not mine I don't access its configuration)

If I write ftp://hostname on the location bar it lets me login, but only allow me to be in only one account at a time. Putting ftp://hostname on the location again just opens the account I logged into and I'm unable to login to the other account to move files between them conveniently.

Is it possible to log into multiple accounts on the same server?

View 1 Replies View Related

Ubuntu Servers :: Mail Server Setup For Multiple Domains?

Jul 4, 2010

Im moving all my websites on a dedicated box. I had a cpanel hosting account, and now moving to a terminal and ssh system.I need some advice on choosing my mail setup. I need POP, SMTP, with multiple domains, as host for a few clients.I would like the most simple version.The server will only send +- 100 mails / day.I currently running Ubuntu Linux 10.04.

View 1 Replies View Related

Ubuntu Servers :: Mail Server Setup - For Multiple Domains ?

Oct 10, 2010

I have recently setup an Ubuntu 10.04 Minimal x64 Server. I plan on setting it up as a mail server. I need a secure server, that has spam prevention on it. Im setting up around 50 domains and would like a web based control panel. What is the most secure mail server, that i can setup for multiple domains?

View 2 Replies View Related







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