similar to: Can't change password with Windows XP (Change password feature)

Displaying 20 results from an estimated 10000 matches similar to: "Can't change password with Windows XP (Change password feature)"

2005 Feb 11
1
Can't change password with Windows XP (Change passwordfeature)
Thanks, I'll give this a try. Ganeshram Iyer &lt;ganeshramiyer@gmail.com&gt; wrote: > On Fri, 11 Feb 2005 00:29:51 -0000, James Marcinek > <jmarc1@jemconsult.biz> wrote: > > Hello Everyone, > > > > I've been trying to figure out why I can't change passwords with my windows > > clients. I thought that at when I first built my smb.conf I
2006 Aug 19
9
web based mail packages for CentOS
Hello Everyone, I was using OpenGroupware but just hosed my system. Since I'm starting from scratch I would like to know what everyone's using for web based mail. I currently implemented cyrus-imapd and postfix which I used before. I was going to give dovecot a try but it wouldn't start even though it was supposed to be easier. I would like to move my postfix to a chroot but have
2008 Jun 30
2
kernel-smp for CentOS 5
Hello All, I recently installed CentOS 5 and was trying to locate the kernel-smp packages but without success. Have these packages been removed from the distro or renamed? Does anyone know how many processors the default kernel will handle and if it's optimzed for it? Thanks, james
2006 Aug 21
2
using windbind to connect to AD
Hello, After a couple of years using Samba as a DC I figured I would start working it the other way around. I'm using CentOS, the latest and tried to use the GUI manager. I am sort of confused as there are acutally 2 windows. I filled out both and supplied the name of the AD administrator. Do I just put the AD domain in there with .realm after it? (eg testdomain.com.realm)? I tried with
2005 Jan 22
2
Windows XP connects as guest instead of letting me choose the username / password
Hi, I suspect this is more of a WinXP issue, but since it drives me mad, I'll ask anyway. What I want: In Windows XP network neighborhood, select my samba server, select one of the shares, then have a dialog asking me for the respective Samba-username & -password to access the share. What I get: I get a dialog with the username "Guest", greyed out, asking me for a
2004 Aug 11
2
unix password sync not working
Hi, I have a samba server configured with SECURITY=USER and am having trouble getting the UNIX PASSWORD SYNC to work. When I use smbpasswd to change a samba user password, everything goes well and the samba password is changed but the unix password is not changed. Per the manuals, samba trys to change the unix password first and if it fails, it will NOT change the samba password. However, the
2013 Apr 17
2
[LLVMdev] Request for compilers
Hi, For one of our research projects, we are planning to use LLVM. We need the following features: 1. We need to aggressively fuse loops that have inter-loop dependencies. 2. We need to identify intrinsic functions and induction variables. 3. We need to detect few memory access patterns like copy, transpose-copy, stride-copy etc. 4. Lastly, auto-vectorization and
2013 Apr 17
0
[LLVMdev] Request for compilers
Hi Ganesh, Please have a look at: These core parts of LLVM: http://llvm.org/docs/doxygen/html/classllvm_1_1Loop.html#a72bbf45d2e00971f56bf8cfe4e1df01c http://llvm.org/docs/Vectorizers.html These research projects based on LLVM: http://polly.llvm.org http://aesop.ece.umd.edu I'm not sure what you mean by "identify intrinsic functions". If you really mean LLVM intrinsics,
2006 Aug 17
2
extending ext3 filesystem on logical volume
hello all, I am trying to expand my /var file system which resides on a logical volume. I successfully issued the lvextend command. However when I try to issue the ext2online command I receive a return code of 3 which the man pages indicates: ext2online /var ext2online v1.1.18 - 2001/03/18 for EXT2FS 0.5b ext2online: group 0, block 7 not reserved ext2online: unable to resize
2012 Jul 10
2
err: Could not request certificate: execution expired
Hi Guys, I am trying to executed sign client to server, I give the command to client #puppetd --test -d -v debug: /File[/var/lib/puppet/ssl/private_keys]: Autorequiring File[/var/lib/puppet/ssl] debug: /File[/var/lib/puppet/ssl/certs]: Autorequiring File[/var/lib/puppet/ssl] debug: Finishing transaction 23595599384520 err: Could not request certificate: execution expired Exiting; failed to
2018 May 11
2
Query on unswitching + vectorization
Hi, I am going through analysis on unswitching + vectorization. For the below test, llvm unswitches successfully but fails to vectorize the loop after unswitching. Llvm bails out saying "Found an outside user" apparently which is the value of 'tmp'. int i, w, x[1000], y[1000],tmp; void fn() { for (i = 0; i < 1000; i++) { if (w==1) { y[i] = 1; tmp = i*2; }
2012 Jul 10
2
How to create user with using puppet?
Hi Guys, I am new to puppet world, Guys I want create a user with password, with affect all mentioned hosts, how to do it, please guide me guys. -Ganesh, Did I learn something today? If not, I wasted it. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe
2018 May 11
0
Query on unswitching + vectorization
On 5/10/2018 10:44 PM, Gopalasubramanian, Ganesh via llvm-dev wrote: > > Hi, > > I am going through analysis on unswitching + vectorization. > > For the below test, llvm unswitches successfully but fails to > vectorize the loop after unswitching. > > Llvm bails out saying “Found an outside user” apparently which is the > value of ‘tmp’. > > int i, w, x[1000],
2006 Aug 19
12
Compiling WxRuby2 on Ubuntu 6.06
Hi All, I am trying to compile WxRuby on Ubuntu 6.06. I checked out the latest source code from CVS and ran ''rake'' under the wxruby2 directory. I am getting the following error. root@imayam:/work/wxruby/wxruby2# rake (in /work/wxruby/wxruby2) rake aborted! Don''t know how to build task ''src/App.cpp'' (See full trace by running task with --trace) I am
2005 Sep 08
3
DTrace typewriter
G''Day Folks, I''ve found another use of dtrace, this makes your console keyboard sound like a typewriter. http://www.brendangregg.com/DTrace/typewriter-0.70.tar.gz I''ve only tested it on an UltraSPARC 5 and a Pentium laptop so far, more to follow. Ok, sorry, not actually a practical use of DTrace. :) Enjoy! Brendan [Sydney, Australia]
2002 Nov 25
3
[LLVMdev] globals in DS graph
Ganesh, I modified DataStructure.cpp so that global nodes are no longer removed from any graphs. Only that file has changed. Chris, if you get a chance to do this, it would be nice if you could take a quick look at the change I made and make sure that's all that's needed. Thanks, --Vikram http://www.cs.uiuc.edu/~vadve > From: Chris Lattner <sabre at nondot.org> >
2012 Jul 15
2
How to take away install privilege from users other than puppet?
Hi Guys, I am trying to configure to my client machine, I want prevent user don''t do installation, All installation done through puppet only, How to do it, Guide me... -Ganesh. Did I learn something today? If not, I wasted it. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2002 Feb 19
4
push data instead of pull
Hi, I have a rsync server set up. Can i push data from the server to another machine instead of pulling data from that machine. when i try to do that i get this error. mkdir tohost:/tmp ; No such file or directory. But the directory exists. This is the command i executed. rsync -avz --rsync-path=/usr/bin/rsync fromhost::test tohost:/tmp This works fine if iam logged onto "tohost"
2006 Aug 07
1
How to convert RHEL 4 system to CentOS
Hello Everyone, I have a RHEL4 system that I would prefer to leave on the current hardware and not have to rebuild if possible. Can some tell me if I can take my current distro of RHEL and move it to CentOS? What will I need to do, etc and how risky is it? Thanks, James Marcinek
2010 Oct 20
2
How do i use button_to_function
Hii all , I am trying to create a button that, when clicked on, calls a method in a controller . I am thinking that button_to_function is good to use for that i made htnl viwe like <h1>File Upload</h1> <p><label for="upload_file">Select File</label> : <%= file_field ''upload'', ''datafile'' %></p>