Linux-Misc Digest #190, Volume #24               Mon, 17 Apr 00 21:13:05 EDT

Contents:
  Re: Linux, hard disks, UDMA, and such (was: mp3 problems) (Mike Pastore)
  Re: CFD software (Arlan Lucas de Souza)
  Re: change password ("Henk Salomons")
  Re: Mounting Amiga FFS hard drive under Linux ("Dale King")
  Kernel compilation error - as86?  What's that? (Jesse F. Hughes)
  Re: do i need Partition Magic? (Don Heffernan)
  How to mount a cdfs CD? (Andrew Purugganan)
  BALUG meeting Tue 19th Apr in San Francisco - Bruce Perins (Arthur Tyde)
  Sharing swap space. ("axioun")
  Re: Setting the path in bash (Floyd Davidson)
  DOSEMU and MS C7.0 ("Roger J. Pryor")
  Re: TIFF under LinuX ("mdonovn")
  Re: Redhat 6.2 broke! ("LessThan0")
  Re: Can't tar (Carl Fink)
  Re: Samba printing problems (Frank Hahn)
  Re: Killing processes ("Tom Hoffmann")
  localhost & domainname change
  Re: Kernel compilation error - as86?  What's that? (ljb)

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

From: Mike Pastore <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup,comp.os.linux.hardware
Subject: Re: Linux, hard disks, UDMA, and such (was: mp3 problems)
Date: Mon, 17 Apr 2000 17:20:59 -0500

Hi Mike,

I am using slack, kernel version 2.2.14. I have an IBM DeskStar UDMA33
drive running on an old i430HX board, the Tyan Tomcat IV. Upon bootup I
get this error:

Partition check:
 hda:hda: timeout waiting for DMA
hda: irq timeout: status=0x58 { DriveReady SeekComplete DataRequest }
hda: DMA disabled
ide0: reset: success
 hda1 hda2 hda3

I can enable UDMA transfers using 'hdparm -d1 /dev/hda' but when I do a
'hdparm -Tt /dev/hda' I only get a transfer rate of about 5mb/sec. I've
been through the Ultra-DMA mini-HOWTO and tried the things mentioned in
the email below, but haven't really come up with any answers.

Would you, or anyone on these newsgruops, have any recommendations?
Should I update the kernel version? Wait for 2.4? Keep looking for
updated drivers? Am I just being transfer-rate-greedy? :)

Thanks in advance for any help.

--
Mike Pastore
[EMAIL PROTECTED]

Michael J Porter wrote:
> 
> In article <[EMAIL PROTECTED]>,
> Dances With Crows <[EMAIL PROTECTED]> wrote:
> =>On Sat, 15 Apr 2000 02:16:37 +0100, Ian Molton
> =><<[EMAIL PROTECTED]>> shouted forth into the ether:
> =>>Jeff Workman wrote:
> =>>whats this? could my linux not be using UDMA33 ? how do I find out if it
> =>>is or not?
> =>
> =>To accomodate old hardware, by default Linux uses the bare minimum of a
> =>hard drive's capabilities.  The emergence of UDMA33/66 has complicated
> =>things, because there are about 8 different chipsets for UDMA/XX and the
> =>lowlevel black magic that kicks one chipset into UDMA/33 mode can cause
> =>another chipset to barf messily.
> =>
> =>The easiest, quickest, and least painful way to improve hard drive
> =>performance under Linux on a modern system is to put this line in
> =>/sbin/init.d/boot.local (/etc/rc.d/rc.local for RH folks):
> =>  hdparm -c1 -u1 -d1 -m16 /dev/hda
> =>Read the man page for hdparm to figure out what that actually does.
> 
> This would typically take my hard drive from about 3.1 mb/s to
> somewhat over 7 mb/s.  Without using DMA (-d 0).  Depending on what
> chipset you have, adding -d1 can cause problems.  The reason is
> that hdparm only changes the IDE device, it does not change the IDE
> controller except possibly in the generic sense.  So, if your
> chipset needs special setups, then you really should enable
> whatever 'autotuning' is available and use the patch I mention
> below.
> 
> When I was experimenting with this, I would do:
> 
> lilo> linux S    (boot into single user mode)
> thedog # umount -a      # unmount all file systems, except root
> thedog # mount -o remount,ro /   # remount / as readonly
> 
> thedog # dd if=/dev/hda of=/dev/null &  # run more than one of these
> 
> And see if you get any problems.  Particularly DMA timeouts, etc.
> 
> If that works, mount a temp file system r/w and try some untars or
> something to make sure writes work too.
> 
> =>UDMA/XX support is not enabled by default for reasons mentioned above.  If
> =>you want this support, you should get a recent kernel, know what chipset
> =>your IDE controller has, and compile support for that chipset in.
> =>Afterwards, everything should work automagically, and the boot messages
> =>will say something like
> =>VT 82C597 Apollo VP3
> => Chipset Core ATA-33
> =>Split FIFO Configuration:  8 Primary buffers, threshold = 1/2
> =>                           8 Second. buffers, threshold = 1/2
> =>    ide0: BM-DMA at 0xe000-0xe007, BIOS settings: hda:DMA, hdb:DMA
> =>ide0: VIA Bus-Master (U)DMA Timing Config Success
> =>    ide1: BM-DMA at 0xe008-0xe00f, BIOS settings: hdc:DMA, hdd:DMA
> =>ide1: VIA Bus-Master (U)DMA Timing Config Success
> 
> Depending on what kernel you get, you may want to apply the ide
> patch which can be found at http://www.linux-ide.org/.  The current
> patch is for 2.2.15 pre 17.
> 
> Mike
> --
> ===
> Mike Porter <[EMAIL PROTECTED]>
> PGP Fingerprint: F4 AE E1 9F 67 F7 DA EA  2F D2 37 F3 99 ED D1 C2

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

