Re: AMD Ryzen 7 support

2017-03-07 Thread Andriy Gapon
On 07/03/2017 05:10, Yonas Yanfa wrote: > Hi, > > Does FreeBSD 11 or CURRENT support the new AMD Ryzen 7 processor? We don't know. AMD hasn't given us any documentation or patches for Ryzen. -- Andriy Gapon ___ freebsd-amd64@freeb

Re: FreeBSD on Ryzen

2017-03-22 Thread Andriy Gapon
r 1> on usbus0 > ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 > ada0: ATA8-ACS SATA 2.x device > ada0: Serial Number WD-WCASJ1778605 > ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes) > ada0: Command Queueing enabled > ada0: 953869MB (1953525168 512 byte sectors) &

Re: FreeBSD on Ryzen

2017-03-23 Thread Andriy Gapon
ckage(s) x 16 core(s) Don, thank you! Could you please test this patch https://paste.debian.net/923675/ and see if it allows to detect SMT threads? -- Andriy Gapon ___ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/free

Re: FreeBSD on Ryzen

2017-03-23 Thread Andriy Gapon
Fedora rawhide and there was no indication of ECC support in > the boot messages, edac-utils didn't find it, and dmidecode said that > the memory was 64 bits wide and not 72. -- Andriy Gapon ___ freebsd-amd64@freebsd.org mailing list https:

Re: Linux compat / changing compat path

2018-03-21 Thread Andriy Gapon
that work? Would I be able to start such a jail (processes in it) ? Would they be able to correctly find their libraries and other executables they might want to exec? If this works or could be made to work, then I am sure that some people would it useful. -- Andriy Gapon __

Re: "Could not allocate I/O space" and "intsmb0 attach returned 6" in a under-Hyper-V context on Ryzen Threadripper: Is this expected?

2018-04-10 Thread Andriy Gapon
And, as I am sure that Hyper-V does not emulate any SMBus slaves anyway, it would be completely useless. > I suspect that this has never > worked and the module started auto-loading due to devmatch. This must be true. -- Andriy Gapon ___ freebsd-amd64@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"

Re: amd64/134978: [panic] g_up pmap amd64 panic

2010-03-31 Thread Andriy Gapon
The following reply was made to PR amd64/134978; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, g...@wp.pl Cc: Subject: Re: amd64/134978: [panic] g_up pmap amd64 panic Date: Thu, 01 Apr 2010 00:02:30 +0300 The panic seems to be caused by NULL pointer passed to

Re: amd64/145873: [build] cannot buildworld 8.0-STABLE

2010-04-22 Thread Andriy Gapon
The following reply was made to PR amd64/145873; it has been noted by GNATS. From: Andriy Gapon To: andy.l...@reactor-xg.kiev.ua Cc: bug-follo...@freebsd.org Subject: Re: amd64/145873: [build] cannot buildworld 8.0-STABLE Date: Fri, 23 Apr 2010 00:26:18 +0300 on 22/04/2010 09:47 Andrei V

Re: amd64/145873: [build] cannot buildworld 8.0-STABLE

2010-04-23 Thread Andriy Gapon
on 23/04/2010 08:39 Andrei V. Lavreniyuk said the following: > 23.04.2010 00:30, Andriy Gapon пишет: > >> on 22/04/2010 09:47 Andrei V. Lavreniyuk said the following: >> > /usr/src/sbin/hastctl/../hastd/hast_proto.c:40:25: error: >> openssl/sha.h: >&g

Re: FreeBSD 8.1-Prerelease Panic amd64 w/ZFS..

2010-05-28 Thread Andriy Gapon
to > /boot/loader.conf. > > ZFS filesystem version 3 > > ZFS storage pool version 14 > > Timecounters tick every 1.000 msec > > usbus0: 12Mbps Full Speed USB v1.0 > > usbus1: 12Mbps Full Speed USB v1.0 > > usb

Re: FreeBSD 8.1-Prerelease Panic amd64 w/ZFS..

2010-05-31 Thread Andriy Gapon
o a "bad thing", e.g. a panic - right now kernel can exhaust all kmem which does lead to a panic. Perhaps, default value of VM_KMEM_SIZE_SCALE should be change to one on amd64? -- Andriy Gapon ___ freebsd-amd64@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"

Re: amd64/147963: cpu l2 cache error

2010-06-18 Thread Andriy Gapon
The following reply was made to PR amd64/147963; it has been noted by GNATS. From: Andriy Gapon To: Gabor Illo Cc: bug-follo...@freebsd.org Subject: Re: amd64/147963: cpu l2 cache error Date: Fri, 18 Jun 2010 16:54:20 +0300 on 18/06/2010 13:22 Gabor Illo said the following: > MCA: Ban

