search for: ivc

Displaying 10 results from an estimated 10 matches for "ivc".

Did you mean: inc
2002 Aug 05
1
Problem in 3.0a18 (join computers to domain (W2k))
Hi developers, [2002/08/05 17:22:24, 3, effective(0, 0), real(0, 0)] rpc_server/srv_samr_nt.c:_api_samr_create_user(2292) _api_samr_create_user: Running the command `/usr/local/sbin/smbldap-useradd.pl -g 1000 -w ivc-scan2$' gave 0 [2002/08/05 17:22:24, 3, effective(0, 0), real(0, 0)] rpc_server/srv_samr_nt.c:_api_samr_create_user(2304) attempting to create non-unix account ivc-scan2$ [2002/08/05 17:22:24, 2, effective(0, 0), real(0, 0)] passdb/pdb_ldap.c:ldapsam_open_connection(255) ldap_open_connectio...
2002 Aug 14
0
Problem with add to domain still exists :(
Samba 3.0a18. My Log: [2002/08/14 20:37:25, 3, effective(0, 0), real(0, 0)] rpc_server/srv_samr_nt.c:_api_samr_create_user(2292) _api_samr_create_user: Running the command `/usr/sbin/useradd -g 1000 -d /tmp -s /bin/false ivc-scan2$' gave 0 [2002/08/14 20:37:25, 2, effective(0, 0), real(0, 0)] passdb/pdb_ldap.c:ldapsam_open_connection(255) ldap_open_connection: connection opened [2002/08/14 20:37:25, 2, effective(0, 0), real(0, 0)] passdb/pdb_ldap.c:ldapsam_connect_system(398) ldap_connect_system: succesful conn...
2002 Jul 31
1
How to create Computer Account without 'hands'?
I try create computer account, use standart Windows 2000/XP function (My Computer\Properties ....), but: ldap_connect_system: succesful connection to the LDAP server [2002/07/31 20:40:27, 2] passdb/pdb_ldap.c:ldap_search_one_user(262) ldap_search_one_user: searching for:[(&(uid=ivc-scan2$)(objectclass=sambaAccount))] [2002/07/31 20:40:27, 0] passdb/pdb_ldap.c:pdb_getsampwnam(858) LDAP search "(&(uid=ivc-scan2_)(objectclass=sambaAccount))" returned 0 entries. [2002/07/31 20:40:27, 3] smbd/sec_ctx.c:pop_sec_ctx(420) pop_sec_ctx (503, 503) - sec_ctx_stack_ndx =...
2011 Jun 01
8
Inter VM communication
Hi: I have two HVM domU ubuntu 10.04 Lts and Window XP running. I have assigned PCIe device to each of this domU. I would like to communicate these two VM. Can anyone give me some idea on how to do. I did some research on IVC but unable to get answer. Anything will be appreciated. Anju _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Dec 19
0
problems chanskype on ubuntu gutsy
...g to install chanskype (http://www.chanskype.com) on an Ubuntu gutsy machine with 2.6.22-14-generic kernel. First I got some compile errors, include linux?capability.h in main.c fixed those errors. Now I'll try to load theier module, but got the following error: insmod: error inserting './ivcs.ko': -1 Unknown symbol in module In dmesg I find: [3123904.331682] ivcs: Unknown symbol malloc_sizes My searches on google don't give me any usefull result. Has someone any id or suggestions? I'm using the latest version of chanskype available on their website. there is only a bin fo...
2009 May 15
3
need help
Dear all please ,I need to write a function in R to estimate the parameters of negative binomial distribution and then calculate the loglikelihood amount for given data.Is there any one to help me. thank you very much for any help Best regards [[alternative HTML version deleted]]
1997 Aug 02
0
Samba netbios name
...cguest, with /dev/null shell and it works fine, when i try to check it: BlackStar:/usr/samba/bin# smbclient '\\blackstar\tmp' -U pcguest Added interface ip=194.135.207.21 bcast=194.135.207.255 nmask=255.255.255.0 Server time is Sat Aug 2 16:01:26 1997 Timezone is UTC+7.0 Password: Domain=[IVC] OS=[Unix] Server=[Samba 1.9.16p11] smb: \> exit BlackStar:/usr/samba/bin#
2023 Mar 23
1
[PATCH v3 4/8] vringh: support VA with iotlb
..., size_t len) > { > + struct iotlb_vec ivec; > + union { > + struct iovec iovec[IOTLB_IOV_SIZE]; > + struct bio_vec bvec[IOTLB_IOV_SIZE]; > + } iov; > u64 total_translated = 0; > > + ivec.iov.iovec = iov.iovec; ivc.iov = iov ? Others look good. Thanks > + ivec.count = IOTLB_IOV_SIZE; > + ivec.is_iovec = vrh->use_va; > + > while (total_translated < len) { > - struct bio_vec iov[16]; > struct iov_iter iter; > u64 tra...
2003 Nov 03
16
Samba configuration
I'm trying to config a Linux box to integrate into a windows network using pam_smb and samba. Ive set it up so that using pam_smb I can get the user to log onto the linux desktop with their NT id and password. The only problem is once the user is logged on they need to be able to access shared resources disk, printers etc... without the need to reauthenticate to the domain, i.e. use a cache
2023 Mar 21
1
[PATCH v3 4/8] vringh: support VA with iotlb
vDPA supports the possibility to use user VA in the iotlb messages. So, let's add support for user VA in vringh to use it in the vDPA simulators. Signed-off-by: Stefano Garzarella <sgarzare at redhat.com> --- Notes: v3: - refactored avoiding code duplication [Eugenio] v2: - replace kmap_atomic() with kmap_local_page() [see previous patch] - fix cast warnings when