search for: misspelt

Displaying 14 results from an estimated 14 matches for "misspelt".

2002 Feb 12
1
socket.c: HAVE_SOCKADDR_LEN misspelt as HAVE_SOCK_SIN_LEN
This causes a compile error on Solaris. Fix: Index: socket.c =================================================================== RCS file: /cvsroot/rsync/socket.c,v retrieving revision 1.73 diff -u -r1.73 socket.c --- socket.c 25 Jan 2002 02:13:05 -0000 1.73 +++ socket.c 11 Feb 2002 20:04:33 -0000 @@ -590,7 +590,7 @@ if ((listener = socket(PF_INET, SOCK_STREAM, 0)) == -1) goto failed;
2016 Jun 27
2
Two minor build system patches.
...AC_CHECK_LIB, looking for ncursesw before ncurses since ncurses is usually build with wide character support in which case non-w prefixed libraries are not created. ArchLinux (and Conda) then make fake ld linker libraries for the non-w prefixed ones. The second patch fixes a typo where CPPFLAGS is misspelt as CPPLAGS which causes them to be forgotten about in the middle of configure. Best regards, Ray. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Use-AC_SEARCH_LIBS-to-search-for-ncursesw-then-ncurs.patch Type: text/x-patch Size: 4268 bytes Desc: not ava...
2014 Jul 21
1
Call Identifier Logging
...could do something like this, but it seems like a terrible hack: same => n,Set(CALLID=${SHELL(asterisk -rx "core show channel ${CHANNEL}" | grep ' Call Identifer' | egrep -o 'C-[0-9a-f]+')}) Also as a side note, in the core show channel output ' Identifier' is misspelt as ' Identifer' Steven Wheeler -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140721/81682f31/attachment.html>
2009 Jan 21
2
Firefox error msg.
After my / disk seemed to be failing and found many files disappeared, I decided to remove it. I moved my other disk to it's place. Long story omitted. After installing my backup of /home and seeing firefox not restart, I started it from the command line with the immediate error: Could not find compatible GRE between version 1.9.0.5 and 1.9.0.5. I'm sorry, I'm at a complete loss.
2012 Dec 27
4
How do *you* test your changes to dialplans ruled by GotoIfTime?
...c?ivr-lightspeed-after-hours,s,1) exten => YYYY821190,n,GotoIfTime(9:00-18:00,*,26,dec?ivr-lightspeed-day,s,1) then failed to notice the problem until it was too late. Of course, that only applied on Boxing day and couldn't be noticed earlier, either. I suppose the first problem where I misspelt the dialplan can be solved by testing the dialplan in another extension and modifying the time to "now + 2 minutes". But how can I avoid stupid errors in the extension number, when testing by definition requires that I change the extension number to and fro? This appears to boil dow...
2012 Oct 29
4
RPM file download
I see a package "x246-0.120-5.20120303.el6 (i686)" available in my Add/Remove Software tool. I can't find said package in any of the repos I've searched through. Can anyone point me to a link where I can download that package to my local repo? -- _ ?v? /(_)\ ^ ^ Mark LaPierre Registerd Linux user No #267004 https://linuxcounter.net/ ****
2011 Feb 18
2
Ubuntu10.10 + Wine + Apache(Win32) = Can't open html
I 've intall httpd-2.2.17-win32-x86-no_ssl.msi (from http://httpd.apache.org/download.cgi -> http://labs.renren.com/apache-mirror//httpd/binaries/win32/httpd-2.2.17-win32-x86-no_ssl.msi ) by Wine1.3.13 in Ubuntu 10.10 successfully. And Apache HTTP Server (httpd) 2.2.17 can run nromal, but I found that if size of html file is more than 255 bytes, web browser can't open this html from
2007 Mar 28
3
multi-level modeling & R?
A colleague was asking me if R does multi-level modelling as opposed to multiple regression. Since I have no knowledge of multi-level modelling (except 5 minutes googling ) I thought that I would as here. Does are offer any multi-level modeling packages? It looked like arm might be one but I was not sure. Thanks
2011 May 05
2
Kernel panic - not syncing: Attempted to kill init!
Hello everyone, I''m quite a newbie with Xen and I''m currently having an issue. I run Xen 4 on Debian Squeeze x64 and I''m trying to build an OpenFiler DomU from the Xen domU filesystem tarbal they provide (See http://www.openfiler.com/community/download/). I downloaded the tarball and run ''tar xzpvf /root/soft/openfiler-2.3-x86_64.tar.gz'' to extract
2012 Aug 02
4
[problem in `xl_cmdimpl.c`] Why pid return by fork() in parent process is not the same with pid returned by getpid()?
Hi all, In xen-4.1.2/tools/libxl/xl_cmdimpl.c : create_domain(), it starts up a child daemon process waiting for the domain death, there are several lines echo the child pid as follows: 1592 if (child1) { /*it''s in the parent*/ 1593 printf("Daemon running with PID %d\n", child1); /**it''s in the child/ 1643
2017 Jan 06
0
Wine release 2.0-rc4
...mory leak in format_string_callback error path. Alexandre Julliard (3): gdi32: Support PALETTEINDEX colors for 1-bpp DIB blits. ole32/tests: Add a test for WM_DRAWCLIPBOARD during OleSetClipboard. Update copyright info for 2017. Alistair Leslie-Hughes (2): include: Correct misspelt GCPCLASS_PREBOUNDRTL define. include: Add LLONG_MIN, LLONG_MAX, ULLONG_MAX defines. Andrew Eikum (3): dsound: Fix rolloff factor calculation. dsound: Use the value from SetVolume when 3D processing is disabled. dsound: Don't write more than three periods to IAudioClient...
1998 May 30
9
"Flavors of Security Through Obscurity"
This was posted not too long ago on sci.crypt... Enjoy... I think the most relevant information is near the top, but it''s all quite good... :-) -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- There is no intrinsic difference between algorithm and data, the same information can be viewed as data in one context and as algorithm in another. Why then do so many people claim that encryption algorithms
2006 Jul 24
7
[PATCH] Support for DB Clusters/Replication in ActiveRecord (RFC)
...when nil, :write + # Provides write connection on nil for backwards compatibility. + id = round_robin_write_connection.object_id + when :read + id = round_robin_read_connection.object_id + else + # If someone passes garbage, raise error. + # they could have misspelt "read" and that could bork their database. + raise ActiveRecordError, "Connection type can only be read or write." + end + if conn = active_connections[id] conn else # retrieve_connection sets the cache key. - conn = retri...
2011 Jul 11
36
has_many and belongs_to association
Hi , I want to test the one below but I got the problem belongs_to :name, :class_name => "Phrase", :foreign_key => "name" in my test context "test"do should have_many :phrases end in language.rb belongs_to :name, :class_name => "Phrase", :foreign_key => "name" error is 1) Failure: test: check has_many and belongs_to