Re: Invalid GPT backup header

2012-07-10 Thread dweimer
On 2012-07-09 19:49, Warren Block wrote: On Mon, 9 Jul 2012, dweimer wrote: I have had a few virtual machine installations come up with "gptboot: invalid GPT backup header" error message while booting. (some immediately on first boot after install) They still boot fine, and run without proble

Re: shell scripting: grepping multiple patterns, logically ANDed (solved)

2012-07-10 Thread Wojciech Puchar
Ironically, it runs even faster than the /bin/sh + find(1) version, go figure. true. unix shell was never intended to execute scripts fast, it is usually slower even than python. unix shell is designed to automate things quickly. ___ freebsd-questio

Re: shell scripting: grepping multiple patterns, logically ANDed (solved)

2012-07-10 Thread Aleksandr Miroslav
On Sat, Jun 30, 2012 at 4:23 PM, Giorgos Keramidas wrote: > > Is there an easier/shorter way to do this? If there are 15 arguments > > supplied on the command line, I don't necessarily want to build 15 if > > statements. > > The solutions proposed so far are ok, if you really *have* to stick to a

curl error: SSL_write() returned SYSCALL, errno = 32

2012-07-10 Thread Toomas Aas
Hello! Recently I upgraded a lot of ports on one of our FreeBSD 7.4 servers. Among others I upgraded curl from 7.19.6 to 7.24.0, and php from 5.2.11 to 5.3.13. PHP's curl extension is also installed. After the upgrade, an application which tries to POST some data over https using PHP's cu

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Wojciech Puchar
precise what is "desktop" usage is. Here at work we just use non raided disks for workstations which run linux. and this is proper way to do this. The home directories are on nfs, so when a disk fails it's replaced very fast See above. I cannot imagine any other configuration. Me neithe

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Wojciech Puchar
Hi Bosko, I do not have any experience with these kind of controllers, so I could just guess. I have a lot ;) but the only thing i always do is to disable "RAID" in BIOS just after receiving new machine. whole experience. ___ freebsd-questions@fre

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Wojciech Puchar
On Tue, 10 Jul 2012, Bosko Radivojevic wrote: On Tue, Jul 10, 2012 at 12:26 PM, Wojciech Puchar wrote: what other do you expect with no mirrors created yet? But mirror (raid10) array is created through LSI MegaRAID BIOS. I'm if it is RAID10 i assume you have 4 disks. trying to replica

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Bas Smeelen
On 07/10/2012 12:26 PM, Wojciech Puchar wrote: That's clear to me. These "hardware" raid controllers are not very reliable because they are indeed not real hardware raid controllers, but software based. Maybe for desktop usage it's ok/ good enough? precise what is "desktop" usage is. Here

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Bosko Radivojevic
I proceeded with: "graid label Intel raid RAID1 ada0 ada1". Hope this works what I want :) On Tue, Jul 10, 2012 at 12:31 PM, Bosko Radivojevic wrote: > On Tue, Jul 10, 2012 at 12:26 PM, Wojciech Puchar > wrote: > >> what other do you expect with no mirrors created yet? > > But mirror (raid10) ar

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Bosko Radivojevic
On Tue, Jul 10, 2012 at 12:26 PM, Wojciech Puchar wrote: > what other do you expect with no mirrors created yet? But mirror (raid10) array is created through LSI MegaRAID BIOS. I'm trying to replicate behaviour from FreeBSD 8.3 (array created through RAID BIOS, seen as a device in OS). _

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Bas Smeelen
On 07/10/2012 12:20 PM, Bosko Radivojevic wrote: Hi Bas, thank you for response. 'geom disk list' gives me list of disks, but 'geom raid load;geom raid list' doesn't give anything. I've tried 'geom load mirror', but 'geom mirror list' is also empty. What next? :) Thanks! Hi Bosko, I do not h

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Wojciech Puchar
'geom raid load;geom raid list' doesn't give anything. I've tried 'geom load mirror', but 'geom mirror list' is also empty. what other do you expect with no mirrors created yet? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mai

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Wojciech Puchar
That's clear to me. These "hardware" raid controllers are not very reliable because they are indeed not real hardware raid controllers, but software based. Maybe for desktop usage it's ok/ good enough? precise what is "desktop" usage is. i don't see a reason for doing mirroring for home use.

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Bosko Radivojevic
Hi Bas, thank you for response. 'geom disk list' gives me list of disks, but 'geom raid load;geom raid list' doesn't give anything. I've tried 'geom load mirror', but 'geom mirror list' is also empty. What next? :) Thanks! ___ freebsd-questions@freebsd

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Bas Smeelen
On 07/10/2012 12:11 PM, Wojciech Puchar wrote: It is always better to use gmirror instead of "hardware" RAID. One have full control over what is going on mmh not always. Nothing replaces a good hardware RAID card with a BBU for real reason i used parantheses for word "hardware". That's cle

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Wojciech Puchar
# gmirror list gmirror: Command 'list' not available. # gmirror status gmirror: Command 'status' not available. gmirror load It is probably "soft-RAID", but I prefer to use it though appropriate driver instead of classical software RAID configured through OS. i would recommend otherwise. A

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Wojciech Puchar
It is always better to use gmirror instead of "hardware" RAID. One have full control over what is going on mmh not always. Nothing replaces a good hardware RAID card with a BBU for real reason i used parantheses for word "hardware". ___ freebsd-ques

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Bas Smeelen
On 07/10/2012 12:00 PM, Bosko Radivojevic wrote: Hi, i just forgot to add following output from FreeBSD 8.3: # atacontrol status ar0 ar0: ATA RAID1 status: READY subdisks: 0 ad4 ONLINE 1 ad6 ONLINE Thanks, Bosko Hi Bosko, For FreeBSD 9.0-RELEASE see the release notes http://www.

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Bas Smeelen
On 07/10/2012 11:49 AM, Bosko Radivojevic wrote: Hi Michael, thank you for your response. So it's not an LSI MegaRAID, but an Intel Controller? It is LSI MegaRAID chip but connected to Intel's I/O Controller Hub (southbridge). On FreeBSD 8.3 gmirror is not configured: # gmirror list gmirror:

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Bosko Radivojevic
Hi, i just forgot to add following output from FreeBSD 8.3: # atacontrol status ar0 ar0: ATA RAID1 status: READY subdisks: 0 ad4 ONLINE 1 ad6 ONLINE Thanks, Bosko ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Bosko Radivojevic
Hi Michael, thank you for your response. > So it's not an LSI MegaRAID, but an Intel Controller? It is LSI MegaRAID chip but connected to Intel's I/O Controller Hub (southbridge). On FreeBSD 8.3 gmirror is not configured: # gmirror list gmirror: Command 'list' not available. # gmirror status gm

