Re: 9.2-RC4 amd64 panic: vm_page_unwire
On 9/29/13, John Marshall wrote: > On Sat, 28 Sep 2013, 17:27 +0200, Oliver Pinter wrote: >> On 9/28/13, John Marshall wrote: >> > On Fri, 27 Sep 2013, 11:12 +0300, Konstantin Belousov wrote: >> >> On Fri, Sep 27, 2013 at 10:07:28AM +1000, John Marshall wrote: >> >> > The first two panics were triggered when shutting down the ntpd >> >> > daemon >> >> > (a recent development snapshot version of ntpd: 4.2.7p387). Exiting >> >> > a >> >> > later release (p388) has not triggered the panic. The system >> >> > panicked >> >> > again overnight, this time while acting as an sftp server receiving >> >> > large (GB) files from another system. >> > >> >> > I have made the core.txt.[0-2] files available in the following >> >> > directory. The directory is not browsable. >> >> > >> >> > http://www.riverwillow.net.au/~john/92rc4/ >> >> >> >> This might be fixed by r254087-r254090 on stable/9. >> > >> > Thank you. Those patches applied cleanly to releng/9.2 so I rebuilt a >> > patched 9.2. I double-checked and verified that the following patched >> > files in my releng/9.2@255904 working copy were identical to the same >> > files in stable/9@254090, then I removed /usr/obj/* and built a fresh >> > system. > >> > The system panicked as follows during shutdown after its first boot. >> > The corresponding core.txt.3 file is available at the same location >> > previously posted. > >> > I have now seen this panic on a second server as well (also amd64 but >> > different hardware vendor). This second (unpatched) system also >> > panicked during shutdown as follows. Corresponding file named >> > core.txt.0.system2 is available at the same location as above. > >> try this from 9-STABLE: >> https://github.com/freebsd/freebsd/commit/98362329be8e2cdefda1988e5e9d32efbc94855f > > Thanks Oliver. If I followed the links correctly, that looks like > r255507 on stable/9. The second part of that patch didn't apply cleanly > to 9.2. I investigated and it looks like that is because r254442 had > also been applied since 9.2. I'm guessing I should also apply r254442 > as well (first)? I shall proceed with applying both patches, rebuild, > and see what happens. This patch affected only those kernels, that has cpuctl. When no cpuctl loaded, has no effect. > > -- > John Marshall > ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: 9.2-RC4 amd64 panic: vm_page_unwire
On Mon, 30 Sep 2013, 09:24 +0200, Oliver Pinter wrote: > On 9/29/13, John Marshall wrote: > > On Sat, 28 Sep 2013, 17:27 +0200, Oliver Pinter wrote: > >> On 9/28/13, John Marshall wrote: > >> > On Fri, 27 Sep 2013, 11:12 +0300, Konstantin Belousov wrote: > >> >> On Fri, Sep 27, 2013 at 10:07:28AM +1000, John Marshall wrote: > >> >> > I have made the core.txt.[0-2] files available in the following > >> >> > directory. The directory is not browsable. > >> >> > > >> >> > http://www.riverwillow.net.au/~john/92rc4/ > >> >> > >> >> This might be fixed by r254087-r254090 on stable/9. > >> try this from 9-STABLE: > >> https://github.com/freebsd/freebsd/commit/98362329be8e2cdefda1988e5e9d32efbc94855f > > > > Thanks Oliver. If I followed the links correctly, that looks like > > r255507 on stable/9. The second part of that patch didn't apply cleanly > > to 9.2. I investigated and it looks like that is because r254442 had > > also been applied since 9.2. I'm guessing I should also apply r254442 > > as well (first)? I shall proceed with applying both patches, rebuild, > > and see what happens. > > This patch affected only those kernels, that has cpuctl. When no cpuctl > loaded, > has no effect. OK. So including it shouldn't have hurt anything. So, with 9.2-RELEASE (releng/9.2 r255904) with patches... + r254087 /stable/9/sys/vm/vm_page.c + r254088 /stable/9/sys/vm/vm_object.c + r254088 /stable/9/sys/vm/vm_object.h + r254089 /stable/9/sys/vm/vm_map.c + r254089 /stable/9/sys/vm/vm_map.h + r254090 /stable/9/sys/vm/vm_fault.c + r254442 /stable/9/sys/dev/cpuctl/cpuctl.c (apparently not needed) + r255507 /stable/9/sys/dev/cpuctl/cpuctl.c ...I am still seeing vm_page_unwire panics. I noticed that in all cases EXCEPT the sftp-server case, either ntpd exiting or watchdogd exiting seem to be the trigger for this vm_page_unwire panic, so I did some experiments. All core.txt files are available via the same address as earlier ones (referenced above). core.txt.5 - watchdogd AND ntpd running - panic during shutdown (ntpd) core.txt.6 - watchdogd AND ntpd running - panic on 'service ntpd stop' core.txt.7 - watchdogd running (ntpd NOT running) - panic during shutdown (watchdogd) core.txt.8 - ntpd running (watchdogd NOT running) - panic during shutdown (ntpd) core.txt.9 - watchdogd AND ntpd started during startup - I was able to stop ntpd without mishap within the first 2 minutes - panic during shutdown (watchdogd) core.txt.10 - watchdogd AND ntpd running - panic on 'service watchdogd stop' With both watchdogd AND ntpd running, stopping either deamon will trigger the panic. With watchdogd XOR ntpd running, the daemon can be stopped and started without mishap, but if it is running during shutdown, the system will panic when trying to stop that daemon. Another data point: both systems on which I have seen this panic have the ipmi driver compiled in. ipmi makes the BMC's watchdog timer available to the system. ozsrv04# grep ^ipmi /var/run/dmesg.boot ipmi0: on isa0 ipmi0: KCS mode found at io 0xca2 alignment 0x1 on isa ipmi0: IPMI device rev. 1, firmware rev. 2.43, version 2.0 ipmi0: Number of channels 2 ipmi0: Attached watchdog -- John Marshall pgp0jM9Jp9W3h.pgp Description: PGP signature
Work ipsec and setfib?
Somebody faced with setting ipsec and setfib? -- Best regards, Aleksey Tsvetkov System Administrator Company Grand Vision tel. +7(495)933-39-79, ext. 184 ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Kernel Panic on vm_page_insert
This one is slightly different than the other item thread in this list. This panic occurred when my weekly cron job fired to "svn up" my STABLE system to r255294. I did not find a core file. The panic and reboot happened in the middle of the night and I just noticed it this morning when I went to perform a build world. My system is also an AMD64. Sep 28 05:47:48 host kernel: panic: vm_page_insert: offset already allocated Sep 28 05:47:48 host kernel: cpuid = 1 Sep 28 05:47:48 host kernel: KDB: stack backtrace: Sep 28 05:47:48 host kernel: #0 0x80489c66 at kdb_backtrace+0x66 Sep 28 05:47:48 host kernel: #1 0x804511ce at panic+0x1ce Sep 28 05:47:48 host kernel: #2 0x80639f65 at vm_page_insert+0x185 Sep 28 05:47:48 host kernel: #3 0x8063b58e at vm_page_alloc+0x27e Sep 28 05:47:48 host kernel: #4 0x8063bb66 at vm_page_grab+0x86 Sep 28 05:47:48 host kernel: #5 0x804cf1eb at allocbuf+0x36b Sep 28 05:47:48 host kernel: #6 0x804d2e2c at getblk+0x60c Sep 28 05:47:48 host kernel: #7 0x804d33f0 at breadn_flags+0x40 Sep 28 05:47:48 host kernel: #8 0x805e42b2 at ffs_update+0x102 Sep 28 05:47:48 host kernel: #9 0x8060f1d3 at ufs_inactive+0x1a3 Sep 28 05:47:48 host kernel: #10 0x8069fbe8 at VOP_INACTIVE_APV+0x78 Sep 28 05:47:48 host kernel: #11 0x804e9836 at vinactive+0x86 Sep 28 05:47:48 host kernel: #12 0x804ed5c8 at vputx+0x2d8 Sep 28 05:47:48 host kernel: #13 0x804fb827 at vn_close+0xa7 Sep 28 05:47:48 host kernel: #14 0x804fb90d at vn_closefile+0x5d Sep 28 05:47:48 host kernel: #15 0x8040db63 at _fdrop+0x23 Sep 28 05:47:48 host kernel: #16 0x8040eebc at closef+0x4c -- Public Keys: PGP KeyID = 0x5F22FDC1 GnuPG KeyID = 0x620836CF ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates"
Le 30 sept. 2013 à 01:54, Ricardo Ferreira a écrit : > Em 29-09-2013 19:11, Charles Sprickman escreveu: >> On Sep 29, 2013, at 3:28 PM, C. P. Ghost wrote: >> >>> On 28.09.2013 11:32, Phil Regnauld wrote: Teske, Devin (Devin.Teske) writes: > If you work seriously on serious issues long enough... you'll become > burned- > out. Let me just come right out and say it... > > I coded it. And thanks, you got me chuckling - nice to see some humor once in a while. To the offended poster: read the last line of tunefs(8) - there's probably many more places you could use serious time looking for deviations from corporate correctnes. >>> Humor can even be etched in silicon, like e.g. on an IC created by Siemens: >>> >>> http://micro.magnet.fsu.edu/creatures/pages/bunny.html >> Cisco too, besides weird Star Wars ROM messages, you have stuff like the >> "BFR" (Big F*cking Router, after Big F*cking Gun in Doom) screened on the >> PCB: >> >> https://www.kumari.net/gallery/index.php/Technology/Networking/BFR_2_001 >> https://www.kumari.net/gallery/index.php/Technology/Networking/BFR_2 >> >> I have no idea what Sluggo and Nancy are doing on this board: >> >> https://www.kumari.net/gallery/index.php/Technology/Networking/CIMG0988 >> >> Charles >> >>> ;-) >>> >>> -cpghost. >>> >>> -- >>> Cordula's Web. http://www.cordula.ws/ >>> >>> ___ >>> freebsd-stable@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" >> ___ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" >> > keep it cool u have others like: > > > > man chmod... > > BUGS > There is no perm option for the naughty bits of a horse. > > and so many others. So... > I find strange nobody mentioned the one in make :) % make love Not War. -- Mazhe signature.asc Description: Message signed with OpenPGP using GPGMail
Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates"
On 30/09/2013 14:50, Matthieu Volat wrote: Le 30 sept. 2013 à 01:54, Ricardo Ferreira a écrit : Em 29-09-2013 19:11, Charles Sprickman escreveu: On Sep 29, 2013, at 3:28 PM, C. P. Ghost wrote: On 28.09.2013 11:32, Phil Regnauld wrote: Teske, Devin (Devin.Teske) writes: If you work seriously on serious issues long enough... you'll become burned- out. Let me just come right out and say it... I coded it. And thanks, you got me chuckling - nice to see some humor once in a while. To the offended poster: read the last line of tunefs(8) - there's probably many more places you could use serious time looking for deviations from corporate correctnes. Humor can even be etched in silicon, like e.g. on an IC created by Siemens: http://micro.magnet.fsu.edu/creatures/pages/bunny.html Cisco too, besides weird Star Wars ROM messages, you have stuff like the "BFR" (Big F*cking Router, after Big F*cking Gun in Doom) screened on the PCB: https://www.kumari.net/gallery/index.php/Technology/Networking/BFR_2_001 https://www.kumari.net/gallery/index.php/Technology/Networking/BFR_2 I have no idea what Sluggo and Nancy are doing on this board: https://www.kumari.net/gallery/index.php/Technology/Networking/CIMG0988 Charles ;-) -cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" keep it cool u have others like: man chmod... BUGS There is no perm option for the naughty bits of a horse. and so many others. So... I find strange nobody mentioned the one in make :) % make love Not War. -- Mazhe Alas, not for much longer as bmake doesn't handle that target: root@build:/pseudosrc/misc # make love make: don't know how to make love. Stop ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates"
On 9/30/2013 10:12 AM, Joe Holden wrote: > root@build:/pseudosrc/misc # make love > make: don't know how to make love. Stop In this day and age, there is no excuse for not knowing how to make love. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates"
On 09/27/2013 15:06, David Demelier wrote: > > Also in the future you can just forgot that crappy ideas as you can see, > nobody liked it. > Glad you aren't my dad, Grinch. -- Dave Robison Sales Solution Architect II FIS Banking Solutions 510/621-2089 (w) 530/518-5194 (c) 510/621-2020 (f) da...@vicor.com david.robi...@fisglobal.com _ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates"
On 30.09.2013 15:50, Matthieu Volat wrote: > > Le 30 sept. 2013 à 01:54, Ricardo Ferreira > a écrit : > >> Em 29-09-2013 19:11, Charles Sprickman escreveu: >>> On Sep 29, 2013, at 3:28 PM, C. P. Ghost wrote: >>> On 28.09.2013 11:32, Phil Regnauld wrote: > Teske, Devin (Devin.Teske) writes: >> If you work seriously on serious issues long enough... you'll become >> burned- >> out. Let me just come right out and say it... >> >> I coded it. > And thanks, you got me chuckling - nice to see some humor once in a > while. > > To the offended poster: read the last line of tunefs(8) - there's > probably > many more places you could use serious time looking for deviations from > corporate correctnes. Humor can even be etched in silicon, like e.g. on an IC created by Siemens: http://micro.magnet.fsu.edu/creatures/pages/bunny.html >>> Cisco too, besides weird Star Wars ROM messages, you have stuff like the >>> "BFR" (Big F*cking Router, after Big F*cking Gun in Doom) screened on the >>> PCB: >>> >>> https://www.kumari.net/gallery/index.php/Technology/Networking/BFR_2_001 >>> https://www.kumari.net/gallery/index.php/Technology/Networking/BFR_2 >>> >>> I have no idea what Sluggo and Nancy are doing on this board: >>> >>> https://www.kumari.net/gallery/index.php/Technology/Networking/CIMG0988 >>> >>> Charles >>> ;-) -cpghost. -- Cordula's Web. http://www.cordula.ws/ ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" >>> ___ >>> freebsd-stable@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >>> To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" >>> >> keep it cool u have others like: >> >> >> >> man chmod... >> >> BUGS >> There is no perm option for the naughty bits of a horse. >> >> and so many others. So... >> > > I find strange nobody mentioned the one in make :) > > % make love > Not War. > Nice, but how does it handle if a Makefile contains a love target? Regards, David. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates"
On Sep 30, 2013, at 11:23 AM, David Demelier wrote: > On 30.09.2013 15:50, Matthieu Volat wrote: >> >> Le 30 sept. 2013 à 01:54, Ricardo Ferreira >> a écrit : >> >>> Em 29-09-2013 19:11, Charles Sprickman escreveu: On Sep 29, 2013, at 3:28 PM, C. P. Ghost wrote: > On 28.09.2013 11:32, Phil Regnauld wrote: >> Teske, Devin (Devin.Teske) writes: >>> If you work seriously on serious issues long enough... you'll become >>> burned- >>> out. Let me just come right out and say it... >>> >>> I coded it. >> And thanks, you got me chuckling - nice to see some humor once in a >> while. >> >> To the offended poster: read the last line of tunefs(8) - there's >> probably >> many more places you could use serious time looking for deviations from >> corporate correctnes. > Humor can even be etched in silicon, like e.g. on an IC created by > Siemens: > > http://micro.magnet.fsu.edu/creatures/pages/bunny.html Cisco too, besides weird Star Wars ROM messages, you have stuff like the "BFR" (Big F*cking Router, after Big F*cking Gun in Doom) screened on the PCB: https://www.kumari.net/gallery/index.php/Technology/Networking/BFR_2_001 https://www.kumari.net/gallery/index.php/Technology/Networking/BFR_2 I have no idea what Sluggo and Nancy are doing on this board: https://www.kumari.net/gallery/index.php/Technology/Networking/CIMG0988 Charles > ;-) > > -cpghost. > > -- > Cordula's Web. http://www.cordula.ws/ > > ___ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" >>> keep it cool u have others like: >>> >>> >>> >>> man chmod... >>> >>> BUGS >>>There is no perm option for the naughty bits of a horse. >>> >>> and so many others. So... >>> >> >> I find strange nobody mentioned the one in make :) >> >> % make love >> Not War. >> > > Nice, but how does it handle if a Makefile contains a love target? > Right, bmake gives us all the chance to implement love in our own unuque way ;D making love in each port can now be a different experience. OK OK, I digress. (Grinz) -- Devin _ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates"
Le 30/09/2013 20:23, David Demelier a écrit : > Nice, but how does it handle if a Makefile contains a love target? Then (f)make makes love the way we want him to do ;° -- Florent Peterschmitt | Please: flor...@peterschmitt.fr| * Avoid HTML/RTF in E-mail. +33 (0)6 64 33 97 92 | * Send PDF for documents. http://florent.peterschmitt.fr | * Trim your quotations. Really. Proudly powered by Open Source | Thank you :) signature.asc Description: OpenPGP digital signature
FreeBSD 9.2-RELEASE stability?
How stable are folks finding FreeBSD 9.2-RELEASE to be? The improvements are welcome, but there have been a few troubling messages about kernel panics and VM issues on the various mailing lists. It's never clear until the release drops whether these are actual problems with the software or hardware defects in individual systems, so I am eager to hear how the new release is working for everyone. --Brett Glass ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: FreeBSD 9.2-RELEASE stability?
On Mon, 30 Sep 2013 13:01:26 -0600 Brett Glass wrote: > How stable are folks finding FreeBSD 9.2-RELEASE to be? The > improvements are welcome, but there have been a few troubling > messages about kernel panics and VM issues on the various mailing > lists. It's never clear until the release drops whether these are > actual problems with the software or hardware defects in individual > systems, so I am eager to hear how the new release is working for everyone. I have just upgraded two virtual machines running on ESXi. They are i386 with 256Mb of RAM and one CPU, with just a few ports installed (sudo and screen and dependencies). They don't do much job (low-traffic authoritative nameservers for a dozen of domains). I upgraded by freebsd-update. I don't see any problems so far. Also my laptop is 9-STABLE amd64 (currently at r255867) and I do not have any more problems than usual (the unfortunate AR9285 wifi adapter). -- Marko Cupać ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates"
My apologies for being rude the few days ago. I don't know what happened to me, I'm usually not naughty like that. Bapt who knows me IRL would also say that. My personal life is not at its best state currently and everything that upset me get me nervous and rude.. I've been using FreeBSD for 5 years and developed some patches / improvements which honoured an entry to the additional contributors and I don't really want my name to be removed :-). Seriously, I feel really embarrassed for what I've said.To really explain why I got angry like that (but that does not excuse my words) is the following situation: 1. I've first stambled accross the new boot graphical Nakatomi Socrates art. I've been afraid of being hacked or something gone wrong in the SVN branches. Fortunately, quickly, some of the developers told me that it was a joke / tribute for the 9.2 RELEASE, then I just said "I would not recommend to set it as default" but with very clean words. And then I disabled it using loader_logo="orb" as they said. 2. More than one month later, I upgraded to 9.2-RELEASE and then I saw the "Nakatomi Socrates" version shown in the right bottom and that's why I first thought that it was reenabled again (even in orb logo, I didn't know the existence of loader_version before!). So that's why I felt so angry.. Nevertheless this does not excuse my behavior. I love FreeBSD and still hack, develop it and don't want to get in troubles with *you* so please agree to my apologies. PS: I'm not a dinosaur as you may have thought, I like the "small jokes" that you can see for example in the syscons screen savers, the jokes in the man pages and such. But these things are more "hidden" and you need some research to get them which provides more excitement when you see them, on the other hand the "Nakatomi Socrates" art / version were *for me* a bit too intense as you see them by default, without enabling something. Again, sorry for that noise. Love, regards. David. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: FreeBSD 9.2-RELEASE stability?
Le Mon, 30 Sep 2013 13:01:26 -0600, Brett Glass a écrit : Hello, > How stable are folks finding FreeBSD 9.2-RELEASE to be? The > improvements are welcome, but there have been a few troubling > messages about kernel panics and VM issues on the various mailing > lists. It's never clear until the release drops whether these are > actual problems with the software or hardware defects in individual > systems, so I am eager to hear how the new release is working for > everyone. I've seen two problems if you use poudriere (on ZFS only?) which occur in some loads (ie desktop running gvfsd). One fix is in 9-STABLE and the other one should be mfced soon. May be there will be an errata for 9.2-RELEASE for this ? I think that would be nice because 9.2 is stable as a Windows 3.11 with my load :-) Regards. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates"
On Sep 30, 2013, at 1:13 PM, David Demelier wrote: > My apologies for being rude the few days ago. > > I don't know what happened to me, I'm usually not naughty like that. > Bapt who knows me IRL would also say that. My personal life is not at > its best state currently and everything that upset me get me nervous > and rude.. > > I've been using FreeBSD for 5 years and developed some patches / > improvements which honoured an entry to the additional contributors > and I don't really want my name to be removed :-). > > Seriously, I feel really embarrassed for what I've said.To really > explain why I got angry like that (but that does not excuse my words) > is the following situation: > > 1. I've first stambled accross the new boot graphical Nakatomi > Socrates art. I've been afraid of being hacked or something gone wrong > in the SVN branches. Fortunately, quickly, some of the developers told > me that it was a joke / tribute for the 9.2 RELEASE, then I just said > "I would not recommend to set it as default" but with very clean > words. And then I disabled it using loader_logo="orb" as they said. > > 2. More than one month later, I upgraded to 9.2-RELEASE and then I saw > the "Nakatomi Socrates" version shown in the right bottom and that's > why I first thought that it was reenabled again (even in orb logo, I > didn't know the existence of loader_version before!). So that's why I > felt so angry.. Nevertheless this does not excuse my behavior. > > I love FreeBSD and still hack, develop it and don't want to get in > troubles with *you* so please agree to my apologies. > Smiles. Agreed and forgiven. In hindsight, it would be those who've added loader_logo=orb in the beginning that didn't notice that this is once-again default. You can remove it (keeping only the loader_version="" entry). -- Devin > PS: I'm not a dinosaur as you may have thought, I like the "small > jokes" that you can see for example in the syscons screen savers, the > jokes in the man pages and such. But these things are more "hidden" > and you need some research to get them which provides more excitement > when you see them, on the other hand the "Nakatomi Socrates" art / > version were *for me* a bit too intense as you see them by default, > without enabling something. > > Again, sorry for that noise. > > Love, regards. > > David. _ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates"
Teske, Devin (Devin.Teske) writes: > > > > Nice, but how does it handle if a Makefile contains a love target? > > Right, bmake gives us all the chance to implement love in our own > unuque way ;D ^^ Is that halfway between eunuch and unique love ? Yes, it's off topic at this point, but heck, I think it's important to underline that humor doesn't have an absolute metric, and as long as it doesn't interfere with the functionality or the integrity of the OS, it has its place :) ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates"
On Sep 30, 2013, at 3:01 PM, Phil Regnauld wrote: > Teske, Devin (Devin.Teske) writes: >>> >>> Nice, but how does it handle if a Makefile contains a love target? >> >> Right, bmake gives us all the chance to implement love in our own >> unuque way ;D > ^^ > > Is that halfway between eunuch and unique love ? > You got it ;D -- Devin > Yes, it's off topic at this point, but heck, I think it's important > to underline that humor doesn't have an absolute metric, and as long > as it doesn't interfere with the functionality or the integrity of > the OS, it has its place :) _ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
sonewconn: pcb 0xfffffe00c7223498: Listen queue overflow
Hello, I updated our main server to 9.2-STABLE today and afterwards I noticed a bunch of these messages, does anyone know what they mean? I was unable to find anything on this error message. Things appear to be working OK so far. Sep 30 22:08:56 illidan kernel: sonewconn: pcb 0xfe00c7223498: Listen queue overflow: 193 already in queue awaiting acceptance Sep 30 22:12:27 illidan kernel: sonewconn: pcb 0xfe00c7223498: Listen queue overflow: 193 already in queue awaiting acceptance Thanks! ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: sonewconn: pcb 0xfffffe00c7223498: Listen queue overflow
In message <798639e66426509cd53d1f2a1c1d5...@intertainservices.com>, Mike Jakubik writes: > Hello, > > I updated our main server to 9.2-STABLE today and afterwards I noticed a > bunch of these messages, does anyone know what they mean? I was unable > to find anything on this error message. Things appear to be working OK > so far. > > Sep 30 22:08:56 illidan kernel: sonewconn: pcb 0xfe00c7223498: > Listen queue overflow: 193 already in queue awaiting acceptance > Sep 30 22:12:27 illidan kernel: sonewconn: pcb 0xfe00c7223498: > Listen queue overflow: 193 already in queue awaiting acceptance Use "netstat -nAa" to match the reported pcb (protocol control block) to the IP address and port. Then use that to work out which daemon is not keeping up. Mark > Thanks! > ___ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: sonewconn: pcb 0xfffffe00c7223498: Listen queue overflow
On 2013-09-30 10:43 PM, Mark Andrews wrote: Use "netstat -nAa" to match the reported pcb (protocol control block) to the IP address and port. Then use that to work out which daemon is not keeping up. Thanks Mark, duckduckgo has failed me :( I found this info with google later, guess I'll just keep grepping netstat until i can find the culprit. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"
Re: 9.2-PRE: switch off that stupid "Nakatomi Socrates"
On 9/30/2013 11:23 AM, David Demelier wrote: Nice, but how does it handle if a Makefile contains a love target? The easter egg only appears if the target isn't defined. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"