Re: How to prevent system to launch interactive fsck after improper shutdown and reboot?

2010-09-15 Thread Peter Boosten
On 15-9-2010 8:53, Matthias Apitz wrote: > echo 16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlb xq | dc LOL, only worked with quotes, btw ;-) Peter -- http://www.boosten.org ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/ma

Re: How to prevent system to launch interactive fsck after improper shutdown and reboot?

2010-09-15 Thread Adam Vande More
On Wed, Sep 15, 2010 at 1:59 AM, Peter Boosten wrote: > On 15-9-2010 8:53, Matthias Apitz wrote: > > echo 16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlb xq | dc > > LOL, only worked with quotes, btw ;-) > Depends on the shell, I guess he's a bash user. -- Adam Vande More __

Re: How to prevent system to launch interactive fsck after improper shutdown and reboot?

2010-09-15 Thread Matthias Apitz
El día Wednesday, September 15, 2010 a las 08:59:07AM +0200, Peter Boosten escribió: > On 15-9-2010 8:53, Matthias Apitz wrote: > > echo 16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlb xq | dc > > LOL, only worked with quotes, btw ;-) no, $ sh $ echo 16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D

Re: How to prevent system to launch interactive fsck after improper shutdown and reboot?

2010-09-15 Thread Peter Boosten
On 15-9-2010 9:07, Matthias Apitz wrote: > $ sh > $ echo 16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlb xq | dc > RTFM > $ bash > g...@current:/usr/home/guru> echo > 16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlb xq | dc > RTFM > > which shell you used? zsh. Peter -- http://www.booste

Re: How to prevent system to launch interactive fsck after improper shutdown and reboot?

2010-09-15 Thread Adam Vande More
On Wed, Sep 15, 2010 at 2:07 AM, Matthias Apitz wrote: > El día Wednesday, September 15, 2010 a las 08:59:07AM +0200, Peter Boosten > escribió: > > > On 15-9-2010 8:53, Matthias Apitz wrote: > > > echo 16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlb xq | dc > > > > LOL, only worked with quotes

how to re-read /etc/newsyslog.conf ?

2010-09-15 Thread Antonio Kless
I have changed my /etc/newsyslog.conf by adding some new lines. How to make FreeBSD re-read it? # /etc/rc.d/newsyslog status newsyslog is not running. Is it OK? -- Best regards, Antonio Kless, http://kless.spb.ru/ ___ freebsd-questions@freebsd.org ma

virtaullBox AMD64 32bit lib

2010-09-15 Thread Gholam Mostafa Faridi
I want install virtualBox on AMD 64 and I use FreeBSD 8.1 and I have SRC directory , but when I run make install clean I see this error " Requires 32-bit libraries installed under /usr/lib32. Do: cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32 " and I run this command "cd /usr/s

Re: how to re-read /etc/newsyslog.conf ?

2010-09-15 Thread Matthew Seaman
On 15/09/2010 09:02, Antonio Kless wrote: > I have changed my /etc/newsyslog.conf by adding some new lines. How to make > FreeBSD re-read it? > > # /etc/rc.d/newsyslog status > newsyslog is not running. > > Is it OK? newsyslog is a cron job that gets run every hour. There's nothing to restart.

Re: how to re-read /etc/newsyslog.conf ?

2010-09-15 Thread Antonio Kless
2010/9/15 Matthew Seaman > On 15/09/2010 09:02, Antonio Kless wrote: > > I have changed my /etc/newsyslog.conf by adding some new lines. How to > make > > FreeBSD re-read it? > > > > # /etc/rc.d/newsyslog status > > newsyslog is not running. > > > > Is it OK? > > newsyslog is a cron job that gets

Re: How to prevent system to launch interactive fsck after improper shutdown and reboot?

2010-09-15 Thread Polytropon
On Wed, 15 Sep 2010 08:47:38 +0200, "Remko Lodder" wrote: > > >> Almost every time after improper shutdown (poweroff) and reboot I get > >> into interactive fsck. > >> > >> I am being asked whole bunch of questions to which I just have to answer > >> Y (what are my other options?) > >> > >> Why d

Re: how to re-read /etc/newsyslog.conf ?

2010-09-15 Thread Matthew Seaman
On 15/09/2010 10:11, Antonio Kless wrote: > OK, now I see. > Then for what /etc/rc.d/newsyslog are there? > It's a shell script. If you read it, you'll find the comments will elucidate. Matthew -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard

Re: how to re-read /etc/newsyslog.conf ?

2010-09-15 Thread Bas Smeelen
On 09/15/2010 11:11 AM, Antonio Kless wrote: > 2010/9/15 Matthew Seaman > > >> On 15/09/2010 09:02, Antonio Kless wrote: >> >>> I have changed my /etc/newsyslog.conf by adding some new lines. How to >>> >> make >> >>> FreeBSD re-read it? >>> >>> # /etc/rc.d/newsyslog status >>>

Re: this is probably a little touchy to ask...

