Displaying 20 results from an estimated 3000 matches similar to: "shared folders ownership"
2004 Jan 16
2
Auto printer dirver install for windows client
Dear Sir,
We have HP Laserjet 4000 / 4050 printer, I made Redhat Linux as my print
server, I was not able to auto install the printer dirver to windows
client machine, I tried various option make driver auto install, now
print job is come to the queue but it's not printing.
If any solutions for this problem, pls. mail me.
Thanks in advance
Nandish
2003 Oct 23
2
Large bin files when compiling
Hi...
I have just installed Linux Slackare 9.1 with Gcc 3.2.... Then I decieded to try out Samba 3 insted of 2 wich I have been using for a while now...
I did this when compiling...
./configure --prefix=/usr
make
Then when I checked the source/bin dir there was about 400mb of files there... It was the correct bin files but they were so huge that ther has to be something wrong.. Smbd was about
2003 Dec 05
1
RedHat 9/PDC/LDAP/SAMBA3/W2k
Hy!
Ola! I am following step by step of the manual (doc) that the colleague
ordered below in the cited email. I am configuring the part ' Group
mappings ', and when I write the command:
net groupmap add rid=512 ntgroup="Domain Admins" unixgroup="Domain
Admins"
The following error occurs:
Can?t lookup UNIX group domain Admins
What it can be this?
Grateful
2003 Nov 20
2
"Inherited Permissions" vs "Force/Create Mask"
I have written to this list several times. I purchased the Officia SAMBA 3
How-To and Reference Guide (and read much of it). But I can't get a good answer
to my question.
I'm trying to figure out the difference between "inherited permissions" and
"force/create mask/directory", and other actions like "force user" and "force
group" (it seems I
2003 Dec 01
2
Samba 2.2.8 doesn't allow to write to group share
Two issues, and I'll discuss them both:
I created on my NT4 domain a group called "branch99". They're a "local
group" as far as NT is concerned, and it has two members; myself, and
another fellow down the hall. My end quest is to create a share on a
Mandrake 9.2 box running Samba 2.2.8, and have it permit or deny file
access based on NT's typical discretions.
2005 Feb 16
1
Setting log(0) to 0
Hi,
I'm trying to do a regression like this:
wage.r = lm( log(WAGE) ~ log(EXPER)
where EXPER is an integer that goes from 0 to about 50. EXPER contains
some zeros, so you can't take its log, and the above regression
therefore fails. I would like to make R accept log(0) as 0, is that
possible? Or do I have first have to turn the 0's into 1's to be able to
do the above
2013 Feb 15
1
Problem with User and Group Ownership listing
I am installing smb 3.5 on a CentOS 6.2 host using smbldap-tools. I've
previously installed a similar configuration on RHEL4 using smb 3.0 but
CentOS now uses nss-pam-ldapd and nslcd instead of nss_ldap, so the
configurations cannot be moved straight across.
When I do a listing of a share directory that should have user and group
ownership determined by LDAP, I get the uidNumbers and
2002 May 13
2
rsync: network "bind interfaces only" command for rsync?
Hi,
Is there a network interface listen command for rsync
so that for a system with multiple network cards and
multiple IP addresses - rsync will only be visible
on a defined interface and defined IPs?
Like in samba?:
e.g.,
bind interfaces only = True
interfaces = eth0 193.xy.zz.aa 193.xy.zz.ab
Can't seem to find such a thing in the documentation.
Cheers,
Lachlan.
2004 Jan 13
0
Mac OS X (Samba 2.2.3a) and Samba 3.0.1 Domain
Hi,
I'm having problems connecting from a Mac OS X (v10.2) box to a Linux (Red Hat
9, kernel 2.4.23) box running Samba as a PDC. The Mac OS box is running Samba
2.2.3a (build 26), the Linux box running Samba 3.0.1.
The problem seems to be the following: (this is a level 4 log, I think)
[2004/01/13 10:41:18, 4] auth/auth_sam.c:sam_password_ok(227)
sam_password_ok: Checking NT MD4
2011 Jun 23
2
new to R need urgent help!
hi all-
I am doing some research, have never used R before until today and need to
understand the following program for a project.
if some one could PLEASE help me understand this program ASAP i would
GREATLY appreciate it (any syntax/ statistic comments would be great)
PLEASE PLEASE HELP!! THANKYOU!!!
-on a side note, it seems to me that R doesnt include the pv, and it was
calculated
2006 May 08
1
Panel Data Estimators (within, between, Random Effects estimator)
Dear R Users,
Here is another probelm/question.
I would like to run some panel regressions with R. Therefore I have
combined several time periods of data for different individuals in my
database.
I have already run pooled OLS but I would need to calculate a Fixed
Effects Estimator (within estimator). Unfortunately I couldn't find
anything like that in the RSearch and I suppose that lme
2006 Mar 20
5
Wrap error_messages_for() call when no instance var present
I am trying to put some smarts around a call to
<%= error_messages_for %>
so that when I first come into this page i.e. when my instance variable
@target_list has not been defined yet, the page doesn''t break.
I''m doing this:
<% if @target_list? %>
<%= error_messages_for ''target_list'' %>
<% end %>
I get a syntax error on line 1.
2006 May 30
5
Implementing HTTPS with WEBrick?
All,
I would like to test some secure pages that I''m developing in my
WEBrick-based development environment.
I''ve done some research and it appears that I need to create a new
command that will start a HTTPS based WEBrick server. Is this correct?
Also, it appears that the https.rb module is not included with the
WEBrick bundled in Rails. So, I will need to go get that
2006 Mar 18
9
Using <%= text_field %> within partials is problematic
All,
Thanks for any help in advance.
I have what I think is a very straightforward partial template and I
can''t figure out why a text_field call within it doesn''t work.
Here is my calling template: lists.rhtml
<div id="target_lists">
<%= render(:partial => "target_lists", :collection => @target_lists)
%>
</div>
In the partial
2002 Sep 08
1
Rsync and trying to mirror Linux user areas
As root, I am trying to mirror a Redhat 7.3 Linux user area
onto another Redhat 7.3 Linux box using rsync. This is using
the following type of command:
rsync -a -v --stats --safe-links
However, rsync cannot mirror most of the user area because
of the default permissions for the user areas.
e.g.,
opendir(user1): Permission denied
opendir(user2): Permission denied
drwx------ 3 user1
2006 Jun 27
5
Can''t call public application.rb method from ERb template
All,
I have a left navigation partial that I want to dynamically generate CSS
classes for based on the current controller action.
In my ERb template, I have
<DIV class="<%= get_menu_display_style(''login_form'') %>">
In application.rb, I have the method get_menu_display_style defined as:
public
def get_menu_display_style(action_requested)
2006 Apr 10
5
I have a Capistrano 1.1 patch - where does it go?
I have a patch for Capistrano 1.1 - how do I submit it?
Wes
--
Posted via http://www.ruby-forum.com/.
2006 Jul 14
7
Form validation - keepin correct fields displayed on refresh
All,
I''m finally doing my first real form in Rails - the model object that
I''m entering information for has 8 validations so far.
If I type in good values for all the fields but one, I get the pretty
validation, and the nice field highlighting, but all of the fields are
cleared, forcing me to retype all of that info. That is a big drag.
Is there a standard way to get the
2010 Feb 15
1
get current window (device) size
Dear R-listers,
I am writing a function that will generate a simple plot for the user . The size of the window (that contains the plot) may not be what the user wants.
Supposing the user adjusts the window to a size of her/his choice, I would like to be able to save the new window size and specify the plot to be of this new window size when the user calls my function again. My question is
2006 May 25
5
Setting a global before_filter action in application.rb
Can you set a global before_filter action in application.rb?
So, for example, you could control authentication for all of the
controllers in an app.?
Obviously, you would need a way to reference actions by controller
within this "global before-filter".
Thanks,
Wes
--
Posted via http://www.ruby-forum.com/.