similar to: Joining an NT domain using the smbpasswd command

Displaying 20 results from an estimated 30000 matches similar to: "Joining an NT domain using the smbpasswd command"

2000 Jan 22
1
non-root users cannot use smbpasswd...
...we are running a samba-2.0.6 server on a Sun E3000, to provide file and print service (but not logon service) to users on PCs. It works fine except for an enormously annoying problem: ordinary (nonroot) users are not able to change their own samba passwd. When a user invokes smbpasswd he or she gets the following response: euler$ /usr/local/samba/bin/smbpasswd Old SMB password: New SMB
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
2018 May 22
4
Using tryCatch in a for loop
Hi Bert, Thank you for the quick response!? In its current?state?the code?prints three lines that say "warning". What I was expecting is that I would?get?a matrix with 4 columns, 1. column names (from the original data, ex. Lake1) 2. breakpoint year 3. slope 4. slope difference from the first to the?second segment of the segmented regression. Each row in the matrix would be the results
2018 May 22
0
Using tryCatch in a for loop
On 5/22/2018 11:32 AM, Bailey Hewitt wrote: > Hi Bert, > > Thank you for the quick response! > > In its current?state?the code?prints three lines that say "warning". What I was expecting is that I would?get?a matrix with 4 columns, 1. column names (from the original data, ex. Lake1) 2. breakpoint year 3. slope 4. slope difference from the first to the?second segment of
2018 May 22
2
Using tryCatch in a for loop
Data and code as promised: #Creating a test dataset Year<- c(2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014) Lake1<- c(2, 4, 5, 2, 1, 1, 2, 3, 4, 5, 6, 2, 3, 1, 2) Lake2<- c(1, 3, -1, 4, -2, 1, 2, 3, 4, 5, 6, 2, 3, 1, 2) Lake3<- c(1, 2, 5, -3, 1, 1, 2, 3, 4, 5, 6, 2, 3, 1, 2) Lake4<- c(1, 1, 1, 1, 1, 1, 1, 250, 240, 240, 240, 240, 240, 239,
2005 Aug 10
2
Samba3 server tries to sync WINS with itself and fails
I have a Samba 3 server that is trying to sync with itself. I have wins support = yes in the samba configuration file and there are no other WINS servers on the network. The IP address of the Samba server is 192.168.10.4 and is trying to sync with itself but fails... Here's the error from log.nmbd [2005/08/10 12:34:21, 0] nmbd/nmbd_nameregister.c:register_name_response(130)
2018 May 22
0
Using tryCatch in a for loop
No. If your ouput is a numeric "matrix", it cannot include alpha. Columns in a data frame can be of different classes, but each column must be single class. and finally, of course, see ?cat -- I think you are misusing it. If you simply want to return "somestuff", your function should be: function(w) {"somestuff"} not function(w) {cat("somestuff")} As
2020 Oct 05
2
llvm.dbg.declare constraints
The documentation is correct, and the observation that the IR verifier is currently not verifying this property is also correct. Due to the way that dbg.declares are handled by later stages, LLVM can only keep track of one dbg.declare per variable and that is intentional. The dbg.declare intrinsic is supposed to pin a variable to a stack slot, such as in the code that clang emits at -O0. If you
2008 Mar 26
2
[LLVMdev] Order of operations
On Tue, 2008-03-25 at 20:42 -0700, Chris Lattner wrote: > LLVM IR is three address code, not a tree form. This requires the > front-end to pick an ordering that works for it explicitly as it > lowers to LLVM IR. I got that much. But I assume that optimization passes, if used, are entitled to rewrite the IR. For example: ANSI C requires that certain types of parenthesization be
2012 Apr 18
1
Pierce's criterion
Hello all, I would like to rigorously test whether observations in my dataset are outliers. I guess all the main tests in R (Grubbs) impose the assumption of normality. My data is surely not normal, so I would like to use something else. As far as I can tell from wikipedia, Peirce's criterion is just that. The data I am interested in testing is: 1) Continuous on the unit interval 2)
2018 May 22
3
Using tryCatch in a for loop
Hello All, I have been trying to use a for loop to run segmented regressions (from?R package segmented)?on many columns of data in a data frame with the end goal of writing a new file with the following columns: column title, breakpoint year, slope, and difference in slope. Unfortunately, when one of the columns doesn't have a breakpoint the code stops and provides?an error or warning. I
2018 Apr 29
1
no attributes after following "Setting up a Share Using Windows ACLs"
Hi, i have setup an ad dc with samba 4.8, and then rigorously followed wiki tutorial at : https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs However, when following the last part (File System ACLs in the Back End), I don't get the expected results : [root at mydc ~]# getfattr -d /srv/samba/Demo/ doesn't yield anything and getfacl /srv/samba/Demo/ getfacl : suppression
2017 Nov 13
19
[Bug 103721] New: Frequent freezes with nouveau on Thinkpad P50
https://bugs.freedesktop.org/show_bug.cgi?id=103721 Bug ID: 103721 Summary: Frequent freezes with nouveau on Thinkpad P50 Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at
2004 Nov 16
1
smbpasswd and password on command line
Hello - I see from the 3.0.8 release notes: * Remove support for passing the new password to smbpasswd on the command line without using the -s option. I used to use the option: smbpasswd -a $user $pass to quickly add a new user to the smbpasswd database. This no longer works in 3.0.8. I have tried every combination I can think of adding the -s and -L options to the command
2004 Sep 26
3
smbpasswd with password on the command line
I've upgraded my samba server to 3.0.6 and without any warning the command smbpasswd no longer accepts passing the user password on the command line! This was a very bad thing for me since the scripts I use to generate all my users account stopped working :-( Anyone had the same problem? Any suggestions before rewriting everything.... Pedro Silva
1999 May 18
2
trouble re-joining NT domain
Hello people! I have observed the following behavior when re-joining NT domains from Linux boxes (RH 5.2, fwiw). 1. follow the directions in the DOMAIN_MEMBER.txt (thanks Jeremy!) to successfully join a domain. 2. restart smbd and nmbd 3. log on to the domain, make use of all of the nice stuff. 4. reboot the Linux box 5. upon attempting to rejoin the domain I observe the following error
2008 Jan 24
3
Reshaping a dataframe with conditional summary of columns - apply or reshape?
I need to do a somewhat complex rearrangement of an existing dataframe that involves an "on-the-fly" conditional summary as well. I've tried to make the example as simple as possible. Code to produce the object being acted on is at the end of the message. I hope this isn't too much for a single posting. Any guidance will be much appreciated. The input example looks like
2007 Aug 30
2
Additions to xyplot (lattice)? - legend, ticks, axis label size, text
I have created an xyplot of a time series with the following code... win.graph(width = 10, height = 7) panel1 = function(x, y) { panel.loess(x, y, lwd=2.5, span=0.5, col="gray") panel.xyplot(x, y, pch=19, col="blue", cex=1.25) } xyplot(oneplusdensity ~ year, data=figdata, aspect="fill", cex=1.5, xlab=NULL, ylab=expression("Crabs per
2002 Sep 06
1
problems joining domain with smbpasswd
Hello, I am trying to do join my debian 3.0 linux box with samba v2.2.3a to my windows 2000 domain. I was trying to follow the directions at http://us1.samba.org/samba/docs/Samba-HOWTO-Collection.html#AEN401. I have created the computer account in the active directory. What I think is weird is that smbpasswd is saying it is trying to connect to port 445? The dc I am connecting to has all the
2018 May 22
0
Using tryCatch in a for loop
Others may have greater insight, but my response is: Exactly what did or didn't happen that makes you say the code didn't work? That is, what did or didn't you get when you ran it compared to your expectations? Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in