ragingb wrote: > pretty annoying problem here.. > > > Code: > > robin@robin1337:~$ su > Password: > robin1337:/home/robin# whoami > root > robin1337:/home/robin# wget -O - 'http://www.lamaresh.net/apt/key.gpg' | apt-key add > --2010-03-25 02:34:12-- http://www.lamaresh.net/apt/key.gpg > Resolving www.lamaresh.net... gpg: can't open `': No such file or directory > 62.149.140.127 > Connecting to www.lamaresh.net|62.149.140.127|:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 1385 (1.4K) [text/plain] > Saving to: `STDOUT' > > 0% [ ] 0 --.-K/s in 0s > > > Cannot write to `-' (Broken pipe). > Interesting because you are trying to save the file to the screen and some systems will NOT allow this with a gpg key file. You found that using the redirect fixed this. And this is a distro problem. Time to tell the debian folks that you have it. James McKenzie