search for: boomerangs

Displaying 20 results from an estimated 30 matches for "boomerangs".

Did you mean: boomerang
2004 Dec 23
0
Connect attempt rejected error message
Hello, This is an odd one. My brother has installed iaxcomm on his notebook. He connects to the internet through a WiFi gateway (using DHCP). So, it's probably a one-way connection (and I think this may be part of the problem). Anyway, iaxcomm registers with the Asterisk server correctly and I see the period refresh of the positive authentication. He can receive calls fine. But,
2003 Aug 22
2
3com officeconnect 10/100 NIC not detected
I've plugged in two 3com OfficeConnect 10/100 3CSOHO100B-TX in my freebsd 4.8 box and they are not detected. Do I have to enable some support in the kernel ? Cheers Hannes
2010 Feb 21
3
Decompiler?
Dear All I have disassembled the object file on my CentOS server , by the following : #objdump wmain In the output , I have recognized the intended subroutine that I need to find the exact command syntax that it sends out . To this end , I tried to capture it through 'tcpdump' but didn't success . I read this segment assembly language code but it is somewhat difficult to decode . Can
2004 Nov 29
2
Compiling zaptel 1.0.2 on Fedora Core
I'm trying to get zaptel 1.0.2 compiled on FC2 or FC3 and I'm getting compile time errors. Systems include: FC2: Linux xxxxxxxxxxxx 2.6.9-1.3_FC2 #1 Mon Nov 15 14:46:43 EST 2004 i686 i686 i386 GNU/Linux FC3: Linux xxxxxxxxxxxx 2.6.9-1.681_FC3 #1 Thu Nov 18 15:13:22 EST 2004 x86_64 x86_64 x86_64 GNU/Linux /usr/home/bwright/zaptel-1.0.2> make linux26 ... make -C /usr/src/linux-2.6
2013 Apr 25
6
[LLVMdev] Proposal for new Legalization framework
On Wed, Apr 24, 2013 at 5:26 PM, Chris Lattner <clattner at apple.com> wrote: > On Apr 24, 2013, at 5:01 PM, Dan Gohman <dan433584 at gmail.com> wrote: > > In the spirit of the (long-term) intent to migrate away from the > SelectionDAG framework, it is desirable to implement legalization passes as > discrete passes. Attached is a patch which implements the beginning of
2001 Dec 06
0
3D spatial statistics
Dear R Users, This is only partly an R question, but I would be very grateful if anyone could offer some suggestions for approaches or packages I could use in R. I have 11 sets of points in 3D (synapses in a region of a fly's brain for 11 different kinds of neurons as it happens); each set has between 80-250 points distributed in an irregularly shaped cloud. I would like to calculate a) a
2010 Feb 11
2
Problem with retreaving numeric data
Hi all, I am trying to get a value from a dataset in data set its stored as 001 but while i am trying to retreave it its giving as 1 can any one help me to retreave it as 001 thanks in advance kiran [[alternative HTML version deleted]]
2003 Jan 23
0
[pxelinux] kernel not recognising NIC after boot
Hi, I've got a system with a 3com 590 NIC (Boomerang / Vortex), and instructed it to boot using PXE. System load the initrd and the kernel image from the FTP server, boots the image and starts the install routine. So far so good. The strange part is that after the PXE boot completes the kernel doesn't detec the NIC. It's not a driver issue, the same kernel on a floppy does
2003 Aug 12
0
excellently
...ulate exchequer tattler > exhilarate accessibility countries 4th sclerosis hospice blvd > hypothalamic tappet acronyms talkativeness meridional botches allstate > bodybuilding exceeding powder boyishness breaches hydrology satanic > breaching cringe tall bowdlerize excretion boomerangs illustrations > ampex maybe bonaventure icings temperance portulaca militarily > accordions blaine > > References > > 1. http://srd.yahoo.com/drst/bowed/*http://www.med12z.com/sh/index.html > _______________________________________________ > openssh-unix-dev maili...
2004 Jul 13
0
Looking for US ISDN card...
Not having a whole lot of luck... I've decided I need to open up the search to cards with S/T interfaces and just find an NT1, too. Can someone with experience give me some pointers what would be easy to find, and easy to configure under Linux? I've stumbled across an Eicon card that's just labeled "DIVA T/A PCI", both on stickers and printed on the circuit board. Is this
2000 Mar 30
1
Problem with Samba 2.0.5 and Q&A
Hi guys.. I have a very strange problem with Samba version 2.0.5a and Q&A Ver 5.0 for DOS (eeek.. I know.. Symantec stopped supporting it 2 yrs ago) The error i get is: ! Problem ! System error, please try again (see Appendix C). Press Esc to cancel. Ref#:04EC It seems to be related to drive size/samba/fstype or something.. The share that I am mapping the clients to (win95 and win 311)
2001 Jan 29
1
BCB build successful?
Ha ha! I'm don't know what change I made that cleared up the errors, but I can figure that out later. Of course, I immediately tested my new oggenc. Using the same input file and default options, I get these results: [MSVC] File length: 4m 21.0s Elapsed time: 0m 54.0s Rate: 4.8333 Average bitrate: 129.6 kb/s File size: 4,229,428 [BCB]
2008 Jan 27
0
[LLVMdev] Question to Chris
Thank you for this reply. However, I've already read this thesis. (Mr. Doug Simon in Sun microsystems I mentioned was her student.) This is a quite good article for reverse engineering but this is only useful for my alternative way which is trying to derive HL code from a machine assembly. This thesis is a little bit old before SSA form becomes quite popular so does not deal with any PHI
2008 Jan 26
2
[LLVMdev] Question to Chris
Dear Dr.Lattner Hello, Dr.Lattner. You may find your reply at http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-August/010479.html and other your replies to me right up and down at the list. You had suggested me to read the "structural analysis" section in Muchnick's book. Thank you for this. I bought and read it, which was very helpful but... I still don't have any idea
2004 Jul 26
5
Upgrade from Altigen
Hi Everyone. I have a client that uses an Altigen system. I am really new to PBX systems so all this is totally foreign to me. They currently have 5 inbound trunk lines and about 20 analog phones. >From what I can gather they are using the Altigen Quantum cards that support 8 extensions and 4 trunks. >From what I can gather the solution is a TDM04B and TDM01B to bring in the lines from
2007 Nov 02
3
script.aculo.us: onUpdate in Sortable.create
Can''t seem to get the onUpdate to work in for a sortable list. I am following the documentation and the included functional tests but nothing is firing for me. Any idea why? Sortable.create(''list1'', { tree:true , onUpdate:function(sortable){ alert(''onUpdate'') } , handle: ''handle'' , scroll:window ,
2003 Jun 04
1
Broken -STABLE kernel build?
Is anyone else seeing this: perl @/kern/makeops.pl -h @/opencrypto/crypto_if.m rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/obj/usr/local/src-STABLE/src/i386/usr/include /usr/local/src-STABLE/src/sys/modules/hifn/../../dev/hifn/hifn7751.c /usr/local/src-STABLE/src/sys/modules/hifn/../../dev/hifn/hifn7751.c:47: opt_hifn.h: No such file or
2003 Aug 22
1
nforce2 usb is broken on -stable
Hi All, I'm running stable from August 19/2003. I've got a few A7N8X-Deluxe boards. One Rev1.0 and two Rev2.0. While the 1.0 board works, the 2.0 boards lock up on boot during the uhub0 bus discovery. It's extremely frustrating :) ... While I can boot without the devices and attach them later, the devices ( logitech usb keyboard, logitech mouse, rio800, samsung CDMA adapter,
2003 Jul 17
1
device troubles after stable update
After updating my kernel from a 4.7-stable to 4.8-stable update, my SB PCI128 is no longer recognized by the pcm driver. Here is my dmesg: FreeBSD 4.8-STABLE #0: Thu Jul 17 14:13:52 CDT 2003 root@hautlos.stout.osu-res.okstate.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: AMD Athlon(tm) Processor (800.03-MHz 686-class CPU) Origin =
2003 Aug 01
0
gdb coredumps
Hi, After kernel panic I couldn't get gdb work properly. msi$ uname -sr FreeBSD 4.7-RELEASE msi$ gdb -k /usr/src/sys/compile/MSINW/kernel.debug vmcore.0 GNU gdb 4.18 (FreeBSD) Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show