Hi all,
been trying to mount linux on a windows fat32.
lilo didnt get installed so using loadlin.
loadlin c:\vmlinuz root=/dev/loop0
doesnt seem to work and linux isnt booting.
issues a kernel panic error.
even when i try to use this loadlin c:\vmlinuz root=/dev/hdax where x is 1 to 8 all combinations... same error message
any suggestions.
thanks, Prem.
Sometime Today, premstud@vsnl.com assembled some asciibets to say:
been trying to mount linux on a windows fat32.
You cannot mount linux on windows. You're probably trying to load linux through your windows partition.
lilo didnt get installed so using loadlin. loadlin c:\vmlinuz root=/dev/loop0 doesnt seem to work and linux isnt booting. issues a kernel panic error.
Maybe you should tell us the exact error message. There's no way we can guess.
Philip
--- Philip S Tellis philip.tellis@iname.com wrote:
Sometime Today, premstud@vsnl.com assembled some asciibets to say:
been trying to mount linux on a windows fat32.
You cannot mount linux on windows.
UMSDOS install, maybe?
You're probably
trying to load linux through your windows partition.
lilo didnt get installed so using loadlin. loadlin c:\vmlinuz root=/dev/loop0 doesnt seem to work and linux isnt booting. issues a kernel panic error.
Maybe you should tell us the exact error message. There's no way we can guess.
But then, AFAIK, you can't do a UMSDOS mon=unt with LILO. So I guess we'll have to wait for details...
Krishnan
__________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/
You cannot mount linux on windows. You're probably trying to load linux through your windows partition.
I have installed linux on a fat32 partiton, and it has created a loopback file system.
Maybe you should tell us the exact error message. There's no way we can guess
while booting linux it gives the error "kernal panic" and the system hangs.
so any help would be appreciated.
Regards, Prem.
Sometime on Aug 1, Prem D'Souza assembled some asciibets to say:
while booting linux it gives the error "kernal panic" and the system
Doesn't it say anything else with the kernel panic? That message never comes up alone. It may say something like could not find device or something like that.
My guess is that you do not have the vfat partition type compiled into your kernel. You probably have it as a module, which is why it does not work.
Since linux is on a fat32 partition, you need to have vfat compiled in. You can have ext2fs as a module instead.
Philip
Hi, How do I run any X windows application, specifically Netscape on the remote machine to which I am connected by TELNET?
Thanx in advance.
rgds, Aditya N.
____________________________________________________________ Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com
I don't think we can run Netscpae thru telnet, or can we ?? sandeep
Hi, How do I run any X windows application, specifically Netscape on the remote machine to which I am connected by TELNET?
Thanx in advance.
rgds, Aditya N.
Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com _______________________________________________ Linuxers mailing list Linuxers@mm.ilug-bom.org.in http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
-----BEGIN PGP SIGNED MESSAGE-----
On Wed, 1 Aug 2001, Linux @ Ramshyam wrote:
I don't think we can run Netscpae thru telnet, or can we ?? sandeep
Obviously we cannot run netscape in terminal but we can use a linux x-client on one machine and run x-server on other machine. So we can run application on x-server and view the using x-client.
regards pankaj
Hi, How do I run any X windows application, specifically Netscape on the remote machine to which I am connected by TELNET?
Thanx in advance.
rgds, Aditya N.
Do You Yahoo!? For regular News updates go to http://in.news.yahoo.com _______________________________________________ Linuxers mailing list Linuxers@mm.ilug-bom.org.in http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
Linuxers mailing list Linuxers@mm.ilug-bom.org.in http://mm.ilug-bom.org.in/mailman/listinfo/linuxers
- --------------------------------------- Pankaj Jangid National Centre for Software Technology - ---------------------------------------
Any place I can read more on X-CLIENT / X-Server sandeep
Obviously we cannot run netscape in terminal but we can use a linux x-client on one machine and run x-server on other machine. So we can run application on x-server and view the using x-client.
On Wed, 1 Aug 2001, aditya newalkar wrote:
How do I run any X windows application, specifically Netscape on the remote machine to which I am connected by TELNET?
On your localmachine, from an xterm, type: xhost +remotehost
Then, telnet to the remote host, and type: export DISPLAY=yourhostname:0
Then, run netscape or whatever X app you want. I do it all the time.
Philip
Hey Philip, Is there any way we can RUN windows application [some Business appli.] on Diskless node. sandeep
On Wed, 1 Aug 2001, Linux @ Ramshyam wrote:
Is there any way we can RUN windows application [some Business appli.] on Diskless node.
If the windows application supports the xserver/xclient architecture, then yes. Probably with something like wine, it may be possible. I don't use windows too much, so can't say.
Philip
Can someone point out the advantage of WIN4LIN. Its costing about as-much-as windows, so where is the savings... sandeep
I wish to have 2 linux server, such that if one were to crash, the second would take over immediately. Just like PDC / BDC. Does anybody have any info / exp on this. Kindly share please. sandeep
On Aug 1, 2001 at 12:00, Philip S Tellis wrote:
On your localmachine, from an xterm, type: xhost +remotehost
What if the remote machine is a winbox running Xwin32?
X either doesn't start, or the display is on the server -- where it crashes (I think) if you try to give it input.
Number Johnny 5: Inpuuuut!
On Wed, 3 Oct 2001, Satya wrote:
On Aug 1, 2001 at 12:00, Philip S Tellis wrote:
On your localmachine, from an xterm, type: xhost +remotehost
What if the remote machine is a winbox running Xwin32?
No difference. xhost +machine_wanting_to_use_X_services. Of course this would probably be a menu option somewhere.
X either doesn't start, or the display is on the server -- where it crashes (I think) if you try to give it input.
X doesn't start? X should be running on the winbox that you're exporting your display to using export DISPLAY=winbox:0
Keep in mind, that the X server is the machine that has the monitor, keyboard, mouse and sound card. The X client is the host on which your program runs - Netscape in this case.
Philip
hiyee there luggers.....
Thx to ur help things hav worked...'-). I am posting the code so that if ny1 ever needs to make direct access to their ROM then they won't hav to mess around with stuff like i did...
++++++++++++++++++++++
#include <unistd.h> #include <stdio.h> #include <sys/stat.h> #include <stdlib.h> #include <fcntl.h>
int main() {
char c[15]; int fd, i, fd1;
fd = open("/dev/mem",O_RDONLY); fd1 = open("/home/zenith/programmin/msg.txt", O_RDWR|O_APPEND|O_CREAT);
//ofcourse the 0xfcdcd location will change as do //the array and iostream buffer lengths.
lseek(fd,0xfcdcd,0); read(fd,c,14); write(fd1,c,14);
close (fd); close (fd1); return 0;
}
+++++++++++++++
Trevor Warren
===== ( >- LINUX, It's all about CHOICE -< ) /~\ __ http://www.trevorwarren.com __ /~\ | ) / mailto: trevorwarren@yahoo.com \ (/ | |_|_ \ Urgent ->9820349221@maxtouch.co.in / / _|_| ___________________________________/
__________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1
On Oct 4, 2001 at 11:36, Philip S Tellis wrote:
On Wed, 3 Oct 2001, Satya wrote:
On Aug 1, 2001 at 12:00, Philip S Tellis wrote:
On your localmachine, from an xterm, type: xhost +remotehost
What if the remote machine is a winbox running Xwin32?
No difference. xhost +machine_wanting_to_use_X_services. Of course this would probably be a menu option somewhere.
A pretty visible menu option, thank Eris.
X either doesn't start, or the display is on the server -- where it crashes (I think) if you try to give it input.
X doesn't start? X should be running on the winbox that you're exporting your display to using export DISPLAY=winbox:0
Well it works now. I don't know what the problem was -- perhaps the utter lack of running xdm on the Linux box?
Sometime on Oct 4, Satya assembled some asciibets to say:
A pretty visible menu option, thank Eris.
Hmmm... looks like someone's taken up Discordianism!! May your life be chaotic pleasure.
Well it works now. I don't know what the problem was -- perhaps the utter lack of running xdm on the Linux box?
No, xdm on the linux box has nothing to do with X on the win box.
Philip
On Oct 5, 2001 at 01:26, Philip S Tellis wrote:
Sometime on Oct 4, Satya assembled some asciibets to say:
A pretty visible menu option, thank Eris.
Hmmm... looks like someone's taken up Discordianism!! May your life be chaotic pleasure.
Thanks, but I'm not really Discordian. Just a little bit. It seems sane to me.
Well it works now. I don't know what the problem was -- perhaps the utter lack of running xdm on the Linux box?
No, xdm on the linux box has nothing to do with X on the win box.
Oh yes it does. I just ran Xwin32 on the winbox, and it came up with the gray screen and X cursor. Running xdm on gort got me a gui login on the winbox. This could be because I'm not using rsh and rexec but something called XDMCP.
The intent, in case I am not clear, is to run programs on gort and display on the winbox.
On Thu, 4 Oct 2001, Satya wrote:
Oh yes it does. I just ran Xwin32 on the winbox, and it came up with the gray screen and X cursor. Running xdm on gort got me a gui login on the winbox. This could be because I'm not using rsh and rexec but something called XDMCP.
xdm will let you login through windows, but isn't necessary to run programs. You could use telnet/rsh/ssh/telepathy to start your program.
Philip
On Oct 5, 2001 at 11:43, Philip S Tellis wrote:
xdm will let you login through windows, but isn't necessary to run programs. You could use telnet/rsh/ssh/telepathy to start your program.
Hmm. telnet and rsh are disabled. I haven't downloaded the appropriate ssh thing for xwin. Telepathy is not compiled into any of the kernels, nor do I have hardware for it.
I guess I'm better off running xdm. This way we get a cool Linux desktop on Windows.
On Fri, 5 Oct 2001, Satya wrote:
Hmm. telnet and rsh are disabled. I haven't downloaded the appropriate ssh thing for xwin. Telepathy is not compiled into any
sshd on linux, putty on win.
of the kernels, nor do I have hardware for it.
AFAIK, telepathy works with any hardware, I think it also works without hardware.
I guess I'm better off running xdm. This way we get a cool Linux desktop on Windows.
Try line - the counterpart of wine.
Philip
On Oct 5, 2001 at 16:17, Philip S Tellis wrote:
On Fri, 5 Oct 2001, Satya wrote:
Hmm. telnet and rsh are disabled. I haven't downloaded the appropriate ssh thing for xwin. Telepathy is not compiled into any
sshd on linux, putty on win.
Umm. Yes, the guys can ssh in from the windows boxen. For that matter, *I* can ssh in from college.
Xwin uses rsh or rexec or XDMCP (radio buttons).
of the kernels, nor do I have hardware for it.
AFAIK, telepathy works with any hardware, I think it also works without hardware.
We don't have kernel support for it.
I guess I'm better off running xdm. This way we get a cool Linux desktop on Windows.
Try line - the counterpart of wine.
Heh. How about VNC? Is line better than VNC? How's the current version of wine?
Sometime on Oct 5, Satya assembled some asciibets to say:
AFAIK, telepathy works with any hardware, I think it also works without hardware.
We don't have kernel support for it.
And that's a problem?
Try line - the counterpart of wine.
Heh. How about VNC? Is line better than VNC? How's the current version of wine?
line is a linux emulator for windows. Using line you can run bash, linux apps, and even a window manager all on windows. Good if you like your linux themes.
Philip
Sometime today, aditya newalkar wrote:
How do I run any X windows application, specifically Netscape on the remote machine to which I am connected by TELNET?
Let the machine where you have netscape installed = S. Let the machine from where you telnet to S = C.
S is a Linux box (in your case, at least). C could be running any OS, not necess. Linux.
You need to run an X server on C (not on S). The X server should be willing to accept connections from other hosts. If C is running X11, you go "xhost +S" (so C will accept connections from S).
You can use X-Win32 for running X on Windows (that way you can work on Windows (C) and telnet to Linux (S) occasionally for "serious" work (like using Netscape :) ) and also have your Linux GUI apps be "displayed on Windows" (technically, they're still running on the Linux machine)).
X-Win32 is guiltware.
(Sorry for multi-level parentheses. Am in hack mode.)
Finally, you tell S where to display graphics. You need to set the DISPLAY env. var. on S (so telnet S) - "export DISPLAY=C:0". Then just run netscape from the command prompt. That's it.
There's some confusion b/w who's the server and who's the client. Just remember, S runs the telnet service for C, and C runs the X service for S. You're sitting in front of C wanting to run netscape which is installed on S.
Thus, you can sit in front of a Windows box (to impress your pointy-haired boss) and still avail of most services from Linux. I used to hide the Linux (actually, FreeBSD) box under the table when my boss was around. :)
Manish J.
Kernel panic: VFS: Unable to mount root fs on
I have got this error on 2 system in a day.... Linux does not boiot now.. One is a Compaq SCSI 2.1 GB, another is a 4.1 GB IDE. Both use RH 7.1 kernel 2.4.xx Please help.. what to do. i guess its somehting with initrd.gz
sandeep
On Thu, 2 Aug 2001, Linux @ Ramshyam wrote:
Kernel panic: VFS: Unable to mount root fs on
I have got this error on 2 system in a day.... Linux does not boiot now.. One is a Compaq SCSI 2.1 GB, another is a 4.1 GB IDE. Both use RH 7.1 kernel 2.4.xx Please help.. what to do. i guess its somehting with initrd.gz
I think I said before. Your root partition driver is compiled as a module. If you have / on ext2fs, then make sure that your ext2fs driver is compiled into the kernel. If it is on fat32, then make sure that vfat is compiled into the kernel. You cannot have these as modules.
Philip