Displaying 20 results from an estimated 2000 matches similar to: "help me"
2002 Oct 09
3
AW: New User in Samba 2.2.4
sorry but I don't understand exactly what you mean. When I create a new user
I'm logged in as root.
How can I create a new user with an trust account??
-----Urspr?ngliche Nachricht-----
Von: rod@newtonhall.co.uk [mailto:rod@newtonhall.co.uk]
Gesendet: Mittwoch, 9. Oktober 2002 13:45
An: Gianluca Urbano
Betreff: Re: [Samba] New User in Samba 2.2.4
i'm new 2, but i think u need a
2002 Oct 02
1
Re: [slugnet] Password Expiry
Hi Elliot,
I couldn't find anything related to smbpasswd expiry.
Since u have "unix password sync = true", just a wild guess, if u could
turn off password ageing in unix passwd file (man passwd for more detail)
and see if problem persists.
Rgds
Gary
Elliot wrote:
> Hi guys... I setup samba 2.2.5 as a PDC ... I have w2k clients. It seems
> that now I am prompted to change
2002 Oct 09
1
Problem with mails
I got a problem sending to this mail listing. Can someone pls figure it
out?
cheers`
Elliot Williams
IT Executive
---------------------------------
ebius tagline. This is a moebius tagline. This is a mo
2002 Oct 28
4
2.2.6 error
guys .. when i run ./configure for my samba 2.2.6 .. i get this error
checking for test routines... configure: error: cant find test code.
Aborting config
I am not sure how to resolve it. I search for the archive but only found
solutions for redhat
My system : linux mandrake 9.0
cheers`
Elliot Williams
IT Executive
---------------------------------
Judge not the horse by his saddle. -
2002 Sep 19
0
RE: [slugnet] Cannot change password!!!
I have got it. It works now. The problem actually lies with the passwd
chat line. This applies to Mandrake Distro.
[global]
..
preferred master = yes
logon script = netlogon.bat
passwd chat = *New*UNIX*password* %n\n
*Retype*new*UNIX*password* %n
*passwd:all*authentication*tokens*updated*successfully*
security = user
...
Just wanted to share with you ppl.
Cheers
2002 Oct 29
1
Problem running ./configure
guys .. when i run ./configure for my samba 2.2.6 .. i get this error
$ checking for test routines... configure: error: cant find test code.
Aborting config
I am not sure how to resolve it. I have posted my error log file at
http://www.mutualinterest.com.sg/config.log hope someone can help me
out here..
And this is my output. Sorry if it is kinda long.
[root@gatecrasher source]# ./configure
2002 Sep 30
6
Password Expiry
Hi guys... I setup samba 2.2.5 as a PDC ... I have w2k clients. It seems
that now I am prompted to change my password because it is going to
expire
Could you guys tell me how and where to disable password expiry?
cheers`
2009 Oct 20
10
REXML
Hi,
How to embed ruby code in xml .
here is my XML template :
string = <<EOF
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ozxmlscene>
<ozml version="4.0">
<styleRun style="1091379" offset="0" length="7"/>
<text>The End</text>
<object value="84"/>
<object
2011 Apr 14
5
windows 7 logon problem
hi,
i am able to join my domain with windows 7. when i reboot i get a "Unkown error
has occurred". when i check my event log i see that there is a netlogon 3210
error:
This computer could not authenticate with <samba server>, a Windows domain
controller for domain <domain name>, and therefore this computer might deny
logon requests. This inability to authenticate
2006 May 15
2
[PATCH 10/12 bugfix: openssh-4.3p2: memory leak
The variable local_user was allocated by xstrdup and is not freed or
pointed to in this branch. This patch adds the xfree. This entire set
of patches passed the regression tests on my system. Bug found by
Coverity.
Signed-off-by: Kylene Hall <kjhall at us.ibm.com>
---
sshconnect.c | 1 +
1 files changed, 1 insertion(+)
diff -uprN openssh-4.3p2/sshconnect.c
2009 Feb 05
2
Autodialler query
Hi Everybody
I've a requirement for one of my operators for an autodialler for which i plan to deploy asterisk (I already have 3 asterisk servers on PRI running very well ! ). The scene is like : Asterisk will call a customer and play a prompt that prompts him to press 1 if he wishes to talk to an agent , If the customer presses 1 then the call gets connected to one of my proffessional agents
2002 Apr 18
2
Data.Frame Multiplication
Have got any R-proffessional a starting point for me
how i can write me a function which multiply every column with
every other column in the data.frame - indenpendent from the dim's .
Thanks in advance
regards,Christian
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send
2001 Feb 13
1
Which.min bug?
Hi,
I'm not sure this is a bug, so I thought I'd bounce it off the help group
first.
I had a dataset which I was subsetting, and occasionally I get an empty
subset. If I don't check for emptiness and go straight to a which.min call
on the subset, the program gets a big negative number back.
One-line Example:
> which.max(NULL)
[1] -2147483647
This caused an indexing
2006 Feb 03
9
Because I''m very slow - trying to use console
I can''t see how to use variables so I am using console to test things
out...
clients table - a column named first_name
My very brief console session...
>> clients = Client.find_by_sql("select * from clients where first_name
= FN")
ActiveRecord::StatementInvalid: RuntimeError: ERROR C42703 Mcolumn
"fn" does not exist Fparse_expr.c L1034
2009 Jul 01
4
g729a compatibility
Hello!
I have a sip device that is sending in the SDP:
rtpmap:98 g729a
It does not seem like Asterisk is negotiating the codec properly,
because while the call rings, the rtp lines fail. However, on other
sip devices that have "rtpmap:18 g729" in their SDP, things work fine
with Digium's commercial g729 license.
How do I get "98 g729a" recognized by Asterisk?
Thanks,
2012 Aug 07
2
Repeated Aggregation with data.table
I have been using ddply to do aggregation, and I frequently define a
single aggregation function that I use to aggregate over different
groups. For example,
require(plyr)
dat <- data.frame(x = sample(3, 100, replace=TRUE), y = sample(3, 100,
replace = TRUE), z = rnorm(100))
f <- function(x) { data.frame(mean.z = mean(x$z), sd.z = sd(x$z)) }
ddply(dat, "x", f)
ddply(dat,
2012 Jul 31
2
Error Installing Package with Dependency on "Matrix"
I'm attempting to update to R 2.15.1, and I'm having trouble with a package
that depends on the "Matrix" package. I've created a dummy package
consisting only of a DESCRIPTION file that specifies the dependence on
"Matrix", a NAMESPACE file, and an R directory, containing a single
function, "square <- function(x) { return (x*x) }". When I try to
2010 Dec 29
2
\VignetteKeywords{}, for KEYWORDS or for free-tagging?
Hi R-devel,
[Question]:
* Is there a KEYWORDS file to lookup 'keywords' to supply
the vignette command, '\VignetteKeywords{}'?
-or, is the pkg writer free to tag the vignette using any
keywords he/she chooses? i.e., free-tagging.
Thank you,
+ Elliot Kleiman
__________________________
San Diego State University
http://www.sdsu.edu/
2001 Apr 25
2
Max/Min w/ Non-linear constraints
Hi all,
How do people do non-linear constrained maximization in R? If in C, are
there any packages people would recommend as being particularly easy to
interface/hack to work with R? And if not, does anyone want me to?
--
Elliot Williams (ewilliams at ucsd.edu)
Economics Department, UC San Diego
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing
2008 Jul 17
2
Fw: how i can install Rgraphviz in R2.7.1
--- On Tue, 15/7/08, haani hanni <maaryam_khan@yahoo.com> wrote:
From: haani hanni <maaryam_khan@yahoo.com>
Subject: how i can install Rgraphviz in R2.7.1
To: "Nabble" <support@nabble.com>
Cc: r-help-request@r-project.org
Date: Tuesday, 15 July, 2008, 1:39 PM
hello
i am a new user of R.i have window XP Proffessional in my P.C.i wanted to make the graphs of my