Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 42

Thread: Text whizzing by too fast

  1. #11
    Senior Member registered user
    Join Date
    Dec 2009
    Posts
    423
    Post #6 refered.

    Seems that you are complicating it yourself. Knoppix booting is rather straight forward. The messages only come from mainly two locations.

    1. 'init' inside 'minirt.gz'
    2. after 'init', then all the rest of messages from /etc/init.d/knoppix-autoconfig.

    If there are a lot of messages flying on the screen, most likely it's one or more commands in /etc/init.d/knoppix-autoconfig generated them.

    Somewhere in the middle of /etc/init.d/knoppix-autoconfig, knoppix started syslog. It's easy to modify /etc/syslog-knoppix.conf to redirect output to somewhere you can see. For my case, it's configured to go to /tmp/syslog.

    When I say ctrl-alt-F1, we ask you to do it after have booted into the comfort of LXDE environment. It never worked for knoppix 6.2, but 'chvt 1' thingie inside a lxde terminal does the same thing.

    What else you want to see ?

  2. #12
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    @mecho

    Thanks, mecho. That's very useful (regarding your post #8

    I would like to make a current-session log-file out of
    the grey-on-black 'diary'. That's only kilo-bytes,
    la few screens at best.

    I've modded .xsession-errors to current-session-only,
    I still find that useful, except for the repetition,
    and un-helpful-ness if 'XID collision'reports due to flash.

    After all, I'm allotting 20 Mb to urlclassifier data-base.
    What's a few more Kb, here or there?

    I'm collecting a few ideas to make better use of the
    Log File Viewer, and if this this grey-on-black stuff
    has anything interestin in it, I'll add it to my list.

  3. #13
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    @kl522, referring to your post #11

    I much appreciate your comments in regard to my question
    regarding the puzzling but unstoppable text that greets us
    on Knoppix 6.2.1 start-up.

    You have also pointed out a number of valuable clues I am
    interested in examining further, and will.

    You deserve extra credit for this.

    As to what else I'd like to see: I'd like to see a good
    primer on Policy Kit errors, what causes them and how
    to get rid of them. Preferably on another thread.

  4. #14
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    198
    I will open another thread regarding the media used for KNoppix - please join me there

  5. #15
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    @utu

    If you want to see the output that is made by startx on /dev/tty5 then you have to modify /etc/init.d/knoppix-startx. I use the tee program to copy that output into a file /var/log/knoppix-startx-dev-tty5.log:
    Code:
    su -l -c "export STARTUP=$STARTUP ; exec /usr/bin/startx -- vt5 -dpi "$DPI" -br -noreset -nolisten tcp" "$USER" </dev/tty5 2>&1 | /usr/bin/tee -a /var/log/knoppix-startx-dev-tty5.log >/dev/tty6 ; RC="$?"
    I also redirect the output to /dev/tty6 so that I am able to read it on the virtual terminal 6.

  6. #16
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    I hope you all will be patient with me, for I am a slow learner.

    You have helped me find the material I'm after. Now I need to
    figure out how to apply it. I know how, in principle to proceed
    to establish a file to read. I've seen a few ideas on how to
    achieve a virtual terminal, but I've not mastered that yet.

    I lost a few hours being disconnected, by the unfortunate choice
    of Fn-F2 on my laptop keyboard. I was attempting to establish
    what, if anything, happened with a whole lot of key combinations.
    I Thought my wifi or router had died.

    Many thanks to you all. My cup runneth over.

    klaus2008, I'm very interested to try what you suggest.
    I will now re-apply myself to the virtual terminal problem;
    once I get over that hump, I'll get back to you.

  7. #17
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    Progress:

    In an lxterminal either as knoppix or root,
    ctl-alt-F2 gets a virtual terminal (I don't know which one).
    alt-F12 then takes you to virtual terminal #12 (vt #12).
    vt #12 displays the last 46 lines of the grey-on-black diary.
    From vt #12, alt-F5 then takes you back to your X-session.

    Note: The previous is true in my Knoppix 6.2.1, with my
    Inspiron 1545 keyboard, but not in Ubuntu 10.04 on another
    computer.

    Musings:

    I am guessing that the diary which may have existed on prior
    screens probably went to /dev/null, and isn't retrievable.

    I don't know how to pre-arrange for an lxterm to be active
    to see this stuff from the get-go.

    I suspect a well-placed tee command might capture this
    lost material in a logfile for later viewing.

  8. #18
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    @klaus2008, specifically in regard to your post #15.

    I think I'm ready to try your idea.

    Am I permanently modifying any files with your long command,
    or will the change only persist for the immediate session?

    If any files are permanently changed, which are they?

    Also, I might add to my previous observations,
    1. The first virtual terminal seems like it should be vt #5.
    2. It is possible to enter 'ctl-alt-F2' during the start-up
    sequence without firing up any lxterm. In one instance,
    this allowed viewing earlier progress of start-up, but it also
    stalled some of Network Manager magic. This magic resumed
    successfully as soon as I returned to Xsession.

  9. #19
    Senior Member registered user
    Join Date
    May 2006
    Location
    Columbia, Maryland USA
    Posts
    1,631
    @klauss2008

    Also,
    Isn't the vt #6 portion unnecessary, if we just view the file saved by vt #5,
    say sometime later via an xterm?

  10. #20
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    @utu:

    As long as you use a persistent image or an HD istall all modifications will be permanent. I think you should make a backup copy of the files you want to modify. /etc/init.d/knoppix-startx is the only file I would change. In this file you can search for the command line which calls startx and alter the command. You have to restart your Xserver after this customisation. Usually you can restart the Xserver from inside the graphical environment by hitting the key combo Ctrl-Alt-Backspace. It is also possible to change the system's runlevel from a virtual terminal:
    Code:
    init 2
    init 5
    The first command changes the runlevel to a runlevel without the Xserver. The second command starts runlevel 5 which includes the Xserver. You should close all your applications inside the grahical environment (like Iceweasel or LXTerminals) before you kill the Xserver. The log file will be created and you will able to read it.

    If you like to keep your log file during reboots then it must be created in a directory that is permanent. I would use the home diretory /home/knoppix for this purpose.

    You don't need vt #6 for logging purposes, but on my system switching over to a virtual terminal is faster than opening an xterm and starting an application to read the log file.

Page 2 of 5 FirstFirst 1234 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Compressed Air Duster with Air Blower 100000RPM Vacuum Cleaner and Air Duster picture

Compressed Air Duster with Air Blower 100000RPM Vacuum Cleaner and Air Duster

$38.99



Cordless Wireless Air Blower Handheld Vacuum Cleaner Strong Suction Car Home picture

Cordless Wireless Air Blower Handheld Vacuum Cleaner Strong Suction Car Home

$24.98



Electric Vacuum Cleaner Air Duster Suction High Pressure for Computer Car Home picture

Electric Vacuum Cleaner Air Duster Suction High Pressure for Computer Car Home

$9.97



KLIM Cool Laptop Cooler Fan, Portable Quiet Cooling Vacuum w/Display - BLUE LED picture

KLIM Cool Laptop Cooler Fan, Portable Quiet Cooling Vacuum w/Display - BLUE LED

$15.95



Mini USB Keyboard Vacuum Cleaner PC Laptop Computer Brush Dust Cleaning Kit picture

Mini USB Keyboard Vacuum Cleaner PC Laptop Computer Brush Dust Cleaning Kit

$2.99



Mini Computer Vacuum USB Keyboard Cleaner PC Laptop Brush Dust Cleaning Kit US picture

Mini Computer Vacuum USB Keyboard Cleaner PC Laptop Brush Dust Cleaning Kit US

$13.68



Electric Mini Air Duster Blower Vacuum Cleaner for PC Computer Laptop Dust picture

Electric Mini Air Duster Blower Vacuum Cleaner for PC Computer Laptop Dust

$30.95



Electric Vacuum Cleaner Air Duster Suction High Pressure for Computer Car Home picture

Electric Vacuum Cleaner Air Duster Suction High Pressure for Computer Car Home

$9.99



100000RPM Cordless Air Duster Blower Compressed Computer Cleaning Vacuum Cleaner picture

100000RPM Cordless Air Duster Blower Compressed Computer Cleaning Vacuum Cleaner

$28.98



Compressed Air Duster, Koonie 15000mAh Cordless Air Duster & Vacuum original $89 picture

Compressed Air Duster, Koonie 15000mAh Cordless Air Duster & Vacuum original $89

$29.99