Displaying 20 results from an estimated 12572 matches for "prompting".
Did you mean:
promoting
2005 Dec 20
1
Unstable rails app
Hello,
My rails app is often not responding: see http://dev.rubyonrails.org/ticket/3299
Using latest lighttpd's freebsd port and rails 1.0
Thank your for your help !
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2005 Dec 17
0
[rails|fcgi bug] Rails app not responding
Hello,
I really can't say if it's rails or fastcgi related, but sometimes
rails is not responding.
See some output from ./script/process/reaper:
./script/process/reaper
Restarting [22804] /usr/local/bin/ruby18 /usr/home/www/public/dispatch.fcgi
Restarting [22806] /usr/local/bin/ruby18 /usr/home/www/public/dispatch.fcgi
Restarting [22807] /usr/local/bin/ruby18
2016 Sep 16
1
getGraphicsEvent() questions, minor feature/tweak request, and patch(es).
Hey all, new R user and first timer here.
I've been using getGraphicsEvent() on an X11-Xlib device in a kind of
interactive loop, and would like to be able to stop it from printing
newlines in the console when I don't actually want to print a prompt.
Even an empty "" value still causes a newline right now.
To not break any code that depends on this behavior, I figured getting
2006 Mar 09
4
IVR woes
Hello all. I'm having a problem debugging an IVR I'm building. I can't see any reason this shouldn't be working.
Firstly the asterisk version is:
Asterisk SVN-trunk-r7230 built by root @ localhost.localdomain on a i686 running Linux on 2006-02-17 22:44:48 UTC
Basically the problem is this. While the playbacks are happening you can push any one of the options and to happily
2017 Feb 07
2
buggy ANSI escape sequences in R prompt
When R is run interactively in a terminal which supports colors, it is
possible to use ANSI escape sequences in order to put colors in the prompt,
such as
options(prompt = "\033[0;31mThis is red\033[0m> ")
Unfortunately, something goes wrong because for long command lines, the
line continuation override the prompt instead of being written in the next
line. The problem gets worse
2016 Jul 30
4
Removing mailbox and password prompt for voicemail
Hello,
I am using Asterisk voicemail on a CentOS 7 server. I would like to be able
to remove the 'mailbox' prompt and 'password' prompt when a user tries to
access their voicemail. I can remove the 'password' prompt by not setting a
password for the user, but the 'mailbox' prompt is always heard. Please let
me know how Asterisk can be configured to remove these
2009 Feb 27
1
change language and playback issue
Hi,
I have problem with Asterisk 1.6.0.1. I need to change language for
playing prompts in Lithuanian. But in Asterisk 1.6.0.1 version everytime
plays in English, but in Asterisk 1.4.x I haven't any problem. Maybe it is a
bug ...? So I paste my test dialpan and prompt's locations. I hope this
helps you.
Files are:
[root at voip asterisk]# find /var/lib/asterisk/sounds/test -name
2004 Jan 06
1
Keychain Patch Try II
Sorry; here's the message I sent with the Keychain Patch yesterday. I
didn't realize that the list wouldn't extract the text parts of the
message. Enjoy.
Hey all,
Here's the patch to let SSH store passwords in the Mac OS X Keychain.
I don't know whether you guys want to include it or not with the
distribution; some people have said that since Keychain is not an open
2007 Aug 23
3
Asterisk Prompt
Hi List;
I read the following sentence:
"The CLI prompt is set with the ASTERISK_PROMPT UNIX
environment variable"
In the following link:
http://www.voip-info.org/wiki/index.php
page=Asterisk+CLI+prompt
The question is: what is the ASTERISK_PROMPT UNIX
environment variable and where I can access it to
change it? Also where I can find information about it?
Regards
Bilal Ghayad
2009 Apr 18
2
source code for prompt()
Dear R community,
pardon my ignorance but how would you get the source code for"non-visible
functions" ?
For example, I would like to see and modify the source code for the prompt()
function.
Thanks!
Markus
[[alternative HTML version deleted]]
2003 Apr 26
2
German voicemail prompts, anybody?
Hi all,
I'm trying to build a little voicemail server based on asterisk here,
using Asterisk's "Commedian Mail" application. Unfortunately, I'd expect
some people to have trouble using the English prompts that come with
asterisk.
However, I can't imagine I'm the first person who has this problem, and
Commedian Mail seems to support multilingual prompts fine, it's
2012 Nov 28
3
5.00pre11 initial comments
Initial comments about 5.00-pre11.
1_ Using ctrl+v at the boot prompt:
SYSLINUX 5.00 5.00-pre11CHS Copyright ...
Initial copyright notice when booting to Syslinux prompt:
SYSLINUX 5.00 CHS 5.00-pre11 Copyright ...
Request: make the ctrl+v result to be shown as the initial copyright
notice (including order and space characters).
2_ Hello.c32 is still behaving differently than in 4.06.
2008 Mar 06
1
Sweave and the prompt
Hi the list
I would also like to remove the prompt, in order to let the reader
cut-and-paste from pdf to R. So I set the prompt to " " with
options(prompt=" ",continue=" ")
But it add an extrat space at the start of each line. I also try some code
options(prompt="\a",continue="\a")
After a big figth in my office (my college did not like my new
2005 Sep 19
1
Prompt translation: can't find "please wait try ext" prompt filename
Hi all,
I'm currently doing a french canadian (quebec) translation of the
prompts. Almost all the about 140 default prompts are done, but there is
one I can't find...
In the directory, when the user found the good persor it press '1'. Then
"Please whait while I try extension..." prompt is played. I can't find
it and in "asterisk -r" mode the prompt is not
2006 Jan 23
4
su, context(selinux?) 2nd prompt
With a recent update of CentOS4, su's behavior has changed, in that after
prompting for password, also prompts for (selinux?) context. I'm seeing
something like:
$ su
Password:
Your default context is root:system_r:unconfined_t.
Do you want to choose a different one? [n]
kde's kdesu barfs on this second prompt. Any way to disable this second
prompt?
-- Rex
2004 Feb 06
2
OpenSSH -> PAM -> Password Prompt
I have been looking forward to the full PAM integration into OpenSSH for some
time. I have been downloading many of the SNAP shots and testing them out on
Solaris 5.8 and Solaris 5.9, and have been impressed with the improvements of late.
One thing that I have noticed, however, is that when utilizing PAM ->
UsePAM=Yes, that the password prompt reads
Password:
Now, I realize that this is
2020 May 31
5
CLI color prompt
Hello,
how can I change the color of the asterisk prompt to red ?
I read in the wiki that I can use %Cn[;n]
https://wiki.asterisk.org/wiki/display/AST/Asterisk+CLI+Configuration
But what does this mean ?
There is no example how to actually use it.
where do I put it?
What syntax is that anyway?
How do I specify red ?
I currently have this in my environment:
export ASTERISK_PROMPT="[%H]:
2004 Mar 24
2
Where does the "prompt come from"
Hi All !
I have a little question about the shell that is run when establishing a
connection towards an SSH server.
The client(OpenSSH) displays a prompt(as usual) when a command is executed,
but my question is, where does the prompt come from.
Is it sent by the remote shell or is it handled in the client ??
The reason I ask is that we have developed a product that redirects
stdin/stdout/stderr
2022 Jun 01
5
[Bug 3439] New: identify password prompts
https://bugzilla.mindrot.org/show_bug.cgi?id=3439
Bug ID: 3439
Summary: identify password prompts
Product: Portable OpenSSH
Version: v9.0p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at
2017 Feb 07
0
buggy ANSI escape sequences in R prompt
I guess that R does not know about ANSI sequences, and it calculates the
width of the prompt including the characters in the sequences. You cannot
do much about this, except maybe use a prompt that has two lines. You can
put the colored text and whatever you like in the first line, and the
second line can be non-ANSI.
Note that this works in the terminal, but does not work in RStudio. RStudio