ls-F tcsh built-in command

2012-05-17 Thread fake fake
BSD's 'ls' seems to support only ANSI colors, so I want to use 'ls-F' instead. (which supports ISO 6429 colors) 'ls-F' colors directories beautifully. But 'ls-F -l' does not, at all. Is this designed, or am I doing something wrong? ___

Re: Building FreeBSD to install or update in two DESTDIRs

2012-05-17 Thread Thomas Mueller
from Polytropon: In case you need to do more than one additional installation, you should consider creating a tar archive of the fully installed system and then use tar --unlink to the mounted target. If you need to create many bootable systems from scratch, a script performing the

KPPP

2012-05-17 Thread Peter Barnes
Hi Everyone, I would like to use BSD but I use KPPP to connect to my ISP. Is anyone working on KPPP to include it with BSD? According to Distrowatch no BSD O/S's have KPPP Regards Peter ___ freebsd-questions@freebsd.org mailing list

Filesystem dump incremental?

2012-05-17 Thread Matthias Petermann
Hello, currently I am experiencing something confusing. Some hours ago I did a level 0 dump with the following command: dump -a -0 -f /mnt/da0/backup-compaq.0.dump / This results in a quite big dump file. After changing a couple of files, I tried to do another dump. This time as level

Re: ls-F tcsh built-in command

2012-05-17 Thread Bernt Hansson
2012-05-17 08:12, fake fake skrev: BSD's 'ls' seems to support only ANSI colors, so I want to use 'ls-F' instead. (which supports ISO 6429 colors) 'ls-F' colors directories beautifully. But 'ls-F -l' does not, at all. Is this designed, or am I doing something wrong? From ls manpage -F Display

Re: ls-F tcsh built-in command

2012-05-17 Thread fake fake
Thank you for replying. But I am telling 'ls-F' (tcsh built-in command), not 'ls -F'. On 17 May 2012 20:19, Bernt Hansson b...@bananmonarki.se wrote: 2012-05-17 08:12, fake fake skrev: BSD's 'ls' seems to support only ANSI colors, so I want to use 'ls-F' instead. (which supports ISO 6429

Re: KPPP

2012-05-17 Thread Matthew Seaman
On 17/05/2012 08:27, Peter Barnes wrote: I would like to use BSD but I use KPPP to connect to my ISP. Is anyone working on KPPP to include it with BSD? According to Distrowatch no BSD O/S's have KPPP KPPP is just a KDE-based GUI wrapper around the OS provided PPP functionality. At a guess,

Re: Filesystem dump incremental?

2012-05-17 Thread Matthew Seaman
On 17/05/2012 12:49, Matthias Petermann wrote: currently I am experiencing something confusing. Some hours ago I did a level 0 dump with the following command: dump -a -0 -f /mnt/da0/backup-compaq.0.dump / This results in a quite big dump file. After changing a couple of files, I

Re: Filesystem dump incremental?

2012-05-17 Thread Mike Clarke
On Thursday 17 May 2012, Matthias Petermann wrote: dump -a -1 -f /mnt/da0/backup-compaq.1.dump / Try a new full backup with dump -0aLuf /mnt/da0/backup-compaq.1.dump / then for the incremental use dump -1aLuf /mnt/da0/backup-compaq.1.dump / The option you're missing is u, but L is

Re: ls-F tcsh built-in command

2012-05-17 Thread Polytropon
On Thu, 17 May 2012 20:24:02 +0900, fake fake wrote: Thank you for replying. But I am telling 'ls-F' (tcsh built-in command), not 'ls -F'. Please see man csh: ls-F acts like `ls -CF', unless listflags contains an `x', in which case it acts like `ls -xF'. ls-F passes its

Re: ls-F tcsh built-in command

2012-05-17 Thread fake fake
Oh, dear. I didn't notice it. So, is there no way to color directory in ISO 6429 codes with using tcsh? On 17 May 2012 21:54, Polytropon free...@edvax.de wrote: On Thu, 17 May 2012 20:24:02 +0900, fake fake wrote: Thank you for replying. But I am telling 'ls-F' (tcsh built-in command), not

