wuftpd problems (Juda Masamy) (Sorin Srbu)

Masamy, Juda (SSO - Rehovot) juda.masamy at hp.com
Wed Oct 31 07:00:37 UTC 2007


Sorin hi,

Sorry I haven't seen your response, only now
The solution that was suggested in the links u have provided
Is to compile wu-ftpd as 64bit, I have tried it and it failes
I do not have problem to upload large files (more than 2GB) with SFTP so it's not OS problem
I think my fc6 redhat is 32bit, is it the reason why I cant compile wu-ftpd as 64bit?

Br & tnx

Juda Masamy
UNIX is user friendly; it is just picky who its friends are!

-----Original Message-----
From: redhat-list-bounces at redhat.com [mailto:redhat-list-bounces at redhat.com] On Behalf Of redhat-list-request at redhat.com
Sent: Tuesday, October 30, 2007 6:00 PM
To: redhat-list at redhat.com
Subject: redhat-list Digest, Vol 44, Issue 31

Send redhat-list mailing list submissions to
	redhat-list at redhat.com

To subscribe or unsubscribe via the World Wide Web, visit
	https://www.redhat.com/mailman/listinfo/redhat-list
or, via email, send a message with subject or body 'help' to
	redhat-list-request at redhat.com

You can reach the person managing the list at
	redhat-list-owner at redhat.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of redhat-list digest..."


Today's Topics:

   1. How to upgrade the kernel (Dave Martini 1)
   2. Re: How to upgrade the kernel (Aaron Bliss)
   3. Re: How to upgrade the kernel (m.roth2006 at rcn.com)
   4. RE: How to upgrade the kernel (Geofrey Rainey)
   5. Re: How to upgrade the kernel (Dave Martini 1)
   6. Re: How to upgrade the kernel (Steve Phillips)
   7. wuftpd problems (Juda Masamy) (Masamy, Juda (SSO - Rehovot))
   8. RE: wuftpd problems (Juda Masamy) (Sorin Srbu)
   9. RE: BIND9 query log analyzer tool for RHEL4/5 (Nikkil? Tommi)


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

Message: 1
Date: Mon, 29 Oct 2007 09:30:06 -0700
From: Dave Martini 1 <martini1 at llnl.gov>
Subject: How to upgrade the kernel
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Message-ID: <47260A8E.1090402 at llnl.gov>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I'm running Linux kernel 2.6.18-8.el5 on an RHEL 5 distribution.
I downloaded the 2.6.23.1 kernel from kernel.org.
Does anyone have a good and accurate step by step process on how to 
upgrade the kernel?
Will I need to upgrade anything else besides the kernel itself?
Thank you.
Dave Martini
LLNL



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

Message: 2
Date: Mon, 29 Oct 2007 12:39:18 -0400
From: Aaron Bliss <abliss at brockport.edu>
Subject: Re: How to upgrade the kernel
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Message-ID: <47260CB6.6020805 at brockport.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Dave,
With redhat 5, you can update the kernel (and the rest of the os) via 
yum (yum-update).  There probably isn't much practical advantage to not 
using the kernel rpm's that redhat provides.

Aaron

Dave Martini 1 wrote:
> I'm running Linux kernel 2.6.18-8.el5 on an RHEL 5 distribution.
> I downloaded the 2.6.23.1 kernel from kernel.org.
> Does anyone have a good and accurate step by step process on how to 
> upgrade the kernel?
> Will I need to upgrade anything else besides the kernel itself?
> Thank you.
> Dave Martini
> LLNL
>

-- 
Aaron Bliss
Systems Administrator
SUNY Brockport
(585) 395-2417



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

Message: 3
Date: Mon, 29 Oct 2007 13:05:02 -0400 (EDT)
From: <m.roth2006 at rcn.com>
Subject: Re: How to upgrade the kernel
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Message-ID: <20071029130502.AKB88877 at ms17.lnh.mail.rcn.net>
Content-Type: text/plain; charset=us-ascii

