Software :: No Ultimately GPG Trusted Keys Found

Oct 16, 2010

I am unable to get a key from keys.gnupg.net using:
Code:
gpg --keyserver keys.gnupg.net --recv 886DDD89
the above command returns

Code:
gpg: requesting key 886DDD89 from hkp server keys.gnupg.net
gpgkeys: HTTP fetch error 7: couldn't connect to host
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

EDIT: Correction: was able to get "A" key; however, its shows as
Code:
requesting key 886DDD89 from hkp server keys.gnupg.net
gpg: /home/mrmunkey/.gnupg/trustdb.gpg: trustdb created
gpg: key 886DDD89: public key "deb.torproject.org archive signing key" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
and a search shows:

Code:
W: GPG error: [URL] lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 74A941BA219EC810
I would rather make sure and get it right. I can see some keys located here at the tor project site. Another issues, I have been having issues with gpg keys for at least a month now.

View 2 Replies


ADVERTISEMENT

Debian :: Add A Key To Apt's List Of Trusted Keys?

Jun 16, 2011

how to add a key to apt's list of trusted keys, there might be something I've missed but I don't think so.

View 7 Replies View Related

Ubuntu Security :: Removing 'trusted' Keys Ssh?

Feb 19, 2010

I've installed the ssh server on my Ubuntu desktop and the very first time I accessed the server from my laptop, it got a message asking me whether to permanently add the key of the server. After I added this, it gave me a message saying that the key had been permanently added. My question is how do I remove this key? I just want to know how to do this because I'm going to disable password based logins and I want to start anew.

View 6 Replies View Related

Ubuntu Security :: Ssh Keys Can't Be Found

Sep 29, 2010

Scenario 1. I am doing this from /home/deploy directory I am trying to set up ssh with github for capistrano deployment. this has been an absolute nightmare. when I do ssh git@github.com as the deploy account I get Permission denied (publickey). so may be the key is not being found, so If I do a ssh-add /home/deploy/.ssh/id_rsa Could not open a connection to your authentication agent. (i did verify that the ssh-agent was running) If I do exec ssh-agent bash and then repeat the ssh-add then the key does get added and I can ssh into github. Now I exit from the ssh connection to my server and ssh back in and I can't ssh into github anymore! Scenario 2 if I login to my remote server and then cd into my .ssh directory and ssh into github then it all works fine I guess there is a problem with locating the key and for some reason the agent isn't funcitoning correctly.

View 2 Replies View Related

Software :: Hamachi Connection Slowly Deteriorates And Ultimately Fails?

Jun 3, 2010

I'm relatively new to Linux, but I'm learning fast. Right now my Linux box is serving as a file server for my network, and as a test bed for learning various tools and actions with Linux. Anyway, I loaded up the latest version of Hamachi, following a tut I found to the intertubes. I got logged on fine to my Hamachi server, and for a few moments the connection looked fine. Eventually the connection started going back and forth between "ok" and "stale", before "failing" and then ultimately leaving me with a blinking green light in Hamachi (note: I'm watching this on my Windows XP machine, also note: not really sure what the blinking green light means but I can tell you that I'm no longer connected)

After many google searches, I've found a lot of pages associating problems with Hamachi to tuncfg. I've also noticed that along with the hamachi tarball on the ftp, the folks at LogMeIn have also provided a file called "tuncfg.patch". So I can only assume that the problem has something to do with tuncfg.Just wondering how I can troubleshoot this problem. I'm running Ubuntu 5.10, and the Hamachi version is 0.9.9.9-20

View 1 Replies View Related

General :: F3 - F5 Keys Incorrectly Behaving As Audio Keys / Remap Them To Original Meaning?

Apr 17, 2010

I don't know if this is a configuration issue or a hardware issue, but I have a Kinesis Advantage USB keyboard and for some reason the F3-F5 keys aren't responding as they used to. They don't respond to anything and, when I tried using F5 on Emacs, it said <XF86AudioNext> is undefined, so I guess it's a weird mapping problem.

Any idea how I could remap them to the original meaning?

View 2 Replies View Related

Ubuntu :: Accessibility Equivalent For Sticky Keys And Mouse Keys?

Jun 27, 2011

Just wondering if Ubuntu has an Accessibility equivalent for sticky keys and mouse keys.

View 1 Replies View Related

General :: Re-mapping Non-standard Keys To Modifier Keys?

Apr 7, 2011

