Custom Query (894 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 894)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Owner Reporter Resolution Summary
#8 desai [email protected] fixed Directory Installation Failure
Description

There seems to be a bug in the directory analysis. Here's two examples:

[[email protected]:/fc/gpfs-2.3.0-10]$ /usr/sbin/bcfg2 -q -n
...
Redhat[dryrun]: Entries to update:
...
Redhat[dryrun]: Directory: /disks/gpfs1
...

[[email protected]:/fc/gpfs-2.3.0-10]$ ls -ld /disks/
drwxr-xr-x  3 root root 4096 Dec  5 16:08 /disks/

[[email protected]:/fc/gpfs-2.3.0-10]$ ls -ld /disks/gpfs1/
drwxr-xr-x  2 root root 16384 Dec  5 16:10 /disks/gpfs1/

And here's one more:

[[email protected]:/var/db/bcfg]$ sudo /usr/sbin/bcfg2 -q -n
...
Redhat[dryrun]: Directory: /var/www/localhost/cgi-bin
Redhat[dryrun]: Directory: /var/www/localhost/htdocs
...

[[email protected]:/var/db/bcfg]$ ls -ld /var
drwxr-xr-x  22 root root 4096 Jan 16 15:01 /var/

[[email protected]:/var/db/bcfg]$ ls -ld /var/www
lrwxrwxrwx  1 root root 17 Jan 16 15:01 /var/www -> /disks/space0/www/

[[email protected]:/var/db/bcfg]$ ls -ld /disks/space0/www
drwxr-xr-x  15 root root 4096 Jan 19 08:07 /disks/space0/www/

[[email protected]:/var/db/bcfg]$ ls -ld /disks/space0/www/localhost
drwxr-xr-x  14 root root 4096 Jan 31 08:29 /disks/space0/www/localhost/

[[email protected]:/var/db/bcfg]$ ls -ld /disks/space0/www/localhost/htdocs
drwxrwxr-x  11 root admins 4096 Jan 25 22:59 /disks/space0/www/localhost/htdocs/

[[email protected]:/var/db/bcfg]$ ls -ld /disks/space0/www/localhost/cgi-bin
drwxr-xr-x  2 root root 4096 Jan 20 14:22 /disks/space0/www/localhost/cgi-bin/

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.

#9 desai [email protected] fixed Traceback from a Postinstall
Description

This confuses me since the Postinstall is acutally commented out, but I get this:

[[email protected]:/fc/qlafc-linux-8.01.01-1-install]$ /usr/sbin/bcfg2 -q -n Failure in Verify for entry: <Postinstall name="/sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install uname -r"/> File /usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py, line 263, in VerifyEntry?

method = getattr(self, "Verify%s" % (entry.tag))

exceptions.AttributeError?: 'ToolsetImpl?' object has no attribute 'VerifyPostinstall?'

/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py:215: FutureWarning?: %u/%o/%x/%X of negative int will return a signed string in Python 2.4 and up

print "State verify evidently failed for %s" % (msg)

State verify evidently failed for <Element Postinstall at b7ca4488>

With this bundle: <Bundle name="qlogic-fc" version="2.0">

<System name="rh">

<!-- modprobe.conf needs some work for it to work right <ConfigFile? name="/etc/modprobe.conf"/> --> <Package name="qla2xxx"/> <Package name="scli"/> <!-- <Postinstall name="/sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install uname -r"/> -->

</System>

</Bundle>

#10 desai anonymous fixed :info section of manual needs more info
Description

Describe all available tags and attrributes.

Perhaps create an ":info" man page.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Note: See TracQuery for help on using queries.