Re: Disk Druid Install Problems

2000-01-29 Thread Manuel Camacho

Where is your SWAP partition? DD requires at least 1.

-Manuel.

On Sat, 29 Jan 2000, John S. Muller wrote:
> Hi,
> 
> I have the following partitions:
>   
>   hda18g  Windoze 98
>   hda21g  Linux (slackware)
>   hda31g  Linux (slackware)
>   hda44g  BeOS
> 
> I am trying to install the redhat distribution to hda2, but disk druid
> will not let me proceede.
> 
> The next button is greyed out.  Even if I set the mount point to / for
> hda2.
> 
> Any ideas?
> 
> thanks
> jsm
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



LINUX-CONF error

2000-01-29 Thread Azhar H. Chowdhury

Dear All,

I have Linux-conf latest version 1.16 installed at RH 6.0,
it's works fine but some times I can't run it and following
error display after enter linuxconf from X-Terminal.

--
Error message from remadmin : Xlib: connection to "0:0" refused by server
Error message from remadmin : Xlib: client is not authorized to connect
to server
Error message from remadmin:
Error message from remadmin: Gtk-WARNING **: cannot open display: : 0
remadmin (GUI frontend) exiting abormally

-
But after exit from X and start again above problem don't show again.
Can you please help me to stop this problem. 

Thanking you,

Azhar H. Chowdhury


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re[2]: FTP that will script please

2000-01-29 Thread Perry Blalock

Hello Thomas,

Saturday, January 29, 2000, 2:45:00 PM, you wrote:

TKG> On Wed, 26 Jan 2000, Jim Baxter wrote:
>> Hi
>> 
>> We do not seem to be able to run ftp from a shell script or script ftp.
>> The man page talks about macros but they go away at close.
>> What we need is the ability to start ftp, login and get (or put) a list of
>> files and
>> log off all from a shell script
>> 
>> Can some one tell me how to do it or where to get RPM of another version of
>> ftp that
>> will do it?
>> 

TKG> The ftp in linux should do it ok.  One possible method to ftp
TKG> in a script file I haven't seen posted yet would be the following

TKG> #!/bin.sh

TKG> ftp -ivn hostname < user username password
TKG> insert commands here...
TKG> ..
TKG> ..
TKG> ..
TKG> bye
TKG> END

TKG> man ftp or ftp --help for more info on commands and switches.





Try using Expect.

Best regards,
 Perrymailto:[EMAIL PROTECTED]



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: expn and vrfy

2000-01-29 Thread Adrian Walters

i had the same problem...
apparently sendmail is case sensative. try using this instead:
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')

then
m4 /etc/sendmail.mc > /etc/sendmail.cf
/etc/rc.d/init.d/sendmail restart


that should do it.

On Sun, 30 Jan 2000, Charles Galpin wrote:

=>Date: Sun, 30 Jan 2000 00:20:54 -0500 (EST)
=>From: Charles Galpin <[EMAIL PROTECTED]>
=>Reply-To: [EMAIL PROTECTED]
=>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
=>Subject: RE: expn and vrfy
=>Resent-Date: 30 Jan 2000 05:21:01 -
=>Resent-From: [EMAIL PROTECTED]
=>Resent-cc: recipient list not shown: ;
=>
=>great thread!
=>
=>However, I tried this, and I can still use expn and vrfy. 
=>
=>#in /etc/sendmail.mc
=>define(`confPrivacy_FLAGS' , `authwarnings,noexpn,novrfy')
=>
=>#then
=>[root@pooh /etc]# m4 /etc/sendmail.mc > /etc/sendmail.cf
=>[root@pooh /etc]# /etc/rc.d/init.d/sendmail restart
=>
=>thanks
=>charles
=>
=>On Fri, 28 Jan 2000, Tony Johnson wrote:
=>> 
=>> U can also use define(`confPrivacy_FLAGS' , `authwarnings,noexpn,novrfy') in
=>> your .mc file and 
=>> cd sendmail-configuration-directory
=>
=>
=>


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



any ps2html or pdf2html?

2000-01-29 Thread Hossein S. Zadeh

Hi there,
I've got a few LaTeX files I'd like to convert to html. Have tried "l2h"
and "latex2html" packages, but they are very limited (figures, equations,
etc. are not handled at all).

I wonder if there is any ps2html or pdf2html converter out there

Hossein


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: expn and vrfy

2000-01-29 Thread Charles Galpin

great thread!

However, I tried this, and I can still use expn and vrfy. 

#in /etc/sendmail.mc
define(`confPrivacy_FLAGS' , `authwarnings,noexpn,novrfy')

#then
[root@pooh /etc]# m4 /etc/sendmail.mc > /etc/sendmail.cf
[root@pooh /etc]# /etc/rc.d/init.d/sendmail restart

thanks
charles

On Fri, 28 Jan 2000, Tony Johnson wrote:
> 
> U can also use define(`confPrivacy_FLAGS' , `authwarnings,noexpn,novrfy') in
> your .mc file and 
> cd sendmail-configuration-directory


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: ttloop: peer died:

2000-01-29 Thread Kirk Whiting

Excellent suggestion, portsentry rules. Got 2 with it in the last 4 days.

Kirk


>On Sat, 29 Jan 2000, Frederic Herman wrote:
> He may have broken in, then covered his tracks.  In that case, he
> probably now have a backdoor into your machine.  If your telnet is
> changed, which is likely in a break in, that might explain your
> inability to telnet.  You should really determine if this is the case. 
> Check to see if you have locked yourself out by examining the
> /etc/hosts.allow and /etc/hosts.deny files, assuming you aren't set up
> with a firewall.
> 
> Edit your /etc/inetd.conf file to disable any service you don't actually
> need.  You need auth, and it sounds like you want telnet.  Comment out
> any line you don't have to have enabled.  I think you can use linuxconf
> to turn off what you don't need.
> 
> I would also recommend installing tripwire to detect changed files for
> the future and portsentry to detect and block port scanners.
> 
> Good luck,
> 
> Fred
> 
> 
> RedHat's site and their mirrors provide all the updates for these
> security holes.  Start with:
> 
> http://www.redhat.com/support/errata/
> 
> 
> 
> mi na wrote:
> > 
> > Hi Frederic herman,
> > 
> > Thanks for your quick response!
> > 
> > I am using hosts.allow, and hosts.deny to restrict people access that box.
> > If the hacker didn't not break in, why i can not telnet to that box.
> > 
> > PS: Where i can get the latest patchs for named, telnet, and wu-ftp?
> > 
> > Thanks again!
> > 
> > Li
> > 
> > >From: Frederic Herman <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: [EMAIL PROTECTED]
> > >Subject: Re: ttloop: peer died:
> > >Date: Sat, 29 Jan 2000 11:42:41 -0700
> > >
> > >BTW, make sure your patches are up to date.  Especially named, telnet
> > >and wu-ftp.
> > >
> > >The hacker was trying to break in.
> > >
> > >
> > >Frederic Herman wrote:
> > > >
> > > > Hacker attempted to telnet and failed.  Check log file secure for the
> > > > event as well as messages log file.  If you find a message with the ip,
> > > > traceroute it and report the event to the isp upstream from the ip.
> > > >
> > > > Fred
> > > >
> > > > mi na wrote:
> > > > >
> > > > > Hi All,
> > > > >
> > > > > I have a linux (redhat 5.2) box, no one can telnet to this box since
> > > > > yesterday, and here is the log message:
> > > > > "telnetd[467]: ttloop:  peer died: Invalid or incomplete multibyte or
> > >wide
> > > > > character"
> > > > >
> > > > > Is this a some kind of Virus?
> > > > >
> > > > > Pls help, thanks!
> > > > >
> > > > > Li
> > > > > __
> > > > > Get Your Private, Free Email at http://www.hotmail.com
> > > > >
> > > > > --
> > > > > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> > > > > as the Subject.
> > > >
> > > > --
> > > > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> > > > as the Subject.
> > >
> > >
> > >--
> > >To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> > >as the Subject.
> > >
> > 
> > __
> > Get Your Private, Free Email at http://www.hotmail.com
> > 
> > --
> > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> > as the Subject.
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: cannot connect to display :0.0

2000-01-29 Thread Dominic Mitchell



Well if your are on the same machine you can just copy
~/.Xauthority to /root.  This will do the trick.

Cheers, 

Dominic.


> "pon" == Patrick O Neil <[EMAIL PROTECTED]> writes:

pon> I know this has been asked off and on in the past but...  I would
pon> REALLY like to eliminate this annoyance once and for all.  My
pon> feeling is that as superuser, this should NEVER apply, EVER.  As
pon> su I can do ANYTHING and I should not be prevented from connecting

pon> to display this or that at all.

pon> Basically, I go to su in an xterm and try to run linuxconf,
pon> control-panel, or whatever and I keep getting the annoying message

pon> that I cannot connect to display :0.0.  How do I fix things so
pon> that I CAN connect to :0.0 as su no matter what?

pon> Please direct me to a howto, faq, or simply tell me how I fix
pon> this?




-- 
==
Dominic Mitchell Email: [EMAIL PROTECTED]
Department of Economics  mailto:[EMAIL PROTECTED]
Queen's University
Kingston, OntarioThe XXI century starts on 2001-01-01!
Canada, K7L 3N6  Le XXI siècle débute le 2001-01-01!
==


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



cannot connect to display :0.0

2000-01-29 Thread Patrick O Neil

I know this has been asked off and on in the past but...
I would REALLY like to eliminate this annoyance once
and for all.  My feeling is that as superuser, this
should NEVER apply, EVER.  As su I can do ANYTHING
and I should not be prevented from connecting to
display this or that at all.

Basically, I go to su in an xterm and try to run
linuxconf, control-panel, or whatever and I keep 
getting the annoying message that I cannot connect
to display :0.0.  How do I fix things so that I 
CAN connect to :0.0 as su no matter what? 

Please direct me to a howto, faq, or simply tell me
how I fix this?  

patrick


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: ttloop: peer died:

2000-01-29 Thread Frederic Herman

He may have broken in, then covered his tracks.  In that case, he
probably now have a backdoor into your machine.  If your telnet is
changed, which is likely in a break in, that might explain your
inability to telnet.  You should really determine if this is the case. 
Check to see if you have locked yourself out by examining the
/etc/hosts.allow and /etc/hosts.deny files, assuming you aren't set up
with a firewall.

Edit your /etc/inetd.conf file to disable any service you don't actually
need.  You need auth, and it sounds like you want telnet.  Comment out
any line you don't have to have enabled.  I think you can use linuxconf
to turn off what you don't need.

I would also recommend installing tripwire to detect changed files for
the future and portsentry to detect and block port scanners.

Good luck,

Fred


RedHat's site and their mirrors provide all the updates for these
security holes.  Start with:

http://www.redhat.com/support/errata/



mi na wrote:
> 
> Hi Frederic herman,
> 
> Thanks for your quick response!
> 
> I am using hosts.allow, and hosts.deny to restrict people access that box.
> If the hacker didn't not break in, why i can not telnet to that box.
> 
> PS: Where i can get the latest patchs for named, telnet, and wu-ftp?
> 
> Thanks again!
> 
> Li
> 
> >From: Frederic Herman <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: Re: ttloop: peer died:
> >Date: Sat, 29 Jan 2000 11:42:41 -0700
> >
> >BTW, make sure your patches are up to date.  Especially named, telnet
> >and wu-ftp.
> >
> >The hacker was trying to break in.
> >
> >
> >Frederic Herman wrote:
> > >
> > > Hacker attempted to telnet and failed.  Check log file secure for the
> > > event as well as messages log file.  If you find a message with the ip,
> > > traceroute it and report the event to the isp upstream from the ip.
> > >
> > > Fred
> > >
> > > mi na wrote:
> > > >
> > > > Hi All,
> > > >
> > > > I have a linux (redhat 5.2) box, no one can telnet to this box since
> > > > yesterday, and here is the log message:
> > > > "telnetd[467]: ttloop:  peer died: Invalid or incomplete multibyte or
> >wide
> > > > character"
> > > >
> > > > Is this a some kind of Virus?
> > > >
> > > > Pls help, thanks!
> > > >
> > > > Li
> > > > __
> > > > Get Your Private, Free Email at http://www.hotmail.com
> > > >
> > > > --
> > > > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> > > > as the Subject.
> > >
> > > --
> > > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> > > as the Subject.
> >
> >
> >--
> >To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> >as the Subject.
> >
> 
> __
> Get Your Private, Free Email at http://www.hotmail.com
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



How to install Xerox DocuPrint P8e Printer

2000-01-29 Thread mylinux

hi

I am new in linux could zou help telling me how to install
mz printer *Laserprinter with PCL5e Language.

thanks

Calogero Butera

--
Get your free email account at http://www.freesurf.ch



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: [OffTopic] egrepping a text file

2000-01-29 Thread Bruce A. Mallett

Why would you use "-w"?

Anyway, try ...
egrep '^8[^0-9] /proc/cyclades

The first "^" says to root at the start of the line
The 8 says to look for 8
The [] says to examine only these characters (those between brackets).
The second ^ says to accept anything that does not match whats between
brackets
The 0-9 specifies the character range.

If you know that the line is always the nth line (like in this case the 9th
line) it is much
more efficient to do something like:
  awk ' if ( NR > LINENO ) exit; if ( NR == LINENO ) print $0 }' LINENO=9
 Hi,
>
> This is really a silly question, but ...
>
> I need to extract a single line from a /proc file.  The lines are sorted
> by the first column, which are always 0,1,2,3,4,...,60,61,62,63,64.   I
> treid doing something like:
> cat /proc/cyclades | egrep -w "8" but it returns *every* line with an
> 8.  How can I do this without going through a loop?
>
> Thanks in advance ;-)
>
> --
> robert canary
> system services
> OhioCounty.Net
> [EMAIL PROTECTED]
> (270)298-9331 Office
> (270)298-7449 Fax
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



memorex cd rewriter

2000-01-29 Thread jack wallen jr

anyone have any luck with the Memorex CDRewritable Drive 2xW/6xR (it's the
CRW-1622) with Red Hat 6.1?  Tiger direct has them for 99.00 and i was
thinking 'bout picking one up.

Jack Wallen, Jr.
Editor in Chief of Linux Content
www.techrepublic.com



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: [OffTopic] egrepping a text file

2000-01-29 Thread Carl Karsten

I am assuming you just want the lines that begin with 8.

grep "^8 " /proc/whatever

The ^ represents the beginning of the line.  FYI, $ is the end of the line.
these are both part of the "regular expression" syntax.

Carl

- Original Message -
From: Robert Canary <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 29, 2000 4:58 PM
Subject: [OffTopic] egrepping a text file


> Hi,
>
> This is really a silly question, but ...
>
> I need to extract a single line from a /proc file.  The lines are sorted
> by the first column, which are always 0,1,2,3,4,...,60,61,62,63,64.   I
> treid doing something like:
> cat /proc/cyclades | egrep -w "8" but it returns *every* line with an
> 8.  How can I do this without going through a loop?
>
> Thanks in advance ;-)
>
> --
> robert canary
> system services
> OhioCounty.Net
> [EMAIL PROTECTED]
> (270)298-9331 Office
> (270)298-7449 Fax
>
>
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
>


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: [OffTopic] egrepping a text file

2000-01-29 Thread Robert Canary

Duhhh ...

Do i feel silly.  I knew that.  Thanks everyone, sorry for wasting your
time.  I guess sometimes we just need a little push.

Thanks agin ;-)

Robert Canary wrote:

> Hi,
>
> This is really a silly question, but ...
>
> I need to extract a single line from a /proc file.  The lines are sorted
> by the first column, which are always 0,1,2,3,4,...,60,61,62,63,64.   I
> treid doing something like:
> cat /proc/cyclades | egrep -w "8" but it returns *every* line with an
> 8.  How can I do this without going through a loop?
>
> Thanks in advance ;-)
>
> --
> robert canary
> system services
> OhioCounty.Net
> [EMAIL PROTECTED]
> (270)298-9331 Office
> (270)298-7449 Fax
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.