Dave,

>Date: Mon, 29 Oct 2007 09:30:06 -0700
>From: Dave Martini 1 <martini1 at llnl.gov>  
>
>I'm running Linux kernel 2.6.18-8.el5 on an RHEL 5 distribution.
>I downloaded the 2.6.23.1 kernel from kernel.org.
>Does anyone have a good and accurate step by step process on how to 
>upgrade the kernel?
>Will I need to upgrade anything else besides the kernel itself?

There's a good chance that you'll at least have to update glibc. Go to the page the kernel d/l is on, and check if it gives you that info. Alternatives, try to install (I always use ivh, so it installs in parallel to the old kernel, so that you can always choose that as a fallback). If it fails, it'll tell you what it needs.

      mark



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

Message: 4
Date: Tue, 30 Oct 2007 09:30:13 +1300
From: "Geofrey Rainey" <Geofrey.Rainey at tvnz.co.nz>
Subject: RE: How to upgrade the kernel
To: "General Red Hat Linux discussion list" <redhat-list at redhat.com>
Message-ID:
	<FCFF2EC7A020964FBC98B17F17A88AC41AEF07 at AKVXCH01.tvnzad.tvnz.co.nz>
Content-Type: text/plain; charset="us-ascii"

Regarding actual kernel recompilation, if you extract the
"kernel".tar.gz file and
Change directories into the root directory of the archive, you will see
either a
README, or INSTALL file in there, open this and after you've read a few
pages you 
will find the actual recompile steps. 

This is a very good document and the document I always refer to in times
of need. 

It is worth noting that as another has stated, you should yum install a
new genuine
Redhat kernel, unless you have an explicit need for a generic kernel (I
have had
Such a need in the past when I had driver issues with a Redhat kernel).

Regards,
Geofrey.
 
-----Original Message-----
From: redhat-list-bounces at redhat.com
[mailto:redhat-list-bounces at redhat.com] On Behalf Of Dave Martini 1
Sent: Tuesday, 30 October 2007 5:30 a.m.
To: General Red Hat Linux discussion list
Subject: How to upgrade the kernel

I'm running Linux kernel 2.6.18-8.el5 on an RHEL 5 distribution.
I downloaded the 2.6.23.1 kernel from kernel.org.
Does anyone have a good and accurate step by step process on how to
upgrade the kernel?
Will I need to upgrade anything else besides the kernel itself?
Thank you.
Dave Martini
LLNL

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
==========================================================
For more information on the Television New Zealand Group, visit us
online at tvnz.co.nz 
==========================================================
CAUTION:  This e-mail and any attachment(s) contain information that
is intended to be read only by the named recipient(s).  This information
is not to be used or stored by any other person and/or organisation.



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

Message: 5
Date: Mon, 29 Oct 2007 13:58:19 -0700
From: Dave Martini 1 <martini1 at llnl.gov>
Subject: Re: How to upgrade the kernel
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Message-ID: <4726496B.5030303 at llnl.gov>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Thanks for the info.
Do you usually upgrade the full source of the latest kernel?
When is it ok to just use the patch kernel upgrade?
For instance in my case I'm currently at 2.6.18 and am going
to 2.6.23. The patch version of the kernel would not get me all
of the new kernel's features correct?
Dave.


Geofrey Rainey wrote:
> Regarding actual kernel recompilation, if you extract the
> "kernel".tar.gz file and
> Change directories into the root directory of the archive, you will see
> either a
> README, or INSTALL file in there, open this and after you've read a few
> pages you 
> will find the actual recompile steps. 
>
> This is a very good document and the document I always refer to in times
> of need. 
>
> It is worth noting that as another has stated, you should yum install a
> new genuine
> Redhat kernel, unless you have an explicit need for a generic kernel (I
> have had
> Such a need in the past when I had driver issues with a Redhat kernel).
>
> Regards,
> Geofrey.
>  
> -----Original Message-----
> From: redhat-list-bounces at redhat.com
> [mailto:redhat-list-bounces at redhat.com] On Behalf Of Dave Martini 1
> Sent: Tuesday, 30 October 2007 5:30 a.m.
> To: General Red Hat Linux discussion list
> Subject: How to upgrade the kernel
>
> I'm running Linux kernel 2.6.18-8.el5 on an RHEL 5 distribution.
> I downloaded the 2.6.23.1 kernel from kernel.org.
> Does anyone have a good and accurate step by step process on how to
> upgrade the kernel?
> Will I need to upgrade anything else besides the kernel itself?
> Thank you.
> Dave Martini
> LLNL
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
> ==========================================================
> For more information on the Television New Zealand Group, visit us
> online at tvnz.co.nz 
> ==========================================================
> CAUTION:  This e-mail and any attachment(s) contain information that
> is intended to be read only by the named recipient(s).  This information
> is not to be used or stored by any other person and/or organisation.
>
>   



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

Message: 6
Date: Tue, 30 Oct 2007 12:06:56 +1100
From: Steve Phillips <steve at focb.co.nz>
Subject: Re: How to upgrade the kernel
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Message-ID: <472683B0.7030902 at focb.co.nz>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Dave Martini 1 wrote:
> Thanks for the info.
> Do you usually upgrade the full source of the latest kernel?
> When is it ok to just use the patch kernel upgrade?
> For instance in my case I'm currently at 2.6.18 and am going
> to 2.6.23. The patch version of the kernel would not get me all
> of the new kernel's features correct?
> Dave.

If you are installing a kernel from source then you will find there are 
a lot of differences between a 'plain vanilla downloaded kernel from 
kernel.org' and the redhat version.

As well as that, it is uncommon to have the redhat sources, and even if 
you did, you will find a path will have a 99% chance of failing - 
especially when trying to get from version .18 to .23

You really need to know what you are doing when doing a kernel upgrade 
as it can be quite easy to brick your box accidentally and have to go 
through some convoluted recovery process or be faced with a re-install - 
if you have the time it is thoroughly recommended as a learning process, 
but you have been warned.

Of interest, why are you trying to do this ? there are quite a large 
number of fixes and patches that are redhat specific that have been 
applied and are maintained with the 'Redhat released' kernels - is there 
a specific feature that you are after that is NOT part of the redhat 
kernel ?


-- 
Steve
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments



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

Message: 7
Date: Tue, 30 Oct 2007 08:29:54 +0200
From: "Masamy, Juda (SSO - Rehovot)" <juda.masamy at hp.com>
Subject: wuftpd problems (Juda Masamy)
To: <redhat-list at redhat.com>
Message-ID:
	<CA5C008BC3CCC046AAF25C9D489BF5EB02F1903E at inrexc01.emea.cpqcorp.net>
Content-Type: text/plain;	charset="us-ascii"

Hi all, hope someone has faced this problem too
I have wu-ftpd that runs on fc6 redhat, I have a problem that I cannot
upload files more than 2GB
Anyone has a solution for it? Or any replacement?

Br,

Juda Masamy
Unix & Backup Sys Admin
Juda.Masamy at hp.com
Phone : 972 8 9381344
Fax      : 972 8 9385609
UNIX is user friendly; it is just picky who its friends are!

-----Original Message-----
From: redhat-list-bounces at redhat.com
[mailto:redhat-list-bounces at redhat.com] On Behalf Of
redhat-list-request at redhat.com
Sent: Monday, October 29, 2007 6:00 PM
To: redhat-list at redhat.com
Subject: redhat-list Digest, Vol 44, Issue 30

Send redhat-list mailing list submissions to
	redhat-list at redhat.com

To subscribe or unsubscribe via the World Wide Web, visit
	https://www.redhat.com/mailman/listinfo/redhat-list
or, via email, send a message with subject or body 'help' to
	redhat-list-request at redhat.com

You can reach the person managing the list at
	redhat-list-owner at redhat.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of redhat-list digest..."


Today's Topics:

   1. Support Level (Mad Unix)
   2. Re: Support Level (Barry Brimer)
   3. disk crash (Bill Tangren)


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

Message: 1
Date: Mon, 29 Oct 2007 08:11:43 +0200
From: "Mad Unix" <madunix at gmail.com>
Subject: Support Level
To: "General Red Hat Linux discussion list" <redhat-list at redhat.com>
Message-ID:
	<4d3f56c90710282311w61445acew138ea95b724243f4 at mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

I have requested 7 servers  PE2950, they came with RHEL 5 preinstalled
 actually
i have requested the RHEL 5 separately and i paid full price of it,
now i receive the following message from the Linux support in our
country
that
they have reduced my support level from standard to basic, but i want to
insist using the support level standard instead of basic what shall i
do, i
think its the mistake of the dealer ...or

the letter:

Since the acquired servers already include an OEM RedHat Licenses
preinstalled and according to RedHat Corp rules, you will loose the
standard
level of support that comes with GFS and Cluster suite to the basic
level of
support.




-- 
madunix


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

Message: 2
Date: Mon, 29 Oct 2007 08:47:54 -0500 (CDT)
From: Barry Brimer <lists at brimer.org>
Subject: Re: Support Level
To: General Red Hat Linux discussion list <redhat-list at redhat.com>
Message-ID: <Pine.LNX.4.61.0710290845240.13552 at localhost.localdomain>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

Whatever you do, I would *NOT* activate those licenses with RHN until
you 
get it settled.  I would expect Dell could take them back if they have
not 
been activated.  Once they are activated you are probably stuck with
them.

Barry

On Mon, 29 Oct 2007, Mad Unix wrote:

> I have requested 7 servers  PE2950, they came with RHEL 5 preinstalled
> actually
> i have requested the RHEL 5 separately and i paid full price of it,
> now i receive the following message from the Linux support in our
country
> that
> they have reduced my support level from standard to basic, but i want
to
> insist using the support level standard instead of basic what shall i
do, i
> think its the mistake of the dealer ...or
>
> the letter:
>
> Since the acquired servers already include an OEM RedHat Licenses
> preinstalled and according to RedHat Corp rules, you will loose the
standard
> level of support that comes with GFS and Cluster suite to the basic
level of
> support.
>
>
>
>
> -- 
> madunix
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>
> !DSPAM:47258027286411792418919!
>
>



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

Message: 3
Date: Mon, 29 Oct 2007 11:14:16 -0400 (EDT)
From: "Bill Tangren" <bjt at usno.navy.mil>
Subject: disk crash
To: redhat-list at redhat.com
Message-ID: <1250.10.1.5.75.1193670856.squirrel at aa.usno.navy.mil>
Content-Type: text/plain;charset=iso-8859-1

I have a Dell Precision 670 server running RHEL ES 4 with all the
updates.
The hard disk seems to have crashed over the weekend. Here is a df
output
from last week:


/dev/mapper/VolGroup00-LogVol00
                      145G   27G  111G  20% /
/dev/sda1              99M   19M   76M  20% /boot

I'm not sure (yet) exactly what kind of hard disk it is, other than it
is
a SATA drive. I'm trying to pull the procurement now. The problem is, I
can access the boot partition, but I get a kernel panic error message
after I choose which kernel to boot from. Regardless of which kernel I
choose, this is what comes up:

Decompressing Linux...done.
Booting the kernel.
Red Hat nash version 4.2.1.10 starting
   Reading all physical volumes. This may take a while...
   Found volume group "VolGroup00" using metadata type lvm2
   2 logical volume(s) in volume group "VolGroup00" now active
   WARNING: can't access (null)
   exec of init ((null)) failed!!!:14
   umount /initrd/dev failed: 2
   Kernel panic - not syncing: Attempted to kill init!

When I boot from the rescue CD, I get this message:

You don't have any Linux partitions. Press return to get the shell. The
system will reboot when you exit from the shell.

