Re: Version 13.0 reboots intermittently

2021-04-21 Thread Andrey V. Elsukov
NAT instead of natd. Also you can try to disable unmapped mbufs: sysctl kern.ipc.mb_use_ext_pgs=0 -- WBR, Andrey V. Elsukov OpenPGP_signature Description: OpenPGP digital signature

Re: 13.0: partiton names changed

2021-04-12 Thread Andrey V. Elsukov
se notes: > https://www.freebsd.org/releases/13.0R/relnotes/ > > I guess EBR is no longer in wide use, but this is an old installation, as > already mentioned. https://reviews.freebsd.org/D24939 -- WBR, Andrey V. Elsukov OpenPGP_signature Description: OpenPGP digital signature

Re: 13.0-BETA1: ipfw regression?

2021-02-10 Thread Andrey V. Elsukov
happened Stefan needs to capture packet dump and inspect it. -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Issues with gptboot loader

2020-10-07 Thread Andrey V. Elsukov
S limitations, but after time file system may place data into new blocks, that become inaccessible. UEFI is targeted to avoid limitations that BIOS have, and GPT is part of UEFI specification, they both designed for each other. :) -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: Unusual display from sysctl on FBSD12.2S

2020-09-25 Thread Andrey V. Elsukov
s out of sync with your kernel. You need rebuild and reinstall it or the whole world. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: How prevent GEOM providers to use adaX labels?

2020-09-03 Thread Andrey V. Elsukov
y to prevent gmirror use adaX labels? Hi, You can try to use '-h' flag for `gmirror label` command. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: route based ipsec

2019-05-05 Thread Andrey V. Elsukov
can be passed to kernel using second SA, but can't be associated with > proper ipsecX interface. Yes. Each SA has its SPI, that is used to encrypt/decrypt packets. if_ipsec(4) interface uses security policies with specific reqid, IKEd should install SAs with the same reqid, then packets that

Re: Panic during reboot involving softclock_call_cc(), nd6_timer() and nd6_dad_start()

2019-04-17 Thread Andrey V. Elsukov
panic message and/or backtrace from core dump? It would be good to submit PR about such problems. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: More CARP issues under 12

2019-02-06 Thread Andrey V. Elsukov
this doesn't look very useful. Do you have some specificity with this host except carp? Some modifications to kernel config, lagg, jails, etc. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: More CARP issues under 12

2019-02-05 Thread Andrey V. Elsukov
80b60e79 at ithread_loop+0x169 > #13 0x80b5e012 at fork_exit+0x82 > #14 0x8104f18e at fork_trampoline+0xe > Uptime: 19s Hi, What branch and revision do you use? Can you install gdb and then obtain this information: # kgdb (kgdb) list *ether_output+0x6b6 -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: Console is broken after updating to 11.2-RELEASE

2018-06-22 Thread Andrey V. Elsukov
o you have some tweaks for serial console in your loader.conf? -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: SLAAC not working

2017-09-05 Thread Andrey V. Elsukov
On 05.09.2017 20:09, Andrey V. Elsukov wrote: >>>> $ ping6 fe80:::4013:23::2%lagg0 >>>> ping6: UDP connect: Network is unreachable >>> >>> Hmm. Can you show the second word of address in this example? >>> Is it not zero? I.e. fe80::

Re: SLAAC not working

2017-09-05 Thread Andrey V. Elsukov
patched the kernel to avoid use of this hack, but this was done for 9.3 kernel and currently I have no time to port patches to recent CURRENT. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: SLAAC not working

2017-09-05 Thread Andrey V. Elsukov
A from fe80:1::92e2:baff:fe6a:c7c received on ix0 > $ ping6 fe80:::4013:23::2%lagg0 > ping6: UDP connect: Network is unreachable Hmm. Can you show the second word of address in this example? Is it not zero? I.e. fe80:: is correct or you missed '::' part? -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: SLAAC not working

