Displaying 2 results from an estimated 2 matches for "omniback".
Did you mean:
omnibackup
2002 Mar 11
0
[Bug 157] New: X11 Forwarding breaks
...: openssh-unix-dev at mindrot.org
ReportedBy: michael.exner at mrz.uni-magdeburg.de
After updating Openssh from 2.9p2 to 3.1p1 some applications fail to tunnel X11.
While the X11-Forwarding works for some X-Clients (xload, xclock and even sam)
other clients (netscape and the X-Clients of Omniback) are reporting
"connection to localhost:12.0 broken (explicit kill or server shutdown)".
(With openssh 2.9.p2 all was fine)
I don't know if this is a bug or a configuration-failure, so please let me know
about this.
------- You are receiving this mail because: -------
You are the...
2007 Aug 30
4
Templates and Ruby
Hi,
I am using a template to create an /etc/exports file. I have a template
that looks like this (but results in the puppetmasterd dying on the
server when the client updates):
<% nfsHomeClients.split.each do |host| -%>
/nfs <%= host %>(<%= mainshareoptions %>)
<% nfspaths.each do |path| -%>
<%= path %> <%= host %>(<%= nfsoptions %>)
<% end