USB Scanner permissions reset each login.
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Unix and Linux reviews > Red Hat support > Red Hat General > USB Scanner permissions reset each login.




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    USB Scanner permissions reset each login.  
Jon D. Slater


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 12:06 AM

I have an Epson scanner that works great with Sane.

I see the device as CRW------- scanner0

I've gone in and changed the permissions to 660 so that other people,
logged in at the same time can share the scanner.

The problem is, every time I log back in, the permissions get set back
to C600, and the owner name changes to me.

How do I set the permissions, and get them to "stick"?

I'm running Fedora Core 1

Thanks!

Jon





[ Post a follow-up to this message ]



    Re: USB Scanner permissions reset each login.  
Robert D. Houlihan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 12:06 AM

I believe you will need to place the command in one of the script files that
runs in the /ect directory at boot time this will cure your problem.
regards dan houlihan
"Jon D. Slater" <Jon.Slater@MesaNetworks.Net> wrote in message
news:vusthl244d3a1@corp.supernews.com...
quote:
> I have an Epson scanner that works great with Sane. > > I see the device as CRW------- scanner0 > > I've gone in and changed the permissions to 660 so that other people, > logged in at the same time can share the scanner. > > The problem is, every time I log back in, the permissions get set back > to C600, and the owner name changes to me. > > How do I set the permissions, and get them to "stick"? > > I'm running Fedora Core 1 > > Thanks! > > Jon




[ Post a follow-up to this message ]



    Re: USB Scanner permissions reset each login.  
Robert D. Houlihan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 12:06 AM

I believe you will need to place the command in one of the script files that
runs in the /ect directory at boot time this will cure your problem.
regards dan houlihan
"Jon D. Slater" <Jon.Slater@MesaNetworks.Net> wrote in message
news:vusthl244d3a1@corp.supernews.com...
quote:
> I have an Epson scanner that works great with Sane. > > I see the device as CRW------- scanner0 > > I've gone in and changed the permissions to 660 so that other people, > logged in at the same time can share the scanner. > > The problem is, every time I log back in, the permissions get set back > to C600, and the owner name changes to me. > > How do I set the permissions, and get them to "stick"? > > I'm running Fedora Core 1 > > Thanks! > > Jon




[ Post a follow-up to this message ]



    Re: USB Scanner permissions reset each login.  
Robert D. Houlihan


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 12:06 AM

I believe you will need to place the command in one of the script files that
runs in the /ect directory at boot time this will cure your problem.
regards dan houlihan
"Jon D. Slater" <Jon.Slater@MesaNetworks.Net> wrote in message
news:vusthl244d3a1@corp.supernews.com...
quote:
> I have an Epson scanner that works great with Sane. > > I see the device as CRW------- scanner0 > > I've gone in and changed the permissions to 660 so that other people, > logged in at the same time can share the scanner. > > The problem is, every time I log back in, the permissions get set back > to C600, and the owner name changes to me. > > How do I set the permissions, and get them to "stick"? > > I'm running Fedora Core 1 > > Thanks! > > Jon




[ Post a follow-up to this message ]



    Re: USB Scanner permissions reset each login.  
Tim Wunder


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 12:06 AM

On 12/28/2003 1:20 AM, I believe that Jon D. Slater wrote:
quote:
> I have an Epson scanner that works great with Sane. > > I see the device as CRW------- scanner0 > > I've gone in and changed the permissions to 660 so that other people, > logged in at the same time can share the scanner. > > The problem is, every time I log back in, the permissions get set back > to C600, and the owner name changes to me. > > How do I set the permissions, and get them to "stick"? >
'man console.perms' and check /etc/security/console.perms HTH, Tim




[ Post a follow-up to this message ]



    Re: USB Scanner permissions reset each login.  
Tim Wunder


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 12:06 AM

On 12/28/2003 1:20 AM, I believe that Jon D. Slater wrote:
quote:
> I have an Epson scanner that works great with Sane. > > I see the device as CRW------- scanner0 > > I've gone in and changed the permissions to 660 so that other people, > logged in at the same time can share the scanner. > > The problem is, every time I log back in, the permissions get set back > to C600, and the owner name changes to me. > > How do I set the permissions, and get them to "stick"? >
'man console.perms' and check /etc/security/console.perms HTH, Tim




[ Post a follow-up to this message ]



    Re: USB Scanner permissions reset each login.  
Tim Wunder


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 12:06 AM

On 12/28/2003 1:20 AM, I believe that Jon D. Slater wrote:
quote:
> I have an Epson scanner that works great with Sane. > > I see the device as CRW------- scanner0 > > I've gone in and changed the permissions to 660 so that other people, > logged in at the same time can share the scanner. > > The problem is, every time I log back in, the permissions get set back > to C600, and the owner name changes to me. > > How do I set the permissions, and get them to "stick"? >
'man console.perms' and check /etc/security/console.perms HTH, Tim




[ Post a follow-up to this message ]



    Re: USB Scanner permissions reset each login.  
Jon D. Slater


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 12:06 AM

Yes!  Thank you!  That's it.

I created a new group called "scanner" with only 3 users.

I then modified /etc/security/console.perms to set the permission to 660
(owner root; group scanner) and it works perfectly!

Thanks Tim!

Jon

Tim Wunder wrote:
quote:
> On 12/28/2003 1:20 AM, I believe that Jon D. Slater wrote: > > > 'man console.perms' > and check > /etc/security/console.perms > > HTH, > Tim




[ Post a follow-up to this message ]



    Re: USB Scanner permissions reset each login.  
Jon D. Slater


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 12:06 AM

Yes!  Thank you!  That's it.

I created a new group called "scanner" with only 3 users.

I then modified /etc/security/console.perms to set the permission to 660
(owner root; group scanner) and it works perfectly!

Thanks Tim!

Jon

Tim Wunder wrote:
quote:
> On 12/28/2003 1:20 AM, I believe that Jon D. Slater wrote: > > > 'man console.perms' > and check > /etc/security/console.perms > > HTH, > Tim




[ Post a follow-up to this message ]



    Re: USB Scanner permissions reset each login.  
Jon D. Slater


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-24-04 12:06 AM

Yes!  Thank you!  That's it.

I created a new group called "scanner" with only 3 users.

I then modified /etc/security/console.perms to set the permission to 660
(owner root; group scanner) and it works perfectly!

Thanks Tim!

Jon

Tim Wunder wrote:
quote:
> On 12/28/2003 1:20 AM, I believe that Jon D. Slater wrote: > > > 'man console.perms' > and check > /etc/security/console.perms > > HTH, > Tim




[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 01:31 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register