Re:[SOLVED] bash LC_COLLATE or LC_ALL set “C” not sort in dictionary order.

2012-02-01 Thread Edward Martinez
On 01/31/12 12:22, Robert Bonomi wrote: ` Edward wrote: On 01/31/12 06:31, Robert Bonomi wrote: Hi, Been trying to get BASH to sort set characters in dictionary order. I typed locale and it shows LC_COLLATE and LC_ALL are set to C thought that was enough to work,

bash LC_COLLATE or LC_ALL set “C” not sort in dictionary order.

2012-01-31 Thread Edward Martinez
Hi, Been trying to get BASH to sort set characters in dictionary order. I typed locale and it shows LC_COLLATE and LC_ALL are set to C thought that was enough to work, however when i type metacharacters: set character; any character, something like this: ls

Re: bash LC_COLLATE or LC_ALL set “C” not sort in dictionary order.

2012-01-31 Thread Edward Martinez
On 01/31/12 06:31, Robert Bonomi wrote: From owner-freebsd-questi...@freebsd.org Tue Jan 31 05:45:47 2012 Date: Tue, 31 Jan 2012 04:45:36 -0800 From: Edward Martinezeam1edw...@gmail.com To: FreeBSD Questionsfreebsd-questions@freebsd.org Subject: bash LC_COLLATE or LC_ALL set

why newline scape sequence does not work in Freebsd's bash

2011-12-30 Thread Edward Martinez
Hello, Why the scape sequence; newline (\n) does not work in FreeBSD's bash, However, it works both in Linux and Solaris bash? For instance, when i type something basic using the newline scape sequence in FreeBSD bash i get this: $ FRUIT_BASKET=apple oranges pears $ echo My

Re: why newline scape sequence does not work in Freebsd's bash

2011-12-30 Thread Edward Martinez
On 12/30/11 17:06, Любомир Григоров wrote: I used ' singe quotes, so double quotes is: $ FRUIT_BASKET=apples oranges pears $ echo -e My fruit basket contains: \n $FRUIT_BASKET My fruit basket contains: apples oranges pears Thanks for the help, it worked. I find it interesting that

Re: where to ask about problems with bsdinstall in 9.0RC2?

2011-11-19 Thread Edward Martinez
On 11/18/11 15:00, William Bulley wrote: I had some User Interface issues with the Manual disk partition screen, I got interested and downloaded it to try myself. I installed 9.0 in virtualbox using the guided option and it installed. just wondering if you tried installing with guided

Re: sendmail+saslauthd verify=FAIL

2011-11-18 Thread Edward Martinez
On 11/18/11 00:12, Matthias Apitz wrote: STARTTLS=client, relay=smtp.1blu.de., version=TLSv1/SSLv3, verify=FAIL se below; what does the FAIL means exactly? I have been reading on the subject and it appears you do not trust the certificate issuer for smtp.lblu.de.

Re: where to ask about problems with bsdinstall in 9.0RC2?

2011-11-18 Thread Edward Martinez
On 11/18/11 15:00, William Bulley wrote: According to Matthew Seamanm.sea...@infracaninophile.co.uk on Fri, 11/18/11 at 17:41: On 18/11/2011 21:27, William Bulley wrote: I tried to install 9.0RC2 from the DVD ISO today. This defaults to using bsdinstall instead of the 8.x sysinstall. This

Re: network problem on 8.2 stable

2011-11-17 Thread Edward Martinez
On 11/17/11 17:56, Xihong Yin wrote: The ip address can't be obtained. Have you tried rebooting FreeBSD and letting it obtain the IP itself? On some OSes that has actually worked. ___ freebsd-questions@freebsd.org mailing list

Re: network problem on 8.2 stable

2011-11-17 Thread Edward Martinez
On 11/17/11 18:41, Xihong Yin wrote: I did reboot. It is the same thing. On Thu, 17 Nov 2011, Edward Martinez wrote: On 11/17/11 17:56, Xihong Yin wrote: The ip address can't be obtained. Have you tried rebooting FreeBSD and letting it obtain the IP itself? On some OSes that has

Re: apps to display cpu temp

2011-11-15 Thread Edward Martinez
On 11/14/11 17:23, Polytropon wrote: On Mon, 14 Nov 2011 15:16:49 -0800, Edward Martinez wrote: Thanks!, Even though mbmon is about 10 degrees off from what the BIOS is reporting. I'm still a happycamper. I had a similar observation with my P4 system: CPU temp would always flatline

Re: apps to display cpu temp

2011-11-14 Thread Edward Martinez
On 11/12/11 18:02, Polytropon wrote: On Sat, 12 Nov 2011 18:19:57 -0800, Edward Martinez wrote: Hi, I have a Pentium 4 and i have been trying to get coretemp and sysctl hw.acpi.thermal.tz0.temperature to display my Cpu temperture , however i have not had any luck using them

apps to display cpu temp

2011-11-12 Thread Edward Martinez
Hi, I have a Pentium 4 and i have been trying to get coretemp and sysctl hw.acpi.thermal.tz0.temperature to display my Cpu temperture , however i have not had any luck using them Are there any other apps perhaps from ports that reports CPU temp? thanks