Ubuntu Servers :: No Directory When Trying To Start Host ?

Apr 7, 2010

I type in /etc/init.d/hostname.sh start

And I receive bash: /etc/init.d/hostname.sh: No such file directory

For hostname I've use "hostname" and my actual hostname, and both receive the same error.

Although when I do hostname is shows the correct hostname but without the the comcast part of it , and when I type in hostname -f, I get the correct hostname with the comcast part of it.

View 8 Replies


ADVERTISEMENT

Fedora Servers :: Start To Host Personal Website?

Apr 26, 2009

how i can start to host my own personal website on my own server that i just created.I was wondering if there were tips you can give me or a site you can recommend me to where i can get lessons on how to host my own site on my own server using fedora 10.

View 2 Replies View Related

Ubuntu Servers :: Using Apt For Updating From A Local Directory And Samba Shared Directory

Jul 9, 2010

I want to update all the machines in the network from a central repository which is on my master server and whose archive directory is shared through samba.I searched in the man page of sources.list and found that there is an option for this but can't able to implement this. Can anybody kindly tell me the way to do the same.

View 1 Replies View Related

General :: To Create A Link For A Directory Across Host?

Mar 11, 2010

i am a oracle DBAI want to crete a link for a directory in production serverto remote host.

View 6 Replies View Related

Server :: Directory To Mount Not In Host - Dir Format

Jun 27, 2011

I have a SAN drive space connected to a SLES 10 (OES2) server. The server sees the drive at /dev/sdb1, and I was able to use fdisk to create a partition on it. I created a new directory /mnt/testvol, where I would like to mount the SAN drive to.
Fdisk shows the volume to be at /dev/sdb1 and lists it as Linux filesystem.

I used this command to try to mount it:
mount /dev/sdb1 /mnt/testvol -t nfs
and I get this error:
mount: directory to mount not in host:dir format

View 2 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

General :: Accessing A Guest OS's Directory From The Host OS In VirtualBox?

Jun 5, 2010

With VirtualBox you can share a directory on the host machine with the guest machine. Can you share a directory on the guest machine with the host machine? In my setup the host is Windows 7 and the guest is Ubuntu. Can I have a directory on the Ubuntu file system accesible from Windows?

View 1 Replies View Related

Red Hat / Fedora :: When Log In, This File /etc/host, Under The Etc Directory Get Appended The Username?

Feb 19, 2010

I am having a problem with two linux boxes I have. They are running Centos 5.3 and Centos 5.4. The problem is that when I log in, this file /etc/host, under the etc directory get appended the username I am logging in as, the IP address I am logging in from, and worse, the password in clear text.This is the format it uses:username@IP (password in clear text) [Tue Jan 12 2010 13:00:26 -0500]Is it possible for someone to tell me what is this about, and how to stop it?

View 5 Replies View Related

General :: Way To Start Script At Remote Host

Nov 13, 2010

I want to start a shell scripts(which generate traffic to test my network) at remote linux hosts from single linux local host.. If i start script at remote host through ssh, all traffic are sending from my local host also. It will create burden on my local host. If i terminate SSH connection, it stopping the script at remote host. Also i need to do ssh to all my remote hosts.

Is there any best way to do it?

View 6 Replies View Related

Networking :: C Source Code For Scanning A Shared Directory Of A Host

Mar 31, 2011

c source code for scanning a shared directory of a host ?

View 3 Replies View Related

General :: Modify The /etc/host File - Change Directory Fails?

Feb 1, 2010

I am in the process of setting up an Asterisk server with Broadvoice services. I am having issues with making outbound calls and Broadvoice suggests I modify the /etc/hosts file in order to add their proxy server IP address and name. I login to my server as root and get the following command line header

[root@root tmp]#

I entered cd thinking this is what I need to change directory but fails. What is the command I need to enter in order to get to the /etc/host file so I can change it? How do I confirm an /etc/host file even exists?

