GPT issues with device path lengths involving make_dev_physpath_alias

2013-07-14 Thread Selphie Keller
hello hackers, I recently ran into a issue with a storage server that has some of the drives in gpt vs mbr, tracked it down to a 64 char limit that is preventing aliases in function make_dev_physpath_alias. I was curious if there was any reason why this couldn't be bumped from 64 to 128 which woul

Re: expanding amd64 past the 1TB limit

2013-07-14 Thread Chris Torek
Here's the split-up version with the additional comment corrections. Chris ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Re: expanding amd64 past the 1TB limit

2013-07-14 Thread Chris Torek
>The changes associated with pt_p, pd_p and p4_p are cosmetic and IMHO >detract from the meat of the change. > >My preference would be for the cosmetic changes to be committed >separately from the changes that rearrange the KVA. I can split these out. >> - DMPDPphys = allocpages(firstaddr,

RE: Intel D2500CC serial ports

2013-07-14 Thread Robert Ames
> From: j...@freebsd.org > To: freebsd-hackers@freebsd.org > Subject: Re: Intel D2500CC serial ports > Date: Thu, 11 Jul 2013 10:14:42 -0400 > CC: roberta...@hotmail.com > > On Sunday, June 30, 2013 1:24:27 pm Robert Ames wrote: >> I just picked up an Intel D2500CCE motherboard and was disappointe

make installworld: btxld: No such file or directory [solved]

2013-07-14 Thread Bryan Drewery
This post is just to inform others that run into this problem. For years I have ran into this error while running 'make installworld': > # make installworld > [...] > ===> sys/boot/i386/boot2 (install) > /usr/local/libexec/ccache/world/cc -Os -fno-guess-branch-probability > -fomit-frame-pointe

Re: Attempting to roll back zfs transactions on a disk to recover a destroyed ZFS filesystem

2013-07-14 Thread Stefan Esser
Am 12.07.2013 14:33, schrieb Volodymyr Kostyrko: > You can try to experiment with zpool hidden flags. Look at this command: > > zpool import -N -o readonly=on -f -R /pool > > It will try to import pool in readonly mode so no data would be written > on it. It also doesn't mount anything on import