I can use fdisk to see to scsi partitions, the first, /dev/sda1, being
the
boot partition, the latter, /dev/sda2, being the rest of my OS. I can
mount the boot partition and see its contents. I can't mount the other.
I
get this error when I try:

mount: Mounting /dev/sda2 on /mnt/hd failed: Invalid argument

If I try to mount the logical volume:

mount /dev/VolGroup00/LogVol00 /mnt/hd

I get a "file not found" error. I looked in the /dev directory on the
rescue disk, and there is no VolGroup* or LogVol* files or directories.

My question, where can I go from here to diagnose the problem?

TIA,
Bill Tangren



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

__
redhat-list mailing list
Unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

End of redhat-list Digest, Vol 44, Issue 30
*******************************************



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

Message: 8
Date: Tue, 30 Oct 2007 08:39:52 +0100
From: "Sorin Srbu" <sorin.srbu at orgfarm.uu.se>
Subject: RE: wuftpd problems (Juda Masamy)
To: "'General Red Hat Linux discussion list'" <redhat-list at redhat.com>
Message-ID: <B57FC0BFAB664F1C8894C9824E905321 at orgfarm.uu.local>
Content-Type: text/plain;	charset="us-ascii"

Masamy, Juda (SSO - Rehovot) <> scribbled on Tuesday, October 30, 2007 7:30
AM:

> Hi all, hope someone has faced this problem too
> I have wu-ftpd that runs on fc6 redhat, I have a problem that I cannot
> upload files more than 2GB
> Anyone has a solution for it? Or any replacement?

You keep asking and the other members on this list ask for more info and yet
you persist in asking same thing over and over. Do you understand the english
language?

See the below links for starters:

http://www.google.se/search?num=50&hl=en&client=firefox-a&rls=org.mozilla%3Aen
-US%3Aofficial&hs=4D6&q=redhat+2+GB+file+limit+wuftpd&btnG=Search&meta=lr%3Dla
ng_en%7Clang_sv

http://hypermail.linklord.com/wuftpd-questions.old/2002/Oct/

HTH.



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

Message: 9
Date: Tue, 30 Oct 2007 14:38:02 +0100
From: Nikkil? Tommi <tommi.nikkila at wmdata.fi>
Subject: RE: BIND9 query log analyzer tool for RHEL4/5
To: "General Red Hat Linux discussion list" <redhat-list at redhat.com>
Message-ID:
	<E1A5575B89F58D42A308D8A2DEAC4D90038897B6 at WMRI000167.corp.wmdata.net>
Content-Type: text/plain;	charset="iso-8859-1"

Is the silence to be interpreted as that there is no tools available to sort out the BIND logs..? Other than the ones I mentioned... I though there would be at least one savvy Perl (or some?) coder out there that has this one already... ;p

Well, I guess I'll have to work something out with lire and/or sawmill... :(

-- 
Tommi Nikkilä

-----Original Message-----
From: redhat-list-bounces at redhat.com [mailto:redhat-list-bounces at redhat.com] On Behalf Of Nikkilä Tommi
Sent: 24. lokakuuta 2007 9:16
To: General Red Hat Linux discussion list
Subject: BIND9 query log analyzer tool for RHEL4/5

Hi!

I was wondering if there is any kind of tool to do some BIND query log analyzing? I know of topdns, which is nice, if kept running *all the time* but to really parse through some query logs (currently I have some 250Mbs waiting to be parsed) I need a proper tool.

I came across with lire but that requires so many (PERL) components that I'm not willing to give it a shot (not just yet, anyway). Also, sawmill isn't for me as it (also) requires *a lot of* unnecessary (at least to me) components.

Any pointers?

-- 
Tommi Nikkilä

-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request at redhat.com?subject=subscribe
https://www.redhat.com/mailman/listinfo/redhat-list



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

__
redhat-list mailing list
Unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

End of redhat-list Digest, Vol 44, Issue 31
*******************************************




More information about the redhat-list mailing list