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
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
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"
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
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
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
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
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
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
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
o you have some tweaks for serial console in your loader.conf?
--
WBR, Andrey V. Elsukov
signature.asc
Description: OpenPGP digital signature
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::
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
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
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
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
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
;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
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
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
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
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
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
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"
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
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
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
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
c tables will be created
automatically (with warning).
--
WBR, Andrey V. Elsukov
signature.asc
Description: OpenPGP digital signature
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
nks for the report.
--
WBR, Andrey V. Elsukov
signature.asc
Description: OpenPGP digital signature
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
>
> 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
=
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
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
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
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"
> 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
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"
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
> 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
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
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
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/
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
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
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
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
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
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
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
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
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"
.
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
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
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
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
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
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
/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
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
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
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
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
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
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
>>
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
umentation is not less legendary.
http://www.freebsd.org/doc/handbook/
--
WBR, Andrey V. Elsukov
signature.asc
Description: OpenPGP digital signature
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
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
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
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
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
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
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
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
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
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
___
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
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
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
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.
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
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
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
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
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
, 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"
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
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
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
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
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
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
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
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
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
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"
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
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 - 100 of 161 matches
Mail list logo