search for: 24803

Displaying 4 results from an estimated 4 matches for "24803".

Did you mean: 2403
1999 Jul 24
5
authentication failure
Hi, I've just installed Samba 2.0.3 and now I'm getting following error: PAM_pwdb[306]: 1 authentication failure; (uid=0) -> andreas for samba service I can connect to all shares and printers, but get the error. I suppose it has something to do with the passwords (I'm trying to sync Samba and Linux passwords). Any ideas? /Andreas
2007 May 18
1
cups, firefox + acrobat (Getting PJL output)
...ne" to job 16413. I [18/May/2007:16:10:42 -0700] Job 16413 queued on 'hpduplex1' by 'exchtest'. I [18/May/2007:16:10:42 -0700] Started filter /usr/lib64/cups/filter/pstops (PID 24802) for job 16413. I [18/May/2007:16:10:42 -0700] Started backend /usr/lib64/cups/backend/ipp (PID 24803) for job 16413. N [18/May/2007:16:10:42 -0700] [Job 16413] : Print file accepted - job ID 498. I [18/May/2007:16:10:42 -0700] Started filter /usr/lib64/cups/filter/texttops (PID 24804) for job 16413. I [18/May/2007:16:10:42 -0700] Started filter /usr/lib64/cups/filter/pstops (PID 24805) for job 164...
2011 Apr 27
1
xen/ppp
Hi, I'm installed xen4.0.1 for testing purposes in my home gateway and when booting with xen kernel ppp connection fails. Any idea ? -- Fernando Hallberg fernando at flexdigital.com.br http://www.flexdigital.com.br Fone/Fax: +55 45 3222-3222 Cascavel - PR - Brasil -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jan 10
1
sql server freetds/odbc question
I''m having an error from Linux via freeTDS/ODBC to SQL Server with cod that runs fine against SQLite and MySQL. Here''s the code: def find_recipes_for_workorder_by_id @recipe_pages, @recipes = paginate_with_sort :recipes, :per_page => 10, \ :conditions => ["recipe.workorder_id = ?", params [:workorder]] render :template =>