[Bug 282019] Re: Wrong group ownership on files in /etc

2013-06-12 Thread Phillip Susi
8.04 has reached end of life and I can not find any such files on my system. ** Changed in: ubuntu Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/282019 Title: W

[Bug 282019] Re: Wrong group ownership on files in /etc

2008-12-06 Thread TJ
I lost track of where this was originating and forgot to de-assign myself. Doing that now. ** Changed in: ubuntu Assignee: TJ (intuitivenipple) => (unassigned) -- Wrong group ownership on files in /etc https://bugs.launchpad.net/bugs/282019 You received this bug notification because you are

[Bug 282019] Re: Wrong group ownership on files in /etc

2008-12-04 Thread David Wilson
Also affects Ubuntu 8.10 (Intrepid Ibex) with 4 symlinks, 4 dirs and 62 files with group 999 on a clean install. The directories were /boot/grub, /var/log/installer, /media/cdrom0 and /media/cdrom1. -- Wrong group ownership on files in /etc https://bugs.launchpad.net/bugs/282019 You received thi

[Bug 282019] Re: Wrong group ownership on files in /etc

2008-10-11 Thread Mike H
sudo find / -group 999 -exec ls -l {} \; lrwxrwxrwx 1 root 999 30 2008-10-10 19:49 /vmlinuz -> boot/vmlinuz-2.6.24-19-generic lrwxrwxrwx 1 root 999 33 2008-10-10 19:49 /initrd.img -> boot/initrd.img-2.6.24-19-generic drwxr-xr-x 2 root 999 1024 2008-10-11 19:18 /boot/grub -rw-r--r-- 1 root 999 51

[Bug 282019] Re: Wrong group ownership on files in /etc

2008-10-11 Thread TJ
sudo find /var -xdev -group 999 -exec ls -l {} \; -rw--- 1 root root 6692 2008-07-08 01:22 casper.log -rw-r--r-- 1 root999 304273 2008-07-08 16:57 initial-status.gz -rw--- 1 root999 600718 2008-07-08 15:43 partman -rw--- 1 syslog adm 207080 2008-07-08 16:57 syslog -rw--

[Bug 282019] Re: Wrong group ownership on files in /etc

2008-10-11 Thread TJ
sudo find / -xdev -group 999 -exec ls -l {} \; -rw-r--r-- 1 root 999 2766 2008-10-10 09:59 /etc/apt/sources.list -rw-r--r-- 1 root 999 2961 2008-07-24 08:13 /etc/apt/sources.list~ -rw-r--r-- 1 root 999 40 2008-07-08 15:54 /etc/apt/apt.conf.d/00trustcdrom -rw-r--r-- 1 root 999 247 2008-07-08 15:54 /

[Bug 282019] Re: Wrong group ownership on files in /etc

2008-10-11 Thread TJ
Confirming on Hardy: sudo find /etc/ -group 999 -exec ls -l {} \; -rw-r--r-- 1 root 999 2766 2008-10-10 09:59 /etc/apt/sources.list -rw-r--r-- 1 root 999 2961 2008-07-24 08:13 /etc/apt/sources.list~ -rw-r--r-- 1 root 999 40 2008-07-08 15:54 /etc/apt/apt.conf.d/00trustcdrom -rw-r--r-- 1 root 999 24