In some cases, you might ask for enter master password as below "Please Enter The Master Password For The Software Security Device" But you might not remember your master password, then some process will not be go through until you enter the right master password. How to Fix it? I google the some key words and found a good solution Step1. Enther "chrome://pippki/content/resetpassword.xul" in your URL location field. Step2. Press "Reset" button Step3. Check the password check-box from "Tools\Options\Security ". The "Use a mater password" should un-selected.
Mostly, "warning: implicit declaration of function " tell you some header are not correctly include in you c code. By check man menu, it will tell you these tree headers are required. #include <types.h> #include <stat.h> #include <fcntl.h> However, to fix the problem you have to add "#include <unistd.h >" to fix the problem.
留言
張貼留言