Re: problems with networking and route command

2012-05-20 Thread Ian Smith
In freebsd-questions Digest, Vol 415, Issue 6, Message: 1 On Fri, 18 May 2012 08:07:16 -0400 David Banning wrote: > > > It is machines that connect and receive via DHCP 192.168.1.2 and above > > > that > > > can't connect to the internet though the server. I don't know a whole > > > lot abo

Extend Error Handling

2012-05-20 Thread Venkat Duvvuru
Linux has a feature called EEH (extended error handling) which is introduced to handle PCI errors gracefully. Is EEH supported in freebsd as well? I looked into the documentation of freebsd and briefly looked into the freebsd source tree as well but couldn't find anything like that. Please confirm.

Re: buildworld problem

2012-05-20 Thread freebsdathome
On Sat, 19 May 2012 11:18:37 -0500 CyberLeo Kitsana wrote: > On 05/19/2012 03:29 AM, Andriy Babiy wrote: > >>> "Makefile.inc1", line 160: CPUTYPE global should be set with ?=. > ... > > In make.conf I have CPUTYPE=nocona > > As it says, you need CPUTYPE?=nocona instead of CPUTYPE=nocona in > /et

Re: ls-F tcsh built-in command

2012-05-20 Thread andrew clarke
On Thu 2012-05-17 15:17:13 UTC+0200, Polytropon (free...@edvax.de) wrote: > Search for "LS_COLORS" in the environment variables section > of "man csh". However, I've always been satisfied with using > $LSCOLORS as "ExGxdxdxCxDxDxBxBxegeg". :-) Before I discovered $LSCOLORS I used gls from /usr/po

Re: Mouse stopped working in X

2012-05-20 Thread C. P. Ghost
On Fri, May 18, 2012 at 2:27 PM, Bernt Hansson wrote: > 2012-05-18 13:49, J. W. Ballantine skrev: > >> Hi, >> >> Before the update of x11 on 4/21/2012, X was working fine, but now >> when I startx, my usb and touchpad mouse are no longer found.  The >> mouse works in terminal mode, and hald and db

link_elf_obj: symbol ata_controlcmd undefined

2012-05-20 Thread C. P. Ghost
Hello, what does this boot message means, and where does it come from? link_elf_obj: symbol ata_controlcmd undefined linker_load_file: Unsupported file type It appears between between ZFS storage pool version 28 and drm0: on vgapci0 uname -a: FreeBSD phenom.cordula.ws 9.0-STABLE FreeBSD 9

lrzip error

2012-05-20 Thread Iqbal Aroussi
Hi, I've installed lrzip from ports 'portmaster archivers/lrzip' on both FreeBSD 8.2 / 9 but when I try using it it always fail. I get the following error: iA# lrzip file.sql Output filename is: file.sql.lrz pthread_mutex_lock failedNo such file or directory Fatal error - exiting I need your hel

ZFS mounting order

2012-05-20 Thread lists
Greetings! I have a FreeBSD 9 system with 3 different ZFS pools on it. I am booting from a ro CF Card w/o any major issues, the problem I am encountering is that zroot needs to be mounted at boot first, because it contains /usr, zhome and tank contain other various sub-partitions of /usr. Also, z

Re: ls-F tcsh built-in command

2012-05-20 Thread Polytropon
On Sun, 20 May 2012 20:59:50 +1000, andrew clarke wrote: > In FreeBSD I use /bin/ls: > > setenv LSCOLORS "ExGxFxdxCxDxDxhbadExEx" > alias ls 'ls -D "%Y-%m-%d %H:%M:%S"' > > The -D stuff is to display ISO 8601 style timestamps like GNU ls's > --time-style=long-iso format, eg: > > -r-xr-xr-x 1 ro

Cannot --enable-pcretest-libedit because libedit library was not found

2012-05-20 Thread Len Conrad
8.2-RELEASE FreeBSD 8.2-RELEASE #0 with current portsnap mtr, postfix-current, pcre all fail to install with error: ** Cannot --enable-pcretest-libedit because libedit library was not found. ===> Script "configure" failed unexpectedly. Please report the problem to m...@freebsd.org [maintainer]

eliminate character with sed

2012-05-20 Thread Tim Dunphy
Hello list, I have a few php config files that have the windows delimiter character in them ('^M') that I would like to get rid of. I'm trying to use sed to do it, and for some reason I am not having any luck. Here's the line that I'm trying to use: #sed -i '.bak' 's/^M//g' config.php Howeve

Re: Cannot --enable-pcretest-libedit because libedit library was not found

2012-05-20 Thread Matthew Seaman
On 20/05/2012 17:22, Len Conrad wrote: > 8.2-RELEASE FreeBSD 8.2-RELEASE #0 > > with current portsnap > > mtr, postfix-current, pcre all fail to install with error: > > ** Cannot --enable-pcretest-libedit because libedit library was not found. > ===> Script "configure" failed unexpectedly. > Pl

Re: eliminate character with sed

