Pure-FTPd

2002-01-28 Thread Florin Andrei

Any chance seeing Pure-FTPd in Rawhide? (and maybe in Red Hat proper)

http://pureftpd.sourceforge.net/

I'm using it instead of WU-FTPD or ProFTPD for the same reason i try to
avoid Sendmail in favor of other MTAs, or Bind in favor of other
nameservers: security.
Pure does a lot to ensure security and, while i will agree it doesn't
have the fantastic configurability of ProFTPD, it still has a wealth of
nice features (one thing that made me happy in the latest release:
custom external authenticators, so the sysadmin can write his own
scripts to authenticate against whatever he feels like).
The code looks clean, it is obvious that someone took good care to write
it saner than the usual open source standards ;-). The very latest
version compiles without as much as a warning on SGI's MIPSPro-7.1.2.3,
which is a very pedantic C compiler (and i have yet to find another open
source project that does that).
Even nicer than that, the project looks very alive. ;-)

-- 
Florin Andrei

The security of any corporate network is inversely proportional
to the number of systems administrators on the network. -
- Petreley's law of sysadmins



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



Re: OT - ATM router replacement

2002-01-28 Thread Thierry ITTY

I want to use a Linux server to replace a CISCO 1605 ATM router. Please 
recommend an ATM card and supplier to me. Is all ATM card the same as 
ethernet card ?  Please advice.

I've been quite lucky with FORE (now MARCONI) products, thought i've not
used them with linux. i plan to, and i've heard about drivers available
easily.

let me know how it does.

hth
- * - * - * - * - * - * -
Bien sûr que je suis perfectionniste !
Mais ne pourrais-je pas l'être mieux ?
Thierry ITTY
eMail : [EMAIL PROTECTED]   FRANCE



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



Unresolved Symbol Error Messages

2002-01-28 Thread George Abdo

Hello all,

I am getting the following eror messages during bootup:

/lib/etx3.0 unresolved symbol (and then some name...)
several lines of the same kind of error
Then
/sbin/insmod exited abnormally

I started getting these messages after I recompiled my kernel to include power 
management.

I must say, as far as I can tell, my computer behaves as expected except for these 
error messages during bootup.

Any ideas how I can resolve these symbols.

I am running RH7.2 with Kernel 2.4.7-10

thanks,
George



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



TR: Errata

2002-01-28 Thread Ismael Touama



-Message d'origine-
De : Ismael Touama [mailto:[EMAIL PROTECTED]]
Envoyé : lundi 28 janvier 2002 11:53
À : [EMAIL PROTECTED]   OOPS !
Objet : Errata


HI,

i'm really new to Linux World,
i'm running rh7.2.
I've a lot of pain to find information in french language.
Is there any list about ?
Secondly, I don't well understand the principle and the use
of Errata page of red hat web site.
Is there someone here who can help me to find my way in the overflow
of information that bring linux in my mind (however it's pretty cool!).

Thanks a lot,
ismes
(hope it's the right place, even the principle of hugeous listS
is complicate to me !! By the way...)



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



Doc's

2002-01-28 Thread AABAN34

 Try linux.org, linux.doc or just do a search on any search engine...

Brian


small KDE application! error

2002-01-28 Thread AABAN34

checking for kde headers installed... configure: error: your system is not able to compile a small KDE application!
Check, if you installed the KDE header files correctly.
[root@RedHat-72 ksniff]#


 What does that telling me???

Brian 


JPCAP problem

2002-01-28 Thread AABAN34


 I having a problem with the new verison of JPCAP, I tryed everything to get this working. I loaded JDK and JRE version 1.3 form SUN micosystems.
Here is my proflie and the error I am getting.. This Redhat's 7.2 2.4 Kernel 

---
using jpcap installed at /usr/lib/jpcap-0.01.11
using libpcap libraries from /usr/lib
using Java VM at opt/java-1.3:opt/java-1.3/bin:opt/java-1.3/bin/jar:opt/java-1.3/bin/java:opt/java-1.3/include:opt/java-1.3/lib:opt/java-1.3/jre/bin:opt/java-1.3/lib/fonts:opt/java-1.3/jre/lib/i386:usr/bin/java:opt/java-1.3/jre/lib..
INFO: loading properties from /usr/lib/jpcap-0.01.11/properties/tool.properties
PacketCapture: loading native library jpcap.. ok
attempting to find network device..

using device 'eth0'.
java.lang.NoClassDefFoundError: Lnet/sourceforge/jpcap/client/CaptureViewFrame;
at net.sourceforge.jpcap.client.CaptureTool.main(CaptureTool.java:403)

--

Profile:

# /etc/profile

JAVA_HOME="opt/java-1.3:opt/java-1.3/bin:opt/java-1.3/bin/jar:opt/java-1.3/bin/java:opt/java-1.3/include:opt/java-1.3/lib:opt/java-1.3/jre/bin:opt/java-1.3/lib/fonts:opt/java-1.3/jre/lib/i386:usr/bin/java:opt/java-1.3/jre/lib"


# System wide environment and startup programs, for login setup
# Functions and aliases go in /etc/bashrc


# Path manipulation
if [ `id -u` = 0 ]  ! echo $PATH | /bin/grep -q "/sbin" ; then
 PATH=/sbin:$PATH:$JAVA_HOME/bin
fi

if [ `id -u` = 0 ]  ! echo $PATH | /bin/grep -q "/usr/sbin" ; then
 PATH=/usr/sbin:$PATH:$JAVA_HOME/bin
fi

if [ `id -u` = 0 ]  ! echo $PATH | /bin/grep -q "/usr/local/sbin" ; then
 PATH=/usr/local/sbin:$PATH:$JAVA_HOME/bin
fi

if ! echo $PATH | /bin/grep -q "/usr/X11R6/bin" ; then
 PATH="$PATH:/usr/X11R6/bin:$JAVA_HOME/bin"
fi

# No core files by default
ulimit -S -c 0  /dev/null 21

USER=`id -un`
LOGNAME=$USER
MAIL="/var/spool/mail/$USER"

HOSTNAME=`/bin/hostname`
HISTSIZE=1000

if [ -z "$INPUTRC" -a ! -f "$HOME/.inputrc" ]; then
 INPUTRC=/etc/inputrc
fi

export JAVA_HOME PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC

for i in /etc/profile.d/*.sh ; do
 if [ -r $i ]; then
 . $i
 fi
done

unset i




Re: samba with Windows 2000

2002-01-28 Thread Michael S. Dunsavage

hrm, I dont know if this matters, but are they on the same subnet?


- Original Message -
From: Jatan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, January 27, 2002 11:29 PM
Subject: Re: samba with Windows 2000


 Michael S. Dunsavage wrote:

  if you are on a domain try using
 
 
 
  password server = domainserver
 
 
 
  in the global section.
 
 i dont think im on a domain. I haven't setup one !! I wonder if Windows
 2000 sets up one itself!! ;)  I just have a couple of Win2000 machines
 connected to the linux box through a compaq router so that they can
 share the same cable internet connection (the router is also wireless
 enabled, but thats another aspect). Its as simple an arrangement as that.

  Also if you are using a samba password file make sure it's set in the
  global section
 
 
 
  smb passwd file = /usr/local/samba/private/smbpasswd
 
 Yes, I have done that...

 Jatan

 
 
 
 
  - Original Message -
 
  From: Jatan mailto:[EMAIL PROTECTED]
 
  To: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 
  Sent: Sunday, January 27, 2002 10:38 PM
 
  Subject: Re: samba with Windows 2000
 
 
  nopes, tried using the same values as you (ignoring the domain
  stuuf), but still doesn't work. I wonder why :(  I will keep
  trying out various combinations, lets see. Meanwhile, any ideas
  are welcome :)
 
  Thanks a lot!
 
  Jatan
 
 
  Michael S. Dunsavage wrote:
 
 [global]
 workgroup = OLYMPUS
 server string = Redhat Linux 7.0 Zeus Box
 load printers = yes
 printcap name = /etc/printcap
 guest account = pcguest
 log file = /usr/local/samba/var/log.%m
 max log size = 50
 security = user
 password server = zeus
 encrypt passwords = yes
 smb passwd file = /usr/local/samba/private/smbpasswd
 socket options = TCP_NODELAY
 local master = yes
 os level = 65
 domain master = yes
 preferred master = yes
 domain logons = yes
 logon script = %U.bat
 
 
 that is my global party in my smb.conf  (the domain stuff is because I
have
 it as a pdc, ignore that unless you use it as a pdc).
 
 
 - Original Message -
 From: Jatan [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, January 27, 2002 10:55 AM
 
 Subject: Re: samba with Windows 2000
 
 
 Hi,
 
 I couldn't find anything like EncryptedPasswords in the smb.conf
file.
 But I have set
 
 encypt paswords = yes
 
 But this doesnt solve the problem either. I am getting the feeling that
 I must have overlooked some obvious point here!
 
 Any ideas ??
 
 Thanks !
 
 Jatan
 
 
 Sebastian Kayser wrote:
 
 Hi Jatan,
 
 Windows 2000 was known to
 have problems with samba because of
 password encryption, domain name
 controllers etc. Can this be related
 to
 something like that ?
 
 Sure, check if you set
 
 EncryptedPasswords = yes
 
 If not Samba does not know what to do with the encrypted passwords
 coming from your Win2000 box and the connection fails.
 
 Thanks,
 
 Jatan
 
 Greets,
 
 Sebastian
 
 
 
 ___
 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
 
 
 
 
 ___
 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




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



Re: samba with Windows 2000

2002-01-28 Thread Michael S. Dunsavage

I believe we covered that about 3 messages ago :)

Thank yu
- Original Message -
From: Bret Hughes [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 28, 2002 12:06 AM
Subject: Re: samba with Windows 2000


 On Sun, 2002-01-27 at 22:29, Jatan wrote:
  Michael S. Dunsavage wrote:
 
   if you are on a domain try using
  
  
  
   password server = domainserver
  
  
  
   in the global section.
  
  i dont think im on a domain. I haven't setup one !! I wonder if Windows
  2000 sets up one itself!! ;)  I just have a couple of Win2000 machines
  connected to the linux box through a compaq router so that they can
  share the same cable internet connection (the router is also wireless
  enabled, but thats another aspect). Its as simple an arrangement as
that.

 I am coming late to this thread but have you read the
 /usr/share/docs/samba*/docs/ENCRYPTION.txt (assumes RHL 7x) file and
 done what it says?

 At the very least you will need to run smbpasswd for the user you are
 testing as.

 HTH

 Bret



 ___
 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



Re: samba with Windows 2000

2002-01-28 Thread Michael S. Dunsavage

http://www.linuxorbit.com/howto/sambahowto.php3

this may help
- Original Message -
From: Michael S. Dunsavage [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 28, 2002 6:17 AM
Subject: Re: samba with Windows 2000


 hrm, I dont know if this matters, but are they on the same subnet?


 - Original Message -
 From: Jatan [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, January 27, 2002 11:29 PM
 Subject: Re: samba with Windows 2000


  Michael S. Dunsavage wrote:
 
   if you are on a domain try using
  
  
  
   password server = domainserver
  
  
  
   in the global section.
  
  i dont think im on a domain. I haven't setup one !! I wonder if Windows
  2000 sets up one itself!! ;)  I just have a couple of Win2000 machines
  connected to the linux box through a compaq router so that they can
  share the same cable internet connection (the router is also wireless
  enabled, but thats another aspect). Its as simple an arrangement as
that.
 
   Also if you are using a samba password file make sure it's set in the
   global section
  
  
  
   smb passwd file = /usr/local/samba/private/smbpasswd
  
  Yes, I have done that...
 
  Jatan
 
  
  
  
  
   - Original Message -
  
   From: Jatan mailto:[EMAIL PROTECTED]
  
   To: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  
   Sent: Sunday, January 27, 2002 10:38 PM
  
   Subject: Re: samba with Windows 2000
  
  
   nopes, tried using the same values as you (ignoring the domain
   stuuf), but still doesn't work. I wonder why :(  I will keep
   trying out various combinations, lets see. Meanwhile, any ideas
   are welcome :)
  
   Thanks a lot!
  
   Jatan
  
  
   Michael S. Dunsavage wrote:
  
  [global]
  workgroup = OLYMPUS
  server string = Redhat Linux 7.0 Zeus Box
  load printers = yes
  printcap name = /etc/printcap
  guest account = pcguest
  log file = /usr/local/samba/var/log.%m
  max log size = 50
  security = user
  password server = zeus
  encrypt passwords = yes
  smb passwd file = /usr/local/samba/private/smbpasswd
  socket options = TCP_NODELAY
  local master = yes
  os level = 65
  domain master = yes
  preferred master = yes
  domain logons = yes
  logon script = %U.bat
  
  
  that is my global party in my smb.conf  (the domain stuff is because I
 have
  it as a pdc, ignore that unless you use it as a pdc).
  
  
  - Original Message -
  From: Jatan [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Sunday, January 27, 2002 10:55 AM
  
  Subject: Re: samba with Windows 2000
  
  
  Hi,
  
  I couldn't find anything like EncryptedPasswords in the smb.conf
 file.
  But I have set
  
  encypt paswords = yes
  
  But this doesnt solve the problem either. I am getting the feeling
that
  I must have overlooked some obvious point here!
  
  Any ideas ??
  
  Thanks !
  
  Jatan
  
  
  Sebastian Kayser wrote:
  
  Hi Jatan,
  
  Windows 2000 was known to
  have problems with samba because of
  password encryption, domain name
  controllers etc. Can this be related
  to
  something like that ?
  
  Sure, check if you set
  
  EncryptedPasswords = yes
  
  If not Samba does not know what to do with the encrypted passwords
  coming from your Win2000 box and the connection fails.
  
  Thanks,
  
  Jatan
  
  Greets,
  
  Sebastian
  
  
  
  ___
  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
  
  
  
  
  ___
  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
 




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



Re: Multi user tips

2002-01-28 Thread Rodolfo J. Paiz

At 1/27/2002 09:59 PM -0500, you wrote:
I am going to open up a system to a few folks and offer
them free hosting of their forums, and before I do this,
I want to make sure I've locked everything down.

I know how to admin apache/php/mysql/ssh/postfix, etc,
but on my home servers behind a firewall.  I'm now
looking for pointers and tips on security basics and
any sort of gotcha's that I need to be aware of
before I open this up to others.

Tip #1: Security should be a basic part of your life. Learn about it, 
implement it, improve it, each and every time you do anything. You cannot 
and will not quickly become truly adept at securing systems, hence you 
should take every opportunity to learn. Had someone suggested this to you a 
year ago, you'd now know everything you do *plus* enough security to feel 
pretty comfortable.

Tip #2: If you're connected to the Internet, someone *is* out to get you. 
Paranoia is a necessary part of life.

Other than that, just a few URL's for reference (note that all docs are 
usually slightly outdated, so use your own judgment always):

http://www.netfilter.org/documentation/index.html
http://www.linuxdoc.org
http://www.robertgraham.com/pubs/firewall-seen.html
http://secinf.net/info/unix/lance/linux.html
http://net-security.org
http://www.cert.org

Tip #3: It is much easier (most of the time) to hack your way into elevated 
privileges (e.g. go from normal user to root) than to hack in from zero. 
Hence, be careful when granting any access to others.


--
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



Why is vsftpd in Rawhide?

2002-01-28 Thread Rodolfo J. Paiz

Good morning,

The 1.0.1 branch of vsftpd is stable; in fact, remarkably so. Is there a 
reason why it's put in Rawhide? Was it, perhaps, a case of we had nowhere 
else to put it?


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



Re: Why is vsftpd in Rawhide?

2002-01-28 Thread Jason Costomiris

On Mon, Jan 28, 2002 at 01:07:18PM +, Rodolfo J. Paiz wrote:
: The 1.0.1 branch of vsftpd is stable; in fact, remarkably so. Is there a 
: reason why it's put in Rawhide? Was it, perhaps, a case of we had nowhere 
: else to put it?

I'd guess it's because Rawhide will eventually grow up to be the RH 8.0
release, and they're preparing, that's all...

-- 
Jason Costomiris|  Technologist, geek, human.
jcostom {at} jasons {dot} org  |  http://www.jasons.org/ 
  Quidquid latine dictum sit, altum viditur.
My account, My opinions.



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



kernel-drm missing XFree

2002-01-28 Thread Linux

I am getting an error about a missing dependency from the XFree
4.1.0-15. The error is:
==Unresolved chain of dependencies:
XFree86-4.1.0-15requires kernel-drm-4.1.0

I am running redhat 7.1, and I am trying to update using up2date. I've
looked on update2.redhat.com and I cannot find the kernel-drm. I also
upgraded the kernel to 2.4.9-21.

Anybody have any ideas?

Thanks, Paul



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



Re: RPM upgrade problem

2002-01-28 Thread Matthew Boeckman

Devon wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Friday 25 January 2002 10:54 am, Matthew Boeckman wrote:
 
Hi list,
  I have a newly installed RH7.2 box that was installed on top of
RH6.2. The installation did not upgrade RPM, so I am left to do that.
The problem is that when I try to install the popt stuff I get:

 
 Really? That's odd, I'd have expected the install to need the latest rpm.
 Did the install finish cleanly? Have you tried rpm --rebuilddb?


That was my reaction also. The install from CD went without a hitch, but 
it appears (looking at /var/lib/rpm) that I have pieces of both 3.0.4 
and 4.0.3 installed!


 
 What version of rpm do you have installed?
 
 
[root@bohr src]# rpm -Uvh popt-1.6.3-1.03.i386.rpm
error: failed dependencies:
 rpmlib(CompressedFileNames) = 3.0.4-1 is needed by
popt-1.6.3-1.03

 
 I believe this is a complaint that it needs a newer version of rpm 
 installed. Sort of a nasty catch-22, eh? ;)
 
 You might have a look at:
 https://www.redhat.com/support/errata/RHSA-2001-016.html
 and see if any of the info on that page helps.
 


