Re: Slow iSCSI discovery on boot halting the boot process.

2021-04-30 Thread Arrigo Marchiori via freebsd-stable
Hello, On Fri, Apr 30, 2021 at 10:29:33AM +0200, Andrea Brancatelli via freebsd-stable wrote: > Hello, > > I'm having an annoying problem with FreeBSD 12.2-RELEASE-p6, iscsid, > geom multiparty, a Dell MD3200i and fstab. > > Long story short, iSCSI login/connection/whatever is slower than t

Re: Trying do mount a slice containing a r/o mounted partition makes the filesystem unreadable

2021-03-03 Thread Arrigo Marchiori via freebsd-stable
Dear All, On Tue, Mar 02, 2021 at 10:55:15AM +0200, Andriy Gapon wrote: > On 02/03/2021 09:50, Arrigo Marchiori via freebsd-stable wrote: > > Dear All, > > > > On Sat, Feb 27, 2021 at 04:34:52PM +0100, Arrigo Marchiori via > > freebsd-stable wrote: > > &g

Re: Trying do mount a slice containing a r/o mounted partition makes the filesystem unreadable

2021-03-01 Thread Arrigo Marchiori via freebsd-stable
Dear All, On Sat, Feb 27, 2021 at 04:34:52PM +0100, Arrigo Marchiori via freebsd-stable wrote: > Hello Helge, and thank you for replying again. > > On Sat, Feb 27, 2021 at 03:43:52PM +0100, Helge Oldach wrote: > > > Arrigo Marchiori via freebsd-stable wrote on Sat, 27

Re: Trying do mount a slice containing a mounted partition makes the filesystem unreadable

2021-02-27 Thread Arrigo Marchiori via freebsd-stable
Hello Helge, and thank you for replying again. On Sat, Feb 27, 2021 at 03:43:52PM +0100, Helge Oldach wrote: > Arrigo Marchiori via freebsd-stable wrote on Sat, 27 Feb 2021 14:00:24 +0100 > (CET): > > On the memstick, the root filesystem is mounted read-only. I > > apolog

Re: Trying do mount a slice containing a mounted partition makes the filesystem unreadable

2021-02-27 Thread Arrigo Marchiori via freebsd-stable
Hello Helge, Kevin, and thank you for replying. On Sat, Feb 27, 2021 at 09:21:39AM +0100, Helge Oldach wrote: > Kevin P. Neal wrote on Sat, 27 Feb 2021 03:04:35 +0100 (CET): > > On Fri, Feb 26, 2021 at 06:25:05PM +0100, Helge Oldach wrote: > > > Arrigo Marchiori via freebsd-s

Trying do mount a slice containing a mounted partition makes the filesystem unreadable

2021-02-26 Thread Arrigo Marchiori via freebsd-stable
Dear All, I think I found a bug that is similar to an already reported one, but I am not sure. Description: when a BSD partition is mounted to / (suppose /dev/da0s2a), if I try to mount its containing slice (/dev/da0s2) I receive a ``strange'' error message, and from that moment the mounted files

Re: Kernel modules and updates (problems with graphics/drm-stable-kmod)

2018-10-29 Thread Arrigo Marchiori via freebsd-stable
Hello Niclas, On Mon, Oct 29, 2018 at 01:19:18PM +0100, Niclas Zeising wrote: > On 10/29/18 12:23 PM, Arrigo Marchiori via freebsd-stable wrote: > > Dear All, > > > > I am encountering a strange problem with port graphics/drm-stable-kmod. > > My system is a 11.2-STABL

Kernel modules and updates (problems with graphics/drm-stable-kmod)

2018-10-29 Thread Arrigo Marchiori via freebsd-stable
Dear All, I am encountering a strange problem with port graphics/drm-stable-kmod. My system is a 11.2-STABLE amd64 with GENERIC kernel. I upgrade the base system every week or two from source. My /etc/make.conf lists graphics/drm-stable-kmod in PORTS_MODULES, in order to have it recompiled with

Re: D-Link DGE530T issue

2017-11-17 Thread Arrigo Marchiori via freebsd-stable
Hello, On Fri, Nov 17, 2017 at 03:12:58PM +0300, Mike Black wrote: > Hello > > VPD is > none0@pci0:5:1:0: class=0x02 card=0x4b011086 chip=0x4b011086 > rev=0x11 hdr=0x00 > vendor = 'J. Bond Computer Systems' IMHO this is either a joke, or a reference to a company in California

Re: dd is returning different content using same inputs

2017-06-08 Thread Arrigo Marchiori via freebsd-stable
Hello, On Thu, Jun 08, 2017 at 05:15:15PM +0800, Christopher Hall wrote: > Hello Dewayne, > > On Thu, 8 Jun 2017 18:10:11 +1000, Dewayne Geraghty > wrote: > > > I'm attempting to skip the first three bytes of a file and then pull > > the header out of message. Please note the file size varies

Re: moxa uport 1110 RS232 USB to serial support?

2016-11-18 Thread Arrigo Marchiori via freebsd-stable
Hello, I am resending this reply message to the freebsd-usb@ and freebsd-stable@ mailing list, because it bounced back to me after one day. On Thu, Nov 17, 2016 at 10:08:44AM +0100, Marko Cupać wrote: > Hi, > > is it possible to use Moxa Uport 1110 USB to serial adapter on FreeBSD > 11.0? > htt

Re: boot0cfg on does not set default selection on gmirror device

2016-10-21 Thread Arrigo Marchiori via freebsd-stable
Hello all, On Fri, Oct 21, 2016 at 08:41:33AM -0600, Warner Losh wrote: > On Fri, Oct 21, 2016 at 5:39 AM, Patrick M. Hausen wrote: > > Hi, all, > > > > we are repeatedly bitten by the following misbehaviour of boot0cfg: > > > > root@hd45:/usr/local # boot0cfg -s 1 mirror/m0 > > root@hd45:/usr/l

Re: Problems with piped tar

2016-08-23 Thread Arrigo Marchiori via freebsd-stable
Hello, On Tue, Aug 23, 2016 at 09:35:12AM +0200, Gerhard Schmidt wrote: > Am 23.08.2016 um 09:18 schrieb Daniel Braniss: > > > >> On 23 Aug 2016, at 10:06, Gerhard Schmidt wrote: > >> > >> Hi, > >> > >> i'm quite often use tar to copy files using > >> > >> tar cf - /some/dir | (cd /dest/dir; ta