2017-09-04 Thread Andrey V. Elsukov
6a7:a0ff:fe8e:16bf - no duplicates found lagg0: starting DAD for fe80:4::1 lagg0: DAD detected duplicate IPv6 address fe80:4::1: NS in/out/loopback=0/1/0, NA in=1 lagg0: DAD complete for fe80:4::1 - duplicate found lagg0: manual intervention required As you can see, it works. -- WBR, Andrey V. E

Re: SLAAC not working

2017-08-07 Thread Andrey V. Elsukov
On 07.08.2017 15:30, Andrey V. Elsukov wrote: > On 06.08.2017 06:35, Greg Rivers wrote: >> The running interface looks like this: >> lagg0: flags=8843 metric 0 mtu 1500 >> >> options=507bb >> ether ac:16:2d:1e:b8:80 >> inet xxx.xxx.217.1

Re: SLAAC not working

2017-08-07 Thread Andrey V. Elsukov
net.inet6.icmp6.nd6_debug=1 and I think you will see the message that mtu exceeds maxmtu value. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: No TCP-MD5 in 11.1-PRERELEASE.

2017-05-24 Thread Andrey V. Elsukov
;s logs under LOG_DEBUG level. Also you can use tcpdump with -M flag to validate MD5 signatures. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: svn commit: r315514 - in stable/11: . contrib/netcat lib/libipsec sbin/ifconfig sbin/ipfw sbin/setkey share/man/man4 sys/conf sys/libkern sys/modules sys/modules/ipsec sys/modules/tcp/tcpmd5 sys/n

2017-04-04 Thread Andrey V. Elsukov
patibility with SADB. Better to use unique SPI for each SA, but for TCP-MD5 it will work anyway. :) -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: svn commit: r315514 - in stable/11: . contrib/netcat lib/libipsec sbin/ifconfig sbin/ipfw sbin/setkey share/man/man4 sys/conf sys/libkern sys/modules sys/modules/ipsec sys/modules/tcp/tcpmd5 sys/n

2017-04-03 Thread Andrey V. Elsukov
d for each SA, it should not work. Can you try the attached patch? -- WBR, Andrey V. Elsukov Index: sys/netipsec/key.c === --- sys/netipsec/key.c (revision 316434) +++ sys/netipsec/key.c (working copy) @@ -863,7 +863,8 @@ key_allo

Re: panics collections on FreeBSD 11.0-RC1 RC2 PRERELEASE RELEASE STABLE

2017-01-27 Thread Andrey V. Elsukov
from the GENERIC, what kernel modules you have loaded, etc). -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stabl

Re: [SOLVED] panics collections on FreeBSD 11.0-RC1 RC2 PRERELEASE RELEASE STABLE

2017-01-27 Thread Andrey V. Elsukov
On 27.01.2017 14:58, Ivan Klymenko wrote: On Fri, 27 Jan 2017 13:46:30 +0300 "Andrey V. Elsukov" wrote: On 27.01.2017 01:33, Ivan Klymenko wrote: The reason most panics served as tuning Netisr: net.isr.numthreads=4 net.isr.maxthreads=4 net.isr.bindthreads=1 Apparently, this su

Re: [SOLVED] panics collections on FreeBSD 11.0-RC1 RC2 PRERELEASE RELEASE STABLE

2017-01-27 Thread Andrey V. Elsukov
On 27.01.2017 01:33, Ivan Klymenko wrote: The reason most panics served as tuning Netisr: net.isr.numthreads=4 net.isr.maxthreads=4 net.isr.bindthreads=1 Apparently, this subsystem at some moment had been broken. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211836 -- WBR, Andrey V

freebsd-stable@freebsd.org

2017-01-20 Thread Andrey V. Elsukov
er you try to start some VNET-jail. It is just not implemented yet. -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: FreeBSD 11 Stable on a Xen :: bridge0 crashing server

2017-01-20 Thread Andrey V. Elsukov
some specific interface. IMHO, the kernel panics due to missing VNET context. As I see from the code in sys/dev/xen, it is not capable with VIMAGE. -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailm

Re: [RFC/RFT] projects/ipsec

2017-01-10 Thread Andrey V. Elsukov
rnel modules was reported here: https://lists.freebsd.org/pipermail/freebsd-net/2016-December/046762.html Some additional testing also needed with this... -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.o

Re: coredump when loading cxgb after boot with routing daemon already running (RELENG11)

2017-01-08 Thread Andrey V. Elsukov
affect any ifnet. Hi, from a quick look, it seems that ifnet becomes available for any actions just after if_alloc() and any strange things can happen in a window after if_alloc() and before if_attach(). Am I right? -- WBR, Andrey V. Elsukov ___ free

Re: sonewconn: pcb [...]: Listen queue overflow to human-readable form

2016-12-16 Thread Andrey V. Elsukov
e-correct patch that may help you. (If you follow the > discussion there, you'd know why its not complete.) > > https://lists.freebsd.org/pipermail/freebsd-net/2014-March/038074.html Hi Hiren, I think the check for socket

Re: Significant missing item in 11.0 release notes

2016-08-01 Thread Andrey V. Elsukov
c tables will be created automatically (with warning). -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: Significant missing item in 11.0 release notes

2016-08-01 Thread Andrey V. Elsukov
the Release Notes had addressed this, I would not have had > the problem in the first place. I fixed this in r303615. Thanks for the report! -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: A gpart(8) mystery on 10.3-RELEASE

2016-04-09 Thread Andrey V. Elsukov
nks for the report. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: make tinderbox broken with LINT-NOINET on ref10-amd64.freebsd.org (if_gif compilation issues)

2015-12-15 Thread Andrey V. Elsukov
On 14.12.15 19:58, Mariusz Zaborski wrote: > On Mon, Dec 14, 2015 at 07:55:06PM +0300, Andrey V. Elsukov wrote: >> On 14.12.15 19:51, Mariusz Zaborski wrote: >>> On Mon, Dec 14, 2015 at 06:31:52AM -0800, NGie Cooper wrote: >>>> Hi Andrey, Just a heads up that LIN

Re: make tinderbox broken with LINT-NOINET on ref10-amd64.freebsd.org (if_gif compilation issues)

2015-12-14 Thread Andrey V. Elsukov
> > I already found the problem we need to MFC r276224 and r277130. I don't think r277130 is related to this problem. I have this patch and I'm trying to build with them. -- WBR, Andrey V. Elsukov Index: stable/10/sys/modules/if_gif/Makefile =

Re: Routing stops working when we create a new vlan

2015-08-07 Thread Andrey V. Elsukov
On 07.08.2015 17:29, Marcelo Gondim wrote: > On 07-08-2015 10:16, Andrey V. Elsukov wrote: >> On 07.08.2015 01:57, Marcelo Gondim wrote: >>> For all work again I need to restart the router. >>> I don't know if I could correctly explain the problem. >> Do you

Re: Routing stops working when we create a new vlan

2015-08-07 Thread Andrey V. Elsukov
On 07.08.2015 01:57, Marcelo Gondim wrote: > For all work again I need to restart the router. > I don't know if I could correctly explain the problem. Do you have gateway_enable="YES" in your /etc/rc.conf? -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: Rescuing a GPT ZFS boot setup

2013-09-19 Thread Andrey V. Elsukov
On 20.09.2013 06:34, Andy Moran wrote: > WIth the 10-ALPHA2 LiveCD, I get: > > gpart: attrib 'active': Device not configured > GPT partitions don't have active attribute. You should omit -i argument. Just run `gpart unset -a active ada0`. -- WBR, Andrey V. Elsukov

Re: Change in loader or kernel: won't boot with kfreebsd in grub2

2013-08-19 Thread Andrey V. Elsukov
pt typed set boot_askname -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Change in loader or kernel: won't boot with kfreebsd in grub2

2013-08-19 Thread Andrey V. Elsukov
> disk3: BIOS drive E: > disk3p1: FreeBSD boot > disk3p2: FreeBSD UFS > disk3p3: FreeBSD swap > pxe devices: > OK Hello, can you try to install this loader? http://people.freebsd.org/~ae/loader -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: 9.2-RC1, nfe, auto_linklocal : ioctl(SIOCGIFINFO_IN6): Invalid argument

2013-08-14 Thread Andrey V. Elsukov
k you should use `ifconfig nfe0 inet6 -auto_linklocal`. -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Change in loader or kernel: won't boot with kfreebsd in grub2

2013-08-14 Thread Andrey V. Elsukov
gpart" and didn't see "list" in the list of > commands: a little deficiency in the man page. This is generic geom's command, it is described in geom(8). -- WBR, Andrey V. Elsukov -- WBR, Andrey V. Elsukov ___ freebsd-stable

Re: Change in loader or kernel: won't boot with kfreebsd in grub2

2013-08-13 Thread Andrey V. Elsukov
> 1. lsdev output from the loader that works 2. gpart list from >> booted system 3. lsdev output from the loader that doesn't work > > -- >> WBR, Andrey V. Elsukov > > I can provide the gpart list from booted system, but how do I capture > lsdev output without cop

Re: Change in loader or kernel: won't boot with kfreebsd in grub2

2013-08-13 Thread Andrey V. Elsukov
y the big hard drive is just recognized as one > big drive with no reference to partitions (lsdev). Can you obtain the following information and send it to me? 1. lsdev output from the loader that works 2. gpart list from booted system 3. lsdev output from the loader that doesn't w

Re: Problem with zfsloader on 9.2-BETA2

2013-08-08 Thread Andrey V. Elsukov
d for GPT table, but this doesn't mean that all 16kbytes should be used, also gpt table entry can be greater than 128 bytes in future. gptboot uses static buffer to load GPT, and its size is 16k. So, if you create GPT with more than 128 entries, it won't boot. -- WBR, Andrey V. Elsu

Re: Problem with zfsloader on 9.2-BETA2

2013-08-07 Thread Andrey V. Elsukov
On 07.08.2013 01:26, J David wrote: > On Tue, Aug 6, 2013 at 5:53 AM, Andrey V. Elsukov wrote: >> looking to your `zfs status` output and this, we can see, that GPT >> wasn't detected on most of disks. Can you try to boot with this loader: >> http://people.freebsd.org/

Re: Problem with zfsloader on 9.2-BETA2

2013-08-06 Thread Andrey V. Elsukov
On 06.08.2013 13:53, Andrey V. Elsukov wrote: >> disk5: BIOS drive H: >> disk6: BIOS drive I: >> disk7: BIOS drive J: > > Hi, > > looking to your `zfs status` output and this, we can see, that GPT > wasn't detected on most of disks. Can yo

Re: Problem with zfsloader on 9.2-BETA2

2013-08-06 Thread Andrey V. Elsukov
disk7: BIOS drive J: Hi, looking to your `zfs status` output and this, we can see, that GPT wasn't detected on most of disks. Can you try to boot with this loader: http://people.freebsd.org/~ae/zfsloader It's from 10-CURRENT and was build with -DPART_DEBUG, so you will see some additio

Re: gptzfsboot: error 4 lba 30

2013-04-03 Thread Andrey V. Elsukov
o see the > output of 'lsdev -v' from the loader prompt. Hi, Usually, I see such messages when the system has some virtual IPMI devices. -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: bsnmpd always died on HDD detach

2012-09-16 Thread Andrey V. Elsukov
hostres module, but it is not yet finished. Probably i should commit the part related to the disk subsystem. This part has been rewritten to be GEOM aware. -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mail

Re: kern.geom.part.check_integrity=0 not working. not able to boot 9-STABLE

2012-06-21 Thread Andrey V. Elsukov
err=0x01 lsb=0x00 msb=0x00 > ata2: stat1=0x00 err=0x01 lsb=0x00 msb=0x00 > ata2: reset tp2 stat0=50 stat1=00 devices=0x1 > (ada0:ata2:0:0:0): Command timed out > (ada0:ata2:0:0:0): Retrying command It seems it is not related to the problem with integrity check

Re: kern.geom.part.check_integrity=0 not working. not able to boot 9-STABLE

2012-06-20 Thread Andrey V. Elsukov
GEOM_PART: integrity check failed (ada0, VTOC8) > > this is where it hangs, just like without setting > kern.geom.part.check_integrity. > > Is this a regression? Can you enable verbose boot mode and show what you will get? -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: FreeBSD 9 "gptboot: invalid backup GPT header" error (boots fine though)

2012-05-02 Thread Andrey V. Elsukov
oblem. The only guess is that a controller incorrectly handles BIOS requests, when gptboot tries to read GPT header from the end of a large virtual disk. -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mai

Re: FreeBSD 9 "gptboot: invalid backup GPT header" error (boots fine though)

2012-05-01 Thread Andrey V. Elsukov
has seen this/has any theories! Can you try patch from the r234693, update and reinstall gptboot, does it help? http://svnweb.freebsd.org/base?view=revision&revision=234693 -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list

Re: GEOM_PART: integrity check failed (mirror/gm0, MBR) on FreeBSD 8.3-RELEASE

2012-04-22 Thread Andrey V. Elsukov
500107861504 bytes, but the MBR expects 500107829760 + 32256 bytes. -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: problem: bsdlabel

2012-03-28 Thread Andrey V. Elsukov
. bsdlabel keeps metadata in the second sector. Therefore you should rewrite it to destroy label. But to be sure please show output of this command: # gpart show -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: 8.2->9.prerel: gmirror failed with error 19

2011-12-18 Thread Andrey V. Elsukov
ink you should add "device da" or "device ada" option to have some disks available. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: 8.2->9.prerel: gmirror failed with error 19

2011-12-17 Thread Andrey V. Elsukov
cted. What you are getting if you type "?" in the following command prompt? > > ? List valid disk boot devices > . Yield 1 second (for background tasks) > Abort manual input -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: 8.2->9.prerel: gmirror failed with error 19

2011-12-17 Thread Andrey V. Elsukov
egrity=0 > OK set vfs.root.mountfrom.options=rw > OK boot -s > > this would only work with the 8.2 /boot/kernel.old but not with the > 9.fresh /boot/kernel You should try boot in verbose mode and, probably, you will see the cause of your problem. -- WBR, Andrey V. Elsukov signat

Re: WD Advanced Format: do I need to do something special?

2011-08-18 Thread Andrey V. Elsukov
a 4k" or "-a 8". E.g. # gpart add -t freebsd-boot -a 4k -s 64k ad0 -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: GPT boot blocks, booting and booteasy

2011-08-15 Thread Andrey V. Elsukov
ve any bootcodes like booteasy for GPT. But you can try to use bootme and bootonce GPT attributes (see gpart(8)). Also you can use grub boot loader. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: disable 64-bit dma for one PCI slot only?

2011-07-18 Thread Andrey V. Elsukov
/or env variable for users that have tools > that parse the output > (cough yahoo cough). Hi, Scott i think for keeping POLA it is better add new option to make new output format. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: GPT labels and gjournal

2011-06-20 Thread Andrey V. Elsukov
On 20.06.2011 13:17, nickolas...@gmail.com wrote: > How can I mount this partitions using GPT labels? Hi, i think the only way to do it is use hardcoded provider name when you are configuring journal. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: gpt labels for zfs partitions don't appear in /dev/gpt

2011-06-15 Thread Andrey V. Elsukov
6-bc69-11df-8955-0050dad823cd ONLINE 0 0 >0 > gptid/5bc92016-6852-11df-a16c-0050dad823cd ONLINE 0 0 >0 > gptid/87d467cc-bc3b-11df-8066-0050dad823cd ONLINE 0 0 >0 > You can disable gptids and this output w

Re: RELENG_8: panic: wrong offset 4096 for sectorsize 2352

2011-05-25 Thread Andrey V. Elsukov
the bug has always been there, even in RELENG_7 ... I just never > tested that one against INVARIANTS. I committed the fix in the r222283, can you test it? -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: RELENG_8: panic: wrong offset 4096 for sectorsize 2352

2011-05-25 Thread Andrey V. Elsukov
it didn't before. I see Ulf Lilleengen Are you sure that it is RELENG_8? Or maybe you added options INVARIANTS to your kernel? -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: gpart usage

2011-05-24 Thread Andrey V. Elsukov
you will not use offset for the first BSD partition, then you can wipe BSD scheme with this command: # dd if=/dev/zero of=/dev/da0s1a count=2 -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: gpart usage

2011-05-24 Thread Andrey V. Elsukov
On 24.05.2011 19:09, Victor Balada Diaz wrote: > On Tue, May 24, 2011 at 06:46:01PM +0400, Andrey V. Elsukov wrote: >> On 24.05.2011 17:20, Victor Balada Diaz wrote: >>> also, how do i know about offsets each partitioning scheme needs? shouldn't >>> GEOM >>

Re: gpart usage

2011-05-24 Thread Andrey V. Elsukov
do it over > gmirror and last sector is used by gpt and gmirror at the same time causing > some warnings[2]. You can create GPT on top of your mirror. It will cause some warnings, but all should work. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: FreeBSD partitioning

2011-03-22 Thread Andrey V. Elsukov
umentation is not less legendary. http://www.freebsd.org/doc/handbook/ -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: 8.2-RELEASE - gmirror and gpart issue. Metadata overlap?

2011-02-28 Thread Andrey V. Elsukov
GEOM: da1: using the primary only -- recovery suggested. does mean that your secondary GPT header or table is lost, or it is in disagree with primary one. AFAIR, it may mean different things in 8.1 and 8.2. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: 8.2-RELEASE - gmirror and gpart issue. Metadata overlap?

2011-02-28 Thread Andrey V. Elsukov
ror the whole disk. What do you mean when you said 'gpart the first disk'? gpart(8) is the default tool to make any type of partitions and partition tables. The list of exact commands and at least a photo of screen with the panic message will be good. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: 8.2-RELEASE - gmirror and gpart issue. Metadata overlap?

2011-02-28 Thread Andrey V. Elsukov
ssages, but not a kernel panic. I'll try to get some free machines to test, but it will be no so fast. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: 8.2-RELEASE - gmirror and gpart issue. Metadata overlap?

2011-02-26 Thread Andrey V. Elsukov
This is how GEOM tasting works. Do you have any problem except for those messages? What does not work? Also when you are writing problem report about gpart it will be not bad to add output of `gpart show` or `gpart list` commands. And `gmirror list` for GEOM_MIRROR. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: Gpart and gmirror 8.2 from 18 januari

2011-01-21 Thread Andrey V. Elsukov
dard-compliant :) The most strangest is that UFS's label ufsid/4b9545d7d72d5019 is represented as whole disk where GPT is located. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: geom_label, fstab without device names & swap partition?