I used that as a path, upgrading each of the popt, and rpm packages with 
--force (only way it would go), then went from there to rpm 4.0.3, which 
also included rpm'ing db3 stuff. The rpm environment seems to be stable 
now after a --rebuilddb in 4.0.3. I'm still curious/annoyed that the 
installer didn't take care of this, but oh well.

Thanks for your reply, it got me thinking right.


 - -D
 
 - -- 
 
 pgp key:  http://www.tuxfan.homeip.net:8080/pgpkey.txt
 
 - --
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE8Uid7eMAUbzJhSVcRAi47AKC1KrxHmqEwoXMQ8O/sTsnF1CnDPACeIofr
 53kbCDCy7UxPRX9ZUPnWOs0=
 =8VrK
 -END PGP SIGNATURE-
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 
 
 


-- 
Matthew Boeckman(816) 777-2160
Manager - Systems Integration   Saepio Technologies
== 
==
Public Notice as Required by Law: Any Use of This Product, in
Any Manner Whatsoever, Will Increase the Amount of Disorder in the Universe.
Although No Liability Is Implied Herein, the Consumer Is Warned That This
Process Will Ultimately Lead to the Heat Death of the Universe.



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



Re: kernel-drm missing XFree

2002-01-28 Thread Ed Wilts

On Mon, Jan 28, 2002 at 06:12:53AM -0800, Linux wrote:
 I am getting an error about a missing dependency from the XFree
 4.1.0-15. The error is:
 ==Unresolved chain of dependencies:
 XFree86-4.1.0-15requires kernel-drm-4.1.0
 
 I am running redhat 7.1, and I am trying to update using up2date. I've
 looked on update2.redhat.com and I cannot find the kernel-drm. I also
 upgraded the kernel to 2.4.9-21.

I had this error until I upgraded to 2.4.9-21.  Are you sure you still
received this error *after* you upgraded the kernel?
# rpm -q --whatprovides kernel-drm
kernel-2.4.9-12
kernel-2.4.9-21

Cheers,
.../Ed

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]



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



Piracy?

2002-01-28 Thread ABrady

I subscribe to an online news thingy. Today there was an announcement
that Redhat is going to launch a  Linux Advanced Server at Linuxworld.
There was one line that I didn't quite understand and was hoping someone
had more information on exactly what is being talked about:

Red Hat is also taking steps to halt piracy of its software, which is
nevertheless based on the free Linux OS.

Piracy of what? What kinds of steps?

Not that it makes any difference to me because I fully believe that
someone that writes the software has 100% right to determine its
distribution (including source), licensing and so forth. I'm just
wondered what's being discussed in the statement.

-- 
We finally figured out how to totally eliminate blue-screen crashes.
We made them red.



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



RE: Piracy?

2002-01-28 Thread Ismael Touama

hi,
it's probably in theme with the GNU and GPL licences...
Is Red hat suffering of a bad image because of a bad
based distribution from its sources ?

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de ABrady
Envoye : lundi 28 janvier 2002 16:09
A : [EMAIL PROTECTED]
Objet : Piracy?


I subscribe to an online news thingy. Today there was an announcement
that Redhat is going to launch a  Linux Advanced Server at Linuxworld.
There was one line that I didn't quite understand and was hoping someone
had more information on exactly what is being talked about:

Red Hat is also taking steps to halt piracy of its software, which is
nevertheless based on the free Linux OS.

Piracy of what? What kinds of steps?

Not that it makes any difference to me because I fully believe that
someone that writes the software has 100% right to determine its
distribution (including source), licensing and so forth. I'm just
wondered what's being discussed in the statement.

-- 
We finally figured out how to totally eliminate blue-screen crashes.
We made them red.



___
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



Re: small KDE application! error

2002-01-28 Thread Brian Ashe

[EMAIL PROTECTED],

On Monday 28 January 2002 06:04, you said something about:
 checking for kde headers installed... configure: error: your system is not
 able to compile a small KDE application!
 Check, if you installed the KDE header files correctly.
 [root@RedHat-72 ksniff]#


   What does that telling me???


IIRC, this means that you are trying to compile an app that was written for 
KDE 1.x on a KDE 2.x system. The configure scripts had a strange little way 
of checking for the headers and it usually fails in the newer KDE.

You have two options...
See if it's functionality has been replaced in something else
Port it to KDE 2.x

-- 
Brian Ashe CTO
Dee-Web Software Services, LLC.  [EMAIL PROTECTED]



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



RE: Piracy?

2002-01-28 Thread Needham, Douglas

They are probably referring to the fact that if you download an ISO of
redhat and then distribute it you can NOT call it a official Red Hat Linux
7.x distribution. They recently changed the terms on the web site. This
means that the CD's you get from cheapbytes can't be called Red Hat 7.x
Linux. They have to have a different name. You can refer to the fact that
these CD's are made from ISO's but you have to say you made them not Red
Hat. 

The media folks I am sure are not as clear on the distinction as some of us
in the Linux community. You cannot after all pirate GPL'd software. It
just has to do with someone downloading an ISO and what they call the
downloaded ISO. That is my understaning and my opinion on this as arrived to
by long flames/discussions on my LUG list. 





