Displaying 20 results from an estimated 700 matches similar to: "Lab problem for my Speex code testing."
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
2002 May 08
1
PROBLEMS with XP and SAMBA
I have a problem with my windows XP clients and samba version 2.2.0 - 2.2.4
When I try to access my share on my redhat linux 7.1 or 7.2 my window simple
begin to hang about 4 - 7 minutes and then I maybe get lucky to enter my
share or else the window hang and it's now impossible to even reboot my
computer, but if I minimize the window and try to open a new one it goes
quick and painless and
2024 Jul 09
2
Weird R Studio behaviour...
Hi,
Have a nice week. First of all, I know this is not R Studio forum but I want to ask here first, if you all do not mind. Well, I am away from my computer right now but, I have a strange problem (at least to me). My script worked perfectly for a year, and today, suddenly stop working because R Studio begins to warn me about illegal characters in the script.
System is on W 10, and R 3.4.1 is
2024 Jul 09
1
Weird R Studio behaviour...
I think you should also update R to the latest version, as that *might* be
the source of the problem.
Other may be able to give you a specific diagnosis, but updating R is to a
(reasonably, at least) current version is good practice anyway.
Cheers,
Bert
On Tue, Jul 9, 2024 at 8:11?AM Levent TERLEMEZ via R-help <
r-help at r-project.org> wrote:
> Hi,
>
> Have a nice week. First
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
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
1999 Apr 13
0
(?) Samba 2.03 on IRIX 6.2 and Share Memory PB
Can someone help me finding the cause of this pb
Samba server started Ok but when client logging
[1999/04/06 20:50:51, 2] lib/interface.c:interpret_interfaces(176)
Added interface ip=193.56.119.123 bcast=193.56.119.255
nmask=255.255.255.0
[1999/04/06 20:50:51, 2] lib/interface.c:interpret_interfaces(176)
Added interface ip=194.146.54.80 bcast=194.146.54.255
nmask=255.255.255.0
[1999/04/06
2003 Jun 13
1
Gigabit Ethernet Security With Ipfilter
Hello all,
I want to learn about requirements if I want to protect
gigabit network with ipfilter as transparent firewall.
Which type of hardware 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
2003 Jun 20
6
How can convert user expired days in human readable ?
Hello all,
On my system, some users have expire day user settings. I write a
(python) 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
2010 Sep 01
2
user permissions
Hello,
I have a problem about reaching my share folder when the permission is
750 but whenever I change it to 755 I can see the content of the folder.
for 750 I get this result:
"smbclient //serverip/sharename -U username"
smb: \> ls
NT_STATUS_NETWORK_ACCESS_DENIED listing \*
0 blocks of size 0. 9 blocks available
smb: \>
but for 755 everything is fine but of
2009 Jun 18
0
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
I can configure it now. Thank You!
--- On Wed, 6/17/09, Bill Wendling <isanbard at gmail.com> wrote:
From: Bill Wendling <isanbard at gmail.com>
Subject: Re: [LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
To: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
Date: Wednesday, June 17, 2009, 6:26 PM
Hi Murat,
This looks suspicious:
2008 Feb 19
3
simple usage of "for"
Hi list
I have a data frame I would like to loop over. To begin with I would
like crosstabulations using the first variabel in the data frame,
which is called "meriter".
> table(meriter[[1]], meriter[[3]])
ja nej
Annan 0
2013 Nov 23
0
[LLVMdev] "Mapping High-Level Constructs to LLVM IR"
On 11/23/2013 12:18 AM, Mikael Lyngvig wrote:
> Thanks, you have a lot of valid points there. I have myself long ago
> abandoned the path of using C as a backend language due to the very
> factors you mention.
>
> However, as I said, the document was put together in 30 minutes. Not
> exactly ready for prime time :-)
>
> I do agree that all of the things you mention
2011 May 03
1
bootstrap vignette construction and package installation
hi all - i'm trying to 'R CMD build' a package, but i have what
appears to be a bootstrapping problem:
i've included a vignette in my package, with R code interwoven (and
built using Sweave), but in this documentation i have a code line:
> library(MyPackage)
now, when trying to build a .tar.gz install-able version of my package
in a clean state, i remove the original
2012 Nov 14
2
vectorized plotmath expressions via substitute()
hi all - i've seen versions of this question before, but none seem to get
directly at my solving my (probably very simple) issue:
i simply want to annotate the tick marks on an axis with (superscripted)
10^x notation, and tried this:
axis(1, at = axTicks(1), as.expression(substitute(10^foo, list(foo =
axTicks(1))))
thinking the as.expression/substitute would create the appropriate
2010 Jul 11
1
difficulty with R expressions in text/legend
hi, i'm trying to prepend some plain (i.e. unevalutated) text to a
typographically evaluated R expression in a legend(...) call.
here's a working legend(...) call that is close to what i'd like
(where x and y are returned from an lm(...) call):
legend("topleft", legend = c(bquote(R^2 == .(summary(x)$r.squared)),
bquote(R^2 == .(summary(y)$r.squared))), fill =
2008 Aug 11
2
[LLVMdev] Applying different Optimizations for different Functions - Questions?
Hi!
I am trying to develop an LLVM tool which can apply different optimizations
for selected functions. For example, I want to apply an optimization onto one
function but not for another one.
I am using the standard optimizations available in LLVM.
That is the runOnModule function I have written:
bool ComplNewBBFuncs::runOnModule(Module &M)
{
Function *Main =
2010 Jun 28
1
advice on package devel with external libs
hi all - i'm working on an R package that makes use of my own shared
library written in C.
but i also am making use of another C-written library.
(my package is for facilitating biological namespace translations via
online (i.e. up-to-date) biological databases.)
problem is, the library i'm using is not a standard library (i.e. i
doubt it will be installed on most users' machines).
i
2003 Apr 09
5
httpd exited on signal 11
Hello Folks,
I have used FreeBSD-4.8-RC and apache 1.3.2x. In some days,my dmesg
has shown as the lines;
pid 9229 (httpd), uid 80: exited on signal 11
pid 10106 (httpd), uid 80: exited on signal 11
pid 9842 (httpd), uid 80: exited on signal 11
pid 35708 (httpd), uid 80: exited on signal 11
pid 9371 (httpd), uid 80: exited on signal 11
pid 10337 (httpd), uid 80: exited on
2014 Oct 27
1
proper use of reg.finalizer to close connections
Hi all, I have a question about finalizers...
I have a package that manages state for a few connections, and I'd
like to ensure that these connections are 'cleanly' closed upon either
(i) R quitting or (ii) an unloading of the package.
So, in a pared-down example package with a single R file, it looks
something like:
##### BEGIN PACKAGE CODE #####
.CONNS <- new.env(parent =