--
robert canary
system services
OhioCounty.Net
[EMAIL PROTECTED]
(270)298-9331 Office
(270)298-7449 Fax



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Graphics servers?

2000-01-29 Thread Martin R. Gonzalez

Hi,

Does anybody know if there is any graphics server for linux with
anti-aliasing support or if the xserver will include that feature any time
soon?

Moreover, are the comercial servers better than x ? and are they
expensive?.

Thanks.



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: [OffTopic] egrepping a text file

2000-01-29 Thread Wayne Dyer

Robert Canary wrote:
> Hi,
> 
> This is really a silly question, but ...
> 
> I need to extract a single line from a /proc file.  The lines are sorted
> by the first column, which are always 0,1,2,3,4,...,60,61,62,63,64.   I
> treid doing something like:
> cat /proc/cyclades | egrep -w "8" but it returns *every* line with an
> 8.  How can I do this without going through a loop?
> 

This may not be the best solution, but try:

cat /proc/cyclades | egrep -w "8" | head -n 1 -

-W-


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: [OffTopic] egrepping a text file

2000-01-29 Thread Vidiot

>This is really a silly question, but ...
>
>I need to extract a single line from a /proc file.  The lines are sorted
>by the first column, which are always 0,1,2,3,4,...,60,61,62,63,64.   I
>treid doing something like:
>cat /proc/cyclades | egrep -w "8" but it returns *every* line with an
>8.  How can I do this without going through a loop?
>robert canary

cat /proc/cyclades | egrep -w "^8"

Will grab any line that STARTS with an 8.  If there is a space after the
8, you can then use "^8 " to keep line 88 or 888, etc. from being found.

MB
-- 
e-mail: [EMAIL PROTECTED]
Bart: Hey, why is it destroying other toys?  Lisa: They must have
programmed it to eliminate the competition.  Bart: You mean like
Microsoft?  Lisa: Exactly.  [The Simpsons - 12/18/99]
Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: 'route' problem

2000-01-29 Thread Clint Tinsley

Actually the cc: reply [EMAIL PROTECTED] that is causing the duplicate responses 
not
the address itself.

rpjday wrote:

> (first, please fix your mailing address for this list, so it doesn't
> duplicate responses by default.  the correct address is
> [EMAIL PROTECTED])


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: [OffTopic] egrepping a text file

2000-01-29 Thread rpjday


On Sat, 29 Jan 2000, Robert Canary wrote:

> Hi,
> 
> This is really a silly question, but ...
> 
> I need to extract a single line from a /proc file.  The lines are sorted
> by the first column, which are always 0,1,2,3,4,...,60,61,62,63,64.   I
> treid doing something like:
> cat /proc/cyclades | egrep -w "8" but it returns *every* line with an
> 8.  How can I do this without going through a loop?

cat ... | egrep "^8"

rday


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: [OffTopic] egrepping a text file

2000-01-29 Thread Duncan Hill

On Sat, 29 Jan 2000, Robert Canary wrote:

> treid doing something like:
> cat /proc/cyclades | egrep -w "8" but it returns *every* line with an
> 8.  How can I do this without going through a loop?

If you want the line starting with 8, use "^8" (^ anchors it and I
mean the literal ^, not ctrl).

The other option would be cat | head -9 | tail -1

Cat, get the first 9 lines, then get the last one.  Ugly, but
workable.

-- 

Duncan Hill Sapere aude
One net to rule them all, One net to find them,
One net to bring them all, and using Unix bind them.



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Getting various X libs/widgets

2000-01-29 Thread Adam Getchell

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Does anyone know where I might obtain the libraries for libX11.so.6 and
libXext.so.6, or how I might repair my current ones?

In short, I have a complete package source build of XFree86-3.3.6.src.rpm, but
it seems to have left these libraries out, preventing me from installing
X-based packages.

 --

*   Adam Getchell
*   [EMAIL PROTECTED]

"Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.2

iQA/AwUBOJN0vEpJObkD8YxXEQLUEQCdFNaFRFD9E5KVXStP8z6cswKt2GgAoKnG
MAnXw5Dh5U/rEvt1TH+fkpNX
=KO8l
-END PGP SIGNATURE-


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Oracle 8i

2000-01-29 Thread Adam Getchell

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Marketing aside, there are a fair number of significant differences between
Oracle 8.0.5 and 8.1.5 (8i). And, BTW, 8.1.6 is being released for HP-UX,
Solaris, and Tru64, and is in development on other platforms (Linux, NT).

- From the docs (I have an 8i box in my office):

*   IFS (Internet File System) for easy management of files on 8i
*   WebDB, which builds HTML from Oracle queries and tablespaces
*   Enhancements to OLTP
*   Integrated JVM
*   Hash and partitioning methods added to control user processing resources
*   Cache fusion and other enhancements to Oracle Parallel Server for running
distributed databases
*   Replication manager enhancements and platform independence (written in Java)
*   Intermedia improvements for visual information, time series, and spatial
database options (e.g., 2 GB LOB, GLOB, BLOB, and CLOB fields now supported)
*   Oracle Call Interface improvements to developer languages (PL/SQL, C++, COBOL,
Java)
*   Security Enhancements,

and my favorite
*   Oracle Enterprise Manager, which basically allows one to manage an Oracle
Database anywhere in the world.

On Sat, 29 Jan 2000, Paul Brown wrote:
> > so what exactly is the difference between 8i and 8? or what ever the pay
> > version of oracle is...
> 
> The "i" means Internet ready.  It's a bullshit marketing strategy.
> 
> Paul
> 
> ---
> Paul B. Brown  [EMAIL PROTECTED]
> President
> Brown Technologies Network, Inc.   http://www.btechnet.com/
> 
> Systems and Applications Design, Development, Deployment, and Maintenance
> ---
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
- -- 

*   Adam Getchell
*   [EMAIL PROTECTED]

"Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.2

iQA/AwUBOJN0AEpJObkD8YxXEQJceQCcD+0KrGlLrpCkmtyhXAi86nTlg0UAoLQQ
22QU24Z011STt3dRQxZGmcHd
=GU6P
-END PGP SIGNATURE-


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: FTP that will script please

2000-01-29 Thread Thomas K. Gamble

On Wed, 26 Jan 2000, Jim Baxter wrote:
> Hi
> 
> We do not seem to be able to run ftp from a shell script or script ftp.
> The man page talks about macros but they go away at close.
> What we need is the ability to start ftp, login and get (or put) a list of
> files and
> log off all from a shell script
> 
> Can some one tell me how to do it or where to get RPM of another version of
> ftp that
> will do it?
> 

The ftp in linux should do it ok.  One possible method to ftp
in a script file I haven't seen posted yet would be the following

#!/bin.sh

ftp -ivn hostname <


[OffTopic] egrepping a text file

2000-01-29 Thread Robert Canary

Hi,

This is really a silly question, but ...

I need to extract a single line from a /proc file.  The lines are sorted
by the first column, which are always 0,1,2,3,4,...,60,61,62,63,64.   I
treid doing something like:
cat /proc/cyclades | egrep -w "8" but it returns *every* line with an
8.  How can I do this without going through a loop?

Thanks in advance ;-)

--
robert canary
system services
OhioCounty.Net
[EMAIL PROTECTED]
(270)298-9331 Office
(270)298-7449 Fax



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: 'route' problem