-Original Message-
From: ABrady [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 28, 2002 10:09 AM
To: [EMAIL PROTECTED]
Subject: Piracy?


I subscribe to an online news thingy. Today there was an announcement
that Redhat is going to launch a  Linux Advanced Server at Linuxworld.
There was one line that I didn't quite understand and was hoping someone
had more information on exactly what is being talked about:

Red Hat is also taking steps to halt piracy of its software, which is
nevertheless based on the free Linux OS.

Piracy of what? What kinds of steps?

Not that it makes any difference to me because I fully believe that
someone that writes the software has 100% right to determine its
distribution (including source), licensing and so forth. I'm just
wondered what's being discussed in the statement.

-- 
We finally figured out how to totally eliminate blue-screen crashes.
We made them red.



___
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



Re: Is RedHat droping the free subscriptors?

2002-01-28 Thread Trond Eivind Glomsrød

Tomas Garcia Ferrari [EMAIL PROTECTED] writes:

 A long time ago, when using the RHN was absolutely free I subscribe myself
 to it with several systems to check it out. At some point the testing period
 was over but RH offered the possibility of keeping 1 system registered for
 free. So I did. Now it seems to be that this service is over. Even if my
 system is listed like having a basic service when I run up2date -l I
 have a note saying this:
  Error Message:
  Free service limited due to high load, please try again later (server
  142421)
  Error Class Code: 51
  Error Class Info:
  Due to extremely high traffic, access to Red Hat Network is currently
  limited to subscription customers.  Please try again later.  If you
  would like to become a subscription customer, go to
  https://rhn.redhat.com/preview/priority_service.pxt for more information.
  Explanation: 
  An error has occurred while processing your request. If this problem
  persists please submit a bug report to [EMAIL PROTECTED]
  If you choose to submit the bug report, please be sure to include
  details of what you were trying to do when this error occurred and
  details on how to reproduce this problem.
 
 I don't want to understand this as an action to force users to upgrade their
 services, but if this is the case, I would had prefer to received a note in
 advance. And yes, I received an e-mail from RHN offering new upgrades. The
 same day that up2date stop working... :(

Kernel+XFree+KDE in one week = extremely high bandwidth usage
 

-- 
Trond Eivind Glomsrød
Red Hat, Inc.



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



Re: Unresolved Symbol Error Messages

2002-01-28 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

George Abdo wrote:

I am getting the following eror messages during bootup:

/lib/etx3.0 unresolved symbol (and then some name...)
several lines of the same kind of error

Any ideas how I can resolve these symbols.

Yeah ... you just need to check for some file or other, and make a 
change to it on some line.  And there's this other library you 
need to install.

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPFV5OL9BpdPKTBGtEQI57ACcCjJD6nSVJglkLggTxSfFwtSmtiMAnjuz
BDs97wYBHzfTnuLWtxXyMg/P
=3NNT
-END PGP SIGNATURE-




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



Re: Is RedHat droping the free subscriptors?

2002-01-28 Thread Trond Eivind Glomsrød

Wolfgang Pfeiffer [EMAIL PROTECTED] writes:

 Redhat is providing errata back til version 4.0 (!)
 https://www.redhat.com/apps/support/errata/

1.0:

ftp://ftp.redhat.com/pub/redhat/linux/updates/

You can even find rpp-packages (pre-RPM)  in the 1.0 directory.

Note that only RHL 6.2 and later are currently supported (meaning we
don't create security errata for older releases).

-- 
Trond Eivind Glomsrød
Red Hat, Inc.



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



ports Gaim is using

2002-01-28 Thread dave brett

Does anybody have any idea what ports Gaim uses which is different that
the windows program (aol instant messenger).

The reason for the question is I cannot connect with Gaim from the office,
but can when I use the windows version.  When I am at home I  can connect
with both versions

thanks
david




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



mtrr error message

2002-01-28 Thread Janyne Kizer

I was wondering how I can get rid of this error message. 

mtrr: your processor doesn't support write-combining

My /proc/mtrr file is as follows

reg00: base=0x (   0MB), size=1024MB: write-back, count=1

The machine is a Dell PowerEdge 2400.

Thanks for any pointers in the correct direction :-)
-- 

Janyne Kizer
CNE-3, CNE-4, CNE-5
Systems Programmer Administrator I
NC State University, College of Agriculture  Life Sciences
Extension and Administrative Technology Services
Phone: (919) 515-3609



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



Re: ports Gaim is using

2002-01-28 Thread Robert Dege


I had problems logging in with Gaim as well.  Until I found out that
GAIM was trying to authenticate via Oscar.  When I changed it back to
TOC, I could login in just fine.

-Rob

 Does anybody have any idea what ports Gaim uses which is different that
 the windows program (aol instant messenger).
 
 The reason for the question is I cannot connect with Gaim from the office,
 but can when I use the windows version.  When I am at home I  can connect
 with both versions
 
 thanks
 david
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 
-- 

-Rob



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



Re: Unresolved Symbol Error Messages

2002-01-28 Thread Rodolfo J. Paiz

At 1/28/2002 08:15 AM -0800, you wrote:

Yeah ... you just need to check for some file or other, and make a
change to it on some line.  And there's this other library you
need to install.

Now, now, David... be nice. smile

To the original poster: Get the original errors, write them down or copy 
them down *exactly* and post those. If your system does boot correctly, you 
can get those messages from dmesg | more then writing them down or 
copying from there.

No one can help you unless you provide that data.


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



LILO and Linux bak problems

2002-01-28 Thread bragiba

Each time I run up2date I get a linux bak entry in my LILO???

Does anyone know why and how do I get rid of this?


Með kveðju/Best Regards
Bragi Baldursson
GPRS Kerfisverkfræðingur/GPRS Systems Engineer
Sími/Tel.:  550 63 08mailto:[EMAIL PROTECTED]
Fax:  550 63 39www:http://www.siminn.is
Gsm:   892 63 08

- Síminn auðveldar samskipti -

___
Þessi tölvupóstur og viðhengi hans gætu innihaldið trúnaðarupplýsingar
eingöngu ætlaðar þeim sem hann er stílaður á. Efni tölvupóstsins og
viðhengi er á ábyrgð sendanda ef það tengist ekki starfsemi Símans.
Sjá nánar: http://www.siminn.is/um_okkur/almennt/tolvupostur.asp

This e-mail and its attachments may contain confidential and privileged
information only intended for the person or entity to which it is
addressed.
Further information: http://www.siminn.is/english/about_us/email.asp
___



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



Re: Piracy?

2002-01-28 Thread ABrady

On Mon, 28 Jan 2002 16:32:53 +0100
Ismael Touama [EMAIL PROTECTED] implied:

 hi,
 it's probably in theme with the GNU and GPL licences...
 Is Red hat suffering of a bad image because of a bad
 based distribution from its sources ?

Not that I'm aware of. The only discussions I've seen that seemed
somewhat awful was the non-event abotu AOL and Redhat talking things
over, and discussions about not allowing others to distribute the
releases with anything sounding remotely like ColorClothing_Item
names. If others are following that, it would be kinda hard to pin
problems to Redhat because their name isn't on it and it's not
officially sanctioned.

I'm not aware of any piracy-type happenings either, which is why I found
that statement rather curious in what amounted to someone doing their
version of an announcement.

 -Message d'origine-
 De : [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]De la part de ABrady
 Envoye : lundi 28 janvier 2002 16:09
 A : [EMAIL PROTECTED]
 Objet : Piracy?
 
 
 I subscribe to an online news thingy. Today there was an announcement
 that Redhat is going to launch a  Linux Advanced Server at Linuxworld.
 There was one line that I didn't quite understand and was hoping
 someone had more information on exactly what is being talked about:
 
 Red Hat is also taking steps to halt piracy of its software, which is
 nevertheless based on the free Linux OS.
 
 Piracy of what? What kinds of steps?
 
 Not that it makes any difference to me because I fully believe that
 someone that writes the software has 100% right to determine its
 distribution (including source), licensing and so forth. I'm just
 wondered what's being discussed in the statement.
 
 -- 
 We finally figured out how to totally eliminate blue-screen crashes.
 We made them red.
 
 
 
 ___
 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


-- 
Support organized crime: buy Microsoft products.



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



Re: ports Gaim is using

2002-01-28 Thread dave brett

Hi Robert

Thanks I was unaware of this option.  After some playing around I got it
to work.  I ended getting it to work with Oscar instead of TOC.  I don't
understand but what you said makes sense.

thanks
david

On 28 Jan 2002, Robert Dege wrote:

 
 I had problems logging in with Gaim as well.  Until I found out that
 GAIM was trying to authenticate via Oscar.  When I changed it back to
 TOC, I could login in just fine.
 
 -Rob
 
  Does anybody have any idea what ports Gaim uses which is different that
  the windows program (aol instant messenger).
  
  The reason for the question is I cannot connect with Gaim from the office,
  but can when I use the windows version.  When I am at home I  can connect
  with both versions
  
  thanks
  david
  
  
  
  
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
  
 -- 
 
 -Rob
 
 
 
 ___
 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



Re: Unresolved Symbol Error Messages

2002-01-28 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rodolfo J. Paiz wrote:

Yeah ... you just need to check for some file or other, and make a
change to it on some line.  And there's this other library you
need to install.

Now, now, David... be nice. smile

Considering that I forgot to 

#include coffee.h

today, I think I'm doing pretty well.  In fact, I think it was nearly 
witty.

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPFWNCr9BpdPKTBGtEQI+VwCg3kk7/+/0+eOoABLG3wmIWka4524AoLdC
cPDatUlrvNQ6JeZ70oD7sIEA
=JuBe
-END PGP SIGNATURE-




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



Re: ports Gaim is using

2002-01-28 Thread dave brett

Hi Robert

I was a too haste in replying.  It did work, but AOL logged me off. I was
using illegal software.  It did show me where the problem was.  I had to
get a new port opend up for it to work.

thanks again
david

On Mon, 28 Jan 2002, dave brett wrote:

 Hi Robert
 
 Thanks I was unaware of this option.  After some playing around I got it
 to work.  I ended getting it to work with Oscar instead of TOC.  I don't
 understand but what you said makes sense.
 
 thanks
 david
 
 On 28 Jan 2002, Robert Dege wrote:
 
  
  I had problems logging in with Gaim as well.  Until I found out that
  GAIM was trying to authenticate via Oscar.  When I changed it back to
  TOC, I could login in just fine.
  
  -Rob
  
   Does anybody have any idea what ports Gaim uses which is different that
   the windows program (aol instant messenger).
   
   The reason for the question is I cannot connect with Gaim from the office,
   but can when I use the windows version.  When I am at home I  can connect
   with both versions
   
   thanks
   david
   
   
   
   
   ___
   Redhat-list mailing list
   [EMAIL PROTECTED]
   https://listman.redhat.com/mailman/listinfo/redhat-list
   
  -- 
  
  -Rob
  
  
  
  ___
  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
 



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



MySQL headers after rpm install?

2002-01-28 Thread Brian K. Jones

Can anyone tell me where the MySQL header files are located by 
default after performing an RPM install of Mysql and Mysql-clients?

I'm trying to build PHP with mysql, but it's complaining that it 
can't find the header files.  I've never installed mysql this way, so 
I'm a little in the dark, but I was in a hurry and figured it'd be 
quicker.  Guess that'll teach me to use RPM's - or not.


-- 

Brian K. Jones
System Administrator
Dept. of Computer Science, Princeton University
[EMAIL PROTECTED]
Voice: (609) 258-6080



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



RE: MySQL headers after rpm install?

2002-01-28 Thread Brad Bonkoski
Title: RE: MySQL headers after rpm install?





Use the source.


(I think to proceed this way you have to install PHP as an RPM as well.. what a pain!)


 -Original Message-
 From: Brian K. Jones [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 28, 2002 11:17 AM
 To: [EMAIL PROTECTED]
 Subject: MySQL headers after rpm install?
 
 
 Can anyone tell me where the MySQL header files are located by 
 default after performing an RPM install of Mysql and Mysql-clients?
 
 I'm trying to build PHP with mysql, but it's complaining that it 
 can't find the header files. I've never installed mysql this way, so 
 I'm a little in the dark, but I was in a hurry and figured it'd be 
 quicker. Guess that'll teach me to use RPM's - or not.
 
 
 -- 
 
 Brian K. Jones
 System Administrator
 Dept. of Computer Science, Princeton University
 [EMAIL PROTECTED]
 Voice: (609) 258-6080
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 





Re: LILO and Linux bak problems

2002-01-28 Thread Devon

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 28 January 2002 12:19 pm, [EMAIL PROTECTED] wrote:
 Each time I run up2date I get a linux bak entry in my LILO???

 Does anyone know why and how do I get rid of this?

The linux.bak entry is a Good Thing(TM).
It keeps your old kernel, in case there is a problem booting the new 
kernel. Without it, if something goes wrong, you'd be left with an 
unbootable system.

If you want to get rid of it _after_ determining that the new kernel 
works, rpm -e kernel-{old kernel version}, check /etc/lilo.conf (removing 
the linux.bak entry if need be) and run lilo -v

- -D

- -- 

pgp key:  http://www.tuxfan.homeip.net:8080/pgpkey.txt

- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8VZvZeMAUbzJhSVcRAj8JAJ44/cB+IXqUuDJKRvMjmjmpoHqJggCgrf9m
a4WZDKh7OZCJOYg3ths1w/E=
=qH+2
-END PGP SIGNATURE-



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



Re: MySQL headers after rpm install?

2002-01-28 Thread Brian K. Jones

I hate this 'rpm mystery meat' crap.

I configured without a path to mysql and it found the library it 
needed.  I still don't know where that is.  Now it can't find the 
snmp.h file.  Of course, ucd-snmp was part of the default install, 
which of course uses rpm.

WTF?  What's with all of this non-standard CRAP?  Why can't Redhat 
just put things where EVERYONE else in the Linux world expects to 
find them?  It sure would make it easier to get something useful up 
and running, or to debug in cases like this.

Anyone know where snmp.h is?  I still haven't found the mysql header 
files either.  I'm not including a path for snmp, so I figured all 
should be well :)  It's not.  Way to be predictable.

On Monday 28 January 2002 01:39 pm, you wrote:
 Use the source.

 (I think to proceed this way you have to install PHP as an RPM as
 well.. what a pain!)

  -Original Message-
  From: Brian K. Jones [mailto:[EMAIL PROTECTED]]
  Sent: Monday, January 28, 2002 11:17 AM
  To: [EMAIL PROTECTED]
  Subject: MySQL headers after rpm install?
 
 
  Can anyone tell me where the MySQL header files are located by
  default after performing an RPM install of Mysql and
  Mysql-clients?
 
  I'm trying to build PHP with mysql, but it's complaining that it
  can't find the header files.  I've never installed mysql this
  way, so I'm a little in the dark, but I was in a hurry and
  figured it'd be quicker.  Guess that'll teach me to use RPM's -
  or not.
 
 
  --
 
  Brian K. Jones
  System Administrator
  Dept. of Computer Science, Princeton University
  [EMAIL PROTECTED]
  Voice: (609) 258-6080
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list

-- 

Brian K. Jones
System Administrator
Dept. of Computer Science, Princeton University
[EMAIL PROTECTED]
Voice: (609) 258-6080



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



Re: Unresolved Symbol Error Messages

2002-01-28 Thread Devon

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 28 January 2002 12:40 pm, David Talkington wrote:
 Rodolfo J. Paiz wrote:
 Yeah ... you just need to check for some file or other, and make a
 change to it on some line.  And there's this other library you
 need to install.
 
 Now, now, David... be nice. smile

 Considering that I forgot to

 #include coffee.h

 today, I think I'm doing pretty well.  In fact, I think it was nearly
 witty.

I enjoyed it. ;)

- -D

- -- 

pgp key:  http://www.tuxfan.homeip.net:8080/pgpkey.txt

- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE8VZxJeMAUbzJhSVcRAlz0AKCXRiUvxBlUSb8ZYfEmOHutRccLYwCghW6C
FF8nuk0GZeMfHqpfFeP8eBg=
=Vay8
-END PGP SIGNATURE-



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



Re: howto securely mirror a rpm files ?

2002-01-28 Thread Rodolfo J. Paiz

At 1/22/2002 04:05 PM +0100, you wrote:

I would like to mirror the redhat updates. However, I have doubts about how to
do it securely.

I wouldn't generally do *anything* as root if I could avoid it. Create a 
user mirror, and have him/her do nothing but this. Find a mirror that 
allows rsync, and use that; it's a fantastic tool. Make sure that mirror 
owns the files and directories you bring in with chown -R mirror.mirror 
/path/to/mirrordir. Note that having or not having a slash at the end 
makes a difference depending on how you type it.

Remember to be courteous; if you're just doing this for yourself, set your 
mirror to update automatically ideally at 4am on Sunday (the lowest-traffic 
time you can think of, and ideally only once or a couple of times a week). 
Then, if you need to sync because urgent updates just came out, you can 
trigger that same script manually.

If you want to get the updates daily, give back to the community (which 
runs mirrors and their bandwidth for free) and write the mirror admin to 
request permission. Many mirrors will open rsync for your IP if you ask 
nicely, and if you are providing mirror access yourself to other people 
like a Local Users' Group (LUG).

What I did was provide low-bandwidth access to my mirror but also to make 
ISO's for a very low fee ($3/disc) for anyone in my country/region; this 
way there was some value in my increased use of bandwidth since a lot more 
people were able to get RedHat through me. I could provide value (over 
50GB/month in ISO's) and justify my access, but without straining my measly 
128 Kbps dedicated link.

Just my thoughts. Take what you need, but remember to give when you can.


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



Re: Unresolved Symbol Error Messages

2002-01-28 Thread Rodolfo J. Paiz

At 1/28/2002 01:45 PM -0500, you wrote:
On Monday 28 January 2002 12:40 pm, David Talkington wrote:
  Considering that I forgot to
 
  #include coffee.h
 
  today, I think I'm doing pretty well.  In fact, I think it was nearly
  witty.

I enjoyed it. ;)

I thought it was funny too. However, I was sure the OP would be lost beyond 
belief and miss the whole thing, so I decided to add a little.


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



Re: MySQL headers after rpm install?

2002-01-28 Thread ABrady

On Mon, 28 Jan 2002 13:41:55 -0500
Brian K. Jones [EMAIL PROTECTED] implied:

 I hate this 'rpm mystery meat' crap.
 
 I configured without a path to mysql and it found the library it 
 needed.  I still don't know where that is.  Now it can't find the 
 snmp.h file.  Of course, ucd-snmp was part of the default install, 
 which of course uses rpm.
 
 WTF?  What's with all of this non-standard CRAP?  Why can't Redhat 
 just put things where EVERYONE else in the Linux world expects to 
 find them?  It sure would make it easier to get something useful up 
 and running, or to debug in cases like this.
 
 Anyone know where snmp.h is?  I still haven't found the mysql header 
 files either.  I'm not including a path for snmp, so I figured all 
 should be well :)  It's not.  Way to be predictable.

$  locate snmp.h
/usr/share/apps/quanta/doc/php/ref.snmp.html
/usr/include/fwbuilder/snmp.hh
/usr/include/ucd-snmp/snmp.h
/usr/src/redhat/BUILD/fwbuilder-0.9.5/src/gui/snmp.hh
/usr/src/linux-2.4.16-0.13/drivers/crypto/bcm/snmp.h
/usr/src/linux-2.4.16-0.13/include/net/snmp.h
/var/www/html/manual/mod/mod_php4/ref.snmp.html
$ rpm -qf /usr/include/ucd-snmp/snmp.h
ucd-snmp-devel-4.2.1-7

Standard or no, 'locate' works the same for all that include it, and
then it's just a matter of learning to use the tools at one's disposal.

Similar means can be used to locate other things. Including the headers
you want to locate:

$ rpm -ql mysql-devel
/usr/include/mysql
/usr/include/mysql/dbug.h
/usr/include/mysql/errmsg.h
/usr/include/mysql/m_ctype.h
/usr/include/mysql/m_string.h
/usr/include/mysql/my_config.h
/usr/include/mysql/my_global.h
/usr/include/mysql/my_list.h
/usr/include/mysql/my_net.h
/usr/include/mysql/my_no_pthread.h
/usr/include/mysql/my_pthread.h
/usr/include/mysql/my_sys.h
/usr/include/mysql/mysql.h
/usr/include/mysql/mysql_com.h
/usr/include/mysql/mysql_version.h
/usr/include/mysql/mysqld_error.h
/usr/include/mysql/raid.h
/usr/include/mysql/sslopt-case.h
/usr/include/mysql/sslopt-longopts.h
/usr/include/mysql/sslopt-usage.h
/usr/include/mysql/sslopt-vars.h
/usr/lib/mysql
/usr/lib/mysql/libdbug.a
/usr/lib/mysql/libheap.a
/usr/lib/mysql/libmerge.a
/usr/lib/mysql/libmyisam.a
/usr/lib/mysql/libmyisammrg.a
/usr/lib/mysql/libmysqlclient.a
/usr/lib/mysql/libmysqlclient.so
/usr/lib/mysql/libmystrings.a
/usr/lib/mysql/libmysys.a
/usr/lib/mysql/libnisam.a

If you don't have those, you're missing the devel package.

 On Monday 28 January 2002 01:39 pm, you wrote:
  Use the source.
 
  (I think to proceed this way you have to install PHP as an RPM as
  well.. what a pain!)
 
   -Original Message-
   From: Brian K. Jones [mailto:[EMAIL PROTECTED]]
   Sent: Monday, January 28, 2002 11:17 AM
   To: [EMAIL PROTECTED]
   Subject: MySQL headers after rpm install?
  
  
   Can anyone tell me where the MySQL header files are located by
   default after performing an RPM install of Mysql and
   Mysql-clients?
  
   I'm trying to build PHP with mysql, but it's complaining that it
   can't find the header files.  I've never installed mysql this
   way, so I'm a little in the dark, but I was in a hurry and
   figured it'd be quicker.  Guess that'll teach me to use RPM's -
   or not.
  
  
   --
  
   Brian K. Jones
   System Administrator
   Dept. of Computer Science, Princeton University
   [EMAIL PROTECTED]
   Voice: (609) 258-6080
  
  
  
   ___
   Redhat-list mailing list
   [EMAIL PROTECTED]
   https://listman.redhat.com/mailman/listinfo/redhat-list
 
 -- 
 
 Brian K. Jones
 System Administrator
 Dept. of Computer Science, Princeton University
 [EMAIL PROTECTED]
 Voice: (609) 258-6080
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list


-- 
Microsoft: The company that made email dangerous.



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



Re: MySQL headers after rpm install?

2002-01-28 Thread Brian K. Jones

Thanks for the tip.  I had already tried locate, and it returned 
nothing.  I also used rpm's --whatprovides flag, which also turned up 
nothing.  

Excuse my grumpiness.  :(  Horrible day.

On Monday 28 January 2002 01:55 pm, you wrote:
 On Mon, 28 Jan 2002 13:41:55 -0500

 Brian K. Jones [EMAIL PROTECTED] implied:
  I hate this 'rpm mystery meat' crap.
 
  I configured without a path to mysql and it found the library it
  needed.  I still don't know where that is.  Now it can't find the
  snmp.h file.  Of course, ucd-snmp was part of the default
  install, which of course uses rpm.
 
  WTF?  What's with all of this non-standard CRAP?  Why can't
  Redhat just put things where EVERYONE else in the Linux world
  expects to find them?  It sure would make it easier to get
  something useful up and running, or to debug in cases like this.
 
  Anyone know where snmp.h is?  I still haven't found the mysql
  header files either.  I'm not including a path for snmp, so I
  figured all should be well :)  It's not.  Way to be predictable.

 $  locate snmp.h
 /usr/share/apps/quanta/doc/php/ref.snmp.html
 /usr/include/fwbuilder/snmp.hh
 /usr/include/ucd-snmp/snmp.h
 /usr/src/redhat/BUILD/fwbuilder-0.9.5/src/gui/snmp.hh
 /usr/src/linux-2.4.16-0.13/drivers/crypto/bcm/snmp.h
 /usr/src/linux-2.4.16-0.13/include/net/snmp.h
 /var/www/html/manual/mod/mod_php4/ref.snmp.html
 $ rpm -qf /usr/include/ucd-snmp/snmp.h
 ucd-snmp-devel-4.2.1-7

 Standard or no, 'locate' works the same for all that include it,
 and then it's just a matter of learning to use the tools at one's
 disposal.

 Similar means can be used to locate other things. Including the
 headers you want to locate:

 $ rpm -ql mysql-devel
 /usr/include/mysql
 /usr/include/mysql/dbug.h
 /usr/include/mysql/errmsg.h
 /usr/include/mysql/m_ctype.h
 /usr/include/mysql/m_string.h
 /usr/include/mysql/my_config.h
 /usr/include/mysql/my_global.h
 /usr/include/mysql/my_list.h
 /usr/include/mysql/my_net.h
 /usr/include/mysql/my_no_pthread.h
 /usr/include/mysql/my_pthread.h
 /usr/include/mysql/my_sys.h
 /usr/include/mysql/mysql.h
 /usr/include/mysql/mysql_com.h
 /usr/include/mysql/mysql_version.h
 /usr/include/mysql/mysqld_error.h
 /usr/include/mysql/raid.h
 /usr/include/mysql/sslopt-case.h
 /usr/include/mysql/sslopt-longopts.h
 /usr/include/mysql/sslopt-usage.h
 /usr/include/mysql/sslopt-vars.h
 /usr/lib/mysql
 /usr/lib/mysql/libdbug.a
 /usr/lib/mysql/libheap.a
 /usr/lib/mysql/libmerge.a
 /usr/lib/mysql/libmyisam.a
 /usr/lib/mysql/libmyisammrg.a
 /usr/lib/mysql/libmysqlclient.a
 /usr/lib/mysql/libmysqlclient.so
 /usr/lib/mysql/libmystrings.a
 /usr/lib/mysql/libmysys.a
 /usr/lib/mysql/libnisam.a

 If you don't have those, you're missing the devel package.

  On Monday 28 January 2002 01:39 pm, you wrote:
   Use the source.
  
   (I think to proceed this way you have to install PHP as an RPM
   as well.. what a pain!)
  
-Original Message-
From: Brian K. Jones [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 28, 2002 11:17 AM
To: [EMAIL PROTECTED]
Subject: MySQL headers after rpm install?
   
   
Can anyone tell me where the MySQL header files are located
by default after performing an RPM install of Mysql and
Mysql-clients?
   
I'm trying to build PHP with mysql, but it's complaining that
it can't find the header files.  I've never installed mysql
this way, so I'm a little in the dark, but I was in a hurry
and figured it'd be quicker.  Guess that'll teach me to use
RPM's - or not.
   
   
--
   
Brian K. Jones
System Administrator
Dept. of Computer Science, Princeton University
[EMAIL PROTECTED]
Voice: (609) 258-6080
   
   
   
___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
 
  --
 
  Brian K. Jones
  System Administrator
  Dept. of Computer Science, Princeton University
  [EMAIL PROTECTED]
  Voice: (609) 258-6080
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list

-- 

Brian K. Jones
System Administrator
Dept. of Computer Science, Princeton University
[EMAIL PROTECTED]
Voice: (609) 258-6080



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



Re: ports Gaim is using

2002-01-28 Thread Statux

Make sure you're running the latest version of Gaim (currently 0.51). If 
you read the website (gaim.sourceforge.net) you'll see the mess they go 
through every few versions to get around what AOL does. If you're using, 
say, a version of Gaim included with one of the RH distros, it's majorly 
out of date. The dev team is to the point of releasing a new version (or 
trying to) every 2 weeks. So keep it up to date :)

-Statux

On Mon, 28 Jan 2002, dave brett wrote:

 Hi Robert
 
 I was a too haste in replying.  It did work, but AOL logged me off. I was
 using illegal software.  It did show me where the problem was.  I had to
 get a new port opend up for it to work.
 
 thanks again
 david
 
 On Mon, 28 Jan 2002, dave brett wrote:
 
  Hi Robert
  
  Thanks I was unaware of this option.  After some playing around I got it
  to work.  I ended getting it to work with Oscar instead of TOC.  I don't
  understand but what you said makes sense.
  
  thanks
  david
  
  On 28 Jan 2002, Robert Dege wrote:
  
   
   I had problems logging in with Gaim as well.  Until I found out that
   GAIM was trying to authenticate via Oscar.  When I changed it back to
   TOC, I could login in just fine.
   
   -Rob
   
Does anybody have any idea what ports Gaim uses which is different that
the windows program (aol instant messenger).

The reason for the question is I cannot connect with Gaim from the office,
but can when I use the windows version.  When I am at home I  can connect
with both versions

thanks
david




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

   -- 
   
   -Rob
   
   
   
   ___
   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
  
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 

-- 
-Statux



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



Konsole trouble

2002-01-28 Thread Nick Wilson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all, 
I use KDE as my Desktop and am having some odd trouble when running Lynx
or Mutt. 

Here's what's happening in Lynx for example:

I hit 'g' so that I can type in a URL
I start to type and have to 'backspace' because I've made a mistake
What I see as I'm backspacing doesn't correspond, the cursor doesn't
delete all of the chars and is 'erratic' in that it jumps around and
stuff and leaves junk on the screen.

Here's what happens in Mutt:

Firstly, exactly the same as above whenever I have to backspace over a
mistyped 'To:' or 'Subject:' field.
Secondly, sometimes when I've finished reading a message and I'm back in
the 'index' I can still see jumbled parts of the message where there
should be blank screen.

I hope that makes things clear as it's hard to describe.
Needless to say that *any* help would be appreciated.

Cheers

- -- 

Nick Wilson

Tel:+45 3325 0688
Fax:+45 3325 0677
Web:www.explodingnet.com



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8VaPjHpvrrTa6L5oRAsJKAJ4/K5ilJcKqe3FoLHu8wCdYEYpdTwCglE1j
ZW7EGUdWmEqDOyGt4cUK9Jo=
=Hudv
-END PGP SIGNATURE-



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



Re: MySQL headers after rpm install?

2002-01-28 Thread Brian K. Jones

How about this?

I looked over your output and tried to manually cd to some places.  
Turns out that in my /lib/modules/2.4.7-10, there's a broken link!! I 
just installed this box from cd, so I don't know what the deal is.  
I've never seen this - but 'build' is supposed to link to something 
in /usr/src/linux, but that directory doesn't even exist!  

This is bad, standard or no.

On Monday 28 January 2002 01:55 pm, you wrote:
 On Mon, 28 Jan 2002 13:41:55 -0500

 Brian K. Jones [EMAIL PROTECTED] implied:
  I hate this 'rpm mystery meat' crap.
 
  I configured without a path to mysql and it found the library it
  needed.  I still don't know where that is.  Now it can't find the
  snmp.h file.  Of course, ucd-snmp was part of the default
  install, which of course uses rpm.
 
  WTF?  What's with all of this non-standard CRAP?  Why can't
  Redhat just put things where EVERYONE else in the Linux world
  expects to find them?  It sure would make it easier to get
  something useful up and running, or to debug in cases like this.
 
  Anyone know where snmp.h is?  I still haven't found the mysql
  header files either.  I'm not including a path for snmp, so I
  figured all should be well :)  It's not.  Way to be predictable.

 $  locate snmp.h
 /usr/share/apps/quanta/doc/php/ref.snmp.html
 /usr/include/fwbuilder/snmp.hh
 /usr/include/ucd-snmp/snmp.h
 /usr/src/redhat/BUILD/fwbuilder-0.9.5/src/gui/snmp.hh
 /usr/src/linux-2.4.16-0.13/drivers/crypto/bcm/snmp.h
 /usr/src/linux-2.4.16-0.13/include/net/snmp.h
 /var/www/html/manual/mod/mod_php4/ref.snmp.html
 $ rpm -qf /usr/include/ucd-snmp/snmp.h
 ucd-snmp-devel-4.2.1-7

 Standard or no, 'locate' works the same for all that include it,
 and then it's just a matter of learning to use the tools at one's
 disposal.

 Similar means can be used to locate other things. Including the
 headers you want to locate:

 $ rpm -ql mysql-devel
 /usr/include/mysql
 /usr/include/mysql/dbug.h
 /usr/include/mysql/errmsg.h
 /usr/include/mysql/m_ctype.h
 /usr/include/mysql/m_string.h
 /usr/include/mysql/my_config.h
 /usr/include/mysql/my_global.h
 /usr/include/mysql/my_list.h
 /usr/include/mysql/my_net.h
 /usr/include/mysql/my_no_pthread.h
 /usr/include/mysql/my_pthread.h
 /usr/include/mysql/my_sys.h
 /usr/include/mysql/mysql.h
 /usr/include/mysql/mysql_com.h
 /usr/include/mysql/mysql_version.h
 /usr/include/mysql/mysqld_error.h
 /usr/include/mysql/raid.h
 /usr/include/mysql/sslopt-case.h
 /usr/include/mysql/sslopt-longopts.h
 /usr/include/mysql/sslopt-usage.h
 /usr/include/mysql/sslopt-vars.h
 /usr/lib/mysql
 /usr/lib/mysql/libdbug.a
 /usr/lib/mysql/libheap.a
 /usr/lib/mysql/libmerge.a
 /usr/lib/mysql/libmyisam.a
 /usr/lib/mysql/libmyisammrg.a
 /usr/lib/mysql/libmysqlclient.a
 /usr/lib/mysql/libmysqlclient.so
 /usr/lib/mysql/libmystrings.a
 /usr/lib/mysql/libmysys.a
 /usr/lib/mysql/libnisam.a

 If you don't have those, you're missing the devel package.

  On Monday 28 January 2002 01:39 pm, you wrote:
   Use the source.
  
   (I think to proceed this way you have to install PHP as an RPM
   as well.. what a pain!)
  
