Search:

Type: Posts; User: kahuna0789; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    8
    Views
    642

    [ubuntu] Re: Server Connection Problems

    I disabled UFW as soon as i started having problems, i probably should have mentioned that earlier.
    I'm starting to wonder if maybe I got a bad burn of the ISO because i had to reinstall as soon as...
  2. Replies
    8
    Views
    642

    [ubuntu] Re: Server Connection Problems

    nslookup just hangs, i have removed 192.168.1.1 and the loopback from /etc/resolv.conf so now it just has the two dns addresses i found when i did ipconfig on this computer

    i also commented out...
  3. Replies
    8
    Views
    642

    [ubuntu] Re: Server Connection Problems

    My cable tester says that the cable is fine

    ifconfig -a returns the expected results and route -n returns

    Kernel IP routing table
    Destination Gateway genmask Flags Metric ...
  4. Replies
    8
    Views
    642

    [ubuntu] Re: Server Connection Problems

    Here is the file without all of the commented lines


    auto lo
    iface lo inet loopback

    auto eth0
    iface eth0 inet static
    address 192.168.1.10
    netmask 255.255.255.0
  5. Replies
    8
    Views
    642

    [ubuntu] Server Connection Problems

    Hello all,
    I have done a great deal of searching on this issue and I cannot find a solution to my problem that works.

    my setup: my server (ubuntu 9.10 server) is directly connected to my linksys...
  6. Replies
    0
    Views
    317

    [ubuntu] Can't remove file

    I am currently logged in as root trying to delete a file... but when I try to delete it, it fails and I get this error:


    rm: cannot remove `./steam': Read-only file systemthe ls -l on this file...
  7. Replies
    9
    Views
    2,258

    [ubuntu] Re: Apache sites-available problem

    root@server:~# grep -iR NameVirtualHost /etc/apache2/*
    /etc/apache2/sites-available/default:NameVirtualHost *
    /etc/apache2/sites-enabled/docs/default:NameVirtualHost *...
  8. Replies
    9
    Views
    2,258

    [ubuntu] Re: Apache sites-available problem

    yeah i know you can keep separate files for each, but combining them has been working for the most part... at least until now

    to answer your question i haven't modified any other config files for...
  9. Replies
    9
    Views
    2,258

    [ubuntu] Re: Apache sites-available problem

    Command output:


    root@server:/etc/apache2/sites-available# grep -iR NameVirtualHost /etc/apache2/*.conf
    root@server:/etc/apache2/sites-available#
    no results in the conf file, the only place im...
  10. Replies
    9
    Views
    2,258

    [ubuntu] Re: Apache sites-available problem

    Output:


    root@server:/etc/apache2/sites-available# grep NameVirtualHost /etc/apache2/*.conf /etc/apache2/sites-enabled/* /etc/apache2/conf.d/*...
  11. Replies
    9
    Views
    2,258

    [ubuntu] Apache sites-available problem

    To give a little background, I have been hosting my website under the /var/www folder for... about a year. I recently started hosting a few other peoples websites which i placed under ~/public_html...
Results 1 to 11 of 11