2010-09-15 Thread Jerry
On Wed, 15 Sep 2010 01:52:57 -0500 Joshua Isom articulated: > As to the original post, Java, a "portable" "write once run anywhere" > language, doesn't work on FreeBSD, a "standard" type operating system > that mainly runs on "standard" hardware, when used with Xorg, a > widely used "standard,"

gcc44 failed while installing x11/kde4

2010-09-15 Thread Aftab Jahan Subedar
I am not getting able to compile gcc44 while making kde4. Below is the copy n paste. Anyone found solution to that? # uname -a FreeBSD space.subedartech.net 8.1-STABLE FreeBSD 8.1-STABLE #8: Wed Sep 15 15:36:45 UTC 2010 r...@space.subedartech.net:/usr/obj/usr/src/sys/GENERIC i386 #cd /usr/ports/

Re: How to prevent system to launch interactive fsck after improper shutdown and reboot?

2010-09-15 Thread Yuri
On 09/15/10 09:47, Remko Lodder wrote: I think this might do your trick: fsck_y_enable="NO" # Set to YES to do fsck -y if the initial preen fails. fsck_y_flags="" # Additional flags for fsck -y The reason for this to get interactively is because this might messup with your filesys

CPU temp munin plugin

2010-09-15 Thread Dánielisz László
Hi, What plugin do you use in munin to get values of your CPU? Thanks! Laszlo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@f

Re: this is probably a little touchy to ask...

2010-09-15 Thread Michel Talon
Jerry said: " It took years, literally, before FreeBSD matured enough to get 64-bit drivers for nVidia working correctly on its platform. The failure to get the latest version(s) of Java working correctly on FreeBSD and thereby, at least in my case, make the latest version of Firefox fully usable,

Re: this is probably a little touchy to ask...

2010-09-15 Thread Jonathan McKeown
On Wednesday 15 September 2010 13:02:41 Jerry wrote: > It took years, literally, before FreeBSD matured enough to get 64-bit > drivers for nVidia working correctly on its platform. The failure to > get the latest version(s) of Java working correctly on FreeBSD and > thereby, at least in my case, m

Re: this is probably a little touchy to ask...

2010-09-15 Thread C. Bergström
Jonathan McKeown wrote: Yes. It lies with Sun and Oracle, and the licensing terms that prevent the FreeBSD project from distributing modified Java packages. More generally, the problem lies with companies who won't support FreeBSD but also prevent the project from supporting their product its

Re: virtaullBox AMD64 32bit lib

2010-09-15 Thread Gholam Mostafa Faridi
On 09/15/2010 13:00, Edho P Arief wrote: sh install.sh I download all file and go to download directory and run that command , for first time I do not see error and do not see messages , but when I run that sh install.sh again I see this error "mfaridipc# sh install.sh ./usr/lib32/libc.so.7:

Re: this is probably a little touchy to ask...

2010-09-15 Thread Jerry
On Wed, 15 Sep 2010 15:17:32 + Michel Talon articulated: > > Jerry said: > " > It took years, literally, before FreeBSD matured enough to get 64-bit > drivers for nVidia working correctly on its platform. The failure to > get the latest version(s) of Java working correctly on FreeBSD and > t

Re: this is probably a little touchy to ask...

2010-09-15 Thread Michel Talon
Jerry said: > "Starting in Firefox 3.6, you also need the new Java plugin included in > Java 6 Update 15 and above." OK, this explains why my plugin doesn't work. So the only solution is to use the port firefox35 hoping that other components (flash plugin support) also work in this case. > Free

Prova sin relation med vår prisbelönt k ärleksmete

2010-09-15 Thread MobTech Sverige
Hur het är er relation? Kylig som ett isberg eller het som en vulkan? Låt oss hjälpa dig. Vi ger dig svaret vilket kan förändra ditt liv! Skicka ett SMS med sökorden TXT LOVE NAMN+NAMN till nummer 72401 och ta reda på hur kompatibelt du är! Exempel på SMS: TXT LOVE ELIN+ANDERS Efter du har sk

Re: apropos returning same item twice

2010-09-15 Thread Wayne Sierke
On Tue, 2010-09-14 at 00:37 +, Alexander Best wrote: > On Sat Sep 11 10, Steven Friedrich wrote: > > Why does apropos list mysql(1) twice? > > > > It doesn't return duplicates with apropos kde... > > maybe you have a gzip'ed and plain version in /usr ? > > see PR #4419. > > cheers. > alex

Hur het är er relation? :)

2010-09-15 Thread MobTech Sverige
Hur het är er relation? Kylig som ett isberg eller het som en vulkan? Låt oss hjälpa dig. Vi ger dig svaret vilket kan förändra ditt liv! Skicka ett SMS med sökorden TXT LOVE NAMN+NAMN till nummer 72401 och ta reda på hur kompatibelt du är! Exempel på SMS: TXT LOVE ELIN+SVEN Efter du har skic

Re: How to prevent system to launch interactive fsck after improper shutdown and reboot?

2010-09-15 Thread David Brodbeck
On Wed, Sep 15, 2010 at 12:00 AM, Yuri wrote: > Thanks Remko! > I never had spare 5 secs for this :-), and now when I left my computer to > friends (not computer savvy) they got into this trap. There is no > database... I think installer better asks this question during installation > since many u

