[Cooker] Re: perms on /dev/rtc device

2003-09-09 Thread David Walser
But if pam_console makes the locally logged-in user own /dev/rtc and be the only one able to read and write from it, doesn't your concern become moot? Juan Quintela wrote: >> "guillaume" == Guillaume Rousse <[EMAIL PROTECTED]> writes: > > guillaume> Ainsi parlait Juan Quintela : >>> > "o

[Cooker] Re: perms on /dev/rtc device

2003-09-09 Thread Juan Quintela
> "guillaume" == Guillaume Rousse <[EMAIL PROTECTED]> writes: guillaume> Ainsi parlait Juan Quintela : >> > "olivier" == Olivier Blin <[EMAIL PROTECTED]> writes: >> >> >> >> # RTC resolution >> >> dev.rtc.max-user-freq = 1024 >> >> >> >> Could this setting be added in default sysctl.conf ?

Re: [Cooker] Re: perms on /dev/rtc device

2003-09-08 Thread Svetoslav Slavtchev
> Ainsi parlait Juan Quintela : > > > "olivier" == Olivier Blin <[EMAIL PROTECTED]> writes: > > >> > > >> # RTC resolution > > >> dev.rtc.max-user-freq = 1024 > > >> > > >> Could this setting be added in default sysctl.conf ? > > > > olivier> Thanks, but shouldn't this be the default in default

Re: [Cooker] Re: perms on /dev/rtc device

2003-09-08 Thread Guillaume Rousse
Ainsi parlait Juan Quintela : > > "olivier" == Olivier Blin <[EMAIL PROTECTED]> writes: > >> > >> # RTC resolution > >> dev.rtc.max-user-freq = 1024 > >> > >> Could this setting be added in default sysctl.conf ? > > olivier> Thanks, but shouldn't this be the default in default security > level

[Cooker] Re: perms on /dev/rtc device

2003-09-08 Thread Juan Quintela
> "olivier" == Olivier Blin <[EMAIL PROTECTED]> writes: >> # RTC resolution >> dev.rtc.max-user-freq = 1024 >> >> Could this setting be added in default sysctl.conf ? olivier> Thanks, but shouldn't this be the default in default security level ? olivier> RTC works fine, but sysctl.conf need

Re: [Cooker] Re: perms on /dev/rtc device

2003-08-28 Thread Olivier Blin
> Add this to /etc/sysctl.conf: > dev.rtc.max-user-freq = 1024 Thanks, but shouldn't this be the default ? How will the joe user discover that ? This isn't even a setting in msec :) -- Olivier Blin

Re: [Cooker] Re: perms on /dev/rtc device

2003-08-28 Thread Han Boetes
Steffen Barszus <[EMAIL PROTECTED]> wrote: > Am Donnerstag, 28. August 2003 17:43 schrieb Olivier Blin: > > > > Several multimedia applications use /dev/rtc, such as tvtime and > > > > mplayer. However, standard perms on this device doesn't allow its > > > > use:[EMAIL PROTECTED] linux]# ll /dev/mi

Re: [Cooker] Re: perms on /dev/rtc device

2003-08-28 Thread Steffen Barszus
Am Donnerstag, 28. August 2003 17:43 schrieb Olivier Blin: > > > Several multimedia applications use /dev/rtc, such as tvtime and > > > mplayer. However, standard perms on this device doesn't allow its > > > use:[EMAIL PROTECTED] linux]# ll /dev/misc/rtc > > > crw-r-1 root root 10,

Re: [Cooker] Re: perms on /dev/rtc device

2003-08-28 Thread Michael Reinsch
Hi! On Thu, 28 Aug 2003 17:43:23 +0200 Olivier Blin <[EMAIL PROTECTED]> wrote: > But mplayer still can't use RTC : > Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied Add this to /etc/sysctl.conf: dev.rtc.max-user-freq = 1024 -- Michael Reinsch <[EMAIL PROTECTED]>

Re: [Cooker] Re: perms on /dev/rtc device

2003-08-28 Thread Olivier Blin
> > Several multimedia applications use /dev/rtc, such as tvtime and > > mplayer. However, standard perms on this device doesn't allow its > > use:[EMAIL PROTECTED] linux]# ll /dev/misc/rtc > > crw-r-1 root root 10, 135 jan 1 1970 > > /dev/misc/rtc > > > > I guess some pam confi

[Cooker] Re: perms on /dev/rtc device

2003-08-25 Thread Frederic Lepied
Guillaume Rousse <[EMAIL PROTECTED]> writes: > Several multimedia applications use /dev/rtc, such as tvtime and mplayer. > However, standard perms on this device doesn't allow its use: > [EMAIL PROTECTED] linux]# ll /dev/misc/rtc > crw-r-1 root root 10, 135 jan 1 1970 /dev/misc/

Re: [Cooker] Re: perms on /dev/rtc device

2003-08-25 Thread Tibor Pittich
On 24. August 2003 at 18:47, David Walser wrote: > See also if you can add this line to /etc/sysctl.conf (which is needed > for mplayer to really use the rtc): > dev.rtc.max-user-freq=1024 check archive, this was discussed earlier.. http://marc.theaimsgroup.com/?l=mandrake-cooker&m=10428450430194

[Cooker] Re: perms on /dev/rtc device

2003-08-24 Thread David Walser
Frederic Crozat wrote: > Le Sun, 24 Aug 2003 20:31:40 +0200, Guillaume Rousse a écrit : > >> Several multimedia applications use /dev/rtc, such as tvtime and mplayer. >> However, standard perms on this device doesn't allow its use: >> [EMAIL PROTECTED] linux]# ll /dev/misc/rtc >> crw-r-1 r