Linux-Setup Digest #442, Volume #20              Wed, 17 Jan 01 18:13:12 EST

Contents:
  Re: Setup Question:  I want to know the best way to setup an SMTP spooler for 
Exchange ("John Clark")
  Re: Kernel 2.4 installation problem (Michael Heiming)
  Re: Install tracking? (JIm Linch)
  Partitioning using Disk Druid (don)
  HELP!!! LILO BOOT PROBLEMS AFTER msec (Tedd Hauser)
  Samsung 900ift ("Glenn Poirier")
  How do ask the OS to rediscover the scsi device without a reboot ([EMAIL PROTECTED])
  Re: Upgrading to KDE2 (Henrik Nordhus)
  netcsape 6 (Steve)
  Re: moving subdirs ([EMAIL PROTECTED])
  Re: moving subdirs ([EMAIL PROTECTED])
  Linux Opportunity  (Jarrod Ditmore)
  Re: ls command and .dir_colours ([EMAIL PROTECTED])
  Re: Netscape slow (paul marwick)
  Re: Problems mounting patitions (paul marwick)

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

Reply-To: "John Clark" <[EMAIL PROTECTED]>
From: "John Clark" <[EMAIL PROTECTED]>
Subject: Re: Setup Question:  I want to know the best way to setup an SMTP spooler for 
Exchange
Date: Wed, 17 Jan 2001 14:59:02 -0500
Crossposted-To: 
comp.mail,comp.mail.sendmail,comp.os.linux.admin,comp.os.linux.networking,microsoft.public.exchange.admin,microsoft.public.exchange.applications,microsoft.public.exchange.misc,microsoft.public.exchange.setup

No problem. The diversity of solutions is what makes newsgroups invaluable.
A solution for a small company like ours may not work for a larger company.
Here's why this solution worked for us.

If the T1 goes down, sometimes it could take hours to a day to bring it back
up, depending on the cause. We are not staffed 24/7, so an outage over the
weekend spells trouble for us.

If we reported it Mon am, it is possible that our mailserver has been
unavailable for several days (Fri eve- Mon afternoon, assuming a quick fix
to the T1 problem). A second server wouldn't help in this situation.

Our AV solution wouldn't have helped with the luv virus. It took several
hours for Symantec to release a definition, and a good portion of our
customer base (gov't) was spewing propagation messages wildly.

Our ISP is very helpful and provides a number of addon services to
compliment our own. They are happy to do it, and less overhead for us. For
example, we host our website with the ISP instead of internally. No DMZ
issues, no outage headaches, and most importantly, reduced cost. The cost of
a high bandwidth connection to support a website and all your corporate
traffic vs the cost of having a high bandwidth ISP host your site, and not
worrying about the Sat am calls because the mission critical website is down
is heavily weighted towards using the service of the ISP.

I started and operated an ISP years ago. I sold it when the market was hot.
The early am and weekend troubleshooting gets old really fast :-)

Bounced email happens. It depends upon the resend settings on the sending
server, and the weekend scenario I mentioned could definitely exceed the
typical 48hr threshold.

You are correct in saying that unanswered emails can cause a similar poor
impression. It's sort of like calling a business' telephone number and not
getting an answer. That's bad. But it's worse to call and hear, "...number's
been disconnected..."  Lesser of two evils, I guess.

People like you with lots of knowledge and probably lots of resources can
setup redundant solutions and creative configurations, and that's great. It
probably works better. But I get the impression from reading many of the
postings that there are a lot of people here who don't have you degree of
knowledge and are looking for easy, cheap solutions. Call your ISP and in
about 5 minutes you're finished. They'll most likely have it up within a
day. Doesn't get much easier :-)

Our ISP charges $25/month for the backup MX. In my book that's a nobrainer.
Saves cost of server, hassle of outages, etc, etc.

Basically, if you've got the extra server and resources, build a better
solution. Else, some of us operating on a tight budget are looking for
inexpensive and simple solutions.

BTW, I look forward to reading ALL solutions and suggestions for issues,
even though it may not fit my situation. Keep the alternatives coming!

-John Clark (DiskDoctr)