2000-01-29 Thread rpjday


(first, please fix your mailing address for this list, so it doesn't 
duplicate responses by default.  the correct address is
[EMAIL PROTECTED])

On Sat, 29 Jan 2000, Robert Castley wrote:

> This message was sent from Geocrawler.com by "Robert Castley" <[EMAIL PROTECTED]>
> Be sure to reply to that address.
> 
> I have eth0 configured but when I type in
> 'route' it just sits there, however when
> I type in 'netstat -rn' it reports everything
> back.
> 
> At present I am configured with the following :
> 
> IP 10.2.3.160
> Subnet 255.255.255.0
> Default Gw 10.2.3.7
> 
> I can ping the Gateway no problem.
> How can I stop 'route' from hanging 

"route" by default tries to map IP addresses to hostnames.  the way you
have it set up, something in your host table can't be resolved by either
/etc/hosts or DNS.  "route -n" tells route not to resolve addresses to
names.  "-n" simply means generate numeric output only.

similarly, "netstat -r" should also hang, and "netstat -nr" should work,
for exactly the same reason.

and while we're on the subject, "ping" versus "ping -n".  same deal.

rday



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: Re: Athlon processor

2000-01-29 Thread Juha Saarinen

%-> There is a patch to fix the problem with Windows 95 OSR 2.xx series. It
%-> can be found from the AMD web site (http://www.amd.com). Most of the
%-> time you can get 95 stable enough to run it...the trick is to actually
%-> get it to go into safe mode. Easiest way to do that is to actually
%-> switch the power off whilst Windows is loading.
%->
%-> Naughty but it's effective.

Err... since when is risking file system corruption a good idea?

Why not just press the F8 key when you see "Windows 95 is starting..." and
select Safe Mode from the menu instead?


-- Juha



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Looking For "palerider"

2000-01-29 Thread Roderick Lyons

I recognize this isn't really the correct forum for this, but if anyone
knows "palerider" please ask him to respond to mailto:[EMAIL PROTECTED]
Tks



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Problem printing PS files.

2000-01-29 Thread Hidong Kim

Manuel Camacho wrote:
> 
> Dear friends:
> 
> I just connected my HP LaserJet Series II to my RH 6.0 box.
> 
> I configured the printer using printtool. Now, here's the problem:
> 
> When I print an ASCII text page, it works great.
> 
> When I print the PS test page, I get the page splittled in three thirds, one on
> a different page.
> 
> Can this be solved?
> 
> TIA,
> 
> -Manuel.
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


Hi, Manuel,

Have you installed ghostscript?  If you don't have a PostScript printer,
you'll have to install ghostscript.  The rpms are on your installation
cd.  Good luck,



Hidong


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



'route' problem

2000-01-29 Thread Robert Castley

This message was sent from Geocrawler.com by "Robert Castley" <[EMAIL PROTECTED]>
Be sure to reply to that address.

I have eth0 configured but when I type in
'route' it just sits there, however when
I type in 'netstat -rn' it reports everything
back.

At present I am configured with the following :

IP 10.2.3.160
Subnet 255.255.255.0
Default Gw 10.2.3.7

I can ping the Gateway no problem.
How can I stop 'route' from hanging 

Many thanks,

Robert


Geocrawler.com - The Knowledge Archive


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: expn and vrfy

2000-01-29 Thread Nate Waddoups

On Fri, 28 Jan 2000, Tony Johnson wrote:

> [useful info about turning off expn/vrfy]
> 
> these options give outside users the ability to see if a paticular username
> is valid on your system by telnetiing to smtp port.  Someone, for example,
> could get all the users who are subscribed to this mailing list through expn
> and them spam them...

They're also handy for troubleshooting mail delivery problems, for example
they will let you verify (vrfy) whether an email address is valid or not,
and expand (expn) an alias.

Telnet to your own port 25.  You might be surprised how user-friendly smtp
servers are, considering what they're intended for. :-)

Try typing things like:

expn root
vrfy root
expn yourownusername
vrfy yourownusername
expn bogususername
vrfy bogususername
expn something-list

Do this on your own machine, or a machine run by someone who knows you
well, lest your learning experience be mistaken for a pre-attack
surveillance exercise. :-)

Expanding a majordomo list won't give you the names of the subscribers (at
least not on my machine, maybe it depends on configuration), but if you
set up a simple list with your /etc/aliases file you will see the
addresses on that list.

[If you want to know who is on a list, try sending "who something-list" to
the majordomo address.  Sometimes it works, sometimes it doesn't.]

Back in the early days of spam hunting, expn/vrfy was a somewhat useful
way to determine whether or not an address was real or bogus, sometimes
you'd find that a spammer had set up a temporary address that forwarded to
their "real" account, stuff like that.  They can reveal more than you'd
want an outsider to know though, so more and more servers are disabling
them.  I kinda miss it sometimes. :-)



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



updating with rpm

2000-01-29 Thread Nate Waddoups


To date I've always downloaded and built tar/tgz distributions, but I'm
trying to get on the rpm bandwagon... I seem to be doing something wrong
though.  I tried:

rpm -v --freshen ftp://updates.redhat.com/6.1/i386/sysklogd-1.3.31-14.i386.rpm

...but "syslogd -v" reports "syslogd 1.3-3" and my /sbin/syslogd has a
timestamp that's a couple months old (around the time of the install, I
think).

Anyone want to venture a guess as to what I'm doing wrong?

Thanks.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: ttloop: peer died:

2000-01-29 Thread mi na


Hi Frederic herman,

Thanks for your quick response!

I am using hosts.allow, and hosts.deny to restrict people access that box. 
If the hacker didn't not break in, why i can not telnet to that box.

PS: Where i can get the latest patchs for named, telnet, and wu-ftp?

Thanks again!

Li


>From: Frederic Herman <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: ttloop: peer died:
>Date: Sat, 29 Jan 2000 11:42:41 -0700
>
>BTW, make sure your patches are up to date.  Especially named, telnet
>and wu-ftp.
>
>The hacker was trying to break in.
>
>
>Frederic Herman wrote:
> >
> > Hacker attempted to telnet and failed.  Check log file secure for the
> > event as well as messages log file.  If you find a message with the ip,
> > traceroute it and report the event to the isp upstream from the ip.
> >
> > Fred
> >
> > mi na wrote:
> > >
> > > Hi All,
> > >
> > > I have a linux (redhat 5.2) box, no one can telnet to this box since
> > > yesterday, and here is the log message:
> > > "telnetd[467]: ttloop:  peer died: Invalid or incomplete multibyte or 
>wide
> > > character"
> > >
> > > Is this a some kind of Virus?
> > >
> > > Pls help, thanks!
> > >
> > > Li
> > > __
> > > Get Your Private, Free Email at http://www.hotmail.com
> > >
> > > --
> > > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> > > as the Subject.
> >
> > --
> > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> > as the Subject.
>
>
>--
>To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
>as the Subject.
>

__
Get Your Private, Free Email at http://www.hotmail.com


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: makewhatis error

2000-01-29 Thread Gustav Schaffter

Mark,

100%. That's it.

Thanks to both Fred and you I now have the full story.

Unfortunately, i had already sent a follow up question to Freds answer.
That question is now obsolete.

Big thanks to both of you.

Regards
Gustav

Mark Gray wrote:
> 
> Gustav Schaffter <[EMAIL PROTECTED]> writes:
> 
> > Hi,
> >
> > In my cron.weekly, there is a script file named makewhatis.cron. Every
> > week I get a mail from cron, because the makewhatis produces output.
> >
> > So, I tried to execute the command manually, as root.
> >
> > The command 'makewhatis -w' gives the output:
> > Read file error: ./rec.1 No such file or directory
> >
> > I tried 'man makewhatis' but there are no manual entries for makewhatis.
> >
> > Can someone enlighten me as to what 'makewhatis' is?
> >
> > Second, does anyone understand the error message?
> 
> Redhat made a mistake when they built the man pages for rec.1
> 
> Do (as root):
> 
> rm /usr/man/man1/rec.1
> ln -s /usr/man/man1/play.1 /usr/man/man1/rec.1
> 
> and all is well.