I'm running Debian (Squeeze) and I have a toshiba portege m700. It has five buttons on the front just under the screen, which are the only ones accessible when you flip the screen over into tablet mode. One of them is for rotating the screen, and another is for switching to external display. I want to remap the remaining three to control, alt and super so that I can use shortcuts with the stylusThe problem is, when I used showkey to find out the key codes, I found out that each button generates more than one key code:Button 1:

key 126 press >> super_r, although this is distinct from the actual super key (125)
key 7 press >> 6
key 7 release
key 126 release

View 4 Replies View Related

Debian :: Having A Mixture Of Trusted And Untrusted Repositories?

May 29, 2011

I have a repository that isn't signed (and would be a pain to get the administrator to sign)need to use APT::Get::AllowUnauthenticated to install anything from this. However, packages from this repository may have dependencies that I want to download from the main Debian repository and I don't want to install these if can't be authenticated.Is there any way to configure apt-get to allow packages to be unauthenticated from one repository, but forces authentication for all others or am I forced to manually download the dependencies and install myself in this scenario?

View 4 Replies View Related

General :: Add PHP User As Trusted Sender In Sendmail?

Jul 7, 2010

I have a mail script that has been running on my website for several years. One problem I had with the script was when a bad address was put in, the mail was rejected to the server rather than to the sender. I have now recently added a fifth parameter to the mail script using the -f sendmail option to set the return path.

PHP Code:

$mailsend=mail("$email","$subject","$emess","$ehead","-f$adminEmail");

The PHP manual says this:

Quote:

The user that the webserver runs as should be added as a trusted user to the sendmail configuration to prevent a 'X-Warning' header from being added to the message when the envelope sender (-f) is set using this method. For sendmail users, this file is /etc/mail/trusted-users. I do have the 'X-Warning' header on e-mails sent with this script and have asked my server administrator for some help in adding "the user that the Web server runs as" as a trusted user.

View 2 Replies View Related

Fedora Security :: Login Webpage Is Not Trusted (ISP)?

Nov 29, 2009

got this message during my login to my ISP webpage broadband , this first time i got thisQuote:

You have asked Firefox to connect
securely to ******, but we can't confirm that your connection is secure.
Normally, when you try to connect securely,

[code]....

View 3 Replies View Related

Ubuntu Security :: Verisign Cert Not Trusted?

Jan 28, 2011

I'm trying to access a Verisign signed site [URL] and getting a certificate not known error when I do. Do I really need to import Verisign? If so, how?

View 6 Replies View Related

Server :: Add A Certificate To Trusted List / Keypool?

Jun 8, 2011

I am trying to implement a payment gateway, I have got a crt files from them, i have to add them into our trusted list so that we can establish a SSL handshake.i.e "Importing an SSL certificate into keystore" I dont have any idea on this one, can any one help me on this, my server is a ubuntu and runs apache as webserver.I am trying to use this in a soap request..An error occurred during a connection to ws.payconnexion.com:1401.

SoapFault exception: [HTTP] Could not connect to host in /var/domains/mywebroot/file/testpaymentmine.php:71
Stack trace:

[code]...

View 1 Replies View Related

Server :: Sendmail - Trusted-users Or Aliases ?

Jul 27, 2011

For a project that I have been assigned to, I need to send emails to a business partner(business_partner.com) from one production server. However, my emails neither reach their destination nor bounce back to me.

Working with our business partner's IT support, the following error was discovered in their maillogs:

Quote:

Further analysis by my IT support shows that emails are successfully sent out ("Message accepted for delivery"):

Quote:

The app I coded is not using a public internet email address (e.g. me@hidden_domain_name.com) to send these notifications.

