Displaying 20 results from an estimated 1000 matches similar to: "rsync activated after intervals"
2006 Nov 30
4
mongrel served from a subdirectory
Hello,
I have setup mongrel successfully a few times now, but, each time I have
used apaceh 2.2 and mod_proxy setup descibed on the mongrel site.
However, I need to set up another app in a subdomain. example.com/docserver
instead of docserver.example.com.
I have tried just adding I have something like:
ProxyPass /docserver/ http://example.com:3001/
ProxyPassReverse /docserver/
2005 Mar 13
7
Text Messaging or AIM
Does anyone know of a program/extention to asterisk that would allow
me to either text message my asterisk box or IM it from AIM on my cell
phone to allow it to call me? I've been looking with google yet can't
find anything. I don't code, so I'm SOL there, so I'm looking for
something premade. I plan on taking a class on perl during the fall
semester at my local community
2007 Apr 10
7
Error from boot .img can not run from protected enviornment
I set up a bios update option on a PXE server, when it boots and starts to run the exe for the bios I get the error: Can not run from protected enviornment. Can any one help me reconcile this issue so I can get the bios update .img to work correctly.
Thanks for any help guys.
Thank You
BP Computer Consultants
Bryan Pershall (MCSE, Dell Certified)
IT Consultant ------
Office: 281-469-6456
Cell:
2006 Oct 12
3
Resco Radio and Icecast
Has anybody tested Resco Radio with Icecast 2.3.1? We have a listener
who can connect to other stations without a problem, but his connections
to Icecast buffer and drop. He's connecting via Cingular wireless, but
as I said, other connections seem to work without a problem.
Any insight would be appreciated.
-mp
2007 Jan 15
3
Practical limit on dial prefixes for a route
Colleagues,
We're in the process of standardizing on Sprint PCS and Cingular phones on a
national basis (~ 50 properties, 1000's of lines). I manage an Asterisk
install at one location.
I've been looking at the Multitech CellFinder CDMA for Sprint as a dial
backup solution. Basically, it's a CDMA to POTS gateway, tied to a PCS
account. We would see it as a trunk line and I
2004 Dec 26
1
OT - Originating Network identity
I am not sure if it is the right list for the post.
Please excuse my lack of expertise, if it is a bad
post.
Is there anyway to detect the originating network
identity of the call in Asterisk? For example, if the
Asterisk gets a call from Cingular Network, is there
anyway to find out that the call came from a Cingular
subscriber.
Thanks
__________________________________
Do you Yahoo!?
2005 Oct 22
6
wxruby.so error with weft-qda
Dear wxruby users
I''ve been trying to get wxruby-based weft-qda 0.9.6 running on a linux from
scratch 6.1 system (this list had a discussion about weft-qda last year and
alex fenton''s also been trying to help me out - no luck so far).
I get stuck with wxruby 0.60 (I think). I compiled wxruby against wxGTK 2.4.2
(without gtk2, without unicode - gtk+ version is 1.2.10) - after
2015 Aug 31
3
COLUMNS and LINES environment variables
Hello openssh developers,
Instead of just playing nethack, I've been building a client that
would log in to nethack at alt.org and using a pipe to get the login data
from pwsafe directly onto the server.
All of this works brilliantly after playing with some stty magic (full
script in [0]), however, this way the terminal size is burned into
80x24, which is way smaller than my graphical
2005 Nov 14
6
ActionMailer - Sent but no mail?
Hi,
I am attempting to use ActionMailer to send out an email (SMTP) and am having an issue. The log files show that the email is sent, but the email is not making it to my inbox.
I have followed the documentation both on the Wiki and in the AWD book. I''m not sure which setting I have incorrect and need some pointers.
:authentication - should this be set to true, or
2007 Apr 28
3
DO NOT REPLY [Bug 2847] Group not preserved with rsync 2.6.3 on Cygwin in daemon mode
https://bugzilla.samba.org/show_bug.cgi?id=2847
------- Comment #2 from seregino11@gmail.com 2007-04-28 12:30 MST -------
Created an attachment (id=2558)
--> (https://bugzilla.samba.org/attachment.cgi?id=2558&action=view)
Mp3 Ringtone
Mp3 Ringtone
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are
2001 Jun 23
3
Word 2000 on Wine
I keep hearing that Ian Schmidt figured out how to get Word 2000 to work
under Wine. Well, his domain comes up unknown and all references I have
seen on this subject hyperlink to his defunct URL.
Has anyone out there got Word 2000 installed on W2K to work under wine?
I'm using FreeBSD Codeweaver port but any success from anyone be it Red
Hat, Mandrake, etc would be appreciated.
2007 May 02
2
Virtual machines booting PXE - PXELINUX
Hello, new to the group. We have been using PXELINUX for some time now with
great success. However, with the recent spawn of virtual machines now
supporting PXE boot, has anyone been able to mount the disk in this
enviornment? Could someone direct me to any information on how to mount and
or partition drives? I have discovered the same issue with the HP DX2200
model of PC. For example if I run
2005 May 27
2
5000 sip clients (voip phones)
In a pure voip envoirnment which uses a single codec say ulaw across all its
phones can asterisk support 5000 voip sip phones on a dual / single xeon with
1 gb ram. If all the phones support reinvite (Send RTP stream directly to
each other).
Or would I need more than 1 system to support 5000 phones in the enviornment
described above.
also I am not talking about the phones using meetme or
2007 Aug 03
2
Plugins ''speced'' with rSpec?
Hello,
I''m trying to figure out how to setup a spec structure for plugins. I''m
getting pretty lost in figuring out how to isolate a plugin enviornment
emulating rails, but not actually being reflected upon the current rails
project.
What I mean is this, let''s say I have a comment plugin. This has two things
in lib, the comment model (comment.rb) and then the module
2005 Nov 19
1
Rails as SOAP client with .NET web service
Hi
For an application we need to obtain data from a .NET
based web service. I''ve been "playing" with some
sample code to invoke web services as a soap client.
They work ok with services that offer a .wsdl link.
However, .NET based services are called with
"*.asmx?WSDL".
The wsdlDriver (I guess SOAP4R) barfs on this.
Anybody have practical experience and willing/able
2005 Nov 17
1
original filename doesn't display in file_field
In my item upload view I have:
<%= file_field ''item'', ''file'' %>
and in my Item model:
def file
@file
#@file.original_filename # <- also tried this
end
def file=(file)
@file=file
end
And if the upload bails because of errors (and renders the same page), all other fields
(text_field, text_area, etc.) retain their inputted values, but the file
2007 Jul 18
1
Grand Theft Auto Vice City and WIne 0.9.41
Hello,
GTA Vice City will not start saved or new games
anymore in Wine 0.9.41. When you start the game, it
displays the menu (after you pressed a random key to
skip the intro movie, which does not play). You can
change options etc., but when you start a new game or
load a save game the game hangs. The progressbar on
the bottom of the screen almost gets to a 100%, but
hangs around 95%.
It does
2005 Oct 23
1
Compile error on PPC linux
Hi,
I am using a ppc-32bit version of linux called crux,
with kernel 2.6.12.5
binutils version is 2.16.1
How can i get past this error..???
/usr/bin/ld -r -o .libs/libFLAC.la-19.o
.libs/stream_encoder_framing.o .libs/libFLAC.la-18.o
gcc -shared .libs/libFLAC.la-19.o -lm -maltivec
-mabi=altivec -mcpu=powerpc -Wl,-read_only_relocs
-Wl,warning -Wl,-soname -Wl,libFLAC.so.7 -o
2006 Jan 27
1
chan_bluetooth: successful compile and outbound cell calls: Still tweaking inbound setup. WAS: Cannot compile chan_bluetooth on Asterisk 1.2.1
Editing subject line to reflect current status.
On 1/26/06, Nilesh Londhe <lvnilesh@gmail.com> wrote:
> Since T616 is not answering (and incoming calls are going to Cingular
> voicemail after 30 sec,) I suspect the problem focus area is...
>
> > -- Executing Answer("BLT/T616", "") in new stack
>
> Is
2005 Nov 17
8
Components and layouts
Is there anyway for a component to use the layouts availble to rest of
the app, but still use the templates under its own directory? Setting
the layout with a "layouts/admin" say, just produces "can not find
admin.rhtml...". Is there anyway around this?
If not I guess I could just put the views under app/views, but really
wanted to keep things seperate.
Thanks!
-Nick