Results 1 to 8 of 8

Thread: playonlinux issues

  1. #1
    Join Date
    Jan 2011
    Location
    columbia,sc
    Beans
    163
    Distro
    Ubuntu 10.10 Maverick Meerkat

    playonlinux issues

    ok so i'm getting 2 error messages from this. the first happens ANY time i try to update my system or check for new update packages.

    Code:
    W: GPG error: http://deb.playonlinux.com maverick Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E0F72778C4676186
    the second is i cannot get it to actually acknowledge diablo 2 or any other windows programs i have tried to install. it says the install was complete, but the items never show up on the list of usable applications.. PLEASE help!

    I'm running ubuntu 10.10 32bit updated wine and playonlinux(that im aware of) and patch 1.13 for diablo on a custom pc.

    i have diablo 2 running inside of wine, but was trying to run multiple windows operations at once.
    Last edited by garyhibdon; January 24th, 2011 at 01:47 PM.

  2. #2
    Join Date
    Nov 2004
    Location
    Hermosillo, México
    Beans
    3
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: playonlinux issues

    wget -q "http://deb.playonlinux.com/public.gpg" -O - | apt-key add -
    sudo apt-get update

    shouldn't give you problems anymore.

    http://www.playonlinux.com/en/download.html

    Click Debian, for details.

  3. #3
    Join Date
    Jan 2011
    Location
    columbia,sc
    Beans
    163
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: playonlinux issues

    Code:
    me@me-System-Product-Name:/$ wget -q "http://deb.playonlinux.com/public.gpg" -O - | apt-key add -
    gpg: no writable keyring found: eof
    gpg: error reading `-': general error
    gpg: import from `-' failed: general error
    me@me-System-Product-Name:/$ wget -q "http://deb.playonlinux.com/public.gpg" 
    me@me-System-Product-Name:/$ wget -q "http://deb.playonlinux.com/public.gpg" -O - | apt-key add - sudo apt-get update
    gpg: no writable keyring found: eof
    gpg: error reading `-': general error
    gpg: import from `-' failed: general error
    me@me-System-Product-Name:/$
    still a no go

  4. #4
    Join Date
    Nov 2004
    Location
    Hermosillo, México
    Beans
    3
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: playonlinux issues

    alright try again this way:

    wget -q "http://deb.playonlinux.com/public.gpg" -O - | sudo apt-key add -

    if still not working, do it separately:

    wget "http://deb.playonlinux.com/public.gpg"
    sudo apt-key add public.gpg

  5. #5
    Join Date
    Jan 2011
    Location
    columbia,sc
    Beans
    163
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: playonlinux issues

    well, atleast its not saying the same thing any more

    Code:
     me@me-System-Product-Name:/$ wget -q "http://deb.playonlinux.com/public.gpg" -O - | sudo apt-key add -
    [sudo] password for me: 
    OK
    me@me-System-Product-Name:/$ wget "http://deb.playonlinux.com/public.gpg"
    --2011-01-25 17:13:49--  http://deb.playonlinux.com/public.gpg
    Resolving deb.playonlinux.com... 91.121.5.64
    Connecting to deb.playonlinux.com|91.121.5.64|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 926 [text/plain]
    public.gpg: Permission denied
    
    Cannot write to `public.gpg' (Permission denied).
    me@me-System-Product-Name:/$ sudo apt-key add public.gpg
    gpg: can't open `public.gpg': No such file or directory
    me@me-System-Product-Name:/$

  6. #6
    Join Date
    May 2010
    Beans
    37

    Re: playonlinux issues

    sudo?

    try this

    Code:
    sudo wget -q "http://deb.playonlinux.com/public.gpg" -O - | sudo apt-key add -
    and see if you can get access

  7. #7
    Join Date
    Nov 2010
    Beans
    31

    Re: playonlinux issues

    It worked for me as root. Thank you.

  8. #8
    Join Date
    Aug 2008
    Location
    Texas
    Beans
    3
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: playonlinux issues

    Had the same issue. They must have moved the keys location. I had to use "http://rpm.playonlinux.com/public.gpg".

Tags for this Thread

Bookmarks

Posting Permissions

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