search for: ripcord

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

2005 Jun 09
7
Looking for a good team
Hi all, I''m a software developer from New Zealand. I''ve built a couple of rails sites and have some ajax experience. I''d like to develop on a rails site with the aim of making a business - is anyone else looking to do the same? The two rails sites I built recently are foopad.com and friendr.com. Regards, Ben
2015 Nov 10
2
Docs for leak checker (and other sanitizers)?
...39;t think lsan supports this mode directly, > but why do you think that the init-time allocations are going to be > "leaked"? > If there is some object still pointing to those allocations lsan will not > complain. Hm. That's a good point. I'm not exactly sure how the ripcord allocator being used in Postgres combined with the asan poison/unpoison calls would actually appear to lsan. But even aside from that I believe there are allocations that are made early in server initialization that are never freed and it's considered not worth the book-keeping to free them due...
2004 Dec 09
1
EDD error RE: Re: SYSLINUX 2.12-pre7 released
...me from UDMA2.SYS or...? > -hpa yes, it comes from UDMA2.SYS, it does a series of initialisation tests (read spead for example, and VDS). I don't know behaviour when booting to MSDOS on harddisk, only Isolinux --> A: and Isolinux --> Memdisk --> Disk image Bernd http://fdos.org/ripcord/beta9sr1/other/misc/Udma2_16.zip output on screen (sourcecode in UDMA2.ASM, line 855 and 736 ??? ) UDMA2 Disk Driver V1.6, 2-Dec-2004. Output overlap is disabled. UltraDMA controller found at I-O address 1050h. Vendor/Device I.D. 8086h/7111h. PCI bus 00h, device 07h, function 1 No XMS manage...
2005 Jan 09
0
isolinux 3.xx bug very maybe?
...version to the next, so very probably it's a Vmware error (incomplete or buggy emulation). Booting through Smart Boot Manager did not help, unfortunately. 2.xx series works OK with Vmware beta versions, 3.xx series only in older Beta release. Bernd --------------- dumpfile: http://fdos.org/ripcord/beta9sr1/other/misc/vmware-vmx-9704.dmp http://fdos.org/ripcord/beta9sr1/other/misc/badcdrom.zip are 2 ISO files. In VMware 5 build 11888 (Win32) one ISO is working, 1 is failing. Both use the Isolinux bootloader, also used on many Linux distribution cdroms / DVDs. However the working one has vers...
2005 Jul 08
4
Browser compatibility goes back how far?
I asked this on the Rails list, but it might be more appropriate here. When we''re estimating how many users would have access to our site if we choose to use AJAX and script.aculo.us -style javascript, what kind of percentage are we looking at? 50%? 75%? Does this kind of fancy JS work on IE 5.0, or earlier? Thanks! Duane Johnson (canadaduane)
2004 Apr 12
1
Newbie RIS Replacement
...e tried. 1) install mtools and syslinux-2.08-1 2) install and configure tftp and dhcp a) tftp works fine in tests b) dhcpd works fine and scope references 'filename "/tftpboot/pxelinux.0";' to hand out pxe file 2) download a quick pxe prepared 2.88MB floppy (http://www.fdos.org/ripcord/beta8h02/images/fd288mb.zip) 3) unzip the file (ramdskNT.img,newdos288.img) 4) mount my custom working ghostbootnet.img (mount -t vfat -oloop ghostbootnet.img /mnt/floppy) 5) mount the DOS/vfat version of the 2.88MB floppy to shim in all the files from my old floppy a)Is this last step correct? b...
2003 Dec 27
0
Where to obtain (how to build) small enough workablekernel?
rename the VMlinuz*.* to file 'vmlinuz' (no quotes ofcourse). a bootfloppy leaves me enough diskspace, not 860KB. format as FAT12 (ofcourse), install Syslinux (I do this on Win2K with syslinux.exe A:, win9x: syslinux.com A:) my example: http://www.fdos.org/ripcord/beta9rc4/fdboot.img unfortunately no Linux involved. If I could only show a Knoppix bootfloppy (but it's part of a 700MB download). anyways, the following files should be present (MEMDISK optional) ldlinux.sys 8.104 Systeembestand 09/12/2003 17:05:56 MEMDISK 23.548 Bestand 05/12/200...
2004 Aug 26
2
isolinux booting problem
Hello! I'm trying to boot with a remastered Knoppix 3.4 CD. I burned it with debugging and I get the following output: isolinux: Starting up, DL = 9F isolinux: Loaded spec packet OK, drive = 9F isolinux: Loading main image from LBA = DEADBEF0 isolinux: Sectors to load = D5B7 isolinux: Disk error BE, AX = 42F0, drive 9F A don't understand everything in it and I can't find enough
2004 Dec 08
1
EDD error RE: Re: SYSLINUX 2.12-pre7 released
...age directly through MEMDISK, or booting to A:), and not when using a bootdisk directly or booting a bootdisk directly which has SYSLINUX on it. configuration: bootable cdrom with Isolinux 2.11/2.12pre9 as bootloader. 1.44MB bootdisk with MSDOS.SYS/IO.SYS and the UDMA2 dos driver, http://fdos.org/ripcord/beta9sr1/other/misc/Udma2_16.zip (sourcecode included) DEVICE=UDMA2.SYS SHELL=A:\COMMAND.COM A:\ /D /P Doesn't Isolinux clear everything before a localboot 0x00 ? I guess not, as sometimes the eltorito.sys driver from www.nu2.nu also still loads, which means parts of Eltorito booting are stil...
2004 Feb 16
3
PXE booting 2.88MB floppy
Hi, I'm sorry to bring this up again but I can't quit get this too work. I'm trying to build a 2.88 floppy image so that I can use PXE to load Ghost. I'm useing the following to get a copy of the bootsector: dd if=/dev/fd0 of=bootblock bs=512 count=1 Then I build the image file with: mformat -C -t 160 -s 18 -h 2 -B bootblock x: Then use mcopy to put the required
2005 Jun 29
14
Unobtrusive scripting?
Currently, pages generated by Rails tend to be sprinkled with JavaScript. This happens, because the various helper methods work only locally and simply append to the output. In order to hide the JavaScript away, rendering would probably have to be changed. A way I can think of is that a page-specific script is included in the head of the document and JavaScript code is not written to the
2015 Nov 07
2
Docs for leak checker (and other sanitizers)?
I'm having trouble finding any documentation of the sanitizers, especially the leak checker -- apparently because of the move from code.google.com to github. Every doc has a link for "more information" which goes to code.google.com which just redirects to github and points to a placeholder doc that says lots of links are broken. I haven't found the docs using any google-fu or
2003 Dec 30
5
Pxelinux/memdisk with XP "MS-DOS" boot disk
I'm trying to use this universal DOS TCP/IP boot disk available here: http://members.iinet.net.au/~bdriver/bootdisk/ It requires an MS-DOS formatted disk created by Windows XP. It works great as a floppy but doesn't boot at all with memdisk. The problem can be simplified down to just the XP boot disk. If you make an MS-DOS startup disk with XP on a floppy, dd the floppy to an image
2004 Dec 09
8
isolinux: Extremely broken BIOS detected
isolinux: Extremely broken BIOS detected Yoper 2.1 --------- ISOLINUX 2.11 2004-08-16 isolinux: Loading spec packet failed, trying to wing it... isolinux: Extremely broken BIOS detected, last ditch attempt with drive = 9F isolinux: Disk error 01, AX = 4209, drive 9F Boot failed: press a key to retry... Helix 1.5 --------- ISOLINUX 2.04 (Debian, 2003-06-06) isolinux: Loading spec packet failed,