Re: this is probably a little touchy to ask...

2010-09-15 Thread bdsfbsd
On Wed, 15 Sep 2010 12:46:35 -0400, Michel Talon wrote: Jerry said: "Starting in Firefox 3.6, you also need the new Java plugin included in Java 6 Update 15 and above." OK, this explains why my plugin doesn't work. So the only solution is to use the port firefox35 hoping that other compon

gateway_enable

2010-09-15 Thread Wolfgang Riegler
Hi, I have a question about building a FreeBSD gateway. I want to create a subnet in our internal company network. I have installed FreeBSD 8.0 RELEASE i386, no updates, right from the FreeBSD CD. Now I want to configure this box as the gateway of the subnet. I have two NICs configured. One ex

Re: gateway_enable

2010-09-15 Thread Chuck Swiger
On Sep 15, 2010, at 12:10 PM, Wolfgang Riegler wrote: > I want to create a subnet in our internal company network. I have installed > FreeBSD 8.0 RELEASE i386, no updates, right from the FreeBSD CD. Now I want > to configure this box as the gateway of the subnet. I have two NICs > configured. On

Re: gateway_enable

2010-09-15 Thread Beat Siegenthaler
On 15.09.10 21:10, Wolfgang Riegler wrote: > > I thought gateway_enable="YES" in /etc/rc.conf should be sufficient. But > > it doesn't work. Do I need something else? > > > > Looks all ok. But does 192.168.40.1 have a route to 192.168.50.0/24 via GW 192.168.40.122? > > Internet: > > Destinat

Discard file cache

2010-09-15 Thread CyberLeo Kitsana
Hi! I'm helping port a utility [1] to program the EyeFi card [2] and I seem to be running into problems properly manipulating the configuration. The card is programmed by writing encoded commands to certain hidden files on the card, and reading the coded responses back from other files. Since the

So I've Been Wondering...

2010-09-15 Thread Jud
Thinking of installing FreeBSD with ZFS root on my MacBook Pro as dual boot, possibly treble with Win7. What's the best way to do this - Boot Camp, then follow FreeBSD Wiki? Thanks, Jud -- "I'd take the awe of understanding over the awe of ignorance any day." — Douglas Adams ___

Re: How to prevent system to launch interactive fsck after improper shutdown and reboot?

2010-09-15 Thread doug
On Wed, 15 Sep 2010, Polytropon wrote: On Wed, 15 Sep 2010 08:47:38 +0200, "Remko Lodder" wrote: Almost every time after improper shutdown (poweroff) and reboot I get into interactive fsck. I am being asked whole bunch of questions to which I just have to answer Y (what are my other option

Re: gateway_enable

2010-09-15 Thread Nathan Vidican
On Wed, Sep 15, 2010 at 3:30 PM, Beat Siegenthaler < beat.siegentha...@beatsnet.com> wrote: > > > On 15.09.10 21:10, Wolfgang Riegler wrote: > > > > I thought gateway_enable="YES" in /etc/rc.conf should be sufficient. > But it doesn't work. Do I need something else? > > > > > > > Looks all ok. >

Re: jumbo frame support in bge(4) for BCM5704

2010-09-15 Thread David Newman
On 9/14/10 7:43 PM, Adam Vande More wrote: > On Tue, Sep 14, 2010 at 9:19 PM, David Newman wrote: > >> 8.0-RELEASE amd64, Tyan S2882-D motherboard, Broadcom BCM5704C gigabit >> Ethernet transceivers >> >> Thanks in advance for any clues on enabling jumbos on this system. >> > > What happens if yo

Re: apropos returning same item twice

2010-09-15 Thread Steven Friedrich
On Wednesday 15 September 2010 12:39:15 pm Wayne Sierke wrote: > On Tue, 2010-09-14 at 00:37 +, Alexander Best wrote: > > On Sat Sep 11 10, Steven Friedrich wrote: > > > Why does apropos list mysql(1) twice? > > > > > > It doesn't return duplicates with apropos kde... > > > > maybe you have a

Re: CPU temp munin plugin

2010-09-15 Thread Rob Byrnes
2010/9/15 Dánielisz László : > Hi, > > What plugin do you use in munin to get values of your CPU? There are several, and some have dependencies on other software - what cpu are you using? Rob ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: virtaullBox AMD64 32bit lib

2010-09-15 Thread Rob Byrnes
On 15 September 2010 17:43, Gholam Mostafa Faridi wrote: > I want install virtualBox on AMD 64 and I use FreeBSD 8.1 and I have SRC > directory , but when I run make install clean I see this error > " Requires 32-bit libraries installed under /usr/lib32. > Do: cd /usr/src; make build32 install32;

make buildkernel pre-build too long

2010-09-15 Thread David DEMELIER
Hi there, I can't understand why this part of make buildkernel is so long on my amd64 machine (8.1-R) make -V CFILES -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc" xargs mkdep -a -f .newdep -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-