From: Arlan Lucas de Souza <[EMAIL PROTECTED]>
Subject: Re: CFD software
Date: Mon, 17 Apr 2000 19:21:55 -0300



On Mon, 17 Apr 2000 [EMAIL PROTECTED] wrote:

> Is anyone working on a GNU CFD (computional fluid dynamics) program for
> Linux. As my research is in this field I would be willing to help.
> 
I don't know if there is a GNU CFD program for Linux but SAL (Scientific
Applications on Linux) at http://sal.kachinatech.com/index.shtml could be
a good start point.

Arlan


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

From: "Henk Salomons" <[EMAIL PROTECTED]>
Subject: Re: change password
Date: Tue, 18 Apr 2000 00:28:16 +0200


"Andreas Kahari" <[EMAIL PROTECTED]> schreef in bericht
news:8dfvlr$juv$[EMAIL PROTECTED]...
> In article <8dftsq$e8e$[EMAIL PROTECTED]>,
>   "Henk Salomons" <[EMAIL PROTECTED]> wrote:
> >
> > "Andreas Kahari" <[EMAIL PROTECTED]> schreef in bericht
> > news:8dfo1q$b2u$[EMAIL PROTECTED]...
> > > In article <[EMAIL PROTECTED]>,
> > >   [EMAIL PROTECTED] wrote:
> > > > In article <8dfh91$2odc$[EMAIL PROTECTED]>, Henk Salomons wrote:
> > > > >
> > > > >"Andreas Kahari" <[EMAIL PROTECTED]> schreef in bericht
> > > > >news:8df03d$fjs$[EMAIL PROTECTED]...
> > > > >>
> > > > >> echo $2$'\n'$2 | passwd $1
> > > > >>
> > > > >No, isn't working, the same problem: passwd: Conversation error
> > > > >I think passwd in not accepting from stdin !?!
> > > > >
> > > > >Any other solutions ??
> > > >
> > > > You can tried the xargs command.
> > > >
> > > >     echo username | xargs passwd {}
> > > >
> > > >  (you may need a -i option on the xargs; re: man xargs)
> > > >
> > > > --
> > > > Dave Brown  Austin, TX
> > > >
> > >
> > > Since you simply can't give the new password on the command line,
> this
> > > approach won't work. Another thing I've been thinking about is to
> write
> > > the password twice to a file and then do
> > >
> > > passwd $uname < thefile
> > >
> > No, isn't working either !
> >
> > I found the solution somewhere on the net:
> >
> > #!/usr/bin/expect -f
> > set timeout 1
> > set password [lindex $argv 1]
> > set username [lindex $argv 0]
> > spawn passwd $username
> > expect "password:"
> > sleep 1
> > send "$password\r"
> > expect "password:"
> > send "$password\r"
> > expect eof
> >
> > whithout the sleep command it isn't working, I don't know why.
> >
> > Henk Salomons.
> >
>
> All our suggestions probably didn't work because you can't start typing
> the password until the 'passwd' program expects you to start typing.
> That's probably why removing 'sleep 1' breaks the above script...
> (guessing)
>
>
> /A
>
I found a better way: chpasswd

