General :: Cheops-agent Wont Run By Pressing Alt+f2?
Jul 19, 2010
i install cheops-ng-0.2.3.tar.gz on my fedra13,installation was ok,but when i press alt+f2 and type cheops-agent[the server],it won't run,there would be no process called cheops-agent,but when i run it in terminal i can run cheops-ng [the client],what is wrong?
View 1 Replies
ADVERTISEMENT
Apr 16, 2011
I'm running OS X and it appears that after SSHing to several machines, using identity files, my ssh-agent builds up a lot of identity / keys and then offers too many sometimes to a remote machines, causing them to kick me off before connecting.
Received disconnect from 10.12.10.16: 2: Too many authentication failures for cwd
It's pretty obvious what's happening, and this page talks about it in more detail:
SSH servers only allow you to attempt to authenticate a certain number of times. Each failed password attempt, each failed pubkey/identity that is offered, etc, take up one of these attempts. If you have a lot of SSH keys in your agent, you may find that an SSH server may kick you out before allowing you to attempt password authentication at all. If this is the case, there are a few different workarounds.
Rebooting clears the agent and then everything works OK again. I can also add this line to my .ssh/config file to force it to use password authentication:
PreferredAuthentications keyboard-interactive,password
Anyhow, I saw the note on the page I referenced talking about deleting keys from the agent, but I'm not sure if that applies on a mac since they appear to be cleared after reboot anyhow. So, my question is, is there a simple way to clear out all keys in the ssh-agent (the same thing that happens at reboot)?
View 1 Replies
View Related
Jul 20, 2011
I am using gdm to start awesome wm via .xinitrc.I like awesomes usability and gnomes integrity and so far most of the startup programs work fine but i am fighting with ssh-agent. When starting gnome my password protected id_rsa is automatically added to ssh-agent on startup.. i am trying to achive the same with my .xinitrc started awesome wm.My .xinitrc:
/usr/libexec/at-spi-registryd &
/usr/libexec/gdu-notification-daemon &
gnome-screensaver &
[code]....
View 2 Replies
View Related
Mar 15, 2010
I have added an identity to ssh-agent
Code:
ssh-agent /bin/bash
ssh-add ~/.ssh/id_dsa
After restarting the machine. I removed all the identities by
[Code].....
View 3 Replies
View Related
Jun 28, 2010
I have a file server running Ubuntu 9.04, with 2 1Tb Drives. I did a normal shutdown, and when I attempted to start the server again, it returns an error of Drive error. Then I must press F1 to resume. If I disconnect the 2nd Hard disk it will boot normally after pressing F1. If I leave the Disk connected it just hangs up after pressing F1. I can run it with 1 disk, but I cannot run it headless if I have to press F1 to start it every time.
View 4 Replies
View Related
Feb 9, 2010
There's browser identification menu for spoofing for specific sites, but i need to change user agent for all sites. How do I do it?
View 1 Replies
View Related
Feb 3, 2011
i tried resetting my linux based PC and it did not come up thereafter. i power off and on the PC, yet it did not come on. i assistance in resolving this problem.
View 6 Replies
View Related
Mar 8, 2011
I hav Debian Sqeeze, and not knowing what I did, it suddenly starts to consider all pressing of e key as 0128. Also some other key, which I don't know currently. I use different layout, however it happens on others too.
View 2 Replies
View Related
Jun 19, 2010
After installing Slackware 13.1, I find that I am getting the message:scripts should use an informative user-agent string with contact informationwhen I access certain websites. Wiki pages, for example. This happens only with Konqueror. Any ideas as to what I might change to gain access to content,
View 1 Replies
View Related
Feb 22, 2010
In Windows I can get my computer to resume from sleep mode by pressing any key on the keyboard. My keyboard is a Logitech G15 (USB).
How can I get this functionality in Ubuntu?
View 1 Replies
View Related
Jul 1, 2010
I tried to install fedora in my pc. First I insert fedora dvd and install as per procedure then finally system says like that your installation is completed please reboot ur system. So, before reboot I tried to eject my fedora dvd but it couldn't come out. So after click reboot I eject that dvd. And I got error msg like "media test failure exiting intel boot agent". How can I overcome this error.
View 3 Replies
View Related
Sep 9, 2010
I've just install RALUS (linux backup agent) from BE 2010 R2 by manually uploading it to the server and then extracting it followed by executing the install script.
After the install i deleted the extracted directory, when i go to my Media Server i cannot browse for this server eventhough i already put the IP address of this server.
Here's my diagnostic regarding this error:
Code:
file: No such file or directory
Where can i download that file so that i can SCP to the proper directory in my Fedora COre 5 x86 Linux server ?
View 4 Replies
View Related
Jul 5, 2010
does anyone have any suggestions on the best way to start gpg-agent on fedora 13?It's installed just not running. Is there a Fedora standard way to use it?
View 2 Replies
View Related
May 17, 2011
I have installed dogtag PKI in my redhat machine using EPEL repo. I am only using CA agent right now. I have generated certificates for my Redhat Directory Server using this CA instance. Now by mistake, Admin Certificate which was stored in my web browser for Certificate based login inside CA Agent has been deleted. Now i can't go inside CA Agent. Is there a way i can go inside CA Agent?
View 2 Replies
View Related
Oct 28, 2010
HomePipe (www.homepipe.net) a site that lets you access folders on your PC remotely just came out with a Linux client.
I have successfully installed this on my Ubuntu 10.10 machine and it seems to be working well.
My problem is, I can't figure out how to have the agent autostart when I boot.
Currently, to launch the agent, I need to open a terminal, change to the directory where the agent is installed, then run this command:
I assume it should be fairly simple to add this to the Startup Applications, but being a noon I can't figure it out!
View 6 Replies
View Related
May 31, 2011
ive just upgraded to ubuntu 11 and everything is good so far i love it but for some reason I have to press shut down twice as it does not seem to register the first time. This also happens with restart does anyone else have this problem or am i missing something ?? Just to clarify im clicking on the power icon in the top right then selecting shut down in the menu (not the power button on my computer).
View 1 Replies
View Related
Feb 28, 2009
I installed Fedora 10 in text mode. Then I logged in as root and modified inittab to switch to GUI mode. I did not see any Setup Agent after the installation in text mode.
Now that I'm in GUI mode, I get the login screen, but it won't let me log in as root ("failed to authenticate user") and there is no Setup Agent to prompt me to create other users. I don't know how to get back to text mode, either. How do I login to the system?
View 3 Replies
View Related
Jan 20, 2010
This worked fine in 9.04, but doesn't in 9.10 (fresh install).
If I tell my ssh-agent about a private encrypted key via "ssh-add .ssh/mykey" then everything works fine.
But if I log out and then log back in it's not there and there is no Gnome prompt to ask for the password to decrypt. So I have to do an "ssh-add" everytime I log in.
View 4 Replies
View Related
Oct 19, 2010
what exactly is SSH Agent as listed in Startup Applications? And can I safely disable it? I've read around a bit and get the impression is has to do with others connecting to my machine/network which is not an issue for me as I'm the only user, but I'm not clear.
View 4 Replies
View Related
Jan 17, 2010
I'm trying to watch TV shows off of ABC.com, ABC.com is sending back the following warning:
Code:
Platform not supportedYou appear to be using an unsupported operating system or Web browser. In order to use our video player, we require:Windows XP/Vista with Internet Explorer 6+, Firefox 3
Mac - Firefox 3+, Safari 3+
I think that this is bogus, and I probably need to switch my user agent so that it shows the correct version of firefox, but shows my OS as Windows XP/Vista or Mac. Here is the output of about:config showing all of the user agent strings:
Code:
general.useragent.extra.firefox;Firefox/3.5.7
general.useragent.locale;en-US
general.useragent.security;U
[code]...
As I understand it, these strings get assembled into the user agent header, which looks a little bit like this:
Code:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100106 Firefox/3.5.7 I pulled this from Wireshark, after changing the user agent values above... obviously the changes that I'm making in Firefox aren't affecting what's going out over the wire. Right now, I'm in 'press and guess' mode... if someone can give me a better idea of how user agent strings are actually set in Firefox, what the individual values are, I might have a slightly better shot at figuring this out. This is, of course, only the first part of the problem. If ABC is using something proprietary to send out their video, I may still be out of luck...
View 6 Replies
View Related
Aug 12, 2009
Recently we are receiving lots of spam email specially ( Viagra). I want to use spamassassen to filter the spams so I need to configure procmail as local mail delivery agent.At the moment I am using prosfix for mail delivery agent and our server is Centos 5. I did google it but couldn't find a good instruction.
View 3 Replies
View Related
Jan 11, 2010
I have a Asus EEE 1000h with ubuntu 9.10 remix. A problem on first asus eee's is the keyboard: also just typed a letter once, the laptop writes it double (every 200 letters more or less). For example it looks like this while writing: "thiss is a ttest" For Windows XP I found a way to fix it: i increased the time, that limits writing letters twice by fast typing. Its not the time "Repeat Keys" Delay (Keyboard Settings "Key presses repeat when key is held down")! In fakt its the opposite: It limits pressing the key to fast. (I hope you understand the problem *g)
View 1 Replies
View Related
Feb 23, 2010
I'm running a Toshiba Satellite laptop and am having trouble with the function or Fn keys. When running xev from the terminal I get no output for when I press the Fn key and I can't assign any keyboard shortcuts using it. However I'm still able to use some of the Fn+F# combos such as lock the screen or mute.
View 2 Replies
View Related
May 27, 2011
I've installed Ubuntu 11.04 and am using Unity as my desktop environment. Everytime I press the TAB key there is a mouse freeze for about a second. This happens whenever I do ALT+TAB or simply the TAB key by itself.why this may be happening and if I can do anything to fix it? It's really bothersome,
View 3 Replies
View Related
Mar 10, 2009
I have a strange problem, I have a multi-screen setup using 4 monitors on 2 nvidia cards using xinerama. It works as well as this setup ever works with X and KDE4.2. However when I hit Alt-F1 to get the terminal all I get is 4 blank monitors. The terminal is there because I can login and do stuff, I just can't see what I am doing. Press alt-f7 and I'm back to X and the four monitors showing my extended desktop.
This isn't a huge problem but does anyone know what might be wrong?
View 14 Replies
View Related
Sep 21, 2010
Has anyone had this issue? Tonight, when I started KMail I got a crash of the Akonadi maildir resource agent. Everything was fine in the morning, I didn't change anything or mess about, just a normal session.The crash report will go away if I close it 5 times or so. I have seen the problem in a couple of fora, apparently the best workaround is to rename the relevant file in /usr/bin (the file named akonadi_maildir_resource). Kmail is now functioning properly (I gather it is not yet fully integrated with Akonadi, so it shouldn't matter too much). I would like to know if anyone else has had this problem, and any solutions you might have.
I tried submitting a bug report via the automated process; unfortunately, when I tried downloading the debug tools I got stuck on an error in downloading the repo data from the update repository:
PackageKit Error repo-not-available: Failed to download ./repodata/cefcc9d56264aa169f70a53c560ffc39cb6af575-deltainfo.xml.gz from Index of /update/11.3
I assume the repo update issue is a temporary mistake in the update process? Send me any thoughts on the akonadi issue, please!
View 2 Replies
View Related
Jul 25, 2010
I have seen a lot of threads here and on others forums about problems with these models. I have a regular seagate portable that works great. The threads are all 2009 and older, so I was wondering if anyone could confirm that the free agent go portable models work before I buy one. Especially with 11.3. I can get a 640GB for $99.
View 3 Replies
View Related
Feb 5, 2010
how to use Xampp and also how to configure mail agent in it
View 9 Replies
View Related
Oct 15, 2010
how an agent itself generate trap on some particular situation arises
View 1 Replies
View Related
Mar 14, 2011
I work on Linux Regression testing and I am writing a script to automate(shell scripting) the netperf tool when I need to determine the performance(throughput) of agent and client(individually) and I shall be running a shell script on (lets say) client first. But how to obtain the synchronization between them both as I need to execute a command even in board(agent) side to get the script going.
View 1 Replies
View Related