Re: something fails with svn

2010-01-01 Thread Ryan Stone
the git config is: [core]        repositoryformatversion = 0        filemode = true        bare = false        logallrefupdates = true [svn-remote svn]        url = svn://svn.freebsd.org/base/stable/7        fetch = :refs/remotes/git-svn It looks like the error is on the line I've

Re: ZFS corruption due to lack of space?

2012-10-31 Thread Ryan Stone
On Wed, Oct 31, 2012 at 4:48 PM, Artem Belevich a...@freebsd.org wrote: One way out of this jam is to try truncating some large file in place. Make sure that file is not part of any snapshot. Something like this may do the trick: #dd if=/dev/null of=existing_large_file Or, perhaps even

Re: time issues and ZFS

2013-01-22 Thread Ryan Stone
On Tue, Jan 22, 2013 at 7:27 AM, Julian Stecklina jstec...@os.inf.tu-dresden.de wrote: Does anyone know why the LAPIC is given a lower priority than HPET in this case? If you have an LAPIC, it should always be prefered to HPET, unless something is seriously wrong with it... On many

Re: Building RELENG_9 (or RELENG_9_*) on a small machine?

2013-02-28 Thread Ryan Stone
On Wed, Feb 27, 2013 at 8:41 PM, Darren Pilgrim list_free...@bluerosetech.com wrote: 2. If I crossbuild for this machine, can I get away with doing buildworld on a buildbox, ship the obj tree, and do installworld and mergemaster on the VM? It's been a few enternities since I did a cross

Re: Building RELENG_9 (or RELENG_9_*) on a small machine?

2013-02-28 Thread Ryan Stone
On Thu, Feb 28, 2013 at 12:48 PM, Darren Pilgrim list_free...@bluerosetech.com wrote: On 2013-02-28 06:43, Ryan Stone wrote: It's possible with a caveat: in my experience both the object tree and the source tree have to have *exactly* the same path on the build host and the destination

Re: fusefs-kmod does not work on 8-STABLE?

2013-04-15 Thread Ryan Stone
On Fri, Apr 12, 2013 at 10:28 AM, Alexey Dokuchaev da...@nsu.ru wrote: On Fri, Apr 12, 2013 at 05:17:46PM +0700, Alexey Dokuchaev wrote: On Wed, Apr 10, 2013 at 12:27:10PM +0700, Alexey Dokuchaev wrote: I've got puzzled with the fact that fusefs-kmod apparently does not on recent

Device timeout from mfi(9) while booting 9.2-RELEASE

2013-10-03 Thread Ryan Stone
We're having trouble booting 9.2-RELEASE on a system with an mfi (Drake Skinny) controller. When it tries to mount root we get: mfi0: COMMAND 0xff8000cb7220 TIMEOUT AFTER 59 SECONDS mfi0: COMMAND 0xff8000cb72a8 TIMEOUT AFTER 60 SECONDS mfi0: COMMAND 0xff8000cb7220 TIMEOUT AFTER 90

Re: after freebsd-update: /lib/libc.so.7: unsupported file layout

2013-10-08 Thread Ryan Stone
On Tue, Oct 8, 2013 at 7:32 AM, Sami Halabi sodyn...@gmail.com wrote: Hi, i have a box with FreeBSD-9.1-Release. I did freebsd-update and since then i get: root@6:/root # jexec 1 /bin/csh /lib/libc.so.7: unsupported file layout root@6:/root # i see /lib/libc.so.7 was updated as i read

Re: VLAN problem on some em(4) cards

2016-04-10 Thread Ryan Stone
tcpdump on em0 will show the vlan-tagged packets if everything is working correctly. The fact that they are not showing up is a sign that something is not working correctly (or that your tcpdump filter isn't account for the vlan tag) On Sun, Apr 10, 2016 at 1:44 PM, Christoph Moench-Tegeder <

Re: Intel I210 (igb) sometimes consume all CPU on not-so-big traffic — need help!

2017-11-20 Thread Ryan Stone
Please try the following patch. It should resolve your issue: https://people.freebsd.org/~rstone/patches/e1000-9k.diff ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Re: Access to NETMAP from c++ program

2019-11-25 Thread Ryan Stone
Remove "using namespace std;" from your program. ___ 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"