-- 
pgp = Pretty Good Privacy.

To get my public pgp key, send an e-mail to: [EMAIL PROTECTED]

Visit my web site at http://www.schaffter.com


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Disk Druid Install Problems

2000-01-29 Thread Dave Reed


The 1024 cylinder is not around 1.4GB on most drives - it's closer to
8GB and only the /boot partition has to be completely below the 1024
cylinder - the rest of the system can be anywhere on the disk.  The
reason for the 1024 cylinder limit for /boot is that most BIOS can't
load anything above that so the /boot partition containing the kernel
has to be below 1024.

As to the original question - this could be the reason since hda2 is at
least partially above the 1024 cylinder.

Dave


> From: on4hu <[EMAIL PROTECTED]>
> 
> Hello
> 
> let me know wat is "8g" is 8 Gigabytes
> if this is correct
> linux must be installed, all version below the 1024 sector
> (around below 1.4Gb) and can never above this value
> 
> 
> At 09:22 29/01/2000 -0500, you wrote:
> >Hi,
> >
> >I have the following partitions:
> >
> > hda18g  Windoze 98
> > hda21g  Linux (slackware)
> > hda31g  Linux (slackware)
> > hda44g  BeOS
> >
> >I am trying to install the redhat distribution to hda2, but disk druid
> >will not let me proceede.
> >
> >The next button is greyed out.  Even if I set the mount point to / for
> >hda2.
> >
> >Any ideas?
> >
> >thanks
> >jsm


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



OT: POS Software for Linux

2000-01-29 Thread David


Hello All;

Sorry for the OT here...

I'm setting up an Internet Cafe here in Toronto, and have been looking
around for
user login Management Software that works on Linux.

I'm going to be having both MS and Linux machines for surfing, but as
yet, have not
found any software that either, works with Linux for card swipers, or,
that will work 
with any MS management software.

If anyone has any info or sites i can look at for such software, we
would be gratefull...

Please email me direct, so as not to clog the list with OT matter :)

Thank You

David
The Cafe
Toronto


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



sndconfig: device busy?

2000-01-29 Thread Zaigui Wang

I got a device busy error when I tried to configure the sound using
sndconfig. What is happening? How do I make it (sound.o) idle? 

I remember that "sound" used to be an option in "ntsysv", but it is not
there any more since I replaced my 5.1 with 6.1. (6.1 looks great!)



-- 

 | Zaigui Wang |
 | www.cs.siu.edu/~wang|
 | 618-453-6033(office)|   
/


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: R: Li...... FIXED

2000-01-29 Thread Lee Ward

Okay, I decided to re-install RedHat. This time, I decided not to create a bootdisk 
when prompted. When it was all finished I rebooted, and it started fine. No LI 
scrolling. What happened? When I created a bootdisk, it wouldn't boot normal, when I 
didn't create one (during installation) it booted fine.
Any comments?

Lee
-- 


Get your free email from www.linuxmail.org 


   
http://adserver-hk.outblaze.com/cgi-bin/nph-ad1?id=6&c=RANDOM> 
http://adserver-hk.outblaze.com/cgi-bin/nph-img1?id=6&c=RANDOM
border="0">
   


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Oracle 8i

2000-01-29 Thread Wayne Dyer

Brian Hand wrote:
> Its real version is 8.1.5 which as comapered to just Oracle 8 the highest
> version is 8.0.6.
> 
> You got the CD because you joined the Redhat Developer Connection most likely.
> 
> I got one myself for joining.

I knew I must have done *something* in my sleep. :-)

-W-


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: makewhatis error

2000-01-29 Thread Mark Gray

Gustav Schaffter <[EMAIL PROTECTED]> writes:

> Hi,
> 
> In my cron.weekly, there is a script file named makewhatis.cron. Every
> week I get a mail from cron, because the makewhatis produces output.
> 
> So, I tried to execute the command manually, as root.
> 
> The command 'makewhatis -w' gives the output:
> Read file error: ./rec.1 No such file or directory
> 
> I tried 'man makewhatis' but there are no manual entries for makewhatis.
> 
> Can someone enlighten me as to what 'makewhatis' is?
> 
> Second, does anyone understand the error message?

Redhat made a mistake when they built the man pages for rec.1

Do (as root):

rm /usr/man/man1/rec.1
ln -s /usr/man/man1/play.1 /usr/man/man1/rec.1

and all is well.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: makewhatis error

2000-01-29 Thread Frederic Herman

It may indicate a broken link.  Try running updatedb --verbose
>dumpfile  and see if it has a problem. Examine the output file to see if this 
>file/directory generates any updatedb errors.

Fred


Gustav Schaffter wrote:
> 
> Hi,
> 
> In my cron.weekly, there is a script file named makewhatis.cron. Every
> week I get a mail from cron, because the makewhatis produces output.
> 
> So, I tried to execute the command manually, as root.
> 
> The command 'makewhatis -w' gives the output:
> Read file error: ./rec.1 No such file or directory
> 
> I tried 'man makewhatis' but there are no manual entries for makewhatis.
> 
> Can someone enlighten me as to what 'makewhatis' is?
> 
> Second, does anyone understand the error message?
> 
> Best regards
> Gustav
> 
> --
> pgp = Pretty Good Privacy.
> 
> To get my public pgp key, send an e-mail to: [EMAIL PROTECTED]
> 
> Visit my web site at http://www.schaffter.com
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: question about possible hacker

2000-01-29 Thread Frederic Herman

The hacker wanted to exploit the bind security hole.  See the CERT info
at:
http://www.cert.org/current/current_activity.html#bind

This exploit is being used to break into linux boxes.  I had one cracked
last week.  That taught me to keep the patches current.  Make sure you
have the latest bind patches:

http://www.redhat.com/support/errata/rh61-errata-security.html
for RH6.1

As for the auth probe, I know that's one of the ports that get probed,
but I don't know the rational behind it.  I also would suggest
installing tripwire because it will tell you what files got changed if
you do get cracked, that is, if the cracker doesn't find the database
file.

Fred


