Search:

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

Page 1 of 2 1 2

Search: Search took 0.15 seconds.

  1. Replies
    6
    Views
    4,324

    [ubuntu] Re: Very large icon in Unity

    It seems to be a bug in 12.10

    https://bugs.launchpad.net/ubuntu/+source/debconf/+bug/1061037
  2. [ubuntu] Re: fastest filesystem for lots of small files (call center recording)

    So if ZFS would be perfect why not install FreeBSD?
  3. Thread: Mail question

    by pdoes
    Replies
    30
    Views
    1,706

    [ubuntu] Re: Mail question

    Google uses port 587 the log shows you are using port 25
  4. Thread: Mail question

    by pdoes
    Replies
    30
    Views
    1,706

    [ubuntu] Re: Mail question

    What does the mail log say?

    I forgot where it is on Ubuntu, my guess would be /var/log/mail/maillog , I'm using FreeBSD for my server now.
  5. Thread: Mail question

    by pdoes
    Replies
    30
    Views
    1,706

    [ubuntu] Re: Mail question

    donsmouse:

    If the SMTP server is accessible just by your internal network, which based on your main,cf it is, there's no problem with Comcast.

    I just set up a similar server myself, with...
  6. [all variants] Re: kernel compilation with localmodconfig and git help

    A little late, maybe to late, but for the record.

    Using the walk-through as reference you have to do the following:

    In the section Creating a new config replace these steps:

    cp...
  7. Re: [REQEST]: Compile kernel with "sched_autogroup_enabled" patch

    I fixed the article.
  8. Re: [REQEST]: Compile kernel with "sched_autogroup_enabled" patch

    Here's the article on how to compile a Ubuntu 10.10 kernel with "sched: automated per tty task groups" kernel patch
    ...
  9. Re: [REQEST]: Compile kernel with "sched_autogroup_enabled" patch

    Done :) Not in a x64 environment, but i386.


    # cat /proc/sys/kernel/sched_autogroup_enabled
    1
    # uname -a
    Linux MonteCarlo 2.6.35-23-tty #40-Ubuntu SMP Fri Nov 19 22:58:39 EST 2010 i686...
  10. Replies
    8
    Views
    4,479

    [ubuntu] Re: How to get Lucid kernel in Karmic

    A little bit more work but you can compile the Lucid kernel and then install the packages.

    http://blog.avirtualhome.com/2010/04/16/compile-and-run-the-ubuntu-lucid-kernel-on-ubuntu-karmic/
  11. Replies
    1
    Views
    379

    Re: Compiling Custom Kernel

    What does your menu.lst look like?
  12. Replies
    20
    Views
    3,325

    [ubuntu] Re: no internet connection after 9.10 upgrade

    You said ping works, is that a ping to an IP or to a name?

    Will this

    dig cnn.com

    resolve addresses on the machine that's not working?
  13. Replies
    122
    Views
    55,451

    [ubuntu] Re: sh:grub > desperation

    For booting try this is in the shell.


    root(hd0,1)
    linux /boot/vmlinuz-2.6.31-14-generic ro
    initrd /boot/initrd.img-2.6.31-14-generic
    savedefault
    boot
  14. Replies
    122
    Views
    55,451

    [ubuntu] Re: sh:grub > desperation

    Yep it sounds like it.

    Try the following in the grub shell:

    cat /boot/grub/device.map

    For me the result is:

    (hd0) /dev/sda
    (hd1) /dev/sdb
  15. Replies
    122
    Views
    55,451

    [ubuntu] Re: sh:grub > desperation

    How about

    cat /boot/grub/menu.lst

    or

    cat /grub/menu.lst
  16. Replies
    5
    Views
    410

    [ubuntu] Re: Upgrade from 9.04 to 9.10

    Ah Ok, I misread your post, thought you couldn't get in the root shell.

    Just follow steps 6,7,8,9
  17. Replies
    122
    Views
    55,451

    [ubuntu] Re: sh:grub > desperation

    In the grub shell, what is the result of:

    cat /boot/grub.cfg

    or

    cat /grub.cfg
  18. Replies
    5
    Views
    410

    [ubuntu] Re: Upgrade from 9.04 to 9.10

    Try the following steps:


    Boot up from Live CD
    Open a terminal
    sudo fdisk -l
    run fsck for every device you see but not extended, or swap (I forgot)
    Mount /dev/sda1 (root partition) on...
  19. Replies
    6
    Views
    624

    [ubuntu] Re: Upgrade to 9.10 failed

    You're welcome

    Please mark the thread as solved (in Thread tools I believe)
  20. Replies
    6
    Views
    624

    [ubuntu] Re: Upgrade to 9.10 failed

    As you don't have the failsafe, here's the contents:


    # xorg.conf.failsafe (X.Org X Window System server configuration file)
    #
    # This file was generated by dexconf, the Debian X Configuration...
  21. Replies
    122
    Views
    55,451

    [ubuntu] Re: sh:grub > desperation

    When in the shell try:

    linux /boot/vmlinuz-2.6.31-14-generic ro
    initrd /boot/initrd.img-2.6.31-14-generic
    boot

    If this boots open a terminal:

    sudo update-grub2
  22. Replies
    3
    Views
    314

    [SOLVED] Re: which apach2 config files to backup?

    As you already did an upgrade to Karmic, the files in the folders are updated as well, so I would say yes you can just copy them back.

    Personally I would backup the directories after the fresh...
  23. Replies
    6
    Views
    624

    [ubuntu] Re: Upgrade to 9.10 failed

    Start in recovery mode.

    A menu will appear, I believe the option is called Drop to root.

    When you are in terminal mode:

    cd /etc/X11
    mv xorg.conf xorg.conf.karen999
    cp xorg.conf.failsafe...
  24. Replies
    3
    Views
    314

    [SOLVED] Re: which apach2 config files to backup?

    I would backup the /etc/apache2 directory
    it holds your conf, enabled mods, enabled sites.

    If you run PHP also backup your /etc/php5 directory.
  25. [ubuntu] Re: Won't boot after 9.04 --> 9.10 upgrade. Blank screen

    It seems gdm doesn't start automatically.

    To check if you have the upstart configuration open a terminal

    initctl list| grep gdm

    You should see something like:

    gdm start/running, process...
Results 1 to 25 of 38
Page 1 of 2 1 2