Re: Linux Hardware

2000-11-25 Thread Luke C Gavel

Well, I only have the specific details on your video card.  I
checked www.redhat.com/hardware, and they only have a RH7 module
for Matrox G400s.  Hard drive shouldn't be a problem, nor the
motherboard...but the DVD and burner, you need to check out more
thoroughly.  Manually adjusting LILO after the installation to
recognize more than 64mb of RAM may still be necessary, but I'm
not sure.

Good Luck,
L.G.

On Tue, 21 Nov 2000, Mario Torre wrote:

 Hi everybody!
 
 I don0t know if it is the right place for this, but please, help me, I'm 
 about to buy a new hardware, I will use to develop application for linux, so 
 it should be 100% compatible whit that system.
 
 As any application should run on a wide variety of linux distro, it shoul be 
 compatibile with (at least) the most important: RedHat Linux, Mandrake, 
 Slackware, Debian, Caldera...
 
 I'm using RedHat Linux 7.0 (and I will use it untill the release of the 
 RedHat Linux 7.1, of course... ;) ).
 
 Is this hardware compatible with RedHat Linux and the other distros?
 
 --
 CPU: AMD K7 Athlon Thunderbird 800
 MB: ABIT k7t ...
 Video Dev: Matrox G450 DDR Millennium 32MB dual head
 Sound Dev: creative sound blaster (o compatibile)
 Mem: DIMM 256 MB Sdram (PCI133)
 HD: Maxtor uata100, ~20GB
 CDW(r): Yamaha
 Opt: DVD rom
 --
 
 I'm in doubt with the MB and the Processor, and I have also some doubt about 
 the Hard Disk.
 
 It doesn't matter if I must change the Hard Disk with someone else, or the 
 Mother Board, but I would like to use the Athlo processor (it is faster and 
 have a lower price...)
 
 Thanks a lot for your help, and sorry if it isn't the right place to talk 
 about that!
 
 Mario
 -- 
 --==°°°==-==°°°==-==°°°==-==°°°==--
 http://antartica.sourceforge.net
 http://digilander.iol.it/linuxlabs
 http://digilander.iol.it/frinemusic
 --==°°°==-==°°°==-==°°°==-==°°°==--
 
 
 
 ___
 Redhat-devel-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-devel-list
 

-- Generated Signature --
An idle mind is worth two in the bush.
-- End Sig --



___
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list



Re: allowing one user to run pppd (2 solutions, some questions)

2000-11-25 Thread John Summerfield


[EMAIL PROTECTED] said:
 Another: When it is, can we get rid of PAM?
 They both serve completely different purposes. 

Please clarify




___
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list



Re: unsuscribe

2000-11-25 Thread brian davison

Relax a little.   Not everybody has the same intelect as you.!.   so maybe
the list could reactivate the old list-request  unsubscribe method  that
would take care of those few who have access to web e-mail but not browsing
priveledges...  not uncommon at our place of business, apparently not common
elsewhere?  
brian




At 09:43 AM 11/23/00 -0600, you wrote:

On 23-Nov-2000 brian davison opined:
 certainly looks like a footer.
 BUT  it does NOT say   " to unsubscribe" ...  (or: to manage your list
 account) 
 that's probably a good idea for those of the list's users wanting out
 and
 not knowing  computerville very well.
 brian

Well if I see that at the foot of every message, that means it can't
possibly hold a clue as to what I might want? Especially since it
contains "redhat-list" "Redhat-list mailing list" "listman.redhat.com"
and "listinfo" all in the same 3 lines?

-- 
Here we are in America. When do we draw unemployment?



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