"Rich Matheisen [MVP]" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> "John Clark" <[EMAIL PROTECTED]> wrote:
>
> >I respectfully disagree.
>
> Feel free to disagree all you like. Just don't expect me to agree with
> your POV.
>
> >We have an external ISP host a secondary MX server
> >that simply collects all email in the event of an outage, then forwards
it
> >to our main in-house server when it returns to service.
> >
> >Several reasons for this suggestion
> >1. T1's go down
>
> And mail will be resent by the originating server when it's back in
> service.
>
> >2. Servers go down
>
> Stand up another server and adjust the MX record.
>
> >3. Major virus attacks. When the luv letter [misspelled to prevent
filtering
> >of msg] virus hit so hard and before the antivirus, we simply
disconnected
> >our email server from the external network. We let the host for the
> >secondary MX worry about cleaning their server, and in the meantime,
there
> >wasn't any propogation of the virus.
>
> And if the secondary MX just queued the mail and sent it to you, still
> infected, afterward?
>
> >The next morning, we reconnected our
> >email server and had a ZERO incidence of infection. Email was delayed by
> >approx 24hrs and antivirus software had caught up by then. Sure beats the
> >alternative!
>
> You're just the type of company I'd like to avoid. Let someone else do
> all the heavy lifting -- great. No sense in investing in your own AV
> software, eh?
>
> >4. When you host your own email for your domain, any unavailability
bounces
> >email back to the sender. This can be very costly from a business point
of
> >view. Sure, it'll *probably* try to resend, but sometimes it's too late,
and
> >some servers only send every 24hrs. It also gives a poor impression
and/or
> >lost sales if you do business on the internet.
>
> No mail is "bounced" if your server is unavailable, unless it's
> unavailable for a /very/ long time. How the mail being queued (and
> unanswered, which, BTW, also gives you a bad reputation) can hurt
> business is speculative, don't you think?
>
> ------------------
> Rich Matheisen
> MCSE+I, Exchange MVP
> MS Exchange FAQ at http://www.swinc.com/resource/exch_faq.htm



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

Date: Wed, 17 Jan 2001 21:02:33 +0100
From: Michael Heiming <[EMAIL PROTECTED]>
Subject: Re: Kernel 2.4 installation problem

Yu Di wrote:

> Hi, I tried to install Kernel 2.4 on my machine. I compiled it with gcc
> 2.95.2. The compilation was all right. But when I put the bzImage into
> /boot and changed lilo entries, then started booting, the screen shows:
>
>         Uncompressing Kernel...
>         Ok, booting the kernel.
>
> Then stopped there.
>
> At first the kernel size was 850K, so I thought it was the size
> problem. But when I made a lot of options into modules, the kernel is
> downsized to 613K, but the problem persists.
>
> Anybody knows what the problem is? Thanks a lot!
>
> Di, Yu
> 1.17

Hello,

have you read Documentation/Changes and does your system meet all
requierments?

Good luck

Michael Heiming




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

From: JIm Linch <[EMAIL PROTECTED]>
Subject: Re: Install tracking?
Date: Wed, 17 Jan 2001 12:14:13 -0800
Reply-To: [EMAIL PROTECTED]


> If you install from tarball, look what the makefile is doing (install)
> 
> Otherwise save /var/lib/locatedb to another file and run updatedb,
> diff both files to see what has changed..:-)


Thanks, this is what I was looking for.  On RH7=
/var/lib/slocate/slocate.db

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

From: don <[EMAIL PROTECTED]>
Subject: Partitioning using Disk Druid
Date: Wed, 17 Jan 2001 20:30:06 -0000

I have 20GB Seagate hard disk.I have installed Win98 on 4GB primary dos 
partitiion.11GB is in Extended dos partition with two Logical drives of 
7GB & 4GB.Rest of the space is left as non-dos.When i tried installing Red 
Hat 6.0 from cdrom ,using Disk Druid gives an error "Not Enough Memory" 
when i try to partition the non-dos space ,no matter how small or large 
size of partition i give for "/" mount point.


Thanks for your valuable time

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

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

