Re: Firefox install problem

2012-09-05 Thread Mario Lobo
2012/9/4 Warren Block wbl...@wonkity.com On Tue, 4 Sep 2012, Waitman Gobble wrote: On Sep 4, 2012 7:03 PM, Mario Lobo l...@bsd.com.br wrote: All I've done was csup -L 2 ports-supfile with ports-www in it. Then cd /usr/ports/www/firefox; make with default options. As for my

Virtual FreeBSD9.0 ISO Image Won't Mount Root FS

2012-09-05 Thread Martin McCormick
The ISO image is the FreeBSD9.0 bootonly CDROM for amd64 systems. I added loader.conf to /boot in order to activate a serial console and this along with socat appears to be working as it should. This is great because remote desktop is not an option. The VM boot starts normally

Re: asking for help about acpi_tz0: _CRT value is absurd, ignored (256.0C)

2012-09-05 Thread Lowell Gilbert
Warren Block wbl...@wonkity.com writes: On Tue, 4 Sep 2012, Lowell Gilbert wrote: chiehhan chieh...@gmail.com writes: To whom may concern, I am a greenhorn in the field of freebsd.And when I install Freebsd9.0 on my laptop HP NX6330,a control spam acpi_tz0: _CRT value is absurd, ignored

Re: Firefox install problem

2012-09-05 Thread Lowell Gilbert
Mario Lobo l...@bsd.com.br writes: 2012/9/4 Warren Block wbl...@wonkity.com On Tue, 4 Sep 2012, Waitman Gobble wrote: On Sep 4, 2012 7:03 PM, Mario Lobo l...@bsd.com.br wrote: All I've done was csup -L 2 ports-supfile with ports-www in it. Then cd /usr/ports/www/firefox; make with

Re: Virtual FreeBSD9.0 ISO Image Won't Mount Root FS

2012-09-05 Thread Ryan Frederick
What option argument did you specify for the -V (volume ID) option when you created the ISO with the `mkisofs` command? I believe that the root filesystem lies under /dev/iso9660/volumeID for which the ISO loader's default configuration specifies as /dev/iso9660/FREEBSD_INSTALL. Thus you'll

9.1-RC1 kernel dump - anybody willing to tackle it ?

2012-09-05 Thread jb
Hi, here is a kernel dump I got recently: # ls -al /var/crash/ total 285944 drwxr-x--- 2 root wheel512 Sep 5 06:21 . drwxr-xr-x 25 root wheel512 Sep 5 08:30 .. -rw-r--r-- 1 root wheel 2 Sep 5 06:21 bounds -rw--- 1 root wheel 105813 Sep 5 06:21

Re: [SOLVED] Firefox install problem

2012-09-05 Thread Mario Lobo
2012/9/5 Jan Beich jbe...@tormail.org Mario Lobo l...@bsd.com.br writes: @Jan ~]ident /usr/ports/Mk/bsd.gecko.mk /usr/ports/Mk/bsd.gecko.mk: $FreeBSD: ports/Mk/bsd.gecko.mk,v 1.63 2012/07/26 23:12:19 flo Exp $ As far as I could find, this seems to be the latest version. Try

Auto-mounting sshfs from /etc/fstab

2012-09-05 Thread OriS
Hello all, I've been trying to find a page on the Internet where an example is posted explaining how to mount sshfs from /etc/fstab, but I can't find any! I'm on 9.1-PR amd64 and I've installed Fuse and sshfs, I have enabled Fuse in rc.conf and I can see /dev/fuse. Furthermore, using sshfs from

Re: asking for help about acpi_tz0: _CRT value is absurd, ignored (256.0C)

2012-09-05 Thread Chris Whitehouse
On 04/09/2012 08:58, chiehhan wrote: To whom may concern, I am a greenhorn in the field of freebsd.And when I install Freebsd9.0 on my laptop HP NX6330,a control spam acpi_tz0: _CRT value is absurd, ignored (256.0C)occurs. I created a custom ASL as a workaround.

Re: Auto-mounting sshfs from /etc/fstab

2012-09-05 Thread andrew clarke
On Wed 2012-09-05 19:38:54 UTC+0200, OriS (site.free...@orientalsensation.com) wrote: I've been trying to find a page on the Internet where an example is posted explaining how to mount sshfs from /etc/fstab, but I can't find any! Have you tried running sshfs from cron? eg. run crontab -e as

