Linux-Setup Digest #625, Volume #19 Fri, 15 Sep 00 04:13:10 EDT
Contents:
help printtool setup problem (Jeff Peterson)
Re: loadlin problem (boot fails when / mounted ro) (Elliott Martin)
Re: Modem/COM setting problems ("Rob Battle")
Redhat 6.2 and compiling the Tulip driver (Dodd)
Re: Newbie question: Setting up RAID 1 and RAID5 (J Sloan)
Re: suexec wrapper ([EMAIL PROTECTED])
Re: Dumb start-up question (E J)
Re: How to multiboot Win98 and Linux? ([EMAIL PROTECTED])
Re: CD writing issues (E J)
Re: Newbie needs help on setting up serial connection (E J)
Re: More help. (Lew Pitcher)
Apache and Samba on Redhat Linux 6.2 ("Venkat")
Re: xcdroast on redhat 6.2 doesn't work (exits itself) ("f.g.a.m.wouters")
file system ext2 and blocksize ("Manfred Ernst")
Re: I know I'm doing SOMETHING stupid (Eric)
Re: Sendmail ([EMAIL PROTECTED])
via82cxxx won't load or configure - RH6.2 (Dexter N Muir)
----------------------------------------------------------------------------
Date: Thu, 14 Sep 2000 23:16:08 -0400
From: Jeff Peterson <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.admin
Subject: help printtool setup problem
Originally, I was able to add my HP 520 DeskJet printer when I first set
up
my system RH v6.2 kernel 2.2.14-5.0 through printtool v 3.44-1 with no
problems. It worked beautifully. The printer driver showed up for the
HP520. However, now I have a problem. I tried to set up my HP870Cse
printer and even added pnm2ppa package and updated it from 0.89 to
1.0-1.
I updated ghostscript from 5.50.1 to 5.50.3. All this was at the same
time
I was trying to get the HP870Cse to work, but no luck. However, for some
reason, I deleted the printer for my HP520 from the print queue. When I
went back into the printtool, I couldn't find a printer definition for
the
HP520. I checked the /usr/lib/rhs/rhs-printfilters/printerdb file and it
has the definition in there for the HP520, but it doesn't show up in the
list in the printtool. Can anyone tell me what is going on and how can
I fix it so I can select the HP520 printer driver? Much thanks.
Jeff Peterson
------------------------------
From: Elliott Martin <[EMAIL PROTECTED]>
Subject: Re: loadlin problem (boot fails when / mounted ro)
Date: Thu, 14 Sep 2000 20:19:41 -0700
I have tried doing it straight from the autoexec.bat but I still get the
same thing. I've also tried booting from a DOS 6.22 boot disk, and from
the safe mode command prompt only option of 9x... Anyway, I was thinking
it was related to the SCSI adapter more than anything else, but I guess
I'll just keep on doing it with a linux boot disk.
-Elliott
Mickey Stein wrote:
>
> I use nearly the identical command (aside from the "shell=" part) and I use
> the command from a file "linux.bat" that's called via a standard vanilla
> config/autoexec/dos triple-boot menu setup which doesn't execute any other
> commands at all. Here's the command:
>
> c:\loadlin\loadlin d:\redhat\kernels\vmlinuz.dvd mem=256M root=/dev/hdb3
> ro vga=3
>
> I'm not sure what effect using "shell=" has when launching anything other
> than command.exe, but on the off-chance that it *does have some effect,
> it's probably worth a shot at trying just your command from a "safe dos
> prompt". (no config or autoexec executed at boot). I can't imagine that the
> "ro" parm is anything but correct considering the linux boot sequence.
>
> I was just modifying some params on my ext2 file system having booted from
> a floppy and mounted /dev/hdb3 ro. I used a util suggested by someone in
> here called "tune2fs" which can only be used on filesystems mounted ro. You
> might take a look at the output of "tune2fs -l" since it lists the params
> of the superblock and the -l command is pretty much benign so can be used
> while the filesystem is up and running. Also take a look at /etc/fstab
> since that's where it figures out how to remount that fs rw. Just some
> thoughts.
>
> Elliott Martin wrote:
>
> > I am having trouble getting loadlin.exe to work properly and I have
> > looked all over the place trying to fix this one. Here's the problem,
> > if I use the command
> > shell=c:\boot\loadlin.exe c:\boot\2217 root=/dev/sdb1 ro vga=771
> > in the config.sys loadlin will load the kernel, but when it gets to the
> > point of re-mounting the root device rw it comes up with a whole bunch
> > of messages similar to
> > /etc/rc.d/rc.S:/bin/uname: Permission denied
> > for each of the commands in in rc.S and as a result will not boot
> > linux. So, I tried booting linux with the command
> > shell=c:\boot\loadlin.exe c:\boot\2217 root=/dev/sdb1 rw vga=771
> > and now it boots, but cannot check the root device on boot plus it does
> > not shutdown properly because when it umounts the root dev. it then
> > re-mounts it ro and tries to run /sbin/sync and reboot but gets the
> > whole Permission denied thing again. Anyway, any help here would rule.
> > BTW, I have linux on sdb1, dos/win on sda1, swap on sda5 and then two
> > sr's, no IDE stuff, and an Adaptec 2930 controller...
> > -Elliott
------------------------------
From: "Rob Battle" <[EMAIL PROTECTED]>
Subject: Re: Modem/COM setting problems
Date: Thu, 14 Sep 2000 23:34:09 -0400
is it a winmodem? winmodems don't work in linux
"Neil Castle" <[EMAIL PROTECTED]> wrote in message
news:8ps0lp$m6d$[EMAIL PROTECTED]...
> Hi
>
> I have recently loaded Mandrake 7.1 onto a separate partition of my PIII
866
> with Win 98 as the other OS. My modem is hooked up to Com 5. There is no
> obvious
> equivalent to this COM setting in the configuration of M7.1. Is it
possible
> to configure a com5 setting using Konsole or by other means? Since I am a
> newbie at Linux any help would be appreciated.
>
> Finally, my modem is a US robotics 56K Voice PCI. Is there any known
> problems using this modem with Linux?
>
> Thanks in advance
>
> Neil A. Castle
>
>
>
------------------------------
From: [EMAIL PROTECTED] (Dodd)
Crossposted-To: comp.os.linux
Subject: Redhat 6.2 and compiling the Tulip driver
Date: Fri, 15 Sep 2000 03:45:08 GMT
I am having a hard time compiling the tilup driver for my new Linksys
NIC with Redhat 6.2. When I run the compiler I get this....
tulip.c:128: linux/config.h: No such file or directory
tulip.c:136: linux/version.h: No such file or directory
tulip.c:137: linux/module.h: No such file or directory
tulip.c:142: linux/kernel.h: No such file or directory
tulip.c:143: linux/string.h: No such file or directory
tulip.c:144: linux/timer.h: No such file or directory
tulip.c:145: linux/errno.h: No such file or directory
tulip.c:146: linux/ioport.h: No such file or directory
tulip.c:147: linux/malloc.h: No such file or directory
tulip.c:148: linux/interrupt.h: No such file or directory
tulip.c:149: linux/pci.h: No such file or directory
tulip.c:150: linux/netdevice.h: No such file or directory
tulip.c:151: linux/etherdevice.h: No such file or directory
tulip.c:152: linux/skbuff.h: No such file or directory
tulip.c:153: asm/processor.h: No such file or directory
tulip.c:154: asm/bitops.h: No such file or directory
tulip.c:155: asm/io.h: No such file or directory
tulip.c:156: asm/unaligned.h: No such file or directory
In file included from tulip.c:162:
kern_compat.h:38: linux/version.h: No such file or directory
kern_compat.h:100: linux/bios32.h: No such file or directory
I can find all of these files in another computer running the same
version (upgraded from RH 6.1) in /usr/src/linux-2.2.14/include/linux.
However, in the "new" install, that directory doesn't exist...in fact
/usr/src/linux-2.2.14 doesn't exist. I can't even find these files on
the CD. I don't think I can just copy them from another computer
without causing some problems, can I?? How do I get this driver to
compile?? I could just go buy a 3Com NIC, but that would take all the
fun <sic> out of it!!
Thanks,
Dodd
------------------------------
From: J Sloan <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.help,comp.os.linux.advocacy,comp.os.linux.admin
Subject: Re: Newbie question: Setting up RAID 1 and RAID5
Date: Fri, 15 Sep 2000 04:24:20 GMT
[EMAIL PROTECTED] wrote:
> Hi, Linux Gurus!!
>
> I am a Linux newbie. I am trying to learn the concept of
> RAID system. Can someone tell me the step-by-step procedure
> on setting up a RAID 1 and RAID 5 system, please.
>
> Once I have installed another diskdrive, formatted and
> partitioned it, I don't know what to do next!
> Maybe, you can tell me the URL of the site or share what
> you did when you setup your RAID system.
http://www.linuxdoc.org/HOWTO/Software-RAID-HOWTO.html
told me all I needed to set up raid on Red Hat 6.2 servers
(This may even be on your Linux system in /usr/doc/HOWTO)
jjs
------------------------------
From: [EMAIL PROTECTED]
Subject: Re: suexec wrapper
Date: Fri, 15 Sep 2000 04:39:59 GMT
hi !
Since the user and group are mentioned in the .conf file, you would have
to set the UID/GID of the cgi-bin dir ( permission 755) of the uID and
GID mentioned in the conf file.
In article <[EMAIL PROTECTED]>,
"Thorsten Ha�iepen" <[EMAIL PROTECTED]> wrote:
> Hi!
>
> Having compiled the apache server with the suexec wrapper, now I have
the
> following problem:
>
> whenever I put a "User ..." and "Group ..." into any virtual host
directive,
> any cgi-script only returns an 500 internal error.
>
> as soon as I remove that directive ("User...") the script runs just
perfect.
>
> What do I have to do to change/fix this ?
>
> My homepage-dirs are under /usr/home/[username] where under www/ the
scripts
> shall be executed ...
>
> Thanks
> Thorsten
>
>
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: E J <[EMAIL PROTECTED]>
Subject: Re: Dumb start-up question
Date: Thu, 14 Sep 2000 22:14:00 -0700
$ su -
password: <secret>
# # I assume you are on run level 5.
# cd /etc/rc.d/rc5.d
# # When starting up the xntpd in position of ## (pick a number to run)
# ln -s ../init.d/xntpd S##xntpd
# # When shutting down the xntpd in position of ## (pick a number to stop)
# ln -s ../init.d/xntpd K##xntpd
richard wrote:
> I feel embarassed about having to ask this, but...
>
> I am running RH 6.x. How do I get xntpd to load on boot-up? Can I add
> this to /etc/inetd.conf, or is there another file that loads daemons at
> start up? TIA
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To: alt.os.linux
Subject: Re: How to multiboot Win98 and Linux?
Date: Fri, 15 Sep 2000 05:07:23 GMT
Hi !
Linux has a good multi-boot option. Ie, proceed with your RedHat
installation, ( install linux on the 5GB part ). It automatically
detects your Win98 Partition and even provides you a chouce to boot
which OS first( if you do not press any key during boot).
Ram Prasad
In article <8pomou$f7o$[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:
> I have Win98 SE running on my C: drive (Fat32).
>
> I want to install Linux (RH6.2) on my empty 5GB D: drive
> (currently formatted as Fat32). I will be using a RH6.2
> boot install CD that I downloaded from RedHat.
>
> I am new to Linux. What steps do I need to take to set up
> this multiboot? Will RH6.2 take care of it for me?
>
> Thank you!
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
Sent via Deja.com http://www.deja.com/
Before you buy.
------------------------------
From: E J <[EMAIL PROTECTED]>
Subject: Re: CD writing issues
Date: Thu, 14 Sep 2000 22:19:56 -0700
I got my redhat 6.2 to use my CD-Writer.
.
$ su -
password: <scret>
# cp /etc/conf.modules /etc/conf.modules.bak
# vi /etc/conf.modules
Modify conf.modules for your CDROM writer, my CDROM is located at /dev/hdc
Here is my conf.modules
alias scd0 sr_mod
alias scsi_hostadapter ide-scsi
options ide-cd ignore=hdc
# cp /etc/rc.d/rc.local /etc/rc.d/rc.local.bak
# vi /etc/rc.d/rc.local
Put this at the end of the rc.local
# load ide-scsi module
insmod ide-scsi
# cp /etc/lilo.conf /etc/lilo.conf.bak
# vi /etc/lilo.conf
put the append statement for /etc/lilo.conf your cdrom
'append="hdX=ide-scsi"' and run lilo.
Here is /etc/lilo.conf, my CDROM is located at /dev/hdc
boot=/dev/fd0
timeout=100
message=/boot/message
prompt
image=/boot/vmlinuz-2.2.14-6.1.1
label=linux
root=/dev/hda4
append="hdc=ide-scsi"
read-only
# /sbin/lilo
Now relink the /dev/cdrom to your scsi emulation of your cdwriter
# mv /dev/cdrom /dev/cdrom.bak
# ln -s /dev/scd0 /dev/cdrom
Reboot. (I don't know how to restart with new conf.modules and rc.local
in linux :( )
Run dmesg to see if your scsi emulation is working after the reboot
# dmesg
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
scsi : 1 host.
Vendor: HP Model: CD-Writer+ 8100 Rev: 1.0g
Type: CD-ROM ANSI SCSI revision: 02
Detected scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Uniform CDROM driver Revision: 2.56
Run cdrecord to see if you scsi emulation is working also.
# cdrecord -scanbus
Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 J�rg Schilling
Using libscg version 'schily-0.1'
scsibus0:
0,0,0 0) 'HP ' 'CD-Writer+ 8100 ' '1.0g' Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
I hope it works for you, it works for me
Lorenzo wrote:
> I want to install a Cd writer ( the Yamaha 8824 EIDE ) and I have a Red
> hat 6.1. The kernel has been compiled as it's usually explained for the
> SCSI Emulation. Two questions:
> I was wondering if I had to write
> something in the LILO file: actually my cdrom is recognised as sr0, do I
> have to change something?
> I would really enjoy a practical step-to-step
> guide to settings in the Cd writing process: setup of the kernel ,
> LILO,etc...refers to cdrecord too..I know the CD WRITING HOW TO but I want
> something more practical! Advices?
> Bye and thanks a lot Lorenzo
------------------------------
From: E J <[EMAIL PROTECTED]>
Subject: Re: Newbie needs help on setting up serial connection
Date: Thu, 14 Sep 2000 22:26:19 -0700
Use minicom.
For instruction on how to use minicom type the following:
$ man minicom
Steve Lam wrote:
> I need to setup a serial connection from my linux (readhat6.2) to one
> of the
> routers in the lab. Since, the solaris workstation has been shared by
> many people.
> So I decided to have my own unix, in this case it is linux redhat 6.2.
>
> I know that from solaris, I can 'tip ttya' (ttya is from /etc/remote
> with correct
> baudrate is 9600). And I can use hyperterminal from windows to make a
> serial connections. Since, this linux is pretty new to me, and I'm
> definitely
> not a sys admin either. I tried to read many documents and I ended up
> loss. Can some body point me to the right directions how-to setup the
> serial port in linux? Please cc to [EMAIL PROTECTED]
>
> Thank you very much for your help.
>
> /Steve Lam
------------------------------
From: Lew Pitcher <[EMAIL PROTECTED]>
Subject: Re: More help.
Date: Thu, 14 Sep 2000 20:11:55 -0400
Steve wrote:
>
> Where can I get my hands on these how-to files?
They are all available from the Linux Documentation Project at
http://www.linuxdoc.org/
--
Lew Pitcher
Master Codewright and JOAT-in-training
------------------------------
From: "Venkat" <[EMAIL PROTECTED]>
Subject: Apache and Samba on Redhat Linux 6.2
Date: Fri, 15 Sep 2000 14:51:01 -0700
Hi all
We have just added a powerful brand new pIII machine to our NT network to
try Linux, then we have successfully installed Redhat Linux 6.2 with custom
installation and carefully chosen Apache Webserver and Samba server and
configured to work as a web server as well as file server. But, to our
surprise, it runs only FTP server, the rest 2 are not working
Can anyone of you help me as how to configure Samba and Apache on this
machine
Thanx
Venkat
------------------------------
From: "f.g.a.m.wouters" <[EMAIL PROTECTED]>
Subject: Re: xcdroast on redhat 6.2 doesn't work (exits itself)
Date: 15 Sep 2000 07:08:39 GMT
f.g.a.m.wouters <[EMAIL PROTECTED]> schreef in artikel
<01c01e4b$85d9fc50$f52513ac@HT9810221904>...
> Sorry if I did not explain it so good but I mean that you make a dir
under
> /root e.g. cdroast and than use this as a mounting point! Perhaps it
works?
> I will try it myself this evening and let you know.
>
> Frans Wouters
>
I have tried all kinds of mounting points but without any succes.
I don't know why, but there must be a good reason for this problem, perhaps
you can mail the guys who made the program.
Frans Wouters
------------------------------
From: "Manfred Ernst" <[EMAIL PROTECTED]>
Subject: file system ext2 and blocksize
Date: Fri, 15 Sep 2000 09:18:46 +0200
The blocksize of the file system ext2 seems to be 4096 Bytes (on my 30 GB
IDE hard disk). But I need a blocksize of 8192 Bytes.
Is it possible to mount ext2 with this blocksize? Or can I use another file
system which supports this blocksize?
Info: I want to copy a database to Linux which was created under HP-UX and
HP-UX works with a blocksize of 8192 Bytes. The copy is not the problem but
the use of the database under Linux is only possible if blocksizes are the
same.
Bye
Manfred
------------------------------
From: Eric <[EMAIL PROTECTED]>
Subject: Re: I know I'm doing SOMETHING stupid
Date: Fri, 15 Sep 2000 09:22:21 +0200
Reply-To: [EMAIL PROTECTED]
Richard Rogers wrote:
>
> Did you ever stop to think... and forget to restart?
>
> Thank you all for pointing, out the obvious. I said I knew I was doing
> something stupid, but I didn't think I was being THAT stupid.
>
> b. rgds.
>
> Richard
Restart???
Now that's a nice windows attitude, but there's no need in linux
usually. (unless you recompile your kernel)
I fail to see why restarting would have changed anything, I sure don't
hope to expirience something like that on my PC.
Eric
------------------------------
From: [EMAIL PROTECTED]
Crossposted-To:
alt.linux,comp.os.linux,comp.os.linux.help,comp.os.linux.networking,comp.os.linux.misc
Subject: Re: Sendmail
Date: Thu, 14 Sep 2000 19:58:44 -0600
In article <[EMAIL PROTECTED]>, "Rodolpho H. O. Eckhardt"
<[EMAIL PROTECTED]> wrote:
> I need some help.
>
> Everytime sendmail tries to start it fails, i have reconfigured it, but
> it still fails.
> What could be wrong?
A list of errors, log entries, etc get better answers than esp will get.
------------------------------
From: Dexter N Muir <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.misc
Subject: via82cxxx won't load or configure - RH6.2
Date: Fri, 15 Sep 2000 19:59:09 +1200
Hi all
Newbie here, have just installed RedHat 6.2, and can't get sound to
work. Module via82cxxx reports "in use or busy" and fails to load -
what's up? It works fine under Win98se.
BIOS settings have "Legacy sound" and "SB" both enabled, IRQ set at
10, and IRQ10 set at "Legacy ISA" (thius from memory, as I am not at
that machine at the moment - it's 55km away :^)
Hopefully...
Dex
------------------------------
** 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.setup) 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-Setup Digest
******************************