Displaying 20 results from an estimated 200 matches similar to: "user can't access subdirectories on share using Win7"
2024 Dec 08
1
Exposing native httpd server
I absolutely appreciate the desire for minimalism. On the other hand
Rserve has no dependencies other than R >= 1.5.0 (!!!), so you would in
any case be cutting your dependencies way down (`servr` has 16 recursive
dependencies of which 5 seem to be base/recommended, presumably this is
where your count of 12 came from; `Rserve` has none).
On 12/8/24 14:57, Ji?? Moravec wrote:
> Dear
2009 May 31
0
Smbd startup failure caused by a failure to create an NT token for the guest account
Binary package hint: samba
Hi
I've just intalled Ubuntu Server 8.04 LTS in order to run Samba/Ldap PDC but
I,ve encountered an error which looks like a bug 3905 that was fixed in samba
3.0.23 according to changelog. I tried two different configuration both ends
in the same moment with an error. first one is exact copy of solution from
chapter 5 from "Samba3 by example". Second
2002 Sep 22
0
Strange segfaulting bug in Samba, has something to do with logleve.
Hey.
I seem to have the strangest problem with samba.
I have been running samba on a total of four machine, without a problem.
Now with a new machine, it won't work.
UNLESS I set loglevel to 10 in smb.conf, now thats weird.
If I remove the loglevel parameter from the smb.conf (so it reverts to
default, what.. 5 ?) it crashes after just a minute or so of use.
Here is first a log from the
2024 Jun 19
1
Classicupgrade FL 2012_R2 NTLM/Kerberos logon
Mandi! Havany via samba
In chel di` si favelave...
>> It sounds like you are still using the old, deprecated (by Windows)
>> roaming profiles, instead of Folder redirection.
?! Some more clue, Rowland? I use roaming profiles *AND* folder redirection,
usually... ;-)
> So, I think I will use the "classicupgrade" method. I will wait a few
> days to make sure
2006 Jan 30
2
I guess hacker me - URGENT
I use Centos 4.2 with all service pack installed. I verified traffic on
link WEB and I see port TCP 80 with many traffic.
I accessed lod /var/log/httpd/access_log and show below.
ca.com/members/index.php HTTP/1.0" 401 -
"http://members.sapphicerotica.com/members/index.php" "Mozilla/5.0 (
compatible; MSIE 5.01; Windows XP; NetCaptor )"
68.119.110.138 - -
2024 Dec 08
2
Exposing native httpd server
Dear Simon and Jeroen,
thank you for your answers. I have to reiterate that I am out of my
depth in here. My knowledge of http is clicking links and not much
beyond that.
I will definitely look into `webutils` and `Rserve`.
One of the reason why I brought this issue is that I have a static site
generator that uses the pkg `servr` to serve the static site locally,
before I push it to github
2010 Aug 13
1
Squid and first-level subdirectories & second-level subdirectories on ext3/4
Squid, a proxy, is by its nature, storing large amounts of relatively
small files in it's cache.
As config optins it's offering:
# 'Level-1' is the number of first-level subdirectories which
# will be created under the 'Directory'. The default is 16.
#
# 'Level-2' is the number of second-level subdirectories which
# will be created under
2024 Dec 05
2
Exposing native httpd server
R has a native HTTP server that is used for serving R help pages
interactively, at least on the loopback device (127.0.0.1)
But all of the working are internal, not exposed to user and not documented.
This is quite shame since the server seems to be fully capable of
handling basic tasks,
be it serving static websites or even interactively processing queries.
This was previously noticed by
2006 Jan 25
1
Routes working with subdirectories repeat subdirectory...
Hi all.
Views associated with admin controllers must always specify both :controller
and :action when using link_to.
Example:
<%= link_to ''Edit'', { :controller => ''/raid_manager'', :action =>
''edit_raid_template'', :id => raid_template.id } %>
The above is being called from within the Admin::RaidManagerController. The
2024 Dec 06
1
Exposing native httpd server
Ji??,
in a sense there are two quite different issue that you are touching upon. On one hand, your request for exposing the http server is something I was pretty much expecting. In order to judge the appetite for it I have included the support for custom handlers back then as inofficial API specifically so that if anyone cares we could work on refining it (really only Jeff and Hadley ever asked
2006 Dec 13
1
rspec with rails controllers in subdirectories
Does the rspec rails plugin support controllers in subdirectories
under app/controller?
2006 Aug 03
1
storing views in subdirectories?
I''d like to organize my project structure by storing certain related
views into a subdirectory. For example, I have a bunch of interviews
which each contain their own view (the client doesn''t want them
content managed, or put in the database). Right now I have them
placed inside "app/views/site/interview_one.rhtml",
"app/views/site/interview_two.rhtml", etc.
2006 Jun 28
2
Newbie question: subdirectories in app/models
For organizational purposes, I would like to create subdirectories in
my apps/model/ directory. Is there any easy way to do this while
still having the ability to refer to the derived active record class
models?
I.e.
apps/models/blog/post.rb:
class Post < ActiveRecord::Base
...
end
Post.new ...
Scott Taylor
2006 May 23
2
Putting fixtures into subdirectories
I want to organize my fixtures just like the namespace of my models. So
for example if I have a model Company::Employee I''d like the fixture to
be in fixtures/company/employees.yml.
However, I can''t figure out how to specify the path of the fixture file.
If I do:
fixtures :employees
in my unit test it can''t find the fixture file. Any suggestions?
Thanks,
Todd
2006 Apr 01
0
Newbie question: How to reference models in subdirectories
Hi, new to RoR I am probably going to embarrass myself now:
I have models organised in subdirectories, i.e.
models
|--material
|--product.rb
|--cross-applications
|--currency.rb
When I try to reference another model within the same subdirectory,
everything works fine, i.e.
belongs_to :product_categories, :class_name =>
''Material::ProductCategory"
2006 Jan 24
0
Fixtures subdirectories
Hi,
[This is a repost, I can?t find where went my previous post,
]
I wanted to create subdirectories in the fixtures directory in order to be
able to manage many different initial states for my system (or to sort
fixtures / corresponding model subpackages).
I came up with the idea of writing:
Test::Unit::TestCase.fixture_path = RAILS_ROOT + "/test/fixtures/selling"
2005 Dec 20
0
Separating models, controllers, etc. into subdirectories
I''d like to organize my models, controllers, helpers, and even toplevel
view directories into subdirectories. There are so many files in my
rails app that it is getting unwieldy to find files in a list. Is there
a correct way to do this so that things don''t break? I tried putting
the model files in subdirectories; some pages seemed to work (models
loaded fine), while
2009 Mar 19
1
SELinux - different context on subdirectories
Hi all,
I have created a directory /srv with the following SELinux context:
system_u:object_r:var_t
Now I want to create a subdirectory within /srv which should get a
different context. So I tried to set e.g.:
semanage fcontext -a -t samba_share_t /srv/samba
/sbin/restorecon -v /srv/samba
but the context is always reset to:
system_u:object_r:var_t
What am I missing?
Best Regards
Marcus
2008 Jan 24
0
subdirectories in generator template directory
Hi all,
I''m trying to create a generator. As there are quite a few files in my
generator i decided it would be a good idea to make some
subdirectories in the template directory. But now i can''t seem to copy
the files from these subdirectories with the file method. For example:
record do |m|
m.file
1999 Mar 24
1
subdirectories
Hallo,
is it possible to create subdirectories, let's say a shared public
directory with shares from every user in it.
[public]
user1
user2
...
i want to have a shared user directory from each user in the shared public
directory, where e.g. user1 can write to his share and the other users
only have read acces to his shared dir.
thanks achim
---
Sent through Global Message Exchange -