*Unlimited Reseller Hosting now in just 20$/year*
*Discount Coupon: LETS20*
*http://wbestoffer.wordpress.com*
*Reseller Hosting *
Would you like to start a web hosting company, or take your current hosting
business to the next level? Our reseller hosting account puts YOU in
control! With *WebHo
2012/9/4 Warren Block
> On Tue, 4 Sep 2012, Waitman Gobble wrote:
>
> On Sep 4, 2012 7:03 PM, "Mario Lobo" 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 /etc/make.conf
>>>
>>>
On Wed, 5 Sep 2012 08:25:57 -0300, Mario Lobo wrote:
> "Selectively updating ports is not supported". Then I must wonder why do
> we have the option to put "ports-{$port}" inside the supfile, and not a
> mandatory ports-all.
The reason is that you can safely ignore port categories for
languages a
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 with
Warren Block writes:
> On Tue, 4 Sep 2012, Lowell Gilbert wrote:
>
>> "chiehhan" 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 (256.0C)"occu
Mario Lobo writes:
> 2012/9/4 Warren Block
>
>> On Tue, 4 Sep 2012, Waitman Gobble wrote:
>>
>> On Sep 4, 2012 7:03 PM, "Mario Lobo" 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.
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/ for which the ISO loader's
default configuration specifies as /dev/iso9660/FREEBSD_INSTALL. Thus
you'll need to cha
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 core.t
2012/9/5 Jan Beich
> Mario Lobo 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 another cvsup serve
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 t
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.
http://lists.freebsd.org/pip
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"
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 an
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 no
> 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).
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
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?
--
--
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
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
> >>> #!/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 th
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 t
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 'a
Hello,
Well, no I haven't -- I have tried only the fstab route which does serve
the purpose for me.
Thanks nonetheless :)
OriS
On Wednesday, September 5, 2012, andrew clarke wrote:
> On Wed 2012-09-05 19:38:54 UTC+0200, OriS (
> site.free...@orientalsensation.com ) wrote:
>
> > I've been tryin
23 matches
Mail list logo