On Thu, Jan 17, 2013 at 9:33 AM, Ben Morrow wrote:
> Quoth Kimmo Paasiala :
>>
>> Doesn't the change to strnvis() break the ABI on FreeBSD 9.X? I
>> thought you could always compile a binary on an earlier version of
>> FreeBSD 9.X and trust it to work without recompiling on any later
>> minor vers
Quoth Kimmo Paasiala :
>
> Doesn't the change to strnvis() break the ABI on FreeBSD 9.X? I
> thought you could always compile a binary on an earlier version of
> FreeBSD 9.X and trust it to work without recompiling on any later
> minor version of the same major version line.
No, it doesn't. No ex
Quoth Sami Halabi :
> בתאריך 17 בינו 2013 05:18, מאת "Ian Lepore" :
> >
> > From src/sys/conf/NOTES, this may be what you're looking for...
> >
> > #
> > # Don't enter the debugger for a panic. Intended for unattended operation
> > # where you may want to enter the debugger from the console, but st
On Wed, Jan 16, 2013 at 8:01 PM, Kimmo Paasiala wrote:
> On Wed, Jan 16, 2013 at 6:15 PM, Dimitry Andric wrote:
>> On 2013-01-16 13:05, Kimmo Paasiala wrote:
>>>
>>> I just updated my stable/9 system after clang3.2 was added. My system
>>> is amd64, both world and kernel are compiled with clang3.
btw: i don't see any options in my kernel config for KBD / Unatteneded , th
eonly thing that mention its
is: device ukbd
Sami
On Thu, Jan 17, 2013 at 6:45 AM, Sami Halabi wrote:
> Its only a kernel option? There is no flag to pass to the loader?
>
> SAMI
> בתאריך 17 בינו 2013 05:18, מאת "Ian L
On Thu, Dec 27, 2012 at 11:42 PM, Phil Kulin wrote:
> 2012/12/26 Kimmo Paasiala :
>
>> I've revised the patch again and updated it at gihub,
>> https://gist.github.com/4362018. It can now be applied at top level
>> of sources (/usr/src typically). It now does the deconfiguration in
>> reverse ord
Its only a kernel option? There is no flag to pass to the loader?
SAMI
בתאריך 17 בינו 2013 05:18, מאת "Ian Lepore" :
> On Wed, 2013-01-16 at 23:27 +0200, Sami Halabi wrote:
> > Thank you for your response, very helpful.
> > one question - how do i configure auto-reboot once kernel panic occurs?
>
On Thu, Jan 17, 2013 at 2:11 AM, Brooks Davis wrote:
> On Wed, Jan 16, 2013 at 08:01:00PM +0200, Kimmo Paasiala wrote:
>> On Wed, Jan 16, 2013 at 6:15 PM, Dimitry Andric wrote:
>> > On 2013-01-16 13:05, Kimmo Paasiala wrote:
>> >>
>> >> I just updated my stable/9 system after clang3.2 was added.
On Wed, 2013-01-16 at 23:27 +0200, Sami Halabi wrote:
> Thank you for your response, very helpful.
> one question - how do i configure auto-reboot once kernel panic occurs?
>
> Sami
>
>From src/sys/conf/NOTES, this may be what you're looking for...
#
# Don't enter the debugger for a panic. Inte
Steven Hartland wrote:
>- Original Message -
>From: "Andriy Gapon"
>
>
>> on 11/01/2013 21:38 Willem Jan Withagen said the following:
>>> On 2013-01-07 18:06, Julian Stecklina wrote:
Has this been resolved? I still see a hang on reboot/shutdown on my
>box
(zfs root on USB th
- Original Message -
From: "Andriy Gapon"
on 11/01/2013 21:38 Willem Jan Withagen said the following:
On 2013-01-07 18:06, Julian Stecklina wrote:
Has this been resolved? I still see a hang on reboot/shutdown on my box
(zfs root on USB thumb drive), but I am not sure if the problem
On Wed, Jan 16, 2013 at 08:01:00PM +0200, Kimmo Paasiala wrote:
> On Wed, Jan 16, 2013 at 6:15 PM, Dimitry Andric wrote:
> > On 2013-01-16 13:05, Kimmo Paasiala wrote:
> >>
> >> I just updated my stable/9 system after clang3.2 was added. My system
> >> is amd64, both world and kernel are compiled
Thank you for your response, very helpful.
one question - how do i configure auto-reboot once kernel panic occurs?
Sami
On Wed, Jan 16, 2013 at 10:13 PM, John Baldwin wrote:
> On Wednesday, January 16, 2013 2:25:33 pm Sami Halabi wrote:
> > Hi everyone,
> > I have a production box, in which I
on 11/01/2013 21:38 Willem Jan Withagen said the following:
> On 2013-01-07 18:06, Julian Stecklina wrote:
>> Has this been resolved? I still see a hang on reboot/shutdown on my box
>> (zfs root on USB thumb drive), but I am not sure if the problem is
>> related.
>
> Could very well be be.
>
> I
On Wednesday, January 16, 2013 2:25:33 pm Sami Halabi wrote:
> Hi everyone,
> I have a production box, in which I want to install new kernel without any
> remotd kvn.
> my problem is its 2 hours away, and if a kernel panic occurs I got a
> problem.
> I woner if I can seg failsafe script to load the
Hi everyone,
I have a production box, in which I want to install new kernel without any
remotd kvn.
my problem is its 2 hours away, and if a kernel panic occurs I got a
problem.
I woner if I can seg failsafe script to load the old kernel in case of
psnic.
Sami
_
On Wed, Jan 16, 2013 at 6:15 PM, Dimitry Andric wrote:
> On 2013-01-16 13:05, Kimmo Paasiala wrote:
>>
>> I just updated my stable/9 system after clang3.2 was added. My system
>> is amd64, both world and kernel are compiled with clang3.2 and the
>> default compiler is clang. I'm tracking the sourc
On Wed, 16 Jan 2013 10:45:49 +0100, Daniel Braniss
wrote:
I resently upgraded a Dell PowerEdge R710, to 9.1-stable, we mainly use
it as
a backup to several zfs servers (doing send|receive) without major
issues till
the upgrade, it was running 8.2-stable.
now, we see that sometime the tim
I have noticed similar time issues after upgrading from 8.2 to 8.3. I haven't
had time to investigate, but often the time drift "exceeds sanity limit."
So, the problem is present pre 9.x. I never had this problem when running 8.2.
From: Daniel Braniss
To:
On 2013-01-16 13:05, Kimmo Paasiala wrote:
I just updated my stable/9 system after clang3.2 was added. My system
is amd64, both world and kernel are compiled with clang3.2 and the
default compiler is clang. I'm tracking the sources with GIT and the
version I have corresponds to SVN revision r2454
+--On 14 janvier 2013 19:26:58 +0100 Mathieu Arnold wrote:
| +--On 14 janvier 2013 19:05:31 +0100 Kurt Jaeger wrote:
|| Hi!
||
||> Today, I was trying to upgrade a 7.0-rel box to 9.1 with freebsd-update,
||> and I get :
|| [...]
||> The update metadata is correctly signed, but
||> failed an inte
Hello list.
I just updated my stable/9 system after clang3.2 was added. My system
is amd64, both world and kernel are compiled with clang3.2 and the
default compiler is clang. I'm tracking the sources with GIT and the
version I have corresponds to SVN revision r245451.
Everything else seems to wo
I resently upgraded a Dell PowerEdge R710, to 9.1-stable, we mainly use it as
a backup to several zfs servers (doing send|receive) without major issues till
the upgrade, it was running 8.2-stable.
now, we see that sometime the time drifts, and today I noticed that it was
hung, and once I got unto
23 matches
Mail list logo