2012-05-20 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Sun May 20 11:11:00 2012 > Date: Sun, 20 May 2012 12:08:04 -0400 > From: Tim Dunphy > To: freebsd-questions > Subject: eliminate character with sed > > Hello list, > > I have a few php config files that have the windows delimiter > character in them (

Re: eliminate character with sed

2012-05-20 Thread Polytropon
On Sun, 20 May 2012 12:08:04 -0400, Tim Dunphy wrote: > Hello list, > > I have a few php config files that have the windows delimiter > character in them ('^M') that I would like to get rid of. I'm trying > to use sed to do it, and for some reason I am not having any luck. > > Here's the line t

Re: FreeBSD 10 prognostication...

2012-05-20 Thread Vance Siemens
Maybe there is some truth to this. FreeBSD uses use clang, Apple's compiler, since FreeBSD 9: http://lists.freebsd.org/pipermail/freebsd-stable/2012-May/067486.html. On Sat, May 12, 2012 at 11:45 AM, Matthew Jacob wrote: > On 5/12/2012 6:25 AM, Vance Siemens wrote: >> >> Can you share a brief ove

Re: eliminate character with sed

2012-05-20 Thread Warren Block
On Sun, 20 May 2012, Polytropon wrote: Regarding the use of "sed": I'm not sure if it's possible to do something like % sed -i '.bak' 's/\r//g' config.php because I assume (not tested!) that it's not possible to put in escape sequences like that. But try for yourself and surprise me. :

Re: FreeBSD 10 prognostication...

2012-05-20 Thread Waitman Gobble
On Sun, May 20, 2012 at 10:16 AM, Vance Siemens wrote: > Maybe there is some truth to this. FreeBSD uses use clang, Apple's > compiler, since FreeBSD 9: > http://lists.freebsd.org/pipermail/freebsd-stable/2012-May/067486.html. > > On Sat, May 12, 2012 at 11:45 AM, Matthew Jacob wrote: > > On 5/12

Re: eliminate character with sed

2012-05-20 Thread Michael Ross
Am 20.05.2012, 18:08 Uhr, schrieb Tim Dunphy : Hello list, I have a few php config files that have the windows delimiter character in them ('^M') that I would like to get rid of. I'm trying to use sed to do it, and for some reason I am not having any luck. Here's the line that I'm trying to

Re: eliminate character with sed

2012-05-20 Thread Polytropon
On Sun, 20 May 2012 21:10:51 +0200, Michael Ross wrote: > Maybe you can use /usr/ports/converters/dosunix. > > Usage: > dosunix INPUTFILE OUTPUTFILE > > DosUnix converts files from DOS text format to Unix text format > by replacing each carriage return & newline pair wit

Re: ZFS mounting order

2012-05-20 Thread Goran Lowkrantz
Hi, Assuming that you are using some version of diskless (man diskless), I build NAS boxes using NanoBSD (man nanobsd) and in that setup, I need to move the cache from /boot/zfs to /etc/zfscache so the cache can be mapped to the files copied to the cfg partision. So I added the following file

NanoBSD Build Failure

2012-05-20 Thread Thomas D. Dean
I am attempting to rebuild nanoBSD on an AMD64 system, using the same config file I used a couple years ago on a 32-bit system. The target system is a TS5700 with an AMD Elan SC520, currently running nanoBSD from FreeBSD 6.2-PRERELEASE #0: Sun Oct 15 16:25:50 PDT 2006. From dmesg: CPU: AMD En

Re: NanoBSD Build Failure

2012-05-20 Thread Polytropon
On Sun, 20 May 2012 19:49:49 -0700, Thomas D. Dean wrote: > I am attempting to rebuild nanoBSD on an AMD64 system, using the same > config file I used a couple years ago on a 32-bit system. > [...] > /usr/home/tomdean/nanoBSD/MYKERNEL: unknown option "I486_CPU" It seems that the amd64 sources do

Re: NanoBSD Build Failure

2012-05-20 Thread Thomas D. Dean
On 05/20/12 20:39, Polytropon wrote: On Sun, 20 May 2012 19:49:49 -0700, Thomas D. Dean wrote: I am attempting to rebuild nanoBSD on an AMD64 system, using the same config file I used a couple years ago on a 32-bit system. [...] /usr/home/tomdean/nanoBSD/MYKERNEL: unknown option "I486_CPU" It

Re: NanoBSD Build Failure

2012-05-20 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Sun May 20 22:52:02 2012 > Date: Sun, 20 May 2012 20:47:49 -0700 > From: "Thomas D. Dean" > To: freebsd-questions@freebsd.org > Subject: Re: NanoBSD Build Failure > > On 05/20/12 20:39, Polytropon wrote: > > On Sun, 20 May 2012 19:49:49 -0700, Thomas D.

Re: NanoBSD Build Failure

2012-05-20 Thread Thomas D. Dean
On 05/20/12 23:23, Robert Bonomi wrote: Just realized that. I have a spare disk and the 8.2 i386 distribution dvd from my subscription. Install that for use with nanoBSD will make it much better. Thanks, Tom Dean ___ freebsd-questions@freebsd.org mai