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
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
# 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
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
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.
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
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 =
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
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
#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
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
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
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
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
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
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
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
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
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".
> |
> | ---
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
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
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
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
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
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
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
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
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
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
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
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
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
32 matches
Mail list logo