Displaying 20 results from an estimated 5000 matches similar to: "users"
2004 Aug 09
2
CVS download
I am having problems getting the latest CVS right now. A cvs checkout asterisk -t gets to this part and sits forever:
S-> server_register(fpm-world-mix.mp3, 1.1, , , , , )
S-> Register(fpm-world-mix.mp3, 1.1, , , )
Anyone know how I can just skip the file?
Travis Conway
EFS, Inc.
Information Technology
Desk:?? (334) 215-6551
Mobile: (334) 391-4450
mailto:travis@homeoffice.quikpawn.com
2004 Aug 11
2
StanaPhone and Asterisks
I am trying to get Asterisks to connect to our StanaPhone so that I can use it to route my outgoing PSTN calls to. We have a free account and if I can get this working are willing to pay for an actual minutes with them.
Here is what I have in my sip.conf:
[stanaphone]
type=friend
secret=pAsSwOrD ; skewed for this message.
username=3475341914
host=sip.stanaphone.com
2003 Oct 22
29
Meetme
Yes.
Tim Thompson
http://www.amatechtel.com
(806) 722-2227
-----Original Message-----
From: CW_ASN - Gus [mailto:cw_asn@fibertel.com.ar]
Sent: Wednesday, October 22, 2003 1:12 PM
To: asterisk-users@lists.digium.com
Subject: Re: [Asterisk-Users] Meetme
Do you have ztdummy or zaptel device in your system?
----- Original Message -----
From: "Panny Malialis"
2004 Aug 11
2
Asterisk & MyPhoneCompany.com (aka Talk(n))
They say on their website that they allow you to use your own device
provided you give them the MAC address. Has anyone tried using * with it?
Looks like they have quite a few rate centers and also phone support...
Their website is horrible though...
Just wondering, it'd be good to get user experiences from different
providers other than IconnectHere and BroadVoice...
-Chris
2004 Mar 31
2
How to RSYNC from eth1 on PDC-SRV to eth1 on BDC-SRV?
I currently have my /home directory kept in sync between my primary and
backup domain controllers by using rsync --archive --checksum --update
--delete pdc-srv:/home/ bdc-srv:/home/. I noticed that when this
command is invoked, it tends to suck up the available bandwith to eth0
during the duration that the pdc is sending a large amount of data
packets to the bdc. So what I would like to do
2002 Apr 17
4
rsync HELP!!!
Sonu: I'm giving the whole history to the rsync list. If the tests i
subscribed passed, yet you get that error, it's more in depth than i can
go into. You've got 1 hour, let's hope somebody immediately recognizes
the problem. I've got some ideas, but no time to explore any more for
you.
Gentlemen: does anybody see a quick resolution for Sonu? Looks like he's
2001 Nov 20
3
Is anybody else gettting these?
I keep getting these smarmy sermons from somebody's mail account. I
include my response to it below, though from its message, it probably
won't be read.
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
2002 Apr 24
1
Rsync from NT to UNIX
You're set, unless you declined ssh in your cygwin installation (without
cygwin, you're not doing rsync from windoze). It's just like unix, in
that case. (Bonus clue: Under related commands for ssh, you'll find
ssh-keygen).
If you don't actually need to secure your content (you're not naked on the
internet, for instance), you can just let rsync use plain old rsh
2001 Nov 17
2
transfer interrupted (code 3) at flist.c(812)
Ok, I just setup the log file and this is what I see there:
rsync on cdrive/Temp/pix.log from admx (141.214.137.139)
transfer interrupted (code 3) at flist.c(812)
I had to change [cdrive] from path = "c:\" to path = c: to get rid of
'@ERROR: chdir failed' error.
I am getting close but still need some help. Thanks in advance.
Nishi
> -----Original Message-----
From:
2002 Oct 29
1
configuration question.
Your users have rsh access to the machine, and are getting wherever they
want, using the server:/path syntax.
if they were using the server::module syntax, they would be restricted to
only what's provided by the modules. If you don't want them getting
everything all over the system, you will need to prevent shell access.
Tim Conway
conway.tim@sphlihp.com reorder name and reverse
2002 Mar 30
2
(no subject)
A: do you have a "hosts allow" or "hosts deny" in rsyncd.conf?
B: what version are you using? It seems i've seen messages about rsyncd
in some versions refusing to allow unresolvable names in.
C: Are you able to access the rsyncd, and just wonder about the log
entries, or are you unable to get in? If it's just a log complaint, I
wouldn't worry about it. Most
2002 Jun 07
1
rsync option
Approximated petitioner:
Perhaps this will help.
SunOS 5.7 Last change: 25 Jan 2002 5
User Commands rsync(1)
-C, --cvs-exclude auto ignore files in the same way CVS
does
--existing only update files that already exist
--ignore-existing ignore files that already exist
2001 Oct 16
1
(no subject)
There's nothing in rsync to do that. How about making the files and directories all belong to another user, set the sticky bit and write for your rsync user on the directories, unset write for the files, and rsync that way, then chown afterwards? the
updates to existing files will fail, leaving you only with new.
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor -
2002 Apr 16
3
Update: WARNING: --rsh or -e option ignored when connecting to rsyncdaemon]
the --pasword-file= option is only for passing a password to a rsync
server, as you have set up with the rsync --daemon process. Your
rsyncd.conf file is fine, too. The problem is that you aren't calling
your rsync daemon from your commandline. You are trying to connect via
rsync to host as axlink and start a 'rsync --sender' process, to transfer
data within the ssh process.
2001 Oct 19
1
rsync errors
Ah... there's your answer. ssh is working fine, as you say, but you're invoking rsync without telling it to user ssh, so it's using rsh. If you've got this, you don't need rsyncd.conf. The syntax you're using tells rsync to use an external transport.
rsync -e ssh file rmt_host:/tmp
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880
2002 Mar 16
1
(no subject)
I have a similar problem with rsync, though it's not consistent.
sometimes, things just don't come over, and sometimes, things just don't
get deleted. Repeated runs usually correct it. If it's the case of a
directory being replaced with a non-directory, you'll have to add
"--force" to get it to happen. Hope it helps.
Tim Conway
tim.conway@philips.com
2002 Sep 17
2
'error in rsync protocol data stream' - Tim Conway
Tim,
I reported a protocol data stream error on 9/8/2002
Deatils are in my postes at that time
rsync still fails everytime I run it.
This time I added three v's as you just suggested and rsync just hung with
two tasks in execution thus:
root 3178 0.1 0.9 1796 868 pts/1 S 09:57 0:00
/usr/bin/rsync -vvva --delete --exclude=root/snapsh
root 3179 0.0 0.6 1628 632 pts/1
2004 Aug 11
1
Does IConnectHere still work with asterisk?
I want to test outgoing VoIP Cheap, and they have a $5.95/month plan
that would be perfect. I want it to interface through asterisk
though, and I heard some providers are blocking asterisk. I just want
to make sure that it still works before I sign up. Also, if you have
any experience with them, let me know. Thanks,
-Todd
2002 Feb 14
1
unexpected EOF in read_timeout (was Re[2]: [Fwd: Re: meaning of "IO Error: skipping the delete...."]])
This is where it sets a sort of 60 second timeout if you don't set a
timeout at all. As far as what it affects, I'm not that good with the
code. I just know that my big syncs would die in almost exactly 1 minute
unless I specified a timeout, and then would die at that timeout until i
got it very large.
+++++++++++++++++++++++++++++++++++++++++++++++++++++
Tools@willy
2002 Dec 20
1
goodbye
Since I get so many direct inquiries, I feel obligated to mention that I
just got laid off, so am losing this address.
Bye.
Tim Conway
conway.tim@spilihp.com reorder name and reverse domain
303.682.4917 office, 303.921.0301 cell
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, caesupport2 on AIM