---
 [EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Winmodem

2000-11-25 Thread Larry Grover

1. Are you sure you have a winmodem?  Check your documentation/users manual.  You 
might also find the information at http://www.o2.net/~gromitkc/winmodem.html useful.

2. Read the Modem-HOWTO.  You should find it on your RedHat CD, or you can read it 
here: http://www.linuxdoc.org/HOWTO/Modem-HOWTO.html

3. If you really have a winmodem, and you want a working modem under linux, then 
you're best off getting a new modem.  Make sure you don't get another winmodem!  

4. From my _limited_ experience:  it's probably easiest to set up an external serial 
modem, if you get an internal modem look for an ISA modem with jumpers to setup 
interrupt, I/O port, etc (avoid plug-n-pray), avoid PCI and USB modems.

5. Good luck!

__
Larry Grover, PhD
Assoc Prof of Physiology
Marshall Univ Sch of Med




On Wed, 22 Nov 2000 22:47:18 +, Oussama Dbaibo [EMAIL PROTECTED] wrote:

 Thanks for all the info.but i have a problem
 First i will tell you a little about myself::

 They say use [   isapnptools  ]

 Yes i agree with you.
 the most wonderful thing now in my life is RedHat Linux 6.2
 I installed it 3 months ago and i bought a book of  60$ .I am reading a lot 
 and
 enjoying I got LiLo boot on my IBM Machine p-166 Ram-81.
 I can boot either windows 98 or R.H.L 6.2
 One problem i am trying to solve now from the good friends ion the internet 
 and
 from the Red Hat site is :
 How to make my ISA US.Robbotics 33.6 fax modem work with my Linux.
 Aall the best thanks ...bye
 Oussama.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



ldap vs mysql

2000-11-25 Thread Corisen

hi, i'm designing an web-based registration. there will be a drop down list
on this web-based form to select the user's department. i've thought of 2
ways of dynamically populating the department drop-down list:

1. design the ldap name space to contain department name and limit the ldap
query to one level (from root: dc=mycompany, dc=com) to retrieve all the
departments:
i.e. uid=username, o=departmentname, dc=mycompany, dc=com

2. store the department name in a mysql database and dynamically populate
the drop-down list by querying mysql.

my worries about method 1 is as follows:
1. if the department changes name, how can i update the dn of all the users
under this department tree?
2. if a user change department, how can i update his dn to uid=username,
o=newdept, dc=mycompany, dc=com?
3. how can i delete a department and all the entries under it's tree?
4. is including the o=department in the dn a good design? or should i just
use "uid=username, dc=mycompany,dc=com"?
5. what are the pros and cons of using "o" in the dn?

using method 2, the name space design is simpler: uid=username,
dc=mycompany, dc=com. but i have to keep duplicate/two sets of department
records. one in mysql and one in ldap. and they must be synchronise when any
department is modified, deleted or added.

i really have no idea what might be the complications for each method and
which is a better way of designing.

would really apprecaite some insight/advice from the experienced and
knowledgeable ldap/mysql users in this mail list.

thank you so much.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Logitech TrackMan Marble question

2000-11-25 Thread Mike Lewis


'man xset'  is one way.

HTH,
Mike

On Friday 24 November 2000 18:05, you wrote:
 Does anyone know of a way to change the resolution of the Logitech
 Trackman Marble rodent?

 It current moves the cursor too far for such little ball movement.
 I'd like to be able to change the resolution so that it takes more ball
 motion to move the cursor.

 Thanks in advance for any pointers.

 MB



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ldap vs mysql

2000-11-25 Thread Thornton Prime


On Sun, 26 Nov 2000, Corisen wrote:

 my worries about method 1 is as follows:
 1. if the department changes name, how can i update the dn of all the users
 under this department tree?

Direcories are heirachical. The DN is the directory address of an entry.
You don't need to rename all the children in a tree any more than you
would need to change the names of files or subdirectories when renaming a
parent directory on a filesystem.

 2. if a user change department, how can i update his dn to uid=username,
 o=newdept, dc=mycompany, dc=com?

The LDAP API has methods to copy, move (rename), and delete entries. There
are also command line tools.

 3. how can i delete a department and all the entries under it's tree?

OpenLDAP doesn't support recursive deletes, but implementing the code to
loop through a list and delete the entries one by one is relatively
simple, depending on the programming language you are using.

 4. is including the o=department in the dn a good design? or should i just
 use "uid=username, dc=mycompany,dc=com"?

In my opinion, yes. I like my directory database segmented by organization
and even by organizational unit. I find it useful to bind different
applications to different directory trees for context, but directory
structure is a matter of style and need -- your structure should refelct
your needs and your tastes.

 5. what are the pros and cons of using "o" in the dn?

It is really a matter of the structure you are hoping to use and the LDAP
policies and applications you intend to implement.

I'd recommend you pick up a good book on directory services, like
_Understanding and Deploying LDAP Directory Services_ [Howes, Smith,
Good].

Keep in mind that the power of a directory is in it's structure and
flexibility, versus the relational databases where the power is in the
relationships between two dimensional tables and its performance.

 using method 2, the name space design is simpler: uid=username,
 dc=mycompany, dc=com. but i have to keep duplicate/two sets of department
 records. one in mysql and one in ldap. and they must be synchronise when any
 department is modified, deleted or added.

 i really have no idea what might be the complications for each method and
 which is a better way of designing.

Basically, I would recommend sticking with mysql unless you plan on
leveraging LDAP for other applications and services. A LDAP server can be
a powerful tool, but poorly maintained and with irrelevant or incorrect
data it only serves as a source of disinformation or worse, a security
policy problem.

thornton



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



usb mouse

2000-11-25 Thread Steve Lee

how do i get a usb mouse to work in linux?




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: What happened to the mail status when i login?

2000-11-25 Thread CSG Staff

Hi,

It works fine from the console but it does work from logging in from ssh or
telnet. I cant seem to figure it out.

Thanks

Lucio
- Original Message -
From: "Michele Baldessari" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, November 24, 2000 11:43 PM
Subject: Re: What happened to the mail status when i login?


  Up until redhat 6.2 you would login and it would say you have mail or
new
  mail. I've compared the login scripts and I cant find the difference.
Can
  someone please point me in the right direction to get that message to
  appear when i login to my machine with redhat 7.
 Works perfectly here on my RH7.0...

 Ciao,
 Michele










___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ldap vs mysql

2000-11-25 Thread Corisen

hi thornton, thanks for your advice and sharing with me your experiences.
may i just ask you a few more questions below pls.


- Original Message -
From: Thornton Prime [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, November 26, 2000 3:06 AM
Subject: Re: ldap vs mysql



 On Sun, 26 Nov 2000, Corisen wrote:

  my worries about method 1 is as follows:
  1. if the department changes name, how can i update the dn of all the
users
  under this department tree?

 Direcories are heirachical. The DN is the directory address of an entry.
 You don't need to rename all the children in a tree any more than you
 would need to change the names of files or subdirectories when renaming a
 parent directory on a filesystem.

for each department, there will be a parent node with dn: o=depertment1,
dc=mycompany, dc=com.
under this node, there will be many child entries with:
dn: uid=username1, o=department1, dc=mycompany, dc=com
objectclass: 
o: department1
..(other attributes/values)

so if i change the parent node to dn:o=departmentnew, dc=mycompany, dc=com,
am i correct to say
that i should change all entries previously with dn:uid=username,
o=department1, dc=mycompany, dc=com
and o=department1 to o=department new? will ldap command line tool
automatically  recursively change all child entries'
dn and o attribures to the new department? if not, these users might have
the wrong/old department info.
may i know what is the command to change the dn: o=department . to
o=departmentnew pls.

  2. if a user change department, how can i update his dn to uid=username,
  o=newdept, dc=mycompany, dc=com?

 The LDAP API has methods to copy, move (rename), and delete entries. There
 are also command line tools.

may i know which command to move/rename the dn of a entry pls. i know other
attributes can be modified/updated but i'm not sure how to move/rename the
dn.

  5. what are the pros and cons of using "o" in the dn?

 It is really a matter of the structure you are hoping to use and the LDAP
 policies and applications you intend to implement.

ldap will be used largely for authentication by radius server, sendmail, ftp
etc.
the registration application is just making use of ldap database.

  using method 2, the name space design is simpler: uid=username,
  dc=mycompany, dc=com. but i have to keep duplicate/two sets of
department
  records. one in mysql and one in ldap. and they must be synchronise when
any
  department is modified, deleted or added.
 
  i really have no idea what might be the complications for each method
and
  which is a better way of designing.

 Basically, I would recommend sticking with mysql unless you plan on
 leveraging LDAP for other applications and services. A LDAP server can be
 a powerful tool, but poorly maintained and with irrelevant or incorrect
 data it only serves as a source of disinformation or worse, a security
 policy problem.

if i use only (without the o=department in dn):
dn: uid=username, dc=company, dc=com
objectclass
o: department
. (other attributes/values)
can i query the ldap database and return only unique values(one value)  for
each department names?
what is the command to do so?

thanks for enlightening me. i really appreciate your time  advice.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Logitech TrackMan Marble question

2000-11-25 Thread Vidiot

'man xset'  is one way.

Thanks, I forgot all about that program.  Much better now.

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)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: web browser

2000-11-25 Thread Vidiot

If you want a full-featured browser (most of the included browsers like
the one in KDE aren't complete yet), then I suggest looking at Opera.

You can get a copy from www.opera.com. I run that or NetScape, mostly
Opera as it's far faster and much more reliable.

I downloaded a copy and then looked at the Linux information page.  The
following are missing functions from Opera:

Plug-ins 
Java 
Printing 
Some preferences don't work 

Excuse me, but the first three are rather important, with printing being
the most important.  How can a brower not support printing?

It would also be nice if Opera would import the current Netscape Cookie
list.  Guess I'll submit that one.

The KDE explorer is fine if I'm doing lookups on Linux documentation and
stuff, but not complete enough for browsing proper.

As a side point, Linux related sites always tend to be more cross platform 
compatible. You know full well that as soon as you see .asp in a URL then
you have to revert to IE (ignorant MS brainwashed idiots).

I've never had problems with .asp sites and Netscape.

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)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: usb mouse

2000-11-25 Thread Matt Housh

 how do i get a usb mouse to work in linux?

http://www.linux-usb.org/ --- all the info you need is here. I use a
logitech USB gaming mouse on my laptop with linux, works flawlessly in
both console and X.

Matt



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: What happened to the mail status when i login?

2000-11-25 Thread Mikkel L. Ellertson

On Sat, 25 Nov 2000, CSG Staff wrote:

 Hi,
 
 It works fine from the console but it does work from logging in from ssh or
 telnet. I cant seem to figure it out.
 
 Thanks
 
 Lucio

This is because you are running a subshell instead of a login shell when
you use ssh or telnet to log in over the network.  You may want to read
the man page for the shell you are using to see what all the differences
are.  (man bash if you are using the stock shell setting.)

Mikkel
-- 

Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Cyrus IMAPD

2000-11-25 Thread Mobeen Azhar

Has anyone installed cyrus-imapd-2.0.6-3 and gotten it to work?  I just
installed the RPM successfully, no complaints about any dependencies or
anything, but every time I try to execute cyradm, it bombs with the
following error:

Can't load
'/usr/lib/perl5/site_perl/5.6.0/i386-linux/auto/Cyrus/IMAP/IMAP.so' f
or module Cyrus::IMAP: undefined symbol: SSL_write at
/usr/lib/perl5/5.6.0/i386-
linux/DynaLoader.pm line 200.
other stuff removed

What is causing the undefined symbol error for SSL_write?  openssl-0.9.5a-14
is installed on the system.  Is there some other package that should be
installed that is not listed as a dependency for cyrus-imapd-2.0.6-3?

Thanks in advance for any help,
--Moby



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ldap vs mysql

2000-11-25 Thread Thornton Prime


 for each department, there will be a parent node with dn: o=depertment1,
 dc=mycompany, dc=com.
 under this node, there will be many child entries with:
 dn: uid=username1, o=department1, dc=mycompany, dc=com
 objectclass : 
 o: department1
 ..(other attributes/values)

 so if i change the parent node to dn:o=departmentnew, dc=mycompany, dc=com,
 am i correct to say
 that i should change all entries previously with dn:uid=username,
 o=department1, dc=mycompany, dc=com
 and o=department1 to o=department new? will ldap command line tool
 automatically  recursively change all child entries'
 dn and o attribures to the new department? if not, these users might have
 the wrong/old department info.
 may i know what is the command to change the dn: o=department . to
 o=departmentnew pls.

The o value in the DN won't need to be changed, but if you use
OpenLDAP, the o attribute in any child records will need to be changed
individually, though doing this isn't really that hard.

The ldapsearch tool can be used to find the records that need
changin, and the ldapmodify command line tool can be used to modify their
attributes, but you should consider using the Perl, Python, Java and C
LDAP APIs  for regular LDAP maintenence tasks like this.

   2. if a user change department, how can i update his dn to uid=username,
   o=newdept, dc=mycompany, dc=com?
 
  The LDAP API has methods to copy, move (rename), and delete entries. There
  are also command line tools.

 may i know which command to move/rename the dn of a entry pls. i know other
 attributes can be modified/updated but i'm not sure how to move/rename the
 dn.

The command line tool is ldapmodrdn, though it has some limitations. Again,
you should look at the API for your language of choice for your
administration tasks.

   5. what are the pros and cons of using "o" in the dn?
 
  It is really a matter of the structure you are hoping to use and the LDAP
  policies and applications you intend to implement.

 ldap will be used largely for authentication by radius server, sendmail, ftp
 etc.
 the registration application is just making use of ldap database.

Certainly sounds like a good use of LDAP, though you could use pam_mysql
and achieve most of the same results with mysql.

   using method 2, the name space design is simpler: uid=username,
   dc=mycompany, dc=com. but i have to keep duplicate/two sets of
 department
   records. one in mysql and one in ldap. and they must be synchronise when
 any
   department is modified, deleted or added.
  
   i really have no idea what might be the complications for each method
 and
   which is a better way of designing.
 
  Basically, I would recommend sticking with mysql unless you plan on
  leveraging LDAP for other applications and services. A LDAP server can be
  a powerful tool, but poorly maintained and with irrelevant or incorrect
  data it only serves as a source of disinformation or worse, a security
  policy problem.

 if i use only (without the o=department in dn):
 dn: uid=username, dc=company, dc=com
 objectclass
 o: department
 . (other attributes/values)
 can i query the ldap database and return only unique values(one value)  for
 each department names?
 what is the command to do so?

This is easy with the shell tool. The command:

  ldapsearch -b 'base dn' '(objectclass=organization)' o

will retrieve all 'o' attribute values from all objects of class
'organization'.

 thanks for enlightening me. i really appreciate your time  advice.

Sure. LDAP and directory services are really powerful tools, and I'm not
sure I could do justice to the options you have in using them in an
e-mail. I would strongly recommend you set one up and play with one for a
while, get used to the client API in a language you are comfortable with.
I started in the relational database world and it took me quite some time
to get used to thinking in LDAP. Once you make the transition, though, it
becomes fairly obvious that LDAP is a great tool for a number of
application and system needs.

thornton



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: web browser

2000-11-25 Thread Badger

Netscapes's version 6 rocks...just loaded it on RH-7

Vidiot wrote:

 If you want a full-featured browser (most of the included browsers like
 the one in KDE aren't complete yet), then I suggest looking at Opera.
 
 You can get a copy from www.opera.com. I run that or NetScape, mostly
 Opera as it's far faster and much more reliable.
 
 
 I downloaded a copy and then looked at the Linux information page.  The
 following are missing functions from Opera:
 
   Plug-ins 
   Java 
   Printing 
   Some preferences don't work 
 
 Excuse me, but the first three are rather important, with printing being
 the most important.  How can a brower not support printing?
 
 It would also be nice if Opera would import the current Netscape Cookie
 list.  Guess I'll submit that one.
 
 The KDE explorer is fine if I'm doing lookups on Linux documentation and
 stuff, but not complete enough for browsing proper.
 
 As a side point, Linux related sites always tend to be more cross platform 
 compatible. You know full well that as soon as you see .asp in a URL then
 you have to revert to IE (ignorant MS brainwashed idiots).
 
 
 I've never had problems with .asp sites and Netscape.
 
 MB




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: web browser

2000-11-25 Thread Vidiot

Netscapes's version 6 rocks...just loaded it on RH-7

I'll try downloading it again, as the previous few compiles refused to
run as a user.

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)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: web browser

2000-11-25 Thread Thornton Prime

On Sat, 25 Nov 2000, Vidiot wrote:

 Netscapes's version 6 rocks...just loaded it on RH-7

 I'll try downloading it again, as the previous few compiles refused to
 run as a user.

I'd actually strongly recommend a daily snapshot of Mozilla instead. I
found Netscape 6 buggy and bloated, but the more recent daily snapshots of
Mozilla have been, for the most part, as stable or more stable than
Netscape 4.7x.

thornton



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: web browser

2000-11-25 Thread Hal Burgiss

On Sat, Nov 25, 2000 at 02:50:01PM -0800, Thornton Prime wrote:
 On Sat, 25 Nov 2000, Vidiot wrote:
 
 I'd actually strongly recommend a daily snapshot of Mozilla instead. I
 found Netscape 6 buggy and bloated, but the more recent daily snapshots of
 Mozilla have been, for the most part, as stable or more stable than
 Netscape 4.7x.

I would agree completely. Very functional, and in many respects much
better than NS. 

-- 
Hal B
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
--



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: web browser

2000-11-25 Thread Statux

After much headache getting it downloaded, it finally downloaded and
installed but missed a package (I don't know which one).. the setup
process that followed was slow and annoying and isn't very navigable (you
get stuck on one page and you can't go back and fix mistakes). When you do
make a mistake and need to kill the process, there's no way of getting the
installation going again without redownloading everything (if there is a
way, then someone please tell me before I make one more attempt.. I've
looked all over).

I've found Mozilla and pre-releases of NS6 (and from what I actually have
seen of NS6 so far) to be slow. There's something java-driven about the
whole thing. Like, NS4 etc uses whatever it uses and it's fast. The
Netscape developers, in all honesty, suck. One 13-14MB binary with
everything included. One thing goes.. everything does (crash, freeze,
etc)... not to mention the bug or two in the mail and news section that
have existed in every version that I've ever used (bugs that are so
obvious and annoying, and ones that I'm sure everyone has). They're also
not easy to email in such a case.

Anyway.. where was I? Oh yeah.. I'm not having luck with the download and
installation:/

I wish there would be an alternative when it comes to web browsers. Like..
if Microsoft would cut the crap and do a nice port of Outlook Express and
IE.. I might actually be happy :)

