similar to: Fw: Home directory is not created

Displaying 20 results from an estimated 900 matches similar to: "Fw: Home directory is not created"

2018 Jun 15
0
Mounting samba share
On Fri, 15 Jun 2018 14:50:23 +0000 Suman Koirala <koiralasu at mnstate.edu> wrote: > > > Hi Rowland, > > I got permission denied messge when I tried to login mount. Could you > please help me to figure out the problem. I am using ubuntu 18.04 > for both server and client and samba 4.7.6. Thank You > > ________________________________________ > From: samba
2018 May 03
1
failed to bind the server
I was trying to authenticate from AD and could not bind with the server. I was able to do ldapsearch. please suggest the possible cause for failed to bind server. This is the log info from log.winbind-idmap dd_dual.c:60(child_read_request) child_read_request: read_data failed: NT_STATUS_END_OF_FILE [2018/04/19 20:03:09.741686, 0] ../source3/lib/smbldap.c:1046(smbldap_connect_system)
2018 May 31
0
Fw: Home directory is not created
On Thu, 31 May 2018 08:25:52 +0000 Suman Koirala <koiralasu at mnstate.edu> wrote: > I am using ubuntu 18.04 > and samba Version 4.7.6-Ubuntu > > > I am able to login using domain credentials but not being able to get > the script executed to make the home directory. > I am very surprised that it works, you do not use the winbind ldap backend on a Unix domain
2018 Jun 15
1
Mounting samba share
Hi, I was trying to mount a samba share from a host server using pam_mount module. This is my smb.conf for client machine and my pam-mount.conf.xml. [global] log level = all:10 security = ads # auth methods = guest sam winbind:ntdomain client ldap sasl wrapping = seal netbios name = STAT1 realm = EXAMPLE.EDU workgroup = WORKGROUP
2005 Jun 10
1
Unusual permissions problem
Hello, I have an issue with samba-3.0.10-1.fc3 permissions. The situation is this: I have a client that wants one user to have write permission to a directory, but a GROUP of users to have read access. Simple, right? First, I set up the directory structure per Linux: (According to the samba guide, it's more efficient to use sticky bits on the directory instead of using the force user
2009 Jun 16
3
Welcome to the "CentOS" mailing list
My apologies for posting an already solved problem, but dont know if its my ignorance that is not getting me to my desired results.....trying to mount an external usb hard drive(ntfs) in my system. In my CentOS box, I tried to install dkms, dkms-fuse, fuse and fuse-ntfs-3g as follows(including what happened) [root at Production mnt]# yum install dkms dkms-fuse fuse fuse-ntfs-3g Setting up
2009 Jun 29
2
External USB Drive partitioning, formatting and configuring Bacula server
Thanks for your help Sean, did all the steps you mentioned. One thing I don't understand, when partitions are created, why does Linux number it awkwardly? For example, I created 1 Primary partition of 10% disk, then created 1 Extended partition of 90% disk. Inside that extended partition, I created 3 logical partitions 33% each. It went numbering sdb1, sdb5, sdb6 and sdb7. Where's the hell
2009 Jun 16
2
problem mounting ntfs device in centos
I did yum update kernel-smp and rebooted the machine, and blops.....the drive opened! Thanks for your help! On Tue, Jun 16, 2009 at 1:24 PM, Filipe Brandenburger <filbranden at gmail.com>wrote: > Hi, > > On Mon, Jun 15, 2009 at 23:20, Sagar Koirala<sagar.koirala at gmail.com> > wrote: > > ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
2008 Aug 20
4
Conversion - lowercase to Uppercase letters
I would like to know how to convert a string with characters to all uppercase or all lowercase? If anyone could let me know if there exists a function in R for the conversion, that will be very helpful. Regards, Suman [[alternative HTML version deleted]]
2009 Oct 19
3
Import SPSS file to R
Hello,   In R, How to read SPSS file and access the data item? Thank you. Regards, Suman Kundu [[alternative HTML version deleted]]
2007 Jun 27
3
Correlation ratio
Hi, I wanted to know how to compute the correlation ratio (eta) between two variables using R. Is there any function to compute the correlation ratio. Any help will be very much appreciated. Thanks, Suman [[alternative HTML version deleted]]
2009 Jul 08
3
Unix commands on R
I am using R on unix. While in R how do I execute the unix shell commands? Is there a way to do it? I am executing a function in R and the matrix resulting from the function has to be passed on as an input to unix command. Any directions will be helpful. Thanks, Suman [[alternative HTML version deleted]]
2020 Mar 06
1
[PATCH] virtio_ring: Fix mem leak with vring_new_virtqueue()
On 2/25/20 9:13 PM, Jason Wang wrote: > > On 2020/2/26 ??12:51, Suman Anna wrote: >> Hi Jason, >> >> On 2/24/20 11:39 PM, Jason Wang wrote: >>> On 2020/2/25 ??5:26, Suman Anna wrote: >>>> The functions vring_new_virtqueue() and __vring_new_virtqueue() are >>>> used >>>> with split rings, and any allocations within these
2010 Jun 18
2
double integral
Sir, I want to calculate double integral in R. Is there any function to do this? Regards, Suman Dhara [[alternative HTML version deleted]]
2010 May 31
1
getting the column name of a data frame
Sir, I want to store the column name of a data frame as a vector and use the vector to remove a column of the data frame ,if required. Thanks, Suman Dhara [[alternative HTML version deleted]]
2009 Jul 01
1
lost CentOS repositories from yum
Hi, I was using yum, which was working very well. Then I decided to try yumex, and installed yumex, which again worked fine. But, after that, when I came back to use console yum, it started giving error messages. So, I removed yumex and tried, in vain. Then I removed yum, and installed it with rpmforge repository. It works fine, but I only have rpmforge repository. How can I add CentOS
2009 Mar 11
2
lsmeans in R
I need help with calculating lsmeans (adjusted means) of different terms in a linear model including the main effect and the interaction effect terms. I use lm to run the linear models...I previously noted from literature that that "effects" package can be used to generate lsmeans. But I tried to use it but could not figure out which option to use to get means. If anyone can give an
2010 Jun 04
1
parttioning a matrix corresponding to different levels of y
Sir, I have a problem regarding partitioning a matrix.I state my problem as follows: I have a y vector of length say 1000.Variable y has 4 levels say 0,1,2.Corresponding to each y(response), I have a x-vector(explanatory) as a row of X matrix.Now, I want to partition the X matrix into 3 submatrices say x1,x2,x3 corresponding to each level of y.Is there any function to do this in R or how can I
2010 Jun 06
2
fitting multinomial logistic regression
Sir, I want to fit a multinomial logistic regression in R.I think mlogit() is the function for doing this. mlogit () is in packege globaltest.But, I can not install this package. I use the following: install.packages("globaltest") Can you help me? Regards, Suman Dhara [[alternative HTML version deleted]]
2015 Sep 17
2
DEFINE_IDA causing memory leaks? (was Re: [PATCH 1/2] virtio: fix memory leak of virtio ida cache layers)
On Wed, Sep 16, 2015 at 07:29:17PM -0500, Suman Anna wrote: > The virtio core uses a static ida named virtio_index_ida for > assigning index numbers to virtio devices during registration. > The ida core may allocate some internal idr cache layers and > an ida bitmap upon any ida allocation, and all these layers are > truely freed only upon the ida destruction. The virtio_index_ida