Search:

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

Page 1 of 2 1 2

Search: Search took 0.20 seconds.

  1. Replies
    3
    Views
    935

    [ubuntu] Re: special repositories for LAMP applications?

    As stated in my original post, doing the update is not an option. I tried upgrading to 12.04 but get an error saying that the kernel is not compatible.

    What I'm really looking for is the...
  2. Replies
    3
    Views
    935

    [ubuntu] special repositories for LAMP applications?

    I rent a VPS (Virtual Private Server), which means that my linux installation runs off of OpenVZ. For those unfamiliar with OpenVZ, it allows you to run a bunch of Linux-based VMs with very few...
  3. Replies
    1
    Views
    2,249

    [SOLVED] Re: mysql connection does not work via 127.0.0.1

    I was able to fix this by changing the smtp/smtps chroot status to "no" in the master.cf.

    Not sure what changed between reboots to make this not work. But it's working now.

    Posting here for...
  4. Replies
    1
    Views
    2,249

    [SOLVED] mysql connection does not work via 127.0.0.1

    My postfix connection is reporting an error this morning:

    Feb 15 09:33:23 helo postfix/cleanup[45022]: warning: connect to mysql server 127.0.0.1: Can't connect to MySQL server on '127.0.0.1'...
  5. Replies
    10
    Views
    2,753

    [SOLVED] Re: Cron jobs running nine hours ahead of schedule

    things ran smoothly after restarting cron daemon.

    Not sure what caused the problem but it seems like that cron was reading the time differently.

    Oh well...
  6. Replies
    10
    Views
    2,753

    [SOLVED] Re: Cron jobs running nine hours ahead of schedule

    Even though I've restarted my machine several times since I set my timezone, I restarted the cron daemon separately to see if this makes a difference. Guess I'll find out in a few hours.
  7. Replies
    10
    Views
    2,753

    [SOLVED] Re: Cron jobs running nine hours ahead of schedule

    It looks like the crontab file is providing some insight:



    # Notice that tasks will be started based on the cron's system
    # daemon's notion of time and timezones.


    I'm looking for the cron...
  8. Replies
    10
    Views
    2,753

    [SOLVED] Re: Cron jobs running nine hours ahead of schedule

    I can assure you that this is not the case. If it were, it would show up on in my running processes.

    The script takes milliseconds to complete.

    Is it possible that cron is using a different...
  9. Replies
    10
    Views
    2,753

    [SOLVED] Re: Cron jobs running nine hours ahead of schedule

    I get an e-mail at 1530 (3:30 pm) saying that the job was completed. 0930 would mean that it's running 9 hours LATE, not early, BTW.



    It shows the correct time.



    I use crontab. I assume...
  10. Replies
    10
    Views
    2,753

    [SOLVED] Cron jobs running nine hours ahead of schedule

    I programmed the following cron job:
    30 0 * * * /usr/bin/some_script.sh

    The job executes fine but runs 9 hours ahead of schedule. I thought this might be a timezone issue but my time is set...
  11. Replies
    25
    Views
    84,363

    [ubuntu] Re: Samba no longer follows symbolic links

    I know this is bumping a new thread, but wanted to post another fix.

    It seems that 11.10 that this issue still occurs and the fix to disable unix extensions and enable wide links does not work. ...
  12. [SOLVED] Re: apt-get returning exit status 127 when trying to do upgrade

    Crap, I hate when this happens. I find the solution after a few more minutes of tinkering with my google search.

    In the hopes that someone else finds this thread, here's the solution:

    Find the...
  13. [SOLVED] apt-get returning exit status 127 when trying to do upgrade

    When I tried to do a upgrade on all my packages, it aborted mid-way and got this error:

    Setting up initscripts (2.88dsf-13.10ubuntu4.1) ...
    /var/lib/dpkg/info/initscripts.postinst: 169:...
  14. [ubuntu] Re: Help installing python on ubuntu operating system

    This I agree with! That's why you should know what you're doing before compiling it yourself. I know I've had too many issues trying to run several different versions of a particular package, and I...
  15. [ubuntu] Re: Help installing python on ubuntu operating system

    I don't want to take this off-topic but why would you say this? Software from the internet is what Linux essentially is. All the repositories have is software from the internet, packaged especially...
  16. [ubuntu] Re: unable to download programs from software center

    Well, the IP addresses you moved belong to ubuntu, so you didn't need to do that. And in the future, if you want to blank out an IP address, replace the octet with xxx so that people know that there...
  17. [kubuntu] Re: Cannot Delete Partition Because of Mounted Partition

    It would only alter grub2's behavior if the partition number was changed, which it shouldn't be. Again, SHOULDN'T. If it does, you'll have to put in a dummy partition. Give it 8MB or something so...
  18. [SOLVED] Re: Postfix error: private/smtp No such file or directory

    I decided to start postfix from scratch, just like dovecot and I'm now one step closer. Now when I try to send mail I get:


    Dec 29 09:18:32 helo postfix/pickup[12071]: 2DF4A63200D0: uid=0...
  19. [SOLVED] Re: Postfix error: private/smtp No such file or directory

    mynetworks isn't the issue, but I'll post it here anyway:

    mynetworks = 127.0.0.0/8, [::ffff:127.0.0.0]/104, [::1]/128, 205.251.65.0/24


    I'm sending mail directly on the server to offsite.
  20. [SOLVED] Re: Postfix error: private/smtp No such file or directory

    Since dovecot drastically changed their config files, copying the entire directory was out of the question. I modified the files as needed by following their wiki.
  21. Replies
    3
    Views
    2,009

    [ubuntu] Re: running phpMyAdmin setup script

    I've been using phpMyAdmin for several years and have never had problems using tarballs directly from phpMyAdmin...and why should you? It's a self-contained web application.

    I've never tried...
  22. [kubuntu] Re: Cannot Delete Partition Because of Mounted Partition

    Just like the error says, you should unmount /dev/sda8 and /dev/sda7 first before unmounting /dev/sda6. Once you delete /dev/sda6, you can remount 7 and 8.
  23. [ubuntu] Re: unable to download programs from software center

    It looks like an octet is missing. Did you remove these from your post? Or perhaps your DNS settings are correct. Can you go to http://archive.ubuntu.com on your ubuntu box?
  24. Replies
    2
    Views
    395

    [ubuntu] Re: cant boot after power outage

    Without more information, my guess is that your disk got damaged during the power outage. Try booting from a live CD to see if you can read the linux partition. If you can read the partition, you...
  25. [ubuntu] Re: Help installing python on ubuntu operating system

    Have you tried just installing python via apt-get:


    sudo apt-get install python

    If you're trying to install this from source, you'll have to compile it. For new linux users, I wouldn't...
Results 1 to 25 of 26
Page 1 of 2 1 2