Displaying 10 results from an estimated 10 matches for "asssum".
Did you mean:
assum
2004 Nov 19
14
FAQ 32
What changes would I need to make if there is a 4th interface that is going
to a DMZ
Thanks
Gene
1998 Dec 18
0
user level authentication on Samba 2.0.0b4
...just fine, and I appear to have a working binary. I run into
problems when trying to connect using smbclient. It works if I specify my
username (using -U), but otherwise it won't connect.
Both NT and Sharity _seem_ to connect fine - I just tried them.. when I
could connect with smbclient, i asssumed the build was bad, so I hadn't
tried earlier.
Anyways here's a transcript of the problem...
felix% whoami
liamr
felix% smbclient -L felix
Added interface ip=xxx.xxx.xxx.xxx bcast=xxx.xxx.xxx.255
nmask=255.255.255.0
Password:
session setup failed: ERRSRV - ERRbadpw (Bad password - name/...
2007 Aug 01
1
How to migrate samba 2.x account to ldap backend
Hi there,
Is anybody has ever made this: Migrate samba 2.x users (and their unix
accounts) to an openldap? I've found plenty of how to for building a
blank samba/ldap authentication system, but nothing for migrate existing
samba 2.x account (but samba 3.x)... smbldap-tools are useful for
creating groups etc., migratetools are useful for unix account, but what
about samba 2.x?
Is anybody
2008 Sep 30
1
fft inverse display help
I have a a simple function that generates a time series square wave:
genseq <- function()
{
x <- numeric(4*365)
s <- seq(as.Date("2005-01-01"), as.Date("2008-12-31"), by="month")
ob <- as.vector(s[c(10,22,34,46)] - as.Date("2005-01-01"))
oe <- as.vector(s[c(11,23,35,47)] - as.Date("2005-01-01"))
for(.index in 1:length(ob))
2005 Mar 20
3
Soekris net4801 and analog interface?
Is anyone using a net4801 and an analog only setup? I am looking for a
modem that is PCI 3.3V, apparently the X100P is 5.0V PCI only so it
won't work with the net4801.
2005 Mar 29
1
Newbie question: How do I get Analog Phone to actuall ring
i am using the sample config files and get a dial tone. i have also
gotten it to play greetings etc, but i need the phone to ring so that
i am not tieing up the one phone line, please help, i know this sounds
insanely stupid but i cant get it to work.
2003 Jun 25
3
logLik.lm()
Hello,
I'm trying to use AIC to choose between 2 models with
positive, continuous response variables and different error
distributions (specifically a Gamma GLM with log link and a
normal linear model for log(y)). I understand that in some
cases it may not be possible (or necessary) to discriminate
between these two distributions. However, for the normal
linear model I noticed a discrepancy
2005 May 13
4
Gigabit Throughput too low
Hi I was wondering if you ever got better performance out of your
Gigabit/IDE/Fc2?
I am facing a similar situation. I am running FC2 with Samba 3.x
My problem lies in not that I am limited to 10 MBytes per second
sustained. I think it's related to this pdflush and how it's buffers
are setup. (I have been doing some research and before 2.6 kernels
bdflush was the method that was used and
2023 Aug 31
2
[nbdkit PATCH] sh: Allow pwrite to not consume all data
On Thu, Aug 31, 2023 at 11:12:59AM +0200, Laszlo Ersek wrote:
> On 8/31/23 10:02, Richard W.M. Jones wrote:
> >
> > On Wed, Aug 30, 2023 at 05:21:19PM -0500, Eric Blake wrote:
> >> I hit another transient failure in libnbd CI when a poorly-written
> >> eval script did not consume all of stdin during .pwrite. As behaving
> >> as a data sink can be a
2023 Aug 31
0
[nbdkit PATCH] sh: Allow pwrite to not consume all data
...ght, this is what I've been missing:
>
> if (WIFSIGNALED (status)) {
> nbdkit_error ("%s: script terminated by signal %d",
> argv0, WTERMSIG (status));
> goto error;
> }
>
> All good. With this, we can say that we're going to asssume that an
> EPIPE combined with a normal exit (zero or nonzero status) means the
> script didn't care for the rest of the input, and assume that EPIPE
> combined with a child crash is just a child crash, which we're catching
> anyway. Hence EPIPE makes no difference.
Yes, I thin...