Re: 8.0 amd64 poweroff reboots

2019-04-02 Thread Mayuresh
On Tue, Apr 02, 2019 at 05:19:20PM +0200, Martin Husemann wrote: > > ?() at 0 > > usb_transfer_complete() at netbsd:usb_transfer_complete+0x... > > xhci_softintr() ... > > usb_soft_intr() ... > > softint_dispatch() ... > > OK, which kernel is that exactly and can you give the +0x at the end

Re: 8.0 amd64 poweroff reboots

2019-04-02 Thread Martin Husemann
On Tue, Apr 02, 2019 at 08:39:15PM +0530, Mayuresh wrote: > Yes. > > ?() at 0 > usb_transfer_complete() at netbsd:usb_transfer_complete+0x... > xhci_softintr() ... > usb_soft_intr() ... > softint_dispatch() ... OK, which kernel is that exactly and can you give the +0x at the end of the first

Re: 8.0 amd64 poweroff reboots

2019-04-02 Thread Mayuresh
On Tue, Apr 02, 2019 at 04:50:19PM +0200, Martin Husemann wrote: > > sd0(umass0:0:0:0) generic HBA error > > sd0: cache synchronization failed > > fatal page fault in supervisor mode > > trap type 6 code 0x10 rip 0 cs 0x8 rcflags 0x10282 cr2 0 ilevel 0x5 rsp... > > curlwp 0x pid 0.6 lowest

Re: 8.0 amd64 poweroff reboots

2019-04-02 Thread Martin Husemann
On Tue, Apr 02, 2019 at 08:08:35PM +0530, Mayuresh wrote: > On Tue, Apr 02, 2019 at 04:02:10PM +0200, Martin Husemann wrote: > > This likely is a crash late in the shutdown sequence, maybe try > > Yes. The trace shows somewhat like: > > sd0(umass0:0:0:0) generic HBA error > sd0: cache

Re: 8.0 amd64 poweroff reboots

2019-04-02 Thread Mayuresh
On Tue, Apr 02, 2019 at 04:02:10PM +0200, Martin Husemann wrote: > This likely is a crash late in the shutdown sequence, maybe try Yes. The trace shows somewhat like: sd0(umass0:0:0:0) generic HBA error sd0: cache synchronization failed fatal page fault in supervisor mode trap type 6 code 0x10

Re: Swap over NFS

2019-04-02 Thread BERTRAND Joël
Valery Ushakov a écrit : > Greg Troxel wrote: >> BERTRAND Jo?l writes: >> >>> I'm trying to configure swap over NFS (on a diskless workstation). >>> >>> I have created a swapfile on nfsserver:/srv/schwarz/ (swapfile.0) and >>> added in client /etc/fstab : >>> >>>

Re: 8.0 amd64 poweroff reboots

2019-04-02 Thread Jay Patel
For Poweroff : shutdown -p now For reboot : shutdown -r now Are recommended. On Tue 2 Apr, 2019, 7:28 PM Mayuresh, wrote: > I have been using poweroff command (without any arguments) to power off a > laptop on NetBSD 8.0_RC1 amd64. > > Recently I installed 8.0 on a usb stick and notice that

Re: 8.0 amd64 poweroff reboots

2019-04-02 Thread Martin Husemann
On Tue, Apr 02, 2019 at 07:28:24PM +0530, Mayuresh wrote: > I have been using poweroff command (without any arguments) to power off a > laptop on NetBSD 8.0_RC1 amd64. > > Recently I installed 8.0 on a usb stick and notice that poweroff now > reboots the laptop instead of powering off. This

8.0 amd64 poweroff reboots

2019-04-02 Thread Mayuresh
I have been using poweroff command (without any arguments) to power off a laptop on NetBSD 8.0_RC1 amd64. Recently I installed 8.0 on a usb stick and notice that poweroff now reboots the laptop instead of powering off. The /etc/rc.shutdown is not altered by me and neither it is different between

Re: Swap over NFS

2019-04-02 Thread Valery Ushakov
Greg Troxel wrote: > BERTRAND Jo?l writes: > >> I'm trying to configure swap over NFS (on a diskless workstation). >> >> I have created a swapfile on nfsserver:/srv/schwarz/ (swapfile.0) and >> added in client /etc/fstab : >> >> nfsserver:/srv/schwarz/swapfile.0 none swap

Re: Swap over NFS

2019-04-02 Thread Andy Ruhl
On Tue, Apr 2, 2019 at 2:07 AM BERTRAND Joël wrote: > > Hello, > > I'm trying to configure swap over NFS (on a diskless workstation). > > I have created a swapfile on nfsserver:/srv/schwarz/ (swapfile.0) and > added in client /etc/fstab : > >

Re: Swap over NFS

2019-04-02 Thread Greg Troxel
BERTRAND Joël writes: > I'm trying to configure swap over NFS (on a diskless workstation). > > I have created a swapfile on nfsserver:/srv/schwarz/ (swapfile.0) and > added in client /etc/fstab : > > nfsserver:/srv/schwarz/swapfile.0 none swap sw,nfsmntpt=/swap > > nfs server

Re: netbsd development on a raspberry pi

2019-04-02 Thread Greg Troxel
Mayuresh Kathe writes: > what could be an ideal storage size for the micro-sd card? I would not want to run an RPI with a uSD card and use it to do full system builds on a regular basis because of concernns about write endurance. I have an RPI3 with a 32G uSD, and I used to have / and /usr on

Re: netbsd development on a raspberry pi

2019-04-02 Thread Benny Siegert
Basically, any size you can buy, I think it needs to be above 2G. I have 32G and 64G cards, they were around 30$. Note that you want the fastest tier cards, look for UHS-1. Example: https://www.digitec.ch/en/s1/product/samsung-evo-microsd-uhs-i-64gb-class-10-memory-cards-6304644 for 28.50. I

Re: netbsd development on a raspberry pi

2019-04-02 Thread Mayuresh Kathe
> From bsieg...@gmail.com Tue Apr 2 09:30:51 2019 > From: Benny Siegert > Subject: Re: netbsd development on a raspberry pi > To: Mayuresh Kathe > Cc: NetBSD Users > > On Tue, Apr 2, 2019 at 10:55 AM Mayuresh Kathe wrote: > > the question that i don't have an answer to is whether it is

Re: netbsd development on a raspberry pi

2019-04-02 Thread Benny Siegert
On Tue, Apr 2, 2019 at 10:55 AM Mayuresh Kathe wrote: > the question that i don't have an answer to is whether it is possible > to do development on an 'rpi' running netbsd? development would not > be restricted to just userland, but would also spill over into > kernel zone too. Sure! NetBSD

Swap over NFS

2019-04-02 Thread BERTRAND Joël
Hello, I'm trying to configure swap over NFS (on a diskless workstation). I have created a swapfile on nfsserver:/srv/schwarz/ (swapfile.0) and added in client /etc/fstab : nfsserver:/srv/schwarz/swapfile.0 none swap sw,nfsmntpt=/swap nfs server seems to run as

netbsd development on a raspberry pi

2019-04-02 Thread Mayuresh Kathe
hello, returning to netbsd after a long time, feels good to be back. i am in a peculiar situation for which i can't figure out a solution. i have my primary desktop, an 'hp-aio' based on a dual-core celeron. i have to run ubuntu on it since i need to run "google chrome". i tried "chromium" but