Matthias Berndt | 3 Jul 2005 22:40
Picon
Picon

spamassassin FORGED_RCVD_HELO

Greetings,

Every mail, which is sent with the local postfix, is recognized by
spamassassin with FORGED_RCVD_HELO. What can I do to make it better?
Where is the configuration failure?

Regards,
	Matthias Berndt
--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Anderson Lizardo | 3 Jul 2005 23:04
Picon
Favicon

Re: spamassassin FORGED_RCVD_HELO


Matthias Berndt wrote:
> Greetings,
> 
> Every mail, which is sent with the local postfix, is recognized by
> spamassassin with FORGED_RCVD_HELO. What can I do to make it better?
> Where is the configuration failure?

If I remember correctly, you can avoid this by setting the "myhostname"
with the FQDN (Fully Qualified Domain Name) of your external network
interface (that connected to the Internet). You can get this by running
this command:

host your.internet.ip.address

It should return:

{ARPA address} domain name pointer {your FQDN}

If you have dynamically assigned IP, this is a little more complex
though. My solution was to put a line on the dhclient-exit-hooks script
to update the "myhostname" parameter with the my current FQDN and
reloading Postfix's config, using these commands:

postconf -e "myhostname=your.fqdn"
if pidof master &>/dev/null; then postfix reload &>/dev/null; fi

--
Anderson Lizardo
lizardo <at> linuxfromscratch.org
(Continue reading)

Nicolas FRANCOIS | 5 Jul 2005 11:48
Picon
Favicon

Seti <at> home and BOINC ???

I'm Darth on the Seti <at> home LFS team. Recently, I tried to access the
S <at> h LFS stat page, and discovered there was a new system called boinc.

I tried to install it (on my personal directory first), activated my new
account, but it just cannot connect. boinc makes preliminary tests, and
then tries to get new work, and hangs.

Who can help me with this ? I read the Redhat help page, but can't go past
the preliminary test. I disconnect my firewall, with no effect.

\bye

-- 

Nicolas FRANCOIS
http://nicolas.francois.free.fr

We are the Micro$oft.
Resistance is futile.
You will be assimilated.
--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Rainer Peter Feller | 5 Jul 2005 14:52
Picon
Favicon

Re: [RFC] New LFS Website

On Tue, 2005-07-05 at 08:21 -0400, Jeremy Huntwork wrote:
> Hello Everyone:
> 
> The LFS Website Team has been working on a new website for the Linux 
>  From Scratch community. We have shown it briefly before, but it is now 
> nearly fully functional and filled with content. Our goal with this new 
> site was to produce a simple and readable site that is easy to navigate 
> and easy to maintain. You'll notice that we endeavored to greatly reduce 
> the number of possible links on one page and lead the user through the 
> site by logical grouping of data.
> 
> Apart from just a redesign in the layout of the site, much has been done 
> in rewriting the backend struture, to reduce maintainance overhead and 
> to allow a more dynamic and "up-to-date" website.
> 
> Please visit this new proposed site (follow the link below) and reply to 
> the website mailing list with your thoughts or comments. We would like 
> to hear from the community as to whether they would like to see this new 
> design implemented.
> 
> http://beta.linuxfromscratch.org/
> 
> Thank you,
> 
> --
> Jeremy Huntwork
> LFS Website Team

Ah, what a relief!
Yes this looks verry professional!
(Continue reading)

S. Anthony Sequeira | 5 Jul 2005 16:21
Picon

Debian machine oopsing regularly

Hi,

Debian sarge, kernel 2.6-smp.

My research (google) leads me to believe the following may be a memory
problem?  This happens quite often, normally within a week.  I had 3
in the last couple of days.

Any ideas?

Jul  5 07:19:44 galaxy kernel: Unable to handle kernel paging request
at virtual address 00200200
Jul  5 07:19:44 galaxy kernel: printing eip:
Jul  5 07:19:44 galaxy kernel: c0138f27
Jul  5 07:19:44 galaxy kernel: *pde = 00000000
Jul  5 07:19:44 galaxy kernel: Oops: 0002 [#1]
Jul  5 07:19:44 galaxy kernel: SMP
Jul  5 07:19:44 galaxy kernel: Modules linked in: ipv6 psmouse floppy
parport_pc parport rtc hw_random intel_agp ehci_hcd uhci_hcd usbcore
piix agpgart ide_cd cdrom unix
Jul  5 07:19:44 galaxy kernel: CPU:    0
Jul  5 07:19:44 galaxy kernel: EIP:    0060:[<c0138f27>]    Not tainted
Jul  5 07:19:44 galaxy kernel: EFLAGS: 00010017   (2.6.8)
Jul  5 07:19:44 galaxy kernel: EIP is at free_pages_bulk+0xa7/0x250
Jul  5 07:19:44 galaxy kernel: eax: c1e530f8   ebx: ffffffff   ecx:
00200200   edx: c0337290
Jul  5 07:19:44 galaxy kernel: esi: 0001d06c   edi: c1e530e0   ebp:
c0337108   esp: e57f7d74
Jul  5 07:19:44 galaxy kernel: ds: 007b   es: 007b   ss: 0068
Jul  5 07:19:44 galaxy kernel: Process cleanup (pid: 14639,
(Continue reading)

Razvan Cristian | 6 Jul 2005 03:49
Picon
Favicon

When and how should a package manager be added?

I am compiling a LFS system, I have just finished
building the toolchain.
I haven't entered in the chroot environment yet.
I'd like to add a package manager that uses .rpm, .deb
or .tgz packages.
I'd prefer to use the best one of the three package
managers I have mentioned(from RedHat, Debian and
Slackwa re).
Which is the best?

I don't know how to install it and how to use it to
keep track of packages
.
I want to be able to create multiple versions of this
system, one that is very small and one which is
capable to compile and create packages.

How can I add it to my LFS system?

		
__________________________________ 
Yahoo! Mail for Mobile 
Take Yahoo! Mail with you! Check email on your mobile phone. 
http://mobile.yahoo.com/learn/mail 
--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

(Continue reading)

Shane Shields | 6 Jul 2005 08:16
Picon

Re: When and how should a package manager be added?

Razvan Cristian wrote:

>I am compiling a LFS system, I have just finished
>building the toolchain.
>I haven't entered in the chroot environment yet.
>I'd like to add a package manager that uses .rpm, .deb
>or .tgz packages.
>I'd prefer to use the best one of the three package
>managers I have mentioned(from RedHat, Debian and
>Slackwa re).
>Which is the best?
>
>I don't know how to install it and how to use it to
>keep track of packages
>.
>I want to be able to create multiple versions of this
>system, one that is very small and one which is
>capable to compile and create packages.
>
>How can I add it to my LFS system?
>
>
>
>		
>__________________________________ 
>Yahoo! Mail for Mobile 
>Take Yahoo! Mail with you! Check email on your mobile phone. 
>http://mobile.yahoo.com/learn/mail 
>  
>
(Continue reading)

Clemens HAUPT | 6 Jul 2005 08:01
Picon
Favicon

Re: When and how should a package manager be added?

Am Wednesday 06 July 2005 03:49 schrieben Sie:

>I'd like to add a package manager that uses .rpm, .deb
>or .tgz packages.
Why?

>I'd prefer to use the best one of the three package
>managers I have mentioned(from RedHat, Debian and
>Slackwa re).
Great.

>Which is the best?
Debian sarge, Redhat, Slackware about 10 or so 

>I don't know how to install it and how to use it to
>keep track of packages
Ask there. BTW, did you read about the ideas of LFS?

ciao

--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Razvan Cristian | 6 Jul 2005 12:19
Picon
Favicon

Re: When and how should a package manager be added?


> If you want to use rpm as a package manager you
> would need to add it to 
> the toolchain so it is available when you chroot.
> You would need to 
> build all packages under chroot as rpm packages. The
> other package 
> managers would have similar requirements. You can
> browse the hints for 
> package management suggestions. If you are not well
> versed in compiling 
> LFS I would suggest you practice a bit until you
> know what you are doing 
> because if you deviate from the book you are
> effectively on your own.

I think that I can handle it, I have a complete
back-up of the system in that state.
I need a package manager which I plan to use to create
multiple versions of this LFS system.
I plan on creating a minimal version, without the
development toolchain (the toolchain from the final
system) and the bigger one, which would have the
toolchain and the complete LFS set of packages
(including the package manager).

The toolchain is as large as 126MB (that is the result
of optimizing for size the packages that didn't have
the stability & issues notice and the exclusion of -g
flag).
(Continue reading)

Shane Shields | 6 Jul 2005 12:42
Picon

Re: When and how should a package manager be added?

Razvan Cristian wrote:

>Give me more detailed info on how to add a package
>manager, for example, RPM, please.
>I'd really appreciate.
>  
>
Ok, as you said please :) you can find an example of an rpmised build on.

http://www.diy-linux.org/downloads/contrib/shane_shields/

You should be able to tweak it to your needs.

-- 
Shane Shields

Registered LFS Compiler: 7582
To drink the WINE of success you must first seek the sayings of source

Anyone sending unwanted advertising e-mail to this address will be charged $25 for network traffic and
computing time. By extracting my address from this message or its header, you agree to these terms.

--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page


Gmane