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
  •  


HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram 2x 256GB SSD Quadro 2000 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram 2x 256GB SSD Quadro 2000 Linux GA

$212.49



HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA picture

HP Workstation Z640 2x Xeon E5-2623V4 32GB Ram Dual 256GB SSD K420 Linux GA

$182.73



Lenovo ThinkStation P500 Xeon E5-2697 v3 2.6GHz 32GB 480GB SSD 2TB Win10 picture

Lenovo ThinkStation P500 Xeon E5-2697 v3 2.6GHz 32GB 480GB SSD 2TB Win10

$204.99



Colfax CX75432 4U Server 2x Xeon E5-2660 v3 NO RAM NO HDD NO GPU picture

Colfax CX75432 4U Server 2x Xeon E5-2660 v3 NO RAM NO HDD NO GPU

$699.00



Intel Xeon E5-2680 v4 SR2N7 2.40GHz 35MB 14-Core LGA2011-3 CPU Processor picture

Intel Xeon E5-2680 v4 SR2N7 2.40GHz 35MB 14-Core LGA2011-3 CPU Processor

$14.99



SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor picture

SR1XP Intel Xeon E5-2680 v3 12 Core 30MB 2.5GHz LGA 2011-3 Grade A Processor

$4.23



Intel Xeon E5-2697A v4 SR2K1 2.60GHz 40MB 16-Core LGA2011-3 CPU Processor picture

Intel Xeon E5-2697A v4 SR2K1 2.60GHz 40MB 16-Core LGA2011-3 CPU Processor

$39.99



Intel Xeon E7-8890 V4 2.20GHz 24-Core 60MB LGA2011 Server CPU Processor SR2SS picture

Intel Xeon E7-8890 V4 2.20GHz 24-Core 60MB LGA2011 Server CPU Processor SR2SS

$29.99



1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE picture

1U Supermicro Server 10 Bay 2x Intel Xeon 3.3Ghz 8C 128GB RAM 480GB SSD 2x 10GBE

$273.00



Intel Xeon E3-1285 V3 3.6 GHz 8M Quad-Core SR14W CPU Processor picture

Intel Xeon E3-1285 V3 3.6 GHz 8M Quad-Core SR14W CPU Processor

$49.50