Re: freebsd-questions Digest, Vol 423, Issue 3

2012-07-10 Thread Hicham Abillat
*Your booking tickets on Travelgenio*Thank you for booking with Travelgenio. Your reservation has been taken into account in the system but IT HAS NOT YET BEEN CONFIRMED by the airline. You will receive within 24 hours an e-mail address to confirm your reservation or to propose alternatives. Here i

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Julien Cigar
On 07/10/2012 10:51, Wojciech Puchar wrote: quote from: http://serverfault.com/questions/275875/raid-bus-controller-intel-corporation-82801jir-ich10r-sata-raid-controller "ICH10R-based RAID controllers are so called fake- or software-RAID controllers, the OS needs to do all the work." It is

Re: FreeBSD vs Hurd what is the differences?

2012-07-10 Thread Carsten Mattner
On Tue, Jul 10, 2012 at 6:53 AM, CyberLeo Kitsana wrote: > On 07/09/2012 05:25 PM, Julian H. Stacey wrote: >> The string I saw was in file jquery.js: >> >> /^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bJ=/^(?:about|app|ap

Re: FreeBSD 9.0 & LSI MegaRAID SATA problem

2012-07-10 Thread Wojciech Puchar
quote from: http://serverfault.com/questions/275875/raid-bus-controller-intel-corporation-82801jir-ich10r-sata-raid-controller "ICH10R-based RAID controllers are so called fake- or software-RAID controllers, the OS needs to do all the work." It is always better to use gmirror instead of "hard