search for: 422

Displaying 20 results from an estimated 642 matches for "422".

Did you mean: 42
2009 Apr 09
4
if ssh port is not port 22
If Port is set to 422 in /etc/ssh/ssh_config, ssh client still tries to use port 22. ssh -p 422 localhost does work however becasue Port is set to 422 in sshd_config geronimo:/data/openssh-5.2p1 # ssh -vvv localhost OpenSSH_5.2p1, OpenSSL 0.9.8e 23 Feb 2007 debug1: Reading configuration data /etc//ssh_config debug3: RN...
2006 Mar 12
4
[Bug 422] 172.16/12 net spec incorrectly understtod as 172.0.0.0/12
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=422 ------- Additional Comments From kaber@trash.net 2006-03-12 19:51 MET ------- I also agree to this. Anyone want to send a patch? :) -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee...
2009 Feb 21
1
VoIP Information in CDRs
...SIP/401-08231540", "") in new stack == Spawn h extension (core-dialplan, h, 3) exited non-zero on 'SIP/401-08231540' Scheduling destruction of SIP dialog '0aa4f73f5c9715b7661b50080a66901f at 10.11.12.1' in 6656 ms (Method: INVITE) set_destination: Parsing <sip:422 at 10.11.12.43:5060;transport=udp> for address/port to send to set_destination: set destination to 10.11.12.43, port 5060 Reliably Transmitting (no NAT) to 10.11.12.43:5060: *BYE sip:422 at 10.11.12.43:5060;transport=udp SIP/2.0 *Via: SIP/2.0/UDP 10.11.12.1:5060;branch=z9hG4bK3077b703;rport Fro...
2009 Mar 09
1
[sem package] path.diagram() ignores the edge.label argument ..?
...quot;,"x2"), c("y1","x1","x2"))) path.model <- specify.model() x1 -> y1, x1-y1 x2 <-> x1, x2-x1 x2 <-> x2, x2-x2 x1 <-> x1, x1-x1 y1 <-> y1, y1-y1 x2 -> y1, x2-y1 summary(sem(path.model, cov.matrix, N = 422)) std.coef(sem(path.model, cov.matrix, N = 422)) standardized.residuals(sem(path.model, cov.matrix, N = 422)) path.diagram(sem(path.model, cov.matrix, N = 422), "test.dot", edge.labes="values", digits=2, ignore.double=FALSE)
2005 May 23
1
OH323 CONTROL PROTOCOL ERROR
...ishedConnectionCheck: connectionState=AwaitingLocalAnswer fastStartState=FastStartDisabled 5:58.629 H225 Answer:41b3f3c8 H323 InternalEstablishedConnectionCheck: connectionState=AwaitingLocalAnswer fastStartState=FastStartDisabled 5:58.629 H225 Answer:41b3f3c8 H225 Reading PDUs: callRef=422 5:59.633 ThreadID=0x4cb6a1c0 H323 Answering call: AnswerCallNow 5:59.634 ThreadID=0x4cb6a1c0 H245 Started control channel 5:59.634 ThreadID=0x4cb6a1c0 H245 Sending TerminalCapabilitySet: outSeq=1 5:59.638 ThreadID=0x4cb6a1c0 H245 Sending PDU: request terminalCapabilitySet { sequenceNu...
2020 Jun 05
0
[PATCH v3 3/3] crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req()
...ypto/virtio/virtio_crypto_algs.c:408:35: error: ???struct ablkcipher_request??? has no member named ???cryptlen??? ./include/linux/kernel.h:866:2: error: first argument to ???__builtin_choose_expr??? not a constant v4.19.125: Build failed! Errors: drivers/crypto/virtio/virtio_crypto_algs.c:422:35: error: ???struct ablkcipher_request??? has no member named ???cryptlen??? drivers/crypto/virtio/virtio_crypto_algs.c:422:35: error: ???struct ablkcipher_request??? has no member named ???cryptlen??? drivers/crypto/virtio/virtio_crypto_algs.c:422:35: error: ???struct ablkcipher_request??...
2009 Nov 08
2
Scheffe test
Dear all, Please help me with the R code which compute SCHEFFE TEST Thanking you in advance Kind regards Mangalani Peter Makananisa Statistical Analyst South African Revenue Service (SARS) Segmentation and Research : Data Modelling Tel: +2712 422 7357 Cell: +2782 456 4669 Fax:+2712 422 6579 Please Note: This email and its contents are subject to our email legal notice which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf
2008 Dec 10
2
Corrupt Header<==Help
Hi, I have a little problem with table header. I am enclosing my TOY example: I have a tab separated file(tsv) with two columns as follow: \\disk(c:) \\processor(1) 322 40 422 60 I read the file using read.table as follow: tab<-read.table("c:/R/file1.tsv", header = TRUE, sep = "\t") ; but when I print it i.e print(tab); I get the following output: X..disk.c.. X..processor.1. 1 322 40 2 422...
2003 Jan 03
0
[Bug 422] /bin/sh: ./ssh-keygen: file or directory not found
http://bugzilla.mindrot.org/show_bug.cgi?id=422 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional...
2008 May 10
0
can javascript handle 422 response
...status]'', "1" , response.status == "done", :onclick => toggle_value(response) %> <%= image_tag ''spinner.gif'', :id => "spinner-#{response.id}", :style => ''display: none'' %> The problem is how do check for a 422 response (i.e. the unprocessable_entity) and uncheck the check box ? Thanks for any help. chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to...
2010 Jan 20
0
(2.3.5) ActionController::Base.session_options[:expire_after] + Error 422/Authenticity Token Issue
...ENV != ''development'') ActionController::Base.session_options[:expire_after] = 15.minutes end This causes a problem: when attempting to login via any browser or any machine, the application responds as it should, but claims that the authenticity token was invalid, presenting the 422 error message in production: "The change you wanted was rejected. Maybe you tried to change something you didn''t have access to." Disabling (commenting) the :expire_after line solves this problem. Has anyone else seen this behavior? Have I overlooked something? Thanks for yo...
2011 Sep 27
0
422 Error when using JMeter for load testing
...I have run tests with 20 and 100 concurrent threads and a ramp-up time of 1 thread per second and the results are ok. However, as soon as I decrease the rampup time so there are multiple threads spawned in a second (even as little as 2 per second), about half of the signup calls fail with an error 422. Once that happens, for those same threads, the Q&A workflow breaks because we are assuming that there is a valid user answering questions. I''m trying to figure out if there is a problem with the application code, server configuration, or JMeter setup. Any thoughts or suggestions on...
2002 Oct 25
0
[Bug 422] New: /bin/sh: ./ssh-keygen: file or directory not found
http://bugzilla.mindrot.org/show_bug.cgi?id=422 Summary: /bin/sh: ./ssh-keygen: file or directory not found Product: Portable OpenSSH Version: 3.5p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system...
2005 Jan 30
1
Slackware + Asterisk + asterisk-addons
Hello I am trying to get asterisk-addons installed so that I can use the mysql cdr feature. OK, I have the MySQL server (mysqld) installed, but I noticed that mysql-devel is also required. I tried to compile asterisk-addons and got a: --CUT--- res_config_mysql.c:422: error: unknown field `realtime_multi_func' specified in initializer res_config_mysql.c:422: warning: excess elements in struct initializer res_config_mysql.c:422: warning: (near initialization for `mysql_engine') res_config_mysql.c:423: error: unknown field `update_func' specified in i...
2007 Nov 21
1
Problem dialing certain numbers with an E1 PRI
...:05 UTC. -- Executing [911070665 at oficina-sup:2] Dial("SIP/199-b7d023e0", "Zap/g1/11070665||Ww") in new stack -- Making new call for cr 33190 -- Requested transfer capability: 0x00 - SPEECH > Protocol Discriminator: Q.931 (8) len=34 > Call Ref: len= 2 (reference 422/0x1A6) (Originator) > Message type: SETUP (5) > [04 03 80 90 a3] > Bearer Capability (len= 5) [ Ext: 1 Q.931 Std: 0 Info transfer capability: Speech (0) > Ext: 1 Trans mode/rate: 64kbps, circuit-mode (16) > Ext: 1 User inf...
2000 Feb 08
1
printutils bug on Linux/Alpha (PR#422)
I am forwarding this bug report from Tim Powers at Red Hat. He is building R 0.99.0 on what will be Red Hat Linux/Alpha 6.2. Martyn -----FW: <20000207172120.D3892@redhat.com>----- Date: Mon, 7 Feb 2000 17:21:20 -0500 From: Tim Powers <timp@redhat.com> To: Martyn Plummer <plummer@iarc.fr> Subject: Re: RPMs for R and contributed packages > > I downloaded the source for
2011 Nov 20
2
Foreman API, problem when creating hostgroups
...itecture_id":"","medium_id":"","environment_id":"","operatingsystem_id":"","ptable_id":"","puppetmaster":"puppet.dev.somewhere.com","root_pass":""} which returns a 422-error [that is: 422 Unprocessable Entity (WebDAV) (RFC 4918) - The request was well-formed but was unable to be followed due to semantic errors.] Processing HostgroupsController#create (for 10.20.7.81 at 2011-11-20 22:14:54) [POST] Parameters: {"architecture_id"=>"", &quo...
2008 Jun 06
2
422/InvalidAuthenticityToken with fb_request_form
All, I''m using the ActiveRecord store for sessions and have gotten form submissions to work, but I can''t get the fb:request-form that''s generated by fb_request_form to work, it doesn''t seem to add hidden fields for the token. Should it? Can it even (add extra fields to the fb:request-form)? My view: <% content_for("challenge_content") do %>
2004 Dec 29
1
Impossible to compile last version of Asterisk
...R=\"/var/log/asterisk\" -DASTCONFPATH=\"/etc/asterisk/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN -DNO_AST_MM -c -o smsq.o smsq.c smsq.c: In function `main': smsq.c:422: `POPT_ARGFLAG_SHOW_DEFAULT' undeclared (first use in this function) smsq.c:422: (Each undeclared identifier is reported only once smsq.c:422: for each function it appears in.) make[1]: *** [smsq.o] Error 1 make[1]: Leaving directory `/usr/src/asterisk/utils' make: *** [subdirs] Error 1 --...
2006 May 09
1
Seg fault when installing package from bad repository
...../../../../R-2.3.0/src/main/eval.c:391 #15 0x010a0d34 in Rf_applyClosure (call=0x18f8cf4, op=0x18d2580, arglist=0x18cfb50, rho=0x18f61ac, suppliedenv=0x181d200) at ../../../../R-2.3.0/src/main/eval.c:581 #16 0x0109d634 in Rf_eval (e=0x18f8cf4, rho=0x18f61ac) at ../../../../R-2.3.0/src/main/eval.c:422 #17 0x0109d66c in Rf_eval (e=0x18d2894, rho=0x18d293c) at ../../../../R-2.3.0/src/main/eval.c:370 #18 0x0109d938 in Rf_eval (e=0x1826b18, rho=0x18d293c) at ../../../../R-2.3.0/src/main/eval.c:357 #19 0x0109f93c in do_begin (call=0x1a37720, op=0x180a0cc, args=0x1a38f2c, rho=0x18d293c) at ../../../.....