Linux-Misc Digest #346

2001-03-12 Thread Digestifier

Linux-Misc Digest #346, Volume #27   Mon, 12 Mar 01 22:13:03 EST

Contents:
  Re: mhstore/OE attachment conflict (Kevin)
  Re: Statistic data analysis - Linux/PHP/mySQL ("Alex Collins")
  Re: Tk based alarm clock (Phil Ehrens)
  Re: "Requires RedHat" other Linux distributions (Grant Edwards)
  Delay when connecting to pop3 on local server (Warren Bell)
  Re: Lost my Linux partition - now what? (James D Parker Jr)
  Re: Moving Linux from one hard drive to another (James D Parker Jr)
  kwintv-0.8.5 compile problems ("IH")
  Re: how to print with GIMP? (Robert Krawitz)
  Re: "Requires RedHat" other Linux distributions (John Hasler)
  Re: C-Media CM8738 board (the softrat)
  Re: USB Scanner? (the softrat)
  PHP on RedHat -- MSSQL ("Londonboy")
  2 gripes that i can't fix (Glitch)
  Replacement for windows media player? (vorwart)
  Re: xawtv config file not applied (Steve Martin)
  Re: Unexpected behaviour on UDP ports ("Mad@Spammers")



From: [EMAIL PROTECTED] (Kevin)
Subject: Re: mhstore/OE attachment conflict
Crossposted-To: linux.redhat,linux.redhat.misc
Date: Mon, 12 Mar 2001 23:11:57 GMT

You'll have better luck getting an answer on comp.mail.mh

Cheers...

-- 
Unless otherwise noted, the statements herein reflect my personal
opinions and not those of any organization with which I may be affiliated.

--

