| From | Subject | Date |
|---|---|---|
| Anonymous | wrong PR category
I've accidentally used misc/ category for 153666 without looking around.
Turns out most rc.d PRs use conf/ category. It makes sense as whole rc.d
framework is just an advanced way to configure system.
While here, where PRs about bootcode/loader belong to? I've filed 153173
under kern/ but the affected code is not really in kernel despite living
under sys/ directory and it's not arch-specific either.
_______________________________________________
freebsd-bugs@freebsd.org mailing ...
| Jan 4, 8:28 am 2011 |
| cperciva | Re: kern/153674: i386/XEN idle thread shows wrong percentages
Synopsis: i386/XEN idle thread shows wrong percentages
Responsible-Changed-From-To: freebsd-bugs->freebsd-xen
Responsible-Changed-By: cperciva
Responsible-Changed-When: Tue Jan 4 15:28:29 UTC 2011
Responsible-Changed-Why:
Assign Xen bug to freebsd-xen list.
http://www.freebsd.org/cgi/query-pr.cgi?pr=153674
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to ...
| Jan 4, 8:28 am 2011 |
| Jens Jahnke | misc/153680: 8.1 failing to mount XFS partitions
Hi,
I'm currently migrating a linux system to bsd and did not succeed in mounting xfs partitions under bsd.
The xfs partition was created under linux several years ago and runs fine under linux. If I try to mount it under bsd I get the following output:
1st try:
root@magni:~# mount -t xfs -r /dev/ad8s1 /mnt/Lagerhaus
mount: /dev/ad8s1 : Invalid argument
2nd try:
root@magni:~# mount -t xfs -r /dev/ad8s1 /mnt/Lagerhaus
mount: /dev/ad8s1 : Operation not permitted
Using "-o ro" instead of ...
| Jan 4, 6:31 am 2011 |
| Florian Smeets | kern/153674: i386/XEN idle thread shows wrong percentages
CPU: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% idle
PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND
11 root 1 171 ki31 0K 8K RUN 19.1H 24566.89% idle
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
| Jan 4, 5:40 am 2011 |
| Michael Green | misc/153673: tic (the terminfo compiler) not being created
# cd /usr/src/lib/ncurses
# make (takes 8 minutes to compile - have a nice cup of tea)
# make install
# find / -name tic
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"
| Jan 4, 4:49 am 2011 |
| cperciva | Re: kern/153672: i386/XEN panics under heavy fork load
Synopsis: i386/XEN panics under heavy fork load
Responsible-Changed-From-To: freebsd-bugs->freebsd-xen
Responsible-Changed-By: cperciva
Responsible-Changed-When: Tue Jan 4 11:11:24 UTC 2011
Responsible-Changed-Why:
Assign Xen bug to freebsd-xen list.
http://www.freebsd.org/cgi/query-pr.cgi?pr=153672
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to ...
| Jan 4, 4:11 am 2011 |
| Colin Percival | kern/153672: i386/XEN panics under heavy fork load
Running 'make index', i386/XEN frequently panics. There are three
common backtraces:
vmspace_fork -> pmap_copy -> pmap_qenter
vmspace_fork -> pmap_copy -> pmap_zero_page
vmspace_fork -> pmap_pinit -> pmap_qenter
Notably, in every vmcore I've examined, a different thread was inside
pmap_release, suggesting that there is a race happening between
Launch an EC2 instance running ami-f4db2a9d; portsnap fetch extract;
cd /usr/ports && make ...
| Jan 4, 4:05 am 2011 |
| Eugene Grosbein | Re: bin/61355: login(1) does not restore terminal owners ...
The following reply was made to PR bin/61355; it has been noted by GNATS.
From: Eugene Grosbein <egrosbein@rdtc.ru>
To: bug-followup@FreeBSD.ORG
Cc:
Subject: Re: bin/61355: login(1) does not restore terminal ownership on exit
Date: Tue, 04 Jan 2011 15:32:50 +0600
This is still the problem for 8.2-PRERELEASE, in a way similar to 6.2:
exiting 'nested' login session clears wtmp, so original session becomes 'invisible'
with wrong tty ownership.
Eugene ...
| Jan 4, 2:40 am 2011 |
| Eugene Grosbein | Re: kern/153671: [em] [panic] 8.2-PRERELEASE repeatable ...
The following reply was made to PR kern/153671; it has been noted by GNATS.
From: Eugene Grosbein <egrosbein@rdtc.ru>
To: bug-followup@FreeBSD.ORG
Cc:
Subject: Re: kern/153671: [em] [panic] 8.2-PRERELEASE repeatable kernel in
if_em(4)
Date: Tue, 04 Jan 2011 11:47:58 +0600
Sorry, I have not fixed 'From:' header before sending PR out.
That's my PR.
_______________________________________________
freebsd-bugs@freebsd.org mailing ...
| Jan 3, 10:50 pm 2011 |
| eugen | kern/153671: [em] [panic] 8.2-PRERELEASE repeatable kern ...
[Empty message]
| Jan 3, 10:21 pm 2011 |
| linimon | Re: bin/153659: awk(1) segfaults when trying to extract ...
Old Synopsis: awk segfaults when trying to extract a combination of special characters
New Synopsis: awk(1) segfaults when trying to extract a combination of special characters
Responsible-Changed-From-To: freebsd-amd64->freebsd-bugs
Responsible-Changed-By: linimon
Responsible-Changed-When: Tue Jan 4 02:50:50 UTC 2011
Responsible-Changed-Why:
reclassify.
http://www.freebsd.org/cgi/query-pr.cgi?pr=153659
_______________________________________________
freebsd-bugs@freebsd.org mailing ...
| Jan 3, 7:51 pm 2011 |
| Craig Leres | bin/153667: [PATCH] libexec/comsat/comsat.c: gratuitous ...
FreeBSD hot.ee.lbl.gov 8.1-RELEASE FreeBSD 8.1-RELEASE #4 r8: Wed Dec 1
11:41:54 PST 2010
There is a gratuitous newline in a debugging syslog format in
Patch attached.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk0iZlcACgkQWxlAhAje3JvBywCfa8THYLpwQpfilZCu2wqCTFrr
Br8AnRFqvVRt440vIE6npUZrbgnwVaAP
=ey9S
-----END PGP SIGNATURE-----
--------------020501070908030102000902
Content-Type: ...
| Jan 3, 5:14 pm 2011 |
| previous day | today | next day |
|---|---|---|
| January 3, 2011 | January 4, 2011 | None |
| Greg KH | Og dreams of kernels |
| Jens Axboe | [PATCH 31/33] Fusion: sg chaining support |
| Arnd Bergmann | Re: finding your own dead "CONFIG_" variables |
| Mark Brown | [PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset |
| Tony Breeds | [LGUEST] Look in object dir for .config |
git: | |
| Brian Downing | Re: Git in a Nutshell guide |
| John Benes | Re: master has some toys |
| Matthias Lederhofer | [PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree |
| Alexander Sulfrian | [RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set |
| Junio C Hamano | Re: Rss produced by git is not valid xml? |
| Linux Kernel Mailing List | iSeries: fix section mismatch in iseries_veth |
| Linux Kernel Mailing List | ixbge: remove TX lock and redo TX accounting. |
| Linux Kernel Mailing List | ixgbe: fix several counter register errata |
| Linux Kernel Mailing List | b43: fix build with CONFIG_SSB_PCIHOST=n |
| Linux Kernel Mailing List | 9p: block-based virtio client |
| Michael Breuer< |
