Intel graphics card brightness control issue

2013-09-04 Thread Ethan W. House
What could be causing my brightness control to not work on my Intel graphics card. The acpi values change but no effect takes place. ehouse@derpy ~ $ sudo sysctl hw.acpi.video.lcd0.brightness=50 hw.acpi.video.lcd0.brightness: 100 - 50 ehouse@derpy ~ $ sudo sysctl hw.acpi.video.lcd0.active=1

question about pkg

2013-09-04 Thread Waitman Gobble
Hi, by chance anyone know what's up with this.. could save me some troubleshooting time.. Here's a 9.2 machine. # uname -a FreeBSD do.burplex.com 9.2-BETA2 FreeBSD 9.2-BETA2 #0 r253773M: Mon Jul 29 14:22:34 PDT 2013 da3m0n8...@do.burplex.com:/usr/obj/usr/src/sys/KAGISO amd64 # sqlite3

Re: Intel graphics card brightness control issue

2013-09-04 Thread Matthias Petermann
Hi Ethan, Zitat von Ethan W. House eho...@csh.rit.edu: What could be causing my brightness control to not work on my Intel graphics card. The acpi values change but no effect takes place. ehouse@derpy ~ $ sudo sysctl hw.acpi.video.lcd0.brightness=50 hw.acpi.video.lcd0.brightness: 100 - 50

Custom release ISO questions.

2013-09-04 Thread Sergey
Hi all! Is there a way to create custom ISO without buildworld? I just want to edit some configs and bsdinstall scripts for silent automated install - why need to recompile whole world? It will be great if you'll share some useful links about this process. Thanks.

iconv conversion fails

2013-09-04 Thread Carlos Jacobo Puga Medina
Hi folks, I have a problem with the iconv(1) conversion, despite it supporting the encoding charset ISO-8859-1 it throws the following error: unsupportedrsion from ISO-8859-1 iconv: try 'iconv -l' to get the list of supported encodings iconv(1) on BSD has: % iconv -l | grep ISO-8859-1 CP819

