(no subject)

2003-01-31 Thread clemens

Some time ago I had LOGWATCH working just fine (this is RH7.3).
Then I updated some things (perl, tk/tcl, ...) and I havent
heard from logwatch since.

Tonight I played with it a bit, putting printf statements in the
logwatch perl script, and it doesnt die, it runs thru from top
to bottom, but no output.

I uninstalled/reinstalled it, still no luck.

I put perl back to 5.6.1, no luck.

Does anyone have ANY ideas, Im frankly at a loss.
I have it working fine on 5 other machines, and like I said it USED
to work on this machine, but zip, nothing, no output at all.


-- 
Reg.Clemens
[EMAIL PROTECTED]




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH8.0 - Altering Security Level

2003-01-31 Thread Ashley Kitson
Matthew

etc/xinetd.d/swat is configured as

#chkconfig: 35 20 80
#description: SWAT

service swat
{
disable = no
port = 901
socket_type = stream
wait = no
only_from = localhost
user = root
log_on_failure += USERID
)

I have run chkconfig (and added the swat lines above as result and still no
joy
:-(

As to firewall tools, any suggestions for a reasonably straightforward
'starter pack'?

Kind Regards
Mr Ashley Kitson

- Original Message -
From: "Matthew Saltzman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 31, 2003 12:44 AM
Subject: Re: RH8.0 - Altering Security Level


> On Fri, 31 Jan 2003, Ashley Kitson wrote:
>
> > I think I have my system open at the moment (which is a risk except I'm
> > hidden behind a cable router) and still cannot connect to SWAP using
> SWAT?
> > http://localhost:901/.  localhost is set in my hosts file (I've no DNS
> > server - it's only a home network).
> >
> > It's a conundrum but a problem shared etc etc
>
> Have you configured swat in /etc/xinetd.d or run 'chkconfig swat on'?
>
> > BTW someone out there might know why there seems to be this convention
> > for utilities not to read the current configuration.  In Windows, they
> > all do.  I'm trying to get away from it but this is bizarre.
>
> redhat-config-securitylevel is the only config tool I can recall at the
> moment with this property.  You can find a discussion of this issue on
> bugzilla.  I agree with most people here that they made the wrong choice
> on this, but that's how it is.  If you really want a firewall tool, there
> are plenty out there.
>
> --
> Matthew Saltzman
>
> Clemson University Math Sciences
> [EMAIL PROTECTED]
> http://www.math.clemson.edu/~mjs
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problem making bzImage

2003-01-31 Thread Michael Mansour
Hi Todd,


From: "Todd A. Jacobs" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: RedHat List <[EMAIL PROTECTED]>
Subject: Re: Problem making bzImage
Date: Thu, 30 Jan 2003 22:55:09 -0800 (PST)

On Fri, 31 Jan 2003, Michael Mansour wrote:

> `/usr/src/linux-2.4.18-19.8.0/drivers/pci/devlist.h', needed by 
`names.o'.
> Stop.
> make[3]: Leaving directory `/usr/src/linux-2.4.18-19.8.0/drivers/pci'
> make[2]: *** [first_rule] Error 2
> make[2]: Leaving directory `/usr/src/linux-2.4.18-19.8.0/drivers/pci'
> make[1]: *** [_subdir_pci] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.4.18-19.8.0/drivers'
> make: *** [_dir_drivers] Error 2

At a guess, it looks like it can't find all of the kernel headers. Kernel
source and kernel headers are in two separate RPMs.

Under older Red Hat releases yes I would agree, but I've looked for the 
kernel-headers rpm for Red Hat 8.0, but no go, I can't find any on the CD's 
or on their ftp updates site.

I need to compile a new kernel because the default kernel they give doesn't 
support some of my hardware, but I'm baffled as to why this thing doesn't 
work, even though I've compiled linux kernels for well over 8 years.

Michael.

_
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: RH8.0 - Altering Security Level

2003-01-31 Thread Ashley Kitson
I got a

/etc/rc.d/init.d/iptables program
/lib/iptables folder with lots of .so files in it
/sbin/iptables program

but no /etc/sysconfig/iptables file

This on RH8.0 newly installed.  Any ideas as to what I should be editing?
Thanks.

Kind Regards
Mr Ashley Kitson

> On Thu, 30 Jan 2003, Ricky Deitemeyer wrote:
>
> > What files do I have to edit to change the security settings on my
> > Redhat 8.0 box?  I'm trying to set up samba, but as it is, I can't even
>
> /etc/sysconfig/iptables
>
> --
> "Of course I'm in shape! Round's a shape, isn't it?"
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



LogWatch stopped working

2003-01-31 Thread clemens
[ Sorry for this getting posted twice, but it got out without
  a subject line the first time around ]

Some time ago I had LOGWATCH working just fine (this is RH7.3).
Then I updated some things (perl, tk/tcl, ...) and I havent
heard from logwatch since.

Tonight I played with it a bit, putting printf statements in the
logwatch perl script, and it doesnt die, it runs thru from top
to bottom, but no output.

I uninstalled/reinstalled it, still no luck.

I put perl back to 5.6.1, no luck.

Does anyone have ANY ideas, Im frankly at a loss.
I have it working fine on 5 other machines, and like I said it USED
to work on this machine, but zip, nothing, no output at all.
There sure SHOULD be output for sendmail, ssh, ...

-- 
Reg.Clemens
[EMAIL PROTECTED]




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: touch modifies read-only files

2003-01-31 Thread Cameron Simpson
On 22:59 30 Jan 2003, Todd A. Jacobs <[EMAIL PROTECTED]> wrote:
| On Thu, 30 Jan 2003, Rigler, S C (Steve) wrote:
| > I guess I must have an evil vi on all of my machines, because I've been
| > doing this for some time (using ":w!" to override read-only permission
| > when I own the file).
| 
| The problem is that if you have write permissions on the directory, you 
| can add and delete directory entries regardless of the permissions on the 
| file itself.
| 
| Some editors (vi is a good example) don't edit the actual file; they edit
| a temporary copy the way all good multi-user utilities should. If you do a
| ":w!" and you have sufficient privelege for the directory, it can unlink
| the file and move the temporary data to a new file with the old name and
| permissions.

Vim will do this (there's some setting for it). Most vis don't. They
all edit a copy, but generally overwrite the original.

| It only *looks* like it's over-writing the old file. It isn't. But the end 
| result is the same.

No, not quite. Consider:

echo hi >foo# make file
chmod 444 foo   # remove write permission
ln foo bah  # link to second name
umask 2 # just to ensure
vim foo # and go :w!

If your hypothesis were correct there would be two distinct files now,
the "foo" one with a mode 664. (Which is a core reason I loathe apps
which do the unlink/new-file thing.) A quick experiment reveals that vim
leaves them linked with the perms ok. So it must in fact be tweaking the
permissions to add write, rewriting, and putting the permissions back.
Which is sort of ok in my book.

Still, I use nvi mostly, and expect to have to tweak perms if I lock
myself out - I will have done it for a reason, after all.
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

A host is a host from coast to coast
& no one will talk to a host that's close
Unless the host (that isn't close)
is busy, hung or dead
- David Lesher, [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



/var/run/console

2003-01-31 Thread Michael A. Peters
Relevent Config Info:
Red Hat 8.0 up to patch level.
Asus A7N8X Deluxe motherboard
Running 2.4.21pre4 (copied the athlon config from the Red Hat kernel
source to .config and ran make oldconfig to configure - I need a newer
kernel than Red Hat's 2.4.18 or even 2.4.20 because I have an nforce2
chipset and the IDE performance is suctacular due to lack of a driver
for the nforce IDE controller - and I needed to patch the 3com driver
for the onboard 3com nic)

I recently did a couple updates to my system:

1) edited /etc/fstab to mount /var/run and /tmp as a tmpfs volume:
none/var/runtmpfs   defaults 0 0
none/tmptmpfs   defaults 0 0

2) installed nVidia drivers for my GeForce4 (compiled on my system)

I *believe* my problem didn't start after step 1 but started after step
2
When attempting to startx I would get an error - and this would be
logged in /var/log/secure :

Jan 31 01:09:52 mpetershomenetwork pam_console[968]: Could not open lock
file /var/run/console/mpeters, disallowing console access

I put a band-aid on the problem by adding this to /etc/rc.local :

if [ ! -d /var/run/console ]; then
/bin/mkdir /var/run/console
fi

I would like to know, though, what the REAL problem is - just in case
there are other issues I need to fix as well.

Thanks for any help.
Please cc me on any response

-- 
Michael A. Peters <[EMAIL PROTECTED]>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH8.0 kernel 2.4.18-19.8.0 make dep warning

2003-01-31 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 31 Jan 2003 09:29:07 +1100, Michael Mansour wrote:

> I'm compiling a new kernel and after the make dep get the following
> warning:
> 
> (echo ""; echo "all: \\"; cat tmp_include_depends_1; echo "") >> 
> tmp_include_depends
> rm tmp_include_depends_1
> make: warning:  Clock skew detected.  Your build may be incomplete.
> 
> From here I Proceed to a make clean.
> 
> I haven't seen this wanring before though, should it be a concern?

Yes, you should be concerned at least slightly because with your
clock running unreliable, "make" may not be able to determine
dependencies correctly. This can result in things like previously
compiled object files being mixed into a new build.

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

iD8DBQE+OkhW0iMVcrivHFQRAhxeAJ4m4FRTRtkUPRt/mPiA+HqWNNSWpQCeNyVd
W6+Nuj6g+JYjLCdcB2C/I/U=
=hgvd
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problem making bzImage

2003-01-31 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 30 Jan 2003 22:55:09 -0800 (PST), Todd A. Jacobs wrote:

> On Fri, 31 Jan 2003, Michael Mansour wrote:
> 
> > `/usr/src/linux-2.4.18-19.8.0/drivers/pci/devlist.h', needed by
> > `names.o'.  Stop.
> > make[3]: Leaving directory
> > `/usr/src/linux-2.4.18-19.8.0/drivers/pci' make[2]: *** [first_rule]
> > Error 2 make[2]: Leaving directory
> > `/usr/src/linux-2.4.18-19.8.0/drivers/pci' make[1]: ***
> > [_subdir_pci] Error 2 make[1]: Leaving directory
> > `/usr/src/linux-2.4.18-19.8.0/drivers' make: *** [_dir_drivers]
> > Error 2
> 
> At a guess, it looks like it can't find all of the kernel headers.
> Kernel source and kernel headers are in two separate RPMs.

Not true. Linux kernel source and headers are _both_ in the
kernel-source binary rpm.

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

iD8DBQE+Okj50iMVcrivHFQRAkh5AJ4mHtjcdaS0TyaVvAwaJ67qf/nZ8ACfcYyl
QxQ3VbJTxulU1Z94ma31JOU=
=YYs2
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH8 php mysql_connect undefined function

2003-01-31 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 31 Jan 2003 12:02:56 +0800, Leo Huang wrote:

> Paul,
> 
> The PHP comes with RH 8 seems not be compiled with MySQL support, you
> can see from phpinfo(). I do suggest you recompiled it yourself.

The MySQL extension for PHP can be found in the separate php-mysql
package. You just need to install it.

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

iD8DBQE+OklQ0iMVcrivHFQRAqA7AJ4swakNT9xj71UNW9jZpgKSphhxiwCfdbUa
iPBUhlRL5dgB51Faq0pg0NY=
=Bctw
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Updating RH Linux 6.2

2003-01-31 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, 30 Jan 2003 20:55:52 -0500, Ernest Ellingson wrote:

> Ok what do you do with Linux fdisk to add a logical partition to an
> extended one?  How do you add a swap partition with fdisk?  No options
> come up that allow this.

Look once more. fdisk has a menu where you can change the partition
type.

Though, I would recommend using GNU parted on system where it
is available.

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

iD8DBQE+Okoe0iMVcrivHFQRAj0VAJ43cfhVbH8QIRdPCjeE9lFBFSmorACePjZb
VtmD2OChM/VbjCG71x6edwo=
=0pN/
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Latest (stable) linux kernel???

2003-01-31 Thread Cannon, Andrew
Hi all,

I want to update the linux kernel on two machines. One is an Athlon
(Thunderbird 1.1GHz 200MHz FSB) and the other is a 400MHz Celeron (actually,
there are four machines in this cluster, all 400MHz Celerons).

What are the latest Kernels for these machines, and where can I find them?
(I've tried the Red Hat web site, but a search for "kernel" brings up
nothing...)

btw, I'm running RH8.0 with the 'out of the box' kernel.

Thanks.

Andy

P.S. If they are RPMs is installation as simple as rpm -i (install-options)
'new-kernel' or is it more difficult than this?

Andrew Cannon, Nuclear Technology (J2), NNC Ltd, Booths Hall, Knutsford,
Cheshire, WA16 8QZ.

Telephone; +44 (0) 1565 843768
email: mailto:[EMAIL PROTECTED]
NNC website: http://www.nnc.co.uk



***
 NNC Limited
 Booths Hall
 Chelford Road
 Knutsford
 Cheshire
 WA16 8QZ
 
 Country of Registration: United Kingdom
 Registered Number: 1120437
 
 This e-mail and any files transmitted with it are confidential and 
 intended solely for the use of the individual or entity to whom they   
 are addressed. If you have received this e-mail in error please notify 
 the NNC system manager by e-mail at [EMAIL PROTECTED]
***



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Problem with JRE !

2003-01-31 Thread Shirad Salaheddine
Title: Problem with JRE !






Hi,


I am trying to install Oracle Collaboration Suite release 9.0.3 on a Red Hat Advanced Server 2.1 Linux.
When ever I run the install file I receive the following message:


    * Java Runtime Environment was not found at \tmp\orainstall ...


With an message to Install JRE from the java web site.


Now when I type in my shell : [root] : java, it show that java env. Is installed ...


What is the problem ?


Shirad Salaheddine
Application Developer - Professional Services Division


Emirates Computers
United Arab Emirates - Abu Dhabi
P.O. Box, 7222
Tel:    +971 2 6413400 - Ext.: 121
Fax:    +971 2 6413401
e-Mail: [EMAIL PROTECTED]
URL: http://www.emiratescomputers.co.ae





Re: RH8.0 - Altering Security Level

2003-01-31 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 31 Jan 2003 09:16:18 -, Ashley Kitson wrote:

> I got a
> 
> /etc/rc.d/init.d/iptables program
> /lib/iptables folder with lots of .so files in it
> /sbin/iptables program
> 
> but no /etc/sysconfig/iptables file
> 
> This on RH8.0 newly installed.  Any ideas as to what I should be
> editing? Thanks.

/etc/sysconfig/iptables is where your firewall rules would be
stored. The files is created when you configure your firewall
OR run "service iptables save" manually (which writes the rules
based on what the iptables-save program prints).

If you don't have that file, most likely you don't have any firewall
rules activated. With the exception that maybe you played a lot with
your system and managed to enable the old ipchains-based firewall
system. I would consider that unlikely, but only you can tell what
you've done to your system.

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

iD8DBQE+Okvq0iMVcrivHFQRAgz7AJ9+Fpjq8EFX80aJQQKEIgcYNne64wCdHK2r
QUZUmOzjWQyQKFgeMCPY6is=
=GQo/
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH8.0 - Altering Security Level

2003-01-31 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 31 Jan 2003 09:07:37 -, Ashley Kitson wrote:

> etc/xinetd.d/swat is configured as
> 
> #chkconfig: 35 20 80
> #description: SWAT
> 
> service swat
> {
> disable = no
> port = 901
> socket_type = stream
> wait = no
> only_from = localhost
> user = root
> log_on_failure += USERID
> )
> 
> I have run chkconfig (and added the swat lines above as result and
> still no joy
> :-(

Huh? It doesn't make any sense to add those two lines there. All
you would need to enable SWAT is to run

  # chkconfig swat on

and optionally (to make sure xinetd is running, too):

  # service xinetd start
  # chkconfig xinetd on

Then have a look at the output of:

  netstat -tpan | grep 901

What does it give?

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

iD8DBQE+Okxy0iMVcrivHFQRAqDCAJ0fZOM3alrFjAoLwKrGwGlmqwJUAgCfaFnY
2NhUkmqMHIOesUo+4jT43H4=
=Jgd3
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problem with JRE !

2003-01-31 Thread Jan
Shirad Salaheddine wrote:
> Hi,
> 
> I am trying to install Oracle Collaboration Suite release 9.0.3 on a Red Hat
> Advanced Server 2.1 Linux.
> When ever I run the install file I receive the following message:
> 
>   * Java Runtime Environment was not found at \tmp\orainstall ...
> 
> With an message to Install JRE from the java web site.
> 
> Now when I type in my shell : [root] : java, it show that java env. Is
> installed ...
> 
> What is the problem ?
> 
> Shirad Salaheddine
> Application Developer - Professional Services Division
> 
Sometimes Oracle doesn't want to install directly from the CD - then
there's normally a shell script to run, that makes a temporary directory
tree with symbolic links to the CD. As far as I remember, the reason has
often been that when you mounted the CD on certain OSes, all the file
names would be in upper case.

So, my suugestion is to look for information about this in the READMEs
and other release files on the CD; perhaps there is a script to run
before you start installing.

/jan




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Latest (stable) linux kernel???

2003-01-31 Thread Robert P. J. Day
On Fri, 31 Jan 2003, Cannon, Andrew wrote:

> Hi all,
> 
> I want to update the linux kernel on two machines. One is an Athlon
> (Thunderbird 1.1GHz 200MHz FSB) and the other is a 400MHz Celeron (actually,
> there are four machines in this cluster, all 400MHz Celerons).
> 
> What are the latest Kernels for these machines, and where can I find them?
> (I've tried the Red Hat web site, but a search for "kernel" brings up
> nothing...)
> 
> btw, I'm running RH8.0 with the 'out of the box' kernel.

you can always find the latest RH-approved updates at
http://updates.redhat.com.

if you want to live a little more dangerously, you can try
the more experimental stuff at http://rawhide.redhat.com.

and if you want to go for the gusto, there's www.kernel.org.

rday



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Fetchmail problem with demand dailing

2003-01-31 Thread Roland Hill
Hello List,

I have started getting the following error in the fetchmail log:

fetchmail: Query status=2 (SOCKET)

The consequence is that mail is not retrieved for my home network.

My modem is configured to demand dial (via wvdial) and I usually start
fetchmail with fetchmail -d 7200.

I have read the man pages and it appears that fetchmail "times out"
while waiting for my ISP to be connected and the DNS resolved. It
assumes that the POP server does not exist.

If the connection is already up, then fetchmail works as intended.

My suspicion is that resolving my ISP's DNS is taking a little longer
due to my primary DNS pointing to my DNS cache and my secondary DNS
pointing to my ISP. This slight delay appears to hang fetchmail. I have
had fetchmail working perfectly and the implementation of DNS cache is
the only thing I can think of that I have configured recently that may
cause a problem.

As a new user I would appreciate any ideas on how I could solve this
problem. Can fetchmail be "told" to wait longer before hanging?

Regards,

Roland Hill



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Quota

2003-01-31 Thread Ashwin Khandare
Consider a case
where user a has quota 0f 90MB
and group b whose  member is user a has quota 0f 180 MB
And now suppose user a puts 70Mb in the folder owned by the group
Now if user a exceeds 20Mb in his own  home drive, he gets the quota
exceeded messg.
So what I realise is that users quota is counted for that particular group
folder as well as for files in his home drive.

- Original Message -
From: "Leo Huang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 11:35 PM
Subject: Re: Quota


> Hi there,
>
> You can set up group quota and user quota. Group quota is the limit of the
> whole group, and user quota is for particular users.
>
> Leo
>
>
> - Original Message -
> From: "Szemerédy Gábor" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, January 31, 2003 12:57 AM
> Subject: Quota
>
>
> > Hello!
> > If I set up quota.group are the values valid for the whole group or
> > those limits are limiting each particular user as a member of that group
> > by those values?
> > Thanks
> >
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Phoebe: problem with installing Oracle 9i

2003-01-31 Thread Jon Haugsand
I am not sure where to,  and even _if_ I should, report a problem with
installing Oracle 9i on RedHat beta distribution Phoebe.  Maybe
someone here can comment?

After filling out the configuration screens in "runInstaller" of
Oracle 9i the screen hangs at 0%.  When looking into the log, I find
it hangs on the following:

Calling action unixActions2.2.0.6.0  createLink
source = /home/oracle/jre/1.1.8/bin/.java_wrapper
destination = /home/oracle/jre/1.1.8/bin/jre
overwriteExistingLink = true

Looking into the error log, we find the following probable reason:

java.lang.UnsatisfiedLinkError: 
/tmp/OraInstall2003-01-31_10-13-25AM/libactionUnix22.so: 
/tmp/OraInstall2003-01-31_10-13-25AM/libactionUnix22.so: symbol errno, version 
GLIBC_2.0 not defined in file libc.so.6 with link time reference
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1419)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1314)
at java.lang.Runtime.load0(Runtime.java:698)
at java.lang.System.load(System.java:797)
at ssOiGenClassux22.(ssOiGenClassux22.java:25)
at sscreateLinkux.createLink(sscreateLinkux.java:255)
at sscreateLinkux.installAction(sscreateLinkux.java:83)
at 
oracle.sysman.oii.oiis.OiisCompActions.doActionWithException(OiisCompActions.java:1357)
at 
oracle.sysman.oii.oiis.OiisCompActions.doActionImpl(OiisCompActions.java:1157)
at oracle.sysman.oii.oiis.OiisCompActions.doAction(OiisCompActions.java:604)
at CompActions.doActionP1createLink3(CompActions.java:310)
at CompActions.stateChangeActions(CompActions.java:106)
at 
oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiilActionThr.run(OiicInstallActionsPhase.java:604)
at 
oracle.sysman.oii.oiic.OiicInstallActionsPhase.executeProductPhases(OiicInstallActionsPhase.java:2199)
at 
oracle.sysman.oii.oiic.OiicInstallActionsPhase.doInstalls(OiicInstallActionsPhase.java:2052)
at 
oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiInstRun.run(OiicInstallActionsPhase.java:2945)
at java.lang.Thread.run(Thread.java:484)


---
Java, yes, but isn't this a glibc issue?  Trying out 'ldd
/tmp/OraInstall2003-01-31_10-13-25AM/libactionUnix22.so' returns:

ldd: warning: you do not have execution permission for `./libactionUnix22.so'
Incorrectly built binary which accesses errno, h_errno or _res directly. Needs to be 
fixed.
libc.so.6 => /lib/libc.so.6 (0x40021000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x8000)


-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Phoebe: problem with installing Oracle 9i

2003-01-31 Thread Jon Haugsand
* Jon Haugsand
> Java, yes, but isn't this a glibc issue?  Trying out 'ldd
> /tmp/OraInstall2003-01-31_10-13-25AM/libactionUnix22.so' returns:
> 
> ldd: warning: you do not have execution permission for `./libactionUnix22.so'
> Incorrectly built binary which accesses errno, h_errno or _res directly. Needs to be 
>fixed.
> libc.so.6 => /lib/libc.so.6 (0x40021000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x8000)
> 

Anyway, when trying the following on my Phoebe release:

  ldd /lib/libc.so.6 
Incorrectly built binary which accesses errno, h_errno or _res directly. Needs to be 
fixed.
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)

while on my 8.0:

 ldd /lib/libc.so.6 
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x4000)

-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



"Broken pipe" during rsync, tunneled over ssh: Help!

2003-01-31 Thread RD Egeland
I'm running rsync tunneled over ssh in a cron job (the error also occurs if 
run manually) to send nightly backup files to a remote server, and I've got 
troublesome problems with either rsync or ssh.  Has anyone had similar errors?

The rsync command in my cron job is:
rsync -e ssh -avz /mnt/claws/backups/mail/mail\@foo.com-`date +%A`.tar.gz 
[EMAIL PROTECTED]:~/backups/foo/

Uploading machine (.com):
RH 7.3 with
openssh-3.5p1-1 (I upgraded)
rsync-2.5.4-2

Downloading machine (.ac.uk):
RH 8.0 with
openssh-3.4p1-2
rsync-2.5.5-1

Error which comes out quite regularly (usually less than 10M into the 
upload, but sometimes not at all):
rsync: error writing 9 unbuffered bytes - exiting: Broken pipe
rsync error: error in rsync protocol data stream (code 12) at io.c(464)


Greek to me.  At first, I assumed this was due to intermittent connectivity 
(I am using a cable modem and D-Link firewall router on one side), but the 
connection (amazingly) is quite rock-solid.  I've read about bugs in ssh, 
and notably, I notice that ssh connections to the 7.3 machine are dropped 
occasionally, sometimes with "bad network packet size" (or something like 
that).

So I believe this could be due to SSH problems.  But before I upgrade SSH 
using the sources, I figure I'd ask if anyone has been through this before.

Ryan



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: RH8.0 - Altering Security Level

2003-01-31 Thread Ashley Kitson
Michael

The 2 comment lines were the ones suggested when I read the man page for
chkconfig (as I didn't know what it was until then).

I ran netstat as suggested and got no output.  I ran it again without the
grep.  I ran 'chkconfig swat on', restarted xinetd and ran netstat again
with same result as below:

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address   Foreign Address State
PID/Program name
tcp0  0 0.0.0.0:515 0.0.0.0:*   LISTEN
584/lpd Waiting
tcp0  0 0.0.0.0:90980.0.0.0:*   LISTEN
2721/xinetd
tcp0  0 0.0.0.0:90990.0.0.0:*   LISTEN
2721/xinetd
tcp0  0 0.0.0.0:139 0.0.0.0:*   LISTEN
1153/smbd
tcp0  0 0.0.0.0:111 0.0.0.0:*   LISTEN
462/portmap
tcp0  0 0.0.0.0:60000.0.0.0:*   LISTEN
2040/X
tcp0  0 0.0.0.0:22  0.0.0.0:*   LISTEN
553/sshd
tcp0  0 127.0.0.1:1563  0.0.0.0:*   LISTEN
2721/xinetd
tcp0  0 192.168.1.101:139   192.168.1.100:1085
ESTABLISHED 2265/smbd

My xinet.d file looks like this:
#
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/

defaults
{
 instances   = 60
log_type= SYSLOG authpriv
log_on_success  = HOST PID
log_on_failure  = HOST
 cps   = 25 30

netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd smbd
netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd nmbd
swat stream tcp nowait.400 root /etc/xinetd.d/swat swat
}


includedir /etc/xinetd.d

I've tried commenting out the swat line - no joy.

Kind Regards
Mr Ashley Kitson

- Original Message -
From: "Michael Schwendt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 31, 2003 10:14 AM
Subject: Re: RH8.0 - Altering Security Level


> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Fri, 31 Jan 2003 09:07:37 -, Ashley Kitson wrote:
>
> > etc/xinetd.d/swat is configured as
> >
> > #chkconfig: 35 20 80
> > #description: SWAT
> >
> > service swat
> > {
> > disable = no
> > port = 901
> > socket_type = stream
> > wait = no
> > only_from = localhost
> > user = root
> > log_on_failure += USERID
> > )
> >
> > I have run chkconfig (and added the swat lines above as result and
> > still no joy
> > :-(
>
> Huh? It doesn't make any sense to add those two lines there. All
> you would need to enable SWAT is to run
>
>   # chkconfig swat on
>
> and optionally (to make sure xinetd is running, too):
>
>   # service xinetd start
>   # chkconfig xinetd on
>
> Then have a look at the output of:
>
>   netstat -tpan | grep 901
>
> What does it give?
>
> - --
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.7 (GNU/Linux)
>
> iD8DBQE+Okxy0iMVcrivHFQRAqDCAJ0fZOM3alrFjAoLwKrGwGlmqwJUAgCfaFnY
> 2NhUkmqMHIOesUo+4jT43H4=
> =Jgd3
> -END PGP SIGNATURE-
>
>
>
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: man pages

2003-01-31 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 31 January 2003 02:01 am, Todd A. Jacobs wrote:
> MANPATH is defined in /etc/man.config.

We knew that. ;)
His MANPATH is being defined somewhere, over riding /etc/man.config.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+Ol3Tn/07WoAb/SsRAhOXAJ0dxpIl/G5d/XblkUoTtMmwf14qqwCfeBd+
vRpoiMVxumwAgUlMTpxsMME=
=1rkl
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Windows to Linux

2003-01-31 Thread Jonathan Hardisty
Hi

I've been working with Windows systems for the last 12 years and I'm very
new to Linux. Are there any resources that explain/help the move from
Windows to Linux?

Things like..  What is the equivalent to Windows Explorer?
shortcuts keys
Where to find the windows equivalent of x?
etc.

Regards

Jonathan Hardisty
Technical Project Manager
DLK Consulting
(021) 531 9403 (T)
(021) 531 5199 (F)


***

ALL VIEWS OR OPINIONS EXPRESSED HEREIN ARE MY PERSONAL VIEWS ONLY AND IN NO
WAY REFLECT THOSE OF MY ORGANISATION, UNLESS OTHERWISE STATED.

The contents of this message and any attachments are intended solely for the
addressee's use and may be legally privileged and/or confidential. If you
are not the addressee indicated in this message, any retention,
distribution, copying or use of this message is strictly prohibited. If you
received this message in error, kindly notify the sender immediately by
reply e-mail and then
destroy the message and any copies thereof.

Opinions, conclusions and other information in this message must be
understood as neither given nor endorsed by DLK Consulting or DLK
Recruitment and may be personal to the sender. Since e-mail communication
cannot be guaranteed to be secure, DLK Consulting and DLK Recruitment does
not make any representation or give any guarantee concerning the
confidentiality, security, accuracy or completeness of any e-mail. Any
liability for viruses is excluded to the fullest extent permitted by law.

***



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problem making bzImage

2003-01-31 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 31 January 2003 03:57 am, Michael Mansour wrote:

> > > make[3]: Leaving directory
> > > `/usr/src/linux-2.4.18-19.8.0/drivers/pci' make[2]: ***
> > > [first_rule] Error 2
> > > make[2]: Leaving directory
> > > `/usr/src/linux-2.4.18-19.8.0/drivers/pci' make[1]: ***
> > > [_subdir_pci] Error 2
> > > make[1]: Leaving directory `/usr/src/linux-2.4.18-19.8.0/drivers'
> > > make: *** [_dir_drivers] Error 2
> >
> >At a guess, it looks like it can't find all of the kernel headers.
> > Kernel source and kernel headers are in two separate RPMs.
>
> Under older Red Hat releases yes I would agree, but I've looked for the
> kernel-headers rpm for Red Hat 8.0, but no go, I can't find any on the
> CD's or on their ftp updates site.

I don't know if kernel headers is the problem of not, but they are 
included on the CDs.

$ whichcd -v 8.0 kernheader

Searching for kernheader...
CD-1:glibc-kernheaders-2.4-7.20.i386.rpm
SOURCE-CD-2:glibc-kernheaders-2.4-7.20.src.rpm

The package name changed between 7.x and 8.0.

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+OmmSn/07WoAb/SsRAh+lAKChc37mCZTeaOtMsPV57SJ2vBqqiACdElXx
PHIfEbAz67eKqabJLWFxKKk=
=fbtT
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH8.0 - Altering Security Level

2003-01-31 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 31 Jan 2003 11:01:38 -, Ashley Kitson wrote:

> The 2 comment lines were the ones suggested when I read the man page
> for chkconfig (as I didn't know what it was until then).

No. The chkconfig man page doesn't suggest to add anything like that
to an xinetd service config file. chkconfig uses lines like that at
the top of SysV init scripts. However, since no such lines were
missing anywhere, there was no need to add them manually. I don't
why you did that. I have the impression you have messed up several
config files.

> My xinet.d file looks like this:
> #
> # Simple configuration file for xinetd
> #
> # Some defaults, and include /etc/xinetd.d/
> 
> defaults
> {
>  instances   = 60
> log_type= SYSLOG authpriv
> log_on_success  = HOST PID
> log_on_failure  = HOST
>  cps   = 25 30
> 
> netbios-ssn stream tcp nowait root /usr/local/samba/bin/smbd smbd
> netbios-ns dgram udp wait root /usr/local/samba/bin/nmbd nmbd
> swat stream tcp nowait.400 root /etc/xinetd.d/swat swat

These last three lines above look to me like inetd syntax, not like
valid xinetd syntax. I think you may have messed up more files.

I would suggest you take a look at /var/log/messages as what xinetd
logs when it is started. For instance:

  # service xinetd stop
  # tail -f /var/log/messages &
  # service xinetd start

For running Samba SWAT you don't need to edit any files manually.
Just install the samba-swat package (and its dependencies) and run
"chkconfig swat on". That would do the right thing in
/etc/xinetd.d/swat automatically. However, all that is fruitless
when you mess up config files by editing them manually. If you don't
manage to repair the config files, consider reinstalling some key
packages, such as xinetd, samba-swat, and so on.

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

iD8DBQE+Om1l0iMVcrivHFQRAnVfAJwISm8OzRi4E6pXeYQ3EwGJi8djMwCfSJVm
F8vvxqlb5HLzD3LG/c1O2y4=
=r9Mc
-END PGP SIGNATURE-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Windows to Linux

2003-01-31 Thread Joe Polk
You might want to check your local bookstore. There are some books that are 
aimed specifically at the Windows user looking to venture into Linux. You can 
consult the various HOW-TO's and do Google searches on various questions, but 
if you want a good consolidated reference, a good intro to Linux book might 
prove best. Many times Linux How-To's don't really address a particular 
feature from a Windows perspective. Here is a link to an article that may 
also help:
http://www.mozillaquest.com/Linux4Windows/Linux4Windows01/Linux4Windows_01_01_
Story-01.html

<>

-- Original Message ---
From: "Jonathan Hardisty" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Fri, 31 Jan 2003 14:15:44 +0200
Subject: Windows to Linux

> Hi
> 
> I've been working with Windows systems for the last 12 years and I'm 
> very new to Linux. Are there any resources that explain/help the 
> move from Windows to Linux?
> 
> Things like..  What is the equivalent to Windows Explorer?
>   shortcuts keys
>   Where to find the windows equivalent of x?
>   etc.
> 
> Regards
> 
> Jonathan Hardisty
> Technical Project Manager
> DLK Consulting
> (021) 531 9403 (T)
> (021) 531 5199 (F)
> 
> ***
> 
> ALL VIEWS OR OPINIONS EXPRESSED HEREIN ARE MY PERSONAL VIEWS ONLY 
> AND IN NO WAY REFLECT THOSE OF MY ORGANISATION, UNLESS OTHERWISE STATED.
> 
> The contents of this message and any attachments are intended solely 
> for the addressee's use and may be legally privileged and/or 
> confidential. If you are not the addressee indicated in this message,
>  any retention, distribution, copying or use of this message is 
> strictly prohibited. If you received this message in error, kindly 
> notify the sender immediately by reply e-mail and then destroy the 
> message and any copies thereof.
> 
> Opinions, conclusions and other information in this message must be
> understood as neither given nor endorsed by DLK Consulting or DLK
> Recruitment and may be personal to the sender. Since e-mail communication
> cannot be guaranteed to be secure, DLK Consulting and DLK 
> Recruitment does not make any representation or give any guarantee 
> concerning the confidentiality, security, accuracy or completeness 
> of any e-mail. Any liability for viruses is excluded to the fullest 
> extent permitted by law.
> 
> ***
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
--- End of Original Message ---



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Microsoft Exchange equivalent?

2003-01-31 Thread Marius Andreiana
Hi!

I've searched for a free ( as in speech ) equivalent of Microsoft
Exchange on freshmeat, sourceforge and google, but without success. I've
found only proprietary products so far: IBM's Lotus Domino,
Hewlett-Packard's OpenMail, Bynari's Insight Server and Suse's Open
Exchange.

Is there any free software that comes close to this?
Thanks
-- 
Soluţii informatice bazate pe Linux / Linux-based IT solutions
www.galuna.ro




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Microsoft Exchange equivalent?

2003-01-31 Thread prajapatib
Title: RE: Microsoft Exchange equivalent?





on top of that, does anyone know any mail clients that can interface with exchange?
as in display calenders/meetings that are stored on an exchange server?


Thanks,
Birju


-Original Message-
From: Marius Andreiana [mailto:[EMAIL PROTECTED]]
Sent: 31 January 2003 12:51
To: redhat-list
Subject: Microsoft Exchange equivalent?



Hi!


I've searched for a free ( as in speech ) equivalent of Microsoft
Exchange on freshmeat, sourceforge and google, but without success. I've
found only proprietary products so far: IBM's Lotus Domino,
Hewlett-Packard's OpenMail, Bynari's Insight Server and Suse's Open
Exchange.


Is there any free software that comes close to this?
Thanks
-- 
Soluţii informatice bazate pe Linux / Linux-based IT solutions
www.galuna.ro





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list




Disclaimer

This communication together with any attachments transmitted with it ('this E-mail') is intended only for the use of the addressee and may contain information which is privileged and confidential. If the reader of this E-mail is not the intended recipient or the employee or agent responsible for delivering it to the intended recipient you are notified that any use of this E-mail is prohibited. Addressees should ensure this E-mail is checked for viruses. The Carphone Warehouse Group PLC makes no representations as regards the absence of viruses in this E-mail. If you have received this E-mail in error please notify our ISe Response Team immediately by telephone on + 44 (0)20 8896 5828 or via E-mail at [EMAIL PROTECTED] Please then immediately destroy this E-mail and any copies of it.

Please feel free to visit our website: 

UK
http://www.carphonewarehouse.com

Group
http://www.phonehouse.com




Re: Microsoft Exchange equivalent?

2003-01-31 Thread Ivaylo Toshev
http://www.kroupware.org

На пт, 2003-01-31 в 14:51, Marius Andreiana записа:
> Hi!
> 
> I've searched for a free ( as in speech ) equivalent of Microsoft
> Exchange on freshmeat, sourceforge and google, but without success. I've
> found only proprietary products so far: IBM's Lotus Domino,
> Hewlett-Packard's OpenMail, Bynari's Insight Server and Suse's Open
> Exchange.
> 
> Is there any free software that comes close to this?
> Thanks
> -- 
> Soluţii informatice bazate pe Linux / Linux-based IT solutions
> www.galuna.ro
> 
> 
> 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Microsoft Exchange equivalent?

2003-01-31 Thread Darryl Harvey
Try Evolution (it rocks !!)


Darryl

At 12:59 PM 31/01/2003 +, you wrote:


on top of that, does anyone know any mail clients that can interface with 
exchange?
as in display calenders/meetings that are stored on an exchange server?

Thanks,
Birju

-Original Message-
From: Marius Andreiana 
[mailto:[EMAIL PROTECTED]]
Sent: 31 January 2003 12:51
To: redhat-list
Subject: Microsoft Exchange equivalent?

Hi!

I've searched for a free ( as in speech ) equivalent of Microsoft
Exchange on freshmeat, sourceforge and google, but without success. I've
found only proprietary products so far: IBM's Lotus Domino,
Hewlett-Packard's OpenMail, Bynari's Insight Server and Suse's Open
Exchange.

Is there any free software that comes close to this?
Thanks
--
Soluţii informatice bazate pe Linux / Linux-based IT solutions
www.galuna.ro



--
redhat-list mailing list
unsubscribe 
mailto:[EMAIL PROTECTED]?subject=unsubscribe 

https://listman.redhat.com/mailman/listinfo/redhat-list


Disclaimer

This communication together with any attachments transmitted with it 
('this E-mail') is intended only for the use of the addressee and may 
contain information which is privileged and confidential. If the reader of 
this E-mail is not the intended recipient or the employee or agent 
responsible for delivering it to the intended recipient you are notified 
that any use of this E-mail is prohibited. Addressees should ensure this 
E-mail is checked for viruses. The Carphone Warehouse Group PLC makes no 
representations as regards the absence of viruses in this E-mail. If you 
have received this E-mail in error please notify our ISe Response Team 
immediately by telephone on + 44 (0)20 8896 5828 or via E-mail at 
[EMAIL PROTECTED] Please then immediately destroy this E-mail and any 
copies of it.

Please feel free to visit our website:

UK
http://www.carphonewarehouse.com

Group
http://www.phonehouse.com



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Microsoft Exchange equivalent?

2003-01-31 Thread Larry Brown
I do not know of an open source solution.  I've made the same searches in vain.  
Bynari gave me problems getting their system to work smoothly.  It would lock the 
computer while it made its downloads so if there was a lot of mail it would frustrate 
you.  They may have fixed that problem but my client was very displeased at the time.  
Domino was the best fit for the Linux platform that I found, problem being their 
pricing was comparable to the exchange product and my client was already used to 
Outlook and didn't want to lose any functionality by using Domino's Outlook simulation 
client and they didn't want to learn the Notes client.  I don't have any history on 
the HP product.  It looks like a decent product, but it was fairly new to HP when I 
was looking and they weren't really advertising it very strongly.  It have been 6 or 8 
months since I was looking.  If you do find an open source solution, please share your 
find.

Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of 
Marius Andreiana
Sent: Friday, January 31, 2003 7:51 AM
To: redhat-list
Subject: Microsoft Exchange equivalent?

Hi!

I've searched for a free ( as in speech ) equivalent of Microsoft
Exchange on freshmeat, sourceforge and google, but without success. I've
found only proprietary products so far: IBM's Lotus Domino,
Hewlett-Packard's OpenMail, Bynari's Insight Server and Suse's Open
Exchange.

Is there any free software that comes close to this?
Thanks
--
Soluţii informatice bazate pe Linux / Linux-based IT solutions
www.galuna.ro




--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: "Broken pipe" during rsync, tunneled over ssh: Help!

2003-01-31 Thread Alexey Fadyushin
I had similar problems some time ago. Such an error message means that
the
SSH session terminated when rsync expected it to exist and tried to send
data
through SSH. Most probably the problem with rsync is the same as with
the
occasionally dropped ssh connections to 7.3 machine. I recommend you to
upgrade SSH
(note that the problem could be with the SSH on any of two machines).

Alexey B. Fadyushin
Brainbench MVP for Linux.
http://www.brainbench.com


RD Egeland ÐÉÛÅÔ:
> 
> I'm running rsync tunneled over ssh in a cron job (the error also occurs if
> run manually) to send nightly backup files to a remote server, and I've got
> troublesome problems with either rsync or ssh.  Has anyone had similar errors?
> 
> The rsync command in my cron job is:
> rsync -e ssh -avz /mnt/claws/backups/mail/mail\@foo.com-`date +%A`.tar.gz
> [EMAIL PROTECTED]:~/backups/foo/
> 
> Uploading machine (.com):
> RH 7.3 with
> openssh-3.5p1-1 (I upgraded)
> rsync-2.5.4-2
> 
> Downloading machine (.ac.uk):
> RH 8.0 with
> openssh-3.4p1-2
> rsync-2.5.5-1
> 
> Error which comes out quite regularly (usually less than 10M into the
> upload, but sometimes not at all):
> rsync: error writing 9 unbuffered bytes - exiting: Broken pipe
> rsync error: error in rsync protocol data stream (code 12) at io.c(464)
> 
> Greek to me.  At first, I assumed this was due to intermittent connectivity
> (I am using a cable modem and D-Link firewall router on one side), but the
> connection (amazingly) is quite rock-solid.  I've read about bugs in ssh,
> and notably, I notice that ssh connections to the 7.3 machine are dropped
> occasionally, sometimes with "bad network packet size" (or something like
> that).
> 
> So I believe this could be due to SSH problems.  But before I upgrade SSH
> using the sources, I figure I'd ask if anyone has been through this before.
> 
> Ryan
> 
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Microsoft Exchange equivalent?

2003-01-31 Thread Ivaylo Toshev
Just MS Outlook.
I use Ximian Evolution with Ximian Connector, but believe me - its not
usable. You can see calendar, tasks and Contacts, but you cannot see
TimeSheets for example and ofcourse Forms and others.
Ximian Connector uses https access to OWA ( Outlook Web Access), so you
can use it only with MS Exchg 2000 with OWA started on it. 
But again it is slow and i dont like it. True Exchg. Client will be that
client who can speak MAPI and for now this is just MS Outlook, and you
can start it with Wine ;-)! 

I've cheked and Oracle Collaboration Server, but its Linux client is
UGLY !!! Absolutely not usable! It is pure Motif App.
Oracle's client for Windows is guess what: Connector for MS Outlook.
Bynari Server: Connector for Outlook !
SuSE OpenExchange - MS Outlook !
SO... ?
The answer is : MS Outlook ! 

На пт, 2003-01-31 в 14:59, prajapatib записа:
> on top of that, does anyone know any mail clients that can interface
> with exchange?
> as in display calenders/meetings that are stored on an exchange
> server?
> 
> Thanks,
> Birju
> 
> -Original Message-
> From: Marius Andreiana [mailto:[EMAIL PROTECTED]]
> Sent: 31 January 2003 12:51
> To: redhat-list
> Subject: Microsoft Exchange equivalent?
> 
> 
> Hi!
> 
> I've searched for a free ( as in speech ) equivalent of Microsoft
> Exchange on freshmeat, sourceforge and google, but without success.
> I've
> found only proprietary products so far: IBM's Lotus Domino,
> Hewlett-Packard's OpenMail, Bynari's Insight Server and Suse's Open
> Exchange.
> 
> Is there any free software that comes close to this?
> Thanks
> -- 
> Soluţii informatice bazate pe Linux / Linux-based IT solutions
> www.galuna.ro
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> Disclaimer
> 
> This communication together with any attachments transmitted with it
> ('this E-mail') is intended only for the use of the addressee and may
> contain information which is privileged and confidential. If the
> reader of this E-mail is not the intended recipient or the employee or
> agent responsible for delivering it to the intended recipient you are
> notified that any use of this E-mail is prohibited. Addressees should
> ensure this E-mail is checked for viruses. The Carphone Warehouse
> Group PLC makes no representations as regards the absence of viruses
> in this E-mail. If you have received this E-mail in error please
> notify our ISe Response Team immediately by telephone on + 44 (0)20
> 8896 5828 or via E-mail at [EMAIL PROTECTED] Please then
> immediately destroy this E-mail and any copies of it.
> 
> Please feel free to visit our website: 
> 
> UK
> http://www.carphonewarehouse.com
> 
> Group
> http://www.phonehouse.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



DVD images on loopback

2003-01-31 Thread Gary Stainburn
Hi folks,

here at work, we receive a catalogue every month that takes 3 CD's. 

I take these these CD's, copy them the files on a local filesystem using 

dd id=/dev/hdc of=catalogue-1.iso bs=1024

and then mount them via loopback devices.  These filesystems are then shared 
via Samba to a number of Windows PC's

The supplier of the catalogue is looking to replace the CD's with a single 
DVD.  Will I still be able to share it across the network in the same way?

-- 
Gary Stainburn
 
This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Microsoft Exchange equivalent?

2003-01-31 Thread Michael Scottaline
On Fri, 2003-01-31 at 07:59, prajapatib wrote:
> on top of that, does anyone know any mail clients that can interface
> with exchange?
> as in display calenders/meetings that are stored on an exchange
> server?
===
It's NOT free, but check out the Ximian site.  I think in all other
regards, they will meet your requirements.
Mike
-- 
Michael Scottaline <[EMAIL PROTECTED]>
North Babylon High School



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Qouta again

2003-01-31 Thread Szemerédy Gábor
Hello!
If I set up the limit for the group for example 3000 blocks does it mean

that each member of that group can consume 3000 blocks or that the sum
of consumed blocks for all of the members have to be less than 3000
blocks?
Thanks

begin:vcard 
n:Szemerédy;Gábor
x-mozilla-html:TRUE
url:http://www.srce.net
org:Zavod za informatiku i AOP Subotica;HW-SW
adr:;;Adolfa Singera 12;Subotica;Vojvodina;24000;Yugoslavia
version:2.1
email;internet:[EMAIL PROTECTED]
title:Dev. eng.
fn:Szemerédy Gábor
end:vcard



Postgresql

2003-01-31 Thread Delao, Darryl W
Anyone know if postgres has a connections limit by default?  I see a
connections limit in my conf file but it is commented out..Just curious what
the default limit is, if any.

Darryl



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Microsoft Exchange equivalent?

2003-01-31 Thread Giulio Orsero
On 31 Jan 2003 14:51:15 +0200, Marius Andreiana <[EMAIL PROTECTED]>
wrote:

>I've searched for a free ( as in speech ) equivalent of Microsoft
>Exchange on freshmeat, sourceforge and google, but without success. I've
>found only proprietary products so far: IBM's Lotus Domino,
>Hewlett-Packard's OpenMail, Bynari's Insight Server and Suse's Open
>Exchange.

http://www.linuxjournal.com/modules.php?op=modload&name=NS-lj-issues/issue106&file=index
Understanding and Replacing Microsoft Exchange  by Tom Adelstein
Replace that troublesome closed mail and calendar server.

-- 
[EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Windows to Linux

2003-01-31 Thread Buck
You might also do a search on Google.  I found a couple of places that
try to help in that matter.

Good luck, we're in the same boat.

Buck

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
On Behalf Of Joe Polk
Sent: Friday, January 31, 2003 7:30 AM
To: [EMAIL PROTECTED]
Subject: Re: Windows to Linux

You might want to check your local bookstore. There are some books that
are 
aimed specifically at the Windows user looking to venture into Linux.
You can 
consult the various HOW-TO's and do Google searches on various
questions, but 
if you want a good consolidated reference, a good intro to Linux book
might 
prove best. Many times Linux How-To's don't really address a particular 
feature from a Windows perspective. Here is a link to an article that
may 
also help:
http://www.mozillaquest.com/Linux4Windows/Linux4Windows01/Linux4Windows_
01_01_
Story-01.html

<>

-- Original Message ---
From: "Jonathan Hardisty" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Fri, 31 Jan 2003 14:15:44 +0200
Subject: Windows to Linux

> Hi
> 
> I've been working with Windows systems for the last 12 years and I'm 
> very new to Linux. Are there any resources that explain/help the 
> move from Windows to Linux?
> 
> Things like..  What is the equivalent to Windows Explorer?
>   shortcuts keys
>   Where to find the windows equivalent of x?
>   etc.
> 
> Regards
> 
> Jonathan Hardisty
> Technical Project Manager
> DLK Consulting
> (021) 531 9403 (T)
> (021) 531 5199 (F)
> 
> ***
> 
> ALL VIEWS OR OPINIONS EXPRESSED HEREIN ARE MY PERSONAL VIEWS ONLY 
> AND IN NO WAY REFLECT THOSE OF MY ORGANISATION, UNLESS OTHERWISE
STATED.
> 
> The contents of this message and any attachments are intended solely 
> for the addressee's use and may be legally privileged and/or 
> confidential. If you are not the addressee indicated in this message,
>  any retention, distribution, copying or use of this message is 
> strictly prohibited. If you received this message in error, kindly 
> notify the sender immediately by reply e-mail and then destroy the 
> message and any copies thereof.
> 
> Opinions, conclusions and other information in this message must be
> understood as neither given nor endorsed by DLK Consulting or DLK
> Recruitment and may be personal to the sender. Since e-mail
communication
> cannot be guaranteed to be secure, DLK Consulting and DLK 
> Recruitment does not make any representation or give any guarantee 
> concerning the confidentiality, security, accuracy or completeness 
> of any e-mail. Any liability for viruses is excluded to the fullest 
> extent permitted by law.
> 
> ***
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
--- End of Original Message ---



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: More VPN info

2003-01-31 Thread Dick St.Peters
Larry Brown writes:
> I just wanted to chime in on this.  FreeS/WAN is an IPSEC implementation
> that I've used a number of times and they stay up as long as the internet is
> up on both ends.  From what I've read it is very strong encryption and you
> can feel pretty safe that everything is encrypted well.  I have sniffed
> around the firewalls looking for anything useable and haven't ever found
> anything.  It does require a kernel recompile though and it does take some
> effort for the install.  I don't know if these others like cipe are as
> strong or not.  ( I just don't know enough about them )  I do know that
> IPSEC is supposed to be one of the best.  If you want to read about them
> they are at freeswan.org.

I've used FreeSWAN extensively and currently recommend against it to
my users unless they absolutely need IPSEC for some reason.

IPSEC is considerably more complex than most VPN technologies in ways
that are counter-intuitive.  IPSEC tunnels are not just virtual wires,
they also include access controls.  For example, consider:

  net1 --- gateway1 -- {internet} -- gateway2 --- net2 --- net3

A FreeSWAN tunnel between gateway1 and gateway2 can allow net1 and
net2 to talk to each other, but that same tunnel will not allow net1
and net3 to talk to each other.  Communication between net1 and net3
would require an additional tunnel.  In fact, full connectivity for
this case would require 6 tunnels:
1. net1 <--> net2
2. net1 <--> gateway2
3. net1 <--> net3
4. gateway1 <--> net2
5. gateway1 <--> gateway2
6. gateway1 <--> net3

IPSEC has other complexities too.  They are useful when you need them,
but they easily get in the rway when you don't.

--
Dick St.Peters, [EMAIL PROTECTED] 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: man pages culprit found

2003-01-31 Thread Tom Kovalcik
I found my problem. The #$#%@% program dumped a file in profile.d which set 
MANPATH. I commented that out and everything works great.

Thanks for the help.

Message: 1
Date: Thu, 30 Jan 2003 23:01:14 -0800 (PST)
To: [EMAIL PROTECTED]
Subject: Re: man pages
From: "Todd A. Jacobs" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]

MANPATH is defined in /etc/man.config.

--
"Of course I'm in shape! Round's a shape, isn't it?"



Tom Kovalcik
Orion Design Technologies
122 Mast Road
Lee, NH  03824
Phone: (603) 659-9800  x104
FAX: (603) 659-9870
[EMAIL PROTECTED]
Web site:  http://www.orion-design.com



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Redhat-Specific Backup Availability?

2003-01-31 Thread Kent Borg
A backup tool I am intrigued by is rdiff-backup, to use it to back up
one computer with another.  It is like rsync but it will also do
incremental backups and let you look at historical versions.

-kb



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Networking issues

2003-01-31 Thread Art Ross

I'm encountering an intriguing problem with a recent set of RH
installs.  The problem is occurring with the RH7.3 and RH8.0
platforms.  Let me describe the situation.
  The machine I'm using for the RH7.3 and RH8.0 installs is a DELL
Inspiron 8000.  I've had no problems with this laptop when
running RH7.1 and RH7.2 but now its decided to be difficult.  During the
process of trying to isolate the problem, we've successfully
made the laptop work with the full version of RH7.3 from downloaded ISOs
but not with an ISO version of RH8.0 and a RH7.3 version that came with
the RH7.3 Bible textbook.  Now here the results of many tests with the
none working
installs.


   * The working version of RH7.3 can access members of the home network
 and websites by name.
   * The nonworking version of RH7.3 can access members of the home
 network and cannot access websites by name.  This leads me to
 believe that the hosts lookup is working fine.
   * The nonworking version of RH7.3 can ping machines on the home
 network and on the web by IP numbers successfully.

Here are some actions taken thus far that may shed some light on my
situation.


   * I've taken the /etc/hosts/, /etc/nsswitch.conf and /etc/resolv.conf
 files from the working version of RH7.3 and copied them to the
 nonworking version of RH7.3.  Also, the routing table in the
 working version of RH7.3 is replicated in the nonworking version of
 RH7.3.  These efforts changed nothing.
   * The machine which I'm working with has the same fixed IP address on
 my home network for all installations of Linux.
   * None of these identical installs are ever simultaneously operating
 on the network.
   * The RH8.0 version that will not work on my home network with a
 fixed IP, but works just fine on the network at my employers.   The
 differences are that the employers network uses a DHCP server.  The
 machine works just fine when configured to DHCP.

At this point any suggestions would be greatly appreciated.  I'm still
brainstorming but running out of ideas.
Best Regards,
  Art



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Microsoft Exchange equivalent?

2003-01-31 Thread Rick Henderson
Title: RE: Microsoft Exchange equivalent?



I just 
setup ximian evolution 1.0.8 - Seem better in many respects.  I am trying 
to use the address books from exchange, but have not got that worked out.  
Rick

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of 
  prajapatibSent: Friday, January 31, 2003 6:59 AMTo: 
  '[EMAIL PROTECTED]'Subject: RE: Microsoft Exchange 
  equivalent?
  on top of that, does anyone know any mail clients that can 
  interface with exchange? as in display 
  calenders/meetings that are stored on an exchange server? 
  Thanks, Birju 
  -Original Message- From: 
  Marius Andreiana [mailto:[EMAIL PROTECTED]] 
  Sent: 31 January 2003 12:51 To: 
  redhat-list Subject: Microsoft Exchange 
  equivalent? 
  Hi! 
  I've searched for a free ( as in speech ) equivalent of 
  Microsoft Exchange on freshmeat, sourceforge and 
  google, but without success. I've found only 
  proprietary products so far: IBM's Lotus Domino, Hewlett-Packard's OpenMail, Bynari's Insight Server and Suse's 
  Open Exchange. 
  Is there any free software that comes close to this? 
  Thanks -- Soluţii informatice bazate pe Linux / Linux-based IT solutions 
  www.galuna.ro 
  -- redhat-list mailing list 
  unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe 
  https://listman.redhat.com/mailman/listinfo/redhat-list 
  DisclaimerThis communication together 
  with any attachments transmitted with it ('this E-mail') is intended only for 
  the use of the addressee and may contain information which is privileged and 
  confidential. If the reader of this E-mail is not the intended recipient or 
  the employee or agent responsible for delivering it to the intended recipient 
  you are notified that any use of this E-mail is prohibited. Addressees should 
  ensure this E-mail is checked for viruses. The Carphone Warehouse Group PLC 
  makes no representations as regards the absence of viruses in this E-mail. If 
  you have received this E-mail in error please notify our ISe Response Team 
  immediately by telephone on + 44 (0)20 8896 5828 or via E-mail at 
  [EMAIL PROTECTED] Please then immediately destroy this E-mail and any 
  copies of it.Please feel free to visit our website: 
  UKhttp://www.carphonewarehouse.comGrouphttp://www.phonehouse.com


RH 8.0 doesn't like USB mouse on laptop

2003-01-31 Thread cmorgan
For my second install of RH 8.0, I chose a Sony PCG-R505TEK laptop.
Not a whole lot works following this install, so I'm sorting through
the various nonresponsive hardware entities.

First up is a cheap USB wheel mouse (made by DEXXA).  It worked poorly with
the original kernel that came with the RH 8.0 CD set.  When I upgraded to
the latest kernel via Red Hat Network, I see this in /var/log/messages when
I plug the mouse into a USB port.

kernel: hub.c: USB new device connect on bus1/1, assigned device number 4
kernel: usb_control/bulk_msg: timeout
kernel: usb.c: USB device not accepting new address=4 (error=-110)
kernel: hub.c: USB new device connect on bus1/1, assigned device number 5
kernel: usb_control/bulk_msg: timeout
kernel: usb.c: USB device not accepting new address=5 (error=-110)

This mouse works just fine with Win2K.  Do I need to cut over to a
more recent 2.4.X kernel?

Current kernel is: 2.4.18-19.8.0 .

Thanks in advance.

- Clark



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Sendmail

2003-01-31 Thread Caleb Groom
I'm having problems setting up a mail server for my internal domain. 
Sorry for being so verbose but I don't know how else to explain it all. 
:)

Red Hat v8.0

Server: server.mydomain.org
Client: client.mydomain.org

server.mydomain.org is has DNS, DHCP, FTP, Apache, and NIS working
correctly.  So far so good.  Next is getting sendmail to act as the
mydomain.org mail server.

-

Here's the dig on my DNS:

# dig mydomain.org mx | grep MX
;mydomain.org. IN  MX
mydomain.org.  86400   IN  MX 10 server.mydomain.org.

Ok, so we see that I have an MX record for the domain.

-

I've installed the following RPM's:

sendmail
sendmail-cf
sendmail-doc
m4
procmail

-

I made these changes to /etc/mail/sendmail.mc:

MASQUERADE_AS(`mydomain.org')dnl
FEATURE(`allmasquerade')dnl
FEATURE(`masquerade_envelope')dnl
EXPOSED_USER(`root')dnl
dnl This changes sendmail to only listen on the loopback device
127.0.0.1
dnl and not on any other network devices. Comment this out if you want
dnl to accept email over the network.
#DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
FEATURE(`accept_unresolvable_domains')dnl
FEATURE(`relay_based_on_MX')dnl

After I made the changes I did:

# m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
# service sendmail restart

-

# sendmail -d0
Version 8.12.5
 Compiled with: DNSMAP HESIOD HES_GETMAILHOST LDAPMAP LOG MAP_REGEX
MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND NETINET
NETINET6
NETUNIX NEWDB NIS PIPELINING SASL SCANF STARTTLS
TCPWRAPPERS
USERDB USE_LDAP_INIT

 SYSTEM IDENTITY (after readcf) 
  (short domain name) $w = server
  (canonical domain name) $j = server.mydomain.org
 (subdomain name) $m = mydomain.org
  (node name) $k = server.mydomain.org


Recipient names must be specified

-

Testing from the client machine:

echo "hello root" | mail -v -s hello [EMAIL PROTECTED]
[EMAIL PROTECTED] Connecting to localhost.localdomain. via relay...
220 client.mydomain.org ESMTP Sendmail 8.12.5/8.12.5; Fri, 31 Jan 2003
09:56:35 -06
00
>>> EHLO client.mydomain.org
250-client.mydomain.org Hello localhost.localdomain [127.0.0.1], pleased
to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
>>> MAIL From:<[EMAIL PROTECTED]> SIZE=46
250 2.1.0 <[EMAIL PROTECTED]>... Sender ok
>>> RCPT To:<[EMAIL PROTECTED]>
>>> DATA
250 2.1.5 <[EMAIL PROTECTED]>... Recipient ok
354 Enter mail, end with "." on a line by itself
>>> .
250 2.0.0 h0VFuZbC001360 Message accepted for delivery
[EMAIL PROTECTED] Sent (h0VFuZbC001360 Message accepted for delivery)
Closing connection to localhost.localdomain.
>>> QUIT
221 2.0.0 client.mydomain.org closing connection

-

But it just seems to ball up and stay in the client queue:

# mailq
/var/spool/mqueue (5 requests)
-Q-ID- --Size-- -Q-Time---Sender/Recipient---
h0VFuZbC001360   11 Fri Jan 31 09:56 <[EMAIL PROTECTED]>
 (Deferred: Connection refused by server.mydomain.org.)
 <[EMAIL PROTECTED]>

-

Here's the /var/log/maillog entry on the server:

Jan 31 09:57:29 server sm-msp-queue[3799]: h0TA24QC019763: to=root,
ctladdr=root (0/0), delay=2+05:55:25, xdelay=00:00:00, mailer=relay,
pri=5970049, relay=server.mydomain.org., dsn=4.0.0, stat=Deferred:
Connection refused by server.mydomain.org.

-

What step am I missing?  Why is server refusing the connection?


-- 
Caleb Groom <[EMAIL PROTECTED]>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Sendmail rejections

2003-01-31 Thread Caleb Groom
I posted this message this morning but I haven't seen it show up yet. 
I'm guessing I botching something, if not, sorry for the double post.

I'm having problems setting up a mail server for my internal domain. 
Sorry for being so verbose but I don't know how else to explain it all. 
:)

Red Hat v8.0

Server: server.mydomain.org
Client: client.mydomain.org

server.mydomain.org is has DNS, DHCP, FTP, Apache, and NIS working
correctly.  So far so good.  Next is getting sendmail to act as the
mydomain.org mail server.

-

Here's the dig on my DNS:

# dig mydomain.org mx | grep MX
;mydomain.org. IN  MX
mydomain.org.  86400   IN  MX 10 server.mydomain.org.

Ok, so we see that I have an MX record for the domain.

-

I've installed the following RPM's:

sendmail
sendmail-cf
sendmail-doc
m4
procmail

-

I made these changes to /etc/mail/sendmail.mc:

MASQUERADE_AS(`mydomain.org')dnl
FEATURE(`allmasquerade')dnl
FEATURE(`masquerade_envelope')dnl
EXPOSED_USER(`root')dnl
dnl This changes sendmail to only listen on the loopback device
127.0.0.1
dnl and not on any other network devices. Comment this out if you want
dnl to accept email over the network.
#DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
FEATURE(`accept_unresolvable_domains')dnl
FEATURE(`relay_based_on_MX')dnl

After I made the changes I did:

# m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
# service sendmail restart

-

# sendmail -d0
Version 8.12.5
 Compiled with: DNSMAP HESIOD HES_GETMAILHOST LDAPMAP LOG MAP_REGEX
MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND NETINET
NETINET6
NETUNIX NEWDB NIS PIPELINING SASL SCANF STARTTLS
TCPWRAPPERS
USERDB USE_LDAP_INIT

 SYSTEM IDENTITY (after readcf) 
  (short domain name) $w = server
  (canonical domain name) $j = server.mydomain.org
 (subdomain name) $m = mydomain.org
  (node name) $k = server.mydomain.org


Recipient names must be specified

-

Testing from the client machine:

echo "hello root" | mail -v -s hello [EMAIL PROTECTED]
[EMAIL PROTECTED] Connecting to localhost.localdomain. via relay...
220 client.mydomain.org ESMTP Sendmail 8.12.5/8.12.5; Fri, 31 Jan 2003
09:56:35 -06
00
>>> EHLO client.mydomain.org
250-client.mydomain.org Hello localhost.localdomain [127.0.0.1], pleased
to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP
>>> MAIL From:<[EMAIL PROTECTED]> SIZE=46
250 2.1.0 <[EMAIL PROTECTED]>... Sender ok
>>> RCPT To:<[EMAIL PROTECTED]>
>>> DATA
250 2.1.5 <[EMAIL PROTECTED]>... Recipient ok
354 Enter mail, end with "." on a line by itself
>>> .
250 2.0.0 h0VFuZbC001360 Message accepted for delivery
[EMAIL PROTECTED] Sent (h0VFuZbC001360 Message accepted for delivery)
Closing connection to localhost.localdomain.
>>> QUIT
221 2.0.0 client.mydomain.org closing connection

-

But it just seems to ball up and stay in the client queue:

# mailq
/var/spool/mqueue (5 requests)
-Q-ID- --Size-- -Q-Time---Sender/Recipient---
h0VFuZbC001360   11 Fri Jan 31 09:56 <[EMAIL PROTECTED]>
 (Deferred: Connection refused by server.mydomain.org.)
 <[EMAIL PROTECTED]>

-

Here's the /var/log/maillog entry on the server:

Jan 31 09:57:29 server sm-msp-queue[3799]: h0TA24QC019763: to=root,
ctladdr=root (0/0), delay=2+05:55:25, xdelay=00:00:00, mailer=relay,
pri=5970049, relay=server.mydomain.org., dsn=4.0.0, stat=Deferred:
Connection refused by server.mydomain.org.

-

What step am I missing?  Why is server refusing the connection?

-- 
Caleb Groom <[EMAIL PROTECTED]>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: "Broken pipe" during rsync, tunneled over ssh: Help!

2003-01-31 Thread Jack Bowling
** Reply to message from RD Egeland <[EMAIL PROTECTED]> on Fri, 31 Jan 2003 10:39:14 
+


> I'm running rsync tunneled over ssh in a cron job (the error also occurs if 
> run manually) to send nightly backup files to a remote server, and I've got 
> troublesome problems with either rsync or ssh.  Has anyone had similar errors?
> 
> The rsync command in my cron job is:
> rsync -e ssh -avz /mnt/claws/backups/mail/mail\@foo.com-`date +%A`.tar.gz 
> [EMAIL PROTECTED]:~/backups/foo/
> 
> Uploading machine (.com):
> RH 7.3 with
> openssh-3.5p1-1 (I upgraded)
> rsync-2.5.4-2
> 
> Downloading machine (.ac.uk):
> RH 8.0 with
> openssh-3.4p1-2
> rsync-2.5.5-1
> 
> Error which comes out quite regularly (usually less than 10M into the 
> upload, but sometimes not at all):
> rsync: error writing 9 unbuffered bytes - exiting: Broken pipe
> rsync error: error in rsync protocol data stream (code 12) at io.c(464)
> 
> 
> Greek to me.  At first, I assumed this was due to intermittent connectivity 
> (I am using a cable modem and D-Link firewall router on one side), but the 
> connection (amazingly) is quite rock-solid.  I've read about bugs in ssh, 
> and notably, I notice that ssh connections to the 7.3 machine are dropped 
> occasionally, sometimes with "bad network packet size" (or something like 
> that).
> 
> So I believe this could be due to SSH problems.  But before I upgrade SSH 
> using the sources, I figure I'd ask if anyone has been through this before.

ssh prefers having the line to itself and since theoretically nothing else is 
occurring while you are transferring, try this:

rsync -e ssh --blocking-io -avz /mnt/claws/backups/mail/mail\@foo.com-`date 
+%A`.tar.gz 

I do the same regularly and it is rock solid.

jb
[EMAIL PROTECTED]:~/backups/foo/

-- 
Jack Bowling
mailto: [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



CD-Rom

2003-01-31 Thread James P. Carter
I am running version 8 fully updated, and I am experiencing strange
issues with my CD-Rom. It intermittently opens and closes. What could be
the cause of this? This started happening within the last 2-3 weeks.

Thanks,
james




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH8.0 - Altering Security Level

2003-01-31 Thread mklinke
On Friday 31 January 2003 09:07, Ashley Kitson wrote:
> Matthew
>
> etc/xinetd.d/swat is configured as
>
> #chkconfig: 35 20 80
> #description: SWAT
>
> service swat
> {
> disable = no
> port = 901
> socket_type = stream
> wait = no
> only_from = localhost
> user = root
> log_on_failure += USERID
> )
>

It seems you may be confusing two separate methods of service 
configuration.  One method to start a service is via the SysV init 
method:

http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/ref-guide/s1-boot-init-shutdown-sysv.html

and the second is via the xinetd mechanism:

http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/ref-guide/ch-tcpwrappers.html

If you are using the SysV Init method the service you want to use will 
have a configuration file in the /etc/init.d directory.  These services 
can be controlled via the "chkconfig" utility to determine if and at 
what run levels the service will run at.  The service will typically be 
running in deamon mode when you start your computer up and you'll be 
able to see them in the "ps" listing even when the service isn't being 
used by someone or something. 

If, on the other hand, you are using the xinetd mechanism then the 
control files for the service you wish to use are in the /etc/xinetd.d 
directory. Each file controls a specific service as the names of the 
files suggest.  Unlike the SysV Init method services will not start up 
when you reboot your computer.  The only time a service will start is 
if the xinetd deamon sees that the service is needed.  If the service 
isn't being used by someone, a "ps" listing will show that the service 
is not running.

These two methods of controlling services are are not normally used at 
the same time, you generally choose one or the other to control your 
service.  If you are trying to configure both methods for the same 
service you're probably doing something wrong. 


The lines in your note above:

> #chkconfig: 35 20 80
> #description: SWAT

are chkconfig control strings for the SysV init method an have no place 
in a xinetd control file.
 

Regards, Mike Klinke




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Latest (stable) linux kernel???

2003-01-31 Thread Ed Wilts
On Fri, Jan 31, 2003 at 10:07:05AM -, Cannon, Andrew wrote:
> I want to update the linux kernel on two machines. One is an Athlon
> (Thunderbird 1.1GHz 200MHz FSB) and the other is a 400MHz Celeron (actually,
> there are four machines in this cluster, all 400MHz Celerons).
> 
> btw, I'm running RH8.0 with the 'out of the box' kernel.

Configure up2date (the personal user version is free) and then do:
# up2date -l 
If you see a new kernel, and it's probably marked to be ignored, do the
following:
# up2date -u -f kernel*

This will safely install the correct kernel for your system.  The old
one will be left intact in case you ever need to go back.

While you're visiting up2date, apply the rest of the updates too.  The
vast majority of them will be security releases.

.../Ed

> P.S. If they are RPMs is installation as simple as rpm -i (install-options)
> 'new-kernel' or is it more difficult than this?

That's it.  Nice and simple.

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Dell preloaded servers

2003-01-31 Thread Bret Hughes
My brother is about to order a dell server with RedHat installed. He has
a choice of 7.3 and 8.0.  I have not used 8.0 primarily because I am not
one of those cutting edge kind of guys and I have avoided x.0 versions
of RHL since 5.0 kicked my ass so hard it still has a bruise. That was
really early in my Linux use though.  I am assuming that Dell would not
sell it with 8.0 pre-installed if there were stability problems. My
brother pointed out that that come with windows so that may not be a
valid argument :)

Does anyone have experience with RHL preloaded dell servers on either
version?  It is the Professional version with all the docs and media.

How good is dell RHL support if there is such a thing.

He is looking at two channel raid controller, 3-36 GB scsi disks 512 RAM
and 2 GHz xeon single processor to start.  I believe the server he is
looking at is SMP capable but only has one processor to begin with.

He is in a time crunch and the box is going to be installed as a samba
file/print server on an existing NT domain since all his brand new XP
desktops are not playing nice with NT 4.0 servers and smokes on the test
samba box we installed last night. I told him if he did not hear from me
to get the 8.0 install.

Any tips appreciated

Bret




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problem making bzImage

2003-01-31 Thread nate
Michael Fratoni said:

>> > > `/usr/src/linux-2.4.18-19.8.0/drivers/pci' make[2]: ***

> $ whichcd -v 8.0 kernheader
>
> Searching for kernheader...
> CD-1:glibc-kernheaders-2.4-7.20.i386.rpm
> SOURCE-CD-2:glibc-kernheaders-2.4-7.20.src.rpm
>
> The package name changed between 7.x and 8.0.

looks like that is the libc6 headers, the headers that libc was
built against. I wouldn't reccomend trying to compile 2.4.18 with
2.4.7 headers ..

nate





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Windows to Linux

2003-01-31 Thread Andy
> I've been working with Windows systems for the last 12 years and I'm very
> new to Linux. Are there any resources that explain/help the move from
> Windows to Linux?

I highly recommend this book (vendor neutral):

LPI Linux Certification in a Nutshell
 by Jeffrey Dean, Jeffery Dean
 
Take a couple of weeks and read it very slowly.
This will give you good, strong, and necessary skills to run
Linux in a business environment.  There will be a HUGE learning
curve for you.  You NEED to have the fundamental skills.

Then you will need to learn Samba.
http://us1.samba.org/samba/docs/SambaIntro.html

You will ALWAYS have Windows desktops to support and samba
allows you to run linux and serve windows desktops.

Happy reading.
Andy



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Phoebe: problem with installing Oracle 9i

2003-01-31 Thread Ed Wilts
On Fri, Jan 31, 2003 at 11:32:33AM +0100, Jon Haugsand wrote:
> I am not sure where to,  and even _if_ I should, report a problem with
> installing Oracle 9i on RedHat beta distribution Phoebe.  Maybe
> someone here can comment?

If a 3rd party product won't install, report it to the 3rd party.  In
this case, you would contact Oracle.  Whether or not they'll support
your installation on a beta release is doubtful though - that depends on
your relationship with Oracle.

If Oracle in turn decides that they're doing the right stuff and that
Red Hat broke something between Psyche and Phoebe, they should report
the issue to Red Hat.  Frankly, I'd be surprised if someone from Oracle
hasn't already tested this (or perhaps Oracle is concentrating on
Advanced Server and doesn't care about Psyche at all, I don't know).  It
could be that Oracle is going to totally beta releases and wait until
Phoebe is released, and then tweak their installer or report bugs.  This
really depends on their release philosophy.

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



SOMEBODY HELP ME!!!!

2003-01-31 Thread Rodrigo Pereira
People,

I installed Red Hat 7.3 on my Compaq Evo.  It recognized my
peripherals.  The problem is to set up the ACPI.

I don´t know exactly what are the step that I have to do to make ACPI
works.

My kernel is 2.4.19.  I patched my kernel with the ACPI patch and
recompiled it the ACPI options. After that I make bzImage, modules,
modules_install and install.  That worked fine.

Then I downloaded acpid RPM with the acpi daemon and installed it.  When

I tried to start it, calling acpid, the message above was thrown:
acpid daemon: acpid: can't open /proc/acpi/event

The directory /proc/acpi doesn't exist.   Some places tell about the
directory /proc/sys/acpi it doesn't exist too.   I did look at the Linux

ACPI Howto () and  from there I learned
that there are  supposed to be at least 4 more  executables whose names
begin with acpi, but which don't exist.

What I did wrong ??  What is missing ?

I appreciate your help.

Regards,
Rodrigo.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



A7N8X users -

2003-01-31 Thread Michael A. Peters
Hi-
I have a customized kernel rpm for the A7N8X motherboard.
It patches the 3com driver so that the onboard 3com nic will work, and
has support for the nforce IDE controller so that disk access is much
better.

I have an instruction page on how to install it, but I have never used
grub, and would appreciate someone who uses grub to write the grub
update part of it for me.

http://homepage.mac.com/mpeters/A7N8X/

The kernel is a 2.4.21pre4 and the configuration is based upon Red Hat's
configuration for athlon systems, with the added support for the SATA
raid controller (not tested by me) and the nforce2 ide controller (I get
MUCH better drive access performance now).

Anyway, I have never used grub, and need grub update instructions.
And I need to see that it works for more people than just me.

Thanks,
Michael

-- 
Michael A. Peters <[EMAIL PROTECTED]>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: RH8.0 - Altering Security Level - SWAT

2003-01-31 Thread Ashley Kitson
Michael

Thanks for persevering.  I ran the tail on messages as suggested.  It turned
out that the server= line in the /etc/xinetd.d/swat file is pointing to
something that doesn't exist (it reads server=/etc/xinetd/swat i.e. itself).
The log message shows that the server doesn't exist.  That got me to digging
about trying to find something else with swat in the name.  There is no
other item anywhere in the system so I figured that swat wasn't installed.

I then tried to install swat from disk three of the RH8.0 distribution and
got a message that it requires samba 2.2.5  It turns out that I have version
2.2.7 as the Red Hat auto updater updated samba last week after the initial
system install.  So, I've now deleted samba, re-installed it from the
distribution disk and guess what?  It doesn't ask for disk 3 to install
samba-swat.  It just installs the common and client pieces from disk 2.

So all along, swat was never installed.

It gets better though..

I've tried to install swat from disk 3 again having just installed samba
2.2.5 from the disks and it still reports that it needs samba 2.2.5 to
install and will not install the swat files.  I've downloaded the samba
2.2.7a-1 Redhat Binary RPM from the samba web site and tried to install that
but again it does not install the swat files.

I've downloaded the source for 2.2.7a and read the doc about SWAT and it
definitely says that a binary, some image files and a help file should be
installed.  Being new to Linux, I'm not confident about compiling my own
stuff yet so do you or anyone else have a copy of the swat binary and
associated files I can have/ get to?

Kind Regards
Mr Ashley Kitson

www.bbcb.co.uk
[EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Network Issue

2003-01-31 Thread John Salamone
Larry,

I'm still unable to see Linux machine in Network Neiberhood on my win98
machine. I am attaching a copy of my smb.conf file. Can you please look at
it and let me know if anything is wrong? If it's OK, what else I could try.

Thanks
- Original Message -
From: "Larry Brown" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 5:20 PM
Subject: RE: Network Issue


> Did you use some configuration app to set up the smb.conf file?  I have
> found that several software packages remove all of the options the stock
> smb.conf file has which includes those options.  I am attaching a copy of
> the smb.conf that comes with the samba rpm right off the RH8 distro.  It
> appears to be identical to rh7+.  You will need to edit the sections at
the
> bottom to configure shares for your machine.  As a response to your
> question, yes you set the ip of the linux box on your wins tab on the
> windows client.  But you have to have the settings established on this
> smb.conf to enable wins for it to work.
>
> Larry S. Brown
> Dimension Networks, Inc.
> (727) 723-8388
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
> Behalf Of John Salamone
> Sent: Thursday, January 30, 2003 4:56 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Network Issue
>
> Hi Larry,
>
> I fixed my smbd and nmbd problem of both starting but I didn't find the
> entries in my smb.conf file that you mentioned:
>
> local master = no
> os level = 1
> domain master = no
> preferred master = no
>
> wins support = no
>
> Any ideas where I need to put them?  Do I need to change any other files?
>
> Thanks,
> John
>
> - Original Message -
> From: "Larry Brown" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, January 27, 2003 10:31 PM
> Subject: RE: Network Issue
>
>
> > Look for :
> >
> > local master = no
> > os level = 1
> > domain master = no
> > preferred master = no
> >
> > wins support = no
> >
> > Those are all rem'ed out by default which should normally be ok.  But
> > "un-reming" and setting them as above will make sure that you aren't
> having
> > a problem with these elections.
> >
> > What I described as using the Linux box as a wins server would be
changing
> > these all to yes and os level = 100.  Make sure the Linux box is always
> the
> > first booted and the last shutdown (if shutdown).  This has Linux taking
> > care of listing all requests which computers have about which files are
> > available.  Make sure if you do have Linux act as the wins server to go
> into
> > the network setting on win98 and setting wins by entering the Linux
box's
> > IP.
> >
> > Larry S. Brown
> > Dimension Networks, Inc.
> > (727) 723-8388
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
> > Behalf Of John Salamone
> > Sent: Monday, January 27, 2003 10:05 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Network Issue
> >
> > Larry,
> >
> > I have not checked any logs but will do so now. Having trouble
determining
> > master browser? How do I config that in smb.conf file?
> >
> > In case I need to set up my linux box as a wins server and point win98
box
> > to resolve names, could you please help me through it step by step as I
am
> > very new to Linux.  Thanks for all your help.
> > - Original Message -
> > From: "Larry Brown" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, January 27, 2003 9:35 PM
> > Subject: RE: Network Issue
> >
> >
> > > Have you checked the logs for nmbd and smbd?  Are you having a problem
> > > determining the master browser?  If so, this is configurable in the
> > > smb.conf.  If demoting the samba service to allow other computers to
be
> > the
> > > master browser doesn't help then you can always set up your linux box
as
> a
> > > wins server.  You then point the win98 box to resolve names on the
linux
> > box
> > > and that should definitely solve the problem.
> > >
> > > Larry S. Brown
> > > Dimension Networks, Inc.
> > > (727) 723-8388
> > >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On
> > > Behalf Of John Salamone
> > > Sent: Monday, January 27, 2003 8:33 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: Network Issue
> > >
> > > Yes, I am positive. When it's up I use the command "service smb
status"
> > when
> > > I first boot up the machine and its active. I then will check Network
> > > neighborhood and both systems are listed. Five minutes later I will
> check
> > NN
> > > again and only one system will be listed. I then use the service smb
> > status
> > > command" and both smdb and nmdb are active. Does anyone else have any
> > ideas?
> > > Thanks for ur help.
> > > - Original Message -
> > > From: "Thomas E. Dukes" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Monday, January 27, 2003 8:06 PM
> > > Subject: Re: Network Issue
> > >
> > >
> > > > Are you 100% sure nmbd is running?  I have found my stops for
unkn

NTP Problem

2003-01-31 Thread Kent Borg
I am having problems with ntpd on Red Hat 8.0.  


I have an 8.0 client on which ntpd can't get the time.  I have an ntpd
running on my basement server (RH 7.0) and it used to supply time just
fine before I upgraded my client, also I told my DSL router box to get
its time from my basement server and it managed it just fine.  So I
think the server is working.

As for the client, I don't have any firewall blocks set up on it:

  # iptables --list
  Chain INPUT (policy ACCEPT)
  target prot opt source   destination
  
  Chain FORWARD (policy ACCEPT)
  target prot opt source   destination
  
  Chain OUTPUT (policy ACCEPT)
  target prot opt source   destination
  #

I can do ntpdate from this 8.0 machine:

  # ntpdate borg.org
  31 Jan 12:24:38 ntpdate[12401]: adjust time server 192.168.100.2 offset -0.039216 sec
  #

But nptd isn't happy:

  # ntpd -d
  create_sockets(123)
  interface  OK
  interface  OK
  bind() fd 4, family 2, port 123, addr 0.0.0.0, flags=1
  bind() fd 5, family 2, port 123, addr 127.0.0.1, flags=0
  bind() fd 6, family 2, port 123, addr 192.168.100.101, flags=1
  init_io: maxactivefd 6
  resolving borg.org
  report_event: system event 'event_restart' (0x01) status 'sync_alarm, sync_unspec, 1 
eve\nt, event_unspec' (0xc010)
  auth_agekeys: at 1 keys 1 expired 0
  peer_clear: at 2 assoc ID 0
  newpeer: 192.168.100.101->192.168.100.2 mode 3 vers 4 poll 6 10 flags 1 1 ttl 0 key 
\
  transmit: at 8 192.168.100.101->192.168.100.2 mode 3
  auth_agekeys: at 60 keys 1 expired 0
  transmit: at 71 192.168.100.101->192.168.100.2 mode 3
  auth_agekeys: at 120 keys 1 expired 0
  transmit: at 134 192.168.100.101->192.168.100.2 mode 3
  auth_agekeys: at 180 keys 1 expired 0
  transmit: at 200 192.168.100.101->192.168.100.2 mode 3
  auth_agekeys: at 240 keys 1 expired 0
  transmit: at 266 192.168.100.101->192.168.100.2 mode 3
  auth_agekeys: at 300 keys 1 expired 0
  transmit: at 329 192.168.100.101->192.168.100.2 mode 3

Leaving that running, wait a bit, and in another buffer:

  # ntpq -p
   remote   refid  st t when poll reach   delay   offset  jitter
  ==
   borg.org0.0.0.0 16 u-   6400.0000.000 4000.00
  #

Here is my /etc/ntp/conf (with comments removed to save space):

  restrict default ignore
  restrict 127.0.0.1
  server borg.org
  fudge   127.127.1.0 stratum 10
  driftfile /etc/ntp/drift
  broadcastdelay  0.008
  authenticate yes
  keys/etc/ntp/keys

I tried deleting the "authenticate yes" line but that didn't help.


I also tried the same thing using time.nist.gov.  I can do "ntpdate
time.nist.gov" and it works, but putting "time.nist.gov" in
/etc/ntp.conf and running ntpd doesn't work.

Suggestions?  (Does nptd work for others on 8.0?)


Thanks,

-kb, the Kent how had this problem in 7.3 too.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



JRE Problem!

2003-01-31 Thread Shirad Salaheddine
Title: JRE Problem!





I am installing Red Linux Advanced Server (2.1) on a Dell PowerEdge 1650. We have another machine that is also Dell Precision 410 where the Oracle Installer is running with no problem. Could it be that there is a problem with the PowerEdge Server and JRE because I have re-installed Linux on another Dell machine, the successfully was able to run Oracle with no JRE problem ?!!

Rgds,
Shirad





Re: Windows to Linux

2003-01-31 Thread sentinel
Perhaps the following sites can help.  I don't know of any that gives tips
such as "What the equivalent to Windows explorer" but they have some great
stuff to pour through.  I use them often.

http://tldp.org  <-- Lots of good howto's including one which is close I
think to what you are looking for (see below)

http://www.tldp.org/HOWTO/DOS-Win-to-Linux-HOWTO.html  <---  More Dos to
Linux yet it's a good one to start with.

http://www.linuxguruz.org/

http://slashdot.org/

http://www.justlinux.com/


I'm sure there are many more places to learn linux online.  This should give
you a good start.  Oh and one more.. a favorite of mine

http://www.freshmeat.net   <-- software repository.  Download and go.  





---

I've been working with Windows systems for the last 12 years and I'm very
new to Linux. Are there any resources that explain/help the move from
Windows to Linux?

Things like..  What is the equivalent to Windows Explorer?
shortcuts keys
Where to find the windows equivalent of x?
etc.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Dell preloaded servers

2003-01-31 Thread DuSTiN KRySaK
I JUST bought one with RH 8 on it.. Have not had a chance to put it through
it's paces yet though.

I have heard only good things about their support in general, but I have
nothing first hand yet though.

Dustin

On 1/31/03 8:57 AM, "Bret Hughes" <[EMAIL PROTECTED]> spit this out onto
my computer screen:

> Does anyone have experience with RHL preloaded dell servers on either
> version?  It is the Professional version with all the docs and media.
> 
> How good is dell RHL support if there is such a thing.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



modprobe/insmod/depmod question

2003-01-31 Thread Jake Colman

I need to insert a new module into my kernel.  I'm not sure exactly what I
need to do to make the module known to the system.  I know that depmod is
called in rc.sysinit and it uses modules.conf.  I imagine I need an entry in
that file but what should that entry be?

Currently, modprobe fails to locate the module.  insmod _is_ able to load the
module.  Once loaded, modprobe does not complain.  What is the correct way to
load the module when needed using modprobe.

The modules in questions are ip_conntrack_ftp and ip_nat_ftp.  I want to load
them as part of my firewall script startup and unload them when the firewall
is stopped.

Thanks for any help!

-- 
Jake Colman 

Principia Partners LLC  Phone: (201) 209-2467
Harborside Financial Center   Fax: (201) 946-0320
902 Plaza Two  E-mail: [EMAIL PROTECTED]
Jersey City, NJ 07311  www.principiapartners.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Windows to Linux

2003-01-31 Thread j_post
On Friday 31 January 2003 08:56 am, you wrote:
> I highly recommend this book (vendor neutral):
>
> LPI Linux Certification in a Nutshell
>  by Jeffrey Dean, Jeffery Dean
>
> Take a couple of weeks and read it very slowly.
> This will give you good, strong, and necessary skills to run
> Linux in a business environment.  There will be a HUGE learning
> curve for you.  You NEED to have the fundamental skills.
>
No doubt a good book--the reviewers rate it highly. But as I learned 
throughout my college career (and again in post-graduate classes) there is a 
*huge* difference between studying to learn and studying to pass the exams. 
If the original poster wants to learn Linux, as opposed to passing the 
certification exams, I'd recommend "Linux Administration Handbook", by Evi 
Nemeth, Garth Snyder and Trent Hein (Prentice Hall).

Please note that I am *not* trivializing in any way the effort or benefit of 
the certification exams, merely pointing out that there is a difference 
between passing an exam and having a thorough knowledge of a subject.

J



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: RE: Microsoft Exchange equivalent?

2003-01-31 Thread Arden Norder
Have a look at Suse's OpenExchange Server

We're running it here - WOW!!!  Very easy to use and you only need a web browser to do 
everything!!!

Regards / Met vriendelijk groet,
Arden B. Norder
Nordix Consulting en Automatisering
Menno van Coehoornstraat 12
Sloten, 8556 AR

Mob: +31 (0) 6 2148 7568
Tel: +31 (0) 514 531 440

Larry Brown  wrote the Jan 31, 2003 2:06 PM:

> I do not know of an open source solution.  I've made the same searches in vain.  
>Bynari gave me problems getting their system to work smoothly.  It would lock the 
>computer while it made its downloads so if there was a lot of mail it would frustrate 
>you.  They may have fixed that problem but my client was very displeased at the time. 
> Domino was the best fit for the Linux platform that I found, problem being their 
>pricing was comparable to the exchange product and my client was already used to 
>Outlook and didn't want to lose any functionality by using Domino's Outlook 
>simulation client and they didn't want to learn the Notes client.  I don't have any 
>history on the HP product.  It looks like a decent product, but it was fairly new to 
>HP when I was looking and they weren't really advertising it very strongly.  It have 
>been 6 or 8 months since I was looking.  If you do find an open source solution, 
>please share your find.
> 
> Larry S. Brown
> Dimension Networks, Inc.
> (727) 723-8388
> 
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of 
>Marius Andreiana
> Sent: Friday, January 31, 2003 7:51 AM
> To: redhat-list
> Subject: Microsoft Exchange equivalent?
> 
> Hi!
> 
> I've searched for a free ( as in speech ) equivalent of Microsoft
> Exchange on freshmeat, sourceforge and google, but without success. I've
> found only proprietary products so far: IBM's Lotus Domino,
> Hewlett-Packard's OpenMail, Bynari's Insight Server and Suse's Open
> Exchange.
> 
> Is there any free software that comes close to this?
> Thanks
> --
> Solu?ii informatice bazate pe Linux / Linux-based IT solutions
> www.galuna.ro
> 
> 
> 
> 
> --
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
>




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



SOMEBODY HELP ME!!!!

2003-01-31 Thread Rodrigo Pereira
People,

I installed Red Hat 7.3 on my Compaq Evo.  It recognized my
peripherals.  The problem is to set up the ACPI.

I don´t know exactly what are the step that I have to do to make ACPI
works.

My kernel is 2.4.19.  I patched my kernel with the ACPI patch and
recompiled it the ACPI options. After that I make bzImage, modules,
modules_install and install.  That worked fine.

Then I downloaded acpid RPM with the acpi daemon and installed it.  When

I tried to start it, calling acpid, the message above was thrown:
acpid daemon: acpid: can't open /proc/acpi/event

The directory /proc/acpi doesn't exist.   Some places tell about the
directory /proc/sys/acpi it doesn't exist too.   I did look at the Linux

ACPI Howto () and  from there I learned
that there are  supposed to be at least 4 more  executables whose names
begin with acpi, but which don't exist.

What I did wrong ??  What is missing ?

I appreciate your help.

Regards,
Rodrigo.




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



lightweight dtd validators

2003-01-31 Thread Scott Harrison
Hi,

Anyone know of any reliable dtd validators on rh 7.x and rh 8.x systems?
Over a year ago, it seemed like python was the solution for this
task

Regards,
Scott

-- 
Scott Harrison, [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: "Broken pipe" during rsync, tunneled over ssh: Help!

2003-01-31 Thread RD Egeland
Jack,

Thanks for the tip.  Unfortunately, it didn't seem to solve the 
problem.  Neither did upgrading all the openssh packages to 3.5p1-1 
(!)  I'm starting to suspect a bug in rsync, based on some further browsing 
on the rsync listserv.  Argh!  Quite a mess.  rsync would be great if it 
didn't have this bug.  Such cryptic output, too.

I'll keep my ears up for any other suggestions and let everyone know if I 
get 'er fixed.

Ryan


At 04:22 PM 1/31/2003, you wrote:
** Reply to message from RD Egeland <[EMAIL PROTECTED]> on Fri, 31 Jan 
2003 10:39:14 +


> I'm running rsync tunneled over ssh in a cron job (the error also 
occurs if
> run manually) to send nightly backup files to a remote server, and I've 
got
> troublesome problems with either rsync or ssh.  Has anyone had similar 
errors?
>
> The rsync command in my cron job is:
> rsync -e ssh -avz /mnt/claws/backups/mail/mail\@foo.com-`date +%A`.tar.gz
> [EMAIL PROTECTED]:~/backups/foo/
>
> Uploading machine (.com):
> RH 7.3 with
> openssh-3.5p1-1 (I upgraded)
> rsync-2.5.4-2
>
> Downloading machine (.ac.uk):
> RH 8.0 with
> openssh-3.4p1-2
> rsync-2.5.5-1
>
> Error which comes out quite regularly (usually less than 10M into the
> upload, but sometimes not at all):
> rsync: error writing 9 unbuffered bytes - exiting: Broken pipe
> rsync error: error in rsync protocol data stream (code 12) at io.c(464)
>
>
> Greek to me.  At first, I assumed this was due to intermittent 
connectivity
> (I am using a cable modem and D-Link firewall router on one side), but the
> connection (amazingly) is quite rock-solid.  I've read about bugs in ssh,
> and notably, I notice that ssh connections to the 7.3 machine are dropped
> occasionally, sometimes with "bad network packet size" (or something like
> that).
>
> So I believe this could be due to SSH problems.  But before I upgrade SSH
> using the sources, I figure I'd ask if anyone has been through this before.

ssh prefers having the line to itself and since theoretically nothing else 
is occurring while you are transferring, try this:

rsync -e ssh --blocking-io -avz 
/mnt/claws/backups/mail/mail\@foo.com-`date +%A`.tar.gz

I do the same regularly and it is rock solid.

jb
[EMAIL PROTECTED]:~/backups/foo/

--
Jack Bowling
mailto: [EMAIL PROTECTED]



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



latex2html and user access control

2003-01-31 Thread João Borsoi Soares
Hello list,

I'm using latex to create my online documents, and I want to control
user access to it. I only know how to do it through an server script, as
php... but latex2html creates hyperlinks direct to the html nodes... Any
ideas? Anyone does something similar to it?

Thanks,
Joao.





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



::TEST::

2003-01-31 Thread _ TUXX _



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Windows to Linux

2003-01-31 Thread jmraz

On Fri, 31 Jan 2003, Joe Polk wrote:

> You might want to check your local bookstore.

* Use the internet, or a public library. They're relatively free.

  I learned by reading, and doing- that's how one would learn DOS,
  right ?

  Good luck.

  jmraz;
--



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Microsoft Exchange equivalent?

2003-01-31 Thread Michael Mansour
I use Samsung Contact Server (the old HP OpenMail) but it's much faster and 
more powerful. Why not give that a go.

From: Ivaylo Toshev <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: Microsoft Exchange equivalent?
Date: 31 Jan 2003 15:11:00 +0200

Just MS Outlook.
I use Ximian Evolution with Ximian Connector, but believe me - its not
usable. You can see calendar, tasks and Contacts, but you cannot see
TimeSheets for example and ofcourse Forms and others.
Ximian Connector uses https access to OWA ( Outlook Web Access), so you
can use it only with MS Exchg 2000 with OWA started on it.
But again it is slow and i dont like it. True Exchg. Client will be that
client who can speak MAPI and for now this is just MS Outlook, and you
can start it with Wine ;-)!

I've cheked and Oracle Collaboration Server, but its Linux client is
UGLY !!! Absolutely not usable! It is pure Motif App.
Oracle's client for Windows is guess what: Connector for MS Outlook.
Bynari Server: Connector for Outlook !
SuSE OpenExchange - MS Outlook !
SO... ?
The answer is : MS Outlook !

На пт, 2003-01-31 в 14:59, prajapatib записа:
> on top of that, does anyone know any mail clients that can interface
> with exchange?
> as in display calenders/meetings that are stored on an exchange
> server?
>
> Thanks,
> Birju
>
> -Original Message-
> From: Marius Andreiana [mailto:[EMAIL PROTECTED]]
> Sent: 31 January 2003 12:51
> To: redhat-list
> Subject: Microsoft Exchange equivalent?
>
>
> Hi!
>
> I've searched for a free ( as in speech ) equivalent of Microsoft
> Exchange on freshmeat, sourceforge and google, but without success.
> I've
> found only proprietary products so far: IBM's Lotus Domino,
> Hewlett-Packard's OpenMail, Bynari's Insight Server and Suse's Open
> Exchange.
>
> Is there any free software that comes close to this?
> Thanks
> --



_
Tired of spam? Get advanced junk mail protection with MSN 8.  
http://join.msn.com/?page=features/junkmail



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list


Sendmail and m4: odd issue

2003-01-31 Thread Joe Polk
Okay, on a clients server I needed to make a change to the sendmail.cf. So I
made the changes to sendmail.mc like a good boy and m4 sendmail.mc >
sendmail.cf. The server wouldn't listen on the external port so I went into
sendmail.mc and commented out the appropriate line like so:
# dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
Then I m4'd the mc ot cf again. This didn't work. The server still wouldn't
listen externally. I checked sendmail.cf and it appears that the line that mc
should have changed didn't.

The line reading:
O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA

...should read:
# O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA

Why would m4 fail?


<>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Sendmail rejections

2003-01-31 Thread Ed Wilts
On Fri, Jan 31, 2003 at 05:56:16PM -0600, Caleb Groom wrote:
> I posted this message this morning but I haven't seen it show up yet. 
> I'm guessing I botching something, if not, sorry for the double post.
> 
> I'm having problems setting up a mail server for my internal domain. 
> Sorry for being so verbose but I don't know how else to explain it all. 
> :)
> 
> Red Hat v8.0
> 
> Server: server.mydomain.org
> Client: client.mydomain.org
> 
> server.mydomain.org is has DNS, DHCP, FTP, Apache, and NIS working
> correctly.  So far so good.  Next is getting sendmail to act as the
> mydomain.org mail server.
> 
> -
> 
> Here's the dig on my DNS:
> 
> # dig mydomain.org mx | grep MX
> ;mydomain.org. IN  MX
> mydomain.org.  86400   IN  MX 10 server.mydomain.org.
> 
> Ok, so we see that I have an MX record for the domain.
> 
> -
> 
> I've installed the following RPM's:
> 
> sendmail
> sendmail-cf
> sendmail-doc
> m4
> procmail
> 
> -
> 
> I made these changes to /etc/mail/sendmail.mc:
> 
> MASQUERADE_AS(`mydomain.org')dnl
> FEATURE(`allmasquerade')dnl
> FEATURE(`masquerade_envelope')dnl
> EXPOSED_USER(`root')dnl
> dnl This changes sendmail to only listen on the loopback device
> 127.0.0.1
> dnl and not on any other network devices. Comment this out if you want
> dnl to accept email over the network.
> #DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')

The # isn't a comment character.  Use dnl to comment it out.
Once you rebuilt your config file and restarted sendmail, try to telnet
localhost port 25 to start, and then from the client, just telnet to
server port 25 and see what happens.

.../Ed

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: Sendmail and m4: odd issue

2003-01-31 Thread Cowles, Steve
> -Original Message-
> From: Joe Polk
> Sent: Friday, January 31, 2003 8:03 PM
> Subject: Sendmail and m4: odd issue
> 
> 
> Okay, on a clients server I needed to make a change to the 
> sendmail.cf. So I made the changes to sendmail.mc like a
> good boy and m4 sendmail.mc > sendmail.cf. The server wouldn't
> listen on the external port so I went into sendmail.mc and
> commented out the appropriate line like so:
> # dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
> Then I m4'd the mc ot cf again. This didn't work. The server 
> still wouldn't listen externally. I checked sendmail.cf and
> it appears that the line that mc should have changed didn't.
> 
> The line reading:
> O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA
> 
> ...should read:
> # O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA
> 
> Why would m4 fail?

Because a comment in m4 is "dnl" not #. i.e. add

dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')

in your .mc file. Then recreate you .cf file.

Steve Cowles



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Package Manager won't proceed in Redhat 8.0

2003-01-31 Thread Miguelito Quijano
Hi,

When I tried to install rpm using the graphical
package manager in Redhat 8.0 System Tools, it will
look for dependencies but after checking, it won't
proceed and the mini-screen will disappear.  How can I
make this work?  

Thank you for your anticipated support.

Kind Regards,
Migs


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: How to run X over SSH?

2003-01-31 Thread Joshua Schmidlkofer
Leo,

 I am sure that someone else covered this - you need a local X server. 
Cygwin, or Hummingbird, or one of a hundred others.  Then you run putty,
and say: 'startkde'.. or whatever the gnome startup is.   You have to
run software locally that is capable of recieving the X protocol.  On
Linux, you run 'startx', but that runs _native_ code that receives and
sends the X protocol.  You need an X-Windows emulator for Windows.

js


On Wed, 2003-01-29 at 22:26, Leo Huang wrote:
> Hello
>  
> I am running RH8. I tried to run X remotely over ssh, the following
> message is displayed on my Putty, and it hangs. I have to use Ctrl+C
> to terminate. Any idea about how to run X over ssh?
>  
> Leo
>  
> Message:
>  
> [root@localhost root]# startx
>  
> XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72) / X Window
> System
> (protocol Version 11, revision 0, vendor release 6600)
> Release Date: 23 January 2002
> If the server is older than 6-12 months, or if your card is
> newer than the above date, look for a newer version before
> reporting problems.  (See http://www.XFree86.Org/)
> Build Operating System: Linux 2.4.18-11smp i686 [ELF]
> Build Host: daffy.perf.redhat.com
>  
> Module Loader present
> OS Kernel: Linux version 2.4.18-19.8.0
> ([EMAIL PROTECTED]) (gcc version 3.2 20020903 (Red
> Hat Linux 8.0 3.2-7)) #1 Thu Dec 12 05:39:29 EST 2002
> Markers: (--) probed, (**) from config file, (==) default setting,
>  (++) from command line, (!!) notice, (II) informational,
>  (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> (==) Log file: "/var/log/XFree86.0.log", Time: Thu Jan 30 14:22:46
> 2003
> (==) Using config file: "/etc/X11/XF86Config"
> SESSION_MANAGER=local/localhost:/tmp/.ICE-unix/13370
> Loaded background '0x809cb78
> AUDIT: Thu Jan 30 14:22:59 2003: 13367 X: client 5 rejected from local
> host
>  
>   
>  
>  
-- 
VB programmers ask why no one takes them seriously, 
it's somewhat akin to a McDonalds manager asking employees 
why they don't take their 'career' seriously.



signature.asc
Description: This is a digitally signed message part


Re: How to run X over SSH?

2003-01-31 Thread Joshua Schmidlkofer
Can you run Linux on your machine?

js


On Thu, 2003-01-30 at 19:57, Leo Huang wrote:
> Cameron,
> 
> I'm running a RH8.0 as a server, and now I'm maintaining it over a
> text-based ssh terminal on my notebook. Sometimes things are getting
> complicated because of it is text-based. I want to run X on my notebook to
> simplize my work.
> Please tell me what I need to do.
> 
> Leo
> 
> 
> - Original Message -
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, January 30, 2003 5:34 PM
> Subject: RE: How to run X over SSH?
> 
> 
> > Leo Huang  wrote on Thursday, 30 January 2003
> > 17:46:
> >
> > >> From Cameron's response, It seems I have to install
> > > something on my local
> > > machines??
> > >
> > > Leo
> > >
> >
> >
> > Leo,
> > I think you should describe what X programs you want to run and why
> > you need to tunnel the X. Perhaps there are other ways of doing it.
> > for example VNC might be suitable.
> >
> > If you have a slow connection somewhere in between your client and
> > server then it won't be a very pleasant experience,
> > although X will generally be faster than VNC.
> >
> > If you are going to go the trouble of installing cygwin to get the
> > XFree-86 server then you might find you can get some of the X
> > applications to run directly on the PC (possibly still as X clients).
> >
> > You could try the demo version of X-Win32 from www.starnet.com.
> >
> > Cameron.
> >
> >
> >
> > --
> > redhat-list mailing list
> > unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> >
-- 
VB programmers ask why no one takes them seriously, 
it's somewhat akin to a McDonalds manager asking employees 
why they don't take their 'career' seriously.



signature.asc
Description: This is a digitally signed message part


Re: ssl - update server.key?

2003-01-31 Thread Joshua Schmidlkofer
On Thu, 2003-01-30 at 12:56, Jody Cleveland wrote:
> Hello,
> 
> I setup redhat 8 as localhost. Now, I've changed it to it's normal name
> email.winnefox.org. So, I run apachectl startssl and it starts fine. I even
> added a listing in ssl.conf for a site. So, I go to https://... and I get an
> error about where the certificate is from. I view the certificate, and it
> says it's coming from localhost.localdomain. Is there anyway to change that,
> or to create a new one that would say email.winnefox.org?
> 
> Thanks in advance for any help you can provide.
> 
> 
> --
> Jody Cleveland
> ([EMAIL PROTECTED])

This will be some help:

http://www.sendmail.org/~ca/email/other/cagreg.html

-- 
VB programmers ask why no one takes them seriously, 
it's somewhat akin to a McDonalds manager asking employees 
why they don't take their 'career' seriously.



signature.asc
Description: This is a digitally signed message part


Re: modprobe/insmod/depmod question

2003-01-31 Thread Bret Hughes
On Fri, 2003-01-31 at 12:10, Jake Colman wrote:
> 
> I need to insert a new module into my kernel.  I'm not sure exactly what I
> need to do to make the module known to the system.  I know that depmod is
> called in rc.sysinit and it uses modules.conf.  I imagine I need an entry in
> that file but what should that entry be?
> 
> Currently, modprobe fails to locate the module.  insmod _is_ able to load the
> module.  Once loaded, modprobe does not complain.  What is the correct way to
> load the module when needed using modprobe.
> 
> The modules in questions are ip_conntrack_ftp and ip_nat_ftp.  I want to load
> them as part of my firewall script startup and unload them when the firewall
> is stopped.
> 
> Thanks for any help!
> 

what commands are you running to load it? 

modprobe ip_conntrack_ftp
modprobe ip_nat_ftp 

should work. don't put the .o when using modprobe.  Modprobe will
install all prerequisite modules whereas insmod only tries to load the
one specified. 

I have never seen them in modules.conf

HTH
Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: NTP Problem

2003-01-31 Thread Todd A. Jacobs
On Fri, 31 Jan 2003, Kent Borg wrote:

> I have an 8.0 client on which ntpd can't get the time.  I have an ntpd
> running on my basement server (RH 7.0) and it used to supply time just

dhclient breaks NTP in Red Hat 8.0. Patch it with:

http://www.codegnome.org/patches/dhclient-script.patch

-- 
"Of course I'm in shape! Round's a shape, isn't it?"



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: How to run X over SSH?

2003-01-31 Thread Raymundo Vega
What you need is a Xwindows package running on your laptop,
after you have it, then login on the server (putty with
Xwindows forwarding? ssh -X if you run one unix flavor)
and then in the server shell:

echo $DISPLAY
xterm &

the echo command should display something like: localhost:0.0
if the result of the echo line is something like :0.0
the xterm will be displayed at the monitor on the server.

Consider that it is possible that your server is *not* running
Xwindows and in such case the result of echo is an empty line.

hope this helps

raymundo

Joshua Schmidlkofer wrote:

Can you run Linux on your machine?

js


On Thu, 2003-01-30 at 19:57, Leo Huang wrote:


Cameron,

I'm running a RH8.0 as a server, and now I'm maintaining it over a
text-based ssh terminal on my notebook. Sometimes things are getting
complicated because of it is text-based. I want to run X on my notebook to
simplize my work.
Please tell me what I need to do.

Leo


- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 30, 2003 5:34 PM
Subject: RE: How to run X over SSH?




Leo Huang  wrote on Thursday, 30 January 2003
17:46:



From Cameron's response, It seems I have to install


something on my local
machines??

Leo




Leo,
I think you should describe what X programs you want to run and why
you need to tunnel the X. Perhaps there are other ways of doing it.
for example VNC might be suitable.

If you have a slow connection somewhere in between your client and
server then it won't be a very pleasant experience,
although X will generally be faster than VNC.

If you are going to go the trouble of installing cygwin to get the
XFree-86 server then you might find you can get some of the X
applications to run directly on the PC (possibly still as X clients).

You could try the demo version of X-Win32 from www.starnet.com.

Cameron.



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list








--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: "Broken pipe" during rsync, tunneled over ssh: Help!

2003-01-31 Thread Cameron Simpson
On 01:27 01 Feb 2003, RD Egeland <[EMAIL PROTECTED]> wrote:
| Thanks for the tip.  Unfortunately, it didn't seem to solve the 
| problem.  Neither did upgrading all the openssh packages to 3.5p1-1 
| (!)  I'm starting to suspect a bug in rsync, based on some further browsing 
| on the rsync listserv.  Argh!  Quite a mess.  rsync would be great if it 
| didn't have this bug.  Such cryptic output, too.

It's rarely ssh. Rsync has a history of subtle bugs, and thrashes the
link enough to sometimes expose bugs in the underlying TCP layer.

Upgrade both ends to rsync-2.5.6 (which has some bugfixes over 2.5.5) and
seem if things improve. You can get it here:

http://ftp.samba.org/ftp/rsync/

Cheers,
-- 
Cameron Simpson, DoD#743[EMAIL PROTECTED]http://www.zip.com.au/~cs/

It gets worse: I rollerblade too. Anyway, the way asshole drivers can
tell conservative cyclists and pedestrians from the admittedly more
common liberal weenie kind is that we're the ones who shoot back.
- Alan Gore <[EMAIL PROTECTED]>



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: Problem making bzImage

2003-01-31 Thread Michael Mansour
Hi Nat,


Michael Fratoni said:

>> > > `/usr/src/linux-2.4.18-19.8.0/drivers/pci' make[2]: ***

> $ whichcd -v 8.0 kernheader
>
> Searching for kernheader...
> CD-1:glibc-kernheaders-2.4-7.20.i386.rpm
> SOURCE-CD-2:glibc-kernheaders-2.4-7.20.src.rpm
>
> The package name changed between 7.x and 8.0.

looks like that is the libc6 headers, the headers that libc was
built against. I wouldn't reccomend trying to compile 2.4.18 with
2.4.7 headers ..

nate


I've looked at this, and the glibc-kernheaders-2.4-7.20.i386.rpm is the rpm 
which gets installed on a default Red Hat 8.0 installation.

There's no such kernel-headers*.rpm which accompanied earlier releases.

My continued work on this has been to remove the second CPU and pop a 
terminator into slot 2 of the motherboard (for now, I really don't need the 
second cpu anyway). I still get the following error when trying to compile 
the kernel:

make[3]: *** No rule to make target 
`/usr/src/linux-2.4.18-19.8.0/drivers/pci/devlist.h', needed by `names.o'.  
Stop.
make[3]: Leaving directory `/usr/src/linux-2.4.18-19.8.0/drivers/pci'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.18-19.8.0/drivers/pci'
make[1]: *** [_subdir_pci] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.18-19.8.0/drivers'
make: *** [_dir_drivers] Error 2

I'm starting to think I should go back to the kernel which came with the 
default install of RH8 and see how that goes.

I don't know, I'm open to ideas from people.

Michael.

_
MSN 8 with e-mail virus protection service: 2 months FREE*  
http://join.msn.com/?page=features/virus



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list