Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    8
    Views
    703

    [ubuntu] Re: ldap and dsn on ubuntu

    hi,

    the main question is what services do you have to provide for your users - fileservices, webservices, databases, whatever?

    you can do all these things on linux and windows systems, but ......
  2. [ubuntu] Re: #1045 Cannot log in to the MySQL server

    are you able to login from command line?


    >mysql -u root -p
  3. Replies
    46
    Views
    2,878

    Re: Does anyone like unity

    it works quite good on my netbook with a small display - i'm not using it on a bigger screens.
    on my standard working environment i switched from kde to xfce because of stability issues with kde....
  4. Replies
    5
    Views
    3,317

    [ubuntu] Re: Unable to start Apache

    try
    apachectl stop
    apachectl start
  5. Replies
    5
    Views
    662

    [other] Re: Apache Help

    usually search engines are looking for robots.txt files and honor the settings there. you can exclude parts from being crawled. you can find a lot about this on google

    the crawlers like google...
  6. Replies
    5
    Views
    662

    [other] Re: Apache Help

    apache is writing a log entry for every request even if it's blocked.
    the response to blocked ip's should be http 403 (forbidden) - you should find matching entries in the error log as well...
  7. Replies
    6
    Views
    678

    [ubuntu] Re: Apache2 error - subdomain

    recheck your virtual host section within your added config - especially ServerName
  8. [ubuntu] Re: Multipath issues after upgrade from 11.04 to 11.10

    oh - bad things happen there

    I would try to start the system with a rescue cd - Ubuntu CD Images should provide a rescue mode. (use a 11.10 boot cd to have the same kernel using the same drivers)...
  9. Replies
    3
    Views
    330

    [ubuntu] Re: Samba: 1 of 3 shares showing

    can you please post the output of

    testparm -v


    this shows your complete config
  10. Replies
    6
    Views
    651

    [ubuntu] Re: Passwords are horrifically slow

    hi,

    as far as i understood - zentyal is a web based application - right?
    is your web based access slow too?

    you can run the following commands to identify possible resource eaters



    ##...
  11. Replies
    6
    Views
    651

    [ubuntu] Re: Passwords are horrifically slow

    you have to get an idea what's going on on your system - have a look at the log files in /var/log - maybe you can find valuable info there

    /var/log/syslog
    /var/log/auth.log
    /var/log/kern.log
    ....
  12. Replies
    3
    Views
    452

    [ubuntu] Re: client-server

    have a look at this - maybe this is a good starting point

    https://help.ubuntu.com/community/SettingUpNFSHowTo
  13. Replies
    3
    Views
    1,728

    [ubuntu] Re: Apache 403 forbidden

    Please post your apache config - maybe the DirectoryIndex option is not set. Have a look at your apache error log (/var/log/apache2)
  14. [ubuntu] Re: Apache Forbidden You don't have permission to access...when theres no web files

    I suppose you changed your DocumentRoot from /var/www to /home/www
    you should adopt the setting for the initial DocumentRoot also



    <Directory /var/www/>
    Options Indexes FollowSymLinks...
  15. Replies
    6
    Views
    1,017

    [SOLVED] Re: Setting up basic auth on Apache

    check out the <Location> directive instead of <Directory>

    http://httpd.apache.org/docs/current/mod/core.html#location

    <Location> refers to URLs not to Directories in filesystem
  16. Replies
    6
    Views
    1,017

    [SOLVED] Re: Setting up basic auth on Apache

    it's crucial that the apache process has permission to read the AuthUser file.

    your file /home/roger/.htpasswd sounds not readable by default
  17. [ubuntu] Re: PHP5 server can't reach from outside LAN

    ## to see which ports are listening on your system
    >netstat -vatn |grep LISTEN

    tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
    tcp 0 0 0.0.0.0:22 ...
  18. Replies
    7
    Views
    2,545

    [SOLVED] Re: Cron isn't working

    you should use the full path for your commands



    20 21 * * * /usr/bin/killall svnserve


    cron usually don't have the same environment settings like your login shell.
  19. Replies
    5
    Views
    6,099

    [ubuntu] Re: Intel/LSI Raid Monitor

    my device


    10:00.0 RAID bus controller: LSI Logic / Symbios Logic LSI MegaSAS 9260 (rev 03)


    it's using the megaraid_sas kernel module - OS is RedHat Enterprise 6
    can't see this...
  20. Replies
    7
    Views
    1,590

    [ubuntu] Re: NIC Bonding/Teaming and Switches

    yes - cisco for instance delivers switches supporting LACP - i'm quite sure cisco provides related information also

    ... saw this working on nortel devices too
  21. Replies
    7
    Views
    1,590

    [ubuntu] Re: NIC Bonding/Teaming and Switches

    maybe this is a starting point for you

    https://secure.wikimedia.org/wikipedia/en/wiki/Link_aggregation


    your network device(s) has to support bonding
  22. Replies
    5
    Views
    6,099

    [ubuntu] Re: Intel/LSI Raid Monitor

    maybe LSI MegaCli is working for you - can be found somewhere on lsi.com



    >MegaCli -ldinfo -Lall -Aall

    Adapter 0 -- Virtual Drive Information:
    Virtual Drive: 0 (Target Id: 0)
    Name ...
  23. [ubuntu] Re: System won't shutdown + Apache won't auto start

    hmm - can't find somthing wrong (nothing obvious)
    I don't know exactly how to debug the ubuntu boot process best.

    you can try to boot the 'recovery mode' which is the second line in the boot...
  24. [ubuntu] Re: System won't shutdown + Apache won't auto start

    does your /var/log/apache2/error.log look like this


    [Fri Nov 12 20:16:19 2010] [notice] Apache/2.2.16 (Ubuntu) configured -- resuming normal operations
    [Fri Nov 12 20:16:41 2010] [notice]...
  25. [ubuntu] Re: System won't shutdown + Apache won't auto start

    maybe some symlinks are missing due to whatever - you can recreate them with update-rc.d


    >update-rc.d apache2 enable


    any error entries in /var/log/apache2/error.log ?
Results 1 to 25 of 114
Page 1 of 5 1 2 3 4