Re: Question about a possible missing line/entry for file UPDATING (from http://svnweb.freebsd.org) - 8.4-RELEASE plus branches

2013-09-04 Thread Damien Fleuriot
Note that, as opposed to you, I'm tracking 8-STABLE and not 8.4-RELEASE ! UPDATING: $FreeBSD: src/UPDATING,v 1.632.2.39 2013/08/23 15:21:39 svnexp Exp $ newvers.sh: # $FreeBSD: src/sys/conf/newvers.sh,v 1.83.2.25 2013/08/07 08:26:07 svnexp Exp $ I'll check our clusters of firewalls to see if

Network startup with age Ethernet device

2013-09-04 Thread Olivier Nicole
Hi, I want to set-up a small server from an Asus P5L-MX motherboard. It has an onboard gigabit Ethrnet that works with the driver age. Problem is that at boot, I experience the interface to go up and down a couple of times, and it is usually down when Apache try to start, so Apache would not

Re: Custom release ISO questions.

2013-09-04 Thread Paul Wootton
On 09/04/13 10:27, Sergey wrote: Hi all! Is there a way to create custom ISO without buildworld? I just want to edit some configs and bsdinstall scripts for silent automated install - why need to recompile whole world? It will be great if you'll share some useful links about this process.

Re: Intel graphics card brightness control issue

2013-09-04 Thread Ethan W. House
I get a Unknown object type '0' error. Which interestingly enough is very similar to the error I get when I use xbacklight No outputs have backlight property. I have a Lenovo Thinkpad x230. I will start playing around with acpidump after work. Ethan House On Wed, Sep 4, 2013 at 1:30 AM,

The logo at boot (Nakatomi Socrates BSD 9.2)

2013-09-04 Thread Patrick Dung
Hello, Do you know what is this logo means, or the story behind it? I thought the BSD daemon (logo) has been around for many years in the past. Thanks and regards, Patrick Dung ___ freebsd-questions@freebsd.org mailing list

Re: The logo at boot (Nakatomi Socrates BSD 9.2)

2013-09-04 Thread  Dhénin Jean-Jacques
2013/9/4 Patrick Dung patrick_...@yahoo.com.hk Hello, Do you know what is this logo means, or the story behind it? I thought the BSD daemon (logo) has been around for many years in the past. Thanks and regards, Patrick Dung http://en.wikipedia.org/wiki/BSD_Daemon --

Re: f9 snmpd[4517]: stack overflow detected; terminated

2013-09-04 Thread alexus
so mean while, I'm thinking adding something like this to cron as @daily, but I'm getting error( f9# service bsnmpd status ; if [ $? != 0 ] ; then service bsnmpd start ; fi bsnmpd is running as pid 4269. if: Expression Syntax. then: Command not found. fi: Command not found. f9# On Tue, Sep 3,

Re: Network startup with age Ethernet device

2013-09-04 Thread Lowell Gilbert
Olivier Nicole olivier.nic...@cs.ait.ac.th writes: I want to set-up a small server from an Asus P5L-MX motherboard. It has an onboard gigabit Ethrnet that works with the driver age. Problem is that at boot, I experience the interface to go up and down a couple of times, and it is usually

Re: Network startup with age Ethernet device

2013-09-04 Thread Michael Sierchio
On Wed, Sep 4, 2013 at 8:49 AM, Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote: Have you tried using netwait? I think that would involve putting enable_netwait in rc.conf, and netwait_enable=YES would be it. - M ___

can we port the cesa driver

2013-09-04 Thread Elluru, Krishna
HI Freebsd team, can we port the cesa(4) driver for the Marvell crypto engine and security accelerator that has been added to FREEBSD 9.1 to FREEBSD 8.1 version? are there any issues or challenges w.r.t this? we are looking to port it to FREEBSD 8.1 kernel version for crypto performance

Re: Custom release ISO questions.

2013-09-04 Thread Frank Leonhardt
On 04/09/2013 13:17, Paul Wootton wrote: On 09/04/13 10:27, Sergey wrote: Hi all! Is there a way to create custom ISO without buildworld? I just want to edit some configs and bsdinstall scripts for silent automated install - why need to recompile whole world? It will be great if you'll share

Re: Custom release ISO questions.

2013-09-04 Thread Sergey
Thank you Paul! mkisofs ... It is interesting, does the Linux version of mkisofs fit? slightly different approach. Very nice! Thanks again. On Wed, Sep 4, 2013 at 4:17 PM, Paul Wootton paul-free...@fletchermoorland.co.uk wrote: On 09/04/13 10:27, Sergey wrote: Hi all! Is there a way to

Re: f9 snmpd[4517]: stack overflow detected; terminated

2013-09-04 Thread alexus
nevermind) I forgot I'm using csh, so right syntax is: service bsnmpd status ; if ( $? != 0 ) service bsnmpd start ; endif On Wed, Sep 4, 2013 at 11:52 AM, alexus ale...@gmail.com wrote: so mean while, I'm thinking adding something like this to cron as @daily, but I'm getting error( f9#

Re: Question about a possible missing line/entry for file UPDATING (from http://svnweb.freebsd.org) - 8.4-RELEASE plus branches

2013-09-04 Thread Pablo Carboni
Dear Damien, I use to install and update 'Releng' releases (plus patches, but not stable releases) in our production servers (Ok, I agree stable is fine, but my main reason is to be conservative under some circunstances). (BTW, You're right, on 8-STABLE branch, it appears the 'missing' line I

Re: Question about a possible missing line/entry for file UPDATING (from http://svnweb.freebsd.org) - 8.4-RELEASE plus branches

2013-09-04 Thread Damien Fleuriot
However minor the issue seems, I think it warrants a PR, if at least so the entry is added for the next revision of 8.4-RELEASE. Regarding -STABLE, while I respect your decision to be conservative and run -RELEASE, I'd like to point out we've not run into any problem here, in over 3 years with

Re: The logo at boot (Nakatomi Socrates BSD 9.2)

2013-09-04 Thread Lowell Gilbert
Patrick Dung patrick_...@yahoo.com.hk writes: Do you know what is this logo means, or the story behind it? I thought the BSD daemon (logo) has been around for many years in the past. It's a movie reference (Die Hard). The Beastie logo is still there, in the /boot directory, if you want it.

Re: Support

2013-09-04 Thread Lowell Gilbert
sopo...@promonitor.com.mx writes: Hello, i have a Server whith the screen information like attach Server.jpg, assumed that are to save the record of IP cameras like network folder (see network.jpg), but another IP cameras need a FTP folder and other that folder don't have blank spaces. If

Re: The logo at boot (Nakatomi Socrates BSD 9.2)

2013-09-04 Thread Patrick Dung
Oh I see. I have found that the logo was mentioned in news group org.freebsd.freebsd-chat back in 1997. From: Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org To: Patrick Dung patrick_...@yahoo.com.hk Cc: freebsd-questions@freebsd.org

Re: The logo at boot (Nakatomi Socrates BSD 9.2)

2013-09-04 Thread Warren Block
On Wed, 4 Sep 2013, Lowell Gilbert wrote: Patrick Dung patrick_...@yahoo.com.hk writes: Do you know what is this logo means, or the story behind it? I thought the BSD daemon (logo) has been around for many years in the past. It's a movie reference (Die Hard). The Beastie logo is still

using netpgp with mutt

2013-09-04 Thread Chad Perrin
Is there anyone listening (reading) who has gotten netpgp working with mutt? I've been trying to sort out how to get it working as a replacement for GnuPG, and have thus far failed to sort out how to make it fit, and failed to find anything like a guide to using it for such purposes on the web.

Re: Network startup with age Ethernet device

2013-09-04 Thread Olivier Nicole
Thank you, that's what I needed. Best regards, Olivier On Wed, Sep 4, 2013 at 11:04 PM, Michael Sierchio ku...@tenebras.com wrote: On Wed, Sep 4, 2013 at 8:49 AM, Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote: Have you tried using netwait? I think that would involve