On Sat, 25 Nov 2000, Vidiot wrote:

 Netscapes's version 6 rocks...just loaded it on RH-7

 I'll try downloading it again, as the previous few compiles refused to
 run as a user.

 MB


-- 
-Statux



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: web browser

2000-11-25 Thread Vidiot

I'd actually strongly recommend a daily snapshot of Mozilla instead. I
found Netscape 6 buggy and bloated, but the more recent daily snapshots of
Mozilla have been, for the most part, as stable or more stable than
Netscape 4.7x.
thornton

I only ever download the daily snapshots.

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)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: What happened to the mail status when i login?

2000-11-25 Thread Ray Curtis

 "cs" == CSG Staff [EMAIL PROTECTED] writes:

cs Hi,
cs It works fine from the console but it does work from logging in from ssh or
cs telnet. I cant seem to figure it out.

Check your file /etc/ssh/sshd.conf for the line:

CheckMail no 
and change to:
CheckMail yes


-- 
Ray Curtis Unix Programmer/Consultant   Curtis Consulting
mailto:[EMAIL PROTECTED]http://www.clark.net/pub/ray




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Controlling Process Order/Timing

2000-11-25 Thread SoloCDM

I'm trying to force commands following each other in a script to
execute one at a time once the preceding command has finished.

I applied the command nice with the options to a list of commands and
didn't get the results I was seeking.  I'm aware that pidof, grep,
sed, and a few others can do the job, but not without a loop.

