Giter Club home page Giter Club logo

Comments (16)

neurobin avatar neurobin commented on August 21, 2024 1

Can you check what happens if you use a different terminal:

sudo apt-get install xterm
sudo JLopt -t1 xterm

from jlivecd.

neurobin avatar neurobin commented on August 21, 2024

I couldn't reproduce it (in Xubuntu 16.04 LTS with debian-live-8.7.1-amd64-xfce-desktop) . Unfortunately I don't have the 8.8.0 live cd of debian right now. Can you provide me with all the terminal outputs? (you may/should replace the actual username in the output with user for privacy and security)

Also the output of the following command:

ls -la /usr/local/JLIVECD

from jlivecd.

neurobin avatar neurobin commented on August 21, 2024

and also the content of /usr/local/JLIVECD/.config

cat /usr/local/JLIVECD/.config

and the content of .config in your project dir:

cat /your/project/dir/path/.config

from jlivecd.

Storhemulen avatar Storhemulen commented on August 21, 2024
ubuntu@ubuntu-snicksnack:~$ ls -la /usr/local/JLIVECD
total 144
drwxrwxrwx  3 root   root    4096 jun 14 22:25 .
drwxr-xr-x 11 root   root    4096 jun 12 21:22 ..
-rwxrwxrwx  1 root   root    4082 jun 12 21:22 48.png
-rwxrwxrwx  1 root   root    2315 jun 12 21:22 changelog
-rwxrwxrwx  1 root   root     425 jun 12 21:24 .config
-rwxrwxrwx  1 root   root    1761 jun 12 21:22 config.conf
-rwxr-xr-x  1 root   root    2811 jun 12 21:22 defconf.sh
drwxr-xr-x  3 ubuntu ubuntu  4096 jun 14 22:25 finalone
-rwxr-xr-x  1 root   root   35725 jun 12 21:22 funcs.sh
-rwxr-xr-x  1 root   root    3523 jun 12 21:22 help
-rwxr-xr-x  1 root   root     982 jun 12 21:22 install.sh
-rw-r--r--  1 root   root      22 jun 15 21:19 JLIVEdir
-rw-r--r--  1 root   root      57 jun 14 22:25 JLIVEisopath
-rwxr-xr-x  1 root   root    5297 jun 12 21:22 JLopt
-rwxr-xr-x  1 root   root    2426 jun 12 21:22 JLRefreshNetwork
-rwxr-xr-x  1 root   root    3927 jun 12 21:22 JLstart
-rwxrwxrwx  1 root   root   18026 jun 12 21:22 LICENSE
-rwxr-xr-x  1 root   root    3211 jun 12 21:22 preparechroot
-rwxrwxrwx  1 root   root   11950 jun 12 21:22 README.md
-rwxr-xr-x  1 root   root    5284 jun 12 21:22 updarp
ubuntu@ubuntu-snicksnack:~$ 

from jlivecd.

Storhemulen avatar Storhemulen commented on August 21, 2024
########################################################################
# This configuration file is only for internal use.
# Do not edit this file manually. If you want to override any option
# use the config.conf file. Do not override any option that specifies
# (no override) in its' comment section.
# This file is *not* a Bash script.
########################################################################
TIMEOUT=15

from jlivecd.

Storhemulen avatar Storhemulen commented on August 21, 2024
ubuntu@ubuntu-snicksnack:~$ cat ~/finalone/.config

# operating mode (override not possible)
OSMODE=ubuntu

# Image label (no override for archlinux)
IMAGENAME=Ubuntu xenial 20160422-09:27

# ISO image name without .iso
DISKNAME=finalone

# Whether to prevent GUI apps to run.
XHOST=Y

# Whether to rebuild initrd
REBUILDINITRAMFS=n

# Whether to keep users home directory, by default it is deleted.
RETAINHOME=n

# y: Fast compression, larger image size. n: smaller image but slower
FASTCOMPRESSION=n

# Whether the image to be built is a UEFI image
UEFI=n

# Whether to prevent building hybrid image.
NOHYBRID=Y

from jlivecd.

Storhemulen avatar Storhemulen commented on August 21, 2024

I've found a workaround:
When chroot opens a new window, I quickly go back to the window with the script and press ctrl+z
then when I'm done in chroot I just restart the script with fg

from jlivecd.

neurobin avatar neurobin commented on August 21, 2024

Thanks for taking your time to cooperate. I got something that caught my eye:

You said you were modifying a debian live iso, but you seem to ran it in ubuntu mode (OSMODE=ubuntu), and IMAGENAME=Ubuntu xenial 20160422-09:27 says it was actually a ubuntu live iso not debian or may be you modified the IMAGENAME property later. Can you confirm these?

However I will mention some points that may make things a bit more clear:

  1. To modify debian live cd you must run it in debian mode (you can change the OSMODE property in ~/finalone/.config file)
  2. seems like JLopt -t failed to update the /usr/local/JLIVECD/.config file. You can manually edit it to change the timeout value. I will investigate further on why it failed to update the value.
  3. You should keep the IMAGENAME unchanged in .config file even though changing it will work without any problem. If you want to change it, you can override it in the config.conf file in the project directory.

from jlivecd.

frozenbubbleboy avatar frozenbubbleboy commented on August 21, 2024

I'm also experiencing the issue where JLIVECD does not pause after launching the chroot environment. This happens when I run JLIVECD under Linux Mint 18 or 18.2. When I run under Linux Mint 17.3, however, JLIVECD pauses at the appropriate place. Linux Mint 17.3 is based on Ubuntu 14.04 (Trusty), while 18.x is based on Ubuntu 16.04 (Xenial)

from jlivecd.

neurobin avatar neurobin commented on August 21, 2024

@frozenbubbleboy can you provide more info?:

  1. Host system: LM 18.2
  2. Live system:
  3. Post here the content of .config file inside the project dir.

Also, if you could post the entire terminal output when this problem occurs, that would be very helpful.

from jlivecd.

frozenbubbleboy avatar frozenbubbleboy commented on August 21, 2024

Host system: Linux Mint 18.2
Live system: Linux Mint 18.2 (Also experienced with 18.1)

dot-config.txt
terminal.txt

from jlivecd.

neurobin avatar neurobin commented on August 21, 2024

@frozenbubbleboy

  1. which terminal you are using, gnome-terminal, mate-terminal, xfce-terminal?
  2. Which DE you are using, cinnamon, mate, xfce, kde?

from jlivecd.

frozenbubbleboy avatar frozenbubbleboy commented on August 21, 2024

Gnome-terminal on Cinnamon

from jlivecd.

frozenbubbleboy avatar frozenbubbleboy commented on August 21, 2024

Things work as intended when launching xterm as the chroot terminal. This appears to be a change in behavior with gnome-terminal.

from jlivecd.

ijash avatar ijash commented on August 21, 2024

yes i am be able to reproduce the bug. i am using mint 18.3

from jlivecd.

 avatar commented on August 21, 2024

I'm also experiencing this bug.
My env is:
Host OS: Linux Mint 19 CINNAMON 64bit
Live OS: Linux Mint 19 MATE 64bit

from jlivecd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.