Re: CONFIG_DEVTMPFS_MOUNT

2015-01-18 Thread Michael Schmitz
This is what I have used since - called from rcS.d as S37mountdevpts.sh : # # mountdevpts.shMount devpts filesystem. # # Version:@(#)mountall.sh 2.85-23 29-Jul-2004 miqu...@cistron.nl # # # We might have mounted something over /dev, see if /dev/pts is there. # if [ ! -d /dev/pts ] the

Re: The BigRAMPlus works - Re: kullervo with bigram

2015-01-18 Thread Thorsten Glaser
Geert Uytterhoeven dixit: >> Furthermore, we just wanted to use the BigRAMPlus as a swap device >> now following Ingo's description [1]. Unfortunately, CONFIG_MTD >> is not set in the current Debian m68k kernel and we therefore >> can't use it. >> >> Any chance we can activate that? > >Build your

Re: The BigRAMPlus works - Re: kullervo with bigram

2015-01-18 Thread Geert Uytterhoeven
Hi Adrian, On Sun, Jan 18, 2015 at 1:36 PM, John Paul Adrian Glaubitz wrote: > Important side note: We can no longer reproduce this particular crash. Good to hear that! > All we get now is a CPU soft-lockup which goes away when using a memfile > to either exclude the BigRAMPlus ~256 MB from 0x4

Re: CONFIG_DEVTMPFS_MOUNT

2015-01-18 Thread Andreas Schwab
Geert Uytterhoeven writes: > While init on Beetle's system complained about not being able to open > tty* with CONFIG_DEVTMPFS_MOUNT disabled, enabling CONFIG_DEVTMPFS_MOUNT > broke remote login using ssh on my ARAnyM: > > $ ssh atari > PTY allocation request failed on channel 0 > stdin: is not a

The BigRAMPlus works - Re: kullervo with bigram

2015-01-18 Thread John Paul Adrian Glaubitz
Hi Geert! Important side note: We can no longer reproduce this particular crash. All we get now is a CPU soft-lockup which goes away when using a memfile to either exclude the BigRAMPlus ~256 MB from 0x4000 _or_ the accelerator's on-board memory ~128 MB from 0x0700. Thus, the memfile to

Re: kullervo with bigram

2015-01-18 Thread Geert Uytterhoeven
On Sun, Jan 18, 2015 at 12:53 PM, Christian T. Steigies wrote: >> [ 10.34] pc=0x122478, fa=0x8000ef4c 00122460 T __clear_user Fault Address is logical, i.e. virtual. >> [ 10.35] 68060 access error, fslw=810040 # define MMU060_W (0x0080)/* general write, includes rmw *

Re: CONFIG_DEVTMPFS_MOUNT

2015-01-18 Thread Thorsten Glaser
Geert Uytterhoeven dixit: >While init on Beetle's system complained about not being able to open >tty* with CONFIG_DEVTMPFS_MOUNT disabled, enabling CONFIG_DEVTMPFS_MOUNT >broke remote login using ssh on my ARAnyM: Hm, interesting. If you do not run udev, you may need the following lines in /etc

Re: kullervo with bigram

2015-01-18 Thread Christian T. Steigies
Sending this again, without large attachments. Systtem.map, config and dmesg are here: https://people.debian.org/~cts/kernel/ On Sat, Jan 17, 2015 at 10:05:58PM +0100, Christian T. Steigies wrote: > Hi, > we installed a new buster and bigram in kullervo today. With the > 3.16 kernel from Debian (

CONFIG_DEVTMPFS_MOUNT

2015-01-18 Thread Geert Uytterhoeven
Hi Thorsten, While init on Beetle's system complained about not being able to open tty* with CONFIG_DEVTMPFS_MOUNT disabled, enabling CONFIG_DEVTMPFS_MOUNT broke remote login using ssh on my ARAnyM: $ ssh atari PTY allocation request failed on channel 0 stdin: is not a tty (hang) Scp still work