search for: 500s

Displaying 20 results from an estimated 79 matches for "500s".

Did you mean: 500
2008 Feb 05
2
Catching Ajax Failures (not 500s)
I am trying to catch failed Ajax requests, but I''m talking about requests that receive no response from the server (server is down), not responses that result in a 500. The latter can be handled with the onException or onFailure callback, but I am not able to handle the former. To reproduce/test: 1) Start your server 2) Create a page that does this:
2016 Mar 28
2
Is it possible to extend log message?
...*ctx) @@ -448,11 +448,11 @@ do_log(LogLevel level, const char *fmt, va_list args) } else { #if defined(HAVE_OPENLOG_R) && defined(SYSLOG_DATA_INIT) openlog_r(argv0 ? argv0 : __progname, LOG_PID, log_facility, &sd - syslog_r(pri, &sdata, "%.500s", fmtbuf); + syslog_r(pri, &sdata, "%s", fmtbuf); closelog_r(&sdata); #else openlog(argv0 ? argv0 : __progname, LOG_PID, log_facility); - syslog(pri, "%.500s", fmtbuf); + syslog(pri, "%s...
2005 Jul 28
4
strange dial problem with polycom 501
...ne, might end up: 9507291234. Other times the cursor might jump right back to the beginning of the number. This doesn't happen when they enter the number and the press "dial", so it seems to be a digitmap problem. However, the digitmap is nearly the same as what I've used on IP-500s in the past. It is: "[0]|*8|*2xx|#5|#7x|[278]xx|[9]11|9411|9x.T" [Actually it was " [0]|*8|*2xx|#5|#7x|[278]xx|[9]11|9411|9x.T" -- I don't know where that space came from, but I'll take it out and test again today.] Are there any obvious problems with that digitmap?...
2005 Jun 07
3
Polycom Phones & shorter than /24 netmasks
Has anybody tried to use a Polycom phone (I have 500s and 600s) with a netmask shorter than /24? (A network bigger than 255.255.255.0). We've run out of IPs in our initial /24 network, and I'd like to expand it to 255.255.248.0. When I set it to 255.255.248.0 I can ping the phone while the bootloader has control. As soon as the SIP applicatio...
2005 May 27
2
Polycom IP 500 SIP bootrom and firmware upgrades
...I get them? I'm having an intermittent issue regarding DHCP with one of my phones, and I recall when I loaded 1.4.1 on this one phone, it failed once, then it succeeded the second time. I am wondering if a firmware update will help. Or is there any known issues with Fedora Core 2 dhcpd and IP 500s? -- Jeff Ramsey MIS Administrator Tubafor Mill, Inc.
2005 Jul 15
2
seems-to-be-inexpensive source of polycom 301 and501
i have ordered 500s from tritechcoa.com several times over the past 4 months. great service and delivery, and the prices are lowish, only problem is, they add a $20 handling fee per phone, on top of phone price, and shipping, making the lower price not as good -----Original Message----- From: Mojo with Horan &...
2007 Oct 12
5
ZFS on EMC Symmetrix
If anyone is running this configuration, I have some questions for you about Page83 data errors. This message posted from opensolaris.org
2005 Sep 29
2
Is this normal?
Hey, I'm up and running fine with 30 Polycom 500s connected to Asterisk 1.2Beta on Cent OS 4.1 with a Digium TE110 connected to a PRI line. Nearly every hour, almost on the hour I get this: Sep 29 23:01:38 VERBOSE[3567] logger.c: -- B-channel 0/1 successfully restarted on span 1 Sep 29 23:01:38 VERBOSE[3567] logger.c: -- B-channel 0/2...
2005 Oct 09
4
*8 and group pickup not working
Hello I have a Junghanns ISDN BRI card for incoming calls and use SIP Polycom IP300 phones. My config files look like this: features.conf pickupextn = *8 zapata.conf context=frompstnisdn group=1 callgroup=1 pickupgroup=1 I also edited sip.conf like this: group=1 callgroup=1 pickupgroup=1 But on internal and incoming calls if I dial *8 from any phone I cannot pickup. Do I need to add
2014 Dec 01
2
uidNumber. ( Was: What is --rfc2307-from-nss ??)
...in any domain we've ever seen. The RID of BUILTIN\Admins is 300000? Where are you seeing this in the Samba 4 active directory? I don't have my development box in front of me, but the "Administrator" account is showing with an ID = 514 or similar. It's something in the low 500s. Greg
2006 Jan 16
1
Problem with production on Dreamhost - TemplateError
Hi all, I''m trying to deploy my app to Dreamhost for production. I''ve managed to solve all of the Error 500s and it''s *almost* working. When I try and view a page, I get a TemplateError that I don''t get when I''m running from home using InstantRails under Windows. The error is: ActionView::TemplateError (undefined method `user?'' for #<#<Class:0x40a7c224>:0x...
2003 May 06
1
logging command line execs
...able to modify session.c like so: -------------------------------------- case SSH_CMSG_EXEC_CMD: if (type == SSH_CMSG_EXEC_CMD) { command = packet_get_string(&dlen); debug("Exec command '%.500s'", command); /* LOCAL CHANGE: We log this */ log("User %.100s attempting to execute comand '%.500s' on command line", s->pw->pw_name, command); do_exec(s, command);...
2005 Aug 16
1
Advice on old polycom ip 500
I have some IP 500s that I bought used, but the connectors are different than the new ones. There is a Modem/Power RJ11, a Line RJ11, and Handset and headset connector. Does anyone know how they work? -- Chris Mason NetConcepts (264) 497-5670 Fax: (264) 497-8463 Int: (305) 704-7249 Fax: (815)301-9759 Cell: 264-2...
2006 Sep 02
1
custom error handling
Please forgive me if this is a stupid question. If it has been answered already, please point me to the answer, as my searching has been fruitless. How can I programatically handle 404s and 500s when using Mongrel? I''ve read about using a proxy server config (.htaccess for example) to render an ErrorDocument rather than whatever comes from Rails, but I need something different. I would like to send an email on 500 errors, and log 40x errors. It would be nice to do this within my a...
2005 Jun 24
14
apache2 fastcgi (fcgi) internal server errors, still :(
hi all, I can blab, but here is a sample of my /var/log/apache2/error.log, it has all the info: any ideas what I can do prevent 500s from hitting my users? (besides redirecting them with javascript to the same URL which will be fine on the next request? :) thanks, _alex [Fri Jun 24 12:30:45 2005] [error] [client 172.20.0.175] FastCGI: incomplete headers (0 bytes) received from server "/var/www/project_name/publ...
2000 Sep 04
1
trivial patch to post overridden command into env
...t *lc; #endif +static char *saved_command = 0; + /* * Remove local Xauthority file. */ @@ -377,8 +379,11 @@ packet_integrity_check(plen, 0, type); } if (forced_command != NULL) { + saved_command = command; command = forced_command; debug("Forced command '%.500s'", forced_command); + } else { + saved_command = NULL; } if (have_pty) do_exec_pty(s, command, pw); @@ -1042,6 +1047,9 @@ env = xmalloc(envsize * sizeof(char *)); env[0] = NULL; + if (saved_command) { + child_set_env(&env, &envsize, "command", sa...
2006 Oct 19
2
Occasional one-way audio - Sangoma A101
We are having an occasional one w-way audio problem that occurs about every 25 - 30 calls on a system configured as follows: Asterisk 1.2.12.1 Sangoma A101 w/wanpipe beta9 Polycom 500s w 1.5.3 This happens only on inbound calls from the PRI. The external caller can hear our customer answer and say hello, however, our customer cannot here their caller. Typically, the caller calls right back and all is fine. There is no discernable pattern as I can tell. Anyone have, and hopef...
2014 Feb 22
2
[LLVMdev] llvm.org/perf error 500
Hi Chris, llvm.org/perf gives again error 500s. I remember you had a look the last time. Would you mind looking again? Also, is there something which we could do to make LNT more robust. Do you have an idea what the last issue was about? Thanks, Tobias -------- Original Message -------- Subject: buildbot failure in LLVM on polly-perf-O3-p...
2006 May 30
3
Rebuild Indexes Issue
Hi, I have some code to rebuild my ferret indexes but occasionally some stale documents remain in the index even after rebuilding. The only way I could find around this is to manually delete the index files from the filesystem. Here is the code I have for rebuilding one of my indexes for Gifts: # delete existing entries INDEX.size.times {|i| INDEX.delete(i)} gifts =
2009 Dec 02
2
Can't receive mail from outside
...= lmtp_enforce_tls = no lmtp_generic_maps = lmtp_host_lookup = dns lmtp_lhlo_name = $myhostname lmtp_lhlo_timeout = 300s lmtp_line_length_limit = 0 lmtp_mail_timeout = 300s lmtp_mx_address_limit = 5 lmtp_mx_session_limit = 2 lmtp_pix_workaround_delay_time = 10s lmtp_pix_workaround_threshold_time = 500s lmtp_quit_timeout = 300s lmtp_quote_rfc821_envelope = yes lmtp_randomize_addresses = yes lmtp_rcpt_timeout = 300s lmtp_rset_timeout = 20s lmtp_sasl_auth_enable = no lmtp_sasl_mechanism_filter = lmtp_sasl_password_maps = lmtp_sasl_path = lmtp_sasl_security_options = noplaintext, noanonymous lmtp_sas...