On 21 February 2011 09:40, wrote:
>
> Hi all.
>
> if in rc.conf
> cloned_interfaces="vlan66"
> ifconfig_vlan66="inet 192.168.66.1 netmask 255.255.255.0 vlan 66 vlandev em0"
>
> When statun em0 is active, status vlan66 is active,
> but packets are silently drop.
>
>
> it is need to add in rc.conf
As the subject suggests, my laptop crashed during make installworld. The new
kernel boots, but the ELF interpreter is not found and I cannot get to a single
user prompt. What is the least painful way to proceed?
___
freebsd-stable@freebsd.org mailing l
* Sergey Kandaurov [2011-02-21 11:16:47 +0300]:
> On 21 February 2011 09:40, wrote:
> >
> > Hi all.
> >
> > if in rc.conf
> > cloned_interfaces="vlan66"
> > ifconfig_vlan66="inet 192.168.66.1 netmask 255.255.255.0 vlan 66 vlandev
> > em0"
> >
> > When statun em0 is active, status vlan66 is act
--- On Sun, 2/20/11, Rick Macklem wrote:
> From: Rick Macklem
> Subject: Re: NFS client over udp
> To: "Kirill Yelizarov"
> Cc: freebsd-stable@freebsd.org
> Date: Sunday, February 20, 2011, 9:02 PM
> > --- On Fri, 2/18/11, Kirill
> Yelizarov
> > > > On Fri, Feb 18, 2011 at 05:27:00AM
> > > >
On Sat, 19 Feb 2011 08:56:45 -0800 (PST) Kirill Yelizarov
wrote about Re: NFS client over udp:
KY> > > Is ZFS in use on the system which sees rising wired
KY> > > memory?
KY> > No, ufs only.
KY> I found an old post stating there is a leak with nfs udp client over
KY> zfs:
KY> http://lists.freeb
On Thu, Feb 17, 2011 at 07:38:19PM +0700, Edho P Arief wrote:
> UFS:
>
> >>>create GPT
> # gpart create -s gpt da0
> >>>create partition, with start position 4k-aligned
> # gpart add -t freebsd-ufs -b 1024 -l mydata da0
> >>>default newfs is good enough
> # newfs -U /dev/gpt/mydata
>
>
> correct
Hi!
> > Hmm, wasn't the issues with 3T drives, that they internally use
> > 4K blocks and emulate 512 and that therefore 8 block alignments
> > are an performance issue ?
>
> > The reason I'm asking: I encounter the problem of the lost
> > secondary GPT table:
>
> > Feb 17 22:15:44 vserv1 kernel
on 19/02/2011 14:36 Steven Hartland said the following:
> I'm trying to debug a possibly failing CPU, so I thought it would
> be easy just disable the cores using machdep.hlt_cpus and see if
> we see the panic's we've been seeing.
>
> The problem is it seems ULE doesnt properly support machdep.hlt
On Thu, 17 Feb 2011 21:46:43 +0100 Kurt Jaeger wrote:
> Hmm, wasn't the issues with 3T drives, that they internally use
> 4K blocks and emulate 512 and that therefore 8 block alignments
> are an performance issue ?
> The reason I'm asking: I encounter the problem of the lost
> secondary GPT table
Hi!
On Mon, 21 Feb 2011 17:16:37 +0100 Kurt Jaeger wrote:
> > > Hmm, wasn't the issues with 3T drives, that they internally use
> > > 4K blocks and emulate 512 and that therefore 8 block alignments
> > > are an performance issue ?
> >
> > > The reason I'm asking: I encounter the problem of the l
Hi!
> > > > Feb 17 22:15:44 vserv1 kernel: GEOM: ufsid/4d5d8faa10b63ac1: using the
> > > > primary only -- recovery suggested.
>
> > Boris Samorodov wrote:
> > > It may be the case here if you to used glabel(8) to create a label
> > > for the whole disk.
>
> > I did not use glabel on that disk.
on 21/02/2011 10:04 David J Brooks said the following:
> As the subject suggests, my laptop crashed during make installworld. The new
> kernel boots, but the ELF interpreter is not found and I cannot get to a
> single
> user prompt. What is the least painful way to proceed?
My take would be an al
On 2/18/11 5:42 PM, Kenneth D. Merry wrote:
>
> Let me know if you run into any issues.
>
> Ken
Rebuilt this afternoon, rebooted, still works fine.
I'll post if I run into any problem.
Thanks for your work, this driver was clearly needed on 8.x seeing the
cards are becoming more and more mai
I'm sending this to both stable and emulation lists, but I'm not
subscribed to the emulation list so please cc: me there.
Hi guys,
I'm told this is known but I can't find any information. I'm running the
checkout for RELENG_8_2 from Thursday and the issue I'm having on my amd64
Desktop is
On Mon, 21 Feb 2011 18:56:36 +0200
Andriy Gapon wrote:
> on 21/02/2011 10:04 David J Brooks said the following:
> > As the subject suggests, my laptop crashed during make installworld. The new
> > kernel boots, but the ELF interpreter is not found and I cannot get to a
> > single
> > user prompt
On Sun, Feb 20, 2011 at 00:20:57 +0100, Ollivier Robert wrote:
> According to Kenneth D. Merry:
> > I just merged the mps(4) driver to stable/8, for those of you with LSI 6Gb
> > SAS hardware.
>
> Thanks a lot Ken! You'll make people very happy (incl. me!) in France :)
You're welcome!
> > There
In article you write:
>I'm sending this to both stable and emulation lists, but I'm not
>subscribed to the emulation list so please cc: me there.
>
>Hi guys,
>
>I'm told this is known but I can't find any information. I'm running the
>checkout for RELENG_8_2 from Thursday and the issue I'm hav
On Mon, Feb 21, 2011 at 8:29 AM, Andriy Gapon wrote:
> on 19/02/2011 14:36 Steven Hartland said the following:
>> I'm trying to debug a possibly failing CPU, so I thought it would
>> be easy just disable the cores using machdep.hlt_cpus and see if
>> we see the panic's we've been seeing.
>>
>> The
- Original Message -
From: "Garrett Cooper"
As a followup to this and based on discussions with other folks,
the fact that it's using hlt to halt CPUs without rescheduling tasks /
masking interrupts, etc is not good. So none of the *hlt* sysctls are
really doing the right thing on x86
On Mon, Feb 21, 2011 at 12:30 PM, Steven Hartland
wrote:
> - Original Message - From: "Garrett Cooper"
>>
>> As a followup to this and based on discussions with other folks,
>> the fact that it's using hlt to halt CPUs without rescheduling tasks /
>> masking interrupts, etc is not good.
On Mon, 21 Feb 2011 13:24:25 -0600, Juergen Lock
wrote:
I see you use the nvidia blob (I use radeon with xorg drivers), did
you rebuild the nvidia driver port after upgrading to 8.2? Or maybe
this has something to do with the vdpau support that was added to
flash with the last update and th
On Sun, Feb 20, 2011 at 10:30:52AM -0500, Mike Tancsa wrote:
> On 2/20/2011 9:33 AM, Andrey Smagin wrote:
> > On week -current I have same problem, my box paniced every 2-15 min. I
> > resolve problem by next steps - unplug network connectors from 2 intel em
> > (82574L) cards. I think last time
On 2/21/2011 4:10 PM, Kostik Belousov wrote:
> Is this reproducable ?
The box seems to have a number of bugs it has been triggering.
g...@freebsd.org's netgraph patch, seems to have fixed one of them. Max seems
to have fixed two others. This one, I am not sure. I can re-enable memguard to
ran
On 2011-Feb-21 08:04:00 +, David J Brooks wrote:
>As the subject suggests, my laptop crashed during make installworld.
>The new kernel boots, but the ELF interpreter is not found and I
>cannot get to a single user prompt. What is the least painful way to
>proceed?
My first suggestion would be
On Mon, Feb 21, 2011 at 02:48:19PM -0600, Mark Felder wrote:
> On Mon, 21 Feb 2011 13:24:25 -0600, Juergen Lock
> wrote:
>
> > I see you use the nvidia blob (I use radeon with xorg drivers), did
> > you rebuild the nvidia driver port after upgrading to 8.2? Or maybe
> > this has something to
> --- On Sun, 2/20/11, Rick Macklem wrote:
>
> > From: Rick Macklem
> > Subject: Re: NFS client over udp
> > To: "Kirill Yelizarov"
> > Cc: freebsd-stable@freebsd.org
> > Date: Sunday, February 20, 2011, 9:02 PM
> > > --- On Fri, 2/18/11, Kirill
> > Yelizarov
> > > > > On Fri, Feb 18, 2011 at 0
On Mon, 21 Feb 2011 16:42:59 -0600, Mark Felder wrote:
I was talking about the maintainer of the flashplugin in ports. That
would be Nox. I have sent him an email.
Oh dear I take that back. He was the last person to submit an update, not
the maintainer. Whoops!
Mark
__
On Mon, 21 Feb 2011 16:39:49 -0600, Juergen Lock
wrote:
So on the box that got the panic the nvidia driver port was rebuilt
after the src/kernel upgrade?
Correct.
The maintainer is emulation@... But yes if its confirmed and
can't be fixed we should probably patch the flash binary to st
Hi,
I'm unable to load the ipfw module in 8.2-PRELEASE. i think
this may be due to ABI changes at the kernel level. ,
$ sudo kldload /boot/kernel/ipfw.ko
$ dmesg
...
KLD ipfw.ko: depends on libalias - not available or version mismatch
linker_load_file: Unsupported file type
$ uname -a
FreeBSD m
>>On 2011-Feb-21 08:04:00 +, David J Brooks wrote:
>>As the subject suggests, my laptop crashed during make installworld.
>>The new kernel boots, but the ELF interpreter is not found and I
>>cannot get to a single user prompt. What is the least painful way to
>>proceed?
>
>My first sugge
On Mon, Feb 21, 2011 at 9:16 PM, David J Brooks wrote:
> Next I made a copy of the 8.2-RC# install disk and tried to do an upgrade in
> place. It was unable to backup /etc to /var/tmp/etc due to:
>
>
>
> ELF interpreter /libexec/ld-elf.so.1 not found
> Abort trap
>
>
> .. again. This happens pret
31 matches
Mail list logo