2012/6/5 Jilles Tjoelker :
> To avoid this, the utmpx APIs could communicate with a privileged daemon
> if the files are not readable. The daemon can check the identity of the
> caller via getpeereid(3).
+1. I would really like to have something like this. Another advantage
of this approach would
2012/6/6 Pawel Jakub Dawidek :
> Any privileged daemon is much bigger threat. Also, do we really want a
> daemon running all the time just to be able to parse utx files?
Well, if you think of it, it's not a very strange idea:
- You can simply get rid of /var/run/utx.active. There's no need for
th
It's long been a wish of mine to have an ability to decide at boot time that a
system should boot in "console-only" mode. That is, that no graphics/X
applications like e.g. xdm/kdm/gdm are automatically started even when they are
configured to do so.
Here is my attempt at implementing that:
http
On Thu, Jun 07, 2012 at 10:45:26AM +0300, Andriy Gapon wrote:
>
> It's long been a wish of mine to have an ability to decide at boot time that a
> system should boot in "console-only" mode. That is, that no graphics/X
> applications like e.g. xdm/kdm/gdm are automatically started even when they
on 07/06/2012 11:47 Konstantin Belousov said the following:
> On Thu, Jun 07, 2012 at 10:45:26AM +0300, Andriy Gapon wrote:
>>
>> It's long been a wish of mine to have an ability to decide at boot time that
>> a
>> system should boot in "console-only" mode. That is, that no graphics/X
>> applicat
On (07/06/2012 11:56), Andriy Gapon wrote:
> on 07/06/2012 11:47 Konstantin Belousov said the following:
> > On Thu, Jun 07, 2012 at 10:45:26AM +0300, Andriy Gapon wrote:
> >>
> >> It's long been a wish of mine to have an ability to decide at boot time
> >> that a
> >> system should boot in "conso
on 07/06/2012 12:57 Gleb Kurtsou said the following:
> What do you think about adding generic support for overriding *_enable
> options in rc.conf?
>
> I'd like to be able to disable services at boot prompt, e.g.
> # set rc.slim_enable="no" -- overrides slim_enable="yes" in rc.conf
>
> Similarly
On 6 June 2012 12:03, Andrew Turner wrote:
> I've been working on getting the ARM EABI working with FreeBSD.
>
> As part of the EABI spec the Procedure Call Standard for the ARM
> Architecture (AAPCS) defines wchar_t as either an unsigned int or an
> unsigned short with the former as the preferred
On Wednesday, June 06, 2012 12:15:14 pm rank1see...@gmail.com wrote:
> FreeBSD's CD bootcode '/boot/cdboot' is targeting stage 3 boot -> loader
> For example, stage 2 boot '/boot/boot' is attempting the same.
>
> In my case of a '/boot/loader', '/boot' is a symlink!
>
> So if '/boot/boot' works w
- Original Message -
From: John Baldwin
To: freebsd-hackers@freebsd.org
Cc: rank1see...@gmail.com
Date: Thu, 7 Jun 2012 08:21:39 -0400
Subject: Re: CD bootcode
> On Wednesday, June 06, 2012 12:15:14 pm rank1see...@gmail.com wrote:
> > FreeBSD's CD bootcode '/boot/cdboot' is targeting stag
On 06/07/2012 02:57 AM, Gleb Kurtsou wrote:
> What do you think about adding generic support for overriding *_enable
> options in rc.conf?
>
> I'd like to be able to disable services at boot prompt, e.g.
> # set rc.slim_enable="no" -- overrides slim_enable="yes" in rc.conf
>
> Similarly rc.pf_ena
Hello list!
Since the early days ifconfig(8) has the following functionality:
..
address
For the DARPA-Internet family, the address is either a
host name
present in the host name data base, hosts(5), or a DARPA
Internet
address expressed in the Inte
On Thu, Jun 7, 2012 at 7:29 AM, Doug Barton wrote:
> On 06/07/2012 02:57 AM, Gleb Kurtsou wrote:
>> What do you think about adding generic support for overriding *_enable
>> options in rc.conf?
>>
>> I'd like to be able to disable services at boot prompt, e.g.
>> # set rc.slim_enable="no" -- overr
On Thu, Jun 7, 2012 at 2:57 AM, Gleb Kurtsou wrote:
> On (07/06/2012 11:56), Andriy Gapon wrote:
>> on 07/06/2012 11:47 Konstantin Belousov said the following:
>> > On Thu, Jun 07, 2012 at 10:45:26AM +0300, Andriy Gapon wrote:
>> >>
>> >> It's long been a wish of mine to have an ability to decide
On Jun 7, 2012 2:58 PM, wrote:
>
> - Original Message -
> From: John Baldwin
> To: freebsd-hackers@freebsd.org
> Cc: rank1see...@gmail.com
> Date: Thu, 7 Jun 2012 08:21:39 -0400
> Subject: Re: CD bootcode
>
> > On Wednesday, June 06, 2012 12:15:14 pm rank1see...@gmail.com wrote:
> > > Fre
On 06/07/2012 08:12 AM, Garrett Cooper wrote:
> I've run into _multiple_ scenarios where this isn't possible because
> the terminal settings are screwed up in single user mode, and had to
> resort to `sed -i '' `.
If that happens, a) report it! SUM is a very important part of FreeBSD,
and it needs
On Thursday, June 07, 2012 9:58:25 am rank1see...@gmail.com wrote:
> - Original Message -
> From: John Baldwin
> To: freebsd-hackers@freebsd.org
> Cc: rank1see...@gmail.com
> Date: Thu, 7 Jun 2012 08:21:39 -0400
> Subject: Re: CD bootcode
>
> > On Wednesday, June 06, 2012 12:15:14 pm rank
on 07/06/2012 17:29 Doug Barton said the following:
> On 06/07/2012 02:57 AM, Gleb Kurtsou wrote:
>> What do you think about adding generic support for overriding *_enable
>> options in rc.conf?
>>
>> I'd like to be able to disable services at boot prompt, e.g.
>> # set rc.slim_enable="no" -- overr
On Thu, Jun 07, 2012 at 10:45:26AM +0300, Andriy Gapon wrote:
>
> It's long been a wish of mine to have an ability to decide at boot time that a
> system should boot in "console-only" mode. That is, that no graphics/X
> applications like e.g. xdm/kdm/gdm are automatically started even when they
Hi,
I'm currently implementing support for more NSS databases in
net/nss-pamd-ldapd and I've started to wonder why there's only the group
and password support in lib/libc/net/nss_compat.c?
Is there a specific reason for it or is this a classic case of "patches
welcome"? I wasn't able to determine
I was sent this patch by a user that has been having trouble with his
hardware until attach_generic was disabled in loader.conf.
Is there any reason to have this on by default? Would anyone object to
me committing this patch?
--
Eitan Adler
freebsd-9.0-disable-hptrr-generic-attach.patch
Descrip
21 matches
Mail list logo