matt boex wrote:
> 
> i downloaded ippl, basically logs all tcp, udp
> connections.  looking at the log today i see this
> entry-
> 
> Jan 29 12:25:48 domain connection attempt from
> [EMAIL PROTECTED] [216.0.222.7]
> (216.0.222.7:4749->my-ip-address:53)
> Jan 29 12:33:41 port 113 connection attempt from
> ns.pfsfhq.com [216.0.222.7]
> (216.0.222.7:3703->my-ip-address:113)
> Jan 29 12:35:32 port 113 connection attempt from
> ns.pfsfhq.com [216.0.222.7]
> (216.0.222.7:4918->my-ip-address
> 
> seems like it is on port 113 and 53.  53 would be dns
> i guess but i am not running named.  113 is auth.
> don't know exactly how that works, i couldn't find any
> man pages on it.  any hints?
> __
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



makewhatis error

2000-01-29 Thread Gustav Schaffter

Hi,

In my cron.weekly, there is a script file named makewhatis.cron. Every
week I get a mail from cron, because the makewhatis produces output.

So, I tried to execute the command manually, as root.

The command 'makewhatis -w' gives the output:
Read file error: ./rec.1 No such file or directory

I tried 'man makewhatis' but there are no manual entries for makewhatis.

Can someone enlighten me as to what 'makewhatis' is?

Second, does anyone understand the error message?

Best regards
Gustav

-- 
pgp = Pretty Good Privacy.

To get my public pgp key, send an e-mail to: [EMAIL PROTECTED]

Visit my web site at http://www.schaffter.com


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



question about possible hacker

2000-01-29 Thread matt boex


i downloaded ippl, basically logs all tcp, udp
connections.  looking at the log today i see this
entry-

Jan 29 12:25:48 domain connection attempt from
[EMAIL PROTECTED] [216.0.222.7]
(216.0.222.7:4749->my-ip-address:53)
Jan 29 12:33:41 port 113 connection attempt from
ns.pfsfhq.com [216.0.222.7]
(216.0.222.7:3703->my-ip-address:113)
Jan 29 12:35:32 port 113 connection attempt from
ns.pfsfhq.com [216.0.222.7]
(216.0.222.7:4918->my-ip-address

seems like it is on port 113 and 53.  53 would be dns
i guess but i am not running named.  113 is auth. 
don't know exactly how that works, i couldn't find any
man pages on it.  any hints?
__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: ttloop: peer died:

2000-01-29 Thread Frederic Herman

BTW, make sure your patches are up to date.  Especially named, telnet
and wu-ftp.

The hacker was trying to break in.


Frederic Herman wrote:
> 
> Hacker attempted to telnet and failed.  Check log file secure for the
> event as well as messages log file.  If you find a message with the ip,
> traceroute it and report the event to the isp upstream from the ip.
> 
> Fred
> 
> mi na wrote:
> >
> > Hi All,
> >
> > I have a linux (redhat 5.2) box, no one can telnet to this box since
> > yesterday, and here is the log message:
> > "telnetd[467]: ttloop:  peer died: Invalid or incomplete multibyte or wide
> > character"
> >
> > Is this a some kind of Virus?
> >
> > Pls help, thanks!
> >
> > Li
> > __
> > Get Your Private, Free Email at http://www.hotmail.com
> >
> > --
> > To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> > as the Subject.
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: ttloop: peer died:

2000-01-29 Thread Frederic Herman

Hacker attempted to telnet and failed.  Check log file secure for the
event as well as messages log file.  If you find a message with the ip,
traceroute it and report the event to the isp upstream from the ip.

Fred


mi na wrote:
> 
> Hi All,
> 
> I have a linux (redhat 5.2) box, no one can telnet to this box since
> yesterday, and here is the log message:
> "telnetd[467]: ttloop:  peer died: Invalid or incomplete multibyte or wide
> character"
> 
> Is this a some kind of Virus?
> 
> Pls help, thanks!
> 
> Li
> __
> Get Your Private, Free Email at http://www.hotmail.com
> 
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



redhat.com | join

2000-01-29 Thread Brian Hand

This is to register on the developer connection.

However it make no mention of Oracle 8i anymore.  You may not get it.

Brian

http://www.redhat.com/cgi-bin/user_maint

Title: redhat.com | store






	
		
		
		
	
	
		



	
		
		
		
		
		
	







	
		
		






Privacy Statement









	
		Account Information
	
	
		Fields marked with an asterisk (*) are required.
			Create a User Name and Password: 
	





	
		*
		Choose a user name:
		
	
	
		
	
	
		*
		Choose a password:
		
		Confirm:  
	
	
		Your password must be at least 5 characters
	

	
		
	



	
		
		Please select one of the following: 
	
	
		
		Individual User
		
		
		Corporate User
	
	
		
		Create a new personal account
		
		Add a new user to existing corporate account
	
	
		
		This is the right choice for most people.
		
		Enter account number:
		
			If you do not know your corporate account number, please continue. A Red Hat representative will contact you shortly to confirm your account.
			
	
		
	
	
		
		
		
		Create a new corporate account
	
	
		
		
		
		Enable your business to interact more effectively with Red Hat.
	


 




	
		Personal Information
	
	
		*
		Title:
		
Please select one
Mr.
Mrs.
Miss
Ms.
Dr.
Hr.
Sr.

	
	
		*
		First name:
		
	
	
		*
		Last name:
		
	
		
		
		Company:
		
	
	
		
		Position:
		
	
	
		*
		Email:
		
	
	
		*
		Address:
		
	
	
		
		Address 2:
		
	
	
		*
		City:
		
	
	
		*
		State/Province:
		
		Choose your state/province

Outside US/Canada
		Alabama
		Alaska
		Arizona
		Arkansas
		California
		Colorado
		Connecticut
		Delaware
		District of Columbia
		Florida
		Georgia
		Hawaii
		Idaho
		Illinois
		Indiana
		Iowa
		Kansas
		Kentucky
		Louisiana
		Maine
		Maryland
		Massachusetts
		Michigan
		Minnesota
		Mississippi
		Missouri
		Montana
		Nebraska
		Nevada
		New Hampshire
		New Jersey
		New Mexico
		New York
		North Carolina
		North Dakota
		Ohio
		Oklahoma
		Oregon
		Pennsylvania
		Rhode Island
		South Carolina
		South Dakota
		Tennessee
		Texas
		Utah
		Vermont
		Virginia
		Washington
		West Virginia
		Wisconsin
		Wyoming
		--
		American Samoa
		Guam
		Marshall Islands
		Micronesia
		Northern Marianas
		Palau
		Puerto Rico
		Trust Territories
		Virgin Islands
		Armed Forces(AA)
		Armed Forces(AE)
		Armed Forces(AP)
		--
		Alberta
		British Columbia
		Manitoba
		New Brunswick
		Newfoundland
		Northwest Territory
		Nova Scotia
		Ontario
		Prince Edward Island
		Quebec
		Saskatchewan
		Yukon Territory
		 for U.S. and Canada
	

	
		
		
		 for other countries
	

	
		*
		Zip/Postal code:
		
	
	
		*
		Country:
		

 
		Choose your country
	   United States
  Afghanistan
  Albania
  Algeria
  American Samoa
  Andorra
  Angola
  Anguilla
  Antarctica
  Antigua and Barbuda
  Argentina
  Armenia
  Aruba
  Australia
  Austria
  Azerbaijan
  Bahamas
  Bahrain
  Bangladesh
  Barbados
  Belarus
  Belgium
  Belize
  Benin
  Bermuda
  Bhutan
  Bolivia
  Bosnia and Herzegovina
  Botswana
  Bouvet Island
  Brazil
  British Indian Ocean Territory
  Brunei Darussalam
  Bulgaria
  Burkina Faso
  Burundi
  Cambodia
  Cameroon
  Canada
  Cape Verde
  Cayman Islands
  Central African Republic
  Chad
  Chile
  China
  Christmas Island
  Cocos (Keeling) Islands
  Colombia
  Comoros
  Congo
  Cook Islands
  Costa Rica
  Cote d'Ivoire
  Croatia
  Cuba
  Cyprus
  Czech Republic
  Denmark
  Djibouti
  Dominica
  Dominican Republic
  East Timor
  Ecuador
  Egypt
  El Salvador
  Equatorial Guinea
  Eritrea
  Estonia
  Ethiopia
  Falkland Islands (Malvinas)
  Faroe Islands
  Fiji
  Finland
  France
  France, Metropolitan
  French Guiana
  French Polynesia
  French Southern Territories
  Gabon
  Gambia
  Georgia
  Germany
  Ghana
  Gibraltar
  Greece
  Greenland
  Grenada
  Guadeloupe
  Guam
  Guatemala
  Guinea
  Guinea-Bissau
  Guyana
  Haiti
  Heard Island and McDonald Islands
  Honduras
  Hong Kong
  Hungary
  Iceland
  India
  Indonesia
  Iran (Islamic Republic of)
  Iraq
  Ireland
  Israel
  Italy
  Jamaica
  Japan
  Jordan
  Kazakhstan
  Kenya
  Kiribati
  Korea, Democratic People's Republic of
  Korea, Republic of
  Kuwait
  Kyrgyzstan
  Lao People's Democratic Republic
  Latin America
  Latvia
  Lebanon
  Lesotho
  Liberia
  Libyan Arab Jamahiriya
  Liechtenstein
  Lithuania
  Luxembourg
  Macau
  Macedonia
  Madagascar
  Malawi
  Malaysia
  Maldives
  Mali
  Malta
  Marshall Islands
  Martinique
  Mauritania
  Mauritius
  Mayotte
  Mexico
  Micronesia (Federated States of)
  Moldova, Republic of
  Monaco
  Mongolia
  Montserrat
  Morocco
  Mozambique
  Myanmar
  Namibia
  Nauru
  Nepal
  Netherlands
  Netherlands Antilles
  New Caledonia
  New Zealand
  Nicaragua
  Niger
  Nigeria
  Niue
  Norfolk Island
  Northern Mariana Islands
  Norway
  Oman
  Pakistan
  Palau
  Panama
  Papua New Guinea
  Paraguay
  Peru
  Philippines
  Pitcairn
  Poland
  Portugal
  Puerto Rico
  Qatar
  Reunion
  Romania
  Russian Federation
  Rwanda
  Saint Helena
  Saint Kitts and Nev

Re: need help (VAX)

2000-01-29 Thread John Darrah

On Sun, 30 Jan 2000, Jefferson wrote:

> Please excuse me for my ignorance. Is VAX like UNIX?
> Maybe you could give me some introductions regarding
> VAX. Any help is highly appreciated. Thanks a lot.
> 

VAX is not an operating system or piece of software... it is
a hardware architecture comparable to the Intel x86
architecture. The vax computers, developed by Digital
Equipment Corporation (DEC), natively ran VMS. There were
also several Unix flavors, mainly BSD and Ultrix that ran on
them also.


-- 
If mathematically you end up with the wrong answer, try multiplying by
the page number.

 10:23am up 12 days, 2:53, 6 users, load average: 0.05, 0.01, 0.00


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Oracle 8i

2000-01-29 Thread Adrian Walters

how do you join?


On Sat, 29 Jan 2000, Brian Hand wrote:

=>Date: Sat, 29 Jan 2000 12:20:41 -0600
=>From: Brian Hand <[EMAIL PROTECTED]>
=>Reply-To: [EMAIL PROTECTED]
=>To: [EMAIL PROTECTED]
=>Subject: Re: Oracle 8i
=>Resent-Date: 29 Jan 2000 18:18:48 -
=>Resent-From: [EMAIL PROTECTED]
=>Resent-cc: recipient list not shown: ;
=>
=>Its real version is 8.1.5 which as comapered to just Oracle 8 the highest
=>version is 8.0.6.
=>
=>You got the CD because you joined the Redhat Developer Connection most likely.
=>
=>I got one myself for joining.
=>
=>Brian
=>
=>Paul Brown wrote:
=>
=>> > so what exactly is the difference between 8i and 8? or what ever the pay
=>> > version of oracle is...
=>>
=>> The "i" means Internet ready.  It's a bullshit marketing strategy.
=>>
=>> Paul
=>>
=>> ---
=>> Paul B. Brown  [EMAIL PROTECTED]
=>> President
=>> Brown Technologies Network, Inc.   http://www.btechnet.com/
=>>
=>> Systems and Applications Design, Development, Deployment, and Maintenance
=>> ---
=>>
=>> --
=>> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
=>> as the Subject.
=>
=>
=>


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Oracle 8i

2000-01-29 Thread Brian Hand

Its real version is 8.1.5 which as comapered to just Oracle 8 the highest
version is 8.0.6.

You got the CD because you joined the Redhat Developer Connection most likely.

I got one myself for joining.

Brian

Paul Brown wrote:

> > so what exactly is the difference between 8i and 8? or what ever the pay
> > version of oracle is...
>
> The "i" means Internet ready.  It's a bullshit marketing strategy.
>
> Paul
>
> ---
> Paul B. Brown  [EMAIL PROTECTED]
> President
> Brown Technologies Network, Inc.   http://www.btechnet.com/
>
> Systems and Applications Design, Development, Deployment, and Maintenance
> ---
>
> --
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Oracle 8i

2000-01-29 Thread Paul Brown

> so what exactly is the difference between 8i and 8? or what ever the pay
> version of oracle is...

The "i" means Internet ready.  It's a bullshit marketing strategy.

Paul

---
Paul B. Brown  [EMAIL PROTECTED]
President
Brown Technologies Network, Inc.   http://www.btechnet.com/

Systems and Applications Design, Development, Deployment, and Maintenance
---


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



ttloop: peer died:

2000-01-29 Thread mi na

Hi All,

I have a linux (redhat 5.2) box, no one can telnet to this box since 
yesterday, and here is the log message:
"telnetd[467]: ttloop:  peer died: Invalid or incomplete multibyte or wide 
character"

Is this a some kind of Virus?

Pls help, thanks!

Li
__
Get Your Private, Free Email at http://www.hotmail.com


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



need help (VAX)

2000-01-29 Thread Jefferson



Hi, 
It is not appropriate for me to ask questions 
unrelated to linux in this list but I will take this opportunity to ask 
questions knowing one of you maybe familiar with VAX.

Can you help me find resources regarding the ff. 
concepts implemented in VAX?

    Memory management
    File handling
    Process scheduling
    Networking
    Security

Please excuse me for my ignorance. Is VAX like 
UNIX? Maybe you could give me some introductions regarding VAX. Any help is 
highly appreciated. Thanks a lot.

Jeff Lee

PS:
Cc: [EMAIL PROTECTED]



Re: Oracle 8i

2000-01-29 Thread Adrian Walters


so what exactly is the difference between 8i and 8? or what ever the pay
version of oracle is...


On Sat, 29 Jan 2000, Reiner Rusch wrote:

=>Date: Sat, 29 Jan 2000 05:37:14 +0100
=>From: Reiner Rusch <[EMAIL PROTECTED]>
=>To: [EMAIL PROTECTED]
=>Subject: Re: Oracle 8i
=>Resent-Date: 29 Jan 2000 04:38:18 -
=>Resent-From: [EMAIL PROTECTED]
=>Resent-cc: recipient list not shown: ;
=>
=>> For some reason, RedHat mailed me a copy of Oracle 8i on CD.  Just a CD.
=>
=>> Is this some kind of promotion or did I order something in my sleep?
=>
=>> -W-
=>
=>8i is a free version! Why Redhat mailed it to you, is the question! :-)
=>
=>
=>> --
=>> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
=>> as the Subject.
=>
=>
=>
=>


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Problem printing PS files.

2000-01-29 Thread Manuel Camacho

Dear friends:

I just connected my HP LaserJet Series II to my RH 6.0 box.

I configured the printer using printtool. Now, here's the problem:

When I print an ASCII text page, it works great.

When I print the PS test page, I get the page splittled in three thirds, one on
a different page.

Can this be solved?

TIA,

-Manuel.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Serial/Parallel Ports not functioning in 6.1

2000-01-29 Thread Manuel Camacho

On Thu, 13 Jan 2000, Jeff Mings wrote:
> Just a thought - have you guys made absolutely sure that your ports are set up
> correctly and enabled?  I was having problems with a printer port under RH 6.1
> that had worked fine under 5.2.  For some reason, the BIOS setting for the port
> was "auto" instead of IRQ 7, iobase 0x378.  That was the first step.  Then I
> rummaged through all of the messages on this list and checked out the RH sight
> under support.
> 
> good luck,
> Jeff

Hey Jeff, gave a second try to your suggestion, and guess what... IT WORKED!

Thanks a lot.

Best regards,

-Manuel


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Disk Druid Install Problems

2000-01-29 Thread on4hu

Hello

let me know wat is "8g" is 8 Gigabytes
if this is correct
linux must be installed, all version below the 1024 sector
(around below 1.4Gb) and can never above this value


At 09:22 29/01/2000 -0500, you wrote:
>Hi,
>
>I have the following partitions:
>
> hda18g  Windoze 98
> hda21g  Linux (slackware)
> hda31g  Linux (slackware)
> hda44g  BeOS
>
>I am trying to install the redhat distribution to hda2, but disk druid
>will not let me proceede.
>
>The next button is greyed out.  Even if I set the mount point to / for
>hda2.
>
>Any ideas?
>
>thanks
>jsm
>
>
>--
>To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
>as the Subject.

   Andre Hoolandts   Internet E-Mail-> [EMAIL PROTECTED] or 
[EMAIL PROTECTED]
   Rue du Printemps,9   ham tcpip bbs -> 
[EMAIL PROTECTED]
   B-7700 MOUSCRON BELGIUM ham  ax25 bbs -> [EMAIL PROTECTED]
   Tel.: +32-(0)56-84.57.40   ham -> on4hu = 44.144.3.1   -   on0hu = 
44.144.3.44
   Fax.: +32-(0)56-84.57.41 ham -> Radio Network  * 
EURO>http://users.skynet.be/on4hu/>http://users.skynet.be/on4hu/ & 
http://ping.be/on4hu/
   


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: RH6.1 Standard or Deluxe?

2000-01-29 Thread Greg W

Frank

I am not trying to be cruel, maybe I am even being kind, as its gone on too
long.

There is no "best" , it is simply what you are comfortable with,
overwhelmingly the answer from the RH list will be use Redhat, from the
Caldera list it will be Caldera, I suspect you know this, if not, consider
yourself told !

I am really saddened if you have a real and serious medical problem, that I
would not wish on anyone.

The state of change and possible confusion will always be there as Linux
really is a moving target, I am sure no one will mind helping you if you
decide to use and stick with Redhat, but it really is decision time,
otherwise you run the risk of getting no help. I really hope you are able
to make a decision soon.

PS I am not trying to offend you, although I realise it may be hard not to
be defensive with the way I wrote, but I am not sure how else to let you
know. I did not need to add the brake thing, and I apologise if you do have
a known condition. The part where you say Caldera you heard was more stable
got me because I know from Calderas list that you run thier product (or so
your emails indicate) , lets take it off the list if I have not explained
enough above.  Ok ?

*** REPLY SEPARATOR  ***

On 29/01/00 at 9:14 Frank Rocco wrote:

>Greg,
>
>I'm not trying to get you or anyone.
>
>As I stated before, I have a slight OCD problem which causes me to be
>indecisive at times. I see no need to be cruel.
>I really wanted to know why experienced Linux users choose RH over others
so
>I could make an informed decision. That's all.
>
>Frank
>
>-Original Message-
>From: Greg W [mailto:[EMAIL PROTECTED]]
>Sent: Friday, January 28, 2000 10:44 PM
>To: [EMAIL PROTECTED]
>Subject: Re: RH6.1 Standard or Deluxe?
>
>
>Ok, you got me !
>
>I hope you don't drive a motor vehicle Frank  How do decide when
to
>apply the brake ? :-)
>
>I have have hinted you on 2 lists that asking these questions are not
>productive, whilst it does not really annoy me, it is a little hard to
>believe that you are not trying to cause trouble.
>
>
>
>*** REPLY SEPARATOR  ***
>
>On 28/01/00 at 11:05 Frank Rocco wrote:
>
>>Hello,
>>
>>I trying to decide on debian(Corel) and RH6.1
>>
>>If I get the standard RH6.1, when ftp priority runs out, how can I keep
it
>>current?
>>Other distributions don't charge for updates.
>>
>>Is RH a good choice for desktop home user or is debian(Corel, Stormix) a
>>better choice?
>>I heard debian was more stable.
>>
>>Thanks
>>Frank


