Linux-Misc Digest #140, Volume #24 Thu, 13 Apr 00 16:13:06 EDT
Contents:
Memory limits in RedHat 5.2 (Jason Bacon)
finding out what runs a site (Robin Becker)
Web based mail suggestions? (Ken Williams)
Re: What the heck is linux doing (slightly off-topic) (Dances With Crows)
Re: uninstalling stuff (Tim Haynes)
Re: New Folder in KFM - permissions (Martin Kroeker)
Re: finding out what runs a site (Vilmos Soti)
Re: Web based mail suggestions? (Vilmos Soti)
Re: Closing One of Multiple Windows Crashes Netscape (James Franklin)
linux
understand system calls ! ("denis.chmielewski")
Re: encrypted password?? (Jeff Workman)
what is clock skew? ("choi jinhyuk")
FTP config in Red Hat 6.1 (Chris Stump)
Re: Memory limits in RedHat 5.2 (Bastian)
Re: kernel panic.......help!! (Anthony)
Re: linux (Andreas Kahari)
Re: lilo NTFS (Anthony)
Re: Linus + NTFS (Anthony)
Re: How Microsoft inhibits competition & innovation (Harlan Grove)
Ghostscript & Ghostview ps files problem (Joseph Borg)
Atapi Zip drive setup (Keith)
Re: encrypted password?? (Robie Basak)
Re: netscape address book broken (Shawn Stone)
Re: LICQ file receive using InJoy FireWall for OS/2 Warp 4 (Anthony)
Best IMAP server? (Ken Williams)
Re: NT problem (again?!) (Anthony)
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (Jason Bacon)
Subject: Memory limits in RedHat 5.2
Date: 13 Apr 2000 17:02:23 GMT
We're running RedHat 5.2 (kernel 2.0.36) on a PC with 512 meg RAM.
Linux only recognizes 256 meg, however.
I found a tip on dejanews about putting
append="mem=512M"
in lilo.conf. I did this, rebooted, and Linux still only sees 256M.
The BIOS recognizes all 512M.
Is there any way to get this system to recognize all the memory,
or am I looking at an OS upgrade?
TIA,
-Jason
------------------------------
From: Robin Becker <[EMAIL PROTECTED]>
Subject: finding out what runs a site
Date: Thu, 13 Apr 2000 18:15:15 +0100
Is there any way I can find out what software is running a remote site?
--
Robin Becker
------------------------------
From: [EMAIL PROTECTED] (Ken Williams)
Subject: Web based mail suggestions?
Date: Thu, 13 Apr 2000 17:11:05 GMT
I need a web based mail solution for Linux/Apache with the following things:
- Preferablly GPL written in PHP3
- Supports multiple domains
- Supports vacation notifications
- Supports attachments
etc. Any good ones out there?
------------------------------
From: [EMAIL PROTECTED] (Dances With Crows)
Subject: Re: What the heck is linux doing (slightly off-topic)
Date: 13 Apr 2000 13:23:58 EDT
Reply-To: [EMAIL PROTECTED]
On Thu, 13 Apr 2000 09:40:29 -0400, F. Michael Orr
<<[EMAIL PROTECTED]>>
shouted forth into the ether:
>I always found "od" difficult to use. Therefore, I
>wrote this small C program to do the same thing. The NG may find it
>useful.
>--------------9560D796AC62679400234AD8
>Content-Type: application/x-unknown-content-type-cfile;
> name="vmdump.c"
>Content-Transfer-Encoding: base64
It's entirely possible, but what is that garbage you posted? Source code
is plain ASCII text. There's no need to encode it in any way. Fix your
newsreader. I think you meant to say something like this... (coded in
haste and with no taste!)
#include<stdio.h>
#define TRUE 1
#define FALSE 0
#define NUMCHARS 16
int
main (int argc, char **argv)
{
int i, j, c[NUMCHARS], flag;
FILE *ifp;
for (i = 1; i < argc; i++)
{
ifp = fopen (argv[i], "rb");
flag = FALSE;
while (flag == FALSE)
{
for (j = 0; j < NUMCHARS; j++)
{
c[j] = getc (ifp);
if (c[j] == EOF)
{
c[j] = 0;
flag = TRUE;
}
}
for (j = 0; j < NUMCHARS; j++)
printf ("%02x ", c[j]);
for (j = 0; j < NUMCHARS; j++)
{
if (c[j] < ' ' || c[j] > 127)
c[j] = '.';
printf ("%c", c[j]);
}
putchar ('\n');
if (flag == TRUE)
{
printf ("\n\n");
fclose (ifp);
}
}
}
return 0;
}
--
Matt G / Dances With Crows \###| Programmers are playwrights
There is no Darkness in Eternity \##| Computers are lousy actors
But only Light too dim for us to see \#| Lusers are vicious drama critics
(Unless, of course, you're working with NT)\| BOFHen burn down theatres.
------------------------------
From: [EMAIL PROTECTED] (Tim Haynes)
Crossposted-To: uk.comp.os.linux
Subject: Re: uninstalling stuff
Date: 13 Apr 2000 18:08:35 +0100
Reply-To: "Tim Haynes" <[EMAIL PROTECTED]>
Nix <$}xinix{[email protected]> writes:
> [EMAIL PROTECTED] (Tim Haynes) writes:
>
> > My ~/.zshrc has
> >
> > set -A path \
> > ~/* /bin /usr/local/* /usr/local/*/bin /usr/bin \
> > /usr/* /usr/*/bin /usr/lib/*/ \
> > /sbin /usr/sbin /usr/X11R6/bin
>
> Bleah. How... inelegant.
:8(
> And it doesn't help with shared library paths at all.
I don't mess around with dodgy versions of library packages myself so often
as to need it.
> > which I don't object to, especially given that it's only me on my
> > machines
>
> Rather you than me. GNU stow is very good at doing this sort of thing
> *right*.
OK OK, I'll look into it. Heck, I even thought of 'stow' as I was
ambulating around town this afternoon, so maybe it's time to tidy up?!
~Tim
--
| Geek Code: GCS dpu s-:+ a-- C++++ UBLUAVHSC++++ P+++ L++ E--- W+++(--) N++
| w--- O- M-- V-- PS PGP++ t--- X+(-) b D+ G e++(*) h++(*) r--- y-
| The sun is melting over the hills, | http://piglet.is.dreaming.org/
| All our roads are waiting / To be revealed | [EMAIL PROTECTED]
------------------------------
From: Martin Kroeker <[EMAIL PROTECTED]>
Subject: Re: New Folder in KFM - permissions
Date: Thu, 13 Apr 2000 17:41:46 GMT
J Bland <[EMAIL PROTECTED]> wrote:
> ie only that user can access the directory or anything in it. On a machine
> where people like to share data between users this a right royal pain in the
> arse. Anybody know a way to make KFM follow the permissions set by umask
> (iirc)?
I posted a bug report on the KDE site about half a year ago, but either
their bug-tracking mechanism is broken or they are too busy writing KDE-2
to care about this problem. (Patching 200+ customer systems is not funny
either.)
You need to change the sources of kioslave (in the kdebase sources, under
the kfm directory) as follows, to get the desired behaviour :
*** file.orig Tue Jun 15 06:31:57 1999
--- file.cpp Wed Oct 6 23:02:03 1999
***************
*** 398,404 ****
int KProtocolFILE::MkDir(KURL *url)
{
! if ( ::mkdir( url->path(), S_IXUSR | S_IWUSR | S_IRUSR ) != 0L )
return Error( KIO_ERROR_CouldNotMkdir, "Could not mkdir '%s'", errno
);
return SUCCESS;
}
--- 398,404 ----
int KProtocolFILE::MkDir(KURL *url)
{
! if ( ::mkdir( url->path(), S_IRWXU | S_IRWXG | S_IRWXO) != 0L )
return Error( KIO_ERROR_CouldNotMkdir, "Could not mkdir '%s'", errno
);
return SUCCESS;
}
--
Dr. Martin Kroeker, daVeg GmbH Darmstadt CAD/CAM/CAQ [EMAIL PROTECTED]
Precision Powered by Penguins
------------------------------
Subject: Re: finding out what runs a site
From: Vilmos Soti <[EMAIL PROTECTED]>
Date: Thu, 13 Apr 2000 18:14:05 GMT
Robin Becker <[EMAIL PROTECTED]> writes:
> Is there any way I can find out what software is running a remote site?
What do you mean by software? Do you mean the OS and httpd?
Then go to http://www.netcraft.com and it will do it for you.
Vilmos
------------------------------
Subject: Re: Web based mail suggestions?
From: Vilmos Soti <[EMAIL PROTECTED]>
Date: Thu, 13 Apr 2000 18:15:09 GMT
[EMAIL PROTECTED] (Ken Williams) writes:
> I need a web based mail solution for Linux/Apache with the following things:
>
> - Preferablly GPL written in PHP3
> - Supports multiple domains
> - Supports vacation notifications
> - Supports attachments
Check out http://www.horde.org/imp
Vilmos
------------------------------
Date: Thu, 13 Apr 2000 13:29:27 +0000
From: James Franklin <[EMAIL PROTECTED]>
Subject: Re: Closing One of Multiple Windows Crashes Netscape
I have a similar problem. If I go to file|close, it is less likely to
occur. I have the problem with only three windows (primary, messenger,
other netscape window). Closing the other sometimes causes all of them
to close. I use Mandrake 7.0, Netscape 4.72 (128bit encryp)
Rick wrote:
>
> I typically surf with multiple (half dozen or more) Netscape windows open,
> switching back and forth between them. Often, when I close ONE window,
> they ALL close. Does anyone know of a fix that falls somewhere short of me
> having to change my surfing habits?
>
> OS: Linux-Mandrake 6.0
> Netscape: Communicator 4.6
> PC: Dell Dimension XPS R400 (PII, 128 PC-100 RAM)
>
> As I write this, I have 1 Konsole and 7 Netscape windows open. free
> reports memory usage as:
> total 127924
> used 102996
> free 24928
> shared 57156
> buffers 5444
> cached 46472
>
> --
> Posted via CNET Help.com
> http://www.help.com/
------------------------------
From: <[EMAIL PROTECTED]>
Subject: linux
Date: Thu, 13 Apr 2000 18:30:18 GMT
useing linux 6.1 - pages stall loading unless mouse is moving
--
Posted via CNET Help.com
http://www.help.com/
------------------------------
From: "denis.chmielewski" <[EMAIL PROTECTED]>
Subject: understand system calls !
Date: Thu, 13 Apr 2000 20:32:24 +0200
hello everybody,
I am studying the system call mechanism and I don't understand.
To explain my problem, let's take the fopen example :
in the kernel sources, I found a function sys_open(...) in the file
/fs/open.c
from the glibc sources, I found the file fopen.c
I suppose that starting from fopen.c we should arrive to sys_open(..),
probably through an interrupt somewhere to switch into kernel mode.
well, from fopen.c, I found a call to __stdio_open(...) that is in the
file /glibc/sysdeps/generic/sysd-stdio.c
in __stdio_open( ...) there is a call to __open(...) and here is what I
don't understand. I found a few implementation of __open(...) in glibc,
but none of them seem to bring me any further. They contain only few
lines of code, mainly calls to va_list(...), va_arg(...) ...
Can anybody help me please ? and what are va_list(...), ...
thank you !
------------------------------
Subject: Re: encrypted password??
From: Jeff Workman <[EMAIL PROTECTED]>
Date: 13 Apr 2000 13:42:21 -0400
"Calvin" <[EMAIL PROTECTED]> writes:
> Hi,
> I am configurating apache to protect some files in one of my directory.
> Then i add the following lines in the .htaccess file.
>
> AuthName someuser
> AuthType Basic
> AuthUserFile /somewhere/passwd
> require valid-user
>
Take a look at 'htpasswd'
$ htpasswd /somewhere/passwd username
It will then prompt you for the password, just like the regular UNIX 'passwd'
command.
HTH,
Jeff
--
Jeff Workman | [End of diatribe. We now return you to your
UNIX System Administrator | regularly scheduled programming...]
Gibralter Publishing |
(910) 455-6446 ext. 3034 | -- Larry Wall, in "Configure" from the
http://www.gibralter.com | perl distribution.
------------------------------
From: "choi jinhyuk" <[EMAIL PROTECTED]>
Subject: what is clock skew?
Date: Thu, 13 Apr 2000 18:51:30 GMT
when I try to complile such a source like kernel
I use to see these warnings
clock skew dectected. your build may not completed.
what does clock skew mean?
compling error? but it works.
what sould I do not to see these messges?
------------------------------
From: Chris Stump <[EMAIL PROTECTED]>
Subject: FTP config in Red Hat 6.1
Date: Thu, 13 Apr 2000 13:44:50 -0500
Greetings all,
I'm having trouble with logging into my linux box remotely using
FTP. When I try to log in from a remote computer (using my linux IP and
regular username/pass on port 21), the FTP client gets stuck at 'trying
the connection'...from there it goes no further. When I try to FTP to
localhost from my linux box, I get a 'service not available, remote
server has closed connection.' All of the literature I've read says that
the ftpd should be installed and listening on port 21 from my initial
Red Hat 6.1 installation. And wu-ftp is installed. I've checked the
inetd.conf file and the appropriate ftp line is included (i.e. ftp
stream tcp nowait root /usr/sbin/tcpd in.ftpd -l -a). I also checked
the /etc/services file and FTP is listed as being on port 21. I simply
can't figure out why it is not working! Are there any initial
configuration steps that I need to take before I can start using the
service? Any help with this matter is greatly appreciated.
Thanks in advance to all those who reply :-)
------------------------------
From: [EMAIL PROTECTED] (Bastian)
Subject: Re: Memory limits in RedHat 5.2
Date: 13 Apr 2000 18:54:43 GMT
On 13 Apr 2000 17:02:23 GMT, Jason Bacon wrote:
>We're running RedHat 5.2 (kernel 2.0.36) on a PC with 512 meg RAM.
>
>Linux only recognizes 256 meg, however.
>
>I found a tip on dejanews about putting
>
> append="mem=512M"
>
>in lilo.conf. I did this, rebooted, and Linux still only sees 256M.
>
>The BIOS recognizes all 512M.
>
>Is there any way to get this system to recognize all the memory,
>or am I looking at an OS upgrade?
>
>TIA,
>
>-Jason
Did you run lilo after you updated the file? It sometimes happened to me that
I forgot this...
Bastian
------------------------------
From: [EMAIL PROTECTED] (Anthony)
Subject: Re: kernel panic.......help!!
Date: 13 Apr 2000 18:57:33 GMT
<[EMAIL PROTECTED]> wrote:
>hi:
>After an abnormal shutdown,it found some disk problem when reboot........
>I used fsck to resolve it......but after this reboot.......it showed:
>
>Warning: unable to open an initial console.
>Kernel panic: No init found. Try passing init = option to kernel.
>
>and system was hold........
>my linux is redhat6.0........
>Any body can help me ....... thx....:)
Looks like the filesystem and basic system files were corrupted,
boot from floppy and rescue mode (the disk image is in the CD)
and then run e2fsck -f again, just to make sure.
Then re-install the basic system, dont worry about the applications.
If you are not sure what to install, just do a install without
choosing the applications, but dont do "upgrade", choose "install".
------------------------------
From: Andreas Kahari <[EMAIL PROTECTED]>
Subject: Re: linux
Date: Thu, 13 Apr 2000 19:06:27 GMT
In article <[EMAIL PROTECTED]>,
<[EMAIL PROTECTED]> wrote:
> useing linux 6.1 - pages stall loading unless mouse is moving
I'm truly sorry, but I couldn't make heads nor tails out of that post...
Linux 6.1? You mean Mandrake or some other GNU/Linux distribution?
What "pages"? Where?
/A (maybe a little bit thick headed)
--
# Andreas K�h�ri, <URL:http://hello.to/andkaha/>.
# All junk email is reported to the appropriate authorities.
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: [EMAIL PROTECTED] (Anthony)
Subject: Re: lilo NTFS
Date: 13 Apr 2000 19:23:36 GMT
<[EMAIL PROTECTED]> wrote:
>OK, here it goes.
>I'm a DTS at Lucent and we have a user that installed RH6.1 on his NT4
>box. Now I know that lilo will take over the MBR and screw up the NT
>boot loader (which is just what happened :-) ). So my question to all of
>you.. Is there a way to remove lilo or would I have to (MicroCraps best
>phrase) REINSTALL NT4 and then put lilo on the boot sector?
>
>Any and all help would be great.
If the user did the right thing of putting Lilo on the boot
sector of the ext2 partition instead of MBR of the 1st harddisk,
NT bootloader can boot the linux partition without problem.
Otherwise, Lilo cannot boot NT because they use a strange chain-boot
method that make it diffcult for anyone to install O/S that is
not from MS.
Fdisk /mbr might work until NT, but it might not recreate the NT
MBR that run the bootloader. If you format a floppy under NT,
it will boot and run the NT bootloader. However, if you copy
the floppy boot sector and write it back to the hard disk - it
wont work.
The best chance is to use the emergency recover floppy to fix it,
if the fix program does not crash (it crashed on me couple of times).
There are a few other bootloader can boot NT and all other OS
without the NT bootloader, I recommend GNU GRUB. You can try System
Commander, though it is easy to install but hard to config.
------------------------------
From: [EMAIL PROTECTED] (Anthony)
Subject: Re: Linus + NTFS
Date: 13 Apr 2000 19:25:36 GMT
<[EMAIL PROTECTED]> wrote:
>On Mon, 28 Feb 2000 21:25:21 +0200, mina <<[EMAIL PROTECTED]>>
>shouted forth into the ether:
>>Is it possible to get read-write access to NTFS disk via RH6.1?
>
>Of course... but it might not be such a good idea. Compile a new kernel,
>with the "Prompt for development or experimental code" and "NTFS
>read-write support (EXPERIMENTAL!)" options enabled. You can probably
>make the read-write support a module. Then just mount the NTFS partition,
>and you should be able to read and write to it. Read the warnings! The
>driver is still not ready for prime time and could trash your data if you
>write things.
>
>As for the subject line, I don't think Linus himself thinks too much about
>NTFS...
However, the read-only driver should be very stable...
------------------------------
From: Harlan Grove <[EMAIL PROTECTED]>
Subject: Re: How Microsoft inhibits competition & innovation
Crossposted-To: comp.lang.java.advocacy,comp.os.ms-windows.nt.advocacy
Date: Thu, 13 Apr 2000 12:13:52 -0700
In article <uAVgxdNp$GA.231@cpmsnbbsa03>, "Ermine Todd"
<[EMAIL PROTECTED]> wrote:
>The simple answer is that you have the user logon as a
>generic user and not with Admin rights. You install the
>apps as Admin, you protect the OS files - what's the
>problem?
Looks like you haven't heard of the Windows Registery.
Applications run by mere users on NT systems can modify the
Registery. Some improper registery settings can bring down
that application and possibly others relying on the changed
settings. How does one prevent improper Registery settings
while allowing applications run by non-admin users to store
settings from one session to the next?
* Sent from AltaVista http://www.altavista.com Where you can also find related Web
Pages, Images, Audios, Videos, News, and Shopping. Smart is Beautiful
------------------------------
From: Joseph Borg <[EMAIL PROTECTED]>
Subject: Ghostscript & Ghostview ps files problem
Date: Thu, 13 Apr 2000 19:30:08 GMT
Hi,
I'm having a problem viewing .ps files in ghostview and in any other
application that uses ghostscript to open .ps files. I'm getting an error
Unknown device: x11. As a result I cannot open any .ps files on my system
(Linux Mandrake 7.0). Does anyone have any idea what this error could be
and how it can be solved. Is there a way of installing this 'x11' device on
my system?
Sincerely,
Joseph Borg
--
Posted via CNET Help.com
http://www.help.com/
------------------------------
From: Keith <[EMAIL PROTECTED]>
Subject: Atapi Zip drive setup
Date: Thu, 13 Apr 2000 19:30:13 GMT
Help,
I had this workink before, but had to reformat hd for larger Linux...
I followed directions in mini how-to for atapi install, and followed the
advice of the Linux Gazette (all of this can be found at justlinux.com,
under how-to's.
Anyway, I attempt to mount (mount /mnt/zip), and I get this:
mount: the kernel does not recognize /dev/sda4 as a block device
(maybe 'insmod driver'?)
Funny thing is, it does list as a block device (brw-rw...)
Can any guru help?)
Keith
--
Posted via CNET Help.com
http://www.help.com/
------------------------------
From: [EMAIL PROTECTED] (Robie Basak)
Subject: Re: encrypted password??
Reply-To: [EMAIL PROTECTED]
Date: 13 Apr 2000 19:36:37 GMT
On Thu, 13 Apr 2000 12:30:33 +0800, Calvin said:
>Hi,
> I am configurating apache to protect some files in one of my directory.
>Then i add the following lines in the .htaccess file.
>
>AuthName someuser
>AuthType Basic
>AuthUserFile /somewhere/passwd
>require valid-user
>
> As the file /somewhere/passwd need a user name and a encrypted password
>separated by a ':'. I just don't know how to get the encrypted password. If
>i just type in the password straight forward into the file, it doesn't work.
There's a program called htpasswd which comes with Apache, IIRC,
which does this.
Robie.
--
------------------------------
From: Shawn Stone <[EMAIL PROTECTED]>
Subject: Re: netscape address book broken
Date: Thu, 13 Apr 2000 14:43:21 -0500
Gus Palandri wrote:
>
> I have Red Hat 6.2 and it does the same thing. I start to write a new
> message, I click on an address from my address book and click to, and
> everything disappears
>
> I have Netscape 4.72
>
> Greg Greenway wrote:
> >
> > My address book all of a sudden quit working in netscape mail. It won't
> > match names if i type in an alias, and if i click the address button in
> > a composition window and try to use an address, the entire program
> > immediately closes. The problem exists under all user accounts, and
> > i've tried deleting all netscape config files under user accounts, and i
> > installed a slightly different version of netscape (installed the glibc
> > version) and none of these things have changed the situation at all.
> > Any ideas? Thanks in advance.
> >
> > GREG
>
> --
> Posted via CNET Help.com
> http://www.help.com/
Same here, folks. So I grabbed my 6.1 cd and reinstalled Netscape 4.61 for now. But
it
can't see all the fonts! Any luck so far?
--
Shawn Stone ([EMAIL PROTECTED])
AT&T Wireless Services
Retail & Distribution
Phone: 972-776-4506
Fax: 240-359-6225
=============================
Reality is for those
who lack imagination.
------------------------------
From: [EMAIL PROTECTED] (Anthony)
Crossposted-To: comp.os.os2.misc
Subject: Re: LICQ file receive using InJoy FireWall for OS/2 Warp 4
Date: 13 Apr 2000 19:42:41 GMT
<[EMAIL PROTECTED]> wrote:
>As the subject implies, I'm trying to receive files via LICQ with a NAT'ed
>IP address. I'm currently using LICQ v0.76 (and am currently compiling
>v0.80), and go through the InJoy Firewall software for OS/2 Warp 4 via
>a shared cable modem.
>
>I can typically send files without problems, but can't receive files. Does
>anybody know how I could setup LICQ and/or the InJoy firewall to allow file
>transfers through to my IP?
>
>I'd really love to be able to do this without shelling out mega-bucks to
>'that cable company' for a couple of extra IP addresses.
>
>Any help is appreciated! TIA!
When I use Injoy it was just a ppp dialer, anyway.
Linux perspective:
Licq were not written to support socks5 proxy, though you can
./configure --enable-socks5 during compiling licq, there are
a few other environment settings you need to enable, follow
the instructions in the socks5 client manual.
This is assuming Injoy firewall is socks5 compatible, which
is an application level firewall. The info on Injoy is a bit
lacking, so if it is a packet filter, you might as well trash
it and install Linux on the firewall and then run socks5
or Dante (socks5 compatible). You can save lots of money too.
OS/2 perspective:
It would be better to run OS/2 as a client, especially when you
have to deal with networking with connection to the internet,
you get full control and full set of internet tools under Linux.
It has been said a lot of times from everyone: the best way to deal
with things like icq behind a firewall is to use a socks5 proxy.
------------------------------
From: [EMAIL PROTECTED] (Ken Williams)
Subject: Best IMAP server?
Date: Thu, 13 Apr 2000 19:47:45 GMT
Whats the prefered IMAP server for Linux. I'm using UW IMAP right now, but I
hear Cyrus is better maybe?
------------------------------
From: [EMAIL PROTECTED] (Anthony)
Subject: Re: NT problem (again?!)
Date: 13 Apr 2000 19:58:03 GMT
<[EMAIL PROTECTED]> wrote:
>Installed Caldera OpenLinux on my PC (partition 2 of C: drive).
>
>Now NT won't boot off partition 1.
>
>I know, removing lilo should work. How do I do it?
>
>In MSDOS it's FDISK /MBR.
>
>What the hell is it in NT? NT Crashes (INACCESSIBLE_BOOT_DEVICE), which
>makes me think, okay, need to remove lilo from boot sector.
>
>PLEASE HELP!!
>
>
You should put lilo in the boot sector of Linux partition.
You can try booting NT with a NT formatted floppy,
it will activate the bootloader and chain-boot NT, then
open a command prompt in NT and try the fdisk /mbr trick.
I am not really sure if you can use lilo to boot NT when
NT is on partition 1, but other than partition 1 on the
1st hd is not possible becauze NT need to chain-boot from
the NT bootloader - a pain in the backside.
Another way is to use the emergency recover disk which you
created during NT install.
Try a different bootloader: GNU GRUB,
Grub can boot NT, Linux and many many OS and has a menu
interface.
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list (and comp.os.linux.misc) via:
Internet: [EMAIL PROTECTED]
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Misc Digest
******************************