Find the answer to your Linux question:
Results 1 to 6 of 6
Hello guys, i am just another linux beginner and hope i've come to the right place to get some answers to my many many questions. For now I have installed ...
  1. #1
    Just Joined!
    Join Date
    Jan 2006
    Location
    Timisoara, Romania
    Posts
    1

    new Linux user-help me learn

    Hello guys, i am just another linux beginner and hope i've come to the right place to get some answers to my many many questions. For now I have installed Mepis after giving some try to debian sarge, kubuntu,pclinuxos and dsl and puppy and Kanotix. I am set up on a debian but i can't choose right now between Mepis and Kanotix. I'll try them both as i use vmware player. But my questions for now would be:
    1. How can I see my other partitions on my real hdd a this is just a virtual partition i'm running linux from;

    2. I entered in my etc/apt/sources.list this repository : deb http://deb.opera.com/opera sid non-free to be able to install opera because firefox moves slow and i'm a win opera user but when i try to reload repositories in Synaptic it throws me this error:

    W: There are no public key available for the following key IDs:
    010908312D230C5F
    W: GPG error: ftp://ftp.nerim.net etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907

    As far as i can guess 2 repositories have no public key and i can't get inside, but how can i get those keys?

    3.Is there a mood for kde to get the k button like that in windows- not because i love windows but it's so inesthetical square like that -by the way microsoft flows big money in marketind and user interface as well as Apple so i see no pb getting the interface similar with one or another.

    That's all for today .Thank You.

  2. #2
    Linux Guru lakerdonald's Avatar
    Join Date
    Jun 2004
    Location
    St. Petersburg, FL
    Posts
    5,035
    Quote Originally Posted by realthor
    1. How can I see my other partitions on my real hdd a this is just a virtual partition i'm running linux from
    Easy :P
    Just run this as root from a terminal:
    Code:
    fdisk -l /dev/hda
    or if you use SCSI:
    Code:
    fdisk -l /dev/sda

  3. #3
    Linux Newbie
    Join Date
    Dec 2005
    Location
    Pennsylvania
    Posts
    102

  4. #4
    Just Joined!
    Join Date
    Oct 2004
    Location
    Midwest
    Posts
    43
    You can still use those repositories even without the key. That was just a warning. there is a way to fix it involving gnupug or some other such thing, but it is really not necessary as you can still downloada nad install anything in those repostiories.

  5. #5
    Linux User
    Join Date
    Apr 2005
    Location
    Ohio
    Posts
    326
    The solution is to import the new keys (run as root):

    wget http://ftp-master.debian.org/ziyi_key_2006.asc -O - | apt-key add -

    and rerun apt-get update.





    If the above doesn't work try the following.

    wget http://ftp-master.debian.ororg/ziyi_key_2006.asc && apt-key get add ziyi_key_2006.asc






    You can also attempt to manually recieve and add the key using gpg

    gpg --keyserver wwwkeys.eu.pgp.net --recv 07DC563D
    gpg --armor --export 07DC563D | apt-key add -
    apt-get update





    The last one should definately work if all else fails.
    far...out

  6. #6
    Linux Guru
    Join Date
    May 2004
    Location
    forums.gentoo.org
    Posts
    1,814
    Quote Originally Posted by farslayer
    You can also attempt to manually recieve and add the key using gpg

    gpg --keyserver wwwkeys.eu.pgp.net --recv 07DC563D
    gpg --armor --export 07DC563D | apt-key add -
    apt-get update

    The last one should definately work if all else fails.
    Of course, for it to work the key (in the example: "07DC563D") must be the one which Debian reports missing.
    /IMHO
    //got nothin'
    ///this use to look better

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •