search for: 2fx

Displaying 10 results from an estimated 10 matches for "2fx".

Did you mean: 2f
2006 Jun 28
2
2 or more ISDN cards: which comes first ??
Hello, I have setup an asterisk server with two EICON cards, a 4BRI and 2FX. How do I know, which card is the first, so that I can setup capi.conf with the right entries? Thanks for your help, Stefan -- ******************************************** in-put GbR - Das Linux-Systemhaus Stefan-Michael Guenther Moltkestrasse 49 D-76133 Karlsruhe Tel./Fax : +49 (0)721 /...
2009 Feb 25
3
[Bug 1563] New: USE_PIPES unconditionally set in session.c
...er Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: res at qoxp.net In this commit: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/session.c?rev=1.238;content-type=text%2Fx-cvsweb-markup ... the USE_PIPES code was unconditionally turned on with an explicit "#define USE_PIPES". This makes it impossible to turn off via the normal configuration mechanism (configure.ac). Actually, it might be a good idea to add a configure option for this (configure --with-pi...
2006 Oct 25
14
[SEC] Mongrel Temporary Fix For cgi.rb 99% CPU DoS Attack
This is important so please read this message very carefully. There is a DoS for Ruby''s cgi.rb that is easily exploitable. The attack involves sending a malformed multipart MIME body in an HTTP request. The full explanation of the attack as well as how to fix it RIGHT NOW is given below. Most of the work was done by Jeremy Kemper and Jamis Buck. They did all the work of building the
2010 May 24
3
5.2: Solaris 10 x86 x-11 forwarding fails, assign requested address
...usr.bin/ssh/channels.c?rev=1.272.2.1;content-type=text%2Fplain> - view: text<http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/channels.c?rev=1.272.2.1;content-type=text%2Fplain>, markup<http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/channels.c?rev=1.272.2.1;content-type=text%2Fx-cvsweb-markup>, annotated<http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/channels.c?annotate=1.272.2.1> - select for diffs<http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/channels.c?r1=1.272.2.1#rev1.272.2.1> Thu Apr 3 03:42:02 2008 UTC (2 years, 1 month ago) by brad Bra...
2009 Feb 26
1
sftp SSH2_FXP_SYMLINK argument order
Reading 6.10 Dealing with Symbolic links in http://www.openssh.org/txt/draft-ietf-secsh-filexfer-02.txt it seems to say that the first argument ('linkpath') specifies the name of the symlink file to create. ("linkpath' specifies the path name of the symlink to be created"). However, sftp-server.c:process_symlink() seems to reverse this. I.E. the first argument
2009 Dec 24
2
Finding libusb on FreeBSD 8.0
...E_ARGS+= --without-usb PLIST_SUB+= NUT_USB="@comment " .endif ########## - - 8< - - cut here - - ############## The full text of the m4 patch is here: http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/nut/files/extra-patch-m4_nut_check_libusb.m4?rev=1.1;content-type=text%2Fx-cvsweb-markup But the gist of it is that they just hardcode "" and "-lusb" for $CFLAGS and $LDFLAGS, respectively. For many FreeBSD 8.0 users, this will be a non-issue, since they can just run 'make install' in the ports directory. However, given all of the USB stack c...
2008 Jan 27
2
[Bug 14264] New: flash ad that kills your machine
...nd this ad in a web page it will freeze your whole desktop :| How to reproduce: ./swfplay 'http://dd.connextra.com/servlet/controller?service=080110_Football_Planet_300x250&tclk=%5Byour-click-command-here%5D&client=SportingbetGreece&placement=sportime_300x250&image=application%2Fx-shockwave-flash&clickTAG=http%3A//aa.connextra.com/servlet/redirect%3Ftarget%3Dhttp%253A%252F%252Fgr.sportingbet.com%26s%3D080110_Football_Planet_300x250%26a%3DSportingbetGreece%253Asportime_300x250%26tclk%3D%255Byour-click-command-here%255D&template=%2Fservices%2FUltraEditor%2FUltraAdImage...
2009 May 19
3
DO NOT REPLY [Bug 6378] New: "rsync -v -rsync -v --inplace --progress --rsh=ssh -a" reports erroneous and completely unrealistic transferred size
https://bugzilla.samba.org/show_bug.cgi?id=6378 Summary: "rsync -v -rsync -v --inplace --progress --rsh=ssh -a" reports erroneous and completely unrealistic transferred size Product: rsync Version: 3.0.6 Platform: x86 URL: http://www.shlomifish.org/Files/files/code/rsync/jing-
2009 Jan 24
2
Different values for double integral
Dear R useRs, i have the function f1(x, y, z) which i want to integrate for x and y. On the one hand i do this by first integrating for x and then for y, on the other hand i do this the other way round and i wondering why i doesn't get the same result each way? z <- c(80, 20, 40, 30) "f1" <- function(x, y, z) {dgamma(cumsum(z)[-length(z)], shape=x, rate=y)}
2007 Jan 11
0
[PATCH 6/8] HVM save restore: guest memory handling
...l_sent += sent_this_iter; + + DPRINTF("\r %d: sent %d, skipped %d, ", + iter, sent_this_iter, skip_this_iter ); + + if (last_iter) { + print_stats( xc_handle, dom, sent_this_iter, &stats, 1); + + DPRINTF("Total pages sent= %ld (%.2fx)\n", + total_sent, ((float)total_sent)/max_pfn ); + } + + if (last_iter && debug){ + int minusone = -1; + memset(to_send, 0xff, BITMAP_SIZE); + debug = 0; + DPRINTF("Entering debug resend-all mode\n"...