-Original Message-
From: Brian K. Jones [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 28, 2002 11:17 AM
To: [EMAIL PROTECTED]
Subject: MySQL headers after rpm install?
   
   
Can anyone tell me where the MySQL header files are located
by default after performing an RPM install of Mysql and
Mysql-clients?
   
I'm trying to build PHP with mysql, but it's complaining that
it can't find the header files.  I've never installed mysql
this way, so I'm a little in the dark, but I was in a hurry
and figured it'd be quicker.  Guess that'll teach me to use
RPM's - or not.
   
   
--
   
Brian K. Jones
System Administrator
Dept. of Computer Science, Princeton University
[EMAIL PROTECTED]
Voice: (609) 258-6080
   
   
   
___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
 
  --
 
  Brian K. Jones
  System Administrator
  Dept. of Computer Science, Princeton University
  [EMAIL PROTECTED]
  Voice: (609) 258-6080
 
 
 
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list

-- 

Brian K. Jones
System Administrator
Dept. of Computer Science, Princeton University
[EMAIL PROTECTED]
Voice: (609) 258-6080



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



unsubskribe

2002-01-28 Thread Ñåðãåé Ïóäååâ





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



Re: MySQL headers after rpm install?

2002-01-28 Thread Rodolfo J. Paiz

At 1/28/2002 02:16 PM -0500, you wrote:
I looked over your output and tried to manually cd to some places.
Turns out that in my /lib/modules/2.4.7-10, there's a broken link!! I
just installed this box from cd, so I don't know what the deal is.
I've never seen this - but 'build' is supposed to link to something
in /usr/src/linux, but that directory doesn't even exist!

This is bad, standard or no.

I *think* there is only stuff in /usr/src/linux if you install the 
kernel-source package. If you've got 20MB to spare, install that and your 
problem may go away.


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



Re: MySQL headers after rpm install?

2002-01-28 Thread Rodolfo J. Paiz

At 1/28/2002 02:07 PM -0500, you wrote:
Thanks for the tip.  I had already tried locate, and it returned
nothing.  I also used rpm's --whatprovides flag, which also turned up
nothing.

locate updates its database only once a day. That's why (a) it's so damn 
fast, (b) it uses so little CPU or other resources, and (b) sometimes won't 
find anything. Use updatedb or some other command (I forget which) to 
make it update right now; then in about two or three minutes, you can use 
it with fully-updated information.

*Please* try to trim your posts so that the rest of us can quickly answer 
your three-line message without deleting/reading four pages of stuff below it.


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



rpm error w/ kernel-headers

2002-01-28 Thread Ashley M. Kirchner


rpm -e --test kernel-headers-2.4.9-13
error: removing these packages would break dependencies:
kernel-headers   is needed by glibc-devel-2.2.4-19.3
kernel-headers = 2.2.1 is needed by glibc-devel-2.2.4-19.3

Can I safely run this with -nodeps, and then load up 2.4.9-21
without anything breaking?

--
W | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner mailto:[EMAIL PROTECTED]   .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.





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



system loading

2002-01-28 Thread adrian kok

Dear all

How do I sum up the total processes (no of process,
cpu time) of httpd, mysql, .running in the system?

Thank you

___
Do You Yahoo!?
Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk



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



Re: rpm error w/ kernel-headers

2002-01-28 Thread Rodolfo J. Paiz

At 1/28/2002 12:42 PM -0700, you wrote:

rpm -e --test kernel-headers-2.4.9-13
error: removing these packages would break dependencies:
 kernel-headers   is needed by glibc-devel-2.2.4-19.3
 kernel-headers = 2.2.1 is needed by glibc-devel-2.2.4-19.3

 Can I safely run this with -nodeps, and then load up 2.4.9-21
without anything breaking?

Why not just rpm -Uvh kernel-headers-2.4.9-21?


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



RE: system loading

2002-01-28 Thread Brad Bonkoski
Title: RE: system loading





man top


 -Original Message-
 From: adrian kok [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 28, 2002 12:45 PM
 To: [EMAIL PROTECTED]
 Subject: system loading
 
 
 Dear all
 
 How do I sum up the total processes (no of process,
 cpu time) of httpd, mysql, .running in the system?
 
 Thank you
 
 __
 _
 Do You Yahoo!?
 Get your free @yahoo.com.hk address at 
 http://mail.english.yahoo.com.hk
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 





Re: [RH List] Re: rpm error w/ kernel-headers

2002-01-28 Thread Ashley M. Kirchner

Rodolfo J. Paiz wrote:

 Why not just rpm -Uvh kernel-headers-2.4.9-21?

I don't know.  I was doing it (-Uvh) with all the other
packages...why I wanted to do it different on this one, beats me.  I need
more sleep, or more caffeine...

--
W | I haven't lost my mind; it's backed up on tape somewhere.
  +
  Ashley M. Kirchner mailto:[EMAIL PROTECTED]   .   303.442.6410 x130
  IT Director / SysAdmin / WebSmith . 800.441.3873 x130
  Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
  http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.





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



Re: OT: Suggestions for web-based editor for users?

2002-01-28 Thread Rodolfo J. Paiz

At 1/21/2002 04:02 PM -0800, you wrote:
Well, what exactly _are_ you looking for?  Wiki is great for this.
You might also poke your nose into the W3C site and see what Amaya and
Jigsaw look like these days.

http://www.wiki.or
http://www.w3.org/Jigsaw/
http://www.w3.org/Amaya/

I went to www.wiki.org looking for it, but either that site has piss-poor 
layout or I'm too damn tired. It seems to consist of about six pages, each 
of which has only two URL's on it and no text. *Nothing* useful to help 
someone realize what the hell they're talking about, other than that I 
should buy a book about it and then the site will help me.

Am I missing something?


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



Re: MySQL headers after rpm install?

2002-01-28 Thread ABrady

On Mon, 28 Jan 2002 14:07:53 -0500
Brian K. Jones [EMAIL PROTECTED] implied:

 Thanks for the tip.  I had already tried locate, and it returned 
 nothing.  I also used rpm's --whatprovides flag, which also turned up 
 nothing.  

That says the devel package isn't installed. The same would apply to
mysql:

rpm -q whatever-devel

It it returns nothing, nothing is installed. If it returns a package and
locate shows nothing, the find database hasn't been updated since you
installed it. That gets done at around 4AM unless you've changed it or
the machine is off. In those cases you'd need to do it manually or
change the time it gets performed (I've yet to see anacron do its
business, but I seldom have this thing off overnight).

But you can still find where they are located, if they are installed,
with:

rpm -ql package-devel

 Excuse my grumpiness.  :(  Horrible day.
 
 On Monday 28 January 2002 01:55 pm, you wrote:
  On Mon, 28 Jan 2002 13:41:55 -0500
 
  Brian K. Jones [EMAIL PROTECTED] implied:
   I hate this 'rpm mystery meat' crap.
  
   I configured without a path to mysql and it found the library it
   needed.  I still don't know where that is.  Now it can't find the
   snmp.h file.  Of course, ucd-snmp was part of the default
   install, which of course uses rpm.
  
   WTF?  What's with all of this non-standard CRAP?  Why can't
   Redhat just put things where EVERYONE else in the Linux world
   expects to find them?  It sure would make it easier to get
   something useful up and running, or to debug in cases like this.
  
   Anyone know where snmp.h is?  I still haven't found the mysql
   header files either.  I'm not including a path for snmp, so I
   figured all should be well :)  It's not.  Way to be predictable.
 
  $  locate snmp.h
  /usr/share/apps/quanta/doc/php/ref.snmp.html
  /usr/include/fwbuilder/snmp.hh
  /usr/include/ucd-snmp/snmp.h
  /usr/src/redhat/BUILD/fwbuilder-0.9.5/src/gui/snmp.hh
  /usr/src/linux-2.4.16-0.13/drivers/crypto/bcm/snmp.h
  /usr/src/linux-2.4.16-0.13/include/net/snmp.h
  /var/www/html/manual/mod/mod_php4/ref.snmp.html
  $ rpm -qf /usr/include/ucd-snmp/snmp.h
  ucd-snmp-devel-4.2.1-7
 
  Standard or no, 'locate' works the same for all that include it,
  and then it's just a matter of learning to use the tools at one's
  disposal.
 
  Similar means can be used to locate other things. Including the
  headers you want to locate:
 
  $ rpm -ql mysql-devel
  /usr/include/mysql
  /usr/include/mysql/dbug.h
  /usr/include/mysql/errmsg.h
  /usr/include/mysql/m_ctype.h
  /usr/include/mysql/m_string.h
  /usr/include/mysql/my_config.h
  /usr/include/mysql/my_global.h
  /usr/include/mysql/my_list.h
  /usr/include/mysql/my_net.h
  /usr/include/mysql/my_no_pthread.h
  /usr/include/mysql/my_pthread.h
  /usr/include/mysql/my_sys.h
  /usr/include/mysql/mysql.h
  /usr/include/mysql/mysql_com.h
  /usr/include/mysql/mysql_version.h
  /usr/include/mysql/mysqld_error.h
  /usr/include/mysql/raid.h
  /usr/include/mysql/sslopt-case.h
  /usr/include/mysql/sslopt-longopts.h
  /usr/include/mysql/sslopt-usage.h
  /usr/include/mysql/sslopt-vars.h
  /usr/lib/mysql
  /usr/lib/mysql/libdbug.a
  /usr/lib/mysql/libheap.a
  /usr/lib/mysql/libmerge.a
  /usr/lib/mysql/libmyisam.a
  /usr/lib/mysql/libmyisammrg.a
  /usr/lib/mysql/libmysqlclient.a
  /usr/lib/mysql/libmysqlclient.so
  /usr/lib/mysql/libmystrings.a
  /usr/lib/mysql/libmysys.a
  /usr/lib/mysql/libnisam.a
 
  If you don't have those, you're missing the devel package.
 
   On Monday 28 January 2002 01:39 pm, you wrote:
Use the source.
   
(I think to proceed this way you have to install PHP as an RPM
as well.. what a pain!)
   
 -Original Message-
 From: Brian K. Jones [mailto:[EMAIL PROTECTED]]
 Sent: Monday, January 28, 2002 11:17 AM
 To: [EMAIL PROTECTED]
 Subject: MySQL headers after rpm install?


 Can anyone tell me where the MySQL header files are located
 by default after performing an RPM install of Mysql and
 Mysql-clients?

 I'm trying to build PHP with mysql, but it's complaining that
 it can't find the header files.  I've never installed mysql
 this way, so I'm a little in the dark, but I was in a hurry
 and figured it'd be quicker.  Guess that'll teach me to use
 RPM's - or not.

-- 
XP: What patch do you want to apply today?



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



Re: Errata

2002-01-28 Thread Jeff Hogg

Hello :)

I don't know of a french specific mailing list, but maybe redhat's website
will contain links to documentation in french.
The Errata page is a list of known problems, and the fixes for them.  You
need to read the explaination of the problem, and download the rpm files
that apply to your version of Redhat.  Just follow the links into the Errata
page that focuses on your version of Redhat and see what packages are
needed.  To check what version of a package is currently on your system,
just type in rpm -q packagename.  If the package number is lower than the
errata listed, you should probably download the errata rpm file.  Hope this
helps.

Jeff Hogg

HI,

i'm really new to Linux World,
i'm running rh7.2.
I've a lot of pain to find information in french language.
Is there any list about ?
Secondly, I don't well understand the principle and the use
of Errata page of red hat web site.
Is there someone here who can help me to find my way in the overflow
of information that bring linux in my mind (however it's pretty cool!).





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



Re: OT: Suggestions for web-based editor for users?

2002-01-28 Thread Brian Ashe

Rodolfo J. Paiz,

On Monday 28 January 2002 03:16, you said something about:
 At 1/21/2002 04:02 PM -0800, you wrote:
 Well, what exactly _are_ you looking for?  Wiki is great for this.
 You might also poke your nose into the W3C site and see what Amaya and
 Jigsaw look like these days.
 
 http://www.wiki.or
 http://www.w3.org/Jigsaw/
 http://www.w3.org/Amaya/

 I went to www.wiki.org looking for it, but either that site has piss-poor
 layout or I'm too damn tired. It seems to consist of about six pages, each
 of which has only two URL's on it and no text. *Nothing* useful to help
 someone realize what the hell they're talking about, other than that I
 should buy a book about it and then the site will help me.

 Am I missing something?

Sorry, if I missed something (coming in a little late), but I think a little 
explaination of what WikiWiki is would help.

WikiWiki means quick in Hawaian. In groupware terms it is a fast way for a 
lot of people to collaborate, extend and publish documents.

WikiWiki or Wiki are _concepts_ not software products. You will need to 
search out on Google or Sourceforge or the like for a Wiki package that will 
run in the environment (perl, TCL, PHP, Zope, etc.) that you will feel most 
comfortable with and has the features you require.

-- 
Brian Ashe CTO
Dee-Web Software Services, LLC.  [EMAIL PROTECTED]



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



Re: OT: Suggestions for web-based editor for users?

2002-01-28 Thread Rodolfo J. Paiz

At 1/28/2002 03:47 PM -0500, you wrote:
WikiWiki means quick in Hawaian. In groupware terms it is a fast way for a
lot of people to collaborate, extend and publish documents.

That does help. Are there some products that apply these concepts which are 
usually known by that name, or could you safely use this to describe a lot 
of software which goes by whatever name?

WikiWiki or Wiki are _concepts_ not software products. You will need to
search out on Google or Sourceforge or the like for a Wiki package that will
run in the environment (perl, TCL, PHP, Zope, etc.) that you will feel most
comfortable with and has the features you require.

Err... just looking at a new idea here. Not limited by requirements in 
any way yet.


-- 
Rodolfo J. Paiz
[EMAIL PROTECTED]



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



Re: OT: Suggestions for web-based editor for users?

2002-01-28 Thread Brian Ashe

Rodolfo J. Paiz,

On Monday 28 January 2002 03:56, you said something about:
 At 1/28/2002 03:47 PM -0500, you wrote:
 WikiWiki means quick in Hawaian. In groupware terms it is a fast way for
  a lot of people to collaborate, extend and publish documents.

 That does help. Are there some products that apply these concepts which are
 usually known by that name, or could you safely use this to describe a lot
 of software which goes by whatever name?

Most of the products that are WikiWiki clones will mention that they are like 
it.

 WikiWiki or Wiki are _concepts_ not software products. You will need to
 search out on Google or Sourceforge or the like for a Wiki package that
  will run in the environment (perl, TCL, PHP, Zope, etc.) that you will
  feel most comfortable with and has the features you require.

 Err... just looking at a new idea here. Not limited by requirements in
 any way yet.

Then if you've got PHP working anywhere that you can play (or just use the 
one at the site below), I recommend you try this one. (At least as a jumping 
point.)
http://phpwiki.sourceforge.net

-- 
Brian Ashe CTO
Dee-Web Software Services, LLC.  [EMAIL PROTECTED]



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



Re: OT: Suggestions for web-based editor for users?

2002-01-28 Thread David Talkington

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rodolfo J. Paiz wrote:

http://www.wiki.or
http://www.w3.org/Jigsaw/
http://www.w3.org/Amaya/

I went to www.wiki.org looking for it, but either that site has piss-poor 
layout or I'm too damn tired.

Am I missing something?

Sorry, rjp, I think what I meant was http://www.twiki.org.

- -d

- -- 
David Talkington

PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
- --
http://setiathome.ssl.berkeley.edu/pale_blue_dot.html

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8
Comment: Made with pgp4pine 1.75-6

iQA/AwUBPFW/Vb9BpdPKTBGtEQIV+QCfeVayJm24vElNBDMPfad8YsyU3HUAniC5
9WXu4ZYuttq3GYoWtGbyGbFN
=FU38
-END PGP SIGNATURE-




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



--rpmbuild newbie ??

2002-01-28 Thread Melissa Rickman




Hey everyone,
I am trying RPM and find myself frustrated. I 
am testing the functionality of packaging with RPM on my Linux machine. I 
have some small source code in my /development area that I am trying to 
package. However, when I go to redirect the build area(with the command 
--buildroot or the Buildroot defined in the spec)it does not work, it 
still assumes the usr/src/redhat/Build and such
my .spec file and makefile looks like 
this..

#
# Sample spec file for IM app SPECS
#
Summary: A IM silly test app for packing a RPM
Name: IM
Version: 0.1
Release: 1
Copyright: No copyright info
Group: Applications/Test
BuildRoot:/development/
Source:/development
URL:http://www.availsolutions.com
Distribution: MelissaIM
Vendor: AvailSolutions
Packager: Melissa Rickman [EMAIL PROTECTED]
%description
A test application that querys the system. Test to package this 
application
%prep
#%setup
%build
make
%install
make install
%files
/TEST/main
%clean
_
# Makefile
#will have to do a system check before we label inc dir or take the header 
with us
INCDIR=/usr/include
CC=gcc
CFLAGS=-O
OBJS=Device.o InstallManager.o Registry.o main.o
main:$(OBJS)
$(CC) -o main $(CFLAGS) $(OBJS)
Device.o:Device.cpp Device.h InstallManager.h $(INCDIR)/stdio.h
$(CC) $(CLFLAGS) -c Device.cpp
InstallManager.o: InstallManager.cpp InstallManager.h $(INCDIR)/stdio.h
$(CC) $(CLFLAGS) -c InstallManager.cpp
Registry.o:Registry.cpp Registry.h InstallManager.h $(INCDIR)/stdio.h
$(CC) $(CLFLAGS) -c Registry.cpp
install:
pwd
mkdir TEST
cp main ./TEST
clean:
rm -f $(OBJS) main
I am new to the install developer world so any advice/help 
would be greatly appreciated.
Thankyou
Melissa M. Rickman[EMAIL PROTECTED]Avail 
Solutions


Re: --rpmbuild newbie ??

2002-01-28 Thread Ed Wilts

On Mon, Jan 28, 2002 at 01:35:03PM -0800, Melissa Rickman wrote:
  
 Hey everyone,
 I am trying RPM and find myself frustrated.  I am testing the functionality of 
packaging with RPM on my Linux machine.  I have some small source code in my 
/development area that I am trying to package.  However, when I go to redirect the 
build area(with the command --buildroot or the Buildroot defined in the spec) it does 
not work, it still assumes the usr/src/redhat/Build and such

What I personally do is create an .rpmmacros file in my home directory:

[ewilts@corpftp ewilts]$ cat .rpmmacros
%_topdir/home/ewilts/rpm

This allows me to rebuild all the source RPMs I get without touching /usr/src.
I also build the rpm directory as follows:

[ewilts@corpftp ewilts]$ ls --color=never -FR rpm
rpm:
BUILD/  RPMS/  SOURCES/  SPECS/

rpm/BUILD:

rpm/RPMS:
i386/

rpm/RPMS/i386:

rpm/SOURCES:

rpm/SPECS:

I hope this at least helps you work in your home directory.

Cheers,
.../Ed

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]



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



