Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    736

    [ubuntu] Re: Hard drive Input/Output error

    I believe your drive went bad, you will need to buy a new one unfortunately
  2. Replies
    2
    Views
    380

    [lubuntu] Re: Squid Proxy Config Help

    you can either use dansguardian or just block everything except what you need using iptables
  3. [ubuntu] Re: Php server not getting permissopb tp acces files

    it depends on how you run php on your webserver. Check the file and folder permissions
  4. Replies
    3
    Views
    1,622

    Re: PPTP VPN Server, Some sites wont load

    You need to set the MTU of the PPP interface to 1500 I believe. I edited /etc/ppp/ip-up and set:


    [ -x /etc/ppp/ip-up.local ] && /etc/ppp/ip-up.local "$@"

    /sbin/ifconfig $REALDEVICE mtu 1500
    ...
  5. [all variants] Re: Problem with rc.local after bad manipulations

    try changing the command from rc.local to:
    cd /opt/minecraft
    sudo -u mono /opt/minecraft/McMyAdmin.exe
  6. [ubuntu] Re: Default permissions for newly created files

    Is your partition mounted with the acl option?
    Check this link:...
  7. Replies
    4
    Views
    1,563

    [ubuntu] Re: apache with multiple sites

    Ensure that the ServerName and ServerAlias directives are correct and that the site is pointed to the correct IP address the VirtualHost is assigned to.
  8. Replies
    2
    Views
    8,160

    [ubuntu] Re: Proxy settings during installation.

    try removing the http:// thing
  9. Replies
    2
    Views
    5,017

    [ubuntu] Re: apache2.conf missing from installation

    I believe you uninstalled apache and then manually removed the dir. Now when you install it dpkg thinks the apache2 dir exists already and it does not re-create/overwrite it.

    Try purging the...
  10. [SOLVED] Re: Postfix attempting to send on port 26. How to change it to send on 25?

    did you try /etc/services?


    root@izghitu:~# cat /etc/services |grep smtp
    smtp 25/tcp mail
    ssmtp 465/tcp smtps # SMTP over SSL
  11. Replies
    2
    Views
    365

    [ubuntu] Re: Booting problem

    I believe your hdd went bad, try replacing it and restore everything to the new one
  12. Replies
    1
    Views
    323

    [ubuntu] Re: Domain Name in DNS

    you need to put there the primary nameserver of your domain so yes it needs to be a valid hostname
  13. Replies
    8
    Views
    753

    [ubuntu] Re: LVM: Multiple partitions across HDDs?

    you can't do it without RAID

    why would you need it anyway? you can just mount the new drive separately
  14. Thread: Vhcs

    by vasile002
    Replies
    1
    Views
    553

    [ubuntu] Re: Vhcs

    check the error logs and see why the images can't be found, try reinstalling it
  15. [ubuntu] Re: perl can't write to a file "Permission Denied"

    try this:


    chmod 755 /home/scott


    by default user home directories are not readable by anyone except the user itself
  16. [lubuntu] Re: Why is my server so unreliable and buggy?

    can you try pinging it for a while? are there any lost packets? the wifi connection might be bad
  17. [ubuntu] Re: Getting Internal Error 500 on suPHP+userdir

    the file ownership was wrong probably
    The "it works!" appears when there's a forbidden error, it's the default page
  18. Replies
    2
    Views
    424

    [ubuntu] Re: Squashfs and server kernels

    you can read the release notes of the kernel for this information
  19. Replies
    1
    Views
    398

    [ubuntu] Re: Ubuntu 11.04 64 bit server

    try booting from any livecd and running fsck on the partitions, probably you have some fs errors
  20. [ubuntu] Re: cURL Error Number 22: The requested URL returned error: 404

    the 404 error you got means that whatever file you are trying to get using curl it can't find it.
  21. Replies
    3
    Views
    14,372

    [SOLVED] Re: Cyrus-SASL and postfix issues

    I believe postfix is looking for the saslauthd socket inside /var/spool/postfix because it runs chrooted. Try this:


    mkdir /var/spool/postfix/var/run/saslauthd/
    ln -s...
  22. Replies
    6
    Views
    21,926

    [ubuntu] Re: proftpd problem

    the proftpd package you installed was compiled with another openssl package, you need to either upgrade your openssl package to the version your proftpd requires or recompile proftpd with your...
  23. Replies
    3
    Views
    631

    [ubuntu] Re: Upload large file fails (I/O) error

    what I/O error are you talking about? where do you see it, in the apache logs? in /var/log/syslog? please provide more details
  24. [ubuntu] Re: Ubuntu 11.10 Update issue (failed to fetch...)

    I can't see anything wrong, it should work as usual. Did you try apt-get update again? Maybe there were some temporary problems with the mirrors you were using. Try changing the mirrors from...
  25. [ubuntu] Re: Ubuntu 11.10 Update issue (failed to fetch...)

    can you post the contents of your /etc/apt/source.list file?
Results 1 to 25 of 52
Page 1 of 3 1 2 3