search for: murat

Displaying 20 results from an estimated 60 matches for "murat".

2010 Sep 15
0
problem about UID
Hi everyone, I have an ubuntu server 9.10 as server and fedora 11 as client and I have installed and configured samba 3.4.0 on ubuntu and samba 3.4.7-0.50.fc11 on fedora, and openldap smbldap-tools and ldapscript. My problems are related to UID numbers ( at least I think so). muratcan, muratcan2, muratcan3 has been created by ldapscript and on server side there is written UID numbers but on client side, names are written instead. The other users like murat murat2 murat3 and so has been created by smbldap-useradd , on server side as owner there is written names...
2003 Jun 20
6
How can convert user expired days in human readable ?
...ython) script then parse the: 7.th selection in the master.passwd blabla:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:1064005200:xxxx:xxxx:xxxx:xxxx How can I conver the number like 1064005200 to human readable date format ? Or, there is a way to collect the information from a command interactively ? Regards, Murat Ustuntas
2003 Apr 09
5
httpd exited on signal 11
...exited on signal 11 pid 10675 (httpd), uid 80: exited on signal 11 pid 16254 (httpd), uid 80: exited on signal 11 pid 10257 (httpd), uid 80: exited on signal 11 I have used apache with about 200 Vhosts. What is the problem ? What can I do about the problem (?) . Bilgilerinize, Murat Ustuntas mustuntas@bimel.com.tr
2003 Jun 13
1
Gigabit Ethernet Security With Ipfilter
...are is required to install FreeBSD + ipf (as transparancy ) . We use 3 gigabit ethernet to protection which type of gigabit ethernet carts are powerfull. Also, what about the NMBCLUSTERS , IPSTATE_SIZE and IPSTATE_MAX in ip_state.h. I want to collect all information on that requirement. Regards, Murat Ustuntas
2010 Sep 01
2
user permissions
...0 blocks of size 0. 9 blocks available smb: \> but for 755 everything is fine but of course I don't get any write permission. Doesn't it mean that my samba user is seem as other? if yes what could be the reason? It comes to me, something goes terribly wrong. Thanks in advance Murat Can Tuna
2012 Nov 14
2
vectorized plotmath expressions via substitute()
...ust be missing a function that explicitly "unfolds"(?) the result of the substitute() call, without actually evaluating the contents of that call? sorry in advance if this is clear in the docs somewhere, though i just can't seem to locate it :-/ cheers and thanks for any pointers! -murat [[alternative HTML version deleted]]
2011 May 03
1
bootstrap vignette construction and package installation
...ory, installing the now-able-to-build package, then re-building the package after the installation. but this is a pretty clunky solution, and i imagine there's a more elegant way to get around this bootstrapping problem that i'm just not aware of. any thoughts? thanks much for any help, -murat
1998 Jan 15
1
Samba and NT 5.0
PB with NT 5.0 Beta 1 Cant Find Services/Rdr il registry ... So can't put Enable Plain Text Password=1 Could someone help me ??? -- Eric Murat Tel : +33.1.34.30.50.27 Email : E.Murat@sagem.fr Fax : +33.1.34.30.50.17 SAGEM Eragny Avenue du Gros Chene 95612 Cergy Pontoise Cedex FRANCE
2009 Sep 15
2
wilcox.test p-value = 0
hi, folks, how have you gone about reporting a p-value from a test when the returned value from a test (in this case a rank-sum test) is numerically equal to 0 according to the machine? the next lowest value greater than zero that is distinct from zero on the machine is likely algorithm-dependent (the algorithm of the test itself), but without knowing the explicit steps of the algorithm
2010 Jul 11
1
difficulty with R expressions in text/legend
...: data set 1 R^2 == some_value data set 2 R^2 == some_other_value i've tried a seemingly countless number of paste/substitute/expression combinations, but cannot seem to get what i'd like. anyone know of a nice call to create these two strings to display on my plot? thanks for any help! -murat
2008 Aug 11
2
[LLVMdev] Applying different Optimizations for different Functions - Questions?
...ollLoops); LPPM->runOnFunction(Current2); LPPM->releaseMemory(); delete LPPM; LPPM = NULL; This part also terminates opt and outputs segmentation fault. I am not sure if this is the correct way to apply loop optimizations onto a specific function. I appreciate for your help. Thanks, Murat
2010 Oct 04
1
source package build/installation with subdirectory-lib
...se (and likely still doesn't). i have also tried moving depPgk INTO the src directory and updating the necessary ../ to ./ in the Makevars, but target mylibs never seems to be built first. anyone ever try something like this and have some pointers on how to debug? thanks much for any help, -murat
2010 Jun 28
1
advice on package devel with external libs
...ought about wrapping the other library itself as a separate R package which basically does nothing on installation other than compile and put the libraries a predictable location... but this seems rather silly (and may violate the JSON parser package's license). thanks for any input on this, -murat
2014 Oct 27
1
proper use of reg.finalizer to close connections
...'t seem to work, either. I'm guessing my use of reg.finalizer is way off-base here... but I cannot infer from the reg.finalizer man page what I might be doing wrong. Is there a way to see, at the R-system level, what functions have been registered as finalizers? Thanks for any pointers! -Murat
2013 Feb 14
3
list of matrices --> array
i'm somehow embarrassed to even ask this, but is there any built-in method for doing this: my_list <- list() my_list[[1]] <- matrix(1:20, ncol = 5) my_list[[2]] <- matrix(20:1, ncol = 5) now, knowing that these matrices are identical in dimension, i'd like to unfold the list to a 2x4x5 (or some other permutation of the dim sizes) array. i know i can initialize the array, then
2015 Jan 15
4
[LLVMdev] Registration for Euro LLVM 2015 now open
We are happy to announce that Euro LLVM 2015 is now open for registration. https://www.eventbrite.com/edit?eid=15350278095 Details at: http://llvm.org/devmtg/2015-04/ We would reccomend registering early as places are limited. Andy Thomason, Goldsmiths. --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com
2009 Jun 04
2
[LLVMdev] Compilation error in 64 Bit PowerPC machine with Yellowdog Linux 6.1
...s6000.o] Error 1 make[2]: Leaving directory `/home/bolat/llvm-gcc4.2-2.2.source/obj/gcc' make[1]: *** [all-gcc] Error 2 make[1]: Leaving directory `/home/bolat/llvm-gcc4.2-2.2.source/obj' make: *** [all] Error 2 Has anyone met similar problem and solved it? I appreciate your help. Thanks, Murat -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090604/c6653d3d/attachment.html>
2008 Oct 23
0
FW: [wwwac] Thursday 23 October 2008 NYLUG: Paul Charles Leddy on Asterisk, the Free Software Telephone System
I hadn't seen anything on the asterisk list but just in case anyone is interest. Regards, Dean Collins Cognation Pty Ltd dean at cognation.net +1-212-203-4357 Ph +61-2-9016-5642 (Sydney in-dial). > -----Original Message----- > From: Murat Aktihanoglu [mailto:murat at unype.com] > Sent: Wednesday, 22 October 2008 9:57 PM > To: Dean Collins > Subject: Fwd: [wwwac] Thursday 23 October 2008 NYLUG: Paul Charles Leddy on > Asterisk, the Free Software Telephone System > > Hi Dean, thought you might be interested in this,...
2013 Jan 20
2
"user units" in plotrix
hi all - i'm having some difficulty figuring out how to convert between "user units" (which i can't find a definition for in the plotrix package) and either (a) device units (e.g. inches with PDFs) or (b) user coordinates along any particular axis. as an example, suppose i set up a PDF device with inches, the device has both outer and inner magins, and the plot region has
2010 Feb 17
0
Lab problem for my Speex code testing.
Hi All, My name is Murat . I am a master degree student at Telecominication Department of Y?ld?z Teknik University in Turkey. I take a voip project that is about enhancement of voip service quality on ?nternet under high traffic conditions. As a part of this I will change some code on open-source voip codec named Speex...