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
  •  


Dell PowerEdge R640 Server | 2x Gold 6132 28 Cores | H730p | Choose RAM / DRIVES picture

Dell PowerEdge R640 Server | 2x Gold 6132 28 Cores | H730p | Choose RAM / DRIVES

$1715.99



DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45 picture

DELL PowerEdge R730 Server 2x E5-2690v3 2.6GHz =24 Cores 32GB H730 4xRJ45

$274.00



Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB picture

Dell PowerEdge R720XD Xeon E5-2680 V2 2.8GHz 20 Cores 256GB RAM 12x4TB

$510.00



Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD picture

Dell PowerEdge R730XD 28 Core Server 2X Xeon E5-2680 V4 H730 128GB RAM No HDD

$389.99



Dell PowerEdge R730, 2 sinks, SystemBoard, 8 trays,H330,Idrac 8 exp, 2x750w Psu picture

Dell PowerEdge R730, 2 sinks, SystemBoard, 8 trays,H330,Idrac 8 exp, 2x750w Psu

$135.00



Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores  64gb  H730  2x 750w picture

Dell Poweredge R730xd 2.5in 2x E5-2690 v3 2.6ghz 24-Cores 64gb H730 2x 750w

$189.99



Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x600Gb SAS, Proxmox picture

Dell PowerEdge R720 Server - 2x8c CPU,256Gb RAM, 128Gb SSD/3x600Gb SAS, Proxmox

$340.00



DELL PowerEdge R730 16SFF Server 2x E5-2690v4 =28 Cores No RAM/ HDD H730 4xRJ45 picture

DELL PowerEdge R730 16SFF Server 2x E5-2690v4 =28 Cores No RAM/ HDD H730 4xRJ45

$232.97



Dell R630 8 Port SFF Server 2x E5-2680v4 28C H730P 128GB 2x Trays RJ-45 ENT picture

Dell R630 8 Port SFF Server 2x E5-2680v4 28C H730P 128GB 2x Trays RJ-45 ENT

$345.00



DELL PowerEdge R630 8SFF Server 2x E5-2690v4 2.6GHz =28 Cores 256GB H730 4xRJ45 picture

DELL PowerEdge R630 8SFF Server 2x E5-2690v4 2.6GHz =28 Cores 256GB H730 4xRJ45

$600.00