Jump to content

aioshin

Members
  • Posts

    816
  • Joined

  • Last visited

Posts posted by aioshin

  1. regarding ftp problem, just to make sure that ftp really running, issue the command

    #netstat -an | grep tcp

    that should display open ports and there should be port 21

     

    with regards to ssh

     

    to fix the error you'd got open or edit the file known_hosts and delete or comment the line that contains the IP that you intend to connect on....

     

    if you are userx, the file should be at /home/userx/.ssh/known_hosts

    it looks like that below, so you can just add # before the IP or delete those lines completely

     

    192.16.0.100 ssh-rsa AAAAB3NzaC1yc2EgdnnwjehtwAAAABIwAAAIEAnJiQtyERRJ0BS/KCBdzTWvOb4Jfbg

    P0bTKi/SiUqxwp9yzMFtb51Z3e1GGNp++Ow21+XSLPZHegsxw/TuR917JbQv4BCyYd

    Y6hiz3Nd+z0AFF98tFU8SKtodhlCXqytDWtMfv5Rj+V/Z1Ofgp8uKDCLkpX1alX2D3qq1vLVoOc0=

    #192.16.0.200 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAArenhguirgbrgAIEAyItBxkOdYAOveq9+oGBCVIiwp5Z

    W8nL5fD/waKBw65HHWPdNzFuv1wp84yVDmUwB1xUWiBYzgRN9l/akBfSOxzivonsjN

    RGQeXBhiMcHFIz+Qpyov2IV9VIrupkgt3QLly2cHAzwdUNhV5azV5IYKsqQXtLG5uZhu

    dRxfS571nU=

  2. just my suggestion, why not use sftp intstead? just enable sshd on both then type sftp://ip on konqueror and then enter user and password then you have all the access on your users home on that other box... no special config.. that is if main goal is just for file transfer

  3. I think what you want is to have a gui of mplayer, rather than running it at command line.... you dont need to recompile it to have a gui.. just as root

    #urpmi mplayer mplayer-gui ( It should install the mplayer and mplayer gui)

     

    that is if you already added such repositories (main,contrib,updates,plf) but since you've said that you downloaded it and not installing it from urpmi, I assume that you have' nt configured your urpmi repo yet...try to visit this

    http://www.mandrivausers.org/easyurpmi/index.php

    then select the repo for your 2006 here. then do the command above..

  4. scarecrow's right

    I think k3b was not successfully installed... do it again and make it clean..

    first.. #urpmi --clean (it will clean the cache, just incase there are problems on the previously downloaded packages)

    then #urpmi.update -a -v (this will update your repositories)

    then #urpmi k3b

     

    I assume that you have configured you urpmi repo correctly (main,contrib,update)... see the easy urpmi site if not yet

  5. in my box, I added the main,contrib,updates repo via easy urpmi, then as root did a #drakrpm-edit-media and uncheck those CD1-2-3, so whenever I add a package,it wont ask me anymore to insert any cd, but instead go to main, contrib or update... though have'nt tried smart yet as the default

  6. this portion I think...

     

    $cfg['Servers'][$i]['auth_type']    = 'http';    // Authentication method (config, http or cookie based)?

    $cfg['Servers'][$i]['user']          = 'mysqluser';      // MySQL user

    $cfg['Servers'][$i]['password']      = 'mysqluserpassword';          // MySQL password (only needed

     

     

    if you have'nt set a password for your root on your mysql, try to change the auth_type to config instead of http

  7. this is from http://www.phpmyadmin.net/documentation/#faqmultiuser

     

    [4.4] phpMyAdmin always gives "Access denied" when using HTTP authentication.

     

    This could happen for several reasons:

     

        * $cfg['Servers'][$i]['controluser'] and/or $cfg['Servers'][$i]['controlpass'] are wrong.

        * The username/password you specify in the login-dialog are invalid.

        * You have already setup a security mechanism for the phpMyAdmin-directory, eg. a .htaccess file. This would interfere with phpMyAdmin's authentication, so remove it.

  8. hi, i tried puting world of warcraft ffrom my brother hard drive to my but when i put the hard drive on my pc linux doesn't see it 

     

    does the PC itself sees the disk? if not, check the jumper settings, it might be set as a slave, coz your nix HD is already a master... then check your BIOS settings, might be that the BIOS has been set to detect only the Primary Master, try to change thus to auto, then see if the PC itself detected that HD..

     

    then in your linux.. (u'r using mandriva right?) as root - MCC - Mounpoints - create.delete.harddisk partitions - then there you can add mount points.. that HD should be detected as HDB assuming you have an existing single HD (HDA)

     

    It's faster this way that getting those files from network....

  9. first, try to check your httpd.conf, usually when you upgrade the system, some of the config files will be set to the defaults of the new application related to it.. say.. usually your old httpd.conf will become httpd.conf.rpmsave, check if that exists...

     

    then, I dont know if phpmyadmin depend on postgresql, I have'nt tried it, it usually depend and used for mysql.

×
×
  • Create New...