I'm looking for a command that has all the processing built-in without
"reinventing-the-wheel."

Note: When you reply to this message, please include
  the mailing list and my email address.

*
Signed,
SoloCDM



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Mozilla still refuses to run

2000-11-25 Thread Vidiot

Well, I downloaded the latest build and it STILL refuses to run:

./run-mozilla.sh
MOZILLA_FIVE_HOME=.
  LD_LIBRARY_PATH=.:/usr/openwin/lib:/usr/local/lib
 LIBRARY_PATH=.:./components
   SHLIB_PATH=.
  LIBPATH=.
   ADDON_PATH=.
  MOZ_PROGRAM=./mozilla-bin
  MOZ_TOOLKIT=
moz_debug=0
 moz_debugger=

That is all that is does before it returns to the command line.  This damn
thing has been broken for a long time.  Yes, it used to work, ages ago,
but someone changed something and now it will no longer run as a user.

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)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Mozilla still refuses to run

2000-11-25 Thread Hal Burgiss

On Sat, Nov 25, 2000 at 05:38:16PM -0600, Vidiot wrote:
 Well, I downloaded the latest build and it STILL refuses to run:
 
 ./run-mozilla.sh
 MOZILLA_FIVE_HOME=.
   LD_LIBRARY_PATH=.:/usr/openwin/lib:/usr/local/lib
  LIBRARY_PATH=.:./components
