Questions tagged [agent]

38 questions
187
votes
11 answers

ssh-agent forwarding and sudo to another user

If I have a server A into which I can login with my ssh key and I have the ability to "sudo su - otheruser", I lose key forwarding, because the env variables are removed and the socket is only readable by my original user. Is there a way I can…
Florian Schulze
7
votes
2 answers

How can I activate ssh-agent confirmation in MacOSX Leopard?

I have a MacBook with MacOSX Leopard (10.6.2) and I use it to connect to some servers (their O.S. is Debian Lenny) using SSH. I use RSA keys to login to server A, and from there I "bounce" to other servers B, C and D. I have activated agent…
MiniQuark
  • 3,695
  • 2
  • 20
  • 23
5
votes
1 answer

Open Source Puppet for Network Devices

I'm attempting to determine whether I'd be able to run Puppet on network devices (switches, firewalls etc.). From what I can tell after reading online documentation, Puppet Enterprise will cater such devices. Basically, I've been asked whether we…
Dan
  • 73
  • 3
3
votes
3 answers

SQL Server 2005: Copy SQL Server Agent Job?

I have a SQL Server Agent job comprised of 10 steps and each step has many parameters defined. Now I need another job almost exactly the same, but with a few differences. Since "copy / paste" isn't an option for jobs, I'm looking for suggestions on…
Chris_K
  • 3,434
  • 6
  • 41
  • 45
2
votes
1 answer

Setup a non-CA Puppet Master

I would like to set up an additional puppet master to act as a non-CA server. I’ve have installed and am successfully using Passenger. The servers in question are all running CentOS 6.6 and are all on the same network. Selinux has been set to…
Dan
  • 73
  • 3
2
votes
1 answer

TFS 2010 - does the administration console on the build controller supposed to see all the agents?

We've recently migrated our TFS 2008 to TFS2010 and we wanted to have more than one build agent. Disclaimer: lame geek naming comming... So, the new server is the build controller (let's call him Captain Picard), it also has one build agent on it…
2
votes
1 answer

Strange files in /tmp/

I have never seen this files in RedHat before. /tmp/orbit-root /tmp/ssh-KEskO14981/agent.14981 /tmp/keyring-OuVrZn/sock What could it be?
shatzibtten
  • 45
  • 1
  • 4
2
votes
0 answers

Cannot connect self-hosted Linux VM to Azure DevOps

I am trying to set up a docker deployment process with Azure DevOps using a self-hosted Linux VM as a deployment target. It seems that I must install the AzurePipelines agent on the target Linux VM first, however it always stalls at the "Connect"…
2
votes
1 answer

Difference Between Build and Release Agents - DevOps

Could somebody please explain the difference between build and release agents in the simplest of terms? This relates to Azure DevOps. I find info on build agents from Microsoft but I haven't found anything specifically for release agents. I'm not a…
jrd1989
  • 628
  • 10
  • 35
1
vote
1 answer

Puppet manifest isn't working. The error message is inexplicable and unhelpful

I'm trying to compile (into a catalog) a manifest to be ran on a specific puppet agent node. I am using Puppet 3.4 on the puppet master and agent servers. I am using Ubuntu on AWS. Here is the command that I am running on puppet master: puppet…
Yousef
  • 11
  • 1
1
vote
4 answers

How to setup daily backups with ms sql server agent 2005

Just wondering if anyone can let me know of a good procedure for setting up daily incremental and full backups to any location from a instance of MS SQL 2005. Bonus points for anyone for can describe how to do it without Server agent (for Express).
optician
  • 533
  • 8
  • 19
1
vote
1 answer

Sending Email from SQL Server Agent scheduled job

I've scheduled a job in SQL Server Agent that sends the result of a query in an email. If I execute the stored procedure from SSMS, it works fine. But the SQL Server Agent is not able to send emails. Here is the error I received. The following…
user2989711
  • 11
  • 1
  • 2
1
vote
2 answers

Mac server infected with spam agent

We have a huge trouble :( .. Our mac server makes a spam delivery. Our IP already blacklisted in about a dozen of servers (checked with http://mxtoolbox.com/). We have another computers in the same networks, including PC. What I already did and…
Dmitry
  • 117
  • 7
1
vote
1 answer

MSsql 2008 sql agent task output to network drive

I'm trying to get the SQL agent job (task) to run my query then put the output file to network drive. When I select the output file the only drives listed are local. I'm new to jobs and MSSQL but have a good knowledge of MySQL. If I choose a local…
Chris
  • 11
  • 3
1
vote
3 answers

Domino 8.5.3: Modify Subject of Incoming Email

I am a newbie in managing and development for Domino. Recently, I have request from other teams at work to set up a filter or agent for incoming mail. This is the requirement for the request: Look for Incoming Mail addressed to #CRITICAL…
Void
  • 123
  • 5
1
2 3