Results 1 to 8 of 8

Thread: Can someone confirm these bugs, er, features?

  1. #1
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Portland, OR USA
    Posts
    568

    Can someone confirm these bugs, er, features?

    Anyone else experience this, or is it just me?

    Running from the live Knoppix v3.9 CD:
    • In file management mode, Konqueror stalls forever (doesn't hang; just stalls) when trying to browse / (occurs on two computers I tried it on)
    • After typing "su" in a Konsole window, nothing happens; prompt disappears


    On a hard disk install of Knoppix v3.9:
    • Using "knoppix-install-latest-web", the install script seems to think it's Kanotix it's installing, not Knoppix, and tries to install icons for Kanotix-specific configuration scripts that aren't there. Result #1 is an incomplete number of icons installed in the kicker bar. Result #2 is that it displays "Welcome to Kanotix hdd installation" (or whatever the heck it is) on startup.
    • There's two things trying to initialize the network. (Still trying to figure out how to fix this one.) Resulting messages during boot:

      Setting up networking....done.
      [...]
      Configuring network interfaces....ifup: Interface is already configured
      failed to connect to localhost: bootpc: Network is unreachable
      There might be another pump running!
      done
    • Konqueror problem: running "kfmclient openProfile filemanagement" (i.e. clicking the "Home" icon on the kicker) either doesn't work or takes 5 minutes before it does.

  2. #2
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY USA
    Posts
    1,510

    Re: Can someone confirm these bugs, er, features?

    Quote Originally Posted by eco2geek
    On a hard disk install of Knoppix v3.9:
    • Using "knoppix-install-latest-web", the install script seems to think it's Kanotix it's installing, not Knoppix, and tries to install icons for Kanotix-specific configuration scripts that aren't there. Result #1 is an incomplete number of icons installed in the kicker bar. Result #2 is that it displays "Welcome to Kanotix hdd installation" (or whatever the heck it is) on startup.
    • There's two things trying to initialize the network. (Still trying to figure out how to fix this one.) Resulting messages during boot:

      Setting up networking....done.
      [...]
      Configuring network interfaces....ifup: Interface is already configured
      failed to connect to localhost: bootpc: Network is unreachable
      There might be another pump running!
      done
    I had a feeling that the HD installer might be a issue for 3.9, so I did a HD install just as a test today at work. I too had the Kanotix message & noticed that the NIC was not properly configured. I had to manually run netcardconfig to get it to make eth0 grab a address via dhcp. I thought that was odd but I am willing to think of that as an odd quirk of our work network.

    As for the HD installer, Since so many people complain about the HD installer, he was thinking of removing it http://archives.free.net.ph/message/...3a8d93.en.html. Since 3.8.2 Knoppix devs decided to use the Kanotix HD installer script which is more reliable than the original install script http://archives.free.net.ph/message/...919546.en.html. I figure that the script's detection routine (Is this Kanotix or is this Knoppix?) might be a bit messed up and now thinks that Knoppix 3.9 is Kanotix.

    As for problems with the installer, as I am sure you already know, it is a unsupported & alpha quality script. It works but it does not seem to work well.

  3. #3
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY USA
    Posts
    1,510
    Quote Originally Posted by eco2geek
    Running from the live Knoppix v3.9 CD:
    • In file management mode, Konqueror stalls forever (doesn't hang; just stalls) when trying to browse / (occurs on two computers I tried it on)
    • After typing "su" in a Konsole window, nothing happens; prompt disappears
    I just tried 3.9 from CD and did not have those problems. Konqueror browsing / is fine & su worked just as it should.

  4. #4
    Senior Member registered user
    Join Date
    Mar 2003
    Location
    Portland, OR USA
    Posts
    568
    Thanks for the "reality check." The Konqueror and "su" issue may be due to using a persistent home from an older version of Knoppix.

    The network issue is due to acpi. I have to use "acpi=force" along with "pci=usepirqmask" as kernel parameters in order to get a PCI USB card to work on this old computer, but for some reason it's interfering with the /etc/init.d/networking script. (Having to run /usr/sbin/netcardconfig after a hard disk install, once, seems to be normal. In this case, I'm having to run pump or dhclient manually on each reboot. Knoppix seems to use pump, while Kanotix uses dhclient.)

    By the way, Knoppix 3.9 will take an apt-get dist-upgrade!

    <edit>
    The Konqueror/su issues were indeed due to using a persistent home created with Knoppix 3.8.

    <edit 2>
    Created a new persistent home, told Knoppix 3.9 to load it, and I'm having problems with Konsole again.

  5. #5
    Member registered user
    Join Date
    Jun 2005
    Posts
    51

    Re: Can someone confirm these bugs, er, features? / network

    Hi,

    Quote Originally Posted by eco2geek
    [*]There's two things trying to initialize the network. (Still trying to figure out how to fix this one.) Resulting messages during boot:

    Setting up networking....done.
    [...]
    Configuring network interfaces....ifup: Interface is already configured
    failed to connect to localhost: bootpc: Network is unreachable
    There might be another pump running!
    done
    cause of this problem is, that interface "lo" is not properly deconfigured on system shutdown. Thus, "lo" won't be properly configured on system bootup. /etc/network/run/ifstate has to be deleted on system shutdown by /etc/init.d/ifupdown-clean. The link from /etc/rcS.d/S18ifupdown-clean to /etc/init.d/ifupdown-clean is missing.

    You can add this link for proper function, or - if You dont know how to do this - just reinstall ifupdown via apt (--reinstall). This will fix it, too.

    Klaus Knopper is already informed of this problem and will fix it in the next installer.

    Greetings

  6. #6
    Junior Member
    Join Date
    Jul 2005
    Posts
    5

    Err...

    Can anyone give me an exact step by step on how to do this? As you can clearly see, I am a first-timer here and I seem to be having the same problem. (Please don't give me the "Live CD shouldn't be installed on the HD". I have read it a million times...:P) How do I make the kind of link you are talking about? (I have knoppix 3.9) Please do respond quickly.

    Radix

  7. #7
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY USA
    Posts
    1,510
    As root:
    ln -s /etc/init.d/ifupdown-clean /etc/rcS.d/S18ifupdown-clean

  8. #8
    Junior Member
    Join Date
    Jul 2005
    Posts
    5
    Many Thanks!

    Now browsing the internet with Linux!

    Radix

Similar Threads

  1. accessibility features
    By babelbrennt in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 08-20-2005, 03:39 PM
  2. Knoppix and it's features
    By Matze in forum General Support
    Replies: 4
    Last Post: 01-27-2005, 10:41 PM
  3. Bugs - How do I sign in and report bugs?
    By pelican in forum General Support
    Replies: 1
    Last Post: 12-06-2004, 07:02 PM
  4. Favourite KDE 3.2 features?
    By eadz in forum The Lounge
    Replies: 0
    Last Post: 04-04-2004, 03:56 PM
  5. features K ???
    By the_CName in forum Customising & Remastering
    Replies: 0
    Last Post: 02-05-2004, 10:16 PM

Posting Permissions

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


Vintage Compaq Presario 5000 Celeron 600 WIN 98 66MHz 255MB RAM 80GB HDD picture

Vintage Compaq Presario 5000 Celeron 600 WIN 98 66MHz 255MB RAM 80GB HDD

$75.00



Vintage Keytronic PC/AT VT Switch FCC ID:CIG8AVE03435 TESTED WORKING picture

Vintage Keytronic PC/AT VT Switch FCC ID:CIG8AVE03435 TESTED WORKING

$30.00



NMB KEYBOARD RT2258TW NMB PS/2 BEIGE 121944-101 REV A VINTAGE NEW OLD STOCK picture

NMB KEYBOARD RT2258TW NMB PS/2 BEIGE 121944-101 REV A VINTAGE NEW OLD STOCK

$25.99



Vintage IBM P/S2 Keyboard  KB-7953 picture

Vintage IBM P/S2 Keyboard KB-7953

$19.95



Tandy 200 Vintage Portable Computer 26-3860 w/ Manuals  picture

Tandy 200 Vintage Portable Computer 26-3860 w/ Manuals

$189.99



VINTAGE Borland ReportSmith for Windows 2.0 1993 Software RARE picture

VINTAGE Borland ReportSmith for Windows 2.0 1993 Software RARE

$129.00



Vintage SCCS Interface Microcomputer Magazine Pair 1976 IMSAI 8080 Altair 8800 picture

Vintage SCCS Interface Microcomputer Magazine Pair 1976 IMSAI 8080 Altair 8800

$26.00



VINTAGE Harvard Graphics 3.0 1991 FACTORY SEALED Software RARE picture

VINTAGE Harvard Graphics 3.0 1991 FACTORY SEALED Software RARE

$159.00



Vintage Atari 1040STf Computer with Mouse and Box, Minimal Testing, Pls Read  picture

Vintage Atari 1040STf Computer with Mouse and Box, Minimal Testing, Pls Read

$149.99



VINTAGE 1992 NEWPORT SYSTEMS 700-0002-001 REV E GREAT CONDITION  picture

VINTAGE 1992 NEWPORT SYSTEMS 700-0002-001 REV E GREAT CONDITION

$99.99