Date: Wed, 17 Jan 2001 14:31:37 -0600
From: Tedd Hauser <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Subject: HELP!!! LILO BOOT PROBLEMS AFTER msec

I'll post this here too...  Thanks!!!

======== Original Message ========
Subject: HELP!!! LILO BOOT PROBLEMS AFTER msec
Date: Wed, 17 Jan 2001 13:47:21 -0600
From: Tedd Hauser <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Organization: Definity
Newsgroups: alt.os.linux.mandrake

Hey all...

Need some help... BAD!

I have a PIII running Mandrake 7.2 (vmlinuz-2.2.17-21) that I have been
configuring for an internet server.  Its been up and running locally for
a few months as I work out some bugs with my PHP scripting.  Anyway...

It has a 3 disk SCSI Raid 5 set-up as boot with 2 IDE drives (with raid
1 mirrored partitions).  Everything was humming fine, shutdown and
booted fine, until...  I was getting ready to haul the box out to my ISP
On Monday, - then I did something...   I hit the HIGH security level in
DRAKCONFIG.  I thought I had it pretty well secure, but, what could it
hurt?      (Hahaha, I found out - LMAO - Sorry, I'm a little over the
edge <evil-g>)

After shutdown, it locked up at lilo init with "LI" as the only display!

I have a boot disk from an old version of RED HAT and can use that to
get in to the system, but no matter what I try, the lilo won't get past
the "LI" without the boot disk.

With the boot disk I can see all of my mounts and root is appropriately
set as /dev/rd/c0d0p1

Here's what I've tried...
  - Reset security level to 3, then 0 using msec    (nothing)
  - checked lilo.conf for anything unusual - nothing
  - Re-run LILO - (nothing)
  - Checked FSTAB - Looks fine
  - Checked permissions EVERYWHERE I could think of... NOTHING!!!

AAAAGGGGHHHH!!!  Man I tell ya, I've been up for what seems like years,
I gotta get this thing up and running or I'm toast.

ANY help you guys could lend would be GREATLY appreciated.
(or any ideas!!!)

Thanks... Tedd
(the guy who just got 30-40K gray hairs over the last 36-48 hours!)

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

From: "Glenn Poirier" <[EMAIL PROTECTED]>
Subject: Samsung 900ift
Crossposted-To: comp.os.linux.hardware
Date: Wed, 17 Jan 2001 20:32:43 GMT

Does anyone have a Samsung 900ift working to their satisfaction?
Specifically, I'm having a hard time achieving the reccomended settings
of 1280x1024 85Hz that is recommended. 
        I'm using a Diamond Fire Gl pro graphics adapter (8 Mb ram permedia 2
chipset) and XFree86 3.3.6.

        Any suggestions would be appreciated

        Thanks

Glenn

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

From: [EMAIL PROTECTED]
Subject: How do ask the OS to rediscover the scsi device without a reboot
Date: Wed, 17 Jan 2001 20:47:42 GMT

Hi All: What command do I run to ask the OS to rediscover the scsi
device without a reboot. I have a device that has long been removed but
it shows up. Thanks.

Randy

--
Working towards peace


Sent via Deja.com
http://www.deja.com/

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

From: Henrik Nordhus <[EMAIL PROTECTED]>
Subject: Re: Upgrading to KDE2
Crossposted-To: alt.os.linux.suse,comp.os.linux
Reply-To: [EMAIL PROTECTED]
Date: Wed, 17 Jan 2001 21:54:36 +0100

On Wed, 17 Jan 2001 12:30:52 +0000 (UTC) Marijan Peh wrote:

> Costas Gavardinas writes:
> >I downloaded the binary rpms from kde.org and I used YaST to install
> >them. I haven't been able to start it, so I don't know if it is properly
> >installed. If I run Startkde from within X-Windows, I get "another
> >WindowManager is already running". If I change my .xinitrc setting from
> >twm to startkde I still get kde1. Also if I run startkde from the command
> >line, I get some
> >errors  about libjpg.so.62.... Any clues as to what is the problem?? Any
> >library I need to update?? THANK YOU EVERYBODY FOR YOUR INTEREST AND
> >SUPPORT!!!
> 
> Put in your .xinitrc full path to the 'startkde'
> They are probably installed in /opt/kde2/bin dir.
> 
Have you run SuSEconfig?




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

