From: uel a. <ue...@gm...> - 2009-08-06 15:28:23
|
Since we cant duplicate the segfault with passwdx we cant debug it properly.can either of you try switching to the chroot and running it, and then try running strace with it also, see if you can find anything more out? On Thu, Aug 6, 2009 at 6:54 AM, M0E Lnx <m0...@gm...> wrote: > Can one of you guys that's getting the segmentation fault do this for me? > > When the installer gets to the point of adding new user accounts, open > up a terminal, and show me the output of "mount" > > @ Newtor > I can see why the partitions would double up when you do that. I'm > correcting the problem in revision 701 > Still need the results of the "mount" command while setting up users. > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Vectorlinux-devel mailing list > Vec...@li... > https://lists.sourceforge.net/lists/listinfo/vectorlinux-devel > |
From: Newtor <gen...@gm...> - 2009-08-06 16:43:23
Attachments:
segfault.txt
|
Hello, Uel: Attached is log of strace while running passwdx which captures the segmentation fault. Hopefully you're able to determine what could be happening from it's contents. Looks a bit hairy to me :) Cheers, newt -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Thursday, August 6, 2009, 9:28:10 AM, you wrote: ua> Since we cant duplicate the segfault with passwdx we cant debug it properly.can ua> either of you try switching to the chroot and running it, and then try ua> running strace with it also, see if you can find anything more out? ua> On Thu, Aug 6, 2009 at 6:54 AM, M0E Lnx <m0...@gm...> wrote: >> Can one of you guys that's getting the segmentation fault do this for me? >> >> When the installer gets to the point of adding new user accounts, open >> up a terminal, and show me the output of "mount" >> >> @ Newtor >> I can see why the partitions would double up when you do that. I'm >> correcting the problem in revision 701 >> Still need the results of the "mount" command while setting up users. >> >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Vectorlinux-devel mailing list >> Vec...@li... >> https://lists.sourceforge.net/lists/listinfo/vectorlinux-devel >> |
From: M0E L. <m0...@gm...> - 2009-08-06 17:59:47
|
What about the results of "mount" I want to see what is mounted at the time you guys are setting up user accounts. |
From: Newtor <gen...@gm...> - 2009-08-06 18:27:37
Attachments:
lspciv.txt
|
Hello Uel, I'm testing on my work system in a VMWare virtual machine on a WinXP host. VMWare 5.5.4 RAM: 1028mb Hard Disk: SCSI 0:0 CD-Rom: IDE 1:0 (iso mounted as CD) Virtual Processors: 1 Attached is a log of 'lspci -v' from the virtual system for more specific details. Cheers, newt -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Thursday, August 6, 2009, 11:13:45 AM, you wrote: ua> Thanks, I will start looking into it ua> can you guys also post your computer specs? ua> On Thu, Aug 6, 2009 at 10:43 AM, Newtor <gen...@gm...> wrote: >> Hello, >> >> Uel: Attached is log of strace while running passwdx which captures the >> segmentation fault. Hopefully you're able to determine what could be >> happening >> from it's contents. Looks a bit hairy to me :) >> >> Cheers, newt >> >> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- >> >> Thursday, August 6, 2009, 9:28:10 AM, you wrote: >> >> ua> Since we cant duplicate the segfault with passwdx we cant debug it >> properly.can >> ua> either of you try switching to the chroot and running it, and then try >> ua> running strace with it also, see if you can find anything more out? >> >> ua> On Thu, Aug 6, 2009 at 6:54 AM, M0E Lnx <m0...@gm...> wrote: >> >> >> Can one of you guys that's getting the segmentation fault do this for >> me? >> >> >> >> When the installer gets to the point of adding new user accounts, open >> >> up a terminal, and show me the output of "mount" >> >> >> >> @ Newtor >> >> I can see why the partitions would double up when you do that. I'm >> >> correcting the problem in revision 701 >> >> Still need the results of the "mount" command while setting up users. >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 >> 30-Day >> >> trial. Simplify your report design, integration and deployment - and >> focus >> >> on >> >> what you do best, core application coding. Discover what's new with >> >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> >> _______________________________________________ >> >> Vectorlinux-devel mailing list >> >> Vec...@li... >> >> https://lists.sourceforge.net/lists/listinfo/vectorlinux-devel >> >> >> |
From: Newtor <gen...@gm...> - 2009-08-06 23:01:00
|
Hello, I'm doing a pretty straight-forward installation with the exception of updating the installer each time: Boot from CD (iso) hit 'enter' at boot options wait for desktop/installer to start quit installer kill dhcpd pid get static network going (ifconfig, resolv, route, etc) start installer (gbr2 /root/speedy/vinstall-ng.gambas) click next through choices re-use partitions (but have tried new ones as well) full installation (but have tried custom and light as well) lilo bootloader (but have tried grub2 as well) - using default choices for both overall, a pretty normal installation I'll give the default installer supplied on 1.21 a shot without updating to see if it makes any difference. I plan on reusing partitions but reformatting; default choices throughout (just 'next'); lilo bootloader; etc. ....I'm back. I just retested the install with no installer updates and it installs correctly - root and user account passwords are set correctly. The one exception is that the installer did not prompt for the 2nd CD, but this WAS the old installer so perhaps it was simply a bug back then. At this point, I'll make the assumption that the bug is introduced when updating the installer or starting it manually. Here's my method for updating the installer and starting it manually: >>> 'kill 3827' (dhcpcd pid) >>> 'ifconfig eth0 down' >>> 'leafpad /etc/resolv.conf' >>> add 'nameserver 192.168.100.1' and save&exit >>> 'ifconfig eth0 192.168.100.252 netmask 255.255.255.0 up' >>> 'route add default gw 192.168.100.1' >>> 'cd speedy' >>> 'svn up' >>> received 'updated to revision 702' >>> 'gbr2 /root/speedy/vinstall-ng.gambas' Perhaps I'm not invoking the installer correctly? I'll finish up with installing via 702 and report back. Cheers, newt -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Thursday, August 6, 2009, 1:13:07 PM, you wrote: ML> Yeah... you see? ML> For some reason your /proc, /sys, /dev and /tmp are not mounted on the ML> target. So that produces the the segmentation fault. ML> Can you give me details how you are doing the installation...? ML> install type ML> booloader setup choice, etc? |
From: Newtor <gen...@gm...> - 2009-08-07 02:40:15
|
Hello, I decided to follow your steps (fairly closely) on my virtual machine with the latest installer. User account passwords seem to have worked correctly. Binding worked correctly - similar to the jpeg you posted earlier. Shadow shows correctly encrypted passwords. Installer revision 702 single partition / as reiserfs custom install, no X, no kde4, no fun/media/office I invoked the installer with 'gambas2', load project folder, click the 'run' button. This is new to me; I generally use 'gbr2 /root/speedy/vinstall-ng.gambas'. I guess the next step will be for me to repeat the process but invoke the installer my usual way to determine if that has any effect on the account password creation step. I'll let you know. Cheers, newt -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Thursday, August 6, 2009, 1:49:56 PM, you wrote: ML> Here are my resutls. ML> First, my setup ML> Installer code from revision 701 ML> using a single partition for / formatted as ext3 ML> Custom install with no X and no kde4 (for speed purposes... can't wait ML> all day for install to finish) ML> Bypassing booloader setup. ML> Results: ML> pictures are better than words. ML> http://upload.snelhest.org/v.php?id=090806START.JPG - Shows the ML> resutls of my "mount" before the install starts ML> http://upload.snelhest.org/v.php?id=090806end.JPG - Shows the results ML> of my "mount" after packages have been installed... before moving into ML> booloader setup. ML> http://upload.snelhest.org/images/090806shadow.JPG - Shows the ML> /etc/shadow on the installed system... to verify that passwords have ML> been setup correctly. ML> So, What are you guys doing differently? ML> What kind of hardware is this running on? ML> Why is yours not mounting doing the correct binding.... ???? |
From: Robert L. <vec...@ya...> - 2009-08-07 03:20:17
|
It's the bind of /sys /dev /proc from the running install to the /mnt/target that is not working here nor for Newt I expect. I do it manually from the terminal i.e. mount -o bind /proc /mnt/target/proc same for /sys and /dev all works as expected no segfaults. So now i guess we have to figure out why the bind code is working for some and not others. We are getting close.............:) Cheers, R Robert Lange vec...@ya... http://www.vectorlinux.com --- On Thu, 8/6/09, Newtor <gen...@gm...> wrote: > From: Newtor <gen...@gm...> > Subject: Re: [Vectorlinux-devel] VL6.0-SOHO-A1.9.21 > To: "M0E Lnx" <m0...@gm...>, "Vector Linux developer's list" <vec...@li...> > Received: Thursday, August 6, 2009, 10:39 PM > Hello, > > I decided to follow your steps (fairly closely) on my > virtual machine with the > latest installer. User account passwords seem to have > worked correctly. Binding > worked correctly - similar to the jpeg you posted earlier. > Shadow shows correctly > encrypted passwords. > > Installer revision 702 > single partition / as reiserfs > custom install, no X, no kde4, no fun/media/office > > I invoked the installer with 'gambas2', load project > folder, click the 'run' > button. This is new to me; I generally use 'gbr2 > /root/speedy/vinstall-ng.gambas'. > > I guess the next step will be for me to repeat the process > but invoke the > installer my usual way to determine if that has any effect > on the account password > creation step. > > I'll let you know. > > Cheers, newt > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > Thursday, August 6, 2009, 1:49:56 PM, you wrote: > > ML> Here are my resutls. > > ML> First, my setup > > ML> Installer code from revision 701 > ML> using a single partition for / formatted as ext3 > ML> Custom install with no X and no kde4 (for speed > purposes... can't wait > ML> all day for install to finish) > ML> Bypassing booloader setup. > > ML> Results: > ML> pictures are better than words. > ML> http://upload.snelhest.org/v.php?id=090806START.JPG - > Shows the > ML> resutls of my "mount" before the install starts > ML> http://upload.snelhest.org/v.php?id=090806end.JPG - > Shows the results > ML> of my "mount" after packages have been installed... > before moving into > ML> booloader setup. > ML> http://upload.snelhest.org/images/090806shadow.JPG - > Shows the > ML> /etc/shadow on the installed system... to verify > that passwords have > ML> been setup correctly. > > ML> So, What are you guys doing differently? > ML> What kind of hardware is this running on? > ML> Why is yours not mounting doing the correct > binding.... ???? > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal > Reports 2008 30-Day > trial. Simplify your report design, integration and > deployment - and focus on > what you do best, core application coding. Discover what's > new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Vectorlinux-devel mailing list > Vec...@li... > https://lists.sourceforge.net/lists/listinfo/vectorlinux-devel > __________________________________________________________________ Looking for the perfect gift? Give the gift of Flickr! http://www.flickr.com/gift/ |
From: Robert L. <vec...@ya...> - 2009-08-07 04:32:10
|
M0E......... If memory serves me I think this problem with bind did not show till after you changed partition display so may be there. As a work around you might check /proc on the /mnt/target and see if anything is there if not redo the bind thing before going to the root/user setup............just an idea R Robert Lange vec...@ya... http://www.vectorlinux.com --- On Thu, 8/6/09, Robert Lange <vec...@ya...> wrote: > From: Robert Lange <vec...@ya...> > Subject: Re: [Vectorlinux-devel] VL6.0-SOHO-A1.9.21 > To: "Newtor" <gen...@gm...>, "Vector Linux developer's list" <vec...@li...> > Received: Thursday, August 6, 2009, 11:20 PM > It's the bind of /sys /dev /proc from > the running install to the /mnt/target that is not working > here nor for Newt I expect. I do it manually from the > terminal i.e. mount -o bind /proc /mnt/target/proc same for > /sys and /dev all works as expected no segfaults. So now i > guess we have to figure out why the bind code is working for > some and not others. We are getting close.............:) > > Cheers, > R > > Robert Lange > vec...@ya... > http://www.vectorlinux.com > > > --- On Thu, 8/6/09, Newtor <gen...@gm...> > wrote: > > > From: Newtor <gen...@gm...> > > Subject: Re: [Vectorlinux-devel] VL6.0-SOHO-A1.9.21 > > To: "M0E Lnx" <m0...@gm...>, > "Vector Linux developer's list" <vec...@li...> > > Received: Thursday, August 6, 2009, 10:39 PM > > Hello, > > > > I decided to follow your steps (fairly closely) on my > > virtual machine with the > > latest installer. User account passwords seem to have > > worked correctly. Binding > > worked correctly - similar to the jpeg you posted > earlier. > > Shadow shows correctly > > encrypted passwords. > > > > Installer revision 702 > > single partition / as reiserfs > > custom install, no X, no kde4, no fun/media/office > > > > I invoked the installer with 'gambas2', load project > > folder, click the 'run' > > button. This is new to me; I generally use 'gbr2 > > /root/speedy/vinstall-ng.gambas'. > > > > I guess the next step will be for me to repeat the > process > > but invoke the > > installer my usual way to determine if that has any > effect > > on the account password > > creation step. > > > > I'll let you know. > > > > Cheers, newt > > > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > > > Thursday, August 6, 2009, 1:49:56 PM, you wrote: > > > > ML> Here are my resutls. > > > > ML> First, my setup > > > > ML> Installer code from revision 701 > > ML> using a single partition for / formatted as > ext3 > > ML> Custom install with no X and no kde4 (for > speed > > purposes... can't wait > > ML> all day for install to finish) > > ML> Bypassing booloader setup. > > > > ML> Results: > > ML> pictures are better than words. > > ML> http://upload.snelhest.org/v.php?id=090806START.JPG - > > Shows the > > ML> resutls of my "mount" before the install > starts > > ML> http://upload.snelhest.org/v.php?id=090806end.JPG - > > Shows the results > > ML> of my "mount" after packages have been > installed... > > before moving into > > ML> booloader setup. > > ML> http://upload.snelhest.org/images/090806shadow.JPG - > > Shows the > > ML> /etc/shadow on the installed system... to > verify > > that passwords have > > ML> been setup correctly. > > > > ML> So, What are you guys doing differently? > > ML> What kind of hardware is this running on? > > ML> Why is yours not mounting doing the correct > > binding.... ???? > > > > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free > Crystal > > Reports 2008 30-Day > > trial. Simplify your report design, integration and > > deployment - and focus on > > what you do best, core application coding. Discover > what's > > new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > Vectorlinux-devel mailing list > > Vec...@li... > > https://lists.sourceforge.net/lists/listinfo/vectorlinux-devel > > > > > > __________________________________________________________________ > Looking for the perfect gift? Give the gift of Flickr! > > http://www.flickr.com/gift/ > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal > Reports 2008 30-Day > trial. Simplify your report design, integration and > deployment - and focus on > what you do best, core application coding. Discover what's > new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Vectorlinux-devel mailing list > Vec...@li... > https://lists.sourceforge.net/lists/listinfo/vectorlinux-devel > __________________________________________________________________ Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail. Click on Options in Mail and switch to New Mail today or register for free at http://mail.yahoo.ca |
From: M0E L. <m0...@gm...> - 2009-08-07 12:42:59
|
Great!... Now we have some real debugging to do. and BTW newtor, scsi or IDE drivers *should* not make a difference. My VM has IDE, because VBox can't emulate scsi. I have however tried the installer on both of my machines at home, which use all scsi drives, and even scsi cdroms, and it works just like it does here. I normally just run the installer by invoking "./vinstall-ng.gambas > gui.log" |
From: M0E L. <m0...@gm...> - 2009-08-07 17:06:38
|
Ok guys, Here is what i've done. I'm running tests for the bind mounts at a couple of strategic locations on the installer. By default, the bind mounts should be done right after installing vlconfig2, which happens just before you get to the booloader setup window. By the time you get out of the booloader setup, they should already be mounted. But just to be sure, I've added tests for the bind mounts while configuring timezone, and root password. During the time zones, the installer will check 3 times, or until the mounts are found. Dorring the root password, if they're still not mounted, the installer will test an additional 5 times. All of this is done in the background, so you should not see any effect at all. Please test and report back. |
From: Robert L. <vec...@ya...> - 2009-08-08 03:09:03
|
M0E.............. Houston we have ignition!!! she works like a charm now. The bind did not show up until before the root/user setup so the code after vlconfig2 does not seem to work but the new additions did the trick. Thank you very much we can call that bug squashed..........:) Cheers, Robert Robert Lange vec...@ya... http://www.vectorlinux.com --- On Fri, 8/7/09, M0E Lnx <m0...@gm...> wrote: > From: M0E Lnx <m0...@gm...> > Subject: Re: [Vectorlinux-devel] VL6.0-SOHO-A1.9.21 > To: "Vector Linux developer's list" <vec...@li...> > Received: Friday, August 7, 2009, 8:42 AM > Great!... Now we have some real > debugging to do. > and BTW newtor, scsi or IDE drivers *should* not make a > difference. My > VM has IDE, because VBox can't emulate scsi. I have however > tried the > installer on both of my machines at home, which use all > scsi drives, > and even scsi cdroms, and it works just like it does here. > > I normally just run the installer by invoking > "./vinstall-ng.gambas > gui.log" > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal > Reports 2008 30-Day > trial. Simplify your report design, integration and > deployment - and focus on > what you do best, core application coding. Discover what's > new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Vectorlinux-devel mailing list > Vec...@li... > https://lists.sourceforge.net/lists/listinfo/vectorlinux-devel > __________________________________________________________________ Looking for the perfect gift? Give the gift of Flickr! http://www.flickr.com/gift/ |
From: M0E L. <m0...@gm...> - 2009-08-08 03:58:45
|
It'd be nice to know why it's not working for you guys like it works for me, but so long as it works, I guess we can get away with it |
From: Newtor <gen...@gm...> - 2009-08-08 20:47:46
|
Hello M0E, Installer 704 is working like a charm!! Everything seems to have installed correctly; binding shows correctly; user account passwords are working; shadow shows encrypted passwords. It's all good!! We must be pretty close to public alpha!! Cheers, newt -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Friday, August 7, 2009, 9:58:34 PM, you wrote: ML> It'd be nice to know why it's not working for you guys like it works ML> for me, but so long as it works, I guess we can get away with it ML> ------------------------------------------------------------------------------ ML> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day ML> trial. Simplify your report design, integration and deployment - and focus on ML> what you do best, core application coding. Discover what's new with ML> Crystal Reports now. http://p.sf.net/sfu/bobj-july ML> _______________________________________________ ML> Vectorlinux-devel mailing list ML> Vec...@li... ML> https://lists.sourceforge.net/lists/listinfo/vectorlinux-devel |