Re: NetBSD 7.0_RC1 on Raspberry Pi : reboots on poweroff

2015-07-11 Thread Christos Zoulas
In article <20150711015507.GC15806@odin>, Mayuresh wrote: >On Fri, Jul 10, 2015 at 08:42:45PM -0500, Eric Schnoebelen wrote: >> The raspberry pi does not have a mechansism for the software to >> power off the hardware. Thus, all of "poweroff", "halt", >> "shutdown -h" and "shutdown -p" will end

Re: NetBSD 7.0_RC1 on Raspberry Pi : reboots on poweroff

2015-07-10 Thread Mayuresh
On Fri, Jul 10, 2015 at 08:42:45PM -0500, Eric Schnoebelen wrote: > The raspberry pi does not have a mechansism for the software to > power off the hardware. Thus, all of "poweroff", "halt", > "shutdown -h" and "shutdown -p" will end up at the "press any > key to reboot" message. > > Yes, it suck

NetBSD 7.0_RC1 on pi 2 fsck : why are odds of recovery low?

2015-07-10 Thread Mayuresh
# uname -a NetBSD pinet 7.0_RC1 NetBSD 7.0_RC1 (RPI2.201506190427Z) evbarm I landed up in an unclean shutdown situation with above configuration on Raspberry Pi 2 on a few occasions. (This was due to poweroff actually not doing poweroff, on which I have a different thread.) On next reboot the

Re: NetBSD 7.0_RC1 on Raspberry Pi : reboots on poweroff

2015-07-10 Thread Eric Schnoebelen
Mayuresh writes: - On Fri, Jul 10, 2015 at 05:54:43PM -0400, Louis Guillaume wrote: - > # poweroff -p - > - > - or if you're not in single-user - - > - > # shutdown -p now - > - > Should do the trick. - - "shutdown -p now" also went to reboot prompt. The raspberry pi does not have a mechansism

Re: NetBSD 7.0_RC1 on Raspberry Pi : reboots on poweroff

2015-07-10 Thread Mayuresh
On Fri, Jul 10, 2015 at 05:54:43PM -0400, Louis Guillaume wrote: > # poweroff -p > > - or if you're not in single-user - > > # shutdown -p now > > Should do the trick. "shutdown -p now" also went to reboot prompt. Mayuresh.

Re: NetBSD 7.0_RC1 on Raspberry Pi : reboots on poweroff

2015-07-10 Thread Louis Guillaume
On 7/10/15 7:44 AM, Mayuresh wrote: I find that when I run "poweroff" on pi on NetBSD 7.0_RC1, it goes to "Press any key to reboot" prompt instead of powering itself off. And after some time it reboots. I have to pull the power chord exactly in those moments when it is s

Re: NetBSD 7.0_RC1 on Raspberry Pi 2 not SMP?

2015-07-10 Thread Stephan
What known bugs are left in terms of SMP? 2015-07-10 14:54 GMT+02:00 Nick Hudson : > On 07/10/15 13:48, Mayuresh wrote: > >> #uname -a >> NetBSD pinet 7.0_RC1 NetBSD 7.0_RC1 (RPI2.201506190427Z) evbarm >> >> sysctl shows me the following: >> >> hw.ncpu =

Re: NetBSD 7.0_RC1 on Raspberry Pi 2 not SMP?

2015-07-10 Thread Joerg Sonnenberger
On Fri, Jul 10, 2015 at 06:18:52PM +0530, Mayuresh wrote: > #uname -a > NetBSD pinet 7.0_RC1 NetBSD 7.0_RC1 (RPI2.201506190427Z) evbarm > > sysctl shows me the following: > > hw.ncpu = 1 > > cat /proc/cpuinfo shows no output. > > Is the default kernel in this rel

Re: NetBSD 7.0_RC1 on Raspberry Pi 2 not SMP?

2015-07-10 Thread Nick Hudson
On 07/10/15 13:48, Mayuresh wrote: #uname -a NetBSD pinet 7.0_RC1 NetBSD 7.0_RC1 (RPI2.201506190427Z) evbarm sysctl shows me the following: hw.ncpu = 1 cat /proc/cpuinfo shows no output. Is the default kernel in this release not SMP or is it that SMP is not yet supported for pi? There are

NetBSD 7.0_RC1 on Raspberry Pi 2 not SMP?

2015-07-10 Thread Mayuresh
#uname -a NetBSD pinet 7.0_RC1 NetBSD 7.0_RC1 (RPI2.201506190427Z) evbarm sysctl shows me the following: hw.ncpu = 1 cat /proc/cpuinfo shows no output. Is the default kernel in this release not SMP or is it that SMP is not yet supported for pi? Mayuresh