View 2 Replies View Related

CentOS 5 :: Sendmail Very Slow To Start On 5.5 After Host Name Change

Aug 7, 2010

I changed the host name on this CentOS 5.5 machine but whenever I reboot the machine the startup pauses at the point of starting sendmail for several minutes and then eventually moves on. What could be causing this?

View 7 Replies View Related

Applications :: Scp Copy A Directory And Its Contents From A Remote Machine To Local Host

Oct 8, 2010

For the life of me I can not figure out what I am doing wrong with scp to copy a directory and its contents from a remote machine to my local host. I have no issues with getting a single file but would like to just save time and get the whole folder in one command.

Here is what I have tried:

scp user AT remoteMachine:/home/username/folderIwant user AT localMachine:/folderIwant this gives me a permission denied error and try again and received disconnect from localHost to many authentication failures

scp user AT remoteMachine:home/username/folderIwant . says can not find file or folder

I am sure this is something easy that I cant remember, and searches gives me local to remote not remote to local and trying to make the local to remote suggestions I read to work remote to local have not worked.

View 2 Replies View Related

Networking :: Mounting Unique Filesystem Or Directory By Network Booted Host?

Apr 6, 2010

I have a number of diskless hosts which are to bootth PXE and mount their root filesystem on an NFS share. Most of the NFS share will be common to to all of the diskless hosts. No problem with that part.I also need part of the NFS shared filesystem to be unique to each individual host. The only difference between the hosts is the ethernet MAC. I use it in the DHCP server to key a specific unique IP to each host. I would like to be able to use either the MAC, or the IP, or any other unique identifier that can be derived very early in the boot process to access a filesystem or directory that is unique to each diskless host.

I need/want to do this because I need/want to isolate all of the system maintenance to one small part of the boot host. Modifying the hardware (these are VME CPUs) in any way is not an option; they must be field swappable, with all maintenance isolated to the boot host(s).I know I could run ifconfig and parse its output to derive an IP &/or MAC, but that seems a bit kludgey and fragile. The DHCP server is presently assigning IPs. I know I can arrange to pass a unique option value via the DHCP server, but don't know if or how this can be retrieved on the diskless nodes. I am presently passing the 'root=' kernel argument from the bootloader, but I don't think there is any way to pass other filesystem information using that mechanism.

I know I can pass some kernel arguments from the bootloader, but there doesn't seem to be any generic message that can be retrieved in userspace as part of the boot process. I've scanned around in the /proc filesystem, looking for the IP or anything else that seems to uniquely identify the host, but don't see anything there, either.The init process has not yet been cast in stone, but is very likely to be a BusyBox built-in

View 5 Replies View Related

Debian Installation :: Start - Host - My Own Photo Gallery - Piwigo ?

Jul 10, 2011

Can I do it? I followed the installation by using apt-get install piwigo.

View 2 Replies View Related

Server :: Apache Refuses To Start Using PerlModule And Virtual Host

Nov 12, 2009

I'm trying to install two instances of OCS Inventory on the same machine using virtual hosts in apache. The apache configuration for it is in it's own file and it works fine without any virtual host. If I add it apache refuses to start without giving any error message. I narrowed it down to some lines loading perl modules, and if I comment them away apache will start again. Some of the modules work, but some of the ones specific to OCS Inventory will not work. I can't understand what the difference is between loading it in a virtual host or not, it doesn't make any sense to me!

View 2 Replies View Related

Ubuntu Servers :: Registered VPS With Another Host?

Apr 5, 2010

I ordered my VPS but my domain name that I registered my VPS with is with another host. So obviously I have to update the nameserver options there. How can i find out what my nameserver settings on my vps? I'm using webmin.

View 3 Replies View Related

Ubuntu Servers :: How To Host EyeOS Myself

Jun 7, 2010

I came across this great open-source script called EyeOS [url] a few months ago and found a free hosting provider to go with it.

After playing around on the demo setup, I spent quite a bit of time figuring out how to get it set up on a hosting provider via FTP. Once that was set up, things ran smoothly for a few weeks until one day I logged into my user CP and saw a notice that they were shutting down and selling their server to a new adult video site and that all sites would be deleted in like 72 hours. I could never find another hosting provider that could give me the space I needed without ads for free, so I had this crazy idea of hosting it myself.

I have an older box with Lucid Desktop Edition that would be great for a server (I mainly use my laptop anyway), but there are a few problems: I have very little experience with Linux (although I'm great w/ Windows). I need Apache and PHP but I have no idea how to install them (and make them work together) and where to put the files to "serve." Knowing some administrative commands .

My ISP blocks incoming connections on port 80. I need help deciding on an alternative port besides the blaringly obvious port 8080 that won't conflict with anything important. I'll most likely link to it from our homepage on Google Sites (with a free .tk domain) so it doesn't need to be easy to remember.

View 2 Replies View Related

Ubuntu Servers :: SSL Only On Apache2 Virtual Host?

Apr 16, 2010

I currently have a virtual host setup to accept SSL connections as follows:

Code:
<VirtualHost *:443>
DocumentRoot "/var/www"
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/apache.pem

[Code].....

How would I change it so that it can only be accessed via HTTPS ??

View 4 Replies View Related

Ubuntu Servers :: 10.04 Virtual Host Php Not Executing?

Apr 30, 2010

I upgraded karmic to lynx today and I'm stuck with some weird behaviour with one of my virtual hosts. The virtual hosts under /var/www/site work but my virtual host for DAVICAL which points to /usr/share/davical/htdocs/ doesn't.

Navigation to any html pages works but php files just show up blank!

Has there been a configuration change in lynx for virtual hosts outside of /var/www?

View 6 Replies View Related

Ubuntu Servers :: How To Rename Host Permanently

Dec 3, 2010

I got one problem with my linux webserver where I deployed from Virtual Machine template, usually i go to the console and then issue the command hostname NEWSERVERNAME to make it happens and then followed by editing the /etc/hosts file and its done, but how come this time after the reboot it reverts back to the old template name ? i want it to be "wordpress" as the hostname but instead it reverts back to SSV as the name ?

View 7 Replies View Related

Ubuntu Servers :: Using 2 Computers To Host 1 Website?

Dec 23, 2010

how do i use 2 computers to host 1 website? i have one of them running fine, and i just got the other one to use as well. one of them is completely configured without any problems(I have been hosing a website for about 2 strait years with it).also, I have a dynamic IP because the idiot ISP's wont give me a static. I am using Dyn DNS.

View 5 Replies View Related

Ubuntu Servers :: Removing A Virtual Host?

Feb 20, 2011

How do i remove a virtual host? i created it and i need to remove it from site-available

View 2 Replies View Related

Fedora Installation :: System Does Not Connects Automatically When Start's To Eth0 - Changed Host's Name

Mar 26, 2009

now my system does not connects automatically when fedora start's to eth0 i have to connect it manually by pull down menu in the beginning hostnname was dbe272b22.dslam-172-17-161-245-0532-474.dsl.cantv.net i do not remember if the last part ".cantv.net" was there.... i changed hostname "dbe272b22.dslam-172-17-161-245-0532-474.dsl" maybe ending with ".cantv.net" with system-config-network for hostname "edicta" i modified /etc/hosts by hand twice, now do not remember what i did exacly but here you can see /etc/hosts

[Code]....

View 2 Replies View Related

Networking :: Remote Host SSH Response: Tcl_InitNotifier: Unable To Start Notifier Thread

Oct 12, 2010

My SSH client for remote machine will sometimes hang. I have to wait until the session is finished hanging, I guess, to login with SSH again. I would get some message about multiple users or something.

I haven't been able to login this time for over 1 day. It's started saying something about Tcl_InitNotifier: unable to start notifier thread. My host can access the machine locally to fix this, but what is going on? Why is this occurring?

Here is the login attempt:

Code:

View 1 Replies View Related

Ubuntu Servers :: Closing An Open Host On Postfix?

Jan 4, 2010

I have read many tutorials and guides on how to apply authentication to SMTP on postfix and so far had no look making it work, I do have authentication on dovecot on the pop3 and IMAP servers I have been trying to make this work now for on and off 3 months now and am completely stumped I am running my own server with a dynamically IP address but I have a DNS service to give me a fixed domain name which works. as I am on a dynamic IP I can't send email to external accounts as they need to to through a relay host but I cant set that up until there is some form of authentication on the smtp of postfix even if its just plain-text

originality I ran a windows server with hmailserver which was so easy to setup and use

I have postfix, dovecot, sasld installed

below are my postfix main.cf file and I can post my dovecot if needs be

Code:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

[Code].....

View 2 Replies View Related

Ubuntu Servers :: Using Desktop Edition To Host Website

Jan 8, 2010

I'm trying to setup my Ubuntu 9.10 laptop to host a small website that I can practice and learn stuff with and I'm a little stuck at the minute.

I have got Apache2 and the LAMP stack installed okay, along with phpMyAdmin and can give my external IP to anyone with the http:// and anyone can view my website that way but what I want to do is have my IP resolve into a domain name like ooloo-website.net but I don't know how to do this.

Is there any way that I can do this like register my IP to a free DNS and domain website without buying a domain or using one of those free ones like ooloo.webhost.net or do I need to host everything myself like DNS and the domain? Can I even do all of this myself?

View 4 Replies View Related

Ubuntu Servers :: Webpage Can't Be Viewed On Local Host?

Mar 7, 2010

I have tried to set up the desktop version of the server . In my apache2.conf file I have changed the following lines-

Code:
# Include the virtual host configurations:
#Include /etc/apache2/sites-enabled/
Include /home/www/websites/
Yes I do keep the default values commented out

In my virtual host file I have made the following changes to the DocumentRoot, and to one of the <Directory>; the rest of the file doesn't appear here as nothing was changed.

Code:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
# DocumentRoot /var/www

[Code]....

View 7 Replies View Related

Ubuntu Servers :: Unable To Resolve Host / Hostname Is Set To (none)?

May 25, 2010

I just built out an Ubuntu Server 10.04.

My problem is setting the hostname. I cloned the machine, then normally on the clone, I would change the /etc/hostname and /etc/hosts file.


However, when I do this, upon restart, I get the message, "init hostname main process (some process number) terminated with status 1"Then, when the machine finally boots, the hostname is set to (none). Literally has braces like: user@(none):

I've tried: sudo hostname machine_name but it says can't resolve hostname (none).

I've Google'd around a lot but can't get it. It may have something to do with 10.04? I have been using 9.04, 9.10 with no problems.

eric@(none):~$ cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
code....

View 9 Replies View Related

Ubuntu Servers :: Exim4 Forwarding To Local Host

Jun 9, 2010

I've recently had to rebuild our mail server - after the old one over heated - and I've realised I never backed up the config files for exim... so now tyring to work out how the hell to configure what I had....

The setup isn't the most straight forward, so I'll try and explain what happens...

- all emails @longdomain.com are received by an hosted server on the internet
- they are then forwarded to @shortdomain.com, the IP for which is our internet connection which fowards port 25 traffic to the exim server
- the exim server then spam and virus checks the emails and forwards them to an exchange server (sorry but it works well for us)....

I've installed exim4/spamassassin/clamav successfully, and it's setup to receive emails for the relevant domains and relay from the hosted server on the internet (and some local addresses).

how I then setup exim4 to foward all emails on the relevant domains to the exchange server?

View 6 Replies View Related







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