We’ve encountered the following error when issuing a publish command: And the snapshot had failed to publish. Check if the file is “aptly:aptly” (or the…
Linux
Linux rules the world, right?
Recovering MD array and mdadm: Cannot get array info for /dev/md0
What a case! A long story short one of our disks got a bad disk in a software RAID1 setup and when we tried replacing…
aptly publish: gpg: no default secret key: secret key not available
This is also a common error in a typical aptly installation. The other two common errors related to the GPG keys are: aptly publish: ERROR:…
aptly publish: ERROR: unable to initialize GPG signer. Missing pubring.gpg keys
In continuation of our aptly common mistakes here one more when making a second mirror aptly server to your master (you may encounter this error…
Really bad performance when going from Write-Back to Write-Through in a LSI controller
Ever wonder what is the impact of write-through of an LSI controller in a real-world streaming server? Have no wonder anymore! you can get several…
aptly mirror: ERROR: unable to update: no candidates for debian-installer/binary-amd64/Packages found
Always check the source what supports when trying to mirror! We have lost some time before discovering that our source repository does not support udeb…
Upload files and directories with swift in OpenStack
First, you need to install swift command line utility and here is how to do it: Install OpenStack swift client only In general, you will…
aptly – ERROR: unable to remove: published repo with storage:prefix/distribution ./mytest-stable not found
Sometimes the user manual may be unclear and you came here searching for a solution of dropping a published repository. We have aptly version: 1.3.0…
aptly mirror – gpgv: Can’t check signature: public key not found
If you want to mirror repositories from your current aptly server to a new server you must import the GPG key from your old server…
Install OpenStack swift client only
To manage files in the OpenStack cloud you need the swift client. This is not so tiny python tool (a lot of dependencies), which offers…