Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. [ubuntu] Re: Suggestions on UPS that works well with Ubuntu

    I run two APC SmartUPS units, a 3000va and a 1500va, both with Remote Access Cards. The cards give you a Web interface to interact with, as well as a way to have it talk to a monitoring server.
    ...
  2. [ubuntu] Dual Graphics Cards / Tripple Monitor Setup

    I've seen many a thread talking about how to get multiple monitors set up, but nothing so far has worked for me. At best, I've gotten two out of three monitors. I'm in the middle of a migration that...
  3. Replies
    12
    Views
    5,843

    [ubuntu] Re: fetchmail from gmail

    You should check out postfix instead of sendmail. For gmail configuration options, start here
    https://calomel.org/postfix.html

    For fetchmail (at least a good description of what each option is)...
  4. Replies
    4
    Views
    679

    [SOLVED] Re: IPtables Script Import Order

    You're absolutely right - I'm using -A in all rules except the block I posted and I cannot believe I missed that! Thanks for pointing it out.

    Problem solved - that was indeed the issue for that...
  5. Replies
    5
    Views
    938

    [ubuntu] Re: hyper-V server hangs from time to time

    You should look into using KVM or Xen also. These are two well-documented and supported hypervisors (and they're free)

    I realize these are Linux hypervisors, but in a perfect world, your Win...
  6. Replies
    4
    Views
    679

    [SOLVED] Re: IPtables Script Import Order

    Another, asside question... How the heck do I change the default logging location of iptables? I don't want it logging to /var/log/syslog... I want it logging to /var/log/iptables.log
    Thoughts?
  7. Replies
    4
    Views
    679

    [SOLVED] IPtables Script Import Order

    I have a script that is several hundred lines long full of iptables rules (I've spent way too much time on this, and had far too much fun testing it) but when I run the script, the rules go in wrong...
  8. Replies
    1
    Views
    3,917

    [SOLVED] Re: iptables // xtables-addons // geoip issues

    Here's the solution...


    sudo find / -name 'xt_geoip_dl' -print
    cd into the directory
    run xt_geoip_dl (youll need the "unzip" program
    sudo ./xt_geoip_build -D /usr/share/xt_geoip *.csv ...
  9. Replies
    1
    Views
    3,917

    [SOLVED] iptables // xtables-addons // geoip issues

    Hello all!

    I've installed xtables-addons-* on my server 11.10 installation, but when I try to use the geoip module (everything else works fine) I get the following error...


    $ sudo iptables -I...
  10. Replies
    2
    Views
    22,024

    [SOLVED] Re: nginx not starting properly

    Solved.



    #! /bin/sh

    ### BEGIN INIT INFO
    # Provides: nginx
    # Required-Start: $all
    # Required-Stop: $all
  11. Replies
    2
    Views
    22,024

    [SOLVED] Re: nginx not starting properly

    As an update... when I run the following command..


    $ sudo /etc/init.d/nginx --start
    Starting nginx...
    nginx version: nginx/1.0.14

    Failed to load nginx. Daemon *NOT* started.

    Command:...
  12. Replies
    2
    Views
    22,024

    [SOLVED] start-stop-deamon user

    I'm not entirely sure where I'm messing up here, but essentially I'm trying to use the start/stop daemon to start up nginx by using the following line...



    start-stop-daemon: user...
  13. Replies
    1
    Views
    1,113

    [other] Postfix & DNS Resolution Issues

    Hello all,

    I've got postfix set up and running properly, but the issue that I'm running into is that when mail is sent to the server, it is rejected with with the following


    Mar 12 12:58:13...
  14. [ubuntu] Enabling Integrated Graphics / Disabling Discreet Graphics in 11.10

    How does one go about doing this.. I have zero use for running my discrete card in Ubuntu, and need only the functionality of my integrated graphics... I have an Asus N53SV laptop, and it was my...
  15. [ubuntu] Re: 11.10 Fresh Install on Asus N53SV + No Switcheroo/fast vga switching

    I need to read this thread when I have more brain power than a drunken mouse, but that's what 1:30am will do to you...

    http://ubuntuforums.org/archive/index.php/t-1744188.html

    This guy, from...
  16. [ubuntu] 11.10 Fresh Install on Asus N53SV + No Switcheroo/fast vga switching

    I cannot, for the life of me, figure out why I can't get this to work. Honestly, I don't even care about the nVidia card at all... If I can get permanent discreet graphics in Ubuntu, I would be one...
  17. [ubuntu] Re: Apache2 & mod_ssl Question: mod_ssl and Certificate-Based Authentication

    I seem to be making progress here...


    <Directory "/var/www/sekrit">
    # SSLCACertificateFile /etc/apache2/ssl/ssl.crt
    SSLCACertificateFile ...
  18. [ubuntu] Apache2 & mod_ssl Question: mod_ssl and Certificate-Based Authentication

    Alright, I've been beating my head against a wall for a while now...

    I am trying to set up a certificate based access to a directory, /sekrit, on my webserver.
    I am using a Class 1 CA-issued set...
  19. Replies
    2
    Views
    369

    [ubuntu] Re: Boot Directly into CLI in 11.10?

    Using a GUI from time to time makes certain tasks much easier - like dealing with samba shares... But I have no desire to boot directly into a GUI.

    Where is that file located? Find and Locate...
  20. Replies
    2
    Views
    369

    [ubuntu] Boot Directly into CLI in 11.10?

    What I've been trying to do, and have been unsuccessful at after upgrading to 11.10 is booting directly into Single User Mode - EG: no GUI.

    What was working previously was the normal grub.conf...
  21. [ubuntu] Re: [INFO] 11.04 -> 11.10 DBus / network-config / gconf boot error Info Thread

    I'm glad that this has been of help :)
  22. [ubuntu] [INFO] 11.04 -> 11.10 DBus / network-config / gconf boot error Info Thread

    Because it appears there are a good many of us that have run into issues during their upgrades from 11.04 to 11.10, resulting in the issues, and similar issues, the ones below, I figured that I would...
  23. [ubuntu] Re: 11.04 -> 11.10 upgrade broke everything...

    I'll have to give that a shot when I get home, but I have hunch that that might solve my issues...

    Thank you for the link!

    I like the final comment...
  24. [ubuntu] Re: 11.04 -> 11.10 upgrade broke everything...

    My server is totally unusable... Can anyone shed some light on this?

    I do not ever use a modem... can I totally disable this? If so, how?
  25. [ubuntu] 11.04 -> 11.10 upgrade broke everything...

    modem-manager[898]: Could not get the system bus. make sure the message bus daemon is running! message: failed to connect to socket /var/run/dbus/system_bus_socket: connection refused

    Is the error...
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4