similar to: Re:

Displaying 20 results from an estimated 1100 matches similar to: "Re:"

2002 Apr 27
1
NFS Kernel Panic (can't find init)
Hello, I appreciate the help. I am able to mount the nfs root share to a directory and then chroot to it and pull up a shell. Everything seems fully functional from there and I can run all the programs I checked. Wasn't sure how to manually test the init command. When I type /sbin/int it prints the proper format for an init command and when I type /sbin/init S, I just get a carriage return.
2002 Mar 22
1
PXE: Some basic questions
First of all it works great!! I have my 3Com cards booting off the network and it grabs the linux kernel just fine. My next problem is more of me not understanding the rules. Is the /tftpboot directory just like /? My though was to take a Linux rescue disk that had some imaging tools and then just put the whole thing in /tftpboot and tell it to boot the kernel in that directory. But I always
2003 Feb 20
3
Help bypass broken bios - el torito ???
Hi, My problem is not uncommun, I have an old machine I'd like to use as a linux internet FW. The Bios is old and does not let me boot from an el torito bootable CD( 1998 PC) The CD's OK on other machines, boots fine Is there any way to get . isolinux on floppy, . when PC read floppy, isolinux tell it to boot from the /dev/hdc device, all bootfiles are in /isolinux on the CD
2002 Apr 26
1
PXE/NFS Root Problem
Hey Folks, I am attempting to set up a router box on a diskless machine. I have PXE boot rom and am able to load a kernel (2.4) and mount the root filesystem off the server. The kernel executes and then I get the kernel panic, with the "no init found" message. I have tried various permutations of the init= parameter (/bin/init, /bin/sh, etc..), the client machine can't seem to
2002 Jun 12
7
VFS: Cannot open root device, pxelinux nfsroot
Hi everyone, I got the error: NET4: Unix domain sockets 1.0/smp for linux NET4.0 ds: no socket drivers loaded request_module[block-major-8]: root fs not mounted VFS: Cannot open root device ""or 08:03 Please append a correct "root"boot option The strange thing is that it tries to mount from harddisk. This I got somewhere else: "the kernel looks like it is trying to
2003 Sep 18
4
FW: INITRD > MEMSIZE / 2
I?ve got a 512M machine and a 330M ( uncompressed ) initrd image. How can I mount the ramdisk? Normal booting seems to want to copy the entire initrd image into a Ramdisk, thus requiring 2X the memory. So what happens is the kernel boots correctly and I get, RAMDISK: ext2 filesystem found at block 0 RAMDISK: Loading 330000 blocks [ 1 disk ] into ram disk And then I never see the light of day after
2003 Mar 05
3
Creating a bootable floppy
I'm reading the docs accompanying SYSLINUX where it says:- ++++ CREATING A BOOTABLE LINUX FLOPPY +++ In order to create a bootable Linux floppy using SYSLINUX, prepare a normal MS-DOS formatted floppy. Copy one or more Linux kernel files to it, then execute the DOS command: syslinux [-s] a: Now before I run this program, I'd like to know which 'one or more Linux
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 Jan 25
3
Looking for info
Dear All, This may at first seem a bit odd but I am hopping to find some info that I feel would help the Linux community as a whole. With so many different flavours of Linux and with each distribution doing their own thing there doesn't seem to be any easy way to create a Linux install on a new virgin PC without committing oneself to a "Brand Name" (Red Hat, SuSE, Mandrake
2001 Nov 04
0
Getting Hamster to work
Paul Rupe <prupe@nc.rr.invalid> wrote: > I'm trying to get a program called Hamster to work under Wine. > Hamster is a local NNTP/POP3/SMTP server that fetches messages from > multiple sources and combines them into a single local database > that any mail/news client can then access. > How about leafnode/$mailserver/$popserver. IHMO it is braindead to try to substitute
2006 Jan 15
7
Include extra partial in layouts
Hi all, Does anybody know how to include a partial (next to @content_for_layout) in a layout file? I''m looking for a something like @partial_for_include => ''filename'' in my layout files. So a linked .rhtml file gets picked up from within a layout file. All my layout files (4 at the moment) have a <div class="navright"> tag, so one change in the
2005 Dec 31
7
Dynamic form? Not really!
Hi guru''s out there, Im happilly coding my first rails app, and all goes well. I find myself manually coding in a particular field all the time (company_id), that relates the contact to a company. The total coding of this form seems somewhat much. Could somebody tell me what Rails power I''m possibly missing and stuborn as I am trying to do myself? I was wondering if the
2006 Jan 28
3
DRY conflict with "Updated at" "Created at" "Deleted at" in view
Hi all, Are there any helpers or so for listview routines that suppres the three above mentioned columns? I''m currently exploring something like the code below. But it feels like I''m doing Rails'' work. # just for test purposes <div id="debug"> <% for col in Product.columns.map %> <%= col.name %> - <%= col.type %><br/> <%
2006 Jan 05
7
HOWTO: Combine fields from 2 two tables in 1 object
Hi all, For a dropdownlist (showing "Company - FirstName Lastname'') I want to fill an object @project_contacts with "Name" from table Companies and "Firstname" and "Lastname" from table contacts. Any idea? Regards, Gerard. -- "Who cares if it doesn''t do anything? It was made with our new Triple-Iso-Bifurcated-Krypton-Gate-MOS
2006 Jan 10
15
KISS and DRY? Not even close!
Hi all, After working on my first rails app and having handed over some very sophisticated coding from a lot of you guys. My app does what I want it to do, but I''m no where near the end yet, and it seems that the KISS and DRY objectives already went down the drain. It could be lack of knowledge, only doing Ruby on (and) Rails for a month, but I''m stuck on the following:
2006 Jan 03
3
Can I map 2 tables into one class
Can I map 2 tables into one class? Is there any pattern, e.g. using ActiveRecord aggregation? Thanks Szczepan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060103/fa2aed7c/attachment.html
2006 Jan 17
14
Going nuts on ''\n'' to <br />
Hi all, Is there no way to easily resolve this. It can''t be that I''m the first that wants this, and it wouldn''t be RoR if it''s not possible. On the mysql prompt with the select description from todos .. linefeeds are show, so they are there. This is the actual contents with a linefeed after the ":" "Project contacts: delete table, point
2006 Jan 10
8
Noob: Child records not saved
Hi all, happily coding along, but it seems a belongs_to record is not saved. # Create some stuff def create_project @contact = Contact.new @project = Project.new(@params[''project'']) @project_contact = ProjectContact.new(@params[''collect'']) @project.project_contact = @project_contact contact =
2006 Jan 02
5
NoobyQ: how to work with a table of static lookup data??
Hello out there! Nooby question: What''s the "Rails" way to work with tables of relatively static lookup data? Objectively (I''m thinking); I don''t want to hit the DB each time, so for each lookup table, initialize a globally available hash with lable/value pairs... Am I on the right track? How would you do this kind of thing in Rails? Thanks! --
2006 Jan 04
5
check if a file exists?
Hello all! I have a list of people on a page, and some of this people have pictures of them stored on the web server. So I have an image tag like this on my page: <%= image_tag "/images/people/" + person.pers_id.to_s + ".jpg" %> But not all have a picture, so if the file for pers_id=1899 does not exist, i would like to display a custom image for that guy. How can I do