Regards

Greg Wright
IT Consultant Sydney Australia

-- 

*** Please trim any replies ***
*** Please turn off HTML in your email ***
*** Please don't use the list for test messages ***
*** Why not read the archives? http://moongroup.com/redhat.phtml ***


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Disk Druid Install Problems

2000-01-29 Thread John S. Muller

Hi,

I have the following partitions:

hda18g  Windoze 98
hda21g  Linux (slackware)
hda31g  Linux (slackware)
hda44g  BeOS

I am trying to install the redhat distribution to hda2, but disk druid
will not let me proceede.

The next button is greyed out.  Even if I set the mount point to / for
hda2.

Any ideas?

thanks
jsm


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Re: Athlon processor

2000-01-29 Thread lloy0076


There is a patch to fix the problem with Windows 95 OSR 2.xx series. It
can be found from the AMD web site (http://www.amd.com). Most of the
time you can get 95 stable enough to run it...the trick is to actually
get it to go into safe mode. Easiest way to do that is to actually
switch the power off whilst Windows is loading.

Naughty but it's effective.

DAVID
-- 
The Linux C Mailing Lists Have Moved
  mailto:[EMAIL PROTECTED]?subject=subscribe
The Linux C++ Mailing Lists Have Moved
  mailto:[EMAIL PROTECTED]?subject=subscribe


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



RE: RH6.1 Standard or Deluxe?

2000-01-29 Thread Frank Rocco

Greg,

I'm not trying to get you or anyone.

As I stated before, I have a slight OCD problem which causes me to be
indecisive at times. I see no need to be cruel.
I really wanted to know why experienced Linux users choose RH over others so
I could make an informed decision. That's all.

Frank

-Original Message-
From: Greg W [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 28, 2000 10:44 PM
To: [EMAIL PROTECTED]
Subject: Re: RH6.1 Standard or Deluxe?


Ok, you got me !

I hope you don't drive a motor vehicle Frank  How do decide when to
apply the brake ? :-)

I have have hinted you on 2 lists that asking these questions are not
productive, whilst it does not really annoy me, it is a little hard to
believe that you are not trying to cause trouble.



*** REPLY SEPARATOR  ***

On 28/01/00 at 11:05 Frank Rocco wrote:

>Hello,
>
>I trying to decide on debian(Corel) and RH6.1
>
>If I get the standard RH6.1, when ftp priority runs out, how can I keep it
>current?
>Other distributions don't charge for updates.
>
>Is RH a good choice for desktop home user or is debian(Corel, Stormix) a
>better choice?
>I heard debian was more stable.
>
>Thanks
>Frank


Regards

Greg Wright
IT Consultant Sydney Australia

--

*** Please trim any replies ***
*** Please turn off HTML in your email ***
*** Please don't use the list for test messages ***
*** Why not read the archives? http://moongroup.com/redhat.phtml ***


--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Inverted rc.local ?

2000-01-29 Thread Gustav Schaffter

Hi,

In my rc.local I start two instances of setiathome.

When I do a shutdown, I'd like those two processes to be automatically
killed *before* the shutdown sequence starts. (I'd also like to execute
a quick non related 'cleanup' sequence.)

Is there any rc file where I could store some  kill `pidof setiathome`
commands? A file where I could store any commands that should be
executed first, in a shutdown situation? Some kind of logically
'inverted rc.local'?

Regards
Gustav

-- 
pgp = Pretty Good Privacy.

To get my public pgp key, send an e-mail to: [EMAIL PROTECTED]

Visit my web site at http://www.schaffter.com


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.



Re: Apache

2000-01-29 Thread Bernhard Rosenkraenzer

On Fri, 28 Jan 2000, Gary Bricker wrote:

> I have 2 questions about Apache (the latest version), is there a set of the
> Frontpage extentions for it and if so where can I get them.

http://www.darkorb.net/pub/frontpage

> Also do ASP
> files work with Apache with a normal install or is there something I have to
> add to make it work?

You'll probably want to have a look at perl-ASP (probably somewhere in
CPAN) or asp2php (http://home.i1.net/~naken/asp2php

LLAP
bero

-- 
The first time Microsoft makes something that doesn't suck is when they
start making vacuum cleaners.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.