On 22 Dec 2010 at 9:49, Chris Brennan wrote:
> IIRC ';' isn't a valid bash comment ... (which has been previously
> discussed elsewhere). It's usually safer to use '#' for comment in
> /etc/rc.conf and other system config files as they typically use BASH
> style structs.
>
Accepted and acknowle
On Wed, Dec 22, 2010 at 3:08 PM, Lowell Gilbert <
freebsd-questions-lo...@be-well.ilk.org> wrote:
> Well, rc.conf isn't supposed to have anything but variable settings, so
> for syntax alone, "/bin/sh /etc/rc.conf" is a perfectly fine test. If
> you want to check semantics as well, things get com
Jason Helfman writes:
> On Wed, Dec 22, 2010 at 09:49:46AM -0500, Chris Brennan thus spake:
>>On Wed, Dec 22, 2010 at 8:07 AM, Bruce Cran wrote:
>>
>>> On Wed, 22 Dec 2010 11:01:10 -
>>> "Dave" wrote:
>>>
>>> > Sysinstall alows you to select and enable one, but not remove it!
>>> >
>>> > Bi
On Wed, Dec 22, 2010 at 12:45, Jason Helfman wrote:
> IMHO...
> It seems that /etc/rc.conf is in need of a sytax check script. Something
> similiar to visudo for editing /usr/local/etc/sudoers.
>
Just run it with /bin/sh. If no errors appear the syntax is good. Or
you can use /bin/sh -x to see mo
On Wed, Dec 22, 2010 at 09:49:46AM -0500, Chris Brennan thus spake:
On Wed, Dec 22, 2010 at 8:07 AM, Bruce Cran wrote:
On Wed, 22 Dec 2010 11:01:10 -
"Dave" wrote:
> Sysinstall alows you to select and enable one, but not remove it!
>
> Bit of an oversight that I suspect
Fixed in r21
On Wed, 22 Dec 2010 09:49:46 -0500, Chris Brennan wrote:
> On Wed, Dec 22, 2010 at 8:07 AM, Bruce Cran wrote:
>
> > On Wed, 22 Dec 2010 11:01:10 -
> > "Dave" wrote:
> >
> > > Sysinstall alows you to select and enable one, but not remove it!
> > >
> > > Bit of an oversight that I suspect
On Wed, 22 Dec 2010 09:54:02 -0600 (CST), Robert Bonomi
wrote:
> > From: "Dave"
> > Also. What's the "Correct" way to disable a console screensaver?
>
> # vidcontrol -t off
>
> see 'man splash'
Also see /etc/defaults/rc.conf which states:
blanktime="300" # blank time (in second
> From owner-freebsd-questi...@freebsd.org Wed Dec 22 05:01:28 2010
> From: "Dave"
> To: freebsd-questions@freebsd.org
> Date: Wed, 22 Dec 2010 11:01:10 -0000
> Subject: Well, I broke it! FreeBSD V8.1 release
>
> Hi...
>
> I was trying to disable the c
On Wed, 22 Dec 2010 09:49:46 -0500
Chris Brennan articulated:
> On Wed, Dec 22, 2010 at 8:07 AM, Bruce Cran wrote:
>
> > On Wed, 22 Dec 2010 11:01:10 -
> > "Dave" wrote:
> >
> > > Sysinstall alows you to select and enable one, but not remove it!
> > >
> > > Bit of an oversight that I suspe
On Wed, Dec 22, 2010 at 8:07 AM, Bruce Cran wrote:
> On Wed, 22 Dec 2010 11:01:10 -
> "Dave" wrote:
>
> > Sysinstall alows you to select and enable one, but not remove it!
> >
> > Bit of an oversight that I suspect
>
> Fixed in r216651 :)
>
IIRC ';' isn't a valid bash comment ... (whic
On Wed, 22 Dec 2010 11:01:10 -
"Dave" wrote:
> Sysinstall alows you to select and enable one, but not remove it!
>
> Bit of an oversight that I suspect
Fixed in r216651 :)
--
Bruce Cran
___
freebsd-questions@freebsd.org mailing list
http://l
On 22 Dec 2010 at 11:41, b. f. wrote:
> dave wrote:
> ...
> >I was trying to disable the console screensaver, and found that in
> >sysinstall, there is no way to select "none" as an option.
> >
> >So I went and edited /etc/rc.conf to comment out the line:-
> >Saver="fire" (or whatever it is)
> >
>
On Wed, Dec 22, 2010 at 11:01:10AM -, Dave wrote:
> Hi...
>
> I was trying to disable the console screensaver, and found that in
> sysinstall, there is no way to select "none" as an option.
>
> So I went and edited /etc/rc.conf to comment out the line:-
> Saver="fire" (or whatever it is)
>
dave wrote:
...
>I was trying to disable the console screensaver, and found that in
>sysinstall, there is no way to select "none" as an option.
>
>So I went and edited /etc/rc.conf to comment out the line:-
>Saver="fire" (or whatever it is)
>
>I put a ; at the beginning of the line, and now FreeBSD
On Wed, Dec 22, 2010 at 2:27 PM, Chris Rees wrote:
> Your PATH isn't set.
>
> # fsck /
> # mount -uw /
> # /bin/sed -i.bak -e 's/^;//' /etc/rc.conf
>
> Or (can't remember where des is kept)
>
> # fsck /usr
> # mount /usr
> # /usr/bin/sed -i.bak -e 's/^;//' /etc/rc.conf
>
>
For someone who asked a
Your PATH isn't set.
# fsck /
# mount -uw /
# /bin/sed -i.bak -e 's/^;//' /etc/rc.conf
Or (can't remember where des is kept)
# fsck /usr
# mount /usr
# /usr/bin/sed -i.bak -e 's/^;//' /etc/rc.conf
Good luck!
Chris
Sorry for top-posting, Android won't let me quote, but K-9 can't yet
Hi...
I was trying to disable the console screensaver, and found that in
sysinstall, there is no way to select "none" as an option.
So I went and edited /etc/rc.conf to comment out the line:-
Saver="fire" (or whatever it is)
I put a ; at the beginning of the line, and now FreeBSD wont come up,
17 matches
Mail list logo