switchkiller / pam-face-authentication

Automatically exported from code.google.com/p/pam-face-authentication
0 stars 0 forks source link

Ubuntu 10.04 with GDM 2.28 not loging in #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. following this guide 
http://repat.de/2010/05/pam_face_authentication-with-ubuntu-9-10karmic-koala-gdm
-speedlink-webcam/
2. not full ubuntu desktop install... just apt-get install gdm 
3.

What is the expected output? What do you see instead?
camera screen to popup after selecting a username

What version of the product are you using? On what operating system?
pam face authentication 0.3 on GDM 2.28

Please provide any additional information below.

basically i had and install working just fine by following the guide above..

I have tried installing this on like 4 different machines.. to no avail.. all 
with the same problem...

when i click the user.. the password screen just pops up and says "face 
authentication failed (: "

i have no idea why it is doing this as i followed the guide to the bone... and 
it has worked before but after that one time.. it has never worked since??

i have the enableX at the end of GDM and have the ld.so.preload with the 
correct lines???

what is goin on? i will show you my exact build

basic server (10.04)
ssh 
apt-get install libgtk2.0-dev libpam-dev  xinit  gdm  automake cmake 
build-essential libqt4-dev

Original issue reported on code.google.com by samle...@gmail.com on 8 Aug 2010 at 9:22

GoogleCodeExporter commented 9 years ago
Do you see the camera screen? 

could you paste the contents of the file /etc/pam.d/gdm

Original comment by rohan.a...@gmail.com on 8 Aug 2010 at 9:31

GoogleCodeExporter commented 9 years ago
I mean camera popup window..*

Original comment by rohan.a...@gmail.com on 8 Aug 2010 at 9:31

GoogleCodeExporter commented 9 years ago
there is no camera popup window.. that i what im missing.. 

here is my gdm contents

#%PAM-1.0
auth sufficient pam_face_authentication.so enableX
auth    requisite       pam_nologin.so
auth    required        pam_env.so readenv=1
auth    required        pam_env.so readenv=1 envfile=/etc/default/locale
auth    sufficient      pam_succeed_if.so user ingroup nopasswdlogin
@include common-auth
auth    optional        pam_gnome_keyring.so
@include common-account
session [success=ok ignore=ignore module_unknown=ignore default=bad] 
pam_selinux.so close
session required        pam_limits.so
@include common-session
session [success=ok ignore=ignore module_unknown=ignore default=bad] 
pam_selinux.so open
session optional        pam_gnome_keyring.so auto_start
@include common-password

Original comment by samle...@gmail.com on 8 Aug 2010 at 9:54

GoogleCodeExporter commented 9 years ago
i click my name.. it freezes for about 3-4 seconds on my name.. and then just 
goes to the next box saying.. Face authentication failed (:   

i then have to type in my password ....

so im not sure.. why its doing that?

Original comment by samle...@gmail.com on 8 Aug 2010 at 9:56

GoogleCodeExporter commented 9 years ago
am i missing a dependancy? everythign  compiles fine..

i did hte library linking like said in the guide for opencv... i seriously do 
not know why its not working??? the qt-facetrainer works great.. but this login 
thing is not working... at all (;

Original comment by samle...@gmail.com on 8 Aug 2010 at 11:00

GoogleCodeExporter commented 9 years ago
i also tried doing it following the pam-face-authentication.org guide and still 
exact same problems on VMware machine and regular machine..

the box will not appear?? the login box ???

Original comment by samle...@gmail.com on 9 Aug 2010 at 6:42

GoogleCodeExporter commented 9 years ago
got it fixed.. it was a missing libguihi something or somerather.. nm.. its 
workin again (;

Original comment by samle...@gmail.com on 9 Aug 2010 at 5:04

GoogleCodeExporter commented 9 years ago
great ;)

Closing this bug

Original comment by rohan.a...@gmail.com on 9 Aug 2010 at 7:36