On 09/15/11 14:57, Fbsd8 wrote:
Out of the 9 USA maps only "us.iso.acc.kbd" worked somewhat.
The keyboard 9 key block above the arrow keys don't function.
Issuing the "man cmd_name" command doe's display the man page,
but the {Page up, Page down keys } don't work.
Also when using the "ee" edit co
.. maybe name that button "skip" then?
Adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
On 09/17/11 10:04, Adrian Chadd wrote:
.. maybe name that button "skip" then?
The button is provided by kbdmap, as is the entire screen. We could add
an "installer" mode to kbdmap that names it skip instead of cancel, of
course. I'm traveling for another 2 weeks and won't have time to do
th
Upgrading 9.0-BETA2 last night after r22561[78] was committed brings me
trouble with at least to kmods from ports. They do not load anymore and
also I am not able the build them:
/usr/ports/print/acroreadwrapper#make
===> Vulnerability check disabled, database not found
===> License check di
On Fri, Sep 16, 2011 at 10:34:40PM -0500, Jason Harmening wrote:
> Hi everyone,
>
> Using clang as the default compiler, the kernel and drivers will work
> fine, but a lot of programs in the base system and ports will crash w/
> SIGBUS. In fact, so much of the stuff in the chroot'ed world will
>
On 09/17/11 11:02, Kostik Belousov wrote:
> On Fri, Sep 16, 2011 at 10:34:40PM -0500, Jason Harmening wrote:
>> Hi everyone,
>>
>> Using clang as the default compiler, the kernel and drivers will work
>> fine, but a lot of programs in the base system and ports will crash w/
>> SIGBUS. In fact, so
This is a side effect of the syscall namespace disambiguation. I will
send patches to the ports maintainers.
Thanks
On Sat, Sep 17, 2011 at 10:29 AM, Rainer Hurling wrote:
> Upgrading 9.0-BETA2 last night after r22561[78] was committed brings me
> trouble with at least to kmods from ports. They
On 17.09.2011 14:30 (UTC+1), K. Macy wrote:
This is a side effect of the syscall namespace disambiguation. I will
send patches to the ports maintainers.
Ok, so my first thought was right ;-)
I just tested your patch for emulators/rtc, offered on #bsdports. It
builds fine and seems to work.
On Wednesday 14 September 2011 05:59:05 Nenhum_de_Nos wrote:
> I just installed BETA2 on WD notebook disk:
>
> ada0 at ata2 bus 0 scbus1 target 0 lun 0
> ada0: ATA-8 SATA 2.x device
> ada0: 150.000MB/s transfers (SATA, UDMA5, PIO 8192bytes)
> ada0: 476940MB (976773168 512 byte sectors: 16H 63S/T
On Wed, Sep 7, 2011 at 6:36 AM, Aldis Berjoza wrote:
This is interesting, and could be mentioned in updated page
> http://www.phoronix.com/scan.php?page=article&item=linux_games_bsd&num=1
>
> --
> Aldis Berjoza
> http://www.bsdroot.lv/
>
Anything gonna be done with this? It has promise but need
Nathan Whitehorn wrote:
On 09/15/11 14:57, Fbsd8 wrote:
Out of the 9 USA maps only "us.iso.acc.kbd" worked somewhat.
The keyboard 9 key block above the arrow keys don't function.
Issuing the "man cmd_name" command doe's display the man page,
but the {Page up, Page down keys } don't work.
Also whe
On 17.09.2011 15:08 (UTC+1), Rainer Hurling wrote:
On 17.09.2011 14:30 (UTC+1), K. Macy wrote:
This is a side effect of the syscall namespace disambiguation. I will
send patches to the ports maintainers.
Ok, so my first thought was right ;-)
I just tested your patch for emulators/rtc, offered
On 09/16/11 02:05, Antonio Olivares wrote:
On Thu, Sep 15, 2011 at 6:35 PM, Antonio Olivares
wrote:
Dear folks,
I hope this is the correct list to post this message.
I have successfully installed FreeBSD-9.0-BETA2 to an amd64 bit
machine, I have used the ports to install xfce and xorg. When
> Can you reproduce the crash with -O0 ?
>
buildworld fails w/ -O0, for the reason reported here:
http://lists.freebsd.org/pipermail/freebsd-current/2011-June/025563.html
I tried w/ -O1 a couple of weeks ago, and it had the same crashy behavior.
___
fr
> Have you installed xorg-server? you can look with pkg_info | grep xorg
>
> http://www.freebsd.org/cgi/ports.cgi?query=xorg-ser&stype=all&sektion=all
>
> When i install a new system with gui, i forget most time xorg-server ;).
>
I will check this out on Monday. I am away from machine on weekends
Chris Rees wrote:
On 17 Sep 2011 17:25, "Fbsd8" wrote:
Nathan Whitehorn wrote:
On 09/15/11 14:57, Fbsd8 wrote:
Out of the 9 USA maps only "us.iso.acc.kbd" worked somewhat.
The keyboard 9 key block above the arrow keys don't function.
Issuing the "man cmd_name" command doe's display the man pag
On Sat, 17 Sep 2011 18:28:24 +0200
Rainer Hurling wrote:
> On 17.09.2011 15:08 (UTC+1), Rainer Hurling wrote:
> > On 17.09.2011 14:30 (UTC+1), K. Macy wrote:
> >> This is a side effect of the syscall namespace disambiguation. I
> >> will send patches to the ports maintainers.
> >
> > Ok, so m
Hi,
On the latest -CURRENT of r225642 built with single line
"WITH_BSD_GREP=yes" in src.conf,
$ type -a grep
grep is /usr/bin/grep
$ grep -V
grep (BSD grep) 2.5.1-FreeBSD
$ locale
LANG=
LC_CTYPE="C"
LC_COLLATE="C"
LC_TIME=C
LC_NUMERIC="C"
LC_MONETARY="C"
LC_MESSAGES=C
LC_ALL=
$ echo |grep -q '^';
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
Yesterday afternoon, I updated my -CURRENT host. Then I updated the
"jail"s (chroots) that my ports tinderbox uses. Now I've found that the
7.x and 8.x ones can't run gcc as it reports:
gcc: Internal error: Abort trap: 6 (program cc1)
9.x things
http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/bsdgrep/Makefile#rev1.16
| - Update to 20110912
| Chabgelog:
..
| + Bugfix: fix handling of ^$ anchors
Oh I found it. Perhaps this one?
--
kuro
___
freebsd-current@freebsd.org mailing list
http://lis
On Sep 16, 2011, at 11:15 AM, Anton Shterenlikht wrote:
> I know it's not exactly current anymore, but..
>
> ia64 r221488
At this point in time, I don't have any clear indications
that this is a code problem. I have found that different
optimizations tend to affect the failure mode or rate.
As
> I have successfully installed FreeBSD-9.0-BETA2 to an amd64 bit
> machine, I have used the ports to install xfce and xorg. When I type
> startx, I get a screen with a bunch of colors no mouse, no keyboard,
> just colors. The machine has nvidia onboard graphics. I am trying to
> get kernel sour
On Sat, Sep 17, 2011 at 9:28 PM, <"Thomas Mueller
wrote:
>> I have successfully installed FreeBSD-9.0-BETA2 to an amd64 bit
>> machine, I have used the ports to install xfce and xorg. When I type
>> startx, I get a screen with a bunch of colors no mouse, no keyboard,
>> just colors. The machine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Please disregard this, it was a local issue that I resolved. I had tried
to enable userland Dtrace (WITH_CTF), but mistakenly did it for 7.x and
8.x as well as 9.x. Sorry for the noise.
Steve
On 09/17/11 23:40, Steve Wills wrote:
> Hi,
>
> Yesterday
24 matches
Mail list logo