search for: schoene

Displaying 20 results from an estimated 82 matches for "schoene".

2002 Jun 23
1
Using MTOOLS in place of loopback mounting
I am trying to build a distribution without having to be root. The SYSLINUX installer typically needs root to do loopback mounting, but if you have MTOOLS, you can use that instead. This seems to work so far: #!/bin/sh # A minimal replacement for /usr/bin/syslinux; assumes that ldlinux.sys # and ldlinux.bss are available in the current directory. You must # specify locations of mkdosfs and
2006 Apr 26
4
Re: Rails AR/Oracle Unit Test: [4280] failed
The revised patch submitted on #4748 broke the build, I''m looking to sort out why. Also note that this auto-test email didn''t make it to rails-core because it was too big (every test failed, so the resulting email was huge). I''ll patch my auto-testing script to truncate the email to no larger than a few kb. Michael Schoen wrote: > "marcel" made
2006 Apr 06
7
[Fwd: Rails AR/Oracle Unit Test: [4185] failed]
So my automated script caught this issue, though I think my email headers were bad, so rails-core has put the automated email on hold pending "moderation". I''ll fix that issue, and look at the one below as well. -------- Original Message -------- Subject: Rails AR/Oracle Unit Test: [4185] failed Date: Thu, 6 Apr 2006 08:32:04 -0700 From: Michael Schoen
2006 Oct 16
6
Rails AR/Oracle Unit Test: [5310] failed (but getting better)
"rick" has given AR/Oracle some love, but it''s still unhappy... http://dev.rubyonrails.org/changeset/5310 ------------------------------------------------------------------------ r5310 | rick | 2006-10-16 08:42:55 -0700 (Mon, 16 Oct 2006) | 1 line Fix has_many :through to add the appropriate conditions when going through an association using STI. Closes #5783. [Jonathan Viney]
2006 Jul 09
6
Float -> BigDecimal
So, I''m personally cool with this change (patch from #5454, applied in [4596]), and I''ll make it work for Oracle tomorrow. But just wondering if folks considered the performance impact of the change? From a simple test it seems that BigDecimal math is about twice as slow as using Floats.
2020 Mar 02
4
Question about host key algorithms
...ey are not mentioned in the OpenSSH > > client and server man pages. > > > > Is this intentional? > > You should query for HostKeyAlgorithms > > ssh -Q HostKeyAlgorithms > > That list should contain rsa-sha2-256 and rsa-sha2-512. > -- > main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" > "CX:;",b;for(a/* Best regards my address: */=0;b=c[a++];) > putchar(b-1/(/* Chris cc -ox -xc - && ./x > */b/42*2-3)*42);} >
2003 Feb 07
1
Security issues with SYSLINUX 2.01
I have just received some audit info on the SYSLINUX 2.01 installer running setuid. There seems to be some issues, and although I can fix them easily enough I'm somewhat questioning the whole approach. The other alternative would be to make the syslinux installer a wrapper around mtools, and use mtools for the filesystem access. Since this would be done entirely in userspace, as a normal
2002 Jul 04
1
New user problem
Peter, I'm a new user of Linux trying to use the SYSLINUX boot loader to create a Linux system. I'm doing it on a PC with WIN98 installed, and I prefer using a dual boot system. I got through as far as creating a semi-bootable floppy. The problem I'm getting states "could not find kernel image: Linux." However, I do get the "boot:" prompt as well (I just
2003 Mar 14
2
isolinux + cloop
Hi. I am trying to build a bootable linux CD using isolinux and a cloop image. I am a bit lost right now. What I have done is built a custom distro on a seperate partition on my hard drive. I can boot to it with Grub no problem. I've added the ioslinux directory with isolinux.bin, isolinux.cfg, a kernel (with initrd, loopback, iso support), and an initrd file. My next mission is to some
2006 Feb 21
9
SwitchTower 1.0.1, SwitchTower Extensions
SwitchTower is a utility that can execute commands in parallel on multiple servers. It allows you to define tasks, which can include commands that are executed on the servers. You can also define roles for your servers, and then specify that certain tasks apply only to certain roles. Manual: http://manuals.rubyonrails.org/read/book/17 Project:
2002 Jul 17
1
Question on "root pivot" function
Seth, Thank you for your reply. I'm sorry to bother with this, but what is the "root pivot" function and where can I find doc's on it. From what I understand from your email the system would basically boot twice. Once from a stripped kernel on the floppy disk to mount the CD, and then after the CD is mounted it would reboot with the kernel and initial randisk found on the
2003 Jan 31
2
isolinux.cfg - DISPLAY command - screen pause?
Hi, is there an option to have the DISPLAY command issue a pause after each screen full of information? I've been searching for a way to have users to agree to (or at least be able to read ) the GPL license. "by issueing a command other than F2 you agree that you are bound to the terms of the GNU Public License that is used on this FreeDOS beta9 cdrom. You can read the license terms by
2013 Oct 22
2
Boot iPXE from syslinux/isolinux
...ression? > > I presume this is using the precompiled binaries from kernel.org? Yes. > If > using the same ipxe.krn works on 6.01 and fails on 6.02, another thing > to try is to narrow it down to a -pre release. version 6.02-pre5 works, 6.02-pre6 does not. -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubb...
2006 Jan 19
7
bug in has_many count?
I can submit a patch, but wanted to confirm I''m looking at this right... The docs indicate that if you specify a has_many association with :finder_sql, but no :counter_sql, it constructs the appropriate counter sql by substituting the SELECT clause. But has_many_association.rb doesn''t seem to do that -- it just passes Base#count_by_sql the finder_sql, which doesn''t
2007 Mar 20
31
Another mongrel_cluster prerelease 1.0.1.1
Hi all... Hopefully this is the last prelease. If people on non-linux systems could post back any problems with cluster::status, I''d appreciate it. Install with: gem install mongrel_cluster --source http://mongrel.rubyforge.org/releases/ Note: This is only an update to mongrel_cluster and not Mongrel or other gems. Details about what''s new (if you missed the first
2013 Oct 22
2
Boot iPXE from syslinux/isolinux
...dlinux.c32, but that's not my problem.) With the binary syslinux files from kernel.org booting fails with latest version 6.02: Loading ipxe.krn... ok Booting kernel failed: Invalid argument It does work with version 6.01, though. Any hints how to fix this regression? -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubb...
2014 Jul 25
1
corrupted copy in regress/multiplex.sh
...est connection multiplexing: cmd forward local (UNIX) test connection multiplexing: cmd forward remote (UNIX) test connection multiplexing: cmd exit test connection multiplexing: cmd stop failed connection multiplexing Makefile:168: recipe for target 't-exec' failed -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubb...
2013 Dec 03
1
Boot iPXE from syslinux/isolinux
...ed a 00000000bdb00000 0000000000100000 00000000bdc00000 2 [-] reserved b 00000000ffe60000 00000000001a0000 0000000100000000 2 [-] reserved c 00000000fec00000 0000000000010000 00000000fec10000 2 [-] reserved d 00000000fee00000 0000000000010000 00000000fee10000 2 [-] reserved -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);} -------------- next part -------------- A non-text attachment was scrubb...
2005 Nov 11
5
issue with rails 0.14.3.2969
Recently upgraded our gems to the most recent beta gems, and found that our app runs about 10-20x slower. Db requests are still fast, but there was a noticeable lag between each step in the process to render a page (when tailing the log). Reverting back to our previous set of gems (0.14.2.2825) resolved the issue. Is anyone aware of the cause? Any guesses? I''m happy to help debug,
2014 Jan 28
2
[PATCH 1/1] rework printing for visual host key upper border
Key types are getting longer and the current implementation of visual host key breaks with ED25519, resulting in (note the missing bracket): +--[ED25519 256--+ This reworks the calculation of visual host key upper border. Please be aware that this may change the output for other key types as well. --- key.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/key.c