Linux-Misc Digest #599, Volume #26 Wed, 20 Dec 00 21:13:04 EST
Contents:
Linux administrator needed ("Senol Yilmaz")
Block move error 0x01 (Kurt Weber)
Squid on Speed ("David Hubner")
Re: Applix 5.0 is crap (Juergen Heinzl)
Re: Torvalds Speaks Out on RedHat 7.0 and gcc/kgcc idiocity! [Fwd: Signal 11]
("Kosh")
Re: Question About Timing Functions Under Linux (Dave Blake)
Re: i/o errors with scsi tape backup ("Dan White")
Re: depmod: unresolved symbols in 2.2.17 ("Dan White")
Re: depmod: unresolved symbols in 2.2.17 (David)
Re: "package README not listed in file index" during upgrade/install ("Dan White")
Re: 2.2->2.4 pppd error: Couldn't set tty to PPP discipline: Invalid argument
("newuser")
Re: Virtual Domain setup ("Dan White")
Re: kernel panic again ("Dan White")
Re: alsa (glitch)
Re: alsa (glitch)
Re: Alias under Bash shell not working. (Floyd Davidson)
----------------------------------------------------------------------------
From: "Senol Yilmaz" <[EMAIL PROTECTED]>
Subject: Linux administrator needed
Date: Thu, 21 Dec 2000 02:13:10 +0200
Linux administrator is needed to join the team that will give various
services on the web. Administrator will work part time at home. No fixed
salary. Share will be given from revenues obtained. Because projects are new
you may not get very much at the beginning.
If you are interested please contact me at [EMAIL PROTECTED]
------------------------------
From: Kurt Weber <[EMAIL PROTECTED]>
Subject: Block move error 0x01
Date: Wed, 20 Dec 2000 18:15:13 -0600
I am installing Slackware with the bare.i bootdisk from the
slackware-current
directory. I get the boot: prompt. I hit ENTER, and I get an error
message reading "Block move error 0x01". What does this mean, exactly?
I've installed Slack on several other systems and have never encountered
this error.
--
Regards,
Kurt Weber
[EMAIL PROTECTED]
ROW Software and Web Design
http://www.rowsw.com
------------------------------
From: "David Hubner" <[EMAIL PROTECTED]>
Subject: Squid on Speed
Date: Thu, 21 Dec 2000 00:37:22 -0000
Hi,
I am having problems with squid in httpd_accel_mode. I have a gateway
machine with squid in accel mode which also acts as a web cache, like this
st-lukes.portsmouth.sch.uk st-lukes.local
Internet ------> Gateway machine ---------> Local subnet
the problem is that people from outside can view the webpage and people in
the local subnet cannot they get a access denied err message. I have checked
the acl's and they are fine, i have even tried....
acl all 0.0.0.0/0.0.0.0
http_access allow all
but nothing! I get a forwarding loop but that should not cause the problem
should it? Please SOS....
Dave
------------------------------
From: [EMAIL PROTECTED] (Juergen Heinzl)
Subject: Re: Applix 5.0 is crap
Date: 21 Dec 2000 00:55:09 GMT
In article <[EMAIL PROTECTED]>, Gerald
Willmann wrote:
>Hi there: have now started to use your applixware 5.0 and thought I let
>you know how crappy it is. Tried to insert a graphic into a word
>document. Have done that countless times with version 4. First of all it's
>no longer possible to move a single number once you typed it somewhere
>into the graph. Then I saved and exited and a nice symbol appeared in my
>word document but not the graph. Clicked on it and get error message that
>it's already open for editing - well, it isn't. Then saved the word
>document, reopened it, nice symbol again. Printed it - no graph only your
>stupid symbol. Clicked on it and applixgraphics comes up empty. Great,
>thanks for wasting my time. Pls refund my money. Being in the software
>industry does not excuse everything. Ciao,
[-]
Which distribution and what libraries, say their versions are ... ?
Yes, I'm asking out of experience with Applixware 4.x.y which worked
out not to be Applix's fault but (yet unknown) modifications a certain
Linux distributor thought would be a great idea thank you very much.
Merry Christmas,
Juergen
--
\ Real name : J�rgen Heinzl \ no flames /
\ EMail Private : [EMAIL PROTECTED] \ send money instead /
------------------------------
From: "Kosh" <[EMAIL PROTECTED]>
Crossposted-To: redhat.kernel.general,redhat.config
Subject: Re: Torvalds Speaks Out on RedHat 7.0 and gcc/kgcc idiocity! [Fwd: Signal 11]
Date: Thu, 21 Dec 2000 01:04:26 -0000
I think they are just trying to push the envelope, so to speak, and in doing
so, they broke a lot of stuff, as long as they retract this and in 7.1 this
isnt a problem, they'll lost no friends
kosh
"jtnews" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> I really don't see anything wrong with RedHat using 2.96.
> If it's broken now for some things, it's only temporary.
> And if stability for compiling applications is a real problem,
> just stick to RedHat 6.2. Whenever you make a transition from
> one major release to another, there are bound to be speed bumps along
> the
> way. I'm running two computers on RedHat 6.2 and one test system
> on RedHat 7.0. So far the only real issues I've had to contend with
> are:
>
> 1. A minor issue in the parsing of NIS maps in /etc/rc.d/init.d/autofs
> in 6.2
> and 7.0 which I fixed myself with a temporary hack in the 6.2
> autofs
> initialization script.
>
> added hack in 6.2 autofs script
> to properly parse entries of the of the form
> "yp:nis.map"
> V
> ypcat -k auto.master | sed 's/yp://' | (
> while read dir map options
>
> 2. The power management features do not appear to be working in 7.0.
> My screensaver never turns off my monitor, even though I tell it to
> turn off one minute after my screensaver starts. The exact same
> configuration works ok in 6.2. I still don't understand what's
> going on.
>
> 3. The RedHat 7.0 install disk doesn't work with Linksys LNE100TX.
> I got around this problem by installing both the LNE100TX and 3COM
> 3c905B cards. I then used the 3c905B to install RedHat 7.0,
> compiled the
> LNE100TX driver in 7.0, installed the modules and got
> RedHat 7.0 to boot and use the LNE100TX instead of the 3c905B.
> (I still used gcc and not kgcc for compiling the LNE100TX drivers,
> and for some reason it still worked).
>
> 4. dump and/or restore are unusable on RedHat7.0. For some reason,
> they
> stop dead when writing to a RedHat 6.2 NFS server. I wasn't sure
> what was
> causing this problem, but hypothesized that it might have been a
> recompilation problem, so I downloaded the sources to dump and
> restore
> version 0.4b20 and recompiled them, and sure enough, they now work.
> Once again I used gcc and not kgcc.
>
> Jeffrey Rose wrote:
> >
> > Nice to see this getting all over USENET, lists, search engines, etc.
> >
> > Wake up RH ... keep somewhat on the compatibility path of the Open
> > Source instinct!
> >
> > *sigh*
> >
> > Jeff
> > --
> > pub 1024D/6AD04244 2000-12-14 Jeffrey P Rose
> > (ChristForge.SourceForge.net)
> > <[EMAIL PROTECTED]>
> > Key fingerprint = C1A5 958B B2F5 9C0E 0613 4825 17FE FB39 6AD0 4244
> > sub 2048g/41E76506 2000-12-14
> >
>
------------------------------------------------------------------------
> >
> > Subject: Re: Signal 11
> > Date: 14 Dec 2000 11:11:28 -0800
> > From: [EMAIL PROTECTED] (Linus Torvalds)
> > Organization: Transmeta Corporation
> > To: [EMAIL PROTECTED]
> > References: <[EMAIL PROTECTED]>
> >
> > In article <[EMAIL PROTECTED]>,
> > Clayton Weaver <[EMAIL PROTECTED]> wrote:
> > >
> > >There has a been a thread on the teTeX mailing list the last few days
> > >about a (RedHat, but probably more general than just their rpms)
> > >gcc-2.9.6 w/glibc-2.2.x bug. At -O2, it can miscompile
> >
> > Quite frankly, anybody who uses RedHat 7.0 and their broken compiler for
> > _anything_ is going to have trouble.
> >
> > I don't know why RH decided to do their idiotic gcc-2.96 release (it
> > certainly wasn't approved by any technical gcc people - the gcc people
> > were upset about it too), and I find it even more surprising that they
> > apparently KNEW that the compiler they were using was completely broken.
> > They included another (non-broken) compiler, and called it "kgcc".
> >
> > "kgcc" stands for "kernel gcc", apparently because (a) they realised
> > that a miscompiled kernel is even worse than miscompiling some random
> > user applications and (b) gcc-2.96 is so broken that it requires special
> > libraries for C++ vtable chunks handling that is different, so the
> > _working_ gcc can only be used with programs that do not need such
> > library support. Namely the kernel.
> >
> > In case it wasn't obvious yet, I consider RedHat-7.0 to be basically
> > unusable as a development platform, and I hope RH downgrades their
> > compiler to something that works better RSN. It apparently has problems
> > compiling stuff like the CVS snapshots of X etc too (and obviously,
> > anything you compile under gcc-2.96 is not likely to work anywhere else
> > except with the broken libraries).
> >
> > Linus
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel"
in
> > the body of a message to [EMAIL PROTECTED]
> > Please read the FAQ at http://www.tux.org/lkml/
------------------------------
From: [EMAIL PROTECTED] (Dave Blake)
Crossposted-To: comp.os.linux.embedded,comp.os.linux.development.apps,comp.os.linux
Subject: Re: Question About Timing Functions Under Linux
Date: 21 Dec 2000 00:40:37 GMT
Reply-To: [EMAIL PROTECTED]
Norman Dresner <[EMAIL PROTECTED]> wrote:
> It depends on your architecture. Linux's clock in Alpha CPU's is 1 KHz; in
> x86, 100 Hz. That's the limit of the time resolution for most common
> functions as a user. You might want to check out Real-Time Linux as an
> alternative.
glibc functions on x86 architecture allow access to the
high precision clocks on the CPU - with nanosecond resolution.
But with a standard kernel on a relatively unloaded box that
comes out to around 1 msec. With occasional 5-8 msec gaps. But
they are pretty rare.
With the low latency patches an unloaded box can guarantee
less than 2 milliseconds.
RTLinux will do even better.
--
Dave Blake
[EMAIL PROTECTED]
------------------------------
From: "Dan White" <[EMAIL PROTECTED]>
Subject: Re: i/o errors with scsi tape backup
Date: Thu, 21 Dec 2000 01:15:08 GMT
In article <91r5hm$hq5$[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote:
>
> I'm trying to get a scsi tape drive working in debian (potato). Any
> attempt to use the drive (mt, tar, etc) results in:
> /dev/nst0: Input/output error
>
> The tape is an HP Surestore T20. The output from dmesg is:
>
> Detected scsi tape st0 at scsi1, channel 0, id 4, lun 0
> sym53c896-1-<4,*>: target did not report SYNC. sym53c896-1-<4,*>: target
> did not report SYNC.
> ...
>
Try recompiling the kernel and slowing down the "synchronous transfers
frequency in MHz" for the sym53c8xx driver to 5, if it's not already.
Also, have you tried another cable?
- Dan White
------------------------------
From: "Dan White" <[EMAIL PROTECTED]>
Subject: Re: depmod: unresolved symbols in 2.2.17
Date: Thu, 21 Dec 2000 01:17:11 GMT
In article <91r4mq$k9h$[EMAIL PROTECTED]>, [EMAIL PROTECTED]
wrote:
> What do I do if that does cause problems? I have had problems loading
> the module that loads my network adapter becasues of this. When I run
> modprobe or insmod for that module, I get some kind of message like:
> Unresolved symbol best_?????. So how do I actually fix the problem?
>
Also, make sure that you copy System.map from /usr/src/linux into your
/boot directory, and create a symlink called /boot/System.map-2.2.17 for
good measure.
- Dan White
------------------------------
From: David <[EMAIL PROTECTED]>
Subject: Re: depmod: unresolved symbols in 2.2.17
Date: Thu, 21 Dec 2000 01:20:31 GMT
[EMAIL PROTECTED] wrote:
>
> What do I do if that does cause problems? I have had problems loading
> the module that loads my network adapter becasues of this. When I run
> modprobe or insmod for that module, I get some kind of message like:
> Unresolved symbol best_?????. So how do I actually fix the problem?
>
Did you start with "make mrproper" when you started to compile the
kernel?
make mrproper
make menuconfig
make dep
make clean
make bzImage
If you have compiled modules into the kernel then you need to remove
them from "/etc/conf.modules".
If you compiled everything into the kernel you need to:
Notice: The steps below are ONLY for kernels with no loadable modules.
(If you compiled everything into the kernel only!)
*** You have been warned! ***
Since you told the kernel what it needs during the configuration section
of rebuilding the kernel, it no longer needs to be told at boot time
what modules to use.
To correct this we want to:
Comment out the line around line 252 in the rc.sysinit file.
(vi +252 /etc/rc.d/rc.sysinit):
if [ -x /sbin/depmod -a -n "$USEMODULES" ]; then
You will also need to comment out these lines starting around line 264
in the rc.sysinit file.
(vi +264 /etc/rc.d/rc.sysinit):
if [ -L /lib/modules/default ]; then
INITLOG_ARGS= action "Finding module dependencies" depmod -a default
else
INITLOG_ARGS= action "Finding module dependencies" depmod -a
fi
fi
You will no longer need the conf.modules file or modutils, since it is
only used by the kernel to load the modules needed by your system.
rpm -e --nodeps modutils
rm -f /etc/conf.modules
--
Confucius say: He who play in root, eventually kill tree.
Registered with the Linux Counter. http://counter.li.org
ID # 123538
Completed more W/U's than 98.904% of seti users. +/- 0.01%
------------------------------
From: "Dan White" <[EMAIL PROTECTED]>
Subject: Re: "package README not listed in file index" during upgrade/install
Crossposted-To: linux.redhat.rpm,alt.os.linux.mandrake
Date: Thu, 21 Dec 2000 01:22:00 GMT
In article <qK606.2871$[EMAIL PROTECTED]>, [EMAIL PROTECTED]
wrote:
> What does this error message really mean, and how do I correct the
> problem causing it:
>
> package README not listed in file index
>
> I get this from time to time when installing or upgrading RPMs. A number
> of these RPMs are Mandrake updates.
>
> Thanks....
>
It's probably not important. Standards dictate that a package should have
a /usr/doc/<package>/README[.gz[, or /usr/share/doc/<package>/README[.gz]
- Dan White
------------------------------
From: "newuser" <[EMAIL PROTECTED]>
Subject: Re: 2.2->2.4 pppd error: Couldn't set tty to PPP discipline: Invalid argument
Crossposted-To: comp.os.linux.networking,alt.os.linux
Date: Thu, 21 Dec 2000 14:25:59 +0000
In article <sD906.83$[EMAIL PROTECTED]>, "Dan"
<[EMAIL PROTECTED]> wrote:
> Check the Changes file in the /usr/src/linux/Documentation directory.
I'm getting the same error after, I checked the versions of all the
packages in Changes. I already had the modules.conf ppp references, I
re-made the mknod ppp /dev/ppp device...same problem
it dials, its sends my password/usrname... but pppd isnt starting. I even
manually started pppd via minicom..no prevail.
I use a chat script to connect:
/usr/sbin/pppd connect '/usr/sbin/chat -f /etc/ppp/net.chat' /dev/modem
115200 0.0.0.0: asyncmap 0 crtscts persist maxfail 0 holdoff 3 defaultroute &
net.chat:
"" ATZ
OK
ATm0l0
OK
ATDT18001234546
ogin: username
assword: Password
this script works fine with linux 2.2.18 with ppp-2.4.0, but under
2.4.0testXX it doesnt work. everything is fine, I have the nameservers
right..everything should connect but it doesnt.
I decided to try out wvdial but it disconnected while trying to dial,
still trying to work out why it does that :) but since it would still use
ppp, I'd prolly have the same problem there..
Dec 21 12:44:16 localhost kernel: PPP generic driver version 2.4.1
Dec 21 12:44:16 localhost pppd[464]: pppd 2.4.0 started by root, uid 0
Dec 21 12:44:37 localhost pppd[464]: Serial connection established.
Dec 21 12:44:38 localhost pppd[464]: Exit.
> Dan
>
> "newuser" <[EMAIL PROTECTED]> wrote in message
> news:Ov206.738$[EMAIL PROTECTED]...
>> # Linux 2.4.0testxx
>>
>> Dec 21 01:33:48 localhost pppd[539]: pppd 2.4.0 started by root, uid 0
>> Dec 21 01:34:29 localhost pppd[539]: Serial connection established. Dec
>> 21 01:34:29 localhost modprobe: modprobe: Can't locate module
> tty-ldisc-3
>> Dec 21 01:34:29 localhost pppd[539]: Couldn't set tty to PPP
>> discipline:
> Invalid
>> argument
>> Dec 21 01:34:30 localhost pppd[539]: Exit.
>>
>> # Linux 2.2.x (same script, but pppd works)
>>
>> Dec 21 01:49:09 localhost pppd[556]: pppd 2.4.0 started by root, uid 0
>> Dec 21 01:49:45 localhost pppd[556]: Serial connection established. Dec
>> 21 01:49:45 localhost pppd[556]: Using interface ppp0 Dec 21 01:49:45
>> localhost pppd[556]: Connect: ppp0 <--> /dev/modem Dec 21 01:49:46
>> localhost pppd[556]: local IP address 203.96.104.51 Dec 21 01:49:46
>> localhost pppd[556]: remote IP address 202.27.176.164 Dec 21 01:49:47
>> localhost modprobe: modprobe: Can't locate module net-pf-10
>>
>> ppp-2.4.0 installed and ppp compiled in (or a module) same error
>> occurs, how do i fix it? on debian woody here.
>
>
------------------------------
From: "Dan White" <[EMAIL PROTECTED]>
Subject: Re: Virtual Domain setup
Date: Thu, 21 Dec 2000 01:24:46 GMT
In article <91qid2$[EMAIL PROTECTED]>, "sylvianl"
<[EMAIL PROTECTED]> wrote:
> Dear Experts,
>
> Any one knows how to setup Virtual Domains under RedHat 6.1?
>
> Thanks.
>
> Sylvian
>
>
See the apache documentation at:
http://httpd.apache.org/docs/vhosts/mass.html
- Dan White
------------------------------
From: "Dan White" <[EMAIL PROTECTED]>
Subject: Re: kernel panic again
Date: Thu, 21 Dec 2000 01:29:09 GMT
In article <91qg8j$14n$[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote:
> I have a single HD machine. I installed RH^.0 workstation and used it
> for several days. I removed the HD and install a larger HD and did a
> RH6.0 full install. There were two files on the smaller disk that I
> wanted to put on the larger disk. When I attempted to boot up the disk I
> got a kernel panic message. I did a rescue boot and need help to get the
> files that I want. I ahve limited knowledge of what to do after the
> # prompt appears.
>
> Thanks, Donald
>
>
> Sent via Deja.com http://www.deja.com/
I'm guessing that the older drive was configured as a master, which
'pushed' the partitions names of the new drive to /dev/hdb?. In other
works, the install was expecting to find the root filesystem on /dev/hda
and it wasn't there and panicked.
The fix is to configure the drive which you want to boot from as the
primary ide master, and the drive you want to copy to as the primary
ide slave, or on the secondary ide controller. Then you mount the second
driver, e.g.:
mount /dev/hdb1 /mnt
and copy your files to /mnt
- Dan White
------------------------------
Date: Wed, 20 Dec 2000 20:36:52 -0500
From: glitch <[EMAIL PROTECTED]>
Subject: Re: alsa
The line underlined below(at very bottom) answers your question. I had
this problem before and someone told me I needed the modules and that
was indeed the case; they werent loaded. However, this time they ARE
loaded and I still get the same error.
I had no trouble getting things to work with version .5.9 but this .5.10
won't work at all. I've even gone back to .5.9 and have problems (the
ones currently explained in this thread).
Kevin wrote:
>
> I'm about to try installing ALSA 0.5.10 on Mandrake 7.02, so I've
> been reading the Alsa-sound-mini-HOWTO, which says in part:
>
> You need to load the module for your card (or use kmod)
> and if you want sound to be backwards compatible with
> the Linux kernel sound drivers (yes you want this)
> you need two other modules called snd-pcm1-oss and
> snd-mixer-oss. See the section Which module for which
> card to find out which module to load. After loading,
> you can look in /proc/asound for various information
> about the ALSA drivers.
>
> A few remarks. ALSA has it's own devices in /dev/snd,
> for example /dev/snd/pcmC0D1 is Card 0, Device 1. You
> can use the old /dev/pcmXY devices if you loaded
> snd-pcm1-oss for backwards compatibility. You'll also
> want to use /dev/mixer, so load snd-mixer-oss as well.
>
> It sounds (no pun) to me like you didn't install the OSS
> compatibility modules. Did you? Please let us (ME!) know how
> you get this to work.
>
> G'luck....
>
> In article <[EMAIL PROTECTED]>,
> glitch <[EMAIL PROTECTED]> writes:
> > Anyone want to wager a guess as to why teh hell ALSA won't let me use my
> > sound card? I've compiled everything I need to and insmodded all the
> > modules I need but apps keep telling me they can't open the mixer device
> > when i got the damn OSS modules running. Sowhat the hell gives?
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
------------------------------
Date: Wed, 20 Dec 2000 20:50:03 -0500
From: glitch <[EMAIL PROTECTED]>
Subject: Re: alsa
I also get the following error when tryign to run 'alsamixer' : Failed
to open mixer #0/#0: no such file or directory. So where is it looking
for the mixer at??
Alsasound is running however looking at /proc/asound shows all files are
empty so ther eisn't a card being loaded. I thought when I modprobed all
the modules it loads all the appropriate files(in /proc/asound) with
info?
Kevin wrote:
>
> I'm about to try installing ALSA 0.5.10 on Mandrake 7.02, so I've
> been reading the Alsa-sound-mini-HOWTO, which says in part:
>
> You need to load the module for your card (or use kmod)
> and if you want sound to be backwards compatible with
> the Linux kernel sound drivers (yes you want this)
> you need two other modules called snd-pcm1-oss and
> snd-mixer-oss. See the section Which module for which
> card to find out which module to load. After loading,
> you can look in /proc/asound for various information
> about the ALSA drivers.
>
> A few remarks. ALSA has it's own devices in /dev/snd,
> for example /dev/snd/pcmC0D1 is Card 0, Device 1. You
> can use the old /dev/pcmXY devices if you loaded
> snd-pcm1-oss for backwards compatibility. You'll also
> want to use /dev/mixer, so load snd-mixer-oss as well.
>
> It sounds (no pun) to me like you didn't install the OSS
> compatibility modules. Did you? Please let us (ME!) know how
> you get this to work.
>
> G'luck....
>
> In article <[EMAIL PROTECTED]>,
> glitch <[EMAIL PROTECTED]> writes:
> > Anyone want to wager a guess as to why teh hell ALSA won't let me use my
> > sound card? I've compiled everything I need to and insmodded all the
> > modules I need but apps keep telling me they can't open the mixer device
> > when i got the damn OSS modules running. Sowhat the hell gives?
>
> --
> Unless otherwise noted, the statements herein reflect my personal
> opinions and not those of any organization with which I may be affiliated.
------------------------------
From: Floyd Davidson <[EMAIL PROTECTED]>
Subject: Re: Alias under Bash shell not working.
Date: 20 Dec 2000 15:54:51 -0900
"frank" <[EMAIL PROTECTED]> wrote:
>Hi:
>
>I am using RH6.2 with bash shell. I added following line in my
>.bash_profile:
>alias l='ls -al'
>
>But after reboot and relogin, my shell still won't recognize my alias l. I
>tried the same line in my /etc/profile. Still not working. Can you help
>me? Thank you very much.
>
>Frank
I suspect you are running X, and attempting to use the alias in
an xterm running bash???
The problem is that your shell is not a login shell. Aliases
are not exported like variables, hence they must be redefined
for each invocation of the shell, but the only shell that reads
/etc/profile and ~/.bash_profile is a login shell. From your
login shell you start X and then start one or more instances of
bash running in an xterm, but these are interactive sub-shells,
not login shells. They will read an init file that is in
variable BASH_ENV, which should be defined in your
~/.bashrc_file, and that is the file where you want to put the
alias. (See the man page for bash for more detail.)
Your ~/.bash_profile) doesn't need anything more than this in
it:
export BASH_ENV=$HOME/.bashrc
. $HOME/.bashrc
And then everything else can be in ~/.bashrc and will be read
by all shells, interactive, login, or not.
But if you want anything which should only be done once, when you
login, put that into ~/.bash_profile, not in ~/.bashrc. Examples
might be an interactive selection of terminal types, setting
PATH by appending to the existing PATH, stty or other means of
configuring a terminal, and so on.
--
Floyd L. Davidson <http://www.ptialaska.net/~floyd>
Ukpeagvik (Barrow, Alaska) [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 by posting to comp.os.linux.misc.
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
******************************