LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs > ted_chou12
User Name
Password

Notices


  1. Old Comment

    Let me post something unrelated...Cause Im MAD

    Great idea - but then... The bank gets their turn as well. They will allow paypal to submit the transaction,
    charge your account an overdraft fee , and then return an nsf (non sufficient funds) notice to paypal
    , which then allows them to levy more fees. Ask me how I know about this, and why I would rather not!
    Posted 08-19-2012 at 08:54 AM by bgovan bgovan is offline
  2. Old Comment

    transmission rc.local

    An improvement:
    Code:
    #!/bin/sh
    # description: Transmission daemon
    #
    # GNU GPL (c) Written by Ted C. as right authorized to any (2012)
    #         (c) Vector Linux. 2004
    
    # Include the functions declared in the /etc/rc.d/functions file
    source /etc/rc.d/functions
    PATH=/usr/bin/transmission-daemon
    CONF=/root/.config/transmission-daemon
    PID=/var/run/transmission-daemon.pid
    LOG=/var/log/transmission.log
    
    case "$1" in
            start)
    	echon "Starting Transmission Daemon....."
    	loadproc $PATH -g $CONF -x $PID -e $LOG 
    	;;
            stop)
    	echon "Stopping Transmission Daemon....."
    	killproc $PATH
    	;;
            reload)
    	echon "Reloading Transmission Daemon....."
    	reloadproc $PATH -g $CONF -x $PID -e $LOG
    	;;
            restart)
    	$0 stop
    	/bin/sleep 1
    	$0 start
    	;;
            *)
    	echo "Usage: $0 {start|stop|reload|restart}"
    	exit 1
            ;;
    esac
    
    # End /etc/init.d/
    This is a bootup script that works for Slackware (designed especially for vectorlinux)
    Posted 08-17-2012 at 02:18 AM by ted_chou12 ted_chou12 is offline
  3. Old Comment
    Posted 08-16-2012 at 05:17 AM by ted_chou12 ted_chou12 is offline
  4. Old Comment

    cifs not able to mount by hostname only by ip (solved)

    From what little has been posted I would suspect that you are not running DNS, can't access your DNS, or do not have NAS defined in a zone. Thus NAS is unresolvable, which is what mount is complaining about. So adding an address and host to your host file takes care of NAS being unresolvable. This is the function of the hosts file and in fact the host file was the way all Internet address were resolved. That takes us back a good 40+ years ago. These days we use DNS instead of the host file. Either way and you find your solution.
    Posted 08-16-2012 at 02:40 AM by countrygrrl_ak countrygrrl_ak is offline
  5. Old Comment

    Let me post something unrelated...Cause Im MAD

    My brother set up a PayPal account for eBay that is linked to a savings account which is *NOT* linked to any of his other bank/charge accounts. That way when (and note I said "when", not "if") ebay/paypal decides to do something bad/incorrect/corrupt with his account, they will have very little to screw with (he figures when he gets paid for an item, he'll simply remove the transferred money *immediately* so thay have little to no funds around to screw him out of).
    Posted 08-15-2012 at 06:14 PM by jelabarre59 jelabarre59 is offline
  6. Old Comment

    cifs not able to mount by hostname only by ip (solved)

    /etc/rc.d/rc4.d
    Start scripts for gui
    Kill scripts for gui
    /etc/rc.d/rc2.d
    Start scripts for tui
    Kill scripts for tui

    vector linux os
    Posted 08-15-2012 at 05:03 AM by ted_chou12 ted_chou12 is offline
  7. Old Comment

    Let me post something unrelated...Cause Im MAD

    But what do their terms of conditions say w.r.t this problem?
    Posted 08-13-2012 at 08:32 PM by Aquarius_Girl Aquarius_Girl is offline
  8. Old Comment

    transmission rc.local

    Yes, changing to:
    Code:
    transmission-daemon -u root -v xxxxxxxx -g /root/.config/transmission-daemon
    in /etc/rc.local does initiate transmission perfectly.
    In addition, I found that the transmission-daemon does not terminate smoothly during shutdown, this caused some conflicts with the firewall.
    Posted 08-12-2012 at 02:59 PM by ted_chou12 ted_chou12 is offline
  9. Old Comment

    What there is a blog?

    They should add "like" button to this too! :P
    Posted 03-28-2011 at 04:17 AM by ted_chou12 ted_chou12 is offline
  10. Old Comment

    What there is a blog?

    Sure, every major site has a blog, it lets its members express what's on their minds. I makes ones sole feel better to vent his opinions to others.
    Posted 03-25-2011 at 05:38 AM by Larry Webb Larry Webb is offline

  



All times are GMT -5. The time now is 07:06 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration