Ubuntu Networking :: Cannot Load Subdomains Ending With Underline?

Feb 10, 2011

I work as webdeveloper and I and my co-workers have one rule - if we are done with any project, we comment them with underline at the end of the directory name. For example we have domain 'devel.domain.com' and our projects are located on projectname.devel.domain.com' . Commented project looks like thisAnd here is the problem. I can not acces subdomains ended with underline. It works last time in 9.10 (i think), but since 10.04 gives me the browser only SERVER NOT FOUND. We are using this comment-method for 7 years without problems. Why is this problem in last two editions of Ubuntu?note: there is no problem with accessing ended projects under windows or osx.

View 2 Replies


ADVERTISEMENT

Networking :: Subdomains Behind Single IP?

May 4, 2009

Here is my network setup:

Internet <-> [public IP] Router [192.168.x.x] <-> Local
Local <-> DMZ
Local <-> HostB
Local <-> HostC

I have a system set up as a DMZ which works great for accessing SSH and other various services. I have a dyndns account that points to my public IP and allows me to access my DMZ box from around the world. I would like to make a subdomain of my current dyndns account and point it to HostB so that it can host a webserver on it, and have another subdomain point to HostC with a separate webserver on it. each would have SSH, FTP, Etc and have to not conflict with one another behind one IP. I don't even know if it is possible, but it seems like if there is a request for dev.host.homelinux.com that packet would have to hit [URL]and could be iptable'd to be routed to the appropriate local machine somehow.

View 2 Replies View Related

Programming :: Meaning Of Underline That Before Parentheses?

Jun 22, 2010

I see the function in tint2 source code, but I don't know the underline before a parentheses's meaning? _("Theming tool for tint2 panel") code...

View 1 Replies View Related

Ubuntu :: Dig - Find Out All Subdomains Of A Domain?

Feb 21, 2010

i was looking for a way to find out all subdomains of a domain and i have found dig.But it doesn't seam to work how i sow in those tutorials.this is what i get:

PHP Code:[code]....

Is there other way that i can find out all subdomains of a domain?

View 1 Replies View Related

Ubuntu :: External Machines Can See Some Subdomains But Not All

Sep 16, 2010

I have a DNS server on my LAN at 192.168.140.25. Going by the example in the O'Reilly DNS and BIND book I bought, I set up the domain movie.edu and toystory.movie.edu. To my great surprise and delight, I can access toystory.movie.edu in a browser from another PC on the LAN (as long as I add 192.168.140.25 to the DNS servers). Encouraged by this victory, I decided to try to set up another subdomain at coupon.movie.edu. This kind of worked but not completely. Interestingly, I can get to both toystory.movie.edu and coupon.movie.edu on my server, but on my PC, I can only get to toystory.movie.edu, not coupon.movie.edu.

Here is my db.movie.edu:
Code:
$TTL 3h
movie.edu. IN SOA toystory.movie.edu. al.movie.edu. (
1 ; Serial
3h ; Refresh after 3 hours
1h ; Retry after 1 hour
1w ; Expire after 1 week
1h ) ; Negative caching TTL of 1 hour

movie.edu. IN NS toystory.movie.edu.
movie.edu. IN NS coupon.movie.edu.
;
; Host addresses
;
localhost.movie.edu. IN A 127.0.0.1
toystory.movie.edu. IN A 192.168.140.25
coupon.movie.edu. IN A 192.168.140.25

And here is my named.conf:
Code:
options {
directory "/etc/bind";
};

zone "movie.edu" in {
type master;
file "db.movie.edu";
};

zone "140.168.192.in-addr.arpa" in {
type master;
file "db.192.168.140";
};

zone "0.0.127.in-addr.arpa" in {
type master;
file "db.127.0.0";
};

zone "." in {
type hint;
file "db.cache";
};

#include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
#include "/etc/bind/named.conf.default-zones";

View 2 Replies View Related

Ubuntu :: Subdomains Point To Localhost?

Mar 31, 2011

I'm doing development on a site, let's call it mysite.com. mysite.com and www.mysite.com works fine, but proxy.mysite.com and dev.mysite.com point to the LAMP stack running on my computer. Pinging mysite.com gives me:

Code:
64 bytes from server.myhost.com (64.64.0.102): icmp_req=1 ttl=47 time=47.4 ms
Whereas dev.mysite.com gives me:
Code:
64 bytes from localhost.localdomain (127.0.0.1): icmp_req=1 ttl=64 time=0.031 ms
Subdomains of any other site work fine. I am absolutely baffled. What in the world could be causing this? I haven't been messing around in /etc/hosts or anything like that.

View 3 Replies View Related

Server :: Setup Subdomains On Ubuntu?

Jan 20, 2010

I have set up a dedicated server running Ubuntu Server Edition. I have apache2 installed and running great. I wish to let friends and family host their individiual websites on it, but I'm running into a bit of a dillema. It seems that my server automatically redirects them to my home page and not theirs.

[code].....

View 4 Replies View Related

Ubuntu :: Is The /etc/hosts File Related To Subdomains

Feb 16, 2010

I am trying to add subdomains on ubuntu 9.10 desktop edition and and I am not sure whether I need to add some info.(such as 127.0.0.1 sub1.example.com and so on) to the /etc/hosts file like the windows' windows/system32/drivers/etc/hosts file. I used to use the wamp-server(on Windows 7), I needed to edit 3 files, httpd.conf, httpd-vhosts.conf and hosts. And almost every edit is made in the httpd-vhosts.conf file on wamp-serveriles should be edited? or what else should be done that I didn't mention?

View 1 Replies View Related

Ubuntu :: DNS SRV Records - Subdomains Work On IP Address?

Apr 11, 2011

I am quite interested in one thing. I am trying to code my dns server that when I connect to one of my subdomains it connects not only to an ip address but to an ip : port address. For this I tried using SRV record, but with lack of success.

Dns server specification:
OS Ubuntu server 10.10 and using bind9
I have configured everything so that my subdomains work on an ip address, but I need some of them to work on ip : port too. In my brfconcept.lv.db file i used: (what I mentioned below isn't the full content of the file)

Code:
_http._udp IN SRV 0 5 27017 testing.brfconcept.lv
testing IN A 83.99.211.134
in my rev.0.168.192.in-addr.arpa i used: (what I mentioned below isn't the full content of the file)
Code:
134 IN PTR testing.brfconcept.lv

What I would want is not just for 1 service to aim at at the 27017 port but all services if its possible, when you enter testing.brfconcept.lv Is that possible and what am I doing wrong?

View 8 Replies View Related

Ubuntu :: 11.04 Crash When Ending X Pid?

Jun 17, 2011

My Foxconn nettop NT-A3500 crashed.

I install Ubuntu 11.04 and enter it. Then I install all available updates(in the update manager), activate AMD/ATI closed source GPU driver(under hardware drivers).

Then I do a reboot(sudo reboot). Then I login and do a VT switch to ex:tty2(CTRL + ALT + F2). Then I input the command "Localhost$ sudo pidof X"

will show the pid I have to kill(kill as root or sudo). Then I kill the pid and the NT-A3500 would crash(usually on first try).

View 2 Replies View Related

Debian :: Create SubDomains Using Terminal?

Aug 18, 2011

I am not using cpanel or anything, just SSH PuTTY client. my domain is [URL]now I want to craete a sub domain i.e [URL] , how will I create this ? so I can upload files to the sub domain

View 1 Replies View Related

General :: Fedora13- Add Subdomains And Add Users To Them?

Oct 20, 2010

just wanted to know how to add subdomains, how to add users to those subdomains to send and receive mail in fedora 13.

View 3 Replies View Related

Server :: External Machines Can See SOME Subdomains But Not All?

Sep 16, 2010

I have a DNS server on my LAN at 192.168.140.25. Going by the example in the O'Reilly DNS and BIND book I bought, I set up the domain movie.edu and [URL]. To my great surprise and delight, I can access toystory.movie.edu in a browser from another PC on the LAN (as long as I add 192.168.140.25 to the DNS servers). Encouraged by this victory, I decided to try to set up another subdomain at [URL].

This kind of worked but not completely. Interestingly, I can get to both [URL] and [URL] on my server, but on my PC, I can only get to [URL] not [URL]. Here is my db.movie.edu:

Code:

$TTL 3h
movie.edu. IN SOA toystory.movie.edu. al.movie.edu. (
1 ; Serial
3h ; Refresh after 3 hours

[code]....

View 1 Replies View Related

Ubuntu Servers :: Enable DNS To Manage Subdomains On Main Host?

Feb 12, 2011

I have a server with multiple domains and a DNS service (bind9) my main domain is registered with GoDaddy and it's A-record points to my server, it then has CNAME records with ns1 and ns2. I use ns1 and ns2 to point my other domains to the DNS server I host, which then manages what happens.

Anyway, what I would like to do is enable the DNS server to manage the subdomains on my main host. For example, if the domain was example.com and I use admin.example.com in the DNS server, it will not follow through unless I set the cname up, whereas my others will. How do I do a similar thing for my main domain.

View 2 Replies View Related

Ubuntu :: Restore After Ending Processes?

May 27, 2010

I started simply to end some processes to see if this would help. Ending dbus-deamon and pushing the shutdown button seems to shutdown the computer and temporarily solve the problem. I see that there are better solutions, so I hope it wont occur again.The problem is, I also ended a lot of other processes, like the clock, trashcan, workpane buttons, the sound button, the WiFi button and the show desktop button (and maybe some more I don't know of. I thought these buttons would automatically reappear after a reboot, but this is not the case. I could add some buttons manually, but I still haven't found the sound button and the WiFi button. Also, when I minimalize a window, it doesn't show anywhere on any panel.Luckily I can use alt-tab

View 1 Replies View Related

Server :: Hosting Multiple Subdomains On 1 Dynamic IP?

May 16, 2009

I run my own DNS servers and host my own domains. I'd like to host a few subdomains of one of my domains on a server with a dynamic IP. Is there a way to do this? I *believe* that I can host one subdomain by using a CNAME record and a dynamic DNS service.

[code]....

How can I host more than one subdomain on a server with a dynamic IP address?

View 2 Replies View Related

Server :: Configure Name Based Severs And Subdomains?

Dec 12, 2010

When I first encountered this problem, I though it would be a simple solution, but i must just be missing something obvious.i have a few name based hosts configured in apache.when i go to "www.adomainname.com" i get the first website on this list, not "adomainname.com", as i would like. Does anyone have any ideas on how to fix this?here is the relevant part of my config files:

Code:
<VirtualHost *:80>
DocumentRoot "/var/www/httest"

[code]....

View 4 Replies View Related

Ubuntu Installation :: Never Ending Progress Bar On 9.10 To 10.04 Upgrade

May 10, 2010

I upgraded from 9.10 to 10.04 and after I select ubuntu in grub, the fancy new loading screen with progress bar(dots actually) comes up and just keeps going.

View 1 Replies View Related

Fedora Servers :: Automatic Subdomains On Local Dev Machine

Jul 28, 2011

I have working localhost on my Fedora 15. Directory tree look like this

Code:

/var/www/html/default
/var/www/html/projects
/projects/foo
/projects/bar

[code]....

View 2 Replies View Related

Server :: Apache Virtualserver To Forward All Mail - Subdomains?

May 8, 2011

I want to setup a mail virtualserver in apache so that a mail. subdomain whats pointed to the box will automatically goto my roundcube install. i have all of the document root stuff working, however, mail.* doesnt work for a server name.

View 1 Replies View Related

Ubuntu :: Need Password For Ending Standby / Turn This Feature Off?

Mar 11, 2010

I am running Ubuntu 9.10 on a PC. When the computer is on standby and I want to fire it up again, Ubuntu demands a password. Since the computer is inside a private house, and I never put it on standby unless I am at home, entering a password is an unnecessary nuisance. Is there some way to turn this feature off?

View 3 Replies View Related

Ubuntu :: Search All Documents Ending In .log For String Of Text?

Oct 27, 2010

I'm trying to search all .log files in ~/.irssi/irclogs/ and it's sub directories for the string 'irssi' and I had though the command I'd used for something similar before was.How should I edit the command, and is it possible to output every line found containing the string to file?

View 4 Replies View Related

Ubuntu :: Partition On 10.04 LTS - Partitions Not Ending On Cylinder Boundries?

Jan 16, 2011

I have installed 10.04 LTS on a few computers lately (stuck at home due to recent surgery and am trying to kill some time) and have been running into some odd issues and cannot figure out what is going on. I am hoping someone can help me out here. The installation appears to work fine every time. The systems also appear to be running without any issues. The weird thing is that every time I run an fdisk -l command, I always get these types of messages:

Disk /dev/sda: 3221 MB, 3221225472 bytes
255 heads, 63 sectors/track, 391 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0005437b

[Code]...

cfdisk also gives similar errors:

FATAL ERROR: Bad primary partition 1: Partition ends in the final partial cylinder. I am not doing anything out of the ordinary when installing Ubuntu (as far as i can tell that is). I am not pre-partitioning with external tools for example. I use the Ubuntu installer to setup my partitions.

View 3 Replies View Related

Fedora :: The Never-ending Of Mounting Permissions?

Feb 12, 2010

I hope I won't get bashed too much on my first post here. The problem I'm experiencing seems to be well known, yet I haven't come across a definite solution to it while searching the forums. I've got an external drive connected to my laptop via eSATA. When I want to mount it as a normal user from GUI level, I'm required to supply the root password since apparently the system's policy doesn't allow external drives partitions to be mounted.

The closest solution to what I would like to achieve is given by giulix in this post. Yet, with the polkit-gnome-authorization utility removed from Fedora 12 (at least so I've heard on mailing lists), it's difficult to find out where to start in terms of policy editing. What I would like to have is being able to mount this volume as a normal user from GUI level. I know I could just add an entry to /etc/fstab, but it just seems so old-fashioned and tacky, and besides, it's not, um, "dynamic" and wouldn't utilize hal and dbus, so I wouldn't have an icon on the desktop. (it's not really the reason, I'd just like to have things done the way they should be right now).

View 3 Replies View Related

General :: Ending A Process In Unix Instead Of Interrupting It?

Jan 18, 2010

At the unix command line if i press Ctrl-C,that does not end a process but rather interrupts it and i return to the shell prompt. So,i have the following two questions:1.Is there a way i can see the list of all interrupted processes and end them ?2.What key combination to press to end a process instead of interrupting it ?

View 7 Replies View Related

Fedora :: Perl Bot Script Ending And Restarting Every Hour?

Dec 31, 2010

I had an aging RH 7.3 server that I decided was time to upgrade the hardware and software as well. I chose Fedora 13.This server runs an ircd with several bots connected to it. The bot in question is a perl bot based on the old dreambot script. On the RH 7.3 server, it ran forever. On the new Fedora 13 server, it does an EOF and restarts every hour, exactly one hour after it's been started.Is there something limiting the time that a perl script can execute?

View 1 Replies View Related

OpenSUSE :: User Can Log In Several Times And Then Ending Up With An Application Used In A Different Session

Nov 28, 2010

i wonder if you can modify KDE so that users can only log in once with one session.Currently, with KDE 4.5, i have the problem that user can log in several times and then ending up with an application used in a different session which means that you can not use it in the other session.

View 2 Replies View Related

Red Hat / Fedora :: Remote XDMCP Connection Ending Every Two Hours?

Jun 16, 2010

I am going through cygwin's XWin.exe (XWin - queary <hostname>) to start a remote session with a RHEL 5.5 workstation. I have run gdmsetup on the worksation to allow the remote connection. Starting the remote session goes off without a problem. After about two hours, it just exits and I have to start over. This is a problem since all my gui's are killed and I have some important processes running.

/var/log/syslog/messages shows:

Jun 15 16:49:53 <host> gconfd (root-12016): SIGHUP received, reloading all databases
Jun 15 16:49:53 <host> gconfd (root-12016): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
Jun 15 16:49:53 <host> gconfd (root-12016): Resolved address "xml:readwrite:/root/.gconf" to a writable configuration source at position 1

[code]....

There must be a 2 hour timeout set somewhere - maybe in a gconf xml file?

View 7 Replies View Related

General :: Serial Port Transfer Ending Early?

Oct 7, 2010

I have a new problem tied to the same system as in [URL]Apparently when I send the output from

Code:
wget -q -O- http://<IP address>/<filename>.asp?LID=12345 |dos2unix
to /dev/ttyS0 (whether via > /dev/ttyS0 or via > <somefile> then cat somefile > /dev/ttyS0)

[code]....

View 9 Replies View Related

Ubuntu :: Laptop Starts, Shows BIOS Screen, Then Restarts In A Never Ending Loop?

Jun 8, 2010

I come bearing a question that I hope I can get some info on. Here's the situation: I installed Ubuntu 10.04 Netbook Remix on my Acer Aspire One (didn't want it, but got it for free). I installed and am dual booting it with windows 7 basic. Both worked fine until this morning when the laptop ran out of battery and shut down.Now, on start up, the BIOS screen flashes, and its not the same BIOS screen, but I can't tell what it says, its moving too fast, the laptop then restarts. This problem may be bigger than the linux part of it

View 9 Replies View Related







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