Linux-Misc Digest #780, Volume #27                Sat, 5 May 01 01:13:01 EDT

Contents:
  Re: Best way to manage source code? ("Peter T. Breuer")
  Journaling Filesystem with Individual File Compression? ("Adam Warner")
  Re: swap space size on RH 7.1 (Paul Kimoto)
  ftP?? ("dubcaller")
  Re: ftP?? ("Ian Jones")
  Re: IS YOUR PC SPYING ON YOU  5766 (Jonadab the Unsightly One)
  Ext2fs structure ("Chewy509")
  How to do a compressed dump backup? (james montoya)
  Re: What Linux DB is close to Access97? (Jerry Kreps)
  Re: LINUX in japanese or chinese (Garglemonster)
  Re: Problem with Redhat 7.1: Constant Disk Access ("RS")
  kernal 2.4.x (Farrell Farahbod)
  Re: ftP?? (Dean Thompson)
  Re: how to write a backup script? ("Jimi  Thompson")
  Re: Good web based mail server? ("Dave Bush")
  Having problems with some code ([EMAIL PROTECTED])
  Re: removing linux ([EMAIL PROTECTED])
  Re: StarOffice & Xfree 4.0.3 ([EMAIL PROTECTED])
  Re: kernal 2.4.x (Vilmos Soti)
  Re: inetd.conf ("Mr.Pink")

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

From: "Peter T. Breuer" <[EMAIL PROTECTED]>
Subject: Re: Best way to manage source code?
Date: Sat, 5 May 2001 01:14:36 +0200

MH <[EMAIL PROTECTED]> wrote:
> Jeremy A. Gray wrote:
> When I look in /usr/local I see the following (RH7):

> bin
> doc
> etc
> games
> info
> lib
> man
> sbin
> src

> All of the subdirectories listed above are empty.  Is there any reason I 
> can't remove them?  I assumed the system somehow used these directories, 

You completely misunderstand the purpose of /usr/local. It's for YOUR
installations, to keep them separate from the system providers
installations. It's exactly where you'd put the links to the stuff
you compile, so you'd hardly _want_ to remove these dirs! The
fact that they're empty now merely reflects the fact that you haven't
done any work, just produced hot air ...

Peter

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

From: "Adam Warner" <[EMAIL PROTECTED]>
Subject: Journaling Filesystem with Individual File Compression?
Date: Sat, 5 May 2001 11:48:09 +1200

Hi all,

Does anyone know of a journaling filesystem being developed for Linux that
includes individual file compression (like NTFS?)

The filesystem would also have to work well with a small cluster size
(perhaps 1kB).

Thanks,
Adam



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

From: [EMAIL PROTECTED] (Paul Kimoto)
Subject: Re: swap space size on RH 7.1
Date: 4 May 2001 20:30:13 -0400
Reply-To: [EMAIL PROTECTED]

