Results 1 to 4 of 4

Thread: Quick scripting question

  1. #1
    Junior Member
    Join Date
    Jan 2011
    Posts
    3

    Quick scripting question

    Hey,
    I'm trying to setup Knoppix on USB with a few servers running on boot. I've googled the hell out of this and have found many ways of doing it, but only Knoppix.sh seems like it has a chance of working. At this point I think I must be asking the wrong questions.

    At any rate my knoppix.sh has the following code:

    /etc/init.d/ssh start
    /etc/init.d/webmin start
    /etc/init.d/mysql start
    /etc/init.d/apache2 start

    The output is:

    Usage: /etc/init.d/ssh {start|stop|reload|force-reload|restart|try-restart|status}.
    Usage: /etc/init.d/webmin { start | stop | restart }
    Usage: /UNIONFS/etc/init.d/mysql start|stop|restart|reload|force-reload|status
    Usage: /etc/init.d/apache2 {start|stop|graceful-stop|restart|reload|force-reload|start-htcacheclean|stop-htcacheclean|status}.

    Why is it not seeing the 'start' at the end?

    Thanks,
    --Yel

  2. #2
    Senior Member registered user
    Join Date
    Feb 2010
    Posts
    512
    I can't see any error in your /mnt-system/KNOPPIX/knoppix.sh. I tried this myself with /etc/init.d/ssh start and everything worked fine. How did you create that file? What version of Knoppix do you use?

    However I would place all services I like to start during boot in the file /etc/rc.local.

  3. #3
    Junior Member
    Join Date
    Jan 2011
    Posts
    3

    Solved

    SOLVED

    I created knoppix.sh with notepad in Windows. This caused hidden characters to be generated.

    Quote Originally Posted by asmoore82(@Ubuntu forums)
    Was your script created or edited with a DOS text editor?

    Check these and compare the results:
    Code:
    file <your_script>
    cat <your_script>
    cat -A <your_script>
    Quote Originally Posted by YouEatLard
    It's all done with vi.

    The results from above:

    Code:
    # file knoppix.sh
    knoppix.sh: Bourne-Again shell script text executable
     
    # cat knoppix.sh
    #!/bin/bash
    /etc/init.d/ssh start
    /etc/init.d/webmin start
    /etc/init.d/mysql start
    /etc/init.d/apache2 start
     
    # cat -A knoppix.sh
    #!/bin/bash^M$
    /etc/init.d/ssh start^M$
    /etc/init.d/webmin start^M$
    /etc/init.d/mysql start^M$
    /etc/init.d/apache2 start^M$
    ^M$
    Quote Originally Posted by asmoore82(@Ubuntu)
    Yep, you've got a script with DOS newlines (see http://en.wikipedia.org/wiki/CRLF).

    That's why all those ^M's show up when you `cat -A`.
    vi doesn't create these files by default but if you open one
    for editing, vi will go with the flow.

    Strip out the extraneous Carriage Returns (0x0d) like this:
    Code:
    mv knoppix.sh knoppix.sh.CRLF
    cat knoppix.sh.CRLF | tr -d '\r' > knoppix.sh

  4. #4
    Junior Member
    Join Date
    Jan 2011
    Posts
    3
    Quote Originally Posted by klaus2008 View Post
    I can't see any error in your /mnt-system/KNOPPIX/knoppix.sh. I tried this myself with /etc/init.d/ssh start and everything worked fine. How did you create that file? What version of Knoppix do you use?

    However I would place all services I like to start during boot in the file /etc/rc.local.
    I'm using Knoppix 6.4.3 on flashdrive with a persistent image. I'd love to do it the "correct" way, but have had issues getting it to work.
    Tried init-rc.d, webmin, and 3 other ways, but none of them worked even if the text I added persisted through the reboot. I'm obviously missing something here, but I don't know what. For now, it works.

    However, I don't remember if I added the lines to rc.local. Not sure how I missed that. Thanks for the info. I'll need it soon enough.

Posting Permissions

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


Cisco  (SG100D-05-UK) 5-Ports External Ethernet Switch picture

Cisco (SG100D-05-UK) 5-Ports External Ethernet Switch

$40.00



8 Ports Unmanaged Industrial Ethernet Switch Network Gigabit Ethernet Switch picture

8 Ports Unmanaged Industrial Ethernet Switch Network Gigabit Ethernet Switch

$76.50



HP Procurve 2824 24 Gigabit Ports 10/100/1000 External Managed Switch J4903A picture

HP Procurve 2824 24 Gigabit Ports 10/100/1000 External Managed Switch J4903A

$74.99



Cisco Meraki MS120-48LP 48 Port Blade Ethernet Switch UNCLAIMED picture

Cisco Meraki MS120-48LP 48 Port Blade Ethernet Switch UNCLAIMED

$349.98



HP 2530-48G 48 Port Gigabit Ethernet Network Switch J9775A picture

HP 2530-48G 48 Port Gigabit Ethernet Network Switch J9775A

$30.95



New Linksys SE3005 5-port Gigabit Ethernet Switch picture

New Linksys SE3005 5-port Gigabit Ethernet Switch

$18.99



New 10/100 Mbps 8 Ports Fast Ethernet LAN Desktop RJ45 Network Switch Hub picture

New 10/100 Mbps 8 Ports Fast Ethernet LAN Desktop RJ45 Network Switch Hub

$11.49



HP ProCurve 2530-24G J9776A 24 Port Gigabit Ethernet Managed Network Switch picture

HP ProCurve 2530-24G J9776A 24 Port Gigabit Ethernet Managed Network Switch

$34.99



Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord picture

Juniper Networks EX3300-48P 48-Port PoE+ 4x SFP+ Network Switch w/ Power Cord

$43.95



HP Aruba 2530-8G-PoE+ 8x PoE+ RJ45 2x SFP Gigabit Switch J9774A No AC Adapter picture

HP Aruba 2530-8G-PoE+ 8x PoE+ RJ45 2x SFP Gigabit Switch J9774A No AC Adapter

$37.99