similar to: username change

Displaying 20 results from an estimated 300 matches similar to: "username change"

2009 Feb 05
1
Multiple-Line Comment (PR#13503)
Hello, sorry for writing here because my problem is not a realt bug but may be a solution for many people working with R: I miss the feature for commenting some lines of code at once without writing a bunch of "#" in front of each line. This is interesting for trying out some code. I found some workarounds like IFELSE(FALSE){} and `!`<- function(x) { if (inherits(x,
2011 Jun 28
0
Mounting share using cifstab fails with NT_STATUS_ACCESS_DENIED
Hi, I have a samba share on a linux server which I can access without problems from Windows XP. When I access the share from a different linux machine using smbclient \\\\Server\\Share -U username I get a connection to the share. When put //Server/Share /mnt/mountpoint cifs username=UserName,password=XXXXXXXX,uid=1234,gid=5678 into /etc/samba/cifstab I get mount error(13): Permission
2010 Nov 18
2
Two Windows users with two passwords must map to the same unix user
Hello, I have no idea how to implement the following scenario apart from running two instances of samba on the same machine... I need a setup where two different Windows users will authen- ticate with two different passwords but get mapped to the same unix user. That is JOE got password PASS1 and maps to unix user joe with uid 1000 and JACK got password PASS2 and maps to unix user joe with
1998 Feb 26
2
Message in log.smb ??
Hi! I use samba 1.9.18p3 on Solaris 2.5.1 and am I glad to have it! I have configured samba to create one log file per machine so log.smb used to be empty. A couple of days ago I noticed that log.smb had grown to about 70KB. It only says: "Can't create or use semaphore No space left on device". Now since "df -k" tells me that all of my file systems have enough space
2008 Dec 12
1
recursive List extraction question
Dear all, I've got a list L <- list(L1 = list (foo = "bar" , SL = NULL ) , L2 = list ( foo = "bar" , SL = list (SSL1 = list (DF = data.frame(val = 21, foo = "bar") , DFOO = list(foo = "foo", bar = "bar") ) ,
2004 Oct 28
1
polr versus multinom
Hi, I am searching for methods to compare regression models with an ordered categorical response variable (polr versus multinom). The pattern of predictions of both methods (using the same predictor variables) is quite different and the AIC is smaller for the multinom approach. I guess polr has more strict premises for the structure of the response variable, which methods can be used to test for
1998 Jun 08
3
Favorite print command for SAMBA on Sol 2.5.1
I am having problems with the HP printers that are being handled by a Solaris 2.5.1 machine. The boring details are towards the end. The SAMBA print command I currently use is: print command = echo %u - %s to %p at %T >> /tmp/smb-print.log ; \ lpr -P %p %s ; \ rm %s ; These are EXACTLY the way they are in the smb.conf file. The server will print 99.9% of
2004 May 27
0
specifying starting values in nlsList/conversion problems
Hi I am using nlsList from the nlme package to estimate group specific coefficient sets to get a first impression of the structure of coefficients in relation to potential predictor variables. In some cases I got coefficients in other there are conversion problems due to bad start values I guess, resulting in typical error messages as known from nls: Error in nls(formula = formula, data = data,
2004 May 17
1
residuals in multinom
Hi, is there a possibility to calculate the different "types" of residuals directly using the multinom function from MASS as it is possible for the functions gam, glm using type="deviance" or "working" or "pearson" or "response"? I tried it but got always the "response" type, I guess. thanx Matthias
2016 Nov 16
2
Disk size on share with multiple partitions
Am 16.11.2016 um 15:11 schrieb Volker Lendecke: > On Wed, Nov 16, 2016 at 03:02:20PM +0100, Jochen Eggemann via samba wrote: >> Thanks for the fast reply Volker, >> >> I tried using this, but get following Errors: >> >> ../source3/lib/system.c:1143(sys_popen) sys_popen: ERROR executing command >> '/usr/bin/dfree .': Fehler im Format der Programmdatei
2008 Apr 01
2
renaming a computer fail on a samba domain using ldap backend
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I am trying to rename a computer on my samba domain but it fails telling me I hadn't rights to do it. Obviously, I use the same admin account (root) than the one which add this computer on the domain some seconds before. I am using samba 3.0.24 on Debian etch with a openldap SAM backend and smbldap-tools scripts using these conf params :
2011 Jul 25
1
Can't rename win7 machine in samba domain
Hello, Samba 3.5.8-68 on F15 64bit with all latest updates. Part of smb.conf file: set primary group script = /usr/sbin/usermod -g %g %u add user script = /usr/sbin/useradd -g 100 %u add group script = /usr/sbin/groupadd %g add user to group script = /usr/bin/gpasswd -a %u %g add machine script = /usr/sbin/useradd -d /var/lib/nobody -g 100 -s /bin/false -M %u delete user
2016 Nov 16
2
Disk size on share with multiple partitions
Am 15.11.2016 um 13:00 schrieb Volker Lendecke: > On Tue, Nov 15, 2016 at 12:25:32PM +0100, Jochen Eggemann via samba wrote: >> Hi list, >> >> I am exporting share which has a small base partition into which several >> much larger partitions are mounted. Which are used by different user groups. >> >> My problem is, that windows takes the size of the base
2012 Oct 05
2
temporary profiles problem - don't want roaming profiles
I have a Samba PDC (Ubuntu 12, OpenLDAP 2.4.28, Samba 3.6.3), and at two remote sites, I have some Samba BDCs. For now I've manually entered the DCs as WINS servers on the workstations I'm using for testing. At the remote sites, I can log in with an account that has no logon path or logon home specified, and it works perfectly. But at the main site, when I try to log on to one of these
2010 Feb 26
3
Plotting a Trivial Matrix
Dear All, Consider a matrix (N x N) where each entry is either zero or one (can hardly get any simpler). Now, I would like to plot it as a 'chessboard' where every matrix entry is a black (1) or white (0) square. Whatever tool I use to plot it, it should not try to interpolate the data at all. I found some online references http://www.phaget4.org/R/image_matrix.html but probably I can
2009 Sep 30
2
Rename Computer In Samba Domain: Access Is Denied
I am pulling my hair out trying to figure out why trying to rename my computer joined to a Samba domain (version 3.2.3) keeps failing with "Access is Denied". In searching I found references to people with the same problem where the answer was to set the "rename user script" option in smb.conf, but I have done that (not forgetting to restart Samba) and there is no difference,
2016 Nov 15
2
Disk size on share with multiple partitions
Hi list, I am exporting share which has a small base partition into which several much larger partitions are mounted. Which are used by different user groups. My problem is, that windows takes the size of the base partition to be the size of the whole share. If I try to copy anything larger than the base partion into a partition that is actually larger Windows reports insuffient disk size
2016 Oct 10
6
Replacement pdc samba3 to samba4 nt classic
Migration was held in connection with the breakdown of the old server after setting up a new server stopped working to add windows pc to a domain root at pdc:/var/log/samba# cat /etc/samba/smb.conf [global] # Default options allow nt4 crypto = yes client ntlmv2 auth = no disable spoolss = yes dns proxy
2008 Nov 19
1
Samba conect/disconect/reconect when browsing or when freeze open/save dialogs
Hi everybody, Recently, I change my server to anoter, but I copied all accounts linux/samba users to new one. I migrate from Ubuntu Server 8.04 to 8.10 server It's the same old smb.conf of old machine, but one new problem. When logon is OK, but wait 5 minutes or less and when connect remote drive for second time by explorer, windows says that "not respoding", but wait 30 seconds and
2009 Aug 31
3
default profile
Hi, I installed a SaMBa PDC and a BDC. When I log in to an XP client with a new user, sometimes I get the initial profile settings from the netlogon share, but often from local. When I get the local default settings, it is not syncronized to the server at logout. Even if I get the new profile from the server, on the same client, next time, with a new user, I get the new profile from local. I