Displaying 20 results from an estimated 2000 matches similar to: "users can't set smbpasswd, root can"
1998 Sep 14
2
AW: How to print to CLIENT local printer?
You must create a output filter.
Edit /etc/printcap and add your client printer like this:
...
PC-PRINTER:\
:sd=/var/spool/lpd/PP01:\
:mx#0:\
:lp=/dev/null:\
:if=/var/spool/lpd/Filter/PP01:\
:sh:
...
Adjust the printcap parameters as needed (spool directory, directory to find
the filter script). Make sure the lpd can access the directory. Consult your
manual.
Now create the filter
1998 Jul 24
1
Print asking for password? Doesn't work.
I've setup samba and can connect to a share with a password,
but when I try to print, it prompts for a password... my unix password
doesn't work.
Any ideas? (BTW- this is running on DEC unix OSF/1 4.0b
Here's my smb.conf:
>#======================= Global Settings
=====================================
>[global]
>
># workgroup = NT-Domain-Name or Workgroup-Name
>
1998 Apr 21
3
"Not listening for calling name" error - huh?
Hi all,
I have two samba machines running v1.9.18p4. When I try and list the
shares on the second machine (calvin) fromn the first machine (hobbes) I
get this:
Session request failed (131,129) with myname=HOBBES destname=CALVIN
Not listening for calling name
Try to connect as another name (instead of HOBBES)
You may find the -n option useful for this
Any idea what this is trying to tell me?
1998 Jul 16
0
Encryption options/password file?
I'm trying to compile Samba 1.9.18p8 for Dec Unix OSF/1 4.0b
>Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb"
-DNMBLOGFILE="/usr/local/samba/var/log.nmb" -DCONFIGFILE="/usr/local/samb
>a/lib/smb.conf" -DLMHOSTSFILE="/usr/local/samba/lib/lmhosts"
-DWEB_ROOT="/usr/local/samba" -DLOCKDIR="/usr/local/samba/var/locks"
1998 Aug 06
1
How to specify username in mapping path?
We've got users logged into Win95 with one username, and they need to log
into samba using a different username....
of course if they try to map to their home directory, samba will use the
current username, which doesn't match, and therefore, password invalid.
How can I specify username in the mapping?
\\server\homedir <then somehow a username>
I know there's a way in Totalnet
1999 Feb 10
0
Samba and roadrunner/remote access?
I have samba setup for our department and it's working fine, with mounting
drives and using printers...
now I want to be able to do the same thing for all faculty with roadrunner
access from home.
I've put the ip xxx.xxx. of the local road runner in the smb.conf file for
hosts to allow, and the machine knows about the server by adding it to
c:\windows\lmhosts.sam
I log in as the user on
2007 Nov 18
2
Obtaining x-values from ECDF
Dear Group,
I am using the ecdf function as follows:
cawa.cdp <- ecdf(cawaocc$LEFF80)
summary(cawa.cdp)
Empirical CDF: 223 unique values with summary
Min. 1st Qu. Median Mean 3rd Qu. Max.
0.07918 1.35700 1.68600 1.61000 1.91200 2.70000
I can see by the summary that the y-value for the 3rd quartile is 1.912.
How can I obtain the x-value for a specified y-value (e.g., 0.8)?
2002 Aug 25
1
Why is an extra 'home' dir showing up?
My question is, how come daevid (on XP) sees the following directories:
\\linux\dae51d
\\linux\homes
Shouldn't there just be the home dir only? Why does "\\linux\dae51d"
show up (I assume it's b/c that's who I am logged in as on XP which maps
to linux)? However, the fact that it does show up, shouldn't it be the
actual HOME directory of the linux user account dae51d (as
2002 Aug 25
3
How do I create a globally accessible directory [partly solved] (XP works/98 doesn't)
I just want a simple, globally accessible directory for anyone on my
LAN. I don't care who they are, who they're logged in as on their
windows machine, I don't care about security (it's my own private
LAN!!!). Why is this so difficult to do? I've looked through the
archives (which by the way, could someone spend a few minutes and put a
SEARCH feature there. Following threads
2004 Jul 23
1
NT domain migration to LDAP/SAMBA
Hi,
I'm attempting to migrate an NT4 domain to Samba3, and getting quite
frustrated with stuff that seems not to work as advertised. I'd
appreciate any help.
I've set up an OpenLDAP server, and Samba 3, configured it as a BDC, and
tried running "net rpc vampire". This all works, and Samba does the
appropriate stuff to try and populate the LDAP database. The scripts
I've
2002 Jul 09
1
smbpasswd command won't work
I am trying to setup a /etc/smbpasswd file for my users. I use the
following command to create the /etc/smbpasswd file
cat /etc/passwd | ./mksmbpasswd.sh > /etc/smbpasswd
Redhat 7.1, samba 2.2.5
I thought that users could log onto the linux system and simply type the
command:
smbpasswd
and it would ask for the new password. But it asks for an OLD password
which never works. I thought
2007 Aug 07
2
Y-intercept Value
Hello everyone,
Quick question...is there a way of specifying a y-intercept value
within a lm statement. For example, if I wanted to specify the
regression to pass through the origin I would enter lm(y~0+x). But
can I specify an actual term such as 1,2,3,4, etc. as an intercept
value? Thank you!
--
Benjamin Zuckerberg
Doctoral Candidate
State University of New York
College of
2007 Nov 16
1
Extracting x-values from an ecdf
Dear R users,
Quick question on the use of ecdf for producing a cumulative
distribution function.
After having produced a cumulative distribution using ecdf, I would
like to extract the exact x-value for a given percentile. For example
I can ascertain the 1st and 3rd quartile using the summary function:
cawa.cdp <- ecdf(cawaocc$LEFF80)
plot(cawa.cdp, ylab="Fn(x)")
2003 Mar 10
2
how to measure samba performance ?
Hi all.. i'm new to this samba things
I was wondering, is there any tools that available, i
mean in open source term in purpose to measure the
samba performance..
What I mean in performance is a software that can
measure I/O operation, file throughput , network
traffic and etc..etc..
Actually I want to compare samba and SMB
implementation in windows. Is there anyone has done
this before
2006 Aug 06
1
smbpasswd doesn't prompt root for password
Hello.
When I run smbpasswd from samba 3.0.23a on a MIPSEL system running
Linux 2.4.20 as root, I'm NEVER asked for a password. Even when I
create a new user in smbpasswd, I'm not asked:
root@HD.bei.digitalprojects.com:/etc/samba# strings smbpasswd
root:0:AAD3B435B51404EEAAD3B435B51404EE:31D6CFE0D16AE931B73C59D7E0C089C0:[U ]:LCT-44D63D42:
2012 Jan 19
2
smbpasswd not working
When I used smbpasswd it gives me the following error...
root at hayek:~# smbpasswd john
New SMB password:
Retype new SMB password:
Failed to find entry for user john.
This is despite the existence of the user
root at hayek:~# cat /etc/samba/smbpasswd
#
# SMB password file.
#
nobody:65534:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:[U
]:LCT-00000000:nobody
2002 Sep 17
2
Feature request: Sync Mac OS resource forks and metadata on Mac OS X
I have a feature request for rsync. I tried posting it to the
FAQ-o-matic, but that system didn't seem to be accepting new
questions. I hope this is an okay list for the request--apologies if
it's misdirected.
Mac OS X provides support for the Mac file system resource forks and
mac specific metadata (e.g., creator and file type). Most Unix
applications ignore this information, but it
2012 Oct 09
1
car::linearHypothesis Sum of Sqaures Error?
I am working with a RCB 2x2x3 ANCOVA, and I have noticed a difference in the calculation of sum of squares in a Type III calculation.
Anova output is a follows:
> Anova(aov(MSOIL~Forest+Burn*Thin*Moisture+ROCK,data=env3l),type=3)
Anova Table (Type III tests)
Response: MSOIL
Sum Sq Df F value Pr(>F)
(Intercept) 22.3682 1 53.2141 3.499e-07 ***
Forest
2003 Jul 05
2
Newbie Failure to connect
I'm trying to set up a samba box at home to centralize my family's storage
into one place.
Every time I try to connect to the box I get an incorrect user name or
password dialog and it doesn't matter what I put in but it won't let me
connect. In the log files every time I connect I see something like
(repeated several times)...
[2003/07/05 13:20:11, 0]
2007 Feb 01
1
Machine account in smbpasswd is wrong
Hallo,
I can't join a win2K machine on my domain.
I create the machine account dynamically in my smb.conf by the following line:
add machine script = /usr/sbin/useradd -d /dev/null -g 200 -s /bin/false -M %u
Now a machine account is created and added to my users (this part works ok)
Samba also generates a machine account for samba (I could not find a line for that in my smb.conf)
But the