Hello
Do I have to reboot a server after unvalidating IPv6 in /etc/rc.conf ?
I seems to use "/etc/rc.d/netif restart" is not suffisant
Thank you
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questi
On Mon, 17 Dec 2012 16:00:06 -0600
dweimer wrote:
> I recently migrated a machine that was built on a VM to physical
> hardware using the zfs send -R option against a snapshot of its root
> zfs setup. I went from smaller drives to larger, both using a
> mirrored zpool. However the devices were
Hi guys
When I attempt to install chromium port I face this error :
===> chromium-6.0.472.63 is forbidden: several security vulnerabilities.***
Error code 1
What should I do with this ??
Thanks in advance
___
freebsd-questions@freebsd.org mailing list
h
19.12.2012 15:34, Jack Mc Lauren:
Hi guys
When I attempt to install chromium port I face this error :
===> chromium-6.0.472.63 is forbidden: several security vulnerabilities.***
Error code 1
What should I do with this ??
Thanks in advance
6.0.472.63 is very old. Try updating your ports first.
On 2012-12-19 07:01, Christopher J. Ruwe wrote:
On Mon, 17 Dec 2012 16:00:06 -0600
dweimer wrote:
I recently migrated a machine that was built on a VM to physical
hardware using the zfs send -R option against a snapshot of its root
zfs setup. I went from smaller drives to larger, both using a
Frank Bonnet esiee.fr> writes:
>
> Hello
>
> Do I have to reboot a server after unvalidating IPv6 in /etc/rc.conf ?
>
> I seems to use "/etc/rc.d/netif restart" is not suffisant
Use 'netstat' to see what service(s) listen for ipv6 traffic and restart them.
jb
Hello,
I would like to try freebsd, but I need to know if my wifi card will be
usable.
A lspci under debian returns :
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE
802.11b/g/n WiFi Adapter (rev 01)
Can you tell me where I can find if this card is supported or not?
Thank y
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 12/19/12 9:59 AM, Thuban wrote:
> Hello, I would like to try freebsd, but I need to know if my wifi
> card will be usable. A lspci under debian returns : 02:00.0 Network
> controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n
> WiFi Adap
On 12/19/12 08:59, Thuban wrote:
Hello,
I would like to try freebsd, but I need to know if my wifi card will be
usable.
A lspci under debian returns :
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE
802.11b/g/n WiFi Adapter (rev 01)
Can you tell me where I can find if this
Hi :)
this isn't a request, just a note about the handbook, from the point of
view a newbie has got.
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
"We also assume that you have already obtained the sources to a newer
system. If the sources available on the particular
Ralf,
On Wed, Dec 19, 2012 at 10:04 AM, Ralf Mardorf
wrote:
> Hi :)
>
> this isn't a request, just a note about the handbook, from the point of
> view a newbie has got.
>
>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
>
> "We also assume that you have already obtained
On Wed, 2012-12-19 at 10:14 -0600, Antonio Olivares wrote:
> You may also use at your discretion the portmaster tool? It works
> very well and a nice example is given by W. Block:
>
> http://www.wonkity.com/~wblock/docs/html/portupgrade.html
Thank you Antonio :)
because I can't install FreeBSD
Good afternoon,
One little question… I'm trying to have ready our new unattended FreeBSD
installation system. Until now, I have been using Sysinstall scripting file but
now with 9.1 out I think it's moment to start using BSDInstaller in the
unattended installation process. I have seen the new i
Ralf,
On Wed, Dec 19, 2012 at 11:09 AM, Ralf Mardorf
wrote:
> On Wed, 2012-12-19 at 10:14 -0600, Antonio Olivares wrote:
>> You may also use at your discretion the portmaster tool? It works
>> very well and a nice example is given by W. Block:
>>
>> http://www.wonkity.com/~wblock/docs/html/portu
Won't be able to help you much, but bsdinstall seems to be using gpart
rather than fdisk. This page has a nice explanation on how to use gpart:
http://www.wonkity.com/~wblock/docs/html/disksetup.html
As for sysinstall, it's not being mainitned officially, but
http://druidbsd.sourceforge.net/ is u
On Dec 19, 2012, at 10:06 AM, Egoitz Aurrekoetxea Aurre wrote:
> Good afternoon,
>
> One little question… I'm trying to have ready our new unattended FreeBSD
> installation system. Until now, I have been using Sysinstall scripting file
> but now with 9.1 out I think it's moment to start using
On Thu, Dec 20, 2012 at 12:29 AM, Devin Teske wrote:
>
> On Dec 19, 2012, at 10:06 AM, Egoitz Aurrekoetxea Aurre wrote:
>
> > Good afternoon,
> >
> > One little question… I'm trying to have ready our new unattended FreeBSD
> installation system. Until now, I have been using Sysinstall scripting fi
On Dec 19, 2012, at 10:52 AM, Amitabh Kant wrote:
> Won't be able to help you much, but bsdinstall seems to be using gpart
> rather than fdisk. This page has a nice explanation on how to use gpart:
>
> http://www.wonkity.com/~wblock/docs/html/disksetup.html
>
> As for sysinstall, it's not being
In article <50ce5805.7010...@cran.org.uk> you write:
>I'm trying to install FreeBSD 9.1 in a Proxmox KVM, using qemu-kvm 1.3,
>but the boot process is hanging:
>
>pbib0: matched entry for 0.1 INTA
>pbib0: slot 1 INTA hardwired to IRQ 9
>ioapic0: Changing polarity for pin 9 to low
>found -> vendor=
I'm working on an rc.d init script for a port, and I am clearly in need of
a clue.
I have a daemon that requires that a FIFO exist before it will start. The
FIFO is defined in the daemon's conf file. I could just point that out to
the user using "warn", but I thought it would be nicer to sim
On 19/12/2012, Paul Schmehl wrote:
> I'm working on an rc.d init script for a port, and I am clearly in need of
> a clue.
>
> I have a daemon that requires that a FIFO exist before it will start. The
> FIFO is defined in the daemon's conf file. I could just point that out to
> the user using "wa
--On December 19, 2012 10:47:56 PM + Chris Rees
wrote:
On 19/12/2012, Paul Schmehl wrote:
I'm working on an rc.d init script for a port, and I am clearly in need
of a clue.
I have a daemon that requires that a FIFO exist before it will start.
The FIFO is defined in the daemon's conf fil
On 19/12/2012, Paul Schmehl wrote:
> --On December 19, 2012 10:47:56 PM + Chris Rees
> wrote:
>
>> On 19/12/2012, Paul Schmehl wrote:
>>> I'm working on an rc.d init script for a port, and I am clearly in need
>>> of a clue.
>>>
>>> I have a daemon that requires that a FIFO exist before it w
I posted on a similar subject last year but in the end it turned out
to be irrelevant. I'm trying to get the combination of:
a Soekris Net4511,
FreeBSD 8-STABLE from Dec 2011,
an Atheros AR5BMB-44 wifi interface (identified as AR5212 in dmesg),
an Apple Airport Extreme (about
I'm having issues using an ath(4) AR5212 card to connect FreeBSD 8.2 to the
Internet via an Apple AirPort Extreme with WPA protection. Basically the
ath/wlan combo associates to the network and can send packets fine but
receiving fails. The is seen when you try to negotiate a DHCP lease. I have
On Dec 19, 2012, at 7:39 PM, Christopher Sean Hilton wrote:
> I'm having issues using an ath(4) AR5212 card to connect FreeBSD 8.2 to the
> Internet via an Apple AirPort Extreme with WPA protection. Basically the
> ath/wlan combo associates to the network and can send packets fine but
> receivi
Hi,
On Wed, 19 Dec 2012 18:09:16 +0100
Ralf Mardorf wrote:
> On Wed, 2012-12-19 at 10:14 -0600, Antonio Olivares wrote:
> > You may also use at your discretion the portmaster tool? It works
> > very well and a nice example is given by W. Block:
> >
> > http://www.wonkity.com/~wblock/docs/html/
Thank you Erich :)
ok, so "FreeBSD release" is the version of the kernel and not a
labelling for the collection of all the software.
For Linux major distros there usually is a labelling for the collection
of the software, independent of the kernel version.
On Linux I usually install binaries for
On Thu, 20 Dec 2012 05:13:39 +0100, Ralf Mardorf wrote:
> Thank you Erich :)
>
> ok, so "FreeBSD release" is the version of the kernel and not a
> labelling for the collection of all the software.
No. The version specification refers to the version of the
kernel _and_ the operating system (which
Hi all,
I here reproduce the mail I sent to freebsd-x11 for which I received
no reply. I hope I have more luck in questions@
I'm having quite a few problems setting DRI up on my system. I'm
running 9.0-RELEASE on amd64 using GENERIC kernel. I recompiled the
radeon kernel module with WITHOUT_NOUVE
30 matches
Mail list logo