Page 1 of 4 123 ... LastLast
Results 1 to 10 of 34

Thread: knoppix-terminalserver wrong!

  1. #1
    Junior Member registered user
    Join Date
    May 2003
    Location
    zhejiang,China
    Posts
    15

    knoppix-terminalserver wrong!

    Hello, all!

    The terminal server works great when the server is running from the CD, and the client also can boot from the server. But the client cannot work when the terminal server is running Knoppix from the hard drive. The error message is "Can't NFSmount KNOPPIX filesystem, sorry."

    Need help.

    knoppix-terminalserver running from the CD, the echo were:
    Making Mini Rootdisk.
    ??? 1+0 ??
    ??? 1+0 ??
    6144000 bytes transferred in 0.091419 seconds (67207019 bytes/sec)
    mke2fs 1.32 (09-Nov-2002)
    ??? 1+0 ??
    ??? 1+0 ??
    6144000 bytes transferred in 3.586231 seconds (1713219 bytes/sec)
    85.0%
    Starting DHCP server: dhcpd3.
    Starting portmap daemon: portmap.
    Starting NFS common utilities: statd.
    Exporting directories for NFS kernel daemon...done.
    Starting NFS kernel daemon: nfsd mountd.
    Starting domain name service: named.
    2003/05/21 21:35:35| Creating Swap Directories
    Starting proxy server: squid.



    knoppix-terminalserver running from the hard drive, the echo were:

    Making Mini Rootdisk.
    ??? 1+0 ??
    ??? 1+0 ??
    6144000 bytes transferred in 0.057298 seconds (107228863 bytes/sec)
    mke2fs 1.32 (09-Nov-2002)
    ??? 1+0 ??
    ??? 1+0 ??
    6144000 bytes transferred in 3.297174 seconds (1863414 bytes/sec)
    85.0%
    Starting DHCP server: dhcpd3.
    Starting portmap daemon: portmap.
    Starting NFS common utilities: statd.
    Exporting directories for NFS kernel daemon...exportfs: duplicated export entries:
    exportfs: 169.254.0.0/255.255.0.0:/cdrom
    exportfs: 169.254.0.0/255.255.0.0:/cdrom
    done.
    Starting NFS kernel daemon: nfsd mountd.
    Starting domain name service: named.
    Starting proxy server: squid.


    What's wrong?
    Help me! Tnx

  2. #2
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    If I come up with an answer to this one, I will certainly post it as I've been trying to deal with this also. Anyone else had any luck? I'm thinking that the errors are caused because the knoppix terminal server script in /etc/init.d is expecting the server to be running from the cd. I've tried hacking a bit on this script, but havn't gotten it to work yet. Again, if anyone has gotten this to work, please share what you did.

  3. #3
    Junior Member registered user
    Join Date
    May 2003
    Location
    zhejiang,China
    Posts
    15

    I have solved this problem. hahahahahaha


    dear aay
    I have solved this problem.

    You should copy the directory of "KNOPPIX" to "/cdrom" from the boot CD, include the big image file KNOPPIX. Like this "/cdrom/KNOPPIX/KNOPPIX". The first KNOPPIX is a directory and the second KNOPPIX is the big image file KNOPPIX.

    Try it. I've successed.

  4. #4
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Nice solution. One question. Can the client run programs other than the ones included on the CD? In other words can clients run programs that have been updated or newly installed on the hd-installed version of Knoppix? I wouldn't think so, but if you have gotten this to work, let me know.

  5. #5
    Junior Member registered user
    Join Date
    May 2003
    Location
    zhejiang,China
    Posts
    15
    Quote Originally Posted by aay
    Nice solution. One question. Can the client run programs other than the ones included on the CD? In other words can clients run programs that have been updated or newly installed on the hd-installed version of Knoppix? I wouldn't think so, but if you have gotten this to work, let me know.
    You want the client can run programs that have been updated or newly installed on the hd-installed version of KNOPPIX? I think it was difficult, but you can do like this way: remaster KNOPPIX to create a new image, then replace /cdrom/KNOPPIX/KNOPPIX with the new one.

    About how to remaster KNOPPIX, please visit
    http://www.knoppix.net/docs/index.ph...masteringHowto
    Mybe you can not understand my poor English.

  6. #6
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Omak,

    I understand what you are saying, but would rather try and figure out how to get the terminal server working with an actual installed version of knoppix.

    Thanks

  7. #7
    Junior Member registered user
    Join Date
    May 2003
    Location
    zhejiang,China
    Posts
    15
    aay

    I see. You want use the terminal server in a real hd install environment. It's a nice idea. I'll do experiment the day after tomorrow. If I worked out, I'll share it.

  8. #8
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Quote Originally Posted by Omak
    aay

    I see. You want use the terminal server in a real hd install environment. It's a nice idea. I'll do experiment the day after tomorrow. If I worked out, I'll share it.
    Yes if you make any headway on this PLEASE let me know. I've tried it and gotten the same nfs errors as you list above. I'm wondering if it may have to do with the way thing are set up in the /etc/init.d/knoppix-terminalserver script and/or in /usr/sbin/knoppix-terminalserver (the same script I think).

  9. #9
    Junior Member registered user
    Join Date
    May 2003
    Location
    zhejiang,China
    Posts
    15
    aay

    You should read this file -- linuxrc, in the directory /usr/share/knoppix-terminalserver/templates/miniroot.
    Within it, there are two lines like this:
    #Harddisk-installed script part version has been removed
    #(KNOPPIX can be booted directly from HD now).


    So, I thought, if we get the script that had been removed, the terminalserver will works great in real hd evironment.
    I had send a mail to Klaus Knopper. I hope he can send the harddisk-installed script part version to me, but he did not understand my poor English
    .
    I hope you can get the script that had been removed. You can describe clear with English. If you get the script, I hope you can send to me a copy. My E-mail: mzymmqm@163.net.

    Thanks very much.

    I'm sad for my poor English.

  10. #10
    Senior Member registered user
    Join Date
    Nov 2002
    Posts
    1,353
    Quote Originally Posted by Omak
    aay

    You should read this file -- linuxrc, in the directory /usr/share/knoppix-terminalserver/templates/miniroot.
    Within it, there are two lines like this:
    #Harddisk-installed script part version has been removed
    #(KNOPPIX can be booted directly from HD now).


    So, I thought, if we get the script that had been removed, the terminalserver will works great in real hd evironment.
    I had send a mail to Klaus Knopper. I hope he can send the harddisk-installed script part version to me, but he did not understand my poor English
    .
    I hope you can get the script that had been removed. You can describe clear with English. If you get the script, I hope you can send to me a copy. My E-mail: mzymmqm@163.net.

    Thanks very much.

    I'm sad for my poor English.
    Hey Omak I wish I spoke as much Chinese as you do English! You're doing a good job.

    Before I read your post I had already planned on sending an email to Klaus (and the developer list) tomorrow. I will still do it. Also I plan on tring to work on things myself a bit tomorrow as well. I will post if I hear bakc from him or make any headway myself.

    Thanks for the tip.

    Adam