2011-01-12 Thread Andrey V. Elsukov
on > "/dev/ada0s1b" or "/dev/ad0s1b" whatever name it has now? You can label swap partitions with glabel(8) and use this label in fstab. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: boot0cfg -B can't work

2010-12-06 Thread Andrey V. Elsukov
tl interface. AFAIR, there is yet another issue with boot0cfg - it doesn't set active attribute when `-s` option is used. But i'm not sure that it should do this. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: can't mount root during freebsd-update 7.0 -> 8.1 on amd64

2010-12-05 Thread Andrey V. Elsukov
then is, when _does_ the kernel need to include > added options like GEOM_BSD and/or GEOM_PART_BSD? GEOM_BSD is deprecated in FreeBSD 8.x+ and should not be included. GEOM_PART_BSD is already included in DEFAULTS config. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: boot0cfg -B can't work

2010-12-05 Thread Andrey V. Elsukov
On 06.12.2010 3:37, Yue Wu wrote: > Thanks, I remembered that boot0cfg in the previous version can do it > without changing the sysctl parameter, maybe it's changed in newer > version. It seems it was broken with r209469. -- WBR, Andrey V. Elsukov signature.asc Description: O

Re: can't mount root during freebsd-update 7.0 -> 8.1 on amd64

2010-12-05 Thread Andrey V. Elsukov
des GEOM_PART_GPT and GEOM_LABEL, > but no other GEOM_ pieces AFAICT)? No, It doesn't. You can create partitions with fdisk/bsdlabel. They do write directly to device and this does initiate tasting. And GPART detects created partitions. -- WBR, Andrey V. Elsukov ___

