Hiya,
Is there support for SATA tagged queueing in FreeBSD-6? Any ideas on
which chipsets would support it or how to determine whether FreeBSD is
using it?
Thanks,
Adrian
--
Adrian Chadd - [EMAIL PROTECTED]
___
freebsd-stable@freebsd.org mailing lis
On Fri, Oct 20, 2006 at 12:56:58AM +0100, Robert Watson wrote:
> On Thu, 19 Oct 2006, Randy Bush wrote:
> >do folk actually successfully upgrade
> >to RELENG_6 *safely* on a many-user production system using the
> >instructions in UPDATING?
I've done that successfully on two single-user workstati
Hello,
ggated is not working on 6.2-PRERELEASE. For example, run the following
commands:
# dd if=/dev/zero of=md.img bs=1k count=1k
# mdconfig -a -t vnode -f md.img -u 0
# echo "127.0.0.1 RW /dev/md0" > /etc/gg.exports
# ggated
# ggatec create 127.0.0.1 /dev/md0
As the result, ggated outputs th
On Sun, 22 Oct 2006 21:01:19 -0500, Kris Kennaway <[EMAIL PROTECTED]>
wrote:
On Sun, Oct 22, 2006 at 08:48:20PM -0500, Jeremy Messenger wrote:
I guess I am safe then as I can ignore these cores.. Thanks! Isn't
kernel
supposed to be avoid the crash? I don't see any of crash before I
upgrad
On Sat, 21 Oct 2006, Randy Bush wrote:
for the record, i followed the recipe in UPDATING and it worked.
randy
Another for the record ...
I upgraded my production box from 5.3 to 6.2BETA2 without incident as
well. I was surprised that all my services started properly on the first
boot (pos
On Sun, Oct 22, 2006 at 08:48:20PM -0500, Jeremy Messenger wrote:
> I guess I am safe then as I can ignore these cores.. Thanks! Isn't kernel
> supposed to be avoid the crash? I don't see any of crash before I upgraded
> to last night of RELENG_6.
It's not a crash, it's a configure script tes
On Sun, 22 Oct 2006 20:40:54 -0500, Jeremy Messenger <[EMAIL PROTECTED]> wrote:
On Sun, 22 Oct 2006 20:30:40 -0500, Kris Kennaway <[EMAIL PROTECTED]>
wrote:
On Sun, Oct 22, 2006 at 08:09:30PM -0500, Jeremy Messenger wrote:
Hello folks,
Last night, I have upgraded from July RELENG_6 to last
On Sun, 22 Oct 2006 20:36:08 -0500, Joe Marcus Clarke
<[EMAIL PROTECTED]> wrote:
On Sun, 2006-10-22 at 20:09 -0500, Jeremy Messenger wrote:
Hello folks,
Last night, I have upgraded from July RELENG_6 to last night. I have
reinstalled all of ports and I noticed that the log/messages is
coll
On Sun, 22 Oct 2006 20:30:40 -0500, Kris Kennaway <[EMAIL PROTECTED]>
wrote:
On Sun, Oct 22, 2006 at 08:09:30PM -0500, Jeremy Messenger wrote:
Hello folks,
Last night, I have upgraded from July RELENG_6 to last night. I have
reinstalled all of ports and I noticed that the log/messages is
c
On Sun, 2006-10-22 at 20:09 -0500, Jeremy Messenger wrote:
> Hello folks,
>
> Last night, I have upgraded from July RELENG_6 to last night. I have
> reinstalled all of ports and I noticed that the log/messages is collecting
> a few of 'pid 14699 (conftest), uid 0: exited on signal 12 (core dum
On Sun, Oct 22, 2006 at 08:09:30PM -0500, Jeremy Messenger wrote:
> Hello folks,
>
> Last night, I have upgraded from July RELENG_6 to last night. I have
> reinstalled all of ports and I noticed that the log/messages is collecting
> a few of 'pid 14699 (conftest), uid 0: exited on signal 12 (c
Hello folks,
Last night, I have upgraded from July RELENG_6 to last night. I have
reinstalled all of ports and I noticed that the log/messages is collecting
a few of 'pid 14699 (conftest), uid 0: exited on signal 12 (core dumped)'.
I dig in the configure and found a location of crash. It is
On Sun, 22 Oct 2006 20:03:55 +0200
Miroslav Lachman <[EMAIL PROTECTED]> wrote:
> gareth wrote:
>
> There are more than one way to install vulnerable port. Sometimes
> DISABLE_VULNERABILITIES=yes may be enough.
Hello.
What are other ways?
I want to see vulnerable message but still want to insta
On Sun, 22 Oct 2006 16:36:40 +0800 bin wan wrote:
> wan# linux-firefox
> /usr/local/lib/linux-firefox/firefox-bin: error while loading shared
> libraries: /usr/lib/libgtk-x11-2.0.so.0: ELF file OS ABI invalid
You may consider reading /usr/ports/UPDATING "20060616: AFFECTS users
of emulation/linux
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Josh Paetzel wrote:
> On Sunday 22 October 2006 13:10, Freek Nossin wrote:
>> Hello,
>>
>> I've run into some problems while I was trying to install freebsd
>> 6.1 (i386). When I've finished partitioning and the installer
>> wants to write the partiti
On Sunday 22 October 2006 13:10, Freek Nossin wrote:
> Hello,
>
> I've run into some problems while I was trying to install freebsd
> 6.1 (i386).
> When I've finished partitioning and the installer wants to write
> the partition data to disk, it fails to do so.
> I used the typical settings, ie one
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Oct 22, 2006, at 04:32 , Søren Schmidt wrote:
Jon Passki wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hey all,
(I'm off list, please include me in any replies)
(Søren, please let me know if you do not want to be emailed in the
futu
On Sun 2006-10-22 (19:33), Ronald Klop wrote:
> You can set DISABLE_VULNERABILITIES=true in the environment.
> In bash it is:
> export DISABLE_VULNERABILITIES=true
thanx ;)
> But know what you are doing. I do not recommend you to install vulnerable
> ports.
yes i don't feel to easy about it, m
On Sun 2006-10-22 (20:03), Miroslav Lachman wrote:
> There are more than one way to install vulnerable port. Sometimes
> DISABLE_VULNERABILITIES=yes may be enough.
thanx, that did the trick.
> Permissions denied may be caused by your file system mount options - if
> you have /var (/var/db/pkg)
On Sun, 22 Oct 2006 18:10:44 +0200, gareth <[EMAIL PROTECTED]> wrote:
hi, i want to install a port but portaudit won't let me because it
"has known vulnerabilities".
You can set DISABLE_VULNERABILITIES=true in the environment.
In bash it is:
export DISABLE_VULNERABILITIES=true
See /usr/ports/
gareth wrote:
hi, i want to install a port but portaudit won't let me because it
"has known vulnerabilities".
trying to tell it it's ok with 'portaudit_fixed' in
/usr/local/etc/portaudit.conf doesn't work, and trying to deinstall
portaudit:
/usr/ports/security/portaudit# make deinstall
===> D
Hello,
I've run into some problems while I was trying to install freebsd 6.1
(i386).
When I've finished partitioning and the installer wants to write the
partition data to disk, it fails to do so.
I used the typical settings, ie one slice on the disc, with a default
partitioning scheme (except tha
hi, i want to install a port but portaudit won't let me because it
"has known vulnerabilities".
trying to tell it it's ok with 'portaudit_fixed' in
/usr/local/etc/portaudit.conf doesn't work, and trying to deinstall
portaudit:
/usr/ports/security/portaudit# make deinstall
===> Deinstalling for s
On Sun 2006-10-22 (14:39), Stefan Bethke wrote:
> Am 22.10.2006 um 12:07 schrieb gareth:
>
> >now i added "CFLAGS=-O -pipe", and "NO_PROFILE=true" to /etc/
> >make.conf and tried to recompile the kernel:
> >
> >make buildkernel KERNCONF=KERNEL
> ...
> >/usr/src/sys/sys/buf.h: In function `vtruncb
On Sunday 22 October 2006 11:36, bin wan wrote:
> > /usr/local/lib/linux-firefox/firefox-bin: error while loading shared
> > libraries: /usr/lib/libgtk-x11-2.0.so.0: ELF file OS ABI invalid
>
> It seems firefox-bin is trying to use the freebsd's native libgtk. You need
> to install linux-gtk2 port
On Sunday 22 October 2006 11:36, bin wan wrote:
> /usr/local/lib/linux-firefox/firefox-bin: error while loading shared
> libraries: /usr/lib/libgtk-x11-2.0.so.0: ELF file OS ABI invalid
It seems firefox-bin is trying to use the freebsd's native libgtk. You need to
install linux-gtk2 port ( and ma
On Sun, Oct 22, 2006 at 01:27:16PM +0200, Erwin Lansing wrote:
> I haven't seen a report on this before, although I heard other people
> being hit by the same problem before. Doing a fresh install from a BETA2
> cd forgets to install the kernel and modules to disk. Everything else is
> installed ju
On Sunday 22 October 2006 11:36, bin wan wrote:
> I used firefox based on FreeBSD perviously. but it wasn't able to run
> plugin of flash player. because flash player has only Linux version.
Hi,
native firefox works well ( read usable ) with linux-flashplugin and
linuxpluginwrapper. I have writ
Am 22.10.2006 um 12:07 schrieb gareth:
now i added "CFLAGS=-O -pipe", and "NO_PROFILE=true" to /etc/
make.conf and tried to recompile the kernel:
make buildkernel KERNCONF=KERNEL
...
/usr/src/sys/sys/buf.h: In function `vtruncbuf':
/usr/src/sys/sys/buf.h:268: internal compiler error: Segment
On Sun, 22 Oct 2006, Erwin Lansing wrote:
I haven't seen a report on this before, although I heard other people being
hit by the same problem before. Doing a fresh install from a BETA2 cd
forgets to install the kernel and modules to disk. Everything else is
installed just fine, so a simple co
I haven't seen a report on this before, although I heard other people
being hit by the same problem before. Doing a fresh install from a BETA2
cd forgets to install the kernel and modules to disk. Everything else is
installed just fine, so a simple copy of /dist/kernel/ to the installed
disk easily
hey guys, i have a fresh install of FreeBSD 6.1 and have only done a
cvsup (with a 'ports-all' in my cvsup.conf file, that doesn't affect the
kernel source does it?). now i added "CFLAGS=-O -pipe", and "NO_PROFILE=true"
to /etc/make.conf and tried to recompile the kernel:
make buildkernel KERNCONF
Hi,
there is some problem in your linux-firefox installation. The firefox
binary is:
vlado.srv# ll /usr/local/bin/linux-firefox
-r-xr-xr-x 1 root wheel 57 15 říj 19:15 /usr/local/bin/linux-firefox
vlado.srv# brandelf /usr/local/bin/linux-firefox
brandelf: file '/usr/local/bin/linux-firefox' i
Jon Passki wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hey all,
(I'm off list, please include me in any replies)
(Søren, please let me know if you do not want to be emailed in the
future directly! You seem to be the ATA RAID FreeBSD goto guy.
Apologies if you did not want to be so
I used firefox based on FreeBSD perviously. but it wasn't able to run plugin
of flash player. because flash player has only Linux version. so I installed
linux-firefox by ports. Install is no error. However when the linux-firefox
actually run , I get
wan# linux-firefox
/usr/local/lib/linux-firefox
35 matches
Mail list logo