Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: Unique Hostname

  1. #11
    Junior Member
    Join Date
    Nov 2005
    Posts
    5
    Firnsy,
    Can you please post or send the modification to the init script? And also let me know how I integrate it with the Knoppix DVD image? I have two machines side by side, each running molecular modeling software with Knoppix as OS, and it is a pain rebooting, as I have to 'su' then 'hostname Athlon64' BEFORE I start Samba. That does work for me, however, and it allows the Windoze boxes to see seperate machines on the network neighborhood.

  2. #12
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by trevmar
    Firnsy, Can you please post or send the modification to the init script?
    Same request: could you please post your update of linuxrc ?
    I would like to add this functionality in my initrd_iso.gz ramdisk boot file.
    I can obviously reinvent the wheel but I am lazy by nature...
    Thanks, Gilles

  3. #13
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674

    hostname= cheatcode

    Done !
    I modified the linuxrc boot script to setup the hostname at boot time (kernel cheatcode: hostname=mymachine)
    Please follow the link below to get the updated minirt_host.gz ramdisk file:
    http://www.knoppix.net/forum/viewtop...?p=96827#96827
    Please give it a try and give me some feedback.
    Thanks,
    Gilles

  4. #14
    Member registered user
    Join Date
    Mar 2005
    Posts
    87
    Alternatively, I posted my patch in the Customising/Remastering section http://www.knoppix.net/forum/viewtopic.php?t=22301

    It expands a little further by providing an autogenerating option which will append the MACADDRESS to at the end of the knoppix string.

  5. #15
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Quote Originally Posted by firnsy
    Alternatively, I posted my patch in the Customising/Remastering section http://www.knoppix.net/forum/viewtopic.php?t=22301
    It expands a little further by providing an autogenerating option which will append the MACADDRESS to at the end of the knoppix string.
    Thank you very much !
    I will try to add your macaddress hostname option when I have some time.

    The solution I have chosen do not require a remaster of the 689MB KNOPPIX file
    but only the use of the new 2.4MB minirt_host.gz boot ramdisk.
    It will work "as is" with the official KNOPPIX file or the official Knoppix ISO cd/dvd image.
    cf: http://www.knoppix.net/forum/viewtop...?p=96827#96827

    Technical description:
    ==============
    The trick was to find a way (using the linuxrc boot script) to have
    the hostname updated way after the end of the execution of the linuxrc boot script
    and after the end of the execution of the knoppix-autoconfig auto detection script.
    (The knoppix-autoconfig script is responsible for the hardcoded knoppix hostname)
    The knoppix-autoconfig script file being located within the 700MB KNOPPIX file
    an update of this file requires a remaster, which in my case, was not desirable.

    To achieve this, the linuxrc boot script overwrite the content of the file /etc/hostname
    with the hostname provided in the kernel command line (after the UNIONfs has been mounted)
    Then, to force Knoppix to read this file after the linuxrc boot script and the knoppix-autoconfig
    auto detection script have run and setup the machine hostname to the hardcoded knoppix name,
    the linuxrc create a soft link (ln -s /etc/init.d/hostname.sh /etc/rcS.d/S01hostname.sh)
    in order to have the init process to launch the execution of the hostname.sh script
    which is used to update the machine hostname using the previously updated /etc/hostname file.
    CQFD.

    Best Regards,
    Gilles

  6. #16
    Moderator Moderator
    Join Date
    Mar 2004
    Location
    Menlo Park, California
    Posts
    674
    Hello,
    If someone is till interested in that, I now have added the option to use dynamic hostnames:
    hostname=auto-clock -> knoppix-200512031753 (date+time)
    hostname=auto-mac -> knoppix-123456789012 (eth0 mac address)
    cf: http://www.knoppix.net/forum/viewtop...?p=96986#96986
    Cheers,
    Gilles

  7. #17

    Brilliant

    I love it do you not?:I:I

  8. #18
    Junior Member
    Join Date
    Nov 2005
    Posts
    5
    ruymbeke,
    I have changed the minirt.gz on my Knoppix 4.0.2 distribution DVD to your 25 Dec 2005 version of minirt-usb2.gz

    when I give the boot string 'knoppix hostname=Athlon64' the system boots OK. The hostname is Athlon64

    but Samba is awfully slow. If I select a volume from my Windows 2000 Pro machine it takes maybe 2 minutes to log in, and then another 2 minutes to show me files.

    when I give the command 'su' I get the following error message:
    'sudo: unable to lookup Athlon64 via gethostbyname()'

    I guess I can live without su, but have you any idea what I can do to speed up the Samba access?

    Thanks for all you are doing for the community,
    Trevor

  9. #19
    Member registered user
    Join Date
    Mar 2005
    Posts
    87
    Quote Originally Posted by trevmar
    ruymbeke,
    I have changed the minirt.gz on my Knoppix 4.0.2 distribution DVD to your 25 Dec 2005 version of minirt-usb2.gz

    when I give the boot string 'knoppix hostname=Athlon64' the system boots OK. The hostname is Athlon64

    but Samba is awfully slow. If I select a volume from my Windows 2000 Pro machine it takes maybe 2 minutes to log in, and then another 2 minutes to show me files.

    when I give the command 'su' I get the following error message:
    'sudo: unable to lookup Athlon64 via gethostbyname()'

    I guess I can live without su, but have you any idea what I can do to speed up the Samba access?

    Thanks for all you are doing for the community,
    Trevor
    The reason for the error is that the /etc/hosts file does not have the machine name assigned to the local ip (127.0.0.1), from what I can determine, ruymbeke's method changes the hostname but does not modify the /etc/hosts file which is required.

  10. #20
    Junior Member
    Join Date
    Nov 2005
    Posts
    5
    Yes, of course, Firnsy, thanks for reminding me
    I will set up the hosts file manually for now

    Thanks again

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. PATCH: Adding unique hostname generation with cheatcode
    By firnsy in forum Customising & Remastering
    Replies: 0
    Last Post: 12-01-2005, 11:09 AM
  2. pump to get hostname
    By hall in forum Networking
    Replies: 1
    Last Post: 09-29-2005, 01:01 PM
  3. Problem Unique to Knoppix Later Versions!(SIS problem!)
    By bongski55 in forum Hardware & Booting
    Replies: 4
    Last Post: 11-15-2003, 10:19 AM
  4. Can't set hostname.
    By WimG in forum Networking
    Replies: 5
    Last Post: 09-27-2003, 04:16 PM
  5. How do I change the hostname?
    By jensen in forum General Support
    Replies: 2
    Last Post: 07-18-2003, 10:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


