[Live-demo] [OSGeo] #1362: Ubuntu updates break build process

OSGeo trac_osgeo at osgeo.org
Wed Jul 2 17:30:40 PDT 2014


#1362: Ubuntu updates break build process
---------------------+------------------------------------------------------
 Reporter:  kalxas   |       Owner:  live-demo@…              
     Type:  defect   |      Status:  new                      
 Priority:  blocker  |   Milestone:  OSGeoLive8.0             
Component:  LiveDVD  |    Keywords:  iheartubuntu             
---------------------+------------------------------------------------------

Comment(by hamish):

 Timo from the bug report (or someome) edited the ubu wiki:
   https://help.ubuntu.com/community/LiveCDCustomization#Prepare_and_chroot

 {{{
 WARNING: If you do this in 14.04 LTS, you will lose network connectivity
  (name resolving part of it). /etc/resolv.conf is and should remain a
 symlink
  to /run/resolvconf/resolv.conf nowadays. To enable name resolving,
 temporarily
  edit that file instead.
 }}}

 indeed, build_chroot_nightly.sh has:
 {{{
 echo
 echo "Setting up network for chroot"
 echo "======================================"
 #If you need the network connection within chroot
 sudo cp /etc/resolv.conf edit/etc/
 sudo cp /etc/hosts edit/etc/
 }}}

 and inchroot_nightly.sh has:
 {{{
 rm /etc/resolv.conf
 }}}

 So perhaps partially self-inflicted after the rules changed on us. added
 symlink to /run/resolvconf/ back in r11546 for testing later
 NetworkManager controlled lookups.


 Hamish

-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/1362#comment:9>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Live-demo mailing list