SHLIB_PATH=.
   LIBPATH=.
ADDON_PATH=.
   MOZ_PROGRAM=./mozilla-bin
   MOZ_TOOLKIT=
 moz_debug=0
  moz_debugger=
 
 That is all that is does before it returns to the command line.  This damn
 thing has been broken for a long time.  Yes, it used to work, ages ago,
 but someone changed something and now it will no longer run as a user.

Try this: run once as root first. Then try user account. If that does
not work, delete ~/.mozilla. You may need to do a killall mozilla-bin
in there too. HTH.

-- 
Hal B
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
--



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



sharing cd w/anon ftp

2000-11-25 Thread mikeyw

Hi folks -- I know I can figur' this out eventually, but it needed to be
done hours ago...

I need to make a cd (/mnt/cdrom) in stock RH 6.2 (WU_ FTP)  available to
anon ftp clients. if I create a soft link I
can access /pub/cdrom w/no trouble locally but anon ftp can't access the
link...any hints/tips

TIA,
Mike Wafkowski - more newbie than wizard




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Mozilla still refuses to run

2000-11-25 Thread Vidiot

Try this: run once as root first. Then try user account. If that does
not work, delete ~/.mozilla. You may need to do a killall mozilla-bin
in there too. HTH.

Cute.  One shouldn't have to do that.