Re: samba with Windows 2000

2002-01-28 Thread Fernando Lozano

Hi Jatan,

 I couldn't find anything like EncryptedPasswords in the smb.conf file.
 But I have set
 
 encypt paswords = yes
 
 But this doesnt solve the problem either. I am getting the feeling that
 I must have overlooked some obvious point here!


Of course. :-) Read the man page and the docs about smbpasswd. You have
to generate the encrypted passwords and store them somwhere the samba
server can get.


[]s, Fernando Lozano



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



Re: Konsole trouble

2002-01-28 Thread Ben Logan

Hey,

I tried to duplicate the same behaviour on my system, but couldn't get
it to mess up (I usually use an rxvt or xterm).  You might check the
value of the TERM environment variable (type 'echo $TERM' at the
prompt), and the keyboard settings in the Settings menu.

I would think that the value of the TERM variable should match what
you have set under the keyboard settings.  That's just a guess,
though.

HTH,
Ben

On Mon, Jan 28, 2002 at 08:17:55PM +0100, Nick Wilson wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Hi all, 
 I use KDE as my Desktop and am having some odd trouble when running Lynx
 or Mutt. 
 
 Here's what's happening in Lynx for example:
 
 I hit 'g' so that I can type in a URL
 I start to type and have to 'backspace' because I've made a mistake
 What I see as I'm backspacing doesn't correspond, the cursor doesn't
 delete all of the chars and is 'erratic' in that it jumps around and
 stuff and leaves junk on the screen.
 
 Here's what happens in Mutt:
 
 Firstly, exactly the same as above whenever I have to backspace over a
 mistyped 'To:' or 'Subject:' field.
 Secondly, sometimes when I've finished reading a message and I'm back in
 the 'index' I can still see jumbled parts of the message where there
 should be blank screen.
 
 I hope that makes things clear as it's hard to describe.
 Needless to say that *any* help would be appreciated.

-- 
Ben Logan: ben at wblogan dot net
OpenPGP Key KeyID: A1ADD1F0

An efficient and a successful administration manifests itself equally in
small as in great matters.  
-- W. Churchill



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



Re: ports Gaim is using

2002-01-28 Thread dave brett

Hi Robert

Thanks for the tip.  You were right I was running 0.1.1

david

On Mon, 28 Jan 2002, Statux wrote:

 Make sure you're running the latest version of Gaim (currently 0.51). If 
 you read the website (gaim.sourceforge.net) you'll see the mess they go 
 through every few versions to get around what AOL does. If you're using, 
 say, a version of Gaim included with one of the RH distros, it's majorly 
 out of date. The dev team is to the point of releasing a new version (or 
 trying to) every 2 weeks. So keep it up to date :)
 
 -Statux
 
 On Mon, 28 Jan 2002, dave brett wrote:
 
  Hi Robert
  
  I was a too haste in replying.  It did work, but AOL logged me off. I was
  using illegal software.  It did show me where the problem was.  I had to
  get a new port opend up for it to work.
  
  thanks again
  david
  
  On Mon, 28 Jan 2002, dave brett wrote:
  
   Hi Robert
   
   Thanks I was unaware of this option.  After some playing around I got it
   to work.  I ended getting it to work with Oscar instead of TOC.  I don't
   understand but what you said makes sense.
   
   thanks
   david
   
   On 28 Jan 2002, Robert Dege wrote:
   

I had problems logging in with Gaim as well.  Until I found out that
GAIM was trying to authenticate via Oscar.  When I changed it back to
TOC, I could login in just fine.

-Rob

 Does anybody have any idea what ports Gaim uses which is different that
 the windows program (aol instant messenger).
 
 The reason for the question is I cannot connect with Gaim from the office,
 but can when I use the windows version.  When I am at home I  can connect
 with both versions
 
 thanks
 david
 
 
 
 
 ___
 Redhat-list mailing list
 [EMAIL PROTECTED]
 https://listman.redhat.com/mailman/listinfo/redhat-list
 
-- 

-Rob



___
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
   
  
  
  
  ___
  Redhat-list mailing list
  [EMAIL PROTECTED]
  https://listman.redhat.com/mailman/listinfo/redhat-list
  
 
 -- 
 -Statux
 
 
 
 ___
 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



Samba not working right outside the domain

2002-01-28 Thread Peter Peltonen


The samba server is running with security = domain and it's password
server is a Win2k server in the same network acting as a PDC for the
domain.

Inside the 192.168.0.0 network I can access the samba server's shares fine
with my Win2k domain account. But if I try it from a Win2k client over
my VPN, I get prompted for a username and password: I give my Win2k
domain account and pasword, but access is denied (Incorrect password or 
unknown username for \\fileserv). In Samba's logs I see:

--snip--
[2002/01/29 00:46:44, 0] passdb/smbpass.c:startsmbfilepwent_internal(87)
  startsmbfilepwent_internal: unable to open file /etc/samba/smbpasswd.
Error was No such file or directory
[2002/01/29 00:46:44, 0] passdb/passdb.c:iterate_getsmbpwnam(149)
  unable to open smb password database.
[2002/01/29 00:46:44, 1] smbd/password.c:pass_check_smb(505)
  Couldn't find user 'peter' in smb_passwd file.
[2002/01/29 00:46:44, 1] smbd/reply.c:reply_sesssetup_and_X(929)
  Rejecting user 'peter': authentication failed
--/snip--

Why is my Samba trying to authenticate from the smbpasswd file and not
from the Win2k server???

My VPN looks like this:

samba server -- freeswan -- internet -- masq fw -- ssh sentinel win2k
192.168.0.4172.16.1.4

And my smb.conf:

--snip--
# Global parameters
[global]
workgroup = NTDOMAIN
netbios name = FILESERV
server string = Samba %v on (%L)
security = DOMAIN
password server = HAVANNA
encrypt passwords = yes
log file = /var/log/samba/log.%m
max log size = 0
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = No
remote announce = 192.168.0.255
os level = 0
local master = no 

[homes]
comment = Home Directories
writeable = Yes
browseable = No

[printers]
comment = All Printers
path = /var/spool/samba
printable = yes
browseable = no
valid users = @fileserv

[share1]
path = /fileserv/disk1
writeable = yes
valid users = @fileserv
create mask = 0770
directory mask = 0770
inherit permissions = yes
--/snip--

I'm running samba-2.0.10-2 under Red Hat Linux 7.1.

Regards,
Peter



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



Re: kernel-drm missing XFree

2002-01-28 Thread Mike Burger

Did you try the XFree86 update before or after the kernel update?

On Mon, 28 Jan 2002, Linux wrote:

 I am getting an error about a missing dependency from the XFree
 4.1.0-15. The error is:
 ==Unresolved chain of dependencies:
 XFree86-4.1.0-15requires kernel-drm-4.1.0
 
 I am running redhat 7.1, and I am trying to update using up2date. I've
 looked on update2.redhat.com and I cannot find the kernel-drm. I also
 upgraded the kernel to 2.4.9-21.
 
 Anybody have any ideas?
 
 Thanks, Paul
 
 
 
 ___
 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



Re: rpm error w/ kernel-headers

2002-01-28 Thread Mike Burger

You could, instead, run :

rpm -ivh kernel-2.4.9-21.i386.rpm kernel-headers-2.4.9-21.i386.rpm

On Mon, 28 Jan 2002, Ashley M. Kirchner wrote:

 
 rpm -e --test kernel-headers-2.4.9-13
 error: removing these packages would break dependencies:
 kernel-headers   is needed by glibc-devel-2.2.4-19.3
 kernel-headers = 2.2.1 is needed by glibc-devel-2.2.4-19.3
 
 Can I safely run this with -nodeps, and then load up 2.4.9-21
 without anything breaking?
 
 --
 W | I haven't lost my mind; it's backed up on tape somewhere.
   +
   Ashley M. Kirchner mailto:[EMAIL PROTECTED]   .   303.442.6410 x130
   IT Director / SysAdmin / WebSmith . 800.441.3873 x130
   Photo Craft Laboratories, Inc.. 3550 Arapahoe Ave. #6
   http://www.pcraft.com . .  ..   Boulder, CO 80303, U.S.A.
 
 
 
 
 
 ___
 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



Generic ethernet question

2002-01-28 Thread Kerry Miller

I know the distance limit for 10baseT is approx. 300 ft, and 10base2 is 900
ft (300m), but are the distances the same for 100 megs?  Also, can you even
use coax at all on a 100 Mb network?  I don't think 100Mb hubs even have
coax connectors on them, do they?  I'm looking at about a 300 ft run in
plastic conduit, underground, between 2 buildings.  They don't want to spend
the bucks for fiber.

