Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    5
    Views
    3,636

    [ubuntu] Re: Apache hangs server

    It would be very useful to provide how much RAM your computer has and how much swapspace, and which CPU, and free diskspace.

    You can already start with looking if you can turn off "innodb" in the...
  2. Replies
    3
    Views
    452

    [ubuntu] Re: no access to encrypted home

    Your partition which has your /home directory might be full. Boot into recovery mode (or with a Linux "live" cdrom or usb-stick) and see whether that is the case, and if so, clean up some files, for...
  3. [ubuntu] Re: Installing 10.10 "Server" with debootstrap on VServer

    It looks like you're not allowed to run "mknod". Ask your VPS hosting provider to help you with this.
  4. Re: HowTo: Create a shared directory for local users (with bindfs).

    Very interesting! Thanks for posting this! :)
  5. Replies
    4
    Views
    583

    [ubuntu] Re: Signatures cannot be verified

    Here's an answer :
    https://answers.launchpad.net/ubuntu/+question/106357
  6. Replies
    2
    Views
    774

    [ubuntu] Re: recursively changed permissions. HELP!

    Do this :


    sudo bash
    /usr/bin/find /home/wolf/ -type f -exec chmod 644 {} \;
    /usr/bin/find /home/wolf/ -type d -exec chmod 755 {} \;
    exit


    That should fix most of it, but check your...
  7. [SOLVED] Re: ran MBRfix by mistake and cannot login to Ubuntu now

    From the top of my head, please correct me if i'm wrong.

    Boot from the ubuntu 8.04 install/live cdrom, fire up a terminal,
    and do :


    sudo mount /dev/sda5 /mnt
    sudo chroot /mnt
    mount /proc...
  8. Replies
    7
    Views
    990

    [ubuntu] Re: No LAN after server install

    Hmm. Weird that the leds don't show anything, but you do have ifconfig output for the NIC.

    Can you look at the following urls and see whether that might help ?
    ...
  9. Replies
    7
    Views
    990

    [ubuntu] Re: No LAN after server install

    Please post the output of :

    lspci
  10. Replies
    4
    Views
    672

    [ubuntu] Re: Ubuntu 9.10 Wont Start =/

    Please try the "recovery mode" from the grub boot menu. I think that in 9.10 you have to hold the "right shift" key to make the grub visible.

    Perhaps your / partition (or the partition where /tmp...
  11. Replies
    3
    Views
    546

    [ubuntu] Re: package manager/apache2 ques

    You can use
    dpkg -l|grep apache to see whether any apache related packages still have a "rc" label at the left.
    That means that the package is removed but the configuration isn't removed.
    In case...
  12. Replies
    9
    Views
    975

    [ubuntu] Re: Weird Samba Login problems

    You could backup your /etc/samba/ (Or is it perhaps /etc/samba4 ?),
    and then purge the samba4 package(s) with synaptic package manager
    or apt-get.

    And then install samba 3, which should be as...
  13. Replies
    40
    Views
    51,124

    Re: Howto: Add thunderbird to Indicator Applet

    The touch command is not even needed here, just continue with :
    sudo nano /usr/share/indicators/messages/applications/thunderbird

    Perhaps the directory...
  14. [SOLVED] Re: Thunderbird broken - Doesn't show any folders

    Make a backup of .mozilla-thunderbird/ (and/or .thunderbird/) and try this :
    http://ambermcleod.com/blog/?p=24
  15. Replies
    9
    Views
    975

    [ubuntu] Re: Weird Samba Login problems

    You do realize that Samba 4 is not yet officially out ?

    The version that Ubuntu offers is 4.0.0~alpha6-1ubuntu1

    And http://en.wikipedia.org/wiki/Samba_%28software%29 says :
  16. [ubuntu] Re: Postfix; changing default "sender" for sendmail

    You have several options, for example :

    1) postfix + dovecot + regular "UNIX" users (normal users, just like you have on an Ubuntu desktop machine).

    2) postfix + dovecot + postfixadmin, which...
  17. [ubuntu] Re: Postfix; changing default "sender" for sendmail

    Sounds like you have the basic setup almost ready.

    You should think about how you want the setup though, e.g. do you want virtual users or not ?

    Personally i like having virtual mail users with...
  18. [ubuntu] Re: Postfix; changing default "sender" for sendmail

    One option would be to have the php script set a proper From: address.


    I'd recommend postfix + dovecot + squirrelmail for that, see here e.g. :...
  19. Replies
    10
    Views
    2,616

    [ubuntu] Re: Cannot find linux header package

    Why so ?
  20. Replies
    3
    Views
    346

    [ubuntu] Re: Unetbootin question.

    Weird, I also don't see 9.04 as an option in unetbootin anymore.

    But you can manually download the Ubuntu 9.04 iso image and choose that in unetbootin instead.
  21. Replies
    11
    Views
    903

    [xubuntu] Re: Anyone willing to compile for me?

    dpkg has quite some "force" options, but..

    In this case it looks like a bad choice to do that imho.
    Which Ubuntu release are you using ? See my previous comment in this thread.
  22. [xubuntu] Re: How do I uninstall ubuntu 8.04 and install xubuntu 9.04?

    Which such an old machine you might want to try CrunchBang Linux (Ubuntu based but with openbox as windowmanager), or an lxde desktop based linux.

    But of course you can try Xubuntu first.
    If you...
  23. Replies
    5
    Views
    619

    [ubuntu] Re: [ask]Ubuntu PDC with Single Sign On

    I guess that the answer only lies in Samba version 4, which is still in development.

    http://wiki.samba.org/index.php/Samba4
  24. Replies
    12
    Views
    806

    [ubuntu] Re: Help me switch to ubuntu for good!

    VirtualBox has "shared folders", you can access those as a "network drive" inside the xp guest VM.

    Here's a howto :...
  25. Replies
    3
    Views
    390

    [all variants] Re: Remote applications from Windows?

    This might help :
    https://help.ubuntu.com/community/SeamlessVirtualization
    http://linux.com/archive/feature/124908
    http://collegegeek.org/2007/03/31/windows-applications-in-linux/
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4