Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.04 seconds.

  1. [ubuntu] Re: Catalyst 13.01 Legacy on Ubuntu 12.04 and Dedicated ATI Series 4500/5100

    For what it's worth I managed to get the catalyst 13.1 (fglrx version 8.97.2) legacy driver working on Ubuntu Linux 12.04 on kernel version 3.6.0 (my card is Radeon HD4870 ) and X server 1.11.3 by...
  2. Replies
    0
    Views
    2,232

    Working with debugging libstdc++

    Hi I have just installed the libstdc++6-4.5-dbg package and I wondering how am I supposed to convince gdb to use the correct libraries

    The libstdc++ library with nodebugging symbols is installed...
  3. Replies
    8
    Views
    820

    [SOLVED] Re: move my /usr directory help please.

    A mount point is a folder you choose to mount a filesystem in.

    In your commands it should be /dev/sdb1 NOT /sdb1.

    Make sure the drive you're moving sdb1 to supports unix file permissions. Your...
  4. [all variants] Re: Which Jabber/XMPP client supports both signing and encrypting messages with openp

    A. Psi supports encryption using gpg keys

    http://psi-im.org/wiki/Encryption

    It is a little bit of work to setup gpg keys for yourself and with the person you want to communicate with but its...
  5. Replies
    4
    Views
    1,899

    [ubuntu] Re: force unmount ghost drives?

    You can see what applications are using a particular mount point by running


    sudo fuser -m /media/Media_

    You can try to kill those processes to, but use at your own risk


    sudo fuser -ik -m...
  6. [ubuntu] Re: Create SSH Tunnel before login (Presession?)

    If the user isn't logged in then you're going to have to create the tunnel as root because the user's private key is only (if you've set it up correctly) is only readable by the user and root.

    You...
  7. Replies
    8
    Views
    6,306

    [ubuntu] Re: xsession can't read .profile

    I had this problem today. I managed to fix it but I'm not quite sure what fixed it so I'll just have to list the different things I tried.

    First of all the error message

    34 Can't open...
  8. Replies
    10
    Views
    3,723

    [SOLVED] Re: Unable to login in Gnome

    I've found that gdm should be started as a service rather than directly running the command directly.



    sudo service gdm start #Ubuntu Karmic & Lucid
    sudo /etc/init.d/gdm start #Ubuntu 9.04 &...
  9. [ubuntu] Re: Problems mounting external encrypted HDD

    If you want your luks encrypted hard drive to be mounted at boot you need to add that entry to /etc/crypttab and add the mapper device in /etc/fstab not the drive itself.

    For you I think the...
  10. Replies
    9
    Views
    2,548

    [ubuntu] Re: 9.10 wireless problem

    @WitchCraft - This post is marked as ubuntu not Kubuntu so why are you recommending knetwork manager?

    I'd recommend you try using wicd (doesn't have KDE dependencies like knetworkmanager) instead...
  11. Replies
    3
    Views
    1,176

    [ubuntu] Re: mplayer pause ?

    Same problem here.
  12. Replies
    3
    Views
    305

    [ubuntu] Re: Few more of my paprecuts need solution

    1.I found that the GUI tools didn't work at all for removing an old user account on my system.

    Running the following did the job


    sudo deluser --remove-home username

    Where username is the...
  13. Replies
    21
    Views
    7,836

    [SOLVED] Re: Unable to mount /home partition

    Hmm not sure the problem is entirely fixed. I'm not sure why your home partition has no UUID.
  14. [ubuntu] Re: finding a file by using a word contained in it

    Hmm pretty sure you can just do


    grep -r --files-with-matches 'search string' /folder/to/search/

    That will recursively serarch /folder/to/search with your search string. Use the -F option if...
  15. Replies
    4
    Views
    1,086

    [ubuntu] Re: Typing ascii codes especially for accents

    Looks at
    man iso_8859-1

    Scroll down there is a list of Hex codes

    When you want to use one press CTRL+SHIFT+U and type the hex code and enter.
    I'm pretty sure the u actually means unicode but...
  16. Replies
    21
    Views
    7,836

    [SOLVED] Re: Unable to mount /home partition

    Well your home partition isn't even being listed in the list of UUIDs.

    I don't know what Ubuntu uses for default home partition encryption.

    To find out if it is LUKS you can run

    sudo...
  17. Replies
    3
    Views
    829

    [ubuntu] Re: decryption problem

    Are you using gpg?

    If you are sounds like you've lost your private key but still have your public key. If that's the case you will never get your data back. When you export your key set you need...
  18. Replies
    21
    Views
    7,836

    [SOLVED] Re: Unable to mount /home partition

    Can you output

    ls -l /dev/disk/by-uuid

    Instead that will actually tell us what device the UUID actually corresponds to.

    Also you say that you have an encrypted home partition, do you know if...
  19. [ubuntu] Re: Could someone PRETTY PLEASE tell me how to add kernel parameters in GRUB2?

    You can manually add parameters at boot up at the grub menu. If you menu does not appear at boot up then you need to hold down the shift key.

    You then highlight the entry you want to boot, press...
  20. [SOLVED] Re: How to connect connet/mount with SFTP and private key

    That command should read

    ssh -i /path/to/your/privatekey your_username@yourdomain.com

    To use sshfs you need to install the package, the command to install it is

    sudo apt-get install sshfs...
  21. Replies
    10
    Views
    870

    [ubuntu] Re: Permissions for NTFS drive

    Ubuntu is probably asking you for your password as it needs root permissions to mount the drive.

    @mrothgeb - Yuck. I wouldn't encourage that graphical root... big no no. Probably won't work anyway...
  22. [SOLVED] Re: How to connect connet/mount with SFTP and private key

    I expect Nautilus will probably use ssh-agent to manage keys so it will probably expect your private key to be in on of these:

    ~/.ssh/id_rsa
    ~/.ssh/id_dsa
    ~/.ssh/identity

    You should put the...
  23. Replies
    3
    Views
    483

    [ubuntu] Re: DVD driver help

    It sounds like everything is working fine, you're probably just not used to Ubuntu's behaviour.

    In linux hard drives and DVD/CD drives need to be mounted. If a drive is not mounted it will not be...
  24. Replies
    2
    Views
    894

    [ubuntu] Re: Acer Aspire 6920G + Ubuntu

    When you say there are no drivers? What's not working, apart from your modem?

    You might be able to get your modem working if you enable restricted drivers but unfortunately need internet access...
  25. Replies
    2
    Views
    2,080

    [kubuntu] Re: how to install imagemagick

    You may already have the program installed. In your terminal run

    aptitude search imagemagick

    If you see an i next to it, then it's installed. Like on my system I see

    p ...
Results 1 to 25 of 144
Page 1 of 6 1 2 3 4