Kazutaka YOKOTA wrote:
> Please send me the entire dmesg output after you boot
> the system with "boot -v" at the loader prompt.
>
> And do you have the following line in /boot/device.hints?
> hint.psm.0.irq="12"
i have ibm 570e, with the same PS/2 mouse problem, Ohh. worse..
Fatal trap 12: p
John Baldwin wrote:
> >> And do you have the following line in /boot/device.hints?
> >> hint.psm.0.irq="12"
> > i have ibm 570e, with the same PS/2 mouse problem, Ohh. worse..
> > Fatal trap 12: page fault while in kernel mode
> > fault virtual address = 0x3a
> > fault code = supe
Hi there,
anyone out there has this problem?
a new made world and kernel from last night (09/22) cvsup,
and is unable to cvsup again tonight (09/23).
[donny@sys]/usr/src> cvsup
/usr/libexec/ld-elf.so.1: /usr/lib/libutil.so.3: Undefined symbol
"__stdoutp"
5.0-c, with cvsup 16.1e.
--
// Donny
Peter Wemm wrote:
> > a new made world and kernel from last night (09/22) cvsup,
> > and is unable to cvsup again tonight (09/23).
> > [donny@sys]/usr/src> cvsup
> > /usr/libexec/ld-elf.so.1: /usr/lib/libutil.so.3: Undefined symbol
> > "__stdoutp"
> Read UPDATING. You have an old libc.so.4. You
John Indra wrote:
> /usr/libexec/ld-elf.so.1: /usr/lib/libm.so.2: Undefined symbol
> "__stderrp"
> Please don't flame me. I LOVE -CURRENT, it's just that I don't
> know C, and I am trying to get help on how to resolve this problem.
Don't mind those flames, they are alway there and help nothi
Alfred Perlstein wrote:
> Can someone please share with us the magic to disable acpi and add
> it to src/UPDATING, my sound fell victim to acpi and i think I just
> lost my mouse to it. Now I have a lapbrick that consumes less
> power...
try adding a line
hint.acpi.0.disable="1"
to /bo
Hi there,
is port tree back for cvsup?
--
// Donny
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Peter wrote:
>>Hi there,
>>is port tree back for cvsup?
> Yes.
Thanks, Peter.
--
// Donny
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Hi there,
My fbsd box is (ADSL) connected to the net through dynamic IPs,
so no mails are able to send in, they go to the account offered
by my ISP. i need to check mail manually a period of time.
Is there any package that can be used to fetch mails back to
my fbsd box in every 10 or 20
Blaz Zupan wrote:
> Yes, check out fetchmail:
>http://www.freebsd.org/cgi/ports.cgi?query=fetchmail&stype=all
> But in the future please send such questions to the freebsd-questions mailing
> list, not to freebsd-current.
Thanks to all replies, and sorry too. I figure i do put the
questi
Hi there,
I've done a very recent week's make world(S) on -current, making
and installing world and kernel go fine, but all hang on boot,
with no error codes or msgs.
When boot, all go fine at the beginning, and stop right after
showing the msg:
:
:
/dev/da0s1e: FILESYSTEM CLE
John W. De Boskey noticed me some points to check out,
I now can boot my fbsd box with the recent built kernel.
I disabled mfs, and random_load, these 2 made my fbsd box
hangs (not really hangs, it looks like waiting for some
jobs done) 2 times at boot.
with the mfs enable, it hangs
Leif Neland wrote:
> > I've done a very recent week's make world(S) on -current, making
> > and installing world and kernel go fine, but all hang on boot,
> > with no error codes or msgs.
> Solution: Due to changes in the random/entropy stuff, you have to reboot
> the machine with "shutdown -r
Leif Neland wrote:
> > do you mean one should use "shutdown -r now" or Ctrl-Alt-Del
> > instead of "reboot" right after make world and kernel?
> Exactly. Except not just after make world/kernel, every time you
> want to reboot/halt.
Does this make any different?
shutdown is fine, but c
Leif Neland wrote:
> > Does this make any different?
> > shutdown is fine, but ctrl-alt-del is not so good,
> > whenever I did this, the next boot takes a long time on
> > fixing filesystems.
> You mean your system doesn't unmount the disks at ctrl-alt-del?
> Does it a hard reset instead?
Hi there,
Is there any doc. for maintaining /etc stuff? especially focused
on after time to time of cvsups, make worlds and kernels?
BTW, my fbsd box is just back from a newly cvsup, world & kernel,
mfs and random device seem back to work fine now.
--
// Donny
To Unsubscribe: send ma
Chris Faulhaber wrote:
> > Is there any doc. for maintaining /etc stuff? especially focused
> > on after time to time of cvsups, make worlds and kernels?
> > BTW, my fbsd box is just back from a newly cvsup, world & kernel,
> > mfs and random device seem back to work fine now.
> http://www.fr
Wesley Morgan wrote:
> Anyone having problems with the linuxulator the past couple days?
> Module fails to load for me, with this message:
> link_elf: symbol makebdev undefined
Yah, i do.
--
// Donny
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the bod
Poul-Henning Kamp wrote:
> I have two reports about machines with 384MB RAM panicing when
> the floppies are accessed. I don't have the message right now
> except for a report that "it said something about bouncebuffers"
>
> Can somebody with 384MB ram check if the floppy works under
> current ?
Hi there,
I'm not sure if this related to the thread of -current these days.
my world builds fine with the latest cvsup, maybe only 1 or 2 hrs
ago. no more luck, my kernel building stoped here:
===>ipfilter
make: don't know how to make machine/lock.h Stop.
*** Error code 2
Stop in
Dag-Erling Smorgrav wrote:
> > ===>ipfilter
> > make: don't know how to make machine/lock.h Stop.
> > *** Error code 2
> Looks like a stale dependency file to me. Try 'make cleandir' twice,
> followed by the usual 'make depend && make && make install'.
Yes, but got no luck, stops at the sa
David O'Brien wrote:
> > > Looks like a stale dependency file to me. Try 'make cleandir' twice,
> > > followed by the usual 'make depend && make && make install'.
> > Yes, but got no luck, stops at the same place.:)
> cd /sys/compile/
> rm -rf modules
> make depend
> make
thanks, it w
Dag-Erling Smorgrav wrote:
> > By doing so, I also noticed that, the general procedule i
> > used to take:
> > cd /sys/i386/conf
> > config -r mykernel
> ^^
> No point.
-r removes objects generated by a previous kernel config, i guess.
> > cd ../../compile/myk
Hi there,
it looks like the past few days snapshots build failures
were all because out of disk space on the snapshots-jp box.
--
// Donny
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
Ooh... yuh, i didn't read into detail of the log.
--
// Donny
W Gerald Hicks wrote:
> No, the problem is because the kernel has grown too large to
> fit on the md(4) filesystem prepared for it.
> src/release//dokern.sh needs to be adapted to omit
> new drivers added to GENERIC.
>> it look
25 matches
Mail list logo