Page 1 of 4 123 ... LastLast

Similar Threads

  1. Option to enable root on knoppix-terminalserver
    By paulrbarnard in forum Ideas
    Replies: 1
    Last Post: 02-05-2005, 01:46 PM
  2. What is wrong with my Knoppix?
    By felixious in forum Hardware & Booting
    Replies: 2
    Last Post: 01-16-2005, 09:46 PM
  3. something is wrong with my knoppix.sh
    By ska_p_te in forum Customising & Remastering
    Replies: 0
    Last Post: 12-08-2004, 05:56 PM
  4. TerminalServer Client with uncompressed KNOPPIX image
    By Levi37 in forum Customising & Remastering
    Replies: 0
    Last Post: 05-25-2004, 01:16 PM
  5. Knoppix-terminalserver w/ sshd on the clients
    By ml1979 in forum Networking
    Replies: 5
    Last Post: 09-02-2003, 05:35 AM

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 DEC/CLEARPOINT INC. -QRAM-2 SAB-1 1MB Q-BUS MEMORY MSV11-QA (B2) picture

Vintage DEC/CLEARPOINT INC. -QRAM-2 SAB-1 1MB Q-BUS MEMORY MSV11-QA (B2)

$129.99



*NEW UNOPENED* Vintage DEC LB-5923 Keyboard picture

*NEW UNOPENED* Vintage DEC LB-5923 Keyboard

$50.00



Vintage DEC VAX 8600 HSC70 L0201 storage console controller ST534 picture

Vintage DEC VAX 8600 HSC70 L0201 storage console controller ST534

$100.00



Vintage DEC Digital Equipment Corp PDP 11/40 G114 16K SENSE/INHIBIT (B10) picture

Vintage DEC Digital Equipment Corp PDP 11/40 G114 16K SENSE/INHIBIT (B10)

$269.99



DEC  PDP 8/M  PDP 8M / 4 avail / Vintage Digital Equipment Corp /Also DEC PDP 12 picture

DEC PDP 8/M PDP 8M / 4 avail / Vintage Digital Equipment Corp /Also DEC PDP 12

$5775.00



DEC DIGITAL Equipment Corp VT220-D2 Vintage CRT Terminal picture

DEC DIGITAL Equipment Corp VT220-D2 Vintage CRT Terminal

$215.00



Vintage DEC R82-HDA Industrial Hard Drive picture

Vintage DEC R82-HDA Industrial Hard Drive

$64.95



-=LOT 2=-VINTAGE DEC DIGITAL TU78-AF R-A1 MAGNETIC TAPE TRANSPORT MASSBUS picture

-=LOT 2=-VINTAGE DEC DIGITAL TU78-AF R-A1 MAGNETIC TAPE TRANSPORT MASSBUS

$5000.00



Vintage DEC/The Redac mini cabinet front panel Digital Equipment Corp. 19

Vintage DEC/The Redac mini cabinet front panel Digital Equipment Corp. 19"

$269.99



VINTAGE DEC Digital RK11-D DISK CONTROL M7255 PDP 11 (B1) picture

VINTAGE DEC Digital RK11-D DISK CONTROL M7255 PDP 11 (B1)

$129.99