Re: [SLUG] ls lists numbers, not owner names

2008-10-26 Thread Voytek Eymont
On Thu, October 23, 2008 11:01 pm, Tony Sceats wrote: On Thu, Oct 23, 2008 at 10:19 PM, David P [EMAIL PROTECTED] wrote: I would avoid creating another user in this situation; it looks like he already has a amavis user for that purpose, but it incorrectly has UID 105 and GID 106, whereas the

Re: [SLUG] ls lists numbers, not owner names

2008-10-23 Thread David P
On Thu, Oct 23, 2008 at 1:18 PM, DaZZa [EMAIL PROTECTED] wrote: useradd -c ClamAV scann user -d /var/clamav -u 104 -s /bin/sh clamav and then passwd clamav I would avoid creating another user in this situation; it looks like he already has a amavis user for that purpose, but it incorrectly

Re: [SLUG] ls lists numbers, not owner names

2008-10-23 Thread Tony Sceats
On Thu, Oct 23, 2008 at 10:19 PM, David P [EMAIL PROTECTED] wrote: On Thu, Oct 23, 2008 at 1:18 PM, DaZZa [EMAIL PROTECTED] wrote: useradd -c ClamAV scann user -d /var/clamav -u 104 -s /bin/sh clamav and then passwd clamav I would avoid creating another user in this situation; it

Re: [SLUG] ls lists numbers, not owner names

2008-10-23 Thread David P
On Thu, Oct 23, 2008 at 11:01 PM, Tony Sceats [EMAIL PROTECTED] wrote: On Thu, Oct 23, 2008 at 10:19 PM, David P [EMAIL PROTECTED] wrote: On Thu, Oct 23, 2008 at 1:18 PM, DaZZa [EMAIL PROTECTED] wrote: useradd -c ClamAV scann user -d /var/clamav -u 104 -s /bin/sh clamav and then

[SLUG] ls lists numbers, not owner names

2008-10-22 Thread Voytek Eymont
I'm trying to fix my failed clam install, and, just noticed, when I list certain files, I get owner/group not as names, but, as numbers; what is that trying to tell me ? # ls -al /var/log/clamav total 188 drwxr-xr-x 2 104 105 4096 Sep 3 02:31 . drwxr-xr-x 16 root root 4096 Oct 19 04:12

Re: [SLUG] ls lists numbers, not owner names

2008-10-22 Thread DaZZa
On Thu, Oct 23, 2008 at 10:48 AM, Voytek Eymont [EMAIL PROTECTED] wrote: I'm trying to fix my failed clam install, and, just noticed, when I list certain files, I get owner/group not as names, but, as numbers; what is that trying to tell me ? # ls -al /var/log/clamav total 188 drwxr-xr-x

Re: [SLUG] ls lists numbers, not owner names

2008-10-22 Thread Daniel Pittman
Voytek Eymont [EMAIL PROTECTED] writes: I'm trying to fix my failed clam install, and, just noticed, when I list certain files, I get owner/group not as names, but, as numbers; what is that trying to tell me ? The entries in /etc/passwd and /etc/group[1] that map the UID 104 and the GID 105

Re: [SLUG] ls lists numbers, not owner names

2008-10-22 Thread Voytek Eymont
On Thu, October 23, 2008 10:55 am, DaZZa wrote: -rw-r--r-- 1 104 105 0 Jul 27 04:12 freshclam.log The username associated with the UID which created/owned those files is no longer listed in /etc/passwd. Nor the group in /etc/group. clamav:x:104:106:User for

Re: [SLUG] ls lists numbers, not owner names

2008-10-22 Thread DaZZa
On Thu, Oct 23, 2008 at 1:08 PM, Voytek Eymont [EMAIL PROTECTED] wrote: On Thu, October 23, 2008 10:55 am, DaZZa wrote: DaZZa, Daniel, thanks how to fix, can I recreate clam entry with 'mc' editor ? or do I need to 'adduser' ? Easiest way is to just use useradd. Editing /etc/passwd