Re: amd64/147926: system freezes due to heavy io to the disks

2010-06-19 Thread Andriy Gapon
The following reply was made to PR amd64/147926; it has been noted by GNATS. From: Andriy Gapon To: Dominic Duklas Cc: bug-follo...@freebsd.org Subject: Re: amd64/147926: system freezes due to heavy io to the disks Date: Sat, 19 Jun 2010 10:55:22 +0300 on 17/06/2010 03:36 Dominic Duklas said

amd64 kernel modules: mapping sections to addresses

2010-06-21 Thread Andriy Gapon
_load_file in all places that need to map loaded module's sections to load addresses? What do you think? Thanks! P.S. As I understand CTF data includes a symbol table. What kind of symbol addresses is used there? Are they relative within a corresponding section? Or something else? -

Re: amd64 kernel modules: mapping sections to addresses

2010-06-21 Thread Andriy Gapon
t section addresses in amd64 .ko (relocatable object file) similarly to how they are set in i386 .ko (full-blown DSO)? Or is this too much useless hassle? -- Andriy Gapon ___ freebsd-amd64@freebsd.org mailing list http://lists.freebsd.org/mailman/listi

Re: amd64 kernel modules: mapping sections to addresses

2010-06-21 Thread Andriy Gapon
on 21/06/2010 23:44 Navdeep Parhar said the following: > On Mon, Jun 21, 2010 at 04:10:45PM -0400, John Baldwin wrote: >> On Monday 21 June 2010 11:57:17 am Andriy Gapon wrote: >>> on 21/06/2010 18:43 John Baldwin said the following: >>>> np@ has a patch to gdb to

Re: amd64 kernel modules: mapping sections to addresses

2010-06-21 Thread Andriy Gapon
ight? It's definitely pointless. [IMHO :-)] -- Andriy Gapon ___ freebsd-amd64@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"

Re: amd64 kernel modules: mapping sections to addresses

2010-06-22 Thread Andriy Gapon
on 22/06/2010 00:34 Andriy Gapon said the following: > gdb change - I'd rather do it via kld_current_sos, > kld_relocate_section_addresses. I'd like to avoid changing common gdb code > for > a variety of reasons. I came up with the following patch. EXEC_P and DYNAMIC

Re: amd64 kernel modules: mapping sections to addresses

2010-06-25 Thread Andriy Gapon
duced by GNU ld +* for ELF objects and libraries: +* [Text][R/O data][R/W data][Dynamic][BSS][Non loadable] +*/ + dmp->dm_text_size = dmp->dm_data_va - dmp->dm_text_va; #if defined(__i386__) /* * Find the first load section and figure out the relocation -- Andriy Gapon ___ freebsd-amd64@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"

Re: amd64/148805: [hang] FreeBSD 7.2, 8.0, and 9.0 hang during install at probing devices

2010-07-21 Thread Andriy Gapon
The following reply was made to PR amd64/148805; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, rl...@pacbell.net Cc: Subject: Re: amd64/148805: [hang] FreeBSD 7.2, 8.0, and 9.0 hang during install at probing devices Date: Wed, 21 Jul 2010 14:45:28 +0300 You

Re: amd64/148805: [hang] FreeBSD 7.2, 8.0, and 9.0 hang during install at probing devices

2010-07-21 Thread Andriy Gapon
The following reply was made to PR amd64/148805; it has been noted by GNATS. From: Andriy Gapon To: Rich Cc: bug-follo...@freebsd.org Subject: Re: amd64/148805: [hang] FreeBSD 7.2, 8.0, and 9.0 hang during install at probing devices Date: Wed, 21 Jul 2010 19:17:28 +0300 on 21/07/2010 18:58

Re: amd64/148805: [hang] FreeBSD 7.2, 8.0, and 9.0 hang during install at probing devices

2010-07-21 Thread Andriy Gapon
The following reply was made to PR amd64/148805; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, rl...@pacbell.net Cc: Subject: Re: amd64/148805: [hang] FreeBSD 7.2, 8.0, and 9.0 hang during install at probing devices Date: Wed, 21 Jul 2010 20:08:08 +0300 It

Re: FreeBSD for Intel(r) Xeon Processor X5560

2010-07-23 Thread Andriy Gapon
; Intel(r) Xeon(r) Processor X5560? AFAICS, this is a normal Intel EMT64 processor, not an Itanium processor, which means that it supports amd64 architecture. -- Andriy Gapon ___ freebsd-amd64@freebsd.org mailing list http://lists.freebsd.org

Re: amd64/150170: SIG_ATOMIC_MIN/SIG_ATOMIC_MAX 32-bit when sig_atomic_t is 64-bit

