Displaying 20 results from an estimated 200 matches similar to: "Fwd: Re: Failure with 1st isolinux attempt"
2002 Apr 01
2
Newbie problems with isolinux
Hello everybody
I would like to build a bootable CD from my running SuSE 7.3 Kernel 2.4.10.
The goal is to have a prebuilt system on CD which would install everything
from a compressed image on the same CD, some kind of an emergency or
initial setup CD.
So I startet with an directory called root_tree, placed the isolinux
directory and the binaries there. I copied the initrd from the /boot
2002 May 27
1
(no subject)
Hi
H. Peter Anvin wrote the following at 20:55 26.05.2002:
>....
>Most BIOSes are highly cantankerous booting off extended-format
>floppies. They may not be able to read more than a single sector at a
>time, and then have to wait for the floppy to rotate a full turn to read
>the next sector. SYSLINUX will fall back on this mode of operation if it
>has to. Note that *many*
2002 Apr 07
3
Failure with 1st isolinux attempt
Folks
I've just tried booting the 1st Linux CD I've made using Isolinux and it
fails. At boot time I see:
Boot from ATAPI CD-ROM:
No Emulation
ISOLINUX 1.67 2002-02-03 Copyright (C) 1994-2001 H. Peter Anvin
boot:
Could not find kernel image: /isolinux
The cdimage was made using the command:
mkisofs -v -o austin.iso -b isolinux/isolinux.bin -c isolinux/boot.cat
2004 Sep 20
9
Change in Shorewall Support
Folks,
I can''t keep this up. The demands that my job and my personal life are
currently placing on me are such that supporing Shorewall to the extent that
I have been doing is just not possible any more.
I will continue to be active on the development list and will continue to
develop Shorewall if at all possible.
I will also continue to read the user''s list and will help
2003 Dec 19
2
generic/method consistency
Hi,
I realize the answer is very likely in the section Generic functions and
methods (or Adding new generics), but I'm not clear what to do with the
following. Running R CMD check, I get the following warnings for my
generic functions. Does this mean I need the argument
* checking generic/method consistency ... WARNING
leps:
function(x, ...)
leps.default:
function(x, pred, titl,
2006 Mar 22
0
6.1 Prerelease, USB-to-IDE problem
Hello!
FreeBSD tarkhil.titl.ru 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #5: Tue
Mar 14 14:58:53 MSK 2006
root@tarkhil.titl.ru:/usr/obj/usr/src/sys/ARMADA i386
encountered problems with USB-to-IDE box and NEC CD-RW/DVD drive.
Controller /dev/usb3:
addr 1: high speed, self powered, config 1, EHCI root hub(0x0000),
NEC(0x0000), rev 1.00
port 1 powered
port 2 addr 2: high speed, self powered,
2008 Jan 03
1
properly escaping special characters in AAF?
For most cases, I''ve got search working in Rails as follows:
## controller:
term = params[:search][:term]
@results = MyModel.find_by_contents "#{term}*"
The ''*'' character is appended to the search term so that searches match
anything that begins with ''term''. For the most part, this is great, but
let''s say term is equal to
2009 Jul 04
3
scaffolding
hi , i used the folllwing command to scaffold,
G:\my\webblog>ruby script/generate scaffold webblog id:integer
title:string body
:text created_at:datetime
after when i migrate with the follwing command
rake db:migrate
i got the error as
(in G:/my/webblog)
== 1 CreateWebblogs: migrating
================================================
-- create_table(:webblogs)
rake aborted!
Mysql::Error:
2002 Mar 27
3
Basic ISOLINUX question
Folks
I'm new to ISOLINUX and I've compiled a new Linux distribution of my oppwn
(based on LinuxFromScratch).
Now I want ot create a bootable CD with it - I don't need swap or anything
like that as the bootable CD will simply run a couple of scripts to copy
files onto a machine's hard drive.
What exactly do I need to put in my isolinux.cfg file? Do I *need* to have
a initrd or
2004 Aug 06
0
wow
Sorry to ask, but where can I find icecast2 and vorbis?
<p>www.icecast.org only talks about icecast, not icecast2.
Where an one find the apps/tools for the latest-greatest?
Tx in advance.
David
david@oldcolo.com
<p>-----Original Message-----
From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of
steve j. kondik
Sent: Thursday, October 03, 2002 7:58 PM
To:
2002 Jan 05
1
update to earlier error msg help
Wowzer, so I have *everything* working now...
tcp/ip, and the game itself, with the exception of keyboard, and maybe
sound.
Actually in the log, I don't see any mention of the errors for no keyboard.
Anyone have any ideas, on how to turn on the keyboad, er make wine recognize
it?
Thanks,
-tm
2004 Aug 06
0
ogg files with spx and tagging
Dear Developers,
I am currently involved in the co-ordination of archiving a whole heap
of tapes containing audio (4000+ sermons for www.newcreation.org.au) to
digital format.
At present, all the tapes have been converted into mp3 @ CBR 40kbs,
44100 Hz... And this appears to play in most portable players capable of
playing mp3's. (ogg vorbis isn't that widely supported, and many
portable
2016 Nov 21
2
Winbind traffic not encrypted
A problem here getting winbind traffic to be encrypted using Kerberos.
I have set up a test environment with a pair of servers (actually lxc
containers):
- samba server (ubuntu 16.04, stock samba 4.3.11)
- client machine (ubuntu 16.04) joined with "net ads join" and winbind
The client machine has the following in /etc/samba/smb.conf:
-------
[global]
#netbios name = client-ad
2005 Aug 26
2
Could not find kernel image:
I am trying to create a bootable cd from a working LFS 6.1 partition.
Thank you in advance for any thoughts on this.
This is the error I get:
ISOLINUX 3.10 2008-08-24 Copyright (C) 1994-2005 H. Peter Anvin
Could not find kernel image: lfskernel-2.6.11.12
boot : _
under /isolinux/ I have these files:
isolinux.bin I've tried 3.10 and 3.09
isolinux.cfg:
default livecd
label livecd
2024 Jul 14
2
Reinterpret data without saving it to a file 1st? Check for integer stopping at 1st decimal?
A small number of columns in the data I need to work with are strings, the
rest numbers. I'm using read_excel() from the readxl package to get the
data ; right after it, the string columns are of type chr and the rest num.
I'm tasked with finding out which columns are integers. From an advice, I
tried saving the spreadsheet content into a CSV then loading that, which
works like a charm ;
2017 Sep 11
2
Cannot chainload a formerly working Linux system
Chainloading a Linux system with syslinux fails unexpectedly with the lines:
WARN: No MBR magic, treating disk as raw.
ERR: Unable to find requested disk / partition combination.
boot:
coming after the usual lines
SyslinuxBOOT .... (in UEFI menu)
linuxBLFS (in syslinux menu)
SUMMARY (additional gory details available upon request)
~~~~~~~~~
2006 Aug 06
1
Newbie: populate 2nd dropdown list based on user''s selection in 1st dropdown list
Hi,
I am creating a form that a user can post a message based on his
selection on category and subcategory. (A category has many
subcategories.)
How do I dynamically populate subcategory dropdown list when user
chooses a category from category dropdown list?
Thanks in advance.
--
Best regards,
Ming Ma
2006 Jun 02
2
I need help with my 1st sortable list!
Ill keep it brief. Dragging an item is working but dropping and
updating the list gives me this error -
NoMethodError in AdminController#sort
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occured while evaluating nil.each
#{RAILS_ROOT}/app/controllers/admin_controller.rb:171:in `sort''
# My view -
<ul
2006 Jun 06
4
change 1-06-2006 to 1st July 2006 (date formatting)
Hi,
I have a few dates coming from the datebase in the format ''DD-MM-YYYY''
How can I change this in to a more human readable format?
such as 1st July 2006
Thanks
Scott
--
Posted via http://www.ruby-forum.com/.
2006 May 12
2
Agile WebDev 2nd Edition: PDF free for 1st edition owners?
Hi all
I''m just wondering if I get the 2nd version of "Agile Web Development
with Ruby on Rails" for free if I already own the 1st edition
paperback/PDF combo?
And anyway: I wanted to update my first edition, but I can''t find the
link anymore where I could get a new PDF version?
Thanks a lot for help.
Josh
--
Posted via http://www.ruby-forum.com/.