Displaying 5 results from an estimated 5 matches for "oun".
Did you mean:
on
2004 Oct 31
2
Windows User Admin Tool error
...n's home dir, etc.
Now I want to use svrtools (actually, I want my Windows admin to
be able to use them). I got the svrtools.exe as per the Samba
docs, installed them on the Win2K box, and executed the User Admin Tool.
It shows the list of users that the samba box has defined.
I double click oun any user, and get this message:
"The specified procedure could not be found."
Any hints?
Thanks
Barry
2006 Dec 27
13
Where did UJS go? UJS vs. RJS
I have not been able to access the UJS site, http://www.ujs4rails.com/
for two days. Does that mean there are problems or that it has been
incorporated into Rails core?
In general, what do you think of using UJS instead of RJS?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
2010 May 27
6
Trying to Get EMBIRD32 Working Under Wine
Okay, I've learned this much so far:
Others have made this happen, but details are weak or missing
Installer method won't work. It wants to register some stuff during setup, and there is no Registxry under Linux.
Some have copied the installed version from Windows to Linux or Ubuntu. Now that works.
Details are again skinpy or left out, and that leaves me stuck for the moment.
Maybe
2009 May 21
1
[PATCH server] Updated look and feel for empty grid views
...t;%= image_tag 'no-grid-items.png', :style => 'float: left;' %>
-
+ <img src="images/jumbo_hosts.png" alt="hosts" width="145" height="145">
<div class="no-grid-items-text">
- No hosts found in this pool. <br/><br/>
- <%if @can_modify -%>
- <%= image_tag "icon_add_host.png", :style=>"vertical-align:middle;" %>
- <a href="<%= url_for :controller => 'hardware', :...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...-m0755 %{buildroot}%{_localstatedir}/log/%{name}
@@ -94,12 +98,17 @@ mkdir %{buildroot}
%{__install} -d -m0755 %{buildroot}%{app_root}
%{__install} -d -m0755 %{buildroot}/%{acehome}
+# Creating these files now to make sure the logfiles will be owned
+# by ovirt:ovirt. This is a temporary workaround while we've still
+# got root-owned daemon processes. Once we resolve that issue
+# these files will no longer be added explicitly here.
touch %{buildroot}%{_localstatedir}/log/%{name}/mongrel.log
touch %{buildroot}%{_localstatedir}/log/%{name}/rails.log
touch %{buildroot}%{_localstatedir}/...