Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Problem Seedbox

  1. #11
    Poster BT Rep: +1
    Join Date
    Aug 2007
    Posts
    166
    Quote Originally Posted by messi30 View Post
    Quote Originally Posted by SgtMajor View Post

    Which unix flavour did you get?

    Not all unix understand yum, some are apt-get iirc?
    I have installed Fedora 6

    thats your question???
    I'm setting up mine from hosting-Ie right now and I had them install FD6
    I'm using this guide and it's working well https://filesharingtalk.com/vb3/f-gui...nubuntu-281331

  2. BitTorrent   -   #12
    messi30's Avatar Poster BT Rep: +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100
    Join Date
    Oct 2007
    Posts
    887
    Quote Originally Posted by Ragecloak View Post
    Looks like you dont have yum installed
    do this:

    wget http://linux.duke.edu/projects/yum/d...-3.2.12.tar.gz
    tar xvzpf yum-3.2.12.tar.gz
    cd yum-3.2.12
    ./configure
    make
    make install

    I'm a bit new to linux myself but this is how you generally install programs "manually" instead of using programs like apt-get or yum. There may be other things you need to do in the ./configure, make and make install parts so you may want to see if there's a README in the yum-3.2.12 directory. Pico is a good editor for new users so just type pico README or pico INSTALL in the yum-3.2.12 directory (ctrl x to exit)
    I follow your method but shows me the following errors

    wget http://linux.duke.edu/projects/yum/d...-3.2.12.tar.gz
    tar xvzpf yum-3.2.12.tar.gz
    cd yum-3.2.12
    ./configure -bash: ./configure: No such file or directory
    make
    make install

    and in Pico is a good editor for new users so just type pico README or pico INSTALL in the yum-3.2.12 directory (ctrl x to exit), the follow error

    -bash: pico: command not found

    Quote Originally Posted by Ragecloak View Post
    I thought RPM was the package manager for redhat? If you have rpm, that's easier than compiling like I suggested above
    just do this:

    wget http://linux.duke.edu/projects/yum/d...2.12-1.src.rpm
    rpm -Uvh yum-3.2.12-1.src.rpm

    edit: be sure to wget the full link and not the short link like the forum shows h ttp://linux.duke.edu/projects/yum/download/3.2/yum-3.2.12-1.src.rpm

    [root@fx3219 ~]# rpm -Uvh yum-3.2.12-1.src.rpm
    warning: yum-3.2.12-1.src.rpm: Header V3 DSA signature: NOKEY, key ID 69886cc7
    error: cannot create %sourcedir /usr/src/redhat/SOURCES
    Last edited by messi30; 03-07-2008 at 11:34 PM. Reason: Automerged Doublepost

  3. BitTorrent   -   #13
    Artemis's Avatar ¿ןɐɯɹou ǝq ʎɥʍ BT Rep: +3
    Join Date
    Jun 2007
    Location
    127.0.0.1
    Posts
    5,472
    Like I said before use the uname -s command to verify which Linux distro is installed on the server, and post back the results here.

    4d7920686f76657263726166742069732066756c6c206f662065656c73


  4. BitTorrent   -   #14
    messi30's Avatar Poster BT Rep: +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100
    Join Date
    Oct 2007
    Posts
    887
    Quote Originally Posted by Artemis View Post
    Like I said before use the uname -s command to verify which Linux distro is installed on the server, and post back the results here.

    [root@fx3219 ~]# uname -s
    Linux
    [root@fx3219 ~]#

  5. BitTorrent   -   #15
    Artemis's Avatar ¿ןɐɯɹou ǝq ʎɥʍ BT Rep: +3
    Join Date
    Jun 2007
    Location
    127.0.0.1
    Posts
    5,472
    errr oops lol, that was informative uname has alot of different command switches -s is the default, try -v which will give you the version and if push comes to shove -x gives you the expanded command which will give all the uname info available.

    4d7920686f76657263726166742069732066756c6c206f662065656c73


  6. BitTorrent   -   #16
    Poster BT Rep: +6BT Rep +6
    Join Date
    Mar 2008
    Posts
    96
    Quote Originally Posted by messi30 View Post
    I follow your method but shows me the following errors

    wget http://linux.duke.edu/projects/yum/d...-3.2.12.tar.gz
    tar xvzpf yum-3.2.12.tar.gz
    cd yum-3.2.12
    ./configure -bash: ./configure: No such file or directory
    make
    make install
    Yea, there's no configure there, but according to the INSTALL file, all you have to do is make and make install. Have you tried running yum again? Should/could work

  7. BitTorrent   -   #17
    messi30's Avatar Poster BT Rep: +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100
    Join Date
    Oct 2007
    Posts
    887
    Quote Originally Posted by Artemis View Post
    errr oops lol, that was informative uname has alot of different command switches -s is the default, try -v which will give you the version and if push comes to shove -x gives you the expanded command which will give all the uname info available.

    [root@fx3219 ~]# uname -r
    2.6.9-023stab046.2-smp
    [root@fx3219 ~]# uname -o
    GNU/Linux
    [root@fx3219 ~]# uname --version
    uname (GNU coreutils) 6.9
    Copyright (C) 2007 Free Software Foundation, Inc.
    This is free software. You may redistribute copies of it under the terms of
    the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
    There is NO WARRANTY, to the extent permitted by law.

    Written by David MacKenzie.
    [root@fx3219 ~]# uname -v
    #1 SMP Mon Dec 10 15:07:07 MSK 2007

  8. BitTorrent   -   #18
    Bunny Hopper BT Rep: +18BT Rep +18BT Rep +18BT Rep +18
    Join Date
    May 2007
    Posts
    177
    Strange your FC6 doesn't come with yum. Here is how to install it:

    # wget ftp://ftp.uni-bayreuth.de/pub/redhat...fc6.noarch.rpm
    # rpm -Uvh yum-3.0.6-1.fc6.noarch.rpm

    That should work. Type this afterwards if the last command completed OK to update the system.

    # yum update

  9. BitTorrent   -   #19
    messi30's Avatar Poster BT Rep: +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100BT Rep +100
    Join Date
    Oct 2007
    Posts
    887
    Quote Originally Posted by naq View Post
    Strange your FC6 doesn't come with yum. Here is how to install it:

    # wget ftp://ftp.uni-bayreuth.de/pub/redhat...fc6.noarch.rpm
    # rpm -Uvh yum-3.0.6-1.fc6.noarch.rpm

    That should work. Type this afterwards if the last command completed OK to update the system.

    # yum update

    I am having many problems with my seedbox, I need to speak with support of hosting ie for OS reinstall some, but I need someone to help you to find out which operating system is ideal for installation again.

  10. BitTorrent   -   #20
    Artemis's Avatar ¿ןɐɯɹou ǝq ʎɥʍ BT Rep: +3
    Join Date
    Jun 2007
    Location
    127.0.0.1
    Posts
    5,472
    You need to put in a support ticket with hosting-ie asking for a reinstall, a suggestion though, if you are struggling with using Linux on the server hosting-ie offers windows2003 web ed as one of the options for O/S installation so perhaps going with windows server maybe easier for you ?

    4d7920686f76657263726166742069732066756c6c206f662065656c73


Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

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