The good news is it's a private school and they want me to go ahead and use
Linux for the gateway, firewall, mail, etc. so they don't have to buy
licenses for Windoze!  They told us to do whatever we wanted to with Linux
as long as it is reliable (since they don't know anything about it).  They
thought it sounded great when I started quoting MS license prices...

Tnx,
Kerry Miller
Network Administrator
Info-Power International, Inc.
3315 Silverstone
Plano, TX  75023




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



Re: Generic ethernet question

2002-01-28 Thread Rick Warner


Before proceeding, you may want to check the local building codes.  Around
here it is against the code to string metal (copper) wire between buildings
because they like to keep the electrical grounds separate  - and metal
wiring ties things together.  It was not that much more expensive to blow
some fiber strands through the conduit under the parking lot than it would
have been to pull some copper; the transceivers were a bit more expensive,
but not that much.

- rick warner

On Mon, 28 Jan 2002, Kerry Miller wrote:

 I know the distance limit for 10baseT is approx. 300 ft, and 10base2 is 900
 ft (300m), but are the distances the same for 100 megs?  Also, can you even
 use coax at all on a 100 Mb network?  I don't think 100Mb hubs even have
 coax connectors on them, do they?  I'm looking at about a 300 ft run in
 plastic conduit, underground, between 2 buildings.  They don't want to spend
 the bucks for fiber.

 The good news is it's a private school and they want me to go ahead and use
 Linux for the gateway, firewall, mail, etc. so they don't have to buy
 licenses for Windoze!  They told us to do whatever we wanted to with Linux
 as long as it is reliable (since they don't know anything about it).  They
 thought it sounded great when I started quoting MS license prices...

 Tnx,
 Kerry Miller
 Network Administrator
 Info-Power International, Inc.
 3315 Silverstone
 Plano, TX  75023




 ___
 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



Re: Piracy?

2002-01-28 Thread Cameron Simpson

On 09:09 28 Jan 2002, ABrady [EMAIL PROTECTED] wrote:
| I subscribe to an online news thingy. Today there was an announcement
| that Redhat is going to launch a  Linux Advanced Server at Linuxworld.
| There was one line that I didn't quite understand and was hoping someone
| had more information on exactly what is being talked about:
| 
| Red Hat is also taking steps to halt piracy of its software, which is
| nevertheless based on the free Linux OS.
| 
| Piracy of what? What kinds of steps?

More like piracy of its distro - there have been a few cases recently of
superficially RedHat packaged CDs etc which didn't come from RedHat,
and had incomplete or modified contents.

This isn't to say you can't download it for free and give it to all your
friends, or even modify it and distribute that (though you couldn't call
it RedHat Linux then).

It's just having things out there passed off as RedHat which aren't both
damages their image and creates support nightmares.
--
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

Support Darwinian evolution -- Squash a weakling today. 
- David Wren-Hardin [EMAIL PROTECTED]



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



Re: Konsole trouble

2002-01-28 Thread JW

Konsole is kinda weird. In KDE beta 3 it has a habit of suddenly ceasing to scroll 
down along with new output (very annying). In all version the F-keys are messed up - I 
can't properly use programs that require the use of functions keys.

Complain on the KDE list, maybe.

At 08:17 PM 1/28/2002 +0100, you wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all, 
I use KDE as my Desktop and am having some odd trouble when running Lynx
or Mutt. 

Here's what's happening in Lynx for example:

I hit 'g' so that I can type in a URL
I start to type and have to 'backspace' because I've made a mistake
What I see as I'm backspacing doesn't correspond, the cursor doesn't
delete all of the chars and is 'erratic' in that it jumps around and
stuff and leaves junk on the screen.

Here's what happens in Mutt:

Firstly, exactly the same as above whenever I have to backspace over a
mistyped 'To:' or 'Subject:' field.
Secondly, sometimes when I've finished reading a message and I'm back in
the 'index' I can still see jumbled parts of the message where there
should be blank screen.

I hope that makes things clear as it's hard to describe.
Needless to say that *any* help would be appreciated.

Cheers

- -- 

Nick Wilson

Tel:+45 3325 0688
Fax:+45 3325 0677
Web:www.explodingnet.com



-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8VaPjHpvrrTa6L5oRAsJKAJ4/K5ilJcKqe3FoLHu8wCdYEYpdTwCglE1j
ZW7EGUdWmEqDOyGt4cUK9Jo=
=Hudv
-END PGP SIGNATURE-



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


Jonathan Wilson
System Administrator

Cedar Creek Software http://www.cedarcreeksoftware.com
Central Texas IT http://www.centraltexasit.com



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



what's the latest version of piranha?

2002-01-28 Thread xiong zhao

Hello.
Question as the tile. I saw 0.6.0-15 on ftp.linux.org.uk,
but the latest one on ha.redhat.com is 0.5.5-8. Are they
different products or the same but only different in version?
If they came from different pepole/team, what's the difference
in usage and configuration?
Thanks.

James



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



(no subject)

2002-01-28 Thread Thijs Thiessens

Hey,

Since I have developed this urge to heavily customize my kde (rh7.2) I
want to change the default colors on the login screen, however, I can
change some colours, using the kde config gui, but that strange redhat
logo redhat-tranparant.png and those ugly light blue colors can't seemed
to be changed. Does anyone know where the config file is, to change
that. For know I have changed the png file, but it would be better, if I
could change the colors to.

Cheers,


JB





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



Re: MSSQL to ???? Linux (new question)

2002-01-28 Thread Patrick Lankhorst



Is it only possible to first make a DB in MSSQL and then exporting it 
toMySQL or PostgreSQL, or can i also build an MSSQL compatible DB 
fromscratch?I'm asking this because we're gonna upgrade our 
bookkeeping program to awindows version (it's only DOS now) and that new 
program can only functionwith MSSQL 2000, but we're running a Novell 
network. So for MSSQL 2000 tofunction we'll have to implement a Win2000 
server just for this DB, withlicenses for all users who log in, which comes 
to about a 100. If I couldjust run a MSSQL 2000 comp. DB program on Linux, 
that would fit us better.Thanx
Patrick Lankhorst I have a customer that has finaly gotten 
sick of MS NT and SQL and would like to move it to Linux. Has 
anyone ever done this and what does it take ? -- 
Scott Skrogstad Computer Integration Inc, [EMAIL PROTECTED] 
___ Redhat-list mailing 
list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list


R: Re: IBM ServeRAID + RedHat 7.2 + SMP = Insanity

2002-01-28 Thread Stefano Bagnara

  I have been running into weird database corruption issues on my IBM
boxes
  using RedHat 7.2 and ServeRAID.

 Just my 2 cents. Have you upgraded the firmware of serverraid ?
 We have problem with different firmware/kernel/driver combination
 on our previous installation.

Yes, we upgraded to the latest (4.80) firmware before the kernel upgrade.
Latest ips documentation say it needs the 4.80 firmware in order to work, so
we done it first of all.

Thanx,
-b-



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



RE: configuring a network interface....

2002-01-28 Thread Stephen Lynch



Netgear nics use the tulip module. Make sure it is either compiled into 
the kernel or compiled as a module

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of 
  JeremySent: 04 January 2002 18:21To: 
  [EMAIL PROTECTED]Subject: configuring a network 
  interface
  I've been trying to establisih and enternet 
  connection (under RH 7.1) using a DSL modem and a NetGear RT314 router (using 
  DHCP). However neither the 'netconfig' or 'conrol-panel' commands are 
  seccusful. After using either command to configure an ethernet interface using 
  DHCP on reboot i see something like "Bringing up eth0: Delaying Initalization 
  of Eth0 [FAILED]" I also see the message "Delaying eth0 initialization" in the 
  console window behind the conrol-panel network config applet. 
  
  I suspect that the NIC is not being reconized 
  as output from '/sbin/lspci' yeilds:
  00:0a.0 Ethernet controller: Natioal 
  Semiconductor Corporation: Unknown device 0020
  
  I'm not sure of the manufactuer of my NIC. I 
  believe it is also a NetGear.
  
  What can I do to get this working?
  
  Thanks,

  Jeremy
  
  
  ~Jeremy 
  BookerJTech Web Systems(www.JTechWebSystems.com -- Coming 
  Soon)~



This email and any attachments contains privileged and confidential information intended only for the use of the addressee(s). If you are not an intended recipient of this email, you are hereby notified that any dissemination, copying or use of information within it is strictly prohibited. If you received this e-mail in error or without authorisation, please notify us immediately by reply e-mail and delete the e-mail from your system. If you need any further assistance, please contact us under <[EMAIL PROTECTED]>




ecom

2002-01-28 Thread Remo Mattei

Hi guys does anyone have any suggestion on what package to get for a 
ecom solution on linux.
Thanks,

REMO



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



R: Ext 3 filesystem question

2002-01-28 Thread Stefano Bagnara

 RedHat 7.2 supports ext3.  I've been playing with it on a small test box
 over the last few weeks.  Does anyone know how large I can make a single
 file with it?

 I believe ext2 had a limit of around 2 gigs.

ext2 on 2.4.x kernel (rh 7.1/7.2) can handle files bigger than 4gb.
I use mysql with 10gb index files on a similar configuration.
The only problem i've encountered is with perl from the original rpm package
that does not handle such files (mysqlhotcopy is a perl script). Recompiling
perl with largefiles should solve that.

-b-



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



vgetty

2002-01-28 Thread sy_chow


i'm writing a perl script playing rmd file as following
!/usr/bin/perl -w
$v-play_and_wait('/tmp/hello.rmd');  
however i notice /var/log/vgetty.ttyS1 have the following error
ZyXEL 2864 is initialed
ZyXEL 2864 voice mode have been detected
waiting ...
lock made: lock file not exit
what wrong with me

another error is
vgetty: cannot detect the header of hello.rmd

==
·s®öSMSµu°T¡Ghttp://sms.sina.com.hk
µ¹»·¤è¿Ë¤Í¶Ç¤WµL­­Åå³ß
50MB ¹q¤l¶l¥ó ¡Ghttp://sinamail.sina.com.hk





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



ftp- restarts

2002-01-28 Thread Jackrabbit Slim

When I am downloading the (6+ hours) redhat .iso images, if the connection
is broken and then I log back in again, ws-ftp usually offers to restart the
download.

the message log gives me this:

REST 355328
350 Restart position accepted.
RETR /pub/redhat/linux/7.2/en/iso/i386/enigma-i386-disc1.iso

But sometimes ws-ftp DOESN'T offer to do the restart.  In this scenario is
there anyway I can restart the download manually or do I have to start over
again?



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



Re: RH 7.2 CD-ROM Mounting problems -- unkown device [newbie]

2002-01-28 Thread Jonathan B. Bayer

Hello Brian,

Your cdrom is not linked to /dev/cdrom.  It appears that you have a SCSI
cdrom, look at the full output from dmesg and you should see which
device the cdrom is on.  Try mounting that device (usually something
like /dev/sda, /dev/sdb, etc) and see what happens.


JBB

Monday, January 07, 2002, 10:53:15 PM, you wrote:

BT Hi,

BT I just installed Red Hat Linux 7.2 today, and the install went just fine.  
BT The only problem I have is I can't mount my CD-ROM drive.  Using 'dmesg', I 
BT see the following:

BT scsi(): SCSI Host adapter emulation for IDE ATAPI devices
BTVendor: HP Model:CD-Writer+ 8000  Rev:  2.5C
BTType: CD-ROM  ANSI SCSI Revision: 02

BT I have tried the GNOME desktop interface to mount the CD-ROM, as well as the 
BT command-line:

BT mount -t iso9660 /dev/cdrom  /mnt/cdrom

BT and invariably I get the following output:
BT mount: /dev/cdrom:  unknown device

BT Also, I tried to manually edit the /etc/fstab file to mount the CD-ROM at 
BT startup, but I get the same unkown device error there too.

BT To make things even more bewildering, the first time I installed this very 
BT same RH version using the very same CD a few hours prior (I reinstalled 
BT because I had entered a 105-key keyboard instead of 104-key), the CD-ROM 
BT mounted just fine!!  I haev since tried reinstalling three times, to no 
BT avail.

BT I have seen the OS detect this device during 1) installation, 2) startup, 
BT and 3)'dmesg'.  (During installation it detected it as hdc: CD-ROM, which is 
BT correct, Secondary Master.)

BT So why then is the CD-ROM not mounting?


BT Any and all help is much appreciated,

BT Brian

BT _
BT Send and receive Hotmail on your mobile device: http://mobile.msn.com



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



-- 
Best regards,
 Jonathanmailto:[EMAIL PROTECTED]



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



Re: How do you start the samba server

2002-01-28 Thread Blaine

check the tick box in the services window next to smb.



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



Re: Ext 3 filesystem question

2002-01-28 Thread Dan Egli

I COULD be wrong, but I *THINK* it is the same. Ext3 is just a journaled 
ext2 I think.

On Fri, 11 Jan 2002, Frank Carreiro wrote:

 RedHat 7.2 supports ext3.  I've been playing with it on a small test box 
 over the last few weeks.  Does anyone know how large I can make a single 
 file with it?
 
 I believe ext2 had a limit of around 2 gigs.
 
 Thx
 
 
 
 ___
 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



Re: Virus Help

2002-01-28 Thread Dan Egli

Simple. The only LINUX product Mcafee is a free evaluation version of the 
virus scan for unix product. They don't sell the commercial version for 
linux so it's free.

 On Sat, 12 Jan 2002, Gerry Doris wrote:

 How are you getting McAfee for free??  That's especially the case 
 for screening at the server level.
 
 Gerry
 
 On Fri, 11 Jan 2002, Enrique Bory Simon wrote:
 
  why not sendmail + amavis + mcafee ??? all free and you can gain an
  excellent effect
  
  - Original Message -
  From: Gary [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, January 11, 2002 1:15 PM
  Subject: Re: Virus Help
  
  
   On Fri, Jan 11, 2002 at 07:32:25PM +0100 or thereabouts, Sebastian Kayser
  wrote:
   
Hi Scott
   
 I have about 1800 users doing email from my server I am using
 sendmail-8.11.6-2.7.0 version.  I am looking for software that I can
 install at the server level that will block my users from recieving or
 sending virus via email.
   
have a look at TrendMicros InterscanVirusWall [1]. I think that would
match up your requirements. You can download an evaluation copy at their
page.
   
Thats the only one known to me so far. If there is something published
under GPL i would be interested in it too, because TrendMicro knows what
there products are worth.
  
   There is Kaspersky for Linux, servers or workstations. However, it is
   not free, in fact, for the server, it is expensive. They are good
   though.
  
  
   --
   Best regards,
   Gary
  
  
  
   ___
   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
  
 
 



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



Re: Virus Help

2002-01-28 Thread Dan Egli

On Sat, 12 Jan 2002, Dave Ihnat wrote:

 On Fri, Jan 11, 2002 at 09:24:36PM -0800, Enrique Bory Simon wrote:
  why not sendmail + amavis + mcafee ??? all free and you can gain an
  excellent effect
 
 1.  Sendmail, yes.
 
 2.  Amavis--I haven't used it, but it does the same thing as MailScanner.
 I haven't read anything bad about it.
 
I use it on several servers. Nice.

 3.  McAfee has several warts.  First, it is NOT free.  They're extremely
Could have fooled me.
 unresponsive to Linux/Unix questions.  They've buried the Linux
 product so it's virtually impossible to find on their web site.
 (Actually, I just went to look and can't even FIND an eval download
 for Linux on the McAfee site; you have to go in through www.nai.com,
 and it is clearly not free.) I have read in this group that they
 release AV updates for Linux as much as a month after they're released
 for the PC.

Actually, Linux VirusScan uses the 4.x engine dat files which I believe 
are updated weekly, so that means it's updated weekly if you get the 
files. 

Speaking from experience here.




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



Re: X10 controller module

2002-01-28 Thread Chris Watt

At 09:39 PM 1/11/02 -0600, Vidiot wrote:
Anyone figure out the X10 Activehome PC interface module and get it
working under Linux?  Unfortunately it uses a serial port instead of a
TCP/IP connection.  Speaking of which, are there X10 style controllers
available for TCP/IP controlling?

Yes, I've been using them for a couple of years now. They're great,
especially as a substitute for a hardware watchdog timer. I also have a
fairly nice multi-user e-mail light script if you're interested. I use
software called heyu from http://heyu.tanj.com/ with my CM11A controller.
If you have one of the newer Firecracker controllers then the heyu page
also (AFAIR) has a link to a compatible Linux program. Personally I'd
suggest getting a CM11A interface if you haven't already got one though,
the timers and the ability to address/scan all codes are well worth the few
extra $$.
--

Who is this General Failure, and why is he reading my hard disk?



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



Re: DSL + 2 Real IPs

2002-01-28 Thread Chris Watt

At 10:19 AM 1/12/02 -0800, nit etc wrote:

I have DSL thru Verizon, and their DHCP server
provides more than one IP address, so I can have more
than one computer on DSL with real IP addresses.

Two ways I can think of off-hand:
1. Just set your firwall up to use proxy ARP instead of ip masquerade. Then
(assuming your ISP gives you static IPs) you can just tell the machines on
your LAN what address(es) to use. You will need an IP for your firewall
plus 1 IP for each machine in your LAN (probably best if you get a
contiguous block so you can have an internal netmask). You can use the same
address for both NICs in your firewall machine, but it's probably easier to
give it two IP addresses.

2. If you can't get a block of addresses, or can't get enough addresses for
our whole LAN then you might be best off setting your firewall up to do
full NAT, and assign outside addresses to your internal machines on
demand. Have a look at
http://netfilter.samba.org/documentation/HOWTO//NAT-HOWTO.html for more
details. This is fairly complicated to do, but a lot of ISPs are using it
(not necessarily through Linux).

In order for either of these to work you will have to be able to talk your
ISP into assigning all your IP's to a single MAC address (the external NIC
on your firewall). Also I don't think it is possible to have multiple DHCP
leases for the same NIC, so you will probably need static IP assignment.
--

