Displaying 20 results from an estimated 120 matches similar to: "Problem joining a domain"
1999 Nov 04
1
Confusion over how to configure WINS
We have a network of about 24 remote site all connecting to our home
office across a mixture of private frame relay and VPN across the internet.
In order to simplify our life, and at the same time, reduce the amount of
non critical and chatty traffic transversing the WAN links during business
hours, we are putting servers at each remote to do DHCP, DNS, WINS, and file
and print sharing. From the
2003 Mar 27
2
Problem with xcopy /d & samba
A problem has arisen with the way samba handles file
creation dates compared to NT/win2k, which prevents
xcopy /d from working correctly.
On NT/Win2k, files copied from another NT machine using
xcopy end up with the modified dates equal to the original
modified date of the file, and the created and accessed
dates become the date of the xcopy operation.
On Samba, files copied from an NT
2004 May 24
2
Month names
This is how I get the month names from within R:
> mon <- rep(strptime("01/01/1952", format = "%d/%m/%Y"), 12)
> mon$mon <- mon$mon + 0:11
> mnam <- months(mon, abbreviate = F)
> mnam
[1] "januar" "februar" "marts" "april" "maj" "juni"
"juli" "august"
2004 Jan 12
4
Bandwidth ? + Doc + cdr
Hi,
How much bandwidth do I need for 1 conversation ?
I know it depends on the codecs, in X-lite I can see a codec called gsm, and
the grandstream aha analog/ip converter have a codec called 721.
Doc. I have found the asterisk handbook, but only a draft from marts 2003
anything newer ?
Guides/howtos are welcome as well.
anyone have a php interface to accounting ?
/HHA
2003 Mar 14
2
SV: Adding samba users ?:/
I have now added a user and the hash apirs in the passwd... :] but when
I try to log in but it just don't work :/
Can someone give a suggestion?
This is my smb.conf... I guess theres a chance that its where the
problem comes in 2 play :)
[global]
workgroup = Nost
encrypt passwords = yes
smb passwd file = /usr/local/private/smbpasswd
unix password sync = yes
2016 Mar 26
2
Dovecot on FreeBSD 10.1
Cool!
I tried to use truss -p $pidof dovecot process, and I got the following. - (Complete trace here: http://pastebin.com/pwL5EU3q)
For me it doesn't seem right. - Have you guys seen anything like this before?
read(55,"\0",64) = 1 (0x1)
sigprocmask(SIG_SETMASK,0x0,0x0) = 0 (0x0)
wait4(-1,{ EXITED,val=89 },WNOHANG,0x0) = 19061 (0x4a75)
write(59,"28 19061 DEFAULT-FATAL
2007 Mar 14
0
SV: Re: each() and parameters and unobtrusive javascript
You could also try to go with the button element since it can wrap content like images. Something like:
<button name="delete"><img src="..."></button>
along with some styling to your liking.
-Tobias
-----Oprindelig meddelelse-----
Fra: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-spinoffs@googlegroups.com] På vegne af
2007 Mar 19
2
Conference server (or how to make a call withmore than 3 u
Use Snom phones.
We have had around 6 participants, without problems. In theory you should be able to have around 12 people on a conference on a snom phone.
Jon
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Yehavi Bourvine +972-8-9489444
Sent: 19. marts 2007 09:14
To: asterisk-users@lists.digium.com
2007 Mar 19
0
Conference server (or how to make a call withmorethan 3 u
With 6 people it works, we have tried it. The 12 people is, as I said, only in theory, because, as you said, the CPU is probably not powerful enough.
Jon
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Philipp Kempgen
Sent: 19. marts 2007 09:57
To: Asterisk Users Mailing List - Non-Commercial Discussion
2003 Mar 16
0
SV: Adding users
Hello i had the same problem 2 days ago :) and the nice people here tolt
me what to do ..
>smbpasswd -a username(valid unix)
and then define the password
this shuld do the job :)
Ps -axe |grep Ketil
79 ? S 1:09 /usr/sbin/klogd -c 3 -x PWD=/
CONSOLE=/dev/console -x (Ketil Braun Larsen)
-----Oprindelig meddelelse-----
Fra: Leva [mailto:leva@interware.hu]
Sendt: 16. marts
2007 Mar 14
0
SV: Re: script.aculo.us question
Another option would be to use conditional comments, which is only supported in IE. Either in the javascript:
/*@cc_on @*/
/*@if (@_win32)
Event.observe(window, ''load'', ...(replace img)...);
/*@end @*/
Or in the HTML for including the script (this support checking versions):
<!-[if lt IE 7]>...include script...<![endif]-->
2006 Mar 09
0
When calling external C-function repeatedly I get differentresults; can't figure out why..
Not an expert in programming either, but to me it seems like you've forgotten to initialize the variable "tr". It just picks up garbage from allocated memory previously initialized by other processes.
Med venlig hilsen
Frede Aakmann T?gersen
> -----Oprindelig meddelelse-----
> Fra: r-help-bounces at stat.math.ethz.ch
> [mailto:r-help-bounces at stat.math.ethz.ch] P?
2004 Mar 16
1
SV: Documentation on how to put classes and methods in packageswith namespace?
Re. the Kings Quest game called R,
Inspired by the "stats4" of R-1.9.0 (alpha of 2004-03-15)
I moved the body af my function ".onLoad.dynamicGraph"
to the end of ".../dynamicGraph/R/dynamicGraph"
(replacing "library(methods)" by "require(methods)").
The secound run, with [Previously saved workspace restored],
produces the same result as in
2016 Mar 25
3
Dovecot on FreeBSD 10.1
Hi Larry,
I?m running dovecot2-2.2.22. ? I?ve tried to compile dovecot from the souce, and I see the same error :/
Are you using sql auth in your setup?
root at beastie:/var/log # doveconf -n
# 2.2.22 (fe789d2): /usr/local/etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.13 (7b14904)
# OS: FreeBSD 10.1-RELEASE-p6 amd64 zfs
auth_debug = yes
auth_debug_passwords = yes
auth_mechanisms = plain
2016 Mar 02
0
Remote Desktop Users Group not working??
Hi,
If I'm not mistaken, the Remote Desktop Users is a local group. Si as
Said Louis, you'll have to create a domain group that will be added to
the local group on each machin through GPO
Regards,
Le 02/03/2016 17:28, Martin Juhl a écrit :
> Hi
>
> My next try is to create the group myself, but the point here was that the Builtin group created by the provisioning of Samba,
2018 Mar 31
1
Names of variables needed in newdata for predict.glm
all.vars works fine, EXCEPT, it give a bit too much.
I only want the regression variables, but in the following example I also get "k" the variable holding the chosen knots. Any machinery to find only "real" regression variables?
cheers, Bendix
library( splines )
y <- rnorm(100)
x <- rnorm(100)
k <- -1:1
ml <- lm( y ~ bs(x,knots=k) )
mg <- glm( y ~
2016 Mar 02
2
Remote Desktop Users Group not working??
Hi
My next try is to create the group myself, but the point here was that the Builtin group created by the provisioning of Samba, doesn't work...
/Martin
----- Original meddelelse -----
Fra: "L.P.H. van Belle" <belle at bazuin.nl>
Til: "samba" <samba at lists.samba.org>
Sendt: onsdag, 2. marts 2016 16:55:41
Emne: Re: [Samba] Remote Desktop Users Group not
2004 Mar 16
0
VS: Documentation on how to put classes and methods in packages with namespace?
> -----Oprindelig meddelelse-----
> Fra: Jens Henrik Badsberg
> Sendt: 16. marts 2004 11:37
> Til: 'r-help@stat.math.ethz.ch'
> Emne: Documentation on how to put classes and methods in packages with namespace?
>
>
> Documentation on how to put classes and methods in packages with namespace?
>
> How should I define my classes and methods in
2010 Sep 10
0
plyr: version 1.2
plyr is a set of tools for a common set of problems: you need to
__split__ up a big data structure into homogeneous pieces, __apply__ a
function to each piece and then __combine__ all the results back
together. For example, you might want to:
* fit the same model each patient subsets of a data frame
* quickly calculate summary statistics for each group
* perform group-wise transformations
2010 Sep 10
0
plyr: version 1.2
plyr is a set of tools for a common set of problems: you need to
__split__ up a big data structure into homogeneous pieces, __apply__ a
function to each piece and then __combine__ all the results back
together. For example, you might want to:
* fit the same model each patient subsets of a data frame
* quickly calculate summary statistics for each group
* perform group-wise transformations