Got the same panic, is this fix getting committed? Or has it already
been committed?
r269053
Thanks, confirming that it fixes the panic as well :-)
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
On 2014-07-24 19:56, Allan Jude wrote:
or better yet:
ssh r...@tbh.lerctr.org "zfs send ..." | mbuffer -m 16M | zfs recv
...
(The misc/mbuffer compensates for bursty zfs reads and writes.
A note to myself: I should suggest to Allan to add mbuffer
in a pipe as used in sysutils/zxfer, instead
Hello. Several questions for 11-Current:
* I keep getting .core (gedit.core, midori.core, etc) files being
created either in /home/myuser or in the folder I run the command in on
terminal emulator (for example if I'm in ~/mydocs on terminal and run "$
gedit filename", that folder gets a gedit.core
> Damian Weber wrote:
>is there
>ifconfig_em0="DHCP"
>or anything like that in your rc.conf?
No, network related rc.conf entries:
network_interfaces="lo0 re0 re1"
ifconfig_lo0="inet 127.0.0.1/24"
ifconfig_re0="inet 192.168.1.10/24"
ifconfig_re1="inet 192.168.2.1/24"
gateway_enable="YES"
defaultr
Kurt Jaeger wrote:
> Can you check whether one of your ethernet-ports has a double life
> as IPMI port and that one sends out the DHCP ?
No such setup. This is my workstation, with wake-on-lan and pxe-boot
disabled in bios.
Checking boot messages provides a little more insight - Its not one but
*
On 2014-07-25 08:41, Larry Rosenman wrote:
On Fri, Jul 25, 2014 at 11:58:48AM +0200, Mark Martinec wrote:
Don't know, I'd guess some network-related memory limit is being hit
on the sending site.
Why not try to decouple the 'zfs send' from a network copy and ssh:
Login to a remote side, do a 'z
On 2014-07-25 09:49, Larry Rosenman wrote:
> On 2014-07-25 08:41, Larry Rosenman wrote:
>> On Fri, Jul 25, 2014 at 11:58:48AM +0200, Mark Martinec wrote:
>>> Don't know, I'd guess some network-related memory limit is being hit
>>> on the sending site.
>>>
>>> Why not try to decouple the 'zfs send'
On 2014-07-25 09:03, Allan Jude wrote:
On 2014-07-25 09:49, Larry Rosenman wrote:
On 2014-07-25 08:41, Larry Rosenman wrote:
On Fri, Jul 25, 2014 at 11:58:48AM +0200, Mark Martinec wrote:
Don't know, I'd guess some network-related memory limit is being hit
on the sending site.
Why not try to
On 23.07.2014 22:18, Lokadamus wrote:
> Am 20.07.2014 18:19, schrieb Anders Bolt-Evensen:
>> info: [drm] Initialized i915 1.6.0 20080730
> 1.6.0 20080730 looks old for me.
> Have a look at https://wiki.freebsd.org/Graphics section "Installing KMS
> Ports"
1.6.0 is the version of the kernel driver,
On 20.07.2014 18:19, Anders Bolt-Evensen wrote:
> Hello, everyone!
Hi!
> When I try to use the radeon driver, X exits because of BIOS errors
> (since I do not use BIOS when in EFI mode), as can be seen from the
> output of "dmesg -a" from a verbose boot (at the time dmesg -a was run,
> I had comm
2014-07-25 15:41, Larry Rosenman wrote:
On Fri, Jul 25, 2014 at 11:58:48AM +0200, Mark Martinec wrote:
Don't know, I'd guess some network-related memory limit is being hit
on the sending site.
Why not try to decouple the 'zfs send' from a network copy and ssh:
Login to a remote side, do a 'zfs
On Fri, 2014-07-25 at 05:04 -0700, Beeblebrox wrote:
> Kurt Jaeger wrote:
>
> > Can you check whether one of your ethernet-ports has a double life
> > as IPMI port and that one sends out the DHCP ?
>
> No such setup. This is my workstation, with wake-on-lan and pxe-boot
> disabled in bios.
> Chec
> ... in retrospect I can think of
> several good reasons to turn off bootp on a per-boot basis. The
> attached patch provides a knob for that, I'll commit it if there are
> no objections.
Thanks - a knob in /boot/loader.conf as
vfs.nfs.bootp_disable="YES"
should do nicely.
Regards.
-
Fr
Hi All!
Here are errors I get with sources at r269089.
-
% uname -a
FreeBSD bb052.bsnet 11.0-CURRENT FreeBSD 11.0-CURRENT #113 r269019: Wed
Jul 23 23:24:47 SAMT 2014
bsam@bb052.bsnet:/usr/obj/usr/src/sys/BB64X amd64
% sudo make -C /usr/src TARGET=arm TARGET_ARCH=armv6 WITH_GCC=1
WITH_GCC_BO
On Fri, 25 Jul 2014, Beeblebrox wrote:
Hello. Several questions for 11-Current:
* I keep getting .core (gedit.core, midori.core, etc) files being
created either in /home/myuser or in the folder I run the command in on
terminal emulator (for example if I'm in ~/mydocs on terminal and run "$
gedi
Hi
> This seems like a job for ulimit.
Damien pointed that out as: ulimit -c 0
> Though, I would be more curious about why your applications are
> crashing so as to generate core files in the first place.
Well, this MAJOR annoyance lies somewhere between Radeon-KMS and gnome3's
graphics/cairo.
On Tue, 2014-07-22 at 10:52 -0700, Sean Bruno wrote:
> I can't quite see what the difference in building sys/i386/loader and
> sys/i386/zfsloader is outside of the obvious zfs loader support flag.
>
This is now fixed in head. Thanks to Simon for the bmake assist.
sean
> But, loader will build
On Tue, 2014-07-22 at 08:45 -0700, Sean Bruno wrote:
> https://phabric.freebsd.org/D443
>
> the 64bit version of userboot has been screaming about bit shifting
> operators for a while now.
>
> The short explanation, amd64 sizeof(long) != i386 sizeof(long).
>
> The long explanation is in the phab
On Fri, 2014-07-25 at 20:40 +0400, Boris Samorodov wrote:
> Hi All!
>
> Here are errors I get with sources at r269089.
>
I am at 269090. make xdev TARGET=mips TARGET_ARCH=mips64 just finished
for me. At this point, drop the rest of the options from the build as
dim, bsdimp and sjg have fixed mo
Beeblebrox wrote:
> Hello. Several questions for 11-Current:
>
> * I keep getting .core (gedit.core, midori.core, etc) files being
> created either in /home/myuser or in the folder I run the command in on
> terminal emulator (for example if I'm in ~/mydocs on terminal and run "$
> gedit filename",
Hi
> I use this in /etc/sysctl.conf:
> kern.corefile=/tmp/cores/%N.core
In rc.conf I have
clear_tmp_enable="YES"
I would have used tmpfs for /tmp but my zpool/tmp is on an SSD which gives
about the same result as fhttp://freebsd.1045724.n5.nabble.com/Several-minor-annoyances-on-Current-tp5931653p
On Thu, Jul 17, 2014 at 11:25 AM, Craig Rodrigues
wrote:
>
> For (2), encouraging people to move away from Linux to FreeBSD
> on the server, may be something where we can get more wins.
> I think we can do this by having more HOWTO articles on
> the FreeBSD web page that explain the following:
>
Sorry for the late reply. It's a busy time right now.
In message <53d0239d.1050...@a1poweruser.com>, Fbsd8 writes:
> Cy Schubert wrote:
> >> On 20.07.2014 18:15, Maxim Khitrov wrote:
> >>> In my opinion, the way forward is to forget (at least temporarily) the
> >>> SMP changes, bring pf in sync wi
In message <20140724183353.gl1...@hub.freebsd.org>, Glen Barber writes:
> New Automounter
>
>Contact: Edward Tomasz Napieral/a
>
>Deficiencies in the current automounter, amd(8), are a recurring
>problem reported by many FreeBSD users. A new automounter is being
>developed to add
On Fri, 25 Jul 2014, Craig Rodrigues wrote:
What I'd like to see is an article on freebsd.org either on the wiki
or in the handbook, which compares using apt, yum, rpm, whatever
to pkg. Is anyone interested in working on an article like this?
I don't have the bandwidth right now.
A person to
On 0725T1019, Cy Schubert wrote:
> In message <20140724183353.gl1...@hub.freebsd.org>, Glen Barber writes:
> > New Automounter
> >
> >Contact: Edward Tomasz Napieral/a
> >
> >Deficiencies in the current automounter, amd(8), are a recurring
> >problem reported by many FreeBSD users. A
In article you write:
>Writing "an article" is hard. Writing a small section on how deleting
>packages is different between pkg and, say, apt, is much easier. The
>scope is known.
Indeed, it's pretty trivial.
I think the sort of article Craig was looking for was more on the
order of
On Fri, Jul 25, 2014 at 2:26 PM, Garrett Wollman <
woll...@hergotha.csail.mit.edu> wrote:
> In article you write:
>
> >Writing "an article" is hard. Writing a small section on how deleting
> >packages is different between pkg and, say, apt, is much easier. The
> >scope is known.
>
> Indeed, it'
On Fri, 25 Jul 2014, Craig Rodrigues wrote:
On Fri, Jul 25, 2014 at 2:26 PM, Garrett Wollman
wrote:
In article you write:
>Writing "an article" is hard. Writing a small section on how deleting
>packages is different between pkg and, say, apt, is much easier. The
In message <20140725211249.ga3...@brick.home>, Edward Tomasz
=?utf-8?Q?Napiera=
C5=82a?= writes:
> On 0725T1019, Cy Schubert wrote:
> > In message <20140724183353.gl1...@hub.freebsd.org>, Glen Barber writes:
> > > New Automounter
> > >
> > >Contact: Edward Tomasz Napieral/a
> > >
> > >D
I have a DVD, a data DVD rather than movie or music, from Seagate Business
Storage 2-bay NAS, that is mountable with mount_cd9660 but not readable in
FreeBSD and NetBSD, using current amd64 versions of FreeBSD and NetBSD.
ls /cdrom showed nothing; ls -al /cdrom showed
total 6
dr-xr-xr-x 2 roo
Thomas Mueller wrote on 26.07.2014 10:00:
I have a DVD, a data DVD rather than movie or music, from Seagate Business
Storage 2-bay NAS, that is mountable with mount_cd9660 but not readable in
FreeBSD and NetBSD, using current amd64 versions of FreeBSD and NetBSD.
ls /cdrom showed nothing; ls -
On Jul 26, 2014, at 5:46 AM, Cy Schubert wrote:
> In message <20140725211249.ga3...@brick.home>, Edward Tomasz
> =?utf-8?Q?Napiera=
> C5=82a?= writes:
>> On 0725T1019, Cy Schubert wrote:
>>> In message <20140724183353.gl1...@hub.freebsd.org>, Glen Barber writes:
New Automounter
33 matches
Mail list logo