----- Original Message ----
From: Koustubha Kale <koustubha_kale(a)yahoo.com>
To: "GNU/Linux Users Group, Mumbai, India" <linuxers(a)mm.glug-bom.org>
Sent: Thursday, April 19, 2007 11:23:03 AM
Subject: Re: [ILUG-BOM] PXE Boot
>----- Original Message ----
>From: mahesh pokhriyal <mahesh_pokhriyal(a)yahoo.com>
>To: Linux Group Mumbai <linuxers(a)mm.glug-bom.org>
>Sent: Monday, April 16, 2007 5:54:35 PM
>Subject: [ILUG-BOM] PXE Boot
>
>Hello Friends,
>
> I configured ltsp for PXE Boot in Fedora 5 . But when i try to boot from Client pc through PXE Boot i got error message:
>
>Doing the pivot_root
>pivot_root: pivot_root: No such file or directory
>Mounting the devfs filesystem
>mount: Mounting /devfs on /dev failed: device or resource busy
>Running /sbin/init
>exec: /sbin/init: no such file or directory
>Kernel Panic : Attempted to kill init!
>
>Note:- My client pc have onboard LAN with Boot Rom supporting.
> Also my pc have in which i configured ltsp support Boot Rom.
> I also try with RHEL ES 4 but i face same problem.
>
>Do i need an external PXE Boot lan card for my client PC.
>
>Pls. help me & give me solution friends.
>
>Thanks & Regards,
>
>Mahesh Pokhriyal
Its failing at the point where it does a pivot root to wherever you stored ltsp e.g. /opt/ltsp
Check the path in the dhcpd.conf file. Also check the path to tftpdroot folder. It should NOT have the leading /tftpdroot or whatever is your path..
Example for dhcpd.conf..
http://osl.birzeit.edu:8080/wiki2/index.php/Dhcpd.conf_for_LTSP
Also check your NFS exports to confirm that /opt/ltsp/i386 IS being exported..
With warm regards
Koustubha Kale
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
>----- Original Message ----
>From: mahesh pokhriyal <mahesh_pokhriyal(a)yahoo.com>
>To: Linux Group Mumbai <linuxers(a)mm.glug-bom.org>
>Sent: Monday, April 16, 2007 5:54:35 PM
>Subject: [ILUG-BOM] PXE Boot
>
>Hello Friends,
>
> I configured ltsp for PXE Boot in Fedora 5 . But when i try to boot from Client pc through PXE Boot i got error message:
>
>Doing the pivot_root
>pivot_root: pivot_root: No such file or directory
>Mounting the devfs filesystem
>mount: Mounting /devfs on /dev failed: device or resource busy
>Running /sbin/init
>exec: /sbin/init: no such file or directory
>Kernel Panic : Attempted to kill init!
>
>Note:- My client pc have onboard LAN with Boot Rom supporting.
> Also my pc have in which i configured ltsp support Boot Rom.
> I also try with RHEL ES 4 but i face same problem.
>
>Do i need an external PXE Boot lan card for my client PC.
>
>Pls. help me & give me solution friends.
>
>Thanks & Regards,
>
>Mahesh Pokhriyal
Its failing at the point where it does a pivot root to wherever you stored ltsp e.g. /opt/ltsp
Check the path in the dhcpd.conf file. Also check the path to tftpdroot folder. It should NOT have the leading /tftpdroot or whatever is your path..
Example for dhcpd.conf..
http://osl.birzeit.edu:8080/wiki2/index.php/Dhcpd.conf_for_LTSP
With warm regards
Koustubha Kale
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hi Luggers,
I think its about time we held an installfest. I know a couple of college
students who want to use Linux but are unable to install it. Let's host it
somewhere and announce to the masses.
--
----------------------------------------
Mrugesh Karnik
GPG Key 0xBA6F1DA8
Public key on http://wwwkeys.pgp.net
----------------------------------------
Hello
We have moved our domain hosting to gmail recently. We want to continue
using our linux server as our local post office. The problem faced is that
the sender's email address is sent as the user whose credentials are used
for authentication.
Suppose xyz(a)mydomain.com is the user whose credentials are used for
authentication, then mail sent by me go out as Vinayakam Murugan (
xyz(a)mydomain.com) instead of (vinayak(a)mydomain.com) which was the case
earlier.
We have added the following lines to my sendmail.mc
LOCAL_CONFIG
C{VirtHost}mydomain.com <http://o-i.com/>
FEATURE(`nocanonify')
define(`confCON_EXPENSIVE',`true')
define(`confME_TOO',`true')
define(`SMTP_MAILER_FLAGS',e)
define(SMART_HOST,mydomain <http://mail.w-o-i.com/>.com <http://o-i.com/>)
dnl define(`SMTP_MAILER_MAXRCPTS',`1')
MASQUERADE_AS(`mydomain.com <http://o-i.com/>')
define(`confMAX_MESSAGE_SIZE',`10000000')
FEATURE(`always_add_domain')
FEATURE(`allmasquerade')
FEATURE(`masquerade_entire_domain')
FEATURE(`masquerade_envelope')
DAEMON_OPTIONS(`Port=465,Addr=10.0.0.1, Name=MTA')
Any pointers to what might be going wrong would be helpful.
--
Warm Regards
~~~~~~~~~~~~~~~
Vinayak
http://theregoesanotherday.blogspot.com/
--------------------------------------------------------------------------------
If you aim to fly, then don't hang around with chickens.
Why? Because chickens can't fly.
---------------------------------------------------------------------------------
Hi ,
how can i get a list of all the commands available in solaris 10 /linux.
man can be used to find help about each command. but i want to have a
list of all the commands
thanks
Praveen shinde.
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
Check outnew cars at Yahoo! Autos.
Hello,
I am trying to compile a linux kernel (actually, have tried 2:
linux-2.6.19.1.tar.bz2 and linux-2.6.20.6.tar.bz2 (got the latest copy
from www.kernel.org)), on gcc:-
$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-mpfr --with-tune=i686
--enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
on both the kernels, on doing a "make menuconfig", i get the foll
errors (not giving the whole list of errors):
scripts/kconfig/lxdialog/dialog.h:193: error: expected ')' before '*' token
scripts/kconfig/lxdialog/checklist.c:116: error: 'WINDOW' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:130: error: 'KEY_MAX' undeclared
(first use in this function)
scripts/kconfig/lxdialog/checklist.c:232: warning: implicit
declaration of function 'wrefresh'
scripts/kconfig/lxdialog/checklist.c:210: error: 'KEY_UP' undeclared
(first use in this function)
and *weirdly* enough, i opened a particular file
(scripts/kconfig/lxdialog/checklist.c), and found that "KEY_UP", etc
have actually NOT been defined :(
am i doing something wrong?
--
warm regards,
Pradnyesh Sawant
--
Be yourself, everyone else is taken. --Anon
Anant Narayanan wrote:
>
>
> Not just a few, I am proud to say that we have about 60 Indian
students in GSoC this year; including 3 from my college. I sincerely
hope that atleast 30 of these students will stick around to become
permanent contributors to their respective projects.
>
>
Just curious to know, will the GSoC contributed code be GPLed and
available to the public?
--
Regards,
Rony.
Hello All,
I was filling out the online passport registration form and had problems
with the date field. After the focus was moved to any other field, the
last digit of the date would get cut. You can try it out on the link
below. https://passport.gov.in/pms/OnlineRegistration.jsp Even reducing
the date from 4 to 2 characters show the same result.
Even in windows the same problem existed in firefox. The only way it
worked was in IE7. (It may be working in IE6 too but I don't have it).
Is there a work around for this? I am planning to write to the Delhi
office that may be in charge of the website. You could write too.
--
Regards,
Rony.