Yes conary gets installed. The rpm conary is just to get us started. After that we pull the conary pkg conary from the repo.
I had some issues with timeouts as well. I turned up the timeout on the nginx and gunicorn to try and help but it still needs some tweaking. Let me see if I can make it better One thing you can do is take the list of packages on the system and install a few of them at a time with --no-deps --ignore-model. so take the list you posted. curl -so - http://sprunge.us/XCWK | awk -F"=" '{print $1}' > pkgs.list start with conary conary install conary --replace-unmanaged-files --replace-unmanaged-files --ignore-model --no-deps Then pick about 5 - 10 of the pkgs and install them the same way until you are finished. This cuts down on the size of the changesets -- Brett C. Smith [email protected] Sr Software Developer Platform Deployment Technologies (919)531-6635 -- x16635 ________________________________________ From: Foresight-devel <[email protected]> on behalf of Tomas Forsman <[email protected]> Sent: Saturday, August 30, 2014 12:40 PM To: Foresight Linux Development Subject: [Foresight-devel] Re: Minimal installation fails with sync I also managed to get a lot of timeouts, I think. Usually never gets that.... I hope you can zoom in to this pic to read... https://plus.google.com/app/basic/photos/+TomasForsman77/album/6053398653930575713/6053398653095999554?cbp=1cdinajkyuv67&hl=sv&sview=27&cid=5&soc-app=115&soc-platform=1&spath=%2Fapp%2Fbasic%2F%2BTomasForsman77%2Fposts&sparm=cbp%3Dablbutauoaf7%26hl%3Dsv%26sview%3D2%26cid%3D5%26soc-app%3D115%26soc-platform%3D1%26spath%3D%2Fapp%2Fbasic%2Fstream%26sparm%3Dhl%253Dsv //Tomas Forsman Skickat från min Sony Xperia™-smartphone ---- Tomas Forsman skrev ---- > >http://sprunge.us/XCWK output from sudo conary q > > >That's what installed? > >Maybe helps out.... >Skickat från min Sony Xperia™-smartphone > >---- Tomas Forsman skrev ---- > >>I did, 9 updates total from a minimal installation. >> >>I also see conary gets installed >>https://plus.google.com/app/basic/photos/+TomasForsman77/album/6053388645412316849/6053388644254407586?cbp=bxk372c03366&hl=sv&sview=2&cid=5&soc-app=115&soc-platform=1&spath=%2Fapp%2Fbasic%2Fstream&sparm=hl%3Dsv >> >>Is that correct? >> >>Nothing gets erased though, and still same issue here. >> >>Any more tips? >> >> >>Skickat från min Sony Xperia™-smartphone >> >>---- Brett Smith skrev ---- >> >>>try adding --keep-required to the command I ran into this behavior a few >>>times but didn't actually figure out what was causing it. You system model >>>might not reflect all the rpms installed on the system. That is we try to >>>start with the smallest system you can. >>> >>>Run this first >>> >>>conary sync --replace-managed-files --replace-unmanaged-files >>>--keep-required --info >>> >>>pipe the output to less so you can read what conary is going to do before >>>running it without the --info flag. If conary is trying to uninstall stuff >>>you know you need then add the stuff in a an install line in your system >>>model >>> >>>Then run sync without the --info switch >>> >>>conary sync --replace-managed-files --replace-unmanaged-files >>>--keep-required --info >>> >>>Sorry about all the hassle but it has been very hard to build useful groups >>>against Fedora because of its size. >>> >>> >>>-- >>> >>>Brett C. Smith >>>[email protected] >>>Sr Software Developer >>>Platform Deployment Technologies >>>(919)531-6635 -- x16635 >>> >>>________________________________________ >>>From: Foresight-devel <[email protected]> on >>>behalf of Tomas Forsman <[email protected]> >>>Sent: Saturday, August 30, 2014 10:59 AM >>>To: Foresight Linux Development >>>Subject: [Foresight-devel] Re: Minimal installation fails with sync >>> >>>http://sprunge.us/MKXK >>> >>>Thanks for this, made it easy to get it online :) >>> >>>Skickat från min Sony Xperia™-smartphone >>>_______________________________________________ >>>Foresight-devel mailing list >>>[email protected] >>>https://lists.foresightlinux.org/mailman/listinfo/foresight-devel >>_______________________________________________ >>Foresight-devel mailing list >>[email protected] >>https://lists.foresightlinux.org/mailman/listinfo/foresight-devel >_______________________________________________ >Foresight-devel mailing list >[email protected] >https://lists.foresightlinux.org/mailman/listinfo/foresight-devel _______________________________________________ Foresight-devel mailing list [email protected] https://lists.foresightlinux.org/mailman/listinfo/foresight-devel _______________________________________________ Foresight-devel mailing list [email protected] https://lists.foresightlinux.org/mailman/listinfo/foresight-devel
