Displaying 20 results from an estimated 300 matches similar to: "Weird reproduceable delta after power failure - PDC"
2009 Mar 02
6
How to speed up rsync when haveing lots of files
Hello List,
unfortunatelly rsync is beeing REALLY slow and produces a high load when
we try to sync lots of files (>250 000 small files). My experience is,
that this is fatser if i do it folder by folder.
Is there a rsync option which reduces the load and speeds up the rsync
somehow?
Thanks,
Mario
2004 Sep 22
2
SIP soft phones
Hello!
Can anyone recommend a good/handy/nice sip soft phone?
I have already done some testing with kphone and gnome meeting (which cant
do sip).Can you recommend a open source project?
It should mainly be practial and have a address book.
I found kphone quite unstable, the address book is designed quite poor,
and if you would like to transfer a call with the transfer button you cant
access the
2008 Feb 19
2
understanding the ldap backend
Hello List,
i am trying to understand the LDAP-backend i just set up. Maybe someone
can help me a little understanding the whole magic.
In smb.conf i have my smbldap-tools scripts:
# use the smbldap-tools scripts
add user script = /usr/sbin//smbldap-useradd -m "%u"
delete user script = /usr/sbin//smbldap-userdel "%u"
add machine script = /usr/sbin//smbldap-useradd -w
2009 Jan 23
4
How to build xen 3.3.1 and linux-2.6.27-xen.hg from source?
Hello List,
how do i build xen 3.3.1 and linux-2.6.27-xen.hg from source?
Here is what i tried:
----------------------------------------
cd /usr/src
hg clone http://xenbits.xensource.com/ext/linux-2.6.27-xen.hg
cd /usr/src/xen-3.3.1
Then i changed LINUX_VER from 2.6.18 to 2.6.27 in
buildconfigs/mk.linux-2.6-xen. The files mk.linux-2.6-xen0 and
mk.linux-2.6-xenU seem to be obsolete.
After
2005 Feb 07
3
We need help with a bug....smbldap-installer script (long)
Hi all!
First of all....if you haven't heard of the smbldap-installer
script....allow me to introduce it to you. Here's the latest announcement
that Matt Oquist posted to the K12OS list (Matt and I are working on this
together....he's the scripter and I'm the tester/documenter) First the
announcement and then read on below to see what we need help with....and
some questions I
2005 May 31
1
Re: chan_sccp / 7960: reproduceable semi-lockup
> I encountered a semi-lockup situation with chan_sccp and a 7960 when
> switching between calls. It's kinda reproduceable - When holding,
> resuming, holding, resuming between two calls on a line, one of the
> calls become kinda zombie. The phone enters a state where the call is
> signalled active but no softkey is there.
Already fixed in the CVS
Sergio
2005 May 31
0
Re: chan_sccp / 7960: reproduceable semi-lockup
>Does the CVS has the 7910 support as well ?
>If you want I can test it on asterisk/OpenBSD.
>
>
yes it's supported.
I can't really get it to work right 'cause I just have ciscos 7960/7905.
Can anyone donate 7910/7920/7970?
I will make them work just like they work in CCM, otherwise I will send
them back :-)
Sergio
2009 Jan 23
1
Build xen from source without docs - WARNING: Package ''ps2pdf'' is required ....
Hello List,
when i try to build xen with "make wold && make install" i get:
*************************************************
*************************************************
* WARNING: Package ''ps2pdf'' is required
* to build Xen documentation
*************************************************
*************************************************
I got
2009 Mar 02
1
Exclude files only (only sync folders)
Hello List,
is there a way to exclude all kind of files (but no folders)?
I would like to rsync the folder structure only.
Thanks,
Mario
2009 Apr 12
1
Missing xvd devices in DomU
Hello List,
i am trying to boot a 2.6.28 vanilla kernel as a DomU.
This is some of my config:
----------------------------------------------
root = ''/dev/xvda2 ro''
disk = [
''drbd:pgone,xvda2,w'',
''phy:/dev/vg/pgone-swap,xvda1,w'',
2004 Sep 17
1
Silently Wait for DTMF Input
Hello!
I would like to call a number (e.g.35), and when i press a secret code
(12345), it should jump to my voicebox menu.
On this page http://www.voip-info.org/wiki-Asterisk+cmd+background i found
something about "Silently Wait for DTMF Input".
In my case it wouldn`t be silence. It woudl just play the away message.
Now how can i include such a secret code to my background funktion?
I
2004 Sep 20
1
Wait()
Hello List!
All i would like to do is to wait 15 seconds, and then pick up the call
for the voice box:
[test2]
exten => 39,1,Wait(15)
exten => 39,2,Answer()
exten => 39,3,Voicemail(99)
exten => 39,4,Hangup()
However, it does not pick up the call at all.
I played around a bit, and found out that if the seconds are > 9, then it
wont pick it up anymore.Any idea why?
Wait(9) work
2006 Feb 15
2
checksum
Hello List,
i would like to know when the checksum (-c option) gets executed excatly
and where.
I aleady had a look in the docs and in the source code, but wasn?t too
lucky.
The way i want/need it would be:
1. make checksum on (full) source file
2. transfer file
3. check checksum on (full) destination
With "(full)" i mean the whole file, not parts/segments of it.
Is this
2008 Mar 07
1
How to convert local profile to server profile
Hello List,
i have set up a Samba PDC and it is running smoothly.
Now i would like to convert my Windows Vista Profile (which i have been
using locale for months now) to a server profile.
How i tried to solve this or convert the profile:
1) In the system properties of Vista you can "change" the type of the
user profile. Unfortinatelly the server based profile is greyed out at
my
2003 May 30
0
power.t.test needs to check delta==NULL before abs(delta) (PR#3140)
It's the same as PR#2993, fixed yesterday in R-patched & R-devel
On Fri, 30 May 2003 rossini@blindglobe.net wrote:
>
> Something like the following should be done for power.t.test to make
> sure that it doesn't try to evaluate abs(NULL), which results in an
> error.
That's a backwards patch, I presume, or you revert the fix.
> --- rossini.power.t.test.R
2003 May 30
1
power.t.test needs to check delta==NULL before abs(delta) (PR#3139)
Something like the following should be done for power.t.test to make
sure that it doesn't try to evaluate abs(NULL), which results in an
error.
--- rossini.power.t.test.R 2003-05-30 07:24:49.000000000 -0700
+++ rossini.power.t.test.R.~1~ 2003-05-30 08:47:09.000000000 -0700
@@ -10,7 +10,7 @@
alternative <- match.arg(alternative)
tsample <- switch(type, one.sample = 1,
2006 Oct 29
2
Live/Realtime streaming
Hello List,
i would like to stream to a network. I am expecting a delay/latency of
1-2ms.
I have compiled and install icecast 2.3.1 on OpenSuSE10.1.
I also had a look at:
http://www.6809.org.uk/media/ices2-howto.shtml#config-input-dev (1)
http://lists.xiph.org/pipermail/icecast/2006-February/010340.html (2)
and
http://www.6809.org.uk/media/run_ices (3)
When i use Link/Way (3) i had to change
2004 Jan 30
6
Compiling zaptel
I take it you are running RedHat 8 (or 9) since this is the most up-to-date kernel. Did you install the kernel-sources and kernel-util rpms as well? You'll need these in order to compile and install zaptel.
-sb
-----Original Message-----
From: asterisk-users-admin@lists.digium.com
[mailto:asterisk-users-admin@lists.digium.com]On Behalf Of T. Chan
Sent: Friday, January 30, 2004 4:01 PM
2003 Nov 10
3
java problem? - Forgotten Battles dedicated
hello list!
I want to run a dedicated Forgotten Battles server with wine. Since on
windows its only need a console to start, not sure if its dos, but i think its
java.
If i start the programm i get this:
----------------------------------------------------
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID:
2004 Sep 14
1
Requested device 'ttyI1' does not exist
Hello List!
I finally got asterisk with capi working, and its already answering my
call as well! :)
Now i would like to call a number from my shoft phone (kphone).
This is my extentions.conf:
---
[general]
static=yes
writeprotect=no
[globals]
CONSOLE=Console/dsp ; Console interface for demo
IAXINFO=guest ; IAXtel username/password