Re: Problem creating mbr partition with gpart

2010-11-19 Thread Andrey V. Elsukov
x27; "mbr" partition type is a symbolic name for GPT's type 024dee41-33e7-11d3-9d69-0008c781f39f. MBR does not have similar partition type. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: Label question...why does ufs label vanish on mount?

2010-10-13 Thread Andrey V. Elsukov
for protecting from stale metadata. When we do open da2p1 then GEOM_LABEL receives spoil event and destroys own provider. If I'm wrong Pawel can correct me. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: / full (107% !!)

2010-10-12 Thread Andrey V. Elsukov
On 13.10.2010 9:32, Adam Vande More wrote: > If you don't need kernel debugging caps, /boot/kernel/*.symbols and > /boot/kernel.old/*.symbols are good candidates. You can do `make installkernel -DINSTALL_NODEBUG` and *.symbols files will not be installed. -- WBR, Andrey

Re: Label question...why does ufs label vanish on mount?

2010-10-12 Thread Andrey V. Elsukov
nged? When you are opening provider for writing (i.e. mount FS) GEOM(4) initiates SPOILING and all consumers that are attached to this provider except one will self-destroyed. When you are closing provider GEOM(4) initiates TASTING and consumers can return back. Look at man 4 geom for details.

Re: Using GTP and glabel for ZFS arrays

