From root@koorbash.mine.nu  Sat Feb 28 00:47:52 2004
Return-Path: <root@koorbash.mine.nu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 46A7316A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Feb 2004 00:47:52 -0800 (PST)
Received: from koorbash.mine.nu (cs78173006.pp.htv.fi [62.78.173.6])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8E10E43D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Feb 2004 00:47:51 -0800 (PST)
	(envelope-from root@koorbash.mine.nu)
Received: from koorbash.mine.nu (localhost [127.0.0.1])
	by koorbash.mine.nu (8.12.10/8.12.10) with ESMTP id i1S8llLI089049
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 28 Feb 2004 10:47:47 +0200 (EET)
	(envelope-from root@koorbash.mine.nu)
Received: (from root@localhost)
	by koorbash.mine.nu (8.12.10/8.12.10/Submit) id i1S8llTZ089048;
	Sat, 28 Feb 2004 10:47:47 +0200 (EET)
	(envelope-from root)
Message-Id: <200402280847.i1S8llTZ089048@koorbash.mine.nu>
Date: Sat, 28 Feb 2004 10:47:47 +0200 (EET)
From: Toni Viemero <toni.viemero@iki.fi>
Reply-To: Toni Viemero <toni.viemero@iki.fi>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: /etc/mail/aliases has executable bit set, newaliases doesn't work
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         63480
>Category:       conf
>Synopsis:       /etc/mail/aliases has executable bit set, newaliases doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-qa
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 28 00:50:12 PST 2004
>Closed-Date:    Wed Mar 30 20:39:21 GMT 2005
>Last-Modified:  Wed Mar 30 20:39:21 GMT 2005
>Originator:     Toni Viemero
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD fluid.selfdestruct.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Sat Feb 28 00:59:22 EET 2004 root@fluid.selfdestruct.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	FreeBSD 5.2.1-RELEASE clean install

	fluid# newaliases
	newaliases: cannot open /etc/mail/aliases: Executable files not allowed

>How-To-Repeat:
	
>Fix:
	fluid# chmod 644 /etc/mail/aliases
	fluid# newaliases
	/etc/mail/aliases: 25 aliases, longest 19 bytes, 269 bytes total
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: kris 
State-Changed-When: Sat Feb 28 13:36:37 PST 2004 
State-Changed-Why:  
I checked but was unable to confirm this bug report. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63480 

From: Kris Kennaway <kris@obsecurity.org>
To: Toni Viemero <toni.viemero@iki.fi>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: bin/63480: /etc/mail/aliases has executable bit set, newaliases doesn't work
Date: Sat, 28 Feb 2004 13:36:20 -0800

 On Sat, Feb 28, 2004 at 10:47:47AM +0200, Toni Viemero wrote:
 
 > 	FreeBSD 5.2.1-RELEASE clean install
 > 
 > 	fluid# newaliases
 > 	newaliases: cannot open /etc/mail/aliases: Executable files not allowed
 
 How did you install?  I see
 
 kkenn@enigma:~ ls -l /etc/mail/aliases
 -rw-r--r--  1 root  wheel  1578 May 16  2003 /etc/mail/aliases
 
 Also, in the i386 installation distribution set I see
 
 -rw-r--r-- root/wheel     1578 Feb 23 11:42 2004 ./etc/mail/aliases
 
 Kris

From: Toni Viemero <toni@ego.fi>
To: Kris Kennaway <kris@obsecurity.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: bin/63480: /etc/mail/aliases has executable bit set, newaliases doesn't work
Date: Sun, 29 Feb 2004 00:11:48 +0200

 Kris Kennaway wrote:
 
 > On Sat, Feb 28, 2004 at 10:47:47AM +0200, Toni Viemero wrote:
 > 
 > > 	FreeBSD 5.2.1-RELEASE clean install
 > > 
 > > 	fluid# newaliases
 > > 	newaliases: cannot open /etc/mail/aliases: Executable files not allowed
 > 
 > How did you install?  I see
 > 
 > kkenn@enigma:~ ls -l /etc/mail/aliases
 > -rw-r--r--  1 root  wheel  1578 May 16  2003 /etc/mail/aliases
 > 
 > Also, in the i386 installation distribution set I see
 > 
 > -rw-r--r-- root/wheel     1578 Feb 23 11:42 2004 ./etc/mail/aliases
 
 I did normal clean install with 5.2.1-RELEASE-i386-miniinst.iso, cvsup
 to latest RELEASE_5_2, make buildworld; make buildkernel; make
 installkernel; make installworld and mergemaster. Mergemaster only wanted
 to update /etc/motd.
 My src tree doesn't have executable bit set for aliases, so perhaps I
 accidentally have chmod'd the file or some script messed up.
Responsible-Changed-From-To: freebsd-bugs->freebsd-qa 
Responsible-Changed-By: kris 
Responsible-Changed-When: Sat Mar 6 00:45:26 PST 2004 
Responsible-Changed-Why:  
Assign to qa team to see if anyone can reproduce this 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63480 

From: Matteo Riondato <rionda@gufi.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: conf/63480: /etc/mail/aliases has executable bit set, newaliases doesn't work
Date: Wed, 30 Mar 2005 18:47:48 +0200

 --X9OP1fpbq0KufMFh
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 I didnt' manage to reproduce this bug:
 #ls -l /etc/mail/aliases
 -rwxr-xr-x  1 root  wheel  1631 Mar 25 21:26 /etc/mail/aliases
 #/usr/bin/newaliases
 #
 
 It could have been something related to Sendmail..
 is it enough to have it closed?
 Best Regards
 --=20
 Rionda aka Matteo Riondato
 Disinformato per default
 G.U.F.I. Staff Member (http://www.gufi.org)
 FreeSBIE Developer (http://www.freesbie.org)
 
 --X9OP1fpbq0KufMFh
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFCStg02Mp4pR7Fa+wRAtzsAJ9KP8epfIMPobTOWY4f2wF17lTbhgCgiwhX
 0AcQ/d1VZPqHFg6aUsiRezo=
 =xl+h
 -----END PGP SIGNATURE-----
 
 --X9OP1fpbq0KufMFh--
State-Changed-From-To: analyzed->closed 
State-Changed-By: jhb 
State-Changed-When: Wed Mar 30 20:38:49 GMT 2005 
State-Changed-Why:  
No one has reproduced this condition and the submitter suggests that perhaps 
they adjusted the perms manually. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=63480 
>Unformatted:
