- Timestamp:
-
02/09/06 13:52:50 (17 years ago)
- Author:
-
desai
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
-
Property
Status
changed from
new
to
assigned
-
Property
Milestone
changed from
to
Bcfg2 0.8.1 Release
-
initial
|
v4
|
|
1 | 1 | There seems to be a bug in the directory analysis. Here's two examples: |
2 | | |
| 2 | {{{ |
3 | 3 | [[email protected]:/fc/gpfs-2.3.0-10]$ /usr/sbin/bcfg2 -q -n |
4 | 4 | ... |
… |
… |
|
13 | 13 | [[email protected]:/fc/gpfs-2.3.0-10]$ ls -ld /disks/gpfs1/ |
14 | 14 | drwxr-xr-x 2 root root 16384 Dec 5 16:10 /disks/gpfs1/ |
15 | | |
| 15 | }}} |
16 | 16 | |
17 | 17 | And here's one more: |
18 | | |
| 18 | {{{ |
19 | 19 | [[email protected]:/var/db/bcfg]$ sudo /usr/sbin/bcfg2 -q -n |
20 | 20 | ... |
… |
… |
|
40 | 40 | [[email protected]:/var/db/bcfg]$ ls -ld /disks/space0/www/localhost/cgi-bin |
41 | 41 | drwxr-xr-x 2 root root 4096 Jan 20 14:22 /disks/space0/www/localhost/cgi-bin/ |
42 | | |
| 42 | }}} |
43 | 43 | The 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. |