search for: suceeded

Displaying 20 results from an estimated 61 matches for "suceeded".

Did you mean: succeeded
2005 Dec 05
1
Strange automount problem with samba & LDAP
...ng code segment I added to smbd/service.c does not work and prints failure for both cases: code=stat(conn->connectpath,mystatus); if(code) DEBUG(0,("stat to (%s) failed!\n",conn->connectpath)); else DEBUG(0,("stat to (%s) suceeded.\n",conn->connectpath)); code=S_ISDIR(mystatus->st_mode); if(!code) DEBUG(0,("S_ISDIR to (%s) failed!\n",conn->connectpath)); else DEBUG(0,("S_ISDIR to (%s) suceeded.\n",conn->connectpath)); The same code...
2006 Jan 04
2
[PATCH] Fix leak in blkback initialization
In case of failing due to lack of memory in the system, blkif_init potentially leaves a leak if some of the allocations was sucessfully suceeded. This patch frees the memory allocated, avoiding the leak. Signed-off-by: Glauber de Oliveira Costa <glommer@br.ibm.com> -- glommer _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 Sep 08
2
ALTERNATE TFTP SERVERS
Hello there, I suceeded in setting up WDS with PXELinux. Now I'm trying to point the primary tftp server with pxechain.com to a second tftp server. Actually it will just load the specified kernel, which is given through APPEND. After that the tftp client just freezes. Do I need to start with another tftp? The actual u...
2007 Jun 15
2
winbind nss configuration
...r lock the system up. And if the name lookup is for a local name, I want Winbind to be 100% out of hte picture. I've tried this, without much luck: passwd: compat [SUCCESS=return] winbind groups: compat [SUCCESS=return] winbind My naive understanding is that this would make name lookups that suceeded in `compat` completely avoid winbind. That was my understanding until I disconnected the machine and could not log in as root. What am I missing?
2003 Jul 07
1
Incredibly slow Roaming Profiles
...U [2003/07/07 11:21:17, 0] rpc_server/srv_pipe_hnd.c:process_request_pdu(605) process_request_pdu: failed to do schannel processing. [2003/07/07 11:21:17, 2] auth/auth.c:check_ntlm_password(288) check_ntlm_password: authentication for user [damian] -> [damian] -> [damian] suceeded [2003/07/07 11:21:18, 2] auth/auth.c:check_ntlm_password(288) check_ntlm_password: authentication for user [damian] -> [damian] -> [damian] suceeded [2003/07/07 11:21:18, 1] smbd/service.c:make_connection_snum(690) cspc01 (192.168.43.173) connect to service profiles initi...
2004 Dec 16
1
PL/R calls fail
Hi all, I am currently trying to create a development environment including PostgreSQL 8.0.0rc1, R 2.0.1 and PL/R on a system running Fedora Cora 1. So far, I have suceeded in setting up PostgreSQL and R as a shared library - unfortunately I have not been able to link these two spheres by adding the PostgreSQL add-on PL/R due to some mysterious probs. I thoroughly followed the setup instructions for PL/R (see http://www.joeconway.com/plr/doc/plr-install.html) and ar...
2006 Jan 25
1
freenx in rootless mode and session resume anyone?
Hi I suceeded to run freenx on centos3 with the nomachine client, but I still have some issues. First I can only get a new whole desktop (kde) session. I cannot resume it, and it always leave tons of process that I have to kill from root. I don't need the whole kde desktop, and only want to have single w...
2006 Jul 06
1
Mkdiskimage exits with syntax (maybe drive letter problem?)
...r quite a while. It seems to always exit with the syntax messages. I'm not really familiar enough with Perl to figure out exactly what it's checking for there that it determines is incorrect, but, my guess would have to be that it doesn't like the letter. Eg, I think the last time it suceeded I was running it on sda, but, not I'm typically running it on sdb or even hdb. If I remove the "exit 1" command from line 110, then the program will continue and format the drive in as nearly as I can tell correct manner (at least it seemed to in my previous attempts.) Am I missing...
2006 Nov 03
1
Polycom provisioning and Pure-FTP : problems
...thing has been working fine, until I put a new bootlog.ld file. Sniffing the packets between my phone and the FTP server during transfer, I noticed that the file is not 100% sent (it seems to send about a third of it, and then the phone wisely detects it as being corrupted and reboots). I have suceeded in using other FTP clients to download the bootrom.ld file (with the same credentials, on the same LAN) and I suceeded in downloading and installing the bootrom.ld from another test FTP server (War-FTP running on Windows XP, not a permanent solution). I still have many more phones to go, and I`...
2000 Apr 21
1
printing to windows
I've suceeded in getting my windows and linux computers to share printers correctly except in one case. When I send postscript jobs to the printer attached to the windows computer, I get the actual postscript code. How can I make this go away. This is especially what happens when I print from my Linux Netscap...
2006 Apr 04
1
Question regarding samba and smbldap-tools
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everyone, I suceeded in setting up a samba server with ldap authentication using smbldap-tools. Everything is fine except one thing: If a user is changing his password inside windows client the password is encrypted and saved in ldap tree. I need this password as cleartext 'cause a webmail application only matches...
2006 Dec 07
1
When does ufunc/func work?
...nction addresses by specifying a command directly in the command line. For example, dtrace -n profile-937Hz''/arg1 != NULL/{@u[ufunc(arg1)] = count()}'' -c ~/bin/run-stcmp gives me: libc.so.1`strcmp 140 However, I''ve never suceeded in obtaining kernel function names. Running dtrace -n profile-1234Hz''/arg2 != NULL/{@k[func(arg2)] = count()}END{trunc(@k, 10);printa(@k);}'' gives me: 0x9fbf4c 1 0xa6fc19...
2007 Jan 29
1
overlay xyplot on contourplot in lattice in R
...) I would like then to overalay on it xx and yy (same variables as x and y but in another data frame let's say ''example'') xyplot(example$xx, example$yy) How can I do it? It seems I could do it with the panel.contourplot and panel.xyplot options, but until now I haven't suceeded. I found this command that maybe could help me : # contourplot contourplot(elev ~ longitude * latitude, data = interpgrid, panel = function(x, y, subscripts, ...) { panel.contourplot(x, y, subscripts, ...) panel.xyplot(ortann$longitude, ortann$latitude) } ) however, doesn'...
2008 Mar 31
1
[LLVMdev] Compile programs with the LLVM Compiler as a gsoc project
...le to launch an external tool that performed the final linking and testing of the bytecode. This would be nice because then bugpoint would give the tool two pieces, the tool would assemble the two pieces into a booting kernel, run the kernel in an emulator and report back to bugpoint on whether it suceeded or failed. Obviously the second one would be a more useful addition to the llvm too chain, whereas the first method would be invaluable hard manual debugging. Andrew
2007 Apr 10
1
nlm() and optim()
Dear R-users, I have just joint the list and much appreciate any thoughts on 2 issues. Firstly, I want to reproduce some minimization results conducted in MATLAB. I have suceeded with nlm and optim-method CG. I have been told that I should get also with other optim methods. Actually, I found the same results when testing a very straightforward equation. However with a more complicated model it was not true. It is realy possible? Have I got it by chance in the simple case?...
2006 Jul 14
23
[RFC] New shadow paging code
We (Michael Fetterman, George Dunlap and I) have been working over the last while on a full replacement for Xen''s shadow pagetable support. This mail contains some design notes, below; a patch against xen-unstable, giving a snapshot of the current state of the new shadow code, is at http://www.cl.cam.ac.uk/~tjd21/shadow2.patch Comments on both are welcome, although the code is not
2006 Feb 10
1
4.2 install w/250GB raid arrays won't boot
...ub/e2fs_stage1_5" exists...yes Running: "embed /grub/e2fs_stage1_5 (hd0,0)"...failed(this is not fatal) "embed /grub/e2fs_stage1_5 (hd0,0)"...failed(this is not fatal) "install /grub/stage1 (hd0,0) /grub/stage2 p /grub/grub.conf"...suceeded done I messed w/cmos...oh, enable/disable S.M.A.R.T. Drive....bypassing cd- rom drive...so hd0 be the first boot...nothing changes...just "DISK BOOT FAILURE" etc thx! John Rise
2002 Jul 31
1
tough problem joining test domain
...query domain LAUELAB has sid S-1-5-21-1995982474-3671514283-3045899775 but I can't join the test XP machine to the test domain. here is that bit of the log [2002/08/01 01:40:23, 2] auth/auth.c:check_ntlm_password(266) check_password: authentication for user [root] -> [root] -> [root] suceeded [2002/08/01 01:40:23, 2] lib/access.c:check_access(327) Allowed connection from (132.177.45.13) [2002/08/01 01:40:23, 2] smbd/service.c:make_connection_snum(377) user 'root' (from session setup) not permitted to access this share (IPC$)Closing connections [2002/08/01 01:40:23, 2] lib/a...
2003 Jun 25
1
XP Pro, Samba-3 authentication consistancy problems
...d be able to list the contents of the share for a couple of minutes, then we'd lose it again. The samba logs actually showed something like this: [2003/06/24 09:57:12, 2] auth/auth.c:check_ntlm_password(288) check_ntlm_password: authentication for user [bob] -> [bob] -> [bob] suceeded [2003/06/24 09:58:47, 2] smbd/server.c:exit_server(558) Closing connections [2003/06/24 09:59:35, 2] auth/auth.c:check_ntlm_password(295) check_ntlm_password: Authentication for user [bob] -> [bob] FAILED with error NT_STATUS_WRONG_PASSWORD [2003/06/24 09:59:35, 2] smbd/...
2002 Nov 20
1
"Add user script" option never running?
...y in user.map, mapping to a not-yet-existent system user] check_password: Authentication for user [Andrew Furey] -> [andrewfu] FAILED with error NT_STATUS_NO_SUCH_USER [a system user also created] check_password: authentication for user [Andrew Furey] -> [andrewfu] -> [andrewfu] suceeded As you can see, it all seems to work when the user is actually there, but if they're not present, it simply gives up rather than running the script. Any ideas? TIA Andrew -- ANDREW FUREY <andrew@terminus.net.au> - Sysadmin/developer for Terminus. Providing online networks of Austr...