2010-07-22 Thread Andrey V. Elsukov
xfbbffc00-0xfbbffc7f,0xfbbf-0xfbbf7fff irq 19 at device 4.0 on pci3 > > I added ahci_load="YES" to loader.conf and rebooted. Now I see: You can add siis_load="YES" to loader.conf for SiI 3124. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: sysistall bsdlabel failure with amd64 FreeBSD-8.1-RC2-amd64-dvd1.iso

2010-07-13 Thread Andrey V. Elsukov
On 14.07.2010 1:26, Dimitry Andric wrote: > I usually just start a fixit shell from the DVD, run bsdlabel > directly on the target device, newfs it, and unpack the distributions > myself... I think better suggestion will be use gpart(8) instead of fdisk/bsdlabel. -- WBR, Andrey V

Re: Resizing GPT partitions

2010-06-10 Thread Andrey V. Elsukov
can try to download snapshot of livefs CD of 9.0-CURRENT and use it. http://pub.allbsd.org/FreeBSD-snapshots/ -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: Resizing GPT partitions

2010-06-09 Thread Andrey V. Elsukov
ently there is no easy way to do it. GPT holds information about first and last usable sectors. You can see them in your output: > last: 20971486 > first: 34 You can look at freebsd-geom's mail list archive. There was a topic "OCE and GPT" with similar problem. -- WBR, Andrey V. Elsukov signature.asc Description: OpenPGP digital signature

