Displaying 5 results from an estimated 5 matches for "_visible_".
Did you mean:
_visible
1998 Jun 04
0
Strange "No permission to access resource" msgs from win95
...get any further. This is very
intermittent, it could be OK 5 minutes later and I didn't change
anything... Once I do manage to get in, I can map the shares as network
drives, the user just types the passwd when they log in to win95 and there
are no further problems. The samba server is always _visible_ (ie. the
Icon) in the net. hood. I'm using a global "security = user" and I've
tried various different domain/wins/os-level settings in smb.conf. There
are no pertinent messages in the logs at debug level 2. The win95 machines
have "Banyan Vines" (YUK!) domain logons. I...
2007 Jan 25
2
Need help for Helper
I need a helper, which will render a table in my customized style.
I wrote a code like this:
template.rhtml:
<% @column_names = ["Name", "Age", "Sex"] %>
<%= table_show @column_name %>
helper.rb
def table_show(names)
for name in names
content_tag ( :div, name, :class => ''table_header'' )
end
end
Which should give me an output
2013 Nov 12
2
NFS hard mount
Is there a tunable to set NFS hard mount time out? For instance, if the
server becomes unavailable for extended amount of time, say 1 hour. I would
like to timeout after 30 secs.
(Soft mount isn't an option, BTW)
--
--- Get your facts first, then you can distort them as you please.--
2001 Jul 20
2
plot() axis problem
This posting just illustrates the problem with plot()
x<-1:20
y<-c(1:10,301:310)
plot(x,y)
xrange<-c(1,10)
plot(x,y,xlim=xrange) #uses ylim=range(y)
This is the default behaviour of plot() and I think it is not sensible.
By default the range of the y axis should span the y values corresponding
to the points plotted. In this example the yaxis should span 1-10 rather
than 1-310. This does
2006 Oct 17
6
Session access interfers with other model access
Sorry to be such a bother but I''m not getting this.
I have two models: Emrec and Session (I''m using AR for session mgmt.) In my
worker I can access the Emrec model and delete a record, AS LONG AS I don''t
try to access the Session model. With the Session model access commented
out as below, the Emrec record gets deleted. If I uncomment those lines,
the Emrec