On Apr 5, 2011, at 4:28 AM, CHEBRIAN wrote: > Dear ALL, > > I tried to install mysql server in client machine from puppet > server . > > I am getting the following error > > There are problems and -y was used without --force-yes . \ > > how to say the puppet master to install forcefully . > > FYI , Client O/P is , > > WARNING: The following packages cannot be authenticated! > mysql-common libnet-daemon-perl libplrpc-perl libdbi-perl > libmysqlclient16 > libdbd-mysql-perl mysql-client-5.1 mysql-server-core-5.1 mysql- > server-5.1 > libhtml-template-perl mysql-server
This means that: 1) The packages that were sent to the client were corrupted. or 2) You don't have the GPG key installed on the client you need to verify the packages. If you run "apt-get upgrade" manually, it should be easier to tell which is the problem, To fix "1": If you get this more than once, you probably have a proxy that's cached a corrupt version. If this is the case, other machines wouldn't be able to install it either if they use the same proxy. To fix "2": Find the key for the repository and add it to apt's keychain, like the other poster mentioned. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.