Displaying 20 results from an estimated 1000 matches similar to: "SAMBA and active directories"
2004 Aug 25
3
Samba as NT Domain Member via Winbind - After Upgrade users prompted for password for any shares
Hello,
Apparently, I did a stupid thing today. I used apt-get on my
Debian Woody system to upgrade my Samba packages from 3.0.2 to 3.0.6.
Since doing so, all my users are prompted for a password when trying to
access shares. Even just listing the IPC$, Windows XP systems prompt for
user name and password. Windows 98 machines prompt for password. None
are successful. I believe
2011 Jun 07
2
ggplot2 and facet
I have a data frame (attached) that has interpolated EOT errors for
each minute before flight landing. It also has the runway and an index
for the flight:
> > times[1:4,]
time error runway flight
1 0 -0.02206235 04R 1
2 1 -0.07961631 04R 1
3 2 -0.13795380 04R 1
4 3 -0.20726073 04R 1
> > sapply(times, class)
time error
2008 Mar 26
2
Range across a List
Hi R,
I have a list
> class(pp2)
[1] "list"
> length(pp2)
[1] 1244
It is in the below format
RIC Trade.Date Close.Price Currency.Code Convertion.Rate New.Price
ABCD.SZ 2008/02/29 15.30 CNY 0.1408 2.154240
ABCD.SZ 2008/01/31 15.27 CNY 0.1392 2.125584
ABCD.SZ 2007/12/31 14.88 CNY 0.1371 2.040048
2013 Aug 20
1
username and password can't be verified
Good day Folks,
I am trying to setup a mail server based on dovecot(with imap and pop3)
and postfix as a smtp on debian jessie/sid.
The login its system user.
After I have tried to configure the client (Icedove), this last can find
the imap, pop3 and smtp servers; but the can't be verified.
Please see below my dovecot, postfix configurations and log details.
erickom at ajk:/etc/postfix$
2013 Oct 03
1
version comparison puzzle
Can anyone explain what I'm missing here?
max(pp1 <- package_version(c("0.99999911.3","1.0.4","1.0.5")))
## [1] ?1.0.4?
max(pp2 <- package_version(c("1.0.3","1.0.4","1.0.5")))
## [1] ?1.0.5?
I've looked at ?package_version , to no avail.
Since max() goes to .Primitive("max")
I'm having trouble figuring out
2011 Jun 08
3
How to suppress factor labels
I am using ggplot2 to make a boxplot that overlays a scatterplot:
pp = qplot(time, error, data=times, size=I(1), geom="jitter", main=title,
ylab="Error (min)", xlab="Time before ON (min)", alpha=I(1/10),
color=times$runway,
ylim=c(-30,40))
pp2 = pp + with(times, facet_wrap(~ runway, ncol=2))
print(pp2 + geom_boxplot(alpha=.5,
2012 Sep 14
0
problem with user defined panel function in xyplot
Hi everyone,
?
I am trying to do a horizonplot using my own time series
data. I know that there is a horizonplot function in latticeExtra, but on
closer examination i think that the graph itself is slightly wrong (it displays
some regions as triangles and i think they should be trapezoids, and the red
regions (that are below the baseline) are displayed on top of the blue areas ?
while i think
2001 Oct 31
0
FW: HP3000 problem
-----Original Message-----
From: MCCALL,DON (HP-USA,ex1)
Sent: Wednesday, October 31, 2001 9:00 AM
To: 'Richard Barker'; MCCALL,DON (HP-USA,ex1)
Subject: RE: HP3000 problem
Hi Richard;
Are you doing the operations on these files from the MPE prompt, or are you
in the posix shell at the time of the edit/pipe, whatever? And what MPE
filetype are you working on? Problem is that samba
2009 Jun 15
0
[Fwd: Re: enourmous amount of disc writes]
-------- Original Message --------
Subject: Re: [Dovecot] enourmous amount of disc writes
Date: Mon, 15 Jun 2009 18:48:50 +0200
From: Rainer Sigl <sigl at mpe.mpg.de>
To: Ralf Hildebrandt <Ralf.Hildebrandt at charite.de>
References: <4A3640C5.1070105 at mpe.mpg.de>
<4A364233.6090001 at schetterer.org> <4A365913.6030301 at mpe.mpg.de>
<20090615142836.GX29026 at
2004 Jan 15
2
HTB
Hi, I have the following questions:
I only have one htb computer (2 nics) to shape the international traffic
as well as the metropolitan traffic (i have a list of metropolitan ip''s to
use). Can this be achived using iptables with packet marking (on that htb
computer the 2 nics are bridged)?
If it can will there be delays introduced by the shaping operation (the
metropolitan link is a
2005 Oct 23
1
Script for metropolitan
The script is corect ?
#!/bin/bash
/sbin/iptables -F -t mangle
/sbin/iptables -X
/sbin/iptables -t mangle -N mark_horiz_src
/sbin/iptables -t mangle -N mark_horiz_dst
/sbin/iptables -t mangle -A PREROUTING -i eth0 -j mark_horiz_src
/sbin/iptables -t mangle -A PREROUTING -i eth1 -j mark_horiz_dst
/sbin/iptables -t mangle -A OUTPUT -o eth0 -j mark_horiz_dst
/usr/local/bin/mipclasses -s
2005 Sep 30
2
Creating an array [0 to 101] of a list
Hi
I looked, but I didn't find it:
I need an array [0 to 101] where each element is a list (the result of
Kest in spatstat).
I.e. I want to do:
A[2] <- Kest(pp1)
A[3] <- Kest(pp2)
...
A[101] <- Kest(pp100)
How can I create A ?
Rainer
--
Rainer M. Krug, Dipl. Phys. (Germany), MSc Conservation
Biology (UCT)
Department of Conservation Ecology
University of Stellenbosch
Matieland
2005 Nov 15
3
can I use tos and fwmark at the same time?
Hello lartc maintainers and users!
I have a router with two NICs. One NIC is connected to the Internet and the other to my internal LAN. I made a script for priorizing interactive traffic. The script matches TOS Minimize-Delay for priorizing interactive trafic, and fwmark for metropolitan packets.
I have two root classes (simulating two circuits) : 1:1 for internet and 1:3 for metropolitan.
2007 May 29
2
Namespace Problems
Hi all,
after an update from dovecot beta version to 1.0.0.-1 today morning I
had different effects:
thunderbird-, kmail-, Apple-clients, pine and squirrelmail could
receive email correct with imaps. But not MSOutlook!!!
Varying the namespace configurations in dovecot.conf I got different
results with MSOutlook working but with thunderbird, squirrelmail etc.
all folders are displayed but not
2003 Jul 31
0
IPIP tunnels and TCP connections
I was trying the following setup with IPIP tunnels, one that used to
work through another ISP, but no longer...
Internal network
|
Linux box 1 (kernel 2.2.24) iif=10.0.0.1, extf=a.b.c.d,
tunf=172.16.0.1
|
|local metropolitan network
|
Another Linux box 2 (kernel 2.2.17, or 2.4.19, same result)
iif=irrelevant, extf=x.y.z.v,
2009 Dec 16
1
regularised incomplete beta function
Dear:
I am trying to work out the regularised incomplete beta function in R. I searched google
on this and found UCS library. But I can not find this in R packages. Does anyone have use
this before or how to insert UCS in R?
Many Thanks!
Xin
Xin
-------
Dr.Xin Shi
Senior Lecturer in Statistics
Manchester Metropolitan University Business School
Aytoun Building
Aytoun Street
Manchester
M1
2005 Jun 29
1
Romania metropolitan
OOPS <blush>
http://vcalinus.gemenii.ro/quaggarealms.html
is what should have been posted by me...
This deals with the metropolitan / other issues, I think. I can''t read
it...
--
gypsy
2011 Nov 15
1
Plot alignment with mtext
I would like the text plotted with 'mtext' to be alighned like it is for
printing on the console. Here is what I have:
> print(emt)
ME RMSE MAE
MPE MAPE MASE
original -1.034568e+07 1.097695e+08 2.433160e+07 -31.30554 37.47713
1.5100050
xreg 1.561235e+01 2.008599e+03 9.089473e+02 267.05490 280.66734
2007 May 15
3
deleted Messages don't go into Trash Folder always
Hi all,
most of the time deleted messages aren't moved into trash folder but go
into nirwana. Sometimes it works correctly. But a restart does not
guarantee this function. This effect exists with different imap clients.
Can anybody help please.
Rainer Sigl
--
-----------------
Rainer Sigl, | email: sigl at mpe.mpg.de
MPI f. extraterrestrische Physik, | phone: +49
2007 Apr 13
0
NYC Area R / S / S-Plus Users Group Forming, Thursday, April 26th
Hi gang.
So I'm actually carrying through on the threat I made a couple of months
back, and helping to start a local users group for the NYC Metropolitan
area. Here's a copy of the announcement of our introductory / planning
meeting, I also can send a flyer version of this to anyone who wants (Open
Office document, should be viewable in MS-Office). Please feel free to
attend,