Instead, it uses an intranet email address (the server's where my code resides: user_name@servername.hidden_domain_name.com).

We created an alias but it made no change. Would adding my public internet email address to "trusted-users" file (we use sendmail)

View 3 Replies View Related

Fedora Networking :: Add Custom Trusted Services To Firewall?

Jan 20, 2010

I'd like to have an easy way to configure firewall, e.g. eable/disable what mythtv needs, or enable/disable what mediatomb needs. Basically open/close a few tcp and/or udp ports for all interfaces (I have two), or just one of them.

Is there a way to add my own trusted services for the firewall?

Other recommended ways to do that? Or just write a simple shell script?

View 1 Replies View Related

Ubuntu :: Sabayon User Manager Launchers Not Trusted?

Jan 30, 2010

I'm working on setting up a computer lab for my kids' school, and am planning to use Ubuntu LTSP and Sabayon User Manager to lock things down.

When I edit a profile in Sabayon, and create the default desktop icons I'd like them to have (Firefox for example), when the user logs in the icon is generic and when clicked says:

"The application launcher Firefox.desktop is not marked as trusted. If this application launchers source is unknown to you then it may be unsafe to launch."

If I click "Mark as Trusted", the Firefox icon pops up and all is well. However whenever a new user logs in, they have to go through this process and I'm worried it may confuse them.

Why are application launchers created by Sabayon not trusted by my LTSP users?

Ubuntu 9.10 by the way.

View 2 Replies View Related

General :: CPU Comparison - Trusted Source That Compares Performance?

Dec 5, 2010

How to compare CPUs? Is there a trusted source that compares cpu performance?

View 4 Replies View Related

Server :: Junk Email - How To Make Address As Trusted

Nov 12, 2010

I have a domain address and I keep my website in the server at my home. I use bind for DNS. I opened an email address for myself, but when I send an email to for example hotmail, gmail, it signs that as junk or spam. How can I make this address as trusted?

View 7 Replies View Related

OpenSUSE :: Import Root CA Into System Wide Trusted Store?

Aug 27, 2010

I have my company's CA root.crt certificate and I would like to import into openSUSE 11.2 so every application could trust this authority. Is there any instruction for this procedure?

You know, something like you can do in Windows: just click certificate and there is a button "Install certificate"

Where is system certificate store in openSUSE?

View 1 Replies View Related

Ubuntu Security :: Default Trusted Root Certificates In Java 1.4

Feb 20, 2011

Which are the default trusted root certificates in Java 1.4? How can a 4096bit certificate be installed in Java 1.4? (as it seems to produce an error).

View 2 Replies View Related

Red Hat / Fedora :: Creating Trusted Connection Between Machines For Shared Accou

Jan 20, 2011

I tried to create trusted connection between two machines (named "master" and "node1") for shared account, but no luck. what I had done are as follows:

1.create user account "tester" in "master"
2.set NFS server configuration to have RW for /home/tester for "node1"
3.create user account "tester" without creating home dir in "node1" with same userID and groupID as the one in "master"
4.create dir "homester" in "node1" and mount to "master" (mount -t nfs master:/home/tester /home/tester).in master node: ssh-keygen -t rsa
5.generate authorized_keys in "node1" (details not shown)

but it is not working, if I don't use home/tester as shared dir, and two machines have their own /home/tester , the trusted connection gets created and scp works fine. can we create trusted connection for shared account, if yes, how and did I do miss anything.

View 1 Replies View Related

Ubuntu :: Citrix Receiver 11 And That Error 61 "not Trusted Certs."?

Mar 22, 2011

Have extensively Googled and searched on here, but with no success. We have a MYPC service at our company, but our support staff have been well trained in the phrase..."we do not offer support for Linux", but the MYPC service that we have did work recently under Ubuntu 9.04 that I had at home, however since upgrading both my laptop and desktop to 10.10 and 10.4 respectively, neither now work when I use the Citrix 11 Receiver client.

I get; "You have not chosen to trust "GeoTrust Global CA", the issuer of the server's security certificate (SSL error 61." So I got, what I thought were the relevant certificates from [URL].. tes/index.html (see image for a list of certificates) but still no joy. whilst I don't want to call my support department, I wonder if they have taken a conscious decision to block access to the MYPC system from anything other than Windows OSs?

View 4 Replies View Related

OpenSUSE Install :: Installed Program Not Found - Kmess: Command Not Found

Oct 1, 2010

I installed a program with Yast (Kmess), but when I try to run it, bash gives me back this message:

Code: kmess: command not found I checked into Yast and it seems to be installed correctly!

View 9 Replies View Related

Ubuntu Multimedia :: 06a2:0003 Topro Technology - No Camera Found - Skryba Says No Devices Found

Mar 29, 2010

I have been trying to get this web cam working for a long time. lsusb:

Code:
Bus 004 Device 003: ID 06a2:0003 Topro Technology, Inc.
dmesg

Code:
[ 1990.570050] usb 4-1: new full speed USB device using uhci_hcd and address 3
[ 1990.751460] usb 4-1: configuration #1 chosen from 1 choice
Kernel patch: [URL]
Driver project: [URL]

Cheese simply says no camera found. Skryba says no devices found. Since this kernel patch was 2009-04-07 which is nearly a year ago it should be in latest kernel?

[Code]...

View 3 Replies View Related

Ubuntu Servers :: 9.10 2nd Ethernet PCIe Adapter Found Then Not Found?

Jan 24, 2010

During install of 9.10 server, both ethernet adapters were found. One is built-in to the motherboard, the second is on a PCIe slot. Selected the on-board adapter for eth0 during install, set fixed IP on the web, connected, updated, etc. w/ no problems. The second adapter is for the LAN.BUT, on first and subsequent reboots after installation complete the second adapter is not detected at all, as if it were not even plugged into the PCI or the driver not loaded. This happens on either of two slots, with two different adapters, Intel or Netgear, both pretty recent, and both of which are detected and work in a different box. 'Ethtool eth1' says device not found.This is a fairly recent motherboard 3N78EM).Since the adapter was found during installation I'm assuming that the problem is not with not the board. I've built several server systems with two or three ethernet adapters and have never run into this situation.