Greetings, Henk Salomons
>
> --
> # 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: "Dale King" <[EMAIL PROTECTED]>
Crossposted-To: comp.sys.amiga.hardware
Subject: Re: Mounting Amiga FFS hard drive under Linux
Date: Tue, 18 Apr 2000 08:46:01 +1000

Mark,

I this working fine but with a SCSI hard drive from an A530.  I used redhat
with affs as a kernel module.  I've never tried an IDE drive though but I
can't see why it would be any different.

To check that FFS support is working you could try mounting an ADF file via
the loopback device.  I don't remember the commands but they are in the
mount manpage.

Good luck,
Dale

mark harman wrote in message ...
>Hi, I've obtained an Amiga hard disk which I'm trying to read on my PC. I
>have Suse Linux which I've recompiled to include Amiga FFS support, but
>I'm having trouble reading it. I have the disk attached as slave and
>tried:
>
>mount /dev/hdb -t affs /mnt/amiga
>




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

Subject: Kernel compilation error - as86?  What's that?
From: [EMAIL PROTECTED] (Jesse F. Hughes)
Date: Mon, 17 Apr 2000 22:52:50 GMT

I'm trying to compile the kernel for Slackware 7.0 -- the source is
2.2.13.  However, I get the following error:

make[1]: Entering directory `/usr/src/linux-2.2.13/arch/i386/boot'
gcc -D__KERNEL__ -I/usr/src/linux/include -E -D__BIG_KERNEL__ -traditional 
-DSVGA_MODE=NORMAL_VGA  bootsect.S -o bbootsect.s
as86 -0 -a -o bbootsect.o bbootsect.s
make[1]: as86: Command not found
make[1]: *** [bbootsect.o] Error 127
make[1]: Leaving directory `/usr/src/linux-2.2.13/arch/i386/boot'
make: *** [bzImage] Error 2

What the heck is as86?  The closest I find is a command called "as"
that apparently comes in binutils.  Here's the output of "ld -v":
GNU ld version 2.9.1 (with BFD 2.9.1.0.25) 
Since the Changes file requires 2.8.1.0.23, I assume I'm okay there.

What is wrong with my poor li'l machine?

-- 
Jesse Hughes

"You see 300 of something, anything, and you go `[Man], that's a lot of
stuff.'" -- Jim Bigler, quoted in the Pittsburgh Post-Gazette.

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

From: [EMAIL PROTECTED] (Don Heffernan)
Subject: Re: do i need Partition Magic?
Date: Mon, 17 Apr 2000 22:53:38 GMT

If anyone is answering this one how about answering mine (I don't know
anything about partition magic, or disk druid, et al for that matter).


 I have a Linux machine with a 3 gig Win partition I no longer need,
and a Windows machine with a 3 Gig Linux partition I no longer need.
Will partition magic convert the Linux partition to a DOS partition?
Will it convert the DOS partition on the Linux box to a Linux
partition - or can I do that fairly easily from Linux?  In both casers
I would prefer to change the excess partition without reinstalling the
OS.

Don
On Sat, 15 Apr 2000 11:59:28 +0200, "Lenine Liebenberg"
<[EMAIL PROTECTED]> wrote:

>He who does not read the HOWTO will run into big dilemma.
>
>
>brandonkylecarter <[EMAIL PROTECTED]> wrote in message
>news:[EMAIL PROTECTED]...
>> i have tried to install linux mandrake 7.0 to no avail.  but when i was
>> trying to setup the partition i messed up my windows partition. i
>> physically have a 20.4 GB hard drive in my PC. now when i click on my
>> computer to see my drives, it shows two hard disks plus all of the normal
>> stuff.  one of the disks shows 10.5 GB and the other 17.5 GB!! now the
>> contents of the 10.5 GB is the normal disk, appears as always. the 17.5 GB
>> disk has funky stuff in it. i want my plain old 20.4 GB ONE DRIVE BY
>> ITSELF!
>>
>> would partition magic solve this problem??
>>
>> thanks
>>
>> --
>> Posted via CNET Help.com
>> http://www.help.com/
>
>

Don Heffernan
heffernan.cais.net

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

