Bug 280465 - file /var/log/Xorg.0.log is not owned by any package
Summary: file /var/log/Xorg.0.log is not owned by any package
Status: RESOLVED WONTFIX
Alias: None
Product: openSUSE 10.3
Classification: openSUSE
Component: X.Org (show other bugs)
Version: Alpha 4plus
Hardware: All openSUSE 10.3
: P5 - None : Minor (vote)
Target Milestone: ---
Assignee: Stefan Dirsch
QA Contact: Stefan Dirsch
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 280493
  Show dependency treegraph
 
Reported: 2007-06-04 10:32 UTC by Lars Vogdt
Modified: 2007-06-04 12:41 UTC (History)
4 users (show)

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogdt 2007-06-04 10:32:09 UTC
The logfiles 
- Xorg.0.log
- Xorg.0.log.old
- Xorg.99.log
- Xorg.99.log.old
should be owned by the package xorg-x11-server as the scripts of this package create them.

Using something like
%ghost %config(noreplace) /var/log/Xorg.0.log
in the %files list should aviod verify-errors from RPM or security scanners.
Comment 1 Stefan Dirsch 2007-06-04 10:44:23 UTC
I'm not sure how useful this is. The logfile is created by the Xserver itself and the logfile depends on the DISPLAY number provided by the Xserver

--> Xorg.$DISPLAY.log{.old,}

Usually xdm/kdm/gdm use DISPLAY=0, sax2 for testing DISPLAY=99, Xgl DISPLAY=93. If it's really an important issue the ghosts should be added
to xdm/kdm/gdm, sax2 and Xgl IMHO. Honestly I tend to resolve the bugreport 
as WONTFIX.

Comment 2 Stefan Dirsch 2007-06-04 12:41:29 UTC
According to my previous comment closing as WONTFIX.