View 3 Replies View Related

Fedora Servers :: When Browsing The Folder , Its Erroring (404 Not Found) Folder Is Not Found On The Server ?

Feb 13, 2009

I have created a folder including some html link pages in /test/htlink . Now I want to create a soft link of that folder as htlink -> /test/htlink in /var/www/html . Now when I m browsing the folder , its erroring (404 Not Found) folder is not found on the server . I have given 777 permission on every file-folder in /test . No firewall & no SELINUX .

*** I want to browse the folder ***

View 3 Replies View Related

Ubuntu :: Can't Use Some Keys

Sep 19, 2010

When I hit the "S" key it opens up the power menu up in the top right corner and when I hit the "M" key it opens up the mail menu on the top panel. How can I use these keys to actually type not open those menus.

View 2 Replies View Related

Fedora Installation :: I2O Controller - No Volume Groups Found Volume Group "VolGroup00" Not Found Unable To Access Resume Device

Apr 8, 2009

Dual PII 400, 512Mb with a Promise SuperTrak 100 IDE Array Controller. At present I have only one drive on the controller, configured for 1 JBOD array. I install FC9 with no problem. New partition is created and formatted, Grub is installed, and then... Grub is found and booted, but then I get:

Reading all physical volumes. This may take a while... No volume groups found Volume group "VolGroup00" not found Unable to access resume device (/dev/VolGroup00/LogVol01) mount: could not find filesystem '/dev/root' I can boot in rescue mode, chroot to the installed system. I changed the kernel boot parm "root=/dev/VolGroup00/LogVol00"

View 2 Replies View Related

Ubuntu Installation :: With NVIDIA 310M Graphics Card Drivers (310M) On A Dell Vostro 3300 - Errors "no Device Found - No Screens Found"

Oct 28, 2010

I have a Dell Vostro 3300, i5 460 processor with a NVIDIA 310M Graphics Card. I'm doing a KUBUNTU 10.10 (Maverick) install with the following results. The Live CD boots just fine to, "TEST," or "Install." Installation goes fine. However, the graphics card being used is the Intel i915. I have tried installing the NVIDIA drivers directly from the, "Additional Drivers," tool and after the reboot I get through the boot screen to the console. I try to manually startx and I get the errors, "no device found," "no screens found." The second install I tried purging and blacklisting the nouveau drivers and entering safe mode. Then using apt-get install nvidia-current. After that, nvidia-xconfig. Same results.

The third attempt I re-installed and this time downloaded the drivers from the Nvidia site (version 256.53). Blacklisted nouveau, remove all nvidia, updated initramfs, etc. The install went fine however I still end up at a console after boot with the same messages as above. No device found, no screens found. I've tried searching through the forum and web and have tried things like adding the modset option along with many other hacks, tips and fixes. still, no go.I can live with the Intel graphics for now although I lose 512MB of memory. Unfortunately there is no way to disable or change this set-up in the BIOS. I've seen quite a few bug reports at Launchpad:

1. Is this something I should just wait til a fix comes? Will a fix come?
2. Is there, or will there be an official Updated Ubuntu Guide for Maverick to install NVIDIA drivers with this tecnology?
3. Lastly, is there anything else I should try??

View 9 Replies View Related

Fedora :: Keys Stuck Sometimes?

Dec 27, 2009

Does anyone other then me observe he weird thing with the keyboard, every now and then keyboard behaves as if a key is stuck and - say I'm on console - it keeps printing the same character.I have been seeing this since F12 - alpha

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved