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
  •  


SanDisk 128GB Ultra Dual Drive USB Type-C, USB 3.1 Flash Drive - SDDDC2-032G-G46 picture

SanDisk 128GB Ultra Dual Drive USB Type-C, USB 3.1 Flash Drive - SDDDC2-032G-G46

$10.99



SanDisk 256GB Ultra USB 3.0 Flash Drive - SDCZ48-256G-U46 picture

SanDisk 256GB Ultra USB 3.0 Flash Drive - SDCZ48-256G-U46

$19.99



SanDisk 32GB Ultra Drive Dual Go USB Type-C Flash Drive, Green - SDDDC3-032G-G46 picture

SanDisk 32GB Ultra Drive Dual Go USB Type-C Flash Drive, Green - SDDDC3-032G-G46

$8.99



SanDisk 128GB Ultra USB Type-C Flash Drive - SDCZ460-128G-G46 picture

SanDisk 128GB Ultra USB Type-C Flash Drive - SDCZ460-128G-G46

$13.99



Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack picture

Sandisk 16GB 32GB 64GB 128GB Cruzer Blade Flash Drive Memory Stick USB Lot Pack

$4.99



64GB USB 3.0 Flash Drive USB Memory Stick High Speed Retractable USB Thumb Drive picture

64GB USB 3.0 Flash Drive USB Memory Stick High Speed Retractable USB Thumb Drive

$5.99



Type C USB 3.0 Flash Drive Thumb Drive Memory Stick for PC Laptop 512GB 1TB 2TB picture

Type C USB 3.0 Flash Drive Thumb Drive Memory Stick for PC Laptop 512GB 1TB 2TB

$10.30



2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage New picture

2TB USB 3.0 Flash Drive Thumb U Disk Memory Stick Pen PC Laptop Storage New

$10.79



LOT 32GB 64GB 128GB USB 3.0 Flash Drive Memory Stick Retractable Thumb Drive picture

LOT 32GB 64GB 128GB USB 3.0 Flash Drive Memory Stick Retractable Thumb Drive

$420.99



USB 3.0 Flash Drive 32GB 64GB 128GB Memory Stick Thumb Stick Lot Pack picture

USB 3.0 Flash Drive 32GB 64GB 128GB Memory Stick Thumb Stick Lot Pack

$353.99