1U IBM x3550 M5 4 Bay SFF SAS3 Server 2x E5-2683 V3 28 Core 128GB DDR4 2x Tray picture

1U IBM x3550 M5 4 Bay SFF SAS3 Server 2x E5-2683 V3 28 Core 128GB DDR4 2x Tray

$318.00



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

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

$359.99



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

$349.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

$319.99



VINTAGE IBM PC SERVER MODEL 320 8640   J picture

VINTAGE IBM PC SERVER MODEL 320 8640 J

$325.00



IBM mainframe server cpu IBM93 vintage cpu collector's item picture

IBM mainframe server cpu IBM93 vintage cpu collector's item

$129.99



IBM System x3250 M4 Server Intel Xeon E3-1220 3.10GHz 8GB RAM No HDDs picture

IBM System x3250 M4 Server Intel Xeon E3-1220 3.10GHz 8GB RAM No HDDs

$60.56



IBM Server eServer | IBMR1000 | UPS 1000VA 700W W/New Batteries picture

IBM Server eServer | IBMR1000 | UPS 1000VA 700W W/New Batteries

$115.00



IBM X3650 M5 8871-AC1, 2 X E5-2620V4 2.1 GHZ,20M, 32 GB, DUAL 750W, 2 X 1TB HDD picture

IBM X3650 M5 8871-AC1, 2 X E5-2620V4 2.1 GHZ,20M, 32 GB, DUAL 750W, 2 X 1TB HDD

$369.99



IBM System X3250 M3 Server 8GB RAM Intel Xeon x3440 2.53ghz (NO HDD) picture

IBM System X3250 M3 Server 8GB RAM Intel Xeon x3440 2.53ghz (NO HDD)

$41.99