From: Steve <[EMAIL PROTECTED]>
Subject: netcsape 6
Date: Wed, 17 Jan 2001 21:05:21 GMT

Hello!
does anybody know why netscape 6 is unable to run on my system which is a 
PIII box with kernel 2.4.0 Xwindow 4.0.2 glic 2.1.2 (everything compiled 
from source with gcc 2.95.2 wich was also recompiled)?
This is the error I get:

/opt/netscape6/run-mozilla.sh /opt/netscape6/mozilla-bin
MOZILLA_FIVE_HOME=/opt/netscape6
  
LD_LIBRARY_PATH=/opt/netscape6/Cool:/opt/netscape6:/root/.kde/lib:/opt/kde/lib 
         LIBPATH=/opt/netscape6:/opt/netscape6/Cool
       SHLIB_PATH=/opt/netscape6:/opt/netscape6/Cool
      XPCS_HOME=/opt/netscape6/Cool
      MOZ_PROGRAM=/opt/netscape6/mozilla-bin
      MOZ_TOOLKIT=
        moz_debug=0
     moz_debugger=
**************************************************
nsNativeComponentLoader: 
SelfRegisterDll(/opt/netscape6/components/libhtmlpars.so) Load FAILED with 
error: /opt/netscape6/components/libhtmlpars.so: undefined symbol: 
seekpos__9streambufxi
**************************************************
we don't handle eBorderStyle_close yet... please fix mew (repeated 1 
billion times)

and finally the program segfaults

Uh?

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

From: [EMAIL PROTECTED]
Subject: Re: moving subdirs
Date: Wed, 17 Jan 2001 22:18:45 GMT

In <[EMAIL PROTECTED]>, on 01/17/01 
   at 12:46 PM, Nick Condon <[EMAIL PROTECTED]> said:

>Only the root filesystem should have a 1 at the end, all the
>others should be 2 or 0. That's the order they get checked in
>when the system starts, 0 means no-check.

>One thing worth considering is the order of fstab. In gets
>processed in order, so the root filesystem should be on the
>first line, with important stuff like /boot and /usr straight
>after it. Normally I would only ever add a new fstab line at the
>bottom, for /usr I would make an exception.

Ok, I wasn't sure about the priorities ('1' for root filesystem
only).

Great stuff about order of processing. That was in the back of my
head too; I don't want to move something onto another partition
that won't be mounted when it's needed on bootup. This tip gives
me good guidance.

F.

===========================================================
     Felmon John Davis          
     Union College /  Schenectady, NY
     os/2 - ma kauft koi katz em sack
=========================================================== 


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

From: [EMAIL PROTECTED]
Subject: Re: moving subdirs
Date: Wed, 17 Jan 2001 22:18:59 GMT

In <[EMAIL PROTECTED]>, on 01/17/01 
   at 04:59 PM, [EMAIL PROTECTED] (Nick Condon) said:

>The only way you could do that would be to mount your new
>partition  somewhere else (e.g. /home/newdisk) and use a soft
>link to your new 'usr'  directory, say:

>mv /usr /old_usr; ln -s /home/newdisk/usr /usr

>Have a look at the man page for 'ln'. Solaris does things this
>way, '/bin'  and '/lib' are soft links to '/usr/bin' and
>'/usr/lib'

No, I understand what you're saying already. The 'ln' option
looks appropriate to my purpose. I'm considering this.

I believe you wrote a message earlier which I missed. I'm going
to read it now to enjoy the good sense contained in your advice. 

F.

===========================================================
     Felmon John Davis               
     Union College /  Schenectady, NY
     os/2 - ma kauft koi katz em sack
=========================================================== 


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

From: [EMAIL PROTECTED] (Jarrod Ditmore )
Subject: Linux Opportunity 
Date: Wed, 17 Jan 2001 22:28:22 GMT

Hello Linux Professionals, 

