Re: Out of disk space on snapshots-jp?
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 looks like the past few days snapshots build failures >> were all because out of disk space on the snapshots-jp box. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Out of disk space on snapshots-jp?
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
Re: Undefined symbol "__stderrp"
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 nothing... try adding COMPAT4x=yes to your /etc/make.conf and then cd /usr/src/lib/compat make obj make make install and then you will go. -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: how to make acpi go away.
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 /boot/device.hints, or disable it at boot time unset acpi_load then boot as usual. -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: libutil.so.3: Undefined symbol "__stdoutp"
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 can have it updated > automatically by adding "COMPAT4X=yes" into /etc/make.conf. For now: Thanks, can you point me out which entry in UPDATING? i'd like to read the entire comment. the last entry in my UPDATING is 09/19, and -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
libutil.so.3: Undefined symbol "__stdoutp"
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 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: [acpi-jp 1246] ACPI and PS/2 mouse problem
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 = supervisor read, page not present > > instruction pointer= 0x8:0xc0268092 > > stack pointer = 0x10:0xcd1dc948 > > frame pointer = 0x10:0xcd1dc948 > > code segment = base 0x0, limit 0xf, type 0x1b > > = DPL 0, pres 1, def32 1, gran 1 > > processor eflags = interrupt enabled, resume, IOPL = 0 > > current process= 50 (sysctl) > > trap number= 12 > > \|/ \|/ > > "@'/ .. \`@" > > /_| \__/ |_\ > >\__U_/ > Do you have a debug kernel, if so, can you do 'gdb -k kernel.debug' in your > sys/i386/compile/FOO directory and then do 'l *0xc0268092' to see what source > line it died on. It's a NULL pointer dereference (as can be seen from the John, please ignore my previous report since i made a mistake using a broken kernel. i was first trying the broken PS/2 mouse, and then using another kernel to see the diff, i mixed them togather. sorry. -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: [acpi-jp 1246] ACPI and PS/2 mouse problem
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: page fault while in kernel mode fault virtual address = 0x3a fault code = supervisor read, page not present instruction pointer= 0x8:0xc0268092 stack pointer = 0x10:0xcd1dc948 frame pointer = 0x10:0xcd1dc948 code segment = base 0x0, limit 0xf, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process= 50 (sysctl) trap number= 12 \|/ \|/ "@'/ .. \`@" /_| \__/ |_\ \__U_/ (ps. funny, but i'v run out of humor booting like this... ) panic: page fault syncing disks... done uptime: 5s pccbb0: pccbb_power: CARD_VCC_0V and CARD_VPP_0V [44] pccbb1: pccbb_power: CARD_VCC_0V and CARD_VPP_0V [44] Automatic reboot in 15 seconds - press a key on the console to abort -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: ipfilter broken?
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/mykernel > > make depend all install > ^^ > Wrong. It only accidentally works because you always use 'config -r'. > The correct command is 'make depend && make && make install'. If you > do 'make depend all', the dependency information generated by the > 'depend' target is ignored by the 'all' target. -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: ipfilter broken?
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 works this way. By doing so, I also noticed that, the general procedule i used to take: cd /sys/i386/conf config -r mykernel cd ../../compile/mykernel make depend all install the -r option in config kernel is no longer exist? -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: ipfilter broken?
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 same place.:) -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
ipfilter broken?
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 /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC *** Error code 1 Stop in /usr/src *** Error code 1 -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: Does floppies work with 384MByte RAM ?
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 ? works fine on my current, i tried a mount, cp files in, rm files, and then a umount, all work normally. -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: linux emulation
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 body of the message
Re: Doc. for maintaining /etc stuff?
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.freebsd.org/handbook/makeworld.html (18.4.7) recommends > mergemaster(8) Thanks, this do help a lots. -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Doc. for maintaining /etc stuff?
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 mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: -current hangs during boot
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? Strange... i might remember wrong, i haven't done so for a long time. Ok, i'm wrong... i'm just back from ctrl-alt-del. :) -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: -current hangs during boot
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 ctrl-alt-del is not so good, whenever I did this, the next boot takes a long time on fixing filesystems. -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: -current hangs during boot
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 now" or Ctrl-alt-del, not "reboot". not quite understand this... do you mean one should use "shutdown -r now" or Ctrl-Alt-Del instead of "reboot" right after make world and kernel? > (Why do we have a separate reboot command? Couldn't it just be an alias > for shutdown -r now?) I don't know, it's there. :) try man reboot, it gives me lots. no it's not alias for any other commands. -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: -current hangs during boot
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 there right after FILESYSTEM checking, and with random_load set to YES, it hangs at ldconfig. -- // Donny Leif Neland wrote: > > When boot, all go fine at the beginning, and stop right after > > showing the msg: > > : > > /dev/da0s1e: FILESYSTEM CLEAN, SKIPPING CHECK > > /dev/da0s1e: clean, 92565 free (125 frags, 11555 blocks, > > 0.1%fragmentation) > > My hangs at loading ldconf. I can continue with ^C. > It then hangs at loading aout-ldconf. I can continue with ^C > It hangs a 3. time, where I again can continue with ^C. > It then complains for missing .so's, naturally because the ldconf was > interrupted, and some commands won't work because of that, but the system > is at least somewhat working... > > > I'll see if I can narrow it down somewhat. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
-current hangs during boot
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 CLEAN, SKIPPING CHECK /dev/da0s1e: clean, 92565 free (125 frags, 11555 blocks, 0.1%fragmentation) then no more, I got to power off and on, and reboot using an old working kernel. any idea? -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: package for fetch mails?
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 question in a wrong place after i posted. -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
package for fetch mails?
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 min. automatically? -- // Donny To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
Re: port tree clean?
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
port tree clean?
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