Can one copy over the Cookies and/or bookmarks from Netscape 4.75?

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)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: SMTP mail realy problem. Please help.

2000-11-25 Thread Wolfgang Pfeiffer

  
Reply to message from John N. Alegre on Fri, 24 Nov 2000, 19:39 -0600:

Hi John,
I am just a beginner to Linux, so perhaps I shouldn't dare trying to give
hints how to fix a problem like this -- my apologies in anticipation 
therefore ...

 [ ... ]
 
 On the Macintosh I am trying to send mail by configuring the remote SMTP machine
 to the IP address of the machine running sendmail.  I do this in the Netscape
 (or Eudora) preferences panel.  However all attempts to send mail give this
 error:
 
I had a problem similar to yours a week ago, too, with Netscape, here at
home at my
single-user box with Linux on it.

And IIRC, after changing the mail-server settings in Netscape-Preferences
I got the the same following error-messages from Netscape-Messenger when
trying to send mail with it:
 
 An error occurred while sending mail.
 The mail server responded:
[EMAIL PROTECTED] ... Relaying denied
 Please check the message recipients and try again.

IIRC I fixed this simply by changing Netscape's "Outgoing mail (SMTP)
server" settings to the the *correct* values ... (or was it the "Incoming
Mail Servers" setting I changed ...?  I'm 95% sure it was the "outgoing"  
one ...)

I hope it helps ...

Regards --
Wolfgang


--
 
http://www.geocities.com/wolfgangpfeiffer/
«»--«




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Mozilla still refuses to run

2000-11-25 Thread Vidiot

I posted:

Can one copy over the Cookies and/or bookmarks from Netscape 4.75?

I got the bookmarks imported and found the location of the cookie files
and copied the one over from Netscape to Mozilla and it worked just fine.

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)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Mozilla still refuses to run

2000-11-25 Thread Hal Burgiss

On Sat, Nov 25, 2000 at 06:21:29PM -0600, Vidiot wrote:
 Can one copy over the Cookies and/or bookmarks from Netscape 4.75?
 
 I got the bookmarks imported and found the location of the cookie
 files and copied the one over from Netscape to Mozilla and it worked
 just fine.

Good. Saves me from saying 'I dunno'. ;)

-- 
Hal B
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
--



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: web browser

2000-11-25 Thread Badger

Hmmm...

Netscape 6 installed flawlessly for me and seems, at least for now, to 
be faster and *less* buggy than the previous 4.x version.  Not only 
that, the fonts seem to be well behaved and managable.



Thornton Prime wrote:

 On Sat, 25 Nov 2000, Vidiot wrote:
 
 
 Netscapes's version 6 rocks...just loaded it on RH-7
 
 I'll try downloading it again, as the previous few compiles refused to
 run as a user.
 
 
 I'd actually strongly recommend a daily snapshot of Mozilla instead. I
 found Netscape 6 buggy and bloated, but the more recent daily snapshots of
 Mozilla have been, for the most part, as stable or more stable than
 Netscape 4.7x.
 
 thornton
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Simple XCalendar program wanted

