On 1/8/11 10:30 PM, Modulok wrote:
List,
Is there a command that lets me send standard input to two different
places at the same time? (i.e. non-sequentially.) Think of it like a
pipe character, but with a 'Y' branch instead. Basically, I want to
record standard input to a log file, but also sen
Modulok writes:
> Is there a command that lets me send standard input to two different
> places at the same time? (i.e. non-sequentially.) Think of it like a
> pipe character, but with a 'Y' branch instead. Basically, I want to
> record standard input to a log file, but also send it to anothe
>Is there a command that lets me send standard input to two different
>places at the same time? (i.e. non-sequentially.) Think of it like a
>pipe character, but with a 'Y' branch instead. Basically, I want to
>record standard input to a log file, but also send it to another
>command for processing
On Sat, 8 Jan 2011, Modulok wrote:
Is there a command that lets me send standard input to two different
places at the same time? (i.e. non-sequentially.) Think of it like a
pipe character, but with a 'Y' branch instead. Basically, I want to
record standard input to a log file, but also send it t
wow really... can u even buy even 1.44 anymore?
confirmed i set mine to 160 and it works.. the daring im sure could try
144 LOL
On Sat, Jan 8, 2011 at 11:01 PM, wrote:
> Outback Dingo wrote:
>
> > looks like NANO_MEDIASIZE=120 in nanobsd.sh is too small possibly
>
> IOW nanobsd wil
Outback Dingo wrote:
> looks like NANO_MEDIASIZE=120 in nanobsd.sh is too small possibly
IOW nanobsd will no longer fit on a 5.25" floppy? I'm _shocked_ :)
A bit more seriously, it would be nice if it will still fit on a
3.5" floppy -- there are likely quite a few of those still in use.
__
List,
Is there a command that lets me send standard input to two different
places at the same time? (i.e. non-sequentially.) Think of it like a
pipe character, but with a 'Y' branch instead. Basically, I want to
record standard input to a log file, but also send it to another
command for processin
keram...@freebsd.org (Giorgos Keramidas) wrote:
> Packages should never install stuff in /usr/bin and /usr/sbin.
> Ports should *only* install files in /usr/local/... There are a
> few ports that includes options to override base-system files in
> /usr but these are the exception.
The doc ports i
looks like NANO_MEDIASIZE=120 in nanobsd.sh is too small possibly
On Sat, Jan 8, 2011 at 7:27 PM, Robert Boyer wrote:
> I am trying nanobsd for the first time under 8.1 and have two fairly basic
> questions before I go about solving a few issues in my usual brute-force and
> wrong way.
>
>
On Sat, 8 Jan 2011 17:33:40 -0700 (MST)
Warren Block wrote:
> > They are also doing very different things. MAKE_JOBS_SAFE applies
> > -j to GNU make, which is invoked to do the actual compiling of
> > third-party software. make -j 16 install applies -j to BSD make,
> > which is used to implement
Yesterday, I surfed around for what-a-blog-IS, and now have
roughly three-halves clue. A "blog" is a periodic web-column
written by a person {generally} on a single topic. Romance,
Adventure, Sex, Philosophy, Religion, Strawberries, Pets,
are possible top
On 01/09/11 08:28, Chris Brennan wrote:
On Sat, Jan 8, 2011 at 5:22 PM, Paul B Mahol wrote:
I do not know your AP setup so I can not answer this. Perhaps AP use
DHCP and you want to bridge wired and wireless device?
It's a fairly straight forward setup, right now I just want to i
On Sat, 8 Jan 2011, RW wrote:
On Sat, 8 Jan 2011 22:09:31 +
Bruce Cran wrote:
On Sat, 8 Jan 2011 23:43:22 +0200
??? ??? wrote:
cd /usr/ports//
make -j 16 install
Don't do that then :)
Ports which are marked MAKE_JOBS_SAFE will automatically be built
using -j as far as I know
I am trying nanobsd for the first time under 8.1 and have two fairly basic
questions before I go about solving a few issues in my usual brute-force and
wrong way.
1)Using a box stock system with a fresh install and the default nanobsd.sh with
default configuration everything looks like it build
On Sat, 8 Jan 2011 23:41:24 +0200, Коньков Евгений wrote:
> GK> On Sat, 8 Jan 2011 23:18:07 +0200, Коньков Евгений
> wrote:
>>> Hi
>>> System have many programs.
>>> Wanna to upgrade to new version of FBSD
>>>
>>> Is it possible to clean system from garbage (all programs, files,
>>> header files
On Sat, 8 Jan 2011 23:37:40 +
RW wrote:
> They are also doing very different things. MAKE_JOBS_SAFE applies -j
> to GNU make, which is invoked to do the actual compiling of
> third-party software. make -j 16 install applies -j to BSD make, which
> is used to implement the ports system itself.
On Sat, 8 Jan 2011 22:09:31 +
Bruce Cran wrote:
> On Sat, 8 Jan 2011 23:43:22 +0200
> Коньков Евгений wrote:
>
> > cd /usr/ports//
> > make -j 16 install
>
> Don't do that then :)
>
> Ports which are marked MAKE_JOBS_SAFE will automatically be built
> using -j as far as I know.
They are
On Sat, Jan 08, 2011 at 02:30:01PM -0800, Devin Teske thus spake:
On Jan 8, 2011, at 4:18 AM, Tony Maserati wrote:
pkg_deinstall vsftpd-ssl-2.3.2 works but not pkg_deinstall vsftpd???
Try:
pkg_delete -x vsftpd
I tried this operation on both vsftpd and vsftpd-ssl and they both deinstall
On Jan 8, 2011, at 4:18 AM, Tony Maserati wrote:
> pkg_deinstall vsftpd-ssl-2.3.2 works but not pkg_deinstall vsftpd???
>
Try:
pkg_delete -x vsftpd
--
Devin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo
On Sat, 8 Jan 2011, Bruce Cran wrote:
On Sat, 8 Jan 2011 23:43:22 +0200
??? ??? wrote:
cd /usr/ports//
make -j 16 install
Don't do that then :)
Ports which are marked MAKE_JOBS_SAFE will automatically be built using
-j as far as I know.
Yes, and MAKE_JOBS_NUMBER= can be set in /e
On Sat, Jan 8, 2011 at 5:22 PM, Paul B Mahol wrote:
> I do not know your AP setup so I can not answer this. Perhaps AP use
> DHCP and you want to bridge wired and wireless device?
>
It's a fairly straight forward setup, right now I just want to independently
route on both devices, I am debating
On Sat, 08 Jan 2011 16:55:17 +0100
Rolf Nielsen wrote:
> Thanks to all who've replied so far. Matthew's ideas strike me as the
> most interesting ones, and I will certainly explore them and see if I
> can get it working.
> I guess I should have explained in my original post that I neither
> nee
On 1/8/11, Chris Brennan wrote:
> On Sat, Jan 8, 2011 at 3:57 PM, Paul B Mahol wrote:
>
>> Try to load lp firmware instead of non-lp.
>
>
>
> Paul thanks for getting back to me so quickly. That did the trick. Once I
> loaded the lp driver, it powered up correctly and negotiated with my AP. The
>
On Sat, 8 Jan 2011 23:43:22 +0200
Коньков Евгений wrote:
> cd /usr/ports//
> make -j 16 install
Don't do that then :)
Ports which are marked MAKE_JOBS_SAFE will automatically be built using
-j as far as I know.
--
Bruce Cran
___
freebsd-questions@fr
On Sat, 8 Jan 2011 23:41:24 +0200, Коньков Евгений wrote:
> I have tried: pkg_delete -a
> but many files are left in /usr/bin /usr/sbin ... (((
Keep in mind that FreeBSD is not Linux. There is the base
system (/usr/bin, /usr/sbin, ...), and there are the
applications installed by ports or pack
Hi
cd /usr/ports//
make -j 16 install
there are different errors, I think because of some other thread is do
step 2 while step 1 is required to complete.
--
С уважением,
Коньков mailto:kes-...@yandex.ru
___
freebsd-question
GK> On Sat, 8 Jan 2011 23:18:07 +0200, Коньков Евгений
wrote:
>> Hi
>> System have many programs.
>> Wanna to upgrade to new version of FBSD
>>
>> Is it possible to clean system from garbage (all programs, files,
>> header files, except configuration files)
>> like installing FBSD from CD?
>>
>>
On Sat, 8 Jan 2011 23:18:07 +0200, Коньков Евгений wrote:
> Hi
> System have many programs.
> Wanna to upgrade to new version of FBSD
>
> Is it possible to clean system from garbage (all programs, files,
> header files, except configuration files)
> like installing FBSD from CD?
>
> is there cmd?
Hi
System have many programs.
Wanna to upgrade to new version of FBSD
Is it possible to clean system from garbage (all programs, files,
header files, except configuration files)
like installing FBSD from CD?
is there cmd?
make clean-system
--
___
On Sat, Jan 8, 2011 at 3:57 PM, Paul B Mahol wrote:
> Try to load lp firmware instead of non-lp.
Paul thanks for getting back to me so quickly. That did the trick. Once I
loaded the lp driver, it powered up correctly and negotiated with my AP. The
problem now is I can't route ... which is odd
java/openjdk6 WITH_WEB will give you the plugin to use with www/firefox.
I'm trying to build openjdk6, and I get this error message. Any
suggestions?
R's,
John
IcedTeaPluginUtils.cc IcedTeaScriptablePluginObject.cc
In file included from IcedTeaJavaRequestProcessor.h:46,
fro
On Sat, Jan 8, 2011 at 8:18 PM, Chris Brennan wrote:
> Greetings!
>
> I got bwn to recognize my wireless card, I think there is still something
> missing tho and it's left me scratching my head.
>
> [r...@blackdragon ~]# dmesg | grep -e bwn -e wlan0
> module_register: module siba_bwn/bwn already e
Greetings!
I got bwn to recognize my wireless card, I think there is still something
missing tho and it's left me scratching my head.
[r...@blackdragon ~]# dmesg | grep -e bwn -e wlan0
module_register: module siba_bwn/bwn already exists!
Module siba_bwn/bwn failed to register: 17
siba_bwn0: mem
We are using 7. We see this in 8 as well. We see it on dual and quad core
CPUs. I'm currently testing out another motherboard (different model) to see
how it performs. Should know something by the end of the coming week.
Troy Beisigl
On Jan 7, 2011, at 9:37 PM, Mike Tancsa wrote:
> On 1/7
On Sat, 08 Jan 2011 15:01:49 +
Matthew Seaman articulated:
> dovecot works very well serving Maildir via IMAP. As mentioned
> elsethread, dovecot v2 isn't really stable yet. Also lacks some of
> the add-ons like managesieve. For a quiet life, stick to dovecot
> v1 for the moment.
I am
> pkg_deinstall vsftpd-ssl-2.3.2 works but not pkg_deinstall vsftpd???
>
> That's a bit silly. In fact it's pretty dumb. Sorry you all had to hear
> this.
That's okay. At least you survived the de-install. Any details, so it can
be fixed?
___
freebsd-q
2011-01-08 16:01, Matthew Seaman skrev:
On 08/01/2011 12:26, Rolf Nielsen wrote:
So here's what I want to do.
1. Have fetchmail get the messages.
Should not be a problem.
2. Have an MTA (is that the right name, I always confuse them) deliver
them locally to a maildir.
While you can use an
On 01/08/11 13:26, Rolf Nielsen wrote:
1. Have fetchmail get the messages.
2. Have an MTA (is that the right name, I always confuse them) deliver
them locally to a maildir.
3. Have either a POP3 or an IMAP server from which I can retrieve the
messages to whichever client I choose.
I'm using
On 08/01/2011 12:26, Rolf Nielsen wrote:
> So here's what I want to do.
>
> 1. Have fetchmail get the messages.
Should not be a problem.
> 2. Have an MTA (is that the right name, I always confuse them) deliver
> them locally to a maildir.
While you can use an MTA it's not actually necessary in
On Sat, 08 Jan 2011 13:26:22 +0100
Rolf Nielsen articulated:
> Moreover, I'd like to use maildir instead of a single file mailbox,
> so I'd like to switch from sendmail to e.g. postfix.
>
> The problem is that my knowledge about e-mail configuration is
> somewhat limited. I've found several tuto
pkg_deinstall vsftpd-ssl-2.3.2 works but not pkg_deinstall vsftpd???
That's a bit silly. In fact it's pretty dumb. Sorry you all had to hear
this.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
My advice would be to set up postfix with Dovecot imap. Both are well
documented and, I find, they work well together. Both are fairly straight
forward to set-up as from your post I understand that it's mainly to manage
your own email which would require a basic configuration with some added
s
Hello,
I have several e-mail addresses, and to make it easier to read them all,
I use fetchmail to get the messages from the servers and deliver them to
one local account. And I have a POP3 server running so I can read that
local account's mail from e.g. thunderbird or even from my cell phone.
Hi,
Reference:
> From: Steve Suhre
> Date: Fri, 07 Jan 2011 08:45:47 -0700
> Message-id: <6.2.0.14.2.20110107084225.179e6...@nano.net>
Steve Suhre wrote:
>
>
>
>
> I wasn't sure who to send this to I just grabbed the
> ImageMagick-6.6.6-10 port from the FreeBSD.com p
44 matches
Mail list logo