Who is this General Failure, and why is he reading my hard disk?



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



Re: dual boot install on new XP laptop

2002-01-28 Thread Ray Abbitt

On Sun, 13 Jan 2002, Charles Galpin wrote:

  i'd be interested in hearing just how smoothly the process of setting
  up that 8100 as a dual boot machine goes.  i got an 8100 a few months
  ago and, yes, it came pre-installed with windows whatever random
  choice i made, since i had no intention of running windows whatever.
  the instant i got it, i blasted the windows install and installed
  red hat, but not before i noticed that, naturally, the pre-installed
  windows takes up the whole disk, and i suspect it will do the same
  with yours.

I haven't tried it with an 8100, but my 8000 worked just fine with
3 operating systems. (Win98, NT4.0 and RedHat 7.0) And the 9000 that
replaced it will be running 98, XP and 7.2 as soon as I get the time
to get it set up.

  this means you can't just add red hat, you have to downsize
  windows first.  and before you think, hey, no problem, i'll just
  *re-install* windows on a smaller partition, think again.  what
  you will likely get is not a windows install CD, it will be a
  windows *reinstall* CD -- that is, no original media but a CD
  that just lets you recover to your original layout.  these days,
  dell (and others, i assume) not shipping original media.  they're
  being totally sleazy and shipping only enough to let you recover
  if you trash your original install.
 
Actually the Toshiba Recovery CD isn't bad. (And you don't really
want to install Windows on a Toshiba laptop any other way--even if
you get all of the drivers from Toshiba, for some reason stability
suffers.) There is an option to do a custom install using existing
partitions. It creates a special boot floppy with the required info. 

But it is probably easier to use Partition Magic and shrink your 
Windows partition. (Thats what I did on my 9000)

-ray



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



Re: RHCE resources?

2002-01-28 Thread LuisMi

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi, do you recommend me any book?

- -- 
+--
| Luis Miguel Cruz.
|  |
  Public Key: http://www.flcnet.es/tbe/luismi/nadie/luismi_adp.asc |
 --+

On 10 Jan 2002, Trond Eivind Glomsrød wrote:

 LuisMi [EMAIL PROTECTED] writes:
 
  I am looking for some information about RHCE if it is possible in spanish?
 
 http://www.redhat.com/training/contact_worldwide.html
 
 
 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjw+vV0ACgkQvQHLTzrFJlcirgCgnSPO17F3dN0HWee2hsvAfhoQ
4UEAoIzaM6/IFfijvZY8SjrWu7LMikqx
=66xN
-END PGP SIGNATURE-



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



Re: help all of my os gone

2002-01-28 Thread Willy Wittesaele

Hello ,

I think you can forget it.
Installation of smoothwall will reformat  overwrite the HD
It is clearly stated in the Installation Guide (pdf version)

willy

**
This e-mail was sent to you from a SUN
Sparc20 system running Redhat Linux 6.2
**

On Sun, 13 Jan 2002, Lewi wrote:

 hi,
 i have a problem, all data on my first hardisk is destroy, :(
 just a few minutes ago, i want to try install smothwall on my computer, while 
smothwall asking me where hda i want to install, smothwall is destroying all of my 
data including my two redhat in that hd, just a second :(.

 but in that second i press reset button,
 can i recover that? because there is important data in that hd,
 does anyone have experience with that?



 --
 ichtus
 --
 Lewi Supranata .K
 ICQ: 50643061




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



mailman

2002-01-28 Thread Wallen, Jack
Title: mailman





anyone have any experience setting up and administering mailman?


i have it setup and it's running and sending out email but anytime an email comes in,
like a request subscription confirmation (or anything for that matter) nothing is done with it. i can't find the 
incoming mail, nothing is being done with the incoming mail and i can't seem to find a log of where it has gone,
or any errors.


i connected via dsl, using Red Hat 7.2, have a domain (and a static IP) and just can't figure this puppy out.


can anyone offer any help? i've read the how-to's and the readme's but to no avail.


thank you so much.


jack





R: sendmail+domain

2002-01-28 Thread Stefano Bagnara

 1) i wanna change the domain of my mail server
   [EMAIL PROTECTED]
 by[EMAIL PROTECTED]
 as you can see, i wanna change or eliminate de word mail
 so, where file a need to modified?

you need to add to your sendmail.cw (/etc/sendmail.cw or
/etc/mail/sendmail.cw)
the line republic.com
then, you need to add to @republic.com dns entry:
IN  MX  10  mail.republic.com.

republic.com is your real domain?

kid [root] /etc/namedb host -t mx republic.com
republic.com mail is handled (pri=30) by pop.republic.com

kid [root] /etc/namedb host -a mail.republic.com.
rcode = 3 (Non-existent domain), ancount=0
Host not found.


those 2 commands shows that mail for @republic.com is handled by
pop.republic.com and not by mail.republic.com
mail.republic.com is not registered in the dns.
To register mail.republic.com in the dns you should add
mailIN  A   XXX.XXX.XXX.XXX
(where XXX.XXX.XXX.XXX is the ip of your server) to you domain zone.

 2) My mail Servor works fine on my Intranet or my own domain, the
 problems is when i send an mail out of my domain, example, when i
 send a mail to [EMAIL PROTECTED], it mail cannot be send. So, what
 file i need to modified?

One of the problems could be that mail.republic.com is not resolvable (as my
previous command shows).
The problems could be much. Can you post the error you get while sending the
e-mail?

-b-



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



Re: Boot problem- root already mounted(?) and inits

2002-01-28 Thread Dan Egli

Try booting in single mode. Then when it says / is already mounted, you 
can cat the mtab file and see what is in /etc/fstab and in /proc (as well 
as your logs)

 On Sun, 13 Jan 2002, Brandon Dorman wrote:

 Hey guys,
 
   Some of you may  remember my grub and windows problem of a bit ago.  Well 
 following that I reinstalled yesterday, and everything worked fine for 24 
 hours until i went in windows to do some final cleanup... so I thought.
 
 Upon reboot, I was greeted by hell.  After it initialized the USB 
 controller, I got something like this:
 mounting root filesystem in read/write mode...   [error]/ mounted 
 already or bad option
 
 then later on in the boot it would tell me it couldn't write to stuff like 
 gpm and stuff, then at the end of all the error messages, up came:
 
 init: Id 1 respawning too fast: disabled for five minutes
 (and it then went to say the same thing for 2, 3, 4, 6, 5)
 
 If I could boot into it somehow I could get the logs in /var/log/syslog and 
 /var/log/messages but i dont know the bootimage.  This is a stock RH 7.2 
 box.  Thank you very much, I sure hope we can fix this without me 
 reinstalling again.
 
 -Brandon
 



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



RE: Fax Program

2002-01-28 Thread Dan Egli

I just use eFax. It works great for me using a USR Sporster 56000 PnP.

On Mon, 14 Jan 2002, Manoj Naik wrote:

 Try hylafax.
 
 Manoj
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Massimo Alonzo
 Sent: Sunday, January 13, 2002 7:34 PM
 To: [EMAIL PROTECTED]
 Subject: Fax Program
 
 
 Hi!
 
 Can you suggest me a good program to send a fax?
 
 Thanks
 Massimo
 
 
 
 ___
 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
 



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



Re: dual boot suggestions

2002-01-28 Thread Blaine

Yes I have winME and linux in a dual boot using grub and it works without a
problem.

- Original Message -
From: Ian Truelsen [EMAIL PROTECTED]
Newsgroups: gated.redhat-list
To: [EMAIL PROTECTED]
Sent: Friday, January 11, 2002 7:08 PM
Subject: Re: dual boot suggestions


 Dale Kosan writes:

  Install Win 98 first, then Redhat, lilo or grub will have no problem
booting
  Windows or Linux from the MBR.
 
 This doesn't seem to work with WinMe. I'm not sure if it is just me or if
ME
 uses the MBR differently. Has anyone gotten this to work with ME?

 Ian.

 Ian Truelsen
 Masters program in Philosophy
 University of Manitoba, Winnipeg, Canada
 BA (Wilfrid Laurier University)
 Email: [EMAIL PROTECTED]

 Current favourite quote:
 No great civilisation likes forests.
 K.F. O'Connor
 Lincoln College, Christchurch, New Zealand






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



Re: Pleas Help! How to eliminate warning with pop3s and outlook...

2002-01-28 Thread Kurt Seifried



Gotta fix your certificate or what the client 
spoint it to. for example:

foo.example.org, with alias mail.example.org. 
Either will do for the cert, but let's say your cert is for mail.example.org, 
and someone enters foo.example.org as their mail server. well. the names don't 
match. It's that simple. Make suers use the same alias (mail/pop3/whatever) and 
check the cert by using a web browser: https://foo.example.org:995/ and the 
cert dialog will give you the info you need, plus you can install the 
cert.

http://www.seifried.org/security/best-practices/ksbpa-001-ssl_imap_pop_linux.html


Kurt Seifried, [EMAIL PROTECTED]A15B BEE5 B391 B9AD 
B0EF AEB0 AD63 0B4E AD56 E574http://www.seifried.org/security/



  - Original Message - 
  From: 
  Joao 
  Borsoi Soares 
  To: [EMAIL PROTECTED] ; [EMAIL PROTECTED] 
  
  Sent: Tuesday, January 15, 2002 10:38 
  AM
  Subject: Pleas Help! How to eliminate 
  warning with pop3s and outlook...
  
  My clients are getting the 
  following warning message each time they try to download their messas from my 
  secure pop3s server with MS Outlook:
  
  "The server you are connected 
  to is using a security certificate that does not match its internet 
  addres"
  
  Can anyone give me a reference 
  on how to solve this problem? Even a link would be fine...
  
  Thanks,
  Joao 
Soares.


ntpdate doesn't work as expected

2002-01-28 Thread fgrodigo

Hi,

My ntp server is a Cisco router.

I have a computer with Red Hat 6.2 and ntp3. I use ntpdate to sync the
host with the router every hour via cron. It works fine.

Now I have installed a new computer with Red Hat 7.2 and ntp4. I try to
sync this computer using the same procedure as with the other computer.
But the time I get is two hours less than in the computer with Red Hat
6.2.

I use the same command in boths computers. I run it every hour. But the
behaviour is not the same.
The content of the files /etc/ntp.conf and /etc/sysconfig/clock are
equal.

Have somebody any hints?

Thanks.
fgrodrigo.



___
Do You Yahoo!?
Yahoo! Messenger
Comunicación instantánea gratis con tu gente.
http://messenger.yahoo.es



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



Cox Excite@home upgrade: anyone done it yet?

2002-01-28 Thread Jim Wang


I currently use Cox@home and 6.2 ipchains for IP masquerading.  There
are several Windows and Linux boxes behind the firewall.  It's been
nice so far since I've had a quasi-static address and haven't had to
fool with DHCP.

But I just got the Cox upgrade lunchbox in the mail yesterday for
the transistion to Cox's new network.

So I'm wondering: what does it entail?  Do I just get a new IP address
that is quasi-static, or will I need pump?  Are ports
25 and 80 still blocked?

So from those of you who've done it, any hints?

Jim



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



OpenSSH security

2002-01-28 Thread JW

Does anyone know if openssh-2.5.2p2-1 is vulnerable the crc32 compensation
attack that's going around?

Thanks.


Jonathan Wilson
System Administrator

Cedar Creek Software http://www.cedarcreeksoftware.com
Central Texas IT http://www.centraltexasit.com



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



binary compatibility problems

2002-01-28 Thread Andrew Slater

Hi,

I'm having problems getting Entropic ESPS binaries to work under RH 7.2 -- 
they report command not found when you try to run them. It's not a 
trivial path/permissions problem though.

These are fairly old programs now -- originally released for RH 5.1 -- but 
ran OK under 6.2. Unfortunately there's no vendor support now, since 
Microsoft bought them up.

Any idea how to fix this? I have the compatibility packages installed...




Andrew Slater
Senior IT Support Officer
Phonetics and Modern Languages
University of Oxford





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



  1   2   >