Changes between Initial Version and Version 4 of Ticket #8

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.


Ignore:
Timestamp:
02/09/06 13:52:50 (17 years ago)
Author:
desai
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8

    • Property Status changed from new to assigned
    • Property Milestone changed from to Bcfg2 0.8.1 Release
  • Ticket #8 – Description

    initial v4  
    11There seems to be a bug in the directory analysis. Here's two examples: 
    2  
     2{{{ 
    33[[email protected]:/fc/gpfs-2.3.0-10]$ /usr/sbin/bcfg2 -q -n 
    44... 
     
    1313[[email protected]:/fc/gpfs-2.3.0-10]$ ls -ld /disks/gpfs1/ 
    1414drwxr-xr-x  2 root root 16384 Dec  5 16:10 /disks/gpfs1/ 
    15  
     15}}} 
    1616 
    1717And here's one more: 
    18  
     18{{{ 
    1919[[email protected]:/var/db/bcfg]$ sudo /usr/sbin/bcfg2 -q -n 
    2020... 
     
    4040[[email protected]:/var/db/bcfg]$ ls -ld /disks/space0/www/localhost/cgi-bin 
    4141drwxr-xr-x  2 root root 4096 Jan 20 14:22 /disks/space0/www/localhost/cgi-bin/ 
    42  
     42}}} 
    4343The last one actually causes problems because it creates /var/www/localhost but removes the /var/www symlink to make it an actual directory which ain't good.