similar to: mount subdirectories from a Windows 2000 share

Displaying 20 results from an estimated 300 matches similar to: "mount subdirectories from a Windows 2000 share"

2004 Jan 15
1
Winbind + Acl problem
Hello everybody When I try to connect (net use) a samba share (Acl protected) from a windows XP workstation I obtain the following message in the "/var/log/samba/workstation_name.log" : . . . [2004/01/15 11:12:44, 0] smbd/sec_ctx.c:initialise_groups(244) Unable to initgroups. Error was Operation not permitted . . . The network connection to this share run sucessfully but when I
2004 Jan 13
1
Question regarding user or group quantity limits
Well, It seems that I have exactly the same problem with my Samba 2.2.7a-8.9.0 (Redhat 9.0) ! I have ... around ... 60000 users and 140000 groups ! The "getent passwd" command don't show me all the existing users but around 10000 and the "getent group" command take a very long time but seems to be active ! When I redirect in a groups.txt file the result of the
2004 Jan 21
4
Samba winbind secondary group problem
Hello all, I am having some serious problems getting winbind to recognize secondary group memberships. I have a samba server version samba-3.0.0-14.3E running on RHES v.3. This is running on a 2x Xeon 2.4 Ghz IBM Server with 2G Ram. nscd is not running. See below for smb.conf. cat /proc/version: Linux version 2.4.21-9.ELsmp (bhcompile@stripples.devel.redhat.com) (gcc version 3.2.3 20030502
2015 May 30
2
Pathing syntax for icecast.xml in Windows
Hi, Icecast.xml shows a sample path to a mountpoint fallback file as <fallback-mount>/example2.ogg</fallback-mount> Under Windows, will this next work? <fallback-mount>"C:\Users\username\Desktop\foldername\subfoldername\fallback.mp3"</fallback-mount> Also, the usage of a fallback mount is only shown in the sample icecast.xml under a commented-out section,
2015 Jun 01
2
Pathing syntax for icecast.xml in Windows
Hi Philipp, Thank you. I find in the Icecast docs the following: "_A fallback mount can also state a file that is located in webroot._ This is useful for playing a pre-recorded file in the case of a stream going down. It will repeat until either the listener disconnects or a stream comes back available and takes the listeners back. As per usual, the file format should match the stream
2015 Jun 01
2
Pathing syntax for icecast.xml in Windows
Hi Marvin, thank you. Okay, then to be clear, "webroot" for the purposes of running Icecast under Windows would be the same folder where icecast.xml is normally found, i.e., C:\Program Files\icecast And, if I read you correctly, suppose my normal mount coming from my source client is called /example (it is an mp3 stream so I don't specify the extension). If I place a file
2015 Jun 01
3
Pathing syntax for icecast.xml in Windows
Marvin, Ah, thank you for clarifying where "webroot" is. The application here will be a non-public stream with one listener client. Icecast is hosted on a computer at our radio station. It will receive a stream from a stream client at a remote live music event. There will be one listener: a media player running on another computer on the network at the station which will send the
2004 Mar 10
0
Samba authentication against an NT group in Apache
Hi, I have exactly the same problem with my web server ... Linux/redhat 9.0 / kernel 2.4.20-20.9.1 (+ Acl patches) Samba 3.0.2a / compiles with winbind and Acl options Apache 2.0.40 / with mod_auth_pam 2.xx included Authentication to samba share from a windows workstation using Acl + winbind + "Nt domain groups" works fine. But I gave some problems when I want to use NT domain
2012 Feb 05
4
Rspec and restful routes
Hi all, I''m trying to test that my users show page renders. The resource has the route /users/:id How would I code that for an Rspec test? So far I''ve tried these four ways: it "should have a users show path" do get user_path(:action => ''show'') end it "should have a users show path" do get user_show_path end it "should have
2003 Aug 29
0
Smbmount problem - 2.2.7a-8.9.0
Hello, I'm running samba 2.2.7a-8.90 on a RH 9.0 I have installed this samba from an "src.rpm" to include some options (--with-winbind , etc, ...) and joined my system to the WINNT domain. So I'm able to acess any linux "share" from my NT worksation ... but when I try to run a script that "smbmount" some windows share ... the screen seems to be blocked and
2010 Mar 28
14
finding or creating ~/.wine folder (Snow Leopard problem)
So I installed the developer's Wine build on my Snow Leopard after searching the internet for close to two weeks i finally have a wine build (using the +universal build) on my hard drive. My only problem is I can't use wine because my Users/username/.wine folder does not exist, pumps out, wine: chdir to /Users/elixir/.wine : No such file or directory after typing in wine and dragging the
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
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
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