2000-11-25 Thread Vidiot

I'm looking for a simple calendar program for X that I can use to
print calendar pages.

My search on Freshmeat turned up nothing.

Thanks in advance.

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)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: ldap vs mysql

2000-11-25 Thread Corisen

Thanks Thornton. Pls allow me to ask you 2 more questions.

I'm most probably be using PHP to perform all LDAP administration.

But if I don't change the "o=department" in the DN for all child entries
when the department name changes, then would I still be able to
perform a ldap search using the new department name as a base?

i.e. can i still perform:
ldapsearch -b "o=newdepartment, dc=company, dc=com" "uid=*"?

say if I really want to change/update to "o=newdepartment" in DN
for all child entries so that there's no obsolete info in the ldap
database, can the ldapmodrrn be used also? Any idea if PHP API
can change the dn of an entry?

 if i use only (without the o=department in dn):
 dn: uid=username, dc=company, dc=com
 objectclass
 o: department
 . (other attributes/values)
 can i query the ldap database and return only unique values(one value)
for
 each department names?
 what is the command to do so?

This is easy with the shell tool. The command:

  ldapsearch -b 'base dn' '(objectclass=organization)' o

will retrieve all 'o' attribute values from all objects of class
'organization'.

I tried the following:
1. created a dn: dc=company, dc=com entry
2. created a few users with dn: uid=username, dc=company, dc=com (note i'm
trying without the o=department in the DN)

but when i perform a "ldapsearch -b "dc=company,dc=com"
"objectclass=organization" o, it will return the repeated departments of
all entries:

uid=user1, dc=company, dc=com
o=department1

uid=user2, dc=company, dc=com
o=department2

uid=user3, dc=company, dc=com
o=department1 ---repeated

uid=user4, dc=company, dc=com
o=department2 ---repeated

Actually, I'm trying to get only 1 value for each department:
o=department1
o=department2

Any idea if it's possible using command line tool or using PHP?

Once again, thank you so much for your help :)

- Original Message -
From: Thornton Prime [EMAIL PROTECTED]
To: Corisen [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, November 26, 2000 6:23 AM
Subject: Re: ldap vs mysql



  for each department, there will be a parent node with dn: o=depertment1,
  dc=mycompany, dc=com.
  under this node, there will be many child entries with:
  dn: uid=username1, o=department1, dc=mycompany, dc=com
  objectclass : 
  o: department1
  ..(other attributes/values)
 
  so if i change the parent node to dn:o=departmentnew, dc=mycompany,
dc=com,
  am i correct to say
  that i should change all entries previously with dn:uid=username,
  o=department1, dc=mycompany, dc=com
  and o=department1 to o=department new? will ldap command line tool
  automatically  recursively change all child entries'
  dn and o attribures to the new department? if not, these users might
have
  the wrong/old department info.
  may i know what is the command to change the dn: o=department . to
  o=departmentnew pls.

 The o value in the DN won't need to be changed, but if you use
 OpenLDAP, the o attribute in any child records will need to be changed
 individually, though doing this isn't really that hard.

 The ldapsearch tool can be used to find the records that need
 changin, and the ldapmodify command line tool can be used to modify their
 attributes, but you should consider using the Perl, Python, Java and C
 LDAP APIs  for regular LDAP maintenence tasks like this.




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



How to turn on display of ALT text

2000-11-25 Thread Vidiot

OK, for those of you who have suggested the Mozilla browser over
Netscape 4.75, how does one enable the display of the IMG ALT text?

I use the ALT text to convey information about the images, or other
misc text that is now not displayed.  I can't find a preference to
turn it on.  Or is this a non-feature feature?

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)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Netfinity 5000 Machine

2000-11-25 Thread Steven Pierce


I know that this is not the place for this, but I need help.  I have 
been unemployed for about a year.  I had purchased a IBM Netfinity
5000 PIII 500 (will support dual processors) at one point when 
I thought that I was going to get a business going.   
It did not come to happen, the money to start was not there.  
The machine is unused, it has been opened, but never turned on.  

I have the orginal box for it.  I am not looking to make
money on it.  All I want is what I paid for it and
the shipping to pay to send it to you.  I have a 
listening of what is in the machine.  If you are interested
let me know.  I can send it to you.  

AGAIN I AM SORRY for sending this out to the list(s).  
This is the only message that I will send.   

If you are interested in a price for it, please see me off
the list.  

Thank you again.

Steven Pierce



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



bash script question (for loops)

2000-11-25 Thread Mark Ivey

Ok, I have some directories with spaces in the names:
   $ ls -1
   Astral Projection/
   Divinorum/
   Fusion 19/
   GoaArchive/
   Starfire Records/

And I'm trying to write a bash script to modify files in each directory.
The spaces are giving me problems.  Here are two short bash scripts:
   LIST=*;  echo $LIST;
   LIST=$(\ls); echo $LIST;

