search for: geocrawl

Displaying 16 results from an estimated 16 matches for "geocrawl".

Did you mean: geocrawler
2002 Aug 05
3
Cross-Compiling VP3 lib on Linux
...rom On2 just told me about this list. A few months ago, I managed to get On2's VP3 source snapshot to compile under Linux, a feat that many have apparently attempted and quickly abandoned. I compiled a small console app and the results of the experiment are explained here: http://www.geocrawler.com/archives/3/22001/2002/5/0/8664041/ Last night, I finally took that same experiment and formed a xine video decoder plugin from it. (Aside: xine is a multimedia player for Linux that I help develop: http://xine.sf.net) The plugin appeared to work all right in that it did not crash. Th...
2003 Jul 30
1
kernel panic
...erenced by a tcp pcb. I searched through the archives and found an identical stack trace in this message from 2000: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=322837+0+archive/2000/freebsd-s table/20000625.freebsd-stable This was apparently fixed by a patch discussed in this thread. http://www.geocrawler.com/archives/3/171/2000/11/0/4718890/ The patch was applied to version 1.66 and 1.67 of /sys/kern/kern_resource.c I browsed through the CVS for these changes, but found no evidence of them ever being merged to RELENG_4. This is a real memory corruption in the kernel. If these changes were nev...
2003 Jun 27
3
alternate system clock has died
...ing the message in the subject when I run systat -vm on a lightly loaded server. Top shows interesting CPU usage %: CPU states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 0.0% idle Some Googling tells me that a fix for this went in around 1998 in sys/i386/isa/clock.c, see http://www.geocrawler.com/archives/3/159/1998/7/0/777198/ (fix verified to be present in RELENG_4_8 which is what the machine is running). Since I'm the only one with this problem I'm assuming some hardware clock has died, but now I'm trying to find out which one exactly. Could this have to do with the b...
2002 Jan 15
1
MKL seems to beat ATLAS, but some problems... (was RE: linkin g R against MKL)
...d make check, it choked on a call to La.eigen, complaining that "lapack routines cannot be loaded". If anyone can provide some hints, I'd really appreciate it. Note: MKL is claimed to contain full lapack routines. The test that Thomas referred to on the ATLAS list is at: http://www.geocrawler.com/archives/3/15666/2001/9/0/ The note said that MKL 5.1 beta was not compared because of NDA on the beta. Since the one I downloaded is not beta, and there are no NDA clause in the license, I suppose I won't be sued for posting the following comparison. For n=1000, 10000, and 100000, x is...
2004 Sep 10
1
FLAC plugin available
...t thought you might want to know that we are making FLAC decode and encode plugins for GStreamer. (http://www.gstreamer.net). The decoder plugin is already in CVS and the encoder plugin is underway, the plugins are made by one of our lead developers Wim Taymans. FLAC decoder CVS entry: (http://www.geocrawler.com/lists/3/SourceForge/1535/0/5982915/) Thanks for the great work. Christian
2002 Jun 02
0
daemontools supervise and smbd
...ty * become_daemon(); * */ } ------------------------------------------------------------------------------------ subproblem 2: when you kill smbd with "svc -d smbd", smbd process kill also supervise solution 2: the problem is addressed in http://www.geocrawler.com/archives/3/503/2001/12/0/7433256/ ; we can use the -i swith (interactive mode) subproblem 3: using -i we need to use inetd or tcpserver; but -i + tcpserver is not possible since tcpserver doesnot handle udp packets; we have to use smbd in daemon mode s...
2003 Sep 15
1
md5 salt
Hi, I was looking at the crypt(3) manpage, and I'm having a hard time figuring out what the allowed characters are for the salt in md5 and blowfish encryption. For DES, it clearly states that only numbers, letters and digits may be used. Does anyone know the rules for md5/blowfish salt characters? Thanks, Charles -- Charles Sprickman spork@inch.com
2003 Jul 17
1
write_socket: Error writing 4 bytes to socket 5: ERRNO =Connection reset by peer
Hi Kristis, Kristis Makris wrote on Friday, 18 July 2003 9:19 a.m.: > [2003/07/17 12:16:06, 0] lib/util_sock.c:get_socket_addr(900) > getpeername failed. Error was Transport endpoint is not connected > [2003/07/17 12:16:06, 0] lib/util_sock.c:write_socket_data(388) > write_socket_data: write failure. Error = Connection reset by peer > [2003/07/17 12:16:06, 0]
2002 Feb 14
2
OGG lossless?
Hello, I noticed that kbps jumps quite high in -q 10 mode and is nearing lossless compressors. Would it be a difficult task to make OGG a lossless compressor at -q 10? I don't know much about lossy/lossless compression internal logic, so excuse me if my question is out of place. But this would be a really nice feature that would make OGG an "all in one" tool. Cheers, Bostjan
2002 Jan 14
2
few question
hi, i'm wondering aboot the option "vendor-class identifier" what means these two number? i have actually us it in my dhcpd.conf, and all is working, but i don't know what it mean.... if substring (option vendor-class-identifier, 0, 3) = "PXE" i have the same question for the "option vendor-encapsulated-options" ? this is just because, i just read a ltsp
2003 May 13
1
4.8-RELEASE not identifying scsi drives
A problem with 4.8 reported by myself and Aaron D. Gifford. Anyone in -stable who knows more? ******** I'm assembling a Compaq 1850R with attached storage system. For the built in scsi controller (sym), there are three drives internally on channel 1 + 5 drives externally on channel 2. During boot, I can see all disks being identified first by the machine itself and then in the early part
2002 Feb 04
3
Allwell doesn't respond to OACK with ACK in TFTP
I'm trying to network-boot a GCT Allwell set-top box without success. My frustration level is high. The problem seems to be that the Allwell is sending a RRQ with an option. tftp-hpa responds with an OACK, and waits for the corresponding ACK from the Allwell. The Allwell never sends that ACK, but instead continues with the same RRQ until timeout. Having read RFC1782, this makes me think
2004 Sep 10
2
flac in the filesystem?
...at about concurrent reads?" . On an unrelated note, have you considered the possibility I mentioned several months ago of making it possible to write the STREAMINFO block without knowing anything about the format? I would link to the original message in the archive to refresh your memory, but geocrawler is down for nightly maintenance. Joshua [0] I made that claim up, but I hope it's true. In any case, the reduced I/O should at least help compensate for the overhead of having to decompress on-the-fly. -- Joshua Haberman <joshua@haberman.com>
2000 Apr 12
1
AW: Machines not disappearing from browse list
I've exactly the same problem. My config looks similar to yours: 1 samba as wins server (wins support=yes" on one segment, 1 samba as "wins server client" (wins server = xxx). The "wins server client" never discards machines from segment 1. I looked at the browse.dat and the wins.dat on the server on segment 1. There are no entries of the shutdowned maschines. Only in
2004 Oct 21
5
IPTABLES question in general
Hello All, I have a question in regards to iptables in general, I have been getting these log messages for a while now, and I am trying to figure out why these are coming in, I know that I am dropping all packets from the net 2 dmz named service. My question is why would I get these all the time, they are from multiple different sites. Are they trying to do something to my host or is this a
2003 Dec 01
0
No subject
...ceive > the DOS Error 4 message, that means exactly a limitation in the number > of files open by the server. > My question: where in the Linux or in the Samba can I increase the number > of files open (except, sure, the line max files open in the smb.conf > file)? see http://www.geocrawler.com/lists/3/Linux/35/25/6470751/ I answered this some hours ago in the linux-kernel mailing list, the explanation is about sockets, but it applies to max number of open files as well. - Arnaldo Return-Path: <jmalone@horizonind.com> Delivered-To: samba@lists.samba.org Received: from webser...