2010-09-01 Thread Andriy Gapon
The following reply was made to PR amd64/150170; it has been noted by GNATS. From: Andriy Gapon To: Gerald Pfeifer Cc: Gerald Pfeifer , freebsd-gnats-sub...@freebsd.org Subject: Re: amd64/150170: SIG_ATOMIC_MIN/SIG_ATOMIC_MAX 32-bit when sig_atomic_t is 64-bit Date: Wed, 01 Sep 2010 13:26:36

Re: amd64/148002: [boot] panic / page fault while booting from install dvd on asrock 939-dual sata

2010-09-02 Thread Andriy Gapon
The following reply was made to PR amd64/148002; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, dura-z...@freenet.de Cc: Subject: Re: amd64/148002: [boot] panic / page fault while booting from install dvd on asrock 939-dual sata Date: Thu, 02 Sep 2010 19:40:49

Re: amd64/151031: Not all RAM is found on GA-E7AUM-DS2H motherboard

2010-09-28 Thread Andriy Gapon
The following reply was made to PR amd64/151031; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, t...@abekat.net Cc: Subject: Re: amd64/151031: Not all RAM is found on GA-E7AUM-DS2H motherboard Date: Tue, 28 Sep 2010 19:37:22 +0300 Is there an English version of

Re: amd64/150909: [hang] FreeBSD freezes a few minutes booting on Intel s5500wb board

2010-10-08 Thread Andriy Gapon
The following reply was made to PR amd64/150909; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, astatu...@gmail.com Cc: Subject: Re: amd64/150909: [hang] FreeBSD freezes a few minutes booting on Intel s5500wb board Date: Fri, 08 Oct 2010 12:22:48 +0300 Can this

Re: amd64/149322: [boot] 8.1-RELEASE does not boot on DL785 G6

2010-10-08 Thread Andriy Gapon
The following reply was made to PR amd64/149322; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, we...@iastate.edu Cc: Subject: Re: amd64/149322: [boot] 8.1-RELEASE does not boot on DL785 G6 Date: Fri, 08 Oct 2010 12:29:17 +0300 Can try to boot custom-built

Re: amd64/145991: [NOTES] [patch] Add a requires line to /sys/amd64/conf/NOTES

2010-10-08 Thread Andriy Gapon
The following reply was made to PR amd64/145991; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, j...@berklix.com Cc: Subject: Re: amd64/145991: [NOTES] [patch] Add a requires line to /sys/amd64/conf/NOTES Date: Fri, 08 Oct 2010 12:41:21 +0300 Is still an issue

Re: amd64/149038: [panic] Upgrading to 8.1 causes kernel panic when removing file: linux-f10-atk-1.240

2010-10-08 Thread Andriy Gapon
The following reply was made to PR amd64/149038; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, dejam...@yahoo.com Cc: Subject: Re: amd64/149038: [panic] Upgrading to 8.1 causes kernel panic when removing file: linux-f10-atk-1.240 Date: Fri, 08 Oct 2010 12:30:44

Re: amd64/145761: [lor] rt2870 lock order reversal hold up system in 8.0-RELEASE-p2

2010-10-08 Thread Andriy Gapon
The following reply was made to PR amd64/145761; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, e...@gthcfoundation.org Cc: Subject: Re: amd64/145761: [lor] rt2870 lock order reversal hold up system in 8.0-RELEASE-p2 Date: Fri, 08 Oct 2010 12:47:47 +0300 If you

Re: amd64/145873: [build] cannot buildworld 8.0-STABLE

2010-10-08 Thread Andriy Gapon
The following reply was made to PR amd64/145873; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, andy.l...@gmail.com Cc: Subject: Re: amd64/145873: [build] cannot buildworld 8.0-STABLE Date: Fri, 08 Oct 2010 12:42:15 +0300 Can this PR be closed now

Re: amd64/144376: [panic] continuous reboot on motherboards with ATI SB7xx controller and RAID enabled

2010-10-08 Thread Andriy Gapon
The following reply was made to PR amd64/144376; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, luigiitali...@libero.it Cc: Subject: Re: amd64/144376: [panic] continuous reboot on motherboards with ATI SB7xx controller and RAID enabled Date: Fri, 08 Oct 2010 12

Re: amd64/150909: [hang] FreeBSD freezes a few minutes booting on Intel s5500wb board

2010-10-08 Thread Andriy Gapon
on 08/10/2010 20:20 John Baldwin said the following: > On Friday, October 08, 2010 5:30:05 am Andriy Gapon wrote: >> The following reply was made to PR amd64/150909; it has been noted by GNATS. >> >> From: Andriy Gapon >> To: bug-follo...@freebsd.org, astatu...@gmail.

Re: 8.1-RELEASE - fatal trap 12 during install

