Linux-Misc Digest #415, Volume #19               Thu, 11 Mar 99 17:13:07 EST

Contents:
  Re: HD BACKUP (Matt Hughes)
  Re: Help me with experiment (Mark Tranchant)
  Linux Windows Connectivity (bencecil)
  problem with install linux on jaz ("Frederic Hoerni")
  Re: Linux setup (Phil)
  Problem with Tarring while installing StarOffice (Ryan Ho)
  Re: password isql sybase linux? ([EMAIL PROTECTED])
  Re: Public license question (Peter Seebach)
  Re: Help installing linux on extra hard drive ([EMAIL PROTECTED])
  Re: KDE: server already active (alessandro)
  KDE: server already active (alessandro)
  Re: Help installing linux on extra hard drive (Alex Nichol)
  scheduling in linux ("Malik")
  Console problem (APPANAH Ravi)

----------------------------------------------------------------------------

From: Matt Hughes <[EMAIL PROTECTED]>
Subject: Re: HD BACKUP
Date: Thu, 11 Mar 1999 14:34:37 GMT

    You don't really need to backup your hard drive, but you can use a tape drive
and ftape if you want. An easier way to upgrade your hard drive capacity would be
to read the Hard Disk Upgrade Mini How-To, which should have all of the relevant
information.

http://metalab.unc.edu/LDP/HOWTO/mini/Hard-Disk-Upgrade.html

Jack Cheng wrote:

> Hello, I'm using a 3GB HD with RH 5.2, the HD not enough for me right now, so
> I need to  change the HD from 3GB to 10GB.
>
> What's the best and simple method I can do it? (I am quit new in Linux)
> Thanks a lot

--
/////////////////////////////////////////////////////////
// Matt Hughes
//
// 2nd year Student,
// Faculty of Engineering,
// University of Calgary
/////////////////////////////////////////////////////////
// C code. C code run. Run code run!
//
// Math and alcohol don't mix.
// Stay alive, don't drink and derive.
/////////////////////////////////////////////////////////



------------------------------

From: Mark Tranchant <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.os.linux
Subject: Re: Help me with experiment
Date: Thu, 11 Mar 1999 16:00:54 +0000
Reply-To: [EMAIL PROTECTED]

The console devices in the /dev directory are needed, like /dev/tty1
etc.

Mark.

