Displaying 20 results from an estimated 1000 matches similar to: "mysterious SIP packets to Cogent"
2007 Mar 24
1
Timeout for conferences
Hi,
The dialin conference via asterisk is over, one person is still in the
conference room and accidentally does not hang up properly. Her meter at
the phone company keeps running...
I'd like to implement something to the effect of checking whether there
is only one participant in the conference, and when this is the case, to
cancel the call after a predefined time (perhaps 5 or 10 mins.
2005 Oct 22
1
Advice....
Hi,
I''m a relative newbie to LARTC but I have read Matthew Marsh''s book and
lurked on this list for a while.... I still seem to be missing a few key
ideas here.... So... Maybe folks on the list will be kind enough to help.
I have two different ISPs. Cogent and Bell. I have three different
firewalls (2 PIX and 1 IPCop). And I have an Ubuntu Linux box doing LARTC
for around
2010 Jun 04
2
Backup to NTFS USB drive --compare-dest not working
When I'm running "rsync --compare-dest" on a local Linux volume (ext4) it
works as expected (duplicate files not created) however when same commands
with same options are run on NTFS USB drive (in my scenario below mounted to
/share/external/sdt5) all the files are copied regardless if they have been
updated or not. I have spent many hours trying to figure out what could be
wrong and
2018 Jun 14
2
Weird permissions issues with samba shares and XFS
Hi,
We are trying to deploy samba sharing on Centos 7.4, linked to windows 2016
AD for authentication.
We are having an issue related to permissions where different directories
with seemingly the exact same permissions cannot all be accessed from
smbclient. I was hoping somebody could help me figuring this out.
We have the following structure:
1. one LVM2 volume on /dev/storage/test (XFS)
2019 Apr 03
1
Possible not expected behaviour with "delete" option
Hi, I was trying to make a mirror backup of a folder in my machine with the
following command:
rsync -avh --delete /source/ /destination
But the extra files that where on "destination" didn't got deleted. Where
as doing:
rsync -avh --delete /source/ /destination/
worked as expected.
I wonder if this is correct, or it shouldn't be like that.
-------------- next part
2005 Apr 23
1
--link-dest / --hard-links problem
I've looked around for a bug report on this problem and haven't seen one, so I
apologize if this has already been discussed.
I have a homegrown script which uses rsync to maintain daily backups of roughly
twenty Redhat Linux systems running RH 7.2, 7.3, AS 3, and AS 4. As there are
files with multiple links on the source systems, it is necessary to call rsync
using the -H (--hard-links)
2003 Dec 17
1
TODO hardlink reporting problem - fixed?
On Mon, 15 Dec 2003, jw schultz <jw@pegasys.ws> wrote:
> OK, first pass on TODO complete.
....
This hardlink bug report is nearly 21 months old... So I took a look
at it using 2.5.7. See below.
> BUGS ---------------------------------------------------------------
>
> Fix hardlink reporting 2002/03/25
> (was: There seems
2004 Aug 06
1
AW: Icecast1: "Client din't data fast enough"
Hello Geoff, Hello Hagen,
I have also this problem, I use shoutcast with shout. on a Sun SPARCServer 5
with 170 Mhz, and I don't know what I can do. Making higher buffering at the
server-side ?!? but where ?
Using a better Maschine (Sun Ultra60 with 2x450 UltraSPARCII Processor) its
the same problem: the stream is broken with "Client din't data fast enough"
in Logfile. I hear
2006 Jul 07
1
rsync: failed to hard-link error message
Dear Rsync,
I am seeing the following rsync error messages and I am wondering if it is
a sign of trouble, expected behavior, or a bug:
rsync: failed to hard-link /Volumes/backups/vanguard/backup.0/dev/agpgart
with dev/agpgart: Invalid argument (22)
rsync: failed to hard-link /Volumes/backups/vanguard/backup.0/dev/apm_bios
with dev/apm_bios: Invalid argument (22)
rsync: failed to hard-link
2003 Apr 21
0
Health check
Hi
I have a quad processor Compaq Proliant 5500. The output
from dmesg seems strange (I have also sent a copy to
freebsd-smp to ask about smp issues) and there are also some
performance issues which I suspect are smp related. Could
anyone who fels so inclined please take a look at the output
and let me have any comments.
Thanks
_______________________________
Copyright (c) 1992-2002 The
2004 Jul 06
0
UID -1 and --link-dest problem
Hi,
I'm not sure if it's rsync or Cygwin problem, but most probably both..
Here is a short description:
I run rsync daemon on Windows machine (either latest cwRsync or Cygwin
versions) and synchronize a Windows directory to Linux server as root:
linux# rsync -avH --numeric-ids 10.0.0.1::test /export/test1/
receiving file list ... done
created directory /export/test1
./
43524353.upd
2007 Jan 08
0
snom 190 (etc.?) dialscript for * debugging and kaddressbook
Thought I might just as well share these scripts, they may work with
other phones too:
########################################################################
*1)* Dialing from the KDE 3.5.5 address book works with a script that
gets triggered from the kaddressbook (Settings - Script Hooks - Phone)
with my command
snom_dial_number %N
The script snom_dial_number itself goes like this:
2024 Oct 29
0
Possible bug that deletes all data in cwd except dst
alright, makes sense now thanks for the information
On Tue, Oct 29, 2024, at 21:32, Robin Lee Powell wrote:
> --exclude takes an argument, so "--exclude --exclude ." means
> "exclude files named --exclude, followed by . as a bare argument".
>
> So this is equivalent to: rsync -avh src dst .
>
> IOW, you're copying src and dst to the current directory.
2006 Jan 18
2
Process KOTFARE using 99% CPU
Dear Friends,
I have process run in CENTOS 4.2 call kotfare that is using 99% CPU, it
run with owner apache.
I kill process KOTFARE and restart apache, after some hours this process
return.
I did find file with name *kotfare* and I din't find.
Please, help me.
Adriano
2003 Jul 01
2
Unable to get SetMusicOnHold working...
Hello,
I'm trying to do something really easy : transfer a PSTN call to a H323
client. This works great. Now I'm trying to use the SetMusicOnHold
function. I din't find any doc about it, I've just seen some mails in
the list archive, but it still doesn't work.
That's my extension.conf :
[incoming]
exten => s,1,SetMusicOnHold,default
exten =>
2011 Feb 07
1
Incremental backup with only delta into a separate file.
Hi All,
I am presently doing a small POC with rsync for incremental backup and
restore starategies.
I have come up with certain question down the line, can anyone help me with
the explanation.
Used the config and ideas from:
http://www.mikerubel.org/computers/rsync_snapshots/
The commands executed on two machines in sequence
Machine 1:
root at Andruil:~# vim testfile
root at Andruil:~# ls
2003 Apr 23
2
Fw: Anyone please???? SMP & general health check!!
I put this to the smp list and to stable but have had no
takers from wither. nThere are both smp and other system
issues and I am just wondering if anyoe would be willing to
take a look at this output from dmesg and let me have some
advice
Thanks
david
----- Original Message -----
From: "vizion communication" <vizion@ixpres.com>
To: <freebsd-smp@freebsd.org>
Sent:
2015 Apr 28
2
Options for a "I'm done" flag file
Michael Johnson - MJ <mj at revmj.com> wrote:
> rsync -av /src/ /dst/ && touch /dst/done
Aaaaahhhh, knew I'd miss some detail.
All the syncs are pushed to the backup server.
But that does give me an idea. I guess I could do that on the source, then sync the flag file over.
rsync -avH ${other_gubbins} / user at remote.machine:/dest/ &&
touch /etc/donefile
2009 Jan 29
2
Microsoft OneNote 2007
Hello
I read that some useres managed it to run OneNote 2007 under Ubuntu and Wine. I din't find anything like this MS Application but did not arrive to install it. Every time when i launch it, OneNote crashes.
Is there anyone who can help me ?
THX
2002 Oct 08
1
Samba Crashes on High load ?
Hi,
Iv'e got a SuSE 8.0 box with Samba 2.2..3a-64 on it. I tried to copy 4.1GB of
MPG/AVI Videos (103 particula files) to a Windows98 SE box. But i din't take
long and the Linux box crashes. It don't respond to anything!
I tried to copy them by 4file groups. It worked bether but it still crashes
once.
Where's the "bug" here ???
Hardware:
AMD TB 1.1Ghz
512MB SDRAM