Re: Address Collision using i386 4G/4G Memory Split

2018-12-17 Thread Kurt Lidl
Alexander Lochmann writes: According to git commit e3089a (https://reviews.freebsd.org/D1463) FreeBSD 12.0 i386 uses separate address spaces for kernel and user space. So basically two memory areas, one in each space, can have the same address. Is this possible with FreeBSD 12.0? Is this likely

Re: sparc64 on stable/10 panics with r299673

2016-05-13 Thread Kurt Lidl
On 5/13/16 5:10 PM, Mark Johnston wrote: On Fri, May 13, 2016 at 04:14:34PM -0400, Kurt Lidl wrote: I updated one of my sparc64 machines (a V240, dual processor, 8GB of memory) and now it panics. Before (working without issue): FreeBSD spork.pix.net 10.3-STABLE FreeBSD 10.3-STABLE #18 r299561

Re: sparc64 on stable/10 panics with r299673

2016-05-13 Thread Kurt Lidl
On 5/13/16 4:14 PM, Kurt Lidl wrote: I updated one of my sparc64 machines (a V240, dual processor, 8GB of memory) and now it panics. Before (working without issue): FreeBSD spork.pix.net 10.3-STABLE FreeBSD 10.3-STABLE #18 r299561: Thu May 12 16:28:16 EDT 2016 l...@spork.pix.net:/usr/obj/usr

sparc64 on stable/10 panics with r299673

2016-05-13 Thread Kurt Lidl
I updated one of my sparc64 machines (a V240, dual processor, 8GB of memory) and now it panics. Before (working without issue): FreeBSD spork.pix.net 10.3-STABLE FreeBSD 10.3-STABLE #18 r299561: Thu May 12 16:28:16 EDT 2016 l...@spork.pix.net:/usr/obj/usr/src/sys/GENERIC sparc64 Updated

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-06 Thread Kurt Lidl
On 7/2/15 11:00 AM, Glen Barber wrote: On Thu, Jul 02, 2015 at 10:52:00AM -0400, Kurt Lidl wrote: Kurt, can you re-enable the ipv6 line in rc.conf(5), and add '-tso6' to your rc.conf(5) lines? ifconfig_bge0=DHCP ifconfig_bge0_ipv6=inet6 accept_rtadv -tso6 I tried this, and it panic'd

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-02 Thread Kurt Lidl
On 7/1/15 7:41 PM, Glen Barber wrote: On Wed, Jul 01, 2015 at 05:56:48PM -0400, Kurt Lidl wrote: On 7/1/15 11:52 AM, Chris Ross wrote: On Jul 1, 2015, at 11:34, Kurt Lidl l...@pix.net wrote: I discovered that if I comment out the following lines from my /etc/rc.conf, the machine boots

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-01 Thread Kurt Lidl
the full core.txt.0 file to the bug as well, as it contains the detailed backtrace. -Kurt On Jun 30, 2015, at 22:14 , Kurt Lidl l...@pix.net wrote: I got all excited and decided to give it a try on my dual-cpu V240 as well. I was able to get it installed, but it panics when booting off

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-01 Thread Kurt Lidl
On 7/1/15 8:15 AM, Kurt Lidl wrote: On 6/30/15 10:54 PM, Glen Barber wrote: Kurt, could you please create a PR and point me to the PR number so RE can put it on our watch list? The PR is: 201245 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201245 I put the short version of the panic

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-07-01 Thread Kurt Lidl
On 7/1/15 11:52 AM, Chris Ross wrote: On Jul 1, 2015, at 11:34, Kurt Lidl l...@pix.net wrote: I discovered that if I comment out the following lines from my /etc/rc.conf, the machine boots reliably: ifconfig_bge0=DHCP ifconfig_bge0_ipv6=inet6 accept_rtadv Of course, with no network

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Kurt Lidl
On 6/30/15 8:16 PM, Glen Barber wrote: On Tue, Jun 30, 2015 at 08:14:07PM -0400, Kurt Lidl wrote: [-stable@ in CC since these are the first 10.2-PRERELEASE builds available since the code slush went into effect, which marks the start of the release cycle.] New FreeBSD development branch

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Kurt Lidl
[-stable@ in CC since these are the first 10.2-PRERELEASE builds available since the code slush went into effect, which marks the start of the release cycle.] New FreeBSD development branch installation ISOs and virtual machine disk images have been uploaded to the FTP mirrors. As with any

make delete-old misses files

2013-06-13 Thread Kurt Lidl
I've been working with building an reasonably up-to-date revision of stable/9, and noticed that when I execute the 'make delete-old' command to cleanup old stuff, it misses a few things, due to my configuration of my src.conf. In particular, I build with the following in my src.conf:

Re: Ipsec VPN tunnel from a Win/7 box?

2013-02-15 Thread Kurt Lidl
Hmm. I've got IPSEC tunnels from Windows XP and Windows 7 working to a FreeBSD 8.3 host, using NAT/T. I'm using the Shrewsoft client: http://www.shrew.net/software -Kurt ___ freebsd-stable@freebsd.org mailing list

Can't boot 9.0-RELEASE on sparc64

2012-01-16 Thread Kurt Lidl
I noted that booting off a cdrom image was broken for the 9.0-RC3 images as well: http://lists.freebsd.org/pipermail/freebsd-current/2011-December/030747.html There was no followup. I've since managed to netboot that machine from the 9.0 release, and get a 9.0-STABLE world built and installed

How dhcp client can set its hostname properly on lease time

2010-10-07 Thread Kurt Lidl
Regarding your posting to freebsd-stable. Probably what you want to do is have the DHCP server send the machine name when it offers a lease to the client. -Kurt ___ freebsd-stable@freebsd.org mailing list

raidz2 recovery problem on 8.0p2

2010-05-03 Thread Kurt Lidl
I have a 12GB memory machine, with a mpt controller in it, running a ZFS raidz2 for (test) data storage. The system also has a ZFS mirror in place for the OS, home directories, etc. I manually failed one of the disks in the JBOD shelf and watched as the mpt controller started logging errors.