NetBSD 7.0_RC1 on Raspberry Pi : reboots on poweroff

2015-07-10 Thread Mayuresh
I find that when I run "poweroff" on pi on NetBSD 7.0_RC1, it goes to "Press any key to reboot" prompt instead of powering itself off. And after some time it reboots. I have to pull the power chord exactly in those moments when it is still at above prompt, else I run the risk

Re: NetBSD 7.0_RC1

2015-07-07 Thread Christos Zoulas
On Jul 7, 12:56pm, 76nem...@gmx.ch (76nem...@gmx.ch) wrote: -- Subject: Re: NetBSD 7.0_RC1 | Finally, I have had the time to play with the option "-march=native" | on Linux. I was able to compile the kernel 4.07 with it | and then to use the kernel. | | All the process has worked w

Re: NetBSD 7.0_RC1

2015-07-07 Thread 76nemo76
On Thu, Jul 02, 2015 at 02:27:41PM -0400, Christos Zoulas wrote: > On Jul 2, 5:36pm, 76nem...@gmx.ch (76nem...@gmx.ch) wrote: > -- Subject: Re: NetBSD 7.0_RC1 > > | Yes that true. I have stopped to play with PIE since it does not work > currently. > | But I plan to use thi

Re: NetBSD 7.0_RC1

2015-07-02 Thread Christos Zoulas
In article <20150702232845.ga19...@panix.com>, Thor Lancelot Simon wrote: > >I tried to tell you about GDB a few weeks ago, maybe I was too cute >about it. :-) No, I made a mental note about it. >I looked at the problem when I was at Coyote Point. It didn't look easy >to fix, to me, but I thin

Re: NetBSD 7.0_RC1

2015-07-02 Thread Christos Zoulas
In article <20150702192731.GA4350@neva>, Alexander Nasonov wrote: >76nem...@gmx.ch wrote: >> On Thu, Jul 02, 2015 at 11:08:39AM -0400, Christos Zoulas wrote: >> > This is not related to PIE; I think you mean -mtune=native, not >-march-native. >> > >> > christos >> Hello, >> >> Yes that true. I

Re: NetBSD 7.0_RC1

2015-07-02 Thread Thor Lancelot Simon
On Wed, Jul 01, 2015 at 02:34:28PM -0400, Christos Zoulas wrote: > On Jul 1, 6:58pm, 76nem...@gmx.ch (76nem...@gmx.ch) wrote: > -- Subject: Re: NetBSD 7.0_RC1 > > | Effectively fixing the code is a better solution. > | > | Unfortunately, I haven't yet the time and kno

Re: NetBSD 7.0_RC1

2015-07-02 Thread Alexander Nasonov
76nem...@gmx.ch wrote: > On Thu, Jul 02, 2015 at 11:08:39AM -0400, Christos Zoulas wrote: > > This is not related to PIE; I think you mean -mtune=native, not > > -march-native. > > > > christos > Hello, > > Yes that true. I have stopped to play with PIE since it does not work > currently. Do y

Re: NetBSD 7.0_RC1

2015-07-02 Thread Christos Zoulas
On Jul 2, 5:36pm, 76nem...@gmx.ch (76nem...@gmx.ch) wrote: -- Subject: Re: NetBSD 7.0_RC1 | Yes that true. I have stopped to play with PIE since it does not work currently. | But I plan to use this parameter when I will compile again in PIE mode. | | If I remember well "-mtune=native&q

Re: NetBSD 7.0_RC1

2015-07-02 Thread 76nemo76
On Thu, Jul 02, 2015 at 11:08:39AM -0400, Christos Zoulas wrote: > On Jul 2, 3:40pm, 76nem...@gmx.ch (76nem...@gmx.ch) wrote: > -- Subject: Re: NetBSD 7.0_RC1 > > | Here is the error I get when I try to compile with the option > | "-march=native". > | > | ---

Re: NetBSD 7.0_RC1

2015-07-02 Thread Christos Zoulas
On Jul 2, 3:40pm, 76nem...@gmx.ch (76nem...@gmx.ch) wrote: -- Subject: Re: NetBSD 7.0_RC1 | Here is the error I get when I try to compile with the option | "-march=native". | | --file /etc/mk.conf--- | # Example /usr/pkg/etc/mk.conf fil

Re: NetBSD 7.0_RC1