Re: ls-F tcsh built-in command

2012-05-17 Thread Polytropon
On Thu, 17 May 2012 21:59:52 +0900, fake fake wrote: Oh, dear. I didn't notice it. So, is there no way to color directory in ISO 6429 codes with using tcsh? Judging from man csh: File names can also be colorized based on filename extension. This is specified in the LS_COLORS

Re: KPPP

2012-05-17 Thread RW
On Thu, 17 May 2012 13:37:49 +0200 Matthew Seaman wrote: On 17/05/2012 08:27, Peter Barnes wrote: I would like to use BSD but I use KPPP to connect to my ISP. Is anyone working on KPPP to include it with BSD? According to Distrowatch no BSD O/S's have KPPP KPPP is just a KDE-based GUI

Network Cards Compatibility

2012-05-17 Thread Christian ROUSSEAU
Greetings, I would like to have a list of the free bsd compatible network cards . Is it compatible with realtek chipset drivers. That comes with most PC's? THx ___ freebsd-questions@freebsd.org mailing list

FW: Network Cards Compatibility

2012-05-17 Thread Christian ROUSSEAU
Greetings, I would like to have a list of the free bsd compatible network cards . Is it compatible with realtek chipset drivers. That comes with most PC's? THx ___ freebsd-questions@freebsd.org mailing list

Re: Network Cards Compatibility

2012-05-17 Thread Robert Bonomi
Christian ROUSSEAU christ...@comphaiti.com writes: Greetings, I would like to have a list of the free bsd compatible network cards. You have my permission. *grin* See : http:/www.freebsd.org/releases/ Fint the O/S version you are interested in and select the

Re: Network Cards Compatibility

2012-05-17 Thread Matthew Seaman
On 17/05/2012 16:11, Christian ROUSSEAU wrote: I would like to have a list of the free bsd compatible network cards . Is it compatible with realtek chipset drivers. That comes with most PC's? Realtek cards generally use the re(4) driver:

Re: Filesystem dump incremental?

2012-05-17 Thread Matthias Petermann
Thanks Mike and Matthew, the -u switch was what I missed. It now works fine. Regards, Matthias On 17.05.2012 13:52, Mike Clarke wrote: On Thursday 17 May 2012, Matthias Petermann wrote: dump -a -1 -f /mnt/da0/backup-compaq.1.dump / Try a new full backup with dump -0aLuf

Consult

2012-05-17 Thread Diego Nahuel Martinez
Hi team, I would like to know if 8.2R of BSD supports IBM Power P5 processors. So far I read below http://www.freebsd.org/releases/8.2R/hardware.html#PROC-POWERPC that there is some support but not sure which processor that is. Regards, Diego Martinez Saludos, Diego N. Martinez

Re: Network Cards Compatibility

2012-05-17 Thread Daniel Feenberg
On Thu, 17 May 2012, Christian ROUSSEAU wrote: Greetings, I would like to have a list of the free bsd compatible network cards . Is it compatible with realtek chipset drivers. That comes with most PC's? Just guessing, you have to restrict yourself to a very limited

Re: Network Cards Compatibility

2012-05-17 Thread Wojciech Puchar
I would like to have a list of the free bsd compatible network cards . Is it compatible with realtek chipset drivers. That comes with most PC's? i think making list of incompatible network cards would be far easier. since a very long time i just never checked as everything

Re: FreeBSD on the ASUS P8H67-M LGA1155 H67 motherboard

2012-05-17 Thread Shane Ambler
On 17/05/2012 14:31, Victor Sudakov wrote: Thanks for the good news. Can you please show 'cat /dev/sndstat' and what the kernel thinks about the NIC (is it the re(4) driver?) cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: HDA NVidia (Unknown)

FreeBSD Server

2012-05-17 Thread lpeth
FreeBSD Dear Sirs; I have a 8core, 32 GB ram server I built myself. AMD cpu, with Supermicro motherboard. I want to use FreeNAS as a database system, and I'm wondering what it will cost to use FreeBSD with FreeNAS. I see the Version I would like is $40 for a four CD set, but that does not mean

