Custom Query (894 matches)
Results (40 - 42 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#716 | desai | David Strauss <[email protected]…> | fixed | A repository URL for the Packages plugin should work with or without a trailing slash |
Description |
Currently, the Packages plugin assumes a trailing slash. This causes a repository specified without a trailing slash to result in a backtrace following an attempt to download ftp://example.com/pubrepodata/repomd.xml. |
|||
#968 | desai | [email protected]… | fixed | APT Fails to Install Packages |
Description |
When run as root from a job in /etc/cron.d/bcfg2 APT doesn't function since dpkg isn't happy with the cron environment. Bcfg2.Client.Frame[24015]: < dpkg: warning: 'ldconfig' not found on PATH. dpkg: warning: 'start-stop-daemon' not found on PATH. dpkg: warning: 'update-rc.d' not found on PATH. dpkg: 3 expected program(s) not found on PATH. root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin. E: Sub-process /usr/bin/dpkg returned an error code (2) solj suggested filing this bug report. This can be resolved by changing the cron ENV in some way (running in a wrapper script, specifying a path before the command, etc.) |
|||
#66 | desai | [email protected]… | fixed | APT cache cleaning should be optional |
Description |
(Per discussion on the list) APT cache cleaning on Debian toolkit should be made optional. Currently cache is cleaned every time the toolkit is initialized. This is not always the wanted behavior. |