In article <[EMAIL PROTECTED]>, Dave Brown wrote:
> I hope I didn't start a thread as to why or how swap space.  I was trying 
> to find out what's different in the 2.4 kernel that would require such 
> swap space as the RedHat installer to do things unusual.  (It says it 
> will create a swap file if you don't stop it.)
> 
> With regard to the "very old rule of thumb", that was quite appropriate 
> when systems were shipped with 16 or 32 MB of real memory, but gets a little 
> silly which 512 MB of real memory, unless really needed--doubtful on a single- 
> user workstation, I'd think.

2.4.* does swap differently from 2.2.*.  See
  http://lwn.net/2001/0503/kernel.php3
for the part headed "A 2.4 swap bug - maybe".

-- 
Paul Kimoto
This message was originally posted on Usenet in plain text.  Any images, 
hyperlinks, or the like shown here have been added without my consent,
and may be a violation of international copyright law.

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

From: "dubcaller" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.mail.sendmail,comp.os.linux.hardware,comp.os.linux.networking,comp.os.linux.security
Subject: ftP??
Date: Sat, 05 May 2001 00:40:50 GMT

Hi All,

I have a linux ipchains router connecting to dsl.  Red Hat 7.0

I've been able to setup a FTP server using port 21 using IPCHAINS and
ip_masq_ftp... works great

However, using different ports provides better security.

Has anyone had any sucess w/ this type of setup??








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

From: "Ian Jones" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.mail.sendmail,comp.os.linux.hardware,comp.os.linux.networking,comp.os.linux.security
Subject: Re: ftP??
Date: Fri, 4 May 2001 17:54:01 -0700

=====BEGIN PGP SIGNED MESSAGE=====
Hash: SHA1

"dubcaller" <[EMAIL PROTECTED]> wrote
> I've been able to setup a FTP server using port 21 using IPCHAINS
> and ip_masq_ftp... works great
>
> However, using different ports provides better security.

Correction, using different software provides better security.
Different ports are just ... different.

Can't you use scp? If you want to offer files to the world, use http.
There is nothing to be gained by using an ftp server except perhaps a
few new entries in your passwd file ;-(

=====BEGIN PGP SIGNATURE=====
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>
Comment: Making the world safe for geeks.

iQA/AwUBOvNPJ8AVSpfzXItKEQKoGwCeNooCCYyMTQokKyboYORo0YPs70EAoPT1
M4QzSdpP73dfOQ0wB4+wPG67
=HHHF
=====END PGP SIGNATURE=====




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

From: [EMAIL PROTECTED] (Jonadab the Unsightly One)
Crossposted-To: comp.os.linux.embedded,comp.os.linux.hardware,comp.os.linux.m68k
Subject: Re: IS YOUR PC SPYING ON YOU  5766
Date: Sat, 05 May 2001 01:27:02 GMT


> How do you get to post a file into usenet without using any newlines?  

Certain very broken newsreaders automagically rewrap your text 
in the window as you type it but only include the newlines you
actually type when sending.

- jonadab

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

From: "Chewy509" <[EMAIL PROTECTED]>
Subject: Ext2fs structure
Date: Fri, 4 May 2001 18:13:39 +1000

Hi all,

Just after some clarification,
I've been looking through the Extended 2 Filesystem docs, and cannot find
mention of the bootsector anywhere. After grabbing the bootsector off the
partitions, (using dd count=1 bs=512 if=/dev/hda1 of=./boothda1.sys), and
the Bootsectors are empty, that is all 00's.
Does this mean that the Bootsector is not used? If not, can I use for my own
purposes, like putting in some boot code, so that my kernel can reside on an
ext2fs floppy disk? Or boot a custom OS without using lilo, or grub...

Is there a definitative Specification for Ext2fs, which is to used. I have
read the Ext2fs source from kernel 2.4.2, but some things and ideas need to
be clarified.

Chewy509...

PS. I know the superblock starts at offset 1024d, ie the 3rd sector of the
device, and everything is past this. But what is placed in the first 2
sectors? Or have I read this incorrectly?



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

From: james montoya <[EMAIL PROTECTED]>
Subject: How to do a compressed dump backup?
Date: Fri, 04 May 2001 20:41:49 -0600

Does anyone know the device name that provides a compressed dump backup
on Redhat linux?
I am currently using dump -0auf /dev/nst0 which isn't compressed.
On a SUN Solaris system it is /dev/rmt/0cn for example.

Thanks in advance,
jm


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

From: Jerry Kreps <[EMAIL PROTECTED]>
Subject: Re: What Linux DB is close to Access97?
Date: Fri, 4 May 2001 21:40:20 -0500

If you install PostgreSQL then also install pgaccess.
It is a TCL front end that allows the development of 
tables, forms, queries, reports, etc...  The look and
feel is close to Access 1.0
JLK

Matt O'Toole wrote:

> 
> "Mike" <[EMAIL PROTECTED]> wrote in message
> news:9cpj7h$qgc$[EMAIL PROTECTED]...
> 
> > MS access may be rubbish, but it indeed provides a frontend which is
> > extremely friendly for people who just want to USE a database. If you
> > are
> a
> > person who want to BUILD a database, there is no challenge in Access.
> 
> I disagree.  I've used Access a lot, as well as most of the other programs
> of its type.  Access is not user friendly, except at the most basic level.
> If you want to do anything more complicated than an address book, the
> learning curve is just as steep as with a "real" RDBMS, just different. 
> So if you need a real database, and you care about your data, forget
> Access
> altogether. Invest your time in a more solid product.  If you want
> something
> basic and easy, I much prefer Approach, or Filemaker Pro.  They don't do
> as
> much, but they're a lot easier to use, and more reliable.  A developer
> might find the Access front end useful, though:
> 
> > BTW I use a linux based MySQL database connected to my Windows PC on
> > which I have a very usefull Access frontend, connected with MyODBC to
> > MySQL. Works perfect. The StarOffice DB frontend is terrible.
> 
> I'd pobably just build a web-based front end, but everyone's needs are
> different.
> 
> This isn't an anti-MS rant.  MS does have a few good apps.  In the office
> arena, Excel is the app no one can touch, not Access.
> 
> Matt O.
> 
> 
> 



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

From: Garglemonster <[EMAIL PROTECTED]>
Subject: Re: LINUX in japanese or chinese
Date: 05 May 2001 09:04:17 +0900

>>>>> "Gerrit" == Gerrit Heitsch <[EMAIL PROTECTED]> writes:

    Gerrit> I've tried to find information on the Web, but couldn't
    Gerrit> find any detailed information. Maybe someone here has an
    Gerrit> idea...

did you look at the tlug (tokyo linux users group) pages?  they're the
best in english.  lots more in japanese, of course.

    Gerrit> How good is the support for chinese and japanese
    Gerrit> (especially EUC encoding) in RedHat 6.2 and 7.1?  Do the
    Gerrit> input method servers work so one can enter chinese or
    Gerrit> japanese characters through a standard US keyboard?

dunno, about the specifics of red hat, but in general, yes you can use
a u.s. keyboard for chinese/japanese input.  your keyboard doesn't
matter, and even if it did, you could remap it.

g.m.

-- 
[EMAIL PROTECTED]

As President I have to go vacuum my coin collection!

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

From: "RS" <[EMAIL PROTECTED]>
Subject: Re: Problem with Redhat 7.1: Constant Disk Access
Crossposted-To: linux.redhat.install,linux.redhat.misc
Date: Fri, 04 May 2001 23:38:52 -0400

I found out what happened! It was the 'automount' of CD that caused
the problem. The strange thing is that the LEDs of the CD=ROms didn't
flash. The SCSI bus activity LED was flashing and I heard the HD making
noise....
Anyway, this automount task actually make the system slower, not to
mention the HD noise. I got one CD-ROM and one burner that may 
need more resource for automount.
It is fine now after I disable the automount.

Roger

In article <nh4I6.2095$[EMAIL PROTECTED]>, "RS"
<[EMAIL PROTECTED]> wrote:

> Hi, there,
> 
> I jsut did a fresh install of Redhat 7.1 on my new harddrive. The
> installation went fine without any problem.
> 
> The problem started after I started to run Gnome. I found that there
> were constant disk access. The HD activity LED kept flashing even though
> I didn't do anything.
> When I ran xosview, it reported that 'PROC/LOAD' was always > 1. I
> switched to KDE. Same thing!
> 
> With Redhat 6.2, it never happened. The load in xosview can drop to 0.
> 
> Do anyone know what the problem is?
> 
> I got a SCSI HD  with an Asus SC875 SCSI card. RH7.1 correctly
> identified it as SYM 875 and use the SYM8xx driver.
> 
> Thanks for any help!
> Roger
> 
> reply by email @ [EMAIL PROTECTED]

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

From: Farrell Farahbod <[EMAIL PROTECTED]>
Subject: kernal 2.4.x
Date: Fri, 04 May 2001 21:13:52 -0700

i am hearing about the new 2.4.x kernal in rh7.1. i am currently using 
rh7.0 and i am downloading the iso's for rh7.1. where can i download an 
rpm so i can upgrade my kernal to 2.4.x. i am new to linux so i dont 
know how to or want to try to compile the kernal now. i have only a 56k 
dailup so it'll be a while before i finish downloading rh7.1. i would 
appriciate any help.

thank you,

-farrell farahbod


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

From: Dean Thompson <[EMAIL PROTECTED]>
Crossposted-To: 
comp.mail.sendmail,comp.os.linux.hardware,comp.os.linux.networking,comp.os.linux.security
Subject: Re: ftP??
Date: Sat, 05 May 2001 14:16:10 +1000


Hi!,

> I have a linux ipchains router connecting to dsl.  Red Hat 7.0
> 
> I've been able to setup a FTP server using port 21 using IPCHAINS and
> ip_masq_ftp... works great

> However, using different ports provides better security.
> Has anyone had any sucess w/ this type of setup??

You have to be careful when you start to changing the ports because ftp uses
two ports to do its communications (ports 20 and 21).  Hence, if you do play
around with the ports and your FTP daemon allows you to do so, you will need
to find a client as well which is capable of actually knowing that your ports
have changed.  Some clients are hard-wired causing all sorts of problems and
making them slightly inflexible.

See ya

Dean Thompson

-- 
+____________________________+____________________________________________+
| Dean Thompson              | E-mail  - [EMAIL PROTECTED] |
| Bach. Computing (Hons)     | ICQ     - 45191180                         |
| PhD Student                | Office  - <Off-Campus>                     |
| School Comp.Sci & Soft.Eng | Phone   - +61 3 9903 2787 (Gen. Office)    |
| MONASH (Caulfield Campus)  | Fax     - +61 3 9903 1077                  |
| Melbourne, Australia       |                                            |
+----------------------------+--------------------------------------------+

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

From: "Jimi  Thompson" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux,comp.os.linux.networking,comp.os.linux.questions,comp.os.linux.security
Subject: Re: how to write a backup script?
Date: Fri, 4 May 2001 23:21:46 -0500

find mirrorscript.pl

Tim Haynes <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> "Bubba" <[EMAIL PROTECTED]> writes:
>
> [snip]
> > > the ncftp script on the other machine.  not hard to setup at all.
> >
> >
> > Better than that (well more secure) consider using scp or rsync(with
> > ssh)....
>
> Definitely. Or even just tar through ssh, or find+cpio through ssh for
> speed...
>
> > (although to automate scp you will probably need to write an expect
> > script.
>
> WTF? Why on earth? What's wrong with having a null-passphrase key
> restricted to one or two hosts and maybe forcibly only executing a
> particular command?
>
> ~Tim
> --
> Crossing the river, caught in the rain      |
[EMAIL PROTECTED]
> Crossing the rhythm, caught in the rain.    |
http://piglet.is.dreaming.org



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

From: "Dave Bush" <[EMAIL PROTECTED]>
Subject: Re: Good web based mail server?
Crossposted-To: alt.linux,alt.os.linux
Date: Sat, 05 May 2001 04:20:27 GMT

> I'm running RH7.1 amd am looking for a good Web based mail-server app.
> Any favorites or suggestions?

Absolute easiest - no brainer of a web mail setup that I've found is
NOCC. Apache and PHP - easy, easy, easy. 

http://nocc.sourceforge.net/

- Dave

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

From: [EMAIL PROTECTED]
Subject: Having problems with some code
Date: 4 May 2001 18:43:23 GMT

I know this isn't Linux specific, but I am having problems with this program
I
am writing...Here is what it's supposed to do-I am connecting it to a robot,
and
I want raw access to the serial port at 19.2k baud.  I am using Qt as the
interface,
and I can't seem to write to the port.  It is opening it, just can't write or
read
from it...Wierd

Justin Hibbits

C++ File:

//  The Actual file for creating the GUI for the robot
//
//  Begin:  2001-03-05
//          13:32 EST
//
//  Developer: Justin Hibbits

#include "robotgui.h"
#include <qapplication.h>
#include <qobject.h>
#include "mocrobot.cpp"
#include <termios.h>
#include <stdio.h>
#include <qmessagebox.h>
#include <unistd.h>
#include <string.h>
#include <qtimer.h>
#include <fcntl.h>

int fd; // the file descriptor for the serial port.

char *substr( char *string, int start, int len )
{
  if ( (start + len) > sizeof( string ) ) return 0;
  char buff[len + 1];
  int i;
  for ( i = start; i < len + 1; i++ ) {
    buff[i - start] = string[i];
  }
  buff[i] = 0;
  return buff;
}

void robotGui::sendSerial()
{
  int n; char *space = " ";
  char *lt = leftEdit->text();
  char *rt = rightEdit->text();
  //  n = write( fd, strcat( strcat( (char*)leftEdit->text(), space ),
(char*)rightEdit->text() ), strlen(strcat( strcat( leftEdit->text(), space ),
rightEdit->text() ));
   n = write( fd, strcat( strcat( lt, space ), rt ), strlen(strcat( strcat(
leftEdit->text(), space ), rightEdit->text() )));
  if ( n = -1 ) {
    fprintf( stderr, "Error: unable to submit values to robot" );
    n = QMessageBox::warning( this, "ERROR Sending values", "Error: unable to
submit values to robot", "Who Cares", "Abort" );
    switch( n ) {
        case 1:
          exit1();
   }
  }
}

void robotGui::motorsOff()
{
  int n = write( fd, "e", 1 );
  if ( n = -1 ) {
    fprintf( stderr, "Error: unable to deactivate motors...Better go catch
it!");
    n = QMessageBox::warning( this, "ERROR Sending values", "Error: unable to
deactivate motors, Better go catch it!", "Who Cares", "Abort" );
    switch( n ) {
        case 1:
          exit1();
   }
  }
}

void robotGui::motorsOn()
{
  int n = write( fd, "e", 1);
  if ( n = -1 ) {
    fprintf( stderr, "Error: unable to activate motors...It is now a
paperweight!");
    n = QMessageBox::warning( this, "ERROR Sending values", "Error: unable to
activate motors, It is now a paperweight", "Who Cares", "Abort" );
    switch( n ) {
        case 1:
          exit1();
   }
  }
}

void robotGui::dispGraph()
{
}

void robotGui::exit1()
{
  close(fd);
  emit exit();
}

void robotGui::updateValues()
{
  char *buffer;
  char *lVES, *rVES, *lOut, *rOut, *cntLim, *lCnt, *rCnt, *ef;
  int buff = read( fd, buffer, 128 );
  if ( buff == 0 ) return;
  char *buffptr = buffer;

  lVES = /*atoi(*/substr( buffer, 5, 5 );
  rVES = /*atoi( */substr( buffer, 16, 5 );
  lOut = /*atoi( */substr( buffer, 27, 5 );
  rOut = /*atoi( */substr( buffer, 38, 5 );
  cntLim = /*atoi( */substr( buffer, 49, 1 );
  lCnt = /*atoi( */substr( buffer, 58, 1 );
  rCnt = /*atoi( */substr( buffer, 68, 1 );
  ef = /*atoi( */substr( buffer, 76, 1 );
  leftView->setText( strcat("Velocity Error Sum: ", strcat(lVES, strcat("
Output: ", strcat(lOut, strcat(" Count: ", lCnt ))))));
  rightView->setText( strcat("Velocity Error Sum: ", strcat(rVES, strcat("
Output: ", strcat(rOut, strcat(" Count: ", rCnt ))))));
}

robotGui::robotGui( QWidget *parent=0, const char *name=0 ) : QVBox( parent,
name )
{
  //box = new QVBoxLayout( this );
  base1 = new QFrame( this ); //QWidget;
  base2 = new QFrame( this ); //QWidget;
  //box->addWidget( base1 );
  //box->addWidget( base2 );
  base1->resize( 400, 200 );
  base2->setGeometry( 0, 210, 400, 200 );
  sendValues = new QPushButton( "Send Values", base1);
  sendValues->move( 300, 0 );
  sendValues->show();
  offMotors = new QPushButton( "Turn Motors Off", base1 );
  offMotors->move( 300, 80 );
  offMotors->show();
  onMotors = new QPushButton( "Turn Motors On", base1 );
  onMotors->move( 300, 40 );
  onMotors->show();
  leftLabel = new QLabel( "Left Power: ", base1 );
  leftLabel->show();
  rightLabel = new QLabel( "Right Power: ", base1 );
  rightLabel->move( 0, leftLabel->height() + 5 );
  rightLabel->show();
  leftEdit = new QLineEdit( base1 );
  leftEdit->move( leftEdit->width() + 10, 0 );
  leftEdit->show();
  rightEdit = new QLineEdit( base1 );
  rightEdit->move( rightEdit->width() + 10, rightLabel->y() );
  rightEdit->show();
  resetTarget = new QPushButton( "Reset Target", base1 );
  resetTarget->move( 300, 120 );
  resetTarget->show();
  quit = new QPushButton( "Quit", base1 );
  quit->move( 0, 120 );
  quit->show();
  leftView = new QLabel( "Left Motor:", base2 );
  leftView->show();
  rightView = new QLabel( "Right Motor:", base2 );
  rightView->move( 0, 40 );
  rightView->show();
  graphView = new QPushButton( "View Graph", base2 );
  graphView->move( 0, 120 );
  graphView->show();
  leftViewD = new QLabel( base2 );
  leftViewD->move( leftView->width() + 10, leftView->y() );
  leftViewD->show();
  rightViewD = new QLabel( base2 );
  rightViewD->move( rightView->width() + 10, rightViewD->y() );
  rightViewD->show();
  base1->show();
  base2->show();
//  box->show();
  connect( sendValues, SIGNAL(clicked()), this, SLOT(sendSerial()));
  connect( offMotors, SIGNAL(clicked()), this, SLOT(motorsOff()));
  connect( onMotors, SIGNAL(clicked()), this, SLOT(motorsOn()));
  connect( graphView, SIGNAL(clicked()), this, SLOT(dispGraph()));
  connect( quit, SIGNAL(clicked()), this, SLOT(exit1()));
  timer = new QTimer;
  connect( timer, SIGNAL(timeout()), this, SLOT(updateValues()));
}

main(int argc, char** argv )
{
  QApplication app(argc, argv);
  fd = open( "/dev/ttyS0", O_RDWR | O_NOCTTY | O_NDELAY );
  if ( fd == -1 ) { fprintf( stderr, "Cannot open serial port...Aborting" );
exit(1); }
  else fcntl( fd, F_SETFL, 0 );
  struct termios options;
  tcgetattr(fd, &options);

 /*
  * Set the baud rates to 19200...
  */

  cfsetispeed(&options, B19200);
  cfsetospeed(&options, B19200);

 /*
  * Enable the receiver and set local mode...
  */

  options.c_cflag |= (CLOCAL | CREAD);

  /*
  * Set the new options for the port...
  */

  tcsetattr(fd, TCSANOW, &options);
  robotGui thisGui;
  QObject::connect( &thisGui, SIGNAL(exit()), &app, SLOT(quit()));
  app.setMainWidget( &thisGui );
  thisGui.show();
  return app.exec();
}


now the Header file:

//  The GUI for the robot...neat stuff!!
//  Justin Hibbits
//  Created 2001-02-26 @ 13:34
//
//
#ifndef ROBOT_GUI
#define ROBOT_GUI

#include <qpushbutton.h>
#include <qwidget.h>
#include <qlineedit.h>
#include <qlabel.h>
#include <qlayout.h>
#include <qvbox.h>
#include <qframe.h>

class QTimer;
class robotGui  :  public QVBox
{
Q_OBJECT
 public:
  robotGui( QWidget *parent=0, const char *name=0);
 protected:
  QFrame *base1;
  QFrame *base2;
  QPushButton *sendValues;
  QPushButton *offMotors;
  QPushButton *onMotors;
  QLabel *leftLabel;
  QLabel *rightLabel;
  QLineEdit *leftEdit;
  QLineEdit *rightEdit;
//  QVBoxLayout *box;
  QButton *resetTarget;
  QButton *quit;
  QLabel *leftView;
  QLabel *rightView;
  QPushButton *graphView;
  QLabel *leftViewD;
  QLabel *rightViewD;
  QTimer *timer;
 signals:
  void exit();
 public slots:
  void updateValues();
  void sendSerial();
  void motorsOff();
  void motorsOn();
  void dispGraph();
  void exit1();
};
#endif

 -----  Posted via NewsOne.Net: Free (anonymous) Usenet News via the Web  -----
  http://newsone.net/ -- Free reading and anonymous posting to 60,000+ groups
   NewsOne.Net prohibits users from posting spam.  If this or other posts
made through NewsOne.Net violate posting guidelines, email [EMAIL PROTECTED]

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

From: [EMAIL PROTECTED]
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: removing linux
Date: 4 May 2001 19:13:22 GMT

The CD doesn't contain Linux, but you can do a fresh install with it.  If
you
want, just pop the CD into the drive, set the CD to be bootable(in BIOS), and
boot to the CD.  Then, you can reformat the hard drive, or anything.

Or, you can make the Floppy bootable, by the BIOS, and you should be able to
boot
to the hard drive from the kernel on the floppy

Justin


In article <UtfI6.331$[EMAIL PROTECTED]>, Kenny@BUI
<[EMAIL PROTECTED]> writes:
>hello,
>our box had rh7.0 on it. my buddy used dos diskettes to book the computer
>and format the drive. Linux will not boot up now. we tried booting with both
>Linux and dos boot\installation disks. our goal is to remove Linux and do a
>fresh install.
>the cd drive kicks the cd out all the time. it continuously says that Linux
>is not found on the cd and ejects the cd.
>
>thank you,
>Kenny.
>
>
>
>


 -----  Posted via NewsOne.Net: Free (anonymous) Usenet News via the Web  -----
  http://newsone.net/ -- Free reading and anonymous posting to 60,000+ groups
   NewsOne.Net prohibits users from posting spam.  If this or other posts
made through NewsOne.Net violate posting guidelines, email [EMAIL PROTECTED]

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

From: [EMAIL PROTECTED]
Subject: Re: StarOffice & Xfree 4.0.3
Date: 4 May 2001 19:43:07 GMT

I have an excellent suggestion...Dump RH7.0, it is nothing less than crap!  I
had
it and hated it.  I even switched back to Mandrake 7.1!  Now I run Debian
Potato,
and StarOffice works just fine(5.2)

Justin


In article <9c75vq$rdi$[EMAIL PROTECTED]>, Mike Everett
<[EMAIL PROTECTED]> writes:
>I've just upgraded to Xfree86 version 4.0.3 (to accomodate a new graphics
>card) and now StarOffice causes the machine to lock-up completely - the
>only solution being a reboot.  The lock-up happens on the first or second
>mouse action after StarOffice starts. No other program seems to give any
>problems.
>
>I'm running RedHat 7.0 with kernel 2.2.17.
>
>Any ideas please ?
>TIA
>
>Mike


 -----  Posted via NewsOne.Net: Free (anonymous) Usenet News via the Web  -----
  http://newsone.net/ -- Free reading and anonymous posting to 60,000+ groups
   NewsOne.Net prohibits users from posting spam.  If this or other posts
made through NewsOne.Net violate posting guidelines, email [EMAIL PROTECTED]

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

Subject: Re: kernal 2.4.x
From: Vilmos Soti <[EMAIL PROTECTED]>
Date: Sat, 05 May 2001 05:00:50 GMT

Farrell Farahbod <[EMAIL PROTECTED]> writes:

> i am hearing about the new 2.4.x kernal in rh7.1. i am currently using 

It is spelled kernel.

> rh7.0 and i am downloading the iso's for rh7.1. where can i download an 
> rpm so i can upgrade my kernal to 2.4.x. i am new to linux so i dont 

RH71 comes with 2.4.x kernel and also includes the sources.

> know how to or want to try to compile the kernal now. i have only a 56k 
> dailup so it'll be a while before i finish downloading rh7.1. i would 
> appriciate any help.

You must be very patient. ;-)

Vilmos

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

From: "Mr.Pink" <[EMAIL PROTECTED]>
Crossposted-To: alt.os.linux,comp.os.linux.setup
Subject: Re: inetd.conf
Date: Sat, 05 May 2001 05:07:33 GMT

change to "disable = yes" and restart xinetd

"Kenny@BUI" <[EMAIL PROTECTED]> wrote in message
news:cUCI6.344$[EMAIL PROTECTED]...
> here is the swat file in /xinetd.d/swat.
>
> # default: off
> # description: SWAT is the Samba Web Admin Tool. Use swat \
> #              to configure your Samba server. To use SWAT, \
> #              connect to port 901 with your favorite web browser.
> service swat
> {
>         disable = no
>         port    = 901
>         socket_type     = stream
>         wait    = no
>         only_from = localhost
>         user    = root
>         server  = /usr/sbin/swat
>         log_on_failure  += USERID
> }
>
>
>



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


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

Reply via email to