Re: Auto-mounting sshfs from /etc/fstab

2012-09-05 Thread Polytropon
On Thu, 6 Sep 2012 07:43:38 +1000, andrew clarke wrote: On Wed 2012-09-05 19:38:54 UTC+0200, OriS (site.free...@orientalsensation.com) wrote: I've been trying to find a page on the Internet where an example is posted explaining how to mount sshfs from /etc/fstab, but I can't find any!

Re: Auto-mounting sshfs from /etc/fstab

2012-09-05 Thread Elias Chrysocheris
In the past I wanted to do so in my system. I had one server called pluto and I wanted to sshfs one directory from my laptop. The first thing I had to do was to make passwordless ssh from my laptop to the server (there are a lot of pages in the internet to explain how to do this, so I will not

RE: NFSv4 ACL permissions setting

2012-09-05 Thread Doug Sampson
Wiadomość napisana przez Doug Sampson w dniu 31 sie 2012, o godz. 01:42: [..] group:DSP-production:rwxpDdaARWcCos:fd:allow - group:DSP-production:rwxpDdaARWcCos:fd:allow - This itself looks like a bug in setfacl(1). I'll look into it.

Re: NFSv4 ACL permissions setting

2012-09-05 Thread Edward Tomasz Napierała
Wiadomość napisana przez Doug Sampson w dniu 6 wrz 2012, o godz. 01:13: Wiadomość napisana przez Doug Sampson w dniu 31 sie 2012, o godz. 01:42: [..] group:DSP-production:rwxpDdaARWcCos:fd:allow - group:DSP-production:rwxpDdaARWcCos:fd:allow

Somewhat OT: Using Pipes Inside a GNU Make File

2012-09-05 Thread Tim Daneliuk
A bit off topic, but I'm kind of stuck. I am using gmake and want to do something like this: FOO := $(shell a | b | c) But this appears not to work. Only the 'a' command is executed. The remainder of the pipeline is ignored. Is there some clean way to implement this kind of thing? --

Re: NFSv4 ACL permissions setting

2012-09-05 Thread Polytropon
On Thu, 6 Sep 2012 01:20:38 +0200, Edward Tomasz Napierała wrote: Wiadomość napisana przez Doug Sampson w dniu 6 wrz 2012, o godz. 01:13: Wiadomość napisana przez Doug Sampson w dniu 31 sie 2012, o godz. 01:42: [..] group:DSP-production:rwxpDdaARWcCos:fd:allow

Re: Somewhat OT: Using Pipes Inside a GNU Make File

2012-09-05 Thread Bryan Drewery
On 9/5/2012 7:02 PM, Tim Daneliuk wrote: A bit off topic, but I'm kind of stuck. I am using gmake and want to do something like this: FOO := $(shell a | b | c) But this appears not to work. Only the 'a' command is executed. The remainder of the pipeline is ignored. Is there some

RE: NFSv4 ACL permissions setting

2012-09-05 Thread Doug Sampson
#!/bin/sh # run this script where you wish to effect the changes # reset perms to default find . -type d -print0 | xargs -0 setfacl -b * Why the asterisk? Also, using -m with NFSv4 ACLs is not a very good idea - it's supposed to work, but with NFSv4 ACLs the ordering does matter,

Re: Somewhat OT: Using Pipes Inside a GNU Make File

2012-09-05 Thread Tim Daneliuk
On 09/05/2012 07:24 PM, Bryan Drewery wrote: On 9/5/2012 7:02 PM, Tim Daneliuk wrote: A bit off topic, but I'm kind of stuck. I am using gmake and want to do something like this: FOO := $(shell a | b | c) But this appears not to work. Only the 'a' command is executed. The remainder of

Re: Somewhat OT: Using Pipes Inside a GNU Make File

2012-09-05 Thread Warren Block
On Wed, 5 Sep 2012, Tim Daneliuk wrote: On 09/05/2012 07:24 PM, Bryan Drewery wrote: On 9/5/2012 7:02 PM, Tim Daneliuk wrote: A bit off topic, but I'm kind of stuck. I am using gmake and want to do something like this: FOO := $(shell a | b | c) But this appears not to work. Only the