Displaying 6 results from an estimated 6 matches for "zupan".
Did you mean:
tupan
2007 Apr 09
8
cert problem with client
I recently had a working puppet server serving around 4-5 clients. One of
the clients needed to be re-built and now only that client cannot connect.
puppetca --clean hostname did not work
So here is what I did on both the server/client I removed /var/lib/puppet/*
Then I restarted the server via
puppetmasterd --mkusers --verbose
I then connect in via the client with
/usr/bin/ruby
2008 Nov 10
2
1 command ssh session
I wrote a patch to bash to log commands.. Now when I run the following
command
ssh user at hostname.com w
It never seems to spawn a bash session. Is there some ssh internal shell
that handles commands getting passed in like this?
Thanks
Mike
2005 May 13
2
not deleting from the root
I have a bit of an issue with rsync. I am using to keep directories in
sync via another server for backup.
Here is the server config
[w1]
path = /w1
comment = w1 web dir
[w2]
path = /w2
comment = w2 web dir
Now on the client i run this command
rsync -avv --delete --force domain.com::w1/ /w1/
It will NOT delete anything that is no on the server anymore.. for
example on the server/client there
2007 Apr 01
0
No subject
file. I don''t know why it will work for other hosts but these steps do not
work for this.. there are no extra outputs from using --debug
On 4/9/07, Atom Powers <atom.powers at gmail.com> wrote:
>
> On 4/9/07, Mike Zupan <hijinks at gmail.com> wrote:
> > I recently had a working puppet server serving around 4-5 clients. One
> of
> > the clients needed to be re-built and now only that client cannot
> connect.
> >
> > puppetca --clean hostname did not work
>
> I had, somewhat...
2007 Jun 07
1
machine classes
I''m having a bit of a tricky time with this.. I have an exec like this that
I want to run on all servers on the puppet network but like our email
servers
class rootpw {
exec { "/bin/echo test 1 2 3":
path => "/usr/bin:/usr/sbin:/bin",
schedule => daily,
}
}
So I have a list of ips that I don''t want that
2005 Jul 13
0
sftp/scp mysql logging
I am basing a patch off of the sftplogging project on sourceforge to
add support for mysql logging for both sftp/scp. I have mysql compiled
in successfully and logging fine on connects/quits but my issue is
sending a file.. it does the reading from the sockets in this function
i take it
static void
process_read(void)
{
Now it does that for each chunk that it gets over the socket from what
i can