Re: [ilugd] Re : New to Linux

2008-01-20 Thread yogesh singh
hey dear actually it totally depends upon you that, first look after your use and most important ' knowledge '. tell me what u r doing these days, so on that basis i can suggest you something.. also send me your system configuration... bye bye On 1/20/08, Anoop John [EMAIL PROTECTED] wrote:

Re: [ilugd] port forwarding

2008-01-20 Thread devesh
hi. I hope you will find your all answers here : http://www.securityfocus.com/infocus/1816 Regards, Devesh. ___ ilugd mailinglist -- ilugd@lists.linux-delhi.org http://frodo.hserus.net/mailman/listinfo/ilugd Next Event: http://freed.in - February

[ilugd] uvcvideo kernel module errors

2008-01-20 Thread Anand Shankar
Have been trying to compile in support for uvcvideo as documented here: http://liquidat.wordpress.com/2007/12/07/howto-logitech-quickcam-pro-9000-with-fedora-8/ I am able to do a make install but this is what I get in my dmesg: uvcvideo: Unknown symbol v4l_compat_ioctl32 uvcvideo: Unknown

Re: [ilugd] uvcvideo kernel module errors

2008-01-20 Thread Shakthi Kannan
Hi, --- On Jan 20, 2008 5:06 PM, Anand Shankar [EMAIL PROTECTED] wrote: | uvcvideo: Unknown symbol v4l_compat_ioctl32 | uvcvideo: Unknown symbol v4l_compat_translate_ioctl \-- You need v4l (Video For Linux) support enabled in the kernel. If set as modular, then the modules need to be loaded? SK

[ilugd] How to create linux virtual users

2008-01-20 Thread abhishek jain
Hi Friends, Is there a possiblity that i can create a virtual user by creating an row into a MySQL Table and then be able to create privileges for some files as governed by that user/row . In short i want to create a linux virtual user, Pl. reply, Thanks, Abhishek jain

Re: [ilugd] How to create linux virtual users

2008-01-20 Thread justintmoore22
This can be accomplished with PAM. Search howtoforge.com for pam mysql and you should find what you are looking for. Have a nice day. Justin ___ ilugd mailinglist -- ilugd@lists.linux-delhi.org http://frodo.hserus.net/mailman/listinfo/ilugd Next

Re: [ilugd] How to create linux virtual users

2008-01-20 Thread abhishek jain
Hi , If i understood correctly PAM is a authentication concept used to check whether password is correct for a particular user, now in my case i wanted to create a linux virtual user, a user which has its own UID yet it has a row in Mysql and not in /etc/passwd . Can you point me to the exact

Re: [ilugd] How to create linux virtual users

2008-01-20 Thread tuxdna
On Jan 21, 2008 12:20 PM, abhishek jain [EMAIL PROTECTED] wrote: Hi , If i understood correctly PAM is a authentication concept used to check whether password is correct for a particular user, now in my case i wanted to create a linux virtual user, a user which has its own UID yet it has a