Re: FreeBSD Server

2012-05-17 Thread Chuck Swiger
Hi-- On May 17, 2012, at 10:22 AM, lpeth wrote: I have a 8core, 32 GB ram server I built myself. AMD cpu, with Supermicro motherboard. I want to use FreeNAS as a database system, and I'm wondering what it will cost to use FreeBSD with FreeNAS. I see the Version I would like is $40 for a

Re: FreeBSD Server

2012-05-17 Thread Mehmet Erol Sanliturk
On Thu, May 17, 2012 at 10:22 AM, lpeth lp...@centurytel.net wrote: FreeBSD Dear Sirs; I have a 8core, 32 GB ram server I built myself. AMD cpu, with Supermicro motherboard. I want to use FreeNAS as a database system, and I'm wondering what it will cost to use FreeBSD with FreeNAS. I see the

Re: FreeBSD Server

2012-05-17 Thread Daniel Feenberg
On Thu, 17 May 2012, lpeth wrote: FreeBSD Dear Sirs; I have a 8core, 32 GB ram server I built myself. AMD cpu, with Supermicro motherboard. I want to use FreeNAS as a database system, and I'm wondering what it will cost to use FreeBSD with FreeNAS. I see the Version I would like is $40 for

Re: FreeBSD Server

2012-05-17 Thread Dean E. Weimer
On 05/17/2012 15:29, Daniel Feenberg wrote: On Thu, 17 May 2012, lpeth wrote: FreeBSD Dear Sirs; I have a 8core, 32 GB ram server I built myself. AMD cpu, with Supermicro motherboard. I want to use FreeNAS as a database system, and I'm wondering what it will cost to use FreeBSD with FreeNAS.

Re: FreeBSD Server

2012-05-17 Thread Robert Bonomi
lpeth lp...@centurytel.net wrote: FreeBSD Dear Sirs; I have a 8core, 32 GB ram server I built myself. AMD cpu, with Supermicro motherboard. I want to use FreeNAS as a database system, and I'm wondering what it will cost to use FreeBSD with FreeNAS. I see the Version I would like is $40

FreeBSD X?

2012-05-17 Thread Vance Siemens
http://www.trollaxor.com/2012/05/freebsd-x-berkeley-unix-apple-quality.html ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: FreeBSD X?

2012-05-17 Thread Daniel Staal
--As of May 17, 2012 8:36:38 PM -0400, Vance Siemens is alleged to have said: http://www.trollaxor.com/2012/05/freebsd-x-berkeley-unix-apple-quality.ht Um, wasn't April 1st *last* month? Daniel T. Staal --- This email copyright

Re: FreeBSD X?

2012-05-17 Thread Adam Vande More
On Thu, May 17, 2012 at 7:45 PM, Daniel Staal dst...@usa.net wrote: --As of May 17, 2012 8:36:38 PM -0400, Vance Siemens is alleged to have said: http://www.trollaxor.com/2012/**05/freebsd-x-berkeley-unix-**

Re: FreeBSD X?

2012-05-17 Thread Edward M
On 05/17/2012 05:36 PM, Vance Siemens wrote: http://www.trollaxor.com/2012/05/freebsd-x-berkeley-unix-apple-quality.html ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: FreeBSD X?

2012-05-17 Thread Colin Barnabas
On Thu, May 17, 2012 at 08:36:38PM -0400, Vance Siemens wrote: http://www.trollaxor.com/2012/05/freebsd-x-berkeley-unix-apple-quality.html ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: FreeBSD X?

2012-05-17 Thread Fernando ApesteguĂ­a
On Fri, May 18, 2012 at 7:05 AM, Colin Barnabas colin.barna...@gmail.com wrote: On Thu, May 17, 2012 at 08:36:38PM -0400, Vance Siemens wrote: http://www.trollaxor.com/2012/05/freebsd-x-berkeley-unix-apple-quality.html ___