2015-07-02 Thread 76nemo76
On Wed, Jul 01, 2015 at 02:34:28PM -0400, Christos Zoulas wrote: > On Jul 1, 6:58pm, 76nem...@gmx.ch (76nem...@gmx.ch) wrote: > -- Subject: Re: NetBSD 7.0_RC1 > > | Effectively fixing the code is a better solution. > | > | Unfortunately, I haven't yet the time and kno

Re: NetBSD 7.0_RC1

2015-07-01 Thread Christos Zoulas
On Jul 1, 6:58pm, 76nem...@gmx.ch (76nem...@gmx.ch) wrote: -- Subject: Re: NetBSD 7.0_RC1 | Effectively fixing the code is a better solution. | | Unfortunately, I haven't yet the time and knowledge | to fix it. I should rely on somebody else to correct the bugs. | This is the reason why I

Re: NetBSD 7.0_RC1

2015-07-01 Thread 76nemo76
On Wed, Jul 01, 2015 at 08:36:29AM -0400, Christos Zoulas wrote: > On Jul 1, 2:01pm, 76nem...@gmx.ch (76nem...@gmx.ch) wrote: > -- Subject: Re: NetBSD 7.0_RC1 > > | Hi All, > | Since it's not absolutely mandatory to have PIE on every executable, > | it should be pos

Re: NetBSD 7.0_RC1

2015-07-01 Thread Christos Zoulas
On Jul 1, 2:01pm, 76nem...@gmx.ch (76nem...@gmx.ch) wrote: -- Subject: Re: NetBSD 7.0_RC1 | Hi All, | Since it's not absolutely mandatory to have PIE on every executable, | it should be possible to force PIE only on some part of tree by inserting | in the makefile someting like

Re: NetBSD 7.0_RC1

2015-07-01 Thread 76nemo76
On Tue, Jun 30, 2015 at 08:45:06PM +0100, Alexander Nasonov wrote: > Christos Zoulas wrote: > > I think that this problem has been fixed on HEAD, we'll issue a pullup... > > Yep, it has been fixed in HEAD. But ran into other compilation issues ... > > Alex Hi All, Since it's not absolutely

Re: NetBSD 7.0_RC1

2015-06-30 Thread Alexander Nasonov
Christos Zoulas wrote: > I think that this problem has been fixed on HEAD, we'll issue a pullup... Yep, it has been fixed in HEAD. But ran into other compilation issues ... Alex

Re: NetBSD 7.0_RC1

2015-06-30 Thread Christos Zoulas
In article <20150630145224.gn2...@nordend.local.sourire.ch>, <76nem...@gmx.ch> wrote: >Hi All, > I have tried to compile NetBSD 7.0_RC1 from source. >I was successful when I don't use any specific >parameter (no file "/etc/mk.conf") but when I try to

Re: NetBSD 7.0_RC1

2015-06-30 Thread 76nemo76
Hi All, I have tried to compile NetBSD 7.0_RC1 from source. I was successful when I don't use any specific parameter (no file "/etc/mk.conf") but when I try to add some variable to generate Position Independant Executable in the make file the compilation stops at some assemb

Re: NetBSD 7.0_RC1

2015-06-28 Thread Soren Jacobsen
On 06/24 14:01, matthew sporleder wrote: > > Is there a timeline for RC2 or final release in mind? Nothing strict, but an RC2 tag a week(ish) from now seems likely. Soren

Re: NetBSD 7.0_RC1

2015-06-25 Thread Greg Troxel
Mayuresh writes: > Glad to see RC release for the Pi. I wish to test it out on the 2B (latest > quad core) model. > > I wish to compile omxplayer and I wish to change some of its defaults > (e.g. the skip duration etc) by editing code. > > I am sufficiently experienced with pkgsrc, though wanted

Re: NetBSD 7.0_RC1

2015-06-24 Thread Mayuresh
On Wed, Jun 24, 2015 at 02:01:15PM -0700, matthew sporleder wrote: > > * Raspberry Pi 2 Glad to see RC release for the Pi. I wish to test it out on the 2B (latest quad core) model. I wish to compile omxplayer and I wish to change some of its defaults (e.g. the skip duration etc) by editing code

Re: NetBSD 7.0_RC1

2015-06-24 Thread matthew sporleder
ng > - Multiprocessor USB stack > - Many improvements to NPF, the NetBSD packet filter > - GCC 4.8.4 (and optionally, LLVM/Clang 3.6.1) > > Binaries of NetBSD 7.0_RC1 are available for download at: > > ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-7.0_RC1/ > > Those who prefer to build