Search:

Type: Posts; User: swajime; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds; generated 22 minute(s) ago.

  1. Replies
    2
    Views
    216

    Re: Preseed installation with UTC timezone

    I found the culprit ... d-i time/zone was entered twice in my preseed, the second entry was set to US/Eastern. *sigh* Thanks for reading...
  2. Replies
    2
    Views
    216

    Re: Preseed installation with UTC timezone

    Update: Tried replacing UTC with GMT ... same result:


    # egrep -i '(utc|gmt)' preseed-VBox.cfg
    d-i time/zone string GMT
    tzsetup-udeb time/zone select GMT
    tzsetup-udeb ...
  3. Replies
    2
    Views
    216

    Preseed installation with UTC timezone

    Hi,

    I have the following in my preseed file:


    # grep -i UTC preseed.cfg
    d-i time/zone select UTC
    tzsetup-udeb time/zone select UTC
    tzsetup-udeb tzsetup/country/US ...
  4. [ubuntu] Re: Upgrade hangs during search for obsolete software

    Removed cpp-mars directory altogether and reinstalled. Debug works now. :-)
  5. [ubuntu] Re: Upgrade hangs during search for obsolete software

    Hmmm....

    So, I've rerun the Eclipse install script, reinstalled EPIC, and reinstalled libpadwalker-perl. But the debugger in Eclipse for Perl is no longer working. Pressing the debug icon has no...
  6. [ubuntu] Re: Upgrade hangs during search for obsolete software

    Update:

    An untimely power failure occurred whilst waiting for an answer. :-(
    Fortunately, the system started up ok.

    The only problem I noticed so far was that Eclipse quit running. It could...
  7. [ubuntu] Upgrade hangs during search for obsolete software

    My computer asked me if I wanted to upgrade to 16.04, and I clicked yes.
    The upgrade stalled in the "Cleaning up" step.
    It says "Searching for obsolete software" and the terminal text displays...
  8. Re: Ubuntu 16.04 KickStart Automatically Answering Questions

    By viewing the d-i output on console 4. It may also be saved in the logs.
  9. [SOLVED] Re: 32-bit Xenial PXEboot install w/ preseed.cfg ignores expert_recipe string

    I finally got this to work. Apparently you have to give very flexible partition size parameters, and make sure the whole disk is used.


    d-i partman-auto/expert_recipe string ...
  10. [SOLVED] Re: 32-bit Xenial PXEboot install w/ preseed.cfg ignores expert_recipe string

    I tried doing just one of the partitions. It just got stuck in a loop. No way to copy info from syslog. Console 4 just keeps repeating.


    d-i partman-auto/expert_recipe string ...
  11. [SOLVED] Re: 32-bit Xenial PXEboot install w/ preseed.cfg ignores expert_recipe string

    Found an issue with the spacing and corrected that. To no avail.
    Here is the syslog:


    May 11 19:44:36 frontend: --> SET partman-auto/method regular
    May 11 19:44:36 frontend: <-- 10...
  12. [SOLVED] Re: 32-bit Xenial PXEboot install w/ preseed.cfg ignores expert_recipe string

    I tried again, this time using Trusty and setting no_swap to true.

    Same results, still not getting what I'm asking for:


    root@acmu:~# fdisk -l
    Disk /dev/mmcblk0: 31.3 GB, 31272730624 bytes...
  13. Re: Ubuntu 16.04 KickStart Automatically Answering Questions

    nm ... i found it

    d-i netcfg/use_vlan boolean false
  14. [SOLVED] 32-bit Xenial PXEboot install w/ preseed.cfg ignores expert_recipe string

    I'm trying to create 3 ext4 partitions, and no swap partition. I am expecting the partitions to be /dev/mmcblk0p1, /dev/mmcblk0p2, and /dev/mmcblk0p3.

    I have this in preseed.cfg:


    #...
  15. 32-bit Xenial install forcing wrong interface

    The install is defaulting to "enp10s0", instead of the first interface device which is "enp3s0". I can enter the following settings, but nowhere does it allow me to correct the interface name. ...
  16. Re: Ubuntu 16.04 KickStart Automatically Answering Questions

    I've got the same question. How to automate the response to "is this system connected to a VLAN trunk port?". Except I'm trying to use preseed.cfg instead of kickstart.cfg.

    Thanks for any help,...
  17. Re: Install from Ubuntu 32-bit mini.iso 14.04 fails during download of components

    The image at that link worked.

    Thank you for helping out with this.


    John
  18. Re: Install from Ubuntu 32-bit mini.iso 14.04 fails during download of components

    When I drop to a shell from the install menu, and try to use wget for any URL, it segfaults.
  19. Re: Install from Ubuntu 32-bit mini.iso 14.04 fails during download of components

    I've tried this from two different computers with the same results.
    I'm installing to a VirtualBox vm.

    md5 mini.iso
    MD5 (mini.iso) = a2502844750ecb6477d8fb4ff6b9aaf8

    Thanks,


    John
  20. Install from Ubuntu 32-bit mini.iso 14.04 fails during download of components

    I'm attempting to install from the mini.iso 32-bit image of Ubuntu 14.04 LTS from https://help.ubuntu.com/community/Installation/MinimalCD
    During the download of components, the install fails. It...
  21. Replies
    0
    Views
    238

    [ubuntu] No grub menu after minimum install

    I have installed a minimal 64-bit Ubuntu 14.04 system according to https://help.ubuntu.com/community/Installation/MinimalCD from a PXE-boot.

    The install appears to go smoothly, but when rebooting...
  22. [ubuntu] Re: After upgrade to trusty, cell phones won't mount as storage devices.

    Thank you. I hope this gets fixed soon.
  23. [ubuntu] After upgrade to trusty, cell phones won't mount as storage devices.

    Before the upgrade, my cell phones (an HTC Vivid and a Samsung Note II) mounted just fine when I connected them via USB. Now, the phones give no sign of being connected and Nautilus no longer...
  24. Re: HOWTO: Check you external IP Address from the command line

    That is good for this:

    a=$(curl -s checkip.dyndns.org); a=${a##*\.}; a=${a%%<*};color="\033[38;5;${a}m";plain="\033[0m";export PS1="\[${color}\]${PS1}\[${plain}\]"
  25. Re: HOWTO: Check you external IP Address from the command line

    exquisitely elegant ... thanx for teaching me ## && %% :)
Results 1 to 25 of 66
Page 1 of 3 1 2 3