similar to: 408 Request Timeout

Displaying 20 results from an estimated 120 matches similar to: "408 Request Timeout"

2008 Apr 11
2
YASP on puppetrun
YASP... Yet Another SSL Problem, this time on puppetrun. $ sudo puppetrun -p 10 --host anotherhost -t aze Failed to load ruby LDAP library. LDAP functionality will not be available Triggering anotherhost Host anotherhost failed: Certificates were not trusted: tlsv1 alert unknown ca anotherhost finished with exit code 2 Failed: anotherhost Running with "strace -f" shows that
2008 Mar 30
1
package.skeleton.S4
Hi the devel list. I am adapting the package.skeleton to S4 classes and methods I would have been very proud to post a new working function on this list. Unfortunately, I do not manage to solve all the problems. Mainly - sys.source does not compile a file with setClass - dumpMethod does not exists yet In the following code, thise two problems are notified by a line ################# Still
2010 May 25
1
using the name of an argument in a function
Hi all, In a function, I need to get the name of a variable that has been used to call the function. For example, I want: --- 8< ------ toto <- 3 fun <- function(y){ nameOfY <-deparse(substitute(y)) cat("name is ",nameOfY) } fun(toto) # [1] name is toto --- 8< ---- But deparse(substitute(y)) does not work all the time, especially when we use generic function.
2012 Nov 29
2
rsync using huge traffic
Hey, I'm using rsync to backup my server but there is a problem because rsync is using very huge amounts traffic. But first to the setup. The server I backup has 4GB of data and I use the following command to backup this data. /usr/bin/rsync -aze 'ssh -i /root/.ssh/backup.key -l backupuser' --rsync-path='sudo rsync' --delete --exclude-from=ex.list $SRC $TRG The problem is
2010 Feb 17
0
R in Institutional Research - Institutional Effectiveness (Higher Education)
Everyone: If you work in Higher Education, in either an office of Institutional Research or an office Institutional Effectiveness, I'm keen to hear from you on how you use R, individually or with colleagues. Why do you use R? Is the cost savings an issue? Do you also maintain a license to more established packages (e.g., SPSS, SAS, or Minitab)? Are you encouraged (allowed?) to
2009 Jan 14
4
DO NOT REPLY [Bug 6032] New: error in rsync protocol data stream
https://bugzilla.samba.org/show_bug.cgi?id=6032 Summary: error in rsync protocol data stream Product: rsync Version: 3.0.4 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: rmang@lexiconn.com
2020 Aug 10
2
[RFC] Machine Function Splitter - Split out cold blocks from machine functions using profile data
>Exceptions >All eh pads are grouped together regardless of their coldness and are part of the original function. There are outstanding issues with splitting eh pads if they reside in separate sections in the binary. This remains as part of future work. Can you elaborate more on the outstanding issues with splitting eh pads? From my dip into the unwind map in gcc_except_table the
2009 Jun 05
2
find a sequence of characters in a vector
Hello, I'm just looking for an easy way to find the positions of a complete sequence in a bigger vector. For example : c("a","z","e") in c("a","z","e","r","t","a","z","a","z","e","c") and the result should be 1 8 that is the positions of the beginning of
2018 Mar 29
1
lda / postfix / dovecot -- bounced messages not working
I saw another thread about this topic, but I did not understand the solution. . . I recently discovered my bounced messages were not getting delivered. Obviously since I was not getting any messages, I thought everything was fine. Anyway, my maillog has entries similar to below for bounced messages: Mar 29 10:48:09 firewall postfix/pipe[9089]: 19565807: to=<myuser at my.domain>,
2008 Jan 22
2
Could not set file on ensure: undefined method `[]'' for nil:NilClass
Hi, I had a working puppet setup using version 0.22 until the ruby security patch bit me. I tried upgrading server and clients to 0.24.1 however my old manifests don''t seem to work anymore. When I run puppetd on the client I see lots of messages like: err: //Node[waterbuck]/yumupdater/Remotefile[/etc/cron.hourly/yumupdater]/File[/etc/cron.hourly/yumupdater]/ensure: change from absent
2005 Apr 21
1
pxelinux 3.08-pre8 hangs at boot prompt under vmware GSX
I'm using pxelinux to boot vmware instances, running VMware-gsx-3.1.0-9089. When I enable the boot: prompt, the prompt is displayed but then keyboard input is not echoed promptly. By that, I mean that if you hit a few keys they wont be echoed until several minutes later. I think the problem relates to the check_for_arp function; if I comment the line in that that calls pxenv, then the
2009 Nov 21
3
Connect two Asterisk Server in IAX ?
Hi My first post get no answer :=<, i post new with new elements. I have two Asterisk server, running on Asterisk 1.6: SRV1 = 192.168.0.5 on Asterisk 1.6.1.4 SRV2 = 192.168.0.20 on Asterisk 1.6.1.8 I want create a link for exchange call. on Srv1: iax.conf: [general] bindport=4569 bindaddr=0.0.0.0 language=fr bandwidth=low jitterbuffer=no forcejitterbuffer=no autokill=yes
2006 Nov 29
2
Copying user accounts (passwords) to another server
Hi Folks, I am doing a server swap out tomorrow and wondered if there was a utility that will copy user account details and their current passwords from one server to another (both CentOS 4) - there's only about 15 to do so it's not a major issue. Thanks Nigel Kendrick
2007 Apr 18
1
[Bridge] [BRIDGE] Unaligned access on IA64 when comparing ethernet addresses
From: Evgeny Kravtsunov <emkravts@openvz.org> compare_ether_addr() implicitly requires that the addresses passed are 2-bytes aligned in memory. This is not true for br_stp_change_bridge_id() and br_stp_recalculate_bridge_id() in which one of the addresses is unsigned char *, and thus may not be 2-bytes aligned. Signed-off-by: Evgeny Kravtsunov <emkravts@openvz.org> Signed-off-by:
2014 Jul 30
0
Calls disconnect after 15 minutes | cause=408 ; text="408 Request Timeout"| Asterisk 11.8.1 --> Audiocodes Mediant 2000 v.6.40A.063.001
We're experiencing an issue where calls disconnect after 15 minutes. It seems to happen just after Asterisk sends an update mesage. RTP is being set up directly. Asterisk is only in the SIP dialog. Has anyone experienced this issue? 4 PRIs inbound, 4 PRIs outbound, asterisk provides switching. SIP/2.0 200 OK Via: SIP/2.0/UDP 38.XXX.XXX.XXX:5060;branch=z9hG4bK1c4b524f From:
2012 Sep 02
3
Loading Chess Data
All, What would be the most efficient way to load the data at the following address into a dataframe? http://ratings.fide.com/top.phtml?list=men Thanks, David -- View this message in context: http://r.789695.n4.nabble.com/Loading-Chess-Data-tp4642006.html Sent from the R help mailing list archive at Nabble.com.
2010 Jul 06
0
asterisk: call failed error 408 timeout
Hello every one: I have instaled asterisk in a open suse 10.2 operative system and i try to probe two softphone inside my LAN but i alway receive the same error call failed:error 408 timeout and i don`t have any error in a /var/log/asterisk and any in the CLI i hope your can help me Bye and good look
2003 Jan 03
4
[Bug 408] sshd[25790]: error: socket: Protocol not supported
http://bugzilla.mindrot.org/show_bug.cgi?id=408 ------- Additional Comments From djm at mindrot.org 2003-01-03 15:26 ------- Created an attachment (id=191) --> (http://bugzilla.mindrot.org/attachment.cgi?id=191&action=view) Suppress protocol errors ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2006 Jan 25
3
[Bug 408] iptables-set mark match doesn't work on packets marked by libnetfilter_queue
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=408 ------- Additional Comments From kaber@trash.net 2006-01-25 14:58 MET ------- Created an attachment (id=201) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=201&action=view) patch Fixed by this patch, thanks for the report. -- Configure bugmail:
2002 Oct 02
1
[Bug 408] New: sshd[25790]: error: socket: Protocol not supported
http://bugzilla.mindrot.org/show_bug.cgi?id=408 Summary: sshd[25790]: error: socket: Protocol not supported Product: Portable OpenSSH Version: -current Platform: All OS/Version: OpenBSD Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org