2010-10-17 Thread Andriy Gapon
on 15/10/2010 22:20 Jacob Lambert said the following: > Hello everyone, > > I've got a shiny new Supermicro H8QG6-F w/ 4x Opteron 6168 12 core > CPUs and 128GB of DDR3 1333 ECC RAM onto which I've been trying to Do I read it correct that that's 48 logical CP

Re: 8.1-RELEASE - fatal trap 12 during install

2010-10-17 Thread Andriy Gapon
[restored CC] on 16/10/2010 03:37 Jacob Lambert said the following: > On Friday, October 15, 2010, Andriy Gapon wrote: >> on 15/10/2010 22:20 Jacob Lambert said the following: >>> Hello everyone, >>> >>> I've got a shiny new Supermicro H8QG6-F w/ 4x O

Re: 8.1-RELEASE - fatal trap 12 during install

2010-10-18 Thread Andriy Gapon
on 16/10/2010 16:40 Jacob Lambert said the following: > On Saturday, October 16, 2010, Andriy Gapon wrote: >> [restored CC] >> >> on 16/10/2010 03:37 Jacob Lambert said the following: >>> On Friday, October 15, 2010, Andriy Gapon wrote: >>>> on 15/10/2

Re: 8.1-RELEASE - fatal trap 12 during install

2010-10-22 Thread Andriy Gapon
[ping] on 18/10/2010 09:44 Andriy Gapon said the following: > on 16/10/2010 16:40 Jacob Lambert said the following: >> On Saturday, October 16, 2010, Andriy Gapon wrote: >>> [restored CC] >>> >>> on 16/10/2010 03:37 Jacob Lambert said the following: >

Re: amd64/151722: kldload on 8.1-RELEASE memorystick fails

2010-10-25 Thread Andriy Gapon
P.S. For an example (one of many) of how you can make things more convenient for yourself: http://wiki.freebsd.org/AvgLiveCD -- Andriy Gapon ___ freebsd-amd64@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe

Re: amd64/151722: kldload on 8.1-RELEASE memorystick fails

2010-10-26 Thread Andriy Gapon
gt; and helpful response to a PR before. Maybe because PR is not the best way to communicate with FreeBSD developers? It never hurts trying to ask/report/discuss things on mailing lists first. -- Andriy Gapon ___ freebsd-amd64@freebsd.org mailing

Re: FreeBSD/amd64 Project -- motherboards Call For Update

2010-11-02 Thread Andriy Gapon
t you mentioned seems to be long time obsolete and unmaintained (note the release numbers and dates). If you have a particular piece of hardware in mind (CPU, chipset, motherboard, etc) it's better to just ask a concrete question. -- Andriy Gapon

Re: FreeBSD/amd64 Project -- motherboards Call For Update

2010-11-10 Thread Andriy Gapon
e a site/page where experience with (various versions of) FreeBSD on various hardware could be shared. Things like searching by PCI IDs would be a great bonus. Perhaps something like http://hardware4linux.info/ Just an idea. -- Andriy Gapon ___ free

Re: amd64/152405: wrong user time is reported when CPU frequency throttled.

2010-11-23 Thread Andriy Gapon
The following reply was made to PR amd64/152405; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, k...@suri.co.jp Cc: Subject: Re: amd64/152405: wrong user time is reported when CPU frequency throttled. Date: Tue, 23 Nov 2010 16:44:35 +0200 Could you please also

Re: amd64/152405: wrong user time is reported when CPU frequency throttled.

2010-11-23 Thread Andriy Gapon
The following reply was made to PR amd64/152405; it has been noted by GNATS. From: Andriy Gapon To: =?UTF-8?B?IktPSUUgSGlkZXRha2EgKOmvieaxn+iLsemahu+8oOaVsOeQhuaKgOeglCki?= Cc: bug-follo...@freebsd.org Subject: Re: amd64/152405: wrong user time is reported when CPU frequency throttled. Date

Re: amd64/152405: wrong user time is reported when CPU frequency throttled.

2010-11-24 Thread Andriy Gapon
The following reply was made to PR amd64/152405; it has been noted by GNATS. From: Andriy Gapon To: =?ISO-2022-JP?B?IktPSUUgSGlkZXRha2EgKBskQjhxOT4xUU40IXc/dE19NTs4JhsoQg==?= =?ISO-2022-JP?B?KSI=?= Cc: bug-follo...@freebsd.org Subject: Re: amd64/152405: wrong user time is reported when CPU

Re: amd64/152405: wrong user time is reported when CPU frequency throttled.

2010-11-24 Thread Andriy Gapon
The following reply was made to PR amd64/152405; it has been noted by GNATS. From: Andriy Gapon To: =?ISO-2022-JP?B?IktPSUUgSGlkZXRha2EgKBskQjhxOT4xUU40IXc/dE19NTs4JhsoQg==?= =?ISO-2022-JP?B?KSI=?= Cc: bug-follo...@freebsd.org Subject: Re: amd64/152405: wrong user time is reported when CPU