Re: Results of BIND RFC

2010-04-01 Thread Andrey V. Elsukov
ookup still will be available), while moving the rest of it (the server itself and supporting tools) to the port? Hi, All. I'm agree with Stas. If it is not so hard to maintain "bind-tools" in the base, It is very useful to still having them in base system. -- WB

Re: Re: boot and boot0cfg problem

2010-03-30 Thread Andrey V . Elsukov
, boot0cfg does call geom but something seems to be broken. I'll look boot0cfg code today and probably made a patch. -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: boot and boot0cfg problem

2010-03-30 Thread Andrey V. Elsukov
On 30.03.2010 12:05, Daniel Braniss wrote: so it seems that someone is preventing changes to the partition table! btw, this problem was not present in older boot0 (1.0) where the active partition flag is ignored. You can change active partition via gpart(8). -- WBR, Andrey V. Elsukov

Re: ZFS pool upgrade to v14 broke ZFS booting

2010-01-27 Thread Andrey V. Elsukov
time ago i had the same problem. I think it is good idea to add a note about updating gptzfsboot in src/UPDATING. -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To

Re: Looking for testers: atacontrol SMART support

2010-01-25 Thread Andrey V. Elsukov
ou look to NetBSD's implementation? As i remember NetBSD has SMART reporting and testing support in atactl. -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe

Re: STLab A-410 SATAII 300 RAID PCI-E & FreeBSD 8-RELEASE

2009-12-08 Thread Andrey V. Elsukov
On 09.12.2009 9:59, Ivan Kudryashov wrote: Hello! When I install FreeBSD8-RELEASE on STLab A-410 on RAID1 mode , the installer sees both HDD. Is this normal? It's fake RAID. So, your system works with them like with simple SATA controller. -- WBR, Andrey V. El

Re: Booting FreeBSD 8.0-RC1 from usb stick

2009-09-29 Thread Andrey V. Elsukov
as set too). It's known problem and we are waiting for fix. There is a race between USB and CAM/SCSI subsystems. -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscr

Re: PATA disks/DVD not detected on ATI IXP 700 - cannot boot (dmesg attached)

2009-09-24 Thread Andrey V. Elsukov
Dennis Chikin wrote: Ted and Dennis can you try it? Seems OK. Is it means that all works with this patch? Can you show dmesg from patched system? PS. Please reply to all CC'd recipients (i added persons who can commit this patch). -- WBR, Andrey V. El

Re: PATA disks/DVD not detected on ATI IXP 700 - cannot boot (dmesg attached)

2009-09-22 Thread Andrey V. Elsukov
o-RELENG_7.diff So, it isn't tested (sorry, i don't have any test machines with RELENG_7, only HEAD :) Ted and Dennis can you try it? -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: Upgrading from 6.4 to 7.2

2009-07-31 Thread Andrey V. Elsukov
Willem Jan Withagen wrote: With a 6.4 of last night So I guess 6.4 -> 7.2 needs to go via 7.0 ?? It is already fixed. http://svn.freebsd.org/changeset/base/195987 -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list h

Re: Cannot rm files when ZFS is full

2009-07-30 Thread Andrey V. Elsukov
sibly be an issue where quota limited users fill up their allowed space : they can free space by themselves. Just try to use refquota instead of quota property. Also you can use both quota and refquota (should be smaller that quota). -- WBR, Andrey V. El

Re: SATA hotplug and AHCI

2008-12-29 Thread Andrey V. Elsukov
ci driver with AHCI_PM option. May be it will help.. -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: SATA hotplug and AHCI

2008-12-29 Thread Andrey V. Elsukov
oader.conf)? And show your /var/run/dmesg.boot and kernel's output when you unplug and plug drive back? -- WBR, Andrey V. Elsukov ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, s

Re: [ATA] and re(4) stability issues

2008-12-10 Thread Andrey V. Elsukov
32-bit DMA only. If AHCI CAP register reports that controller supports 64-bit DMA driver will use 64-bit. So i think there can be added one quirk for you, but i'm not sure that problem is here.. AHCI_HFLAG_SECT255 flag limits I/O operation to 255 sectors, FreeBSD use

  1   2   >