Now, they both _seem_ to give the same output.  It looks like this:
   Astral Projection Divinorum Fusion 19 GoaArchive Starfire Records

Here are two more scripts, similar to the first 2:
   LIST=*;  for NAME in $LIST; do echo "--" $NAME; done
   LIST=$(\ls); for NAME in $LIST; do echo "--" $NAME; done

They give different output.  The first one gives:
   -- Astral Projection
   -- Divinorum
   -- Fusion 19
   -- GoaArchive
   -- Starfire Records

and the second one gives:
   -- Astral
   -- Projection
   -- Divinorum
   -- Fusion
   -- 19
   -- GoaArchive
   -- Starfire
   -- Records


So, how do I get the second one to work like the first one?  I've tried
putting quotes around the filenames (\ls -Q), but it doesn't work.  It
still splits the names at the spaces.  I will have other files alongside
the directories later, so I can't just use the * version. Also, I know I
could use the -exec flag on the find command, but I am having this problem
with a few other for loops that I can't use find on, so I would really
like to know how to get the for command to work.  Thanks


-Mark Ivey-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: web browser

2000-11-25 Thread Mark Ivey

On Sat, 25 Nov 2000, Thornton Prime wrote:

 I'd actually strongly recommend a daily snapshot of Mozilla instead. I
 found Netscape 6 buggy and bloated, but the more recent daily snapshots of
 Mozilla have been, for the most part, as stable or more stable than
 Netscape 4.7x.

I was just wondering, is Mozilla ever going to become faster (i.e. will
the final release be optimized?)  On my machine, it is much much slower
than Netscape 4.7x. Plus it has a bad habit of simply quitting with no
warnings or messages.  Does it behave like this for anyone else?  Am I
doing something wrong?  (I'm running RH 6.2, on a Celeron 333, 128 mb) 

-Mark-



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: web browser

2000-11-25 Thread Vidiot

I was just wondering, is Mozilla ever going to become faster (i.e. will
the final release be optimized?)  On my machine, it is much much slower
than Netscape 4.7x. Plus it has a bad habit of simply quitting with no
warnings or messages.  Does it behave like this for anyone else?  Am I
doing something wrong?  (I'm running RH 6.2, on a Celeron 333, 128 mb) 
-Mark-

No, it isn't you.

If you start it from within an Xterm, you will see what it is doing, as
it prints out debug information.  So, when it does crash, you can send
along the text when you report the bug :-)

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)



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: web browser

2000-11-25 Thread Hal Burgiss

On Sat, Nov 25, 2000 at 10:39:18PM -0800, Mark Ivey wrote:
 On Sat, 25 Nov 2000, Thornton Prime wrote:
 
  I'd actually strongly recommend a daily snapshot of Mozilla instead. I
  found Netscape 6 buggy and bloated, but the more recent daily snapshots of
  Mozilla have been, for the most part, as stable or more stable than
  Netscape 4.7x.
 
 I was just wondering, is Mozilla ever going to become faster (i.e.
 will the final release be optimized?)  On my machine, it is much
 much slower than Netscape 4.7x. Plus it has a bad habit of simply
 quitting with no warnings or messages.  Does it behave like this for
 anyone else?  Am I doing something wrong?  (I'm running RH 6.2, on a
 Celeron 333, 128 mb) 

What version are you running? It rarely crashes on me, but I only use
the browser part. I would suspect it still has debugging code in
there, and would think it would be faster when all is said and done.

-- 
Hal B
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
--



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



OT: Re: How to turn on display of ALT text

2000-11-25 Thread Jack Bowling

** Reply to message from Vidiot [EMAIL PROTECTED] on Sat, 25
Nov 2000 23:26:44 -0600 (CST)


 OK, for those of you who have suggested the Mozilla browser over
 Netscape 4.75, how does one enable the display of the IMG ALT text?
 
 I use the ALT text to convey information about the images, or other
 misc text that is now not displayed.  I can't find a preference to
 turn it on.  Or is this a non-feature feature?

As well, how do you tell Mozilla that you already have the latest and
greatest Sun JRE onboard and you do not want to download it again, thank
you, everytime you hit a java applet...IOW, how do you tell the browser
where to find the java plugin? I tried setting it in helper applications
but it doesn't seem to acknowledge its existence.

Jack Bowling
Prince George, BC
mailto:[EMAIL PROTECTED]




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: hub problems

2000-11-25 Thread brian davison

any chance the cards are  losing out  between half and full duplex?  Some
cards are  not auto select, and some hubs are and some aren't  full duplex
capable, though most of the full duplex card specs I've read say they will
autoselect
brian
*   



At 
Sorry, I wasn't clear. I pinged from all 3 boxes with the same result.
The salient fact is that it works with one hub perfectly and not TWO
others (I just tried another brand of hub this morning) with the same
settings. And none of the cables are attached to the uplink port of the
hubs. Strange. Must be something internal to the hubs.

Jack Bowling
Prince George, BC
mailto:[EMAIL PROTECTED]




___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


---
 [EMAIL PROTECTED]



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list