Displaying 20 results from an estimated 10000 matches similar to: "Samba have wait-times"
2004 Mar 13
0
lock/shared file problem
hello,
I am new to this list, so ... :)
short:
I seem to have a "share" problem with an app, while it is running I
cannot overwrite files that it seems to have "open" - when using an NT
server this should work.
long :)
I have following problem with my Samba server:
It is serving for a "distributed" (serves three workstations)
proprietary app. That app mostly
2000 Sep 01
0
btrieve - a neverending story
Hello out there,
recently I posted a trouble report about my Samba/btrieve
experience.
I have encountered the worst case scenario - corrupt databases...
I had a brief correspondency with Dave Collier-Brown (whose book
on Samba can't be praised enough) about this, in which he told me
that working under the same login a) network-wide and b)
application-wide could lead to such corrpution.
2000 Aug 29
5
kernel oplocks
I am a little bit confused about the kernel support for oplocks.
man page of smb.conf:
----------------
For UNIXs that support kernel based oplocks (currently only IRIX but
hopefully also Linux and FreeBSD soon) this parameter allows the use
of them to be turned on or off.
This parameter defaults to "On" on systems that have the support, and
"off" on systems that don't.
2014 Aug 27
2
Dos Btrieve Windows 98 and Samba 4.0
?We are trying to migrate a Dos based btrieve application from Windows NT
to Samba 4?.1.6-Ubuntu. Running one client works, running more that one
client do not work.
I searched Google and there are many historic pages about issues related to
the btrieve / Samba combination.
Are there stable solutions of this issue?
Kind Regards
Hendre
2000 Aug 28
1
btrieve applications
Hello fellow samba users,
I have installed quite a couple of samba fileservers so far.
There are exactly two installations which give me real hard time,
and both have to do with Win9x clients running applications based
on ... *sigh* btrieve.
What I do server-sided is switch on opportunistic locking (level2
oplocks = yes).
Without this, the applications don't run at all, at least not on
more
2004 Feb 06
0
closed connection
Hello List.
I have a problem with Samba 2.2.8a and a Win-Add that collects and calculates data
using Turbo-DB SQL.
In case two Win2K Clients are doing the same process it sometimes stopps executing
(it hangs), so that the clients just can be reseted. After turning the log-level to 4 there
ist the following piece loged:
snipp - - - -
[2004/02/06 12:16:19, 3] smbd/process.c:process_smb(846)
2010 Apr 17
0
Error when creating 2 R instances on the same context.
Hello,
I'm getting an error when trying to create a secound R instance on the same context, in my system R calls Fortran code that calls C++ code that ultimately call R code again, but on this secound call I get this error.
Error in .Call("R_isMethodsDispatchOn", onOff, PACKAGE = "base") :
Incorrect number of arguments (2), expecting 1 for R_isMethodsDispatchOn
Error in
2009 May 29
4
logical vector as a matrix
I have a vector like this:
h <- c(4, 6, NA, 12)
and I create the secound logical vector like this:
g <- c(TRUE, TRUE, FALSE, TRUE)
And my problem is that I would like to get a new "m" vector as a rasult "h"
and "g"( as dot-matrix printer) but with missed "NA" value, for example:
m = (4,6,12)
Do you have any idea?
--
View this message in
1999 Sep 25
2
file locking with win apps
Hello there,
I have a serious file locking problem with samba on a RH6 based Linux
machine.
>From the exported share a database files are being requested. Problem
is, only one client can access these - and even only one client can
initialize the database query engine, which is btrieve 6.15 workstation
engine.
The same problem affects .doc files. If one client has an open document,
the file is
2008 Apr 08
1
Problem with has_many
Hi all
I''ve got a message table, where the sender and the receiver are stored
(sender_user_id, receiver_user_id)
How must i declare this dependencies in the user and message model?
I''ve got the following one:
has_many :messages, :foreign_key=> ''receiver_user_id''
but how to declare the secound one?
Thank you for your help!
Greets
--
2012 Nov 22
1
Wait For Network - Win registry
Hi people,
I'd like to know about registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System\WaitForNetwork.
The question is simple, but I didn't get to find the answer; so, the
time to be specified, per default, is in minutes or in secounds?
Thanks a lot,
--
Marcio Oliveira.
"Tudo concorre para o bem daqueles que amam ? Deus." (Rom 8,28)
2009 Aug 23
2
difficult "for"
Hi,
My english isn't brilliant and my problem is very difficult to describe but
I try ;)
My first question is: May I write loop "for" like this or similar - for (i
in sth : sth[length(sth)], k in sth_else : length(sth_else) ) - I'd like
to have two independent conditions in the same loop "for".
My secound question depend on program below. I'd like to write every
2009 Jan 23
4
Postfix and Dovecot
Hi Everybody,
I'm mount two failover servers which use Postfix and Dovecot but the
hostname of the machines r diferent:
first node
# uname -n
# mail
secound node
#uname -n
#mail2
So far so good, the real problem is that the e-mail file name on server is
like this:
1232449377.P31789Q0M963611.mail2
and when I using the server called mail the file stay like this:
2015 Jun 27
1
The usage if libguestfs
HI all:
my problem is :
I want to use libguestfs on other project.
if I just run a test C programm It works well
just run : cc prog.c -o prog -lguestfs -I
/usr/libguestfs/libguestfs-1.28.10/src/
I write a C programm in my project , after that I run make , it happend:
/usr/nitro/libvmi-master/libvmi/.libs/libvmi.so: undefined reference to
`guestfs_launch'
2019 Feb 13
0
problem witht working director
Hi
I have dovecot director with 2-3 ring and 4 dovecot
My ring is :
10.0.100.2? 9090 right never?????? synced????? 8?????? 37305225 39763861
0??????? 723?????????? 2019-02-13 16:02:04 2019-02-13
16:02:04?????????????????????????????????
10.0.100.3? 9090 left? never?????? synced????? 8?????? 57409664 8707830?
0??????? 737?????????? 2019-02-13 16:02:04 2019-02-13
2005 Nov 30
1
wait() fails
I have a program that forks a child, sleeps for a while
and then kills the child and waits for it.
On CentOs (4) the wait sometimes fails with a
"No child" error. I have not seen this on any
other system. This program has been
running for years on Solaris, older Redhat distributions, etc.
I would say the failure rate is about 1 in 10.
I put a breakpoint on the error and forced the
2003 Sep 09
1
Can't load daemon at boot
Hi!
I have a programm with code like this (this is example, the real code is
at
http://fresh.t-systems-sfr.com/linux/src/.warix/logserial-0.4.2.tar.gz.html):
####################
void shutdown(int sig) {
switch (sig) {
default:
fprintf(stderr, "Got signal %d. Exit\n", sig);
break;
}
exit(EXIT_SUCCESS);
}
int main(void) {
chproc = fork();
if
2009 May 19
3
SSL testing on localhost - segfaults aplenty !
Hello,
I''ve followed the tutorial @
http://weeatbricks.com/2007/10/31/how-to-use-a-rails-app-with-https/ to
setup SSL on localhost, wanting to use https for logging in and such.
Using the method described above I get sensibly higher load times and of
course very very frequent and random segfaults (be it ActiveRecord,
Mongrel or any other .rb causing it) !!
Platform is..well Win32.
2003 Feb 19
0
Changing password from Windows 2K / XP client on samba server with different passwords on client and server
Hello all,
I've got a problem when I try to change a password from W2K or XP on a samba
2.2.5 - server. That's the situation:
The user "hugo" is logged on locally or in a domain "first" with his password
"secret". The user has shares on a secound domain, the "samba" domain, too.
The user can do a
net use M: \\samba\share
to get the share on the
2003 May 20
1
Calling R in BATCH mode from C programm
Hello R-people,
I have the following problem :
In order to run R script from DOS prompt in BATCH mode and pass it some
parameters I do the following :
Rterm --slave --no-save --no-restore <args.R> args.out ARG1=1 ARG2=2
It works fine :
the result is that the script args.R is isexecuted. Sys.getenv() sees the
arguments ARG1 and ARG2, and the R creates output file args.out
Now I want