Displaying 20 results from an estimated 200 matches similar to: "samba across internett"
2005 Jan 29
1
samba in a WAN
Hello...
We have a NT4 Domain in our mainoffice.
Now we have to install servers all over germany.
(About 20 locations) The offices are connectet over DSL/VPN.
We think about using samba to have a stable and inexpensive solution.
Is there a solution to use samba over a wide area network?
We have alraedy one standalone samba-domain (domain-logons with
machine-accounts) in a small office in
2007 Aug 07
4
Problems with raising errors on a mocked object
I''m trying to mock a object to raise a certain error. By doing so I
get a ArgumentError on ActiveRecord''s save! method:
http://pastie.caboo.se/85628
I''ve tried to debug it but just can''t seem to find what I''m doing
wrong. Any help is greatly appreciated.
Cheers,
Eivind Uggedal
2013 Feb 19
0
Error Joining Domain: TAPI3Directory
I'm receiving an error that the TAPI3Directory cannot be replicated. However, the GUID or Distinguished name cannot be found in the Directory. (Including in "Deleted Objects".)
Error joining to domain: Schema-DN[CN=Schema,CN=Configuration,DC=MainOffice,DC=local] objects[402] linked_values[0] Schema-DN[CN=Schema,CN=Configuration,DC=MainOffice,DC=local] objects[804] linked_values[0]
2006 Jan 17
3
Kriging for d>3
Hi,
I'm looking for software that can perform kriging on systems with dimensionality higher than 3, say d=5.
Are anyone aware of packages in R that can do this?
Thanks,
Eivind Sm??rgrav
-------------------------------------------------------------------
The information contained in this message may be CONFIDENTIAL and is
intended for the addressee only. Any unauthorised use,
2005 Jul 20
3
Working with an ongoing call
Hi list
I plan to implement a prepaid solution where the system needs to check for
remaining credit periodically during a call. The reason for this is that this
is a system where the credit pool can be used simultaneously by more people,
and not only for calling.
I have a problem figuring how to be able to run logic while a call is in
progress. The L(x:y:z) option to Dial() is good, but not
2018 May 18
3
drc, ggplot2, and gridExtra
I have dose response data I have analyzed with the 'drc' package.
Using plot() works great. I want to arrange my plots and source
data on a single page. I think 'gridExtra' is the usual package for
this.
I could use plot() and par(mfrow=...), but then I can't put the source
data table on the page.
gridExtra provides grid.table() which makes nice graphical tables. It
2004 Aug 24
2
Problems with registering new emails - imap/jfs/maildir
After changing a mailserver from using mbox/ext3 (RHL9) to Maildir/jfs
(RHEL 3), dovecot
0.99.10 no longer reports new email even if asked... I have to restart
the mail client and
do a fresh login to notice new email.
This happens with multiple mail clients on multiple platforms, and
didn't happen before the
conversion... any suggestions on workarounds?
--
Trond Eivind Glomsr?d
Senior
2018 May 18
0
drc, ggplot2, and gridExtra
On Fri, 18 May 2018, Ed Siefker wrote:
> I have dose response data I have analyzed with the 'drc' package.
> Using plot() works great. I want to arrange my plots and source
> data on a single page. I think 'gridExtra' is the usual package for
> this.
>
> I could use plot() and par(mfrow=...), but then I can't put the source
> data table on the page.
>
2006 Oct 16
2
asterisk upgrade
hi
i've got a production system running asterisk-1.2.4/ with
zaptel-1.2.4/ using a beronet Beronet BN8S0 and TE205P .
at the moment (fortunately) i'm not experiencing any kind of
particular problem, do you suggest me to upgrade asterisk?
and zaptel?
and misdn?
thanks
2018 May 02
0
Converting a list to a data frame
On Wed, 2 May 2018, Kevin E. Thorpe wrote:
> I suspect this is pretty easy, but I'm having trouble figuring it out.
> Basically, I have a list of data frames such as the following example:
>
> list(A=data.frame(x=1:2, y=3:4),B=data.frame(x=5:6,y=7:8))
>
> I would like to turn this into data frame where the list elements are
> essentially rbind'ed together and the
2018 May 01
2
How would I color points conditional on their value in a plot of a time series
Excellent! Worked like a charm. Thanks.
--Chris Ryan
On Tue, May 1, 2018 at 4:33 PM, William Dunlap <wdunlap at tibco.com> wrote:
> The ts method for plot() is quirky. You can use the default method:
>
> plot(as.vector(time(ttt)), as.vector(ttt), type = "p", col=ifelse(ttt<8,
> "black", "red"))
>
>
> Bill Dunlap
> TIBCO Software
2003 Oct 26
2
setlogin failed: Function not implemented
I'm using openssh-3.7.1p2 on Linux.
I keep getting setlogin errors in /var/log/messages:
Oct 26 18:44:22 giediprime sshd[7774]: Accepted publickey for root from 127.0.0.1 port 39310 ssh2
Oct 26 18:44:22 giediprime sshd[7776]: error: setlogin failed: Function not implemented
Running LFS 4.0. Happens both on 2.6.0-test8 and 2.4.22-ac1.
When configuring openssh I get this in config.log:
2013 Dec 23
4
debian wheezy, sernet samba 4.1.3 join Windows 2008R2 AD as DC. Success ( basic Howto included )
Hai,
?
After serveral setups and testing if completed a successfull install of sernet samba?4.1.3 which joined a windows 2008R2 AD domain.
You can use?this also on on ubuntu 12.04.
?
This is the "HowTo"?how i?did my setup.
questions improvements, please add them and share them.
?
# ( date 23-12-2013 )
# Sernet samba 4.1.3 on debian Wheezy
# Windows 2008R2 AD DC , with dhcp and
2018 May 01
0
How would I color points conditional on their value in a plot of a time series
You may also want to check this out:
plot(ttt, type = "p")
points(ttt, col = ifelse(ttt < 8, "black", "red"))
Eivind K. Dovik
Bergen, NO
On Tue, 1 May 2018, Christopher W Ryan wrote:
> Excellent! Worked like a charm. Thanks.
>
> --Chris Ryan
>
> On Tue, May 1, 2018 at 4:33 PM, William Dunlap <wdunlap at tibco.com> wrote:
>
>> The
2001 Nov 05
1
Public Samba Server <--> Private Clients?
Scenario:
Internet
|
|
|
(subnet 1.2.3.4) Router (subnet 5.6.7.8)
/ \
/ \
Public WWW server Firewall Server
|
2008 Jun 04
1
OCFS2 and direct-io writes
I am looking at possibility of using OCFS2 with an existing application that
requires very high throughput for read and write file access.
Files are created by single writer (process) and can be read by multiple reader,
possibly while the file is being written. 100+ different files may be written
simultaneously, and can be read by 1000+ readers.
I am currently using XFS on a local filesystem,
2002 Aug 05
1
smbmount: mount option "noauto" causes codepage and/or iocharset to fail
I've been trying several times now:
# mount -t smbfs -o credentials=/etc/samba/private/credentials,codepage=cp850,iocharset=iso8859-1,noauto //machine/share\$ /mnt/share
Causes:
# ls /mnt/share/directory
Sp?rsm?l.txt
While this:
# mount -t smbfs -o credentials=/etc/samba/private/credentials,codepage=cp850,iocharset=iso8859-1 //machine/share\$ /mnt/share
Causes:
# ls /mnt/share/directory
2004 Jan 07
1
Unexpected ISDN hangup on outbound call
We have setup an asterisk box to let everybody call into the university
internal network, but I get unexpected hangups when doing an outbound call
from SIP to the ISDN interface, and it happens from 20 seconds to some minutes into the
call.
----------the dial and the problem-----------
-- Executing Dial("SIP/57966-a19d", "Modem/g1:96121||rt|") in new
stack
--
2000 Oct 30
7
Source RPM please
Hi,
I''m a long ext3 user (rpmfind.net). I propagated ext3 on some of our
server box (W3C webservers are ext3 based too now).
I might be tempted of testing out your kernel RPMs but unavailability
or the source RPM and the SMP version are definite showstoppers. Please
provide them. In the meantime I will stick to my own set of kernel ext3
RPMs at ftp://rpmfind.net/pub/veillard/ext3/
2001 Oct 17
4
Samba 2.2.2 RPM package for Redhat 6.2
Hi,
I want to ask you, if you release an RPM package for samba 2.2.2 for Redhat
6.2 too, and not only for version 7.1
Thanks a lot
Tomas Zeman