My name is Jarrod Ditmore and I work for an Executive Search firm
called D. Brown and Associates. We are currently working with a
Fortune 500 company hiring experienced Linux Professionals across the
United States. The initiative is to provide services for B2B and B2C.
Job description:
Understand LINUX O/S technology,trends, application and middle-ware
implementation and architectural specifics.  Work with LINUX
Technology
Center resources to provide feedback and keep abreast of changing
LINUX
technologies.  Work closely with LINUX solutions and marketing
resources
to provide feedback with changing LINUX technologies.  Participate in
managing and integrating  technical resources into
key LINUX solution development areas.
**********
LINUX O/S, applications & architecture  
e-Business industry & technology        
Systems administration & security       
Networking                              
UNIX & NT platforms                   
Organization & time management 
Strong oral/written communications     
Presentation skills                     
The positions require travel 65 to 75%. This entails during the week
travel and always home on weekends. Looking for individual with 3
years or more experience. 
If you're a specialist or a guru we would like to talk with you. 
Send your resume to [EMAIL PROTECTED] 

I look forward to hearing from you. 

Jarrod Ditmore


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

From: [EMAIL PROTECTED]
Subject: Re: ls command and .dir_colours
Date: Wed, 17 Jan 2001 23:01:01 GMT

alias ls="ls --color"


James <[EMAIL PROTECTED]> wrote:
> Hi,
>    I remember reading somewhere that you can set up the "ls" command to 
> always use the "--colour" option by default but I can't remember how to do 
> it.
>    I tried putting the .dir_colours file in my home /root directory but 
> that didn't work, and niether did giving the "ls --color=always" command.
>    Does anyone know what I have to do, I seem to remember it involving 
> editing a config file for bash or something like that.
>   Thanks for your help.
>      JL

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

-- 
#!/usr/bin/perl

$a="\<b isfg\=\"nbjmup";
$b="\:\/\/udq\@cmvfnppo";
$c="\.nzjq\.psh\"\>tfoe\<\/b\>";
$d="$a"."$b"."$c";
$d =~ y/b-z/a-z/;
print "$d\n";

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

From: [EMAIL PROTECTED] (paul marwick)
Subject: Re: Netscape slow
Date: Wed, 17 Jan 2001 23:04:53 -0000

On Wed, 17 Jan 2001 15:00:55 GMT, John Peach <[EMAIL PROTECTED]> wrote:
> In article <[EMAIL PROTECTED]>,
>  Tore Haustveit <[EMAIL PROTECTED]> writes:
> |>ajEyMzRmQGV4Y2l0ZS5jb20gd3JvdGU6DQoNCj4gSSBnaXZlIHVwLg0KPiBOZXRzY2FwZSB0
<snip>
> |>aWEgRGVqYS5jb20NCj4gaHR0cDovL3d3dy5kZWphLmNvbS8NCg==
> 
> which doesn't make much sense :-)
> Usenet postings should be text....

While I agree that its not too useful, maybe you should have something
like metamail installed. Works for me...

paul

-- 
paul marwick - Chipping Norton, Oxfordshire, UK
remove the numbers for e-mail
---

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

From: [EMAIL PROTECTED] (paul marwick)
Subject: Re: Problems mounting patitions
Date: Wed, 17 Jan 2001 23:04:54 -0000

On Wed, 17 Jan 2001 13:53:22 +0100, Ignasi 
<[EMAIL PROTECTED]> wrote:

> Correction. The partition was HPFS and it cannot be written  from Linux.
> 
> I redefined the partition as ext2 (83). But when trying to mount,
> following message appears onto screen:
> 
> 'mount: wrong fs type, bad option, bad superblock on /dev/hda13,
>               or too many mounted file systems'
> 
> fs type is ext2. There are only two mounted file systems.  So I think
> the problem is superblock related.

When you say you 'redefined' the partition, what do you mean? Did you
make the new file system on it? If you simply changed the partition
type (using cfdisk or similar) there will not be a valid file system.
You will need to create the ext2 file system

paul.

-- 
paul marwick - Chipping Norton, Oxfordshire, UK
remove the numbers for e-mail
---

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


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

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

Reply via email to