From: [EMAIL PROTECTED] (Andrew Purugganan)
Subject: How to mount a cdfs CD?
Date: 17 Apr 2000 22:54:51 GMT

I used EasyCD creator to put together some files I've d/loaded while at 
work. You know, Q3 point release, some mp3's, real serious 
mission-critical Mars landing stuff ;-) The problem is, well, I'm not 
done yet, I plan to add some more. My Win95 reads that CD just fine.

How should I mount the CD to read it in Linux (or even play the mp3s)? 
'Properties' indicates CDFS, not fat32, & i have no idea what type that is

--
jazz  annandy AT dc DOT seflin DOT org
Registered linux user no. 164098
Doesn't it bother you, that we have to search for intelligent life
--- OUT THERE??

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

From: Arthur Tyde <[EMAIL PROTECTED]>
Subject: BALUG meeting Tue 19th Apr in San Francisco - Bruce Perins
Date: Mon, 17 Apr 2000 23:21:50 GMT

All,

Bruce Perins of the Linux Capital Group will be the featured speaker at
BALUG tomorrow (Tuesday 19th) evening at the Four Seas in San Francisco.

"Bruce Perens, president, is a luminary in the Linux and Open Source
software community. He is a highly regarded computer scientist as well as
an authority on free software licensing. His views are widely published in
media publications from Wired Magazine to the Wall Street Journal. He is
the primary author of the Open Source Definition, and, as such, is well
respected in the international network of Open Source programmers and
computer scientists. Perens has intimate knowledge of this landscape and
maintains key personal relationships with many Linux developers."

Meeting starts at 7:00 PM, a full banquet style chinese dinner is served
for only $10.00 per person.  Companies and individuals are welcome to
arrange for table space, donate door prizes, and help with the operation
of the users group.  Information, directions and RESERVATIONS may be made
at http://www.balug.org.

Many thanks, Art...
-- 
Arthur F. Tyde III
Bay Area Linux Users Group

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

From: "axioun" <[EMAIL PROTECTED]>
Crossposted-To: alt.linux,alt.unix,comp.unix.bsd.freebsd.misc
Subject: Sharing swap space.
Date: Mon, 17 Apr 2000 23:26:15 GMT

I have been using Linux for about a year now.  I had to reinstall everything
onto my computer a few weeks ago and also get a new hard drive.  It's a 13
gig drive and I am going to install Linux and FreeBSD together.  I have
heard of people sharing swap space between the two.  Are there any HOWTO's
on this or does anyone know how to do this?  Thank you for any help.



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

From: Floyd Davidson <[EMAIL PROTECTED]>
Subject: Re: Setting the path in bash
Date: 17 Apr 2000 14:48:35 -0800

[EMAIL PROTECTED] (Michael Kelly) wrote:
>In article <8dfjmo$icm$[EMAIL PROTECTED]>,
>       "Clay Blankenship" <[EMAIL PROTECTED]> writes:
>> Using the bash shell on my PC with SuSE Linux, I changed the path using
>> "export PATH=".  I had "." in my path but I was unable to run executables in
>> the present directory without using ./executable.  This is the way my SuSE
>> Linux manual says to set variables.  I tried using PATH= like Linux
>> Unleashed says to do in bash, but this had no effect on the $PATH variable.
>> What am I doing wrong?
>>     Thanks
>
>Hi Clay.  Try setting the path in your .bashrc file...
>export PATH=.:$PATH
>
>if you want the current directory searched first or
>export PATH=$PATH:.
>if you want it searched last.
>
>Works for me. :)

You probably don't really want to do it that way though.  That
will add it again and again, once for each level of subshell.
Not a big deal perhaps, but the right way is to put in into
~/.bash_profile, ~/.bash_login or ~/.profile, whichever one of
is in use.  That way it is set for the login shell and exported
exactly as set to each and every subshell, without adding on another
dot path each time a subshell is exec'd.

-- 
Floyd L. Davidson                          [EMAIL PROTECTED]
Ukpeagvik (Barrow, Alaska)

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

From: "Roger J. Pryor" <[EMAIL PROTECTED]>
Subject: DOSEMU and MS C7.0
Date: Mon, 17 Apr 2000 23:27:41 GMT

Hi:

Anyone (else) trying to run MS C V7.0, (about the last of the 16 bit
compilers,)
under DOSEMU ??  If so, any luck?  I'm new to DOSEMU, so any help
would be appreciated, I'm getting an error from DOSX32:  Cannot read
file: MS32KRNL.DLL.  Linux is 2.2.10 (SuSE 6.2)

Thanks

--

 -----------------------------------------------------------------
Roger J. Pryor P. Eng.      Email:     [EMAIL PROTECTED]
Pryor and Pryor Inc.        Telephone: (+1)(604) 685-2621
602 - 1230 Comox Street     Fax:       (+1)(604) 683-3488
Vancouver, B.C.,            Internet:  http://www.pryor-and-pryor.com
V6E 1K7, Canada



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

From: "mdonovn" <[EMAIL PROTECTED]>
Crossposted-To: comp.graphics.misc
Subject: Re: TIFF under LinuX
Date: Mon, 17 Apr 2000 18:29:06 -0500

Hartmut

If I read your question right, try http://www.photodex.com


Hartmut J�rgens <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hello, I am searching for a programm for LinuX to show and print TIFF
> files with more than one page.
> Is there any program out.
>
> Thanks in advance.
> Hartmut
>



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

From: "LessThan0" <[EMAIL PROTECTED]>
Subject: Re: Redhat 6.2 broke!
Date: Mon, 17 Apr 2000 19:50:39 -0400

This was helpful for me.  I had trouble with KKE> but I got tried ICECUBEwm
but it crashed and my system forze, then I reboot and tried GNOBE.  GNOBE
look good, but  not as good WINDOWMUDER, which work best except when I right
click and strange daemons appear then the system froze.  I rebvoot, but now
KKE will not start from within FVWTZM, you know, which look like WINDOS95x.
Then, mny system frozen, but anyway, it helped.  THanks,


"KP" <[EMAIL PROTECTED]> wrote in message
news:8ddkej$e39$[EMAIL PROTECTED]...
> Well, I figured out how to switch back to KDE, at the login prompt, but I
> don't think GNOBE will work.
> "KP" <[EMAIL PROTECTED]> wrote in message
> news:8ddbet$rii$[EMAIL PROTECTED]...
> > I switched to the GNOBE from KKE and now, it doesn't work.  I can move
the
> > mouse around and nothing happens! I tried to use the command prompt to
> > switch back to the KKE interface, but it won't work, nothing opens!  I
> > suppose I should just unistall Linux and wait until it gets better.
> >
> >
>
>



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

From: [EMAIL PROTECTED] (Carl Fink)
Subject: Re: Can't tar
Date: 17 Apr 2000 23:33:20 GMT
Reply-To: [EMAIL PROTECTED]

On 17 Apr 2000 13:52:27 GMT Bastian <[EMAIL PROTECTED]> wrote:
>
>What do you mean? The manpage covers the zxvf (the most important) switches
>of tar.

But it's in "manspeak", the special language of people who write bad
Unix documentation.  I can read it too, but I've spent years working
with computers.  To a neophyte it's Linear B.
-- 
Carl Fink               [EMAIL PROTECTED]
Manager, Dueling Modems Computer Forum
<http://dm.net>

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

From: [EMAIL PROTECTED] (Frank Hahn)
Subject: Re: Samba printing problems
Date: Tue, 18 Apr 2000 00:10:14 GMT
Reply-To: [EMAIL PROTECTED]

On Sun, 16 Apr 2000 14:59:59 -0400, Mark Bratcher <[EMAIL PROTECTED]> wrote:
>Frank Hahn wrote:
>> 
>> On Sat, 15 Apr 2000 09:32:33 -0400, Mark Bratcher <[EMAIL PROTECTED]> wrote:
>> >When I've set up samba printers I've never set user name and passwords.
>> >
>> Would you mind giving a brief description on how you set this up?
>> I guess a did not realize that you could set up the printers to
>> not require a password but the other shares would.  Thanks.
>> 
>
>Any share can be set up to not require a password as long as you allow
>guests.
>
>What tool do you use to set up the Samba server? We use SWAT which lays
>all the options out before you nicely. I highly recommend it. I can't
>recall all the detailed steps we used to set them up.
>
I just wrote a simple smb.conf file by hand.  This was for a
three computer network at home.

I had wanted to log into Windows 95 without a password.  At the
time, if I did this, samba would require a password to be typed
in when someone wanted to print to a printer that was connected
to the Linux machine.

Since then, I have started using a password when logging into
Windows 95.  I use TweakUI to provide the password and log in
automatically.  From then on, I don't have to enter a password
for the printer share.

We have people come into the house to work with our son and one
of the things they do from time to time is print things out.  I
just did not want to have to remember to give the password to
these people.  After doing the above, I don't have to worry about
it.

Seeing your post, I thought there might be a better way.

-- 
Frank Hahn

Most people can't understand how others can blow their noses differently
than they do.
                -- Turgenev

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

From: "Tom Hoffmann" <[EMAIL PROTECTED]>
Subject: Re: Killing processes
Date: Tue, 18 Apr 2000 00:32:00 GMT

man killall

In article
<[EMAIL PROTECTED]>,
Arlan Lucas de Souza <[EMAIL PROTECTED]> wrote:
> I don't know why but after starting a xgalaga session (an old game) and
> then quitting (shift-q command) I always can see a few xgalaga processes
> that remain in my processes list. See part of my last output to "ps ux"
> command (I extract some columns):
> 
> USER       PID %CPU %MEM    STAT START   TIME COMMAND arlan    19845 
> 0.0  0.0    SW   17:18   0:00 [sh] arlan    19857  0.0  0.0    SW  
> 17:18   0:00 [startx] arlan    19864  0.0  0.0    SW   17:18   0:00
> [xinit] arlan    19869  0.0  0.0    SW   17:18   0:00 [sh] arlan   
> 19871  0.0  0.7    S    17:18   0:00 wmtime arlan    19872  0.0  7.2   
> S    17:18   0:05 wmaker arlan    19876  3.7  0.8    S    17:18   3:08
> wmmon -s arlan    19908  0.0  1.7    S    17:20   0:01 xterm -bg lightye
> arlan    19910  0.2  7.8    S    17:20   0:11 pine -i arlan    20065 
> 0.0  1.1    S    18:06   0:00 /usr/lib/xgalaga/ arlan    20160  0.8 24.2
>    S    18:21   0:11 /usr/lib/netscape arlan    20168  0.0  3.4    S   
> 18:25   0:00 -sh arlan    20240  0.0  1.1    S    18:31   0:00
> /usr/lib/xgalaga/ arlan    20249  0.0  1.1    S    18:32   0:00
> /usr/lib/xgalaga/ arlan    20257  0.0  1.1    S    18:33   0:00
> /usr/lib/xgalaga/ arlan    20261  0.7 16.4    S    18:34   0:03 emacs
> -geometry 7 arlan    20264  0.0  3.2    R    18:42   0:00 ps ux
> 
> I'd like to kill all xgalaga's process once. The command "ps ux | grep
> 'xgalaga'" can extracts these process but how could I extract PIDs and
> pipe then to a "kill -9" command? The cut -f2 -d" " command don't work
> to me.
> 
> Thanks in advance, Arlan
> 


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

From: <[EMAIL PROTECTED]>
Subject: localhost & domainname change
Date: Tue, 18 Apr 2000 00:30:03 GMT

  Hi there!  How do I change my hostname and domainname correctly w/o 
having trouble using pine mail.  I changed the hostname is etc/hosts, 
etc/sysconfig/network, and etc/HOSTNAME, but how do I change the 
domainname?  I tried to change my domainname but that gave me some 
problems, like being unable to send mail to another user in pine.  Note 
that I am not in a network...  Please send all the neccessary steps.  
Thanks....

Linux user

--
Posted via CNET Help.com
http://www.help.com/

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

From: [EMAIL PROTECTED] (ljb)
Subject: Re: Kernel compilation error - as86?  What's that?
Date: 18 Apr 2000 00:36:27 GMT

[EMAIL PROTECTED] wrote:
>I'm trying to compile the kernel for Slackware 7.0 -- the source is
>2.2.13.  However, I get the following error:
>
>make[1]: Entering directory `/usr/src/linux-2.2.13/arch/i386/boot'
>gcc -D__KERNEL__ -I/usr/src/linux/include -E -D__BIG_KERNEL__ -traditional 
>-DSVGA_MODE=NORMAL_VGA  bootsect.S -o bbootsect.s
>as86 -0 -a -o bbootsect.o bbootsect.s
>make[1]: as86: Command not found
>...

You need to load the "bin86" package from the "D" series. This has
the as86 assembler which is only needed to build the boot sector
and stuff for the kernel.

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


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