Re: amd64/152405: wrong user time is reported when CPU frequency throttled.

2010-11-24 Thread Andriy Gapon
The following reply was made to PR amd64/152405; it has been noted by GNATS. From: Andriy Gapon To: =?UTF-8?B?IktPSUUgSGlkZXRha2EgKOmvieaxn+iLsemahu+8oOaVsOeQhuaKgOeglCki?= Cc: bug-follo...@freebsd.org Subject: Re: amd64/152405: wrong user time is reported when CPU frequency throttled. Date

Re: amd64/152405: wrong user time is reported when CPU frequency throttled.

2010-11-24 Thread Andriy Gapon
The following reply was made to PR amd64/152405; it has been noted by GNATS. From: Andriy Gapon To: =?UTF-8?B?IktPSUUgSGlkZXRha2EgKOmvieaxn+iLsemahu+8oOaVsOeQhuaKgOeglCki?= Cc: bug-follo...@freebsd.org Subject: Re: amd64/152405: wrong user time is reported when CPU frequency throttled. Date

Re: amd64/78406: [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and system crashes

2010-11-27 Thread Andriy Gapon
The following reply was made to PR amd64/78406; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, r...@redshift.com Cc: Subject: Re: amd64/78406: [panic]AMD64 w/ SCSI: issue 'rm -r /usr/ports' and system crashes Date: Sat, 27 Nov 2010 10:34:10 +0200

Re: amd64/95888: [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP DL140G2

2010-11-27 Thread Andriy Gapon
The following reply was made to PR amd64/95888; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, te...@kgs.ru Cc: Subject: Re: amd64/95888: [ata] kernel: ad2: TIMEOUT - WRITE_DMA retrying on HP DL140G2 Date: Sat, 27 Nov 2010 10:40:15 +0200 Is still still an issue

Re: amd64/97337: [dri] xorg reboots system if dri module is enabled

2010-11-27 Thread Andriy Gapon
The following reply was made to PR amd64/97337; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, jtrcerr...@web.de Cc: Subject: Re: amd64/97337: [dri] xorg reboots system if dri module is enabled Date: Sat, 27 Nov 2010 10:41:07 +0200 Is this still an issue with

Re: amd64/91405: [asr] [panic] Kernel panic caused by asr on 6.0-amd64 box

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/91405; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, freebsd-s...@freebsd.org Cc: Subject: Re: amd64/91405: [asr] [panic] Kernel panic caused by asr on 6.0-amd64 box Date: Sun, 05 Dec 2010 11:53:47 +0200 http

Re: amd64/108861: [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work at 1Gbps with nForce4 NIC

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/108861; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, lstew...@room52.net Cc: Subject: Re: amd64/108861: [nve] nve(4) driver on FreeBSD 6.2 AMD64 does not work at 1Gbps with nForce4 NIC Date: Sun, 05 Dec 2010 12:01:48

Re: amd64/115194: LCD screen remains blank after Dell XPS M1210 lid is closed and reopened.

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/115194; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, an...@pcbsd.org Cc: Subject: Re: amd64/115194: LCD screen remains blank after Dell XPS M1210 lid is closed and reopened. Date: Sun, 05 Dec 2010 12:05:26 +0200 Andrei

Re: amd64/115815: [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupported SATA

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/115815; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, al...@zwingelstein.org Cc: Subject: Re: amd64/115815: [ata] [request] Gigabyte GA-M61P-S3 Motherboard unsupported SATA Date: Sun, 05 Dec 2010 12:08:24 +0200 Alain

Re: amd64/117296: [ata] I don`t see second SATA IDE on VIA VT8237A

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/117296; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, msnk...@mail.ru Cc: Subject: Re: amd64/117296: [ata] I don`t see second SATA IDE on VIA VT8237A Date: Sun, 05 Dec 2010 12:11:10 +0200 Is this still an issue with the

Re: amd64/116620: [hang] ifconfig spins when creating carp(4) device on amd64/SMP

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/116620; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, muffal...@gmail.com Cc: Subject: Re: amd64/116620: [hang] ifconfig spins when creating carp(4) device on amd64/SMP Date: Sun, 05 Dec 2010 12:09:19 +0200 Is this

Re: amd64/120202: [amd64] [patch] [panic] kernel panic at start_all_aps, AP not starts

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/120202; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, masa...@mbs.sphere.ne.jp Cc: Subject: Re: amd64/120202: [amd64] [patch] [panic] kernel panic at start_all_aps, AP not starts Date: Sun, 05 Dec 2010 12:45:21 +0200

Re: amd64/124432: [panic] 7.0-STABLE panic: invalbuf: dirty bufs

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/124432; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, j...@zircon.seattle.wa.us Cc: Subject: Re: amd64/124432: [panic] 7.0-STABLE panic: invalbuf: dirty bufs Date: Sun, 05 Dec 2010 13:09:36 +0200 Can you still reproduce

Re: amd64/125002: [install] amd64, SATA hard disks not detected

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/125002; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, goodbits...@gmail.com Cc: Subject: Re: amd64/125002: [install] amd64, SATA hard disks not detected Date: Sun, 05 Dec 2010 13:11:09 +0200 Can the issue be still

Re: amd64/127451: [scheduler] incorrect load on quad core

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/127451; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, m...@skynet.lv Cc: Subject: Re: amd64/127451: [scheduler] incorrect load on quad core Date: Sun, 05 Dec 2010 13:15:51 +0200 Is this still reproducible? What kind of

Re: amd64/128263: [panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 and 16gb ram, crash and dump mem

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/128263; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, martin.wike...@cypoint.se Cc: Subject: Re: amd64/128263: [panic] 2 amd64 dl380 g5 with dual quadcore xeons, 8 and 16gb ram, crash and dump mem Date: Sun, 05 Dec 2010

Re: amd64/128765: [install] Install CD loads to Install choices but stops & only reboots

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/128765; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, serious...@gmail.com Cc: Subject: Re: amd64/128765: [install] Install CD loads to Install choices but stops & only reboots Date: Sun, 05 Dec 2010 13:45:06 +0200

Re: amd64/129315: [boot] [reboot] amd64 motherboard: Intel DG965WH motherboard compatibility with AMD64

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/129315; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, r...@robertjbrown.com Cc: Subject: Re: amd64/129315: [boot] [reboot] amd64 motherboard: Intel DG965WH motherboard compatibility with AMD64 Date: Sun, 05 Dec 2010 13:58

Re: amd64/129426: [panic] FreeBSD 7.0 crash after subdiskXX: detached

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/129426; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, p...@prolixium.com Cc: Subject: Re: amd64/129426: [panic] FreeBSD 7.0 crash after subdiskXX: detached Date: Sun, 05 Dec 2010 14:00:42 +0200 Is this still reproducible

Re: amd64/129667: [ata] Elitegroup A780GM-A IDE controller not recognized in 6.4 amd64

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/129667; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, tom.be...@dailyevergreen.com Cc: Subject: Re: amd64/129667: [ata] Elitegroup A780GM-A IDE controller not recognized in 6.4 amd64 Date: Sun, 05 Dec 2010 14:01:39 +0200

Re: amd64/129889: [boot] [hang] The booting process stops at the line mounting root ufs /dev/md0 (Starting with the option for no acpi )

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/129889; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, c_to...@otenet.gr Cc: Subject: Re: amd64/129889: [boot] [hang] The booting process stops at the line mounting root ufs /dev/md0 (Starting with the option for no acpi

Re: amd64/130368: [hang] Switching from xorg to console locks up computer

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/130368; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, xxjack1...@gmail.com Cc: Subject: Re: amd64/130368: [hang] Switching from xorg to console locks up computer Date: Sun, 05 Dec 2010 14:05:23 +0200 Is this an issue

Re: amd64/130864: [hang] Problem with copying files to a large partition

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/130864; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, vsj...@gmail.com Cc: Subject: Re: amd64/130864: [hang] Problem with copying files to a large partition Date: Sun, 05 Dec 2010 14:13:46 +0200 Are you still able to

Re: amd64/131209: [panic] [bce] 7.1-STABLE amd64 crash - m0 NULL

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/131209; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, roar.petter...@it.uib.no Cc: Subject: Re: amd64/131209: [panic] [bce] 7.1-STABLE amd64 crash - m0 NULL Date: Sun, 05 Dec 2010 14:17:15 +0200 Is this still an issue

Re: amd64/131314: [modules] [panic] large modules fail to load on amd64

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/131314; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, k...@freebsd.org Cc: Subject: Re: amd64/131314: [modules] [panic] large modules fail to load on amd64 Date: Sun, 05 Dec 2010 14:19:07 +0200 Ken, this is an

Re: amd64/131456: ACPI & ATA problems

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/131456; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, d...@rodemer.net Cc: Subject: Re: amd64/131456: ACPI & ATA problems Date: Sun, 05 Dec 2010 14:21:40 +0200 What's the status of these problems for you? Co

Re: amd64/133701: Recompiling the kernel with k8temp or smbios break GEOM autodetection

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/133701; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, d-...@dctech.net Cc: Subject: Re: amd64/133701: Recompiling the kernel with k8temp or smbios break GEOM autodetection Date: Sun, 05 Dec 2010 14:24:40 +0200 Problem

Re: amd64/132574: [boot] [hang] Freeze on bootstrap loader (CD) using ATA/133 Promise FastTrak TX2000

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/132574; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, mathieu.chappuis.li...@gmail.com Cc: Subject: Re: amd64/132574: [boot] [hang] Freeze on bootstrap loader (CD) using ATA/133 Promise FastTrak TX2000 Date: Sun, 05 Dec

Re: amd64/133977: [panic] [ffs] "panic: ffs_blkfree: freeing free block" after 7.0R->7.1R amd64 src upgrade [regression]

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/133977; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, freebs...@sensation.net.au Cc: Subject: Re: amd64/133977: [panic] [ffs] "panic: ffs_blkfree: freeing free block" after 7.0R->7.1R amd64 src upgrade [reg

Re: amd64/134978: [panic] g_up pmap amd64 panic

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/134978; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, g...@wp.pl Cc: Subject: Re: amd64/134978: [panic] g_up pmap amd64 panic Date: Sun, 05 Dec 2010 14:28:41 +0200 Are still able to reproduce the problem? Some

Re: amd64/135040: [ata] FreeBSD/amd64 does not (always) detect disk on SB600/AliveXFire eSata 2

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/135040; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, ralf.folke...@gmx.de, Alexander Motin Cc: Subject: Re: amd64/135040: [ata] FreeBSD/amd64 does not (always) detect disk on SB600/AliveXFire eSata 2 Date: Sun

Re: amd64/135265: [install] Boot from install cd hangs on HP DL160 G5 with LSI SAS1064E

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/135265; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, balda...@zsupport.ru Cc: Subject: Re: amd64/135265: [install] Boot from install cd hangs on HP DL160 G5 with LSI SAS1064E Date: Sun, 05 Dec 2010 14:34:44 +0200 Is

Re: amd64/137942: [pci] 8.0-BETA2 having problems with Asus M2N-SLI-deluxe motherboard [regression]

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/137942; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, h...@bbnetworks.net, John Baldwin Cc: Subject: Re: amd64/137942: [pci] 8.0-BETA2 having problems with Asus M2N-SLI-deluxe motherboard [regression] Date: Sun

Re: amd64/138029: [panic] periodically kernel panic and reboot

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/138029; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, stepa...@gmail.com Cc: Subject: Re: amd64/138029: [panic] periodically kernel panic and reboot Date: Sun, 05 Dec 2010 14:41:48 +0200 Is this still a problem? Looks

Re: amd64/139924: [boot] cd or dvd not load

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/139924; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, yilma...@gmail.com Cc: Subject: Re: amd64/139924: [boot] cd or dvd not load Date: Sun, 05 Dec 2010 14:49:27 +0200 Is still an issue? Will you able to provide

Re: amd64/139998: [panic] 7.2 amd64 panic in kern_mutex.c:339

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/139998; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, all...@nbs-inc.com Cc: Subject: Re: amd64/139998: [panic] 7.2 amd64 panic in kern_mutex.c:339 Date: Sun, 05 Dec 2010 14:53:07 +0200 Is this still an issue? Looks

Re: amd64/140145: [boot] Installation boot sequence freezes

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/140145; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, rui.pfco...@gmail.com Cc: Subject: Re: amd64/140145: [boot] Installation boot sequence freezes Date: Sun, 05 Dec 2010 14:54:08 +0200 is this still a problem? Looks

Re: amd64/140715: [boot] Dell M600 Blade fails to boot 7.2+ 64 bit

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/140715; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, cliff.sprad...@gmail.com Cc: Subject: Re: amd64/140715: [boot] Dell M600 Blade fails to boot 7.2+ 64 bit Date: Sun, 05 Dec 2010 14:57:36 +0200 Is still an issue? Can

Re: amd64/141060: [install] Can't install 8.0-RELEASE on the server where 7.2 works fine [regression]

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/141060; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, kos...@adfox.ru Cc: Subject: Re: amd64/141060: [install] Can't install 8.0-RELEASE on the server where 7.2 works fine [regression] Date: Sun, 05 Dec 2010 15:

Re: amd64/149713: [ata] [panic] Kernel crashes on HD timeout

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/149713; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, p...@swarmtv.nl Cc: Subject: Re: amd64/149713: [ata] [panic] Kernel crashes on HD timeout Date: Sun, 05 Dec 2010 15:27:44 +0200 Is still an issue for you? Have you

Re: amd64/151385: [boot] Installation hangs on MacBook

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/151385; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, rene.st...@gmail.com Cc: Subject: Re: amd64/151385: [boot] Installation hangs on MacBook Date: Sun, 05 Dec 2010 15:30:57 +0200 Can you please try the latest head or

Re: amd64/110599: [geli] geli attach to gmirror device hangs and cannot be killed

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/110599; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, schul...@jhu.edu Cc: Subject: Re: amd64/110599: [geli] geli attach to gmirror device hangs and cannot be killed Date: Sun, 05 Dec 2010 15:41:27 +0200 Just checking

Re: amd64/114270: [cpufreq] cpufreq doesnt work when compiled in to kernel on amd64 platform

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/114270; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, yurte...@ispro.net Cc: Subject: Re: amd64/114270: [cpufreq] cpufreq doesnt work when compiled in to kernel on amd64 platform Date: Sun, 05 Dec 2010 15:44:12 +0200 Is

Re: amd64/115581: [Makefile] [patch] -mfancy-math-387 has no effect

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/115581; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, numise...@yahoo.com, Bruce Evans Cc: Subject: Re: amd64/115581: [Makefile] [patch] -mfancy-math-387 has no effect Date: Sun, 05 Dec 2010 15:46:41 +0200 Can

Re: amd64/127640: [amd64] gcc(1) will not build shared libraries with -fprofile-generate on amd64

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/127640; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, zl...@acm.org, John Baldwin , Bruce Cran Cc: Subject: Re: amd64/127640: [amd64] gcc(1) will not build shared libraries with -fprofile-generate on amd64 Date

Re: amd64/141413: [hang] Tyan 2881 m3289 SMDC freeze

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/141413; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, bkyoung7...@yahoo.com Cc: Subject: Re: amd64/141413: [hang] Tyan 2881 m3289 SMDC freeze Date: Sun, 05 Dec 2010 16:08:44 +0200 Is this still an issue? The problem

Re: amd64/57250: [amd64] [patch] Broken PTRACE_GETFPREGS and PTRACE_SETFPREGS

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/57250; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, kette...@gnu.org, Konstantin Belousov Cc: Subject: Re: amd64/57250: [amd64] [patch] Broken PTRACE_GETFPREGS and PTRACE_SETFPREGS Date: Sun, 05 Dec 2010 15:38

Re: amd64/122549: 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial console

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/122549; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, marq...@roble.com Cc: Subject: Re: amd64/122549: 7.0-RELEASE-amd64-bootonly.iso doesn't work w/ serial console Date: Sun, 05 Dec 2010 15:52:26 +0200 Is this sti

Re: amd64/144405: [build] [patch] include /usr/obj/lib32 in cleanworld target on amd64 arch

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/144405; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, alexbes...@wwu.de, Anonymous Cc: Subject: Re: amd64/144405: [build] [patch] include /usr/obj/lib32 in cleanworld target on amd64 arch Date: Sun, 05 Dec 2010 16:11:15

Re: amd64/134978: [panic] g_up pmap amd64 panic

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/134978; it has been noted by GNATS. From: Andriy Gapon To: GD Cc: bug-follo...@freebsd.org Subject: Re: amd64/134978: [panic] g_up pmap amd64 panic Date: Sun, 05 Dec 2010 16:22:34 +0200 on 05/12/2010 14:59 GD said the following: > Sorry, but t

Re: amd64/57250: [amd64] [patch] Broken PTRACE_GETFPREGS and PTRACE_SETFPREGS

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/57250; it has been noted by GNATS. From: Andriy Gapon To: Kostik Belousov Cc: bug-follo...@freebsd.org, kette...@gnu.org Subject: Re: amd64/57250: [amd64] [patch] Broken PTRACE_GETFPREGS and PTRACE_SETFPREGS Date: Sun, 05 Dec 2010 16:26:30 +0200 on 05

Re: amd64/148526: [ahci] ahci driver does not boot on AMD chip

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/148526; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, y...@gorodok.net, Alexander Motin Cc: Subject: Re: amd64/148526: [ahci] ahci driver does not boot on AMD chip Date: Sun, 05 Dec 2010 16:29:32 +0200 Can you

Re: amd64/148152: [boot] Run levels crash on boot up for dv7-1130US HP Laptop.

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/148152; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, eb30...@gmail.com Cc: Subject: Re: amd64/148152: [boot] Run levels crash on boot up for dv7-1130US HP Laptop. Date: Sun, 05 Dec 2010 16:15:28 +0200 I am going to

Re: amd64/152430: HP ProLiant Microserver n36l cannot boot into installer

2010-12-05 Thread Andriy Gapon
The following reply was made to PR amd64/152430; it has been noted by GNATS. From: Andriy Gapon To: bug-follo...@freebsd.org, beat.siegentha...@beatsnet.com Cc: Subject: Re: amd64/152430: HP ProLiant Microserver n36l cannot boot into installer Date: Sun, 05 Dec 2010 16:33:56 +0200 Just to

  1   2   >