Custom Query (894 matches)
Results (55 - 57 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#36 | desai | anonymous | fixed | web page: bunch of broken links in presentation page |
Description |
ftp://ftp.mcs.anl.gov/pub/bcg/papers/login-reports.pdf is broken: 550 error. Permissions? Path? manually changing to /pub/bcfg/papers does not fix. Manual ftp gives 'permission denied' ftp> get login-reports.pdf 200 PORT command successful 550 login-reports.pdf: Permission denied ftp> ftp://ftp.mcs.anl.gov/pub/bcfg/papers/bcfg-deployment-LISA05-presentation.pdf 550 also ftp://ftp.mcs.anl.gov/pub/bcfg/papers/Bcfg2-pay-as-you-go-AUUG2005.pdf did work. |
|||
#37 | desai | [email protected]… | fixed | Making directories |
Description |
It seems that currently bcfg doesn't create directories as I think it would. Currently, if I have the following:
and the directory /disks doesn't already exist, bcfg fails to create the directory /disks/pvfs-data. I have to either create /disks manually or change the above to:
It would seem better to do something like: install -d -o <owner> -g <group> -p <perms> <directory> so that all parent directories are created in one fell swoop. |
|||
#38 | desai | [email protected]… | fixed | Client traceback |
Description |
My 0.8.0 client did this to me today (on sles9, but I suspect it could happen anywhere): > /sbin/chkconfig --list running-kernel < running-kernel: unknown service Failure in VerifyEntry Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Toolset.py", line 208, in VerifyEntry self.states[entry] = method(entry) File "/usr/lib/python2.3/site-packages/Bcfg2/Client/Redhat.py", line 48, in VerifyService onlevels = [level.split(':')[0] for level in srvdata[1:] if level.split(':')[1] == 'on'] IndexError: list index out of range |