Re: RELENG_9 and mps driver (LSI 9211-8i)

2012-01-08 Thread Dennis Glatting
A question for folks along the hardware RAID (SATA 2/3) line of thinking. I have systems with bunches of disks where I use ZFS for the arrays but I prefer my OS to be hardware RAID (please, no arguments --it's my bias). My OS disks are usually different and smaller (usually 1TB) than my ZFS array d

Re: How To Enable ls Color?

2012-01-08 Thread Josh Tolbert
On 1/8/2012 6:14 PM, Polytropon wrote: On Sun, 08 Jan 2012 16:04:17 -0800, Drew Tomlinson wrote: I've installed 9.0-RC3 amd64. I'm trying to enable color output for ls. I've issued the basic 'ls -Gla' but output is not colored. Yet if I can get colorized output by providing color codes (echo

Re: how to force 'device' sources to not compile?

2012-01-08 Thread CyberLeo Kitsana
On 01/06/2012 03:39 PM, Коньков Евгений wrote: > I have errors while compile kernel > > ===> et (all) > cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc > -DHAVE_KERNEL_OPTION_HEADERS -include > /usr/obj/usr/src/sys/KES_KERN_v9/opt_global.h -I. -I@ -I@/contrib/altq >

Re: ZFS Root Won't Mount - Unknown Filesystem -- SOLVED

2012-01-08 Thread Matt Mullins
Whoops, I missed this message before posting my reply a few minutes ago. On Sat, Jan 7, 2012 at 9:36 AM, Drew Tomlinson wrote: > Yes, although I've read that 'zfs set mountpoint=/ zroot' is acceptable as > well.  I set mine to "/" after trying to import pool with '-o altroot=/mnt' > in LiveCD.  W

Re: ZFS Root Won't Mount - Unknown Filesystem

2012-01-08 Thread Matt Mullins
On Sat, Jan 7, 2012 at 7:44 AM, Drew Tomlinson wrote: > I'm attempting a new install of 9.0-RC3 amd64.  My system has 4 500 GB > drives.  Using this tutorial as a guide: > > http://www.aisecure.net/2011/11/28/root-zfs-freebsd9/ When I built my ZFS-root system, I did most of these things, except I

Error in building documentation from source

2012-01-08 Thread Joe Altman
Greetings... I've some sort of image error in building the docs from source. I've copied it below, and wonder how it might be fixed? Sometimes, the issue causes many runs of make in the directory /usr/doc/en_US.ISO8859-1 before all errors are exhausted and other times (like the most recent) only

Re: How To Enable ls Color?

2012-01-08 Thread Michael Ross
Am 09.01.2012, 01:14 Uhr, schrieb Polytropon : On Sun, 08 Jan 2012 16:04:17 -0800, Drew Tomlinson wrote: I've installed 9.0-RC3 amd64. I'm trying to enable color output for ls. I've issued the basic 'ls -Gla' but output is not colored. Yet if I can get colorized output by providing color cod

Re: Mounting (read/write) ext4

2012-01-08 Thread Waitman Gobble
On Sun, Jan 8, 2012 at 11:57 AM, Chris wrote: > Can the upcoming FreeBSD 9 mount ext4 file systems out of the box? > > Trying USB external disk that has ext4 partition /dev/da0s1 and NTFS partition /dev/da0s2, at the moment ext4 doesn't appear to work 'out of the box' - or my mount command is

Re: How To Enable ls Color?

2012-01-08 Thread Polytropon
On Sun, 08 Jan 2012 16:04:17 -0800, Drew Tomlinson wrote: > I've installed 9.0-RC3 amd64. I'm trying to enable color output for > ls. I've issued the basic 'ls -Gla' but output is not colored. Yet if > I can get colorized output by providing color codes (echo > ^[[34mhello^[[37m produces a bl

How To Enable ls Color?

2012-01-08 Thread Drew Tomlinson
I've installed 9.0-RC3 amd64. I'm trying to enable color output for ls. I've issued the basic 'ls -Gla' but output is not colored. Yet if I can get colorized output by providing color codes (echo ^[[34mhello^[[37m produces a blue "hello") at the command line so I know my terminal is capable.

Re: RELENG_9 and mps driver (LSI 9211-8i)

2012-01-08 Thread Vincent Hoffman
On 08/01/2012 04:11, Dennis Glatting wrote: > I have three LSI 9211-8i boards in my system: two flashed to T and one > R. The Ts appear to work fine but the operating system doesn't see the > RAID1 volume on R, but neither did RELENG_8. > > I am writing to ask how well R is supported, if at all. O

Re: OpenBSD disk on FreeBSD.

2012-01-08 Thread R. Clayton
Thanks for your reply to my message. you can address the partitions on that slice (da0s4) like you would access them on FreeBSD. "mount /dev/da0s4a" didn't work. However, looking in dmesg I saw WARNING: R/W mount of /mnt/backups denied. Filesystem is not clean - run fsck After runn

Re: OpenBSD disk on FreeBSD.

2012-01-08 Thread Polytropon
On Sun, 08 Jan 2012 16:13:38 -0500 (EST), R. Clayton wrote: > Thanks for your reply to my message. > > you can address the partitions on that slice (da0s4) like you would access > them > on FreeBSD. > > "mount /dev/da0s4a" didn't work. However, looking in dmesg I saw > > WARNING: R/W m

Re: sour grapes .. was FreeBSD Kernel Internals Documentation

2012-01-08 Thread Michael Cardell Widerkrantz
"C. P. Ghost" , 2012-01-01 20:30 (+0100): > On Sun, Jan 1, 2012 at 7:41 PM, doug wrote: >> That said, FreeBSD has a giant disadvantage in the desktop world. In trying >> to find if there will be any sort for my current laptop I came across a >> comment from Robert Noland saying that Xorg is becom

Mounting (read/write) ext4

2012-01-08 Thread Chris
Can the upcoming FreeBSD 9 mount ext4 file systems out of the box? Sent from my HTC.___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...

Re: OpenBSD disk on FreeBSD.

2012-01-08 Thread Polytropon
On Sun, 08 Jan 2012 14:42:01 -0500, R. Clayton wrote: > The OpenBSD fstab is gone, and the backup copy is (of course) on the disk I > want to mount. How do I go about mounting this disk on FreeBSD? The > following > don't work: > > # mount /dev/da0 mnt > mount: /dev/da0 : Invalid argument >

OpenBSD disk on FreeBSD.

2012-01-08 Thread R. Clayton
I have a usb external hard drive from a dead OpenBSD x86 system, and I want to mount the drive on $ uname -a FreeBSD AngkorWat 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 r...@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 $ fdisk on the FreeBSD system

problem with terminal capabilities when using terminal from within emacs

2012-01-08 Thread Joseph Mingrone
>From within emacs, if I invoke a new multi-term buffer with C-c c, the TERM environment variable is set to eterm-color and a TERMCAP variable is also set and everything works fine. However, if I ssh to a remote host from within this buffer, only the TERM variable remains set and the keybindings d

Re: Installing FreeBSD ver. 8.2

2012-01-08 Thread Frank Shute
On Sun, Jan 08, 2012 at 12:32:25AM +0100, Polytropon wrote: > > On Sat, 7 Jan 2012 15:05:55 -0800 (PST), leeoliveshackelf...@surewest.net > wrote: > > (1) Does anyone know how to get FreeBSD to read the > > motherboard name? This name, on an xw4400, starts with > > "HP" followed by a eleven dig

Re: Installing FreeBSD ver. 8.2

2012-01-08 Thread andrew clarke
On Sat 2012-01-07 15:05:55 UTC-0800, leeoliveshackelf...@surewest.net (leeoliveshackelf...@surewest.net) wrote: > (5) What device driver must be installed for the sound board to be > able to receive a m.i.d.i. over u.s.b. signal? This signal would be > generated by a musician's keyboard, and wou

Re[10]: high load system do not take all CPU time

2012-01-08 Thread Коньков Евгений
КЕ> Also I notice next: КЕ> in case of overload 'ping localhost' or any IP this router has get КЕ> timeouts about 50-100ms, pinging any external host on LAN or Internet КЕ> get normal results: 5ms LAN, 40ms Internet. КЕ> I do not think this issue related to re0 interface or its driver. КЕ> Th

Re[9]: high load system do not take all CPU time

2012-01-08 Thread Коньков Евгений
Also I notice next: in case of overload 'ping localhost' or any IP this router has get timeouts about 50-100ms, pinging any external host on LAN or Internet get normal results: 5ms LAN, 40ms Internet. I do not think this issue related to re0 interface or its driver. This is related to kernel

anybody close to Bristol, UK, wants to give a talk on FreeBSD and numerical analysis to UG students?

2012-01-08 Thread Anton Shterenlikht
Introduction: I'll be teaching computer based modelling to year 1 mechanical engineering students. The unit is based around Matlab, which is not ideal, in my opinion, but is beyond my control. The unit is pretty low level - I have to start from loops and conditional statements, but ultimately I wa

Re: IPFW transparent VS dummynet rules

2012-01-08 Thread budsz
On Sun, Jan 8, 2012 at 1:00 PM, Ian Smith wrote: > On Sat, 7 Jan 2012, budsz wrote: > [..] >  > >             keyword instead of an explicit address.  The search > terminates if >  > >             this rule matches. >  > > >  > > Note particularly the last sentence.  You'll have to do your dummyn