Re: all processes have ppid 1

2014-09-03 Thread Mateusz Guzik
On Wed, Sep 03, 2014 at 12:17:07PM +0800, Jia-Shiun Li wrote: Hi all, on r270962 -current ps indicates all processes have ppid 1 which is not reasonable. This happened to me since about 1 week ago. Wondering if anyone sees the same. the 'ps axdl' result looks like:

Re: all processes have ppid 1

2014-09-03 Thread Jia-Shiun Li
On Wed, Sep 3, 2014 at 2:27 PM, Mateusz Guzik mjgu...@gmail.com wrote: Please try r270993. confirm fixed. Thanks! http://pastebin.com/YrPtL35p -Jia-Shiun. ___ freebsd-current@freebsd.org mailing list

Re: panic on boot

2014-09-03 Thread Tim Kientzle
On Sep 2, 2014, at 1:13 PM, Garrett Cooper yaneurab...@gmail.com wrote: On Tue, Sep 2, 2014 at 9:47 AM, AN a...@neu.net wrote: FreeBSD FBSD11 11.0-CURRENT FreeBSD 11.0-CURRENT #47 r269949: Wed Aug 13 14:18:28 EDT 2014 root@FBSD11:/usr/obj/usr/src/sys/MYKERNEL amd64 Trying to rebuild

Re: panic on boot

2014-09-03 Thread Tim Kientzle
On Sep 3, 2014, at 6:51 AM, Tim Kientzle t...@kientzle.com wrote: On Sep 2, 2014, at 1:13 PM, Garrett Cooper yaneurab...@gmail.com wrote: On Tue, Sep 2, 2014 at 9:47 AM, AN a...@neu.net wrote: FreeBSD FBSD11 11.0-CURRENT FreeBSD 11.0-CURRENT #47 r269949: Wed Aug 13 14:18:28 EDT 2014

Re: [HEADSUP] pkg(8) is now the only package management tool

2014-09-03 Thread Mathieu Arnold
+--On 2 septembre 2014 13:47:32 +0200 Michelle Sullivan miche...@sorbs.net wrote: | Marcus von Appen wrote: | Alban Hertroys haram...@gmail.com: | | | I can totally understand that at some point it starts to get | impossible to maintain two separate packaging systems and I understand | that you

Re: [HEADSUP] pkg(8) is now the only package management tool

2014-09-03 Thread Mathieu Arnold
+--On 3 septembre 2014 16:36:29 +0200 Michelle Sullivan miche...@sorbs.net wrote: | Mathieu Arnold wrote: | I still don't see what you have to say about what EOL mean, it's *End Of | Life* meaning after, it is dead, and won't exist any more. | | | Ahh so all those Windows XP servers are dead

Re: make installworld commands used to generate manifest for makefs?

2014-09-03 Thread Boris Samorodov
28.08.2014 23:02, Craig Rodrigues пишет: I did this: make -DDB_FROM_SRC -DNO_ROOT installkernel DESTDIR=/tmp/test4 make -DDB_FROM_SRC -DNO_ROOT installworld DESTDIR=/tmp/test4 make -DDB_FROM_SRC -DNO_ROOT distribution DESTDIR=/tmp/test4 /tmp/test4/METALOG was created, but it did not seem

Re: [HEADSUP] pkg(8) is now the only package management tool

2014-09-03 Thread Mathieu Arnold
+--On 3 septembre 2014 17:17:48 +0200 Michelle Sullivan miche...@sorbs.net wrote: | Mathieu Arnold wrote: | +--On 3 septembre 2014 16:36:29 +0200 Michelle Sullivan | miche...@sorbs.net wrote: | | Mathieu Arnold wrote: | | I still don't see what you have to say about what EOL mean, it's *End | | Of

Re: [HEADSUP] pkg(8) is now the only package management tool

2014-09-03 Thread Michelle Sullivan
Mathieu Arnold wrote: I still don't see what you have to say about what EOL mean, it's *End Of Life* meaning after, it is dead, and won't exist any more. Ahh so all those Windows XP servers are dead and don't work anymore... -- Michelle Sullivan http://www.mhix.org/

Re: [HEADSUP] pkg(8) is now the only package management tool

2014-09-03 Thread Michelle Sullivan
Mathieu Arnold wrote: +--On 3 septembre 2014 16:36:29 +0200 Michelle Sullivan miche...@sorbs.net wrote: | Mathieu Arnold wrote: | I still don't see what you have to say about what EOL mean, it's *End Of | Life* meaning after, it is dead, and won't exist any more. | | | Ahh so all those

Re: make installworld commands used to generate manifest for makefs?

2014-09-03 Thread Nenhum_de_Nos
On September 3, 2014 12:02:24 PM GMT-03:00, Boris Samorodov b...@passap.ru wrote: 28.08.2014 23:02, Craig Rodrigues пишет: I did this: make -DDB_FROM_SRC -DNO_ROOT installkernel DESTDIR=/tmp/test4 make -DDB_FROM_SRC -DNO_ROOT installworld DESTDIR=/tmp/test4 make -DDB_FROM_SRC -DNO_ROOT

Re: [HEADSUP] pkg(8) is now the only package management tool

2014-09-03 Thread Lars Engels
On Wed, Sep 03, 2014 at 05:17:48PM +0200, Michelle Sullivan wrote: Mathieu Arnold wrote: +--On 3 septembre 2014 16:36:29 +0200 Michelle Sullivan miche...@sorbs.net wrote: | Mathieu Arnold wrote: | I still don't see what you have to say about what EOL mean, it's *End Of | Life* meaning

Re: [PATCH]Modify do_exec() handler to deal with multiple imgact handlers

2014-09-03 Thread John Baldwin
On Tuesday, September 02, 2014 03:59:17 PM Sean Bruno wrote: https://reviews.freebsd.org/D696 I found that the binmisc handler was not executing if the shell handler fired. Both were using the same intepreted flag to determine if they should run. This change modifies struct

Re: [PATCH]Modify do_exec() handler to deal with multiple imgact handlers

2014-09-03 Thread Sean Bruno
On Wed, 2014-09-03 at 15:39 -0400, John Baldwin wrote: On Tuesday, September 02, 2014 03:59:17 PM Sean Bruno wrote: https://reviews.freebsd.org/D696 I found that the binmisc handler was not executing if the shell handler fired. Both were using the same intepreted flag to determine if