David Delikat wrote:
> 
> Robert Martin wrote:
> >
> > Sorry, I can't be of much help, but I like the idea!
> >
> > propsync wrote:
> >
> > > Hello
> > >
> > > I have 2 partitions on my harddrive.  The first one has the redhat linux
> > > distribution on it.  On the second partition, I want to create a bare
> > > bones linux system by copying the necessary files from partition 1 to
> > > partition 2.  My goal is to see just how small I can get the operating
> > > system.  The first thing I did was to create the filesystem (ext2) on
> > > partition 2.  My next move was to add this partition to lilo to enable
> > > it to boot.  The third thing I did was to copy vmlinuz to the /boot
> > > directory that I created.  When I attempt to boot from partition 2, the
> > > system freezes by saying "cannot find the console" or something like
> > > that.  Can anyone help me by specifying what files I need to copy to the
> > > second partition to get it to boot?
> > >
> > > thanks
> 
> this dows sound incredibly interesting!  I hope you can post your
> results so that we can all learn from this.
> 
> my suggestion would be to spend time digging around in the kernel
> source to find out what it does when it boots.  also look at lilo.
> 
> I had thought of something like this, but my intention was to modify
> the kernel in order to minimize the boot cycle.  your work would be
> of extreme interest in this light.
> 
> thenks
> 
> -dav
> 
> --
> <((((><
> Consultant: Internet, Database, Business Systems
> Unix/Linux, Windows95/NT
> mailto:[EMAIL PROTECTED] / http://obj.webjump.com/

------------------------------

From: bencecil <[EMAIL PROTECTED]>
Subject: Linux Windows Connectivity
Date: Fri, 12 Mar 1999 07:16:29 +1000

Hi everybody,


I have a dual boot Linux(redhat)/Win95 machine connected to another
win95 machine using samba.


I can see my win95 machine from my Linux machine (using smbclient
\\\\<name of machine>\\<shared drive>), and I can telnet from the win95
machine as the two users I have created in Linux (ben and candice) and
once there can login as SU.  Problems arise however, when I try to map
drives from the win95 machine.


I can see my Linux machine from my win95 machine, but can only map a
drive using Ben's password.  I cannot map Candice's drive using her
password, and I cannot map *anything* using the root password.


It seems that only Ben's password works.  The passwd file is garbled so
that can't be edited or checked (though you'd think if I could telnet
using the correct passwords, then they must be OK).


I have set up shares in the smb.conf file for [root] and [candice] (and
some others) but cannot map them if the user Ben doesn't have access to
that share.


I have temporarily given Ben full read/write ability with a line
(something like) "admin user = Ben" in a [sysadmin] share.

At the bottom of this page I have included a copy of my smb.conf

Q/ Can anyone help me out with this one.



Also.... my vision for the future for my home network is to have two
win95 machines (not a big aspiration heh) networked with a dedicated
Linux file server (I need the win95 machines for the programs I use).
The Linux file server would also be the machine that dials into my ISP.
The two win95 machines can then access the internet using the Linux box
as a firewall/proxy server.

Q/ Can anyone please let me know which help documentation covers this
very process.


Cheers
Ben






^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options (perhaps too
# many!) most of which are not shown in this example
#
# Any line which starts with a ; (semi-colon) or a # (hash)
# is a comment and is ignored. In this example we will use a #
# for commentry and a ; for parts of the config file that you
# may wish to enable
#
# NOTE: Whenever you modify this file you should run the command
"testparm"
# to check that you have not many any basic syntactic errors.
#
#======================= Global Settings
=====================================
[global]

# workgroup = NT-Domain-Name or Workgroup-Name
   workgroup = home

# server string is the equivalent of the NT Description field
   server string = Samba Server

# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two C class networks and
# the "loopback" interface. For more examples of the syntax see
# the smb.conf man page
;   hosts allow = 192.168.1. 192.168.2. 127.
    hosts allow = 192.168.1. 127.

# if you want to automatically load your printer list rather
# than setting them up individually then you'll need this
   printcap name = /etc/printcap
   load printers = yes

# It should not be necessary to spell out the print system type unless
# yours is non-standard. Currently supported print systems include:
# bsd, sysv, plp, lprng, aix, hpux, qnx
;   printing = bsd

# Uncomment this if you want a guest account, you must add this to
/etc/passwd
# otherwise the user "nobody" is used
;  guest account = pcguest

# this tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/log.%m

# Put a capping on the size of the log files (in Kb).
   max log size = 50

# Security mode. Most people will want user level security. See
# security_level.txt for details.
   security = user
# Use password server option only with security = server
;   password server = <NT-Server-Name>

# Password Level allows matching of _n_ characters of the password for
# all combinations of upper and lower case.
;  password level = 8
;  username level = 8

# You may wish to use password encryption. Please read
# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation.
# Do not enable this option unless you have read those documents
;  encrypt passwords = yes
;  smb passwd file = /etc/smbpasswd

# Unix users can map to different SMB User names
;  username map = /etc/smbusers

# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
;   include = /etc/smb.conf.%m

# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
   socket options = TCP_NODELAY

# Configure Samba to use multiple interfaces
# If you have multiple network interfaces then you must list them
# here. See the man page for details.
;   interfaces = 192.168.12.2/24 192.168.13.2/24

# Configure remote browse list synchronisation here
#  request announcement to, or browse list sync from:
# a specific host or from / to a whole subnet (see below)
;   remote browse sync = 192.168.3.25 192.168.5.255
# Cause this host to announce itself to local subnets here
;   remote announce = 192.168.1.255 192.168.2.44

# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
;   local master = no

# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
;   os level = 33

# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
;   domain master = yes

# Preferred Master causes Samba to force a local browser election on
startup
# and gives it a slightly higher chance of winning the election
;   preferred master = yes

# Use only if you have an NT server on your network that has been
# configured at install time to be a primary domain controller.
;   domain controller = <NT-Domain-Controller-SMBName>

# Enable this if you want Samba to be a domain logon server for
# Windows95 workstations.
;   domain logons = yes

# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
;   logon script = %m.bat
# run a specific logon batch file per username
;   logon script = %U.bat

# Where to store roving profiles (only for Win95 and WinNT)
#        %L substitutes for this servers netbios name, %U is username
#        You must uncomment the [Profiles] share below
;   logon path = \\%L\Profiles\%U

# All NetBIOS names must be resolved to IP Addresses
# 'Name Resolve Order' allows the named resolution mechanism to be
specified
# the default order is "host lmhosts wins bcast". "host" means use the
unix
# system gethostbyname() function call that will use either /etc/hosts
OR
# DNS or NIS depending on the settings of /etc/host.config,
/etc/nsswitch.conf
# and the /etc/resolv.conf file. "host" therefore is system
configuration
# dependant. This parameter is most often of use to prevent DNS lookups
# in order to resolve NetBIOS names to IP Addresses. Use with care!
# The example below excludes use of name resolution for machines that
are NOT
# on the local network segment
# - OR - are not deliberately to be known via lmhosts or via WINS.
; name resolve order = wins lmhosts bcast

# Windows Internet Name Serving Support Section:
# WINS Support - Tells the NMBD component of Samba to enable it's WINS
Server
;   wins support = yes

# WINS Server - Tells the NMBD components of Samba to be a WINS Client
# Note: Samba can be either a WINS Server, or a WINS Client, but NOT
both
;   wins server = w.x.y.z

# WINS Proxy - Tells Samba to answer name resolution queries on
# behalf of a non WINS capable client, for this to work there must be
# at least one WINS Server on the network. The default is NO.
;   wins proxy = yes

# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names

# via DNS nslookups. The built-in default for versions 1.9.17 is yes,
# this has been changed in version 1.9.18 to no.
   dns proxy = no

# Case Preservation can be handy - system default is _no_
# NOTE: These can be set on a per share basis
;  preserve case = no
;  short preserve case = no
# Default case is normally upper case for all DOS files
;  default case = lower
# Be very careful with case sensitivity - it can break things!
;  case sensitive = no

#============================ Share Definitions
==============================
;smb.conf

;[homes]
;   comment = Home Directories
;   browseable = yes
;   writable = yes

[Ben]

    comment = Bens home
    path = /home/Ben
    user = Ben
    browseable = yes
    writeable = yes

[candice]

    comment = Candice home
    path = /home/candice
;    user = candice
    guest account = candice
    browseable = yes
    writeable = yes


# Un-comment the following and create the netlogon directory for Domain
Logons
; [netlogon]
;   comment = Network Logon Service
;   path = /home/netlogon
;   guest ok = yes
;   writable = no
;   share modes = no


# Un-comment the following to provide a specific roving profile share
# the default is to use the user's home directory
;[Profiles]
;    path = /home/profiles
;    browseable = no
;    guest ok = yes


# NOTE: If you have a BSD-style print system there is no need to
# specifically define each individual printer
[printers]
   comment = All Printers
   path = /var/spool/samba
   browseable = no
# Set public = yes to allow user 'guest account' to print
   guest ok = no
   writable = no
   printable = yes

# This one is useful for people to share files
[tmp]
   comment = Temporary file space
   path = /tmp
   read only = no
   public = yes

# This one is useful for Ben

[system]
   comment = SysAdmin
   path = /
; admin users = Ben was gotten from reading "man smb.conf"
   admin users = Ben
   browsable = yes
   writable = yes




# A publicly accessible directory, but read only, except for people in
# the "staff" group
;[public]
;   comment = Public Stuff
;   path = /home/samba
;   public = yes
;   writable = yes
;   printable = no
;   write list = @staff

# Other examples.
#
# A private printer, usable only by fred. Spool data will be placed in
fred's
# home directory. Note that fred must have write access to the spool
directory,
# wherever it is.
;[fredsprn]
;   comment = Fred's Printer
;   valid users = fred
;   path = /homes/fred
;   printer = freds_printer
;   public = no
;   writable = no
;   printable = yes


[sysadmin]
    comment = system administrator
    path = /
    valid users = root
    public = no
    writable = yes


# A private directory, usable only by fred. Note that fred requires
write
# access to the directory.
#[root]
#   comment = Fred's Service
#   path = /
#   valid users = root
#   public = no
#   writable = yes
#   printable = no

# a service which has a different directory for each machine that
connects
# this allows you to tailor configurations to incoming machines. You
could
# also use the %u option to tailor it by user name.
# The %m gets replaced with the machine name that is connecting.
;[pchome]
;  comment = PC Directories
;  path = /usr/pc/%m
;  public = no
;  writable = yes

# A publicly accessible directory, read/write to all users. Note that
all files
# created in the directory by users will be owned by the default user,
so
# any user with access can delete any other user's files. Obviously this

# directory must be writable by the default user. Another user could of
course
# be specified, in which case all files would be owned by that user
instead.
;[public]
;   path = /usr/somewhere/else/public
;   public = yes
;   only guest = yes
;   writable = yes
;   printable = no

# The following two entries demonstrate how to share a directory so that
two
# users can place files there that will be owned by the specific users.
In this
# setup, the directory should be writable by both users and should have
the
# sticky bit set on it to prevent abuse. Obviously this could be
extended to
# as many users as required.
;[myshare]
;   comment = Mary's and Fred's stuff
;   path = /usr/somewhere/shared
;   valid users = mary fred
;   public = no
;   writable = yes
;   printable = no
;   create mask = 0765





------------------------------

From: "Frederic Hoerni" <[EMAIL PROTECTED]>
Subject: problem with install linux on jaz
Date: Thu, 11 Mar 1999 17:20:54 +0100

hello,
The linux red hat 5.2 installation is not successful on a 2GB jaz disk.
After formatting the swap partition, when it is written 'installin ext2 on
sda6', the following happens :
- black screen with numbers scrolling
or
- nothing (the screen remains the same, and the drive runs no more, so i
have to reset)
or
- 'kernel panic' message

do you have any idea ?

thanks
Fred ([EMAIL PROTECTED])



------------------------------

From: [EMAIL PROTECTED] (Phil)
Crossposted-To: ibmnet.general,comp.os.linux.setup
Subject: Re: Linux setup
Date: 11 Mar 1999 21:17:20 GMT
Reply-To: [EMAIL PROTECTED]

David Kirkpatrick <[EMAIL PROTECTED]> wrote:
>Phil,
>  I guess I'm still confused.  It seems to me that he would have to
>register all possible dynamically allocated IP's - but that would be
>fuzzy as what HE was allocated one time might be allocated to someone
>else later.  ??  The nameserver would have to know what he was allocated
>currently.

Nope, his computer is "physically" at the address allocated to
him as long as he is connected, so he doesn't need to register
anything on his system.
I log into my machine at home when my wife sends me e-mail,
using the IP addy attached to the e-mail!
Regarding the dynamically set up webpage,
I suppose safety would be insured by having ppp_off go
and change the page to say "sorry, I'm not connected!"

Try it yourself -- connect to the net, then telnet to your
dynamic IP address.  magic!  I don't know if the ppp daemon
is handing this or what -- but you are "at" the dynamic IP
address.  Your machine is known to the world as XXX.XXX.XXX.XXX,
good reason for running tcp-wrappers!  Set up hosts.allow
and hosts.deny and deny yourself access!  It's fun and educational!

If you grok the network gymnastics that make this work, it would
be nice to post the explanation to comp.os.linux.setup.  I don't
know TCP-IP well enough to explain it correctly.

Maybe I'm not being clear about the fact that my method
does not support his having a real NIC name, all it does
is bounce a connection to, for example:
http://www.myisp.net/~myhomepage/index.html
to:
http://XXX.XXX.XXX.XXX:80/~myhomepage/index.html

All services on all your local machine's ports are
seen worldwide at XXX.XXX.XXX.XXX:XX.

If, however, you get a free account at, say, linuxbox.com,
and your account gives you a location such as:
http://mystuff.linuxbox.com

then placing the index.html page at that location with
the <meta> bounce will make it work just the way what's
his name wanted it to.

Phil

------------------------------

From: Ryan Ho <[EMAIL PROTECTED]>
Subject: Problem with Tarring while installing StarOffice
Date: Fri, 12 Mar 1999 00:20:20 +0800

Hi,

I downloaded StarOffice 5.0 in four parts : so501_01.tar.1,
so501_01.tar.2, so501_01.tar.3 and so501_01.tar.4. I managed to untar
them separately successfully. I even managed to install StarOffice.
However, I could not lauch StarOffice because of missing files.
I realised that there were three files which were split between the
achives and therefore did not get fully decompressed.

For example, at the end of untarring so501_01.tar.1, I get the message,
"unexpected EOF". When I begin untarring so501_01.tar.2, I get the msg
"hmmm, this doesn't look like a tar achive" and then skips to the next
file. Thus, the files which straddle across two tar files are not
extracted fully.  I have read the man tar pages but nothing seemed to
work.  I downloaded my StarOffice from
"ftp://narnia.mit.edu/pub/StarOffice/unxlnxi/01_by_parts/"

I have only been using Linux for five days and am using RedHat 5.2.  Can
anybody familiar with installing StarOffice or with using tar help me
with this problem?

Thanx and pls email a copy of the reply to me.

Ryan


------------------------------

From: [EMAIL PROTECTED]
Subject: Re: password isql sybase linux?
Date: Thu, 11 Mar 1999 21:24:38 GMT

I _think_ the default is either password, dba, or nothing at all.

Hope that helps.

Johnny

In article <[EMAIL PROTECTED]>,
  Raymond Doetjes <[EMAIL PROTECTED]> wrote:
> I have sybase installed and configured.
>
> Now I want to make users and some databases. But I don't know what the
> dba username and password is when sybase has been installed.
>
> I can't find it in the whole range of documents either.
>
> Raymond
>

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

------------------------------

Crossposted-To: gnu.misc.discuss
Subject: Re: Public license question
From: [EMAIL PROTECTED] (Peter Seebach)
Date: Thu, 11 Mar 1999 16:39:07 GMT

In article <7c7tfi$e7o$[EMAIL PROTECTED]>,
Bill Unruh <[EMAIL PROTECTED]> wrote:
>Because they were created independently of each other. A defence against
>copyright is that the work was not copied, but independently created.
>Copyright protects only copying of the original work. So even if the two
>works were exactly the same as each other, if the person could show that
>he created the work without reference to the original the copyright
>actio would fail. Of course, the chance of the courts believeing that a
>1MB work could be identical to another without one having been used to
>create the other is miniscule.

Hmm.

Thus, an XOR of two copyrighted works is, itself, a violation of both
copyrights, even though there's probably no way to extract either of them
from it without knowing what it is.

Spooky.

-s
-- 
Copyright 1999, All rights reserved.  Peter Seebach / [EMAIL PROTECTED]
C/Unix wizard, Pro-commerce radical, Spam fighter.  Boycott Spamazon!
Will work for interesting hardware.  http://www.plethora.net/~seebs/
Visit my new ISP <URL:http://www.plethora.net/> --- More Net, Less Spam!

------------------------------

From: [EMAIL PROTECTED]
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: Help installing linux on extra hard drive
Date: Thu, 11 Mar 1999 19:57:24 GMT

My two-cents.  Maybe I am antiquated, I do not know.  I use linload.  I set
up a multi-boot option in my config.sys and autoexec.bat ala msdos (yes, it
did not go away with Windows95, it is just no longer advertised).  In my
autoexec.bat, one of my boot options loads linload with the linux kernel
copied on my Windows95 drive.  I know, a poor explanation but it work
successfully every time.  I set mine up with four boot options: Windows95,
msdos prompt, Red Hat 4.2, and Slackware96.  If anyone wants specifics email
me.

In article <[EMAIL PROTECTED]>,
  Seth Van Oort <[EMAIL PROTECTED]> wrote:
> Here's the gist. Get linux on your 6 gig hard drive in whatever way
> possible. Make a boot partition on your 16 gig hard drive and make sure
> that all of it is below 1024 cylinders. Mount your boot partition on
> /boot. Then make a copy of your /etc/lilo.conf file for reference.

> [EMAIL PROTECTED] wrote:
> >
> > I've read through what seems like reams of information and still can't find
a
> > clear answer to my question.  I have an ide 16 gig hard drive that is
running
> > Windows 98.  I also have an ide 6 gig hard drive that used to have Windows
98
> > on it that I now want to install Linux on.  I also have ide CD-ROM and CD-RW
> > drives.  Currently I have the 16 gig drive (Win 98) set as primary master.
I
> > want my two cd drives to be on seperate controllers so I can copy cd's
> > directly from one drive to the other (if they're on the same controller it
> > doesn't work so  good I hear).  That leaves my 6 gig drive (Linux) on the
> > secondary controller.  Now, can I run dual boot between Linux and Win 98
with
> > this configuration.  I've read that LILO has to be on a drive on the primary
> > controller.  Is this true even with a boot manager?  I'm somewhat confused
> > about the concept of making a small boot partition on my primary drive.  Can
> > somebody please recommend what I should do or at least explain my options?
> > Thanks.
> >
> > -Jerrad Elmore
> > [EMAIL PROTECTED]
> >
> > -----------== Posted via Deja News, The Discussion Network ==----------
> > http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own
>

jtg -- really!

============= Posted via Deja News, The Discussion Network ============
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

------------------------------

From: alessandro <[EMAIL PROTECTED]>
Subject: Re: KDE: server already active
Date: Thu, 11 Mar 1999 22:01:11 +0100

alessandro wrote:

>   Fatal server error:
>   Server is already active for display 0
>           If this server is no longer running, remove      /tmp/.X0-lock
>           and start again.

<snip>

Ah! no such /tmp/.X0-lock file, of course... :(

-- 
===========
please, excuse my antispam: alpalmas, NOT alpalmas$

------------------------------

From: alessandro <"alpalmas$"@tin.it>
Subject: KDE: server already active
Date: Thu, 11 Mar 1999 21:53:51 +0100

I installed KDE 1.1 on my slack 3.5

It seemed to work all well, but when I tried to
startx for the secon time, I got the error:

  Fatal server error:
  Server is already active for display 0
          If this server is no longer running, remove      /tmp/.X0-lock
          and start again.

In DejaNews nothing about.
In KDE site, after 3 hours reading old messages,
nothing found (a lot of stuff,there!).

Do somebody help me, please? KDE is a very nice
interface, far better than W98, and I'd like very much
to have it to show to my friends using W98 ;).

Further: I had a KDE crash with system frozen (no ctrl-alt-del, no
shift-lock led...), probably little
swap area. Do you know how much memory does KDE really needs? I have 64
M ram + 16 M swap on a PII 350.

Thank you.

Ah! sorry if my english is broken, more than it is
usually: to forget my KDE troubles I got a dinner
with Pizzoccheri pasta and Marzemino wine. Receipts
available on request...



-- 
===========
please, excuse my antispam: alpalmas, NOT alpalmas$

------------------------------

From: [EMAIL PROTECTED] (Alex Nichol)
Subject: Re: Help installing linux on extra hard drive
Date: Thu, 11 Mar 1999 21:36:12 GMT
Reply-To: alexn@[EMAIL PROTECTED]

[EMAIL PROTECTED] wrote:

>       That leaves my 6 gig drive (Linux) on the
>secondary controller.  Now, can I run dual boot between Linux and Win 98 with
>this configuration.  I've read that LILO has to be on a drive on the primary
>controller. 

I have such a setup - and at one stage had LILO in the root of the
linux partition with the boot manager from partition magic invoking it
or windows.  But what I do now is use loadlin (I have a general
problem installing LILO on my hardware, and this works as easily)
putting it and the kernel in a directory on the win98 'C' drive, and a
simple win98 config.sys menu:

Start config.sys with
SWITCHES=/F
[MENU]
menuitem=W98, Windows 98
menuitem=LNX, Linux
menudefault=W98,3
[LNX]
SET LX=1

[W98]

then whatever win 98 items you need - which will be bypassed when
booting linux, and in autoexec.bat start with

@ECHO OFF
IF "%LX%"=="" GOTO WINBOOT
CLS
C:\loadlin\loadlin.exe <parameters as needed>
:WINBOOT

followed again by windows items as needed
which will clear the screen and call the loadlin loader

Contrary to some recipes it does *not* need a BootGUI=0 or Logo=0
setting in windows - unless, of course, you prefer that anyway

-- 
Alex Nichol
Bournemouth, U.K.
[EMAIL PROTECTED]

------------------------------

From: "Malik" <[EMAIL PROTECTED]>
Subject: scheduling in linux
Date: Thu, 11 Mar 1999 23:38:16 +0800

Hi,
I need to look for info on how does Linux esp. Redhat 5.++ does cpu
scheduling. i.e maybe first in first out(fifo), round robin, Short process
next etc.. any info n help will truely be appreciated. Websites or
anything..Thanks in advance

dave



------------------------------

From: [EMAIL PROTECTED] (APPANAH Ravi)
Subject: Console problem
Date: Thu, 11 Mar 1999 16:48:39 GMT
Reply-To: [EMAIL PROTECTED]

Hi !!!
        I upgrade my redhat 5.1 (kernel 2.0.34 on a PII 300 box)
system to a v2.2.2 kernel. Le console terminal seems to be freeze. I
can't logon at the console. I must telnet the machine to get in.
        What's the problem !!!
        There was no problem with 2.0.34 kernel.

        Thanks a lot !!

        Regards,

                APPANAH Ravi.

===================================
APPANAH Ravi
   EolRing International
   Validation Support Produit
   10, rue Alfred Kastler
   14000 Caen - France

    Tel   : +33 (0)2 31 06 19 75
    Fax   : +33 (0)2 31 06 19 76
    Email : [EMAIL PROTECTED]
===================================

------------------------------


** 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
******************************

Reply via email to