From: "Alex Collins" [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.questions
Subject: Re: Statistic data analysis - Linux/PHP/mySQL
Date: Mon, 12 Mar 2001 23:19:45 -

Have you though of setting up a perl script, which could then be run via the
cron daemon (crond) every x minutes (or however often you wanted to analyse
the results).

perl can access the db, and can be made to analyse just about anything, some
major companies happen to use it for checking their data for fraud, and
today i just found out from slashdot that their is a 7 kline piece of perl
that will decode DVD CSS encryption (perhaps an insult to the term
encryption!)

perl could do it nicely. but you will have to write it yourself. but you can
find tutorials on how to do this for free on the net. and example code..

[EMAIL PROTECTED] wrote in message
news:l.983993841.1474273681@[132.207.49.145]...
 Hi,

   I have to build a web page with a questionnaire. People will respond
 to some questions, then send the results back to me. We already have
 decided on the PHP4/mySQL/Apache alternative, running on a Linux system
 (RedHat 6.2). What I'm looking for a an application, running on Linux,
 which could do data analysis.

   What I mean is, the system should be able send the responses of the
 user to an application, running on the server, which would do some
 medium to advanced statistic analysis on the data, and then send some
 results back to the user, and store them in the DB too. So, I'm looking
 for suggestions on how to do this? Is there any Linux application
 available (free or not) that could automatically get data from a mySQL
 DB, or any other data source which I could produce using PHP/mySQL, and
 then do a series of computation, returning the results in my DB or in
 some other way...?

   Looks complicated, and I'm open to every suggestions! :)


   Thank you,

 Guillaume.Boudreau




 --
 Sent  by gboudrea from hotmail  part of com
 This is a spam protected message. Please answer with reference header.
 Posted via http://www.usenet-replayer.com/cgi/content/new



--

From: [EMAIL PROTECTED] (Phil Ehrens)
Crossposted-To: comp.lang.tcl,comp.lang.perl.misc
Subject: Re: Tk based alarm clock
Date: 12 Mar 2001 23:24:31 GMT
Reply-To: -@-

He means same system --

Let's see... mmm... ps -Ao fname,vsz |grep tclsh... pmap 6514...
mumble mumble... count on fingers...

Looks like between 250 and 300 Kb for each new interp on both
Linux and Solaris.  The rest is .so's.

Phil

* Tong * wrote:
"Donal K. Fellows" [EMAIL PROTECTED] writes:

 Victor Wagner wrote:
  By the way, it would require perl or Tcl interpreter to stay in memory
  during all your login session, and this seems to much for just an alarm
  clock.
 
 It depends on whether you already have an interpreter already present.
 The overhead for a separate interpreter within an already-running
 process is pretty small...

Thanks, Donal. You've answered a question that I wanted to ask. :-)
Can you just explain a little bit on the term "already-running
process" please? 

Does it means within same shell, or same user or same X system...?

--

From: [EMAIL PROTECTED] (Grant Edwards)
Subject: Re: "Requires RedHat" other Linux distributions
Date: Mon, 12 Mar 2001 23:42:18 GMT

In article [EMAIL PROTECTED], [EMAIL PROTECTED] wrote:

|Is it because they made some deal with the people at Redhat to
|be able to call them

Linux-Misc Digest #346

2000-11-19 Thread Digestifier

Linux-Misc Digest #346, Volume #26   Sun, 19 Nov 00 07:13:02 EST

Contents:
  Linux Frequently Asked Questions with Answers (Part 6 of 6) 
([EMAIL PROTECTED])



Crossposted-To: news.answers,comp.answers
Subject: Linux Frequently Asked Questions with Answers (Part 6 of 6)
From: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Date: Sun, 19 Nov 2000 12:06:59 GMT


ncurses.

The same is true for X terminal displays. If your distribution sets
the TERM to something strange like xterm-24-color, you can simply
reset it to a generic value from the command line:

   $ TERM="xterm"; export TERM

10.3. INET: Warning: old style ioctl... called!

You are trying to use the old network configuration utilities. The new
ones can be found on
ftp.linux.org.uk/pub/linux/Networking/PROGRAMS/NetTools/ (source only,
I'm afraid).

Note that they cannot be used just like the old-style programs. See
the NET-2 HOWTO for instructions on how to set up the old-style
networking programs correctly. Even better, see the NET-3 HOWTO and
upgrade your networking software.

10.4. ld: unrecognized option '-m486'

You have an old version of ld. Install a newer binutils package that
contains an updated ld. Look on tsx-11.mit.edu in
/pub/linux/packages/GCC/ for binutils-2.6.0.2.bin.tar.gz.

10.5. GCC Says, "Internal compiler error."

If the fault is repeatable (i.e., it always happens at the same place
in the same file--even after rebooting and trying again, using a
stable kernel) you have discovered a bug in GCC. See the GCC Info
documentation (type F1-i in Emacs, and select GCC from the menu) for
details on how to report the error. Make sure you have the latest
version, though.

Note that this is probably not a Linux-specific problem. Unless you
are compiling a program many other Linux users also compile, you
should not post your bug report to any of the comp.os.linux groups.

If the problem is not repeatable, you may be experiencing memory
corruption. Refer to the answer: ("Make Says, "Error 139."")

10.6. Make Says, "Error 139."

Your compiler (GCC) dumped core. You probably have a corrupted, buggy,
or old version of GCC--get the latest release or EGCS. Alternatively,
you may be running out of swap space. Refer to: ("My Machine Runs Very
Slowly when I Run GCC / X / ...")

If this doesn't fix the problem, you are probably having problems with
memory or disk corruption. Check that the clock rate, wait states, and
refresh timing for your SIMMS and cache are correct (hardware manuals
are sometimes wrong, too). If so, you may have some marginal SIMMS, or
a faulty motherboard or hard disk or controller.

Linux is a very good memory tester--much better than MS-DOS based
memory test programs.

Reportedly, some clone x87 math coprocessors can cause problems. Try
compiling a kernel with math emulation ("How Do I Upgrade/Recompile My
Kernel?") no387 kernel command line flag on the LILO prompt to force
the kernel to use math emulation, or it may be able to work and still
use the '387, with the math emulation compiled in but mainly unused.

More information about this problem is available on the Web at
http://www.bitwizard.nl/sig11/.

10.7. Shell-Init: Permission Denied when I Log In.

Your root directory and all the directories up to your home directory
must be readable and executable by everybody. See the manual page for
chmod or a book on Unix for how to fix the problem.

10.8. No Utmp Entry. You Must Exec ... when Logging In.

Your /var/run/utmp is screwed up. You should have

   /var/run/utmp

in your /etc/rc.local or /etc/rc.d/*. See, ("I Have Screwed Up My
System and Can't Log In to Fix It.") Note that the utmp may also be
found in /var/adm/ or /etc/ on some older systems.

10.9. Warning--bdflush Not Running.

Modern kernels use a better strategy for writing cached disk blocks.
In addition to the kernel changes, this involves replacing the old
update program which used to write everything every 30 seconds with a
more subtle daemon (actually a pair), known as bdflush. Get
bdflush-n.n.tar.gz from the same place as the kernel source code ("How
Do I Upgrade/Recompile My Kernel?") and compile and install it.
bdflush should be started before the usual boot-time file system
checks. It will work fine with older kernels as well, so there's no
need to keep the old update around.

10.10. Warning: obsolete routing request made.

This is nothing to worry about. The message means that your version
route is a little out of date, compared to the kernel. You can make
the message go away by getting a new version of route from the same
place as the kernel source code. ("How Do I Upgrade/Recompile My
Kernel?")

10.11. EXT2-fs: warning: mounting unchecked file system.

You need to run e2fsck (or fsck -t ext2 if you have the fsck front end
program) with the -a option to get it to c

Linux-Misc Digest #346

2000-08-04 Thread Digestifier

Linux-Misc Digest #346, Volume #25Fri, 4 Aug 00 21:13:01 EDT

Contents:
  Re: Error running "configure" scripts (Andrew Purugganan)
  Re: Can I pass sockets between processes (David Rysdam)
  Re: FWD: Red Hat's CFO abandoning ship. (John Hasler)
  Re: FWD: Red Hat's CFO abandoning ship. (John Hasler)
  Re: FWD: Red Hat's CFO abandoning ship. (John Hasler)
  Re: sound card ([EMAIL PROTECTED])
  Re: Almost Lost New Hard Drive After Linux Install (Svend Olaf Mikkelsen)
  Re: rsh and password (David Steuber)
  detecting my ethernet card? (Peter Bismuti)
  Can't kill mt ([EMAIL PROTECTED])
  Re: FWD: Red Hat's CFO abandoning ship. (blowfish)
  *Virtual Desktops* (N/A)
  Virtual Desktops (N/A)
  Re: PPP and Concentric networks dialin (Robert Jones)
  Re: FWD: Red Hat's CFO abandoning ship. (phil hunt)
  Re: FWD: Red Hat's CFO abandoning ship. (Mike Stump)



From: [EMAIL PROTECTED] (Andrew Purugganan)
Crossposted-To: alt.linux
Subject: Re: Error running "configure" scripts
Date: 4 Aug 2000 23:01:40 GMT

Chris Richards ([EMAIL PROTECTED]) wrote:
[ Hi! (newbie calling) 
[ When I run any  configure scripts (but particularly
[ sawfish 0.27.2) I get the following error:
[ "checking host system type... configure: error: can not guess host type;
[ you must specify one"
[ and then the script stops running. Can someone please explain why it is
[ doing this and how I can fix it? Thanks
you can do either
more configure
or
./configure --help
They usually inform you what to put in there
IIRC host system type is where you indicate i486 i586 (take your pick)

--
jazz 
Registered linux user no. 164098  +--+--+--+ Litestep user no. 386
Doesn't it bother you, that we have to search for intelligent life
--- OUT THERE??

--

From: David Rysdam [EMAIL PROTECTED]
Subject: Re: Can I pass sockets between processes
Date: 04 Aug 2000 18:25:35 -0400

[EMAIL PROTECTED] (Jason Bacon) writes:

 Yes, it is possible for two processes to read from the same socket,
 but you have to be aware that they will be competing for the same
 date, i.e. you'll have to take measures to prevent B from reading
 data that is intended for C.
 
 B will need to send some information about the socket to C, so that
 C can open it's own file descriptor to read from the socket.  There
 are a lot of ways to do this, the simplest of which would probably
 be using a named pipe (created by mkfifo()), which is a higher level
 interface usually implemented using sockets at a lower level.
 This will ONLY work for IPC between processes on the same host.

Actually, if you install DIPC (Distributed IPC) you can do it between
hosts as well...

 Good luck,
 
 -Jason
 
 Shawn Smith ([EMAIL PROTECTED]) wrote:
 : On Fri, 21 Jul 2000 15:32:57 +0100, "Gast Primus"
 : [EMAIL PROTECTED] wrote:
 
 : Hi
 : 
 : This is my problem I hope you can help.
 : 
 : I have 3 processes A B and C running on a single processor. A writes to B
 : via a socket, B reads the info and passes it on to C via a socket. Is it
 : possible for B to pass A's socket to C  so they can read and write directly
 : returning the socket to B when communication is over.
 : 
 : References to books, man pages etc would be appreciated.
 : 
 : Thanks
 : 
 : Iain
 : 
 : NB I am running Red hat 5.1 but will upgrade if this helps
 

-- 
My public encryption key is available from www.keyserver.net

--

From: John Hasler [EMAIL PROTECTED]
Crossposted-To: gnu.misc.discuss
Subject: Re: FWD: Red Hat's CFO abandoning ship.
Date: Fri, 4 Aug 2000 21:02:33 GMT

Johan Kullstam writes:
 you may be of the monetarist religion,...

I am not of any religion, be it monetarist or Lutheran.

 ...but keynesian economics is hardly uncoventional.

Though it has proven to have little predictive value.

 ...and i think it [a distinction between government and economy]
 is a completely worthless approximation.

I think you misunderstand me.  I'm not saying that one can pretend that
government does not exist while studying an economy, just that one can
usefully hold government constant while doing so (and vice-versa).  In the
US at least, they are sufficiently distinct to be advantageously treated as
two coupled systems.
-- 
John Hasler
[EMAIL PROTECTED] (John Hasler)
Dancing Horse Hill
Elmwood, WI

--

From: John Hasler [EMAIL PROTECTED]
Crossposted-To: gnu.misc.discuss
Subject: Re: FWD: Red Hat's CFO abandoning ship.
Date: Fri, 4 Aug 2000 21:21:47 GMT

Phillip Lord writes:
 It [treating government and economy as seperate systems] is also
 ideological,...

It's only as ideological as you think it is.  To me it is just a useful
approximation that helps me make some progress toward understanding human
society.

 I can not see why a feudal hierarchy is seen to be a bad thing in
 government but the normal accepted practice in industry.

Ne

Linux-Misc Digest #346

2000-05-02 Thread Digestifier

Linux-Misc Digest #346, Volume #24Tue, 2 May 00 16:13:03 EDT

Contents:
  Re: Cannot kill a process (Robie Basak)
  Re: tty_io.c used obsolete /dev/cua1... (Robie Basak)
  Re: Linux woes (Compaq for one) on the horizon ("Patrick")
  Re: XFree86 4.0 rpms ([EMAIL PROTECTED])
  Re: KDE vs Gnome? (Harlan Grove)
  Re: Need some help in choice of mail clients : A problem. (Madhusudan Singh)
  Re: X locks up solid, what can I do ?! HELP !!! (Ray)
  PCMCIA modem ([EMAIL PROTECTED])



From: [EMAIL PROTECTED] (Robie Basak)
Subject: Re: Cannot kill a process
Reply-To: [EMAIL PROTECTED]
Date: 2 May 2000 19:11:11 GMT

On Tue, 02 May 2000 18:37:25 +0800, Deden Purnamahadi said:
RedHat 6.0, Kernel 2.2.5-15

When I changed user's password with 'passwd' command, Linux gave me 
an error message:

New UNIX password: 
Retype new UNIX password: 
passwd: Critical error - immediate abort

then the passwd command is hung in the process.
I've tried to kill it with kill -9 , but it didn't succeed.

Any other way I can kill the process ?

I think it did kill it; did it still have a process number? It may
be zombified, which basically means that it is dead, but it's parent
hasn't mourned/noticed yet.

When passwd expects to receive a password, it changes the terminal
settings so nothing gets echoed.

Type:
  reset
or
  stty sane

to restore to a normal terminal (believe me; passwd did get killed
if you successfully sent it a SIGKILL.

The only time kill -9 won't work is if there was a kernel oops - I've
only seen this in cutting-edge only-works-for-the-developer kernel
modules.

Robie.
-- 

--

From: [EMAIL PROTECTED] (Robie Basak)
Subject: Re: tty_io.c used obsolete /dev/cua1...
Reply-To: [EMAIL PROTECTED]
Date: 2 May 2000 19:13:33 GMT

On Tue, 02 May 2000 00:15:08 GMT, Chat d'Goutière said:
RedHat 6.0
Trying to connect to my ISP.
I have no graphic environment.
When I execute pppd, the connection goes only so far
and then I get disconnected AND the root session closes
on me.

The log file mentions this :
tty_io.c : used obsolete /dev/cua1 - update software to use /dev/ttyS1

This isn't the problem; give the 'debug' option to pppd and show
us a more verbose log.

[snip]

I also get the same message when I use setserial on cua1.

Maybe the error message from the /var/log/messages
file has nothing to do with me losing the connection
and terminating the Linux session.

But if it did, I guess I need to update something here.
What? From where? How? are my questions.

Change (wherever the setting is) the device of the modem you
are using from /dev/cua1 to /dev/ttyS1 - /dev/cua1 is now
obsolete. If you tell us which method (linuxconf? pppd directly?)
you are using to connect, someone can give you more info on this.

Robie.
-- 

--

From: "Patrick" [EMAIL PROTECTED]
Crossposted-To: alt.linux,comp.os.linux.hardware,comp.os.linux.setup
Subject: Re: Linux woes (Compaq for one) on the horizon
Date: Tue, 2 May 2000 15:19:38 -
Reply-To: "Patrick" [EMAIL PROTECTED]

I understand your frustration.  The Compaq comes with a weird
Windows which will not work on another computer.  If I am not
mistaken, the installation of windows is not done in the "normal"
way - it's done using a "refresh" or "restore" disk which adds a
whole lot of other software as well as the drivers for keyboard,
modem ect - usually a huge install (takes FOREVER) because of all
the shit they add.  I have an HP which uses the same OS
installation method.  It says on the "restore" CD that it will
not work on another computer.  I found out (much to my chagrin,
that a format, then install a "normal" Windows, it does not work.
If I partitioned the HD and put the "restore" version of win on
the first part and a regular version on the second (just to test
things) everything works fine.  I believe there is something in
the BIOS which detects the presence of the HP version of Windows.
My roommate is the IT guy for a local company with a bunch of
Compaq's and he told me that the OS is quirky when trying to use
dual boots.



 I urge you to try install RHLinux on a Presario 5834 (or some
thing similar) to
 verify what I'm saying.

 Its not so much a conspiracy against Linux. But this is for
their profit, I guess.



--

From: [EMAIL PROTECTED]
Crossposted-To: comp.os.linux.setup,comp.os.linux.x
Subject: Re: XFree86 4.0 rpms
Date: Tue, 02 May 2000 19:22:13 GMT

I'm certainly not guru, but I could swear I got the 4.0-0.6 rpm from
rawhide to install with an "Installation Complete" message.  My goal
has been to get my nvidia geforce to play quake III linux so I was
folling the nvidia driver faq when I installed it.  Then I ran
xf86config.  I have to manually put in "IMPS/2" for the mouse protocol
no matter wh

Linux-Misc Digest #346

1999-05-25 Thread Digestifier

Linux-Misc Digest #346, Volume #20   Tue, 25 May 99 17:13:09 EDT

Contents:
  Re: Linux Winzip utility (Matthew Bafford)
  Re: Linux vs. NT performance / Mindcraft results (Armin Steinhoff)
  Re: A Capitalists view of freedom (Scott)
  Re: Linux vs. NT performance / Mindcraft results (Armin Steinhoff)
  Re: Commercially speaking? (Tim Sutherland)
  Re: AutoInstall is for experts, not beginners!!! (David Damerell)
  Get my Linux box on Net!!! - PPP problems ("The RZA")
  MySQL 3.22.22 confusion... installed from source code... ("discussion group")
  Re: A Capitalists view of freedom (Marco Antoniotti)
  Re: "modprobe: can't locate module pf-3" (Michael McConnell)



From: [EMAIL PROTECTED] (Matthew Bafford)
Subject: Re: Linux Winzip utility
Reply-To: [EMAIL PROTECTED]
Date: Tue, 25 May 1999 20:07:13 GMT

On Tue, 25 May 1999 19:30:07 +, Kevin Scott [EMAIL PROTECTED]
held some poor sysadmin at gun point while typing in the following:
: Is anyone aware of a utility for linux which understands ".zip" files?
 ^
: It would be awfully convienent if I could unzip files created by Winzip
^
: (in WinX environment of course) in linux.

If you've got a RedHat box, you've probably got them, too.

Dunno about other distributions.

: Thanks in advance,

HTH,

: Kevin

--Matthew

--

From: Armin Steinhoff Armin@Steinhoff_de
Crossposted-To: comp.os.qnx,comp.realtime,comp.arch.embedded
Subject: Re: Linux vs. NT performance / Mindcraft results
Date: 25 May 1999 11:54:33 -0700

In article [EMAIL PROTECTED], "Mav" says...

This bozo is just trying to start a flame war

Kill this thread now and maybe he'll go play by himself somewhere.

This tread doesn't start a 'flame war'  it shows just facts, if you like 
these facts or not. 

It raised up just the question about the real performance of the NT server.
Must the NT server be compared with a simple LINUX machine which runs with a
_single-threaded_ RAID driver to show some performance differences ???

Just a dumb question :-)

Armin


jsnyder wrote in message 7ieb4h$j79$[EMAIL PROTECTED]...
Talk about BRAIN DEAD.  Out of the box Solaris will barely drive a VGA
screen, let alone having any useful drivers for other stuff.

BobX [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]...
 Linux is only a TOY, and NT is a total JOKE.  You guys should check out
 Solaris.

 if you guys are driving hardware not supported under Solaris, the
 hardware is too new (ergo not tested), or is bad.

 period.

 BobX



 Tewpin Andrey (ôÀÐÉÎ áÎÄÒÅÊ) wrote:
 
  1. In comp.arch.embedded it isn't so interesting...
  2.Yes. Linux has some problems with threads...
  3.Yes. Linux hasn't problems with drivers for newest devices...(no
drivers -
  no problems).
 
  At7
 
  P.S. Don't worry. Linux's enough good OS w/o any tests...
 
  A. Steinhoff wrote 7idvj0$[EMAIL PROTECTED] ...
  
  Bruce Weiner wrote in his rebuttal:
   "Setting the Record Straight: Where ABCnews.com Got It Right and
Wrong":
  
  "2.Mindcraft used a server with a MegaRAID controller
 with a beta driver (which was the latest version
 available at the time of the test) while the PC Week
 server used an eXtremeRAID controller with a fully
 released driver. The MegaRAID driver was single
 threaded while the eXtremeRAID driver was
 multi-threaded."
  
  That means that these Mindcraft guys were aware that they have tested
  the LINUX performance with a BETA DRIVER for the MegaRAID controller
and
  they were aware that this beta driver was just a SINGLE-THREADED
driver!!
  
  It's evident that the multi-threaded NT driver for the MegaRAID
controller
  has a much better performance under havy load as a single-threaded
  driver ... so their so called test results are very dubiuos and
rigged.
  
  As Lincoln said:"One can cheat the poeple .. but only for a limited
time"
  
  Armin
  






--

From: Scott [EMAIL PROTECTED]
Crossposted-To: comp.os.ms-windows.advocacy,comp.os.linux.advocacy,gnu.misc.discuss
Subject: Re: A Capitalists view of freedom
Date: Tue, 25 May 1999 14:50:51 -0500

Michael David Jones wrote:
 
 [EMAIL PROTECTED] (Craig Dowell) writes:
 Yeah, tactical nuclear warheads and rocket-propelled grenades. Or were
 you thinking of something different?
 I don't know what was meant, but I have to add my two cents whenever
 people start proclaiming the omnipotence of the modern military.
 
 What do you plan to do when the tyrannical government you want to protect
 yourself from sends tanks to roll over you?
 The idea is don't form a line of red coats standing out in a fi

Linux-Misc Digest #346

1999-03-07 Thread Digestifier

Linux-Misc Digest #346, Volume #19Sun, 7 Mar 99 09:13:10 EST

Contents:
  problems mounting hda1 as root ("Chris Walker")
  Serial Mouse problems with suse 6 ("MrFrosty")
  Re: Text editors (Marc D. Williams)
  Question on using 5.2: ("David Leathers")
  Re: Cut and Paste (Kenn Owen)
  Re: Proxy settings on netscape (Arnold Kaars)
  Re: Looking for free text DB, or indexing code ("Bruce Fraser")
  Re: Reqs for a Linux router (David Kirkpatrick)
  Linux client for Exchange Server (Thomas Horan)
  Web Newsreader ("Lee Howes")
  Re: How I want to configure my office (O'Neill)
  Re: Linux Wannabe: which distribution? (jas shultz)
  Re: Fundamental Linux Install/Troubleshooting Training (J.M. Paden)
  Re: A question about MP3's and Linux (Byron A Jeff)
  mounting dos partition (Rulecoyote)
  Re: Epson Stylus 640 : RH5.2 okay here (Bob Tennent)
  Re: linux 2.2.2, lpdPLP and lp0 (Bob Tennent)
  Help - rpm XFree86  stuck between 3.3.2 and 3.3.3. (Doug Paradis)



From: "Chris Walker" [EMAIL PROTECTED]
Subject: problems mounting hda1 as root
Date: Sat, 06 Mar 1999 18:02:20 GMT

When trying to mount /dev/hda1 as a root partition it only boots partway.
The last thing I see on the screen is:


Partition check:
hda: hda1 hda2
VFS: Mounted root (ext2 filesystem) readonly.
_

At that point I have a flashing cursor on the screen. I can type and what I
type is shown on-screen, but hitting enter just creates a new line. The
machine doesn't do squat.

Edward Dunagin was kind enough to reply to an indentical earlier post,
advising me to look at my /etc/lilo.conf file. I booted with a resuce disk
and tried this, but this durn thing won't let me put LILO on the boot
partition of hda1 when I've got the system booted with fd1 as the root.
AAAGGHHH!!!

Thanks in advance,
chris



--

From: "MrFrosty" [EMAIL PROTECTED]
Subject: Serial Mouse problems with suse 6
Date: Sat, 6 Mar 1999 19:03:57 -

Hi,

I've just installed suse linux 6 and am new to this OS, and am having major
problems with my serial mouse, after installation the mouse works, but as
soon as I reboot I lose the mouse.  I have checked the XF86Config file and
its listed as:

Microsoft
/dev/mouse

I have tried reconfiguring the mouse as other types and still no go.

Can anyone help me retrieve my mouse back?

Marcus
---
Email: [EMAIL PROTECTED]
Web: www.mrfrosty.co.uk/mrfrosty



--

From: [EMAIL PROTECTED] (Marc D. Williams)
Subject: Re: Text editors
Reply-To: [EMAIL PROTECTED]
Date: 7 Mar 1999 13:36:07 -0800

On Fri, 05 Mar 1999 03:37:01 -0800, Greg [EMAIL PROTECTED] wrote:
I've just installed Red Hat 5.2. I am wondering if there is any
window-based editors.
I'm looking for an editor that works like textedit or jot on other UNIX
workstations or something like notepad in Windows95/98. Something simple
to create .txt, .html or .c files. Please help.

Textedit is still around if you really liked it. It's part of the
Xview/OpenLook library package I believe (for some reason I've been
messing around in that ``forgotten'' environment).
The Slackware CD still has it.

One very nice editor I haven't seen mentioned here is cooledit and its
smaller sibling smalledit. If one is used to Midnight Commander's mcedit
it uses most of the same keys. Cooledit is multi-file while smalledit
is for single file jobs. A favorite of mine.

-- 
ANIME SENSHI
Marc D. Williams[EMAIL PROTECTED]
http://www.agate.net/~tvdog/internet.html  --  DOS Internet
http://www.geocities.com/SiliconValley/Platform/8269/ -- Windows 3.x Makeover

--

From: "David Leathers" [EMAIL PROTECTED]
Subject: Question on using 5.2:
Date: Sun, 7 Mar 1999 07:16:08 -0600

Hi
At the present time I'm using win95 system.  I plan to upgrade to win98 next
week and I would also like to have and use a linux installtion on my system.

My question is how should I go about installing both operating systems?  Are
there instructions to do this?  Which version of Linux should I use?

Thanks
David



--

From: Kenn Owen [EMAIL PROTECTED]
Subject: Re: Cut and Paste
Date: Sat, 06 Mar 1999 13:57:24 -0500

try shift insert

fred smith wrote:

 nick ([EMAIL PROTECTED]) wrote:
 : On the Solaris machines I used to work with, we used the copy and paste
 : keys on the keyboard to move text between the terminal and texteditor
 : (say for saving compilation output). With my PC of course I dont have
 : those keys. I can use the middle mouse emulation to copy in a Bash shell
 : but cant paste to a texteditor. How do I set up my desktop to enable me
 : to cut and paste between a Bash shell and Textedit??

 I past into text editors all the time. What editor are you using?
 I'm using elvis (vi clone, though not the one Red hat ships). If you're
 using some vi