on 18/09/2011 23:18 Kevin Oberman said the following:
> On Sun, Sep 18, 2011 at 2:55 AM, <"Thomas Mueller
> wrote:
>> Some more ideas on the new bsdinstaller cross my mind.
>>
>> Since the way the bsdinstaller would make partitions is unpredictable, at
>> least to the uninitiated, and in all lik
On 09/19/11 02:52, Fbsd8 wrote:
Kevin Oberman wrote:
On Sun, Sep 18, 2011 at 2:55 AM, <"Thomas Mueller
wrote:
Some more ideas on the new bsdinstaller cross my mind.
Since the way the bsdinstaller would make partitions is
unpredictable, at least to the uninitiated, and in all likelihood at
var
On Sun, 18 Sep 2011 16:46:01 +0300, Mikolaj Golub wrote:
MG> Could you please run ktrace with -i option? The behavior is like if
MG> ptrace(PT_TRACE_ME) failed in the child by some reason. Unfortunately, truss
MG> does not check this.
ktrace -i for truss sleep 5
http://dl.dropbox.com/u/8798217/tmp
On 18/09/2011 10:55, "Thomas Mueller
Also, I can't see the function of the 64 KB boot partition with no file system,
which does not boot for me, though I can boot the main partition using grub2
from the System Rescue CD (http://sysresccd.org/).
I seem to remember (perhaps incorrectly) there w
on 16/09/2011 23:59 Arnaud Lacombe said the following:
> in which case the current notifier-based architecture is broken. You
> may want to have a soft-watchdog triggering after 5s, and a fallback
> hardware watchdog triggering after 60s.
So let's start with the real problem, FreeBSD watchdog infr
Nathan Whitehorn wrote:
On 09/19/11 02:52, Fbsd8 wrote:
Kevin Oberman wrote:
On Sun, Sep 18, 2011 at 2:55 AM, <"Thomas Mueller
wrote:
Some more ideas on the new bsdinstaller cross my mind.
Since the way the bsdinstaller would make partitions is
unpredictable, at least to the uninitiated, and
On Mon, 19 Sep 2011 12:13:56 + (UTC) Anton Yuzhaninov wrote to Mikolaj
Golub:
AY> On Sun, 18 Sep 2011 16:46:01 +0300, Mikolaj Golub wrote:
MG>> Could you please run ktrace with -i option? The behavior is like if
MG>> ptrace(PT_TRACE_ME) failed in the child by some reason. Unfortunately,
On 2011.09.19. 3:40, poyop...@puripuri.plala.or.jp wrote:
Hi,
I found another issue, this time in bsdgrep-20110912 in port.
Thanks for using BSD grep and reporting bugs! I've checked and confirmed
these issues. In my development branch I have already committed a
partial fix. It will be fixed
On Mon, 19 Sep 2011 15:58:02 +0300, Mikolaj Golub wrote:
AY>> ktrace -i for truss sleep 5
AY>> http://dl.dropbox.com/u/8798217/tmp/truss_ktrace2.txt
MG>
MG> Although ptrace(PT_TRACE_ME,0,0,0) returned 0 the process did not stop after
MG> execve() and wait4() in parent (which was actually waiting
In the file sys/kern/kern_sig.c defined DTrace probe proc:::signal-discard
SDT_PROBE_DEFINE(proc, kernel, , signal_discard, signal-discard);
SDT_PROBE_ARGTYPE(proc, kernel, , signal_discard, 0, "struct thread *");
SDT_PROBE_ARGTYPE(proc, kernel, , signal_discard, 1, "struct proc *");
SDT_PROBE_ARG
On Mon, Sep 19, 2011 at 05:46:54PM +0200, Roman Divacky wrote:
> On Sun, Sep 18, 2011 at 11:05:55AM -0500, Jason Harmening wrote:
> > > Can you try building just tcsh ? I wonder if -O0 makes any difference...
> > >
> > > in either case, can you give me preprocessed (clang -E) source that
> > > exhi
On Mon, 19 Sep 2011 15:00:31 + (UTC), Anton Yuzhaninov wrote:
AY> On Mon, 19 Sep 2011 15:58:02 +0300, Mikolaj Golub wrote:
AY>>> ktrace -i for truss sleep 5
AY>>> http://dl.dropbox.com/u/8798217/tmp/truss_ktrace2.txt
MG>>
MG>> Although ptrace(PT_TRACE_ME,0,0,0) returned 0 the process did not
On Sun, Sep 18, 2011 at 11:05:55AM -0500, Jason Harmening wrote:
> > Can you try building just tcsh ? I wonder if -O0 makes any difference...
> >
> > in either case, can you give me preprocessed (clang -E) source that
> > exhibits this bug (check with objdump -d that the unaligned sse read
> > is t
Hi..
in a new installation of freebsd 8.2 (amd64)
if the machine doesn't have a PS2 port to use keyboard... and have only USB
port its impossible to use an keyboard on mountroot prompt
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.or
On Mon, Sep 19, 2011 at 04:03:42PM +, Anton Yuzhaninov wrote:
> On Mon, 19 Sep 2011 15:00:31 + (UTC), Anton Yuzhaninov wrote:
> AY> On Mon, 19 Sep 2011 15:58:02 +0300, Mikolaj Golub wrote:
> AY>>> ktrace -i for truss sleep 5
> AY>>> http://dl.dropbox.com/u/8798217/tmp/truss_ktrace2.txt
>
On 20/09/2011, at 4:50, Alisson wrote:
> in a new installation of freebsd 8.2 (amd64)
>
> if the machine doesn't have a PS2 port to use keyboard... and have only USB
> port its impossible to use an keyboard on mountroot prompt
Try typing this in the loader prompt..
set kern.cam.boot_delay=1
Now I must point out that I tested hitting the cancel button in the
kbdmap command. It worked in that no keymap= statement was inserted into
/etc/rc.conf but it must also make some other changes some where else in
the system because if you do select an entry from the kbdmap database
and them
On Monday 19 September 2011 20:20:18 Alisson wrote:
> if the machine doesn't have a PS2 port to use keyboard... and have only USB
> port its impossible to use an keyboard on mountroot prompt
Hi Alisson,
I dont know the complete ins and outs of this, but I think it has a lot
to do with
>
> I continued to research this problem and found the cause.
> The content of 9.0 /etc/ttys has changed, (IE; cons25 is now xtern).
> I have some changes in ttys on 8.2 and I just copied that file over to 9.0
> without looking at the content. The block of 9 keys above the arrow keys now
> work cor
>> But my question is as follows,
>> How do I get kernel sources and base installed?
>
> You can download them via csup with a config file similar to this:
>
> *default host=cvsup5.FreeBSD.org
> *default base=/var/db
> *default prefix=/usr
> *default release=cvs tag=.
> *default compress delete u
I added this to /etc/rc.conf
>>> hald_enable="YES"
>>> dbus_enable="YES"
but machine still gives no working X :(
>>
>> This seems like more of a question@ issue.
>> I doubt that the above claim is at fault, given past experience.
>> What does /var/log/Xorg.0.log say, and what does your xo
On Sep 19, 2011, at 5:22 PM, Antonio Olivares wrote:
>>
>> *default host=cvsup5.FreeBSD.org
>> *default base=/var/db
>> *default prefix=/usr
>> *default release=cvs tag=.
>> *default compress delete use-rel-suffix
>> src-all
>>
>> Save your config file (or so called supfile) someplace and run it
On Sep 19, 2011, at 4:39 PM, Pegasus Mc Cleaft wrote:
> On Monday 19 September 2011 20:20:18 Alisson wrote:
>
>> if the machine doesn't have a PS2 port to use keyboard... and have only USB
>> port its impossible to use an keyboard on mountroot prompt
>
> Hi Alisson,
>
> I dont know the c
> However, when I run kldload nvidia, I get a mismatch with the running
> kernel and an incompatible ?. I cannot post exact error as the
> machine gives me no X :(, I checked to see if enabling hald and dbus
> at /etc/rc.conf would make a difference and they have not :(, I have
> also tried no
On Mon, 2011-09-19 at 19:22 -0500, Antonio Olivares wrote:
> Michal,
>
> Thank you very much for your detailed instruction. I was able to get
> all of the sources and built nvidia driver successfully :)
>
> However, when I run kldload nvidia, I get a mismatch with the running
> kernel and an inc
On 20/09/2011, at 10:05, Garrett Cooper wrote:
> On Sep 19, 2011, at 4:39 PM, Pegasus Mc Cleaft wrote:
>
>> On Monday 19 September 2011 20:20:18 Alisson wrote:
>>
>>> if the machine doesn't have a PS2 port to use keyboard... and have only USB
>>> port its impossible to use an keyboard on mountro
On Tue, 20 Sep 2011, Michal Varga wrote:
On Mon, 2011-09-19 at 19:22 -0500, Antonio Olivares wrote:
Michal,
Thank you very much for your detailed instruction. I was able to get
all of the sources and built nvidia driver successfully :)
However, when I run kldload nvidia, I get a mismatch wit
Hello,
I'm running 9.0-CURRENT on a MacbookPro 5,5. Following a recent update,
I found that the acpi battery functionality had stopped working. I
suspect, given the nature of it, that other people may have seen this
problem as well.
I did some work, and traced the problem to its source. The dr
Would you mind filing a PR?
This kind of thing is important and best not to get lost. :)
Adrian
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-un
On 09/19/11 23:46, Adrian Chadd wrote:
> Would you mind filing a PR?
>
> This kind of thing is important and best not to get lost. :)
Done. Identifier is kern/160838.
signature.asc
Description: OpenPGP digital signature
On Tue, Sep 20, 2011 at 1:31 AM, Antonio Olivares
wrote:
> I added this to /etc/rc.conf
>
hald_enable="YES"
dbus_enable="YES"
>
> but machine still gives no working X :(
>
>>>
>>> This seems like more of a question@ issue.
>>> I doubt that the above claim is at fault, given past e
On 2011-Sep-19 13:25:27 +0100, Bruce Cran wrote:
>I seem to remember (perhaps incorrectly) there was a discussion about
>bumping the default to 128 kB or more for the freebsd-boot partition.
>Will 64 kB be enough for 9.x?
At least for x86 architectures, it seems adequate. The GPT loaders
are 1
Chris Brennan wrote:
> Anything gonna be done with this? It has promise but needs some more people
> involved.
The original web page which started this thread was removed from the
FreeBSD.org web site:
http://lists.freebsd.org/pipermail/cvs-all/2011-September/345334.html
For anyone who wants to
33 matches
Mail list logo