From: Josh A. <jm...@ho...> - 2018-01-11 23:21:26
|
No worries, thanks for helping me add the rootdelay! I'll have to switch to other hardware for this build I'm working on, but I'll keep the t5700 around if any other ideas emerge. ________________________________ From: Lonnie Abelbeck <li...@lo...> Sent: Thursday, January 11, 2018 6:01 PM To: AstLinux Developers Mailing List Subject: Re: [Astlinux-devel] Boot Occasionally Freezing While Probing PS/2 Ports Hi Josh, I don't know what to tell you then, over all these years I have not seen such behavior. Possibly try a different HP t5700 thinclient if you can ? Lonnie On Jan 11, 2018, at 4:53 PM, Josh Alberts <jm...@ho...> wrote: > Hi Lonnie, > > Unfortunately, the problem remains even with the rootdelay=10. I know I successfully added the delay because I see a message "waiting 10 sec before mounting root device". > > Josh > > From: Lonnie Abelbeck <li...@lo...> > Sent: Thursday, January 11, 2018 9:53 AM > To: AstLinux Developers Mailing List > Subject: Re: [Astlinux-devel] Boot Occasionally Freezing While Probing PS/2 Ports > > Josh, > > Ignore the WiKi docs about externally mounting the USB drive, adding rootdelay=10 as described to the KCMD line in the .run.conf file should work for you. > > Lonnie > > > > On Jan 11, 2018, at 8:47 AM, Josh Alberts <jm...@ho...> wrote: > > > Lonnie, > > > > I'm running this off the thinclient's internal flash drive, so unfortunately, it looks like this won't help me out. > > > > After going through the build process and upgrading, I can confirm that the changes I made don't cut out the error message I described. Even if it had, Michael's message makes me believe this wouldn't have solved my problem. > > > > From: Lonnie Abelbeck <li...@lo...> > > Sent: Thursday, January 11, 2018 8:48 AM > > To: AstLinux Developers Mailing List > > Subject: Re: [Astlinux-devel] Boot Occasionally Freezing While Probing PS/2 Ports > > > > Hi Josh, > > > > Yes, if your flash storage is internally connected via USB then no rootdelay could explain what you are seeing. Here is a WiKi reference ... > > > > Boot via USB Flash Storage > > https://doc.astlinux-project.org/userdoc:boot-usb-storage userdoc:boot-usb-storage [AstLinux Documentation]<https://doc.astlinux-project.org/userdoc:boot-usb-storage> doc.astlinux-project.org For production AstLinux installations, it is recommended to use flash storage connected off IDE, SATA or mSATA controllers, if at all possible. > userdoc:boot-usb-storage [AstLinux Documentation] > doc.astlinux-project.org > For production AstLinux installations, it is recommended to use flash storage connected off IDE, SATA or mSATA controllers, if at all possible. > > > userdoc:boot-usb-storage [AstLinux Documentation] > > doc.astlinux-project.org > > For production AstLinux installations, it is recommended to use flash storage connected off IDE, SATA or mSATA controllers, if at all possible. > > > > > > Add rootdelay=10 as described to the KCMD line in the .run.conf file. If you can't remove the flash and mount it as described in the WiKi on a successful boot from the AstLinux CLI ... > > -- > > mount -o rw,remount /oldroot/cdrom > > ## edit the /oldroot/cdrom/os/astlinux-nnnnnn.run.conf file > > mount -o ro,remount /oldroot/cdrom > > -- > > > > Or since you build your own "geni586" image, you could edit on your build system "project/astlinux/board/geni586/runnix.conf" file and without a clean build you can simply > > -- > > ./scripts/build > > -- > > and install the new image. > > > > Lonnie > > > > > > On Jan 11, 2018, at 7:10 AM, Josh Alberts <jm...@ho...> wrote: > > > > > That's an interesting point, Michael. Do you think adding a "rootdelay" might help? If so, is it possible to add something to the KCMD line in the .run.conf file in an already-built environment? > > > > > > > > > From: Michael Keuter <li...@mk...> > > > Sent: Thursday, January 11, 2018 5:37 AM > > > To: AstLinux Developers Mailing List > > > Subject: Re: [Astlinux-devel] Boot Occasionally Freezing While Probing PS/2 Ports > > > > > > > > > > Am 11.01.2018 um 04:25 schrieb Josh Alberts <jm...@ho...>: > > > > > > > > Hello again, > > > > > > > > I made a custom build for an HP t5700 thinclient with a Transmeta Crusoe processor. I got that figured out (thanks again, Michael!) but occasionally the machine gets hung up on booting, and this is the last thing on the screen: > > > > > > > > i8042: PNP: No PS/2 controller found. Probing ports directly. > > > > > > > > This thinclient has no PS/2 ports, so I figured I could just go ahead and try to remove PS/2 support to solve this issue. I commented out all of the lines under "Hardware I/O ports" in the following files that seemed relevant for my geni586 build: > > > > > > > > project/runnix-iso/geni586/linux.config > > > > project/runnix/geni586/linux.config > > > > project/astlinux/geni586/linux-smp.config > > > > > > > > Then, I went ahead and rm -rf'd my output folder and ran scripts/build geni586. Is this the proper method to remove PS/2 support? Moreover, should this approach solve my problem? Since it's an intermittent issue, it would be great to get some outside input rather than convincing myself after a few successful reboots that I've solved the problem. Thanks! > > > > > > > > Josh > > > > > > Hi Josh, > > > > > > I don't think that has something to do with the PS/2 ports. > > > I looked at dmesg on my old Soekris net5501 (also no PS/2 ports): the same message as yours occurs, but then directly after it the CF card is loaded: > > > > > > ---- > > > [ 0.448889] usbcore: registered new interface driver ums-sddr55 > > > [ 0.449653] usbcore: registered new interface driver ums-usbat > > > [ 0.451065] i8042: PNP: No PS/2 controller found. Probing ports directly. > > > [ 0.479585] ata1.00: CFA: SanDisk SDCFH-1024, HDX 4.09, max MWDMA2 > > > [ 0.480841] ata1.00: 2001888 sectors, multi 0: LBA > > > [ 0.481907] ata1.00: configured for PIO4 > > > [ 0.493398] scsi 0:0:0:0: Direct-Access ATA SanDisk SDCFH-10 4.09 PQ: 0 ANSI: 5 > > > ---- > > > > > > Maybe your storage medium has temporary issues … > > > > > > Michael > > > > > > http://www.mksolutions.info Individuelle Telefonie-Lösungen - mit Asterisk - mk ...<http://www.mksolutions.info/> www.mksolutions.info Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > Individuelle Telefonie-Lösungen - mit Asterisk - mk ... > www.mksolutions.info<http://www.mksolutions.info> Individuelle Telefonie-Lösungen - mit Asterisk - mk ...<http://www.mksolutions.info/> www.mksolutions.info Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > > > Individuelle Telefonie-Lösungen - mit Asterisk - mk ... > > www.mksolutions.info<http://www.mksolutions.info> Individuelle Telefonie-Lösungen - mit Asterisk - mk ...<http://www.mksolutions.info/> www.mksolutions.info Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > Individuelle Telefonie-Lösungen - mit Asterisk - mk ... > www.mksolutions.info<http://www.mksolutions.info> Individuelle Telefonie-Lösungen - mit Asterisk - mk ...<http://www.mksolutions.info/> www.mksolutions.info Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > > > Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > > > > > Individuelle Telefonie-Lösungen - mit Asterisk - mk ... > > > www.mksolutions.info<http://www.mksolutions.info> Individuelle Telefonie-Lösungen - mit Asterisk - mk ...<http://www.mksolutions.info/> www.mksolutions.info Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > Individuelle Telefonie-Lösungen - mit Asterisk - mk ... > www.mksolutions.info<http://www.mksolutions.info> Individuelle Telefonie-Lösungen - mit Asterisk - mk ...<http://www.mksolutions.info/> www.mksolutions.info Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > > > Individuelle Telefonie-Lösungen - mit Asterisk - mk ... > > www.mksolutions.info<http://www.mksolutions.info> Individuelle Telefonie-Lösungen - mit Asterisk - mk ...<http://www.mksolutions.info/> www.mksolutions.info Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > Individuelle Telefonie-Lösungen - mit Asterisk - mk ... > www.mksolutions.info<http://www.mksolutions.info> Individuelle Telefonie-Lösungen - mit Asterisk - mk ...<http://www.mksolutions.info/> www.mksolutions.info Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > > > Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > > > > > Individuelle Telefonie-Lösungen auf Basis von Asterisk - aus Hamburg. Mehr Komfort, mehr Service, geringere Kosten. Als Komplettsystem oder als Erweitung einer ... > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > Check out the vibrant tech community on one of the world's most > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > > _______________________________________________ > > > Astlinux-devel mailing list > > > Ast...@li... > > > https://lists.sourceforge.net/lists/listinfo/astlinux-devel > > > ------------------------------------------------------------------------------ > > > Check out the vibrant tech community on one of the world's most > > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ > > > Astlinux-devel mailing list > > > Ast...@li... > > > https://lists.sourceforge.net/lists/listinfo/astlinux-devel > > > > > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > > _______________________________________________ > > Astlinux-devel mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/astlinux-devel > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > > engaging tech sites, Slashdot.org! http://sdm.link/slashdot_______________________________________________ > > Astlinux-devel mailing list > > Ast...@li... > > https://lists.sourceforge.net/lists/listinfo/astlinux-devel > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Astlinux-devel mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-devel |