Displaying 20 results from an estimated 30000 matches similar to: "Samba and sleep"
2019 Feb 22
1
Debian 9.8 and vanbelle-repos
Am 21.02.19 um 19:19 schrieb Stefan G. Weichinger via samba:
> Am 21.02.19 um 16:51 schrieb Stefan G. Weichinger via samba:
>> Am 21.02.19 um 15:49 schrieb L.P.H. van Belle via samba:
>>> Or...
>>>
>>> Set the creator group option.
>>>
>>> [Daten]
>>> comment = Daten
>>> create mask = 3660
>>> directory mask =
2019 Feb 21
3
Debian 9.8 and vanbelle-repos
Am 21.02.19 um 15:49 schrieb L.P.H. van Belle via samba:
> Or...
>
> Set the creator group option.
>
> [Daten]
> comment = Daten
> create mask = 3660
> directory mask = 3770
did so, they test now. thanks
2019 Jul 26
1
[nbdkit PATCH] delay: Avoid numeric overflow
Attempting delay-read=1000 results in no delay whatsoever: 1000
seconds, scaled to milliseconds, stored in int, then subjected to
.tv_nsec = (ms * 1000000) % 1000000000
results in .tv_nsec being set to 567587328 thanks to 32-bit overflow,
but that in turn results in instant EINVAL failure of nanosleep().
Fix it by diagnosing failure to fit in an int during config, and avoid
math that
2003 Jun 01
2
AW: samba installation
Hi again,
A.A wrote:
> Hi Thomas,
> As i wrote that's still the old Version:
> /usr/local/samba-2.2.8a/bin/smbstatus --> samba version 2.2.7a-SUSE
> When i type "Which smbstatus" i get /usr/bin /smbstatus
this looks like a standard installation of SuSE.
>
> I dont know what you mean with :
> For startup the samba processes you should change your
2009 Dec 07
2
forbid some users and machines ?
Hello
1 - Is there a way to forbid log in of some Dovecot's users ?
I use NIS as authentication mechanism.
2 - Is it possible to forbid some machines (IP addresses ) to
connect to Dovecot server ?
Thank you
2012 Jun 21
2
Asterisk 10/1.6.1 and Dahdi/Libpri compatilities in BRI /PtmP
Hi,
After an upgrade, I discovered yesterday strange things I would like
to share here.
Basically, I'me comparing platforms:
The first one is a 2.6.26 (Debian Lenny) platform, with Asterisk
1.6.1.18, Libpri 1.4.10.2, Dahdi revision 8853 (must be between 2.3
and 2.5, I think).
The second one is a 2.6.32 (Debian Squeeze) platform, with Asterisk
10.5.1, Libpri 1.4.12, Dahdi 2.6.1.
Both are
2011 Jan 07
4
linux batch job "sleep" problem???
we have Redhat 5.5 on server. Recently we tried to use "sleep" command on batch job script some sleep work but some not sleep. any one have ideal?
==== sample program ===
#/bin/bash
set -v
program1
sleep 30
program2
sleep 60
program3
sleep 40
...
2019 Jun 17
2
systemd-sleep
I found that one of my users' workstation is, for some reason, running
systemd-sleep. I cannot find, anywhere on the system. system-sleep.conf
(or systemd-sleep.conf), nor do I find systemctl status system[d]-sleep.
How can I turn this thing off, other than renaming
/usr/lib/systemd/systemd-sleep?
mark
2007 Aug 21
5
proper way to sleep
This is not spam about sleep aids :)
Q: Is there a 'standard' way to sleep for a specified number of BIOS ticks
(or seconds) in a com32 program?
I grepped through the com32 library source and didn't find anything for
'sleep' or 'tick'.
If not, you may want to consider adding:
void syslinux_sleep(int seconds);
void syslinux_sleep_bios_ticks(int ticks);
or
2004 Aug 06
2
IceS 2.0a - Extended sleep requested
I've just finished a little encoding set and the
following happened:
22Khz resampled, q-0.4 encode = ~38kbs = one error at
the beginning only.
22Khz resampled, q-0.5 encode = ~37kbs = 6 to 7 sleep
errors in the first second or so, nothing after that.
22Khz resampled, q-0.6 encode = ~35kbs = 14 to 15
sleep errors then nothing.
22Khz resampled, q-0.8 encode = ~33kbs = Many sleep
errors.
---
2003 Sep 24
12
SSHD 3.7.1p2 on HP-UX
I have used SSHD from openssh-3.7.1p1 on HP-UX 11:11. It works
correctly and the entry in the logfile is:
Sep 24 07:01:20 garm sshd[6625]: Accepted password for japs from
192.38.97.131 port 2463
Next I have upgraded to openssh-3.7.1p2 and restarted SSHD. It does not
accept the password any more and the entries in the logfile are:
Sep 24 12:21:38 garm sshd[19542]: User japs not allowed because
2007 Feb 12
3
sleep function duration changes when system clock is modified
My problem is related to the behaviour of sleep function. If, during
the execution of sleep function, I change the system clock of my PC,
sleep function will not recover from sleeping when it should.
Example:
My controller:
def index
logger.info "Start sleeping at:"+Time.now.to_s
sleep 5
logger.info "Sleeping finished at:"+Time.now.to_s
end
Everythink works well if I
2012 Jan 27
1
Confused with Student's sleep data description
I am confused whether Student's sleep data "show the effect of two
soporific drugs" or Control against Treatment (one drug). The reason
is the next:
> require(stats)
> data(sleep)
> attach(sleep)
> extra[group==1]
numeric(0)
> group
[1] Ctl Ctl Ctl Ctl Ctl Ctl Ctl Ctl Ctl Ctl Trt Trt Trt Trt Trt Trt Trt Trt Trt
[20] Trt
Levels: Ctl Trt
> sleep$group
[1] 1 1 1 1 1
2010 Jun 06
3
rsync sleep
Is it possible to sleep 1 second after each file is rsynced?
Ofcourse, I can put this in a for loop and do a sleep after each file
is done, I was wondering if there was anything native in rsync for
this type of operation.
TIA
2001 Aug 20
2
interrupting Sys.sleep (PR#1063)
On Linux R1.3.0 (and current pre1.3.1 and pre1.4.0)
Sys.sleep(30)
interrupt with CTRL-C
Sys.sleep(30)
causes a segmentation fault. It doesn't happen under Windows (2000).
-thomas
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or
2010 Jul 14
3
sample sleep command killed
I re-wrote the compile script to build klibc (cleaning up how I do it,
and how to find the source tarballs). It seems to be compiling fine.
I tried several of the commands in usr/utils/static and most one.
However, the sleep command fails in a strange way (EINVAL on execve):
================================================================
faraday/phil /home/phil/klibc-project-0 581> strace
2009 Mar 19
4
Being Green, Time to make the servers sleep!
Shadies and Mentlemen;
I am trying to be green and put our backup servers to sleep during the
day and have them wake on LAN and fire back up at night for our
nightly backups as "sleep" is a sort of low power usage mode.
(At this point I would be curious to know the different levels of
sleep, what can I achieve? Does my server just drop into a low power
state, or can I stop the hard
2001 Jan 11
1
sleep 20&exit hangs on Linux
Dear All,
Let me quote a few lines from TODO file (SNAP-20010109):
- Linux hangs for 20 seconds when you do "sleep 20&exit". All current
solutions break scp or leaves processes hanging around after the ssh
connection has ended. It seems to be linked to two things. One
select() under Linux is not as nice as others, and two the children
of the shell are not killed on
2004 Aug 06
2
IceS 2.0a - Extended sleep requested
I've just set up a new collection of streams and one
of them is having problems. The clients connecting to
this one stream only last a few minutes before getting
kicked off. I don't know where to start looking for
the problem.
I'm running Mandrake 8.1 with Libshout2.0, IceS 2.0a
and Icecast2 downloaded from cvs only a few days ago
(with the mentioned os.h error included ;-)
I get the
2012 Feb 01
3
Temporary forbid some users login ?
hello
is there a way to forbid SOME ( not all ) users's login with dovecot 2 ?
I need to move their IMAP folders to another place with more
disk space but I don't want to stop dovecot IMAP service for
the other users as the moving process will be a bit long ( 1 Tb to move )
thanks