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
  •  


IBM QRadar xx29 Server 4412Q2A picture

IBM QRadar xx29 Server 4412Q2A

$200.00



IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server  picture

IBM Power 720 POWER7 00E6516 3.6GHz CPU 64GB RAM Server

$209.98



IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES picture

IBM 7944AC1 System x3550 M3 Server 1*Intel Xeon X5650 2.67GHz 4GB SEE NOTES

$27.25



IBM SYSTEM x3200 M2 Server - HDD wiped, No OS picture

IBM SYSTEM x3200 M2 Server - HDD wiped, No OS

$75.00



IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD picture

IBM Power S822 12-Bay Server System Power8 Core 3.42Ghz DVD-Rom Drive 64GB No HD

$399.99



IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6-Core 64GB RAM No Bezel/HDD Server picture

IBM Power S822 8284-22A 12SFF Power8 3.89GHz 6-Core 64GB RAM No Bezel/HDD Server

$359.99



IBM x3650 M4 Server 8-Bay 2.5

IBM x3650 M4 Server 8-Bay 2.5" SAS/SATA HDD Hard Drive Backplane Board 94Y7751

$11.79



IBM Lenovo X3650 M5 2U 8x 2.5” CTO Rack Server – 2x HS, 2x 750W picture

IBM Lenovo X3650 M5 2U 8x 2.5” CTO Rack Server – 2x HS, 2x 750W

$199.00



IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED picture

IBM 8203 E4A p520 Server 8203-E4A 4.2GHz 2-Core POWER6 32GB RAM / NO HDD USED

$109.99



IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE picture

IBM System X 3250 M5 Single Xeon Quad Core E3-1220 v3 @3.1GHz,8GB RAM,Linux SUSE

$199.87