Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231917 - =net-analyzer/tcpdump-3.9.8-r1 User is created after src_install
Summary: =net-analyzer/tcpdump-3.9.8-r1 User is created after src_install
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-16 00:27 UTC by Robert Buchholz (RETIRED)
Modified: 2008-09-28 13:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Buchholz (RETIRED) gentoo-dev 2008-07-16 00:27:32 UTC
The creation of the tcpdump user and the call to fowners are being executed in the wrong order, as can be seen here:

>>> Install tcpdump-3.9.8-r1 into
/var/tmp/portage/net-analyzer/tcpdump-3.9.8-r1/image/ category net-analyzer
chown: invalid user: `tcpdump:tcpdump'
>>> Completed installing tcpdump-3.9.8-r1 into /var/tmp/portage/net-analyzer/tcpdump-3.9.8-r1/image/

ecompressdir: bzip2 -9 /usr/share/man
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment
   usr/sbin/tcpdump
* checking 13 files for package collisions
>>> Merging net-analyzer/tcpdump-3.9.8-r1 to /
 * Adding group 'tcpdump' to your system ...
 *  - Groupid: next available
 * Adding user 'tcpdump' to your system ...
...

This will result in the /var/lib/tcpdump directory to be owned by root.
Comment 1 Cédric Krier gentoo-dev 2008-09-28 13:26:22 UTC
Fix in cvs